@font-face {
  font-family: "DM Serif Display";
  src: url("assets/fonts/dm-serif-display-400.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-400.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-500.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-600.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-700.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-800.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 800;
}

:root {
  --cream: #fff8ee;
  --white: #fffdfa;
  --sand: #f3e6d6;
  --coral: #e85f3f;
  --coral-dark: #d84b2d;
  --burgundy: #641f2b;
  --ink: #302724;
  --muted: #716762;
  --sage: #657154;
  --border: #e5d6c7;
  --shadow: 0 18px 45px rgb(78 46 34 / 9%);
  --content: 1220px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  background: var(--cream);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  touch-action: manipulation;
}

button {
  border: 0;
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgb(232 95 63 / 42%);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--burgundy);
  color: #fff;
  font-weight: 800;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  width: min(100%, 1520px);
  height: 82px;
  margin: 0 auto;
  padding: 0 clamp(28px, 3vw, 48px);
  align-items: center;
  justify-content: space-between;
}

.logo {
  color: var(--burgundy);
  font-family: "DM Serif Display", serif;
  font-size: 43px;
  letter-spacing: -1px;
  line-height: 1;
}

.logo span {
  color: var(--coral);
}

nav {
  display: flex;
  gap: 38px;
  font-size: 15px;
  font-weight: 700;
}

nav a {
  transition: color 160ms ease;
}

nav a:hover {
  color: var(--coral);
}

.button {
  display: inline-flex;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: var(--coral);
  box-shadow: 0 12px 26px rgb(216 75 45 / 20%);
  color: #fff;
  font-weight: 800;
  text-align: center;
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.button:hover {
  background: var(--coral-dark);
  box-shadow: 0 16px 30px rgb(216 75 45 / 26%);
  transform: translateY(-2px);
}

.button-small {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  box-shadow: none;
  font-size: 14px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(440px, 470px) minmax(0, 1fr);
  width: min(100%, 1520px);
  min-height: min(760px, calc(100svh - 82px));
  margin: 0 auto;
  padding: clamp(54px, 6vh, 66px) clamp(28px, 3vw, 48px) 44px;
  align-items: start;
  gap: clamp(44px, 4vw, 64px);
}

.hero-copy {
  position: relative;
  z-index: 4;
}

.eyebrow,
.kicker {
  color: var(--sage);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  margin: 0;
  padding: 10px 15px;
  border: 1px solid #aeb18f;
  border-radius: 999px;
  align-items: center;
  gap: 9px;
  background: #eeecd7;
  color: #4f5947;
  box-shadow: 0 4px 14px rgb(71 77 57 / 6%);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sage);
}

.hero h1,
.section-heading h2,
.pilot-section h2,
.apply-section h2,
.legal-intro h1 {
  color: var(--burgundy);
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.hero h1 {
  max-width: 470px;
  margin: 18px 0 20px;
  font-size: clamp(64px, 4.5vw, 72px);
  line-height: 0.96;
}

.hero-lead {
  max-width: 465px;
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.55;
}

.hero-actions {
  display: grid;
  justify-items: start;
  gap: 18px;
}

.location {
  display: flex;
  margin: 0;
  align-items: center;
  gap: 10px;
  color: #454c40;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.pin-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 2px solid var(--sage);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.pin-icon::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sage);
}

.mini-proof {
  display: flex;
  margin-top: 22px;
  flex-wrap: nowrap;
  gap: clamp(12px, 1.5vw, 20px);
  color: #5b3137;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.mini-proof span {
  white-space: nowrap;
}

.hero-visual {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 590px;
}

.shape {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.shape-ring {
  top: 4%;
  right: 4%;
  width: 55%;
  aspect-ratio: 1;
  border: 48px solid rgb(232 95 63 / 17%);
  border-radius: 50%;
}

.hero-collage {
  position: absolute;
  z-index: 1;
  inset: 0 26px 0 -20px;
  width: calc(100% - 6px);
  height: 100%;
  overflow: visible;
}

.phone-mockup {
  position: absolute;
  top: 58%;
  right: -48px;
  z-index: 3;
  width: 230px;
  height: 476px;
  padding: 8px;
  border: 2px solid #3f3a37;
  border-radius: 42px;
  background: #171514;
  box-shadow: 0 18px 36px rgb(39 25 20 / 21%);
  transform: translateY(-50%) rotate(0.35deg);
}

.phone-mockup::before,
.phone-mockup::after {
  content: "";
  position: absolute;
  width: 3px;
  border-radius: 3px;
  background: #393431;
}

.phone-mockup::before {
  top: 118px;
  left: -4px;
  height: 62px;
}

.phone-mockup::after {
  top: 138px;
  right: -4px;
  height: 82px;
}

.phone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 11px 13px 22px;
  border-radius: 34px;
  background: #f4f4f7;
  color: #111;
}

.dynamic-island {
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 2;
  width: 76px;
  height: 21px;
  border-radius: 99px;
  background: #080808;
  transform: translateX(-50%);
}

.ios-status,
.wallet-header,
.card-top,
.customer-row,
.pass-footer,
.stack-card {
  display: flex;
  justify-content: space-between;
}

.ios-status {
  height: 26px;
  padding: 0 5px;
  align-items: flex-start;
  font-size: 8px;
}

.ios-status span {
  font-size: 7px;
  letter-spacing: 0.05em;
}

.wallet-header {
  height: 42px;
  align-items: center;
  font-size: 13px;
}

.wallet-header strong {
  font-size: 12px;
}

.wallet-header > span {
  display: grid;
  width: 23px;
  height: 23px;
  border: 1px solid #b7b7bc;
  border-radius: 50%;
  place-items: center;
  font-size: 9px;
  letter-spacing: -1px;
}

.wallet-pass {
  position: relative;
  z-index: 5;
  margin-top: 5px;
  padding: 14px 13px 11px;
  border-radius: 13px;
  background: linear-gradient(145deg, #2358f1, #1539ae);
  box-shadow: 0 10px 22px rgb(24 54 153 / 25%);
  color: #fff;
}

.card-top,
.pass-footer {
  align-items: center;
}

.card-top strong {
  font-family: "DM Serif Display", serif;
  font-size: 21px;
}

.card-top strong span {
  color: #ffe34f;
}

.card-top small {
  font-size: 5.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.customer-row {
  margin-top: 12px;
  align-items: flex-end;
}

.customer-row span {
  opacity: 0.78;
  font-size: 10px;
}

.customer-row b {
  font-size: 19px;
}

.wallet-pass > p {
  margin: 3px 0 8px;
  opacity: 0.88;
  font-size: 9px;
}

.stamps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}

.stamps i {
  display: grid;
  height: 26px;
  border: 1.5px solid rgb(255 255 255 / 70%);
  border-radius: 50%;
  place-items: center;
  font-size: 10px;
  font-style: normal;
}

.stamps .filled {
  border-color: #ffe34f;
  background: #ffe34f;
  color: #163489;
}

.pass-footer {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid rgb(255 255 255 / 25%);
  font-size: 8px;
}

.pass-footer img {
  width: 44px;
  height: 44px;
  padding: 3px;
  border-radius: 2px;
  background: #fff;
  object-fit: contain;
}

.wallet-stack {
  position: relative;
  height: 120px;
  margin: 10px 2px 16px;
}

.stack-card {
  position: absolute;
  right: 0;
  left: 0;
  height: 56px;
  padding: 8px 11px;
  border-radius: 12px 12px 8px 8px;
  align-items: flex-start;
  box-shadow: 0 -1px 8px rgb(30 30 35 / 12%);
  color: #fff;
  text-shadow: 0 1px 2px rgb(0 0 0 / 34%);
}

.stack-card strong {
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.2;
}

.stack-card span {
  max-width: 46%;
  color: rgb(255 255 255 / 96%);
  font-size: 8px;
  font-weight: 700;
  line-height: 1.25;
  text-align: right;
}

.stack-card-one {
  top: 0;
  z-index: 1;
  background: linear-gradient(120deg, #c6573d, #813023);
}

.stack-card-two {
  top: 31px;
  z-index: 2;
  background: linear-gradient(120deg, #5c8c77, #345e50);
}

.stack-card-three {
  top: 62px;
  z-index: 3;
  background: linear-gradient(120deg, #252323, #594d46);
}

.home-indicator {
  position: absolute;
  bottom: 8px;
  left: 50%;
  z-index: 8;
  width: 88px;
  height: 4px;
  border-radius: 5px;
  background: #25211e;
  transform: translateX(-50%);
}

.section-heading {
  max-width: 650px;
}

.section-heading.compact {
  max-width: 850px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading h2,
.pilot-section h2,
.apply-section h2 {
  margin: 10px 0 18px;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.04;
}

.section-heading > p:last-child {
  color: #665d58;
  font-size: 17px;
  line-height: 1.7;
}

.service-strip {
  padding: 90px 48px 100px;
  background: var(--white);
}

.service-grid,
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: var(--content);
  margin: 0 auto;
  gap: 18px;
}

.service-card {
  min-height: 215px;
  padding: 25px;
  border: 1px solid #eddfd1;
  border-radius: 22px;
  background: var(--cream);
  box-shadow: 0 10px 24px rgb(78 46 34 / 6%);
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.service-card:hover {
  box-shadow: 0 16px 30px rgb(78 46 34 / 10%);
  transform: translateY(-4px);
}

.service-icon,
.steps b,
.apply-icon {
  display: grid;
  place-items: center;
}

.service-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  color: var(--coral);
  font-size: 23px;
}

.service-card h3 {
  margin: 21px 0 8px;
  font-size: 19px;
}

.service-card p,
.steps p,
.benefit-list p,
.apply-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.problem-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  max-width: var(--content);
  margin: 0 auto;
  padding: 120px 48px;
  align-items: start;
  gap: 100px;
}

.benefit-list {
  border-top: 1px solid #dfd0c2;
}

.benefit-list article {
  display: grid;
  grid-template-columns: 60px 1fr;
  padding: 27px 0;
  border-bottom: 1px solid #dfd0c2;
  gap: 16px;
}

.benefit-list > article > span {
  color: var(--coral);
  font-size: 13px;
  font-weight: 800;
}

.benefit-list h3 {
  margin: 0 0 7px;
  font-size: 19px;
}

.how-section {
  padding: 105px 48px;
  background: #f1e4d4;
}

.centered {
  margin: 0 auto 48px;
  text-align: center;
}

.steps article {
  padding: 28px;
  border-radius: 20px;
  background: var(--cream);
}

.steps b {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--coral);
  color: #fff;
  font-size: 13px;
}

.steps h3 {
  margin: 26px 0 8px;
  font-size: 18px;
}

.pilot-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 110px max(48px, calc(50vw - 610px));
  align-items: center;
  gap: 95px;
  background: var(--burgundy);
  color: #fff7ed;
}

.pilot-section h2 {
  color: #fff;
}

.pilot-copy > p:not(.kicker) {
  margin-bottom: 30px;
  color: #e8ccd1;
  font-size: 17px;
  line-height: 1.75;
}

.kicker.light {
  color: #f0a997;
}

.button-light {
  background: #fff5e7;
  box-shadow: none;
  color: var(--burgundy);
}

.button-light:hover {
  background: #fff;
}

.pilot-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.pilot-benefits > div {
  padding: 24px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 18px;
  background: rgb(255 255 255 / 8%);
}

.pilot-benefits span {
  display: block;
  margin-bottom: 20px;
  color: #f0a997;
  font-size: 12px;
  font-weight: 800;
}

.pilot-benefits strong {
  display: block;
  margin-bottom: 7px;
}

.pilot-benefits p {
  margin: 0;
  color: #dcbfc5;
  font-size: 13px;
  line-height: 1.55;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  max-width: var(--content);
  margin: 0 auto;
  padding: 115px 48px;
  gap: 100px;
}

.faq-list {
  border-top: 1px solid #dfd0c2;
}

.faq-list details {
  padding: 24px 0;
  border-bottom: 1px solid #dfd0c2;
}

.faq-list summary {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  gap: 25px;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--coral);
  font-size: 24px;
  line-height: 1;
  transition: transform 160ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list p {
  padding-right: 40px;
  color: var(--muted);
  line-height: 1.7;
}

.apply-section {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  max-width: var(--content);
  margin: 0 auto 110px;
  padding: 70px;
  border-radius: 32px;
  align-items: center;
  gap: 70px;
  background: #f2e4d2;
}

.apply-section > div:first-child > p:last-child {
  color: #665d58;
  line-height: 1.75;
}

.apply-card {
  padding: 32px;
  border-radius: 22px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.apply-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fbe0d7;
  color: var(--coral);
  font-size: 24px;
}

.apply-card h3 {
  margin: 22px 0 8px;
  font-size: 22px;
}

.apply-card .button {
  width: 100%;
  margin: 12px 0 14px;
  font-size: 14px;
}

.apply-card small {
  display: block;
  color: #8b817b;
  text-align: center;
}

footer {
  display: flex;
  max-width: 1380px;
  margin: 0 auto;
  padding: 42px 48px;
  border-top: 1px solid var(--border);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #766b65;
  font-size: 13px;
}

footer .logo {
  font-size: 31px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.footer-links a,
.link-button {
  cursor: pointer;
  padding: 0;
  background: none;
  color: var(--burgundy);
  font-weight: 800;
}

.link-button:hover,
.footer-links a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-banner {
  position: fixed;
  bottom: 18px;
  left: 50%;
  z-index: 50;
  display: flex;
  width: min(920px, calc(100% - 32px));
  padding: 20px 22px;
  border: 1px solid #dcccbc;
  border-radius: 18px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: rgb(255 253 250 / 97%);
  box-shadow: 0 18px 55px rgb(63 31 23 / 20%);
  backdrop-filter: blur(10px);
  transform: translateX(-50%);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner strong {
  display: block;
  margin-bottom: 4px;
  color: var(--burgundy);
}

.cookie-banner p {
  max-width: 590px;
  margin: 0;
  color: #665d58;
  font-size: 13px;
  line-height: 1.55;
}

.cookie-banner a {
  color: var(--burgundy);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-actions {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
}

.cookie-actions button {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.cookie-reject {
  border: 1px solid #cdbeb2;
  background: #fff;
  color: var(--burgundy);
}

.cookie-accept {
  border: 1px solid var(--coral);
  background: var(--coral);
  color: #fff;
}

/* Legal pages */
.legal-shell {
  min-height: 100svh;
  background: linear-gradient(180deg, var(--cream) 0 410px, var(--white) 410px);
}

.legal-header {
  border-bottom: 1px solid rgb(105 29 43 / 8%);
}

.legal-page {
  display: grid;
  grid-template-columns: minmax(280px, 380px) minmax(0, 680px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 28px 90px;
  align-items: start;
  gap: clamp(48px, 7vw, 100px);
}

.legal-intro {
  position: sticky;
  top: 42px;
  padding-top: 12px;
}

.legal-intro h1 {
  margin: 22px 0 18px;
  font-size: clamp(48px, 5vw, 70px);
  line-height: 0.98;
}

.legal-intro > p:last-child {
  max-width: 350px;
  margin: 0;
  color: #625852;
  font-size: 17px;
  line-height: 1.65;
}

.legal-page article {
  padding: 48px clamp(25px, 4vw, 54px);
  border: 1px solid #eadbce;
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 18px 48px rgb(78 46 34 / 7%);
}

.legal-page article > .kicker {
  margin: 0 0 26px;
}

.legal-page article h2 {
  margin: 31px 0 9px;
  color: var(--burgundy);
  font-size: 20px;
  line-height: 1.35;
}

.legal-page article h2:first-of-type {
  margin-top: 0;
}

.legal-page article p,
.legal-page article li {
  margin: 0;
  color: #615853;
  line-height: 1.75;
}

.legal-page article ul {
  margin: 10px 0 0;
  padding-left: 22px;
}

.legal-page article li {
  margin: 5px 0;
}

.legal-page article a {
  color: var(--burgundy);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-note {
  margin-top: 36px !important;
  padding: 18px 20px;
  border-radius: 14px;
  background: var(--sand);
}

.legal-footer {
  margin-top: 0;
}

@media (min-width: 1600px) {
  .phone-mockup {
    right: -70px;
  }
}

@media (max-width: 1350px) and (min-width: 1101px) {
  .hero {
    grid-template-columns: minmax(390px, 420px) minmax(0, 1fr);
    padding: 54px 32px 44px;
    gap: 36px;
  }

  .hero h1 {
    font-size: clamp(52px, 5.7vw, 64px);
  }

  .mini-proof {
    gap: 11px;
    font-size: 11.5px;
  }

  .hero-visual {
    height: 560px;
  }

  .phone-mockup {
    top: 60%;
    right: -20px;
    width: 200px;
    height: 414px;
  }
}

@media (max-width: 1100px) {
  nav {
    display: none;
  }

  .site-header {
    padding: 0 28px;
  }

  .hero {
    grid-template-columns: 1fr;
    width: min(100%, 760px);
    min-height: auto;
    padding: 56px 28px 58px;
    align-items: start;
    gap: 34px;
  }

  .hero-copy {
    max-width: 620px;
  }

  .hero h1 {
    max-width: 560px;
    font-size: clamp(54px, 8vw, 68px);
  }

  .hero-lead {
    max-width: 560px;
  }

  .hero-visual {
    width: 100%;
    max-width: 700px;
    height: clamp(470px, 84vw, 590px);
    margin: 0 auto;
  }

  .hero-collage {
    inset: 0 -10px auto -10px;
    width: calc(100% + 20px);
    height: auto;
  }

  .phone-mockup {
    top: 58%;
    right: 0;
    width: 230px;
    height: 476px;
    transform: translateY(-50%) rotate(0.35deg) scale(0.9);
    transform-origin: center right;
  }

  .service-grid,
  .steps {
    grid-template-columns: 1fr 1fr;
  }

  .problem-section,
  .pilot-section,
  .faq-section,
  .apply-section {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .pilot-section {
    padding: 85px 48px;
  }

  .faq-section {
    padding: 90px 48px;
  }

  .apply-section {
    margin: 0 24px 80px;
  }

  .legal-page {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 24px 70px;
  }

  .legal-intro {
    position: static;
    padding: 0;
  }

  .legal-intro > p:last-child {
    max-width: 560px;
  }
}

@media (max-width: 600px) {
  html {
    scroll-padding-top: 78px;
  }

  .site-header {
    height: 78px;
    padding: 0 20px;
    justify-content: flex-start;
  }

  .logo {
    font-size: 35px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    width: 100%;
    padding: 32px 20px 46px;
    gap: 28px;
  }

  .eyebrow {
    padding: 9px 12px;
    font-size: 12px;
  }

  .hero h1 {
    margin: 16px 0 18px;
    font-size: clamp(44px, 12vw, 52px);
    line-height: 0.98;
  }

  .hero-lead {
    font-size: 17px;
    line-height: 1.5;
  }

  .hero-actions {
    width: 100%;
    gap: 16px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 54px;
    padding: 0 18px;
    gap: 12px;
    font-size: 14px;
  }

  .location {
    font-size: 13px;
  }

  .mini-proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 10px 14px;
    font-size: 12px;
  }

  .mini-proof span {
    white-space: normal;
  }

  .hero-visual {
    max-width: 520px;
    height: clamp(330px, 88vw, 400px);
  }

  .shape-ring {
    top: auto;
    bottom: 4%;
    right: -4%;
    width: 62%;
    border-width: 30px;
  }

  .hero-collage {
    inset: auto -12px 0 -12px;
    width: calc(100% + 24px);
    height: auto;
  }

  .phone-mockup {
    top: 58%;
    right: 0;
    box-shadow: 0 14px 28px rgb(39 25 20 / 17%);
    transform: translateY(-50%) rotate(0.35deg) scale(0.64);
  }

  .service-strip,
  .how-section {
    padding: 70px 20px;
  }

  .service-grid,
  .steps,
  .pilot-benefits {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 0;
  }

  .problem-section {
    padding: 80px 20px;
  }

  .pilot-section {
    padding: 75px 20px;
  }

  .faq-section {
    padding: 80px 20px;
  }

  .faq-list p {
    padding-right: 0;
  }

  .apply-section {
    margin: 0 14px 65px;
    padding: 38px 22px;
    border-radius: 24px;
  }

  .section-heading h2,
  .pilot-section h2,
  .apply-section h2 {
    font-size: 40px;
  }

  footer {
    flex-direction: column;
    padding: 35px 20px;
    gap: 18px;
    text-align: center;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cookie-banner {
    display: block;
    bottom: 10px;
    padding: 18px;
  }

  .cookie-actions {
    margin-top: 14px;
  }

  .cookie-actions button {
    flex: 1;
  }

  .legal-header {
    justify-content: space-between;
  }

  .legal-header .button-small {
    display: inline-flex;
    min-height: 42px;
    padding: 0 14px;
    font-size: 11px;
  }

  .legal-page {
    padding: 36px 20px 58px;
    gap: 26px;
  }

  .legal-intro h1 {
    margin-top: 18px;
    font-size: clamp(43px, 11vw, 56px);
  }

  .legal-page article {
    padding: 30px 22px;
    border-radius: 22px;
  }

  .legal-page article h2 {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
