.shell { width:min(100% - 40px,1000px); }
.nav { height:72px; border-bottom:1px solid var(--line); }
.brand { font-size:18px; }
.brand>span>span { color:#a8c4d3; font-weight:500; }
.hero.shell { padding:30px 0 28px; }
.hero h1 { font-size:clamp(32px,4.5vw,52px); letter-spacing:-.035em; line-height:1.12; }
.hero .hero-copy { font-size:17px; max-width:700px; }
.watch { padding-bottom:18px; }
.example-video { padding:18px 0 6px; text-align:center; font-size:14px; line-height:1.6; }
.example-video a { color:#9edee6; text-decoration:underline; text-underline-offset:4px; }
.example-video a:hover { color:#fff; }
.example-video a:focus-visible { outline:2px solid #9edee6; outline-offset:5px; }
.example-video p { margin:6px 0 0; color:#a8bfce; font-size:13px; }
.example-new-tab { font-size:12px; }
.watch-under h2 { font-size:19px; }
.shortcut-wrap { width:min(100% - 40px,1000px); margin:0 auto; border:1px solid var(--line); border-radius:10px; background:#102c46; color:var(--paper); }
.shortcut-wrap:after { display:none; }
.shortcut.shell { width:100%; padding:26px; min-height:0; gap:20px; }
.shortcut-copy h2 { font-size:25px; line-height:1.2; letter-spacing:-.025em; }
.shortcut-copy h2 span { color:var(--cyan); }
.shortcut-copy p { color:#b8d0dc; }
.player-status { color:#cfebf4; }
.fallback-link { color:#7bdfe7; }
.decision { padding:38px 0 42px; }
.decision-number { margin-bottom:20px; justify-content:center; }
.decision-grid { grid-template-columns:1fr; gap:22px; max-width:660px; margin:0 auto; text-align:center; }
.decision h2 { font-size:30px; line-height:1.2; letter-spacing:-.025em; }
.decision-body>p:first-child { font-size:16px; margin-bottom:20px; }
.fine-print { color:#b0c7d3; font-size:13px; line-height:1.6; }
.jump-button { background:transparent; color:#c6dce7; border:1px solid #688a9e; box-shadow:none; font-weight:600; }
.jump-button:hover { background:#183c55; box-shadow:none; transform:none; }
.jump-button .play-icon { border-left-color:#c6dce7; }
.primary-cta { width:100%; justify-content:center; text-align:center; gap:20px; padding:24px 28px; font-size:20px; font-weight:800; color:#03182c; background:linear-gradient(110deg,#51eee0,#54baff); border:1px solid #88f5ed; border-radius:9px; box-shadow:0 8px 30px rgba(48,223,211,.24); }
.primary-cta:hover { box-shadow:0 10px 36px rgba(48,223,211,.38); }
.decision .primary-cta { max-width:520px; }
.primary-cta:focus-visible,.jump-button:focus-visible { outline:3px solid white; outline-offset:5px; }
@media(max-width:700px) {
  .nav { height:auto; min-height:68px; gap:10px; flex-wrap:wrap; padding-top:15px; padding-bottom:15px; }
  .brand { font-size:16px; }
  .nav-buy { font-size:11px; }
  .shortcut.shell { grid-template-columns:1fr; padding:22px; }
  .decision-grid { grid-template-columns:1fr; gap:20px; }
  .jump-button { width:100%; }
}