:root {
  --ink: #14243b;
  --ink-soft: #526277;
  --navy: #10233f;
  --navy-deep: #09182d;
  --blue: #246bfd;
  --blue-dark: #1854cf;
  --cyan: #62d9ee;
  --red: #e54b4b;
  --cream: #f7f6f1;
  --surface: #ffffff;
  --line: #dce3ec;
  --success: #137a5b;
  --shadow: 0 24px 70px rgba(16, 35, 63, 0.15);
  --shadow-soft: 0 12px 34px rgba(16, 35, 63, 0.08);
  --radius: 22px;
  --radius-sm: 13px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: var(--blue-dark); text-underline-offset: 3px; }
a:hover { color: var(--blue); }
button, input { font: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; color: #fff; background: var(--navy); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(220, 227, 236, 0.9); background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); text-decoration: none; font-size: 20px; font-weight: 800; letter-spacing: -0.02em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--red), #b92e3b); border-radius: 10px; box-shadow: 0 7px 18px rgba(229, 75, 75, 0.24); font-size: 15px; font-weight: 900; letter-spacing: -0.08em; }
.site-nav { display: flex; align-items: center; gap: 6px; }
.site-nav a { padding: 9px 12px; color: #34445a; border-radius: 9px; text-decoration: none; font-size: 15px; font-weight: 650; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--navy); background: #eef3fa; }
.site-nav .nav-cta { margin-left: 6px; padding-inline: 17px; color: #fff; background: var(--blue); }
.site-nav .nav-cta:hover, .site-nav .nav-cta[aria-current="page"] { color: #fff; background: var(--blue-dark); }
.nav-toggle { width: 44px; height: 44px; display: none; padding: 10px; border: 0; background: transparent; border-radius: 10px; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--navy); border-radius: 2px; }
.hero { position: relative; overflow: hidden; padding: 92px 0 78px; background: radial-gradient(circle at 86% 12%, rgba(98, 217, 238, 0.2), transparent 28%), linear-gradient(135deg, #f8fafc 0%, #eef4fb 52%, #f7f6f1 100%); }
.hero::before { content: ""; position: absolute; width: 720px; height: 720px; right: -480px; bottom: -500px; border: 74px solid rgba(36, 107, 253, 0.08); border-radius: 50%; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr); align-items: center; gap: 64px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--blue-dark); text-transform: uppercase; font-size: 13px; font-weight: 800; letter-spacing: 0.12em; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--red); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.12; letter-spacing: -0.035em; }
h1 { margin-bottom: 24px; font-size: clamp(44px, 5.2vw, 70px); max-width: 760px; }
h2 { margin-bottom: 18px; font-size: clamp(34px, 4vw, 52px); }
h3 { margin-bottom: 12px; font-size: 23px; }
.hero-copy > p:not(.eyebrow) { max-width: 650px; margin-bottom: 31px; color: var(--ink-soft); font-size: 20px; }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border: 1px solid transparent; border-radius: 11px; text-decoration: none; font-size: 16px; font-weight: 750; cursor: pointer; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 10px 22px rgba(36, 107, 253, 0.23); }
.button-primary:hover { color: #fff; background: var(--blue-dark); }
.button-secondary { color: var(--navy); border-color: #cbd6e4; background: rgba(255, 255, 255, 0.75); }
.button-secondary:hover { color: var(--navy); background: #fff; box-shadow: var(--shadow-soft); }
.button-dark { color: #fff; background: var(--navy); }
.button-dark:hover { color: #fff; background: #1c385f; }
.hero-note { margin-top: 18px; color: #66768a; font-size: 14px; }
.product-window { position: relative; width: 100%; max-width: 600px; justify-self: end; padding: 11px; background: #fff; border: 1px solid rgba(16, 35, 63, 0.12); border-radius: 18px; box-shadow: var(--shadow); transform: rotate(1deg); }
.product-window::after { content: ""; position: absolute; z-index: -1; inset: 30px -22px -25px 45px; background: linear-gradient(135deg, var(--blue), var(--cyan)); border-radius: 20px; opacity: 0.12; }
.window-bar { height: 38px; display: flex; align-items: center; gap: 7px; padding: 0 12px; color: #68778b; background: #f5f7fa; border-radius: 10px 10px 5px 5px; font-size: 12px; font-weight: 700; }
.window-dot { width: 8px; height: 8px; background: #cad3df; border-radius: 50%; }
.window-label { margin-left: 5px; }
.product-window img { width: 100%; height: 338px; aspect-ratio: 16 / 9; object-fit: cover; object-position: center; border-radius: 5px 5px 11px 11px; }
.trust-bar { position: relative; margin-top: -1px; color: #dbe6f4; background: var(--navy); }
.trust-grid { min-height: 106px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-item { padding: 8px 25px; border-right: 1px solid rgba(255, 255, 255, 0.13); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; }
.trust-item strong, .trust-item span { display: block; }
.trust-item strong { color: #fff; font-size: 17px; }
.trust-item span { color: #9eb0c8; font-size: 13px; }
.section { padding: 100px 0; }
.section-soft { background: var(--cream); }
.section-dark { color: #d9e5f3; background: var(--navy-deep); }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-heading { max-width: 720px; margin-bottom: 46px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { color: var(--ink-soft); font-size: 19px; }
.section-dark .section-heading > p:last-child { color: #aebdd0; }
.outcome-grid, .product-grid, .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.outcome-card, .product-card, .feature-card { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 24px; color: var(--blue-dark); background: #edf3ff; border-radius: 14px; font-size: 21px; font-weight: 850; }
.outcome-card p, .product-card p, .feature-card p { margin-bottom: 0; color: var(--ink-soft); }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.split-media { position: relative; }
.split-media img { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.media-tag { position: absolute; right: -18px; bottom: -18px; max-width: 225px; padding: 15px 18px; color: #fff; background: var(--navy); border-radius: 13px; box-shadow: var(--shadow-soft); font-size: 14px; font-weight: 700; }
.check-list { margin: 28px 0 32px; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 13px 0; padding-left: 31px; color: #405168; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 21px; height: 21px; display: grid; place-items: center; color: #fff; background: var(--success); border-radius: 50%; font-size: 12px; font-weight: 900; }
.quote-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 24px; }
.quote-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 270px; padding: 34px; color: #d5e1ef; background: #122948; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: var(--radius); }
.quote-card.featured { background: linear-gradient(145deg, #17365c, #102440); }
.quote-mark { color: var(--cyan); font-family: Georgia, serif; font-size: 54px; line-height: 0.7; }
.quote-card blockquote { margin: 20px 0 30px; color: #fff; font-size: 21px; line-height: 1.55; }
.quote-card cite { color: #98abc3; font-size: 14px; font-style: normal; }
.quote-card cite strong { display: block; color: #fff; font-size: 15px; }
.product-card { position: relative; overflow: hidden; }
.product-card::before { content: ""; position: absolute; width: 90px; height: 90px; top: -48px; right: -42px; border: 18px solid #edf3ff; border-radius: 50%; }
.product-card a { display: inline-flex; margin-top: 21px; font-weight: 750; text-decoration: none; }
.product-kicker { color: var(--red); text-transform: uppercase; font-size: 12px; font-weight: 850; letter-spacing: 0.1em; }
.cta-band { padding: 76px 0; background: linear-gradient(115deg, var(--blue) 0%, #174bb7 100%); }
.cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-grid h2, .cta-grid p { color: #fff; }
.cta-grid h2 { margin-bottom: 9px; font-size: clamp(32px, 4vw, 46px); }
.cta-grid p { margin: 0; opacity: 0.82; }
.cta-grid .button { flex: 0 0 auto; color: var(--navy); background: #fff; }
.site-footer { padding: 62px 0 28px; color: #aebdd0; background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.footer-brand { max-width: 330px; }
.footer-brand .brand { color: #fff; }
.footer-brand p { margin-top: 18px; font-size: 14px; }
.footer-group strong { display: block; margin-bottom: 13px; color: #fff; font-size: 14px; }
.footer-group a { display: block; width: fit-content; margin: 8px 0; color: #aebdd0; text-decoration: none; font-size: 14px; }
.footer-group a:hover { color: #fff; }
.footer-bottom { margin-top: 48px; padding-top: 23px; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 13px; }
.page-hero { position: relative; overflow: hidden; padding: 84px 0 70px; background: radial-gradient(circle at 85% 5%, rgba(98, 217, 238, 0.22), transparent 28%), linear-gradient(135deg, #f8fafc, #eef4fb); }
.page-hero .hero-grid { grid-template-columns: 0.95fr 1.05fr; }
.meta-pills { display: flex; flex-wrap: wrap; gap: 9px; margin: 25px 0 31px; }
.meta-pill { padding: 7px 11px; color: #39516f; background: #e7eef8; border-radius: 999px; font-size: 13px; font-weight: 750; }
.feature-grid .feature-card { box-shadow: none; }
.feature-card ul { margin: 18px 0 0; padding-left: 20px; color: var(--ink-soft); font-size: 15px; }
.feature-card li { margin: 8px 0; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.gallery-item { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.gallery-item img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top left; }
.gallery-caption { padding: 22px 24px 24px; }
.gallery-caption h3 { margin-bottom: 7px; font-size: 20px; }
.gallery-caption p { margin-bottom: 0; color: var(--ink-soft); font-size: 15px; }
.faq-list { max-width: 860px; margin-inline: auto; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 42px 24px 0; color: var(--navy); cursor: pointer; list-style: none; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; color: var(--blue); font-size: 26px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details > div { padding: 0 42px 24px 0; color: var(--ink-soft); }
.pricing-hero { padding: 82px 0 55px; text-align: center; background: linear-gradient(180deg, #f4f7fb, #fff); }
.pricing-hero h1 { max-width: 820px; margin-inline: auto; }
.pricing-hero > .container > p:not(.eyebrow) { max-width: 680px; margin: 0 auto; color: var(--ink-soft); font-size: 19px; }
.pricing-layout { display: grid; grid-template-columns: 1.12fr 0.88fr; gap: 28px; align-items: start; }
.price-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.price-card-head { padding: 33px 36px; color: #fff; background: var(--navy); }
.price-card-head h2 { margin-bottom: 6px; color: #fff; font-size: 29px; }
.price-card-head p { margin: 0; color: #b9c8da; font-size: 14px; }
.price-card-body { padding: 36px; }
.price { display: flex; align-items: baseline; gap: 7px; margin-bottom: 24px; }
.price strong { color: var(--navy); font-size: 51px; line-height: 1; letter-spacing: -0.045em; }
.price span { color: var(--ink-soft); font-size: 14px; }
.price-card form .button { width: 100%; border: 0; }
.price-card form .button-secondary { color: var(--navy); background: #edf3ff; border: 1px solid #cbd9eb; }
.price-card form .button-secondary:hover { color: var(--navy); background: #dfeafb; border-color: #b6c9e2; }
.invoice-email { margin: 10px 0 0; color: var(--ink-soft); text-align: center; font-size: 13px; }
.invoice-email a { color: var(--blue); font-weight: 750; }
.purchase-divider { position: relative; margin: 25px 0; color: #8795a8; text-align: center; font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; }
.purchase-divider::before, .purchase-divider::after { content: ""; position: absolute; top: 50%; width: 42%; height: 1px; background: var(--line); }
.purchase-divider::before { left: 0; }
.purchase-divider::after { right: 0; }
.purchase-note { margin: 20px 0 0; color: #708096; text-align: center; font-size: 13px; }
.process-card { padding: 35px; background: var(--cream); border-radius: var(--radius); }
.process-list { margin: 25px 0 0; padding: 0; list-style: none; counter-reset: step; }
.process-list li { position: relative; min-height: 55px; margin-bottom: 25px; padding-left: 60px; color: var(--ink-soft); counter-increment: step; }
.process-list li::before { content: counter(step); position: absolute; left: 0; top: -3px; width: 40px; height: 40px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 12px; font-weight: 800; }
.process-list strong { display: block; color: var(--navy); }
.mini-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mini-price-card { display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.mini-price-card h3 { min-height: 52px; font-size: 19px; }
.mini-price-card .mini-price { margin: auto 0 20px; color: var(--navy); font-size: 28px; font-weight: 850; }
.mini-price-card form { margin-top: auto; }
.mini-price-card .button { width: 100%; min-height: 45px; border: 0; font-size: 14px; }
.assurance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-top: 55px; }
.assurance-item { padding-top: 20px; border-top: 2px solid var(--blue); }
.assurance-item strong { display: block; margin-bottom: 7px; color: var(--navy); }
.assurance-item span { color: var(--ink-soft); font-size: 14px; }
@media (max-width: 980px) {
  .hero-grid, .page-hero .hero-grid, .split, .pricing-layout { grid-template-columns: 1fr; }
  .hero-grid, .page-hero .hero-grid { gap: 48px; }
  .hero-copy { max-width: 760px; }
  .product-window { max-width: 600px; justify-self: start; transform: none; }
  .outcome-grid, .product-grid, .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding: 20px 0; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:first-child { padding-left: 25px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 30px), var(--max)); }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 76px; right: 0; left: 0; min-height: calc(100vh - 76px); display: none; flex-direction: column; align-items: stretch; gap: 3px; padding: 18px 20px; background: #fff; box-shadow: 0 24px 50px rgba(16, 35, 63, 0.12); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px; font-size: 17px; }
  .site-nav .nav-cta { margin: 8px 0 0; text-align: center; }
  .product-window { max-width: none; justify-self: stretch; }
  .product-window img { height: auto; }
  .hero, .page-hero { padding: 64px 0 58px; }
  h1 { font-size: clamp(40px, 13vw, 58px); }
  .hero-copy > p:not(.eyebrow) { font-size: 18px; }
  .section { padding: 74px 0; }
  .outcome-grid, .product-grid, .feature-grid, .quote-grid, .gallery-grid, .mini-pricing-grid, .assurance-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; padding: 14px 0; }
  .trust-item, .trust-item:first-child { padding: 14px 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.11); }
  .trust-item:last-child { border-bottom: 0; }
  .media-tag { position: static; max-width: none; margin-top: 12px; }
  .cta-grid { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-brand { grid-column: 1 / -1; }
  .pricing-hero { padding-top: 64px; }
  .price-card-head, .price-card-body, .process-card { padding: 28px; }
}
.testimonial-hero-copy { max-width: 880px; }
.testimonial-hero-copy > p:last-child { max-width: 760px; color: var(--ink-soft); font-size: 20px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.testimonial-grid .quote-card { min-height: 280px; }
.testimonial-grid .testimonial-featured { grid-column: 1 / -1; min-height: 0; background: linear-gradient(145deg, rgba(42, 101, 181, .34), rgba(255, 255, 255, .08)); }
.testimonial-featured blockquote { max-width: 980px; font-size: clamp(20px, 2.3vw, 28px); line-height: 1.55; }
.testimonial-more { margin-top: 28px; }
.testimonial-more a { color: #fff; font-weight: 800; text-decoration: none; }
.testimonial-more a:hover { text-decoration: underline; }
@media (max-width: 720px) { .testimonial-grid { grid-template-columns: 1fr; } .testimonial-grid .testimonial-featured { grid-column: auto; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
