:root {
  --ink: #0a1322;
  --ink-2: #111d2d;
  --blue: #245dff;
  --blue-dark: #1747d5;
  --cyan: #78e8f2;
  --paper: #ffffff;
  --warm: #f7f7f4;
  --ice: #f1f4f8;
  --muted: #647083;
  --muted-2: #5c687a;
  --line: #dbe1e9;
  --line-dark: rgba(255, 255, 255, .14);
  --navy: #07111f;
  --navy-2: #0b1829;
  --shadow-sm: 0 16px 44px rgba(10, 19, 34, .08);
  --shadow-lg: 0 36px 100px rgba(10, 19, 34, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
img, video { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
button { color: inherit; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.testbar { display: flex; justify-content: center; align-items: center; gap: 22px; min-height: 32px; padding: 7px 20px; background: #020712; color: #c8d2df; font-size: 8px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.testbar span + span::before { display: inline-block; width: 4px; height: 4px; margin: 0 22px 2px 0; border-radius: 50%; background: var(--cyan); content: ""; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(10, 19, 34, .08); background: rgba(255, 255, 255, .93); backdrop-filter: blur(18px); }
nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font-size: 21px; font-weight: 850; letter-spacing: -.04em; text-decoration: none; }
.mark { position: relative; display: grid; place-items: center; width: 35px; height: 35px; overflow: hidden; border-radius: 10px; background: var(--navy); color: #fff; }
.mark img { width: 26px; height: 26px; }
.navlinks { display: flex; align-items: center; gap: 29px; font-size: 12px; font-weight: 760; }
.navlinks > a:not(.button) { text-decoration: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 23px; border: 1px solid var(--navy); border-radius: 12px; background: var(--navy); color: #fff; font-size: 13px; font-weight: 830; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid rgba(36, 93, 255, .3); outline-offset: 3px; }
.button-small { min-height: 42px; padding: 0 18px; border-radius: 10px; font-size: 11px; }
.button-primary { border-color: var(--blue); background: var(--blue); box-shadow: 0 15px 36px rgba(36, 93, 255, .24); }
.button-primary:hover { border-color: var(--blue-dark); background: var(--blue-dark); }
.button-secondary { border-color: var(--line); background: #fff; color: var(--ink); box-shadow: none; }
.button-light { border-color: #fff; background: #fff; color: var(--navy); }
.play { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: var(--navy); color: #fff; font-size: 8px; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 21px; color: var(--blue-dark); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 22px; height: 2px; background: currentColor; content: ""; }
.eyebrow-light { color: var(--cyan); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 25px; font-size: clamp(56px, 5.6vw, 78px); line-height: .97; letter-spacing: -.072em; }
h1 span { display: block; color: var(--blue); }
h2 { margin-bottom: 20px; font-size: clamp(42px, 4.8vw, 64px); line-height: 1; letter-spacing: -.062em; }

.hero-section { position: relative; overflow: hidden; padding: 72px 0 78px; background: linear-gradient(145deg, #fff 0%, #fff 58%, #f1f4f9 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(10, 19, 34, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(10, 19, 34, .035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, transparent, #000 58%, #000); pointer-events: none; }
.hero { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 70px; }
.hero > * { min-width: 0; }
.hero-copy { position: relative; z-index: 2; }
.lead { max-width: 670px; margin-bottom: 0; color: #526075; font-size: 19px; line-height: 1.6; letter-spacing: -.022em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin: 33px 0 29px; }
.hero-assurance { display: flex; flex-wrap: wrap; gap: 9px 22px; padding-top: 22px; border-top: 1px solid var(--line); color: #3e4a5c; font-size: 10px; font-weight: 760; }
.hero-assurance span::before { margin-right: 8px; color: var(--blue); content: "✓"; font-weight: 950; }
.micro { margin: 16px 0 0; color: var(--muted-2); font-size: 9px; line-height: 1.5; }

.hero-product { position: relative; margin: 0; padding: 10px 10px 78px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-lg); }
.hero-product picture { display: block; }
.hero-product picture, .hero-product > picture > img { width: 100%; aspect-ratio: 4 / 3; border-radius: 16px; object-fit: cover; }
.product-badge { position: absolute; z-index: 2; top: 24px; left: 24px; display: flex; align-items: center; gap: 8px; padding: 8px 10px; border: 1px solid rgba(10, 19, 34, .1); border-radius: 999px; background: rgba(255, 255, 255, .9); color: var(--ink); font-size: 8px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; backdrop-filter: blur(12px); }
.product-badge span { width: 7px; height: 7px; border: 2px solid var(--blue); border-radius: 50%; background: #fff; }
.hero-sequence { position: absolute; right: 18px; bottom: 35px; left: 18px; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 255, 255, .97); box-shadow: var(--shadow-sm); }
.hero-sequence span { display: flex; align-items: center; gap: 7px; min-height: 47px; padding: 0 11px; border-left: 1px solid var(--line); color: #38465a; font-size: 9px; font-weight: 760; }
.hero-sequence span:first-child { border-left: 0; }
.hero-sequence b { color: var(--blue); font-size: 7px; }
.hero-product figcaption { position: absolute; bottom: 11px; left: 20px; right: 20px; color: #596576; font-size: 7px; line-height: 1.4; text-align: center; }

.product-portfolio-hero { min-height: 520px; padding: 11px 11px 58px; background: linear-gradient(150deg, #fff 0%, #f1f5fb 100%); }
.portfolio-stage { position: relative; min-height: 448px; overflow: hidden; border-radius: 17px; background: radial-gradient(circle at 80% 13%, rgba(36, 93, 255, .18), transparent 29%), linear-gradient(145deg, #edf2f8, #dfe7f1); }
.portfolio-stage::before { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(10, 19, 34, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(10, 19, 34, .05) 1px, transparent 1px); background-size: 35px 35px; content: ""; mask-image: linear-gradient(145deg, #000, transparent 77%); }
.portfolio-product { position: absolute; z-index: 1; margin: 0; overflow: hidden; border: 7px solid #fff; border-radius: 18px; background: #fff; box-shadow: 0 24px 54px rgba(10, 19, 34, .19); }
.portfolio-product img { width: 100%; height: 100%; object-fit: cover; }
.portfolio-product > span { position: absolute; right: 7px; bottom: 7px; left: 7px; display: flex; justify-content: space-between; align-items: end; gap: 8px; padding: 9px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: rgba(7,17,31,.84); color: #fff; backdrop-filter: blur(10px); }
.portfolio-product b { font-size: 9px; }
.portfolio-product small { color: #b8c5d6; font-size: 6px; }
.portfolio-product-stand { top: 72px; left: 24px; width: 45%; aspect-ratio: 1; transform: rotate(-3deg); }
.portfolio-product-plate { top: 26px; right: 20px; width: 39%; aspect-ratio: 1; transform: rotate(4deg); }
.portfolio-product-card { right: 46px; bottom: 22px; width: 54%; aspect-ratio: 3 / 2; transform: rotate(-2deg); }
.portfolio-editorial-stage { background: #d8d3ca; }
.portfolio-editorial-main { position: absolute; inset: 0; display: block; }
.portfolio-editorial-main img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.portfolio-editorial-inset { position: absolute; z-index: 2; right: 18px; bottom: 17px; width: 46%; margin: 0; overflow: hidden; border: 7px solid rgba(255,255,255,.96); border-radius: 17px; background: #fff; box-shadow: 0 22px 54px rgba(10,19,34,.25); }
.portfolio-editorial-inset img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.portfolio-editorial-inset > span { position: absolute; right: 7px; bottom: 7px; left: 7px; display: flex; align-items: end; justify-content: space-between; gap: 8px; padding: 9px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: rgba(7,17,31,.84); color: #fff; backdrop-filter: blur(10px); }
.portfolio-editorial-inset b { font-size: 9px; }
.portfolio-editorial-inset small { color: #b8c5d6; font-size: 6px; }

.signal-band { border-top: 1px solid var(--line-dark); background: var(--navy); color: #fff; }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid div { display: flex; align-items: center; gap: 13px; min-height: 78px; padding: 0 22px; border-left: 1px solid var(--line-dark); }
.signal-grid div:first-child { border-left: 0; }
.signal-grid span { color: #6e8098; font-size: 8px; }
.signal-grid strong { font-size: 11px; }

.product-system-section { background: #fff; }
.product-system-heading { display: grid; grid-template-columns: .48fr .8fr 1fr; gap: 40px; align-items: end; margin-bottom: 46px; }
.product-system-heading .eyebrow { margin: 0 0 7px; }
.product-system-heading h2 { margin: 0; }
.product-system-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.product-system-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 18px; }
.product-system-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 27px; }
.review-system-card { display: flex; min-height: 610px; flex-direction: column; background: var(--navy); color: #fff; }
.smart-system-card { display: flex; flex-direction: column; min-height: 610px; background: linear-gradient(145deg, #fff, #f2f5f9); }
.system-card-copy { position: relative; z-index: 2; padding: 38px; }
.system-card-copy h3 { max-width: 550px; margin-bottom: 18px; font-size: clamp(31px, 3.3vw, 47px); line-height: 1.02; letter-spacing: -.055em; }
.system-card-copy > p { color: #647083; font-size: 13px; line-height: 1.65; }
.review-system-card .system-card-copy > p { color: #aab8c9; }
.system-card-copy ul { display: grid; gap: 10px; margin: 25px 0 29px; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; color: #536074; font-size: 10px; }
.review-system-card .system-card-copy ul { border-color: var(--line-dark); color: #b7c2d1; }
.system-card-copy li::before { margin-right: 9px; color: var(--blue); content: "✓"; font-weight: 950; }
.review-system-card .system-card-copy li::before { color: var(--cyan); }
.system-priority { display: inline-flex; margin-bottom: 21px; padding: 7px 9px; border: 1px solid rgba(120,232,242,.25); border-radius: 999px; background: rgba(120,232,242,.08); color: var(--cyan); font-size: 7px; font-weight: 900; letter-spacing: .12em; }
.system-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.review-system-card .text-cta, .review-wedge-copy .text-cta { color: #fff; }
.review-system-media { display: grid; grid-template-rows: 1fr 1fr; gap: 1px; min-width: 0; background: rgba(255,255,255,.12); }
.review-system-media figure, .smart-system-media { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.review-system-media img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.review-system-editorial { display: block; min-height: 285px; margin-top: auto; background: #d8d3ca; }
.review-system-editorial figure { width: 100%; height: 100%; }
.review-system-editorial img { min-height: 285px; object-position: 57% center; }
.review-system-media figcaption, .smart-system-media figcaption { position: absolute; right: 12px; bottom: 12px; padding: 7px 9px; border-radius: 8px; background: rgba(7,17,31,.82); color: #fff; font-size: 7px; font-weight: 850; backdrop-filter: blur(8px); }
.smart-system-media { min-height: 245px; margin-top: auto; border-top: 1px solid var(--line); }
.smart-system-media img { width: 100%; height: 100%; min-height: 245px; object-fit: cover; }
.system-moment-media { position: relative; min-height: 292px; margin-top: auto; overflow: hidden; border-top: 1px solid rgba(255,255,255,.12); background: #d7d2ca; }
.smart-system-card .system-moment-media { border-top-color: var(--line); }
.system-moment-media > figure { position: relative; width: 100%; min-height: 292px; margin: 0; overflow: hidden; }
.system-moment-media picture { display: block; width: 100%; height: 100%; min-height: 292px; }
.system-moment-media img { width: 100%; height: 100%; min-height: 292px; object-fit: cover; object-position: center; transition: transform .7s cubic-bezier(.2,.75,.2,1); }
.system-moment-media figcaption { position: absolute; right: 13px; bottom: 13px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 9px; background: rgba(7,17,31,.82); color: #fff; font-size: 7px; font-weight: 850; letter-spacing: .025em; backdrop-filter: blur(10px); }
.product-system-card:hover .system-moment-media img { transform: scale(1.018); }

.review-wedge-section { background: var(--navy); color: #fff; }
.review-wedge-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 72px; align-items: center; }
.review-wedge-copy h2 { max-width: 520px; }
.review-wedge-copy > p { color: #aab8c9; font-size: 16px; line-height: 1.65; }
.review-wedge-copy > small { display: block; margin-top: 24px; color: #73849b; font-size: 8px; line-height: 1.5; }
.review-format-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 29px; }
.review-format-chips span { padding: 9px 11px; border: 1px solid var(--line-dark); border-radius: 999px; color: #d2dce9; font-size: 8px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.home-review-demo { box-shadow: 0 34px 88px rgba(0,0,0,.38); }

section { padding: 104px 0; }
.problem-section { background: var(--warm); }
.problem-intro { display: grid; grid-template-columns: .48fr 1.1fr .9fr; gap: 44px; align-items: end; margin-bottom: 48px; }
.problem-intro .eyebrow { margin: 0 0 8px; }
.problem-intro h2 { margin: 0; font-size: clamp(42px, 4.5vw, 60px); }
.problem-intro h2 span { color: var(--blue); }
.problem-intro > p { margin: 0 0 6px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.route-comparison { display: grid; grid-template-columns: 1fr 82px 1fr; align-items: stretch; }
.route { min-height: 415px; padding: 29px; border: 1px solid var(--line); background: #fff; }
.route-old { border-radius: 22px 0 0 22px; }
.route-new { border-color: var(--navy); border-radius: 0 22px 22px 0; background: var(--navy); color: #fff; }
.route-heading { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.route-new .route-heading { border-color: var(--line-dark); }
.route-heading span { color: var(--muted-2); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.route-new .route-heading span { color: #aab8c9; }
.route-heading strong { font-size: 14px; }
.route-old ol { margin: 19px 0 12px; padding: 0; list-style: none; }
.route-old li { display: grid; grid-template-columns: 40px 1fr; align-items: center; min-height: 48px; border-bottom: 1px solid var(--line); color: #526074; font-size: 12px; }
.route-old li b { color: #5b6779; font-size: 8px; }
.route-old > p { margin: 20px 0 0; color: #596576; font-size: 10px; }
.route-switch { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 9px; border-block: 1px solid var(--line); background: #fff; }
.route-switch span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 19px; }
.route-switch small { color: var(--muted-2); font-size: 7px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; writing-mode: vertical-rl; }
.direct-step { display: grid; grid-template-columns: 90px 1fr; gap: 25px; align-items: center; padding: 55px 0 46px; }
.direct-step > span { color: var(--blue); font-size: 112px; line-height: .8; font-weight: 900; letter-spacing: -.09em; }
.direct-step strong { display: block; margin-bottom: 9px; font-size: 30px; letter-spacing: -.05em; }
.direct-step p { margin: 0; color: #abb8c9; font-size: 13px; line-height: 1.55; }
.direct-result { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line-dark); }
.direct-result span { padding: 14px 8px; border-left: 1px solid var(--line-dark); color: var(--cyan); font-size: 8px; font-weight: 850; text-align: center; text-transform: uppercase; letter-spacing: .08em; }
.direct-result span:first-child { border-left: 0; }

.demo-section { overflow: hidden; background: var(--navy); color: #fff; }
.demo-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: center; }
.demo-copy > p { color: #aab8c9; font-size: 16px; line-height: 1.65; }
.mechanism-list { margin: 31px 0 27px; border-top: 1px solid var(--line-dark); }
.mechanism-list div { display: grid; grid-template-columns: 40px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line-dark); }
.mechanism-list span { color: #7f91aa; font-size: 8px; }
.mechanism-list p { margin: 0; color: #aab8c9; font-size: 12px; }
.mechanism-list strong { color: #fff; }
.text-cta { display: inline-flex; gap: 14px; align-items: center; font-size: 12px; font-weight: 850; text-decoration: none; }
.text-cta span { color: var(--cyan); }
.button-outline-light { border-color: rgba(255,255,255,.38); background: transparent; color: #fff; }
.button-outline-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.profile-demo-links { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; }
.product-demo { --video-progress: 0; margin: 0; overflow: hidden; border: 1px solid var(--line-dark); border-radius: 24px; background: var(--navy-2); box-shadow: 0 30px 74px rgba(0, 0, 0, .3); }
.demo-media { position: relative; padding: 10px 10px 0; }
.demo-media video { width: 100%; aspect-ratio: 16 / 9; border-radius: 16px; background: #020712; object-fit: cover; }
.visual-proof-media { position: relative; padding: 10px 10px 0; }
.visual-proof-media picture { display: block; }
.visual-proof-media img { width: 100%; aspect-ratio: 3 / 2; border-radius: 16px; object-fit: cover; }
.demo-duration { position: absolute; top: 24px; left: 24px; padding: 8px 10px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; background: rgba(2, 7, 18, .73); color: #fff; font-size: 8px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }
.demo-controlbar { position: absolute; right: 20px; bottom: 10px; left: 20px; display: flex; align-items: center; gap: 12px; transform: translateY(50%); }
.demo-progress { flex: 1; height: 3px; overflow: hidden; border-radius: 99px; background: rgba(255, 255, 255, .2); }
.demo-progress i { display: block; width: calc(var(--video-progress) * 100%); height: 100%; background: var(--cyan); }
.demo-toggle { display: grid; place-items: center; width: 31px; height: 31px; padding: 0; border: 1px solid rgba(255, 255, 255, .22); border-radius: 50%; background: rgba(7, 17, 31, .88); color: #fff; cursor: pointer; }
.demo-toggle span { font-size: 10px; }
.product-demo figcaption { padding: 24px 20px 20px; }
.demo-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 13px; border-block: 1px solid var(--line-dark); }
.demo-steps span { display: flex; align-items: center; gap: 8px; padding: 12px 10px; border-left: 1px solid var(--line-dark); color: #8b9aaf; font-size: 9px; font-weight: 760; transition: color .18s ease, background .18s ease; }
.demo-steps span:first-child { border-left: 0; }
.demo-steps span.is-current { background: rgba(120, 232, 242, .07); color: #fff; }
.demo-steps b { color: var(--cyan); font-size: 7px; }
.product-demo figcaption small { display: block; color: #8091a8; font-size: 7px; line-height: 1.5; }

/* Stable media contract: a still can become verified video without changing layout. */
.media-slot-stage { position: relative; overflow: hidden; border-radius: 16px; background: #020712; }
.media-slot-stage > picture, .media-slot-stage > picture > img, .media-slot-stage > video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.media-slot-stage > video { background: #020712; }
.media-slot-stage .media-slot-control { position: absolute; right: 16px; bottom: 16px; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(7,17,31,.86); color: #fff; cursor: pointer; backdrop-filter: blur(10px); }
.media-slot-stage[data-media-state="BLOCKED_RECEIVED_UNIT_QA"] .media-slot-control { display: none; }

.smart-hero-section { background: linear-gradient(145deg, #fff 0%, #fff 52%, #edf2f8 100%); }
.smart-card-hero picture, .smart-card-hero > picture > img { aspect-ratio: 3 / 2; }
.smart-card-hero > picture > img { object-position: center; }
.profile-demo-grid { grid-template-columns: .76fr 1.24fr; }
.smart-path-demo { align-self: center; }
.living-profile-stage { position: relative; display: grid; place-items: center; min-height: 660px; overflow: hidden; border: 1px solid var(--line-dark); border-radius: 26px; background: radial-gradient(circle at 80% 8%, rgba(36, 93, 255, .42), transparent 31%), linear-gradient(145deg, #0c1b32, #050b14); box-shadow: 0 30px 74px rgba(0, 0, 0, .3); }
.living-profile-stage::before { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 34px 34px; content: ""; mask-image: linear-gradient(135deg, #000, transparent 70%); }
.living-profile-stage > small { position: absolute; right: 18px; bottom: 14px; left: 18px; color: #77889f; font-size: 7px; text-align: center; }
.profile-phone { position: relative; z-index: 2; width: min(330px, 68%); min-height: 570px; overflow: hidden; border: 8px solid #02060d; border-radius: 42px; background: #f7f9fc; color: var(--ink); box-shadow: 0 42px 90px rgba(0,0,0,.5); }
.phone-speaker { position: absolute; z-index: 4; top: 10px; left: 50%; width: 88px; height: 23px; transform: translateX(-50%); border-radius: 99px; background: #02060d; }
.profile-cover { display: flex; align-items: flex-start; gap: 9px; height: 145px; padding: 31px 20px; background: radial-gradient(circle at 82% 10%, #315bff, transparent 39%), linear-gradient(145deg, #102a55, #07111f); color: #fff; }
.profile-cover img { width: 22px; height: 22px; }
.profile-cover span { margin-top: 5px; color: #dbe8ff; font-size: 7px; font-weight: 900; letter-spacing: .13em; }
.profile-avatar { position: relative; display: grid; place-items: center; width: 84px; height: 84px; margin: -44px auto 12px; border: 5px solid #f7f9fc; border-radius: 50%; background: linear-gradient(145deg, #315bff, #143b9e); color: #fff; font-size: 23px; font-weight: 900; box-shadow: 0 12px 28px rgba(10,19,34,.2); }
.profile-person { padding: 0 22px; text-align: center; }
.profile-person strong { display: block; font-size: 22px; letter-spacing: -.04em; }
.profile-person span { display: block; margin-top: 5px; color: #526075; font-size: 9px; font-weight: 750; }
.profile-person p { margin: 9px 0 0; color: #768296; font-size: 9px; line-height: 1.45; }
.profile-actions { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; padding: 18px 16px 13px; }
.profile-actions span { padding: 12px 5px; border-radius: 12px; background: #245dff; color: #fff; font-size: 8px; font-weight: 850; text-align: center; }
.profile-links { display: grid; gap: 7px; padding: 0 16px 18px; }
.profile-links span { display: flex; align-items: center; justify-content: space-between; padding: 13px 14px; border: 1px solid #dbe1e9; border-radius: 12px; background: #fff; color: #3d495a; font-size: 9px; font-weight: 800; }
.profile-links b { color: var(--blue); }
.profile-note { position: absolute; z-index: 3; min-width: 170px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(7,17,31,.86); color: #fff; box-shadow: 0 18px 38px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
.profile-note span { display: block; margin-bottom: 4px; color: var(--cyan); font-size: 7px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.profile-note strong { font-size: 10px; }
.note-one { top: 110px; right: 20px; }
.note-two { bottom: 108px; left: 20px; }

.action-section { background: #fff; }
.action-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
.action-grid article { min-height: 215px; padding: 27px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); background: linear-gradient(145deg, #fff, #f9fafc); }
.action-grid article:nth-child(-n+3) { border-top: 0; }
.action-grid article:nth-child(3n+1) { border-left: 0; }
.action-grid article > span { color: var(--blue); font-size: 8px; font-weight: 900; }
.action-grid h3 { margin: 56px 0 9px; font-size: 23px; letter-spacing: -.04em; }
.action-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }

.dashboard-section { overflow: hidden; background: var(--navy); color: #fff; }
.dashboard-heading { max-width: 910px; margin-bottom: 43px; text-align: center; }
.dashboard-heading .eyebrow { justify-content: center; }
.dashboard-heading p { max-width: 760px; margin: 0 auto; color: #aab8c9; font-size: 15px; line-height: 1.65; }
.dashboard-login { margin-top: 24px; }
.dashboard-frame { display: grid; grid-template-columns: 195px minmax(0,1fr); min-height: 600px; overflow: hidden; border: 1px solid var(--line-dark); border-radius: 27px; background: #f3f6fa; box-shadow: 0 38px 90px rgba(0,0,0,.33); }
.dashboard-rail { display: flex; flex-direction: column; padding: 22px 14px; background: #040a13; }
.dashboard-brand { display: flex; align-items: center; gap: 9px; padding: 0 7px 27px; }
.dashboard-brand > span { display: grid; place-items: center; width: 34px; height: 34px; padding: 5px; border-radius: 11px; background: #fff; }
.dashboard-brand img { width: 25px; height: 25px; }
.dashboard-brand strong { font-size: 14px; }
.dashboard-rail nav { display: grid; align-content: start; justify-content: stretch; height: auto; }
.dashboard-rail nav span, .dashboard-rail nav b { display: block; margin-bottom: 4px; padding: 11px 10px; border-radius: 10px; color: #718198; font-size: 9px; font-weight: 750; }
.dashboard-rail nav b { background: rgba(255,255,255,.08); color: #fff; box-shadow: inset 2px 0 var(--blue); }
.dashboard-rail > small { margin-top: auto; padding: 10px 7px; color: #8b9db5; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.dashboard-main { min-width: 0; padding: 24px; color: var(--ink); }
.dashboard-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.dashboard-top > div { display: flex; flex-direction: column; gap: 4px; }
.dashboard-top span { color: #4f5f73; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.dashboard-top strong { font-size: 20px; letter-spacing: -.03em; }
.dashboard-top button, .dashboard-top > a { padding: 10px 13px; border: 0; border-radius: 10px; background: var(--blue); color: #fff; font-size: 8px; font-weight: 850; text-decoration: none; }
.dashboard-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin-top: 22px; }
.dashboard-metrics article { padding: 16px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.dashboard-metrics span { display: block; color: #4f5f73; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.dashboard-metrics strong { display: block; margin: 7px 0 2px; font-size: 27px; }
.dashboard-metrics small { color: #5c6a7d; font-size: 8px; }
.dashboard-panels { display: grid; grid-template-columns: 1.3fr .7fr; gap: 10px; margin-top: 10px; }
.dashboard-panels > article { min-height: 330px; padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.dashboard-panels > article > div:first-child { display: flex; flex-direction: column; gap: 5px; }
.dashboard-panels span { color: #4f5f73; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.dashboard-panels strong { font-size: 14px; }
.empty-chart { display: flex!important; align-items: flex-end; gap: 9px!important; height: 170px; margin-top: 23px; padding: 0 10px 13px; border-bottom: 1px solid var(--line); }
.empty-chart i { flex: 1; height: 9%; border-radius: 5px 5px 0 0; background: #e7ebf2; }
.empty-chart i:nth-child(2) { height: 17%; }.empty-chart i:nth-child(3) { height: 13%; }.empty-chart i:nth-child(4) { height: 24%; }.empty-chart i:nth-child(5) { height: 19%; }.empty-chart i:nth-child(6) { height: 28%; }
.dashboard-panels p { color: #5c6a7d; font-size: 9px; line-height: 1.5; }
.dashboard-plan { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; background: linear-gradient(145deg, #1647c3, #071b45)!important; color: #fff; }
.dashboard-plan span { color: var(--cyan); }
.dashboard-plan strong { margin: 10px 0; font-size: 38px; letter-spacing: -.05em; }
.dashboard-plan p { color: #bed0ef; font-size: 10px; }
.dashboard-plan b { margin-top: 17px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.16); color: #fff; font-size: 8px; }
.tier-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 18px; overflow: hidden; border: 1px solid var(--line-dark); border-radius: 16px; }
.tier-strip div { padding: 17px; border-left: 1px solid var(--line-dark); }
.tier-strip div:first-child { border-left: 0; }
.tier-strip span { display: block; margin-bottom: 5px; color: var(--cyan); font-size: 7px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.tier-strip strong { color: #b7c3d2; font-size: 9px; line-height: 1.45; }

.placement-section { background: #fff; }
.placement-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 45px; }
.placement-heading p { margin-bottom: 5px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.placement-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.placement-grid article { display: grid; grid-template-rows: auto 1fr auto; min-height: 260px; padding: 26px; border-left: 1px solid var(--line); }
.placement-grid article:first-child { border-left: 0; }
.placement-number { color: var(--blue); font-size: 9px; }
.placement-grid h3 { margin: 70px 0 9px; font-size: 24px; letter-spacing: -.04em; }
.placement-grid p { color: var(--muted); font-size: 12px; line-height: 1.6; }
.placement-grid small { color: #5c687a; font-size: 8px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.format-preview { display: grid; grid-template-columns: .82fr 1.18fr; align-items: stretch; max-width: 1020px; margin-top: 64px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--warm); }
.format-copy { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: 45px; }
.format-copy h3 { margin-bottom: 14px; font-size: 36px; line-height: 1.04; letter-spacing: -.055em; }
.format-copy p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.format-status { margin-top: 10px; padding: 8px 10px; border-radius: 999px; background: #e8ebef; color: #4f5b6d; font-size: 8px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.format-preview figure { position: relative; min-height: 430px; margin: 0; overflow: hidden; background: #deddd9; }
.format-preview img { width: 100%; height: 100%; object-fit: cover; }
.format-preview figcaption { position: absolute; right: 14px; bottom: 12px; left: 14px; padding: 8px 10px; border-radius: 8px; background: rgba(255, 255, 255, .88); color: #7d8795; font-size: 7px; text-align: center; backdrop-filter: blur(8px); }
.review-format-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; margin-top: 52px; }
.review-format-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow-sm); }
.review-format-card figure { position: relative; min-height: 340px; margin: 0; overflow: hidden; background: #fff; }
.review-format-card figure img { width: 100%; height: 340px; object-fit: cover; }
.review-format-card figure figcaption { position: absolute; right: 12px; bottom: 12px; padding: 7px 9px; border-radius: 8px; background: rgba(7,17,31,.82); color: #fff; font-size: 7px; font-weight: 800; backdrop-filter: blur(8px); }
.review-format-card > div { padding: 24px; }
.review-format-card > div > span { color: var(--blue-dark); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.review-format-card h3 { margin: 8px 0 10px; font-size: 28px; letter-spacing: -.045em; }
.review-format-card p { margin-bottom: 18px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.review-format-card .text-cta { color: var(--ink); }

.offer-section { background: var(--ice); }
.offer-heading { max-width: 900px; margin-bottom: 46px; }
.offer-heading p { max-width: 700px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.offer-builder { display: grid; grid-template-columns: 1.06fr .94fr; overflow: hidden; border: 1px solid #ced7e3; border-radius: 26px; background: #fff; box-shadow: var(--shadow-lg); }
.builder-controls { padding: 34px; }
.builder-group { margin: 0 0 32px; padding: 0; border: 0; }
.builder-group:last-child { margin-bottom: 0; }
.builder-group legend, .model-row > div > span { display: block; margin-bottom: 15px; color: #586578; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.plan-picker { display: grid; gap: 10px; }
.plan-option { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 84px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 15px; background: #fff; cursor: pointer; text-align: left; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.plan-option:hover { transform: translateY(-1px); border-color: #aab8cb; }
.plan-option.is-selected { border-color: var(--blue); background: #f4f7ff; box-shadow: inset 0 0 0 1px var(--blue); }
.plan-option.is-selected::after { position: absolute; top: -7px; right: -7px; display: grid; place-items: center; width: 20px; height: 20px; border: 3px solid #fff; border-radius: 50%; background: var(--blue); color: #fff; content: "✓"; font-size: 9px; font-weight: 950; }
.plan-option > span { display: flex; flex-direction: column; gap: 3px; }
.plan-option i { color: var(--blue); font-size: 7px; font-style: normal; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.plan-option b { font-size: 17px; letter-spacing: -.035em; }
.plan-option small { color: var(--muted); font-size: 9px; }
.plan-option > strong { font-size: 25px; letter-spacing: -.06em; }
.model-picker { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.model-option { display: grid; grid-template-columns: 44px 1fr; gap: 11px; align-items: center; min-height: 76px; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: #fff; cursor: pointer; text-align: left; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.model-option:hover { transform: translateY(-1px); border-color: #aab8cb; }
.model-option.is-selected { border-color: var(--blue); background: #f4f7ff; box-shadow: inset 0 0 0 1px var(--blue); }
.model-icon { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #cfdae9; border-radius: 11px; background: #f5f8fc; color: var(--blue); font-size: 21px; font-weight: 900; }
.model-option > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.model-option b { font-size: 11px; }
.model-option small { color: var(--muted-2); font-size: 7px; line-height: 1.35; }
.finish-picker { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.finish-option { display: flex; align-items: center; gap: 9px; min-height: 64px; padding: 10px; border: 1px solid var(--line); border-radius: 13px; background: #fff; cursor: pointer; text-align: left; }
.finish-option.is-selected { border-color: var(--blue); background: #f4f7ff; box-shadow: inset 0 0 0 1px var(--blue); }
.finish-option.is-selected .swatch { border-color: var(--blue); box-shadow: inset 0 0 0 4px #fff, 0 0 0 2px var(--blue); }
.finish-option:disabled { opacity: .45; cursor: not-allowed; }
.finish-option > span:last-child { display: flex; flex-direction: column; gap: 2px; }
.finish-option b { font-size: 11px; }
.finish-option small { color: var(--muted-2); font-size: 7px; }
.swatch { flex: 0 0 auto; width: 25px; height: 25px; border: 1px solid #cfd5df; border-radius: 50%; box-shadow: inset 0 0 0 4px #fff; }
.swatch-black { background: #0b1018; }
.swatch-white { background: #f5f5f2; }
.swatch-mixed { background: linear-gradient(90deg, #0b1018 0 50%, #f5f5f2 50%); }
.model-row { display: flex; align-items: center; justify-content: space-between; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--warm); }
.model-row > div > span { margin-bottom: 5px; }
.model-row strong { font-size: 15px; }
.model-status { padding: 7px 9px; border-radius: 999px; background: #e4ebff; color: var(--blue-dark); font-size: 7px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.offer-summary { display: flex; flex-direction: column; min-width: 0; padding: 36px; background: var(--navy); color: #fff; }
.summary-top { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.summary-top > div > span { color: var(--cyan); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.summary-top h3 { margin: 8px 0 0; font-size: 30px; letter-spacing: -.05em; }
.summary-pill { padding: 7px 9px; border: 1px solid var(--line-dark); border-radius: 999px; color: #9facc0; font-size: 7px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.summary-price { display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 0 15px; margin: 35px 0 25px; }
.summary-price strong { grid-row: 1 / span 2; font-size: 73px; line-height: .86; letter-spacing: -.08em; }
.summary-price span { color: #fff; font-size: 11px; font-weight: 800; }
.summary-price small { margin-top: 3px; color: #7d8ca2; font-size: 8px; }
.summary-product { display: grid; grid-template-columns: 118px 1fr; gap: 15px; align-items: center; padding: 9px; border: 1px solid var(--line-dark); border-radius: 15px; background: rgba(255, 255, 255, .045); }
.summary-product img { width: 118px; height: 82px; border-radius: 10px; object-fit: cover; }
.summary-product div { display: flex; flex-direction: column; gap: 4px; }
.summary-product span { font-size: 12px; font-weight: 800; }
.summary-product small { color: #7f8fa6; font-size: 8px; }
.summary-media-note { margin: 8px 4px 0; color: #7d8da4; font-size: 7px; line-height: 1.45; }
.offer-summary ul { display: grid; gap: 12px; margin: 25px 0; padding: 22px 0 0; border-top: 1px solid var(--line-dark); color: #b7c2d1; font-size: 11px; list-style: none; }
.offer-summary li::before { margin-right: 9px; color: var(--cyan); content: "✓"; font-weight: 900; }
.summary-cta { width: 100%; margin-top: auto; }
.summary-trust { display: flex; justify-content: space-between; gap: 18px; margin-top: 15px; color: #6f8097; font-size: 7px; line-height: 1.4; }
.checkout-message { display: none; max-width: 780px; margin-top: 22px; padding: 14px 17px; border: 1px solid #b8cdfd; border-radius: 12px; background: #edf3ff; color: #183a86; font-size: 12px; }
.checkout-message.on { display: block; }

.proof-section { background: var(--navy); color: #fff; }
.proof-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.proof-copy p { color: #aab8c9; font-size: 15px; line-height: 1.65; }
.receipt-card { padding: 30px; border: 1px solid var(--line-dark); border-radius: 22px; background: #fff; color: var(--ink); box-shadow: 0 30px 80px rgba(0, 0, 0, .24); }
.receipt-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 2px solid var(--ink); }
.receipt-head > div { display: flex; flex-direction: column; gap: 4px; }
.receipt-head span { color: var(--muted-2); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.receipt-head strong { font-size: 25px; letter-spacing: -.04em; }
.receipt-head > b { padding: 7px 9px; border-radius: 7px; background: #e8edff; color: var(--blue-dark); font-size: 7px; letter-spacing: .08em; }
.receipt-card dl { margin: 16px 0 0; }
.receipt-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.receipt-card dt { color: #536074; font-size: 11px; }
.receipt-card dd { margin: 0; color: var(--blue-dark); font-size: 8px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.receipt-card > p { margin: 18px 0 0; color: #596576; font-size: 8px; line-height: 1.5; }

.guarantee-section { padding: 76px 0; background: #fff; }
.guarantee-card { display: grid; grid-template-columns: 138px 1fr; gap: 46px; align-items: center; padding: 43px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(125deg, #fff, #f1f4f9); }
.guarantee-mark { display: flex; align-items: center; justify-content: center; flex-direction: column; width: 124px; height: 124px; border-radius: 50%; background: var(--blue); color: #fff; box-shadow: 0 18px 45px rgba(36, 93, 255, .24); }
.guarantee-mark strong { font-size: 51px; line-height: .9; letter-spacing: -.07em; }
.guarantee-mark span { font-size: 8px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.guarantee-card h2 { font-size: clamp(36px, 4.2vw, 55px); }
.guarantee-card p { max-width: 800px; margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.faq-section { background: var(--warm); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 82px; align-items: start; }
.faq-heading { position: sticky; top: 108px; }
.faq-heading p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; list-style: none; cursor: pointer; font-size: 14px; font-weight: 820; letter-spacing: -.02em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 20px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 690px; margin: 0; padding: 0 42px 22px 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.final-cta { position: relative; overflow: hidden; padding: 112px 0; background: var(--blue); color: #fff; text-align: center; }
.final-cta::before { position: absolute; top: -250px; left: 50%; width: 900px; height: 500px; transform: translateX(-50%); border-radius: 50%; background: rgba(255, 255, 255, .14); filter: blur(82px); content: ""; }
.final-cta-inner { position: relative; display: flex; align-items: center; flex-direction: column; }
.final-cta h2 { max-width: 940px; }
.final-cta p { color: #dbe5ff; font-size: 16px; }
.final-cta .button { margin-top: 14px; }
.final-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; }

footer { padding: 54px 0 34px; background: #020712; color: #8290a3; }
.footer-row { display: flex; justify-content: space-between; gap: 34px; }
.footer-brand { color: #fff; }
.footer-row p { font-size: 10px; }
.footer-links { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 18px; font-size: 10px; }
.footer-links a { text-decoration: none; }
.legal-line { margin-top: 31px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: 8px; }

.checkout-dialog { width: min(1080px, calc(100% - 32px)); max-height: calc(100dvh - 32px); margin: auto; padding: 0; overflow: auto; border: 0; border-radius: 24px; background: #fff; color: var(--ink); box-shadow: 0 50px 160px rgba(0, 0, 0, .35); }
.checkout-dialog::backdrop { background: rgba(2, 7, 18, .76); backdrop-filter: blur(8px); }
.checkout-form { padding: 0; }
.dialog-head { position: sticky; top: 0; z-index: 2; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 25px 28px; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .96); backdrop-filter: blur(12px); }
.dialog-head > div > span { color: var(--blue-dark); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.dialog-head h2 { margin: 5px 0 0; font-size: 35px; }
.dialog-mobile-summary { display: none; }
.dialog-close { display: grid; place-items: center; width: 38px; height: 38px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); font-size: 23px; cursor: pointer; }
.dialog-grid { display: grid; grid-template-columns: 1.45fr .55fr; gap: 28px; padding: 28px; }
.form-section { margin-bottom: 28px; }
.form-section:last-child { margin-bottom: 0; }
.form-section > span { display: block; margin-bottom: 13px; color: #687588; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.optional-profile { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #fbfcfd; }
.optional-profile summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 16px; cursor: pointer; list-style: none; }
.optional-profile summary::-webkit-details-marker { display: none; }
.optional-profile summary span { color: #3d495a; font-size: 10px; font-weight: 850; }
.optional-profile summary small { color: var(--muted); font-size: 8px; text-align: right; }
.optional-profile summary::after { color: var(--blue); content: "+"; font-size: 18px; }
.optional-profile[open] summary::after { content: "−"; }
.optional-profile[open] summary { border-bottom: 1px solid var(--line); }
.optional-profile .fields-grid { padding: 16px 16px 0; }
.optional-profile .field-help { padding: 0 16px 16px; }
.fields-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.fields-grid label { display: flex; flex-direction: column; gap: 7px; color: #3d495a; font-size: 10px; font-weight: 800; }
.fields-grid label small { color: #939daa; font-size: 7px; font-weight: 600; }
.fields-grid input { width: 100%; height: 46px; padding: 0 13px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); font-size: 13px; }
.checkout-form.was-submitted .fields-grid input:invalid { border-color: #d95c5c; }
.field-wide { grid-column: 1 / -1; }
.field-help { margin: 10px 0 0; color: var(--muted-2); font-size: 8px; line-height: 1.5; }
.dialog-summary { position: sticky; top: 115px; align-self: start; padding: 23px; border-radius: 18px; background: var(--navy); color: #fff; }
.dialog-summary > span { color: var(--cyan); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.dialog-summary h3 { margin: 8px 0 22px; font-size: 23px; letter-spacing: -.045em; }
.dialog-total { display: flex; align-items: flex-end; gap: 10px; padding-bottom: 20px; border-bottom: 1px solid var(--line-dark); }
.dialog-total strong { font-size: 54px; line-height: .9; letter-spacing: -.07em; }
.dialog-total small { margin-bottom: 3px; color: #7e8da3; font-size: 8px; }
.dialog-summary dl { margin: 14px 0; }
.dialog-summary dl div { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line-dark); }
.dialog-summary dt { color: #8898ae; font-size: 9px; }
.dialog-summary dd { margin: 0; font-size: 9px; font-weight: 800; text-align: right; }
.dialog-summary > p { margin: 17px 0 0; color: #7f8fa6; font-size: 8px; line-height: 1.55; }
.dialog-actions { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; padding: 22px 28px; border-top: 1px solid var(--line); background: var(--warm); }
.dialog-actions p { max-width: 520px; margin: 0; color: var(--muted-2); font-size: 8px; line-height: 1.5; }
.dialog-error { display: none; margin: 0 28px 25px; padding: 12px 14px; border: 1px solid #efb2b2; border-radius: 10px; background: #fff2f2; color: #8a2525; font-size: 11px; }
.dialog-error.on { display: block; }
.mobile-cta { display: none; }

.status-card { max-width: 720px; margin: 80px auto; padding: 44px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-lg); text-align: center; }
.status-icon { display: grid; place-items: center; width: 66px; height: 66px; margin: auto; border-radius: 50%; background: var(--blue); color: #fff; font-size: 29px; }
.status-card h1 { margin: 24px auto 12px; font-size: 42px; line-height: 1.05; }
.status-card pre { overflow: auto; padding: 16px; border-radius: 12px; background: var(--navy); color: #fff; text-align: left; }
.admin { max-width: 880px; margin: 55px auto; padding: 0 20px; }
.admin h1 { font-size: 54px; }
.admin-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 20px 0; }
.metric { padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.metric strong { display: block; font-size: 28px; }
.admin input { width: 100%; margin: 8px 0; padding: 14px; border: 1px solid var(--line); border-radius: 10px; }
.admin pre { overflow: auto; padding: 18px; border-radius: 15px; background: var(--navy); color: #fff; }

@media (max-width: 1040px) {
  .hero { gap: 42px; }
  .hero-product { padding-bottom: 74px; }
  .product-portfolio-hero { min-height: 480px; }
  .portfolio-stage { min-height: 408px; }
  .product-system-heading { grid-template-columns: 1fr 1.3fr; }
  .product-system-heading .eyebrow { grid-column: 1 / -1; }
  .product-system-grid { grid-template-columns: 1fr; }
  .review-system-card, .smart-system-card { min-height: 560px; }
  .problem-intro { grid-template-columns: 1fr 1.3fr; }
  .problem-intro .eyebrow { grid-column: 1 / -1; }
  .demo-grid, .proof-grid { gap: 48px; }
  .placement-heading { gap: 45px; }
  .dialog-grid { grid-template-columns: 1.25fr .75fr; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 72px; }
  .shell { width: min(100% - 32px, 680px); }
  .testbar { gap: 6px; padding: 7px 11px; font-size: 7px; }
  .testbar span:nth-child(3) { display: none; }
  .testbar span + span::before { margin-right: 6px; }
  .site-header nav { height: 65px; }
  .navlinks { display: none; }
  .brand { font-size: 19px; }
  .mark { width: 32px; height: 32px; }
  .hero-section { padding: 52px 0 65px; }
  .hero { grid-template-columns: 1fr; gap: 0; }
  .hero-copy { display: contents; }
  .hero-copy > .eyebrow { order: 1; }
  .hero-copy > h1 { order: 2; }
  .hero-copy > .lead { order: 3; }
  .hero-copy > .hero-actions { order: 4; }
  .hero-product { order: 5; }
  .hero-copy > .hero-assurance { order: 6; margin-top: 28px; }
  .hero-copy > .micro { order: 7; }
  h1 { font-size: clamp(48px, 13vw, 64px); }
  .lead { font-size: 16px; }
  .hero-actions { flex-direction: column; margin-top: 27px; }
  .hero-actions .button { width: 100%; }
  .hero-assurance { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-product { width: 100%; max-width: 620px; justify-self: center; }
  .product-portfolio-hero { min-height: 540px; margin-top: 35px; padding-bottom: 60px; }
  .portfolio-stage { min-height: 465px; }
  .portfolio-editorial-inset { width: 44%; }
  .signal-grid { grid-template-columns: 1fr 1fr; }
  .signal-grid div { min-height: 66px; padding: 0 13px; border-bottom: 1px solid var(--line-dark); }
  .signal-grid div:nth-child(odd) { border-left: 0; }
  section { padding: 76px 0; }
  .product-system-heading { grid-template-columns: 1fr; gap: 17px; margin-bottom: 32px; }
  .product-system-heading .eyebrow { grid-column: auto; }
  .review-system-card { grid-template-columns: 1fr; }
  .review-system-media { grid-template-columns: 1fr 1fr; grid-template-rows: none; min-height: 310px; }
  .review-system-media figure { min-height: 310px; }
  .review-system-editorial { display: block; }
  .system-moment-media, .system-moment-media > figure, .system-moment-media picture, .system-moment-media img { min-height: 310px; }
  .smart-system-card { min-height: 0; }
  .review-wedge-grid { grid-template-columns: 1fr; gap: 40px; }
  .problem-intro { grid-template-columns: 1fr; gap: 18px; margin-bottom: 32px; }
  .problem-intro .eyebrow { grid-column: auto; }
  .route-comparison { grid-template-columns: 1fr; }
  .route-old, .route-new { border-radius: 20px; }
  .route-switch { min-height: 75px; border-inline: 1px solid var(--line); border-block: 0; }
  .route-switch small { writing-mode: initial; }
  .route-switch span { transform: rotate(90deg); }
  .demo-grid, .proof-grid { grid-template-columns: 1fr; gap: 40px; }
  .living-profile-stage { min-height: 620px; }
  .profile-phone { width: min(330px, 64%); }
  .action-grid { grid-template-columns: 1fr 1fr; }
  .action-grid article:nth-child(n) { border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
  .action-grid article:nth-child(-n+2) { border-top: 0; }
  .action-grid article:nth-child(odd) { border-left: 0; }
  .dashboard-frame { grid-template-columns: 1fr; }
  .dashboard-rail { display: none; }
  .dashboard-metrics { grid-template-columns: 1fr 1fr; }
  .dashboard-panels { grid-template-columns: 1fr; }
  .dashboard-panels > article { min-height: 270px; }
  .tier-strip { grid-template-columns: 1fr; }
  .tier-strip div { border-top: 1px solid var(--line-dark); border-left: 0; }
  .tier-strip div:first-child { border-top: 0; }
  .product-demo { border-radius: 20px; }
  .placement-heading { grid-template-columns: 1fr; gap: 18px; }
  .placement-grid { grid-template-columns: 1fr; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
  .placement-grid article { grid-template-columns: 40px 1fr auto; grid-template-rows: 1fr; gap: 12px; min-height: 0; padding: 23px 20px; border-top: 1px solid var(--line); border-left: 0; }
  .placement-grid article:first-child { border-top: 0; }
  .placement-grid h3 { margin: 0 0 7px; }
  .placement-grid p { margin-bottom: 0; }
  .placement-grid small { align-self: center; text-align: right; }
  .format-preview { grid-template-columns: 1fr; margin-top: 44px; }
  .format-copy { padding: 30px; }
  .format-preview figure { min-height: 380px; }
  .review-format-grid { margin-top: 40px; }
  .review-format-card figure, .review-format-card figure img { height: 280px; min-height: 280px; }
  .offer-builder { grid-template-columns: 1fr; }
  .builder-controls, .offer-summary { padding: 27px; }
  .offer-summary { min-height: 600px; }
  .guarantee-card { grid-template-columns: 1fr; gap: 27px; padding: 30px; }
  .guarantee-mark { width: 104px; height: 104px; }
  .guarantee-mark strong { font-size: 43px; }
  .faq-layout { grid-template-columns: 1fr; gap: 22px; }
  .faq-heading { position: static; }
  .footer-row { flex-direction: column; }
  .checkout-dialog { width: min(100% - 18px, 680px); max-height: calc(100dvh - 18px); border-radius: 19px; }
  .dialog-grid { grid-template-columns: 1fr; }
  .dialog-summary { display: none; }
  .dialog-title { min-width: 0; flex: 1; }
  .dialog-mobile-summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 14px; padding: 12px 14px; border-radius: 11px; background: var(--navy); color: #fff; }
  .dialog-mobile-summary > div { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
  .dialog-mobile-summary strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
  .dialog-mobile-summary small { color: #9dacbe; font-size: 7px; }
  .dialog-mobile-summary > b { flex: 0 0 auto; font-size: 23px; letter-spacing: -.05em; }
  .dialog-actions { grid-template-columns: 1fr; }
  .dialog-actions .button { width: 100%; }
  .mobile-cta { position: fixed; z-index: 45; right: 10px; bottom: 10px; left: 10px; display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 62px; padding: 9px 12px 9px 17px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 15px; background: rgba(7, 17, 31, .96); color: #fff; box-shadow: 0 18px 48px rgba(0, 0, 0, .28); opacity: 0; pointer-events: none; transform: translateY(90px); transition: opacity .2s ease, transform .2s ease; backdrop-filter: blur(14px); }
  .mobile-cta.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-cta > span { display: flex; flex-direction: column; align-items: flex-start; }
  .mobile-cta small { color: #91a0b4; font-size: 8px; }
  .mobile-cta strong { font-size: 13px; }
  .mobile-cta > b { padding: 12px 14px; border-radius: 10px; background: var(--blue); font-size: 10px; }
  footer { padding-bottom: 105px; }
}

@media (max-width: 560px) {
  h2 { font-size: 42px; }
  .hero-section { padding-top: 42px; }
  h1 { font-size: 49px; }
  .hero-assurance { grid-template-columns: 1fr; }
  .hero-product { padding: 7px 7px 102px; border-radius: 18px; }
  .product-portfolio-hero { min-height: 460px; padding-bottom: 58px; }
  .portfolio-stage { min-height: 390px; }
  .portfolio-editorial-inset { right: 10px; bottom: 10px; width: 52%; border-width: 5px; border-radius: 13px; }
  .portfolio-editorial-inset > span { padding: 7px 8px; }
  .portfolio-editorial-inset b { font-size: 7px; }
  .portfolio-editorial-inset small { display: none; }
  .portfolio-product { border-width: 5px; border-radius: 14px; }
  .portfolio-product > span { padding: 7px 8px; }
  .portfolio-product b { font-size: 7px; }
  .portfolio-product small { display: none; }
  .portfolio-product-stand { top: 70px; left: 14px; width: 48%; }
  .portfolio-product-plate { top: 24px; right: 12px; width: 42%; }
  .portfolio-product-card { right: 20px; bottom: 18px; width: 59%; }
  .hero-product > picture, .hero-product > picture > img { border-radius: 12px; }
  .product-badge { top: 15px; left: 15px; }
  .hero-sequence { bottom: 39px; grid-template-columns: 1fr; }
  .hero-sequence span { min-height: 26px; border-top: 1px solid var(--line); border-left: 0; font-size: 8px; }
  .hero-sequence span:first-child { border-top: 0; }
  .hero-product figcaption { bottom: 10px; font-size: 6px; }
  .route { min-height: 0; padding: 23px; }
  .system-card-copy { padding: 25px; }
  .system-card-copy h3 { font-size: 34px; }
  .review-system-media { min-height: 220px; }
  .review-system-media figure { min-height: 220px; }
  .review-system-media img { min-height: 220px; }
  .system-moment-media, .system-moment-media > figure, .system-moment-media picture, .system-moment-media img { min-height: 230px; }
  .system-moment-media figcaption { right: 10px; bottom: 10px; max-width: calc(100% - 20px); font-size: 6px; }
  .route-heading { flex-direction: column; gap: 7px; }
  .direct-step { grid-template-columns: 65px 1fr; padding: 43px 0 37px; }
  .direct-step > span { font-size: 80px; }
  .direct-step strong { font-size: 25px; }
  .demo-duration { top: 16px; left: 16px; }
  .living-profile-stage { min-height: 590px; border-radius: 20px; }
  .profile-phone { width: 80%; min-height: 540px; }
  .profile-note { min-width: 135px; padding: 10px 11px; }
  .note-one { top: 88px; right: 8px; }
  .note-two { bottom: 88px; left: 8px; }
  .action-grid { grid-template-columns: 1fr; }
  .action-grid article:nth-child(n) { min-height: 170px; border-top: 1px solid var(--line); border-left: 0; }
  .action-grid article:first-child { border-top: 0; }
  .action-grid h3 { margin-top: 36px; }
  .dashboard-main { padding: 16px; }
  .dashboard-top { align-items: flex-start; }
  .dashboard-metrics { grid-template-columns: 1fr 1fr; }
  .dashboard-metrics article { padding: 12px; }
  .dashboard-panels > article { min-height: 240px; }
  .demo-steps span { flex-direction: column; align-items: flex-start; gap: 3px; }
  .placement-grid article { grid-template-columns: 33px 1fr; }
  .placement-grid small { display: none; }
  .format-copy { padding: 25px; }
  .format-copy h3 { font-size: 32px; }
  .format-preview figure { min-height: 300px; }
  .review-format-grid { grid-template-columns: 1fr; }
  .review-format-card figure, .review-format-card figure img { height: 300px; min-height: 300px; }
  .builder-controls, .offer-summary { padding: 21px; }
  .model-picker { grid-template-columns: 1fr; }
  .finish-picker { grid-template-columns: 1fr; }
  .finish-option { min-height: 58px; }
  .offer-summary { min-height: 560px; }
  .summary-top { flex-direction: column; }
  .summary-price strong { font-size: 64px; }
  .summary-product { grid-template-columns: 98px 1fr; }
  .summary-product img { width: 98px; height: 70px; }
  .proof-copy h2 { font-size: 44px; }
  .receipt-card { padding: 22px; }
  .guarantee-card { padding: 24px; }
  .faq-list summary { font-size: 13px; }
  .final-cta { padding: 86px 0; }
  .dialog-head { padding: 20px; }
  .dialog-head h2 { font-size: 29px; }
  .dialog-grid { padding: 20px; }
  .fields-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .dialog-actions { padding: 18px 20px; }
  .dialog-error { margin-inline: 20px; }
  .admin-grid { grid-template-columns: 1fr; }
}

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

/* --------------------------------------------------------------------------
   V16 ELITE PRODUCT BRAND SYSTEM
   Built as a deliberate visual layer so legacy admin/legal surfaces remain stable.
   -------------------------------------------------------------------------- */

.elite-site {
  --v16-ink: #07111f;
  --v16-navy: #07111f;
  --v16-navy-2: #0d1d32;
  --v16-cobalt: #315cff;
  --v16-electric: #5880ff;
  --v16-canvas: #f3f1ed;
  --v16-paper: #fbfaf7;
  --v16-silver: #d9dde2;
  --v16-line: rgba(7, 17, 31, .16);
  --v16-muted: #5f6978;
  background: var(--v16-paper);
  color: var(--v16-ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.elite-site main { overflow: clip; }
.elite-site .site-header { background: rgba(251, 250, 247, .94); }
.elite-site .site-header nav { height: 72px; }
.elite-site .brand { letter-spacing: -.04em; }
.elite-site .mark { border-radius: 9px; background: var(--v16-navy); }
.elite-site .button { border-radius: 8px; }
.elite-site .button-primary { border-color: var(--v16-cobalt); background: var(--v16-cobalt); box-shadow: none; }
.elite-site .button-primary:hover { transform: translateY(-2px); background: #234ae1; box-shadow: 0 14px 30px rgba(49, 92, 255, .2); }
.elite-site .testbar { min-height: 28px; background: #030814; letter-spacing: .15em; }
.elite-site .testbar span + span::before { color: #6d88ff; }
.elite-site section { padding: 104px 0; }
.elite-site h1, .elite-site h2, .elite-site h3 { text-wrap: balance; }
.elite-kicker,
.elite-section-head > span,
.elite-demo-head > span,
.mechanism-title > span,
.software-copy > span,
.qa-editorial > div > span,
.product-format-intro > span,
.card-profile-copy > span,
.action-editorial > div > span,
.hardware-software-split > div > span,
.review-path-grid > div:first-child > span {
  display: block;
  color: var(--v16-cobalt);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

/* Home: product-first hero */
.elite-hero {
  display: grid;
  grid-template-columns: minmax(440px, 42%) minmax(0, 58%);
  min-height: 730px;
  padding: 0!important;
  background: var(--v16-paper);
}
.elite-hero-copy.shell {
  display: flex;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 88px 5.8vw 84px max(6vw, calc((100vw - 1220px) / 2));
  flex-direction: column;
  justify-content: center;
}
.elite-hero-copy h1 {
  max-width: 650px;
  margin: 24px 0 25px;
  font-size: clamp(55px, 5.3vw, 78px);
  line-height: .94;
  letter-spacing: -.075em;
}
.elite-hero-copy h1 em { display: block; color: var(--v16-cobalt); font-style: normal; }
.elite-hero-copy > p { max-width: 600px; margin: 0; color: var(--v16-muted); font-size: 18px; line-height: 1.55; }
.elite-hero-copy .hero-actions { margin-top: 34px; }
.elite-text-link { display: inline-flex; align-items: center; gap: 11px; color: var(--v16-ink); font-size: 13px; font-weight: 800; text-decoration: none; }
.play-dot { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--v16-line); border-radius: 50%; font-size: 9px; }
.elite-hero-product { position: relative; min-width: 0; min-height: 730px; margin: 0; overflow: hidden; background: #e9e4db; }
.elite-hero-product picture, .elite-hero-product img { display: block; width: 100%; height: 100%; }
.elite-hero-product img { object-fit: cover; object-position: center; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.elite-hero-product:hover img { transform: scale(1.015); }
.elite-hero-product::after { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 67%, rgba(3,8,20,.38)); content: ""; }
.hero-product-label { position: absolute; z-index: 2; display: grid; grid-template-columns: auto 1fr; gap: 2px 10px; min-width: 205px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.32); border-radius: 7px; background: rgba(7,17,31,.84); color: #fff; backdrop-filter: blur(14px); }
.hero-product-label span { grid-row: 1 / 3; color: #90a7ff; font-size: 9px; font-weight: 900; }
.hero-product-label strong { font-size: 11px; }
.hero-product-label small { color: #aab4c4; font-size: 8px; }
.label-review { bottom: 64px; left: 4.5%; }
.label-card { right: 4.5%; bottom: 64px; }
.elite-hero-product figcaption { position: absolute; z-index: 2; right: 20px; bottom: 16px; left: 20px; color: rgba(255,255,255,.7); font-size: 7px; text-align: center; }

/* Home: equal product stories */
.elite-products { padding-bottom: 0!important; background: var(--v16-paper); }
.elite-section-head { display: grid; grid-template-columns: .55fr 1.35fr 1fr; gap: 42px; align-items: end; margin-bottom: 56px; }
.elite-section-head h2 { margin: 0; font-size: clamp(46px, 5.2vw, 72px); line-height: .98; letter-spacing: -.065em; }
.elite-section-head p { margin: 0; color: var(--v16-muted); font-size: 15px; line-height: 1.65; }
.elite-product-stories { display: grid; grid-template-columns: 1fr 1fr; }
.elite-product-story { display: flex; min-width: 0; min-height: 1060px; flex-direction: column; }
.elite-product-story .story-copy { min-height: 550px; padding: 62px max(6vw, calc((100vw - 1220px) / 4)); }
.story-review { background: var(--v16-navy); color: #fff; }
.story-card { background: #e9e6df; }
.story-index { display: flex; align-items: center; gap: 13px; margin-bottom: 75px; }
.story-index span, .story-index small { font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.story-index i { width: 50px; height: 1px; background: currentColor; opacity: .3; }
.story-review .story-index small { color: #8ea2ba; }
.story-card .story-index small { color: #687281; }
.elite-product-story h3 { margin: 0 0 8px; font-size: clamp(41px, 4vw, 60px); line-height: .98; letter-spacing: -.065em; }
.story-promise { margin: 0 0 25px!important; color: var(--v16-electric)!important; font-size: 21px!important; font-weight: 700; }
.elite-product-story .story-copy > p:not(.story-promise) { max-width: 520px; color: #687383; font-size: 14px; line-height: 1.65; }
.story-review .story-copy > p:not(.story-promise) { color: #aab7c8; }
.elite-product-story dl { margin: 35px 0 32px; border-top: 1px solid currentColor; border-color: rgba(120,133,150,.35); }
.elite-product-story dl div { display: grid; grid-template-columns: 115px 1fr; gap: 18px; padding: 13px 0; border-bottom: 1px solid rgba(120,133,150,.35); }
.elite-product-story dt { color: #728197; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.elite-product-story dd { margin: 0; font-size: 11px; font-weight: 750; }
.story-link { display: inline-flex; align-items: center; gap: 22px; color: inherit; font-size: 12px; font-weight: 850; text-decoration: none; }
.story-link span { color: var(--v16-electric); }
.elite-product-story > figure { position: relative; min-height: 510px; margin: auto 0 0; overflow: hidden; }
.elite-product-story > figure picture, .elite-product-story > figure img { display: block; width: 100%; height: 100%; }
.elite-product-story > figure img { object-fit: cover; transition: transform .65s ease; }
.elite-product-story:hover > figure img { transform: scale(1.018); }
.elite-product-story > figure figcaption,
.product-page-hero-media figcaption,
.product-format-pair figure figcaption,
.hardware-software-split figure figcaption { position: absolute; right: 12px; bottom: 12px; padding: 7px 9px; border-radius: 5px; background: rgba(7,17,31,.76); color: rgba(255,255,255,.76); font-size: 7px; backdrop-filter: blur(10px); }

/* Home: interactive product demonstration */
.elite-demo { background: #030814; color: #fff; }
.elite-demo-head { display: grid; grid-template-columns: .7fr 1.25fr 1fr; gap: 42px; align-items: end; margin-bottom: 48px; }
.elite-demo-head > span { color: #8ba2ff; }
.elite-demo-head h2 { margin: 0; font-size: clamp(52px, 6vw, 82px); line-height: .9; letter-spacing: -.07em; }
.elite-demo-head p { margin: 0; color: #93a0b3; font-size: 14px; line-height: 1.65; }
.product-path-demo { overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: #081321; }
.path-switcher { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.16); }
.path-switcher button { display: flex; align-items: center; gap: 14px; min-height: 64px; padding: 0 24px; border: 0; border-left: 1px solid rgba(255,255,255,.16); background: transparent; color: #6e7d92; cursor: pointer; font: inherit; font-size: 12px; font-weight: 800; text-align: left; }
.path-switcher button:first-child { border-left: 0; }
.path-switcher button span { font-size: 8px; }
.path-switcher button.is-active { background: rgba(49,92,255,.12); color: #fff; box-shadow: inset 0 -2px var(--v16-cobalt); }
.path-stage { position: relative; display: grid; grid-template-columns: minmax(0,1.25fr) 86px minmax(285px,.75fr); min-height: 635px; align-items: center; padding: 45px; }
.path-hardware { position: relative; align-self: stretch; min-width: 0; overflow: hidden; background: #111b29; }
.path-image { position: absolute; inset: 0; opacity: 0; transition: opacity .45s ease, transform .7s ease; transform: scale(1.02); }
.path-image picture, .path-image img { display: block; width: 100%; height: 100%; }
.path-image img { object-fit: cover; }
.product-path-demo[data-product-story="review"] .path-image-review,
.product-path-demo[data-product-story="card"] .path-image-card { opacity: 1; transform: scale(1); }
.tap-wave { position: absolute; z-index: 4; top: 50%; right: 18px; width: 72px; height: 72px; transform: translateY(-50%); }
.tap-wave i { position: absolute; inset: 0; border: 1px solid rgba(134,163,255,.72); border-radius: 50%; animation: tap-pulse 2.6s ease-out infinite; }
.tap-wave i:nth-child(2) { animation-delay: .72s; }.tap-wave i:nth-child(3) { animation-delay: 1.44s; }
@keyframes tap-pulse { 0% { opacity: 0; transform: scale(.28); } 25% { opacity: 1; } 100% { opacity: 0; transform: scale(1); } }
.path-step-label, .path-outcome { position: absolute; z-index: 3; display: flex; flex-direction: column; gap: 4px; padding: 12px 14px; background: rgba(3,8,20,.82); backdrop-filter: blur(12px); }
.path-step-label { bottom: 18px; left: 18px; }
.path-outcome { right: 22px; bottom: 22px; }
.path-step-label span, .path-outcome span { color: #809bff; font-size: 8px; }
.path-step-label strong, .path-outcome strong { font-size: 11px; }
.path-step-label small, .path-outcome small { color: #8f9aad; font-size: 8px; }
.path-connector { display: flex; align-items: center; flex-direction: column; gap: 12px; }
.path-connector i { width: 1px; height: 110px; background: linear-gradient(transparent, #476dff); }
.path-connector i:last-child { background: linear-gradient(#476dff, transparent); }
.path-connector span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; background: var(--v16-cobalt); font-weight: 950; }
.path-phone { position: relative; width: min(315px, 100%); height: 575px; justify-self: center; overflow: hidden; border: 8px solid #00040b; border-radius: 42px; background: #f7f8fa; color: var(--v16-ink); box-shadow: 0 32px 70px rgba(0,0,0,.45); }
.phone-island { position: absolute; z-index: 9; top: 9px; left: 50%; width: 87px; height: 24px; transform: translateX(-50%); border-radius: 99px; background: #00040b; }
.phone-screen { position: absolute; inset: 0; opacity: 0; transition: opacity .35s ease, transform .45s ease; transform: translateY(12px); }
.product-path-demo[data-product-story="review"] .review-screen,
.product-path-demo[data-product-story="card"] .card-screen { opacity: 1; transform: translateY(0); }
.screen-browser { display: flex; align-items: center; justify-content: space-between; height: 62px; padding: 22px 16px 8px; background: #f1f3f6; color: #7a8594; font-size: 7px; }
.screen-browser i { width: 6px; height: 6px; border-radius: 50%; background: #6a8aff; }
.review-destination { padding: 82px 22px 30px; text-align: center; }
.google-g { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 18px; border-radius: 50%; background: conic-gradient(#4285f4 0 25%,#34a853 0 50%,#fbbc05 0 75%,#ea4335 0); color: #fff; font-size: 28px; font-weight: 900; }
.review-destination > span { display: block; color: #667284; font-size: 10px; }
.review-destination > strong { display: block; margin: 10px auto 28px; font-size: 21px; letter-spacing: -.04em; }
.empty-stars { color: #aab1bc; font-size: 29px; letter-spacing: 4px; white-space: nowrap; }
.review-destination button { width: 100%; margin-top: 38px; padding: 14px; border: 0; border-radius: 8px; background: #1a73e8; color: #fff; font: inherit; font-size: 10px; font-weight: 800; }
.review-destination small { display: block; margin-top: 16px; color: #8a94a3; font-size: 7px; line-height: 1.45; }
.card-screen { padding-bottom: 20px; text-align: center; }
.profile-mini-cover { display: flex; align-items: flex-start; gap: 8px; height: 150px; padding: 34px 18px; background: linear-gradient(145deg,#0b2349,#07111f); color: #fff; }
.profile-mini-cover img { width: 22px; height: 22px; }.profile-mini-cover span { margin-top: 5px; font-size: 7px; letter-spacing: .1em; }
.profile-mini-avatar { display: grid; place-items: center; width: 78px; height: 78px; margin: -38px auto 12px; border: 5px solid #f7f8fa; border-radius: 50%; background: var(--v16-cobalt); color: #fff; font-size: 21px; font-weight: 900; }
.card-screen > strong { display: block; font-size: 20px; }.card-screen > small { color: #6a7483; font-size: 9px; }
.profile-mini-actions { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin: 22px 15px 12px; }.profile-mini-actions span { padding: 11px 5px; border-radius: 9px; background: var(--v16-cobalt); color: #fff; font-size: 8px; font-weight: 800; }
.profile-mini-links { display: grid; gap: 7px; margin: 0 15px; text-align: left; }.profile-mini-links span { display: flex; justify-content: space-between; padding: 13px; border: 1px solid #dce1e8; border-radius: 9px; background: #fff; font-size: 9px; font-weight: 750; }.profile-mini-links b { color: var(--v16-cobalt); }
.card-only { display: none!important; }.product-path-demo[data-product-story="card"] .review-only { display: none!important; }.product-path-demo[data-product-story="card"] .card-only { display: block!important; }
.film-readiness { display: grid; grid-template-columns: 160px 1fr; gap: 22px; padding: 20px 28px; border-top: 1px solid rgba(255,255,255,.12); color: #8694a8; }
.film-readiness span { color: #8ba2ff; font-size: 9px; font-weight: 850; letter-spacing: .12em; }.film-readiness p { max-width: 820px; margin: 0; font-size: 9px; line-height: 1.55; }

/* Home: mechanism, use cases, software, shop, QA */
.elite-mechanism { background: var(--v16-canvas); }
.mechanism-editorial { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: center; }
.mechanism-title h2 { margin: 19px 0 0; font-size: clamp(40px, 4.2vw, 60px); line-height: 1; letter-spacing: -.06em; }
.mechanism-lanes { border-top: 1px solid var(--v16-line); }
.mechanism-lanes > div { display: grid; grid-template-columns: 1.25fr auto 46px auto 1fr; gap: 16px; align-items: center; min-height: 94px; border-bottom: 1px solid var(--v16-line); }
.mechanism-lanes b { font-size: 13px; }.mechanism-lanes i { color: #8490a0; font-style: normal; }.mechanism-lanes strong { font-size: 12px; }
.v-node { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 10px; background: var(--v16-cobalt); color: #fff; font-size: 14px; font-weight: 900; }
.mechanism-editorial > p { grid-column: 2; max-width: 660px; margin: -50px 0 0; color: var(--v16-muted); font-size: 11px; line-height: 1.6; }
.elite-use-cases { background: var(--v16-paper); }
.compact-head { grid-template-columns: .6fr 1.3fr 1fr; margin-bottom: 42px; }.compact-head > p { grid-column: 3; }
.use-case-rail { border-top: 2px solid var(--v16-ink); }
.use-case-rail > div { display: grid; grid-template-columns: 1fr 1fr 1fr; min-height: 78px; align-items: center; border-bottom: 1px solid var(--v16-line); }
.use-case-rail > div > * { padding: 0 18px; border-left: 1px solid var(--v16-line); font-size: 12px; }.use-case-rail > div > *:first-child { border-left: 0; }
.use-case-rail strong { font-size: 16px!important; letter-spacing: -.02em; }.use-case-header { min-height: 44px!important; background: var(--v16-navy); color: #fff; }.use-case-header span { border-color: rgba(255,255,255,.16)!important; font-size: 8px!important; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.use-case-note { margin-top: 12px; color: #818a97; font-size: 8px; }
.elite-software { background: var(--v16-navy); color: #fff; }
.software-editorial { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: center; }
.software-copy > span { color: #87a0ff; }.software-copy h2 { margin: 20px 0 22px; font-size: clamp(42px,4.7vw,66px); line-height: .98; letter-spacing: -.065em; }.software-copy p { color: #9baabd; font-size: 14px; line-height: 1.65; }.light-link { margin-top: 25px; color: #fff; }
.software-glimpse { display: grid; grid-template-columns: 62px 1fr; min-height: 500px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: #eef1f5; color: var(--v16-ink); box-shadow: 0 36px 80px rgba(0,0,0,.34); }
.software-rail { display: flex; align-items: center; gap: 22px; padding: 20px 14px; flex-direction: column; background: #040a12; }.software-rail img { width: 28px; height: 28px; }.software-rail i { width: 22px; height: 3px; border-radius: 4px; background: #4a586d; }.software-rail i:first-of-type { background: #7893ff; }
.software-main { padding: 42px; }.software-top { display: flex; justify-content: space-between; padding-bottom: 30px; border-bottom: 1px solid #ccd3dd; }.software-top span { color: #718096; font-size: 8px; font-weight: 850; letter-spacing: .12em; }.software-top b { font-size: 12px; }
.software-main article { display: grid; grid-template-columns: 84px 1fr auto; gap: 18px; align-items: center; padding: 25px 0; border-bottom: 1px solid #ccd3dd; }.device-thumb { width: 80px; height: 52px; border-radius: 7px; background: #101823; box-shadow: 0 6px 15px rgba(7,17,31,.18); }.point-thumb { width: 58px; height: 76px; margin-left: 10px; border-radius: 7px 7px 2px 2px; background: #111b2a; }.software-main article > div:nth-child(2) { display: flex; flex-direction: column; gap: 5px; }.software-main article small { color: #718096; font-size: 7px; font-weight: 850; letter-spacing: .1em; }.software-main article strong { font-size: 15px; }.software-main article span { color: #697687; font-size: 9px; }.software-main article button { padding: 10px 12px; border: 1px solid #c3cad5; border-radius: 6px; background: #fff; color: var(--v16-ink); font-size: 8px; font-weight: 800; }
.elite-shop { background: var(--v16-paper); }.shop-products { display: grid; grid-template-columns: 1fr 1fr; border-top: 2px solid var(--v16-ink); }.shop-products article { display: grid; grid-template-columns: 40px 1fr; gap: 25px; min-height: 520px; padding: 42px; border-right: 1px solid var(--v16-line); }.shop-products article:last-child { border-right: 0; }.shop-product-number { color: var(--v16-cobalt); font-size: 10px; font-weight: 900; }.shop-products article > div:nth-child(2) > span { color: #687384; font-size: 9px; font-weight: 850; letter-spacing: .12em; }.shop-products h3 { margin: 20px 0 14px; font-size: 43px; letter-spacing: -.06em; }.shop-products p { max-width: 430px; color: var(--v16-muted); font-size: 13px; line-height: 1.6; }.shop-price { grid-column: 2; display: flex; align-items: flex-start; flex-direction: column; justify-content: flex-end; }.shop-price small { color: #798494; font-size: 8px; letter-spacing: .1em; }.shop-price strong { margin: 5px 0; font-size: 70px; line-height: 1; letter-spacing: -.08em; }.shop-price span { color: #737e8d; font-size: 10px; }.shop-products .button { grid-column: 2; align-self: end; justify-self: start; }
.cross-sell-line { display: grid; grid-template-columns: 1fr auto 1fr 1fr; gap: 28px; align-items: center; min-height: 92px; border-block: 1px solid var(--v16-line); font-size: 12px; }.cross-sell-line i { color: var(--v16-cobalt); font-size: 25px; font-style: normal; }.cross-sell-line a { justify-self: end; color: var(--v16-ink); font-size: 11px; font-weight: 850; text-decoration: none; }.cross-sell-line b { color: var(--v16-cobalt); }
.elite-qa { background: var(--v16-cobalt); color: #fff; }.qa-editorial { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: end; }.qa-editorial > div > span { color: #d7e0ff; }.qa-editorial h2 { margin: 22px 0; font-size: clamp(58px,7vw,92px); line-height: .82; letter-spacing: -.075em; }.qa-editorial p { max-width: 510px; margin: 0; color: #d8e0ff; font-size: 13px; line-height: 1.6; }.qa-editorial ol { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.38); list-style: none; }.qa-editorial li { display: grid; grid-template-columns: 54px 1fr; align-items: center; min-height: 78px; border-bottom: 1px solid rgba(255,255,255,.38); }.qa-editorial li span { color: #d4ddff; font-size: 9px; }.qa-editorial li strong { font-size: 15px; }
.elite-faq { background: var(--v16-paper); }.elite-faq .faq-heading h2 { font-size: 47px; }.elite-faq .faq-list details { border-color: var(--v16-line); }
.elite-final { padding: 0!important; background: #030814; color: #fff; }.elite-final-inner { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 560px; align-items: center; gap: 100px; }.elite-final-inner > div:first-child > span { color: #879fff; font-size: 9px; font-weight: 850; letter-spacing: .14em; }.elite-final h2 { margin: 24px 0 0; font-size: clamp(47px,5.5vw,75px); line-height: .95; letter-spacing: -.065em; }.final-product-choice { border-top: 1px solid rgba(255,255,255,.26); }.final-product-choice a { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; min-height: 118px; border-bottom: 1px solid rgba(255,255,255,.26); color: #fff; text-decoration: none; }.final-product-choice a:hover { background: rgba(49,92,255,.12); }.final-product-choice span { color: #8299ef; font-size: 9px; }.final-product-choice strong { font-size: 21px; }.final-product-choice small { color: #9ca9bb; font-size: 9px; }

/* Product pages */
.product-page-hero { display: grid; grid-template-columns: minmax(420px,45%) minmax(0,55%); min-height: 720px; padding: 0!important; background: var(--v16-paper); }
.product-page-hero-copy.shell { display: flex; width: auto; max-width: none; margin: 0; padding: 82px 5.6vw 76px max(6vw, calc((100vw - 1220px)/2)); flex-direction: column; justify-content: center; }
.product-page-hero-copy h1 { margin: 23px 0 26px; font-size: clamp(55px,5.35vw,77px); line-height: .94; letter-spacing: -.075em; }.product-page-hero-copy h1 em { color: var(--v16-cobalt); font-style: normal; }.product-page-hero-copy > p { max-width: 595px; margin: 0; color: var(--v16-muted); font-size: 17px; line-height: 1.6; }.product-page-hero-copy > small { max-width: 540px; margin-top: 18px; color: #7a8593; font-size: 8px; line-height: 1.5; }.product-facts { display: flex; flex-wrap: wrap; gap: 0; margin-top: 35px; border-block: 1px solid var(--v16-line); }.product-facts span { padding: 13px 18px; border-left: 1px solid var(--v16-line); color: #526071; font-size: 9px; font-weight: 750; }.product-facts span:first-child { padding-left: 0; border-left: 0; }
.product-page-hero-media { position: relative; min-width: 0; min-height: 720px; margin: 0; overflow: hidden; background: #0a1524; }.product-page-hero-media picture { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }.product-page-hero-media img { display: block; width: 100%; height: 100%; object-fit: cover; }.macro-detail-label { position: absolute; top: 26px; left: 26px; display: flex; gap: 4px; padding: 12px 14px; flex-direction: column; border: 1px solid rgba(255,255,255,.24); border-radius: 6px; background: rgba(7,17,31,.78); color: #fff; backdrop-filter: blur(12px); }.macro-detail-label span { color: #9db0ff; font-size: 7px; font-weight: 850; letter-spacing: .12em; }.macro-detail-label strong { font-size: 10px; }
.card-profile-section { background: var(--v16-paper); }.card-profile-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 85px; align-items: center; }.card-profile-copy h2 { margin: 22px 0; font-size: clamp(43px,4.5vw,64px); line-height: 1; letter-spacing: -.06em; }.card-profile-copy > p { color: var(--v16-muted); font-size: 14px; line-height: 1.65; }.card-profile-copy ol { margin: 34px 0 28px; padding: 0; border-top: 1px solid var(--v16-line); list-style: none; }.card-profile-copy li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--v16-line); }.card-profile-copy li b { color: var(--v16-cobalt); font-size: 8px; }.card-profile-copy li span { display: flex; gap: 5px; flex-direction: column; }.card-profile-copy li strong { font-size: 12px; }.card-profile-copy li small { color: #6d7887; font-size: 9px; line-height: 1.5; }
.card-profile-composition { position: relative; min-height: 680px; overflow: hidden; background: #111d2a; }.card-profile-composition > picture, .card-profile-composition > picture > img { display: block; width: 100%; height: 100%; }.card-profile-composition > picture > img { position: absolute; inset: 0; object-fit: cover; opacity: .52; }.compact-profile-phone { position: absolute; z-index: 3; top: 45px; right: 8%; width: 310px; min-height: 575px; transform: rotate(2deg); }.composition-caption { position: absolute; z-index: 4; right: 12px; bottom: 12px; left: 12px; color: rgba(255,255,255,.72); font-size: 7px; text-align: center; }
.profile-actions-section { background: var(--v16-canvas); }.action-editorial { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }.action-editorial h2 { margin: 20px 0 0; font-size: clamp(42px,4.5vw,64px); line-height: 1; letter-spacing: -.06em; }.action-ledger { border-top: 2px solid var(--v16-ink); }.action-ledger div { display: grid; grid-template-columns: 46px .8fr 1fr; align-items: center; min-height: 72px; border-bottom: 1px solid var(--v16-line); }.action-ledger span { color: var(--v16-cobalt); font-size: 8px; }.action-ledger strong { font-size: 13px; }.action-ledger small { color: #657181; font-size: 9px; }.action-editorial > p { grid-column: 2; margin: -60px 0 0; color: #7a8594; font-size: 8px; }
.card-software-section { background: #030814; color: #fff; }.hardware-software-split { display: grid; grid-template-columns: 1.2fr .8fr; gap: 85px; align-items: center; }.hardware-software-split figure { position: relative; min-height: 610px; margin: 0; overflow: hidden; }.hardware-software-split figure picture, .hardware-software-split figure img { display: block; width: 100%; height: 100%; }.hardware-software-split figure img { object-fit: cover; }.hardware-software-split > div > span { color: #89a0ff; }.hardware-software-split h2 { margin: 22px 0; font-size: clamp(42px,4.4vw,62px); line-height: 1; letter-spacing: -.06em; }.hardware-software-split p { color: #a0adbe; font-size: 14px; line-height: 1.65; }.hardware-software-split dl { margin-top: 35px; border-top: 1px solid rgba(255,255,255,.2); }.hardware-software-split dl div { display: grid; grid-template-columns: 130px 1fr; gap: 16px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.2); }.hardware-software-split dt { color: #7f90a5; font-size: 9px; }.hardware-software-split dd { margin: 0; font-size: 10px; font-weight: 750; }
.review-format-section { background: var(--v16-paper); }.product-format-intro { display: grid; grid-template-columns: .55fr 1.4fr 1fr; gap: 42px; align-items: end; margin-bottom: 50px; }.product-format-intro h2 { margin: 0; font-size: clamp(44px,4.8vw,66px); line-height: 1; letter-spacing: -.065em; }.product-format-intro p { margin: 0; color: var(--v16-muted); font-size: 14px; line-height: 1.65; }
.product-format-pair { display: grid; grid-template-columns: 1fr 1fr; border-top: 2px solid var(--v16-ink); }.product-format-pair article { display: flex; min-width: 0; flex-direction: column; border-right: 1px solid var(--v16-line); }.product-format-pair article:last-child { border-right: 0; }.product-format-pair figure { position: relative; min-height: 420px; margin: 0; overflow: hidden; }.product-format-pair figure picture, .product-format-pair figure img { display: block; width: 100%; height: 100%; }.product-format-pair figure img { object-fit: cover; }.product-format-pair article > div { padding: 35px; }.product-format-pair article > div > span { color: var(--v16-cobalt); font-size: 9px; font-weight: 850; letter-spacing: .1em; }.product-format-pair h3 { margin: 25px 0 12px; font-size: 36px; letter-spacing: -.055em; }.product-format-pair p { color: var(--v16-muted); font-size: 12px; line-height: 1.6; }.product-format-pair dl { margin: 27px 0; border-top: 1px solid var(--v16-line); }.product-format-pair dl div { display: grid; grid-template-columns: 120px 1fr; padding: 11px 0; border-bottom: 1px solid var(--v16-line); }.product-format-pair dt { color: #748090; font-size: 8px; }.product-format-pair dd { margin: 0; font-size: 9px; font-weight: 750; }.product-format-pair a { color: var(--v16-ink); font-size: 11px; font-weight: 850; text-decoration: none; }.product-format-pair a b { color: var(--v16-cobalt); }
.review-path-section { background: #030814; color: #fff; }.review-path-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 85px; align-items: center; }.review-path-grid > div:first-child > span { color: #89a0ff; }.review-path-grid h2 { margin: 22px 0; font-size: clamp(44px,4.8vw,66px); line-height: 1; letter-spacing: -.065em; }.review-path-grid > div:first-child > p { color: #9caabd; font-size: 14px; line-height: 1.65; }.review-path-grid ol { margin: 35px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.22); list-style: none; }.review-path-grid li { display: grid; grid-template-columns: 38px 90px 1fr; gap: 13px; align-items: center; min-height: 65px; border-bottom: 1px solid rgba(255,255,255,.22); }.review-path-grid li b { color: #879fff; font-size: 8px; }.review-path-grid li strong { font-size: 11px; }.review-path-grid li small { color: #8897aa; font-size: 8px; line-height: 1.4; }
.review-path-visual { position: relative; min-height: 620px; overflow: hidden; background: #111c2a; }.review-path-visual > picture, .review-path-visual > picture > img { display: block; width: 100%; height: 100%; }.review-path-visual > picture > img { position: absolute; inset: 0; object-fit: cover; opacity: .65; }.review-phone-mini { position: absolute; z-index: 3; top: 48px; right: 7%; width: 290px; min-height: 520px; padding: 68px 22px 24px; border: 8px solid #01040a; border-radius: 40px; background: #fff; color: var(--v16-ink); text-align: center; box-shadow: 0 28px 65px rgba(0,0,0,.45); }.review-phone-mini > span { position: absolute; top: 9px; left: 50%; width: 85px; height: 23px; transform: translateX(-50%); border-radius: 99px; background: #01040a; }.review-phone-mini small { display: block; color: #6b7686; font-size: 9px; }.review-phone-mini strong { display: block; margin: 10px 0 23px; font-size: 20px; }.review-phone-mini > div:not(.google-g) { color: #aab1bc; font-size: 27px; letter-spacing: 4px; }.review-phone-mini button { width: 100%; margin-top: 35px; padding: 13px; border: 0; border-radius: 7px; background: #1a73e8; color: #fff; font: inherit; font-size: 10px; font-weight: 800; }.review-path-visual > p { position: absolute; z-index: 4; right: 14px; bottom: 12px; left: 14px; margin: 0; color: rgba(255,255,255,.76); font-size: 7px; text-align: center; }
.review-placements { background: var(--v16-canvas); }.placement-ledger { display: grid; grid-template-columns: repeat(4,1fr); border-top: 2px solid var(--v16-ink); }.placement-ledger div { display: flex; min-height: 170px; padding: 23px; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--v16-line); border-bottom: 1px solid var(--v16-line); }.placement-ledger div:last-child { border-right: 0; }.placement-ledger span { color: var(--v16-cobalt); font-size: 8px; font-weight: 850; letter-spacing: .1em; }.placement-ledger strong { font-size: 20px; letter-spacing: -.035em; }
.elite-configurator { background: var(--v16-paper); }.elite-configurator .offer-heading .elite-kicker { margin-bottom: 20px; }.elite-configurator .offer-heading h2 { font-size: clamp(45px,4.8vw,66px); }.elite-configurator .offer-builder { overflow: visible; border: 0; border-top: 2px solid var(--v16-ink); border-radius: 0; box-shadow: none; }.elite-configurator .builder-controls { padding: 42px 42px 42px 0; }.elite-configurator .offer-summary { min-height: 720px; border-left: 1px solid var(--v16-line); background: #eae7e0; }.elite-configurator .plan-option, .elite-configurator .model-option, .elite-configurator .finish-option { border-radius: 6px; }.elite-configurator .plan-option.is-selected, .elite-configurator .model-option.is-selected, .elite-configurator .finish-option.is-selected { background: #f1f4ff; }.profile-setup-note { display: flex; gap: 7px; padding-top: 25px; flex-direction: column; border-top: 1px solid var(--v16-line); }.profile-setup-note > span { color: #657182; font-size: 9px; font-weight: 850; letter-spacing: .1em; }.profile-setup-note strong { font-size: 15px; }.profile-setup-note small { color: #748090; font-size: 9px; }
.format-thumb { display: block; width: 42px; height: 42px; border-radius: 5px; background: #111923; }.format-thumb-stand { clip-path: polygon(18% 0,82% 0,82% 76%,100% 100%,0 100%,18% 76%); }.format-thumb-plate { border: 5px solid #eef1f5; box-shadow: 0 0 0 1px #c4ccd7; }
.product-cross-sell { padding: 0!important; background: var(--v16-canvas); }.product-cross-sell > .shell { display: grid; grid-template-columns: .45fr 1.55fr; gap: 70px; min-height: 430px; align-items: center; }.product-cross-sell > .shell > span { align-self: start; margin-top: 112px; color: var(--v16-cobalt); font-size: 9px; font-weight: 850; letter-spacing: .13em; }.product-cross-sell h2 { max-width: 760px; margin: 0 0 18px; font-size: clamp(42px,4.7vw,65px); line-height: 1; letter-spacing: -.06em; }.product-cross-sell p { max-width: 650px; color: var(--v16-muted); font-size: 14px; line-height: 1.6; }.product-cross-sell .button { margin-top: 15px; }

/* V16 responsive pass */
@media (max-width: 1120px) {
  .elite-hero, .product-page-hero { grid-template-columns: 46% 54%; }
  .elite-hero-copy.shell, .product-page-hero-copy.shell { padding-left: 5vw; padding-right: 4.5vw; }
  .elite-hero-copy h1, .product-page-hero-copy h1 { font-size: 58px; }
  .path-stage { grid-template-columns: minmax(0,1.15fr) 66px minmax(270px,.85fr); padding: 34px; }
  .software-editorial, .card-profile-grid, .hardware-software-split, .review-path-grid { gap: 55px; }
  .compact-profile-phone { right: 4%; }
}

@media (max-width: 880px) {
  .elite-site section { padding: 78px 0; }
  .elite-site .site-header nav { height: 65px; }
  .elite-hero, .product-page-hero { grid-template-columns: 1fr; min-height: 0; }
  .elite-hero-copy.shell, .product-page-hero-copy.shell { width: calc(100% - 32px); max-width: 680px; margin: 0 auto; padding: 68px 0 54px; }
  .elite-hero-copy h1, .product-page-hero-copy h1 { max-width: 690px; font-size: clamp(52px,11vw,72px); }
  .elite-hero-product, .product-page-hero-media { min-height: 0; aspect-ratio: 4 / 3; }
  .elite-hero-product img, .product-page-hero-media img { object-position: center; }
  .elite-section-head, .elite-demo-head, .product-format-intro { grid-template-columns: 1fr; gap: 18px; margin-bottom: 38px; }
  .compact-head > p { grid-column: auto; }
  .elite-section-head h2, .elite-demo-head h2, .product-format-intro h2 { font-size: 51px; }
  .elite-product-stories { grid-template-columns: 1fr; }
  .elite-product-story { min-height: 0; }
  .elite-product-story .story-copy { min-height: 0; padding: 50px 7vw; }
  .elite-product-story > figure { min-height: 440px; }
  .story-index { margin-bottom: 48px; }
  .path-stage { grid-template-columns: 1fr; gap: 34px; min-height: 0; padding: 24px; }
  .path-hardware { min-height: 420px; }
  .path-connector { flex-direction: row; justify-content: center; }
  .path-connector i { width: 90px; height: 1px; background: linear-gradient(90deg,transparent,#476dff); }.path-connector i:last-child { background: linear-gradient(90deg,#476dff,transparent); }
  .path-phone { width: min(340px,92%); }
  .path-outcome { right: calc(50% - 145px); }
  .film-readiness { grid-template-columns: 1fr; gap: 8px; }
  .mechanism-editorial, .software-editorial, .qa-editorial, .card-profile-grid, .action-editorial, .hardware-software-split, .review-path-grid { grid-template-columns: 1fr; gap: 44px; }
  .mechanism-editorial > p, .action-editorial > p { grid-column: auto; margin: 0; }
  .use-case-rail > div { grid-template-columns: .75fr 1.1fr 1.1fr; }.use-case-rail > div > * { padding: 0 10px; font-size: 10px; }.use-case-rail strong { font-size: 13px!important; }
  .software-glimpse { min-height: 430px; }.software-main { padding: 28px; }
  .shop-products { grid-template-columns: 1fr; }.shop-products article { min-height: 430px; border-right: 0; border-bottom: 1px solid var(--v16-line); }
  .cross-sell-line { grid-template-columns: 1fr auto 1fr; }.cross-sell-line a { grid-column: 1 / -1; justify-self: start; padding-bottom: 20px; }
  .qa-editorial h2 { font-size: 72px; }.elite-final-inner { grid-template-columns: 1fr; gap: 55px; min-height: 700px; padding-block: 85px; }
  .product-facts { margin-top: 30px; }.card-profile-composition { min-height: 640px; }.compact-profile-phone { right: 8%; }
  .hardware-software-split figure { min-height: 500px; }.product-format-pair { grid-template-columns: 1fr; }.product-format-pair article { border-right: 0; border-bottom: 1px solid var(--v16-line); }.review-path-visual { min-height: 570px; }.placement-ledger { grid-template-columns: 1fr 1fr; }.placement-ledger div:nth-child(2) { border-right: 0; }
  .elite-configurator .builder-controls { padding: 32px 0; }.elite-configurator .offer-summary { min-height: 620px; border-top: 1px solid var(--v16-line); border-left: 0; }
  .product-cross-sell > .shell { grid-template-columns: 1fr; gap: 18px; min-height: 500px; align-content: center; }.product-cross-sell > .shell > span { margin-top: 0; }
}

@media (max-width: 560px) {
  .elite-site .testbar span:nth-child(3) { display: none; }
  .elite-site section { padding: 66px 0; }
  .elite-hero-copy.shell, .product-page-hero-copy.shell { padding-top: 52px; }
  .elite-hero-copy h1, .product-page-hero-copy h1 { font-size: 49px; }
  .elite-hero-copy > p, .product-page-hero-copy > p { font-size: 15px; }
  .elite-hero-copy .hero-actions, .product-page-hero-copy .hero-actions { align-items: stretch; flex-direction: column; }.elite-text-link { justify-content: center; min-height: 48px; }
  .elite-hero-product, .product-page-hero-media { aspect-ratio: 1 / 1; }
  .elite-hero-product img { object-position: 48% center; }
  .hero-product-label { min-width: 0; padding: 9px 10px; }.hero-product-label small { display: none; }.label-review { bottom: 44px; left: 10px; }.label-card { right: 10px; bottom: 44px; }
  .elite-section-head h2, .elite-demo-head h2, .product-format-intro h2 { font-size: 42px; }
  .elite-product-story .story-copy { padding: 42px 22px; }.elite-product-story h3 { font-size: 40px; }.story-promise { font-size: 18px!important; }.elite-product-story > figure { min-height: 330px; }
  .path-switcher button { min-height: 58px; padding: 0 12px; font-size: 10px; }.path-stage { padding: 12px; }.path-hardware { min-height: 330px; }.tap-wave { width: 55px; height: 55px; }.path-phone { height: 555px; }.path-outcome { right: 21px; }
  .mechanism-title h2, .software-copy h2, .card-profile-copy h2, .action-editorial h2, .hardware-software-split h2, .review-path-grid h2, .product-cross-sell h2 { font-size: 40px; }
  .mechanism-lanes > div { grid-template-columns: 1fr auto 38px auto 1fr; gap: 7px; min-height: 80px; }.mechanism-lanes b, .mechanism-lanes strong { font-size: 9px; }.v-node { width: 36px; height: 36px; }
  .use-case-rail { overflow: visible; }
  .use-case-header { display: none!important; }
  .use-case-rail > div:not(.use-case-header) { grid-template-columns: 1fr; min-width: 0; min-height: 0; padding: 16px 0; }
  .use-case-rail > div:not(.use-case-header) > * { border-left: 0; padding: 5px 0; }
  .use-case-rail > div:not(.use-case-header) > span::before { display: inline-block; width: 92px; color: var(--v16-muted); font-size: 7px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
  .use-case-rail > div:not(.use-case-header) > span:nth-child(2)::before { content: "Review Point"; }
  .use-case-rail > div:not(.use-case-header) > span:nth-child(3)::before { content: "Business Card"; }
  .use-case-note { font-size: 7px; }
  .software-glimpse { grid-template-columns: 42px 1fr; min-height: 390px; }.software-rail { padding-inline: 8px; }.software-main { padding: 20px 14px; }.software-main article { grid-template-columns: 58px 1fr; }.software-main article button { display: none; }.device-thumb { width: 54px; height: 38px; }.point-thumb { width: 40px; height: 58px; margin-left: 7px; }
  .shop-products article { grid-template-columns: 30px 1fr; min-height: 410px; padding: 30px 20px; }.shop-products h3 { font-size: 35px; }.shop-price strong { font-size: 59px; }.shop-products .button { width: 100%; }
  .cross-sell-line { grid-template-columns: 1fr auto 1fr; gap: 10px; font-size: 9px; }.qa-editorial { gap: 38px; }.qa-editorial h2 { font-size: 64px; }.elite-faq .faq-heading h2 { font-size: 40px; }.elite-final-inner { min-height: 630px; padding-block: 70px; }.elite-final h2 { font-size: 43px; }.final-product-choice a { grid-template-columns: 35px 1fr; }.final-product-choice small { display: none; }
  .product-facts { display: grid; grid-template-columns: 1fr; }.product-facts span { padding: 10px 0; border-top: 1px solid var(--v16-line); border-left: 0; }.product-facts span:first-child { border-top: 0; }
  .macro-detail-label { top: 14px; left: 14px; }.card-profile-composition { min-height: 580px; }.compact-profile-phone { top: 34px; right: 3%; width: 265px; min-height: 530px; }.profile-phone { min-height: 520px; }
  .action-ledger div { grid-template-columns: 35px 1fr; min-height: 68px; }.action-ledger small { grid-column: 2; margin-top: -17px; }.hardware-software-split figure { min-height: 380px; }.hardware-software-split dl div { grid-template-columns: 110px 1fr; }
  .product-format-pair figure { min-height: 310px; }.product-format-pair article > div { padding: 26px 20px; }.product-format-pair h3 { font-size: 31px; }.review-path-visual { min-height: 540px; }.review-phone-mini { top: 28px; right: 4%; width: 260px; min-height: 480px; }.placement-ledger { grid-template-columns: 1fr; }.placement-ledger div { min-height: 120px; border-right: 0; }
  .elite-configurator .offer-summary { min-height: 560px; }.product-cross-sell > .shell { min-height: 470px; }
}

@media (prefers-reduced-motion: reduce) {
  .tap-wave i { animation: none!important; opacity: .35; transform: scale(.72); }
  .elite-hero-product:hover img, .elite-product-story:hover > figure img { transform: none; }
}
