:root {
  --bg: #f7f8fe;
  --surface: #ffffff;
  --surface-2: #eef3ff;
  --text: #18233e;
  --muted: #5b6789;
  --line: rgba(30, 58, 138, 0.12);
  --navy: #19284f;
  --blue: #1f4fd0;
  --blue-2: #5e88ff;
  --sky: #b8ceff;
  --gold: #f0bf58;
  --violet: #7c3aed;
  --shadow: 0 24px 60px rgba(25, 40, 79, 0.12);
  --radius: 24px;
  --radius-sm: 16px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(94,136,255,.13), transparent 24%),
    radial-gradient(circle at top right, rgba(31,79,208,.09), transparent 24%),
    linear-gradient(180deg, #f9fbff 0%, #f5f7fd 40%, #f8f8fe 100%);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.7; }
button, input, textarea { font: inherit; }
.shell { width: min(var(--shell), calc(100% - 2rem)); margin: 0 auto; }
.section { padding: 5.5rem 0; }
.centered { text-align: center; }
.eyebrow {
  margin: 0 0 .8rem;
  font-weight: 800;
  font-size: .85rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--blue);
}
.eyebrow-light { color: rgba(255,255,255,.8); }
.section-head { max-width: 760px; margin: 0 auto 2.4rem; }
.section-head h2,
.split-copy h2,
.comparison-grid h2,
.final-cta-card h2,
.signup-card h1 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.section-head p:last-child { margin: 0; color: var(--muted); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(247,248,254,.85);
  border-bottom: 1px solid rgba(31,79,208,.08);
}
.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 1rem;
}
.brand-logo { width: 220px; height: auto; }
.site-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-weight: 600;
  color: var(--muted);
}
.site-nav a:hover { color: var(--navy); }
.menu-toggle {
  display: none;
  border: 0;
  background: var(--surface);
  border-radius: 999px;
  padding: .7rem 1rem;
  box-shadow: 0 8px 24px rgba(25,40,79,.08);
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border-radius: 999px;
  padding: .95rem 1.35rem;
  font-weight: 800;
  letter-spacing: -.01em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue) 0%, var(--violet) 100%);
  box-shadow: 0 18px 40px rgba(31,79,208,.28);
}
.button-secondary {
  color: var(--navy);
  background: var(--surface);
  border: 1px solid rgba(31,79,208,.12);
  box-shadow: 0 10px 30px rgba(25,40,79,.08);
}
.button-ghost {
  color: var(--navy);
  border: 1px solid rgba(31,79,208,.16);
  background: #fff;
}
.button-small { padding: .72rem 1rem; }
.full-width { width: 100%; }
.light { background: rgba(255,255,255,.12); color: white; border: 1px solid rgba(255,255,255,.18); }

.hero {
  position: relative;
  overflow: clip;
  padding: 4.3rem 0 4.8rem;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(94,136,255,.18), transparent 22%),
    radial-gradient(circle at 88% 16%, rgba(124,58,237,.14), transparent 16%),
    linear-gradient(180deg, rgba(31,79,208,.03), rgba(31,79,208,0));
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 3rem;
}
.hero-copy h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: .98;
  letter-spacing: -.055em;
  max-width: 10ch;
}
.hero-lede {
  margin: 0;
  max-width: 58ch;
  font-size: 1.08rem;
  color: var(--muted);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin: 1.65rem 0 1.2rem;
}
.hero-badges, .mini-proof { display: flex; flex-wrap: wrap; gap: .7rem; }
.hero-badges span,
.mini-proof div {
  border: 1px solid rgba(31,79,208,.1);
  background: rgba(255,255,255,.85);
  box-shadow: 0 16px 30px rgba(25,40,79,.06);
}
.hero-badges span {
  border-radius: 999px;
  padding: .6rem .9rem;
  font-size: .95rem;
  font-weight: 700;
  color: var(--navy);
}
.mini-proof { margin-top: 1.2rem; }
.mini-proof div {
  min-width: 150px;
  border-radius: 18px;
  padding: .95rem 1rem;
}
.mini-proof strong { display: block; font-size: 1rem; }
.mini-proof span { color: var(--muted); font-size: .92rem; }
.hero-visual { position: relative; min-height: 600px; }
.hero-gradient {
  position: absolute;
  inset: 40px 0 120px 40px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(31,79,208,.16), rgba(124,58,237,.16) 56%, rgba(240,191,88,.22));
  filter: blur(0px);
}
.browser-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid rgba(31,79,208,.12);
  box-shadow: var(--shadow);
}
.browser-bar {
  display: flex;
  align-items: center;
  gap: .45rem;
  padding: .8rem 1rem;
  background: linear-gradient(180deg, rgba(238,243,255,.85), rgba(255,255,255,.82));
  border-bottom: 1px solid rgba(31,79,208,.08);
  color: var(--muted);
  font-size: .87rem;
  font-weight: 600;
}
.browser-bar i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(31,79,208,.25);
}
.hero-shot { position: absolute; inset: 48px 10px 90px 0; }
.hero-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.floating-card {
  position: absolute;
  width: 230px;
  border-radius: 22px;
  padding: 1rem 1.05rem;
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(31,79,208,.1);
  box-shadow: 0 24px 40px rgba(25,40,79,.12);
}
.floating-card small { display: block; color: var(--muted); font-weight: 700; margin-bottom: .25rem; }
.floating-card strong { display: block; font-size: 1.28rem; margin-bottom: .3rem; }
.floating-card span { color: var(--muted); font-size: .9rem; line-height: 1.5; }
.card-a { top: 6px; right: -18px; }
.card-b { left: -18px; bottom: 145px; }
.card-c { right: 36px; bottom: 0; width: 260px; }

.tool-strip {
  padding: .75rem 0;
  background: linear-gradient(90deg, rgba(31,79,208,.08), rgba(124,58,237,.09), rgba(240,191,88,.12));
  border-block: 1px solid rgba(31,79,208,.08);
}
.tool-strip-inner { text-align: center; }
.tool-strip p { margin: 0; font-weight: 600; color: var(--navy); }

.feature-grid,
.pricing-grid,
.outcome-grid { display: grid; gap: 1.25rem; }
.feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-card {
  background: rgba(255,255,255,.9);
  border-radius: 22px;
  padding: 1.4rem;
  border: 1px solid rgba(31,79,208,.1);
  box-shadow: 0 16px 34px rgba(25,40,79,.06);
}
.feature-accent { background: linear-gradient(180deg, rgba(94,136,255,.16), rgba(255,255,255,.95)); }
.feature-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  color: #fff;
  font-weight: 800;
  margin-bottom: 1rem;
}
.feature-card h3 { margin: 0 0 .6rem; font-size: 1.18rem; }
.feature-card p { margin: 0; color: var(--muted); }
.section-cta { margin-top: 2rem; text-align: center; }

.comparison-section { padding-top: 1rem; }
.comparison-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 1.5rem;
  align-items: start;
}
.comparison-list {
  margin: 1.25rem 0 1.6rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .85rem;
}
.comparison-list li {
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(31,79,208,.08);
  border-radius: 16px;
  padding: .95rem 1rem;
}
.savings-card {
  border-radius: 28px;
  padding: 1.6rem;
  background: linear-gradient(180deg, #1b2d5a 0%, #1e49af 56%, #275ee0 100%);
  color: #fff;
  box-shadow: 0 26px 50px rgba(25,40,79,.22);
}
.savings-card h3 { margin-top: 0; font-size: 1.35rem; }
.savings-table {
  display: grid;
  gap: .85rem;
  margin: 1.25rem 0 1.3rem;
}
.savings-table div,
.pricing-footnote div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.savings-table div {
  background: rgba(255,255,255,.08);
  border-radius: 16px;
  padding: .85rem 1rem;
}
.savings-total {
  background: rgba(255,255,255,.12);
  border-radius: 22px;
  padding: 1.15rem;
}
.savings-total small { display: block; opacity: .82; font-weight: 700; }
.savings-total strong { display: block; font-size: 2.3rem; line-height: 1.05; margin: .25rem 0 .35rem; }
.fine-print { font-size: .9rem; opacity: .84; }

.split-layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 1.6rem;
  align-items: center;
}
.tick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: .8rem;
  margin: 1.35rem 0 1.6rem;
}
.tick-grid span {
  position: relative;
  padding: .9rem .95rem .9rem 2.7rem;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(31,79,208,.08);
  box-shadow: 0 14px 28px rgba(25,40,79,.05);
  font-weight: 600;
}
.tick-grid span::before {
  content: "✓";
  position: absolute;
  left: .9rem;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  color: white;
  font-weight: 800;
  font-size: .85rem;
}
.featured-shot img,
.compact-shot img { width: 100%; }

.tour-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1.3rem;
}
.tour-large { grid-column: span 1; }
.tour-card {
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(31,79,208,.09);
  box-shadow: 0 18px 40px rgba(25,40,79,.06);
}
.tour-card figcaption { padding: 1rem 1rem 1.15rem; }
.tour-card strong { display: block; font-size: 1.14rem; margin-bottom: .45rem; }
.tour-card span { display: block; color: var(--muted); }
.tour-card a { display: inline-flex; margin-top: 1rem; font-weight: 800; color: var(--blue); }

.audience-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 1.5rem;
  align-items: center;
}
.pill-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  align-content: start;
}
.pill-cloud span {
  padding: .95rem 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(31,79,208,.1);
  box-shadow: 0 15px 28px rgba(25,40,79,.05);
  font-weight: 700;
}

.pricing-section { background: linear-gradient(180deg, rgba(31,79,208,.03), rgba(255,255,255,0)); }
.pricing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.price-card {
  position: relative;
  background: rgba(255,255,255,.94);
  border-radius: 26px;
  padding: 1.5rem;
  border: 1px solid rgba(31,79,208,.1);
  box-shadow: 0 20px 38px rgba(25,40,79,.07);
}
.price-card-featured {
  background: linear-gradient(180deg, rgba(94,136,255,.16), rgba(255,255,255,.98));
  transform: translateY(-4px);
}
.price-tag {
  display: inline-flex;
  padding: .45rem .8rem;
  border-radius: 999px;
  background: rgba(31,79,208,.08);
  color: var(--blue);
  font-size: .84rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.price-card h3 { margin: 1rem 0 .85rem; font-size: 1.35rem; }
.price {
  display: flex;
  align-items: flex-end;
  gap: .15rem;
  font-size: 3.15rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.06em;
  color: var(--navy);
}
.price span { font-size: 1.4rem; margin-bottom: .55rem; }
.price small { font-size: 1rem; margin-left: .3rem; margin-bottom: .35rem; color: var(--muted); font-weight: 700; letter-spacing: 0; }
.price-card ul { margin: 1rem 0 1.4rem; padding-left: 1.1rem; color: var(--muted); display: grid; gap: .7rem; }
.pricing-footnote {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1rem;
  margin-top: 1.35rem;
}
.pricing-footnote div {
  align-items: flex-start;
  background: rgba(255,255,255,.84);
  border-radius: 18px;
  border: 1px solid rgba(31,79,208,.08);
  padding: 1rem;
}

.support-layout { grid-template-columns: .9fr 1.1fr; }

.faq-list {
  display: grid;
  gap: .9rem;
}
.faq-list details {
  background: rgba(255,255,255,.9);
  border-radius: 20px;
  border: 1px solid rgba(31,79,208,.09);
  box-shadow: 0 14px 28px rgba(25,40,79,.05);
  padding: 1rem 1.1rem;
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  padding-right: 1.2rem;
  position: relative;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--blue);
  font-size: 1.2rem;
}
.faq-list details[open] summary::after { content: "–"; }
.faq-list p { margin: .85rem 0 0; color: var(--muted); }

.final-cta-card {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 1rem;
  align-items: center;
  padding: 2rem;
  border-radius: 30px;
  background: linear-gradient(135deg, #182a57 0%, #1f4fd0 58%, #5e88ff 100%);
  color: #fff;
  box-shadow: 0 30px 60px rgba(25,40,79,.22);
}
.final-cta-card h2 { color: #fff; }
.final-cta-card p:last-child { margin-bottom: 0; color: rgba(255,255,255,.84); }
.final-cta-actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .9rem;
}

.site-footer {
  padding: 2.6rem 0 1.5rem;
  background: #0f1730;
  color: rgba(255,255,255,.78);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .6fr .6fr;
  gap: 1.6rem;
}
.footer-logo { width: 210px; margin-bottom: 1rem; }
.footer-copy { max-width: 42ch; }
.site-footer h3 { color: white; margin-top: 0; margin-bottom: .75rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .45rem; }
.site-footer a:hover { color: white; }
.footer-meta {
  margin-top: 1.35rem;
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 1rem;
  font-size: .95rem;
}

.signup-body { min-height: 100vh; display: flex; flex-direction: column; }
.simple-header { position: static; }
.signup-main { flex: 1; display: grid; place-items: center; padding: 3rem 0 4rem; }
.signup-card {
  max-width: 780px;
  margin: 0 auto;
  padding: 2.2rem;
  border-radius: 30px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(31,79,208,.1);
  box-shadow: var(--shadow);
  text-align: center;
}
.signup-bullets {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .7rem;
  margin: 1.4rem 0;
}
.signup-bullets span,
.holding-note {
  border: 1px solid rgba(31,79,208,.1);
  background: rgba(94,136,255,.08);
}
.signup-bullets span { border-radius: 999px; padding: .8rem 1rem; font-weight: 700; }
.holding-note { border-radius: 20px; padding: 1rem 1.1rem; margin-top: 1.3rem; }
.compact-footer { padding-top: 0; }

@media (max-width: 1120px) {
  .hero-grid,
  .comparison-grid,
  .split-layout,
  .audience-grid,
  .final-cta-card,
  .footer-grid { grid-template-columns: 1fr; }
  .hero-copy h1 { max-width: none; }
  .hero-visual { min-height: 540px; }
  .final-cta-actions { justify-content: flex-start; }
}

@media (max-width: 920px) {
  .feature-grid,
  .pricing-grid,
  .tour-grid,
  .tick-grid,
  .pricing-footnote { grid-template-columns: 1fr; }
  .card-a, .card-b, .card-c { position: static; width: 100%; margin-top: 1rem; }
  .hero-shot { position: static; }
  .hero-gradient { inset: 0; }
  .hero-visual { min-height: auto; display: grid; gap: 1rem; }
  .tour-large { grid-column: auto; }
}

@media (max-width: 780px) {
  .site-nav {
    position: absolute;
    top: calc(100% + .5rem);
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: rgba(255,255,255,.98);
    border: 1px solid rgba(31,79,208,.12);
    border-radius: 24px;
    padding: 1rem;
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .menu-toggle { display: inline-flex; }
  .button-ghost { margin-top: .4rem; }
  .brand-logo { width: 190px; }
  .hero { padding-top: 2.4rem; }
  .hero-copy h1 { font-size: clamp(2.3rem, 14vw, 3.5rem); }
  .section { padding: 4.2rem 0; }
  .signup-card { padding: 1.6rem; }
}

@media (max-width: 560px) {
  .shell { width: min(var(--shell), calc(100% - 1.15rem)); }
  .hero-actions, .hero-badges, .mini-proof, .final-cta-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .mini-proof div,
  .floating-card,
  .hero-badges span { width: 100%; }
  .tick-grid { grid-template-columns: 1fr; }
  .price { font-size: 2.6rem; }
  .section-head h2,
  .split-copy h2,
  .comparison-grid h2,
  .final-cta-card h2,
  .signup-card h1 { font-size: clamp(1.7rem, 8vw, 2.5rem); }
}
