.container { width: min(1180px, calc(100% - 2rem)); margin-inline: auto; }
.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--primary); color: #111; padding: .6rem 1rem; z-index: 1000;
}
.skip-link:focus { left: 1rem; top: 1rem; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 18, 32, 0.94);
  backdrop-filter: blur(12px);
  color: #fff;
  border-bottom: 1px solid rgba(196, 163, 90, 0.25);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: var(--header-h); gap: 1rem; }
.logo { display: flex; align-items: center; text-decoration: none; color: #fff; flex-shrink: 0; }
.logo-img {
  height: 64px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  background: #f7f4ee;
  border-radius: 10px;
  padding: 4px 10px 4px 6px;
  box-shadow: 0 0 0 1px rgba(196, 163, 90, 0.28);
}
.nav-toggle {
  display: none; background: transparent; border: 1px solid var(--primary); color: var(--primary);
  width: 44px; height: 44px;
}
.nav-list { display: flex; gap: 1.1rem; align-items: center; flex-wrap: wrap; }
.nav-list a { text-decoration: none; color: #e8e2d6; font-size: .92rem; }
.nav-list a:hover, .nav-list a[aria-current="page"] { color: var(--primary); }
.nav-cta { display: flex; gap: .6rem; align-items: center; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  border: 1px solid transparent; padding: .75rem 1.2rem; text-decoration: none;
  border-radius: 999px; font-weight: 600; letter-spacing: .02em;
}
.btn-primary { background: var(--primary); color: #111; }
.btn-primary:hover { background: var(--primary-dark); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.3); }
.btn-outline { background: transparent; color: var(--text); border-color: var(--border); }
.btn-danger { background: var(--danger); color: #fff; }
.hero {
  background: linear-gradient(160deg, #0b1220 0%, #1b2740 55%, #0b1220 100%);
  color: #fff; padding: 4.5rem 0 5rem; position: relative; overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: auto -10% -30% 40%; height: 420px;
  background: radial-gradient(circle, rgba(196,163,90,.25), transparent 60%);
}
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2.5rem; position: relative; z-index: 1; }
.hero h1 { font-family: var(--font); font-size: clamp(2.2rem, 5vw, 4.2rem); line-height: 1.1; max-width: 12ch; }
.lead { color: #d7d0c3; font-size: 1.1rem; max-width: 40ch; margin-bottom: 1.4rem; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.card {
  background: var(--surface); border-radius: var(--radius); box-shadow: var(--shadow);
  border: 1px solid var(--border); padding: 1.25rem;
}
.booking-card { background: var(--cream); color: var(--text); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; }
.form-grid .full { grid-column: 1 / -1; }
label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: .3rem; }
input, select, textarea {
  width: 100%; padding: .7rem .8rem; border: 1px solid var(--border); border-radius: 10px;
  background: #fff; color: var(--text);
}
input:focus, select:focus, textarea:focus { outline: 2px solid var(--primary); outline-offset: 1px; }
.section { padding: 4.2rem 0; }
.section-dark { background: var(--navy); color: #fff; }
.section h2 { font-family: var(--font); font-size: clamp(1.8rem, 3vw, 2.6rem); }
.muted { color: var(--muted); }
.grid-3, .grid-4, .grid-2 { display: grid; gap: 1.2rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.stat { text-align: center; }
.stat strong { display: block; font-size: 2rem; color: var(--primary); font-family: var(--font); }
.feature-icon { color: var(--primary); font-size: 1.3rem; margin-bottom: .4rem; }
.badge {
  display: inline-block; padding: .2rem .55rem; border-radius: 999px; font-size: .75rem;
  background: #efe6d4; color: #6b5420;
}
.badge-success { background: #d9f0e3; color: var(--success); }
.badge-warn { background: #fbe7c6; color: var(--warning); }
.badge-danger { background: #f8d7d4; color: var(--danger); }
.site-footer { background: var(--navy); color: #d9d2c6; padding: 3rem 0 1.5rem; }
.site-footer .footer-logo { display: inline-flex; margin-bottom: .75rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 1.5rem; }
.site-footer a { color: #eadfcb; text-decoration: none; }
.site-footer a:hover { color: var(--primary); }
.copyright { border-top: 1px solid rgba(255,255,255,.08); margin-top: 2rem; padding-top: 1rem; font-size: .85rem; }
.alert { padding: .85rem 1rem; border-radius: 10px; margin-bottom: 1rem; }
.alert-success { background: #e8f6ee; color: var(--success); }
.alert-error { background: #fdecea; color: var(--danger); }
.alert-info { background: #eef3fb; color: #1d4e89; }
.page-hero { background: var(--navy); color: #fff; padding: 3.2rem 0; }
.page-hero h1 { font-family: var(--font); font-size: clamp(1.8rem, 4vw, 3rem); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item button {
  width: 100%; text-align: left; background: none; border: 0; padding: 1rem 0; font-weight: 600; font-size: 1rem;
}
.faq-item .faq-body { display: none; padding-bottom: 1rem; color: var(--muted); }
.faq-item.open .faq-body { display: block; }
.cookie-banner {
  position: fixed; bottom: 1rem; left: 1rem; right: 1rem; z-index: 80;
  background: var(--navy); color: #fff; padding: 1rem 1.2rem; border-radius: 14px;
  display: none; box-shadow: var(--shadow); max-width: 720px; margin-inline: auto;
}
.toast-wrap { position: fixed; top: 1rem; right: 1rem; z-index: 90; display: grid; gap: .5rem; }
.toast { background: var(--navy); color: #fff; padding: .7rem 1rem; border-radius: 10px; }
.honeypot { position: absolute; left: -10000px; }
.vehicle-placeholder {
  height: 140px; border-radius: 12px;
  background: linear-gradient(135deg, #1b2740, #c4a35a 140%);
  display: grid; place-items: center; color: #fff; letter-spacing: .14em; text-transform: uppercase; font-size: .8rem;
}
.steps { counter-reset: step; }
.steps li { counter-increment: step; padding-left: 2.4rem; position: relative; margin-bottom: 1rem; }
.steps li::before {
  content: counter(step); position: absolute; left: 0; top: 0;
  width: 1.7rem; height: 1.7rem; border-radius: 50%; background: var(--primary); color: #111;
  display: grid; place-items: center; font-weight: 700;
}
.reveal { opacity: 0; transform: translateY(16px); transition: .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
.password-wrap { position: relative; }
.password-wrap button { position: absolute; right: .4rem; top: 50%; transform: translateY(-50%); border: 0; background: none; }
.strength { height: 6px; background: var(--border); border-radius: 99px; margin-top: .4rem; }
.strength span { display: block; height: 100%; width: 0; background: var(--danger); border-radius: 99px; }
.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; background: rgba(0,0,0,.5); display: grid; place-items: center; z-index: 100; }
.modal-card { background: #fff; padding: 1.5rem; border-radius: 16px; width: min(480px, calc(100% - 2rem)); }
table.data { font-size: .92rem; }
table.data th, table.data td { padding: .7rem; border-bottom: 1px solid var(--border); text-align: left; }
.search-bar { display: flex; gap: .5rem; margin-bottom: 1rem; }
.pager { display: flex; gap: .4rem; margin-top: 1rem; flex-wrap: wrap; }
.pager a, .pager span { padding: .4rem .7rem; border: 1px solid var(--border); border-radius: 8px; text-decoration: none; }
.auth-shell { min-height: 70vh; display: grid; place-items: center; padding: 2rem 1rem; }
.auth-card { width: min(480px, 100%); }
.hp-note { font-size: .85rem; color: var(--muted); }
.cities-list { display: flex; flex-wrap: wrap; gap: .5rem; }
.cities-list span { background: #fff; border: 1px solid var(--border); padding: .4rem .8rem; border-radius: 999px; }
