:root {
  --navy: #101a2b;
  --navy-2: #18263c;
  --ink: #202631;
  --muted: #616978;
  --orange: #f47a32;
  --orange-dark: #d95c16;
  --ice: #f4f7fa;
  --white: #ffffff;
  --line: rgba(16, 26, 43, 0.14);
  --shell: min(1180px, calc(100vw - 48px));
  --display: "Outfit", "Arial Narrow", sans-serif;
  --body: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(.22, .78, .32, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
p { margin: 0; }
h1, h2, h3 { margin: 0; font-family: var(--display); letter-spacing: -.035em; }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(88px, 10vw, 144px) 0; }
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  transform: translateY(-150%);
  color: var(--white);
  background: var(--navy);
  border-radius: 6px;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #ffad72; outline-offset: 4px; }

.scroll-progress {
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
}
.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white);
  transition: color .25s ease, background .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 40px rgba(16, 26, 43, .09);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.header-inner {
  width: var(--shell);
  height: 82px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: block; width: 168px; filter: brightness(0) invert(1); transition: filter .25s ease; }
.brand img { width: 100%; height: auto; }
.is-scrolled .brand { filter: none; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.4vw, 36px); font-size: 14px; font-weight: 650; }
.desktop-nav > a:not(.button) { position: relative; }
.desktop-nav > a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--orange);
  transition: right .22s ease;
}
.desktop-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle, .mobile-menu { display: none; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 25px;
  border: 1px solid var(--orange);
  border-radius: 5px;
  color: var(--white);
  background: var(--orange);
  box-shadow: 0 12px 28px rgba(244, 122, 50, .24);
  font-weight: 750;
  letter-spacing: -.01em;
  transition: transform .22s var(--ease), background .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.button:hover { transform: translateY(-3px); background: var(--orange-dark); border-color: var(--orange-dark); box-shadow: 0 16px 34px rgba(244, 122, 50, .3); }
.button-small { min-height: 43px; padding-inline: 19px; border-radius: 4px; box-shadow: none; }
.button-ghost { border-color: rgba(255, 255, 255, .58); background: rgba(16, 26, 43, .14); box-shadow: none; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: var(--white); background: rgba(255, 255, 255, .12); box-shadow: none; }
.button-dark { background: var(--navy); border-color: var(--navy); box-shadow: none; }
.button-dark:hover { background: var(--navy-2); border-color: var(--navy-2); box-shadow: 0 14px 30px rgba(16, 26, 43, .16); }

.hero {
  position: relative;
  min-height: min(900px, 100svh);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; animation: heroZoom 1.7s var(--ease) both; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 15, 27, .9) 0%, rgba(8, 15, 27, .7) 44%, rgba(8, 15, 27, .1) 78%),
    linear-gradient(0deg, rgba(8, 15, 27, .74) 0%, transparent 48%);
}
.hero-content { position: relative; z-index: 2; padding-bottom: clamp(90px, 11vh, 132px); }
.hero-kicker {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffd1b1;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
  animation: heroIn .7s .15s var(--ease) both;
}
.hero-kicker::before { content: ""; width: 42px; height: 2px; background: var(--orange); }
.hero h1 {
  max-width: 880px;
  font-size: clamp(54px, 7vw, 96px);
  line-height: .94;
  font-weight: 700;
  text-wrap: balance;
  animation: heroIn .8s .25s var(--ease) both;
}
.hero-lead {
  max-width: 680px;
  margin-top: 28px;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
  animation: heroIn .8s .38s var(--ease) both;
}
.hero-actions { margin-top: 35px; display: flex; gap: 12px; flex-wrap: wrap; animation: heroIn .8s .5s var(--ease) both; }
.hero-note { margin-top: 20px; color: rgba(255, 255, 255, .65); font-size: 13px; animation: heroIn .8s .62s var(--ease) both; }
.scroll-cue {
  position: absolute;
  z-index: 3;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 36px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.scroll-cue i { width: 46px; height: 46px; border: 1px solid rgba(255, 255, 255, .42); border-radius: 50%; }
.scroll-cue i::after { content: ""; display: block; width: 7px; height: 7px; margin: 16px auto; border-right: 1px solid white; border-bottom: 1px solid white; transform: rotate(45deg); animation: arrow 1.8s ease-in-out infinite; }
@keyframes heroZoom { from { opacity: .45; transform: scale(1.07); } to { opacity: 1; transform: scale(1); } }
@keyframes heroIn { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes arrow { 0%, 100% { transform: translateY(-3px) rotate(45deg); opacity: .5; } 50% { transform: translateY(4px) rotate(45deg); opacity: 1; } }

.proof-strip { position: relative; z-index: 4; background: var(--white); border-bottom: 1px solid var(--line); }
.proof-grid { min-height: 128px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.proof-grid > div { padding: 30px 40px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); }
.proof-grid > div:last-child { border-right: 1px solid var(--line); }
.proof-grid strong { font-family: var(--display); font-size: 19px; letter-spacing: -.02em; }
.proof-grid span { margin-top: 5px; color: var(--muted); font-size: 13px; }

.risk-section { background: var(--ice); }
.risk-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(370px, .78fr); gap: clamp(60px, 8vw, 112px); align-items: center; }
.section-label { margin-bottom: 21px; color: var(--orange-dark); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.section-label-light { color: #ffb582; }
.section-copy h2, .products-heading h2, .steps-intro h2, .contact-copy h2, .platform-copy h2 {
  font-size: clamp(39px, 5vw, 64px);
  line-height: 1.01;
  font-weight: 650;
  text-wrap: balance;
}
.section-copy > p:not(.section-label) { max-width: 720px; margin-top: 24px; color: var(--muted); font-size: 16px; line-height: 1.72; }
.feature-photo { position: relative; margin: 0; overflow: hidden; border-radius: 3px; box-shadow: 30px 30px 0 rgba(244, 122, 50, .12); }
.photo-tall { aspect-ratio: 4 / 5; }
.feature-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 53% center; transition: transform .8s var(--ease); }
.feature-photo:hover img { transform: scale(1.035); }
.feature-photo figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 70px 26px 25px; display: flex; flex-direction: column; color: white; background: linear-gradient(transparent, rgba(10, 18, 30, .86)); }
.feature-photo figcaption strong { font-family: var(--display); font-size: 21px; }
.feature-photo figcaption span { margin-top: 4px; font-size: 13px; opacity: .78; }
.benefit-list { margin-top: clamp(80px, 9vw, 120px); display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit { min-height: 270px; padding: 38px; display: grid; grid-template-columns: 45px 1fr; gap: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .34); transition: background .3s ease; }
.benefit:hover { background: var(--white); }
.benefit-primary { background: var(--navy); color: var(--white); }
.benefit-primary:hover { background: var(--navy-2); }
.benefit-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: var(--orange); font-size: 11px; font-weight: 800; }
.benefit h3 { margin-bottom: 12px; font-size: 25px; line-height: 1.13; font-weight: 650; }
.benefit p { max-width: 570px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.benefit-primary p { color: rgba(255, 255, 255, .67); }

.platform-section { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.platform-glow { position: absolute; width: 520px; height: 520px; right: -160px; top: -160px; border-radius: 50%; background: rgba(244, 122, 50, .16); filter: blur(2px); }
.platform-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(350px, .83fr); gap: clamp(60px, 9vw, 126px); align-items: center; }
.platform-visual { position: relative; min-height: 620px; }
.platform-visual > img { width: calc(100% - 52px); height: 590px; object-fit: cover; object-position: center; border-radius: 3px; }
.portal-status { position: absolute; right: 0; bottom: 40px; width: 270px; padding: 25px; display: grid; grid-template-columns: 10px 1fr; color: var(--ink); background: var(--white); box-shadow: 0 25px 55px rgba(0, 0, 0, .22); }
.portal-status i { width: 9px; height: 9px; margin-top: 5px; border-radius: 50%; background: #35b979; box-shadow: 0 0 0 6px rgba(53, 185, 121, .13); }
.portal-status span, .portal-status strong { grid-column: 2; }
.portal-status span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.portal-status strong { margin-top: 5px; font-family: var(--display); font-size: 19px; }
.platform-copy > p:not(.section-label) { margin-top: 25px; color: rgba(255, 255, 255, .69); font-size: 16px; line-height: 1.7; }
.check-list { margin: 30px 0 32px; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 15px 0 15px 31px; border-bottom: 1px solid rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .9); font-size: 14px; line-height: 1.5; }
.check-list li::before { content: ""; position: absolute; left: 2px; top: 20px; width: 10px; height: 6px; border-left: 2px solid var(--orange); border-bottom: 2px solid var(--orange); transform: rotate(-45deg); }
.text-link { display: inline-flex; padding-bottom: 5px; border-bottom: 1px solid var(--orange); color: #ffd1b1; font-weight: 700; font-size: 14px; transition: color .2s ease, border-color .2s ease; }
.text-link:hover { color: var(--white); border-color: var(--white); }

.products-section { background: var(--white); }
.products-heading { display: grid; grid-template-columns: 1.2fr .7fr; gap: clamp(60px, 9vw, 130px); align-items: end; }
.products-heading > p { padding-bottom: 5px; color: var(--muted); font-size: 16px; line-height: 1.72; }
.vehicle-stage { min-height: 500px; margin-top: 72px; padding: 50px 7% 0; display: flex; align-items: flex-end; justify-content: space-between; overflow: hidden; background: var(--ice); }
.vehicle-stage img { width: 64%; align-self: flex-end; filter: drop-shadow(0 25px 24px rgba(16, 26, 43, .18)); transition: transform .7s var(--ease); }
.vehicle-stage:hover img { transform: translateX(14px); }
.vehicle-stage p { align-self: center; margin: 0 0 38px 25px; color: var(--muted); font-size: 18px; line-height: 1.5; }
.vehicle-stage strong { color: var(--ink); font-family: var(--display); font-size: 26px; }
.product-lines { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); }
.product-lines article { min-height: 260px; padding: 35px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-lines span { color: var(--orange-dark); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.product-lines h3 { margin-top: 42px; font-size: 30px; font-weight: 650; }
.product-lines p { margin-top: 12px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.specialty-lines { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; margin-top: 42px; }
.specialty-lines p { padding-left: 22px; border-left: 3px solid var(--orange); color: var(--muted); font-size: 14px; line-height: 1.65; }
.specialty-lines strong { color: var(--ink); }

.promise-section { position: relative; min-height: 560px; display: grid; place-items: center; overflow: hidden; }
.promise-section > img, .promise-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.promise-section > img { object-fit: cover; object-position: center 48%; }
.promise-shade { background: rgba(9, 17, 29, .68); }
.promise-section blockquote { position: relative; z-index: 2; max-width: 930px; margin: 0 auto; color: var(--white); font-family: var(--display); font-size: clamp(39px, 5vw, 67px); font-weight: 600; line-height: 1.08; letter-spacing: -.035em; text-align: center; text-wrap: balance; }

.steps-section { background: var(--ice); }
.steps-layout { display: grid; grid-template-columns: .8fr 1.15fr; gap: clamp(70px, 11vw, 150px); }
.steps-intro { position: sticky; top: 130px; align-self: start; }
.steps-intro .button { margin-top: 34px; }
.steps-list { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps-list li { min-height: 190px; padding: 32px 0; display: grid; grid-template-columns: 54px 1fr; gap: 30px; border-top: 1px solid var(--line); }
.steps-list li:last-child { border-bottom: 1px solid var(--line); }
.steps-list span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--orange); font-family: var(--display); font-size: 20px; font-weight: 700; }
.steps-list h3 { font-size: 26px; font-weight: 650; }
.steps-list p { max-width: 530px; margin-top: 11px; color: var(--muted); font-size: 14px; line-height: 1.68; }

.contact-section { color: var(--white); background: var(--navy); }
.contact-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(480px, 1fr); gap: clamp(70px, 10vw, 140px); align-items: start; }
.contact-copy > p:not(.section-label) { max-width: 530px; margin-top: 25px; color: rgba(255, 255, 255, .67); font-size: 16px; line-height: 1.7; }
.contact-links { margin-top: 50px; border-top: 1px solid rgba(255, 255, 255, .15); }
.contact-links a { padding: 18px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, .15); transition: padding .2s ease, color .2s ease; }
.contact-links a:hover { padding-left: 8px; color: #ffd1b1; }
.contact-links span { color: rgba(255, 255, 255, .5); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.contact-links strong { font-size: 14px; }
.contact-form { padding: clamp(28px, 4vw, 50px); color: var(--ink); background: var(--white); border-radius: 3px; box-shadow: 0 30px 75px rgba(0, 0, 0, .2); }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.form-heading h3 { font-size: 31px; font-weight: 650; }
.form-heading p { color: var(--muted); font-size: 11px; }
.form-message { margin-bottom: 20px; padding: 12px 14px; color: #842c17; background: #fff0e8; border-left: 3px solid var(--orange); font-size: 13px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 16px; }
.form-grid label { display: flex; flex-direction: column; gap: 8px; color: #4d5562; font-size: 11px; font-weight: 750; letter-spacing: .02em; }
.form-grid input { width: 100%; height: 49px; padding: 0 13px; border: 0; border-bottom: 1px solid #ccd2db; border-radius: 0; color: var(--ink); background: #f7f9fb; outline: none; transition: background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.form-grid input:focus { border-color: var(--orange); background: var(--white); box-shadow: inset 0 -1px var(--orange); }
.form-grid input[aria-invalid="true"] { border-color: #bc351b; background: #fff5f1; }
.privacy-check { margin-top: 24px; display: flex; gap: 11px; align-items: flex-start; color: var(--muted); font-size: 11px; line-height: 1.55; cursor: pointer; }
.privacy-check input { width: 18px; height: 18px; margin: 0; flex: 0 0 auto; accent-color: var(--orange); }
.privacy-check a { color: var(--orange-dark); text-decoration: underline; }
.form-submit { width: 100%; margin-top: 24px; border: 0; cursor: pointer; }
.form-submit i { width: 19px; height: 1px; position: relative; background: currentColor; transition: transform .2s ease; }
.form-submit i::after { content: ""; position: absolute; right: 0; top: -3px; width: 6px; height: 6px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(45deg); }
.form-submit:hover i { transform: translateX(5px); }
.form-note { margin-top: 13px; color: var(--muted); font-size: 11px; text-align: center; }

.site-footer { padding: 72px 0 25px; color: #4c5563; background: #eef2f6; }
.footer-main { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 70px; }
.footer-brand img { width: 165px; height: auto; }
.footer-brand p { max-width: 410px; margin-top: 22px; font-size: 13px; line-height: 1.7; }
.footer-main h2 { margin-bottom: 20px; color: var(--ink); font-size: 15px; font-weight: 700; letter-spacing: 0; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-main a { font-size: 12px; transition: color .2s ease; }
.footer-main a:hover { color: var(--orange-dark); }
.footer-bottom { margin-top: 60px; padding-top: 22px; display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); font-size: 10px; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 38px, 760px); }
  .desktop-nav { display: none; }
  .menu-toggle { width: 46px; height: 46px; padding: 0; display: grid; place-content: center; gap: 7px; border: 0; color: currentColor; background: transparent; cursor: pointer; }
  .menu-toggle span { width: 25px; height: 2px; display: block; background: currentColor; transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .mobile-menu { padding: 18px max(19px, calc((100vw - 760px) / 2)) 28px; flex-direction: column; gap: 3px; color: var(--ink); background: rgba(255,255,255,.98); border-top: 1px solid var(--line); }
  .mobile-menu:not([hidden]) { display: flex; }
  .mobile-menu > a:not(.button) { padding: 14px 0; border-bottom: 1px solid var(--line); font-weight: 650; }
  .site-header:has(.mobile-menu:not([hidden])) { color: var(--ink); background: var(--white); }
  .site-header:has(.mobile-menu:not([hidden])) .brand { filter: none; }
  .hero h1 { max-width: 730px; }
  .risk-layout, .platform-layout, .products-heading, .steps-layout, .contact-layout { grid-template-columns: 1fr; }
  .risk-layout, .platform-layout, .steps-layout, .contact-layout { gap: 65px; }
  .photo-tall { width: 78%; margin-left: auto; aspect-ratio: 4 / 3; }
  .platform-visual { min-height: 540px; }
  .platform-visual > img { height: 520px; }
  .products-heading > p { max-width: 620px; }
  .vehicle-stage { min-height: 400px; }
  .product-lines { grid-template-columns: 1fr 1fr; }
  .steps-intro { position: static; }
  .steps-intro .button { display: none; }
  .contact-layout { grid-template-columns: minmax(0, 680px); }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; gap: 35px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 36px); }
  html { scroll-padding-top: 72px; }
  .section { padding: 82px 0; }
  .header-inner { height: 70px; }
  .brand { width: 142px; }
  .hero { min-height: 780px; align-items: flex-end; }
  .hero-media img { object-position: 60% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(8, 15, 27, .96) 0%, rgba(8, 15, 27, .68) 62%, rgba(8, 15, 27, .18) 100%); }
  .hero-content { padding-bottom: 69px; }
  .hero-kicker { margin-bottom: 17px; font-size: 11px; }
  .hero h1 { font-size: clamp(45px, 13vw, 63px); line-height: .96; }
  .hero-lead { margin-top: 20px; font-size: 16px; line-height: 1.5; }
  .hero-actions { margin-top: 26px; display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-note { margin-top: 14px; font-size: 11px; }
  .scroll-cue { display: none; }
  .proof-grid { grid-template-columns: 1fr; padding-block: 10px; }
  .proof-grid > div { min-height: 89px; padding: 20px 8px; border-left: 0; border-bottom: 1px solid var(--line); }
  .proof-grid > div:last-child { border-right: 0; border-bottom: 0; }
  .proof-grid strong { font-size: 18px; }
  .risk-layout, .platform-layout, .steps-layout, .contact-layout { gap: 48px; }
  .section-copy h2, .products-heading h2, .steps-intro h2, .contact-copy h2, .platform-copy h2 { font-size: 39px; }
  .section-copy > p:not(.section-label) { font-size: 15px; }
  .photo-tall { width: calc(100% - 16px); aspect-ratio: 4 / 5; }
  .feature-photo { box-shadow: 16px 16px 0 rgba(244, 122, 50, .12); }
  .benefit-list { grid-template-columns: 1fr; margin-top: 70px; }
  .benefit { min-height: auto; padding: 31px 24px; grid-template-columns: 38px 1fr; gap: 17px; }
  .benefit-icon { width: 36px; height: 36px; }
  .benefit h3 { font-size: 22px; }
  .platform-visual { min-height: 425px; }
  .platform-visual > img { width: calc(100% - 18px); height: 390px; }
  .portal-status { right: 0; bottom: 0; width: 235px; padding: 20px; }
  .platform-copy > p:not(.section-label) { font-size: 15px; }
  .products-heading { gap: 25px; }
  .vehicle-stage { min-height: 360px; margin-top: 48px; padding: 36px 13px 0; flex-direction: column-reverse; align-items: stretch; justify-content: flex-start; }
  .vehicle-stage img { width: 100%; margin-top: auto; }
  .vehicle-stage p { margin: 0 13px 12px; align-self: flex-start; }
  .product-lines { grid-template-columns: 1fr; }
  .product-lines article { min-height: auto; padding: 29px 24px; }
  .product-lines h3 { margin-top: 22px; }
  .specialty-lines { grid-template-columns: 1fr; gap: 24px; }
  .promise-section { min-height: 520px; }
  .promise-section blockquote { font-size: 39px; text-align: left; }
  .steps-list li { grid-template-columns: 43px 1fr; gap: 20px; }
  .steps-list span { width: 41px; height: 41px; }
  .contact-form { padding: 27px 20px; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-links a { align-items: flex-start; flex-direction: column; gap: 5px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .mobile-cta {
    position: fixed;
    z-index: 80;
    left: 18px;
    right: 18px;
    bottom: max(14px, env(safe-area-inset-bottom));
    min-height: 51px;
    display: grid;
    place-items: center;
    border-radius: 5px;
    color: var(--white);
    background: var(--orange);
    box-shadow: 0 14px 35px rgba(16, 26, 43, .28);
    font-size: 14px;
    font-weight: 800;
    transform: translateY(90px);
    transition: transform .35s var(--ease);
  }
  .mobile-cta.is-visible { transform: none; }
  .site-footer { padding-bottom: 95px; }
}

@media (max-width: 420px) {
  .hero { min-height: 760px; }
  .hero h1 { font-size: 43px; }
  .hero-actions .button { min-height: 50px; padding-inline: 14px; font-size: 14px; }
  .section-copy h2, .products-heading h2, .steps-intro h2, .contact-copy h2, .platform-copy h2 { font-size: 35px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

/* Pagina di conferma */
.thanks-page { min-height: 100svh; color: var(--white); background: var(--navy); }
.thanks-layout { min-height: 100svh; display: grid; grid-template-columns: minmax(450px, .9fr) 1.1fr; }
.thanks-panel { z-index: 2; padding: clamp(40px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; background: var(--navy); }
.thanks-logo { position: absolute; top: 38px; width: 165px; filter: brightness(0) invert(1); }
.thanks-logo img { width: 100%; height: auto; }
.thanks-mark { width: 72px; height: 72px; margin-bottom: 35px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .23); border-radius: 50%; }
.thanks-mark span { width: 27px; height: 15px; border-left: 3px solid var(--orange); border-bottom: 3px solid var(--orange); transform: translateY(-3px) rotate(-45deg); }
.thanks-panel h1 { max-width: 570px; font-size: clamp(48px, 6vw, 82px); line-height: .96; font-weight: 650; }
.thanks-panel > p:not(.section-label) { max-width: 560px; margin-top: 25px; color: rgba(255, 255, 255, .68); font-size: 17px; line-height: 1.7; }
.thanks-actions { margin-top: 38px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.thanks-link { color: #ffd1b1; }
.thanks-photo { min-height: 100svh; overflow: hidden; }
.thanks-photo img { width: 100%; height: 100%; object-fit: cover; animation: heroZoom 1.3s var(--ease) both; }

@media (max-width: 820px) {
  .thanks-layout { grid-template-columns: 1fr; }
  .thanks-panel { min-height: 100svh; padding: 120px 28px 60px; background: linear-gradient(90deg, rgba(8, 15, 27, .96), rgba(8, 15, 27, .8)); }
  .thanks-photo { position: fixed; inset: 0; z-index: 0; min-height: 100svh; }
  .thanks-logo { top: 30px; }
  .thanks-panel h1 { font-size: 52px; }
  .thanks-actions { align-items: flex-start; flex-direction: column; }
}

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