*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: #111827; background: #fff; line-height: 1.6; }
h1, h2, h3, h4 { font-family: 'Outfit', sans-serif; }

nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.95); backdrop-filter: blur(8px); border-bottom: 1px solid #e5e7eb; }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 64px; }
.logo { display: flex; align-items: center; gap: 4px; text-decoration: none; }
.logo-img { width: 32px; height: 32px; object-fit: contain; border-radius: 6px; }
.logo-text { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 20px; color: #1d4ed8; letter-spacing: -0.3px; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { text-decoration: none; color: #4b5563; font-size: 15px; font-weight: 500; transition: color 0.15s; }
.nav-links a:hover { color: #1d4ed8; }
.nav-cta { background: #2563eb; color: #fff !important; padding: 9px 20px; border-radius: 8px; font-weight: 600 !important; transition: background 0.15s !important; }
.nav-cta:hover { background: #1d4ed8 !important; color: #fff !important; }
@media (max-width: 640px) { .nav-links .hide-mobile { display: none; } }

.hero { background: linear-gradient(135deg, #eff6ff 0%, #ffffff 50%, #f0fdf4 100%); padding: 100px 24px 80px; text-align: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 6px; background: #dbeafe; color: #1d4ed8; font-size: 13px; font-weight: 600; padding: 5px 12px; border-radius: 100px; margin-bottom: 24px; }
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 800; color: #0f172a; line-height: 1.15; letter-spacing: -1px; max-width: 760px; margin: 0 auto 20px; }
.hero h1 span { color: #2563eb; }
.hero p { font-size: 18px; color: #4b5563; max-width: 560px; margin: 0 auto 36px; }
.hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-primary { background: #2563eb; color: #fff; padding: 14px 28px; border-radius: 10px; font-size: 16px; font-weight: 600; text-decoration: none; transition: background 0.15s, transform 0.1s; display: inline-block; }
.btn-primary:hover { background: #1d4ed8; transform: translateY(-1px); }
.btn-secondary { background: #fff; color: #1d4ed8; padding: 14px 28px; border-radius: 10px; font-size: 16px; font-weight: 600; text-decoration: none; border: 2px solid #bfdbfe; transition: border-color 0.15s; display: inline-block; }
.btn-secondary:hover { border-color: #2563eb; }
.hero-note { margin-top: 16px; font-size: 13px; color: #9ca3af; }

.stats { background: #2563eb; padding: 48px 24px; }
.stats-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 32px; text-align: center; }
.stat-number { font-family: 'Outfit', sans-serif; font-size: 2.4rem; font-weight: 800; color: #fff; }
.stat-label { font-size: 14px; color: #bfdbfe; margin-top: 4px; font-weight: 500; }

section { padding: 80px 24px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-tag { font-size: 13px; font-weight: 700; color: #2563eb; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.section-title { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 700; color: #0f172a; margin-bottom: 16px; letter-spacing: -0.5px; }
.section-subtitle { font-size: 17px; color: #6b7280; max-width: 560px; }

.features { background: #f9fafb; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 48px; }
.feature-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 28px; transition: box-shadow 0.2s, border-color 0.2s; }
.feature-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.07); border-color: #bfdbfe; }
.feature-icon { width: 44px; height: 44px; background: #eff6ff; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.feature-icon svg { width: 22px; height: 22px; stroke: #2563eb; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { font-size: 16px; font-weight: 700; color: #111827; margin-bottom: 8px; }
.feature-card p { font-size: 14px; color: #6b7280; line-height: 1.6; }

.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 32px; margin-top: 48px; }
.step { text-align: center; }
.step-num { width: 48px; height: 48px; background: #eff6ff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 18px; color: #2563eb; margin: 0 auto 16px; }
.step h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.step p { font-size: 14px; color: #6b7280; }

.pricing { background: #f9fafb; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; margin-top: 48px; }
.pricing-card { background: #fff; border: 2px solid #e5e7eb; border-radius: 14px; padding: 28px; position: relative; }
.pricing-card.popular { border-color: #2563eb; }
.popular-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: #2563eb; color: #fff; font-size: 11px; font-weight: 700; padding: 4px 14px; border-radius: 100px; text-transform: uppercase; letter-spacing: 0.5px; white-space: nowrap; }
.plan-name { font-size: 14px; font-weight: 700; color: #6b7280; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.plan-price { font-family: 'Outfit', sans-serif; font-size: 2.2rem; font-weight: 800; color: #0f172a; }
.plan-price sup { font-size: 1.1rem; vertical-align: top; margin-top: 8px; display: inline-block; }
.plan-price .unit { font-size: 14px; color: #9ca3af; font-weight: 400; }
.plan-desc { font-size: 13px; color: #6b7280; margin: 8px 0 20px; min-height: 36px; }
.plan-features { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.plan-features li { font-size: 13px; color: #374151; display: flex; gap: 8px; align-items: flex-start; }
.plan-features li::before { content: "✓"; color: #16a34a; font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.pricing-cta { display: block; margin-top: 24px; text-align: center; padding: 11px; border-radius: 8px; font-weight: 600; font-size: 14px; text-decoration: none; border: 2px solid #e5e7eb; color: #374151; transition: all 0.15s; }
.pricing-cta:hover { border-color: #2563eb; color: #2563eb; }
.pricing-card.popular .pricing-cta { background: #2563eb; color: #fff; border-color: #2563eb; }
.pricing-card.popular .pricing-cta:hover { background: #1d4ed8; }

.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 48px; }
.testimonial { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 12px; padding: 24px; }
.testimonial-text { font-size: 15px; color: #374151; line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.avatar { width: 40px; height: 40px; border-radius: 50%; background: #dbeafe; display: flex; align-items: center; justify-content: center; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 16px; color: #2563eb; flex-shrink: 0; }
.author-name { font-weight: 600; font-size: 14px; color: #111827; }
.author-role { font-size: 13px; color: #9ca3af; }

.cta-banner { background: linear-gradient(135deg, #1d4ed8, #2563eb); padding: 72px 24px; text-align: center; }
.cta-banner h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; color: #fff; margin-bottom: 16px; letter-spacing: -0.5px; }
.cta-banner p { font-size: 17px; color: #bfdbfe; margin-bottom: 32px; max-width: 500px; margin-left: auto; margin-right: auto; }
.btn-white { background: #fff; color: #1d4ed8; padding: 14px 28px; border-radius: 10px; font-size: 16px; font-weight: 700; text-decoration: none; transition: opacity 0.15s; display: inline-block; }
.btn-white:hover { opacity: 0.92; }

footer { background: #0f172a; color: #94a3b8; padding: 48px 24px 32px; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
@media (max-width: 768px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-top { grid-template-columns: 1fr; } }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.footer-logo-img { width: 28px; height: 28px; object-fit: contain; border-radius: 4px; }
.footer-logo-text { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 17px; color: #f1f5f9; }
.footer-desc { font-size: 14px; line-height: 1.7; max-width: 260px; }
.footer-col h4 { font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 700; color: #f1f5f9; margin-bottom: 14px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { text-decoration: none; color: #94a3b8; font-size: 14px; transition: color 0.15s; }
.footer-col ul a:hover { color: #f1f5f9; }
.footer-bottom { border-top: 1px solid #1e293b; padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { color: #94a3b8; text-decoration: none; transition: color 0.15s; }
.footer-legal a:hover { color: #f1f5f9; }
