/* ============================================================
   HZPrestige — Refined Premium Stylesheet
   Typography: Plus Jakarta Sans (body/headings) + Fraunces (serif accent)
   ============================================================ */

:root {
  --bg: #ffffff;
  --soft: #f6f8fb;
  --soft-2: #eef2f7;
  --line: #e3e9f1;
  --line-soft: #eef2f7;
  --text: #0d1524;
  --text-2: #253145;
  --muted: #5b6879;
  --muted-2: #8794a5;
  --dark: #071126;
  --navy: #0b1a33;
  --green: #0f9f79;
  --green-2: #0a8968;
  --gold: #d4a23a;
  --gold-2: #b78823;
  --gold-soft: #faf1d9;
  --accent: #0f9f79;
  --shadow-sm: 0 1px 2px rgba(13, 21, 36, .04), 0 2px 6px rgba(13, 21, 36, .04);
  --shadow: 0 2px 4px rgba(13, 21, 36, .03), 0 12px 28px rgba(13, 21, 36, .06);
  --shadow-lg: 0 4px 8px rgba(13, 21, 36, .04), 0 24px 56px rgba(13, 21, 36, .10);
  --radius: 16px;
  --radius-lg: 22px;
  --radius-xl: 26px;
  --serif: "Fraunces", "Times New Roman", Georgia, serif;
  --sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --transition: 180ms cubic-bezier(.4, 0, .2, 1);
  --transition-slow: 320ms cubic-bezier(.4, 0, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
button { font-family: inherit; }

.container { width: min(1220px, calc(100% - 40px)); margin: 0 auto; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -.02em;
  box-shadow: 0 4px 12px rgba(15, 159, 121, .22);
}
.brand-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.02em;
  color: var(--navy);
}
.brand-subtitle {
  font-family: var(--serif);
  font-style: italic;
  font-size: 12px;
  letter-spacing: .01em;
  color: var(--muted);
  font-weight: 400;
  margin-top: 3px;
}
.site-nav { display: flex; gap: 26px; font-weight: 500; color: var(--text-2); font-size: 14.5px; }
.site-nav a { position: relative; transition: color var(--transition); }
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1.5px;
  background: var(--gold);
  transition: width var(--transition);
}
.site-nav a:hover { color: var(--navy); }
.site-nav a:hover::after { width: 100%; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  padding: 12px 22px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -.01em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all var(--transition);
  text-align: center;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-gold {
  background: var(--gold);
  color: #1a1305;
  box-shadow: 0 4px 14px rgba(212, 162, 58, .28);
}
.btn-gold:hover { background: var(--gold-2); box-shadow: 0 6px 18px rgba(212, 162, 58, .35); }
.btn-small { padding: 10px 18px; font-size: 14px; }
.btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(6px);
}
.btn-outline:hover { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .36); }
.btn-dark {
  background: var(--navy);
  color: #fff;
  border: none;
}
.btn-dark:hover { background: #102547; }
.btn-outline-dark {
  background: #fff;
  color: var(--navy);
  border: 1px solid var(--line);
}
.btn-outline-dark:hover { background: var(--soft); border-color: #cfd7e3; }
.full-width { width: 100%; }
.btn[disabled] { opacity: .6; cursor: not-allowed; transform: none; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1517479149777-5f3b1511d5ad?q=80&w=2000&auto=format&fit=crop') center/cover no-repeat;
  transform: scale(1.05);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 17, 38, .94) 0%, rgba(7, 17, 38, .78) 45%, rgba(7, 17, 38, .48) 100%),
    radial-gradient(ellipse at top left, rgba(212, 162, 58, .12) 0%, transparent 50%);
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: 48px;
  align-items: center;
  padding: 80px 0 90px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  color: #ecd593;
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow.dark {
  background: var(--gold-soft);
  border-color: #f0e0b5;
  color: #8a6312;
}

.hero h1 {
  font-size: 46px;
  line-height: 1.06;
  letter-spacing: -.025em;
  margin: 18px 0 0;
  font-weight: 700;
  max-width: 720px;
}
.hero h1 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: #ecd593;
}
.hero-text {
  max-width: 640px;
  font-size: 16.5px;
  line-height: 1.7;
  color: #c9d2e0;
  margin-top: 18px;
  font-weight: 400;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 30px;
}
.benefit {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 13px;
  color: #dae2ee;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 8px;
}
.benefit::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

/* ---------- Quote Card (Form) ---------- */
.quote-card {
  background: #fff;
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 32px 80px rgba(7, 17, 38, .42), 0 2px 4px rgba(7, 17, 38, .06);
  color: var(--text);
  max-width: 480px;
  justify-self: end;
  width: 100%;
}
.quote-card h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--navy);
}
.quote-card h2 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--gold-2);
}
.quote-card > p {
  margin: 8px 0 22px;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.55;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 12px; position: relative; }
label {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-2);
  letter-spacing: -.005em;
}
.quote-card input,
.quote-card select,
.quote-card textarea {
  width: 100%;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font: inherit;
  font-size: 14.5px;
  background: #fff;
  color: var(--text);
  transition: border-color var(--transition), box-shadow var(--transition);
  font-family: var(--sans);
}
.quote-card input:focus,
.quote-card select:focus,
.quote-card textarea:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(15, 159, 121, .12);
}
.quote-card textarea { min-height: 78px; resize: vertical; }
.quote-card input::placeholder { color: #98a4b5; }

/* Pickup / Destination with icon + action button */
.input-with-icon { position: relative; }
.input-with-icon input {
  padding-left: 36px !important;
  padding-right: 42px !important;
}
.input-leading-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  color: var(--muted);
  pointer-events: none;
}
.input-leading-icon svg { width: 100%; height: 100%; display: block; }
.input-action {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: none;
  background: var(--soft);
  color: var(--green-2);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
}
.input-action:hover { background: #e6f4ef; color: var(--green); }
.input-action:active { transform: translateY(-50%) scale(.94); }
.input-action svg { width: 15px; height: 15px; stroke-width: 2; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }
.input-action.is-loading svg { animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Google Places custom dropdown */
.places-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  z-index: 50;
  overflow: hidden;
  display: none;
  max-height: 280px;
  overflow-y: auto;
}
.places-dropdown.is-open { display: block; animation: fadeSlide 160ms ease-out; }
@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}
.places-item {
  padding: 10px 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  border-bottom: 1px solid var(--line-soft);
  transition: background var(--transition);
  font-size: 14px;
  line-height: 1.4;
}
.places-item:last-child { border-bottom: none; }
.places-item:hover,
.places-item.is-active {
  background: var(--soft);
}
.places-item-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  color: var(--green);
  margin-top: 3px;
}
.places-item-icon svg { width: 100%; height: 100%; stroke: currentColor; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.places-item-text { flex: 1; min-width: 0; }
.places-item-main {
  font-weight: 600;
  color: var(--navy);
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.places-item-main b {
  font-weight: 700;
  color: var(--green-2);
}
.places-item-sub {
  font-size: 12.5px;
  color: var(--muted);
  margin-top: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.places-item--current {
  background: #fcf9ef;
  border-bottom: 1px solid #f0e0b5;
  font-weight: 600;
}
.places-item--current .places-item-icon { color: var(--gold-2); }
.places-item--empty {
  padding: 14px;
  color: var(--muted);
  font-size: 13.5px;
  text-align: center;
  cursor: default;
}
.places-item--empty:hover { background: #fff; }
.places-attribution {
  padding: 8px 14px;
  font-size: 11px;
  color: var(--muted-2);
  background: var(--soft);
  border-top: 1px solid var(--line-soft);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  letter-spacing: .01em;
}

.notice {
  background: #fdf6e3;
  color: #7a6014;
  border: 1px solid #f3e3ad;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 12.5px;
  line-height: 1.5;
  margin-bottom: 12px;
}

/* ---------- Sections ---------- */
.section { padding: 84px 0; }
.section-soft { background: var(--soft); }
.section-head { max-width: 720px; margin-bottom: 36px; }
.section-head h2 {
  font-size: 36px;
  line-height: 1.1;
  margin: 12px 0 10px;
  font-weight: 700;
  letter-spacing: -.025em;
  color: var(--navy);
}
.section-head h2 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--gold-2);
}
.section-head p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: #d5ddea;
}

/* Services */
.service-card { padding: 24px; position: relative; }
.service-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0d1a33, #091429);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.service-icon svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
  stroke-width: 1.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pill {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  color: var(--muted);
  text-transform: uppercase;
}
.service-card h3 {
  font-size: 19px;
  line-height: 1.25;
  margin: 0 0 8px;
  font-weight: 700;
  letter-spacing: -.015em;
  color: var(--navy);
}
.service-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 14.5px;
}

/* City cards */
.city-card { overflow: hidden; display: block; }
.city-card-media {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.city-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease;
}
.city-card:hover .city-card-media img { transform: scale(1.06); }
.city-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 17, 38, 0) 40%, rgba(7, 17, 38, .28) 100%);
}
.city-card-body { padding: 18px 20px 20px; }
.city-card h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.015em;
  color: var(--navy);
}
.city-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}

/* Reviews */
.review-card { padding: 22px; }
.stars {
  display: flex;
  gap: 3px;
  margin-bottom: 12px;
}
.stars svg {
  width: 15px;
  height: 15px;
  fill: var(--gold);
  stroke: #b78823;
  stroke-width: .4;
}
.review-card p {
  margin: 0;
  color: var(--text-2);
  line-height: 1.65;
  font-size: 14.5px;
}
.review-author {
  margin-top: 14px;
  font-weight: 700;
  font-size: 15px;
  color: var(--navy);
  letter-spacing: -.01em;
}
.review-author small {
  display: block;
  font-size: 12.5px;
  color: var(--muted);
  font-weight: 500;
  margin-top: 2px;
  font-family: var(--serif);
  font-style: italic;
}

/* FAQ */
.faq-list { display: grid; gap: 12px; }
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 18px 22px;
  box-shadow: var(--shadow-sm);
  transition: border-color var(--transition);
}
.faq-item[open] { border-color: #cfd7e3; }
.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 15.5px;
  list-style: none;
  position: relative;
  padding-right: 36px;
  color: var(--navy);
  letter-spacing: -.01em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid var(--muted);
  border-bottom: 1.5px solid var(--muted);
  transform: translateY(-70%) rotate(45deg);
  transition: transform var(--transition);
}
.faq-item[open] summary::after {
  transform: translateY(-30%) rotate(-135deg);
}
.faq-item p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.7;
}

/* Security */
.security-card { padding: 22px; }
.security-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.security-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #e8f5f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.security-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--green);
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.security-card h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--navy);
  line-height: 1.3;
}
.security-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}

/* Contact */
.contact-box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  background:
    radial-gradient(ellipse at top right, rgba(212, 162, 58, .18) 0%, transparent 55%),
    linear-gradient(135deg, #0b1a33, #091429);
  padding: 36px;
  border-radius: 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.contact-box h2 {
  font-size: 30px;
  line-height: 1.15;
  margin: 10px 0;
  font-weight: 700;
  letter-spacing: -.022em;
}
.contact-box h2 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: #ecd593;
}
.contact-box p {
  max-width: 640px;
  color: #b8c3d4;
  font-size: 15.5px;
  line-height: 1.65;
}
.contact-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.contact-list {
  display: grid;
  gap: 10px;
  min-width: 300px;
}
.contact-list div {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .10);
  padding: 13px 16px;
  border-radius: 12px;
  font-size: 14px;
  color: #d4dcea;
}
.contact-list a { color: #fff; transition: color var(--transition); }
.contact-list a:hover { color: var(--gold); }

/* Footer */
.site-footer {
  background: #071126;
  color: #b8c3d4;
  padding: 56px 0 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr .8fr;
  gap: 32px;
}
.footer-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 4px;
}
.footer-tag {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  color: var(--gold);
  margin-top: 2px;
  display: block;
}
.site-footer > .container > .footer-grid > div > p {
  font-size: 14px;
  line-height: 1.65;
  margin-top: 14px;
}
.footer-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 14px;
}
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 8px 0; font-size: 14px; }
.site-footer li a { transition: color var(--transition); }
.site-footer li a:hover { color: var(--gold); }
.footer-company {
  margin-top: 16px;
  color: #8b98ac;
  font-size: 13px;
  line-height: 1.55;
}
.footer-company strong {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 2px;
  font-weight: 600;
}
.copyright {
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .06);
  font-size: 13px;
  color: #7a87a0;
}

/* WhatsApp floating */
.wa-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .4), 0 2px 8px rgba(37, 211, 102, .2);
  z-index: 1100;
  transition: transform var(--transition), box-shadow var(--transition);
}
.wa-float:hover {
  transform: scale(1.06);
  box-shadow: 0 10px 28px rgba(37, 211, 102, .5);
}

/* City hero */
.city-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.city-hero-media {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
}
.city-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 17, 38, .9) 0%, rgba(7, 17, 38, .65) 50%, rgba(7, 17, 38, .42) 100%);
}
.city-hero-inner {
  position: relative;
  z-index: 1;
  padding: 76px 0 52px;
}
.city-hero h1 {
  font-size: 42px;
  line-height: 1.08;
  margin: 14px 0 12px;
  font-weight: 700;
  letter-spacing: -.025em;
  max-width: 880px;
}
.city-hero h1 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: #ecd593;
}
.city-hero p {
  max-width: 800px;
  font-size: 16.5px;
  color: #c9d2e0;
  line-height: 1.65;
}
.city-layout {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 22px;
  padding: 44px 0 80px;
}
.content-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  padding: 28px;
}
.content-card h2 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 12px;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--navy);
}
.content-card p,
.content-card li {
  font-size: 15px;
  color: var(--text-2);
  line-height: 1.7;
}

/* Policy pages */
.policy-wrap { padding: 56px 0; }
.policy-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  padding: 36px;
}
.policy-card h1 {
  font-size: 34px;
  line-height: 1.12;
  margin: 0 0 14px;
  font-weight: 700;
  letter-spacing: -.025em;
  color: var(--navy);
}
.policy-card h2 {
  font-size: 21px;
  margin: 28px 0 10px;
  font-weight: 700;
  letter-spacing: -.018em;
  color: var(--navy);
}
.policy-card p,
.policy-card li {
  font-size: 15px;
  color: var(--text-2);
  line-height: 1.75;
}

/* Form actions */
.form-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 6px;
}
.form-status {
  display: none;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 13.5px;
  line-height: 1.55;
}
.form-status.is-visible { display: block; }
.form-status.is-success { background: #ebf8f3; border: 1px solid #b5e4d2; color: #0b6246; }
.form-status.is-warning { background: #fef5ec; border: 1px solid #f6c894; color: #8a4a0d; }

.hp-field { position: absolute; left: -9999px; opacity: 0; pointer-events: none; height: 0; width: 0; }

/* Trust strip */
.trust-strip { padding: 28px 0 8px; }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  align-items: stretch;
}
.trust-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: var(--shadow-sm);
}
.trust-card--featured {
  background: linear-gradient(135deg, #0b1a33, #091429);
  color: #fff;
  border-color: rgba(255, 255, 255, .08);
}
.trust-brand {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: var(--navy);
}
.trust-card--featured .trust-brand { color: #fff; }
.trust-rating {
  font-size: 17px;
  letter-spacing: 1px;
  color: var(--gold);
  margin: 6px 0 4px;
}
.trust-meta {
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
}
.trust-card--featured .trust-meta { color: #b8c3d4; }

/* Reviews carousel */
.section-head-flex {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.reviews-summary {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  min-width: 280px;
}
.reviews-score {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: var(--navy);
  letter-spacing: -.02em;
}
.reviews-score span {
  font-size: 15px;
  color: var(--muted);
  font-weight: 500;
}
.reviews-summary strong {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--navy);
}
.reviews-summary small {
  display: block;
  color: var(--muted);
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.45;
}
.reviews-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 0 0 16px;
}
.reviews-counter {
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
}
.slider-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-sm);
  font-size: 22px;
  line-height: 1;
  color: var(--navy);
  cursor: pointer;
  transition: all var(--transition);
}
.slider-btn:hover { background: var(--soft); transform: translateY(-1px); }
.reviews-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(33.333% - 14px);
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 8px;
}
.reviews-carousel::-webkit-scrollbar { height: 6px; }
.reviews-carousel::-webkit-scrollbar-thumb { background: #cfd7e3; border-radius: 999px; }
.review-card-compact {
  scroll-snap-align: start;
  padding: 20px;
  min-height: 210px;
}
.review-card-compact p {
  font-size: 14.5px;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.review-card-compact .review-author { font-size: 15px; }
.review-card-compact .review-author small { font-size: 12.5px; }

/* SEO intro */
.seo-intro-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
}
.seo-feature { padding: 24px; }
.seo-feature h3 {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -.01em;
}
.seo-feature ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 14.5px;
}
.seo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.seo-links a {
  display: inline-flex;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
  background: #fff;
  font-size: 13.5px;
  transition: all var(--transition);
}
.seo-links a:hover {
  border-color: var(--green);
  color: var(--green);
  transform: translateY(-1px);
}

/* City pages extras */
.breadcrumbs {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.breadcrumbs a { color: var(--muted); }
.breadcrumbs a:hover { color: var(--green); }
.city-cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.city-section { margin-top: 26px; }
.city-section h2 { margin-bottom: 8px; font-size: 20px; }
.route-list,
.benefit-list {
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.8;
  font-size: 14.5px;
  margin: 0;
}
.city-grid-two {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 22px;
}
.mini-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.mini-links a {
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  font-weight: 500;
  font-size: 13px;
  transition: all var(--transition);
}
.mini-links a:hover {
  color: var(--green);
  border-color: var(--green);
}

/* ---------- Responsive ---------- */
@media (max-width: 1200px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
    gap: 32px;
    padding: 64px 0 72px;
  }
  .hero h1 { font-size: 40px; }
  .section { padding: 72px 0; }
  .section-head h2 { font-size: 32px; }
  .contact-box h2 { font-size: 26px; }
  .city-hero h1 { font-size: 38px; }
}

@media (max-width: 1100px) {
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .section-head-flex { flex-direction: column; align-items: flex-start; }
  .reviews-summary { width: 100%; }
  .reviews-carousel { grid-auto-columns: calc(50% - 10px); }
  .seo-intro-grid,
  .city-grid-two,
  .footer-grid,
  .city-layout { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 980px) {
  .nav-wrap { gap: 14px; flex-wrap: wrap; }
  .site-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    order: 3;
    width: 100%;
    justify-content: center;
    font-size: 13.5px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 52px 0 60px;
  }
  .quote-card { justify-self: stretch; max-width: none; }
  .hero h1 { font-size: 36px; }
  .hero-text { font-size: 15.5px; }
  .section-head h2 { font-size: 28px; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .section { padding: 60px 0; }
  .contact-box { grid-template-columns: 1fr; }
  .contact-list { min-width: 0; }
  .city-hero h1 { font-size: 32px; }
}

@media (max-width: 760px) {
  body { overflow-x: hidden; }
  .container { width: min(100% - 28px, 1220px); }
  .nav-wrap { padding: 12px 0; align-items: flex-start; }
  .brand { gap: 10px; }
  .brand-mark { width: 38px; height: 38px; border-radius: 10px; font-size: 15px; }
  .brand-name { font-size: 18px; }
  .brand-subtitle { font-size: 11px; }
  .site-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 2px;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .site-nav::-webkit-scrollbar { display: none; }
  .site-nav a {
    padding: 7px 11px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    font-size: 12.5px;
    flex: 0 0 auto;
  }
  .site-nav a::after { display: none; }
  .btn-small { padding: 9px 14px; font-size: 13px; }
  .hero-grid { padding: 34px 0 28px; gap: 22px; }
  .hero h1 { font-size: 28px; line-height: 1.14; }
  .hero-text { font-size: 15px; margin-top: 14px; }
  .hero-actions,
  .contact-actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .btn { width: 100%; }
  .benefits { grid-template-columns: 1fr; gap: 8px; margin-top: 22px; }
  .benefit { padding: 11px 13px; font-size: 12.5px; }
  .quote-card { padding: 18px; border-radius: 18px; }
  .quote-card h2 { font-size: 22px; }
  .quote-card > p { font-size: 14px; margin-bottom: 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-group { margin-bottom: 11px; }
  .quote-card input,
  .quote-card select,
  .quote-card textarea {
    padding: 11px 12px;
    font-size: 15px;
  }
  .form-actions { grid-template-columns: 1fr; gap: 8px; }
  .section { padding: 48px 0; }
  .section-head { margin-bottom: 24px; }
  .section-head h2,
  .contact-box h2,
  .content-card h2,
  .policy-card h1 { font-size: 24px; line-height: 1.18; }
  .section-head p,
  .contact-box p,
  .content-card p,
  .policy-card p,
  .policy-card li { font-size: 14.5px; line-height: 1.65; }
  .grid-4,
  .grid-3,
  .trust-grid,
  .seo-intro-grid,
  .city-grid-two,
  .footer-grid,
  .city-layout { grid-template-columns: 1fr; }
  .service-card,
  .review-card,
  .security-card,
  .content-card,
  .policy-card,
  .city-card,
  .faq-item,
  .trust-card { border-radius: 18px; }
  .service-card { padding: 20px; }
  .service-icon { width: 46px; height: 46px; border-radius: 12px; }
  .service-card h3,
  .security-card h3,
  .city-card h3 { font-size: 16px; }
  .city-card-media { height: 170px; }
  .review-card-compact { min-height: 0; padding: 18px; }
  .review-card-compact p { -webkit-line-clamp: 5; }
  .faq-item { padding: 16px 18px; }
  .faq-item summary { font-size: 15px; }
  .contact-box { padding: 24px; border-radius: 20px; }
  .reviews-summary { min-width: 0; padding: 12px 14px; }
  .reviews-score { font-size: 26px; }
  .reviews-carousel { grid-auto-columns: 86%; }
  .slider-btn { width: 38px; height: 38px; font-size: 20px; }
  .city-hero-inner { padding: 50px 0 32px; }
  .city-hero h1 { font-size: 26px; }
  .city-hero p { font-size: 15px; }
  .content-card { padding: 22px; }
  .policy-wrap { padding: 36px 0; }
  .policy-card { padding: 22px; }
  .site-footer { padding: 40px 0 18px; }
  .footer-title { font-size: 20px; }
  .copyright { margin-top: 22px; padding-top: 16px; font-size: 12.5px; }
  .wa-float { width: 52px; height: 52px; right: 16px; bottom: 16px; font-size: 22px; }
  .places-dropdown { max-height: 240px; }
}

@media (max-width: 420px) {
  .container { width: min(100% - 20px, 1220px); }
  .hero h1 { font-size: 25px; }
  .quote-card h2,
  .section-head h2,
  .contact-box h2,
  .content-card h2,
  .policy-card h1 { font-size: 22px; }
  .site-nav a { font-size: 12px; padding: 6px 10px; }
  .brand-name { font-size: 17px; }
  .city-card-media { height: 150px; }
}

/* Accessibility */
*:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 2px;
  border-radius: 4px;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
}
