*, ::before, ::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: "Segoe UI", Arial, Helvetica, sans-serif; color: #1a1a2e; background: #ffffff; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }
:root {
  --navy: #1A2F7A;
  --navy2: #142367;
  --gold: #F5A623;
  --gold2: #e09510;
  --white: #ffffff;
  --light: #f4f6fc;
  --text: #1a1a2e;
  --muted: #5a6080;
  --radius: 14px;
  --shadow: 0 8px 32px rgba(26,47,122,0.10);
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

.btn-primary {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  font-weight: 700;
  font-size: 1.05rem;
  padding: 16px 36px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background .2s, transform .15s;
  box-shadow: 0 4px 16px rgba(245,166,35,0.35);
}
.btn-primary:hover { background: var(--gold2); transform: translateY(-2px); }

.btn-ghost {
  display: inline-block;
  color: var(--navy);
  font-weight: 600;
  font-size: .97rem;
  padding: 14px 28px;
  border-radius: 50px;
  border: 2px solid var(--navy);
  transition: .2s;
}
.btn-ghost:hover { background: var(--navy); color: var(--white); }

.section-label { text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 700; color: var(--gold); margin-bottom: 10px; }
.section-title { font-size: clamp(1.7rem, 3.5vw, 2.4rem); font-weight: 800; color: var(--navy); line-height: 1.2; margin-bottom: 16px; }
.section-sub { font-size: 1.05rem; color: var(--muted); max-width: 620px; margin: 0 auto; }

/* Nav */
nav { position: sticky; top: 0; z-index: 100; background: var(--navy); padding: 18px 0; box-shadow: 0 2px 12px rgba(0,0,0,0.2); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: 10px; font-size: 1.35rem; font-weight: 800; color: var(--white); }
.nav-logo span { color: var(--gold); }
.logo-icon { width: 36px; height: 36px; background: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; position: relative; }
.logo-icon::after { content: "\2713"; position: absolute; top: -6px; right: -6px; background: var(--gold); color: var(--white); font-size: 10px; font-weight: 900; width: 16px; height: 16px; border-radius: 50%; display: flex; align-items: center; justify-content: center; line-height: 16px; text-align: center; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: rgba(255,255,255,.75); font-size: .93rem; font-weight: 500; transition: color .2s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta .btn-primary { padding: 10px 24px; font-size: .92rem; }

/* Hero */
.hero { background: var(--navy); color: var(--white); padding: 90px 0 80px; text-align: center; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(at 60% 40%, rgba(245,166,35,0.12) 0%, transparent 70%); pointer-events: none; }
.hero-eyebrow { font-size: .85rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.hero h1 { font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 900; line-height: 1.15; margin-bottom: 28px; max-width: 800px; margin-left: auto; margin-right: auto; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-sub { font-size: clamp(1rem, 2vw, 1.18rem); color: rgba(255,255,255,.82); max-width: 640px; margin: 0 auto 40px; line-height: 1.7; }
.hero-sub strong { color: var(--white); }
.hero-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero-cta .btn-ghost { border-color: rgba(255,255,255,.5); color: var(--white); }
.hero-cta .btn-ghost:hover { background: rgba(255,255,255,.12); }
.hero-proof { margin-top: 24px; font-size: .85rem; color: rgba(255,255,255,.55); }
.hero-proof strong { color: var(--gold); }

/* Why tiles */
.tiles { background: var(--light); padding: 80px 0; }
.tiles-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; margin-top: 50px; }
.tile { background: var(--white); border-radius: var(--radius); padding: 36px 30px; box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s; border-top: 4px solid var(--gold); }
.tile:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(26,47,122,0.14); }
.tile-icon { font-size: 2rem; margin-bottom: 16px; }
.tile h3 { font-size: 1.15rem; font-weight: 800; color: var(--navy); margin-bottom: 12px; }
.tile p { color: var(--muted); font-size: .97rem; line-height: 1.65; }

/* How it works */
.how { padding: 90px 0; text-align: center; }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 32px; margin-top: 56px; }
.step { padding: 40px 28px 36px; border-radius: var(--radius); position: relative; }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: var(--white); font-weight: 800; font-size: 1.05rem; margin-bottom: 18px; }
.step-icon { font-size: 1.8rem; margin-bottom: 14px; }
.step h3 { font-size: 1.1rem; font-weight: 800; color: var(--navy); margin-bottom: 10px; }
.step p { color: var(--muted); font-size: .95rem; line-height: 1.6; }

/* Sample replies (dark navy) */
.replies { background: var(--navy); color: var(--white); padding: 90px 0; text-align: center; }
.testimonials { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 52px; }
.testimonial { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 32px 28px; text-align: left; transition: background .2s; }
.testimonial:hover { background: rgba(255,255,255,.11); }
.stars { color: var(--gold); font-size: 1rem; margin-bottom: 14px; letter-spacing: 2px; }
.testimonial blockquote { font-size: 1rem; color: rgba(255,255,255,.88); line-height: 1.7; font-style: italic; margin-bottom: 20px; }
.testimonial cite { font-size: .85rem; font-weight: 700; color: var(--gold); font-style: normal; }
.stat-row { display: flex; justify-content: center; gap: 60px; flex-wrap: wrap; margin-top: 60px; padding-top: 48px; border-top: 1px solid rgba(255,255,255,.12); }
.stat { text-align: center; }
.stat-num { font-size: 2.4rem; font-weight: 900; color: var(--gold); }
.stat-label { font-size: .88rem; color: rgba(255,255,255,.6); margin-top: 4px; }

/* Built for you */
.who { padding: 80px 0; background: var(--white); text-align: center; }
.who-tags { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 44px; }
.who-tag { background: var(--white); border: 1.5px solid #dce2f5; border-radius: 50px; padding: 12px 24px; font-size: .95rem; font-weight: 600; color: var(--navy); box-shadow: 0 2px 8px rgba(26,47,122,0.07); transition: .2s; cursor: default; }
.who-tag:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }
.who-note { margin-top: 32px; font-size: .97rem; color: var(--muted); }
.who-note strong { color: var(--navy); }

/* FAQ */
.faq { padding: 80px 0; }
.faq-inner { max-width: 720px; margin: 0 auto; }
.faq-item { border-bottom: 1.5px solid #e8ecf8; }
.faq-item:first-of-type { border-top: 1.5px solid #e8ecf8; }
.faq-toggle { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 24px 0; background: none; border: none; cursor: pointer; text-align: left; gap: 16px; }
.faq-toggle:hover .faq-q { color: var(--gold2); }
.faq-q { font-size: 1.08rem; font-weight: 800; color: var(--navy); transition: color .2s; }
.faq-icon { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--light); border: 1.5px solid #dce2f5; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; font-weight: 700; color: var(--navy); transition: background .2s, transform .3s; }
.faq-item.open .faq-icon { background: var(--gold); color: var(--white); border-color: var(--gold); transform: rotate(45deg); }
.faq-body { max-height: 0; overflow: hidden; transition: max-height .35s, padding .3s; }
.faq-item.open .faq-body { max-height: 300px; }
.faq-a { color: var(--muted); font-size: .97rem; line-height: 1.7; padding-bottom: 22px; }
.faq-a strong { color: var(--navy); }

/* Pricing */
.pricing { padding: 90px 0; background: var(--light); text-align: center; }
.plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 24px; margin-top: 52px; align-items: start; }
.plan-card { background: var(--white); border-radius: var(--radius); padding: 38px 32px 42px; box-shadow: var(--shadow); border: 2px solid #e8ecf8; position: relative; transition: transform .2s, box-shadow .2s; text-align: left; }
.plan-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(26,47,122,0.14); }
.plan-card.featured { border-color: var(--navy); box-shadow: 0 12px 40px rgba(26,47,122,0.18); }
.plan-badge { display: inline-block; background: var(--gold); color: var(--navy); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 5px 14px; border-radius: 50px; margin-bottom: 18px; }
.plan-name { font-size: 1.25rem; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.plan-tagline { font-size: .9rem; color: var(--muted); margin-bottom: 20px; line-height: 1.55; min-height: 44px; }
.plan-was { font-size: .82rem; color: #aaaabb; text-decoration: line-through; margin-bottom: 2px; }
.plan-price-row { display: flex; align-items: flex-end; gap: 3px; margin-bottom: 24px; }
.plan-currency { font-size: 1.3rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.plan-amount { font-size: 3.2rem; font-weight: 900; color: var(--navy); line-height: 1; }
.plan-period { font-size: .9rem; color: var(--muted); margin-bottom: 8px; }
.plan-btn { display: block; width: 100%; padding: 14px; border-radius: 50px; font-size: .97rem; font-weight: 700; text-align: center; cursor: pointer; border: none; transition: .2s; margin-bottom: 28px; text-decoration: none; }
.plan-btn-gold { background: var(--gold); color: var(--navy); box-shadow: 0 4px 16px rgba(245,166,35,0.35); }
.plan-btn-gold:hover { background: var(--gold2); transform: translateY(-2px); }
.plan-btn-outline { background: var(--white); color: var(--navy); border: 2px solid var(--navy); }
.plan-btn-outline:hover { background: var(--navy); color: var(--white); }
.plan-features { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.plan-features li { display: flex; align-items: flex-start; gap: 10px; font-size: .93rem; color: var(--text); line-height: 1.45; }
.plan-features li.dim { color: #bbbbcc; }
.feat-yes { flex-shrink: 0; width: 20px; height: 20px; background: rgba(245,166,35,0.18); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 1px; font-size: .65rem; color: var(--gold2); font-weight: 900; }
.feat-no { flex-shrink: 0; width: 20px; height: 20px; background: #eef0f8; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 1px; font-size: .65rem; color: #bbbbcc; font-weight: 900; }
.plan-note { font-size: .8rem; color: var(--muted); text-align: center; }
.pricing-foot { margin-top: 40px; font-size: .9rem; color: var(--muted); }
.pricing-foot strong { color: var(--navy); }

/* Final CTA */
.final-cta { background: var(--gold); padding: 90px 0; text-align: center; }
.final-cta h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 900; color: var(--navy); line-height: 1.2; margin-bottom: 16px; max-width: 700px; margin-left: auto; margin-right: auto; }
.final-cta p { color: var(--navy2); font-size: 1.05rem; margin-bottom: 36px; opacity: .85; }
.final-cta .btn-primary { background: var(--navy); color: var(--white); box-shadow: 0 4px 20px rgba(26,47,122,0.3); }
.final-cta .btn-primary:hover { background: var(--navy2); }
.final-cta-note { margin-top: 20px; font-size: .83rem; color: var(--navy2); opacity: .7; }

/* Modal */
.modal-overlay { display: none; position: fixed; inset: 0; z-index: 999; background: rgba(26,47,122,0.55); backdrop-filter: blur(4px); align-items: center; justify-content: center; padding: 24px; }
.modal-overlay.active { display: flex; }
.modal { background: var(--white); border-radius: 20px; padding: 48px 40px; max-width: 460px; width: 100%; box-shadow: 0 24px 60px rgba(26,47,122,0.25); position: relative; animation: modalIn .25s ease; }
@keyframes modalIn { 0% { transform: translateY(20px); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } }
.modal-close { position: absolute; top: 16px; right: 20px; background: none; border: none; font-size: 1.5rem; color: var(--muted); cursor: pointer; line-height: 1; }
.modal-close:hover { color: var(--navy); }
.modal-plan-badge { display: inline-block; background: var(--gold); color: var(--navy); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 4px 12px; border-radius: 50px; margin-bottom: 16px; }
.modal h3 { font-size: 1.4rem; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.modal-sub { font-size: .9rem; color: var(--muted); margin-bottom: 28px; }
.modal-form { display: flex; flex-direction: column; gap: 14px; }
.modal-form input { width: 100%; padding: 13px 16px; border-radius: 10px; border: 1.5px solid #dce2f5; font-size: .97rem; color: var(--text); outline: none; transition: border-color .2s; font-family: inherit; }
.modal-form input:focus { border-color: var(--navy); }
.modal-form button { width: 100%; padding: 15px; border-radius: 50px; border: none; background: var(--gold); color: var(--navy); font-size: 1rem; font-weight: 700; cursor: pointer; transition: background .2s, transform .15s; box-shadow: 0 4px 16px rgba(245,166,35,0.35); }
.modal-form button:hover { background: var(--gold2); }

/* Footer */
footer { background: var(--navy); color: rgba(255,255,255,.5); text-align: center; padding: 32px 24px; font-size: .85rem; }
footer a { color: rgba(255,255,255,.7); margin: 0 10px; }
footer a:hover { color: var(--gold); }
.footer-logo { font-size: 1.1rem; font-weight: 800; color: var(--white); margin-bottom: 12px; }
.footer-logo span { color: var(--gold); }

@media (max-width: 640px) {
  .hero { padding: 60px 0 56px; }
  .stat-row { gap: 36px; }
  .hero-cta { flex-direction: column; align-items: center; }
  .nav-links { display: none; }
  .modal { padding: 36px 24px; }
}

/* Legal pages */
.legal { padding: 60px 0 90px; }
.legal .container { max-width: 760px; }
.legal h1 { font-size: 2rem; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.legal .updated { color: var(--muted); font-size: .9rem; margin-bottom: 36px; }
.legal h2 { font-size: 1.2rem; font-weight: 800; color: var(--navy); margin: 32px 0 10px; }
.legal p, .legal li { color: var(--text); font-size: .98rem; line-height: 1.7; margin-bottom: 8px; }
.legal ul { padding-left: 22px; margin-bottom: 12px; }
