:root {
  --ink: #07100d;
  --soft-ink: #101a16;
  --forest: #0c3c2c;
  --green: #176c4d;
  --gold: #e5bc43;
  --soft-gold: #f0d77f;
  --cream: #f1eee5;
  --paper: #faf9f5;
  --white: #fffefa;
}

* { box-sizing: border-box; }
html { background: var(--ink); scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Avenir Next", "Segoe UI", Arial, sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
main { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
ol, ul { margin: 0; padding: 0; }
.page-shell { margin-inline: auto; width: min(100% - 64px, 1280px); }
.eyebrow {
  color: var(--green);
  font-size: .72rem;
  font-weight: 760;
  letter-spacing: .19em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eyebrow.light { color: var(--soft-gold); }
.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: .78rem;
  font-weight: 760;
  gap: 24px;
  justify-content: center;
  letter-spacing: .04em;
  min-height: 54px;
  padding: 0 24px;
  transition: .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--ink); }
.button-gold:hover { background: #f1ce62; }
.button-outline { border-color: rgba(255,255,255,.38); color: var(--white); }
.button-outline:hover { background: var(--white); color: var(--forest); }

.hero { background: var(--ink); color: var(--white); min-height: 900px; position: relative; }
.hero-media, .hero-shade { height: 100%; inset: 0; position: absolute; width: 100%; }
.hero-media { filter: brightness(1.08) saturate(1.03); object-fit: cover; object-position: center; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(4,12,9,.96) 0%, rgba(4,12,9,.74) 34%, rgba(4,12,9,.12) 72%),
    linear-gradient(180deg, rgba(3,9,7,.68), transparent 28%, transparent 68%, rgba(3,9,7,.88));
}
.site-header {
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.14);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 104px;
  inset: 0 0 auto;
  position: absolute;
  z-index: 3;
}
.brand { align-items: center; display: inline-flex; width: fit-content; }
.brand img { height: auto; width: 176px; }
.desktop-nav { align-items: center; display: flex; gap: 30px; }
.desktop-nav a { color: rgba(255,255,255,.76); font-size: .75rem; font-weight: 650; }
.desktop-nav a:hover { color: white; }
.header-cta {
  border: 1px solid rgba(255,255,255,.42);
  font-size: .72rem;
  font-weight: 760;
  justify-self: end;
  letter-spacing: .055em;
  padding: 13px 18px;
}
.header-cta:hover { background: white; color: var(--ink); }
.hero-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 790px;
  padding: 142px 0 74px;
  position: relative;
  z-index: 2;
}
.hero-copy { max-width: 690px; }
.hero-copy h1,
.positioning-grid h2,
.section-heading h2,
.safety-copy h2,
.journey-heading h2,
.priority-grid h2 {
  font-family: "Iowan Old Style", Baskerville, Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.045em;
}
.hero-copy h1 { font-size: clamp(4.1rem, 6.1vw, 6.3rem); line-height: .91; margin-top: 25px; }
.hero-copy h1 span { color: var(--soft-gold); display: block; font-style: italic; font-weight: 400; margin-top: 12px; }
.hero-intro { color: rgba(255,255,255,.77); font-size: 1.08rem; line-height: 1.72; margin-top: 34px; max-width: 555px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 28px; margin-top: 42px; }
.text-link { color: rgba(255,255,255,.82); font-size: .78rem; font-weight: 700; }
.text-link span { color: var(--gold); margin-left: 8px; }
.hero-note {
  align-items: flex-start;
  backdrop-filter: blur(14px);
  background: rgba(5,15,11,.54);
  border: 1px solid rgba(255,255,255,.14);
  display: flex;
  gap: 13px;
  margin-top: 330px;
  max-width: 276px;
  padding: 18px 20px;
}
.status-dot { background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 5px rgba(229,188,67,.12); flex: 0 0 auto; height: 8px; margin-top: 5px; width: 8px; }
.hero-note strong { font-size: .76rem; letter-spacing: .05em; text-transform: uppercase; }
.hero-note p { color: rgba(255,255,255,.62); font-size: .76rem; line-height: 1.5; margin-top: 5px; }
.hero-facts {
  backdrop-filter: blur(16px);
  background: rgba(6,15,12,.76);
  border: 1px solid rgba(255,255,255,.14);
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}
.hero-facts>div { align-items: center; border-right: 1px solid rgba(255,255,255,.14); display: flex; gap: 17px; min-height: 108px; padding: 0 27px; }
.hero-facts>div:last-child { border-right: 0; }
.hero-facts span { color: var(--gold); font-family: Georgia,serif; font-size: .75rem; }
.hero-facts p { color: rgba(255,255,255,.8); font-size: .8rem; font-weight: 650; }

.positioning-section { background: var(--cream); padding: 132px 0; }
.positioning-grid { display: grid; gap: 70px; grid-template-columns: .56fr 1.44fr; }
.positioning-grid h2 { font-size: clamp(2.8rem,4.4vw,4.8rem); line-height: 1.02; }
.positioning-grid>div>p { color: #4e5b55; font-size: 1.02rem; line-height: 1.82; margin-top: 28px; max-width: 720px; }

.coverage-section { background: var(--paper); padding: 126px 0 136px; }
.coverage-heading { align-items: end; display: grid; gap: 80px; grid-template-columns: 1.15fr .85fr; }
.coverage-heading h2 {
  font-family: "Iowan Old Style", Baskerville, Georgia, "Times New Roman", serif;
  font-size: clamp(2.9rem,4.6vw,5rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.02;
  margin-top: 18px;
}
.coverage-heading>p { color: #59655f; font-size: .92rem; line-height: 1.75; padding-bottom: 7px; }
.city-grid { border-block: 1px solid rgba(7,45,31,.18); display: grid; grid-template-columns: repeat(4,1fr); margin-top: 64px; }
.city-grid article { border-right: 1px solid rgba(7,45,31,.18); min-height: 350px; padding: 34px 28px 38px; }
.city-grid article:last-child { border-right: 0; }
.city-grid article>span { color: var(--green); font-family: Georgia,serif; font-size: .74rem; }
.city-grid article>p:first-of-type { color: var(--green); font-size: .64rem; font-weight: 760; letter-spacing: .1em; margin-top: 36px; text-transform: uppercase; }
.city-grid h3 { font-family: "Iowan Old Style",Baskerville,Georgia,serif; font-size: 2.35rem; font-weight: 500; letter-spacing: -.04em; line-height: 1; margin-top: 10px; }
.city-rule { background: var(--gold); height: 2px; margin: 30px 0 24px; width: 32px; }
.city-grid article>p:last-child { color: #5c6761; font-size: .81rem; line-height: 1.72; }

.classes-section { background: radial-gradient(circle at 86% 8%,rgba(31,104,75,.17),transparent 28%),var(--ink); color: var(--white); padding: 132px 0 150px; }
.section-heading { align-items: end; display: grid; gap: 80px; grid-template-columns: 1.2fr .8fr; margin-bottom: 64px; }
.section-heading h2 { font-size: clamp(2.9rem,4.6vw,5rem); line-height: 1.02; margin-top: 18px; }
.section-heading>p { color: rgba(255,255,255,.58); font-size: .92rem; line-height: 1.75; padding-bottom: 7px; }
.ride-showcase-list { display: grid; gap: 30px; }
.ride-showcase {
  background: var(--cream);
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 22px 70px rgba(0,0,0,.2);
  color: var(--ink);
  overflow: hidden;
}
.ride-visuals { display: grid; gap: 3px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.ride-visuals figure { aspect-ratio: 2048/1117; margin: 0; min-width: 0; overflow: hidden; position: relative; }
.ride-visuals figure:before {
  background: linear-gradient(135deg,rgba(10,66,46,.14),rgba(224,183,64,.07));
  content: "";
  inset: 0;
  mix-blend-mode: soft-light;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.ride-visuals figure:after {
  background: linear-gradient(180deg,transparent 53%,rgba(4,12,9,.72));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.ride-visuals img {
  display: block;
  filter: brightness(1.035) saturate(.94) contrast(1.015) sepia(.025);
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .7s ease,filter .4s ease;
  width: 100%;
}
.ride-visuals figure:hover img { filter: brightness(1.075) saturate(.97) contrast(1.015) sepia(.02); transform: scale(1.018); }
.ride-visuals figcaption {
  bottom: 20px;
  color: white;
  display: grid;
  gap: 5px;
  left: 22px;
  position: absolute;
  z-index: 3;
}
.ride-visuals figcaption span { color: var(--soft-gold); font-size: .62rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.ride-visuals figcaption strong { font-family: "Iowan Old Style",Baskerville,Georgia,serif; font-size: 1.28rem; font-weight: 500; letter-spacing: -.015em; }
.ride-detail { padding: 42px 48px 48px; }
.card-index { align-items: center; color: #5f6c65; display: flex; font-size: .68rem; font-weight: 700; justify-content: space-between; letter-spacing: .075em; text-transform: uppercase; }
.availability { border: 1px solid rgba(14,74,53,.24); color: var(--forest); padding: 7px 9px; }
.card-eyebrow { color: var(--green)!important; font-size: .7rem!important; font-weight: 760; letter-spacing: .12em; margin-top: 34px!important; text-transform: uppercase; }
.ride-detail h3 { font-family: "Iowan Old Style",Baskerville,Georgia,serif; font-size: clamp(2.7rem,4vw,4.6rem); font-weight: 500; letter-spacing: -.045em; line-height: .98; margin-top: 10px; }
.ride-description { color: #56615b; font-size: .94rem; line-height: 1.75; margin-top: 20px; max-width: 830px; }
.service-options { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.service-option { align-items: center; border: 1px solid rgba(12,60,44,.19); color: var(--forest); display: inline-flex; font-size: .68rem; font-weight: 750; gap: 10px; letter-spacing: .025em; padding: 10px 12px; }
.service-option span { color: var(--green); font-family: Georgia,serif; font-size: .66rem; }
.service-option.primary { background: var(--forest); border-color: var(--forest); color: white; }
.service-option.primary span { color: var(--soft-gold); }
.function-grid { border-top: 1px solid rgba(10,42,31,.17); display: grid; gap: 44px; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 34px; padding-top: 24px; }
.function-title { align-items: center; color: var(--forest); display: flex; font-family: "Iowan Old Style",Baskerville,Georgia,serif; font-size: 1.25rem; font-weight: 600; gap: 11px; }
.function-title span { color: var(--green); font-family: Georgia,serif; font-size: .65rem; font-weight: 400; }
.function-list { list-style: none; margin-top: 13px; }
.function-list li { color: #34423b; font-size: .78rem; line-height: 1.58; padding: 7px 0 7px 22px; position: relative; }
.function-list li:before { color: var(--green); content: "→"; font-size: .82rem; left: 0; position: absolute; top: 7px; }

.safety-section { background: radial-gradient(circle at 16% 20%,rgba(82,162,117,.2),transparent 31%),var(--forest); color: white; padding: 146px 0; }
.safety-grid { display: grid; gap: 110px; grid-template-columns: .9fr 1.1fr; }
.safety-copy h2 { font-size: clamp(3rem,4.9vw,5.4rem); line-height: 1.02; margin-top: 20px; max-width: 610px; }
.safety-copy>p:not(.eyebrow) { color: rgba(255,255,255,.67); font-size: .96rem; line-height: 1.8; margin-top: 30px; max-width: 560px; }
.safety-copy .button { margin-top: 38px; }
.safeguard-list { border-top: 1px solid rgba(255,255,255,.18); list-style: none; }
.safeguard-list li { align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); display: grid; gap: 32px; grid-template-columns: 40px 1fr; min-height: 108px; }
.safeguard-list span { color: var(--soft-gold); font-family: Georgia,serif; font-size: .74rem; }
.safeguard-list p { font-family: "Iowan Old Style",Baskerville,Georgia,serif; font-size: 1.35rem; line-height: 1.3; }

.service-model-section { background: var(--cream); padding: 132px 0; }
.section-heading.dark-text h2 { color: var(--ink); }
.section-heading.dark-text>p { color: #5b6761; }
.service-model-grid { border-block: 1px solid rgba(7,45,31,.18); display: grid; grid-template-columns: repeat(3,1fr); }
.service-model-grid article { border-right: 1px solid rgba(7,45,31,.18); min-height: 270px; padding: 42px 40px; }
.service-model-grid article:last-child { border-right: 0; }
.service-model-grid span { color: var(--green); font-size: .67rem; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.service-model-grid h3,.journey-grid h3 { font-family: "Iowan Old Style",Baskerville,Georgia,serif; font-size: 2rem; font-weight: 500; letter-spacing: -.03em; }
.service-model-grid h3 { margin-top: 54px; }
.service-model-grid p { color: #5a655f; font-size: .84rem; line-height: 1.7; margin-top: 18px; }

.journey-section { background: var(--paper); padding: 136px 0; }
.journey-heading { max-width: 870px; }
.journey-heading h2 { font-size: clamp(3rem,5vw,5.3rem); line-height: 1.02; margin-top: 19px; }
.journey-grid { display: grid; grid-template-columns: repeat(4,1fr); list-style: none; margin-top: 75px; }
.journey-grid li { border-left: 1px solid rgba(7,45,31,.18); min-height: 285px; padding: 3px 42px 0; }
.journey-grid li:first-child { border-left: 0; padding-left: 0; }
.journey-grid>li>span { color: var(--green); font-family: Georgia,serif; font-size: .78rem; }
.journey-grid h3 { margin-top: 72px; }
.journey-grid p { color: #5c6761; font-size: .86rem; line-height: 1.75; margin-top: 18px; }

.priority-section { background: var(--ink); color: white; overflow: hidden; padding: 116px 0; position: relative; }
.priority-glow { background: radial-gradient(circle,rgba(35,125,89,.38),transparent 67%); height: 580px; pointer-events: none; position: absolute; right: -100px; top: -240px; width: 680px; }
.priority-grid { align-items: end; display: grid; gap: 90px; grid-template-columns: 1.15fr .85fr; position: relative; }
.priority-grid h2 { font-size: clamp(3.1rem,5vw,5.2rem); line-height: 1.02; margin-top: 18px; max-width: 780px; }
.priority-grid>div:first-child>p:not(.eyebrow) { color: rgba(255,255,255,.62); font-size: .92rem; line-height: 1.75; margin-top: 28px; max-width: 630px; }
.priority-action { border-left: 1px solid rgba(255,255,255,.14); padding: 22px 0 22px 60px; }
.priority-action .button { width: 100%; }
.priority-action p { color: rgba(255,255,255,.46); font-size: .72rem; line-height: 1.5; margin-top: 17px; text-align: center; }

.site-footer { background: #040a08; color: white; padding: 72px 0 34px; }
.footer-grid { align-items: center; display: grid; gap: 32px; grid-template-columns: 1fr auto 1fr; }
.footer-brand img { width: 158px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 28px; justify-content: center; }
.footer-links a { color: rgba(255,255,255,.61); font-size: .7rem; font-weight: 650; }
.footer-owner { color: rgba(255,255,255,.45); font-size: .7rem; justify-self: end; }
.footer-legal { border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.34); display: flex; font-size: .63rem; gap: 30px; justify-content: space-between; line-height: 1.6; margin-top: 54px; padding-top: 25px; }
.footer-legal p:last-child { max-width: 680px; text-align: right; }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (max-width:1000px) {
  .desktop-nav { gap: 24px; }
  .hero-note { display:none; }
  .positioning-grid,.coverage-heading,.section-heading,.safety-grid,.priority-grid { gap:48px; }
  .ride-detail { padding:38px 38px 42px; }
  .function-grid { gap:32px; }
  .service-model-grid article { padding:34px 26px; }
  .city-grid { grid-template-columns:repeat(2,1fr); }
  .city-grid article:nth-child(2) { border-right:0; }
  .city-grid article:nth-child(-n+2) { border-bottom:1px solid rgba(7,45,31,.18); }
}

@media (max-width:760px) {
  .page-shell { width:min(100% - 40px,1280px); }
  .hero { min-height:880px; }
  .hero-media { object-position:64% center; }
  .hero-shade { background:linear-gradient(90deg,rgba(4,12,9,.94),rgba(4,12,9,.48)),linear-gradient(180deg,rgba(4,12,9,.2),rgba(4,12,9,.24) 45%,rgba(4,12,9,.92)); }
  .site-header { grid-template-columns:1fr auto; height:88px; }
  .brand img { width:136px; }
  .desktop-nav { display:none; }
  .header-cta { font-size:.64rem; padding:11px 12px; }
  .hero-content { align-items:flex-start; min-height:758px; padding:180px 0 140px; }
  .hero-copy h1 { font-size:clamp(3.15rem,13vw,4.5rem); line-height:.95; }
  .hero-intro { font-size:.96rem; max-width:470px; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:20px; }
  .hero-facts { grid-template-columns:repeat(2,1fr); }
  .hero-facts>div { border-bottom:1px solid rgba(255,255,255,.14); min-height:72px; padding:0 14px; }
  .hero-facts>div:nth-child(2) { border-right:0; }
  .hero-facts>div:nth-child(3),.hero-facts>div:nth-child(4) { border-bottom:0; }
  .hero-facts p { font-size:.7rem; }
  .positioning-section,.coverage-section,.classes-section,.safety-section,.service-model-section,.journey-section { padding:90px 0; }
  .positioning-grid,.coverage-heading,.section-heading,.safety-grid,.priority-grid { grid-template-columns:1fr; }
  .positioning-grid,.coverage-heading,.section-heading { gap:30px; }
  .positioning-grid h2,.coverage-heading h2,.section-heading h2,.safety-copy h2,.journey-heading h2,.priority-grid h2 { font-size:clamp(2.7rem,11vw,4rem); }
  .city-grid { grid-template-columns:1fr; margin-top:46px; }
  .city-grid article,.city-grid article:nth-child(2) { border-bottom:1px solid rgba(7,45,31,.18); border-right:0; min-height:0; padding:34px 8px 40px; }
  .city-grid article:last-child { border-bottom:0; }
  .ride-showcase-list { gap:22px; }
  .ride-visuals { grid-template-columns:1fr; }
  .ride-visuals figure { aspect-ratio:2048/1117; }
  .ride-detail { padding:32px 26px 38px; }
  .card-index { align-items:flex-start; flex-direction:column; gap:12px; }
  .card-eyebrow { margin-top:30px!important; }
  .function-grid { gap:28px; grid-template-columns:1fr; }
  .safety-grid { gap:68px; }
  .service-model-grid,.journey-grid { grid-template-columns:1fr; }
  .service-model-grid article { border-bottom:1px solid rgba(7,45,31,.18); border-right:0; min-height:230px; padding:36px 10px; }
  .service-model-grid article:last-child { border-bottom:0; }
  .service-model-grid h3 { margin-top:42px; }
  .journey-grid { margin-top:55px; }
  .journey-grid li,.journey-grid li:first-child { border-bottom:1px solid rgba(7,45,31,.18); border-left:0; min-height:0; padding:34px 0 40px; }
  .journey-grid li:last-child { border-bottom:0; }
  .journey-grid h3 { margin-top:34px; }
  .priority-section { padding:90px 0; }
  .priority-action { border-left:0; border-top:1px solid rgba(255,255,255,.14); padding:38px 0 0; }
  .footer-grid { align-items:flex-start; grid-template-columns:1fr; }
  .footer-links { justify-content:flex-start; }
  .footer-owner { justify-self:start; }
  .footer-legal { flex-direction:column; }
  .footer-legal p:last-child { text-align:left; }
}

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

/* =========================================================
   RIDESAFE APP DOWNLOAD SECTION
   Corresponds with #download-app in the landing-page HTML
   ========================================================= */

.download-section {
  background:
    radial-gradient(circle at 78% 42%, rgba(42,132,95,.19), transparent 26%),
    linear-gradient(135deg, #07100d, #0a1812 62%, #07100d);
  color: var(--white);
  overflow: hidden;
  padding: 142px 0;
  position: relative;
}

.download-grid {
  align-items: center;
  display: grid;
  gap: clamp(70px,10vw,145px);
  grid-template-columns: 1.05fr .95fr;
  position: relative;
  z-index: 2;
}

.download-copy { max-width: 660px; }

.download-copy h2 {
  font-family: "Iowan Old Style", Baskerville, Georgia, "Times New Roman", serif;
  font-size: clamp(3.3rem,5.3vw,5.7rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .96;
  margin-top: 20px;
}

.download-copy h2 span {
  color: var(--soft-gold);
  display: block;
  font-style: italic;
  font-weight: 400;
  margin-top: 10px;
}

.download-intro {
  color: rgba(255,255,255,.66);
  font-size: 1rem;
  line-height: 1.78;
  margin-top: 30px;
  max-width: 590px;
}

.download-features {
  border-top: 1px solid rgba(255,255,255,.14);
  list-style: none;
  margin-top: 38px;
  max-width: 610px;
}

.download-features li {
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.14);
  display: grid;
  gap: 18px;
  grid-template-columns: 35px 1fr;
  min-height: 67px;
}

.download-features span {
  color: var(--soft-gold);
  font-family: Georgia, serif;
  font-size: .72rem;
}

.download-features p {
  color: rgba(255,255,255,.78);
  font-size: .82rem;
  line-height: 1.5;
}

.store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.store-link {
  align-items: center;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.2);
  display: inline-flex;
  gap: 13px;
  min-height: 65px;
  min-width: 196px;
  padding: 10px 17px;
  transition: background .18s ease,border-color .18s ease,transform .18s ease;
}

.store-link:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(229,188,67,.7);
  transform: translateY(-2px);
}

.store-link:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.store-link svg {
  fill: currentColor;
  flex: 0 0 auto;
  height: 29px;
  width: 29px;
}

.store-link > span {
  display: grid;
  line-height: 1;
}

.store-link small {
  color: rgba(255,255,255,.6);
  font-size: .61rem;
  margin-bottom: 6px;
}

.store-link strong {
  font-size: 1.02rem;
  font-weight: 650;
}

.download-note {
  color: rgba(255,255,255,.37);
  font-size: .66rem;
  line-height: 1.5;
  margin-top: 14px;
}

/* Decorative background rings */

.download-orbit {
  border: 1px solid rgba(229,188,67,.1);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  right: -90px;
  top: 50%;
  transform: translateY(-50%);
}

.download-orbit-one {
  height: 690px;
  width: 690px;
}

.download-orbit-two {
  height: 520px;
  right: -5px;
  width: 520px;
}

/* App phone preview */

.download-visual {
  display: grid;
  min-height: 620px;
  place-items: center;
  position: relative;
}

.phone-frame {
  background: #020705;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 44px;
  box-shadow:
    0 45px 100px rgba(0,0,0,.5),
    0 0 0 6px rgba(255,255,255,.025);
  padding: 8px;
  position: relative;
  transform: rotate(2.5deg);
  width: min(310px,78vw);
  z-index: 2;
}

.phone-speaker {
  background: #020504;
  border-radius: 30px;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 17px;
  transform: translateX(-50%);
  width: 89px;
  z-index: 4;
}

.phone-screen {
  background:
    radial-gradient(circle at 100% 0%, rgba(229,188,67,.18), transparent 29%),
    var(--cream);
  border-radius: 37px;
  color: var(--ink);
  min-height: 595px;
  overflow: hidden;
  padding: 53px 20px 20px;
}

.app-bar {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.app-bar strong {
  font-size: 1rem;
  letter-spacing: -.035em;
}

.app-bar strong span { color: #a17d34; }

.app-bar > i {
  background: #3b8f62;
  border: 3px solid rgba(59,143,98,.16);
  border-radius: 50%;
  box-sizing: content-box;
  height: 8px;
  width: 8px;
}

.app-welcome { margin: 34px 0 23px; }

.app-welcome small {
  color: #768078;
  font-size: .68rem;
}

.app-welcome h3 {
  font-family: "Iowan Old Style", Baskerville, Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: .96;
  margin-top: 5px;
  max-width: 210px;
}

.route-card,
.selected-ride,
.operations-card {
  background: #fff;
  border: 1px solid rgba(7,16,13,.08);
  box-shadow: 0 12px 28px rgba(7,16,13,.07);
}

.route-card {
  border-radius: 14px;
  padding: 17px;
}

.route-card > div {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 10px 1fr;
}

.route-card p,
.selected-ride p,
.operations-card p { font-size: .69rem; }

.route-card small,
.selected-ride small,
.operations-card small {
  color: #879089;
  display: block;
  font-size: .55rem;
  margin-bottom: 3px;
}

.route-point {
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.route-point.pickup { background: #b28b48; }
.route-point.destination { background: var(--forest); }

.route-card > b {
  background: #d4d9d5;
  display: block;
  height: 15px;
  margin: 3px 0 3px 4px;
  width: 1px;
}

.selected-ride {
  align-items: center;
  border-radius: 14px;
  display: flex;
  gap: 13px;
  margin-top: 12px;
  padding: 12px;
}

.ride-monogram {
  align-items: center;
  background: linear-gradient(145deg,#10221a,#050a08);
  border-radius: 10px;
  color: var(--soft-gold);
  display: flex;
  font-size: .73rem;
  font-weight: 700;
  height: 52px;
  justify-content: center;
  letter-spacing: .12em;
  width: 72px;
}

.selected-ride strong,
.selected-ride span { display: block; }

.selected-ride strong {
  font-size: .82rem;
  margin: 3px 0;
}

.selected-ride span {
  color: #59665f;
  font-size: .61rem;
}

.operations-card {
  align-items: center;
  border-radius: 13px;
  display: flex;
  gap: 12px;
  margin-top: 12px;
  padding: 13px;
}

.operations-card > i {
  background: #3b8f62;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(59,143,98,.13);
  flex: 0 0 auto;
  height: 9px;
  width: 9px;
}

.request-preview {
  align-items: center;
  background: var(--gold);
  border-radius: 12px;
  display: flex;
  font-size: .75rem;
  font-weight: 760;
  justify-content: center;
  margin-top: 15px;
  min-height: 50px;
}

.verified-card {
  align-items: center;
  backdrop-filter: blur(15px);
  background: rgba(13,28,21,.92);
  border: 1px solid rgba(229,188,67,.26);
  bottom: 78px;
  box-shadow: 0 22px 55px rgba(0,0,0,.38);
  display: flex;
  gap: 12px;
  padding: 14px 17px;
  position: absolute;
  right: -12px;
  z-index: 3;
}

.verified-card > span {
  align-items: center;
  background: var(--gold);
  border-radius: 50%;
  color: var(--ink);
  display: flex;
  flex: 0 0 auto;
  height: 31px;
  justify-content: center;
  width: 31px;
}

.verified-card p {
  color: rgba(255,255,255,.86);
  font-size: .7rem;
  line-height: 1.25;
}

.verified-card small {
  color: rgba(255,255,255,.44);
  display: block;
  font-size: .56rem;
  margin-bottom: 4px;
}

/* Download-section responsiveness */

@media (max-width:1000px) {
  .download-grid {
    gap: 55px;
    grid-template-columns: 1fr 1fr;
  }

  .download-visual { min-height: 590px; }
}

@media (max-width:760px) {
  .download-section { padding: 90px 0; }

  .download-grid {
    gap: 60px;
    grid-template-columns: 1fr;
  }

  .download-copy h2 { font-size: clamp(2.8rem,11vw,4.2rem); }
  .download-visual { min-height: 610px; }
  .download-orbit { right: -240px; }
  .verified-card { right: 0; }
}

@media (max-width:480px) {
  .store-links { display: grid; }
  .store-link { width: 100%; }
  .download-visual { min-height: 580px; }
  .phone-frame { transform: none; }
  .verified-card { bottom: 38px; }
}
