/* ==========================================================================
   Swift Rent a Car Malta — Design System
   Brand: Navy #004568 · Gold #F1C916
   ========================================================================== */

/* ---------- 1. Tokens ---------- */
:root {
  /* Brand */
  --navy-950: #001827;
  --navy-900: #00243a;
  --navy-800: #002f47;
  --navy-700: #004568;
  --navy-600: #0a5c85;
  --navy-500: #1b7aa8;

  --gold-700: #b78f00;
  --gold-600: #d4ac00;
  --gold-500: #f1c916;
  --gold-400: #f7d64a;
  --gold-200: #fbeeb4;
  --gold-050: #fdf8e4;

  /* Neutrals — warm, not clinical */
  --cream: #faf8f4;
  --sand: #f2eee6;
  --sand-dark: #e6e0d3;
  --ink: #0d1a24;
  --body: #46596a;
  --muted: #7b8b98;

  --line: rgba(0, 69, 104, 0.12);
  --line-soft: rgba(0, 69, 104, 0.07);
  --line-light: rgba(255, 255, 255, 0.14);

  /* Type */
  --font-display: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --font-serif: "Instrument Serif", Georgia, "Times New Roman", serif;

  /* Rhythm */
  --wrap: 1240px;
  --wrap-narrow: 940px;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --section-y: clamp(4.5rem, 9vw, 8.5rem);

  /* Radii */
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --r-pill: 999px;

  /* Elevation — tinted with brand navy, never neutral grey */
  --sh-sm: 0 1px 2px rgba(0, 36, 58, 0.06), 0 2px 6px rgba(0, 36, 58, 0.04);
  --sh-md: 0 4px 12px rgba(0, 36, 58, 0.07), 0 12px 28px rgba(0, 36, 58, 0.07);
  --sh-lg: 0 8px 24px rgba(0, 36, 58, 0.09), 0 28px 60px rgba(0, 36, 58, 0.12);
  --sh-xl: 0 16px 40px rgba(0, 36, 58, 0.14), 0 44px 100px rgba(0, 36, 58, 0.2);
  --sh-gold: 0 6px 16px rgba(180, 138, 0, 0.24), 0 16px 36px rgba(180, 138, 0, 0.18);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-io: cubic-bezier(0.65, 0, 0.35, 1);
  --nav-h: 78px;
}

/* ---------- 2. Reset ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 20px);
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--body);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-feature-settings: "kern" 1, "liga" 1, "cv11" 1;
}

img, svg, video { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; padding: 0; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  color: var(--ink);
  font-weight: 800;
  letter-spacing: -0.032em;
  line-height: 1.08;
  margin: 0;
  text-wrap: balance;
}
p { margin: 0; text-wrap: pretty; }

::selection { background: var(--gold-500); color: var(--navy-900); }

:focus-visible {
  outline: 2.5px solid var(--gold-500);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---------- 3. Layout ---------- */
.wrap {
  width: min(100% - (var(--gutter) * 2), var(--wrap));
  margin-inline: auto;
}
.wrap--narrow { width: min(100% - (var(--gutter) * 2), var(--wrap-narrow)); }

.section { padding-block: var(--section-y); position: relative; }
.section--tight { padding-block: clamp(3rem, 6vw, 5.5rem); }
.section--cream { background: var(--cream); }
.section--sand { background: var(--sand); }
.section--white { background: #fff; }

.section--navy {
  background: var(--navy-900);
  color: rgba(255, 255, 255, 0.72);
}
.section--navy h1,
.section--navy h2,
.section--navy h3,
.section--navy h4 { color: #fff; }

/* ---------- 4. Type utilities ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--navy-600);
  margin-bottom: 1.1rem;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--gold-500);
  border-radius: 2px;
}
.section--navy .eyebrow { color: var(--gold-500); }
.eyebrow--center { justify-content: center; }

.h-xl { font-size: clamp(2.6rem, 6.4vw, 4.7rem); }
.h-lg { font-size: clamp(2.1rem, 4.4vw, 3.4rem); }
.h-md { font-size: clamp(1.6rem, 2.6vw, 2.2rem); }
.h-sm { font-size: clamp(1.2rem, 1.7vw, 1.4rem); letter-spacing: -0.02em; }

.lede {
  font-size: clamp(1.06rem, 1.5vw, 1.2rem);
  line-height: 1.65;
  color: var(--body);
  max-width: 62ch;
}
.section--navy .lede { color: rgba(255, 255, 255, 0.72); }

.serif-accent {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.gold { color: var(--gold-500); }
.center { text-align: center; }
.center .lede,
.center .eyebrow { margin-inline: auto; }

.section-head { max-width: 720px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-head.center { margin-inline: auto; }

/* ---------- 5. Buttons ---------- */
.btn {
  --btn-bg: var(--navy-700);
  --btn-fg: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.95rem 1.75rem;
  border-radius: var(--r-pill);
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-family: var(--font-display);
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  border: 1px solid transparent;
  transition: transform 0.32s var(--ease), box-shadow 0.32s var(--ease),
    background-color 0.28s var(--ease), color 0.28s var(--ease),
    border-color 0.28s var(--ease);
  will-change: transform;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn svg { width: 17px; height: 17px; flex: none; }

.btn--gold {
  --btn-bg: var(--gold-500);
  --btn-fg: var(--navy-900);
  box-shadow: var(--sh-gold);
}
.btn--gold:hover { --btn-bg: var(--gold-400); box-shadow: 0 10px 24px rgba(180,138,0,.3), 0 22px 48px rgba(180,138,0,.22); }

.btn--navy { box-shadow: var(--sh-md); }
.btn--navy:hover { --btn-bg: var(--navy-800); box-shadow: var(--sh-lg); }

.btn--ghost {
  --btn-bg: transparent;
  --btn-fg: var(--ink);
  border-color: var(--line);
}
.btn--ghost:hover { --btn-bg: #fff; border-color: rgba(0,69,104,.24); box-shadow: var(--sh-md); }

.btn--ghost-light {
  --btn-bg: rgba(255, 255, 255, 0.06);
  --btn-fg: #fff;
  border-color: var(--line-light);
  backdrop-filter: blur(8px);
}
.btn--ghost-light:hover { --btn-bg: rgba(255, 255, 255, 0.13); border-color: rgba(255,255,255,.3); }

.btn--lg { padding: 1.1rem 2.1rem; font-size: 1rem; }
.btn--block { width: 100%; }

/* Text link with animated gold underline */
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.93rem;
  color: var(--navy-700);
  position: relative;
  padding-bottom: 3px;
}
.link-arrow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--gold-500);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.45s var(--ease);
}
.link-arrow:hover::after { transform: scaleX(1); transform-origin: left; }
.link-arrow svg { width: 15px; height: 15px; transition: transform 0.35s var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }
.section--navy .link-arrow { color: var(--gold-500); }

/* ---------- 6. Header / Nav ---------- */
.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 900;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  transition: background-color 0.4s var(--ease), box-shadow 0.4s var(--ease),
    height 0.4s var(--ease), border-color 0.4s var(--ease);
  border-bottom: 1px solid transparent;
}
.header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 24, 39, 0.55), transparent);
  opacity: 1;
  transition: opacity 0.4s var(--ease);
  pointer-events: none;
}
.header.is-stuck {
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom-color: var(--line-soft);
  box-shadow: 0 1px 24px rgba(0, 36, 58, 0.07);
  height: 68px;
}
.header.is-stuck::before { opacity: 0; }

/* Pages with a light hero start solid */
.header--solid {
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom-color: var(--line-soft);
}
.header--solid::before { opacity: 0; }

.nav {
  width: min(100% - (var(--gutter) * 2), var(--wrap));
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
}

.brand { display: flex; align-items: center; flex: none; }
.brand img {
  height: 44px;
  width: auto;
  transition: height 0.4s var(--ease), filter 0.4s var(--ease);
}
/* Logo is navy+gold: on dark hero, lift the navy to white */
.header:not(.is-stuck):not(.header--solid) .brand img {
  filter: brightness(0) saturate(100%) invert(1);
}
.header.is-stuck .brand img { height: 38px; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-left: auto;
}
.nav-links a {
  position: relative;
  padding: 0.55rem 0.95rem;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.88);
  border-radius: var(--r-pill);
  transition: color 0.28s var(--ease), background-color 0.28s var(--ease);
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold-500);
  transform: translate(-50%, 6px) scale(0);
  transition: transform 0.35s var(--ease);
}
.nav-links a:hover { color: #fff; background: rgba(255, 255, 255, 0.09); }
.nav-links a.is-active::after { transform: translate(-50%, 0) scale(1); }

.header.is-stuck .nav-links a,
.header--solid .nav-links a { color: var(--body); }
.header.is-stuck .nav-links a:hover,
.header--solid .nav-links a:hover { color: var(--navy-700); background: rgba(0, 69, 104, 0.06); }
.header.is-stuck .nav-links a.is-active,
.header--solid .nav-links a.is-active { color: var(--navy-700); }

.nav-actions { display: flex; align-items: center; gap: 0.85rem; flex: none; }

.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
  color: #fff;
  padding: 0.5rem 0.4rem;
  transition: color 0.28s var(--ease);
}
.nav-phone svg { width: 16px; height: 16px; color: var(--gold-500); }
.header.is-stuck .nav-phone,
.header--solid .nav-phone { color: var(--ink); }
.nav-phone:hover { color: var(--gold-500); }
.header.is-stuck .nav-phone:hover,
.header--solid .nav-phone:hover { color: var(--navy-700); }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: var(--r-pill);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line-light);
  flex: none;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: transform 0.4s var(--ease), opacity 0.3s var(--ease), background-color .4s var(--ease);
}
.header.is-stuck .nav-toggle,
.header--solid .nav-toggle { border-color: var(--line); }
.header.is-stuck .nav-toggle span,
.header--solid .nav-toggle span { background: var(--ink); }

body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; transform: scaleX(0); }
body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile drawer */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 890;
  background: var(--navy-900);
  padding: calc(var(--nav-h) + 2.5rem) var(--gutter) 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-14px);
  transition: opacity 0.42s var(--ease), transform 0.42s var(--ease), visibility 0.42s;
  overflow-y: auto;
}
body.nav-open .mobile-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.mobile-menu a.m-link {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu a.m-link span { color: var(--gold-500); font-size: 0.8rem; opacity: .6; }
.mobile-menu .m-foot { margin-top: auto; padding-top: 2rem; display: grid; gap: 0.8rem; }
.mobile-menu .m-foot .btn { width: 100%; }
.mobile-menu .m-contact { color: rgba(255,255,255,.6); font-size: .9rem; display: grid; gap: .3rem; }
.mobile-menu .m-contact a:hover { color: var(--gold-500); }

/* ---------- 7. Hero ---------- */
.hero {
  position: relative;
  min-height: min(100svh, 900px);
  display: flex;
  align-items: center;
  padding-top: calc(var(--nav-h) + clamp(2rem, 5vw, 4rem));
  padding-bottom: clamp(3rem, 7vw, 6rem);
  background:
    radial-gradient(120% 90% at 78% 12%, rgba(27, 122, 168, 0.5) 0%, transparent 58%),
    radial-gradient(90% 70% at 8% 92%, rgba(241, 201, 22, 0.13) 0%, transparent 60%),
    linear-gradient(160deg, var(--navy-800) 0%, var(--navy-950) 62%, #000d17 100%);
  color: rgba(255, 255, 255, 0.76);
  overflow: hidden;
  isolation: isolate;
}

/* Fine grid texture + grain for depth */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: radial-gradient(circle at 50% 40%, #000 20%, transparent 78%);
  -webkit-mask-image: radial-gradient(circle at 50% 40%, #000 20%, transparent 78%);
  z-index: -1;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  opacity: 0.4;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: -1;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
  width: 100%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.45rem 1rem 0.45rem 0.5rem;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line-light);
  backdrop-filter: blur(10px);
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.6rem;
}
.hero-badge b {
  background: var(--gold-500);
  color: var(--navy-900);
  padding: 0.22rem 0.6rem;
  border-radius: var(--r-pill);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.hero h1 {
  color: #fff;
  font-size: clamp(2.7rem, 5.6vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -0.042em;
  margin-bottom: 1.4rem;
}
.hero h1 em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--gold-500);
  letter-spacing: -0.02em;
}
.hero-sub {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.72);
  max-width: 50ch;
  margin-bottom: 2.2rem;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-bottom: 2.8rem; }

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(1.4rem, 3vw, 2.6rem);
  padding-top: 1.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}
.proof-item { display: flex; flex-direction: column; gap: 0.15rem; }
.proof-item .n {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.proof-item .l {
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
}
.stars { display: inline-flex; gap: 2px; color: var(--gold-500); }
.stars svg { width: 14px; height: 14px; }

/* Hero car visual */
.hero-visual { position: relative; }
.hero-car {
  position: relative;
  z-index: 2;
  width: 100%;
  filter: drop-shadow(0 40px 60px rgba(0, 0, 0, 0.55));
  animation: floatCar 7s ease-in-out infinite;
}
@keyframes floatCar {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-13px); }
}
.hero-visual::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 118%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(27, 122, 168, 0.42) 0%, transparent 62%);
  filter: blur(20px);
  z-index: 1;
}
/* Gold arc echoing the logo swoosh */
.hero-arc {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 108%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.85;
  pointer-events: none;
}

/* Floating spec chips over the car */
.spec-chip {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.95rem;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--line-light);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
}
.spec-chip svg { width: 15px; height: 15px; color: var(--gold-500); flex: none; }
.spec-chip--a { top: 4%; left: -2%; animation: floatCar 7s ease-in-out infinite 0.5s; }
.spec-chip--b { bottom: 12%; right: -1%; animation: floatCar 7s ease-in-out infinite 1.1s; }

/* ---------- 8. Booking bar ---------- */
.booking {
  position: relative;
  z-index: 20;
  margin-top: calc(clamp(3rem, 6vw, 5rem) * -1);
}
.booking-card {
  background: #fff;
  border-radius: var(--r-xl);
  box-shadow: var(--sh-xl);
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: clamp(1.4rem, 2.4vw, 1.9rem);
}
.booking-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.3rem;
}
.booking-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--ink);
  letter-spacing: -0.025em;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.booking-title svg { width: 19px; height: 19px; color: var(--gold-600); }
.booking-note {
  font-size: 0.82rem;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.booking-note svg { width: 15px; height: 15px; color: #16a34a; }

.booking-form {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr auto;
  gap: 0.75rem;
  align-items: end;
}
.field { display: flex; flex-direction: column; gap: 0.42rem; min-width: 0; }
.field label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--muted);
  padding-left: 0.15rem;
}
.field-input {
  position: relative;
  display: flex;
  align-items: center;
}
.field-input > svg {
  position: absolute;
  left: 0.95rem;
  width: 17px;
  height: 17px;
  color: var(--navy-600);
  pointer-events: none;
  z-index: 2;
}
.field select,
.field input {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  padding: 0.85rem 1rem 0.85rem 2.7rem;
  border-radius: var(--r-md);
  border: 1px solid var(--line);
  background: var(--cream);
  font-size: 0.93rem;
  font-weight: 600;
  color: var(--ink);
  font-family: var(--font-body);
  transition: border-color 0.25s var(--ease), background-color 0.25s var(--ease),
    box-shadow 0.25s var(--ease);
}
.field select { padding-right: 2.4rem; cursor: pointer; }
.field select:hover,
.field input:hover { border-color: rgba(0, 69, 104, 0.24); }
.field select:focus,
.field input:focus {
  outline: none;
  border-color: var(--navy-600);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(10, 92, 133, 0.1);
}
.field .chev {
  position: absolute;
  right: 1rem;
  width: 15px;
  height: 15px;
  color: var(--muted);
  pointer-events: none;
}
.field input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.booking-form .btn { height: 50px; padding-inline: 1.9rem; }

/* ---------- 9. Cards & grids ---------- */
.grid { display: grid; gap: clamp(1.1rem, 2vw, 1.6rem); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: clamp(1.5rem, 2.4vw, 2rem);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease),
    border-color 0.45s var(--ease);
  position: relative;
  overflow: hidden;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh-lg);
  border-color: rgba(0, 69, 104, 0.14);
}

/* Feature card */
.feature .f-icon {
  width: 54px;
  height: 54px;
  border-radius: var(--r-md);
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--navy-700), var(--navy-900));
  color: var(--gold-500);
  margin-bottom: 1.35rem;
  box-shadow: 0 8px 20px rgba(0, 47, 71, 0.22);
  transition: transform 0.45s var(--ease);
}
.feature .f-icon svg { width: 25px; height: 25px; }
.feature:hover .f-icon { transform: scale(1.07) rotate(-4deg); }
.feature h3 { font-size: 1.16rem; margin-bottom: 0.6rem; letter-spacing: -0.025em; }
.feature p { font-size: 0.94rem; line-height: 1.66; }
.feature::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-500), var(--gold-400));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--ease);
}
.feature:hover::after { transform: scaleX(1); }

/* ---------- 10. Fleet cards ---------- */
.fleet-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease),
    border-color 0.45s var(--ease);
}
.fleet-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-lg);
  border-color: rgba(0, 69, 104, 0.14);
}
.fleet-media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: linear-gradient(170deg, var(--sand) 0%, #fff 100%);
  display: grid;
  place-items: center;
  padding: 1.4rem;
  overflow: hidden;
}
.fleet-media::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 14%;
  width: 72%;
  height: 16px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(0, 36, 58, 0.2) 0%, transparent 70%);
  filter: blur(7px);
}
.fleet-media img {
  position: relative;
  max-height: 100%;
  width: auto;
  object-fit: contain;
  transition: transform 0.6s var(--ease);
  filter: drop-shadow(0 10px 18px rgba(0, 36, 58, 0.16));
}
.fleet-card:hover .fleet-media img { transform: scale(1.06) translateY(-3px); }

.fleet-tag {
  position: absolute;
  top: 0.95rem;
  left: 0.95rem;
  z-index: 2;
  padding: 0.32rem 0.75rem;
  border-radius: var(--r-pill);
  background: var(--navy-900);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.fleet-tag--gold { background: var(--gold-500); color: var(--navy-900); }

.fleet-body { padding: 1.35rem 1.45rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.fleet-name {
  font-family: var(--font-display);
  font-size: 1.22rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.fleet-group { font-size: 0.79rem; color: var(--muted); font-weight: 600; margin-top: 0.15rem; }

.fleet-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 1.05rem 0 1.3rem;
}
.spec {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.34rem 0.7rem;
  border-radius: var(--r-sm);
  background: var(--cream);
  border: 1px solid var(--line-soft);
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--body);
}
.spec svg { width: 14px; height: 14px; color: var(--navy-600); flex: none; }

.fleet-foot {
  margin-top: auto;
  padding-top: 1.15rem;
  border-top: 1px solid var(--line-soft);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}
.price { display: flex; align-items: baseline; gap: 0.25rem; }
.price .amt {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--navy-700);
  letter-spacing: -0.04em;
  line-height: 1;
}
.price .per { font-size: 0.8rem; color: var(--muted); font-weight: 600; }
.price-note { font-size: 0.72rem; color: var(--muted); margin-top: 0.28rem; }

.fleet-card .btn { padding: 0.72rem 1.25rem; font-size: 0.87rem; }

/* ---------- 11. Included / insurance panel ---------- */
.included-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}
.check-list { display: grid; gap: 0.9rem; margin-top: 2rem; }
.check-list li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  font-size: 0.97rem;
  line-height: 1.55;
}
.check-list .tick {
  flex: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(241, 201, 22, 0.16);
  color: var(--gold-500);
  margin-top: 1px;
}
.section--navy .check-list .tick { background: rgba(241, 201, 22, 0.14); }
.check-list .tick svg { width: 13px; height: 13px; stroke-width: 3; }
.check-list b { color: var(--ink); font-weight: 700; }
.section--navy .check-list b { color: #fff; }

/* Compare panel */
.compare {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line-light);
  border-radius: var(--r-xl);
  padding: clamp(1.6rem, 2.6vw, 2.2rem);
  backdrop-filter: blur(8px);
}
.compare-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 1rem;
  align-items: center;
  padding: 0.95rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.92rem;
}
.compare-row:last-child { border-bottom: 0; padding-bottom: 0; }
.compare-head {
  padding-bottom: 0.9rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
}
.compare-head span:nth-child(2) { color: var(--gold-500); }
.compare-col { width: 74px; text-align: center; flex: none; }
.mark { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; }
.mark svg { width: 13px; height: 13px; stroke-width: 3; }
.mark--yes { background: rgba(241, 201, 22, 0.18); color: var(--gold-500); }
.mark--no { background: rgba(255, 255, 255, 0.06); color: rgba(255, 255, 255, 0.3); }

/* ---------- 12. Steps ---------- */
.steps { counter-reset: step; display: grid; gap: clamp(1.1rem, 2vw, 1.6rem); }
.steps--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.steps--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.step {
  position: relative;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: clamp(1.6rem, 2.4vw, 2.1rem);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}
.step:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); }
.step-n {
  font-family: var(--font-display);
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 0.85;
  letter-spacing: -0.06em;
  color: transparent;
  -webkit-text-stroke: 1.6px rgba(0, 69, 104, 0.24);
  margin-bottom: 1.1rem;
  transition: color 0.45s var(--ease), -webkit-text-stroke-color 0.45s var(--ease);
}
.step:hover .step-n { color: var(--gold-500); -webkit-text-stroke-color: transparent; }
.step h3 { font-size: 1.16rem; margin-bottom: 0.55rem; }
.step p { font-size: 0.94rem; }

/* ---------- 13. Testimonials ---------- */
.rating-band {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(1rem, 3vw, 2.6rem);
  padding: 1.3rem clamp(1.4rem, 3vw, 2.4rem);
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-pill);
  box-shadow: var(--sh-md);
  width: fit-content;
  margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
}
.rating-band .big {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.04em;
  line-height: 1;
}
.rating-band .sep { width: 1px; height: 34px; background: var(--line); }
.rating-band .stars svg { width: 17px; height: 17px; }
.rb-item { display: flex; flex-direction: column; gap: 0.25rem; }
.rb-item .l { font-size: 0.78rem; color: var(--muted); font-weight: 600; }

.quote-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: clamp(1.6rem, 2.4vw, 2.1rem);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
  position: relative;
}
.quote-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); }
.quote-card .mark-q {
  font-family: var(--font-serif);
  font-size: 3.6rem;
  line-height: 0.7;
  color: var(--gold-500);
  opacity: 0.5;
  margin-bottom: 0.7rem;
}
.quote-card p {
  font-size: 0.99rem;
  line-height: 1.68;
  color: var(--body);
  flex: 1;
  margin-bottom: 1.5rem;
}
.q-author { display: flex; align-items: center; gap: 0.85rem; padding-top: 1.2rem; border-top: 1px solid var(--line-soft); }
.q-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--navy-700), var(--navy-900));
  color: var(--gold-500);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.95rem;
  flex: none;
}
.q-name { font-family: var(--font-display); font-weight: 700; color: var(--ink); font-size: 0.94rem; line-height: 1.3; }
.q-meta { font-size: 0.78rem; color: var(--muted); display: flex; align-items: center; gap: 0.35rem; }
.q-meta .stars svg { width: 12px; height: 12px; }

/* ---------- 14. Locations ---------- */
.loc-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: center; }
.loc-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.6rem; margin-top: 2rem; }
.loc-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.8rem 1rem;
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line-light);
  font-size: 0.89rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.86);
  transition: background-color 0.3s var(--ease), transform 0.3s var(--ease), border-color .3s var(--ease);
}
.loc-item:hover { background: rgba(255, 255, 255, 0.09); transform: translateX(4px); border-color: rgba(255,255,255,.26); }
.loc-item svg { width: 15px; height: 15px; color: var(--gold-500); flex: none; }

.malta-map { position: relative; display: grid; place-items: center; }
.malta-map svg { width: 100%; height: auto; overflow: visible; }
.malta-map .isl {
  fill: rgba(255, 255, 255, 0.05);
  stroke: rgba(241, 201, 22, 0.45);
  stroke-width: 1.4;
}
.map-pin { fill: var(--gold-500); transform-origin: center; }
.map-pin-halo { fill: var(--gold-500); opacity: 0.25; animation: ping 2.8s var(--ease-io) infinite; transform-origin: center; }
@keyframes ping {
  0% { transform: scale(0.6); opacity: 0.5; }
  70%, 100% { transform: scale(2.6); opacity: 0; }
}

/* ---------- 15. About split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split--rev .split-media { order: 2; }

.split-media { position: relative; }
.split-media img {
  width: 100%;
  border-radius: var(--r-xl);
  box-shadow: var(--sh-lg);
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.split-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--r-xl);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  pointer-events: none;
}
.media-badge {
  position: absolute;
  right: clamp(-0.5rem, -1vw, -1.5rem);
  bottom: clamp(-0.75rem, -2vw, -1.75rem);
  background: var(--gold-500);
  color: var(--navy-900);
  padding: 1.1rem 1.5rem;
  border-radius: var(--r-lg);
  box-shadow: var(--sh-lg);
  text-align: center;
  z-index: 3;
}
.media-badge .n {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}
.media-badge .l {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-top: 0.2rem;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2.4rem;
  padding-top: 2.2rem;
  border-top: 1px solid var(--line);
}
.stat .n {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--navy-700);
  letter-spacing: -0.045em;
  line-height: 1;
}
.stat .l { font-size: 0.8rem; color: var(--muted); margin-top: 0.35rem; font-weight: 600; line-height: 1.4; }

/* ---------- 16. FAQ ---------- */
.faq { max-width: 820px; margin-inline: auto; display: grid; gap: 0.7rem; }
.faq-item {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: box-shadow 0.4s var(--ease), border-color 0.4s var(--ease);
}
.faq-item.is-open { box-shadow: var(--sh-md); border-color: rgba(0, 69, 104, 0.16); }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.25rem 1.5rem;
  text-align: left;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--ink);
  letter-spacing: -0.02em;
  transition: color 0.3s var(--ease);
}
.faq-q:hover { color: var(--navy-700); }
.faq-icon {
  flex: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--cream);
  border: 1px solid var(--line-soft);
  transition: background-color 0.4s var(--ease), transform 0.4s var(--ease), border-color .4s var(--ease);
}
.faq-icon svg { width: 13px; height: 13px; color: var(--navy-700); transition: color .4s var(--ease); }
.faq-item.is-open .faq-icon { background: var(--gold-500); border-color: var(--gold-500); transform: rotate(45deg); }
.faq-item.is-open .faq-icon svg { color: var(--navy-900); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.45s var(--ease); }
.faq-item.is-open .faq-a { grid-template-rows: 1fr; }
.faq-a > div { overflow: hidden; }
.faq-a p {
  padding: 0 1.5rem 1.4rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--body);
  max-width: 68ch;
}

/* ---------- 17. CTA band ---------- */
.cta-band {
  position: relative;
  border-radius: var(--r-xl);
  padding: clamp(2.6rem, 5.5vw, 4.6rem) clamp(1.6rem, 4vw, 4rem);
  background:
    radial-gradient(90% 130% at 88% 8%, rgba(27, 122, 168, 0.55) 0%, transparent 55%),
    linear-gradient(140deg, var(--navy-800), var(--navy-950));
  color: rgba(255, 255, 255, 0.74);
  overflow: hidden;
  isolation: isolate;
  text-align: center;
  box-shadow: var(--sh-xl);
}
.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 50% 50%, #000 5%, transparent 72%);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 5%, transparent 72%);
  z-index: -1;
}
.cta-band h2 { color: #fff; margin-bottom: 1rem; }
.cta-band h2 em { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--gold-500); }
.cta-band .lede { margin-inline: auto; margin-bottom: 2.1rem; color: rgba(255, 255, 255, 0.7); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; justify-content: center; }

/* ---------- 18. Footer ---------- */
.footer {
  background: var(--navy-950);
  color: rgba(255, 255, 255, 0.6);
  padding-top: clamp(3.5rem, 7vw, 5.5rem);
  font-size: 0.92rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}
.footer-brand img { height: 46px; width: auto; margin-bottom: 1.35rem; filter: brightness(0) saturate(100%) invert(1); }
.footer-brand p { max-width: 34ch; line-height: 1.7; margin-bottom: 1.5rem; }
.footer h4 {
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1.3rem;
  font-family: var(--font-body);
}
.footer-links { display: grid; gap: 0.75rem; }
.footer-links a { transition: color 0.28s var(--ease), transform 0.28s var(--ease); display: inline-block; }
.footer-links a:hover { color: var(--gold-500); transform: translateX(3px); }

.f-contact { display: grid; gap: 1rem; }
.f-contact-item { display: flex; gap: 0.8rem; align-items: flex-start; }
.f-contact-item svg { width: 17px; height: 17px; color: var(--gold-500); flex: none; margin-top: 3px; }
.f-contact-item a:hover { color: var(--gold-500); }
.f-contact-item .k { color: #fff; font-weight: 600; display: block; }

.socials { display: flex; gap: 0.6rem; }
.social {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: background-color 0.3s var(--ease), transform 0.3s var(--ease), color 0.3s var(--ease), border-color .3s var(--ease);
}
.social svg { width: 17px; height: 17px; }
.social:hover { background: var(--gold-500); color: var(--navy-900); transform: translateY(-3px); border-color: var(--gold-500); }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding-block: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
}
.footer-bottom nav { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.footer-bottom a:hover { color: var(--gold-500); }

/* ---------- 19. Page hero (inner pages) ---------- */
.page-hero {
  position: relative;
  padding-top: calc(var(--nav-h) + clamp(3rem, 6vw, 5rem));
  padding-bottom: clamp(3rem, 6vw, 5rem);
  background:
    radial-gradient(100% 120% at 82% 0%, rgba(27, 122, 168, 0.42) 0%, transparent 58%),
    linear-gradient(160deg, var(--navy-800), var(--navy-950));
  color: rgba(255, 255, 255, 0.72);
  overflow: hidden;
  isolation: isolate;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: radial-gradient(circle at 60% 20%, #000 10%, transparent 72%);
  -webkit-mask-image: radial-gradient(circle at 60% 20%, #000 10%, transparent 72%);
  z-index: -1;
}
.page-hero h1 { color: #fff; margin-bottom: 1.1rem; }
.page-hero .lede { color: rgba(255, 255, 255, 0.72); }

.crumbs { display: flex; align-items: center; gap: 0.55rem; font-size: 0.82rem; color: rgba(255, 255, 255, 0.5); margin-bottom: 1.6rem; }
.crumbs a:hover { color: var(--gold-500); }
.crumbs svg { width: 13px; height: 13px; opacity: 0.55; }

/* ---------- 20. Filter pills ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; margin-bottom: clamp(2rem, 4vw, 3rem); }
.filter-pill {
  padding: 0.62rem 1.25rem;
  border-radius: var(--r-pill);
  border: 1px solid var(--line);
  background: #fff;
  font-family: var(--font-display);
  font-size: 0.87rem;
  font-weight: 700;
  color: var(--body);
  transition: all 0.3s var(--ease);
}
.filter-pill:hover { border-color: var(--navy-600); color: var(--navy-700); transform: translateY(-2px); }
.filter-pill.is-active {
  background: var(--navy-700);
  border-color: var(--navy-700);
  color: #fff;
  box-shadow: var(--sh-md);
}

/* ---------- 21. Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 0.85fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
.form-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-xl);
  padding: clamp(1.7rem, 3vw, 2.5rem);
  box-shadow: var(--sh-md);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-grid .full { grid-column: 1 / -1; }
.form-card .field input,
.form-card .field select,
.form-card .field textarea {
  padding: 0.9rem 1.05rem;
  width: 100%;
  appearance: none;
  border-radius: var(--r-md);
  border: 1px solid var(--line);
  background: var(--cream);
  font-family: var(--font-body);
  font-size: 0.94rem;
  font-weight: 500;
  color: var(--ink);
  transition: border-color 0.25s var(--ease), background-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.form-card .field textarea { resize: vertical; min-height: 130px; line-height: 1.6; }
.form-card .field input:focus,
.form-card .field select:focus,
.form-card .field textarea:focus {
  outline: none;
  border-color: var(--navy-600);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(10, 92, 133, 0.1);
}
.form-card .field label { color: var(--body); }

.info-card {
  background: linear-gradient(150deg, var(--navy-800), var(--navy-950));
  border-radius: var(--r-xl);
  padding: clamp(1.7rem, 3vw, 2.4rem);
  color: rgba(255, 255, 255, 0.7);
  box-shadow: var(--sh-lg);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.info-card h3 { color: #fff; margin-bottom: 1.6rem; font-size: 1.3rem; }
.info-list { display: grid; gap: 1.35rem; }
.info-item { display: flex; gap: 1rem; align-items: flex-start; }
.info-item .i-ico {
  width: 42px;
  height: 42px;
  border-radius: var(--r-md);
  display: grid;
  place-items: center;
  background: rgba(241, 201, 22, 0.14);
  color: var(--gold-500);
  flex: none;
}
.info-item .i-ico svg { width: 19px; height: 19px; }
.info-item .k { font-size: 0.73rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.45); font-weight: 700; margin-bottom: 0.25rem; }
.info-item .v { color: #fff; font-weight: 600; font-size: 0.98rem; line-height: 1.5; display: grid; }
.info-item .v a:hover { color: var(--gold-500); }

.map-embed {
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-lg);
  border: 1px solid var(--line-soft);
  aspect-ratio: 21 / 9;
  background: var(--sand);
}
.map-embed iframe { width: 100%; height: 100%; border: 0; display: block; filter: saturate(0.9); }

/* ---------- 22. Misc ---------- */
.notice {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 1.1rem 1.35rem;
  border-radius: var(--r-md);
  background: var(--gold-050);
  border: 1px solid rgba(241, 201, 22, 0.42);
  font-size: 0.9rem;
  color: #6b5500;
  line-height: 1.6;
}
.notice svg { width: 18px; height: 18px; color: var(--gold-600); flex: none; margin-top: 2px; }
.notice b { color: #52410a; }

.divider-wave { display: block; width: 100%; height: auto; }

/* Floating WhatsApp */
.wa-float {
  position: fixed;
  right: clamp(1rem, 3vw, 1.9rem);
  bottom: clamp(1rem, 3vw, 1.9rem);
  z-index: 800;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25d366;
  color: #fff;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4), 0 16px 40px rgba(0, 0, 0, 0.14);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.wa-float svg { width: 27px; height: 27px; }
.wa-float:hover { transform: scale(1.08) translateY(-2px); box-shadow: 0 12px 28px rgba(37, 211, 102, 0.5), 0 22px 50px rgba(0, 0, 0, 0.18); }

/* ---------- 23. Scroll reveal ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.85s var(--ease), transform 0.85s var(--ease);
  transition-delay: var(--d, 0ms);
}
[data-reveal].is-in { opacity: 1; transform: none; }

/* ---------- 24. Responsive ---------- */
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-sub { margin-inline: auto; }
  .hero-cta, .hero-proof { justify-content: center; }
  .hero .eyebrow, .hero-badge { justify-content: center; }
  .hero-visual { max-width: 620px; margin-inline: auto; order: -1; }
  .booking-form { grid-template-columns: 1fr 1fr; }
  .booking-form .btn { grid-column: 1 / -1; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .nav-links, .nav-phone { display: none; }
  .nav-toggle { display: flex; }
  .included-grid, .loc-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .split--rev .split-media { order: 0; }
  .grid-3, .steps--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .media-badge { right: 1rem; bottom: -1rem; }
}

@media (max-width: 640px) {
  :root { --nav-h: 68px; }
  .grid-2, .grid-3, .grid-4, .steps--3, .steps--2 { grid-template-columns: 1fr; }
  .booking-form { grid-template-columns: 1fr; }
  .booking { margin-top: -2rem; }
  .loc-list { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; gap: 1.2rem; text-align: left; }
  .footer-grid { grid-template-columns: 1fr; }
  .rating-band { border-radius: var(--r-lg); width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .compare-row { grid-template-columns: 1fr auto auto; font-size: 0.85rem; }
  .compare-col { width: 56px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .hero-proof { gap: 1.4rem 1.8rem; }
  .spec-chip--a { left: 0; top: 0; }
  .spec-chip--b { right: 0; bottom: 6%; }
}

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

@media print {
  .header, .wa-float, .mobile-menu, .booking { display: none !important; }
  body { background: #fff; }
}
