:root {
  --navy-950: #061109;
  --navy-900: #0a1a10;
  --navy-850: #10281a;
  --navy-800: #173621;
  --cyan: #a6df45;
  --cyan-soft: #daf7aa;
  --yellow: #ff9f36;
  --white: #fbfff6;
  --muted: #b3c5b2;
  --line: rgba(166, 223, 69, 0.2);
  --glass: rgba(10, 32, 18, 0.8);
  --success: #25d366;
  --danger: #ff6b7a;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy-950);
  color: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 15% 10%, rgba(166, 223, 69, 0.13), transparent 30rem),
    radial-gradient(circle at 90% 24%, rgba(30, 145, 174, 0.1), transparent 26rem);
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: var(--yellow); color: #08111f; padding: .7rem 1rem; border-radius: .6rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }
.container { width: min(1160px, calc(100% - 2.2rem)); margin-inline: auto; }
.section { padding: 6rem 0; }
.section-sm { padding: 3.5rem 0; }
.surface { background: linear-gradient(180deg, rgba(12, 38, 21, .97), rgba(6, 24, 13, .97)); border-block: 1px solid var(--line); }
.eyebrow { margin: 0 0 .85rem; color: var(--cyan-soft); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, h4 { margin: 0; line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.8rem, 7vw, 5.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: clamp(1.25rem, 2.3vw, 1.65rem); }
p { margin: 0; }
.lede { color: #e2efdf; font-size: clamp(1.05rem, 1.6vw, 1.25rem); max-width: 67ch; }
.muted { color: var(--muted); }
.accent { color: var(--cyan); }
.yellow { color: var(--yellow); }
.center { text-align: center; }
.section-heading { max-width: 760px; margin-bottom: 2.6rem; }
.section-heading.center { margin-inline: auto; }
.section-heading p:last-child { color: var(--muted); margin-top: 1rem; font-size: 1.05rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(6, 17, 9, .92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; }
.brand { display: inline-flex; align-items: center; min-width: 218px; text-decoration: none; }
.brand img { width: 218px; height: auto; max-height: 78px; object-fit: contain; object-position: left center; filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .24)); }
.navigation { display: flex; align-items: center; gap: 1.15rem; }
.navigation a { color: #e2efdf; text-decoration: none; font-size: .82rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.navigation a:hover, .navigation a[aria-current="page"] { color: var(--cyan); }
.nav-actions { display: flex; align-items: center; gap: .55rem; }
.language-button, .menu-button { border: 1px solid var(--line); background: rgba(255, 255, 255, .04); color: var(--white); border-radius: 999px; min-width: 44px; height: 42px; padding: 0 .75rem; font-weight: 900; cursor: pointer; }
.language-button:hover, .menu-button:hover { border-color: var(--cyan); color: var(--cyan); }
.menu-button { display: none; font-size: 1.2rem; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: .5rem; min-height: 48px; padding: .75rem 1.15rem; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 900; letter-spacing: .01em; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--cyan); color: #102008; box-shadow: 0 10px 30px rgba(166, 223, 69, .25); }
.button-primary:hover { background: #c5f16f; }
.button-cyan { background: var(--cyan); color: #102008; box-shadow: 0 10px 30px rgba(166, 223, 69, .22); }
.button-outline { border-color: rgba(166, 223, 69, .48); color: var(--cyan-soft); background: rgba(166, 223, 69, .06); }
.button-outline:hover { background: rgba(166, 223, 69, .15); }
.button-whatsapp { background: var(--success); color: #03170a; }
.button-small { min-height: 40px; padding: .55rem .95rem; font-size: .84rem; }
.button-row { display: flex; gap: .8rem; flex-wrap: wrap; }

.hero { padding: clamp(3.5rem, 7vw, 6rem) 0; overflow: hidden; }
.hero-banner {
  min-height: 0;
  background:
    radial-gradient(circle at 76% 18%, rgba(166, 223, 69, .17), transparent 28rem),
    linear-gradient(135deg, #07170c 0%, #0b2112 52%, #061109 100%);
}
.hero-banner .hero-grid { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(2rem, 4vw, 4rem); }
.hero-banner .hero-copy { padding: 1.5rem 0; }
.hero-banner .hero-copy h1 { font-size: clamp(2.75rem, 4.7vw, 4.75rem); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(2.2rem, 5vw, 5rem); align-items: center; }
.hero-copy h1 span { display: block; color: var(--cyan); }
.hero-copy .lede { margin: 1.4rem 0 1.8rem; }
.hero-proof { display: flex; gap: 1rem 1.4rem; flex-wrap: wrap; color: var(--muted); font-size: .9rem; margin-top: 1.2rem; }
.hero-proof strong { color: var(--white); }
.hero-media { position: relative; overflow: hidden; border: 1px solid rgba(166, 223, 69, .3); border-radius: 1.6rem; background: #0b2012; box-shadow: var(--shadow); }
.hero-media > img { width: 100%; height: auto; aspect-ratio: 1672 / 941; object-fit: contain; background: #10281a; }
.hero-rate-bar { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); background: rgba(5, 18, 9, .94); border-top: 1px solid rgba(166, 223, 69, .24); backdrop-filter: blur(14px); }
.hero-rate-bar > div { padding: .9rem 1rem; border-right: 1px solid var(--line); }
.hero-rate-bar > div:last-child { border-right: 0; }
.hero-rate-bar span, .hero-rate-bar small { display: block; color: var(--muted); font-size: .72rem; }
.hero-rate-bar strong { display: flex; gap: .25rem; align-items: baseline; color: var(--yellow); font-size: 1.05rem; line-height: 1.2; }
.hero-rate-bar strong span { display: inline; color: var(--cyan-soft); font-size: .68rem; }
.hero-rate-bar strong [data-price] { color: var(--yellow); font-size: inherit; }
.hero-visual { position: relative; min-height: 600px; }
.hero-visual::before { content: ""; position: absolute; inset: 10% -12% 2% 8%; border-radius: 50%; background: radial-gradient(circle, rgba(166, 223, 69, .28), transparent 66%); filter: blur(20px); }
.hero-photo { position: absolute; overflow: hidden; border-radius: 1.5rem; border: 1px solid rgba(166, 223, 69, .28); box-shadow: var(--shadow); background: var(--navy-850); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-main { inset: 0 20% 8% 0; }
.hero-photo-secondary { width: 50%; height: 58%; right: 0; bottom: 0; border: 5px solid var(--navy-950); }
.hero-float { position: absolute; right: 3%; top: 7%; z-index: 2; max-width: 220px; padding: .85rem 1rem; border-radius: 1rem; background: rgba(6, 24, 13, .9); border: 1px solid var(--line); backdrop-filter: blur(12px); box-shadow: var(--shadow); }
.hero-float strong { display: block; color: var(--yellow); font-size: 1.15rem; }
.hero-float span { color: var(--muted); font-size: .84rem; }

.quick-facts { margin-top: -1.5rem; position: relative; z-index: 3; }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 1.25rem; overflow: hidden; background: rgba(7, 29, 15, .95); box-shadow: var(--shadow); }
.fact { padding: 1.35rem; border-right: 1px solid var(--line); }
.fact:last-child { border-right: 0; }
.fact strong { display: block; color: var(--cyan-soft); font-size: 1.05rem; }
.fact span { color: var(--muted); font-size: .82rem; }

.offer-section { padding-top: 5rem; padding-bottom: 1.5rem; }
.offer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.1rem; }
.offer-card { display: flex; flex-direction: column; min-height: 330px; padding: 1.45rem; border: 1px solid var(--line); border-radius: 1.25rem; background: linear-gradient(180deg, rgba(16, 40, 26, .94), rgba(7, 29, 15, .94)); box-shadow: var(--shadow); }
.offer-card-featured { border-color: rgba(166, 223, 69, .52); background: radial-gradient(circle at 85% 0%, rgba(166, 223, 69, .18), transparent 12rem), linear-gradient(180deg, rgba(24, 55, 31, .96), rgba(7, 29, 15, .96)); }
.offer-kicker { color: var(--cyan); font-size: .76rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.offer-card h3 { margin-top: .45rem; }
.offer-prices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .5rem; margin: 1.3rem 0 1.4rem; }
.offer-prices > span { display: grid; gap: .2rem; padding: .75rem .5rem; border: 1px solid var(--line); border-radius: .85rem; background: rgba(166, 223, 69, .045); text-align: center; }
.offer-prices small { color: var(--muted); font-size: .72rem; font-weight: 800; }
.offer-prices strong { color: var(--white); font-size: 1.12rem; white-space: nowrap; }
.offer-prices .offer-highlight { border-color: rgba(166, 223, 69, .6); background: rgba(166, 223, 69, .13); }
.offer-prices .offer-highlight strong { color: var(--cyan); }
.offer-card .button { margin-top: auto; }

.fleet-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.vehicle-card { overflow: hidden; border: 1px solid var(--line); border-radius: 1.4rem; background: linear-gradient(180deg, var(--navy-850), var(--navy-900)); box-shadow: var(--shadow); }
.vehicle-photo { position: relative; aspect-ratio: 4 / 5; overflow: hidden; }
.vehicle-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; transition: transform .5s ease; }
.vehicle-card:hover .vehicle-photo img { transform: scale(1.025); }
.vehicle-badge { position: absolute; left: 1rem; top: 1rem; background: rgba(6, 24, 13, .9); border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; padding: .45rem .75rem; font-size: .75rem; font-weight: 900; }
.vehicle-body { padding: 1.55rem; }
.vehicle-head { display: flex; justify-content: space-between; gap: 1rem; align-items: start; }
.vehicle-price { flex: none; text-align: right; }
.vehicle-price strong { display: block; color: var(--yellow); font-size: 1.6rem; line-height: 1; }
.vehicle-price span { color: var(--muted); font-size: .75rem; }
.vehicle-body > p { color: var(--muted); margin-top: .75rem; }
.spec-list { display: flex; gap: .5rem; flex-wrap: wrap; margin: 1.1rem 0 1.3rem; padding: 0; list-style: none; }
.spec-list li { border: 1px solid var(--line); background: rgba(166, 223, 69, .05); color: #e7f2e4; padding: .45rem .65rem; border-radius: .65rem; font-size: .8rem; font-weight: 750; }

.rules-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.rule-card { min-height: 190px; padding: 1.4rem; border: 1px solid var(--line); border-radius: 1.1rem; background: rgba(12, 38, 21, .76); }
.rule-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: .8rem; background: rgba(166, 223, 69, .12); color: var(--cyan); font-weight: 950; margin-bottom: 1rem; }
.rule-card p { color: var(--muted); font-size: .91rem; margin-top: .55rem; }
.legal-callout { display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; align-items: center; margin-top: 1.5rem; padding: 1.35rem; border: 1px solid rgba(255, 201, 40, .28); border-radius: 1rem; background: rgba(255, 201, 40, .06); }
.legal-callout p { color: var(--muted); }

.price-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 1rem; }
.price-table { width: 100%; border-collapse: collapse; background: rgba(7, 29, 15, .74); }
.price-table th, .price-table td { padding: .95rem 1rem; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.price-table th { color: var(--cyan-soft); background: rgba(166, 223, 69, .07); font-size: .8rem; letter-spacing: .04em; text-transform: uppercase; }
.price-table tr:last-child td { border-bottom: 0; }
.price-table td:last-child { font-weight: 850; color: var(--white); white-space: nowrap; }
.table-note { color: var(--muted); margin-top: 1rem; font-size: .88rem; }
.car-rate-grid { display: grid; gap: 1.25rem; }
.rate-panel { padding: clamp(1.2rem, 3vw, 1.8rem); border: 1px solid var(--line); border-radius: 1.25rem; background: linear-gradient(145deg, rgba(12, 38, 21, .94), rgba(6, 24, 13, .96)); box-shadow: var(--shadow); }
.rate-panel-premium { border-color: rgba(166, 223, 69, .42); background: radial-gradient(circle at 95% 0%, rgba(166, 223, 69, .15), transparent 18rem), linear-gradient(145deg, rgba(16, 48, 26, .96), rgba(6, 24, 13, .96)); }
.rate-panel-head { display: flex; justify-content: space-between; align-items: center; gap: 1.2rem; margin-bottom: 1.25rem; }
.rate-panel-head .eyebrow { margin-bottom: .35rem; }
.rate-panel-head .muted { margin-top: .35rem; }
.rate-panel-head .muted strong { color: var(--white); }
.rate-week-badge { display: grid; min-width: 132px; padding: .75rem 1rem; border: 1px solid rgba(166, 223, 69, .54); border-radius: 1rem; background: rgba(166, 223, 69, .11); text-align: right; }
.rate-week-badge > span { color: var(--cyan-soft); font-size: .7rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.rate-week-badge strong { color: var(--cyan); font-size: 1.5rem; }
.duration-rate-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .65rem; }
.rate-includes { margin-top: 1rem; color: var(--muted); font-size: .83rem; }
.rate-includes strong { color: var(--white); }
.ebike-rate-heading { margin-top: 3.7rem; }
.ebike-rate-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .85rem; }
.rate-tile { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 1.15rem; border: 1px solid var(--line); border-radius: .9rem; background: rgba(12, 38, 21, .82); }
.rate-tile span { color: #dcead9; font-weight: 750; }
.rate-tile strong { color: var(--yellow); font-size: 1.35rem; }
.rate-tile.featured { border-color: rgba(166, 223, 69, .55); background: linear-gradient(135deg, rgba(166, 223, 69, .15), rgba(12, 38, 21, .92)); }

.booking-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 2rem; align-items: start; }
.booking-copy { position: sticky; top: 120px; }
.booking-copy .lede { margin-top: 1rem; }
.booking-points { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.booking-points li { display: flex; gap: .7rem; color: var(--muted); margin-bottom: .7rem; }
.booking-points li::before { content: "✓"; color: var(--cyan); font-weight: 950; }
.booking-card { padding: clamp(1.2rem, 3vw, 2rem); border: 1px solid var(--line); border-radius: 1.3rem; background: rgba(7, 29, 15, .92); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.field { display: grid; gap: .4rem; }
.field-full { grid-column: 1 / -1; }
.field label { color: #dcead9; font-size: .78rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.field input, .field select { width: 100%; min-height: 48px; padding: .7rem .8rem; color: var(--white); background: #0a2011; border: 1px solid rgba(190, 211, 182, .24); border-radius: .7rem; outline: none; }
.field input:focus, .field select:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(166, 223, 69, .12); }
.checkbox { display: grid; grid-template-columns: auto 1fr; gap: .7rem; align-items: start; margin: 1rem 0; padding: .9rem; border-radius: .8rem; background: rgba(166, 223, 69, .06); border: 1px solid var(--line); }
.checkbox input { width: 19px; height: 19px; accent-color: var(--cyan); }
.checkbox label { color: #dfeadc; font-size: .86rem; }
.form-note { color: var(--muted); font-size: .78rem; margin-top: .8rem; }
.form-note a { color: var(--cyan-soft); }

.page-hero { padding: 5rem 0 3rem; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, rgba(24, 62, 33, .72), transparent); }
.page-hero .lede { margin-top: 1rem; }
.page-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 2rem; align-items: start; }
.content-card, .sidebar-card { border: 1px solid var(--line); border-radius: 1.2rem; background: rgba(7, 29, 15, .82); box-shadow: var(--shadow); }
.content-card { padding: clamp(1.2rem, 3vw, 2.2rem); }
.sidebar-card { padding: 1.2rem; position: sticky; top: 110px; }
.content-card h2 { margin-top: 2.5rem; font-size: 1.75rem; }
.content-card h2:first-child { margin-top: 0; }
.content-card h3 { margin-top: 1.7rem; font-size: 1.22rem; color: var(--cyan-soft); }
.content-card p, .content-card li { color: #d3e1d0; }
.content-card p { margin-top: .7rem; }
.content-card ul { padding-left: 1.2rem; }
.content-card li { margin-bottom: .45rem; }
.content-card a { color: var(--cyan-soft); }
.meta-row { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1.2rem 0; }
.meta-chip { padding: .45rem .7rem; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .78rem; }
.document-list { display: grid; gap: 1rem; }
.document-card { display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center; padding: 1.15rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(12, 38, 21, .7); }
.document-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: .8rem; background: rgba(255, 201, 40, .12); color: var(--yellow); font-weight: 950; }
.qr-panel { display: grid; grid-template-columns: 190px 1fr; gap: 1.5rem; align-items: center; padding: 1.4rem; border: 1px solid var(--line); border-radius: 1rem; background: #fff; color: #08111f; }
.qr-panel img { width: 190px; height: 190px; object-fit: contain; }
.qr-panel p { color: #405063; }

.faq-list { display: grid; gap: .8rem; }
.faq-list details { border: 1px solid var(--line); border-radius: .85rem; background: rgba(12, 38, 21, .7); padding: 0 1rem; }
.faq-list summary { cursor: pointer; padding: 1rem 0; font-weight: 850; }
.faq-list details p { color: var(--muted); padding: 0 0 1rem; }

.site-footer { border-top: 1px solid var(--line); background: #030b06; padding: 3.5rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 2rem; }
.footer-logo { width: 265px; height: auto; max-height: 92px; object-fit: contain; object-position: left; }
.footer-col h3 { font-size: 1rem; margin-bottom: .8rem; }
.footer-col p, .footer-col a { color: var(--muted); font-size: .9rem; }
.footer-col a { display: block; text-decoration: none; margin: .42rem 0; }
.footer-col a:hover { color: var(--cyan-soft); }
.footer-bottom { border-top: 1px solid rgba(169, 184, 202, .13); margin-top: 2rem; padding-top: 1.3rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; color: #71839a; font-size: .8rem; }
.whatsapp-float { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 80; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--success); color: #03170a; text-decoration: none; font-size: 1.4rem; font-weight: 950; box-shadow: 0 12px 32px rgba(37, 211, 102, .32); }

.es-text { display: none !important; }
body.lang-es .en-text { display: none !important; }
body.lang-es .es-text { display: revert !important; }
body.lang-es span.es-text, body.lang-es a.es-text, body.lang-es label.es-text { display: inline !important; }

@media (max-width: 980px) {
  .menu-button { display: inline-grid; place-items: center; }
  .navigation { display: none; position: absolute; inset: calc(100% + 1px) 0 auto 0; padding: 1rem 1.1rem 1.3rem; background: rgba(6, 17, 9, .99); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .navigation.is-open { display: flex; }
  .navigation a { padding: .65rem 0; }
  .navigation .button { display: flex; }
  .hero-grid, .booking-grid, .page-layout { grid-template-columns: 1fr; }
  .fleet-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-banner { min-height: 0; }
  .hero-banner .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-banner .hero-copy { text-align: center; max-width: 760px; margin-inline: auto; }
  .hero-banner .hero-copy .lede { margin-inline: auto; }
  .hero-banner .hero-copy .button-row, .hero-banner .hero-proof { justify-content: center; }
  .hero-copy { text-align: center; }
  .hero-copy .lede { margin-inline: auto; }
  .hero-copy .button-row, .hero-proof { justify-content: center; }
  .hero-visual { width: min(680px, 100%); margin-inline: auto; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: 0; }
  .duration-rate-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .booking-copy, .sidebar-card { position: static; }
}

@media (max-width: 720px) {
  .section { padding: 4.2rem 0; }
  .header-inner { min-height: 72px; }
  .brand { min-width: 154px; }
  .brand img { width: 154px; max-height: 54px; }
  .nav-actions > .button { display: none; }
  .hero { padding-top: 3rem; }
  .hero-banner { min-height: 0; }
  .hero-banner .hero-copy { text-align: center; }
  .hero-banner .hero-copy .lede { margin-inline: auto; }
  .hero-banner .hero-copy .button-row, .hero-banner .hero-proof { justify-content: center; }
  .hero-visual { min-height: 470px; }
  .hero-photo-main { inset: 0 14% 9% 0; }
  .hero-photo-secondary { width: 52%; height: 56%; }
  .hero-float { top: auto; left: 4%; right: auto; bottom: 2%; }
  .hero-rate-bar { grid-template-columns: 1fr; }
  .hero-rate-bar > div { display: grid; grid-template-columns: 1fr auto auto; gap: .45rem; align-items: center; padding: .7rem .85rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-rate-bar > div:last-child { border-bottom: 0; }
  .hero-rate-bar span, .hero-rate-bar small { display: inline; }
  .ebike-rate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rate-panel-head { align-items: flex-start; }
  .duration-rate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fleet-grid, .rules-grid, .footer-grid { grid-template-columns: 1fr; }
  .vehicle-head { align-items: center; }
  .legal-callout { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .document-card { grid-template-columns: auto 1fr; }
  .document-card .button { grid-column: 1 / -1; }
  .qr-panel { grid-template-columns: 1fr; text-align: center; }
  .qr-panel img { margin-inline: auto; }
}

@media (max-width: 460px) {
  .container { width: min(100% - 1.2rem, 1160px); }
  .button-row { flex-direction: column; }
  .button-row .button { width: 100%; }
  .hero-visual { min-height: 405px; }
  .hero-photo-main { right: 7%; }
  .hero-photo-secondary { width: 49%; height: 48%; }
  .hero-float { display: none; }
  .facts-grid { grid-template-columns: 1fr; }
  .ebike-rate-grid { grid-template-columns: 1fr; }
  .fact { border-right: 0; border-bottom: 1px solid var(--line); }
  .fact:last-child { border-bottom: 0; }
}

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