:root {
  --ink: #071521;
  --ink-soft: #142535;
  --paper: #f4f8fc;
  --white: #ffffff;
  --line: #d8e2ec;
  --muted: #607385;
  --blue: #3d73ff;
  --blue-dark: #2252ce;
  --cyan: #5ce1e6;
  --cyan-soft: #c9f6f7;
  --violet: #8167ff;
  --green: #1d9b6c;
  --shadow: 0 30px 80px rgba(7, 21, 33, .13);
  --radius: 22px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
  border-radius: 8px;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; }
p { color: var(--muted); }
.shell { width: var(--shell); margin: 0 auto; }
.section { padding: 112px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 1000; transform: translateY(-160%);
  background: var(--white); padding: 10px 16px; border-radius: 8px; font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  background: rgba(244, 248, 252, .85); backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent; transition: border-color .25s, box-shadow .25s;
}
.site-header.scrolled { border-color: rgba(7, 21, 33, .08); box-shadow: 0 8px 30px rgba(7, 21, 33, .06); }
.nav-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; position: relative; background: var(--ink); border-radius: 10px; }
.brand-mark::before { content: ""; position: absolute; width: 18px; height: 6px; left: 9px; top: 10px; background: var(--cyan); }
.brand-mark span { width: 6px; height: 18px; background: var(--cyan); position: absolute; left: 9px; top: 10px; }
.brand-mark::after { content: ""; width: 12px; height: 12px; background: var(--blue); position: absolute; right: 8px; bottom: 8px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-size: .82rem; letter-spacing: .11em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: .7rem; letter-spacing: .02em; }
.primary-nav { display: flex; align-items: center; gap: 34px; }
.primary-nav > a:not(.button) { font-size: .9rem; font-weight: 650; text-decoration: none; color: #304354; }
.primary-nav > a:not(.button):hover { color: var(--blue); }
.menu-button { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; height: 2px; width: 22px; background: var(--ink); margin: 6px auto; transition: transform .2s; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px;
  padding: 0 23px; border-radius: 10px; text-decoration: none; font-weight: 750; line-height: 1;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button span { font-size: 1.15em; }
.button-small { min-height: 42px; padding: 0 17px; font-size: .85rem; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #142b3d; box-shadow: 0 10px 25px rgba(7, 21, 33, .18); }
.button-primary { background: var(--blue); color: var(--white); box-shadow: 0 14px 30px rgba(61, 115, 255, .25); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 18px 35px rgba(61, 115, 255, .32); }
.button-light { background: var(--white); color: var(--ink); box-shadow: 0 14px 35px rgba(0, 0, 0, .2); }
.text-link { text-underline-offset: 5px; text-decoration-thickness: 1px; font-weight: 700; }

.hero {
  position: relative; overflow: hidden; min-height: 890px; padding: 160px 0 40px;
  background: linear-gradient(180deg, #f4f8fc 0%, #edf5fc 100%);
}
.hero-grid, .closing-grid {
  position: absolute; inset: 0; pointer-events: none; opacity: .45;
  background-image: linear-gradient(rgba(61, 115, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(61, 115, 255, .08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}
.hero-layout { position: relative; display: grid; grid-template-columns: .91fr 1.09fr; gap: 70px; align-items: center; }
.hero-copy { padding-bottom: 20px; }
.eyebrow, .section-kicker {
  display: flex; align-items: center; gap: 10px; margin-bottom: 25px; color: var(--blue-dark);
  font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase;
}
.eyebrow span { width: 29px; height: 3px; background: var(--blue); }
.hero h1 { max-width: 650px; margin-bottom: 26px; font-size: clamp(3.5rem, 6.1vw, 5.85rem); font-weight: 760; }
.hero h1 em { display: block; color: var(--blue); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.hero-lede { max-width: 590px; margin-bottom: 34px; font-size: 1.17rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.purchase-facts { display: flex; gap: 22px; padding: 0; margin: 35px 0 0; list-style: none; color: #405568; font-size: .82rem; font-weight: 650; }
.check { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 5px; border-radius: 50%; color: var(--green); background: rgba(29, 155, 108, .1); font-size: .7rem; }

.product-visual { position: relative; min-height: 580px; display: grid; place-items: center; }
.visual-halo { position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(92,225,230,.42), rgba(61,115,255,.13) 45%, transparent 70%); filter: blur(10px); }
.control-panel { position: relative; z-index: 2; width: 100%; max-width: 620px; padding: 22px; color: var(--white); background: rgba(7, 21, 33, .97); border: 1px solid rgba(255,255,255,.11); border-radius: 26px; box-shadow: 0 45px 110px rgba(7, 21, 33, .3); transform: perspective(1100px) rotateY(-4deg) rotateX(2deg); }
.panel-topbar { display: flex; align-items: center; justify-content: space-between; padding: 5px 2px 21px; border-bottom: 1px solid rgba(255,255,255,.1); }
.panel-topbar > div { display: flex; flex-direction: column; }
.panel-topbar strong { margin-top: 4px; font-size: 1.05rem; letter-spacing: -.01em; }
.micro-label { color: #7790a3; font-size: .63rem; letter-spacing: .16em; font-weight: 800; }
.live-pill { display: flex; align-items: center; gap: 6px; padding: 6px 9px; border: 1px solid rgba(92,225,230,.28); border-radius: 30px; color: var(--cyan); font-size: .61rem; letter-spacing: .1em; }
.live-pill i { width: 6px; height: 6px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 11px var(--cyan); }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 18px 0; }
.metric { min-height: 112px; padding: 15px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08); border-radius: 15px; }
.metric-accent { background: linear-gradient(145deg, rgba(61,115,255,.24), rgba(92,225,230,.08)); border-color: rgba(92,225,230,.3); }
.metric span, .metric small { display: block; color: #8da1b1; font-size: .67rem; }
.metric strong { display: block; margin: 6px 0 3px; font-size: 1.8rem; letter-spacing: -.04em; }
.lead-table { overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 15px; }
.table-head, .table-row { display: grid; grid-template-columns: 1.05fr .83fr 1fr; align-items: center; padding: 11px 13px; }
.table-head { color: #718799; background: rgba(255,255,255,.035); font-size: .62rem; text-transform: uppercase; letter-spacing: .09em; }
.table-row { min-height: 57px; border-top: 1px solid rgba(255,255,255,.065); color: #cbd7e0; font-size: .72rem; }
.table-row > span:first-child { display: flex; align-items: center; gap: 9px; color: white; font-weight: 650; }
.avatar { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; font-size: .56rem; font-style: normal; }
.avatar-blue { background: rgba(61,115,255,.24); color: #8facef; }
.avatar-cyan { background: rgba(92,225,230,.18); color: var(--cyan); }
.avatar-violet { background: rgba(129,103,255,.2); color: #b7a9ff; }
.status { display: inline-block; width: max-content; padding: 4px 8px; border-radius: 20px; font-size: .58rem; letter-spacing: .02em; }
.qualified { color: #77e2b8; background: rgba(29,155,108,.15); }
.contacted { color: #8bb8ff; background: rgba(61,115,255,.16); }
.new { color: #c5b9ff; background: rgba(129,103,255,.16); }
.workflow-strip { display: flex; align-items: center; gap: 8px; padding: 18px 4px 3px; color: #617789; font-size: .58rem; letter-spacing: .04em; text-transform: uppercase; }
.workflow-strip span.active { color: var(--cyan); }
.workflow-strip i { flex: 1; height: 1px; background: linear-gradient(90deg, var(--blue), rgba(255,255,255,.12)); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; min-width: 176px; padding: 12px 14px; background: rgba(255,255,255,.94); border: 1px solid rgba(7,21,33,.08); border-radius: 14px; box-shadow: var(--shadow); }
.floating-card-top { top: 55px; right: -25px; }
.floating-card-bottom { left: -22px; bottom: 50px; }
.floating-card div { display: flex; flex-direction: column; line-height: 1.25; }
.floating-card strong { font-size: .71rem; }
.floating-card small { margin-top: 3px; color: var(--muted); font-size: .62rem; }
.floating-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #e9efff; color: var(--blue); font-family: Georgia, serif; font-size: .75rem; font-weight: 700; }
.floating-icon-sheet { color: var(--green); background: #e6f6f0; font-family: inherit; font-size: 1rem; }
.hero-proof { position: relative; margin-top: 50px; padding-top: 28px; border-top: 1px solid rgba(7,21,33,.12); }
.hero-proof > p { margin-bottom: 15px; color: #7b8d9d; font-size: .7rem; letter-spacing: .09em; text-transform: uppercase; }
.proof-steps { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 18px; color: #30485b; font-size: .69rem; font-weight: 800; letter-spacing: .08em; }
.proof-steps i { height: 1px; background: #c1d1df; }

.split-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; }
.split-intro h2, .included-heading h2, .faq-intro h2 { max-width: 680px; margin-bottom: 0; font-size: clamp(2.35rem, 4.2vw, 4.1rem); }
.intro-note { padding-left: 27px; border-left: 3px solid var(--cyan); }
.intro-note p { margin-bottom: 0; font-size: 1.05rem; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 62px; }
.pain-card { min-height: 260px; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s, box-shadow .25s; }
.pain-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(7,21,33,.08); }
.pain-number { display: inline-block; margin-bottom: 40px; color: var(--blue); font-size: .74rem; font-weight: 800; letter-spacing: .12em; }
.pain-card h3 { margin-bottom: 13px; font-size: 1.45rem; }
.pain-card p { margin-bottom: 0; }

.system-section { position: relative; color: var(--white); background: var(--ink); overflow: hidden; }
.system-section::before { content: ""; position: absolute; width: 500px; height: 500px; top: -280px; left: 50%; transform: translateX(-50%); background: var(--blue); opacity: .13; filter: blur(100px); border-radius: 50%; }
.section-heading { position: relative; }
.section-heading.centered { max-width: 830px; margin: 0 auto; text-align: center; }
.section-heading .section-kicker { justify-content: center; }
.section-heading h2 { margin-bottom: 22px; font-size: clamp(2.5rem, 4.5vw, 4.2rem); }
.section-heading p { max-width: 680px; margin: 0 auto; color: #a7b7c4; font-size: 1.06rem; }
.section-kicker-light { color: var(--cyan); }
.system-flow { position: relative; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: stretch; margin-top: 65px; }
.system-flow article { padding: 0 17px; text-align: center; }
.flow-icon { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 24px; border: 1px solid rgba(92,225,230,.35); border-radius: 50%; color: var(--cyan); background: rgba(92,225,230,.07); font-size: .72rem; font-weight: 800; }
.system-flow h3 { margin-bottom: 10px; font-size: 1.35rem; letter-spacing: -.02em; }
.system-flow p { margin-bottom: 0; color: #94a7b6; font-size: .88rem; }
.flow-arrow { align-self: start; margin-top: 17px; color: #3e596c; font-size: 1.2rem; }

.included-section { background: var(--white); }
.included-heading { display: grid; grid-template-columns: 1.15fr .75fr; gap: 90px; align-items: end; }
.included-heading p { margin-bottom: 5px; font-size: 1.02rem; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 60px; }
.resource-card { position: relative; min-height: 325px; display: flex; flex-direction: column; padding: 28px; background: #f6f9fc; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.resource-featured { background: linear-gradient(145deg, #eaf1ff, #f4fcff); border-color: #a8bef8; }
.resource-card::after { content: ""; position: absolute; width: 100px; height: 100px; right: -55px; top: -55px; border: 16px solid rgba(61,115,255,.08); border-radius: 50%; }
.resource-type { align-self: flex-start; min-width: 47px; padding: 5px 8px; color: var(--green); background: rgba(29,155,108,.1); border-radius: 5px; font-size: .59rem; font-weight: 850; letter-spacing: .08em; }
.resource-type-doc { color: var(--blue); background: rgba(61,115,255,.1); }
.resource-number { margin-top: 35px; color: #9baebc; font-size: .67rem; font-weight: 800; letter-spacing: .12em; }
.resource-card h3 { margin: 11px 0 12px; font-size: 1.35rem; line-height: 1.22; letter-spacing: -.025em; }
.resource-card p { margin-bottom: 22px; font-size: .9rem; }
.resource-tag { margin-top: auto; color: #4b6376; font-size: .67rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.fit-section { background: #eaf1f7; }
.fit-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.fit-card { min-height: 575px; padding: 52px; border-radius: 28px; }
.fit-card-dark { color: var(--white); background: linear-gradient(145deg, var(--ink), #112b3d); }
.fit-card-dark h2 { max-width: 500px; margin-bottom: 22px; font-size: clamp(2.3rem, 4vw, 3.8rem); }
.fit-card-dark > p { max-width: 480px; color: #afbec9; }
.fit-list { display: grid; gap: 14px; padding: 0; margin: 42px 0 0; list-style: none; }
.fit-list li { display: flex; align-items: center; gap: 12px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.11); font-weight: 650; }
.fit-list span { color: var(--cyan); }
.fit-card-light { background: var(--white); border: 1px solid var(--line); }
.fit-card-light h3 { max-width: 480px; margin-bottom: 35px; font-size: clamp(2rem, 3vw, 3rem); }
.fit-points { display: grid; }
.fit-points > div { padding: 20px 0; border-top: 1px solid var(--line); }
.fit-points b { display: block; margin-bottom: 5px; color: var(--blue-dark); font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; }
.fit-points p { margin: 0; font-size: .93rem; }

.value-section { background: var(--white); }
.value-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; padding: 72px; background: #edf4ff; border: 1px solid #c5d5ee; border-radius: 30px; }
.value-copy h2 { max-width: 700px; margin-bottom: 18px; font-size: clamp(2.4rem, 4.2vw, 4.25rem); }
.value-copy > p { max-width: 660px; font-size: 1.02rem; }
.price-line { display: flex; align-items: center; gap: 15px; margin: 28px 0; }
.price-line span { font-size: 3.3rem; line-height: 1; font-weight: 800; letter-spacing: -.06em; }
.price-line small { max-width: 100px; color: var(--muted); line-height: 1.3; }
.assurance-card { padding: 38px; background: var(--white); border: 1px solid #cdd9e4; border-radius: 22px; box-shadow: 0 24px 65px rgba(7,21,33,.09); }
.assurance-seal { display: grid; place-items: center; width: 64px; height: 64px; margin-bottom: 25px; color: var(--ink); background: var(--cyan); border-radius: 50%; font-size: 1.2rem; font-weight: 850; }
.assurance-card h3 { margin-bottom: 12px; font-size: 1.55rem; }
.assurance-card p { font-size: .92rem; }
.secure-note { margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--line); color: #526779; font-size: .75rem; font-weight: 650; }
.secure-note span { margin-right: 5px; color: var(--blue); }

.faq-section { background: #f4f8fc; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-intro p { margin-top: 20px; }
.faq-list { border-top: 1px solid #cdd8e2; }
.faq-list details { border-bottom: 1px solid #cdd8e2; }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 25px 5px; cursor: pointer; list-style: none; font-size: 1.04rem; font-weight: 720; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 1.5rem; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; padding: 0 45px 24px 5px; margin: 0; }

.closing-section { position: relative; overflow: hidden; padding: 125px 0; color: var(--white); background: linear-gradient(120deg, #071521 0%, #102b42 58%, #16435a 100%); }
.closing-grid { opacity: .2; mask-image: none; }
.closing-content { position: relative; max-width: 900px; text-align: center; }
.closing-content .section-kicker { justify-content: center; }
.closing-content h2 { margin-bottom: 22px; font-size: clamp(3rem, 5.7vw, 5.5rem); }
.closing-content p { max-width: 650px; margin: 0 auto 34px; color: #b6c6d2; font-size: 1.08rem; }
.closing-content small { display: block; margin-top: 19px; color: #8ea4b4; }
.site-footer { padding: 55px 0; color: #d4dee5; background: #050e16; }
.footer-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; }
.brand-footer .brand-copy strong { color: white; }
.brand-footer .brand-copy small { color: #8398a8; }
.footer-layout > div:first-child > p { max-width: 480px; margin: 22px 0 0; color: #8095a4; font-size: .78rem; }
.footer-layout > div:first-child > .footer-signature { display: flex; flex-wrap: wrap; gap: 7px 9px; align-items: center; max-width: none; margin-top: 25px; color: #b9c7d1; font-size: .78rem; letter-spacing: .045em; text-transform: uppercase; }
.footer-signature strong { color: #ffffff; }
.footer-signature > span[aria-hidden] { color: #526b7d; }
.footer-signature em { padding: 5px 9px; border: 1px solid rgba(218,179,74,.45); border-radius: 999px; color: #f4d878; background: rgba(218,179,74,.08); font-size: .68rem; font-style: normal; font-weight: 800; letter-spacing: .11em; }
.footer-meta { text-align: right; }
.footer-meta p { margin: 4px 0; color: #738a9a; font-size: .72rem; }

.confirmation-page { min-height: 100vh; background: linear-gradient(180deg, #eef6fa 0%, #ffffff 70%); }
.confirmation-header { padding: 26px 0; border-bottom: 1px solid rgba(13, 42, 63, .1); background: rgba(255,255,255,.92); }
.brand-confirmation { width: max-content; }
.confirmation-main { position: relative; overflow: hidden; padding: 78px 0 92px; }
.confirmation-main::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 20% 10%, rgba(92,225,230,.2), transparent 27%), radial-gradient(circle at 85% 25%, rgba(61,115,255,.11), transparent 26%); }
.confirmation-shell { position: relative; }
.confirmation-card { max-width: 900px; margin: 0 auto; padding: clamp(34px, 6vw, 70px); border: 1px solid rgba(13,42,63,.1); border-radius: 30px; background: rgba(255,255,255,.97); box-shadow: 0 28px 80px rgba(7,21,33,.12); }
.confirmation-icon { display: grid; width: 62px; height: 62px; margin-bottom: 26px; place-items: center; border-radius: 50%; color: #06222c; background: var(--aqua); font-size: 1.8rem; font-weight: 800; box-shadow: 0 12px 30px rgba(92,225,230,.3); }
.confirmation-card h1 { max-width: 720px; margin: 12px 0 20px; color: var(--ink); font-size: clamp(2.8rem, 6vw, 5rem); line-height: .98; }
.confirmation-lead { max-width: 720px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.confirmation-steps { display: grid; gap: 0; margin: 46px 0 38px; border-top: 1px solid var(--line); }
.confirmation-steps article { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.confirmation-steps article > span { color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.confirmation-steps h2 { margin: 0 0 7px; color: var(--ink); font-family: var(--sans); font-size: 1.02rem; }
.confirmation-steps p { margin: 0; color: var(--muted); }
.confirmation-notice { padding: 24px 26px; border: 1px solid rgba(61,115,255,.2); border-left: 4px solid var(--blue); border-radius: 14px; background: #f4f8ff; }
.confirmation-notice strong { color: var(--ink); }
.confirmation-notice p { margin: 6px 0 0; color: var(--muted); }
.confirmation-policy { margin: 24px 0 26px; color: var(--ink); font-weight: 700; }
.confirmation-button { width: max-content; }
.confirmation-footer { margin-top: 0; }

[data-reveal] { opacity: 1; transform: none; }
.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js [data-reveal].revealed { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .hero-layout { grid-template-columns: 1fr; gap: 35px; }
  .hero-copy { max-width: 780px; }
  .product-visual { max-width: 720px; width: 100%; margin: 0 auto; }
  .hero { padding-top: 145px; }
  .split-intro, .included-heading { gap: 45px; }
  .resource-grid { grid-template-columns: repeat(2, 1fr); }
  .value-card { gap: 40px; padding: 55px; }
  .fit-card { padding: 40px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 30px, 720px); }
  .section { padding: 82px 0; }
  .menu-button { display: block; position: relative; z-index: 4; }
  .primary-nav { position: fixed; inset: 0; z-index: 3; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 8px; padding: 90px 28px 35px; background: rgba(244,248,252,.98); transform: translateX(100%); transition: transform .25s ease; }
  .primary-nav.open { transform: translateX(0); }
  .primary-nav > a:not(.button) { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 1.1rem; }
  .menu-button[aria-expanded="true"] span:not(.sr-only):nth-of-type(2) { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:not(.sr-only):nth-of-type(3) { transform: translateY(-4px) rotate(-45deg); }
  .hero h1 { font-size: clamp(3.15rem, 11vw, 5rem); }
  .purchase-facts { flex-wrap: wrap; }
  .control-panel { transform: none; }
  .floating-card-top { right: -5px; }
  .floating-card-bottom { left: -5px; }
  .proof-steps { grid-template-columns: 1fr 1fr; }
  .proof-steps i { display: none; }
  .split-intro, .included-heading, .fit-layout, .value-card, .faq-layout, .footer-layout { grid-template-columns: 1fr; }
  .split-intro, .included-heading, .faq-layout { gap: 34px; }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-card { min-height: 0; }
  .pain-number { margin-bottom: 25px; }
  .system-flow { grid-template-columns: 1fr 1fr; gap: 35px 18px; }
  .system-flow article { text-align: left; display: flex; gap: 18px; padding: 0; }
  .flow-icon { flex: 0 0 auto; margin: 0; }
  .flow-arrow { display: none; }
  .value-card { padding: 45px; }
  .faq-intro { position: static; }
  .footer-meta { text-align: left; }
  .confirmation-main { padding: 54px 0 72px; }
}

@media (max-width: 560px) {
  .nav-shell { min-height: 70px; }
  .brand-copy small { display: none; }
  .hero { min-height: auto; padding-top: 122px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .text-link { text-align: center; }
  .purchase-facts { flex-direction: column; gap: 11px; }
  .product-visual { min-height: 445px; margin-top: 15px; }
  .control-panel { padding: 14px; border-radius: 20px; }
  .metric-row { grid-template-columns: 1fr 1fr; }
  .metric:last-child { display: none; }
  .metric { min-height: 97px; }
  .table-head, .table-row { grid-template-columns: 1.15fr .85fr; }
  .table-head span:last-child, .table-row span:last-child { display: none; }
  .workflow-strip { font-size: .46rem; }
  .floating-card { display: none; }
  .hero-proof { margin-top: 25px; }
  .proof-steps { gap: 12px; }
  .proof-steps span { padding: 8px 0; border-bottom: 1px solid var(--line); }
  .split-intro h2, .included-heading h2, .faq-intro h2 { font-size: 2.45rem; }
  .system-flow { grid-template-columns: 1fr; }
  .resource-grid { grid-template-columns: 1fr; }
  .fit-card { min-height: 0; padding: 33px 26px; }
  .value-card { padding: 34px 24px; border-radius: 22px; }
  .assurance-card { padding: 28px; }
  .closing-section { padding: 92px 0; }
  .closing-content h2 { font-size: 3rem; }
  .confirmation-card { padding: 32px 22px; border-radius: 22px; }
  .confirmation-card h1 { font-size: 2.75rem; }
  .confirmation-steps article { grid-template-columns: 40px 1fr; gap: 12px; }
  .confirmation-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}
