:root {
  --alsa-navy: #031631;
  --alsa-navy-2: #071f43;
  --alsa-blue: #0b67d1;
  --alsa-blue-2: #0788ff;
  --alsa-cyan: #31a9ff;
  --alsa-pale: #eaf4ff;
  --alsa-pale-2: #f5f9fe;
  --text: #0c1b33;
  --muted: #64748b;
  --line: #dbe5f0;
  --white: #ffffff;
  --success: #17803d;
  --warning: #9a6700;
  --danger: #b42318;
  --radius-xs: 10px;
  --radius-sm: 14px;
  --radius: 20px;
  --radius-lg: 28px;
  --shadow-sm: 0 8px 24px rgba(3, 22, 49, 0.08);
  --shadow: 0 20px 55px rgba(3, 22, 49, 0.12);
  --shadow-blue: 0 22px 55px rgba(11, 103, 209, 0.22);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { stroke-width: 1.8; }

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 88px 0; }
.section-sm { padding: 58px 0; }
.section-pale { background: var(--alsa-pale-2); }
.section-dark { background: var(--alsa-navy); color: white; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.section-head.center { display: block; text-align: center; max-width: 760px; margin: 0 auto 42px; }
.section-head h2, .section-title { margin: 0 0 10px; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.08; letter-spacing: -0.045em; }
.section-head p, .section-lead { margin: 0; color: var(--muted); max-width: 680px; font-size: 1.05rem; }
.section-dark .section-head p, .section-dark .section-lead { color: rgba(255,255,255,.72); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; color: var(--alsa-blue); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow::before { content: ""; width: 24px; height: 3px; border-radius: 999px; background: linear-gradient(90deg,var(--alsa-blue),var(--alsa-cyan)); }
.text-blue { color: var(--alsa-blue); }
.muted { color: var(--muted); }
.small { font-size: .88rem; }

.btn {
  border: 0;
  border-radius: 13px;
  min-height: 48px;
  padding: 12px 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg,var(--alsa-blue),var(--alsa-blue-2)); color: white; box-shadow: 0 12px 25px rgba(11,103,209,.24); }
.btn-primary:hover { box-shadow: 0 16px 34px rgba(11,103,209,.32); }
.btn-dark { background: var(--alsa-navy); color: white; }
.btn-outline { background: transparent; border: 1px solid var(--line); color: var(--text); }
.btn-outline:hover { border-color: var(--alsa-blue); color: var(--alsa-blue); }
.btn-white { background: white; color: var(--alsa-navy); }
.btn-soft { background: var(--alsa-pale); color: var(--alsa-blue); }
.btn-block { width: 100%; }
.btn-sm { min-height: 40px; padding: 8px 14px; font-size: .88rem; border-radius: 11px; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; color: var(--alsa-blue); font-weight: 800; }
.link-arrow:hover { gap: 12px; }

/* Header */
.topbar { background: #021025; color: rgba(255,255,255,.82); font-size: .82rem; }
.topbar .container { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 22px; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(3,22,49,.96); color: white; backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 30px; }
.logo-link { width: 176px; flex: 0 0 auto; }
.logo-link img { width: 100%; max-height: 56px; object-fit: contain; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 5px; }
.main-nav a { padding: 10px 12px; border-radius: 10px; font-size: .91rem; font-weight: 700; color: rgba(255,255,255,.82); }
.main-nav a:hover, .main-nav a.active { background: rgba(255,255,255,.09); color: white; }
.nav-actions { display: flex; gap: 10px; align-items: center; }
.nav-actions .btn-outline { color: white; border-color: rgba(255,255,255,.25); }
.mobile-menu-btn { display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid rgba(255,255,255,.18); color: white; background: rgba(255,255,255,.08); align-items: center; justify-content: center; }
.mobile-drawer { display: none; }

/* Hero */
.home-hero { overflow: hidden; position: relative; min-height: 720px; background:
  radial-gradient(circle at 75% 25%, rgba(49,169,255,.26), transparent 28%),
  linear-gradient(135deg,#eef6ff 0%,#ffffff 54%,#e6f2ff 100%); }
.home-hero::before { content:""; position:absolute; inset:auto -12% -330px 36%; height:560px; border-radius:50%; background:linear-gradient(145deg,#d7eaff,#f5faff); transform:rotate(-8deg); }
.home-hero::after { content:""; position:absolute; width:360px; height:360px; border-radius:50%; border:1px solid rgba(11,103,209,.14); top:90px; right:-100px; box-shadow:0 0 0 50px rgba(11,103,209,.035),0 0 0 100px rgba(11,103,209,.025); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 34px; min-height: 650px; padding: 52px 0 95px; }
.hero-copy { padding: 40px 0; }
.hero-copy h1 { margin: 0 0 18px; font-size: clamp(3rem,6vw,5.7rem); line-height: .96; letter-spacing: -.065em; max-width: 700px; }
.hero-copy p { margin:0 0 28px; color:#4c6078; font-size:1.13rem; max-width:590px; }
.hero-badges { display:flex; flex-wrap:wrap; gap:10px; margin-bottom:28px; }
.hero-badge { display:inline-flex; align-items:center; gap:7px; padding:8px 12px; background:rgba(255,255,255,.75); border:1px solid rgba(11,103,209,.12); border-radius:999px; font-weight:700; font-size:.84rem; box-shadow:var(--shadow-sm); }
.hero-visual { position:relative; min-height:520px; display:flex; align-items:center; justify-content:center; }
.hero-car { width:min(720px,110%); transform:translate(25px,15px); filter:drop-shadow(0 35px 30px rgba(3,22,49,.23)); mix-blend-mode:multiply; }
.hero-floating { position:absolute; right:6%; top:50px; background:white; border-radius:17px; padding:15px 17px; box-shadow:var(--shadow); min-width:190px; }
.hero-floating strong { display:block; font-size:1.1rem; }
.hero-floating span { color:var(--muted); font-size:.85rem; }
.booking-card { position:absolute; z-index:3; left:50%; bottom:24px; transform:translateX(-50%); width:min(1160px,calc(100% - 40px)); background:white; border:1px solid rgba(11,103,209,.1); border-radius:22px; box-shadow:var(--shadow); padding:18px; }
.booking-card-title { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:0 4px 13px; }
.booking-card-title h2 { font-size:1rem; margin:0; }
.booking-card-title span { color:var(--muted); font-size:.82rem; }
.booking-grid { display:grid; grid-template-columns:1.35fr 1fr 1fr .9fr auto; gap:10px; align-items:end; }
.field { display:flex; flex-direction:column; gap:7px; }
.field label { font-size:.75rem; font-weight:800; color:#43546b; }
.input-wrap { position:relative; }
.input-wrap svg { position:absolute; left:13px; top:50%; transform:translateY(-50%); width:18px; color:var(--alsa-blue); pointer-events:none; }
.input, .select, .textarea { width:100%; border:1px solid var(--line); border-radius:12px; background:white; color:var(--text); min-height:48px; padding:11px 13px; outline:none; transition:.2s; }
.input-wrap .input, .input-wrap .select { padding-left:40px; }
.input:focus, .select:focus, .textarea:focus { border-color:var(--alsa-blue); box-shadow:0 0 0 4px rgba(11,103,209,.1); }
.textarea { min-height:125px; resize:vertical; }
.segmented { display:flex; border:1px solid var(--line); padding:4px; border-radius:12px; min-height:48px; background:#f8fafc; }
.segmented label { flex:1; cursor:pointer; }
.segmented input { position:absolute; opacity:0; pointer-events:none; }
.segmented span { height:100%; min-height:38px; padding:7px 10px; display:flex; align-items:center; justify-content:center; border-radius:9px; color:var(--muted); font-size:.75rem; font-weight:800; text-align:center; }
.segmented input:checked + span { background:white; color:var(--alsa-blue); box-shadow:0 3px 12px rgba(3,22,49,.08); }

.trust-strip { padding:29px 0; border-bottom:1px solid var(--line); background:white; }
.trust-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:15px; }
.trust-item { display:flex; align-items:center; gap:13px; padding:10px 14px; }
.trust-icon { width:45px; height:45px; display:grid; place-items:center; flex:0 0 auto; border-radius:14px; color:var(--alsa-blue); background:var(--alsa-pale); }
.trust-item strong { display:block; font-size:.9rem; }
.trust-item span { color:var(--muted); font-size:.78rem; }

/* Cards & fleet */
.card { background:white; border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--shadow-sm); }
.vehicle-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.vehicle-card { position:relative; overflow:hidden; background:white; border:1px solid var(--line); border-radius:20px; transition:transform .25s,box-shadow .25s,border-color .25s; }
.vehicle-card:hover { transform:translateY(-6px); box-shadow:var(--shadow); border-color:rgba(11,103,209,.3); }
.vehicle-image { height:225px; background:linear-gradient(180deg,#f9fcff,#edf5fd); padding:18px; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.vehicle-image img { width:100%; height:100%; object-fit:contain; mix-blend-mode:multiply; transition:transform .35s; }
.vehicle-card:hover .vehicle-image img { transform:scale(1.04); }
.vehicle-badge { position:absolute; top:14px; left:14px; z-index:2; border-radius:999px; padding:7px 10px; background:rgba(255,255,255,.92); color:var(--alsa-blue); font-size:.72rem; font-weight:900; box-shadow:0 7px 20px rgba(3,22,49,.1); }
.favorite-btn { position:absolute; right:14px; top:14px; z-index:2; width:38px; height:38px; border:0; border-radius:50%; background:rgba(255,255,255,.94); color:#6f7f94; display:grid; place-items:center; box-shadow:0 7px 20px rgba(3,22,49,.1); }
.favorite-btn.active { color:#e11d48; }
.vehicle-body { padding:20px; }
.vehicle-category { color:var(--alsa-blue); font-size:.72rem; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
.vehicle-title { margin:4px 0 12px; font-size:1.28rem; letter-spacing:-.025em; }
.vehicle-specs { display:flex; flex-wrap:wrap; gap:8px 12px; color:var(--muted); font-size:.78rem; border-bottom:1px solid var(--line); padding-bottom:15px; }
.vehicle-specs span { display:inline-flex; align-items:center; gap:5px; }
.vehicle-footer { display:flex; align-items:center; justify-content:space-between; gap:15px; padding-top:15px; }
.vehicle-price small { color:var(--muted); display:block; font-size:.7rem; }
.vehicle-price strong { font-size:1.5rem; letter-spacing:-.04em; }
.vehicle-price span { color:var(--muted); font-size:.75rem; }

.filters-bar { display:grid; grid-template-columns:1fr auto; align-items:center; gap:18px; margin-bottom:28px; }
.chip-list { display:flex; gap:9px; flex-wrap:wrap; }
.filter-chip { border:1px solid var(--line); background:white; color:var(--muted); border-radius:999px; padding:9px 15px; font-weight:800; font-size:.83rem; }
.filter-chip.active, .filter-chip:hover { background:var(--alsa-blue); border-color:var(--alsa-blue); color:white; }
.search-box { position:relative; width:290px; }
.search-box svg { position:absolute; left:13px; top:50%; transform:translateY(-50%); color:var(--muted); width:18px; }
.search-box input { width:100%; min-height:44px; border:1px solid var(--line); border-radius:12px; padding:10px 12px 10px 40px; outline:none; }
.search-box input:focus { border-color:var(--alsa-blue); box-shadow:0 0 0 4px rgba(11,103,209,.1); }
.empty-state { display:none; text-align:center; padding:60px 20px; background:var(--alsa-pale-2); border-radius:20px; border:1px dashed #b6c9dc; }

/* Inner hero */
.inner-hero { position:relative; overflow:hidden; color:white; background:linear-gradient(135deg,var(--alsa-navy),#083a78); padding:80px 0 74px; }
.inner-hero::after { content:""; position:absolute; width:520px; height:520px; border-radius:50%; right:-170px; top:-250px; background:radial-gradient(circle,rgba(49,169,255,.35),transparent 65%); }
.inner-hero .container { position:relative; z-index:1; }
.breadcrumbs { display:flex; align-items:center; gap:8px; color:rgba(255,255,255,.68); font-size:.84rem; margin-bottom:18px; }
.breadcrumbs a:hover { color:white; }
.inner-hero h1 { max-width:850px; margin:0 0 15px; font-size:clamp(2.7rem,5vw,5rem); line-height:1; letter-spacing:-.055em; }
.inner-hero p { max-width:720px; margin:0; color:rgba(255,255,255,.75); font-size:1.08rem; }

/* Service/content */
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.feature-card { padding:25px; border:1px solid var(--line); border-radius:20px; background:white; box-shadow:var(--shadow-sm); }
.feature-card .icon-box { width:50px; height:50px; display:grid; place-items:center; border-radius:15px; color:var(--alsa-blue); background:var(--alsa-pale); margin-bottom:17px; }
.feature-card h3 { margin:0 0 8px; font-size:1.14rem; }
.feature-card p { margin:0; color:var(--muted); font-size:.92rem; }
.stats-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.stat { padding:27px; border-radius:20px; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.1); }
.stat strong { display:block; font-size:2.3rem; line-height:1; margin-bottom:8px; }
.stat span { color:rgba(255,255,255,.7); }
.split-grid { display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.split-media { position:relative; min-height:420px; border-radius:28px; overflow:hidden; background:linear-gradient(135deg,#dfeeff,#f8fbff); }
.split-media img { width:100%; height:100%; object-fit:contain; mix-blend-mode:multiply; padding:35px; }
.split-media .media-label { position:absolute; left:22px; bottom:22px; background:white; border-radius:15px; padding:13px 16px; box-shadow:var(--shadow); }
.check-list { list-style:none; padding:0; margin:24px 0; display:grid; gap:13px; }
.check-list li { display:flex; align-items:flex-start; gap:11px; }
.check-list .check { width:23px; height:23px; flex:0 0 auto; border-radius:50%; display:grid; place-items:center; color:white; background:var(--alsa-blue); margin-top:1px; }

/* Vehicle detail */
.detail-layout { display:grid; grid-template-columns:1.08fr .92fr; gap:34px; align-items:start; }
.detail-gallery { padding:24px; border:1px solid var(--line); border-radius:24px; background:linear-gradient(180deg,#f8fbff,#eef5fc); position:sticky; top:118px; }
.detail-gallery img { width:100%; aspect-ratio:16/10; object-fit:contain; mix-blend-mode:multiply; }
.gallery-dots { display:flex; justify-content:center; gap:6px; margin-top:12px; }
.gallery-dots span { width:7px; height:7px; border-radius:50%; background:#c4d0dd; }
.gallery-dots span.active { width:22px; border-radius:99px; background:var(--alsa-blue); }
.detail-panel { border:1px solid var(--line); border-radius:24px; background:white; box-shadow:var(--shadow-sm); padding:28px; }
.detail-category { display:inline-flex; background:var(--alsa-pale); color:var(--alsa-blue); border-radius:999px; padding:7px 11px; font-size:.74rem; font-weight:900; }
.detail-panel h1 { margin:12px 0 5px; font-size:clamp(2rem,4vw,3.3rem); line-height:1; letter-spacing:-.045em; }
.detail-sub { color:var(--muted); margin-bottom:20px; }
.spec-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin:20px 0; }
.spec-item { padding:14px 8px; border-radius:14px; background:var(--alsa-pale-2); text-align:center; }
.spec-item svg { width:23px; color:var(--alsa-blue); margin:0 auto 7px; }
.spec-item strong { display:block; font-size:.78rem; }
.spec-item span { display:block; color:var(--muted); font-size:.69rem; margin-top:3px; }
.info-row { display:flex; align-items:center; gap:13px; padding:15px 0; border-top:1px solid var(--line); }
.info-row .info-icon { width:42px; height:42px; display:grid; place-items:center; border-radius:12px; color:var(--alsa-blue); background:var(--alsa-pale); flex:0 0 auto; }
.info-row strong { display:block; font-size:.88rem; }
.info-row span { color:var(--muted); font-size:.82rem; }
.detail-price { display:flex; align-items:end; justify-content:space-between; gap:14px; border-top:1px solid var(--line); padding-top:20px; margin-top:6px; }
.detail-price small { color:var(--muted); display:block; }
.detail-price strong { font-size:2.3rem; line-height:1; }
.detail-price span { color:var(--muted); }

/* Reservation */
.checkout-layout { display:grid; grid-template-columns:1.15fr .85fr; gap:28px; align-items:start; }
.form-card { padding:26px; }
.form-card h2 { margin:0 0 18px; font-size:1.35rem; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.form-grid .full { grid-column:1/-1; }
.summary-card { position:sticky; top:118px; padding:24px; }
.summary-car { display:grid; grid-template-columns:130px 1fr; gap:14px; align-items:center; padding-bottom:16px; border-bottom:1px solid var(--line); }
.summary-car img { width:130px; height:85px; object-fit:contain; mix-blend-mode:multiply; }
.summary-car h3 { margin:0 0 5px; font-size:1rem; }
.summary-line { display:flex; justify-content:space-between; gap:16px; padding:11px 0; color:var(--muted); font-size:.88rem; }
.summary-line strong { color:var(--text); }
.summary-total { display:flex; justify-content:space-between; align-items:end; gap:15px; border-top:1px solid var(--line); margin-top:5px; padding-top:16px; }
.summary-total strong { font-size:1.7rem; }
.security-note { display:flex; gap:10px; align-items:center; margin-top:16px; padding:13px; background:#eefaf2; color:var(--success); border-radius:13px; font-size:.8rem; font-weight:700; }

/* Reservations */
.tabs { display:flex; gap:6px; border-bottom:1px solid var(--line); margin-bottom:24px; }
.tab-btn { border:0; background:transparent; padding:12px 18px; color:var(--muted); font-weight:800; border-bottom:3px solid transparent; }
.tab-btn.active { color:var(--alsa-blue); border-bottom-color:var(--alsa-blue); }
.reservation-list { display:grid; gap:18px; }
.reservation-card { overflow:hidden; }
.reservation-top { padding:18px 22px; display:flex; align-items:center; justify-content:space-between; gap:16px; border-bottom:1px solid var(--line); }
.status-pill { display:inline-flex; align-items:center; gap:6px; padding:7px 10px; border-radius:999px; font-weight:800; font-size:.76rem; }
.status-confirmed { background:#eaf8ee; color:var(--success); }
.status-past { background:#eef2f6; color:#516174; }
.reservation-code { color:var(--alsa-blue); font-weight:900; }
.reservation-body { display:grid; grid-template-columns:180px 1fr; gap:24px; padding:22px; }
.reservation-body img { width:180px; height:120px; object-fit:contain; mix-blend-mode:multiply; }
.reservation-details { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }
.reservation-detail { display:flex; gap:10px; padding:12px; background:var(--alsa-pale-2); border-radius:13px; }
.reservation-detail svg { color:var(--alsa-blue); flex:0 0 auto; width:21px; }
.reservation-detail strong { display:block; font-size:.78rem; }
.reservation-detail span { color:var(--muted); font-size:.76rem; }
.reservation-actions { padding:0 22px 22px; display:flex; gap:10px; justify-content:flex-end; }

/* FAQ */
.faq-wrap { max-width:900px; margin:0 auto; display:grid; gap:12px; }
.faq-item { border:1px solid var(--line); border-radius:16px; background:white; overflow:hidden; }
.faq-question { width:100%; border:0; background:white; min-height:66px; padding:18px 20px; display:flex; align-items:center; justify-content:space-between; gap:20px; text-align:left; color:var(--text); font-weight:800; }
.faq-question svg { transition:transform .2s; color:var(--alsa-blue); }
.faq-answer { display:grid; grid-template-rows:0fr; transition:grid-template-rows .25s ease; }
.faq-answer > div { overflow:hidden; }
.faq-answer p { margin:0; padding:0 20px 20px; color:var(--muted); }
.faq-item.open .faq-answer { grid-template-rows:1fr; }
.faq-item.open .faq-question svg { transform:rotate(180deg); }

/* Contact */
.contact-layout { display:grid; grid-template-columns:.85fr 1.15fr; gap:30px; align-items:start; }
.contact-cards { display:grid; gap:14px; }
.contact-card { padding:20px; display:flex; gap:14px; align-items:flex-start; }
.contact-card .icon-box { width:45px; height:45px; display:grid; place-items:center; border-radius:14px; background:var(--alsa-pale); color:var(--alsa-blue); flex:0 0 auto; }
.contact-card h3 { margin:0 0 5px; font-size:1rem; }
.contact-card p { margin:0; color:var(--muted); font-size:.88rem; }
.map-wrap { overflow:hidden; border-radius:22px; border:1px solid var(--line); min-height:390px; }
.map-wrap iframe { width:100%; height:390px; border:0; display:block; }

/* CTA */
.cta { position:relative; overflow:hidden; border-radius:30px; padding:52px; background:linear-gradient(135deg,var(--alsa-navy),#0753a4); color:white; box-shadow:var(--shadow-blue); }
.cta::after { content:""; position:absolute; width:380px; height:380px; border-radius:50%; background:radial-gradient(circle,rgba(49,169,255,.4),transparent 65%); right:-120px; top:-180px; }
.cta-content { position:relative; z-index:1; display:flex; align-items:center; justify-content:space-between; gap:35px; }
.cta h2 { margin:0 0 10px; font-size:clamp(2rem,4vw,3.4rem); line-height:1; letter-spacing:-.045em; }
.cta p { margin:0; color:rgba(255,255,255,.73); max-width:650px; }
.cta-actions { display:flex; gap:10px; flex-wrap:wrap; flex:0 0 auto; }

/* Footer */
.site-footer { background:#020e21; color:white; padding:68px 0 24px; }
.footer-grid { display:grid; grid-template-columns:1.25fr .8fr .9fr 1fr; gap:45px; padding-bottom:42px; }
.footer-brand img { width:220px; margin-bottom:18px; }
.footer-brand p { color:rgba(255,255,255,.62); font-size:.9rem; max-width:330px; }
.socials { display:flex; gap:10px; margin-top:18px; }
.socials a { width:40px; height:40px; display:grid; place-items:center; border-radius:12px; background:rgba(255,255,255,.08); color:white; }
.socials a:hover { background:var(--alsa-blue); }
.footer-col h4 { margin:0 0 16px; font-size:.9rem; text-transform:uppercase; letter-spacing:.08em; }
.footer-links { display:grid; gap:10px; color:rgba(255,255,255,.62); font-size:.88rem; }
.footer-links a:hover { color:white; }
.footer-contact { display:grid; gap:11px; color:rgba(255,255,255,.65); font-size:.86rem; }
.footer-contact a, .footer-contact div { display:flex; gap:9px; align-items:flex-start; }
.footer-contact svg { flex:0 0 auto; width:18px; margin-top:2px; color:var(--alsa-cyan); }
.footer-bottom { border-top:1px solid rgba(255,255,255,.1); padding-top:22px; display:flex; justify-content:space-between; gap:18px; color:rgba(255,255,255,.48); font-size:.78rem; }

/* Mobile bottom nav */
.mobile-bottom-nav { display:none; position:fixed; z-index:60; bottom:0; left:0; right:0; height:68px; background:rgba(255,255,255,.97); border-top:1px solid var(--line); box-shadow:0 -10px 35px rgba(3,22,49,.08); backdrop-filter:blur(14px); padding:6px max(10px,env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left)); }
.mobile-bottom-nav a { flex:1; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:2px; color:#718096; font-size:.66rem; font-weight:700; }
.mobile-bottom-nav a svg { width:21px; height:21px; }
.mobile-bottom-nav a.active { color:var(--alsa-blue); }

/* Toast / modal */
.toast { position:fixed; z-index:100; right:22px; bottom:22px; max-width:360px; padding:15px 18px; border-radius:14px; background:var(--alsa-navy); color:white; box-shadow:var(--shadow); transform:translateY(120px); opacity:0; transition:.25s; }
.toast.show { transform:translateY(0); opacity:1; }
.modal-backdrop { position:fixed; inset:0; z-index:90; background:rgba(2,14,33,.65); display:none; align-items:center; justify-content:center; padding:20px; backdrop-filter:blur(5px); }
.modal-backdrop.show { display:flex; }
.modal { width:min(520px,100%); border-radius:22px; background:white; padding:30px; box-shadow:var(--shadow); text-align:center; }
.modal-icon { width:70px; height:70px; margin:0 auto 18px; border-radius:50%; display:grid; place-items:center; color:var(--success); background:#eaf8ee; }
.modal h2 { margin:0 0 8px; }
.modal p { color:var(--muted); }

/* Responsive */
@media (max-width: 1100px) {
  .main-nav a { padding-inline:8px; font-size:.84rem; }
  .nav-actions .btn-outline { display:none; }
  .hero-grid { grid-template-columns:1fr 1fr; }
  .booking-grid { grid-template-columns:1.3fr 1fr 1fr .9fr; }
  .booking-grid .search-submit { grid-column:1/-1; }
  .booking-grid .search-submit .btn { width:100%; }
  .vehicle-grid { grid-template-columns:repeat(2,1fr); }
  .feature-grid { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1fr 1fr; }
}

@media (max-width: 900px) {
  .topbar, .main-nav, .nav-actions { display:none; }
  .site-header { background:linear-gradient(135deg,#073f86,#0b67d1); }
  .nav-wrap { min-height:70px; justify-content:space-between; }
  .logo-link { width:150px; }
  .mobile-menu-btn { display:inline-flex; }
  .mobile-drawer { position:fixed; z-index:55; inset:70px 0 0; background:rgba(2,14,33,.52); opacity:0; visibility:hidden; transition:.22s; display:block; }
  .mobile-drawer.open { opacity:1; visibility:visible; }
  .mobile-drawer-panel { width:min(380px,88%); height:100%; margin-left:auto; background:white; color:var(--text); padding:24px; transform:translateX(100%); transition:.25s; box-shadow:-20px 0 45px rgba(3,22,49,.18); }
  .mobile-drawer.open .mobile-drawer-panel { transform:translateX(0); }
  .mobile-nav { display:grid; gap:5px; }
  .mobile-nav a { padding:13px 14px; border-radius:12px; display:flex; align-items:center; gap:11px; font-weight:750; }
  .mobile-nav a:hover, .mobile-nav a.active { background:var(--alsa-pale); color:var(--alsa-blue); }
  .mobile-nav-divider { border-top:1px solid var(--line); margin:16px 0; }
  .home-hero { min-height:auto; padding-bottom:30px; }
  .hero-grid { grid-template-columns:1fr; min-height:auto; padding:30px 0 0; }
  .hero-copy { padding:30px 0 0; text-align:center; }
  .hero-copy h1 { margin-inline:auto; max-width:760px; }
  .hero-copy p { margin-inline:auto; }
  .hero-badges { justify-content:center; }
  .hero-visual { min-height:350px; }
  .hero-car { width:min(650px,95%); transform:none; }
  .hero-floating { display:none; }
  .booking-card { position:relative; left:auto; bottom:auto; transform:none; width:min(760px,calc(100% - 40px)); margin:-25px auto 30px; }
  .booking-grid { grid-template-columns:1fr 1fr; }
  .booking-grid .location-field, .booking-grid .search-submit { grid-column:1/-1; }
  .trust-grid { grid-template-columns:repeat(2,1fr); }
  .split-grid, .detail-layout, .checkout-layout, .contact-layout { grid-template-columns:1fr; }
  .detail-gallery, .summary-card { position:relative; top:auto; }
  .detail-gallery { order:0; }
  .stats-grid { grid-template-columns:repeat(2,1fr); }
  .cta-content { align-items:flex-start; flex-direction:column; }
}

@media (max-width: 680px) {
  body { padding-bottom:68px; }
  .container { width:min(100% - 28px,var(--container)); }
  .section { padding:62px 0; }
  .section-sm { padding:44px 0; }
  .section-head { align-items:flex-start; flex-direction:column; margin-bottom:25px; }
  .section-head h2, .section-title { font-size:2.25rem; }
  .nav-wrap { min-height:66px; }
  .logo-link { width:135px; }
  .mobile-drawer { inset:66px 0 68px; }
  .hero-grid { padding-top:10px; }
  .hero-copy { text-align:left; }
  .hero-copy h1 { font-size:3rem; margin-inline:0; }
  .hero-copy p { font-size:1rem; margin-inline:0; }
  .hero-badges { justify-content:flex-start; }
  .hero-visual { min-height:250px; }
  .booking-card { padding:15px; border-radius:18px; margin-top:-15px; }
  .booking-card-title { align-items:flex-start; flex-direction:column; gap:3px; }
  .booking-grid { grid-template-columns:1fr; }
  .booking-grid .location-field, .booking-grid .search-submit { grid-column:auto; }
  .segmented span { font-size:.7rem; }
  .trust-grid { grid-template-columns:1fr; gap:0; }
  .trust-item { border-bottom:1px solid var(--line); }
  .vehicle-grid, .feature-grid { grid-template-columns:1fr; }
  .vehicle-image { height:205px; }
  .filters-bar { grid-template-columns:1fr; }
  .search-box { width:100%; }
  .chip-list { flex-wrap:nowrap; overflow-x:auto; padding-bottom:6px; scrollbar-width:none; }
  .chip-list::-webkit-scrollbar { display:none; }
  .filter-chip { flex:0 0 auto; }
  .inner-hero { padding:54px 0 50px; }
  .inner-hero h1 { font-size:2.8rem; }
  .split-grid { gap:28px; }
  .split-media { min-height:300px; }
  .stats-grid { grid-template-columns:1fr 1fr; gap:10px; }
  .stat { padding:20px; }
  .stat strong { font-size:1.8rem; }
  .spec-grid { grid-template-columns:repeat(2,1fr); }
  .detail-panel { padding:20px; }
  .detail-panel h1 { font-size:2.35rem; }
  .form-grid { grid-template-columns:1fr; }
  .form-grid .full { grid-column:auto; }
  .summary-car { grid-template-columns:105px 1fr; }
  .summary-car img { width:105px; }
  .reservation-body { grid-template-columns:1fr; }
  .reservation-body img { width:100%; height:150px; }
  .reservation-details { grid-template-columns:1fr; }
  .reservation-actions { flex-direction:column; }
  .reservation-actions .btn { width:100%; }
  .cta { padding:32px 24px; border-radius:23px; }
  .cta-actions { width:100%; }
  .cta-actions .btn { width:100%; }
  .footer-grid { grid-template-columns:1fr; gap:30px; }
  .footer-bottom { flex-direction:column; }
  .mobile-bottom-nav { display:flex; }
  .toast { left:14px; right:14px; bottom:84px; max-width:none; }
}

@media (max-width: 390px) {
  .hero-copy h1 { font-size:2.65rem; }
  .hero-visual { min-height:220px; }
  .stats-grid { grid-template-columns:1fr; }
}
