:root {
  --bg: #070709;
  --surface: #101114;
  --surface-2: #16171b;
  --white: #f7f7f8;
  --muted: #a8a9b0;
  --soft: #747680;
  --line: #2b2c32;
  --line-strong: #44464f;
  --red: #e02035;
  --red-bright: #ff3049;
  --green: #30d89b;
  --max: 1240px;
  --gutter: clamp(18px, 4vw, 34px);
  color-scheme: dark;
  font-family: Inter, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--white); font-size: 16px; line-height: 1.55; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(rgba(7,7,9,.72), rgba(7,7,9,.9)), url("../../assets/hydra-academy-sections-bg-v1.png") center / cover no-repeat; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
ul { margin-top: 0; }

.skip-link { position: fixed; left: 12px; top: -60px; z-index: 200; padding: 10px 14px; background: #fff; color: #000; font-weight: 800; }
.skip-link:focus { top: 12px; }
.product-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.09); background: rgba(7,7,9,.94); backdrop-filter: blur(16px); }
.header-inner { width: min(calc(100% - 2 * var(--gutter)), var(--max)); min-height: 78px; margin: 0 auto; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 230px; }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand strong { font-size: 17px; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
nav a { color: var(--muted); font-size: 12px; font-weight: 750; }
nav a:hover { color: #fff; }

.primary-button, .secondary-button, .outline-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border-radius: 5px; font-weight: 850; cursor: pointer; }
.primary-button { border: 1px solid var(--red-bright); background: var(--red); color: #fff; box-shadow: 0 12px 28px rgba(224,32,53,.2); }
.primary-button:hover { background: var(--red-bright); }
.secondary-button { border: 1px solid var(--line-strong); background: rgba(16,17,20,.9); color: #fff; }
.secondary-button:hover { background: var(--surface-2); }
.outline-button { min-height: 42px; border: 1px solid var(--red); background: transparent; color: #fff; font-size: 12px; }
.outline-button:hover { background: var(--red); }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid rgba(255,48,73,.38); outline-offset: 3px; }

.sales-hero { position: relative; min-height: 760px; isolation: isolate; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); background: #050506 url("../../assets/rp2350a/rp2350a-hydra-hero-v1.png") center / cover no-repeat; }
.sales-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,5,6,.98) 0%, rgba(5,5,6,.92) 38%, rgba(5,5,6,.34) 70%, rgba(5,5,6,.16) 100%); }
.sales-hero::after { content: ""; position: absolute; inset: auto 0 0; z-index: -1; height: 190px; background: linear-gradient(transparent, rgba(5,5,6,.9)); }
.hero-inner { width: min(calc(100% - 2 * var(--gutter)), var(--max)); margin: 0 auto; padding: 84px 0 76px; }
.hero-inner > * { max-width: 690px; }
.kicker { margin-bottom: 15px; color: var(--red-bright); font: 700 10px/1.3 JetBrains Mono, monospace; text-transform: uppercase; }
.kicker span { width: 7px; height: 7px; display: inline-block; margin-right: 8px; border-radius: 50%; background: var(--red-bright); box-shadow: 0 0 15px rgba(255,48,73,.7); }
.sales-hero h1 { margin-bottom: 22px; font-size: clamp(3rem, 6vw, 5.7rem); line-height: .93; letter-spacing: 0; text-transform: uppercase; }
.sales-hero h1 em { display: block; color: var(--red-bright); font-size: .82em; line-height: .96; font-style: normal; }
.hero-lead { color: #cacbd0; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 27px 0 30px; padding: 0; list-style: none; }
.hero-list li { padding: 8px 10px; border: 1px solid rgba(255,255,255,.16); background: rgba(8,9,11,.74); color: #e5e5e7; font-size: 11px; font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-inner > small { display: block; margin-top: 20px; color: #858790; font-size: 11px; }

.proof-strip { width: min(calc(100% - 2 * var(--gutter)), var(--max)); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.proof-strip div { min-height: 112px; padding: 26px 20px; border-right: 1px solid var(--line); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { margin-bottom: 5px; font-size: 14px; }
.proof-strip span { color: var(--soft); font-size: 12px; }

.section-shell { width: min(calc(100% - 2 * var(--gutter)), var(--max)); margin: 0 auto; }
.section-heading { max-width: 850px; margin-bottom: 38px; }
.section-heading h2, .problem-copy h2, .compatibility-layout h2, .checkout-trigger-copy h2, .package-copy h2, .offer-copy h2, .final-cta h2 { margin-bottom: 14px; font-size: clamp(2.2rem, 4.4vw, 4.3rem); line-height: 1; }
.section-heading > p:last-child, .compatibility-layout > div > p, .checkout-trigger-copy > p, .package-copy > p, .offer-copy > p, .final-cta > p { color: var(--muted); }

.problem-section { position: relative; isolation: isolate; padding: 112px 0; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); gap: 18px clamp(38px,5vw,72px); align-items: start; }
.problem-section::before { content: ""; position: absolute; inset: 0 50%; z-index: -1; width: 100vw; transform: translateX(-50%); border-block: 1px solid rgba(255,48,73,.1); background: radial-gradient(ellipse at 50% 42%, rgba(224,32,53,.15) 0%, rgba(91,12,22,.08) 35%, rgba(7,7,9,0) 72%); pointer-events: none; }
.section-number { grid-column: 1; color: var(--red-bright); font: 700 12px/1 JetBrains Mono, monospace; text-align: center; }
.problem-copy { grid-column: 1; text-align: center; }
.problem-copy h2 { max-width: 920px; margin-inline: auto; font-size: clamp(2.35rem,4.2vw,4rem); text-wrap: balance; }
.manual-sequence { grid-column: 1; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 9px; margin-top: 13px; }
.manual-sequence span { padding: 11px 13px; border: 1px solid var(--line-strong); background: rgba(16,17,20,.88); font-weight: 800; }
.manual-sequence i { color: var(--red-bright); font-style: normal; }
.manual-sequence strong { width: 100%; margin-top: 9px; color: var(--red-bright); font-size: 14px; text-align: center; }
.wide-copy { grid-column: 1; max-width: 820px; margin: 6px auto 0; color: var(--muted); text-align: center; }
.problem-product { grid-column: 2; grid-row: 1 / span 4; align-self: center; overflow: hidden; border: 1px solid var(--line-strong); border-top: 3px solid var(--red-bright); background: #101114; box-shadow: 0 24px 55px rgba(0,0,0,.42); }
.problem-product-image { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.problem-product-image::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(5,5,7,.88)); pointer-events: none; }
.problem-product-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
.problem-product-image > span { position: absolute; left: 18px; bottom: 15px; z-index: 1; color: #fff; font: 800 12px/1 JetBrains Mono, monospace; letter-spacing: .06em; }
.problem-buy-button { width: calc(100% - 28px); min-height: 56px; display: flex; align-items: center; gap: 14px; margin: 14px; padding: 0 17px 0 20px; border: 1px solid #ff5367; border-radius: 4px; background: var(--red); color: #fff; box-shadow: 0 14px 30px rgba(224,32,53,.3); font-weight: 900; text-transform: uppercase; cursor: pointer; transition: background .18s ease, transform .18s ease; }
.problem-buy-button b { margin-left: auto; font-size: 22px; font-weight: 500; }
.problem-buy-button:hover { transform: translateY(-2px); background: var(--red-bright); }

.functions-section { padding: 108px 0; border-block: 1px solid var(--line); background: rgba(7,7,9,.58); }
.functions-image { width: 100%; aspect-ratio: 16 / 7; object-fit: cover; border: 1px solid var(--line-strong); }
.function-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-top: 0; }
.function-grid article { min-height: 230px; padding: 25px; border-right: 1px solid var(--line); background: rgba(16,17,20,.95); }
.function-grid article:last-child { border-right: 0; }
.function-grid span, .workflow-grid span, .package-list span { color: var(--red-bright); font: 700 10px/1 JetBrains Mono, monospace; }
.function-grid h3 { margin: 56px 0 9px; font-size: 19px; }
.function-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.checkout-trigger { position: relative; width: min(calc(100% - 2 * var(--gutter)), var(--max)); min-height: 620px; margin: 110px auto 0; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(390px,.92fr); overflow: hidden; border-block: 1px solid rgba(255,48,73,.38); background: #101115; box-shadow: 0 32px 80px rgba(0,0,0,.35); }
.checkout-trigger::before { content: ""; position: absolute; inset: 0 0 auto; z-index: 2; height: 3px; background: var(--red-bright); }
.checkout-trigger-media { min-height: 620px; overflow: hidden; background: #15161a; }
.checkout-trigger-media img { width: 100%; height: 100%; object-fit: cover; object-position: 18% center; }
.checkout-trigger-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(46px,5vw,74px) clamp(30px,4.5vw,62px); border-left: 1px solid var(--line); }
.checkout-trigger-copy::after { content: "HYDRA ACADEMY"; position: absolute; right: 18px; bottom: 13px; color: rgba(255,255,255,.06); font: 800 10px/1 JetBrains Mono, monospace; letter-spacing: .14em; }
.checkout-trigger-copy h2 { max-width: 590px; color: #fff; font-size: clamp(2.5rem, 3.6vw, 3.8rem); text-wrap: balance; }
.checkout-trigger-copy > p { max-width: 580px; margin-bottom: 0; font-size: 16px; }
.checkout-trigger-copy ul { display: grid; gap: 12px; margin: 28px 0 32px; padding: 0; list-style: none; color: #e0e1e5; font-size: 14px; font-weight: 700; }
.checkout-trigger-copy li { display: flex; align-items: center; gap: 11px; }
.checkout-trigger-copy li::before { content: "✓"; width: 22px; height: 22px; flex: 0 0 22px; display: grid; place-items: center; border: 1px solid rgba(48,216,155,.48); background: rgba(48,216,155,.1); color: var(--green); font-size: 12px; }
.checkout-button { width: 100%; min-height: 62px; display: flex; align-items: center; gap: 18px; padding: 0 20px 0 24px; border: 1px solid #ff5367; border-radius: 5px; background: var(--red); color: #fff; box-shadow: 0 16px 36px rgba(224,32,53,.32); font-weight: 900; text-align: left; cursor: pointer; transition: background .18s ease, transform .18s ease, box-shadow .18s ease; }
.checkout-button b { margin-left: auto; font-size: 25px; font-weight: 500; line-height: 1; }
.checkout-button:hover { transform: translateY(-2px); background: var(--red-bright); box-shadow: 0 20px 42px rgba(224,32,53,.4); }
.checkout-button:active { transform: translateY(0); }
.checkout-trigger-copy > small { margin-top: 13px; color: #878992; font-size: 10px; text-align: center; }

.comparison-section { padding: 112px 0; }
.comparison-grid { display: grid; grid-template-columns: minmax(0,1fr) 64px minmax(0,1fr); align-items: stretch; }
.comparison-grid article { min-height: 330px; padding: 32px; border: 1px solid var(--line); background: rgba(16,17,20,.95); }
.comparison-grid article > span { color: var(--soft); font: 700 10px/1 JetBrains Mono, monospace; text-transform: uppercase; }
.comparison-grid h3 { margin: 65px 0 18px; font-size: 26px; }
.comparison-grid ul { display: grid; gap: 9px; margin-bottom: 0; padding: 0; list-style: none; color: var(--muted); }
.comparison-grid li::before { margin-right: 9px; color: var(--red-bright); }
.comparison-before li::before { content: "×"; }
.comparison-after { border-color: rgba(48,216,155,.36) !important; }
.comparison-after li::before { content: "✓"; color: var(--green); }
.comparison-arrow { display: grid; place-items: center; color: var(--red-bright); font-size: 28px; }
.centered-cta { margin: 28px auto 0; }

.compatibility-section { position: relative; overflow: hidden; padding: 120px 0; border-block: 1px solid rgba(255,48,73,.3); background: linear-gradient(90deg, rgba(224,32,53,.12), transparent 42%), #0d0e11; box-shadow: inset 0 24px 70px rgba(0,0,0,.24); }
.compatibility-section::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: var(--red-bright); }
.compatibility-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(54px, 7vw, 90px); align-items: center; }
.compatibility-layout > div:first-child { padding: 34px 34px 34px 28px; border-left: 4px solid var(--red-bright); background: rgba(5,5,7,.34); }
.compatibility-layout .kicker { margin-bottom: 18px; color: #ff5166; }
.compatibility-layout h2 { color: #fff; text-wrap: balance; }
.compatibility-layout > div > p { color: #d0d1d6; font-size: 16px; line-height: 1.7; }
.chip-row { display: flex; gap: 10px; margin-top: 28px; }
.chip-row span { min-width: 66px; padding: 11px 14px; border: 1px solid var(--red-bright); background: rgba(224,32,53,.14); color: #fff; font: 800 12px/1 JetBrains Mono, monospace; text-align: center; }
.model-list { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border: 1px solid rgba(255,255,255,.2); box-shadow: 0 24px 55px rgba(0,0,0,.3); }
.model-list div { position: relative; min-height: 124px; display: grid; align-content: center; padding: 25px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); background: #15161a; }
.model-list div::before { content: ""; position: absolute; left: 0; top: 22px; bottom: 22px; width: 3px; background: rgba(255,48,73,.55); }
.model-list div:nth-child(3n) { border-right: 0; }
.model-list div:nth-last-child(-n+3) { border-bottom: 0; }
.model-list span, .model-list small { display: block; }
.model-list span { margin-bottom: 14px; color: #fff; font-size: 21px; font-weight: 850; }
.model-list small { width: fit-content; padding: 4px 6px; background: rgba(224,32,53,.16); color: #ff6072; font: 700 10px/1 JetBrains Mono, monospace; }

.workflow-section { padding: 20px 0 112px; }
.workflow-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.workflow-grid article { min-height: 240px; padding: 26px; border-right: 1px solid var(--line); background: rgba(16,17,20,.95); }
.workflow-grid article:last-child { border-right: 0; }
.workflow-grid h3 { margin: 65px 0 8px; font-size: 19px; }
.workflow-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.package-section { padding: 108px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; border-top: 1px solid var(--line); }
.package-list { border-top: 1px solid var(--line); }
.package-list div { min-height: 96px; display: grid; grid-template-columns: 42px 1fr; align-content: center; column-gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.package-list strong, .package-list small { grid-column: 2; }
.package-list small { margin-top: 4px; color: var(--muted); }

.clarity-section { padding: 108px 0; border-block: 1px solid var(--line); background: rgba(7,7,9,.68); }
.clarity-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.clarity-grid article { padding: 32px; border: 1px solid var(--line); background: rgba(16,17,20,.96); }
.clarity-grid h3 { margin-bottom: 25px; font-size: 22px; }
.clarity-grid ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; color: var(--muted); }
.clarity-grid li::before { content: "✓"; margin-right: 9px; color: var(--green); }
.clarity-grid article:last-child li::before { content: "×"; color: var(--red-bright); }

.offer-section { padding: 110px 0; display: grid; grid-template-columns: 1fr 390px; gap: 90px; align-items: center; }
.offer-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.offer-badges span { padding: 7px 9px; border: 1px solid var(--line); color: #d2d3d7; font-size: 11px; }
.offer-action { padding: 30px; border: 1px solid var(--line-strong); border-top: 3px solid var(--red-bright); background: rgba(16,17,20,.98); }
.offer-action > span, .offer-action > strong, .offer-action > small { display: block; }
.offer-action > span { color: var(--soft); font: 600 9px/1 JetBrains Mono, monospace; text-transform: uppercase; }
.offer-action > strong { margin: 13px 0 24px; font-size: 34px; }
.offer-action .primary-button { width: 100%; }
.offer-action > small { margin-top: 13px; color: var(--soft); font-size: 10px; text-align: center; }

.faq-section { padding: 40px 0 110px; }
.faq-list { max-width: 930px; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 23px 48px 23px 0; list-style: none; font-weight: 800; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 8px; top: 16px; color: var(--red-bright); font-size: 25px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { max-width: 820px; margin: 0; padding: 0 0 23px; color: var(--muted); }

.final-cta { padding: 100px var(--gutter); border-top: 1px solid var(--line); background: rgba(7,7,9,.84); text-align: center; }
.final-cta img { width: 96px; height: 96px; margin: 0 auto 20px; object-fit: contain; }
.final-cta h2 { max-width: 900px; margin-inline: auto; }
.final-cta > p { max-width: 620px; margin-inline: auto; }
.final-cta .primary-button { margin-top: 18px; }

footer { width: min(calc(100% - 2 * var(--gutter)), var(--max)); min-height: 140px; margin: 0 auto; padding: 36px 0; display: flex; align-items: center; gap: 28px; border-top: 1px solid var(--line); }
.footer-brand { min-width: 210px; display: flex; align-items: center; gap: 11px; }
.footer-brand img { width: 46px; height: 46px; object-fit: contain; }
.footer-brand strong { font-size: 14px; text-transform: uppercase; }
footer > p { flex: 1; margin: 0; color: var(--soft); font-size: 12px; }
footer > div { display: flex; gap: 17px; }
footer > div a { color: var(--muted); font-size: 12px; font-weight: 700; }
footer > div a:hover { color: #fff; }

@media (max-width: 1000px) {
  nav { display: none; }
  .sales-hero { min-height: 700px; background-position: 62% center; }
  .sales-hero::before { background: rgba(5,5,6,.76); }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .problem-section { grid-template-columns: 1fr; }
  .section-number, .problem-copy, .manual-sequence, .wide-copy, .problem-product { grid-column: 1; }
  .problem-product { grid-row: auto; width: min(100%, 520px); margin: 30px auto 0; }
  .compatibility-layout, .package-section { grid-template-columns: 1fr; gap: 45px; }
  .checkout-trigger { grid-template-columns: minmax(0,1fr) minmax(340px,.92fr); }
  .offer-section { grid-template-columns: 1fr 340px; gap: 45px; }
}

@media (max-width: 720px) {
  :root { --gutter: 16px; }
  .header-inner { min-height: 68px; gap: 12px; }
  .brand { min-width: 0; flex: 1; }
  .brand img { width: 43px; height: 43px; }
  .brand strong { font-size: 13px; }
  .outline-button { min-height: 38px; padding-inline: 10px; font-size: 10px; }
  .sales-hero { min-height: 680px; background-position: 70% center; }
  .hero-inner { padding: 70px 0 62px; }
  .sales-hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div, .proof-strip div:nth-child(2) { min-height: 86px; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip div:last-child { border-bottom: 0; }
  .problem-section { padding: 78px 0; grid-template-columns: 1fr; }
  .section-number, .problem-copy, .manual-sequence, .wide-copy, .problem-product { grid-column: 1; }
  .problem-product { grid-row: auto; width: min(100%, 480px); margin: 28px auto 0; }
  .manual-sequence { align-items: stretch; }
  .manual-sequence i { display: none; }
  .manual-sequence span { flex: 1 1 44%; text-align: center; }
  .functions-section, .compatibility-section, .clarity-section { padding: 78px 0; }
  .compatibility-layout > div:first-child { padding: 28px 22px; }
  .functions-image { aspect-ratio: 4 / 3; }
  .function-grid, .workflow-grid, .clarity-grid { grid-template-columns: 1fr; }
  .function-grid article, .workflow-grid article { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--line); }
  .function-grid article:last-child, .workflow-grid article:last-child { border-bottom: 0; }
  .function-grid h3, .workflow-grid h3 { margin-top: 35px; }
  .comparison-section { padding: 78px 0; }
  .comparison-grid { grid-template-columns: 1fr; gap: 12px; }
  .comparison-arrow { min-height: 36px; transform: rotate(90deg); }
  .comparison-grid article { min-height: 290px; }
  .model-list { grid-template-columns: repeat(2, 1fr); }
  .model-list div:nth-child(3n) { border-right: 1px solid var(--line); }
  .model-list div:nth-child(2n) { border-right: 0; }
  .model-list div:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .model-list div:last-child { border-bottom: 0; }
  .checkout-trigger { min-height: auto; margin: 78px auto 0; grid-template-columns: 1fr; }
  .checkout-trigger-media { min-height: 0; height: 320px; }
  .checkout-trigger-media img { object-position: 18% center; }
  .checkout-trigger-copy { padding: 44px 20px 48px; border-left: 0; border-top: 1px solid var(--line); }
  .checkout-trigger-copy h2 { font-size: clamp(2.15rem,11vw,3.4rem); }
  .checkout-button { min-height: 60px; padding-inline: 17px; font-size: 14px; }
  .workflow-section { padding-bottom: 78px; }
  .package-section { padding: 78px 0; }
  .offer-section { padding: 78px 0; grid-template-columns: 1fr; gap: 35px; }
  .offer-action { padding: 24px; }
  .faq-section { padding-bottom: 78px; }
  .final-cta { padding-block: 78px; }
  footer { flex-direction: column; align-items: flex-start; }
  footer > p { flex: none; }
  footer > div { flex-wrap: wrap; }
}

@media (max-width: 400px) {
  .outline-button { display: none; }
  .hero-list { display: grid; }
  .model-list { grid-template-columns: 1fr; }
  .model-list div, .model-list div:nth-child(2n), .model-list div:nth-child(3n) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
}

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