:root {
  color-scheme: light;
  --orange: #ff8923;
  --orange-dark: #b84d00;
  --warm-white: #f7f4ef;
  --white: #ffffff;
  --ink: #111111;
  --muted: #67676d;
  --soft-gray: #efeff4;
  --line: rgba(17, 17, 17, 0.13);
  --navy: #1d2b3e;
  --navy-deep: #0e151f;
  --red: #ff453a;
  --radius-sm: 18px;
  --radius-md: 28px;
  --radius-lg: 42px;
  --page: min(1240px, calc(100vw - 48px));
  --shadow-phone: 0 28px 70px rgba(17, 17, 17, 0.2), 0 2px 8px rgba(17, 17, 17, 0.18);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--warm-white);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

p,
h1,
h2,
h3,
figure {
  margin-top: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  border-radius: 12px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid #1685f8;
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  padding: 12px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(247, 244, 239, 0.88);
}

@supports (backdrop-filter: blur(18px)) {
  .site-header {
    background: rgba(247, 244, 239, 0.72);
    backdrop-filter: saturate(140%) blur(18px);
  }
}

.site-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: var(--page);
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 10px;
  width: fit-content;
  color: var(--ink);
  font-size: 19px;
  font-weight: 750;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand img {
  border-radius: 11px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-links a,
.footer-links a {
  color: #4d4d52;
  font-size: 15px;
  text-decoration: none;
}

.nav-links a:hover,
.footer-links a:hover,
.text-link:hover {
  color: var(--orange-dark);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  gap: 9px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 680;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.button:hover,
.app-store-button:hover {
  transform: translateY(-2px);
}

.button--compact {
  justify-self: end;
  min-height: 44px;
  padding: 0 17px;
}

.button--compact svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.button--dark {
  background: var(--ink);
  color: var(--white);
}

.button--dark:hover {
  background: #343438;
}

.button--light {
  border-color: rgba(255, 255, 255, 0.3);
  background: var(--white);
  color: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(370px, 0.94fr);
  align-items: center;
  gap: clamp(50px, 7vw, 110px);
  width: var(--page);
  min-height: 100svh;
  margin: 0 auto;
  padding: 140px 0 72px;
}

.eyebrow {
  margin-bottom: 20px;
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow--light {
  color: #ffab63;
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 30px;
  font-size: clamp(58px, 6.4vw, 100px);
  font-weight: 790;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.hero h1 span {
  color: #c05200;
}

.hero__lede {
  max-width: 600px;
  margin-bottom: 34px;
  color: #4f4f54;
  font-size: clamp(20px, 2vw, 25px);
  letter-spacing: -0.02em;
  line-height: 1.4;
}

.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 34px;
}

.app-store-button {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 64px;
  padding: 9px 20px 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  background: var(--ink);
  color: var(--white);
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease;
}

.app-store-button:hover {
  background: #303034;
}

.app-store-button svg {
  width: 28px;
  height: 34px;
  fill: currentColor;
}

.app-store-button span {
  display: flex;
  flex-direction: column;
  font-size: 22px;
  font-weight: 530;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.app-store-button small {
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 450;
  letter-spacing: 0;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  gap: 8px;
  color: #4f4f54;
  font-size: 16px;
  font-weight: 660;
  text-underline-offset: 4px;
}

.local-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 520px;
  margin-bottom: 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.local-note svg {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  fill: var(--orange);
}

.local-note strong {
  color: var(--ink);
}

.hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
  transform: translateY(var(--hero-lift, 0));
  will-change: transform;
}

.phone-frame {
  position: relative;
  overflow: hidden;
  border: 8px solid #090909;
  background: #090909;
  box-shadow: var(--shadow-phone);
}

.phone-frame::before {
  position: absolute;
  z-index: 2;
  top: 9px;
  left: 50%;
  width: 30%;
  height: 23px;
  border-radius: 999px;
  background: #090909;
  content: "";
  transform: translateX(-50%);
}

.phone-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-frame--hero {
  width: min(100%, 410px);
  aspect-ratio: 1206 / 2622;
  border-width: 10px;
  border-radius: 58px;
  transform: rotate(2deg);
}

.hero__label {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 16px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.12);
  font-size: 14px;
  font-weight: 680;
}

.hero__label--top {
  top: 10%;
  left: -4%;
}

.hero__label--bottom {
  right: -3%;
  bottom: 16%;
}

.hero__label--bottom span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--red);
}

.section-heading {
  width: var(--page);
  margin: 0 auto 64px;
}

.section-heading h2,
.privacy-copy h2,
.final-cta h2 {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: clamp(44px, 5.2vw, 78px);
  font-weight: 780;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.section-heading > p:last-child {
  max-width: 670px;
  margin-bottom: 0;
  color: #a5abb4;
  font-size: 20px;
  line-height: 1.5;
}

.flow-section {
  padding: 120px 0;
  background: var(--navy-deep);
  color: var(--white);
}

.flow-heading {
  margin-bottom: 90px;
}

.flow-heading h2 {
  max-width: 720px;
}

.flow-layout {
  width: var(--page);
  margin: 0 auto;
}

.flow-stage {
  display: grid;
  gap: 56px;
}

.flow-shot {
  margin: 0;
}

.media-mask {
  width: 100%;
  aspect-ratio: 2622 / 1206;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
  background: #06080b;
}

.media-mask picture {
  display: block;
  width: 100%;
  height: 100%;
}

.media-mask img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flow-shot figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 14px;
  padding: 24px 4px 0;
}

.flow-shot figcaption span {
  grid-row: span 2;
  color: var(--orange);
  font-size: 13px;
  font-weight: 760;
}

.flow-shot figcaption strong {
  font-size: clamp(24px, 4vw, 34px);
  letter-spacing: -0.035em;
}

.flow-shot figcaption small {
  color: #a5abb4;
  font-size: 16px;
  line-height: 1.45;
}

.flow-copy {
  display: none;
}

.feature-section {
  padding: 130px 0;
}

.feature-section .section-heading > p:last-child {
  color: var(--muted);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  width: var(--page);
  margin: 0 auto;
}

.feature-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.09);
  border-radius: var(--radius-lg);
  background: var(--white);
}

.feature-card__copy {
  position: relative;
  z-index: 3;
  padding: clamp(30px, 4vw, 52px);
}

.feature-card__copy h3 {
  max-width: 560px;
  margin-bottom: 14px;
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 760;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.feature-card__copy > p:last-child {
  max-width: 510px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.feature-number {
  margin-bottom: 22px;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.feature-card--search {
  grid-column: span 7;
  min-height: 800px;
}

.search-phones {
  position: absolute;
  right: 0;
  bottom: -205px;
  left: 0;
  height: 640px;
}

.phone-frame--feature {
  position: absolute;
  width: min(44%, 285px);
  aspect-ratio: 1206 / 2622;
  border-width: 6px;
  border-radius: 42px;
}

.phone-frame--feature::before,
.phone-frame--routes::before {
  height: 18px;
}

.search-wide {
  position: absolute;
  z-index: 1;
  bottom: 270px;
  left: 4%;
  overflow: hidden;
  width: 52%;
  aspect-ratio: 436 / 291;
  border: 5px solid #090909;
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow-phone);
  transform: rotate(-3deg);
}

.search-wide picture,
.search-wide img {
  display: block;
  width: 100%;
  height: 100%;
}

.search-wide img {
  object-fit: contain;
}

.phone-frame--front {
  z-index: 2;
  right: 4%;
  bottom: 38px;
  width: min(38%, 245px);
  transform: rotate(4deg);
}

.feature-card--routes {
  grid-column: span 5;
  min-height: 800px;
  background: var(--soft-gray);
}

.phone-frame--routes {
  position: relative;
  width: min(68%, 360px);
  margin: 24px auto 0;
  aspect-ratio: 1206 / 2622;
  border-width: 7px;
  border-radius: 48px;
  transform: rotate(-1deg);
}

.feature-card--styles {
  grid-column: span 5;
  min-height: 520px;
  background: #e9edf1;
}

.wide-shot {
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: var(--white);
}

.wide-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wide-shot--styles {
  position: absolute;
  right: -6%;
  bottom: 42px;
  left: 8%;
  border-radius: 24px 0 0 24px;
  box-shadow: 0 20px 50px rgba(17, 17, 17, 0.14);
}

.feature-card--carplay {
  grid-column: span 7;
  min-height: 590px;
  background: var(--navy);
  color: var(--white);
}

.feature-card--carplay .feature-card__copy {
  max-width: 52%;
}

.feature-card--carplay .feature-number {
  color: #ffab63;
}

.feature-card--carplay .feature-card__copy > p:last-child {
  color: #c2c9d2;
}

.wide-shot--carplay {
  position: absolute;
  right: 32px;
  bottom: 32px;
  width: 54%;
  aspect-ratio: 5 / 3;
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  box-shadow: -20px -12px 55px rgba(0, 0, 0, 0.22);
}

.wide-shot--carplay picture {
  display: block;
  width: 100%;
  height: 100%;
}

.wide-shot--carplay img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.privacy-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(170px, 0.35fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(40px, 8vw, 120px);
  min-height: 680px;
  padding: 110px max(24px, calc((100vw - 1240px) / 2));
  overflow: hidden;
  background: var(--navy-deep);
  color: var(--white);
}

.privacy-section::after {
  position: absolute;
  right: -100px;
  bottom: -170px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(255, 137, 35, 0.28);
  border-radius: 50%;
  content: "";
}

.privacy-mark {
  display: grid;
  width: clamp(150px, 18vw, 230px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
}

.privacy-mark svg {
  width: 46%;
  fill: var(--orange);
}

.privacy-copy {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.privacy-copy p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 36px;
  color: #c2c9d2;
  font-size: clamp(19px, 2.2vw, 25px);
  line-height: 1.5;
}

.privacy-detail {
  position: absolute;
  right: 38px;
  bottom: 30px;
  margin: 0;
  color: #8f98a3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.final-cta {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 130px 24px;
  text-align: center;
}

.final-cta > img {
  margin-bottom: 36px;
  border-radius: 26px;
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.17);
}

.final-cta h2 {
  margin-bottom: 42px;
}

.site-footer {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 50px;
  width: var(--page);
  margin: 0 auto;
  padding: 60px 0 32px;
  border-top: 1px solid var(--line);
}

.footer-brand p {
  max-width: 360px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.footer-links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 14px;
}

.footer-links strong {
  margin-bottom: 4px;
  font-size: 14px;
}

.copyright {
  grid-column: 1 / -1;
  margin: 34px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 900px) {
  .js .flow-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
    align-items: start;
    gap: clamp(56px, 7vw, 112px);
  }

  .js .flow-stage {
    position: sticky;
    top: 112px;
    display: block;
    height: min(62vw, 610px);
  }

  .js .flow-shot {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(16px) scale(0.985);
    transition: opacity 420ms ease, transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1);
  }

  .js .flow-shot.is-active {
    z-index: 2;
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .js .flow-shot figcaption {
    display: none;
  }

  .js .media-mask img {
    transform: scale(1.025);
    transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  }

  .js .flow-shot.is-active .media-mask img {
    transform: scale(1);
  }

  .js .flow-copy {
    display: block;
  }

  .js .flow-step {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 72vh;
    opacity: 0.36;
    transition: opacity 280ms ease;
  }

  .js .flow-step.is-active {
    opacity: 1;
  }

  .flow-step > span {
    margin-bottom: 26px;
    color: var(--orange);
    font-size: 13px;
    font-weight: 760;
  }

  .flow-step h3 {
    margin-bottom: 18px;
    font-size: clamp(36px, 3.6vw, 54px);
    letter-spacing: -0.05em;
    line-height: 1;
  }

  .flow-step p {
    margin: 0;
    color: #a5abb4;
    font-size: 18px;
    line-height: 1.55;
  }
}

@media (max-width: 1023px) {
  :root {
    --page: min(920px, calc(100vw - 40px));
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 0.75fr);
    gap: 46px;
  }

  .hero h1 {
    font-size: clamp(54px, 7.4vw, 76px);
  }

  .feature-card--search,
  .feature-card--routes {
    min-height: 700px;
  }

  .search-phones {
    bottom: -245px;
  }

  .feature-card--styles {
    min-height: 490px;
  }

  .feature-card--carplay {
    min-height: 570px;
  }
}

@media (max-width: 899px) {
  .site-nav {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 150px;
    text-align: center;
  }

  .hero__copy {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .hero h1 {
    max-width: 780px;
    font-size: clamp(58px, 10vw, 88px);
  }

  .hero__lede {
    max-width: 670px;
  }

  .local-note {
    text-align: left;
  }

  .hero__visual {
    margin-top: 20px;
  }

  .phone-frame--hero {
    width: min(70vw, 410px);
  }

  .hero__label--top {
    left: 8%;
  }

  .hero__label--bottom {
    right: 7%;
  }

  .flow-section,
  .feature-section {
    padding: 92px 0;
  }

  .flow-heading {
    margin-bottom: 58px;
  }

  .flow-stage {
    gap: 72px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card--search,
  .feature-card--routes,
  .feature-card--styles,
  .feature-card--carplay {
    grid-column: auto;
  }

  .feature-card--search {
    min-height: 760px;
  }

  .search-phones {
    bottom: -200px;
  }

  .feature-card--routes {
    min-height: 760px;
  }

  .feature-card--styles {
    min-height: 500px;
  }

  .feature-card--carplay {
    min-height: 780px;
  }

  .feature-card--carplay .feature-card__copy {
    max-width: 700px;
  }

  .wide-shot--carplay {
    right: 32px;
    bottom: 32px;
    left: 32px;
    width: auto;
  }

  .privacy-section {
    grid-template-columns: 170px 1fr;
    min-height: 620px;
  }
}

@media (max-width: 599px) {
  :root {
    --page: calc(100vw - 32px);
    --radius-lg: 30px;
  }

  html {
    scroll-padding-top: 76px;
  }

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

  .brand {
    font-size: 17px;
  }

  .brand img {
    width: 38px;
    height: 38px;
    border-radius: 9px;
  }

  .button--compact {
    position: relative;
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .button--compact::before {
    position: absolute;
    inset: -3px;
    content: "";
  }

  .hero {
    gap: 42px;
    padding: 124px 0 64px;
  }

  .eyebrow {
    margin-bottom: 16px;
    font-size: 11px;
  }

  .hero h1 {
    margin-bottom: 24px;
    font-size: clamp(48px, 14.7vw, 64px);
    line-height: 0.95;
  }

  .hero__lede {
    margin-bottom: 28px;
    font-size: 19px;
  }

  .hero__actions {
    justify-content: center;
    gap: 14px;
    margin-bottom: 28px;
  }

  .text-link {
    width: 100%;
    justify-content: center;
  }

  .local-note {
    padding-top: 20px;
    font-size: 14px;
  }

  .phone-frame--hero {
    width: min(76vw, 350px);
    border-width: 8px;
    border-radius: 48px;
  }

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

  .hero__label--top {
    top: 9%;
    left: 0;
  }

  .hero__label--bottom {
    right: 0;
    bottom: 13%;
  }

  .section-heading {
    margin-bottom: 44px;
  }

  .section-heading h2,
  .privacy-copy h2,
  .final-cta h2 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .section-heading > p:last-child {
    font-size: 17px;
  }

  .flow-section,
  .feature-section {
    padding: 76px 0;
  }

  .flow-stage {
    gap: 58px;
  }

  .media-mask {
    border-radius: 20px;
  }

  .flow-shot figcaption {
    padding-top: 18px;
  }

  .flow-shot figcaption strong {
    font-size: 24px;
  }

  .flow-shot figcaption small {
    font-size: 15px;
  }

  .feature-grid {
    gap: 16px;
  }

  .feature-card__copy {
    padding: 30px 26px;
  }

  .feature-card__copy h3 {
    font-size: 34px;
  }

  .feature-card__copy > p:last-child {
    font-size: 16px;
  }

  .feature-card--search {
    min-height: 630px;
  }

  .search-phones {
    bottom: -235px;
    height: 520px;
  }

  .phone-frame--feature {
    width: 45%;
    border-width: 4px;
    border-radius: 28px;
  }

  .phone-frame--feature::before,
  .phone-frame--routes::before {
    top: 6px;
    height: 12px;
  }

  .search-wide {
    bottom: 260px;
    left: 4%;
    width: 52%;
    border-width: 4px;
    border-radius: 18px;
  }

  .phone-frame--front {
    right: 4%;
  }

  .feature-card--routes {
    min-height: 670px;
  }

  .phone-frame--routes {
    width: 68%;
    margin-top: 20px;
    border-width: 5px;
    border-radius: 34px;
  }

  .feature-card--styles {
    min-height: 440px;
  }

  .wide-shot--styles {
    right: -16%;
    bottom: 36px;
    left: 7%;
    border-radius: 18px 0 0 18px;
  }

  .feature-card--carplay {
    min-height: 575px;
  }

  .wide-shot--carplay {
    right: 18px;
    bottom: 18px;
    left: 18px;
    width: auto;
    border-radius: 18px;
  }

  .privacy-section {
    display: block;
    min-height: auto;
    padding: 78px 24px 100px;
  }

  .privacy-mark {
    width: 116px;
    margin-bottom: 42px;
  }

  .privacy-copy p:not(.eyebrow) {
    font-size: 18px;
  }

  .privacy-detail {
    right: auto;
    bottom: 34px;
    left: 24px;
  }

  .final-cta {
    padding: 92px 20px;
  }

  .final-cta > img {
    width: 92px;
    height: 92px;
    border-radius: 22px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    gap: 42px 24px;
    padding-top: 48px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 370px) {
  .brand span {
    display: none;
  }

  .feature-card--search {
    min-height: 590px;
  }

  .search-phones {
    bottom: -215px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .hero__visual {
    transform: none !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .js .flow-shot {
    transform: none;
  }

  .js .flow-layout {
    display: block;
  }

  .js .flow-stage {
    position: static;
    display: grid;
    height: auto;
  }

  .js .flow-shot {
    position: static;
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  .js .flow-shot figcaption {
    display: grid;
  }

  .js .flow-copy {
    display: none;
  }
}

/* Legal Pages */
.legal-content {
  max-width: 720px;
  margin: 120px auto 80px;
  padding: 0 24px;
}
.legal-content h1 {
  font-size: clamp(32px, 5vw, 48px);
  letter-spacing: -0.03em;
  margin-bottom: 32px;
}
.legal-content h2 {
  font-size: 24px;
  margin-top: 48px;
  margin-bottom: 16px;
}
.legal-content h3 {
  font-size: 18px;
  margin-top: 32px;
  margin-bottom: 12px;
}
.legal-content p, .legal-content li {
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted);
  margin-bottom: 16px;
}
.legal-content ul, .legal-content ol {
  padding-left: 24px;
  margin-bottom: 24px;
}
.legal-content a {
  color: var(--orange);
  text-decoration: underline;
}
.legal-content a:hover {
  color: var(--orange-dark);
}
