/* =============================================================
   LOCATION VOITURE RENTACAR — Médina de Marrakech
   Light / corporate design system (blue + orange, rounded, soft)
   ============================================================= */

:root {
  /* Brand colors */
  --blue: #15428a;
  --blue-600: #103a7d;
  --blue-700: #0c2c61;
  --blue-50: #eef3fc;
  --blue-100: #dbe6f8;
  --orange: #ff7a00;
  --orange-600: #ee6c00;
  --orange-50: #fff3e7;

  --ink: #14233d;
  --body: #51607c;
  --muted: #8492ab;
  --white: #ffffff;
  --bg-soft: #f4f7fc;
  --line: #e5ebf4;
  --green: #16a673;
  --green-50: #e7f7f0;
  --star: #ffb020;

  --shadow-sm: 0 2px 10px rgba(20, 40, 80, .06);
  --shadow: 0 14px 34px rgba(20, 40, 80, .10);
  --shadow-lg: 0 26px 60px rgba(20, 40, 80, .16);

  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --pill: 999px;

  --container: 1180px;
  --nav-h: 76px;

  --font-head: 'Poppins', -apple-system, system-ui, sans-serif;
  --font-body: 'DM Sans', -apple-system, system-ui, sans-serif;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--body);
  background: var(--white);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, select, textarea { font-family: inherit; font-size: 16px; }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink); line-height: 1.18; font-weight: 700; letter-spacing: -0.01em; }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; border-radius: 4px; }

.skip-link { position: absolute; left: 0; top: -60px; background: var(--orange); color: #fff; padding: 10px 18px; z-index: 999; border-radius: 0 0 10px 0; font-weight: 600; transition: top .2s; }
.skip-link:focus { top: 0; }

/* ── Layout helpers ── */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.section { padding: 84px 0; }
.section-sm { padding: 56px 0; }
.bg-soft { background: var(--bg-soft); }
.text-center { text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 600; font-size: 13px; letter-spacing: .04em;
  text-transform: uppercase; color: var(--orange);
  background: var(--orange-50); padding: 7px 14px; border-radius: var(--pill); margin-bottom: 18px;
}
.eyebrow.eyebrow-blue { color: var(--blue); background: var(--blue-50); }
.section-title { font-size: clamp(28px, 4vw, 40px); margin-bottom: 16px; }
.section-lead { font-size: 17px; color: var(--body); max-width: 620px; }
.section-head-center { max-width: 680px; margin: 0 auto 52px; text-align: center; }
.section-head-center .section-lead { margin: 0 auto; }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-head); font-weight: 600; font-size: 15px;
  padding: 14px 26px; border-radius: var(--pill);
  transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
  white-space: nowrap; line-height: 1; border: 2px solid transparent;
}
.btn svg { flex-shrink: 0; }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 10px 22px rgba(255, 122, 0, .28); }
.btn-primary:hover { background: var(--orange-600); transform: translateY(-2px); box-shadow: 0 14px 28px rgba(255, 122, 0, .34); }
.btn-blue { background: var(--blue); color: #fff; box-shadow: 0 10px 22px rgba(21, 66, 138, .22); }
.btn-blue:hover { background: var(--blue-600); transform: translateY(-2px); }
.btn-outline { background: #fff; color: var(--blue); border-color: var(--blue-100); }
.btn-outline:hover { border-color: var(--blue); background: var(--blue-50); }
.btn-ghost-white { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.5); }
.btn-ghost-white:hover { background: #fff; color: var(--blue); }
.btn-white { background: #fff; color: var(--blue); }
.btn-white:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-wa { background: #25d366; color: #fff; }
.btn-wa:hover { background: #1eb858; transform: translateY(-2px); }
.btn-lg { padding: 16px 32px; font-size: 16px; }
.btn-block { width: 100%; }

/* ── Top utility bar ── */
.topbar { background: var(--blue-700); color: #cdd9ee; font-size: 13.5px; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; min-height: 42px; gap: 16px; flex-wrap: wrap; }
.topbar a { color: #e7eefb; display: inline-flex; align-items: center; gap: 7px; }
.topbar a:hover { color: #fff; }
.topbar-left { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar-right { display: flex; gap: 16px; align-items: center; }
.topbar svg { opacity: .85; }

/* ── Header / nav ── */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92); backdrop-filter: saturate(150%) blur(8px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; height: var(--nav-h); }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-600) 100%);
  display: grid; place-items: center; color: #fff;
  box-shadow: 0 6px 16px rgba(21,66,138,.3);
}
.brand-text { font-family: var(--font-head); font-weight: 700; font-size: 19px; color: var(--ink); line-height: 1.05; letter-spacing: -.02em; }
.brand-text .accent { color: var(--orange); }
.brand-text small { display: block; font-family: var(--font-body); font-weight: 500; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

.nav-toggle { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: var(--blue-50); color: var(--blue); }
.nav-links { display: none; }
.nav-menu { display: flex; align-items: center; gap: 6px; }
.nav-menu a.nav-link { font-family: var(--font-head); font-weight: 500; font-size: 15px; color: var(--ink); padding: 10px 14px; border-radius: var(--pill); transition: background .2s, color .2s; }
.nav-menu a.nav-link:hover { background: var(--blue-50); color: var(--blue); }
.nav-menu a.nav-link.active { color: var(--blue); }
.nav-cta { margin-left: 8px; }

@media (min-width: 1000px) {
  .nav-toggle { display: none; }
  .nav-links { display: flex; align-items: center; gap: 10px; }
}

/* mobile drawer (checkbox hack) */
.nav-check { display: none; }
.mobile-drawer { position: fixed; inset: var(--nav-h) 0 0 0; background: rgba(12,28,60,.5); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s, visibility .25s; z-index: 99; }
.mobile-drawer-inner { background: #fff; padding: 18px; display: flex; flex-direction: column; gap: 4px; transform: translateY(-12px); transition: transform .25s; box-shadow: var(--shadow); }
.nav-check:checked ~ .mobile-drawer { visibility: visible; }
.mobile-drawer a { padding: 14px 16px; border-radius: 12px; font-family: var(--font-head); font-weight: 500; color: var(--ink); }
.mobile-drawer a:hover { background: var(--blue-50); }
.nav-check:checked ~ .mobile-drawer { opacity: 1; pointer-events: auto; }
.nav-check:checked ~ .mobile-drawer .mobile-drawer-inner { transform: translateY(0); }
@media (min-width: 1000px) { .mobile-drawer { display: none; } }

/* ── Hero ── */
.hero { position: relative; background: linear-gradient(180deg, var(--blue-50) 0%, #ffffff 72%); overflow: hidden; padding: 64px 0 0; }
.hero::before { content: ""; position: absolute; top: -120px; right: -120px; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(255,122,0,.12), transparent 70%); }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; position: relative; }
.hero-eyebrow-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 8px; }
.hero h1 { font-size: clamp(33px, 5.4vw, 56px); margin-bottom: 18px; }
.hero h1 .hl { color: var(--blue); position: relative; }
.hero-sub { font-size: 18px; max-width: 520px; margin-bottom: 28px; }
.hero-cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-trust { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.hero-trust .stars { display: inline-flex; gap: 2px; color: var(--star); }
.hero-trust .trust-txt { font-size: 14px; }
.hero-trust .trust-txt strong { color: var(--ink); font-family: var(--font-head); }

.hero-media { position: relative; }
.hero-media-img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/3.4; }
.hero-media-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge { position: absolute; left: -14px; bottom: 28px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 14px 18px; display: flex; align-items: center; gap: 12px; }
.hero-badge .hb-ico { width: 42px; height: 42px; border-radius: 12px; background: var(--green-50); color: var(--green); display: grid; place-items: center; }
.hero-badge .hb-num { font-family: var(--font-head); font-weight: 700; font-size: 18px; color: var(--ink); }
.hero-badge .hb-lab { font-size: 12.5px; color: var(--muted); }
.hero-badge.top { left: auto; right: -10px; top: 22px; bottom: auto; }
.hero-badge.top .hb-ico { background: var(--orange-50); color: var(--orange); }

@media (min-width: 980px) {
  .hero { padding: 80px 0 0; }
  .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 56px; }
}

/* ── Booking widget ── */
.booking { position: relative; z-index: 5; margin-top: 46px; }
.booking-card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); border: 1px solid var(--line); padding: 10px; }
.booking-tabs { display: flex; gap: 6px; padding: 6px 6px 0; }
.booking-tab { font-family: var(--font-head); font-weight: 600; font-size: 14px; color: var(--blue); background: var(--blue-50); padding: 10px 18px; border-radius: 12px 12px 0 0; }
.booking-form { display: grid; grid-template-columns: 1fr; gap: 12px; padding: 14px; }
.bf { display: flex; flex-direction: column; gap: 7px; }
.bf label { font-family: var(--font-head); font-weight: 600; font-size: 12.5px; color: var(--ink); display: flex; align-items: center; gap: 6px; }
.bf label svg { color: var(--orange); }
.bf select, .bf input { background: var(--bg-soft); border: 1.5px solid var(--line); border-radius: 12px; padding: 13px 14px; color: var(--ink); font-weight: 500; width: 100%; -webkit-appearance: none; appearance: none; transition: border-color .15s, background .15s; }
.bf select:focus, .bf input:focus { outline: none; border-color: var(--blue); background: #fff; }
.booking-submit { display: flex; align-items: flex-end; }
.booking-submit .btn { width: 100%; height: 50px; }
.booking-note { display: flex; flex-wrap: wrap; gap: 8px 22px; padding: 4px 16px 14px; }
.booking-note span { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; color: var(--body); }
.booking-note svg { color: var(--green); }

@media (min-width: 760px) {
  .booking-form { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1080px) {
  .booking-form { grid-template-columns: 1.4fr 1fr 1fr 1fr auto; align-items: end; }
}

/* ── USP strip ── */
.usp-strip { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 64px; }
@media (min-width: 600px) { .usp-strip { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .usp-strip { grid-template-columns: repeat(4, 1fr); } }
.usp { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow-sm); }
.usp-ico { width: 46px; height: 46px; border-radius: 13px; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; flex-shrink: 0; }
.usp-t { font-family: var(--font-head); font-weight: 600; font-size: 15px; color: var(--ink); }
.usp-d { font-size: 13px; color: var(--muted); }

/* ── District cards (medina) ── */
.district-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 720px) { .district-grid { grid-template-columns: repeat(3, 1fr); } }
.district-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.district-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.district-top { height: 120px; position: relative; display: grid; place-items: center; background: linear-gradient(135deg, var(--blue) 0%, #1d63c4 100%); }
.district-card:nth-child(2) .district-top { background: linear-gradient(135deg, var(--orange) 0%, #ffae54 100%); }
.district-card:nth-child(3) .district-top { background: linear-gradient(135deg, #0f9d72 0%, #46c79b 100%); }
.district-top svg { color: #fff; opacity: .95; }
.district-top::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.18) 1.4px, transparent 1.4px); background-size: 16px 16px; opacity: .5; }
.district-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.district-body h3 { font-size: 21px; margin-bottom: 6px; }
.district-body .d-tag { font-size: 12.5px; font-weight: 600; color: var(--orange); font-family: var(--font-head); text-transform: uppercase; letter-spacing: .04em; margin-bottom: 12px; }
.district-body p { font-size: 14.5px; margin-bottom: 18px; flex: 1; }
.district-link { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-head); font-weight: 600; font-size: 14px; color: var(--blue); }
.district-link:hover { gap: 11px; color: var(--orange); }
.district-link svg { transition: transform .2s; }

/* ── Fleet cards ── */
.fleet-grid { display: grid; grid-template-columns: 1fr; gap: 26px; }
@media (min-width: 560px) { .fleet-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 940px) { .fleet-grid { grid-template-columns: repeat(3, 1fr); } }
.car-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.car-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.car-media { position: relative; aspect-ratio: 16/10; overflow: hidden; background: #eef3fb; }
.car-media img { width: 100%; height: 100%; object-fit: contain; padding: 16px; transition: transform .4s; }
.car-card:hover .car-media img { transform: scale(1.04); }
.car-cat { position: absolute; top: 14px; left: 14px; background: rgba(255,255,255,.95); color: var(--blue); font-family: var(--font-head); font-weight: 600; font-size: 12px; padding: 5px 12px; border-radius: var(--pill); box-shadow: var(--shadow-sm); }
.car-fav { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.95); display: grid; place-items: center; color: var(--orange); box-shadow: var(--shadow-sm); }
.car-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.car-name { font-size: 19px; margin-bottom: 4px; }
.car-sub { font-size: 13px; color: var(--muted); margin-bottom: 16px; }
.car-specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 16px; }
.car-spec { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--body); }
.car-spec svg { color: var(--blue); flex-shrink: 0; }
.car-foot { display: flex; flex-direction: column; align-items: stretch; gap: 14px; margin-top: auto; }
.car-price { font-size: 14px; color: var(--muted); display: flex; align-items: baseline; gap: 6px; }
.car-price strong { font-family: var(--font-head); font-weight: 700; font-size: 26px; color: var(--ink); }
.car-price strong span { color: var(--orange); font-size: 18px; }
.car-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.car-actions .btn { padding: 12px 10px; font-size: 14px; width: 100%; }

/* ── Steps ── */
.steps { display: grid; grid-template-columns: 1fr; gap: 28px; counter-reset: step; }
@media (min-width: 760px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 26px; box-shadow: var(--shadow-sm); }
.step-num { width: 52px; height: 52px; border-radius: 16px; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; font-size: 22px; margin-bottom: 18px; }
.step:nth-child(2) .step-num { background: var(--orange-50); color: var(--orange); }
.step:nth-child(3) .step-num { background: var(--green-50); color: var(--green); }
.step h3 { font-size: 19px; margin-bottom: 8px; }
.step p { font-size: 14.5px; }

/* ── Features ── */
.feature-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
@media (min-width: 600px) { .feature-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .feature-grid { grid-template-columns: repeat(3, 1fr); } }
.feature { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); transition: transform .2s; }
.feature:hover { transform: translateY(-4px); }
.feature-ico { width: 54px; height: 54px; border-radius: 15px; background: linear-gradient(135deg, var(--blue-50), #fff); color: var(--blue); display: grid; place-items: center; margin-bottom: 18px; border: 1px solid var(--blue-100); }
.feature h3 { font-size: 18px; margin-bottom: 8px; }
.feature p { font-size: 14.5px; }

/* ── Split / editorial ── */
.split { display: grid; grid-template-columns: 1fr; gap: 44px; align-items: center; }
@media (min-width: 920px) { .split { grid-template-columns: 1fr 1fr; gap: 60px; } .split.reverse .split-media { order: 2; } }
.split-media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 5/4; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-body p { margin-bottom: 16px; }
.check-list { display: flex; flex-direction: column; gap: 12px; margin: 22px 0; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--body); }
.check-list .ck { width: 24px; height: 24px; border-radius: 50%; background: var(--green-50); color: var(--green); display: grid; place-items: center; flex-shrink: 0; margin-top: 1px; }

/* ── Stats band ── */
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
@media (min-width: 760px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat { text-align: center; }
.stat .num { font-family: var(--font-head); font-weight: 700; font-size: clamp(32px, 5vw, 46px); color: #fff; line-height: 1; }
.stat .num .accent { color: #ffd0a3; }
.stat .lab { color: rgba(255,255,255,.82); font-size: 14px; margin-top: 8px; }

/* ── Testimonials ── */
.tst-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 760px) { .tst-grid { grid-template-columns: repeat(3, 1fr); } }
.tst { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); }
.tst .stars { color: var(--star); display: flex; gap: 2px; margin-bottom: 14px; }
.tst p { font-size: 15px; color: var(--ink); margin-bottom: 20px; }
.tst-author { display: flex; align-items: center; gap: 12px; }
.tst-av { width: 46px; height: 46px; border-radius: 50%; background: var(--blue); color: #fff; display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; }
.tst-author .nm { font-family: var(--font-head); font-weight: 600; color: var(--ink); font-size: 15px; }
.tst-author .loc { font-size: 13px; color: var(--muted); }

/* ── FAQ ── */
.faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: var(--font-head); font-weight: 600; font-size: 16px; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .chev { width: 30px; height: 30px; border-radius: 9px; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; flex-shrink: 0; transition: transform .25s, background .2s, color .2s; }
.faq details[open] summary .chev { transform: rotate(180deg); background: var(--orange); color: #fff; }
.faq .faq-a { padding: 0 24px 22px; font-size: 15px; color: var(--body); }

/* ── CTA band ── */
.cta-band { background: linear-gradient(135deg, var(--blue) 0%, var(--blue-700) 100%); border-radius: var(--radius-lg); padding: 56px 40px; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; top: -80px; right: -60px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(255,122,0,.25), transparent 70%); }
.cta-band h2 { color: #fff; font-size: clamp(26px, 4vw, 38px); margin-bottom: 12px; position: relative; }
.cta-band p { color: rgba(255,255,255,.85); font-size: 17px; max-width: 560px; margin: 0 auto 28px; position: relative; }
.cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; }

/* ── Page hero (inner pages) ── */
.page-hero { background: linear-gradient(180deg, var(--blue-50), #fff); padding: 56px 0 40px; position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; top: -100px; right: -80px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(255,122,0,.10), transparent 70%); }
.page-hero .crumbs { font-size: 13.5px; color: var(--muted); margin-bottom: 14px; display: flex; gap: 8px; align-items: center; }
.page-hero .crumbs a:hover { color: var(--blue); }
.page-hero h1 { font-size: clamp(30px, 4.6vw, 46px); margin-bottom: 14px; max-width: 760px; }
.page-hero p { font-size: 17px; max-width: 620px; }

/* ── Contact ── */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 30px; }
@media (min-width: 880px) { .contact-grid { grid-template-columns: 1fr 1fr; } }
.info-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow-sm); }
.info-row { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.info-row:last-child { border-bottom: none; }
.info-ico { width: 46px; height: 46px; border-radius: 13px; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; flex-shrink: 0; }
.info-row .lab { font-size: 13px; color: var(--muted); }
.info-row .val { font-family: var(--font-head); font-weight: 600; color: var(--ink); font-size: 15.5px; }
.info-row .val a:hover { color: var(--orange); }
.map-wrap { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); min-height: 360px; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 360px; border: 0; display: block; }
.form-field { margin-bottom: 16px; }
.form-field label { display: block; font-family: var(--font-head); font-weight: 600; font-size: 13.5px; color: var(--ink); margin-bottom: 7px; }
.form-field input, .form-field select, .form-field textarea { width: 100%; background: var(--bg-soft); border: 1.5px solid var(--line); border-radius: 12px; padding: 13px 14px; color: var(--ink); transition: border-color .15s, background .15s; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--blue); background: #fff; }
.form-field textarea { min-height: 130px; resize: vertical; }

/* ── Footer ── */
.site-footer { background: #0b1f3e; color: #aebbd4; padding-top: 64px; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 38px; padding-bottom: 48px; }
@media (min-width: 680px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr; } }
@media (min-width: 980px) { .footer-grid { grid-template-columns: 2.2fr 1fr 1fr 1.4fr; } }
.footer-brand .brand-text { color: #fff; }
.footer-about { font-size: 14.5px; margin: 18px 0; max-width: 320px; line-height: 1.7; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 40px; height: 40px; border-radius: 11px; background: rgba(255,255,255,.08); display: grid; place-items: center; color: #cdd9ee; transition: background .2s, transform .2s; }
.footer-social a:hover { background: var(--orange); color: #fff; transform: translateY(-3px); }
.footer-col h4 { color: #fff; font-size: 15px; margin-bottom: 18px; }
.footer-col ul { display: flex; flex-direction: column; gap: 11px; }
.footer-col a { font-size: 14.5px; color: #aebbd4; }
.footer-col a:hover { color: #fff; }
.footer-contact-item { display: flex; gap: 11px; margin-bottom: 14px; font-size: 14.5px; }
.footer-contact-item svg { color: var(--orange); flex-shrink: 0; margin-top: 3px; }
.footer-contact-item a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13.5px; }
.footer-bottom a { color: #cdd9ee; }
.footer-bottom a:hover { color: var(--orange); }

/* ── Utilities ── */
.mt-0 { margin-top: 0; }
.center-btn { display: flex; justify-content: center; margin-top: 44px; }
.lead-link { color: var(--blue); font-weight: 600; }
.lead-link:hover { color: var(--orange); text-decoration: underline; }
.hide-sm { display: none; }
@media (min-width: 640px) { .hide-sm { display: inline; } }

/* Text-only logo (no icon mark) */
.brand-mark { display: none; }
.brand { gap: 0; }

/* Hide utility top bar on mobile */
@media (max-width: 768px) { .topbar { display: none; } }
