:root {
  --ink: #11221d;
  --forest: #10261f;
  --forest-2: #18382e;
  --cream: #f5f0e6;
  --paper: #fffdf8;
  --orange: #e8692d;
  --orange-dark: #bb4817;
  --sage: #adc6b8;
  --line: rgba(17, 34, 29, 0.16);
  --muted: #5c6b65;
  --radius: 18px;
  --shadow: 0 18px 60px rgba(16, 38, 31, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255, 253, 248, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 9px; color: white; background: var(--orange); font-weight: 900; }
nav { display: flex; gap: 26px; }
nav a { text-decoration: none; font-size: .9rem; font-weight: 700; }
nav a:hover, nav a:focus-visible { color: var(--orange-dark); }
.language-switcher { display: flex; border: 1px solid var(--line); border-radius: 999px; padding: 3px; background: white; }
.lang-button { min-width: 42px; min-height: 36px; border: 0; border-radius: 999px; background: transparent; cursor: pointer; font-weight: 800; color: var(--muted); }
.lang-button.is-active { color: white; background: var(--forest); }
.hero { overflow: hidden; background: var(--cream); padding: 92px 0 82px; }
.hero-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--orange-dark); font-weight: 850; font-size: .82rem; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 850px; margin-bottom: 24px; font-size: clamp(2.7rem, 5.8vw, 5.4rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.5rem); }
h3 { font-size: 2rem; }
.hero-description, .large-copy { max-width: 720px; font-size: 1.16rem; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 18px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border: 2px solid transparent; border-radius: 9px; text-decoration: none; font-weight: 850; cursor: pointer; }
.button-primary { color: white; background: var(--orange); }
.button-primary:hover, .button-primary:focus-visible { background: var(--orange-dark); }
.button-secondary { color: var(--forest); border-color: var(--forest); }
.button-secondary:hover, .button-secondary:focus-visible { color: white; background: var(--forest); }
.quick-contact { display: flex; gap: 10px; align-items: center; font-weight: 750; }
.text-link { text-underline-offset: 4px; }
.hero-panel { position: relative; padding: 34px; color: white; background: var(--forest); border-radius: 28px; box-shadow: var(--shadow); }
.hero-panel::after { content: ""; position: absolute; right: -70px; bottom: -80px; width: 230px; height: 230px; border: 42px solid rgba(232, 105, 45, .25); border-radius: 50%; }
.route-line { display: flex; align-items: center; margin-bottom: 52px; }
.route-line span { width: 12px; height: 12px; border: 3px solid var(--orange); border-radius: 50%; }
.route-line span:nth-child(2) { flex: 1; height: 2px; border: 0; border-radius: 0; background: repeating-linear-gradient(90deg, var(--sage) 0 8px, transparent 8px 15px); }
.panel-kicker { color: var(--sage); font-weight: 800; }
.hero-panel dl { margin: 0; position: relative; z-index: 1; }
.hero-panel dl div { display: grid; grid-template-columns: 90px 1fr; gap: 18px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.14); }
.hero-panel dt { color: var(--sage); }
.hero-panel dd { margin: 0; font-weight: 750; }
.availability { color: white; background: var(--orange); }
.availability-inner { min-height: 82px; display: flex; align-items: center; gap: 16px; }
.availability p { margin: 0; font-weight: 750; }
.status-dot { flex: 0 0 auto; width: 12px; height: 12px; border: 3px solid white; border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,255,255,.22); }
.section { padding: 100px 0; }
.section-heading { max-width: 740px; margin-bottom: 42px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.vehicle-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.vehicle-card { min-height: 460px; padding: 40px; border-radius: var(--radius); display: flex; flex-direction: column; }
.vehicle-card-dark { color: white; background: var(--forest); }
.vehicle-card-light { background: var(--cream); border: 1px solid var(--line); }
.vehicle-number { margin-bottom: auto; font-size: 4rem; line-height: 1; font-weight: 900; opacity: .22; }
.vehicle-card p { max-width: 540px; }
.vehicle-card ul { padding-left: 21px; margin-bottom: 28px; }
.vehicle-card a { margin-top: auto; font-weight: 850; text-underline-offset: 5px; }
.rental-section { color: white; background: var(--forest); }
.rental-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.rental-section .large-copy { color: var(--sage); margin-bottom: 28px; }
.rental-options { display: flex; flex-wrap: wrap; gap: 10px; }
.rental-options span { padding: 13px 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.06); }
.process-grid { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; counter-reset: process; }
.process-grid li { padding: 26px; border-top: 3px solid var(--orange); background: var(--cream); }
.process-grid span { color: var(--orange-dark); font-size: 1.7rem; font-weight: 900; }
.process-grid p { margin-bottom: 0; font-weight: 700; }
.quote-section { background: var(--cream); }
.quote-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 55px; align-items: start; }
.quote-intro { position: sticky; top: 115px; }
.privacy-note { padding: 18px; border-left: 3px solid var(--orange); background: rgba(255,255,255,.6); color: var(--muted); font-size: .9rem; }
.google-form-shell { overflow: hidden; min-width: 0; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.google-form-shell iframe { display: block; width: 100%; max-width: 100%; height: 2340px; border: 0; background: white; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
details { border-top: 1px solid var(--line); padding: 20px 0; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-size: 1.08rem; font-weight: 800; }
details p { color: var(--muted); }
footer { padding: 70px 0 25px; color: white; background: #0a1a15; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 70px; }
.footer-grid h2 { font-size: 1rem; letter-spacing: 0; }
.footer-grid p { max-width: 430px; color: var(--sage); }
.footer-grid > div { display: flex; flex-direction: column; gap: 9px; align-items: flex-start; }
.footer-grid a { color: var(--sage); text-underline-offset: 3px; }
.footer-brand { color: white !important; text-decoration: none; }
.privacy-copy { margin-top: 45px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); color: var(--sage); font-size: .86rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 22px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: var(--sage); font-size: .85rem; }
noscript { display: block; padding: 12px; text-align: center; color: white; background: #8a271c; }

@media (max-width: 900px) {
  .header-inner { flex-wrap: wrap; padding: 13px 0; gap: 12px; }
  nav { order: 3; width: 100%; overflow-x: auto; gap: 20px; padding-bottom: 2px; }
  nav a { white-space: nowrap; }
  .hero { padding-top: 65px; }
  .hero-grid, .rental-grid, .quote-grid, .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-panel { max-width: 600px; }
  .quote-intro { position: static; }
  .process-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand { font-size: .9rem; }
  .brand-mark { width: 32px; height: 32px; }
  .hero, .section { padding: 68px 0; }
  h1 { font-size: 2.7rem; }
  .hero-grid { gap: 38px; }
  .vehicle-grid, .process-grid, .footer-grid { grid-template-columns: 1fr; }
  .vehicle-card { min-height: 410px; padding: 28px; }
  form { padding: 22px; }
  label.full { grid-column: auto; }
  .footer-grid { gap: 35px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
