:root {
  --ink: #07111f;
  --ink-soft: #10243b;
  --blue: #1188d3;
  --blue-light: #78c7f3;
  --lime: #8ee52e;
  --lime-dark: #62bd10;
  --cream: #fffdf5;
  --paper: #06101c;
  --muted: #9aacc0;
  --line: rgba(202, 224, 245, .14);
  --white: #0d1d2e;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(7, 17, 31, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x:hidden; color: #eef6ff; background: var(--paper); font-family: "DM Sans", sans-serif; }
::selection { background: var(--lime); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button:disabled { opacity:.48; cursor:not-allowed; transform:none!important; }
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible { outline:3px solid rgba(120,199,243,.7); outline-offset:3px; }
.skip-link { position:fixed; top:10px; left:10px; z-index:1000; padding:10px 14px; border-radius:9px; color:#07111f; background:var(--lime); font-size:12px; font-weight:800; transform:translateY(-150%); }
.skip-link:focus { transform:translateY(0); }
.launch-banner { position:relative; z-index:19; min-height:48px; padding:10px max(18px,calc((100vw - 1400px) / 2)); display:flex; align-items:center; justify-content:center; gap:12px; color:#dceafa; background:linear-gradient(90deg,#0a1a2a,#102a40,#0a1a2a); border-bottom:1px solid rgba(142,229,46,.18); box-shadow:0 10px 28px rgba(0,0,0,.18); }
.launch-banner span { display:grid; place-items:center; flex:0 0 28px; height:28px; border-radius:50%; background:rgba(142,229,46,.12); color:var(--lime); }
.launch-banner p { margin:0; color:#aebfd0; font-size:12px; line-height:1.45; }
.launch-banner b { color:#fff; }
.launch-banner a { color:var(--lime); font-size:11px; font-weight:800; white-space:nowrap; }
.trade-soon-toast { position:fixed; right:22px; bottom:22px; z-index:100; width:min(420px,calc(100% - 32px)); padding:15px; display:flex; align-items:center; gap:12px; border:1px solid rgba(142,229,46,.28); border-radius:16px; background:#0b1c2a; box-shadow:0 24px 70px rgba(0,0,0,.4); }
.trade-soon-toast > span { display:grid; place-items:center; flex:0 0 34px; height:34px; border-radius:50%; color:#07111f; background:var(--lime); font-weight:900; }
.trade-soon-toast div { display:grid; gap:3px; }
.trade-soon-toast b { font-size:12px; }
.trade-soon-toast small { color:#92a7ba; font-size:10px; line-height:1.5; }
.coming-soon-chip { display:inline-flex; align-items:center; justify-content:center; min-height:38px; padding:0 12px; border:1px solid rgba(142,229,46,.28); border-radius:999px; color:var(--lime); background:rgba(142,229,46,.08); font-size:10px; font-weight:900; letter-spacing:.7px; text-transform:uppercase; }
.disabled-link { opacity:.72; pointer-events:none; cursor:not-allowed; }
.trade-ins-paused .button[disabled],
.trade-ins-paused button[disabled] { box-shadow:none; }

.site-header {
  position: sticky; top: 0; z-index: 20; height: 78px; min-height: 78px; padding: 0 max(28px, calc((100vw - 1400px) / 2));
  display: flex; align-items: center; gap: clamp(16px, 2.6vw, 44px); background: rgba(5, 13, 25, .92); color: white;
  backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08);
}
.brand { display: flex; align-items: center; flex: 0 0 190px; min-width: 190px; }
.brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 18px; margin-right: 10px; background:#0a1726; box-shadow:0 0 0 1px rgba(255,255,255,.08); }
.brand-copy { display: grid; gap: 1px; font-family: Outfit, sans-serif; }
.brand strong { font-size: 21px; line-height: 1; letter-spacing: -.6px; }
.brand strong b { color: var(--lime); font-weight: 800; }
.brand small { color: #9cadbf; font-family: "DM Sans", sans-serif; font-size: 8px; font-weight: 700; letter-spacing: .25px; }
nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
nav a { font-weight: 600; color: #d8e1ec; font-size: 14px; }
nav a:hover { color: var(--lime); }
nav a.active,nav a[aria-current="page"] { color:var(--lime); }
.menu-toggle { display: none; }
.basket-header-link,.store-cart-header-link { min-height:38px; padding:0 12px; display:flex; align-items:center; gap:7px; border:1px solid #294058; border-radius:11px; color:#dceafa; font-size:10px; font-weight:800; white-space:nowrap; }
.basket-header-link b,.store-cart-header-link b { display:grid; place-items:center; min-width:20px; height:20px; border-radius:50%; color:#07111f; background:var(--lime); font-size:9px; }
.basket-header-link.active,.store-cart-header-link.active { border-color:rgba(142,229,46,.55); color:#fff; background:rgba(142,229,46,.08); }
.store-cart-header-link { border-color:rgba(142,229,46,.35); color:#f2fbeb; background:rgba(142,229,46,.06); }
.header-account-link { min-height:38px; padding:0 12px; display:flex; align-items:center; border:1px solid transparent; border-radius:11px; color:#b9cada; font-size:10px; font-weight:800; white-space:nowrap; }
.header-account-link:hover,.basket-header-link:hover,.store-cart-header-link:hover { border-color:#42617d; color:#fff; background:#0b1b2b; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 25px; border: 0; border-radius: 14px; background: var(--lime); color: #0b1b2d; font-weight: 800; cursor: pointer; box-shadow: 0 12px 28px rgba(121, 222, 35, .2); transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(121, 222, 35, .3); }
.button-small { min-height: 46px; padding: 0 20px; font-size: 14px; }
.button-full { width: 100%; }
.text-link { font-weight: 700; color: white; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 4px; }
.dark-link { color: #eef6ff; border-color: var(--line); }

.hero { min-height: 680px; position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(430px, 1fr) minmax(380px, 430px); gap: clamp(28px, 5vw, 82px); align-items: center; padding: 72px max(48px, calc((100vw - 1400px) / 2)) 76px; background: radial-gradient(circle at 52% 45%, #173f58 0, #0b1f35 27%, #07111f 60%, #040a13 100%); color: white; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 120px; background: linear-gradient(transparent, rgba(0,0,0,.2)); pointer-events: none; }
.hero-glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; filter: blur(80px); opacity: .16; }
.hero-glow-one { background: var(--lime); left: -180px; top: 90px; }
.hero-glow-two { background: var(--blue); right: 15%; bottom: -230px; }
.hero-copy, .quote-card { position: relative; z-index: 2; }
.eyebrow, .mini-label { margin: 0 0 18px; color: var(--lime); font-size: 12px; font-weight: 800; letter-spacing: 1.5px; }
.eyebrow span { margin-right: 7px; }
.eyebrow.dark { color: var(--lime-dark); }
.hero h1 { margin: 0; max-width: 610px; font: 800 clamp(48px, 5vw, 74px)/.98 Outfit, sans-serif; letter-spacing: -3px; }
.hero h1 em { color: var(--lime); font-style: normal; display: block; }
.hero-intro { max-width: 610px; margin: 26px 0; color: #c9d4e2; line-height: 1.75; font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.trust-row { display: flex; gap: 22px; margin-top: 32px; flex-wrap: wrap; color: #b8c7d8; font-size: 13px; }
.trust-row b { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 5px; color: var(--ink); background: var(--lime); border-radius: 50%; }

.mascot-stage { position: absolute; left: 50%; top: 54%; z-index: 1; width: min(470px, 36vw); height: min(470px, 36vw); display: flex; align-items: center; justify-content: center; transform: translate(-46%, -44%); pointer-events: none; }
.mascot-stage img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 42%; filter: drop-shadow(0 28px 32px rgba(0,0,0,.45)); mix-blend-mode: screen; }
.orbit { position: absolute; border: 1px solid rgba(142,229,46,.26); border-radius: 50%; transform: rotate(-15deg); }
.orbit-one { width: 94%; height: 45%; }
.orbit-two { width: 78%; height: 34%; transform: rotate(18deg); }
.float-chip { position: absolute; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: rgba(8, 24, 40, .85); border: 1px solid rgba(255,255,255,.16); color: var(--lime); font: 800 24px Outfit; box-shadow: 0 15px 40px rgba(0,0,0,.3); }
.chip-one { left: 4%; top: 22%; transform: rotate(-9deg); }
.chip-two { right: 5%; bottom: 21%; transform: rotate(8deg); }

.quote-card { color: #eef6ff; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 25px; background: rgba(12,29,46,.97); box-shadow: 0 30px 100px rgba(0,0,0,.38); }
.quote-heading { display: flex; justify-content: space-between; align-items: flex-start; }
.quote-heading h2 { margin: 0 0 22px; font: 700 25px Outfit, sans-serif; }
.mini-label { color: var(--blue); margin-bottom: 6px; }
.step-pill { padding: 7px 10px; background: rgba(142,229,46,.12); border-radius: 999px; color: var(--lime); font-weight: 700; font-size: 12px; }
.quote-card label { display: grid; gap: 7px; margin-bottom: 15px; color: #c2d0de; font-weight: 700; font-size: 12px; }
select, input, textarea { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 11px; color: #eef6ff; background: #081522; outline: none; color-scheme: dark; }
select:focus, input:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(17,136,211,.12); }
select:disabled { opacity: .58; }
textarea { padding-top: 12px; resize: vertical; }
.check-row { grid-template-columns: 20px 1fr !important; align-items: center; gap: 9px !important; font-weight: 500 !important; }
.check-row input { min-height: auto; width: 18px; height: 18px; accent-color: var(--lime-dark); }
.estimate-panel { display: grid; grid-template-columns: 1fr auto; align-items: end; margin: 16px 0; padding: 15px 0; border-top: 1px solid var(--line); }
.estimate-panel span { color: var(--muted); font-size: 13px; }
.estimate-panel strong { grid-row: span 2; color: var(--blue); font: 800 34px Outfit; }
.estimate-panel small { margin-top: 3px; color: #94a3b8; }
.form-fineprint { margin: 11px 0 0; color: #8592a4; font-size: 10px; text-align: center; line-height: 1.5; }

.proof-strip { min-height: 70px; padding: 18px 6%; display: flex; justify-content: center; align-items: center; gap: clamp(20px, 4vw, 60px); overflow: hidden; color: #8fa2b7; background: #091726; border-bottom: 1px solid var(--line); font-weight: 700; font-size: 13px; white-space: nowrap; }
.proof-strip span:first-child { color: #eef6ff; }
.section { max-width: 1400px; margin: 0 auto; padding: 100px 48px; }
.sharper-difference { padding-bottom:45px; }
.difference-heading { display:grid; grid-template-columns:1.25fr .75fr; align-items:end; gap:45px; margin-bottom:30px; }
.difference-heading h2 { max-width:820px; margin:0; font:800 clamp(39px,4.5vw,62px)/1.02 Outfit,sans-serif; letter-spacing:-2px; }
.difference-heading > p { margin:0 0 5px; color:var(--muted); font-size:15px; line-height:1.6; }
.difference-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.difference-grid article { position:relative; overflow:hidden; min-height:280px; padding:27px; border:1px solid var(--line); border-radius:24px; background:linear-gradient(145deg,#0d2133,#091725); transition:transform .2s,border-color .2s; }
.difference-grid article:hover { transform:translateY(-4px); border-color:#3b5973; }
.difference-grid article > span { display:grid; place-items:center; width:46px; height:46px; margin-bottom:24px; border-radius:14px; color:var(--lime); background:rgba(142,229,46,.09); font:800 21px Outfit; }
.difference-grid .mini-label { margin-bottom:8px; color:#78c7f3; }
.difference-grid h3 { margin:0 0 9px; font:700 23px Outfit; }
.difference-grid p:not(.mini-label) { margin:0; color:#a0b3c4; font-size:13px; line-height:1.65; }
.difference-grid small { position:absolute; left:27px; right:27px; bottom:24px; color:#6f8498; font-size:9px; }
.difference-cta { margin-top:16px; padding:17px 19px; display:flex; align-items:center; justify-content:space-between; gap:20px; border:1px solid rgba(120,199,243,.18); border-radius:16px; color:#b7c9d8; background:rgba(17,136,211,.06); font-weight:700; }
.difference-cta .secondary-button { min-height:44px; }
.difference-footnote { margin:10px 2px 0; color:#61778b; font-size:9px; }
.section-heading h2, .device-intro h2, .founding h2, .final-cta h2 { margin: 0; font: 800 clamp(38px, 4vw, 58px)/1.05 Outfit, sans-serif; letter-spacing: -1.8px; }
.section-heading > p:last-child { color: var(--muted); }
.centred { text-align: center; max-width: 760px; margin: 0 auto 50px; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: steps; }
.process-grid article { position: relative; min-height: 245px; padding: 34px 27px; border: 1px solid var(--line); border-radius: var(--radius); background: #0d1d2e; box-shadow: 0 18px 48px rgba(0,0,0,.2); transition:transform .2s,border-color .2s; }
.process-grid article:hover { transform:translateY(-4px); border-color:#35526d; }
.step-number { position: absolute; top: 20px; right: 22px; color: #b8c5d4; font: 700 13px Outfit; }
.icon-bubble { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 30px; border-radius: 18px; background: #ecfbdc; color: var(--lime-dark); font: 800 28px Outfit; }
.process-grid h3 { margin: 0 0 9px; font: 700 19px Outfit; }
.process-grid p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }

.devices { display: grid; grid-template-columns: .75fr 1.55fr; gap: 60px; align-items: center; }
.device-intro p:not(.eyebrow) { max-width: 430px; color: var(--muted); line-height: 1.75; }
.device-intro .text-link { display: inline-block; margin-top: 16px; }
.device-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.device-card { min-height: 380px; padding: 24px; border-radius: 24px; overflow: hidden; }
.ps-card { background: linear-gradient(145deg,#102d47,#0b1a2a); }
.xbox-card { background: linear-gradient(145deg,#183923,#0b1d1a); }
.switch-card { background: linear-gradient(145deg,#44231f,#1f1720); }
.device-brand { font: 700 10px Outfit; letter-spacing: 1.4px; color: #93aac0; }
.console-art { height: 220px; position: relative; display: grid; place-items: center; }
.console-art::after { content: ""; position: absolute; width: 70%; height: 22px; left: 15%; bottom: 9px; border-radius: 50%; background: rgba(0,0,0,.42); filter: blur(11px); }
.console-art img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 15px 16px rgba(0,0,0,.3)); transition: transform .25s ease; }
.device-card:hover .console-art img { transform: translateY(-5px) scale(1.025); }
.device-card h3 { margin: 0 0 5px; font: 700 21px Outfit; }
.device-card p { margin: 0 0 16px; color: var(--muted); font-size: 13px; }
.device-card strong { color: var(--blue); font-size: 13px; }
.device-actions { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-top:17px; }
.device-actions a,.device-actions button { min-height:38px; display:flex; align-items:center; justify-content:center; border-radius:10px; cursor:pointer; font-size:10px; font-weight:800; }
.device-actions a { color:#07111f; background:var(--lime); }
.device-actions button { border:1px solid #294058; color:#c5d5e4; background:#0c2133; }
.device-actions a:hover { background:#a2f24a; }
.device-actions button:hover { border-color:#5a7894; color:#fff; }
.device-actions button.added { border-color:#78c7f3; color:#78c7f3; }

.founding { padding-top: 30px; }
.founding-card { position: relative; overflow: hidden; min-height: 330px; padding: 55px; display: grid; grid-template-columns: 1.3fr .55fr auto; gap: 50px; align-items: center; border-radius: 34px; background: linear-gradient(120deg,#07111f,#102c45); color: white; }
.founding-card::before { content:""; position:absolute; width:340px; height:340px; border-radius:50%; background:var(--lime); opacity:.1; right:16%; top:-50%; filter:blur(25px); }
.founding-card p:not(.eyebrow) { max-width: 670px; color: #c4d0dc; line-height: 1.65; }
.founding-card small { color: #90a1b3; }
.bonus-badge { position: relative; width: 170px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border: 1px solid rgba(142,229,46,.4); border-radius: 50%; background: rgba(142,229,46,.08); box-shadow: inset 0 0 30px rgba(142,229,46,.08); }
.bonus-badge span { color: var(--lime); font-size: 10px; letter-spacing: 1.4px; font-weight: 800; }
.bonus-badge strong { font: 800 42px Outfit; }
.bonus-badge small { color: #b9c7d5; }

.reassurance { padding-top: 40px; display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }
.reassurance article { padding: 28px 0; border-top: 2px solid var(--line); }
.reassurance span { color: var(--blue); font-size: 29px; }
.reassurance h3 { font: 700 18px Outfit; }
.reassurance p { color: var(--muted); font-size: 14px; line-height: 1.6; }

.faq { display: grid; grid-template-columns: .6fr 1.2fr; gap: 80px; }
.faq-list details { border-top: 1px solid var(--line); padding: 24px 4px; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; font: 700 18px Outfit; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { content: "+"; float: right; color: var(--blue); font-size: 24px; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list p { max-width: 700px; color: var(--muted); line-height: 1.7; }

.final-cta { max-width: 1400px; margin: 0 auto 80px; min-height: 260px; padding: 35px 55px; display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 35px; border: 1px solid var(--line); border-radius: 34px; background: linear-gradient(120deg,#0b1d2f,#102e45); overflow: hidden; }
.final-cta img { width: 210px; height: 210px; object-fit: cover; border-radius: 48%; mix-blend-mode: screen; }
.final-cta .eyebrow { color: var(--blue); }
.final-cta p:not(.eyebrow) { color: var(--muted); }

footer { padding: 70px max(48px, calc((100vw - 1400px) / 2)); display: grid; grid-template-columns: 1.3fr .7fr .7fr .7fr 1fr; gap: 38px; color: #c1ccda; background: var(--ink); }
footer strong { color: white; font: 800 28px Outfit; }
.footer-brand > span { margin-left: 6px; color: var(--lime); font-weight: 800; font-size: 12px; }
footer h3 { color: white; font: 700 14px Outfit; }
footer a { display: block; margin: 10px 0; font-size: 13px; }
footer p { color: #7f91a6; font-size: 12px; line-height: 1.6; }

dialog { width: min(560px, calc(100% - 28px)); max-height: calc(100vh - 28px); overflow: auto; padding: 0; color: #eef6ff; background: #0d1d2e; border: 1px solid var(--line); border-radius: 25px; box-shadow: var(--shadow); }
dialog::backdrop { background: rgba(2,9,17,.78); backdrop-filter: blur(6px); }
.dialog-close { position: absolute; right: 18px; top: 14px; z-index: 2; border: 0; background: rgba(255,255,255,.16); color: white; border-radius: 50%; width: 38px; height: 38px; font-size: 25px; cursor: pointer; }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.consent { margin: 18px 0 !important; line-height: 1.45; }

@media (max-width: 1150px) {
  .site-header { gap:18px; }
  .site-header nav { gap:18px; }
  .site-header nav a { font-size:12px; }
  .site-header .header-quote { padding:0 14px; font-size:11px; }
  .hero { grid-template-columns: minmax(0,1fr) minmax(340px,400px); padding-top: 66px; }
  .mascot-stage { width: 390px; height: 390px; left: 48%; top:auto; bottom: -25px; transform:translateX(-45%); opacity: .48; }
  .mascot-stage img { width: 380px; }
  .quote-card { grid-column: 2; grid-row: 1; }
  .hero-copy { grid-column: 1; }
  .founding-card { grid-template-columns: 1fr 170px; }
  .founding-card .button { grid-column: 1 / -1; justify-self: start; }
}

@media (min-width:861px) and (max-width:1000px) {
  .site-header #site-nav a[href="account.html"],
  .site-header #site-nav a[href$="#why-sharper"] { display:none; }
}

@media (max-width: 860px) {
  .site-header { height: 68px; min-height:68px; padding: 0 18px; gap:10px; }
  .launch-banner { align-items:flex-start; justify-content:flex-start; padding:10px 16px; }
  .launch-banner a { display:none; }
  .brand { flex:0 1 auto; min-width: auto; }
  .brand img { width: 47px; height: 47px; }
  .brand strong { font-size: 19px; }
  .menu-toggle { display: block; order:3; margin-left: auto; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: transparent; color: white; padding: 8px 11px; }
  nav { display: none; position: absolute; top: 67px; left: 0; right: 0; padding: 20px; flex-direction: column; align-items: flex-start; gap: 20px; background: var(--ink); }
  nav.open { display: flex; }
  .header-quote { display: none; }
  .site-header > .basket-header-link,.site-header > .store-cart-header-link { order:2; margin-left:0; }
  .site-header > .basket-header-link { display:none; }
  .site-header > .header-account-link { display:none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 38px; padding: 55px 20px 50px; }
  .hero h1 { font-size: clamp(47px, 14vw, 68px); }
  .hero-copy { grid-column: 1; }
  .quote-card { grid-column: 1; grid-row: auto; padding: 22px; }
  .mascot-stage { position: relative; grid-row: 2; left: auto; top:auto; bottom: auto; width: 100%; height: 285px; opacity: 1; transform:none; }
  .mascot-stage img { width: 320px; }
  .trust-row { gap: 12px; }
  .proof-strip { justify-content: flex-start; }
  .section { padding: 75px 20px; }
  .difference-heading { grid-template-columns:1fr; gap:14px; }
  .difference-grid { grid-template-columns:1fr; }
  .difference-grid article { min-height:250px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .devices { grid-template-columns: 1fr; gap: 35px; }
  .device-grid { overflow-x: auto; grid-template-columns: repeat(3, 245px); padding-bottom: 10px; }
  .founding-card { padding: 38px 26px; grid-template-columns: 1fr; gap: 28px; }
  .bonus-badge { width: 145px; }
  .founding-card .button { grid-column: auto; }
  .reassurance { grid-template-columns: 1fr 1fr; }
  .faq { grid-template-columns: 1fr; gap: 32px; }
  .final-cta { margin: 0 20px 60px; padding: 32px; grid-template-columns: 130px 1fr; }
  .final-cta img { width: 130px; height: 130px; }
  .final-cta .button { grid-column: 1/-1; justify-self: start; }
  footer { padding: 55px 25px; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .brand small { display: none; }
  .hero { padding-top: 40px; }
  .hero h1 { letter-spacing: -2px; }
  .hero-intro { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .mascot-stage { height: 230px; }
  .mascot-stage img { width: 270px; }
  .float-chip { width: 44px; height: 44px; }
  .process-grid { grid-template-columns: 1fr; }
  .difference-cta { align-items:flex-start; flex-direction:column; }
  .difference-cta .secondary-button { width:100%; }
  .process-grid article { min-height: 210px; }
  .reassurance { grid-template-columns: 1fr; }
  .section-heading h2, .device-intro h2, .founding h2, .final-cta h2 { font-size: 38px; }
  .final-cta { grid-template-columns: 1fr; text-align: center; }
  .final-cta img { margin: auto; }
  .final-cta .button { justify-self: stretch; }
  footer { grid-template-columns: 1fr; }
  .field-pair { grid-template-columns: 1fr; gap: 0; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { scroll-behavior:auto!important; transition:none!important; animation:none!important; } }
