:root {
  --ink: #10211e;
  --muted: #60706b;
  --paper: #f6f2e9;
  --paper-bright: #fffdf8;
  --green-950: #052f2a;
  --green-900: #073f37;
  --green-800: #0b5146;
  --green-700: #11685a;
  --green-500: #2b9a78;
  --green-100: #dcece4;
  --sun: #f3b73f;
  --coral: #e86245;
  --red: #d55342;
  --border: rgba(16, 33, 30, .12);
  --shadow: 0 24px 70px rgba(14, 46, 39, .12);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper-bright); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body, button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.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; left: 16px; top: 10px; z-index: 100; padding: 10px 14px; background: white; border-radius: 8px; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 30; color: white; }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid rgba(255,255,255,.15); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Manrope", sans-serif; font-size: 20px; font-weight: 800; letter-spacing: .14em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; color: var(--green-950); background: var(--sun); border-radius: 50% 50% 50% 12px; font-size: 17px; letter-spacing: 0; transform: rotate(-7deg); }
.brand-mark::first-letter { transform: rotate(7deg); }
.desktop-nav { display: none; gap: 34px; font-weight: 600; font-size: 14px; }
.desktop-nav a { color: rgba(255,255,255,.8); transition: color .2s; }
.desktop-nav a:hover { color: white; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.language-toggle { display: flex; gap: 7px; align-items: center; border: 0; background: transparent; padding: 8px 0; color: rgba(255,255,255,.72); font-weight: 700; font-size: 11px; cursor: pointer; }
.language-current { color: white; }
.toggle-track { width: 32px; height: 18px; padding: 3px; border-radius: 999px; background: rgba(255,255,255,.2); }
.toggle-track span { display: block; width: 12px; height: 12px; border-radius: 50%; background: var(--sun); transition: transform .25s; }
html[lang="en"] .toggle-track span { transform: translateX(14px); }
html[lang="en"] .language-current { color: rgba(255,255,255,.72); }
html[lang="en"] .language-next { color: white; }
.button { min-height: 48px; padding: 0 20px; border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.header-cta { display: none; min-height: 40px; padding: 0 18px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(12px); font-size: 13px; }
.button-primary { background: var(--sun); color: var(--green-950); box-shadow: 0 12px 30px rgba(243,183,63,.18); }
.button-primary:hover { box-shadow: 0 14px 36px rgba(243,183,63,.28); }

.hero { position: relative; min-height: 820px; overflow: hidden; color: white; background: var(--green-950); padding: 124px 0 0; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 18%, rgba(55,156,125,.2), transparent 28%), linear-gradient(120deg, #052f2a 0%, #073f37 45%, #0a4c42 100%); }
.hero-art { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.sun { position: absolute; width: 240px; height: 240px; right: -70px; top: 120px; border-radius: 50%; background: linear-gradient(145deg, #f5cb63, #e9a536); opacity: .92; box-shadow: 0 0 120px rgba(243,183,63,.16); }
.ridge { position: absolute; left: -10%; right: -10%; bottom: 75px; height: 290px; clip-path: polygon(0 72%, 14% 45%, 27% 68%, 42% 26%, 55% 63%, 70% 34%, 82% 60%, 100% 22%, 100% 100%, 0 100%); }
.ridge-back { background: #0d5649; opacity: .58; transform: translateY(-45px) scale(1.08); }
.ridge-front { background: #063831; opacity: .9; }
.route-line { position: absolute; width: 58%; height: 36%; right: -7%; bottom: 70px; border: 2px dashed rgba(255,255,255,.22); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(-12deg); }
.hero-pin { position: absolute; width: 20px; height: 20px; border: 2px solid rgba(255,255,255,.65); border-radius: 50%; padding: 4px; }
.hero-pin span { display: block; height: 100%; border-radius: 50%; background: var(--sun); }
.pin-one { right: 22%; bottom: 240px; }.pin-two { right: 10%; bottom: 355px; transform: scale(.7); opacity: .6; }
.hero-content { position: relative; z-index: 2; }
.hero-copy { max-width: 640px; }
.live-pill { width: max-content; display: flex; align-items: center; gap: 9px; padding: 7px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.07); font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.live-pill > span:first-child { width: 7px; height: 7px; border-radius: 50%; background: #64d8a6; box-shadow: 0 0 0 4px rgba(100,216,166,.14); }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin: 0; letter-spacing: -.045em; line-height: 1.04; }
.hero h1 { margin-top: 28px; font-size: clamp(52px, 13vw, 86px); font-weight: 800; }
.hero h1 em { color: var(--sun); font-style: normal; }
.hero-copy > p { max-width: 540px; margin: 24px 0 0; color: rgba(255,255,255,.74); font-size: 17px; }
.hero-actions { display: flex; flex-direction: column; align-items: stretch; gap: 20px; margin-top: 30px; }
.text-link { display: inline-flex; gap: 9px; align-items: center; justify-content: center; color: rgba(255,255,255,.7); font-weight: 600; font-size: 14px; }
.live-card { max-width: 430px; margin: 54px 0 0 auto; padding: 22px; border-radius: var(--radius); background: rgba(255,255,255,.96); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.live-card-top { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.overline, .eyebrow { margin: 0 0 8px; color: var(--green-700); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.live-card h2 { font-size: 27px; }
.time-chip { padding: 7px 10px; border-radius: 999px; background: #e5f5ec; color: var(--green-700); font-size: 11px; font-weight: 700; }
.time-chip > span:first-child { margin-right: 4px; color: #28a56f; }
.fuel-summary { display: grid; gap: 16px; padding: 19px 0; }
.fuel-row { display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; }
.fuel-icon { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; font-weight: 800; }
.fuel-gas { background: #e7f3eb; color: var(--green-700); }.fuel-diesel { background: #fff0da; color: #b16d1d; }
.fuel-row strong, .fuel-row span { display: block; }
.fuel-row strong { font-size: 14px; }.fuel-row div > span { margin-top: 2px; color: var(--muted); font-size: 12px; }
.trend { font-size: 22px; font-weight: 700; }.trend-good { color: var(--green-500); }.trend-warn { color: #d89334; }
.live-card-note { padding-top: 14px; border-top: 1px solid var(--border); display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; }
.hero-stats { position: relative; z-index: 3; margin-top: 52px; padding: 21px 0 27px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); gap: 14px; }
.hero-stats div { display: flex; flex-direction: column; }.hero-stats strong { font-family: "Manrope"; font-size: 23px; color: var(--sun); }.hero-stats span { margin-top: 2px; color: rgba(255,255,255,.54); font-size: 10px; line-height: 1.35; }

.finder-section { padding: 78px 0 96px; background: var(--paper-bright); }
.section-heading { display: grid; gap: 18px; margin-bottom: 30px; }
.section-heading h2 { font-size: clamp(36px, 8vw, 56px); }
.section-heading > p { max-width: 440px; margin: 0; color: var(--muted); }
.search-panel { padding: 9px; display: grid; gap: 8px; background: white; border: 1px solid var(--border); border-radius: 18px; box-shadow: var(--shadow); }
.search-field { display: grid; grid-template-columns: 28px 1fr; align-items: center; padding: 0 10px; }
.search-icon { color: var(--green-700); font-size: 24px; }
.search-field input { width: 100%; height: 52px; border: 0; outline: 0; background: transparent; color: var(--ink); }
.search-field input::placeholder { color: #8d9a96; }
.location-button { min-height: 48px; padding: 0 18px; border: 0; border-radius: 12px; background: var(--green-900); color: white; font-weight: 700; cursor: pointer; }
.location-button span:first-child { margin-right: 8px; color: var(--sun); }
.location-button.loading { opacity: .7; }
.filter-row { margin-top: 18px; display: flex; flex-direction: column; gap: 14px; }
.filter-group { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding: 2px; }.filter-group::-webkit-scrollbar { display: none; }
.filter-chip { flex: 0 0 auto; min-height: 40px; padding: 0 15px; border: 1px solid var(--border); border-radius: 999px; background: white; font-size: 13px; font-weight: 700; cursor: pointer; }
.filter-chip.active { background: var(--green-900); color: white; border-color: var(--green-900); }
.filter-dot, .map-legend i { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; }.dot-gas { background: #37a97d; }.dot-diesel { background: #df9a39; }.dot-premium { background: #9a73c5; }.dot-low { background: #dc7954; }
.select-wrap select { min-height: 42px; width: 100%; padding: 0 35px 0 14px; border: 1px solid var(--border); border-radius: 999px; background: white; color: var(--ink); font-weight: 600; }
.results-layout { margin-top: 34px; display: grid; gap: 30px; }
.results-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 15px; }
.results-meta p { margin: 0; color: var(--muted); font-size: 13px; }.results-meta p strong { color: var(--ink); }
.results-meta button { border: 0; background: transparent; color: var(--green-700); font-size: 12px; font-weight: 700; cursor: pointer; }
.station-list { display: grid; gap: 12px; }
.station-card { padding: 18px; border: 1px solid var(--border); border-radius: 17px; background: white; transition: border .2s, box-shadow .2s, transform .2s; }
.station-card:hover, .station-card.selected { border-color: rgba(17,104,90,.42); box-shadow: 0 15px 36px rgba(14,46,39,.08); transform: translateY(-1px); }
.station-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.station-title-wrap { display: flex; gap: 12px; min-width: 0; }
.station-symbol { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 13px; background: var(--green-100); color: var(--green-800); font-weight: 800; }
.station-card h3 { font-size: 16px; letter-spacing: -.02em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.station-address { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.distance { flex: 0 0 auto; color: var(--muted); font-size: 11px; font-weight: 700; }
.station-statuses { margin-top: 15px; display: flex; flex-wrap: wrap; gap: 8px; }
.status-pill { padding: 6px 9px; border-radius: 8px; font-size: 10px; font-weight: 800; }
.status-high { background: #e2f4e9; color: #16724f; }.status-medium { background: #fff0d5; color: #9d661f; }.status-low { background: #fbe7df; color: #aa5039; }.status-none { background: #edf0ef; color: #77817e; }
.station-bottom { margin-top: 15px; padding-top: 13px; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.station-updated { color: var(--muted); font-size: 10px; }.station-link { color: var(--green-700); font-size: 11px; font-weight: 800; }
.map-card { min-height: 470px; position: relative; overflow: hidden; border-radius: var(--radius-lg); background: #dce8df; box-shadow: inset 0 0 0 1px rgba(7,63,55,.08); }
.map-grid { position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(rgba(7,63,55,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(7,63,55,.1) 1px, transparent 1px); background-size: 34px 34px; transform: rotate(8deg) scale(1.2); }
.map-road { position: absolute; background: rgba(255,255,255,.9); box-shadow: 0 0 0 2px rgba(7,63,55,.1); }
.road-one { width: 130%; height: 23px; left: -15%; top: 49%; transform: rotate(-19deg); }.road-two { width: 115%; height: 15px; left: -15%; top: 37%; transform: rotate(28deg); }
.map-label { position: absolute; color: rgba(7,63,55,.42); font-family: "Manrope"; font-weight: 800; font-size: 27px; }.label-one { right: 7%; top: 14%; }.label-two { left: 8%; bottom: 12%; }
.map-pin { position: absolute; width: 44px; height: 44px; padding: 5px; border: 0; border-radius: 50% 50% 50% 10px; background: white; box-shadow: 0 8px 24px rgba(7,63,55,.2); transform: rotate(-45deg); cursor: pointer; }.map-pin span { width: 100%; height: 100%; display: grid; place-items: center; border-radius: 50%; background: var(--green-700); color: white; font-size: 11px; font-weight: 800; transform: rotate(45deg); }.map-pin.active { z-index: 3; transform: rotate(-45deg) scale(1.15); }.pin-a { left: 53%; top: 30%; }.pin-b { left: 30%; top: 61%; }.pin-c { left: 67%; top: 58%; }.pin-d { left: 18%; top: 31%; }
.map-legend, .map-badge { position: absolute; background: rgba(255,255,255,.9); backdrop-filter: blur(10px); box-shadow: 0 8px 24px rgba(7,63,55,.08); }
.map-legend { left: 16px; bottom: 16px; padding: 10px 13px; border-radius: 10px; display: flex; gap: 12px; font-size: 10px; font-weight: 700; }.map-legend i { margin-right: 4px; }
.map-badge { right: 16px; top: 16px; padding: 8px 10px; border-radius: 999px; color: var(--green-800); font-size: 10px; font-weight: 700; }
.map-badge span:first-child { color: var(--coral); margin-right: 4px; }
.empty-state { padding: 50px 20px; text-align: center; border: 1px dashed var(--border); border-radius: 17px; }.empty-state > span { font-size: 34px; color: var(--green-700); }.empty-state h3 { margin-top: 12px; font-size: 20px; }.empty-state p { color: var(--muted); }
.demo-disclaimer { margin: 18px 0 0; color: var(--muted); font-size: 11px; text-align: center; }

.how-section { padding: 86px 0; background: var(--green-950); color: white; }
.light-heading .eyebrow { color: var(--sun); }.light-heading > p { color: rgba(255,255,255,.6); }
.steps-grid { display: grid; gap: 1px; margin-top: 40px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); overflow: hidden; }
.steps-grid article { position: relative; padding: 28px; background: var(--green-950); min-height: 240px; }
.step-number { position: absolute; right: 24px; top: 20px; color: rgba(255,255,255,.18); font-family: "Manrope"; font-size: 38px; font-weight: 800; }
.step-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px; background: rgba(243,183,63,.12); color: var(--sun); font-size: 20px; }
.steps-grid h3 { margin-top: 45px; font-size: 21px; }.steps-grid p { color: rgba(255,255,255,.58); font-size: 14px; }
.data-note { margin-top: 22px; padding: 17px 20px; display: flex; gap: 13px; align-items: flex-start; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.04); }
.note-icon { width: 23px; height: 23px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--sun); color: var(--green-950); font-weight: 800; }.data-note p { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; }.data-note strong { color: white; }

.about-section { padding: 90px 0; background: var(--paper); overflow: hidden; }
.about-grid { display: grid; gap: 55px; }
.about-visual { min-height: 390px; position: relative; display: grid; place-items: center; border-radius: var(--radius-lg); background: linear-gradient(145deg, #e2d8c3, #f0e9dc); overflow: hidden; }
.bolivia-shape { width: 190px; height: 260px; display: grid; place-items: center; color: rgba(255,255,255,.7); background: var(--green-800); clip-path: polygon(28% 0, 58% 8%, 80% 28%, 72% 46%, 100% 61%, 76% 76%, 55% 100%, 38% 78%, 10% 72%, 20% 48%, 0 30%); transform: rotate(-5deg); box-shadow: 0 30px 60px rgba(7,63,55,.2); }.bolivia-shape span { font: 800 46px/1 "Manrope"; letter-spacing: -.08em; }
.woven { position: absolute; width: 300px; height: 55px; background: repeating-linear-gradient(90deg, var(--coral) 0 18px, var(--sun) 18px 34px, var(--green-700) 34px 50px, #9c73a4 50px 66px); opacity: .8; }.woven-one { left: -110px; top: 35px; transform: rotate(-32deg); }.woven-two { right: -100px; bottom: 38px; transform: rotate(-32deg); }
.about-seal { position: absolute; right: 20px; bottom: 20px; width: 104px; height: 104px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--sun); color: var(--green-950); transform: rotate(7deg); }.about-seal strong { font: 800 25px/1 "Manrope"; }.about-seal span { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.about-copy h2 { font-size: clamp(44px, 10vw, 65px); }.about-copy > p:not(.eyebrow) { margin: 24px 0 0; max-width: 530px; color: var(--muted); font-size: 17px; }
.about-points { display: grid; gap: 18px; margin-top: 32px; }.about-points > div { display: flex; gap: 13px; align-items: flex-start; }.about-points > div > span { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--green-800); color: white; font-size: 12px; }.about-points p { margin: 0; }.about-points strong, .about-points small { display: block; }.about-points strong { font-size: 14px; }.about-points small { margin-top: 3px; color: var(--muted); font-size: 12px; }

.closing-cta { padding: 58px 0; background: var(--coral); color: white; }.closing-inner { display: grid; gap: 26px; align-items: center; }.closing-cta .eyebrow { color: rgba(255,255,255,.65); }.closing-cta h2 { font-size: clamp(37px, 8vw, 54px); }.button-sun { background: var(--sun); color: var(--green-950); justify-self: start; }
footer { padding: 46px 0; background: #042621; color: white; }.footer-grid { display: grid; gap: 34px; }.brand-footer { margin-bottom: 9px; }.footer-grid p { margin: 0; color: rgba(255,255,255,.48); font-size: 12px; }.footer-links { display: flex; flex-wrap: wrap; gap: 20px; font-size: 13px; font-weight: 600; }.footer-meta { display: grid; gap: 5px; }
.not-found { min-height: 100vh; display: grid; place-items: center; background: var(--green-950); color: white; }.not-found main { width: min(560px, calc(100% - 40px)); }.not-found .brand { margin-bottom: 60px; }.not-found h1 { font-size: clamp(40px, 10vw, 68px); }.not-found main > p:not(.eyebrow) { color: rgba(255,255,255,.65); }.not-found .button { margin-top: 20px; }

@media (min-width: 600px) {
  :root { --shell: min(1180px, calc(100% - 64px)); }
  .header-cta { display: inline-flex; }
  .hero-actions { flex-direction: row; align-items: center; }.text-link { justify-content: flex-start; }
  .search-panel { grid-template-columns: 1fr auto; }.location-button { min-width: 195px; }
  .filter-row { flex-direction: row; justify-content: space-between; align-items: center; }.select-wrap select { width: auto; }
  .hero-stats span { font-size: 12px; }.hero-stats strong { font-size: 29px; }
  .closing-inner { grid-template-columns: 1fr auto; }.button-sun { justify-self: end; }
  .footer-grid { grid-template-columns: 1fr auto; }.footer-meta { grid-column: 1 / -1; }
}

@media (min-width: 760px) {
  .section-heading { grid-template-columns: 1.2fr .8fr; align-items: end; }.section-heading > p { justify-self: end; }
  .steps-grid { grid-template-columns: repeat(3, 1fr); }
  .about-grid { grid-template-columns: .9fr 1.1fr; align-items: center; }
  .footer-grid { grid-template-columns: 1fr auto auto; align-items: end; }.footer-meta { grid-column: auto; text-align: right; }
}

@media (min-width: 960px) {
  .desktop-nav { display: flex; }
  .hero { min-height: 790px; padding-top: 150px; }
  .hero-content { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: center; }
  .hero-copy > p { font-size: 19px; }.live-card { margin-top: 20px; }
  .hero-stats { margin-top: 86px; max-width: 650px; margin-left: calc((100% - min(1180px, calc(100% - 64px))) / 2); margin-right: auto; }
  .hero-stats div { flex-direction: row; align-items: baseline; gap: 9px; }
  .results-layout { grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-items: start; }
  .map-card { position: sticky; top: 24px; min-height: 670px; }
  .station-card { padding: 20px; }
  .about-visual { min-height: 540px; }
}

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