@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Montserrat:wght@600;700;800&display=swap');

:root {
  --red: #e51f2a;
  --red-dark: #b80f19;
  --ink: #09090b;
  --ink-2: #121216;
  --surface: #f6f6f4;
  --white: #ffffff;
  --muted: #62636a;
  --line: rgba(15, 15, 18, 0.12);
  --shadow: 0 18px 48px rgba(8, 8, 10, 0.10);
  --radius: 14px;
  --container: min(1180px, calc(100% - 40px));
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

body.menu-open { overflow: hidden; }
body.map-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid rgba(229, 31, 42, .45);
  outline-offset: 4px;
}

.container { width: var(--container); margin-inline: auto; }
.section { padding: 96px 0; position: relative; overflow: clip; }
.section--soft { background: var(--surface); }
.section--dark { color: var(--white); background: var(--ink); }
.section--compact { padding: 78px 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--red);
  font-size: .77rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { font-family: Montserrat, Manrope, ui-sans-serif, sans-serif; line-height: 1.08; letter-spacing: -.035em; overflow-wrap: break-word; text-wrap: balance; }
h1 { font-size: clamp(3.4rem, 7.5vw, 7.7rem); }
h2 { margin-bottom: 20px; font-size: clamp(2.25rem, 4vw, 4.4rem); }
h3 { margin-bottom: 12px; font-size: clamp(1.3rem, 2vw, 1.75rem); }
p { color: var(--muted); }
.section--dark p, .dark-card p { color: rgba(255,255,255,.68); }
.lead { max-width: 680px; font-size: clamp(1.05rem, 1.4vw, 1.24rem); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 52px; }
.section-head__copy { max-width: 720px; }
.section-head h2, .section-head p { margin-bottom: 0; }

.btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  font-size: .87rem;
  font-weight: 800;
  letter-spacing: .045em;
  text-transform: uppercase;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), color .3s ease, border-color .3s ease;
}

.btn::before { display: none; }

.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(9,9,11,.16); }
.btn svg { width: 18px; height: 18px; transition: transform .3s var(--ease); }
.btn:hover svg { transform: translateX(4px); }
.btn--primary { color: #fff; background: var(--red); }
.btn--primary:hover { background: var(--red-dark); }
.btn--light { color: var(--ink); background: #fff; }
.btn--light:hover { color: #fff; background: var(--ink); }
.btn--outline { color: #fff; border-color: rgba(255,255,255,.4); background: transparent; }
.btn--outline:hover { color: var(--ink); background: #fff; }
.btn--dark { color: #fff; background: var(--ink); }
.btn--dark:hover { background: var(--red); }

.skip-link { position: fixed; z-index: 1000; top: -100px; left: 20px; padding: 12px 18px; color: #fff; background: var(--red); border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }

/* Header */
.site-header { position: fixed; z-index: 100; top: 0; right: 0; left: 0; transition: transform .35s var(--ease), background .35s ease, box-shadow .35s ease; }
.topbar { color: rgba(255,255,255,.82); background: rgba(5,5,7,.74); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: .75rem; }
.topbar__group { display: flex; gap: 24px; align-items: center; }
.topbar a, .topbar span { display: inline-flex; align-items: center; gap: 8px; }
.topbar svg { width: 14px; color: var(--red); }
.navbar { background: rgba(10,10,12,.55); border-bottom: 1px solid rgba(255,255,255,.11); backdrop-filter: blur(16px); }
.navbar__inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; transition: min-height .3s var(--ease); }
.brand { position: relative; z-index: 2; width: 178px; height: 62px; display: block; flex: 0 0 auto; overflow: hidden; transition: width .3s var(--ease), height .3s var(--ease); }
.brand img { width: 100%; max-width: none; height: auto; clip-path: none; }
.nav-links { display: flex; align-items: center; gap: 7px; list-style: none; margin: 0; padding: 0; }
.nav-links a { position: relative; display: block; padding: 10px 16px; color: rgba(255,255,255,.82); font-size: .86rem; font-weight: 700; letter-spacing: .03em; }
.nav-links a::after { content: ""; position: absolute; right: 16px; bottom: 4px; left: 16px; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: #fff; }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { transform: scaleX(1); }
.header-cta { flex: 0 0 auto; min-height: 46px; padding: 11px 20px; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 0; border-radius: 50%; color: #fff; background: rgba(255,255,255,.1); cursor: pointer; }
.menu-toggle span { display: block; width: 21px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .3s ease, opacity .3s ease; }
.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.site-header.is-scrolled .topbar { display: none; }
.site-header.is-scrolled .navbar { background: rgba(9,9,11,.94); box-shadow: 0 12px 40px rgba(0,0,0,.2); }
.site-header.is-scrolled .navbar__inner { min-height: 70px; }
.site-header.is-scrolled .brand { width: 160px; height: 56px; }

/* Hero */
.hero { position: relative; min-height: 860px; display: grid; align-items: center; overflow: hidden; color: #fff; background: #050506; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,3,4,.94) 0%, rgba(5,5,7,.72) 43%, rgba(5,5,7,.1) 78%), linear-gradient(0deg, rgba(5,5,7,.55), transparent 45%); z-index: 1; }
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; animation: heroZoom 14s ease-out both; }
.hero__glow { position: absolute; z-index: 1; width: 620px; height: 620px; left: -230px; bottom: -300px; background: rgba(229,31,42,.22); filter: blur(90px); border-radius: 50%; }
.hero__speedlines { position: absolute; z-index: 1; right: -100px; bottom: 16%; width: 52%; height: 180px; opacity: .14; background: repeating-linear-gradient(-8deg, transparent 0 18px, #fff 20px 22px); transform: skewX(-25deg); }
.hero__content { position: relative; z-index: 3; width: min(780px, 100%); padding-top: 115px; }
.hero .eyebrow { color: #fff; }
.hero__title { max-width: 760px; margin: 0 0 24px; text-transform: uppercase; }
.hero__title .accent { display: block; color: var(--red); }
.hero__lead { max-width: 620px; margin-bottom: 34px; color: rgba(255,255,255,.72); font-size: clamp(1.08rem, 1.7vw, 1.35rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.availability { position: absolute; z-index: 4; right: max(20px, calc((100vw - 1180px)/2)); bottom: 48px; display: flex; align-items: center; gap: 14px; padding: 14px 20px; color: #fff; background: rgba(12,12,14,.72); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; backdrop-filter: blur(16px); font-size: .78rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.availability__dot { width: 10px; height: 10px; background: #5fe08d; border-radius: 50%; box-shadow: 0 0 0 7px rgba(95,224,141,.12); animation: pulse 1.8s infinite; }

.page-hero { position: relative; min-height: 540px; display: flex; align-items: end; overflow: hidden; padding: 190px 0 85px; color: #fff; background: #08080a; }
.page-hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(4,4,5,.92), rgba(4,4,5,.45) 60%, rgba(4,4,5,.25)), linear-gradient(0deg, rgba(4,4,5,.8), transparent 60%); }
.page-hero__media { position: absolute; inset: 0; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__content { position: relative; z-index: 2; max-width: 820px; }
.page-hero h1 { margin-bottom: 18px; font-size: clamp(3.1rem, 6vw, 6.3rem); text-transform: uppercase; }
.page-hero p { max-width: 640px; margin-bottom: 0; color: rgba(255,255,255,.72); font-size: 1.15rem; }
.page-hero--about { min-height: 700px; align-items: center; padding: 120px 0 0; }
.page-hero--about .page-hero__media { top: 120px; }
.page-hero--about .page-hero__media img { object-position: center top; }
.page-hero--about h1 { max-width: 840px; font-size: clamp(3rem, 4.6vw, 5.2rem); }

/* Cards and grids */
.fleet-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.vehicle-card { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 28px rgba(8,8,10,.06); transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .3s ease; }
.vehicle-card:hover { transform: translateY(-6px); border-color: rgba(229,31,42,.28); box-shadow: var(--shadow); }
.vehicle-card__visual { position: relative; height: 350px; display: grid; place-items: center; overflow: hidden; padding: 25px; background: radial-gradient(circle at 50% 35%, #fff 0, #f4f4f5 65%, #e9e9eb 100%); }
.vehicle-card__visual::after { content: ""; position: absolute; right: 8%; bottom: 22%; left: 8%; height: 25px; background: rgba(0,0,0,.16); filter: blur(15px); border-radius: 50%; }
.vehicle-card__visual img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; transition: transform .6s var(--ease); }
.vehicle-card:hover .vehicle-card__visual img { transform: scale(1.04) translateX(8px); }
.vehicle-card__tag { position: absolute; z-index: 2; top: 20px; left: 20px; padding: 7px 11px; color: #fff; background: var(--ink); border-radius: 4px; font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.vehicle-card__body { padding: 30px; }
.vehicle-card__top { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.vehicle-card__top h3 { margin-bottom: 6px; font-size: 1.7rem; }
.vehicle-card__top p { margin-bottom: 0; font-size: .9rem; }
.price { color: var(--red); text-align: right; font-weight: 900; font-size: 1.65rem; line-height: 1; }
.price small { display: block; margin-top: 7px; color: var(--muted); font-size: .67rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.vehicle-specs { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0; }
.vehicle-specs span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; color: #48484e; background: var(--surface); border-radius: 5px; font-size: .76rem; font-weight: 700; }
.vehicle-specs svg { width: 15px; height: 15px; color: var(--red); }
.rate-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 0 0 24px; }
.rate-row span { padding: 12px 8px; text-align: center; background: var(--surface); border-radius: 10px; font-size: .71rem; color: var(--muted); }
.rate-row strong { display: block; color: var(--ink); font-size: .93rem; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { position: relative; padding: 30px 25px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-top: 3px solid transparent; border-radius: 10px; transition: transform .35s var(--ease), border-color .3s ease, box-shadow .35s ease; }
.feature-card::after { display: none; }
.feature-card:hover { transform: translateY(-5px); border-top-color: var(--red); box-shadow: 0 14px 38px rgba(8,8,10,.08); }
.feature-card:hover p { color: var(--muted); }
.icon-box { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 24px; color: #fff; background: var(--red); border-radius: 14px; }
.icon-box svg { width: 25px; height: 25px; }
.feature-card p { margin-bottom: 0; font-size: .9rem; transition: color .3s ease; }
.feature-card__image-icon { width: 54px; height: 54px; margin-bottom: 22px; object-fit: contain; }

.service-split { display: grid; grid-template-columns: 1fr 1fr; }
.service-panel { position: relative; min-height: 610px; display: flex; align-items: end; overflow: hidden; padding: 50px; color: #fff; }
.service-panel::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(0deg, rgba(4,4,5,.92), rgba(4,4,5,.15) 75%); transition: background .4s ease; }
.service-panel:hover::before { background: linear-gradient(0deg, rgba(229,31,42,.87), rgba(4,4,5,.15) 80%); }
.service-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.service-panel:hover img { transform: scale(1.05); }
.service-panel__content { position: relative; z-index: 2; max-width: 510px; }
.service-panel__number { display: block; margin-bottom: 18px; color: rgba(255,255,255,.55); font-size: .76rem; font-weight: 800; letter-spacing: .15em; }
.service-panel h3 { font-size: clamp(2rem, 3vw, 3.2rem); }
.service-panel p { color: rgba(255,255,255,.75); }

.story-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.story-media { position: relative; }
.story-media img { width: 100%; min-height: 560px; object-fit: cover; border-radius: var(--radius); }
.story-media::before { content: ""; position: absolute; z-index: -1; top: -22px; right: -22px; width: 52%; height: 52%; border: 2px solid var(--red); border-radius: var(--radius); }
.story-badge { position: absolute; right: -16px; bottom: 30px; min-width: 150px; display: grid; place-items: center; padding: 16px 22px; color: #fff; background: var(--red); border: 6px solid #fff; border-radius: 7px; text-align: center; font-size: .78rem; font-weight: 800; line-height: 1.1; text-transform: uppercase; }
.story-copy .check-list { margin-top: 30px; }
.check-list { display: grid; gap: 13px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: start; gap: 12px; color: #35353a; font-weight: 650; }
.check-list svg { flex: 0 0 auto; width: 21px; color: var(--red); margin-top: 2px; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; padding: 34px 26px; background: #fff; border-radius: 18px; box-shadow: 0 15px 45px rgba(8,8,10,.06); counter-increment: step; }
.step::before { content: "0" counter(step); display: block; margin-bottom: 34px; color: var(--red); font-size: 2rem; font-weight: 900; letter-spacing: -.05em; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 57px; right: -18px; z-index: 2; width: 36px; height: 1px; background: var(--red); }
.step p { margin-bottom: 0; font-size: .9rem; }

.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.stat { padding: 36px 20px; text-align: center; border-right: 1px solid rgba(255,255,255,.14); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: #fff; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1; }
.stat span { color: rgba(255,255,255,.58); font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review { position: relative; padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: 10px; transition: transform .35s var(--ease), border-color .35s ease, box-shadow .35s ease; }
.review:hover { transform: translateY(-4px); border-color: rgba(229,31,42,.3); box-shadow: 0 14px 38px rgba(8,8,10,.08); }
.review__quote { color: var(--red); font-size: 3rem; font-family: Georgia, serif; line-height: .6; }
.review p { min-height: 78px; margin: 22px 0 24px; color: #343439; }
.review__person { display: flex; align-items: center; gap: 12px; }
.avatar { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: var(--ink); border-radius: 5px; font-size: .72rem; font-weight: 800; }
.review__person strong, .review__person span { display: block; }
.review__person span { color: var(--muted); font-size: .76rem; }

.cta-strip { position: relative; overflow: hidden; padding: 86px 0; color: #fff; background: var(--red); }
.cta-strip::before { display: none; }
.cta-strip__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-strip h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(2.3rem, 4.4vw, 4.8rem); text-transform: uppercase; }

/* Contact */
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 48px; align-items: start; }
.contact-cards { display: grid; gap: 14px; margin-top: 35px; }
.contact-card { display: flex; align-items: center; gap: 18px; padding: 20px; background: var(--surface); border-radius: 14px; transition: transform .3s ease, background .3s ease; }
.contact-card:hover { transform: translateX(7px); background: #eceae6; }
.contact-card .icon-box { flex: 0 0 auto; width: 46px; height: 46px; margin: 0; border-radius: 50%; }
.contact-card strong, .contact-card span { display: block; }
.contact-card span { color: var(--muted); font-size: .83rem; }
.form-shell { padding: clamp(28px, 5vw, 54px); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .74rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 54px; padding: 14px 16px; color: var(--ink); background: var(--surface); border: 1px solid transparent; border-radius: 10px; outline: none; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.field textarea { min-height: 135px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { background-color: #fff; border-color: var(--red); box-shadow: 0 0 0 4px rgba(229,31,42,.09); }
.form-status { display: none; margin: 18px 0 0; padding: 14px 16px; color: #176c36; background: #eaf8ef; border-radius: 10px; font-size: .9rem; }
.form-status.is-visible { display: block; }
.map-panel { min-height: 400px; display: grid; place-items: center; position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.map-panel::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 50px 50px; transform: rotate(8deg) scale(1.2); }
.map-panel__pin { position: relative; z-index: 2; width: min(440px, calc(100% - 40px)); padding: 35px; text-align: center; background: rgba(20,20,24,.85); border: 1px solid rgba(255,255,255,.15); border-radius: 20px; backdrop-filter: blur(12px); }
.map-panel__pin .icon-box { margin-inline: auto; }
.map-panel__pin p { color: rgba(255,255,255,.65); }

/* Reference-style home sections */
.rental-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #08090a;
}
.rental-hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(5,7,9,.78) 0%, rgba(5,7,9,.48) 42%, rgba(5,7,9,.16) 82%), linear-gradient(0deg, rgba(5,7,9,.35), transparent 58%); }
.rental-hero__media { position: absolute; top: 120px; right: 0; bottom: 0; left: 0; }
.rental-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; animation: heroZoom 14s ease-out both; }
.rental-hero__content { position: relative; z-index: 2; width: min(860px, 100%); padding-top: 100px; }
.rental-hero__content > * { opacity: 0; animation: riseIn .8s var(--ease) forwards; }
.rental-hero__content > *:nth-child(1) { animation-delay: .12s; }
.rental-hero__content > *:nth-child(2) { animation-delay: .24s; }
.rental-hero__content > *:nth-child(3) { animation-delay: .38s; }
.rental-hero__content > *:nth-child(4) { animation-delay: .52s; }
.rental-hero h1 { max-width: 860px; margin-bottom: 24px; font-size: clamp(3rem, 4.25vw, 4.75rem); text-transform: none; }
.rental-hero p:not(.eyebrow) { max-width: 610px; color: rgba(255,255,255,.76); font-size: 1.12rem; }
.ribbon-title { display: flex; justify-content: center; margin-bottom: 50px; }
.ribbon-title span { display: inline-block; padding: 0; color: var(--ink); background: transparent; transform: none; box-shadow: none; font-family: Montserrat, Manrope, sans-serif; font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 750; letter-spacing: -.035em; text-align: center; }
.ribbon-title span > b { display: block; transform: none; }
.ribbon-title span > b::before { content: ""; display: block; width: 38px; height: 3px; margin: 0 auto 14px; background: var(--red); }
.vehicle-types { display: grid; grid-template-columns: repeat(2, minmax(0, 310px)); justify-content: center; gap: clamp(45px, 10vw, 140px); }
.vehicle-type { text-align: center; transition: transform .4s var(--ease); }
.vehicle-type:hover { transform: translateY(-9px); }
.vehicle-type img { width: min(100%, 250px); height: 145px; margin-inline: auto; object-fit: contain; filter: drop-shadow(0 16px 16px rgba(9,9,11,.08)); }
.vehicle-type h3 { margin: 12px 0 0; color: #4f4f58; font-size: .77rem; letter-spacing: .3em; text-transform: uppercase; }
.rental-options { position: relative; padding: 105px 0; overflow: hidden; color: #fff; background: #111; }
.rental-options::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(5,5,7,.3),rgba(5,5,7,.5)), url('../images/Section-3.png') center/cover no-repeat; }
.rental-options__grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 430px)); justify-content: center; gap: 20px; }
.rental-option { padding: 40px 34px; text-align: left; background: rgba(12,12,15,.88); border: 1px solid rgba(255,255,255,.2); border-left: 3px solid var(--red); border-radius: 4px; box-shadow: 0 18px 45px rgba(0,0,0,.2); backdrop-filter: blur(12px); transition: transform .4s var(--ease), border-color .3s ease, background .3s ease; }
.rental-option:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.35); border-left-color: var(--red); background: rgba(12,12,15,.96); }
.rental-option h3 { font-size: 1.45rem; }
.rental-option p { margin-bottom: 0; color: rgba(255,255,255,.66); font-size: .9rem; }
.booking-band { position: relative; overflow: hidden; color: #fff; background: #08080a; }
.booking-band__grid { min-height: 570px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; }
.booking-band__car { align-self: stretch; position: relative; margin-left: calc((100vw - min(1180px, calc(100vw - 40px))) / -2); }
.booking-band__car::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, #08080a 100%); }
.booking-band__car img { width: 100%; height: 100%; object-fit: cover; }
.booking-form { padding: 72px 0; }
.booking-form .ribbon-title { justify-content: flex-start; margin-bottom: 30px; }
.booking-form .ribbon-title span { color: #fff; font-size: clamp(1.8rem, 3vw, 2.5rem); text-align: left; }
.booking-form .ribbon-title span > b::before { margin-left: 0; }
.booking-form .form-grid { gap: 12px; }
.booking-form .field input, .booking-form .field select, .booking-form .field textarea { color: #fff; background-color: rgba(255,255,255,.06); border-color: rgba(229,31,42,.38); }
.booking-form .field input::placeholder, .booking-form .field textarea::placeholder { color: rgba(255,255,255,.38); }
.booking-form .field select option { color: var(--ink); background: #fff; }
.booking-form .field label { color: rgba(255,255,255,.65); }
.booking-form .btn { width: 100%; }
.field select {
  padding-right: 50px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23e51f2a' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 18px;
}
.field input[type="date"] {
  padding-right: 12px;
  cursor: pointer;
  color-scheme: light;
}
.field input[type="date"]::-webkit-calendar-picker-indicator {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 7px;
  cursor: pointer;
  opacity: .78;
  border-radius: 7px;
  background-color: rgba(229,31,42,.1);
  transition: opacity .2s ease, background-color .2s ease;
}
.field input[type="date"]::-webkit-calendar-picker-indicator:hover { opacity: 1; background-color: rgba(229,31,42,.18); }
.booking-form .field input[type="date"] { color-scheme: dark; }
.booking-form .field input[type="date"]::-webkit-calendar-picker-indicator { filter: none; }
.location-control { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
.map-picker-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  color: #fff;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 10px;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease;
}
.map-picker-button:hover { background: var(--red); border-color: var(--red); transform: translateY(-1px); }
.map-picker-button svg { width: 18px; height: 18px; flex: 0 0 auto; }
.booking-form .map-picker-button { color: #fff; background: var(--red); border-color: var(--red); }
.booking-form .map-picker-button:hover { background: var(--red-dark); border-color: var(--red-dark); }
.field-hint { color: var(--muted); font-size: .72rem; line-height: 1.45; }
.booking-form .field-hint { color: rgba(255,255,255,.48); }

.map-dialog { position: fixed; z-index: 2000; inset: 0; display: grid; place-items: center; padding: 24px; }
.map-dialog[hidden] { display: none; }
.map-dialog__backdrop { position: absolute; inset: 0; background: rgba(4,4,6,.78); backdrop-filter: blur(6px); }
.map-dialog__panel { position: relative; z-index: 1; width: min(920px, 100%); max-height: calc(100vh - 48px); overflow: auto; background: #fff; border-radius: 18px; box-shadow: 0 28px 90px rgba(0,0,0,.34); }
.map-dialog__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 25px 28px 20px; border-bottom: 1px solid var(--line); }
.map-dialog__header h2 { margin: 0 0 6px; font-size: clamp(1.55rem, 3vw, 2.15rem); }
.map-dialog__header p { margin: 0; font-size: .9rem; }
.map-dialog__close { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; padding: 0; color: var(--ink); background: var(--surface); border: 0; border-radius: 50%; cursor: pointer; transition: color .2s ease, background-color .2s ease, transform .2s ease; }
.map-dialog__close:hover { color: #fff; background: var(--red); transform: rotate(5deg); }
.map-dialog__close svg { width: 19px; height: 19px; }
.location-map { height: min(52vh, 470px); min-height: 330px; background: #e8e8e5; }
.location-map .leaflet-control-attribution { font-size: 10px; }
.map-dialog__footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 28px 24px; }
.map-selection { display: flex; align-items: center; gap: 10px; min-width: 0; color: var(--muted); font-size: .85rem; }
.map-selection::before { content: ""; width: 10px; height: 10px; flex: 0 0 auto; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 5px rgba(229,31,42,.1); }
.map-selection span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.map-dialog__actions { display: flex; gap: 10px; flex: 0 0 auto; }
.map-dialog__actions .btn { min-height: 48px; padding: 11px 17px; }
.map-dialog__actions .btn:disabled { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }
.map-location-error { display: none; margin: 0; padding: 10px 28px; color: #a20e18; background: #fff0f1; font-size: .82rem; }
.map-location-error.is-visible { display: block; }
.elmorya-map-pin { width: 24px; height: 24px; background: var(--red); border: 4px solid #fff; border-radius: 50% 50% 50% 0; box-shadow: 0 5px 14px rgba(0,0,0,.28); transform: rotate(-45deg); }
.rental-facts { padding: 34px 0; background: #fff; border-bottom: 1px solid var(--line); }
.rental-facts__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.rental-fact { padding: 12px 28px; border-right: 1px solid var(--line); }
.rental-fact:last-child { border-right: 0; }
.rental-fact strong, .rental-fact span { display: block; }
.rental-fact strong { margin-bottom: 3px; color: var(--ink); font-family: Montserrat, Manrope, sans-serif; font-size: 1.05rem; }
.rental-fact span { color: var(--muted); font-size: .76rem; }
.drive-banner { position: relative; overflow: hidden; color: #fff; background: var(--red); }
.drive-banner__inner { min-height: 300px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; }
.drive-banner__copy { position: relative; z-index: 2; padding: 48px 0; }
.drive-banner__copy h2 { font-size: clamp(2.1rem, 3.6vw, 4rem); }
.drive-banner__copy p { max-width: 430px; color: rgba(255,255,255,.78); }
.drive-banner__fleet { position: relative; align-self: stretch; min-height: 300px; overflow: hidden; background: #fff; clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%); }
.drive-banner__fleet img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.04); transition: transform .8s var(--ease), filter .4s ease; }
.drive-banner:hover .drive-banner__image { transform: scale(1.025); filter: saturate(.95) contrast(1.04); }
.question-bar { color: #fff; background: #bd080f; }
.question-bar__inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.question-bar h3 { margin: 0; font-size: clamp(1rem, 2vw, 1.35rem); letter-spacing: .02em; text-transform: uppercase; }
.question-bar a { display: inline-flex; align-items: center; gap: 12px; font-size: 1.18rem; font-weight: 850; }
.question-bar svg { width: 21px; }

/* Footer */
.site-footer { color: #fff; background: #070708; }
.footer-main { padding: 80px 0 55px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr 1fr; gap: 55px; }
.footer-brand img { width: 190px; margin-bottom: 14px; clip-path: inset(0 0 16% 0); }
.footer-brand p { max-width: 340px; color: rgba(255,255,255,.53); }
.footer-title { margin-bottom: 22px; color: #fff; font-size: .86rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-links { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.footer-links a { color: rgba(255,255,255,.56); font-size: .9rem; transition: color .25s ease, transform .25s ease; }
.footer-links a:hover { color: var(--red); transform: translateX(4px); }
.footer-social-links { display: grid; gap: 11px; }
.footer-social-links span { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.58); font-size: .88rem; }
.footer-social-links svg { width: 17px; height: 17px; color: var(--red); }
.socials { display: none; gap: 9px; margin-top: 25px; }
.socials a { width: 38px; height: 38px; display: grid; place-items: center; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.16); border-radius: 50%; transition: color .25s ease, background .25s ease, transform .25s ease; }
.socials a:hover { color: #fff; background: var(--red); border-color: var(--red); transform: translateY(-4px); }
.socials svg { width: 16px; height: 16px; }
.footer-contact { display: grid; gap: 15px; }
.footer-contact a, .footer-contact span { display: flex; align-items: start; gap: 10px; color: rgba(255,255,255,.6); font-size: .9rem; }
.footer-contact svg { flex: 0 0 auto; width: 17px; margin-top: 4px; color: var(--red); }
.footer-bottom { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom__inner { display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.42); font-size: .77rem; }
.footer-bottom__inner a { color: rgba(255,255,255,.7); transition: color .25s ease; }
.footer-bottom__inner a:hover { color: var(--red); }

/* Unified phone icon */
a[href^="tel:"]:not(.contact-card) > svg { display: none; }
a[href^="tel:"]:not(.contact-card)::before,
.contact-card[href^="tel:"] .icon-box::before,
.icon-box--phone::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79a15.46 15.46 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79a15.46 15.46 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.topbar a[href^="tel:"]::before { width: 14px; height: 14px; color: var(--red); }
.header-cta[href^="tel:"]::before { width: 17px; height: 17px; color: #fff; }
.question-bar a[href^="tel:"]::before { width: 21px; height: 21px; }
.footer-contact a[href^="tel:"]::before { width: 17px; height: 17px; margin-top: 4px; color: var(--red); }
.contact-card[href^="tel:"] .icon-box svg { display: none; }
.contact-card[href^="tel:"] .icon-box::before { width: 22px; height: 22px; color: #fff; }
.icon-box--phone::before { width: 22px; height: 22px; color: #fff; }

/* Motion */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal--left { transform: translateX(-45px); }
.reveal--right { transform: translateX(45px); }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }
.hero__content > * { opacity: 0; animation: riseIn .8s var(--ease) forwards; }
.hero__content > *:nth-child(1) { animation-delay: .15s; }
.hero__content > *:nth-child(2) { animation-delay: .28s; }
.hero__content > *:nth-child(3) { animation-delay: .42s; }
.hero__content > *:nth-child(4) { animation-delay: .56s; }
.page-hero__content > * { opacity: 0; animation: riseIn .75s var(--ease) forwards; }
.page-hero__content > *:nth-child(2) { animation-delay: .12s; }
.page-hero__content > *:nth-child(3) { animation-delay: .24s; }
@keyframes riseIn { to { opacity: 1; transform: translateY(0); } from { opacity: 0; transform: translateY(28px); } }
@keyframes heroZoom { from { transform: scale(1.07); } to { transform: scale(1); } }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 5px rgba(95,224,141,.1); } 50% { box-shadow: 0 0 0 11px rgba(95,224,141,0); } }

@media (max-width: 1100px) {
  .navbar__inner { gap: 18px; }
  .nav-links a { padding-inline: 11px; }
  .nav-links a::after { right: 11px; left: 11px; }
  .footer-grid { gap: 38px; }
  .booking-band__grid { gap: 28px; }
}

@media (max-width: 1024px) {
  .feature-grid, .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .step:nth-child(2)::after { display: none; }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
  .contact-layout { grid-template-columns: 1fr; gap: 42px; }
  .contact-layout > * { min-width: 0; }
  .vehicle-card__visual { height: 310px; }
}

@media (max-width: 820px) {
  :root { --container: min(calc(100% - 32px), 680px); }
  .section { padding: 76px 0; }
  .section--compact { padding: 64px 0; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 22px; margin-bottom: 42px; }
  .section-head__copy, .section-head .lead { width: 100%; }

  .topbar { display: none; }
  .navbar { background: rgba(9,9,11,.84); }
  .navbar__inner, .site-header.is-scrolled .navbar__inner { min-height: 74px; }
  .brand { width: 154px; height: 54px; }
  .site-header.is-scrolled .brand { width: 146px; height: 51px; }
  .brand { z-index: 3; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .nav-wrap { position: fixed; z-index: 2; top: 0; left: 0; width: 100vw; height: 100dvh; min-height: 100vh; display: grid; align-content: center; overflow-y: auto; padding: 110px 30px 50px; opacity: 0; visibility: hidden; background: rgba(7,7,9,.985); transform: translateY(-18px); transition: opacity .3s ease, visibility .3s ease, transform .4s var(--ease); }
  .menu-open .nav-wrap { opacity: 1; visibility: visible; transform: none; }
  .nav-links { display: grid; gap: 6px; text-align: center; }
  .nav-links a { padding: 13px 20px; font-size: 1.55rem; }
  .nav-links a::after { right: 35%; bottom: 5px; left: 35%; }
  .header-cta { display: none; }

  .hero { min-height: 720px; }
  .hero::before { background: linear-gradient(90deg, rgba(3,3,4,.91), rgba(3,3,4,.43)), linear-gradient(0deg, rgba(3,3,4,.82), transparent); }
  .hero__media img { object-position: 62% center; }
  .hero__content { padding-top: 76px; }
  .availability { right: auto; left: 16px; bottom: 24px; }

  .page-hero { min-height: 500px; padding: 150px 0 62px; }
  .page-hero__content { max-width: 92%; }
  .page-hero h1 { max-width: 100%; font-size: clamp(2.55rem, 8vw, 4.2rem); }
  .page-hero p { font-size: 1rem; }
  .page-hero--about { min-height: 560px; padding: 110px 0 48px; }
  .page-hero--about .page-hero__media { top: 74px; }
  .page-hero--about .page-hero__media img { object-position: 58% center; }
  .page-hero--about h1 { font-size: clamp(2.5rem, 7.8vw, 4rem); }

  .fleet-grid, .story-grid { grid-template-columns: 1fr; }
  .fleet-grid { gap: 22px; }
  .story-grid { gap: 42px; }
  .story-media { margin-right: 0; }
  .story-media img { min-height: 470px; }
  .story-badge { right: 14px; bottom: 14px; width: auto; height: auto; min-width: 0; padding: 14px 18px; border-width: 4px; font-size: .7rem; }
  .service-split { grid-template-columns: 1fr; }
  .service-panel { min-height: 470px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review p { min-height: 0; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .cta-strip__inner { width: 100%; align-items: flex-start; flex-direction: column; }
  .cta-strip h2 { width: 100%; }

  .rental-hero { min-height: 680px; }
  .rental-hero::before { background: linear-gradient(90deg, rgba(5,7,9,.87), rgba(5,7,9,.28)), linear-gradient(0deg, rgba(5,7,9,.72), transparent); }
  .rental-hero__media { top: 74px; }
  .rental-hero__media img { object-position: 58% center; }
  .rental-hero__content { padding-top: 74px; }
  .rental-hero h1 { font-size: clamp(2.75rem, 8vw, 4.15rem); }
  .vehicle-types { gap: 30px; }
  .rental-options__grid { grid-template-columns: 1fr; }
  .booking-band__grid { grid-template-columns: 1fr; gap: 0; }
  .booking-band__car { min-height: 360px; margin-inline: calc((100vw - 100%) / -2); }
  .booking-band__car::after { background: linear-gradient(0deg, #08080a, transparent 55%); }
  .booking-form { padding: 16px 0 60px; }
  .drive-banner__inner { grid-template-columns: 1fr; }
  .drive-banner__fleet { order: -1; min-height: 270px; margin-top: 18px; }
  .rental-facts__grid { grid-template-columns: repeat(2, 1fr); }
  .rental-fact:nth-child(2) { border-right: 0; }
  .rental-fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .question-bar__inner { padding: 26px 0; flex-direction: column; text-align: center; }
  .footer-grid { grid-template-columns: 1.15fr .85fr; gap: 40px 32px; }
  .footer-grid > :last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  :root { --container: min(calc(100% - 28px), 520px); }
  .section { padding: 62px 0; }
  .section--compact { padding: 54px 0; }
  h1 { font-size: clamp(2.5rem, 13vw, 3.5rem); }
  h2 { font-size: clamp(1.85rem, 8.5vw, 2.65rem); }
  h3 { font-size: clamp(1.15rem, 5.8vw, 1.5rem); }
  .eyebrow { margin-bottom: 12px; font-size: .68rem; letter-spacing: .13em; }
  .section-head { gap: 14px; margin-bottom: 32px; }
  .lead { font-size: 1rem; }
  .btn { min-height: 50px; padding: 13px 18px; font-size: .78rem; }

  .navbar__inner, .site-header.is-scrolled .navbar__inner { min-height: 70px; }
  .brand, .site-header.is-scrolled .brand { width: 138px; height: 48px; }
  .menu-toggle { width: 44px; height: 44px; }
  .nav-links a { font-size: 1.42rem; }

  .page-hero { min-height: 440px; padding: 124px 0 48px; }
  .page-hero__content { max-width: 100%; }
  .page-hero h1 { margin-bottom: 15px; font-size: clamp(2.15rem, 10.5vw, 3rem); line-height: 1; }
  .page-hero p { font-size: .92rem; line-height: 1.6; }
  .page-hero--about { min-height: 480px; padding: 98px 0 42px; }
  .page-hero--about .page-hero__media { top: 70px; }
  .page-hero--about h1 { font-size: clamp(2.1rem, 10vw, 2.85rem); }

  .hero { min-height: 650px; }
  .hero__content { padding-top: 70px; }
  .hero__actions .btn { width: 100%; }
  .availability { max-width: calc(100% - 32px); font-size: .64rem; }

  .rental-hero { min-height: 640px; }
  .rental-hero__media { top: 70px; }
  .rental-hero__content { padding-top: 70px; }
  .rental-hero h1 { margin-bottom: 18px; font-size: clamp(2.25rem, 10.8vw, 3.2rem); line-height: 1.02; }
  .rental-hero p:not(.eyebrow) { font-size: .95rem; line-height: 1.6; }
  .rental-hero .btn { width: 100%; }
  .ribbon-title { margin-bottom: 30px; }
  .ribbon-title span { font-size: clamp(1.55rem, 7.5vw, 2.1rem); }
  .vehicle-types { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .vehicle-type img { height: 92px; }
  .vehicle-type h3 { font-size: .64rem; letter-spacing: .2em; }
  .rental-options { padding: 68px 0; }
  .rental-option { padding: 28px 24px; }

  .fleet-grid { gap: 16px; }
  .vehicle-card__visual { height: 235px; padding: 18px; }
  .vehicle-card__tag { top: 14px; left: 14px; }
  .vehicle-card__body { padding: 21px; }
  .vehicle-card__top { gap: 12px; }
  .price { flex: 0 0 auto; }
  .rate-row { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; }
  .rate-row span { padding: 10px 4px; font-size: .61rem; }
  .rate-row strong { font-size: .78rem; }

  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .feature-card { padding: 21px 17px; }
  .feature-card h3 { font-size: 1rem; }
  .feature-card p { margin-bottom: 0; font-size: .78rem; line-height: 1.55; }
  .feature-card .icon-box { width: 42px; height: 42px; }
  .feature-card__image-icon { height: 40px; }
  .steps { grid-template-columns: 1fr; gap: 12px; }
  .step { padding: 27px 22px; }
  .step::after { display: none; }
  .service-panel { min-height: 390px; padding: 30px 23px; }
  .service-panel h3 { font-size: 1.7rem; }
  .story-grid { gap: 30px; }
  .story-media img { min-height: 0; aspect-ratio: 4 / 3; }
  .story-badge { right: 10px; bottom: 10px; padding: 11px 14px; border-width: 3px; font-size: .62rem; }
  .stat { padding: 28px 12px; }

  .form-shell { padding: 22px 18px; }
  .form-grid { grid-template-columns: 1fr; gap: 14px; }
  .field--full { grid-column: auto; }
  .field input, .field select, .field textarea { min-height: 52px; }
  .field textarea { min-height: 120px; }
  .location-control { grid-template-columns: 1fr; }
  .map-picker-button { width: 100%; }
  .booking-band__car { min-height: 300px; }
  .booking-form { padding: 10px 0 50px; }
  .booking-form .ribbon-title { margin-bottom: 24px; }

  .map-dialog { padding: 10px; }
  .map-dialog__panel { max-height: calc(100vh - 20px); border-radius: 14px; }
  .map-dialog__header { padding: 20px; }
  .map-dialog__header p { font-size: .8rem; }
  .location-map { height: 46vh; min-height: 280px; }
  .map-dialog__footer { align-items: stretch; flex-direction: column; padding: 16px 20px 20px; }
  .map-dialog__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .map-dialog__actions .btn { width: 100%; padding-inline: 10px; font-size: .68rem; }

  .rental-facts { padding: 22px 0; }
  .rental-fact { padding: 14px 16px; }
  .drive-banner__fleet { min-height: 220px; margin-top: 0; clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%); }
  .drive-banner__copy { padding: 38px 0 44px; }
  .drive-banner__copy h2 { font-size: clamp(1.9rem, 9vw, 2.6rem); }
  .review { padding: 26px 22px; }
  .question-bar h3 { font-size: 1rem; }
  .question-bar a { font-size: 1.05rem; }

  .cta-strip { padding: 56px 0; }
  .cta-strip__inner { gap: 28px; }
  .cta-strip h2 { max-width: 100%; font-size: clamp(1.9rem, 9.5vw, 2.7rem); line-height: 1.03; }
  .contact-cards { gap: 10px; }
  .contact-card { padding: 17px; }

  .footer-main { padding: 52px 0 38px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 24px; }
  .footer-grid > :first-child, .footer-grid > :last-child { grid-column: 1 / -1; }
  .footer-brand img { width: 165px; }
  .footer-title { margin-bottom: 16px; }
  .footer-bottom__inner { flex-direction: column; }
}

@media (max-width: 360px) {
  :root { --container: calc(100% - 24px); }
  .feature-grid, .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child, .footer-grid > :last-child { grid-column: auto; }
  .map-dialog__actions { grid-template-columns: 1fr; }
  .vehicle-card__top { align-items: flex-start; flex-direction: column; }
  .price { text-align: left; }
  .question-bar a { font-size: .98rem; }
}

@media (hover: none) {
  .btn:hover, .vehicle-card:hover, .vehicle-type:hover, .feature-card:hover, .review:hover, .contact-card:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
