:root {
  --ink: #0b0d0f;
  --panel: #121519;
  --paper: #f4f0e8;
  --white: #fff;
  --muted: #696b6d;
  --gold: #d6ad61;
  --gold-dark: #9c6e24;
  --line: rgba(11, 13, 15, .14);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 200; padding: 10px 16px; background: var(--white); }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: var(--white);
  background: rgba(7, 9, 11, .97);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 236px; }
.brand-mark { width: 34px; height: 42px; fill: none; stroke: var(--gold); stroke-width: 1.8; }
.brand-type { display: grid; gap: 1px; }
.brand-name { color: var(--white); font-weight: 800; letter-spacing: .22em; font-size: .94rem; white-space: nowrap; }
.brand-name i { color: var(--gold); font-style: normal; }
.brand-sub { color: rgba(255,255,255,.48); text-transform: uppercase; font-size: .48rem; letter-spacing: .12em; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 25px; }
.desktop-nav a { color: rgba(255,255,255,.72); font-size: .75rem; font-weight: 700; letter-spacing: .04em; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--white); }
.nav-phone { display: grid; color: var(--white); font-family: Georgia, serif; font-size: .94rem; line-height: 1.2; }
.nav-phone span { color: rgba(255,255,255,.45); font-family: Arial, sans-serif; font-size: .48rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.menu-toggle { display: none; margin-left: auto; padding: 8px; border: 0; color: var(--white); background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 1px; margin: 5px 0; background: currentColor; }
.mobile-menu { display: none; padding: 18px 24px 26px; background: #0b0d0f; border-top: 1px solid rgba(255,255,255,.1); }
.mobile-menu.is-open { display: grid; gap: 14px; }
.mobile-menu > a:not(.btn) { padding: 8px 0; color: rgba(255,255,255,.78); }

.btn { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid transparent; font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; transition: transform .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { color: var(--ink); background: var(--gold); }
.btn-dark { color: var(--white); background: var(--ink); }
.btn-outline { color: var(--ink); border-color: rgba(11,13,15,.35); }
.btn-light { color: var(--white); border-color: rgba(255,255,255,.4); }
.btn-small { min-height: 43px; padding: 0 19px; }

.page-hero { position: relative; min-height: 600px; display: grid; align-items: end; overflow: hidden; color: var(--white); background: #0a0c0f; }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .58; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,7,10,.96) 0%, rgba(4,7,10,.72) 48%, rgba(4,7,10,.18) 100%), linear-gradient(0deg, rgba(4,7,10,.78), transparent 55%); }
.hero-inner { position: relative; z-index: 1; padding: 145px 0 90px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--gold); font-size: .66rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 1px; background: currentColor; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; line-height: 1.07; }
h1 { max-width: 850px; margin-bottom: 25px; font-size: clamp(3rem, 7.5vw, 6.7rem); letter-spacing: -.045em; }
.hero-lede { max-width: 700px; margin: 0 0 31px; color: rgba(255,255,255,.76); font-size: clamp(1rem, 1.5vw, 1.22rem); }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-strip { position: relative; z-index: 2; color: var(--white); background: #101318; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { min-height: 96px; padding: 24px 28px; border-right: 1px solid rgba(255,255,255,.09); }
.trust-grid strong { display: block; color: var(--gold); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.trust-grid span { color: rgba(255,255,255,.75); font-size: .82rem; }

.section { padding: 104px 0; }
.section-white { background: var(--white); }
.section-dark { color: var(--white); background: var(--ink); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.section h2 { margin-bottom: 24px; font-size: clamp(2.25rem, 4vw, 4.2rem); letter-spacing: -.035em; }
.section h3 { margin-bottom: 12px; font-size: 1.55rem; }
.lead { color: #4f5255; font-size: 1.13rem; }
.section-dark .lead, .section-dark p { color: rgba(255,255,255,.67); }
.body-copy p { margin: 0 0 18px; color: #55585b; }
.body-copy strong { color: var(--ink); }
.body-copy ul { padding-left: 20px; }
.body-copy li { margin: 8px 0; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-card { min-height: 240px; padding: 33px; background: var(--white); border: 1px solid var(--line); }
.info-card .number { display: block; margin-bottom: 40px; color: var(--gold-dark); font-size: .64rem; font-weight: 900; letter-spacing: .14em; }
.info-card p { color: #67696b; font-size: .9rem; }
.section-dark .info-card { background: #13161a; border-color: rgba(255,255,255,.12); }
.section-dark .info-card p { color: rgba(255,255,255,.6); }

.image-panel { min-height: 500px; background: #111; }
.image-panel img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.process { counter-reset: step; display: grid; gap: 0; }
.process-item { position: relative; padding: 27px 0 27px 76px; border-top: 1px solid var(--line); }
.process-item::before { counter-increment: step; content: "0" counter(step); position: absolute; left: 0; top: 27px; color: var(--gold-dark); font-size: .65rem; font-weight: 900; letter-spacing: .12em; }
.process-item:last-child { border-bottom: 1px solid var(--line); }

.fleet-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.fleet-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); }
.fleet-card-visual { overflow: hidden; aspect-ratio: 3 / 2; background: #0b0d0f; }
.fleet-card-visual img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.fleet-card-body { padding: 29px; }
.fleet-page .fleet-card h3,
.fleet-page .info-card h3 { font-family: Arial, Helvetica, sans-serif; font-weight: 600; line-height: 1.2; letter-spacing: -.025em; font-variant-numeric: lining-nums tabular-nums; font-feature-settings: "lnum" 1, "tnum" 1, "onum" 0; }
.fleet-page .model-code { display: inline; font: inherit; letter-spacing: inherit; white-space: nowrap; }
.fleet-card-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; color: #656769; font-size: .8rem; }
.rate-table { border-top: 1px solid var(--line); }
.rate-row { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.rate-row strong { font-family: Georgia, serif; font-size: 1.1rem; }
.rate-row span { color: #5e6163; }

.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.route-card { padding: 25px; background: var(--white); border: 1px solid var(--line); }
.route-card strong { display: block; margin-bottom: 8px; font-family: Georgia, serif; font-size: 1.25rem; }
.route-card span { color: #686b6d; font-size: .84rem; }
.notice { margin-top: 24px; padding: 20px 23px; color: #5b5e60; background: #ece6da; border-left: 3px solid var(--gold-dark); font-size: .85rem; }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.contact-card { display: grid; gap: 6px; padding: 30px; background: var(--white); border: 1px solid var(--line); }
.contact-card small { color: var(--gold-dark); font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.contact-card strong { font-family: Georgia, serif; font-size: 1.35rem; }
.policy { max-width: 900px; }
.policy article { padding: 30px 0; border-top: 1px solid var(--line); }
.policy article:last-child { border-bottom: 1px solid var(--line); }
.policy h2 { font-size: 2rem; }
.policy p, .policy li { color: #55585b; }

.cta-band { padding: 82px 0; color: var(--white); background: linear-gradient(110deg, #101318, #1a130a); }
.cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.cta-band h2 { margin: 0 0 10px; font-size: clamp(2.3rem, 4vw, 4rem); }
.cta-band p { margin: 0; color: rgba(255,255,255,.63); }

.site-footer { padding: 70px 0 26px; color: var(--white); background: #07090b; }
.footer-top { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding-bottom: 45px; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.footer-nav div { display: grid; align-content: start; gap: 8px; }
.footer-nav strong { margin-bottom: 8px; color: var(--gold); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-nav a, .footer-nav span { color: rgba(255,255,255,.52); font-size: .76rem; }
.legal-note { padding: 24px 0; color: rgba(255,255,255,.45); border-top: 1px solid rgba(255,255,255,.09); border-bottom: 1px solid rgba(255,255,255,.09); font-size: .72rem; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 15px; padding-top: 24px; color: rgba(255,255,255,.35); font-size: .65rem; }
.footer-bottom div { display: flex; gap: 18px; }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 90; display: inline-flex; align-items: center; gap: 8px; padding: 13px 18px; color: #07120b; background: #25d366; border-radius: 999px; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 12px 35px rgba(0,0,0,.22); transition: transform .2s ease, background .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); background: #38e278; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 980px) {
  .desktop-nav, .nav-phone, .nav-wrap > .btn { display: none; }
  .menu-toggle { display: block; }
  .split, .cta-inner, .footer-top { grid-template-columns: 1fr; }
  .card-grid, .route-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .split { gap: 45px; }
}

@media (max-width: 660px) {
  .container { width: min(100% - 32px, var(--max)); }
  .nav-wrap { min-height: 72px; }
  .brand { min-width: 0; }
  .brand-mark { width: 29px; }
  .brand-name { font-size: .78rem; }
  .brand-sub { font-size: .4rem; }
  .page-hero { min-height: 560px; }
  .hero-inner { padding: 115px 0 65px; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.7rem); }
  .hero-actions .btn, .cta-actions .btn { width: 100%; }
  .section { padding: 74px 0; }
  .card-grid, .route-grid, .fleet-grid, .contact-grid { grid-template-columns: 1fr; }
  .trust-grid div { padding: 19px 18px; }
  .rate-row { grid-template-columns: 1fr; gap: 5px; }
  .footer-nav { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { right: 12px; bottom: 12px; }
  body.fleet-page .page-hero { min-height: 640px; }
  body.fleet-page .page-hero img { opacity: .92; object-position: 50% center; }
  body.fleet-page .page-hero::after { background: linear-gradient(0deg, rgba(4,7,10,.98) 0%, rgba(4,7,10,.78) 38%, rgba(4,7,10,.16) 78%, rgba(4,7,10,.06) 100%); }
  body.fleet-page .hero-inner { padding-top: 310px; padding-bottom: 58px; }
  body.fleet-page .fleet-card-visual { aspect-ratio: 4 / 3; }
  body.fleet-page .fleet-card-visual img { transform: scale(1.14); transform-origin: center 70%; object-position: center 70%; }
  body.fleet-page .fleet-card:nth-child(5) .fleet-card-visual img { transform-origin: center 65%; object-position: center 65%; }
}
