:root {
  --pink: #f62fc0;
  --pink-soft: #ff8ee0;
  --berry: #a81365;
  --navy: #0b1020;
  --navy-2: #11192d;
  --navy-3: #18233d;
  --ink: #111421;
  --muted: #646b7b;
  --line: #e8e9ef;
  --surface: #ffffff;
  --soft: #f6f5f8;
  --max: 1180px;
  --radius-lg: 32px;
  --radius-md: 22px;
  --shadow: 0 24px 70px rgba(17, 20, 33, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: "Satoshi", "Avenir Next", "Segoe UI", Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 999; background: white; color: var(--ink); padding: 12px 18px; border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 18px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; background: rgba(11, 16, 32, .76); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(11, 16, 32, .96); box-shadow: 0 12px 32px rgba(0,0,0,.2); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 94px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 27px; }
.main-nav a { color: rgba(255,255,255,.78); text-decoration: none; font-size: .93rem; font-weight: 750; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible, .main-nav a.active { color: white; }
.main-nav .nav-cta { color: var(--navy); background: var(--pink); padding: 10px 17px; border-radius: 999px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span:not(.sr-only) { width: 20px; height: 2px; background: white; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; overflow: hidden; min-height: 860px; color: white; background: var(--navy) url("assets/images/hero-background.jpg") center/cover no-repeat; padding: 158px 0 58px; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,16,32,.98) 0%, rgba(11,16,32,.88) 46%, rgba(11,16,32,.3) 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 72px; }
.hero-copy { max-width: 670px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.72); text-transform: uppercase; letter-spacing: .13em; font-weight: 900; font-size: .77rem; }
.eyebrow span { width: 28px; height: 3px; border-radius: 20px; background: var(--pink); }
.eyebrow-dark { color: var(--berry); }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(3.45rem, 7vw, 6.5rem); line-height: .94; letter-spacing: -.062em; font-weight: 900; }
.hero h1 em { display: block; color: var(--pink); font-style: normal; }
.hero-lead { max-width: 640px; margin: 28px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.5vw, 1.24rem); line-height: 1.72; }
.hero-support { max-width: 610px; margin: 14px 0 0; color: rgba(255,255,255,.58); font-size: .98rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border-radius: 999px; font-weight: 900; text-decoration: none; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--pink); color: var(--navy); box-shadow: 0 12px 28px rgba(246,47,192,.22); }
.button-secondary { color: white; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.05); }
.hero-legal { margin: 26px 0 0; color: rgba(255,255,255,.44); font-size: .79rem; }
.hero-visual { position: relative; width: min(100%, 510px); margin-left: auto; }
.hero-photo-frame { position: relative; overflow: hidden; aspect-ratio: .78; border-radius: 220px 220px 32px 32px; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 50px 110px rgba(0,0,0,.46); }
.hero-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.photo-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(11,16,32,.78)); }
.floating-card { position: absolute; display: flex; align-items: center; gap: 13px; width: 235px; padding: 15px 16px; color: white; background: rgba(18,26,46,.86); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; box-shadow: 0 18px 45px rgba(0,0,0,.28); backdrop-filter: blur(16px); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .9rem; }
.floating-card small { color: rgba(255,255,255,.56); line-height: 1.35; margin-top: 2px; }
.floating-card-top { left: -42px; top: 14%; }
.floating-card-bottom { right: -38px; bottom: 9%; }
.floating-icon { display: grid; place-items: center; flex: 0 0 auto; width: 38px; height: 38px; border-radius: 12px; color: var(--navy); background: var(--pink); font-weight: 900; }
.status-dot { flex: 0 0 auto; width: 13px; height: 13px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 7px rgba(246,47,192,.14); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(20px); opacity: .42; }
.hero-glow-one { width: 360px; height: 360px; background: var(--berry); right: -170px; top: 10%; }
.hero-glow-two { width: 220px; height: 220px; background: #274ea0; left: 28%; bottom: -120px; }
.hero-ribbon { position: relative; z-index: 3; margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.hero-ribbon span { padding: 18px 22px; color: rgba(255,255,255,.68); text-align: center; font-size: .83rem; font-weight: 850; letter-spacing: .04em; }
.hero-ribbon span + span { border-left: 1px solid rgba(255,255,255,.12); }

.section { padding: 112px 0; }
.section-light { background: var(--surface); }
.section-dark { color: white; background: var(--navy); }
.soft-section { background: var(--soft); }
.section-heading { max-width: 780px; margin-bottom: 52px; }
.section-heading h2, .passenger-copy h2, .driver-copy h2, .launch-copy h2, .value-intro h2, .narrow-copy h2, .split-copy h2 { margin: 0; font-size: clamp(2.3rem, 4.5vw, 4.15rem); line-height: 1.04; letter-spacing: -.045em; }
.section-heading > p:last-child, .section-lead { color: var(--muted); font-size: 1.08rem; }
.section-heading-inverse > p:last-child, .driver-copy .section-lead { color: rgba(255,255,255,.68); }
.inverse-copy { color: rgba(255,255,255,.66) !important; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { position: relative; min-height: 300px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); box-shadow: 0 18px 55px rgba(17,20,33,.06); }
.step-number { position: absolute; top: 26px; right: 28px; color: #d7d8df; font-size: 1.05rem; font-weight: 900; letter-spacing: .08em; }
.step-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; background: rgba(246,47,192,.1); color: var(--berry); }
.step-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.step-card h3 { margin: 32px 0 10px; font-size: 1.35rem; }
.step-card p { color: var(--muted); margin: 0; }

.value-section { background: linear-gradient(180deg, #fbf9fc 0%, #f2eef4 100%); }
.value-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 78px; align-items: start; }
.value-intro { position: sticky; top: 120px; }
.value-intro > p:last-child { color: var(--muted); font-size: 1.04rem; }
.value-cards { display: grid; gap: 16px; }
.value-card { padding: 28px 30px; display: grid; grid-template-columns: 52px 1fr; column-gap: 20px; border-radius: 22px; background: white; border: 1px solid rgba(168,19,101,.1); box-shadow: 0 18px 55px rgba(17,20,33,.05); }
.value-card strong { grid-row: span 2; color: var(--pink); font-size: .8rem; letter-spacing: .1em; }
.value-card h3 { margin: 0 0 7px; font-size: 1.22rem; }
.value-card p { margin: 0; color: var(--muted); }

.modes-section { position: relative; overflow: hidden; }
.modes-section::before { content: "UGO"; position: absolute; right: -40px; top: -40px; font-size: 19rem; font-weight: 900; line-height: 1; letter-spacing: -.1em; color: rgba(255,255,255,.025); }
.modes-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 76px; align-items: center; }
.mode-visual { position: relative; min-height: 520px; display: grid; place-items: center; border-radius: var(--radius-lg); background: radial-gradient(circle at 50% 45%, rgba(246,47,192,.22), transparent 58%), #fff; overflow: hidden; }
.mode-visual img { position: relative; z-index: 2; width: 92%; mix-blend-mode: multiply; }
.mode-orbit { position: absolute; border: 1px solid rgba(246,47,192,.26); border-radius: 50%; }
.mode-orbit-one { width: 360px; height: 360px; }
.mode-orbit-two { width: 470px; height: 470px; }
.mode-list { display: grid; gap: 15px; }
.mode-card { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 24px 25px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.11); border-radius: 19px; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.mode-card:hover { transform: translateX(6px); border-color: rgba(246,47,192,.55); background: rgba(246,47,192,.07); }
.mode-index { color: var(--pink); font-weight: 900; }
.mode-card h3 { margin: 0 0 5px; font-size: 1.25rem; }
.mode-card p, .mode-note { margin: 0; color: rgba(255,255,255,.62); }
.mode-note { font-size: .82rem; padding: 8px 6px; }

.passenger-section { background: linear-gradient(180deg, white 0%, #f7f5f8 100%); }
.passenger-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 90px; }
.supporting-copy, .driver-extra { color: var(--muted); }
.driver-extra { color: rgba(255,255,255,.58); }
.check-list { list-style: none; padding: 0; margin: 34px 0 28px; display: grid; gap: 15px; }
.check-list li { display: flex; gap: 13px; align-items: flex-start; color: #3e4350; }
.check-list li span { display: grid; place-items: center; width: 25px; height: 25px; flex: 0 0 auto; border-radius: 50%; color: var(--berry); background: rgba(246,47,192,.11); font-weight: 900; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--berry); font-weight: 900; text-decoration: none; }
.phone-mockup { text-align: center; }
.phone-shell { position: relative; width: 340px; margin-inline: auto; padding: 12px; border-radius: 46px; background: #161923; box-shadow: var(--shadow); }
.phone-speaker { position: absolute; z-index: 4; left: 50%; top: 21px; width: 78px; height: 20px; transform: translateX(-50%); border-radius: 999px; background: #161923; }
.phone-screen { position: relative; min-height: 630px; overflow: hidden; border-radius: 36px; background: #f7f5f8; }
.app-topbar { height: 90px; padding: 25px 22px 14px; display: flex; justify-content: space-between; align-items: center; background: white; }
.app-topbar img { width: 62px; }
.avatar { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: white; background: var(--berry); font-size: .72rem; font-weight: 900; }
.map-surface { position: relative; height: 390px; background: linear-gradient(26deg, transparent 49%, #e0e1e7 50%, transparent 51%), linear-gradient(-28deg, transparent 48%, #e7e8ed 49%, transparent 51%), #f0f1f4; }
.route { position: absolute; display: block; height: 6px; border-radius: 20px; background: var(--pink); transform-origin: left center; }
.route-one { width: 175px; left: 54px; top: 210px; transform: rotate(-37deg); }
.route-two { width: 102px; left: 182px; top: 106px; transform: rotate(38deg); }
.map-pin { position: absolute; width: 21px; height: 21px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 7px 15px rgba(0,0,0,.17); }
.pin-a { left: 65px; top: 190px; background: var(--pink); }
.pin-b { right: 65px; top: 105px; background: var(--navy); }
.app-card { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 22px; border-radius: 25px; background: white; box-shadow: 0 14px 40px rgba(17,20,33,.14); }
.app-card small, .app-card strong { display: block; }
.app-card small { color: var(--muted); }
.app-card strong { margin: 3px 0 16px; font-size: 1.05rem; }
.app-card button { width: 100%; border: 0; padding: 12px; border-radius: 999px; background: var(--pink); color: var(--navy); font-weight: 900; }
.mockup-note { margin: 18px 0 0; color: var(--muted); font-size: .78rem; }

.driver-section { color: white; background: var(--navy-2); overflow: hidden; }
.driver-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 88px; align-items: center; }
.driver-art { position: relative; }
.helmet-card { position: relative; overflow: hidden; min-height: 580px; display: grid; place-items: center; border-radius: var(--radius-lg); background: white; }
.helmet-card::before { content: ""; position: absolute; width: 380px; height: 380px; border-radius: 50%; background: rgba(246,47,192,.1); }
.helmet-card img { position: relative; z-index: 2; width: 92%; }
.driver-stat { position: absolute; z-index: 4; right: 22px; bottom: 22px; max-width: 300px; padding: 22px; border-radius: 20px; background: var(--pink); color: var(--navy); box-shadow: 0 22px 50px rgba(0,0,0,.25); }
.driver-stat strong, .driver-stat span { display: block; }
.driver-stat strong { font-size: 1.15rem; line-height: 1.2; }
.driver-stat span { margin-top: 7px; font-size: .82rem; opacity: .76; }
.driver-copy .section-lead { font-size: 1.1rem; }
.benefit-list { display: grid; gap: 20px; margin: 34px 0; }
.benefit-list article { display: grid; grid-template-columns: 45px 1fr; gap: 18px; }
.benefit-list article > span { color: var(--pink); font-size: .78rem; font-weight: 900; letter-spacing: .1em; padding-top: 4px; }
.benefit-list h3 { margin: 0 0 5px; font-size: 1.05rem; }
.benefit-list p { margin: 0; color: rgba(255,255,255,.58); }

.faq-section { background: #f7f5f8; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 82px; align-items: start; }
.faq-heading { position: sticky; top: 118px; margin-bottom: 0; }
.accordion { display: grid; gap: 13px; }
.accordion-item { border: 1px solid #dedfe5; border-radius: 18px; background: white; overflow: hidden; }
.accordion-item h3 { margin: 0; }
.accordion-item button { width: 100%; min-height: 76px; border: 0; background: transparent; padding: 19px 22px; display: flex; justify-content: space-between; align-items: center; gap: 20px; text-align: left; color: var(--ink); font-weight: 850; cursor: pointer; }
.accordion-symbol { position: relative; width: 22px; height: 22px; flex: 0 0 auto; }
.accordion-symbol::before, .accordion-symbol::after { content: ""; position: absolute; left: 4px; right: 4px; top: 10px; height: 2px; background: var(--berry); transition: transform .2s ease; }
.accordion-symbol::after { transform: rotate(90deg); }
.accordion-item button[aria-expanded="true"] .accordion-symbol::after { transform: rotate(0); }
.accordion-panel { padding: 0 22px 22px; }
.accordion-panel p { margin: 0; color: var(--muted); }

.launch-section { padding: 70px 0 110px; background: #f7f5f8; }
.launch-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 55px; padding: 62px; color: white; border-radius: var(--radius-lg); background: var(--navy) url("assets/images/hero-background.jpg") center/cover; }
.launch-card::before { content: ""; position: absolute; width: 330px; height: 330px; right: -140px; bottom: -190px; border-radius: 50%; background: var(--pink); filter: blur(10px); opacity: .34; }
.launch-copy, .store-buttons, .launch-card > .button { position: relative; z-index: 2; }
.launch-copy p:last-child { max-width: 650px; color: rgba(255,255,255,.66); }
.store-buttons { display: grid; gap: 12px; }
.store-button { min-width: 205px; padding: 13px 21px; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; background: rgba(255,255,255,.06); }
.store-button small, .store-button strong { display: block; }
.store-button small { color: rgba(255,255,255,.56); font-size: .7rem; }
.store-button strong { font-size: 1.05rem; }

.page-hero { position: relative; overflow: hidden; padding: 180px 0 110px; color: white; background: var(--navy) url("assets/images/hero-background.jpg") center/cover; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,16,32,.98), rgba(11,16,32,.74)); }
.page-hero-driver::after { content: ""; position: absolute; right: -80px; bottom: -170px; width: 430px; height: 430px; border-radius: 50%; background: rgba(246,47,192,.24); filter: blur(10px); }
.compact-page-hero { padding-bottom: 95px; }
.page-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.page-hero-copy h1 { margin: 0; max-width: 800px; font-size: clamp(3rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.055em; }
.page-hero-copy > p:last-of-type { max-width: 700px; color: rgba(255,255,255,.7); font-size: 1.12rem; }
.page-hero-card { padding: 34px; border-radius: 25px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(14px); }
.page-hero-card strong { display: block; color: var(--pink); font-size: 1.35rem; line-height: 1.2; }
.page-hero-card p { margin-bottom: 0; color: rgba(255,255,255,.64); }
.narrow-copy { max-width: 850px; }
.feature-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.feature-card { padding: 28px; min-height: 260px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 18px 45px rgba(17,20,33,.05); }
.feature-card > span { color: var(--pink); font-size: .8rem; font-weight: 900; letter-spacing: .1em; }
.feature-card h3 { margin: 34px 0 9px; font-size: 1.25rem; }
.feature-card p { margin: 0; color: var(--muted); }
.driver-process { background: var(--navy-2); }
.split-copy { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.split-copy > div:last-child { color: rgba(255,255,255,.64); font-size: 1.04rem; }
.soft-section .split-copy > div:last-child { color: var(--muted); }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.support-card { padding: 32px; border-radius: 24px; border: 1px solid var(--line); background: white; box-shadow: 0 18px 50px rgba(17,20,33,.05); }
.support-card > span { color: var(--pink); font-size: .8rem; font-weight: 900; letter-spacing: .1em; }
.support-card h2 { margin: 28px 0 8px; font-size: 1.45rem; }
.support-card p { color: var(--muted); }
.support-card strong { display: block; margin-top: 22px; color: var(--berry); overflow-wrap: anywhere; }
.support-card small { display: block; margin-top: 6px; color: #9297a4; }

.site-footer { color: white; background: #080b14; padding: 74px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr 1fr 1fr; gap: 55px; padding-bottom: 48px; }
.footer-brand img { width: 100px; height: auto; }
.footer-brand p { max-width: 330px; color: rgba(255,255,255,.52); }
.footer-grid h2 { margin: 0 0 15px; font-size: .83rem; text-transform: uppercase; letter-spacing: .1em; color: var(--pink); }
.footer-grid a, .footer-grid span, .footer-grid > div > p { display: block; margin: 9px 0; color: rgba(255,255,255,.56); text-decoration: none; font-size: .9rem; }
.footer-grid a:hover { color: white; }
.footer-grid small { color: rgba(255,255,255,.34); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.38); font-size: .78rem; }
.footer-bottom p { margin: 0; }

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

@media (max-width: 1000px) {
  .main-nav { gap: 18px; }
  .main-nav a { font-size: .86rem; }
  .hero-grid, .passenger-grid, .driver-grid { gap: 55px; }
  .floating-card-top { left: -15px; }
  .floating-card-bottom { right: -15px; }
  .modes-layout { gap: 44px; }
  .faq-layout, .value-grid { gap: 48px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 74px; }
  .container { width: min(calc(100% - 30px), var(--max)); }
  .header-inner { min-height: 70px; }
  .brand img { width: 82px; }
  .menu-toggle { display: flex; }
  .main-nav { display: none; position: absolute; left: 15px; right: 15px; top: 77px; padding: 18px; flex-direction: column; align-items: stretch; gap: 5px; border-radius: 20px; background: rgba(11,16,32,.98); border: 1px solid rgba(255,255,255,.1); box-shadow: 0 20px 50px rgba(0,0,0,.35); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 11px 12px; }
  .main-nav .nav-cta { text-align: center; margin-top: 7px; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding: 125px 0 48px; }
  .hero::before { background: linear-gradient(180deg, rgba(11,16,32,.97), rgba(11,16,32,.78)); }
  .hero-grid, .modes-layout, .passenger-grid, .driver-grid, .faq-layout, .value-grid, .page-hero-grid, .split-copy { grid-template-columns: 1fr; }
  .hero-copy { max-width: none; }
  .hero h1 { font-size: clamp(3.3rem, 13vw, 5rem); }
  .hero-visual { width: min(88%, 480px); margin: 20px auto 0; }
  .floating-card-top { left: -6%; }
  .floating-card-bottom { right: -6%; }
  .hero-ribbon { margin-top: 46px; }
  .section { padding: 84px 0; }
  .steps-grid, .support-grid { grid-template-columns: 1fr; }
  .step-card { min-height: auto; }
  .value-intro, .faq-heading { position: static; }
  .mode-visual { min-height: 430px; }
  .passenger-grid { gap: 60px; }
  .driver-grid { gap: 65px; }
  .driver-art { max-width: 570px; width: 90%; margin: auto; }
  .driver-stat { right: 18px; }
  .launch-card { grid-template-columns: 1fr; padding: 46px 34px; }
  .store-buttons { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .store-button { min-width: 0; }
  .page-hero { padding: 135px 0 82px; }
  .page-hero-card { max-width: 620px; }
}

@media (max-width: 560px) {
  .hero { padding-top: 112px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-photo-frame { border-radius: 130px 130px 25px 25px; }
  .floating-card { width: 198px; padding: 12px; }
  .floating-card-top { left: -4%; top: 7%; }
  .floating-card-bottom { right: -4%; bottom: 5%; }
  .hero-ribbon { grid-template-columns: 1fr; }
  .hero-ribbon span + span { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .section-heading { margin-bottom: 38px; }
  .modes-section::before { font-size: 10rem; }
  .mode-visual { min-height: 330px; }
  .mode-orbit-one { width: 230px; height: 230px; }
  .mode-orbit-two { width: 310px; height: 310px; }
  .mode-card { grid-template-columns: 40px 1fr; padding: 20px; }
  .phone-shell { width: 305px; }
  .phone-screen { min-height: 570px; }
  .helmet-card { min-height: 430px; }
  .driver-stat { position: relative; right: auto; bottom: auto; max-width: none; margin: -28px 18px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .launch-card { padding: 40px 24px; }
  .store-buttons { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
}

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


/* v0.6 additions */
.button-disabled { opacity: .55; cursor: not-allowed; pointer-events: none; }
.contact-email { display: inline-block; margin-top: 10px; color: var(--berry); font-weight: 850; text-decoration: none; word-break: break-word; }
.contact-email:hover, .contact-email:focus-visible, .inline-link:hover, .inline-link:focus-visible { text-decoration: underline; }
.inline-link { color: var(--berry); font-weight: 800; text-underline-offset: 3px; }

/* v0.8 — página de eliminación de cuenta */
.footer-location { margin-top: 14px !important; color: rgba(255,255,255,.38) !important; }
.deletion-hero .page-hero-copy h1 { max-width: 900px; }
.deletion-form-section { background: linear-gradient(180deg, #fff 0%, #f8f6f9 100%); }
.deletion-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 76px; align-items: start; }
.deletion-intro { position: sticky; top: 118px; }
.deletion-intro h2 { margin: 0 0 18px; font-size: clamp(2.3rem, 4vw, 3.9rem); line-height: 1.04; letter-spacing: -.045em; }
.deletion-intro > p { color: var(--muted); }
.privacy-note { margin-top: 30px; padding: 24px; border-radius: 20px; background: rgba(246,47,192,.07); border: 1px solid rgba(168,19,101,.12); }
.privacy-note strong { display: block; margin-bottom: 6px; color: var(--berry); }
.privacy-note p { margin: 0 0 10px; color: var(--muted); }
.deletion-form-card { padding: 36px; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 24px 70px rgba(17,20,33,.08); }
.deletion-form { display: grid; gap: 22px; }
.form-field { display: grid; gap: 8px; }
.form-field label { font-weight: 850; color: var(--ink); }
.form-field label > span[aria-hidden="true"] { color: var(--berry); }
.optional-label { margin-left: 7px; padding: 3px 8px; border-radius: 999px; color: var(--muted); background: var(--soft); font-size: .72rem; font-weight: 800; }
.form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"] { width: 100%; min-height: 52px; padding: 12px 15px; border: 1px solid #d7d9e1; border-radius: 14px; background: #fff; color: var(--ink); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.form-field input:focus { border-color: var(--berry); box-shadow: 0 0 0 4px rgba(168,19,101,.09); }
.form-field input[aria-invalid="true"] { border-color: #b42318; box-shadow: 0 0 0 4px rgba(180,35,24,.08); }
.form-field small, .form-required-note, .form-preview-note { color: var(--muted); font-size: .82rem; }
.confirmation-field { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; padding: 18px; border-radius: 17px; background: var(--soft); color: #3d4350; cursor: pointer; }
.confirmation-field input { width: 19px; height: 19px; margin-top: 3px; accent-color: var(--berry); }
.form-required-note { margin: -3px 0 0; }
.form-submit { width: 100%; border: 0; cursor: pointer; }
.form-preview-note { margin: -10px 0 0; text-align: center; }
.form-status { margin-top: 6px; padding: 24px; border-radius: 20px; background: #f2f8f4; border: 1px solid #cfe4d5; }
.form-status strong { display: block; margin-bottom: 8px; color: #24613a; font-size: 1.2rem; }
.form-status p { margin: 8px 0 0; color: #4c6554; }
.deletion-steps .step-card { min-height: 245px; }
.deletion-steps .step-card h3 { margin-top: 48px; }
.legal-procedure-section { background: var(--navy-2); }
.legal-document-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: start; }
.legal-summary { position: sticky; top: 118px; }
.legal-summary h2 { margin: 0 0 16px; font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1.04; letter-spacing: -.045em; }
.legal-summary > p { color: rgba(255,255,255,.62); }
.legal-contact { margin-top: 25px; font-size: .88rem; line-height: 1.8; }
.legal-contact a { color: white; }
.legal-document { padding: 42px; border-radius: 28px; color: var(--ink); background: white; box-shadow: 0 24px 70px rgba(0,0,0,.18); }
.legal-document section { scroll-margin-top: 100px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.legal-document section:last-child { border-bottom: 0; padding-bottom: 0; }
.legal-document h3 { margin: 0 0 12px; font-size: 1.35rem; }
.legal-document p { color: #555d6b; }
.legal-document ul, .legal-document ol { color: #555d6b; padding-left: 24px; }
.legal-document li + li { margin-top: 8px; }
.legal-document a { color: var(--berry); font-weight: 800; }
.legal-callout { padding: 24px; border-radius: 20px; background: rgba(246,47,192,.07); border: 1px solid rgba(168,19,101,.12); }
.legal-callout strong { color: var(--berry); }
.legal-callout p { margin-bottom: 0; }

@media (max-width: 900px) {
  .deletion-layout, .legal-document-layout { grid-template-columns: 1fr; gap: 48px; }
  .deletion-intro, .legal-summary { position: static; }
}

@media (max-width: 560px) {
  .deletion-form-card, .legal-document { padding: 24px 20px; border-radius: 22px; }
  .confirmation-field { grid-template-columns: 20px 1fr; padding: 15px; }
}


/* ===== v0.9: privacidad + recorrido de eliminación ===== */
.deletion-considerations { background: #fff; }
.consideration-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.consideration-card { border:1px solid var(--line); border-radius:22px; padding:26px; background:#fff; box-shadow:0 14px 40px rgba(17,20,33,.05); }
.consideration-card > span { display:inline-grid; place-items:center; min-width:38px; height:38px; padding:0 10px; border-radius:999px; background:rgba(246,47,192,.10); color:var(--berry); font-weight:900; font-size:.82rem; }
.consideration-card h3 { margin:20px 0 10px; font-size:1.1rem; }
.consideration-card p { margin:0; color:var(--muted); }
.section-heading-dark h2 { color:#fff; }
.section-heading-dark > p:last-child { color:rgba(255,255,255,.68); }
.legal-disclosure { margin-top:32px; border:1px solid rgba(255,255,255,.15); border-radius:26px; overflow:hidden; background:rgba(255,255,255,.04); }
.legal-disclosure > summary { list-style:none; cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:18px; padding:24px 28px; color:#fff; font-weight:850; font-size:1.05rem; }
.legal-disclosure > summary::-webkit-details-marker { display:none; }
.disclosure-icon { display:grid; place-items:center; width:34px; height:34px; border-radius:999px; background:var(--pink); color:var(--navy); font-size:1.3rem; transition:transform .2s ease; }
.legal-disclosure[open] .disclosure-icon { transform:rotate(45deg); }
.legal-disclosure-meta { display:flex; flex-wrap:wrap; gap:10px 22px; padding:0 28px 22px; color:rgba(255,255,255,.62); font-size:.88rem; }
.legal-disclosure .legal-document { margin:0 18px 18px; }
.legal-document-expanded { max-width:none; }

.privacy-meta-card dl { margin:20px 0 0; display:grid; gap:14px; }
.privacy-meta-card dl div { display:grid; grid-template-columns:140px 1fr; gap:16px; padding-top:12px; border-top:1px solid rgba(255,255,255,.12); }
.privacy-meta-card dt { color:rgba(255,255,255,.58); font-size:.82rem; }
.privacy-meta-card dd { margin:0; color:#fff; font-weight:750; }
.privacy-intro-section { background:linear-gradient(180deg,#fff 0%,#f8f6f9 100%); }
.privacy-intro-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:64px; align-items:start; }
.privacy-intro-grid h2 { margin:0 0 18px; font-size:clamp(2.2rem,4vw,3.8rem); line-height:1.04; letter-spacing:-.045em; }
.privacy-intro-grid p { color:var(--muted); }
.privacy-quick-links { display:flex; flex-wrap:wrap; gap:12px; margin-top:28px; }
.privacy-contact-note { margin:18px 0 0; color:#5f6672; font-size:.94rem; line-height:1.65; }
.privacy-contact-note strong { color:var(--berry); font-weight:850; }
.button-ghost-dark { color:var(--ink); border:1px solid var(--line); background:#fff; }
.privacy-toc-card { padding:28px; border:1px solid var(--line); border-radius:26px; background:#fff; box-shadow:0 22px 60px rgba(17,20,33,.07); }
.privacy-toc-card > strong { display:block; margin-bottom:16px; font-size:1.05rem; }
.privacy-toc { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.privacy-toc a { display:flex; align-items:flex-start; gap:10px; padding:10px 12px; border-radius:12px; color:var(--ink); text-decoration:none; font-size:.88rem; line-height:1.25; }
.privacy-toc a:hover { background:rgba(246,47,192,.07); }
.privacy-toc a span { flex:0 0 auto; color:var(--berry); font-weight:900; font-size:.74rem; margin-top:1px; }
.privacy-document-section { background:var(--navy-2); }
.privacy-summary h2 { color:#fff; }
.privacy-document section { scroll-margin-top:110px; }
.privacy-document-layout { grid-template-columns:.55fr 1.45fr; }

@media (max-width: 980px) {
  .consideration-grid { grid-template-columns:1fr 1fr; }
  .privacy-intro-grid { grid-template-columns:1fr; gap:40px; }
  .privacy-document-layout { grid-template-columns:1fr; }
}
@media (max-width: 640px) {
  .consideration-grid { grid-template-columns:1fr; }
  .privacy-toc { grid-template-columns:1fr; }
  .privacy-meta-card dl div { grid-template-columns:1fr; gap:4px; }
  .legal-disclosure > summary { padding:20px; }
  .legal-disclosure-meta { padding:0 20px 18px; }
  .legal-disclosure .legal-document { margin:0 10px 10px; }
}
