@layer preliminary-theme {
:root {
  --ink: #091925;
  --navy: #0b2239;
  --navy-2: #102f4d;
  --navy-3: #1c4567;
  --blue: #3168ff;
  --orange: #ff9d00;
  --orange-2: #f27b00;
  --cream: #f6f4ed;
  --paper: #ffffff;
  --soft: #edf3f7;
  --line: #d9e3ea;
  --muted: #687b8b;
  --green: #15915d;
  --red: #c5362d;
  --radius: 22px;
  --shadow-sm: 0 10px 30px rgba(9, 25, 37, .08);
  --shadow-lg: 0 30px 80px rgba(2, 17, 29, .23);
}

/* ==========================================================
   BLUECRUISE INSPIRED RENT A CAR UI — 2026
   The visual language is centralized here. Business logic and
   database-backed availability remain in the PHP layer.
   ========================================================== */
:root {
  --primary-color: #062f54;
  --primary-deep: #031f38;
  --primary-soft: #0d4977;
  --secondary-color: #10a7bd;
  --accent-color: #ffc21a;
  --accent-hover: #ffd65c;
  --surface: #ffffff;
  --surface-soft: #f3f7fa;
  --text-main: #122232;
  --text-soft: #66788a;
  --border-soft: #dce6ed;
  --header-total: 112px;
  --lux-shadow: 0 22px 65px rgba(3,31,56,.16);
}

body { background: #fff; color: var(--text-main); font-family: Inter,system-ui,sans-serif; }
h1,h2,h3,h4,.site-logo strong { font-family: Manrope,Inter,sans-serif; }
.site-container,.rc-shell { width: min(1420px,calc(100% - 72px)); }

/* Two-level navy header */
.site-header { height: var(--header-total); background: var(--primary-color); border: 0; color: #fff; box-shadow: 0 5px 24px rgba(0,20,37,.16); backdrop-filter: none; }
.site-header.scrolled { background: var(--primary-color); box-shadow: 0 12px 35px rgba(0,20,37,.23); }
.site-topbar { height: 34px; background: var(--primary-deep); border-bottom: 1px solid rgba(255,255,255,.08); }
.topbar-inner { height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #a9bdcc; font-size: 10px; font-weight: 600; }
.topbar-message,.topbar-contact,.topbar-contact a { display: flex; align-items: center; gap: 8px; }
.topbar-contact { gap: 20px; }
.topbar-contact a { color: #b9cbd7; text-decoration: none; }
.topbar-inner i { color: var(--accent-color); }
.site-nav-wrap { height: 78px; }
.site-nav { height: 78px; gap: 24px; }
.site-logo { min-width: 188px; color: #fff; gap: 10px; }
.site-logo strong { color: #fff; font-size: 18px; letter-spacing: -.03em; }
.logo-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--accent-color); color: var(--primary-deep); font: 900 22px Manrope,sans-serif; box-shadow: 0 8px 20px rgba(255,194,26,.22); }
.site-logo img { max-height: 54px; filter: drop-shadow(0 3px 8px rgba(0,0,0,.12)); }
.site-menu a { color: #e8f0f5; font-size: 12px; font-weight: 700; letter-spacing: .01em; }
.site-menu a::after { content: ''; position: absolute; left: 13px; right: 13px; bottom: 4px; height: 2px; border-radius: 3px; background: var(--accent-color); transform: scaleX(0); transition: transform .2s; }
.site-menu a { position: relative; }
.site-menu a:hover { background: transparent; color: #fff; }
.site-menu a:hover::after { transform: scaleX(1); }
.language-menu,.currency-menu select { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.08); color: #fff; }
.currency-menu select option { color: var(--text-main); background: #fff; }
.site-book { background: var(--accent-color); color: var(--primary-deep); box-shadow: 0 10px 28px rgba(255,194,26,.22); }
.site-book i { color: var(--primary-deep); }
.site-book:hover { background: var(--accent-hover); transform: translateY(-1px); }

/* Full photographic home hero */
.page-home .site-header { background: linear-gradient(180deg,rgba(3,31,56,.98),rgba(6,47,84,.96)); }
.d360-hero { min-height: 940px; padding: calc(var(--header-total) + 70px) 0 92px; background-image: linear-gradient(90deg,rgba(2,20,36,.88) 0%,rgba(3,31,56,.69) 36%,rgba(3,31,56,.14) 70%,rgba(3,31,56,.08) 100%),linear-gradient(0deg,rgba(3,31,56,.82) 0%,transparent 43%),url('../../uploads/site/abali-hero-1.png'); background-size: cover; background-position: center; color: #fff; }
.d360-hero::before { opacity: .18; background-image: radial-gradient(circle at 20% 25%,rgba(255,194,26,.7) 0 1px,transparent 2px); background-size: 34px 34px; mask-image: linear-gradient(to right,#000,transparent 54%); }
.d360-hero-content { min-height: 735px; grid-template-columns: minmax(0,680px) 1fr; grid-template-rows: 1fr auto; align-items: center; column-gap: 70px; }
.d360-hero-copy { align-self: center; padding: 20px 0 118px; }
.d360-eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(3,31,56,.34); color: #fff; letter-spacing: .16em; backdrop-filter: blur(9px); }
.d360-eyebrow i { color: var(--accent-color); }
.d360-hero h1 { max-width: 720px; margin: 24px 0 24px; color: #fff; font-size: clamp(58px,6.5vw,104px); line-height: .94; letter-spacing: -.07em; text-shadow: 0 7px 26px rgba(0,0,0,.22); }
.d360-hero h1 span { color: var(--accent-color); }
.d360-hero-lead { max-width: 625px; color: #d5e2eb; font-size: 17px; line-height: 1.75; }
.hero-primary { background: var(--accent-color); color: var(--primary-deep); }
.hero-primary i { color: var(--primary-deep); }
.hero-secondary { border-color: rgba(255,255,255,.34); background: rgba(3,31,56,.35); color: #fff; backdrop-filter: blur(10px); }
.hero-points { color: #e7f0f5; }
.hero-points i { color: var(--accent-color); }
.d360-hero-visual { min-height: 470px; overflow: visible; border-radius: 0; box-shadow: none; }
.d360-hero-visual > img { display: none; }
.d360-hero-visual::after { display: none; }
.hero-visual-note { left: auto; right: 8px; bottom: 115px; padding: 15px 19px; border-left: 3px solid var(--accent-color); background: rgba(3,31,56,.56); backdrop-filter: blur(12px); }
.fleet-liveboard { top: auto; right: 8px; bottom: 0; width: 360px; background: rgba(3,31,56,.82); border-color: rgba(255,255,255,.22); }

/* Hero search: overlapping charter-style filter */
.d360-search { grid-column: 1/-1; width: min(1340px,100%); margin: -34px auto 0; border: 0; border-radius: 18px; box-shadow: 0 26px 70px rgba(0,20,37,.32); }
.d360-type-tabs { width: 340px; margin: 0 0 -1px 26px; position: relative; z-index: 2; border: 0; transform: translateY(-54px); box-shadow: 0 -10px 25px rgba(0,20,37,.12); border-radius: 14px 14px 0 0; overflow: hidden; }
.d360-type-tab { height: 54px; border: 0; background: rgba(255,255,255,.91); }
.d360-type-tab.active { border: 0; background: var(--accent-color); color: var(--primary-deep); }
.d360-search-body { margin-top: -54px; padding: 27px 28px 22px; }
.d360-rental-types { margin-bottom: 16px; }
.d360-rental-types button { border-color: #d4e0e7; }
.d360-rental-types button.active { border-color: var(--primary-color); background: var(--primary-color); color: #fff; }
.d360-location-row { grid-template-columns: 1fr 1fr auto; align-items: end; }
.return-toggle { grid-column: 3; min-height: 48px; margin: 0; padding: 0 13px; border: 1px solid #d4e0e7; border-radius: 11px; background: #f8fafb; }
.d360-field input,.d360-field select,.form-field input,.form-field select,.form-field textarea { border-color: #d5e1e8; background: #f8fafb; }
.d360-search-grid { grid-template-columns: repeat(4,1fr) 1.35fr; align-items: end; }
.d360-search-submit { grid-column: auto; min-height: 48px; margin: 0; border-radius: 11px; background: var(--accent-color); color: var(--primary-deep); box-shadow: 0 10px 25px rgba(255,194,26,.22); }
.d360-search-submit:hover { background: var(--accent-hover); }
.search-trust { border-top: 1px solid #e4ebef; background: #f5f8fa; }

/* Shared content and cards */
.d360-brand-strip { border-bottom: 1px solid var(--border-soft); background: #fff; }
.d360-brands { color: #6f8494; letter-spacing: .08em; text-transform: uppercase; }
.d360-section { padding: 100px 0; }
.d360-section.soft,.content-section.soft { background: #f3f7fa; }
.d360-section.dark { background: linear-gradient(135deg,var(--primary-deep),var(--primary-color)); }
.d360-section-head h2,.section-head h2 { color: var(--primary-deep); }
.rc-kicker,.eyebrow { color: var(--secondary-color); }
.d360-filter.active { border-color: var(--primary-color); background: var(--primary-color); }
.d360-card { border: 1px solid #dce6ed; border-radius: 16px; box-shadow: 0 12px 34px rgba(3,31,56,.07); }
.d360-card::before { width: 5px; background: var(--accent-color); }
.d360-card:hover { transform: translateY(-8px); box-shadow: 0 24px 54px rgba(3,31,56,.14); }
.d360-card-media { height: 260px; background: #eaf0f4; }
.d360-stock { background: #e5f8ed; color: #12693f; }
.d360-category { background: var(--primary-color); }
.d360-card h3 { color: var(--primary-deep); }
.d360-spec i { background: #edf6f8; color: var(--secondary-color); }
.d360-card-link,.rc-btn.dark,.dark-button { background: var(--primary-color); }
.d360-card-link:hover { background: var(--secondary-color); }
.rc-btn,.primary-button { background: var(--accent-color); color: var(--primary-deep); }
.d360-step,.d360-advantage,.d360-review,.info-card,.surface-card,.filter-panel,.calendar-surface { border-radius: 16px; }
.d360-step-icon,.info-card > i { background: rgba(16,167,189,.11); color: var(--secondary-color); }
.d360-location { border-left: 3px solid var(--accent-color); }
.d360-cta { background: linear-gradient(105deg,var(--accent-color),#ffdc63); color: var(--primary-deep); }

/* Inner page photographic masthead */
.page-hero { min-height: 430px; padding: calc(var(--header-total) + 80px) 0 75px; display: flex; align-items: flex-end; position: relative; overflow: hidden; background-image: linear-gradient(90deg,rgba(3,31,56,.92),rgba(3,31,56,.48)),url('../../uploads/site/abali-hero-1.png'); background-size: cover; background-position: center 44%; color: #fff; }
.page-hero::after { content: ''; position: absolute; inset: auto 0 0; height: 4px; background: linear-gradient(90deg,var(--accent-color) 0 28%,var(--secondary-color) 28% 48%,transparent 48%); }
.page-hero .site-container { position: relative; z-index: 2; }
.page-hero .eyebrow { display: inline-flex; padding: 7px 11px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(3,31,56,.35); color: var(--accent-color); }
.page-hero h1 { max-width: 900px; color: #fff; font-size: clamp(44px,5.4vw,76px); letter-spacing: -.055em; text-shadow: 0 8px 24px rgba(0,0,0,.18); }
.page-hero p { color: #d9e5ed; font-size: 16px; }
.content-section { padding: 90px 0; }
.filter-panel { margin-top: -145px; position: relative; z-index: 4; border: 0; box-shadow: var(--lux-shadow); }
.results-head { margin-top: 65px; }
.vehicle-main-image { border-radius: 18px; box-shadow: var(--lux-shadow); }
.booking-card { top: calc(var(--header-total) + 22px); border-top: 5px solid var(--accent-color); box-shadow: var(--lux-shadow); }
.booking-price strong { color: var(--primary-color); }
.gallery-grid img { border-radius: 12px; }
.calendar-day.limited { background: #fff4ce; }.calendar-day.sold { background: #ffe5e3; }
.check-list i,.availability-good { color: #168755; }
.map-card iframe { min-height: 520px; }

/* Footer */
.site-footer { padding-top: 78px; background: var(--primary-deep); }
.footer-grid { grid-template-columns: 1.4fr .75fr .9fr 1fr; }
.footer-brand img { max-width: 180px; max-height: 65px; }
.site-footer h4 { color: var(--accent-color); }
.footer-socials a { background: var(--primary-color); }
.footer-socials a:hover { background: var(--accent-color); color: var(--primary-deep); }
.footer-bottom { border-color: rgba(255,255,255,.12); }
.whatsapp-float { width: 60px; height: 60px; box-shadow: 0 15px 35px rgba(0,0,0,.3); }

@media (max-width:1080px) {
  :root { --header-total:78px; }
  .site-topbar { display:none; }
  .site-header,.site-nav-wrap,.site-nav { height:78px; }
  .site-menu { top:78px; background:var(--primary-color); border-color:rgba(255,255,255,.12); }
  .site-menu a { color:#fff; }
  .d360-hero { min-height:auto; padding-top:148px; }
  .d360-hero-content { min-height:0; }
  .d360-hero-copy { padding-bottom:55px; text-align:left; }
  .d360-hero-lead { margin-inline:0; }
  .hero-actions,.hero-points { justify-content:flex-start; }
  .d360-hero-visual { min-height:210px; }
  .hero-visual-note { left:0; right:auto; bottom:95px; }
  .fleet-liveboard { left:0; right:auto; }
  .d360-search { margin-top:55px; }
  .d360-search-grid { grid-template-columns:repeat(2,1fr); }
  .d360-search-submit { grid-column:1/-1; }
  .footer-grid { grid-template-columns:1fr 1fr; }
}

@media (max-width:700px) {
  .site-container,.rc-shell { width:calc(100% - 28px); }
  :root { --header-total:66px; }
  .site-header,.site-nav-wrap,.site-nav { height:66px; }
  .site-menu { top:66px; left:14px; right:14px; border-radius:0 0 16px 16px; }
  .site-actions { gap:6px; }.currency-menu select { width:66px; }.language-menu { display:none; }
  .d360-hero { padding:112px 0 54px; background-position:58% center; }
  .d360-hero::after { content:''; position:absolute; inset:0; background:rgba(3,31,56,.2); pointer-events:none; }
  .d360-hero-content { position:relative; z-index:2; }
  .d360-hero-copy { padding-bottom:28px; }
  .d360-hero h1 { font-size:clamp(48px,15vw,67px); }
  .d360-hero-lead { color:#edf4f7; }
  .hero-actions { flex-direction:column; }
  .hero-primary,.hero-secondary { width:100%; }
  .d360-hero-visual { min-height:215px; }
  .hero-visual-note { display:none; }
  .fleet-liveboard { bottom:0; width:100%; padding:15px; }
  .liveboard-grid strong { font-size:19px; }
  .d360-search { margin-top:22px; border-radius:16px; }
  .d360-type-tabs { width:calc(100% - 28px); margin-left:14px; transform:translateY(-48px); }
  .d360-type-tab { height:48px; }
  .d360-search-body { margin-top:-48px; padding:18px 15px; }
  .d360-location-row { grid-template-columns:1fr; }
  .return-toggle { grid-column:1; }
  .d360-search-grid { grid-template-columns:1fr 1fr; }
  .d360-search-submit { grid-column:1/-1; }
  .search-trust { justify-content:flex-start; overflow-x:auto; }
  .page-hero { min-height:360px; padding:calc(var(--header-total) + 65px) 0 55px; background-position:60% center; }
  .page-hero h1 { font-size:43px; }
  .filter-panel { margin-top:-115px; }
  .results-head { margin-top:48px; }
  .footer-grid { grid-template-columns:1fr; }
}

@media (max-width:430px) {
  .site-logo strong { display:none; }
  .d360-search-grid { grid-template-columns:1fr; }
  .d360-search-submit { grid-column:1; }
  .liveboard-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
  .liveboard-grid small { font-size:7px; }
}
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body > main { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, h4 { font-family: Manrope, Inter, sans-serif; }
.site-container, .rc-shell { width: min(1480px, calc(100% - 72px)); margin-inline: auto; }
.rc-kicker, .eyebrow {
  color: var(--orange-2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 78px;
  background: rgba(246, 244, 237, .91);
  border-bottom: 1px solid rgba(9, 25, 37, .1);
  backdrop-filter: blur(18px);
  transition: box-shadow .2s, background .2s;
}
.site-header.scrolled { background: rgba(255,255,255,.97); box-shadow: 0 12px 35px rgba(8,25,38,.1); }
.site-nav { height: 78px; display: flex; align-items: center; gap: 26px; }
.site-logo { min-width: 170px; display: flex; align-items: center; text-decoration: none; }
.site-logo img { display: block; max-width: 158px; max-height: 52px; }
.site-menu { display: flex; align-items: center; gap: 3px; list-style: none; margin: 0 auto; padding: 0; }
.site-menu a {
  display: block;
  padding: 11px 13px;
  border-radius: 10px;
  color: #3d5669;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: .2s;
}
.site-menu a:hover { background: rgba(49,104,255,.08); color: var(--blue); }
.site-actions { display: flex; align-items: center; gap: 8px; }
.language-menu { display: flex; gap: 3px; height: 40px; padding: 0 7px; align-items: center; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.language-menu a { display: flex; opacity: .35; }
.language-menu a.active { opacity: 1; }
.language-menu img { width: 24px; height: 18px; border-radius: 2px; }
.currency-menu select { height: 40px; max-width: 82px; padding: 0 8px; border: 1px solid var(--line); border-radius: 11px; background: #fff; color: var(--ink); font-size: 11px; font-weight: 800; }
.site-phone { display: flex; align-items: center; gap: 6px; color: #3d5669; font-size: 12px; font-weight: 700; text-decoration: none; }
.site-book {
  height: 44px;
  padding: 0 17px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 9px 22px rgba(9,25,37,.16);
}
.site-book i { color: var(--orange); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--ink); color: #fff; font-size: 21px; }

/* Home hero — deliberately asymmetric */
.d360-hero {
  position: relative;
  min-height: 930px;
  padding: 142px 0 88px;
  background:
    radial-gradient(circle at 9% 16%, rgba(49,104,255,.13), transparent 26%),
    radial-gradient(circle at 92% 88%, rgba(255,157,0,.13), transparent 24%),
    linear-gradient(135deg, #fbfaf5 0%, #f2f7fa 56%, #eaf4fa 100%);
  color: var(--ink);
}
.d360-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .5;
  background-image: linear-gradient(rgba(9,25,37,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(9,25,37,.035) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(to bottom, #000, transparent 74%);
}
.d360-hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(560px, 1.18fr);
  grid-template-rows: auto auto;
  column-gap: 68px;
  row-gap: 0;
  align-items: center;
  text-align: left;
}
.d360-hero-copy { padding: 35px 0 112px; }
.d360-eyebrow { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.d360-hero h1 {
  margin: 24px 0 25px;
  color: var(--ink);
  font: 800 clamp(59px, 6vw, 98px)/.91 Manrope, sans-serif;
  letter-spacing: -.075em;
}
.d360-hero h1 span { color: var(--blue); }
.d360-hero-lead { max-width: 560px; margin: 0; color: #587082; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 10px; margin-top: 30px; }
.hero-primary, .hero-secondary { min-height: 50px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 14px; font-size: 12px; font-weight: 800; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.hero-primary { background: var(--ink); color: #fff; box-shadow: 0 14px 30px rgba(9,25,37,.18); }
.hero-primary i { color: var(--orange); }
.hero-secondary { border: 1px solid #cbd9e2; background: rgba(255,255,255,.65); color: var(--ink); }
.hero-primary:hover, .hero-secondary:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(9,25,37,.14); }
.hero-points { display: flex; gap: 20px; margin-top: 27px; color: #365266; font-size: 12px; font-weight: 700; }
.hero-points span { display: flex; align-items: center; gap: 6px; }
.hero-points i { color: var(--orange-2); }
.d360-hero-visual { position: relative; min-height: 520px; overflow: hidden; border-radius: 34px; box-shadow: 0 28px 70px rgba(9,25,37,.16); }
.d360-hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: left center; }
.d360-hero-visual::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(5,20,31,.72)); }
.hero-visual-note { position: absolute; z-index: 2; left: 28px; bottom: 25px; color: #fff; }
.hero-visual-note strong, .hero-visual-note span { display: block; }
.hero-visual-note strong { font: 800 25px Manrope, sans-serif; }
.hero-visual-note span { margin-top: 5px; color: #c8dae6; font-size: 11px; }
.fleet-liveboard { position: absolute; z-index: 3; top: 22px; right: 22px; width: min(310px, calc(100% - 44px)); padding: 17px; border: 1px solid rgba(255,255,255,.34); border-radius: 20px; background: rgba(7,24,37,.78); color: #fff; box-shadow: 0 18px 45px rgba(3,15,25,.28); backdrop-filter: blur(16px); }
.liveboard-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.15); }
.liveboard-head span { display: flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.liveboard-head span i { width: 7px; height: 7px; border-radius: 50%; background: #3ee68b; box-shadow: 0 0 0 5px rgba(62,230,139,.13); }
.liveboard-head b { color: #a8bfd0; font-size: 8px; font-weight: 700; }
.liveboard-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; padding-top: 14px; }
.liveboard-grid div { min-width: 0; }
.liveboard-grid strong, .liveboard-grid small { display: block; }
.liveboard-grid strong { font: 800 22px/1 Manrope,sans-serif; }
.liveboard-grid small { margin-top: 5px; overflow: hidden; color: #a8bfd0; font-size: 8px; white-space: nowrap; text-overflow: ellipsis; }
.d360-search {
  position: relative;
  z-index: 4;
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  margin-top: 34px;
  overflow: hidden;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 26px;
  color: var(--ink);
  box-shadow: var(--shadow-lg);
}
.d360-type-tabs { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.d360-type-tab { height: 64px; border: 0; border-bottom: 3px solid transparent; background: #fff; color: #8a9ba8; font-size: 13px; font-weight: 800; cursor: pointer; }
.d360-type-tab i { margin-right: 7px; }
.d360-type-tab.active { border-color: var(--orange); background: #fff8e8; color: var(--ink); }
.d360-search-body { padding: 24px 27px 27px; }
.d360-rental-types { display: flex; gap: 7px; margin-bottom: 20px; }
.d360-rental-types button { padding: 7px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--muted); font-size: 10px; font-weight: 800; cursor: pointer; }
.d360-rental-types button.active { border-color: var(--orange); background: var(--orange); color: var(--ink); }
.d360-location-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.d360-search-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.d360-field label, .form-field label { display: block; margin: 0 0 7px; color: #607789; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.d360-field input, .d360-field select, .form-field input, .form-field select, .form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #cddbe4;
  border-radius: 11px;
  outline: 0;
  background: #f5f8fa;
  color: var(--ink);
  font-size: 12px;
  transition: border .2s, box-shadow .2s;
}
.d360-field input:focus, .d360-field select:focus, .form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(49,104,255,.12); }
.return-toggle { grid-column: 2; display: flex; align-items: center; gap: 8px; margin-top: -3px; color: #526b7d; font-size: 10px; font-weight: 700; cursor: pointer; }
.return-toggle input { width: 17px; height: 17px; accent-color: var(--blue); }
.return-field { transition: opacity .2s; }
.return-field.is-disabled { opacity: .42; }
.return-field.is-disabled select { cursor: not-allowed; }
.d360-search-submit {
  grid-column: 1 / -1;
  min-height: 54px;
  margin-top: 7px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(100deg, var(--orange), var(--orange-2));
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 25px rgba(242,123,0,.19);
}
.search-trust { display: flex; justify-content: center; gap: 22px; padding: 15px; background: #edf3f7; color: #526b7d; font-size: 10px; }
.search-trust span { display: flex; align-items: center; gap: 6px; }
.search-trust i { color: var(--blue); }

/* Home content */
.d360-brand-strip { padding: 26px 0; background: #fff; }
.d360-brands { display: flex; justify-content: center; gap: 45px; flex-wrap: wrap; color: #9aabb7; font: 800 15px Manrope, sans-serif; }
.d360-section { padding: 105px 0; background: var(--paper); }
.d360-section.soft { background: var(--cream); }
.d360-section.dark { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.d360-section.dark::after { content: ''; position: absolute; width: 380px; height: 380px; right: -150px; bottom: -210px; border-radius: 50%; background: rgba(49,104,255,.22); }
.d360-section-head { display: grid; grid-template-columns: .45fr 1fr; gap: 30px; align-items: end; margin-bottom: 45px; text-align: left; max-width: none; }
.d360-section-head .rc-kicker { grid-row: 1 / 3; align-self: start; padding-top: 9px; }
.d360-section-head h2 { margin: 0; color: var(--ink); font: 800 clamp(38px, 4.2vw, 62px)/1 Manrope, sans-serif; letter-spacing: -.055em; }
.d360-section-head p { max-width: 600px; margin: 14px 0 0; color: var(--muted); line-height: 1.7; }
.d360-section.dark h2 { color: #fff; }
.d360-section.dark .d360-section-head p { color: #9eb5c6; }
.d360-filters { display: flex; justify-content: flex-end; gap: 7px; margin: -20px 0 26px; }
.d360-filter { padding: 9px 14px; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: var(--muted); font-size: 10px; font-weight: 800; cursor: pointer; }
.d360-filter.active { border-color: var(--ink); background: var(--ink); color: #fff; }
.d360-fleet { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.d360-card { overflow: hidden; position: relative; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 9px 25px rgba(9,25,37,.04); transition: transform .3s, box-shadow .3s; }
.d360-card::before { content: ''; position: absolute; z-index: 2; inset: 0 auto 0 0; width: 4px; background: linear-gradient(var(--blue), var(--orange)); opacity: 0; transition: opacity .3s; }
.d360-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-sm); }
.d360-card:hover::before { opacity: 1; }
.d360-card[hidden] { display: none; }
.d360-card-media { position: relative; height: 235px; overflow: hidden; background: linear-gradient(145deg, #e7eef3, #f8fafb); }
.d360-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.d360-card:hover img { transform: scale(1.045); }
.d360-stock, .d360-category { position: absolute; top: 14px; padding: 7px 10px; border-radius: 8px; font-size: 9px; font-weight: 800; }
.d360-stock { left: 14px; background: #ddf8e9; color: #107044; }
.d360-category { right: 14px; background: rgba(9,25,37,.87); color: #fff; }
.d360-card-body { padding: 21px; }
.d360-card h3 { margin: 0 0 4px; font-size: 20px; letter-spacing: -.025em; }
.d360-card-sub { color: #93a4b1; font-size: 10px; }
.d360-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 18px 0; }
.d360-spec { display: flex; align-items: center; gap: 8px; color: #526b7d; font-size: 10px; }
.d360-spec i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; background: var(--soft); color: var(--blue); }
.d360-card-features { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 17px; }
.d360-card-features span { padding: 5px 8px; border-radius: 6px; background: #fff6e3; color: #8b5b00; font-size: 9px; }
.d360-card-foot { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding-top: 16px; border-top: 1px solid var(--line); }
.d360-price strong { font: 800 22px Manrope, sans-serif; }
.d360-price small { display: block; color: #93a4b1; font-size: 9px; }
.d360-card-link { padding: 11px 14px; border-radius: 9px; background: var(--ink); color: #fff; font-size: 10px; font-weight: 800; text-decoration: none; }
.d360-more { margin-top: 32px; text-align: center; }
.rc-btn, .primary-button { min-height: 48px; padding: 0 20px; border: 0; border-radius: 11px; background: linear-gradient(100deg, var(--orange), var(--orange-2)); color: var(--ink); font-size: 12px; font-weight: 800; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; }
.rc-btn.dark, .dark-button { background: var(--ink); color: #fff; }
.d360-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.d360-step { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.d360-step-icon { position: relative; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 15px; background: var(--ink); color: #fff; font-size: 20px; }
.d360-step-icon b { position: absolute; top: -7px; right: -7px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: var(--ink); font-size: 9px; }
.d360-step h3 { margin: 18px 0 7px; font-size: 15px; }
.d360-step p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.d360-advantages { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.d360-advantage { padding: 27px; border: 1px solid rgba(255,255,255,.13); border-radius: 19px; background: rgba(255,255,255,.05); }
.d360-advantage i { color: var(--orange); font-size: 24px; }
.d360-advantage h3 { margin: 18px 0 8px; color: #fff; font-size: 15px; }
.d360-advantage p { margin: 0; color: #9eb5c6; font-size: 11px; line-height: 1.65; }
.d360-locations { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.d360-location { display: flex; align-items: center; gap: 12px; padding: 17px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.d360-location i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: #eaf0ff; color: var(--blue); }
.d360-location strong, .d360-location small { display: block; }
.d360-location strong { font-size: 12px; }
.d360-location small { margin-top: 3px; color: #93a4b1; font-size: 9px; }
.d360-reviews { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.d360-review { padding: 25px; border-radius: 18px; background: var(--soft); }
.d360-stars { color: var(--orange); letter-spacing: 2px; }
.d360-review p { color: #40596b; font-size: 11px; line-height: 1.7; }
.d360-reviewer { padding-top: 14px; border-top: 1px solid var(--line); font-size: 11px; font-weight: 800; }
.d360-reviewer small { display: block; margin-top: 3px; color: #93a4b1; font-weight: 500; }
.d360-cta { padding: 90px 0; text-align: center; background: linear-gradient(120deg, var(--blue), #183eb1); color: #fff; }
.d360-cta h2 { margin: 0 0 12px; font-size: clamp(35px,5vw,59px); letter-spacing: -.055em; }
.d360-cta p { max-width: 570px; margin: 0 auto 27px; color: #d9e3ff; line-height: 1.7; }

/* Shared content pages */
.page-hero { position: relative; overflow: hidden; padding: 156px 0 78px; background: linear-gradient(125deg, #061520, var(--navy) 60%, var(--navy-2)); color: #fff; }
.page-hero::after { content: ''; position: absolute; width: 390px; height: 390px; right: -120px; top: -210px; border-radius: 50%; background: rgba(49,104,255,.28); }
.page-hero h1 { max-width: 850px; margin: 12px 0 14px; color: #fff; font-size: clamp(39px,5.3vw,67px); line-height: 1.02; letter-spacing: -.06em; }
.page-hero p { max-width: 680px; margin: 0; color: #a9becd; line-height: 1.7; }
.content-section { padding: 82px 0; background: #fff; }
.content-section.soft { background: var(--cream); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-head h2 { margin: 7px 0 0; font-size: clamp(30px,4vw,47px); letter-spacing: -.045em; }
.section-head p { max-width: 520px; margin: 0; color: var(--muted); line-height: 1.65; }
.results-head { margin-top: 43px; }
.filter-panel, .surface-card { padding: 23px; border: 1px solid var(--line); border-radius: 19px; background: #fff; box-shadow: var(--shadow-sm); }
.filter-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; align-items: end; }
.form-field textarea { resize: vertical; }
.empty-state { padding: 48px; border: 1px dashed #bdcbd5; border-radius: 19px; background: #fff; text-align: center; }
.empty-icon { color: var(--orange); font-size: 35px; }
.detail-layout { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(330px,.78fr); gap: 24px; align-items: start; }
.vehicle-main-image { width: 100%; max-height: 570px; object-fit: cover; border-radius: 22px; background: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-top: 8px; }
.gallery-grid img { width: 100%; height: 110px; object-fit: cover; border-radius: 11px; }
.vehicle-info-card { margin-top: 22px; }
.vehicle-info-card h2, .surface-card h2 { margin: 7px 0 20px; letter-spacing: -.035em; }
.spec-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.spec-list span { padding: 11px; border-radius: 9px; background: var(--soft); color: #40596b; font-size: 11px; }
.spec-list i { color: var(--blue); }
.vehicle-description { margin-top: 22px; color: var(--muted); line-height: 1.75; }
.booking-card { position: sticky; top: 98px; }
.booking-price { display: flex; align-items: baseline; gap: 6px; }
.booking-price strong { font: 800 30px Manrope, sans-serif; }
.booking-price small { color: var(--muted); }
.availability-good { color: var(--green); font-weight: 700; }
.availability-bad { color: var(--red); font-weight: 700; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.form-grid .full { grid-column: 1/-1; }
.calendar-section { margin-top: 46px; }
.calendar-frame { display: block; width: 100%; height: 620px; border: 0; border-radius: 19px; background: #fff; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.about-layout p { color: var(--muted); line-height: 1.8; }
.check-list { list-style: none; margin: 20px 0 0; padding: 0; }
.check-list li { display: flex; align-items: center; gap: 9px; padding: 11px 0; border-bottom: 1px solid var(--line); color: #40596b; }
.check-list i { color: var(--green); }
.info-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.info-card { padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); }
.info-card > i { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; background: var(--ink); color: var(--orange); }
.info-card h3 { margin: 18px 0 8px; }
.info-card a { color: #40596b; text-decoration: none; }
.map-card { overflow: hidden; padding: 0; }
.map-card iframe { display: block; width: 100%; min-height: 560px; border: 0; }

/* Calendar */
.calendar-embed { background: var(--cream); }
.calendar-wrap { padding: 75px 0; background: var(--cream); }
.calendar-wrap.embedded { padding: 14px; }
.calendar-toolbar { display: grid; grid-template-columns: minmax(220px,1fr) 180px auto; gap: 12px; align-items: end; margin-bottom: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.calendar-legend { display: flex; justify-content: end; gap: 12px; padding-bottom: 13px; font-size: 9px; }
.calendar-legend .available { color: var(--green); }.calendar-legend .limited { color: var(--orange-2); }.calendar-legend .sold { color: var(--red); }
.calendar-surface { padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.calendar-surface h2 { margin: 0 0 14px; }
.calendar-scroll { overflow-x: auto; }
.calendar-grid { min-width: 610px; display: grid; grid-template-columns: repeat(7,1fr); gap: 5px; }
.calendar-weekday { padding: 9px; border-radius: 7px; background: var(--navy); color: #fff; text-align: center; font-size: 9px; font-weight: 800; }
.calendar-day { min-height: 76px; padding: 8px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.calendar-day b { display: block; }.calendar-day span { display: inline-block; margin-top: 15px; padding: 4px 6px; border-radius: 99px; background: #ddf8e9; color: #107044; font-size: 9px; font-weight: 700; }
.calendar-day.limited span { background: #fff0c7; color: #8b5b00; }.calendar-day.sold span { background: #ffe1de; color: #99251e; }.calendar-day.muted { opacity: .32; }

/* Footer */
.site-footer { padding: 65px 0 25px; background: #061520; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 42px; }
.footer-brand img { max-width: 158px; max-height: 58px; margin-bottom: 18px; filter: brightness(0) invert(1); }
.site-footer h4 { margin: 0 0 18px; color: #7690a3; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.site-footer p, .site-footer a { color: #9eb3c2; font-size: 11px; line-height: 1.7; }
.site-footer a { text-decoration: none; }.site-footer a:hover { color: var(--orange); }
.site-footer ul { list-style: none; margin: 0; padding: 0; }.site-footer li { margin: 9px 0; }
.footer-socials { display: flex; gap: 7px; margin-top: 17px; }.footer-socials a { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 10px; background: #102f4d; }
.footer-contact { display: flex; gap: 8px; align-items: flex-start; margin: 0 0 10px; }.footer-contact i { margin-top: 2px; color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 23px; border-top: 1px solid #18374e; color: #678094; font-size: 10px; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 80; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #fff; font-size: 27px; text-decoration: none; box-shadow: 0 13px 30px rgba(0,0,0,.24); }

@media (max-width: 1080px) {
  .site-menu { display: none; position: absolute; top: 78px; left: 24px; right: 24px; padding: 12px; border: 1px solid var(--line); border-radius: 0 0 16px 16px; background: #fff; box-shadow: var(--shadow-sm); }
  .site-menu.open { display: block; }
  .menu-toggle { display: block; }
  .site-phone { display: none; }
  .d360-hero-content { grid-template-columns: 1fr; text-align: center; }
  .d360-hero-copy, .d360-hero-visual, .d360-search { grid-column: 1; }
  .d360-hero-copy { padding: 20px 0 38px; }
  .d360-hero-visual { min-height: 430px; }
  .hero-actions { justify-content: center; }
  .hero-points { justify-content: center; }
  .d360-search { grid-row: auto; width: min(900px,100%); margin: 30px auto 0; text-align: left; }
  .d360-hero-lead { margin-inline: auto; }
  .d360-fleet { grid-template-columns: repeat(2,1fr); }
  .d360-advantages, .d360-locations { grid-template-columns: repeat(2,1fr); }
  .filter-grid { grid-template-columns: repeat(2,1fr); }
  .detail-layout { grid-template-columns: 1fr; }.booking-card { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .site-container, .rc-shell { width: calc(100% - 28px); }
  .site-header, .site-nav { height: 66px; }
  .site-logo { min-width: 0; margin-right: auto; }.site-logo img { max-width: 116px; }
  .language-menu { display: none; }.currency-menu select { width: 70px; }.site-book { width: 44px; padding: 0; justify-content: center; }.site-book span { display: none; }
  .site-menu { top: 66px; left: 14px; right: 14px; }
  .d360-hero { min-height: auto; padding: 106px 0 62px; }
  .d360-hero-content { display: block; }
  .d360-hero-copy { padding-bottom: 30px; text-align: left; }
  .d360-hero h1 { font-size: clamp(49px,15vw,68px); }
  .d360-hero-lead { font-size: 14px; }
  .hero-actions { justify-content: flex-start; align-items: stretch; }
  .hero-primary, .hero-secondary { flex: 1; padding-inline: 11px; }
  .hero-points { justify-content: flex-start; flex-wrap: wrap; }
  .d360-hero-visual { min-height: 360px; border-radius: 24px; }
  .fleet-liveboard { top: 14px; right: 14px; width: calc(100% - 28px); }
  .d360-search { margin-top: 22px; border-radius: 20px; }
  .d360-type-tab { height: 56px; }.d360-search-body { padding: 18px; }
  .d360-location-row { grid-template-columns: 1fr; }.return-toggle { grid-column: 1; }
  .d360-search-grid { grid-template-columns: 1fr 1fr; }
  .search-trust { justify-content: flex-start; gap: 18px; overflow-x: auto; }.search-trust span { white-space: nowrap; }
  .d360-brand-strip { display: none; }
  .d360-section { padding: 72px 0; }
  .d360-section-head { display: block; margin-bottom: 32px; }.d360-section-head h2 { margin-top: 10px; font-size: 39px; }.d360-section-head p { font-size: 13px; }
  .d360-filters { justify-content: flex-start; margin: 0 0 22px; overflow-x: auto; }
  .d360-fleet, .d360-steps, .d360-advantages, .d360-locations, .d360-reviews { grid-template-columns: 1fr; }
  .d360-card-media { height: 220px; }
  .page-hero { padding: 118px 0 62px; }.page-hero h1 { font-size: 42px; }
  .content-section { padding: 62px 0; }
  .section-head { display: block; }.section-head p { margin-top: 12px; }
  .filter-grid, .form-grid, .two-column, .info-grid { grid-template-columns: 1fr; }.form-grid .full { grid-column: auto; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); }.spec-list { grid-template-columns: 1fr 1fr; }
  .calendar-toolbar { grid-template-columns: 1fr 1fr; }.calendar-legend { grid-column: 1/-1; justify-content: flex-start; }.calendar-wrap { padding: 55px 0; }.calendar-wrap.embedded { padding: 8px; }.calendar-frame { height: 590px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }.footer-bottom { display: block; }.footer-bottom span { display: block; margin-top: 7px; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 52px; height: 52px; }
}

@media (max-width: 430px) {
  .currency-menu { display: none; }
  .d360-hero h1 { font-size: 47px; }
  .d360-search-grid { grid-template-columns: 1fr; }
  .d360-search-submit { grid-column: 1; }
  .spec-list { grid-template-columns: 1fr; }
}
