:root {
  --ink: #17211d;
  --muted: #68746e;
  --soft: #98a49e;
  --line: #e5ebe7;
  --surface: #ffffff;
  --canvas: #f5f7f4;
  --green: #1d7c57;
  --green-dark: #12543b;
  --mint: #dff4e8;
  --blue: #4776a6;
  --blue-soft: #e9f2fb;
  --orange: #c56c35;
  --orange-soft: #fff0e6;
  --purple: #6b62a5;
  --purple-soft: #eeebfb;
  --danger: #c54b4b;
  --shadow: 0 16px 40px rgba(21, 45, 34, 0.08);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid rgba(71, 118, 166, .55); outline-offset: 3px; }

.app-shell { min-height: 100vh; padding-bottom: 88px; }
.topbar { height: 74px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(20px, 5vw, 72px); background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(229,235,231,.8); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(18px); }
.brand { display: inline-flex; gap: 10px; align-items: center; color: var(--ink); font: 800 18px "Manrope", sans-serif; letter-spacing: .1em; text-decoration: none; }
.brand-mark { display: flex; align-items: flex-end; gap: 3px; height: 22px; width: 22px; }
.brand-mark span { width: 5px; border-radius: 5px; background: var(--green); transform: skew(-18deg); }
.brand-mark span:nth-child(1) { height: 10px; opacity: .55; }.brand-mark span:nth-child(2) { height: 17px; opacity: .8; }.brand-mark span:nth-child(3) { height: 22px; }
.topbar-actions { display: flex; align-items: center; gap: 22px; }
.demo-label { color: var(--soft); font-size: 12px; font-weight: 600; display: inline-flex; align-items: center; gap: 7px; }
.status-dot, .pill-dot, .pulse-dot { width: 7px; height: 7px; border-radius: 50%; display: inline-block; background: #49a87d; }
.pulse-dot { box-shadow: 0 0 0 5px rgba(73,168,125,.14); }
.icon-button { width: 40px; height: 40px; padding: 0; display: inline-grid; place-items: center; position: relative; color: var(--ink); border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }
.icon-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.icon-button.muted { border: 0; color: var(--soft); background: transparent; font-size: 18px; }
.notification-badge { position: absolute; top: -3px; right: -3px; min-width: 16px; height: 16px; padding: 0 4px; display: grid; place-items: center; border-radius: 99px; color: white; background: var(--orange); font-size: 9px; font-weight: 700; }
.avatar { display: inline-grid; place-items: center; position: relative; flex: 0 0 auto; border-radius: 50%; background: linear-gradient(145deg, #d7efe0, #8dc7aa); color: var(--green-dark); font-weight: 800; letter-spacing: -.03em; }
.avatar-small { width: 38px; height: 38px; border: 0; font-size: 11px; }.avatar-medium { width: 48px; height: 48px; font-size: 13px; }.avatar-large { width: 70px; height: 70px; font-size: 17px; }
.avatar-check { position: absolute; right: -1px; bottom: 0; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); border: 2px solid white; font-size: 9px; }
.demo-ribbon { min-height: 31px; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 6px 20px; color: #66736d; background: #edf4ef; font-size: 11px; letter-spacing: .01em; text-align: center; }
.demo-ribbon span:first-child { color: var(--green); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.main-content { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 50px 0 36px; }
.view { display: none; animation: view-in .32s ease both; }.view.active { display: block; }
@keyframes view-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.page-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 34px; }.compact-heading { align-items: center; }
.eyebrow, .section-kicker { display: block; margin: 0 0 8px; color: var(--soft); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; } h1, h2 { font-family: "Manrope", sans-serif; letter-spacing: -.045em; } h1 { margin-bottom: 8px; font-size: clamp(30px, 4vw, 46px); line-height: 1.05; } h2 { margin-bottom: 10px; font-size: 22px; line-height: 1.15; }
.page-subtitle { margin-bottom: 0; color: var(--muted); font-size: 15px; }
.online-control { display: flex; align-items: center; gap: 12px; padding: 10px 14px 10px 17px; background: white; border: 1px solid var(--line); border-radius: 99px; box-shadow: 0 4px 16px rgba(21,45,34,.035); }.online-text { color: var(--muted); font-size: 12px; font-weight: 700; }
.switch { width: 45px; height: 26px; padding: 3px; border: 0; border-radius: 99px; background: #d6ded9; transition: .22s ease; }.switch span { display: block; width: 20px; height: 20px; border-radius: 50%; background: white; box-shadow: 0 2px 4px rgba(0,0,0,.16); transition: transform .22s ease; }.switch[aria-checked="true"] { background: var(--green); }.switch[aria-checked="true"] span { transform: translateX(19px); }
.hero-grid { display: grid; grid-template-columns: 1.17fr .83fr; gap: 18px; }.hero-card { min-height: 302px; padding: 34px 36px; position: relative; overflow: hidden; display: flex; justify-content: space-between; color: white; background: linear-gradient(122deg, #0f5f42, #208763); border-radius: var(--radius); box-shadow: var(--shadow); }.hero-card::after { content: ""; position: absolute; width: 260px; height: 260px; right: -72px; bottom: -118px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 32px rgba(255,255,255,.04), 0 0 0 66px rgba(255,255,255,.035); }.hero-copy { position: relative; z-index: 2; max-width: 410px; }.pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border-radius: 99px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.pill-light { color: #daf3e4; background: rgba(255,255,255,.12); }.hero-card h2, .security-hero h2 { margin: 20px 0 14px; color: white; font-size: clamp(28px, 4vw, 43px); line-height: .98; }.hero-card h2 em, .security-hero h2 em { color: #a9e7c4; font-style: normal; }.hero-card p { max-width: 340px; margin-bottom: 24px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.5; }
.text-button, .link-button { padding: 0; border: 0; color: var(--green); background: transparent; font-size: 12px; font-weight: 800; }.text-button span, .link-button span { margin-left: 7px; font-size: 16px; }.text-button.light { color: #e2f7e9; }
.hero-orbit { width: 240px; height: 240px; position: relative; align-self: center; margin-right: 18px; }.orbit { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }.orbit-one { transform: scale(.84) rotate(30deg); border-style: dashed; }.orbit-two { transform: scale(.59) rotate(-25deg); border-color: rgba(177,240,202,.37); }.orbit-core { position: absolute; inset: 57px; display: flex; justify-content: center; align-items: baseline; flex-wrap: wrap; align-content: center; padding-top: 4px; color: white; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.21); border-radius: 50%; box-shadow: 0 10px 30px rgba(0,0,0,.11); font-size: 13px; }.orbit-core strong { font: 800 42px "Manrope", sans-serif; letter-spacing: -.08em; }.orbit-core small { font-size: 16px; font-weight: 800; }.orbit-core span { width: 100%; text-align: center; color: rgba(255,255,255,.66); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.trust-card, .metric-card, .next-ride-card, .profile-card, .vehicle-card, .daily-account-card, .support-card, .earnings-banner, .empty-state, .security-step { background: white; border: 1px solid var(--line); border-radius: var(--radius); }.trust-card { padding: 28px; }.card-topline, .section-heading, .progress-meta, .fare-preview, .profile-head, .vehicle-content, .ride-topbar, .ride-progress, .earnings-banner { display: flex; align-items: center; justify-content: space-between; }.card-topline h2 { margin-bottom: 0; }.level-badge { padding: 7px 10px; border-radius: 9px; color: var(--purple); background: var(--purple-soft); font-size: 11px; font-weight: 800; }.progress-track { height: 9px; margin: 25px 0 9px; overflow: hidden; border-radius: 99px; background: #edf1ed; }.progress-track span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--green), #82c59e); }.progress-meta { color: var(--muted); font-size: 11px; }.badge-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }.mini-badge { display: inline-flex; align-items: center; gap: 5px; padding: 6px 8px; color: var(--muted); background: #f5f7f5; border-radius: 8px; font-size: 10px; font-weight: 700; }.mini-badge.done { color: var(--green); background: var(--mint); }.mini-badge span { font-weight: 900; }.card-note { margin: 18px 0 0; color: var(--soft); font-size: 11px; line-height: 1.45; }
.section-heading { margin: 46px 0 18px; }.section-heading h2 { margin-bottom: 0; font-size: 26px; }.link-button { color: var(--green); }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.metric-card { display: flex; align-items: flex-start; gap: 14px; padding: 20px; }.metric-icon { width: 37px; height: 37px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; }.metric-icon svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }.metric-green .metric-icon { color: var(--green); background: var(--mint); }.metric-blue .metric-icon { color: var(--blue); background: var(--blue-soft); }.metric-orange .metric-icon { color: var(--orange); background: var(--orange-soft); }.metric-label { display: block; margin: 1px 0 5px; color: var(--soft); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.metric-card strong { display: block; margin-bottom: 4px; font: 700 14px "Manrope", sans-serif; letter-spacing: -.03em; }.metric-card small { display: block; color: var(--muted); font-size: 11px; }
.next-ride-card { display: grid; grid-template-columns: 1fr .8fr; margin-top: 16px; overflow: hidden; }.next-ride-main { padding: 26px 28px; border-right: 1px solid var(--line); }.next-ride-side { padding: 26px 28px; background: #fbfcfb; }.status-chip, .secure-tag { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 9px; font-size: 10px; font-weight: 800; }.chip-purple { color: var(--purple); background: var(--purple-soft); }.chip-green { color: var(--green); background: var(--mint); }.secure-tag { color: var(--green); background: var(--mint); }.ride-route { display: grid; gap: 22px; position: relative; margin-top: 28px; }.ride-route::before { content: ""; position: absolute; left: 5px; top: 15px; height: calc(100% - 30px); border-left: 1px dashed #c9d5ce; }.route-line { display: flex; position: relative; align-items: center; gap: 15px; }.route-dot { width: 11px; height: 11px; flex: 0 0 auto; z-index: 1; border-radius: 50%; background: white; border: 3px solid var(--green); }.route-dot.dropoff { border-color: var(--orange); }.route-line small { display: block; margin-bottom: 4px; color: var(--soft); font-size: 10px; font-weight: 700; }.route-line strong { display: block; font: 700 14px "Manrope", sans-serif; letter-spacing: -.025em; }.passenger-preview { display: flex; align-items: center; gap: 10px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }.passenger-preview strong, .passenger-preview span { display: block; }.passenger-preview strong { margin-bottom: 4px; font-size: 13px; }.passenger-preview span:not(.verified-mark) { color: var(--muted); font-size: 11px; }.verified-mark { display: inline-grid; place-items: center; width: 16px; height: 16px; margin-left: auto; border-radius: 50%; color: white; background: var(--green); font-size: 9px; font-weight: 900; }.fare-preview { padding: 18px 0; }.fare-preview span { color: var(--muted); font-size: 11px; }.fare-preview strong { display: block; margin-top: 4px; font: 800 24px "Manrope", sans-serif; letter-spacing: -.06em; }.fare-note { color: var(--green) !important; font-weight: 800; }
.primary-button, .outline-button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 17px; border-radius: 12px; font-size: 12px; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }.primary-button { color: white; border: 1px solid var(--green); background: var(--green); box-shadow: 0 7px 14px rgba(29,124,87,.13); }.primary-button:hover { transform: translateY(-1px); background: var(--green-dark); box-shadow: 0 9px 18px rgba(29,124,87,.18); }.outline-button { color: var(--green); border: 1px solid #b9d9c6; background: white; }.outline-button:hover { background: var(--mint); }.full { width: 100%; }
.bottom-nav { height: 76px; display: flex; justify-content: center; gap: clamp(15px, 7vw, 100px); padding: 10px 20px 8px; position: fixed; right: 0; bottom: 0; left: 0; z-index: 20; background: rgba(255,255,255,.94); border-top: 1px solid var(--line); backdrop-filter: blur(18px); }.nav-item { min-width: 62px; display: grid; place-items: center; gap: 3px; padding: 4px 8px; border: 0; color: var(--soft); background: transparent; font-size: 10px; font-weight: 700; }.nav-icon { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 10px; }.nav-icon svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }.nav-item.active { color: var(--green); }.nav-item.active .nav-icon { background: var(--mint); }.safety-nav .nav-icon { position: relative; }.safety-nav .nav-icon::after { content: ""; position: absolute; top: 1px; right: 1px; width: 6px; height: 6px; border: 2px solid white; border-radius: 50%; background: var(--green); }
.earnings-banner { min-height: 126px; padding: 24px 28px; color: white; background: linear-gradient(120deg, #235f80, #467fa2); border: 0; box-shadow: var(--shadow); }.earnings-banner .section-kicker { color: rgba(255,255,255,.64); }.earnings-banner strong { display: block; margin-bottom: 5px; font: 800 34px "Manrope", sans-serif; letter-spacing: -.07em; }.earnings-banner span:not(.section-kicker) { color: rgba(255,255,255,.78); font-size: 12px; }.earnings-illustration { font: 700 70px "Manrope", sans-serif; color: rgba(255,255,255,.25); transform: rotate(-18deg); }.empty-state { max-width: 560px; margin: 28px auto; padding: 52px 30px; text-align: center; }.empty-icon { width: 60px; height: 60px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 20px; color: var(--blue); background: var(--blue-soft); font-size: 42px; line-height: 1; }.empty-state h2 { font-size: 25px; }.empty-state p { max-width: 400px; margin: 0 auto 24px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.security-hero { min-height: 260px; display: flex; align-items: center; justify-content: space-between; padding: 34px 44px; overflow: hidden; position: relative; color: white; background: linear-gradient(120deg, #304c77, #557ca6); border-radius: var(--radius); box-shadow: var(--shadow); }.security-hero::after { content: ""; position: absolute; width: 330px; height: 330px; right: 100px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 40px rgba(255,255,255,.04), 0 0 0 82px rgba(255,255,255,.03); }.security-hero p { max-width: 420px; margin: 0; color: rgba(255,255,255,.75); font-size: 14px; line-height: 1.5; }.security-seal { width: 168px; height: 168px; display: grid; place-items: center; position: relative; z-index: 1; margin-right: 70px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: rgba(255,255,255,.1); }.security-seal .seal-ring { position: absolute; inset: 15px; border: 1px dashed rgba(186,232,205,.6); border-radius: 50%; }.security-seal > span { font-size: 52px; color: #b8e6c9; }.security-seal small { position: absolute; bottom: 33px; color: rgba(255,255,255,.66); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }.security-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 18px; }.security-step { min-height: 170px; padding: 23px; display: flex; align-items: flex-start; gap: 16px; position: relative; }.security-step.current { border-color: #bbc6ea; box-shadow: 0 8px 28px rgba(75,90,155,.09); }.step-number { color: var(--soft); font: 800 13px "Manrope", sans-serif; }.security-step h2 { margin-top: -3px; font-size: 17px; }.security-step p { margin: 0 0 13px; color: var(--muted); font-size: 12px; line-height: 1.45; }.step-status { color: var(--green); font-size: 10px; font-weight: 800; }.step-check { width: 23px; height: 23px; display: grid; place-items: center; position: absolute; top: 20px; right: 20px; border-radius: 50%; color: white; background: var(--green); font-size: 12px; font-weight: 900; }.step-arrow { position: absolute; top: 21px; right: 20px; color: var(--purple); font-size: 24px; }.safety-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }.action-tile { min-height: 108px; padding: 17px; display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; column-gap: 11px; text-align: left; border: 1px solid var(--line); border-radius: 17px; color: var(--ink); background: white; }.action-tile:hover { border-color: #b9d9c6; box-shadow: 0 8px 20px rgba(21,45,34,.06); }.tile-icon { width: 32px; height: 32px; display: grid; place-items: center; grid-row: 1 / span 2; border-radius: 11px; color: var(--green); background: var(--mint); font-weight: 800; }.tile-icon.danger { color: var(--danger); background: #ffebeb; }.action-tile strong { align-self: end; font-size: 12px; }.action-tile small { align-self: start; margin-top: 4px; color: var(--muted); font-size: 10px; }
.account-layout { display: grid; grid-template-columns: 1fr 340px; gap: 18px; }.account-main, .account-side { display: grid; gap: 18px; align-content: start; }.profile-card, .vehicle-card, .daily-account-card, .support-card { padding: 26px; }.profile-head { justify-content: flex-start; gap: 16px; }.profile-head .icon-button { margin-left: auto; }.verified-label { display: inline-flex; align-items: center; gap: 5px; color: var(--green); font-size: 10px; font-weight: 800; }.verified-label span { display: grid; place-items: center; width: 15px; height: 15px; color: white; background: var(--green); border-radius: 50%; font-size: 8px; }.profile-head h2 { margin: 6px 0 4px; font-size: 20px; }.profile-head p { margin: 0; color: var(--muted); font-size: 12px; }.profile-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 25px; padding-top: 22px; border-top: 1px solid var(--line); }.profile-details span, .vehicle-facts span { display: block; margin-bottom: 5px; color: var(--soft); font-size: 10px; font-weight: 700; }.profile-details strong, .vehicle-facts strong { display: block; font-size: 12px; }.vehicle-card .card-topline { margin-bottom: 12px; }.vehicle-content { justify-content: flex-start; gap: 22px; padding: 13px 0 23px; }.car-visual { width: 270px; height: 130px; display: grid; place-items: center; position: relative; overflow: hidden; border-radius: 20px; background: linear-gradient(135deg, #edf5f4, #f9fbf9); }.car-visual svg { width: 230px; fill: #d9e5e3; stroke: #6d827e; stroke-width: 2; }.car-visual svg .window { fill: #a9c6cb; stroke: #668c8e; }.car-visual circle { fill: #394842; stroke: none; }.car-shadow { width: 180px; height: 17px; position: absolute; bottom: 25px; border-radius: 50%; background: rgba(24,65,51,.13); filter: blur(5px); }.vehicle-facts { display: grid; gap: 13px; }.vehicle-facts em { color: var(--green); font-style: normal; font-size: 10px; }.daily-account-card { color: white; background: linear-gradient(145deg, #253c51, #3f6481); border: 0; }.daily-account-card .section-kicker { color: rgba(255,255,255,.58); }.daily-price { display: flex; align-items: baseline; gap: 2px; margin: 15px 0 5px; }.daily-price strong { font: 800 39px "Manrope", sans-serif; letter-spacing: -.08em; }.daily-price small { font-size: 18px; font-weight: 800; }.daily-price span { margin-left: 5px; color: rgba(255,255,255,.62); font-size: 11px; }.daily-account-card p { margin-bottom: 22px; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.45; }.ledger-row { display: flex; justify-content: space-between; padding: 12px 0; color: rgba(255,255,255,.72); border-top: 1px solid rgba(255,255,255,.13); font-size: 11px; }.ledger-row strong { color: white; }.ledger-row.total { color: #b8e6c9; font-weight: 800; }.support-card { background: #fff9ed; border-color: #f2e6c8; }.support-card .tile-icon { display: inline-grid; margin-bottom: 17px; color: var(--orange); background: var(--orange-soft); }.support-card h2 { font-size: 17px; }.support-card p { color: var(--muted); font-size: 12px; line-height: 1.5; }
.ride-view { max-width: 1160px; margin: 0 auto; }.ride-topbar { justify-content: flex-start; gap: 16px; margin-bottom: 20px; }.ride-topbar h1 { margin: 0; font-size: 27px; }.back-button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: white; font-size: 22px; }.safety-button { display: inline-flex; align-items: center; gap: 8px; margin-left: auto; padding: 9px 13px; border: 1px solid #f2cccc; border-radius: 11px; color: var(--danger); background: #fff3f3; font-size: 11px; font-weight: 800; }.safety-button span { width: 18px; height: 18px; display: grid; place-items: center; color: white; background: var(--danger); border-radius: 50%; font-size: 11px; }.ride-progress { justify-content: flex-start; gap: 5px; margin-bottom: 18px; }.ride-progress .step { width: 58px; height: 5px; border-radius: 99px; background: #dfe6e1; }.ride-progress .step.active { background: var(--green); }.ride-layout { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 600px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }.map-panel { min-height: 600px; position: relative; overflow: hidden; background: #e8f0ee; }.map-grid { position: absolute; inset: -20%; opacity: .42; background-image: linear-gradient(33deg, transparent 46%, #b6cbc3 47%, #b6cbc3 49%, transparent 50%), linear-gradient(-29deg, transparent 47%, #c2d5cc 48%, #c2d5cc 50%, transparent 51%), linear-gradient(79deg, transparent 48%, #d0ded7 49%, #d0ded7 50%, transparent 51%); background-size: 130px 100px, 160px 130px, 90px 150px; transform: rotate(8deg); }.map-panel::after { content: "AV. PAULISTA"; position: absolute; top: 23%; left: 28%; color: #8a9f97; font-size: 10px; font-weight: 800; letter-spacing: .13em; transform: rotate(-23deg); }.map-route { height: 7px; position: absolute; left: 18%; width: 57%; border-radius: 99px; background: var(--green); box-shadow: 0 0 0 4px rgba(29,124,87,.12); transform: rotate(-29deg); }.route-a { top: 50%; }.route-b { top: 59%; left: 46%; width: 33%; transform: rotate(47deg); }.map-pin { width: 29px; height: 29px; display: grid; place-items: center; position: absolute; color: white; border: 5px solid rgba(255,255,255,.8); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }.map-pin::first-letter { transform: rotate(45deg); }.pin-start { top: 34%; left: 21%; background: var(--green); }.pin-end { bottom: 23%; right: 18%; background: var(--orange); }.map-car { width: 43px; height: 43px; display: grid; place-items: center; position: absolute; top: 46%; left: 55%; color: white; background: var(--green-dark); border: 4px solid white; border-radius: 50%; box-shadow: 0 7px 20px rgba(21,65,44,.3); font-size: 26px; transform: rotate(20deg); }.map-controls { display: grid; position: absolute; right: 18px; bottom: 55px; overflow: hidden; border: 1px solid rgba(21,45,34,.12); border-radius: 11px; box-shadow: 0 5px 15px rgba(21,45,34,.08); }.map-controls button { width: 34px; height: 34px; border: 0; color: var(--ink); background: white; }.map-controls button + button { border-top: 1px solid var(--line); }.map-live { display: inline-flex; align-items: center; gap: 9px; padding: 10px 13px; position: absolute; left: 18px; bottom: 18px; color: var(--green-dark); background: rgba(255,255,255,.92); border-radius: 10px; box-shadow: 0 5px 16px rgba(21,45,34,.08); font-size: 10px; font-weight: 800; }.ride-panel { padding: 25px; }.passenger-card { display: flex; align-items: center; gap: 12px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }.passenger-card h2 { margin: 2px 0 4px; font-size: 18px; }.passenger-card p { margin: 0; color: var(--muted); font-size: 11px; }.passenger-card .verified-mark { display: inline-grid; margin: 0 4px 0 0; width: 14px; height: 14px; font-size: 8px; }.ride-route-panel { margin: 23px 0; gap: 18px; }.ride-route-panel::before { left: 5px; }.verification-box, .code-box, .active-ride-box, .finish-box { padding: 19px; border: 1px solid var(--line); border-radius: 17px; background: #fbfcfb; }.verification-header { display: flex; align-items: flex-start; gap: 12px; }.verification-symbol { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; color: var(--green); background: var(--mint); font-size: 21px; }.verification-box h2, .code-box h2 { margin-bottom: 5px; font-size: 16px; }.verification-box p, .code-box p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }.vehicle-confirm { display: flex; align-items: center; gap: 10px; margin: 17px 0; padding: 12px; border-radius: 12px; background: white; }.mini-car { width: 29px; height: 29px; display: grid; place-items: center; color: var(--blue); background: var(--blue-soft); border-radius: 9px; }.vehicle-confirm strong, .vehicle-confirm small { display: block; }.vehicle-confirm strong { margin-bottom: 4px; font-size: 11px; }.vehicle-confirm small { color: var(--muted); font-size: 10px; }.vehicle-confirm .step-check { position: static; margin-left: auto; }.check-row { display: flex; align-items: center; gap: 9px; margin: 16px 0; color: var(--muted); font-size: 11px; cursor: pointer; }.check-row input { width: 1px; height: 1px; position: absolute; opacity: 0; }.custom-check { width: 20px; height: 20px; display: inline-grid; place-items: center; border: 1px solid #c9d6ce; border-radius: 6px; background: white; }.check-row input:checked + .custom-check { border-color: var(--green); background: var(--green); }.check-row input:checked + .custom-check::after { content: "✓"; color: white; font-size: 12px; font-weight: 900; }.primary-button:disabled { cursor: not-allowed; opacity: .42; transform: none; box-shadow: none; }.code-box { text-align: center; background: #f6faf7; border-color: #c8e2d1; }.code-box p { max-width: 260px; margin: 0 auto; }.secure-code { display: flex; justify-content: center; gap: 8px; margin: 22px 0 15px; }.secure-code span { width: 45px; height: 52px; display: grid; place-items: center; color: var(--green-dark); background: white; border: 1px solid #b9d9c6; border-radius: 12px; font: 800 25px "Manrope", sans-serif; }.code-meta { display: flex; justify-content: space-between; margin-bottom: 18px; color: var(--soft); font-size: 10px; }.code-meta span:first-child { display: inline-flex; align-items: center; gap: 6px; color: var(--orange); }.active-ride-box { display: flex; gap: 13px; border-color: #c8e2d1; background: var(--mint); }.live-icon { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; color: var(--green); background: white; }.active-ride-box h2 { margin-bottom: 5px; font-size: 16px; }.active-ride-box p { margin: 0; color: var(--green-dark); font-size: 11px; line-height: 1.4; }.compact-actions { grid-template-columns: 1fr 1fr; margin: 13px 0; }.compact-actions .action-tile { min-height: 72px; padding: 11px; grid-template-columns: 27px 1fr; }.compact-actions .tile-icon { width: 27px; height: 27px; font-size: 12px; }.compact-actions .action-tile strong { font-size: 10px; }.compact-actions .action-tile small { font-size: 9px; }.finish-box { text-align: center; background: #f6faf7; border-color: #c8e2d1; }.finish-check { width: 46px; height: 46px; display: grid; place-items: center; margin: 0 auto 15px; border-radius: 50%; color: white; background: var(--green); font-size: 24px; font-weight: 900; }.finish-box .section-kicker { color: var(--green); }.finish-box h2 { font-size: 21px; }.receipt { margin: 21px 0; text-align: left; border-top: 1px solid #d6e8db; }.receipt > div { display: flex; justify-content: space-between; padding: 11px 0; color: var(--muted); border-bottom: 1px solid #d6e8db; font-size: 11px; }.receipt strong { color: var(--ink); }.receipt-total { color: var(--green-dark) !important; font-weight: 800; }.receipt-total strong { color: var(--green) !important; font: 800 18px "Manrope", sans-serif; }.finish-box p { color: var(--muted); font-size: 11px; line-height: 1.45; }.hidden { display: none !important; }
.modal-backdrop { display: grid; place-items: center; padding: 20px; position: fixed; inset: 0; z-index: 50; background: rgba(19,36,28,.42); backdrop-filter: blur(5px); }.modal-backdrop[hidden] { display: none; }.modal { width: min(520px, 100%); max-height: min(760px, calc(100vh - 40px)); overflow: auto; padding: 30px; position: relative; border-radius: 24px; background: white; box-shadow: 0 30px 90px rgba(0,0,0,.2); }.modal-close { width: 32px; height: 32px; display: grid; place-items: center; position: absolute; top: 18px; right: 18px; border: 0; border-radius: 50%; color: var(--muted); background: #f3f6f4; font-size: 22px; }.modal h2 { margin: 0 38px 10px 0; font-size: 25px; }.modal p { color: var(--muted); font-size: 13px; line-height: 1.55; }.modal-list { display: grid; gap: 10px; margin: 22px 0 0; }.modal-list > div { display: flex; gap: 11px; padding: 12px; border-radius: 12px; background: #f7faf7; }.modal-list b { color: var(--green); }.modal-list strong { display: block; margin-bottom: 3px; font-size: 12px; }.modal-list span { color: var(--muted); font-size: 11px; line-height: 1.4; }.modal-note { margin-top: 17px; padding: 12px; color: var(--orange) !important; background: var(--orange-soft); border-radius: 12px; font-size: 11px !important; }.modal-actions { display: flex; gap: 10px; margin-top: 22px; }.modal-actions > * { flex: 1; }
.toast { min-width: 260px; display: flex; align-items: center; gap: 10px; padding: 13px 16px; position: fixed; right: 24px; bottom: 97px; z-index: 60; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); font-size: 12px; font-weight: 700; opacity: 0; pointer-events: none; transform: translateY(10px); transition: .25s ease; }.toast.visible { opacity: 1; transform: translateY(0); }.toast-icon { width: 22px; height: 22px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 50%; font-size: 11px; }
@media (max-width: 980px) { .hero-grid, .next-ride-card, .ride-layout { grid-template-columns: 1fr; }.next-ride-main { border-right: 0; border-bottom: 1px solid var(--line); }.hero-orbit { width: 180px; height: 180px; margin-right: 0; }.orbit-core { inset: 42px; }.security-seal { margin-right: 10px; }.account-layout { grid-template-columns: 1fr; }.account-side { grid-template-columns: 1fr 1fr; }.map-panel { min-height: 360px; }.ride-layout { min-height: 0; }.ride-panel { min-height: 520px; } }
@media (max-width: 680px) { .topbar { height: 66px; padding: 0 18px; }.demo-label { display: none; }.topbar-actions { gap: 11px; }.demo-ribbon { display: block; padding: 7px 15px; line-height: 1.4; }.demo-ribbon span { display: block; }.demo-ribbon span:first-child { margin-bottom: 2px; }.main-content { width: min(100% - 28px, 570px); padding-top: 31px; }.page-heading { display: block; margin-bottom: 27px; }.online-control { width: max-content; margin-top: 20px; }.hero-card { min-height: 340px; padding: 27px 24px; }.hero-card p { max-width: 270px; }.hero-orbit { width: 145px; height: 145px; position: absolute; right: -11px; bottom: -9px; opacity: .85; }.orbit-core { inset: 34px; }.orbit-core strong { font-size: 25px; }.orbit-core small { font-size: 11px; }.orbit-core span { font-size: 7px; }.trust-card { padding: 23px; }.stats-grid, .security-grid, .safety-actions { grid-template-columns: 1fr; }.metric-card { padding: 16px; }.section-heading { margin-top: 35px; }.section-heading h2 { font-size: 22px; }.section-heading .link-button { margin-top: 11px; }.next-ride-main, .next-ride-side { padding: 22px 20px; }.page-heading.compact-heading { display: flex; align-items: flex-start; }.compact-heading .outline-button { margin-top: 4px; }.security-hero { min-height: 310px; padding: 28px 24px; align-items: flex-start; }.security-hero h2 { font-size: 33px; }.security-seal { width: 120px; height: 120px; position: absolute; right: -8px; bottom: 22px; opacity: .72; }.security-seal > span { font-size: 38px; }.security-seal small { bottom: 24px; }.security-hero::after { right: -90px; bottom: -85px; }.security-step { min-height: 135px; }.account-side { grid-template-columns: 1fr; }.profile-details { grid-template-columns: 1fr 1fr; }.vehicle-content { display: block; }.car-visual { width: 100%; margin-bottom: 20px; }.ride-topbar h1 { font-size: 23px; }.ride-panel { padding: 18px; }.toast { right: 14px; bottom: 90px; left: 14px; min-width: 0; }.modal { padding: 26px 21px; }.modal-actions { flex-direction: column; }.bottom-nav { gap: 17px; justify-content: space-around; }.nav-item { min-width: 53px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }

/* Final visual pass: contornos mais presentes e uma linguagem mais humana. */
:root {
  --ink: #1b2922;
  --muted: #607068;
  --soft: #87958e;
  --line: #d3e0d8;
  --surface: #fffefa;
  --canvas: #f8f7f2;
  --shadow: 0 18px 46px rgba(25, 57, 41, 0.10);
  --radius: 26px;
}

body {
  background: radial-gradient(circle at 12% 0%, rgba(223, 244, 232, .58), transparent 28%), var(--canvas);
}

.topbar,
.bottom-nav {
  background: rgba(255, 254, 249, .96);
}

.topbar { border-bottom: 2px solid #dce7df; }
.demo-ribbon { border-bottom: 1.5px solid #dce7df; background: #f0f6f0; }
.main-content { padding-top: 52px; }

h1, h2 { letter-spacing: -.035em; }
.eyebrow, .section-kicker { letter-spacing: .085em; }
.page-subtitle { line-height: 1.5; }

.online-control,
.icon-button,
.back-button,
.outline-button,
.action-tile,
.map-controls,
.ride-layout {
  border-width: 2px;
  border-color: var(--line);
}

.trust-card,
.metric-card,
.next-ride-card,
.profile-card,
.vehicle-card,
.support-card,
.empty-state,
.security-step {
  border-width: 2px;
  border-color: var(--line);
  background: var(--surface);
}

.trust-card,
.metric-card,
.profile-card,
.vehicle-card,
.support-card,
.empty-state,
.security-step,
.next-ride-card,
.ride-layout {
  box-shadow: 0 10px 28px rgba(25, 57, 41, .055);
}

.hero-card,
.security-hero,
.earnings-banner,
.daily-account-card { border: 2px solid rgba(255, 255, 255, .24); }
.hero-card { box-shadow: 0 18px 42px rgba(13, 87, 58, .18); }
.hero-card::before {
  content: "";
  width: 180px;
  height: 180px;
  position: absolute;
  top: -72px;
  right: 24%;
  border-radius: 50%;
  background: rgba(255, 255, 255, .055);
}

.pill,
.status-chip,
.secure-tag,
.level-badge,
.mini-badge {
  border: 1.5px solid rgba(58, 105, 79, .10);
}

.progress-track { height: 11px; border: 1.5px solid #d6e4db; }
.ride-progress .step { height: 7px; border: 1px solid #d0ddd5; }
.primary-button { border-width: 2px; border-radius: 15px; }
.outline-button { border-radius: 15px; }
.action-tile { border-radius: 19px; }
.icon-button, .back-button { border-radius: 15px; }
.map-route { height: 9px; box-shadow: 0 0 0 5px rgba(29, 124, 87, .12); }
.route-dot { border-width: 4px; }

.next-ride-main,
.passenger-preview,
.passenger-card,
.profile-details,
.receipt > div,
.ledger-row { border-color: #dbe6df; }
.ride-route::before { border-left-width: 2px; }

.avatar {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .46), 0 3px 10px rgba(25, 57, 41, .10);
}
.avatar-check { border-width: 3px; }
.verification-box,
.code-box,
.active-ride-box,
.finish-box { border-width: 2px; }
.vehicle-confirm,
.modal-list > div { border: 1.5px solid #dbe6df; }
.modal { border: 2px solid #d7e3dc; background: #fffefa; }
.modal-close { border: 1.5px solid #dbe6df; }
.toast { border-width: 2px; }

.section-heading > div:first-child { position: relative; padding-left: 13px; }
.section-heading > div:first-child::before {
  content: "";
  width: 4px;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  border-radius: 99px;
  background: var(--green);
}

button:hover { filter: saturate(1.04); }

@media (max-width: 680px) {
  .main-content { padding-top: 34px; }
  .hero-card, .security-hero { border-width: 2px; }
  .section-heading > div:first-child { padding-left: 11px; }
}

/* Car language: a compact geometric symbol that stays recognizable without looking like clip art. */
.car-visual .concept-car { width: 230px; fill: #8ebbb2; stroke: #376b68; stroke-width: 2.4; stroke-linejoin: round; stroke-linecap: round; }
.car-visual .concept-car-window { fill: #dff2ef; stroke: #5a8c87; stroke-width: 1.8; }
.car-visual .concept-car-divider { fill: none; stroke: #79a9a1; stroke-width: 2; }
.car-visual .concept-car-detail { fill: none; stroke: #c5e0d8; stroke-width: 2; }
.car-visual .concept-car-wheel { fill: #294943; stroke: #294943; stroke-width: 2; }
.map-car .car-mark { width: 30px; height: 21px; display: block; transform: rotate(-7deg); }
.map-car .car-mark-shell { fill: #fff; stroke: none; }
.map-car .car-mark-window { fill: #b9dfdf; stroke: none; }
.map-car .car-mark circle { fill: #274752; stroke: none; }
.mini-car { display: grid; place-items: center; }
.mini-car-icon { width: 29px; height: 21px; display: block; fill: currentColor; stroke: currentColor; stroke-width: 1.4; stroke-linejoin: round; stroke-linecap: round; }
.mini-car-window { fill: #f8fdff; stroke: none; }
.mini-car-icon circle { fill: #344c58; stroke: none; }
.map-panel.map-ready > .map-grid,
.map-panel.map-ready > .map-route,
.map-panel.map-ready > .map-pin,
.map-panel.map-ready > .map-car,
.map-panel.map-ready > .map-controls,
.map-panel.map-ready::after { display: none; }
.mapboxgl-map,
.mapboxgl-canvas-container,
.mapboxgl-canvas { border-radius: inherit; }
.mapboxgl-ctrl-group { overflow: hidden; border: 2px solid #d3e0d8; border-radius: 13px; box-shadow: 0 7px 18px rgba(21,45,34,.12); }
.mapboxgl-ctrl-group button { width: 34px; height: 34px; }
.mapboxgl-ctrl-attrib { border-radius: 8px 0 0 0; }
.map-panel.map-ready .map-live { z-index: 2; }
.live-map-marker { width: 25px; height: 25px; display: grid; place-items: center; border: 3px solid white; border-radius: 50%; box-shadow: 0 5px 14px rgba(21,45,34,.28); }
.live-map-marker.pickup-marker { background: var(--green); }
.live-map-marker.dropoff-marker { background: var(--orange); }
.live-map-marker.driver-marker { width: 42px; height: 42px; color: white; background: var(--blue); border-width: 4px; font-size: 24px; transform: rotate(20deg); }
.live-map-marker.driver-marker .car-mark { width: 30px; height: 21px; display: block; transform: rotate(-7deg); }
.live-map-marker.driver-marker .car-mark-shell { fill: #fff; stroke: none; }
.live-map-marker.driver-marker .car-mark-window { fill: #b9dfdf; stroke: none; }
.live-map-marker.driver-marker .car-mark circle { fill: #274752; stroke: none; }
.map-panel { background: rgb(241, 247, 245); }
.map-grid { opacity: .34; background-image: linear-gradient(33deg, transparent 46%, rgb(191, 216, 208) 47%, rgb(191, 216, 208) 49%, transparent 50%), linear-gradient(-29deg, transparent 47%, rgb(208, 226, 218) 48%, rgb(208, 226, 218) 50%, transparent 51%), linear-gradient(79deg, transparent 48%, rgb(218, 234, 227) 49%, rgb(218, 234, 227) 50%, transparent 51%); }
.map-route { background: rgb(126, 181, 155); box-shadow: 0 0 0 4px rgba(126, 181, 155, .16); }
.pin-start { background: rgb(160, 207, 181); }
.pin-end { background: rgb(240, 191, 147); }
.passenger-map-car { background: rgb(159, 190, 215); }
.map-live { color: rgb(68, 116, 94); background: rgba(255, 255, 255, .94); }
.map-local-notice { display: flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 18px; position: absolute; right: 18px; bottom: 18px; left: 18px; z-index: 5; color: rgb(66, 109, 90); background: rgba(255, 255, 255, .94); border: 2px solid rgb(194, 222, 208); border-radius: 14px; box-shadow: 0 7px 18px rgba(54, 87, 71, .11); font-size: 11px; font-weight: 800; text-align: center; text-decoration: none; }
.live-map-marker.pickup-marker { background: rgb(174, 219, 194); }
.live-map-marker.dropoff-marker { background: rgb(246, 205, 168); }
.live-map-marker.driver-marker { background: rgb(168, 197, 220); }

/* Visual direction inspired by the references: pale automotive canvas, expressive condensed titles, white cards and pill controls. */
:root {
  --ink: rgb(22, 49, 29);
  --muted: rgb(81, 105, 88);
  --soft: rgb(126, 148, 132);
  --line: rgb(211, 226, 213);
  --surface: rgb(255, 255, 252);
  --canvas: rgb(235, 243, 235);
  --green: rgb(46, 132, 65);
  --green-dark: rgb(15, 89, 34);
  --mint: rgb(225, 241, 226);
  --blue: rgb(92, 157, 194);
  --blue-soft: rgb(231, 243, 248);
  --orange: rgb(214, 143, 91);
  --orange-soft: rgb(251, 237, 222);
  --purple: rgb(118, 96, 157);
  --purple-soft: rgb(239, 233, 248);
  --danger: rgb(190, 76, 76);
  --shadow: 0 18px 42px rgba(45, 82, 52, .10);
  --radius: 29px;
}

body { background: var(--canvas); color: var(--ink); }
.app-shell { padding-bottom: 96px; }
.topbar { height: 82px; padding: 0 clamp(18px, 5vw, 76px); background: rgba(235, 243, 235, .90); border-bottom: 0; box-shadow: none; backdrop-filter: blur(18px); }
.brand { color: var(--green-dark); font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 29px; letter-spacing: .08em; }
.brand-mark span { background: var(--green-dark); }
.topbar-actions { gap: 14px; }
.demo-label { color: var(--muted); font-size: 11px; }
.icon-button { border: 1.5px solid var(--line); border-radius: 50%; background: rgba(255, 255, 252, .70); }
.avatar { background: linear-gradient(145deg, rgb(222, 239, 222), rgb(173, 210, 178)); color: var(--green-dark); }
.demo-ribbon { width: min(1120px, calc(100% - 36px)); min-height: 34px; margin: 0 auto; border: 1.5px solid rgb(213, 228, 215); border-radius: 999px; color: var(--muted); background: rgba(245, 250, 244, .70); }
.demo-ribbon span:first-child { color: var(--green-dark); }
.main-content { width: min(1120px, calc(100% - 36px)); padding-top: 38px; }
.page-heading { margin-bottom: 30px; }
.eyebrow, .section-kicker { color: var(--green); font-size: 10px; letter-spacing: .14em; }
h1, h2 { color: var(--green-dark); font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-weight: 600; letter-spacing: .005em; }
h1 { font-size: clamp(43px, 5vw, 62px); line-height: .92; }
h2 { font-size: 31px; line-height: .98; }
.page-subtitle { color: var(--muted); font-size: 14px; }
.online-control { padding: 7px 8px 7px 16px; border: 1.5px solid var(--line); border-radius: 999px; background: rgba(255,255,252,.72); box-shadow: none; }
.online-text { color: var(--muted); font-size: 11px; }
.switch { background: rgb(203, 219, 205); }
.switch[aria-checked="true"] { background: var(--green-dark); }
.role-switch { gap: 3px; padding: 4px; border: 1.5px solid rgb(205, 222, 207); border-radius: 999px; background: rgb(224, 236, 224); }
.role-option { min-height: 32px; padding: 0 13px; border-radius: 999px; color: var(--muted); }
.role-option.active { color: white; background: var(--green-dark); box-shadow: 0 5px 12px rgba(15, 89, 34, .18); }
.hero-card, .security-hero { color: var(--green-dark); background: rgb(211, 231, 214); border: 0; border-radius: 32px; box-shadow: var(--shadow); }
.hero-card { min-height: 310px; }
.hero-card::after { border-color: rgba(15, 89, 34, .12); box-shadow: 0 0 0 32px rgba(15, 89, 34, .05), 0 0 0 66px rgba(15, 89, 34, .035); }
.hero-card::before { background: rgba(255,255,255,.20); }
.hero-card h2, .security-hero h2 { color: var(--green-dark); font-size: clamp(43px, 5vw, 61px); }
.hero-card h2 em, .security-hero h2 em { color: var(--green); }
.hero-card p, .security-hero p { color: var(--muted); }
.pill-light { color: white; background: var(--green-dark); }
.text-button.light { color: var(--green-dark); }
.hero-orbit .orbit { border-color: rgba(15, 89, 34, .16); }
.hero-orbit .orbit-two { border-color: rgba(46, 132, 65, .45); }
.orbit-core { color: white; background: var(--green-dark); border: 0; box-shadow: 0 14px 30px rgba(15, 89, 34, .20); }
.orbit-core span { color: rgba(255,255,255,.72); }
.trust-card, .metric-card, .next-ride-card, .profile-card, .vehicle-card, .support-card, .empty-state, .security-step, .passenger-booking-card, .passenger-trust-row article { border: 0; border-radius: 28px; background: var(--surface); box-shadow: var(--shadow); }
.trust-card, .metric-card, .profile-card, .vehicle-card, .support-card, .empty-state, .security-step { padding: 28px; }
.level-badge, .status-chip, .secure-tag, .mini-badge { border: 0; border-radius: 999px; }
.progress-track { border: 0; background: rgb(230, 238, 230); }
.progress-track span { background: var(--green); }
.mini-badge { background: rgb(242, 247, 241); }
.mini-badge.done { color: var(--green-dark); background: var(--mint); }
.next-ride-card { margin-top: 18px; }
.next-ride-main, .next-ride-side { padding: 30px; }
.next-ride-side { background: rgb(248, 251, 247); }
.primary-button { min-height: 50px; color: white; border: 0; border-radius: 999px; background: var(--green-dark); box-shadow: 0 9px 18px rgba(15, 89, 34, .16); }
.primary-button:hover { background: var(--green); box-shadow: 0 11px 22px rgba(15, 89, 34, .20); }
.outline-button { min-height: 50px; border: 1.5px solid rgb(169, 201, 174); border-radius: 999px; color: var(--green-dark); background: rgb(250, 253, 249); }
.outline-button:hover { background: var(--mint); }
.bottom-nav { height: 86px; padding: 11px 20px 10px; gap: clamp(14px, 6vw, 86px); background: rgba(235, 243, 235, .94); border-top: 0; box-shadow: 0 -12px 28px rgba(50, 84, 55, .08); }
.nav-item { min-width: 76px; border-radius: 999px; color: var(--soft); }
.nav-item.active { display: flex; align-items: center; justify-content: center; gap: 7px; min-width: 108px; color: white; background: var(--green-dark); box-shadow: 0 8px 16px rgba(15, 89, 34, .18); }
.nav-item.active .nav-icon { background: transparent; }
.nav-icon { border-radius: 50%; }
.nav-item.active .nav-icon svg { color: white; }
.earnings-banner { color: var(--green-dark); background: rgb(215, 233, 218); border: 0; box-shadow: var(--shadow); }
.earnings-banner .section-kicker, .earnings-banner span:not(.section-kicker) { color: var(--muted); }
.earnings-banner strong { color: var(--green-dark); }
.security-hero { min-height: 290px; padding: 40px 46px; }
.security-hero::after { border-color: rgba(15, 89, 34, .12); box-shadow: 0 0 0 40px rgba(15, 89, 34, .04), 0 0 0 82px rgba(15, 89, 34, .025); }
.security-seal { background: rgba(255,255,255,.40); border-color: rgba(15, 89, 34, .16); }
.security-seal .seal-ring { border-color: rgba(46,132,65,.45); }
.security-seal > span { color: var(--green); }
.security-seal small { color: var(--muted); }
.security-step.current { border-color: rgb(169, 201, 174); box-shadow: 0 10px 25px rgba(46,132,65,.10); }
.step-arrow { color: var(--green); }
.action-tile { border: 0; border-radius: 22px; background: var(--surface); box-shadow: var(--shadow); }
.action-tile:hover { border: 0; background: rgb(247, 251, 246); box-shadow: 0 12px 25px rgba(45,82,52,.14); }
.tile-icon { color: var(--green-dark); background: var(--mint); }
.tile-icon.danger { color: var(--danger); background: rgb(251, 230, 224); }
.ride-layout { border: 0; border-radius: 30px; box-shadow: var(--shadow); }
.map-panel, .passenger-map-panel { border: 0; border-radius: 30px; }
.ride-panel { padding: 30px; }
.passenger-hero { color: var(--green-dark); background: rgb(211, 231, 214); border: 0; border-radius: 32px; box-shadow: var(--shadow); }
.passenger-hero::after { border-color: rgba(15,89,34,.12); box-shadow: 0 0 0 34px rgba(15,89,34,.05), 0 0 0 70px rgba(15,89,34,.03); }
.passenger-hero h2 { color: var(--green-dark); font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: clamp(43px, 5vw, 61px); }
.passenger-hero h2 em { color: var(--green); }
.passenger-hero p { color: var(--muted); }
.passenger-heart { color: rgba(46,132,65,.45); }
.passenger-booking-card { padding: 30px; }
.location-field { border: 1.5px solid rgb(215, 229, 216); border-radius: 20px; background: rgb(248, 251, 247); }
.passenger-price, .passenger-code-box, .finish-box, .active-ride-box { border: 0; border-radius: 24px; background: rgb(229, 242, 229); }
.passenger-price strong { color: var(--green-dark); }
.price-breakdown { border-color: rgb(218, 231, 218); }
.price-breakdown > div { border-color: rgb(226, 236, 226); }
.driver-match-card, .passenger-vehicle, .verification-box, .code-box { border: 0; border-radius: 22px; background: rgb(248, 251, 247); box-shadow: none; }
.modal { border: 0; border-radius: 30px; background: var(--surface); box-shadow: 0 22px 60px rgba(28,63,35,.22); }
.modal-close { border: 0; border-radius: 50%; background: var(--mint); }
.toast { border: 0; border-radius: 18px; box-shadow: var(--shadow); }

@media (max-width: 680px) {
  .topbar { height: 72px; padding: 0 16px; }
  .brand { font-size: 25px; }
  .topbar-actions { gap: 8px; }
  .role-option { min-height: 29px; padding: 0 9px; }
  .demo-ribbon { width: calc(100% - 28px); border-radius: 18px; }
  .main-content { width: calc(100% - 28px); padding-top: 30px; }
  h1 { font-size: 50px; }
  h2 { font-size: 29px; }
  .hero-card, .passenger-hero { border-radius: 27px; }
  .hero-card h2, .passenger-hero h2 { font-size: 47px; }
  .trust-card, .metric-card, .next-ride-card, .profile-card, .vehicle-card, .support-card, .empty-state, .security-step, .passenger-booking-card { border-radius: 25px; }
  .bottom-nav { gap: 8px; padding-right: 10px; padding-left: 10px; }
  .nav-item { min-width: 61px; padding-right: 7px; padding-left: 7px; }
  .nav-item.active { min-width: 91px; }
  .security-hero { border-radius: 27px; padding: 30px 24px; }
}

/* Passageira: uma camada de experiência completa sobre a mesma operação. */
.role-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 2px solid var(--line);
  border-radius: 16px;
  background: #f2f7f2;
}
.role-option {
  min-height: 28px;
  padding: 0 10px;
  border: 0;
  border-radius: 11px;
  color: var(--muted);
  background: transparent;
  font-size: 10px;
  font-weight: 800;
}
.role-option.active { color: var(--green-dark); background: white; box-shadow: 0 2px 7px rgba(25, 57, 41, .10); }
.passenger-nav { display: none; }
body.passenger-mode #driver-nav { display: none; }
body.passenger-mode #passenger-nav { display: flex; }

.passenger-view { max-width: 1240px; margin: 0 auto; }
.passenger-hero {
  min-height: 228px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 38px;
  overflow: hidden;
  position: relative;
  color: white;
  background: linear-gradient(118deg, #285d49, #76b083);
  border: 2px solid rgba(255, 255, 255, .30);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(41, 102, 72, .18);
}
.passenger-hero::after {
  content: "";
  width: 300px;
  height: 300px;
  position: absolute;
  right: 5%;
  bottom: -200px;
  border: 2px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(255, 255, 255, .05), 0 0 0 70px rgba(255, 255, 255, .04);
}
.passenger-hero-copy { position: relative; z-index: 1; max-width: 480px; }
.passenger-hero h2 { margin: 18px 0 11px; color: white; font-size: clamp(28px, 4vw, 42px); line-height: .98; }
.passenger-hero h2 em { color: #c3f0ce; font-style: normal; }
.passenger-hero p { max-width: 420px; margin: 0; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.5; }
.passenger-heart { position: relative; z-index: 1; margin-right: 9%; color: rgba(255,255,255,.70); font: 200 126px/1 "Manrope", sans-serif; transform: rotate(-12deg); }

.passenger-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; margin-top: 18px; }
.passenger-map-panel { min-height: 488px; border: 2px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 28px rgba(25,57,41,.055); }
.passenger-map-panel::after { content: "PAULISTA  →  PINHEIROS"; top: 22%; left: 23%; }
.passenger-map-car { background: #4c7397; }
.passenger-booking-card { padding: 28px; background: var(--surface); border: 2px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 28px rgba(25,57,41,.055); }
.passenger-step h2 { margin-bottom: 20px; font-size: 23px; }
.location-field { display: flex; align-items: center; gap: 12px; min-height: 68px; padding: 13px 14px; margin-top: 10px; border: 2px solid #dbe7df; border-radius: 17px; background: #fff; }
.location-field > div { min-width: 0; flex: 1; }
.location-field small, .location-field strong { display: block; }
.location-field small { margin-bottom: 5px; color: var(--soft); font-size: 10px; font-weight: 800; }
.location-field strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 700 13px "Manrope", sans-serif; }
.location-tag { color: var(--green); font-size: 10px; font-weight: 800; }
.passenger-note { display: flex; align-items: flex-start; gap: 8px; margin: 18px 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.passenger-note span { display: inline-grid; place-items: center; width: 17px; height: 17px; flex: 0 0 auto; border-radius: 50%; color: white; background: var(--green); font-size: 10px; font-weight: 900; }
.quote-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.quote-heading h2 { max-width: 280px; margin-bottom: 0; }
.passenger-price { margin: 22px 0 18px; padding: 20px; border: 2px solid #cce4d4; border-radius: 20px; background: var(--mint); }
.passenger-price span, .passenger-price small { display: block; }
.passenger-price span { color: var(--green-dark); font-size: 11px; font-weight: 800; }
.passenger-price strong { display: block; margin: 7px 0 2px; color: var(--green-dark); font: 800 38px "Manrope", sans-serif; letter-spacing: -.07em; }
.passenger-price small { color: var(--green); font-size: 11px; }
.price-breakdown { border-top: 2px solid #dbe7df; }
.price-breakdown > div { display: flex; justify-content: space-between; padding: 12px 0; color: var(--muted); border-bottom: 1.5px solid #dbe7df; font-size: 11px; }
.price-breakdown strong { color: var(--ink); }
.price-breakdown .positive-value { color: var(--green); }
.price-breakdown .price-total { color: var(--green-dark); font-weight: 800; }
.price-breakdown .price-total strong { color: var(--green); font: 800 16px "Manrope", sans-serif; }
.passenger-back-button { margin-top: 14px; color: var(--muted); }
.matching-state { padding: 24px 4px 8px; text-align: center; }
.matching-orbit { width: 92px; height: 92px; display: grid; place-items: center; margin: 4px auto 22px; border: 2px solid #c8e2d1; border-radius: 50%; color: var(--green); background: var(--mint); font-size: 40px; box-shadow: 0 0 0 12px rgba(223,244,232,.55), 0 0 0 24px rgba(223,244,232,.25); }
.matching-state h2 { margin-bottom: 10px; }
.matching-state p { margin-bottom: 23px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.driver-match-card { display: flex; align-items: center; gap: 13px; padding: 15px; margin: 18px 0 10px; border: 2px solid #dbe7df; border-radius: 19px; background: #fff; }
.driver-match-card > div { min-width: 0; flex: 1; }
.driver-match-card strong, .driver-match-card small { display: block; }
.driver-match-card strong { margin: 5px 0 3px; font: 700 14px "Manrope", sans-serif; }
.driver-match-card small { color: var(--muted); font-size: 10px; }
.match-time { align-self: flex-start; color: var(--green); font-size: 10px; font-weight: 800; }
.passenger-vehicle { display: flex; align-items: center; gap: 10px; padding: 13px; border: 2px solid #dbe7df; border-radius: 16px; background: #f8fbf8; }
.passenger-vehicle > div { min-width: 0; flex: 1; }
.passenger-vehicle strong, .passenger-vehicle small { display: block; }
.passenger-vehicle strong { margin-bottom: 4px; font-size: 11px; }
.passenger-vehicle small { color: var(--muted); font-size: 10px; }
.passenger-vehicle .step-check { position: static; flex: 0 0 auto; }
.passenger-code-box { padding: 20px; text-align: center; border: 2px solid #c8e2d1; border-radius: 20px; background: #f6faf7; }
.passenger-code-box h2 { margin-bottom: 9px; }
.passenger-code-box p { margin: 0 auto; max-width: 320px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.passenger-safety-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 15px 0; }
.passenger-safety-row .action-tile { min-height: 78px; padding: 12px; }
.passenger-trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
.passenger-trust-row article { display: flex; align-items: flex-start; gap: 11px; padding: 16px; border: 2px solid var(--line); border-radius: 19px; background: var(--surface); }
.passenger-trust-row .tile-icon { flex: 0 0 auto; }
.passenger-trust-row strong, .passenger-trust-row small { display: block; }
.passenger-trust-row strong { margin: 2px 0 5px; font-size: 11px; }
.passenger-trust-row small { color: var(--muted); font-size: 10px; line-height: 1.4; }
.modal-input-label { display: block; margin: 18px 0 7px; color: var(--muted); font-size: 11px; font-weight: 800; }
.modal-input { width: 100%; height: 48px; padding: 0 14px; border: 2px solid var(--line); border-radius: 14px; color: var(--ink); background: white; font: 800 20px "Manrope", sans-serif; letter-spacing: .22em; text-align: center; }
.driver-code-prompt .secure-code { display: none; }
.driver-code-prompt .code-box::after { content: "O código aparece somente no app da passageira."; display: block; margin: 22px 0 18px; padding: 13px; border: 2px dashed #c8e2d1; border-radius: 14px; color: var(--green-dark); background: var(--mint); font-size: 11px; font-weight: 800; }

@media (max-width: 980px) {
  .passenger-grid { grid-template-columns: 1fr; }
  .passenger-map-panel { min-height: 360px; }
  .passenger-trust-row { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .topbar-actions { gap: 8px; }
  .role-option { padding: 0 7px; font-size: 9px; }
  .role-switch { border-width: 1.5px; }
  .passenger-hero { min-height: 282px; padding: 27px 23px; align-items: flex-start; }
  .passenger-heart { position: absolute; right: 3%; bottom: -7px; margin: 0; font-size: 104px; }
  .passenger-hero-copy { max-width: 285px; }
  .passenger-hero h2 { font-size: 33px; }
  .passenger-booking-card { padding: 21px 18px; }
  .passenger-map-panel { min-height: 300px; }
  .passenger-trust-row article { padding: 14px; }
}

/* Passenger surface follows the same light automotive language after the legacy passenger rules. */
.passenger-hero { color: var(--green-dark); background: rgb(211, 231, 214); border: 0; border-radius: 32px; box-shadow: var(--shadow); }
.passenger-hero::after { border-color: rgba(15, 89, 34, .12); box-shadow: 0 0 0 34px rgba(15, 89, 34, .05), 0 0 0 70px rgba(15, 89, 34, .03); }
.passenger-hero h2 { color: var(--green-dark); font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: clamp(43px, 5vw, 61px); }
.passenger-hero h2 em { color: var(--green); }
.passenger-hero p { color: var(--muted); }
.passenger-hero .pill-light { color: white; background: var(--green-dark); }
.passenger-heart { color: rgba(46, 132, 65, .45); }
.passenger-map-panel, .passenger-booking-card { border: 0; border-radius: 30px; box-shadow: var(--shadow); }
.passenger-map-car { background: rgb(159, 190, 215); }
.passenger-price, .passenger-code-box, .finish-box, .active-ride-box { border: 0; border-radius: 24px; background: rgb(229, 242, 229); }
.driver-match-card, .passenger-vehicle { border: 0; border-radius: 22px; background: rgb(248, 251, 247); }

/* Legibilidade e ações: controles maiores, contornos claros e estados fáceis de perceber. */
html { font-size: 16px; -webkit-text-size-adjust: 100%; }
body { min-width: 320px; overflow-x: hidden; font-size: 16px; font-weight: 500; line-height: 1.45; }
.app-shell { overflow-x: hidden; }
.demo-ribbon { min-height: 40px; padding: 8px 20px; font-size: 13px; font-weight: 600; line-height: 1.35; }
.demo-ribbon span:first-child { font-size: 12px; }
.eyebrow, .section-kicker { margin-bottom: 10px; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
h1, h2 { font-weight: 700; }
h1 { font-size: clamp(44px, 5.5vw, 68px); line-height: .96; }
h2 { font-size: 34px; line-height: 1.02; }
.page-subtitle { max-width: 62ch; font-size: 17px; font-weight: 600; line-height: 1.5; }
.demo-label, .online-text { font-size: 13px; font-weight: 700; }
.status-chip, .secure-tag, .level-badge { padding: 9px 13px; font-size: 12px; font-weight: 900; }
.pill { padding: 9px 14px; font-size: 12px; font-weight: 900; }
.primary-button, .outline-button {
  min-height: 58px;
  padding: 0 22px;
  border-width: 3px;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -.01em;
  box-shadow: 0 5px 0 rgba(15, 89, 34, .28);
}
.primary-button { color: var(--green-dark); border-color: var(--green-dark); background: rgb(93, 211, 116); }
.primary-button:hover { color: white; background: var(--green); box-shadow: 0 6px 0 rgba(15, 89, 34, .32); }
.primary-button:active, .outline-button:active, .text-button:active, .action-tile:active, .icon-button:active { transform: translateY(3px); box-shadow: 0 2px 0 rgba(15, 89, 34, .25); }
.outline-button { color: var(--green-dark); border-color: var(--green-dark); background: rgb(255, 255, 252); }
.outline-button:hover { color: var(--green-dark); background: var(--mint); }
.text-button, .link-button { min-height: 46px; padding: 7px 14px; border: 3px solid currentColor; border-radius: 15px; font-size: 14px; font-weight: 900; }
.text-button.light { color: var(--green-dark); background: rgba(255,255,255,.42); }
.text-button:hover, .link-button:hover { background: var(--mint); }
.icon-button, .back-button { width: 48px; height: 48px; border-width: 2px; border-radius: 16px; font-size: 22px; font-weight: 900; box-shadow: 0 3px 0 rgba(15, 89, 34, .18); }
.icon-button.muted { border: 2px solid var(--line); background: rgb(255, 255, 252); }
.role-switch { border-width: 2px; }
.role-option { min-height: 40px; padding: 0 14px; border-radius: 14px; font-size: 13px; font-weight: 900; }
.role-option.active { color: white; background: var(--green-dark); box-shadow: 0 4px 0 rgba(15, 89, 34, .22); }
.switch { width: 52px; height: 30px; padding: 4px; }
.switch span { width: 22px; height: 22px; }
.switch[aria-checked="true"] span { transform: translateX(22px); }
.online-control { padding: 8px 10px 8px 17px; }
.metric-label, .profile-details span, .vehicle-facts span { font-size: 12px; font-weight: 900; }
.metric-card strong, .profile-details strong, .vehicle-facts strong { font-size: 16px; }
.metric-card small, .card-note, .profile-head p, .support-card p, .empty-state p, .security-step p, .route-line small, .passenger-note, .matching-state p, .passenger-code-box p, .passenger-trust-row small { font-size: 14px; line-height: 1.5; }
.route-line strong { font-size: 16px; }
.fare-preview span, .passenger-preview span:not(.verified-mark), .passenger-vehicle small, .vehicle-confirm small, .driver-match-card small, .location-field small { font-size: 13px; }
.passenger-preview strong, .passenger-vehicle strong, .vehicle-confirm strong, .driver-match-card strong { font-size: 15px; }
.action-tile { min-height: 118px; padding: 19px; border: 3px solid var(--line); border-radius: 20px; box-shadow: 0 4px 0 rgba(45, 82, 52, .10); }
.action-tile:hover { border-color: var(--green-dark); background: rgb(247, 251, 246); box-shadow: 0 6px 0 rgba(45, 82, 52, .14); }
.action-tile strong { font-size: 15px; font-weight: 900; }
.action-tile small { font-size: 13px; font-weight: 600; }
.tile-icon { width: 38px; height: 38px; border-radius: 13px; font-size: 16px; }
.nav-item { min-width: 82px; min-height: 62px; padding: 7px 10px; border: 0; border-radius: 18px; font-size: 13px; font-weight: 900; }
.nav-item.active { min-width: 122px; box-shadow: 0 5px 0 rgba(15, 89, 34, .26); }
.nav-icon { width: 34px; height: 34px; }
.nav-icon svg { width: 24px; height: 24px; stroke-width: 1.9; }
.map-controls button { width: 42px; height: 42px; font-size: 22px; font-weight: 900; }
.map-live { padding: 12px 15px; font-size: 13px; font-weight: 900; }
.passenger-step h2 { font-size: 30px; }
.location-field { min-height: 76px; padding: 15px 16px; }
.location-field strong { font-size: 15px; }
.location-tag { font-size: 13px; font-weight: 900; }
.passenger-price strong { font-size: 46px; }
.price-breakdown > div, .receipt > div { font-size: 14px; }
.price-breakdown .price-total strong, .receipt-total strong { font-size: 20px; }
.check-row { min-height: 44px; margin: 18px 0; font-size: 14px; font-weight: 600; }
.custom-check { width: 24px; height: 24px; border-width: 2px; border-radius: 8px; }
.secure-code span { width: 52px; height: 60px; border-width: 2px; font-size: 30px; }
.code-meta { font-size: 13px; }
.modal-close { width: 42px; height: 42px; font-size: 26px; font-weight: 900; }
.modal h2 { font-size: 32px; }
.modal p, .modal-list span { font-size: 14px; line-height: 1.5; }
.modal-list strong { font-size: 15px; }
.modal-input-label { font-size: 13px; }
.modal-input { height: 56px; font-size: 23px; }

@media (max-width: 980px) {
  .main-content { width: min(100% - 32px, 760px); }
  .hero-card, .security-hero { padding: 32px; }
  .hero-card h2, .security-hero h2, .passenger-hero h2 { font-size: clamp(42px, 7vw, 58px); }
}

@media (max-width: 680px) {
  .topbar { height: 76px; }
  .brand { font-size: 28px; }
  .topbar-actions { gap: 7px; }
  .role-option { min-height: 36px; padding: 0 10px; font-size: 12px; }
  .icon-button, .back-button { width: 46px; height: 46px; }
  .main-content { width: calc(100% - 24px); padding-top: 28px; }
  .page-heading { margin-bottom: 25px; }
  h1 { font-size: 50px; }
  h2 { font-size: 32px; }
  .page-subtitle { font-size: 16px; }
  .hero-card, .passenger-hero { padding: 26px 21px; }
  .hero-card h2, .passenger-hero h2 { font-size: 45px; }
  .hero-card p, .passenger-hero p { font-size: 16px; line-height: 1.5; }
  .primary-button, .outline-button { min-height: 60px; width: 100%; font-size: 16px; }
  .text-button, .link-button { min-height: 48px; font-size: 14px; }
  .section-heading { align-items: flex-start; gap: 10px; }
  .section-heading h2 { font-size: 28px; }
  .metric-card, .profile-card, .vehicle-card, .support-card, .empty-state, .security-step, .passenger-booking-card { padding: 22px 18px; }
  .next-ride-main, .next-ride-side { padding: 24px 18px; }
  .action-tile { min-height: 108px; padding: 16px; }
  .action-tile strong { font-size: 14px; }
  .action-tile small { font-size: 12px; }
  .nav-item { min-width: 64px; min-height: 62px; padding: 6px 5px; font-size: 12px; }
  .nav-item.active { min-width: 96px; }
  .bottom-nav { height: 92px; padding: 10px 7px 12px; gap: 4px; }
  .passenger-step h2 { font-size: 28px; }
  .location-field { min-height: 80px; }
  .location-field strong { font-size: 15px; }
  .passenger-price strong { font-size: 43px; }
  .security-hero { padding: 28px 21px; }
  .security-hero h2 { font-size: 43px; }
  .security-seal { width: 120px; height: 120px; }
  .ride-topbar h1 { font-size: 30px; }
  .ride-panel { padding: 20px 16px; }
  .modal-actions { gap: 13px; }
}

@media (max-width: 680px) {
  .topbar { padding-right: 12px; padding-left: 12px; }
  .brand { gap: 6px; font-size: 24px; letter-spacing: .06em; }
  .topbar-actions { gap: 5px; }
  .role-switch { gap: 2px; padding: 2px; }
  .role-option { min-height: 34px; padding-right: 8px; padding-left: 8px; font-size: 11px; }
  .icon-button { width: 40px; height: 40px; }
  .avatar-small { width: 34px; height: 34px; font-size: 10px; }
  .avatar-small .avatar-check { width: 15px; height: 15px; font-size: 8px; }
}

@media (max-width: 360px) {
  .topbar { padding-right: 8px; padding-left: 8px; }
  .brand { flex: 0 0 auto; font-size: 21px; }
  .topbar-actions { min-width: 0; flex: 1; justify-content: flex-end; }
  .topbar .icon-button { display: none; }
  #top-avatar { display: none; }
  .role-option { padding-right: 6px; padding-left: 6px; font-size: 10px; }
  .icon-button { width: 38px; height: 38px; }
  .avatar-small { width: 32px; height: 32px; }
}

/* Mapa: a superfície inteira precisa responder ao toque e ao arraste. */
.map-panel .mapboxgl-map,
.map-panel .mapboxgl-canvas-container,
.map-panel .mapboxgl-canvas { width: 100%; height: 100%; }
.map-panel .mapboxgl-canvas { display: block; outline: none; }
.map-panel .mapboxgl-canvas-container.mapboxgl-interactive { cursor: grab; touch-action: pan-x pan-y; }
.map-panel .mapboxgl-canvas-container.mapboxgl-interactive:active { cursor: grabbing; }
.map-panel.map-ready .map-live { pointer-events: none; }
