/* Pricing page extracted styles */
.pricing-hero { position: relative; padding: 100px 0; }
.pricing-hero .hero-title-ultra { margin-bottom: 12px; }
.pricing-hero .hero-subtitle-ultra { max-width: 760px; }

.pricing-section { padding: 100px 0; background: linear-gradient(135deg, rgba(0, 102, 204, 0.03) 0%, rgba(0, 102, 204, 0.01) 100%); }
.pricing-section .section-header { text-align: center; margin-bottom: 70px; }
.pricing-badge { display: inline-block; background: var(--wf-blue); color: white; padding: 8px 20px; border-radius: 20px; font-size: 0.875rem; font-weight: 700; margin-bottom: 16px; }
.pricing-title { font-size: 2.75rem; }
.pricing-subtitle { font-size: 1.25rem; max-width: 700px; margin: 0 auto; }

.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; max-width: 1000px; margin: 0 auto 30px; }
.pricing-card { background: white; border-radius: 12px; padding: 24px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border: 2px solid transparent; position: relative; }
.pricing-card .emblem-icon { width: 24px; height: 24px; }
.pricing-card .emblem-icon.large { width: 35px; height: 35px; }
.pricing-card .btn-full { width: 100%; }
.pricing-card.popular { box-shadow: 0 6px 30px rgba(0,102,204,0.12); border: 3px solid var(--wf-blue); transform: scale(1.03); }
.pricing-card.enterprise { border: 2px solid #7C3AED; }
.pricing-card .card-emblem { text-align: center; margin-bottom: 20px; }
.pricing-card .emblem-circle { width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.pricing-card h3 { font-size: 1.5rem; font-weight: 700; color: var(--gray-900); margin: 0 0 4px; }
.pricing-card .card-desc { font-size: 0.875rem; color: var(--gray-600); margin-bottom: 12px; }
.pricing-card .price { font-size: 2.25rem; font-weight: 800; line-height: 1; }
.pricing-card .price small { font-size: 1.1rem; }
.price-lg { font-size: 2.75rem; color: #7C3AED; }
.price-sub { font-size: 1.25rem; font-weight: 600; }
.pricing-card .price-note { font-size: 0.8rem; color: var(--gray-500); margin-top: 4px; }
.price-note-lg { margin-bottom: 24px; }
.pricing-card ul { list-style: none; padding: 0; margin: 0 0 20px 0; }
.pricing-card li { padding: 5px 0; padding-left: 28px; position: relative; color: var(--gray-700); font-size: 0.875rem; }
.pricing-card li .check { position: absolute; left: 0; font-weight: bold; font-size: 1.1rem; }
.pricing-card .btn { width: 100%; text-align: center; font-size: 0.95rem; padding: 12px; }
.pricing-label { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); background: var(--wf-blue); color: white; padding: 4px 14px; border-radius: 10px; font-size: 0.7rem; font-weight: 700; }
.pricing-label.gold { background: #FFD700; color: var(--gray-900); }
.pricing-label.purple { background: #7C3AED; }

/* Color variants */
.pricing-card[data-color="green"] { border-color: #10B981; }
.pricing-card[data-color="green"] .emblem-circle { background: linear-gradient(135deg, #10B981, #059669); }
.pricing-card[data-color="green"] .price { color: #10B981; }
.pricing-card[data-color="green"] .check { color: #10B981; }

.pricing-card[data-color="blue"] { border-color: var(--wf-blue); }
.pricing-card[data-color="blue"] .emblem-circle { background: linear-gradient(135deg, #0066CC, #0052A3); }
.pricing-card[data-color="blue"] .price { color: var(--wf-blue); }
.pricing-card[data-color="blue"] .check { color: var(--wf-blue); }

.pricing-card[data-color="purple"] { border-color: #9333EA; }
.pricing-card[data-color="purple"] .emblem-circle { background: linear-gradient(135deg, #9333EA, #7C3AED); }
.pricing-card[data-color="purple"] .price { color: #9333EA; }
.pricing-card[data-color="purple"] .check { color: #9333EA; }

.pricing-card[data-color="gold"] { border-color: #D4AF37; }
.pricing-card[data-color="gold"] .emblem-circle { background: linear-gradient(135deg, #FFD700, #D4AF37); }
.pricing-card[data-color="gold"] .price { color: #D4AF37; }
.pricing-card[data-color="gold"] .check { color: #D4AF37; }

/* Web development section */
.webdev-section { padding: 80px 0; }
.webdev-section .section-header { text-align: center; margin-bottom: 60px; }
.webdev-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1400px; margin: 0 auto; }
.webdev-card { padding: 32px; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.webdev-card .pricing-label { top: -12px; padding: 4px 16px; border-radius: 12px; font-size: 0.75rem; font-weight: 700; }
.webdev-card .card-emblem { margin-bottom: 24px; }
.webdev-card h3 { margin-bottom: 8px; }
.webdev-card .price { font-size: 2.5rem; }
.webdev-card .price-note { font-size: 0.875rem; margin-top: 4px; color: var(--gray-500); }
.pricing-label.green { background: #10B981; color: #fff; }
.pricing-label.blue { background: var(--wf-blue); color: #fff; }

.price-xl { font-size: 2.5rem; font-weight: 800; line-height: 1; }
.price-sub { font-size: 1.25rem; font-weight: 600; }

.btn-full { width: 100%; }
.btn-wide { font-size: 1.05rem; padding: 14px 28px; }

.pricing-enterprise { max-width: 1000px; margin: 0 auto; }
.pricing-enterprise .inner { background: white; border-radius: 16px; padding: 40px; box-shadow: 0 6px 30px rgba(0,0,0,0.1); border: 2px solid #7C3AED; position: relative; }
.pricing-enterprise .grid { display: grid; grid-template-columns: 280px 1fr; gap: 40px; align-items: center; }
.pricing-enterprise .icon { width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; background: linear-gradient(135deg, #7C3AED, #6D28D9); }
.pricing-enterprise .title { font-size: 2rem; font-weight: 700; color: var(--gray-900); margin-bottom: 8px; }
.pricing-enterprise .subtitle { font-size: 1rem; color: var(--gray-600); margin-bottom: 16px; }
.pricing-enterprise .price { font-size: 2.5rem; font-weight: 800; color: #7C3AED; line-height: 1; }
.pricing-enterprise .price small { font-size: 1.15rem; }
.pricing-enterprise ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px 24px; }
.pricing-enterprise li { padding-left: 24px; position: relative; color: var(--gray-700); font-size: 0.95rem; }
.pricing-enterprise li .check { position: absolute; left: 0; font-weight: bold; color: #7C3AED; }
.pricing-enterprise .btn { margin-top: 20px; }

.it-section { padding: 80px 0; background: linear-gradient(135deg, rgba(0, 102, 204, 0.05) 0%, rgba(0, 102, 204, 0.02) 100%); color: var(--gray-900); text-align: center; }
.it-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px; margin-bottom: 32px; }
.it-card { background: linear-gradient(135deg, rgba(0, 102, 204, 0.05) 0%, rgba(0, 102, 204, 0.02) 100%); border-radius: 12px; padding: 24px; border: 1px solid rgba(0, 102, 204, 0.1); text-align: left; }
.it-card-center { text-align: center; padding: 40px; }
.it-card h3 { font-size: 2rem; font-weight: 700; margin-bottom: 16px; }
.it-card-sub { font-size: 1.125rem; color: var(--gray-600); margin-bottom: 32px; }
.it-card-title { font-size: 1.125rem; font-weight: 600; color: var(--gray-900); margin-bottom: 8px; }
.it-card-text { color: var(--gray-600); font-size: 0.95rem; }
.btn-cta-lg { font-size: 1.125rem; padding: 16px 32px; }
.cta-pricing { padding: 80px 0; background: linear-gradient(135deg, #0066CC 0%, #0052A3 100%); color: white; text-align: center; }
.cta-pricing .btn-primary { background: white; color: var(--wf-blue); font-size: 1.125rem; padding: 16px 32px; }
.cta-pricing__inner { text-align: center; }
.cta-pricing__inner h2 { font-size: 2.5rem; font-weight: 700; margin-bottom: 24px; color: white; }
.cta-pricing__inner p { font-size: 1.25rem; margin-bottom: 32px; opacity: 0.95; max-width: 600px; margin-left: auto; margin-right: auto; }

.pricing-note { padding: 30px; margin-top: 50px; text-align: center; background: linear-gradient(135deg, rgba(0, 102, 204, 0.05) 0%, rgba(0, 102, 204, 0.02) 100%); border-radius: 16px; border: 1px solid rgba(0, 102, 204, 0.1); }
.pricing-note p { font-size: 1.125rem; color: var(--gray-700); margin-bottom: 20px; }

.enterprise-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 12px; }
.enterprise-list li { padding: 8px 0 8px 32px; position: relative; color: var(--gray-700); font-size: 0.95rem; }
.enterprise-list .check { position: absolute; left: 0; font-weight: bold; color: #7C3AED; font-size: 1.2rem; }

.text-center { text-align: center; }

@media (max-width: 768px) {
  .pricing-enterprise .grid { grid-template-columns: 1fr; }
}
.it-wrapper { max-width: 900px; margin: 0 auto; }
