/* Chiller Van Services - unified stylesheet */
/* Edit here for sitewide style changes */

/* Chiller Van Services - unified stylesheet */

/* Edit here for sitewide style changes */

/* ============================================
   THEME VARIABLES — override Bootstrap with brand
   ============================================ */

:root {
  /* Brand palette */
  --ink: #0A0F1C;
  --ink-2: #1E293B;
  --paper: #FAFAFA;
  --paper-2: #F1F5F9;
  --line: #E5E7EB;
  --muted: #64748B;
  --brand: #06B6D4;
  --brand-soft: #67E8F9;
  --brand-glow: #22D3EE;
  --brand-deep: #0E7490;
  --ember: #F97316;
  --ember-2: #EA580C;

  /* Fonts */
  --f: 'Outfit', system-ui, sans-serif;
  --fm: 'JetBrains Mono', ui-monospace, monospace;

  /* Bootstrap overrides */
  --bs-body-font-family: var(--f);
  --bs-body-color: var(--ink);
  --bs-body-bg: var(--paper);
  --bs-primary: var(--ember);
  --bs-primary-rgb: 249, 115, 22;
  --bs-link-color: var(--brand-deep);
  --bs-link-hover-color: var(--brand);
  --bs-border-radius: 12px;
  --bs-border-radius-sm: 8px;
  --bs-border-radius-lg: 20px;
}
body { font-family: var(--f); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
/* ============================================
   BUTTONS — override Bootstrap btn classes
   ============================================ */

.btn { border-radius: 999px; font-weight: 600; padding: 14px 24px; transition: transform .2s, box-shadow .2s, background-color .2s; display: inline-flex; align-items: center; gap: 8px; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--ember); border-color: var(--ember); color: #fff; box-shadow: 0 6px 16px rgba(249,115,22,.22); }
.btn-primary:hover, .btn-primary:focus { background: var(--ember-2); border-color: var(--ember-2); color: #fff; box-shadow: 0 8px 20px rgba(249,115,22,.28); }
.btn-dark-custom { background: var(--ink); color: #fff; }
.btn-dark-custom:hover { background: var(--ink-2); color: #fff; }
.btn-light-custom { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.btn-light-custom:hover { background: var(--paper-2); color: var(--ink); }
.btn-ghost-dark { background: rgba(255,255,255,.06); color: #fff; border: 1px solid rgba(255,255,255,.18); }
.btn-ghost-dark:hover { background: rgba(255,255,255,.12); color: #fff; }
/* ============================================
   TOP STRIP
   ============================================ */

.top-strip { background: var(--ink); color: #CBD5E1; font-size: 13px; padding: 10px 0; }
.top-strip a { color: #E2E8F0; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.top-strip a:hover { color: var(--brand-soft); }
.top-strip svg { width: 13px; height: 13px; flex-shrink: 0; }
.top-meta { font-size: 12px; color: #94A3B8; }
/* ============================================
   NAVBAR
   ============================================ */

.navbar.site-nav { background: rgba(255,255,255,.85); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); padding: 14px 0; }
.navbar.site-nav .navbar-brand img {
    height: auto;
    width: 37%;
}
.navbar.site-nav .nav-link { font-weight: 500; color: var(--ink-2); font-size: 15px; }
.navbar.site-nav .nav-link:hover, .navbar.site-nav .nav-link:focus { color: var(--brand-deep); }
.navbar.site-nav .dropdown-menu { border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 10px 30px rgba(10,15,28,.08); padding: 8px; min-width: 220px; }
.navbar.site-nav .dropdown-item { padding: 10px 14px; border-radius: 10px; font-size: 14px; }
.navbar.site-nav .dropdown-item:hover { background: var(--paper-2); color: var(--brand-deep); }
.nav-cta { padding: 11px 20px !important; border-radius: 999px; background: var(--ink); color: #fff !important; font-weight: 600; font-size: 14px; }
.nav-cta:hover { background: var(--brand-deep); color: #fff !important; }
/* ============================================
   HERO — photographic, two-column with calculator
   ============================================ */

.hero { position: relative; overflow: hidden; background: var(--ink); color: #fff; min-height: 760px; display: flex; align-items: center; padding: 110px 0 90px; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .22; filter: saturate(.85); }
.hero-bg::after { content: ''; position: absolute; inset: 0; background:
  linear-gradient(180deg, rgba(10,15,28,.55) 0%, rgba(10,15,28,.7) 60%, rgba(10,15,28,.95) 100%),
  linear-gradient(90deg, rgba(10,15,28,.85) 0%, rgba(10,15,28,.5) 60%, rgba(10,15,28,.6) 100%); }
.hero .container { position: relative; z-index: 2; }
.hero-meta { display: flex; align-items: center; gap: 14px; margin-bottom: 32px; font-family: var(--fm); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #94A3B8; flex-wrap: wrap; }
.hero-meta .line { width: 32px; height: 1px; background: var(--brand-glow); }
.hero-meta .accent { color: var(--brand-soft); }
.hero h1 { font-weight: 700; font-size: clamp(40px, 6vw, 76px); line-height: 1.04; letter-spacing: -.028em; margin-bottom: 24px; }
.hero h1 em { font-style: italic; font-weight: 500; color: #CBD5E1; }
.hero .lede { font-size: 18px; line-height: 1.6; color: #CBD5E1; max-width: 540px; margin-bottom: 32px; }
.hero .lede strong { color: #fff; font-weight: 600; }
.hero-trust-inline { display: flex; gap: 28px; flex-wrap: wrap; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); }
.hero-trust-inline .item { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: #E2E8F0; }
.hero-trust-inline .item svg { width: 16px; height: 16px; color: var(--brand-glow); flex-shrink: 0; }
/* ============================================
   COST CALCULATOR (custom widget)
   ============================================ */

.hero-calc { position: relative; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.1); border-radius: 4px; padding: 28px; box-shadow: 0 40px 80px rgba(0,0,0,.4); }
.hero-calc .corner-tl, .hero-calc .corner-br { position: absolute; width: 22px; height: 22px; pointer-events: none; }
.hero-calc .corner-tl { top: 12px; left: 12px; border-top: 1.5px solid var(--brand-glow); border-left: 1.5px solid var(--brand-glow); }
.hero-calc .corner-br { bottom: 12px; right: 12px; border-bottom: 1.5px solid var(--brand-glow); border-right: 1.5px solid var(--brand-glow); }
.calc-head { margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.08); }
.calc-head .ref { font-family: var(--fm); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--brand-soft); margin-bottom: 6px; }
.calc-head .title { font-size: 21px; font-weight: 600; letter-spacing: -.015em; line-height: 1.2; color: #fff; }
.calc-section { margin-bottom: 18px; }
.calc-label { display: block; font-family: var(--fm); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #94A3B8; margin-bottom: 10px; }
.cargo-buttons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.cargo-btn { padding: 10px 6px; border-radius: 4px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); color: #CBD5E1; font-size: 12px; font-weight: 500; cursor: pointer; transition: all .18s; display: flex; flex-direction: column; align-items: center; gap: 4px; }
.cargo-btn svg { width: 18px; height: 18px; color: var(--brand-soft); }
.cargo-btn:hover { background: rgba(34,211,238,.06); border-color: rgba(34,211,238,.2); color: #fff; }
.cargo-btn.active { background: rgba(34,211,238,.1); border-color: var(--brand-glow); color: #fff; }
.recommend-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 16px; background: rgba(34,211,238,.05); border: 1px solid rgba(34,211,238,.18); border-radius: 4px; }
.recommend-row .left { flex: 1; min-width: 0; }
.recommend-row .left .lbl { font-family: var(--fm); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--brand-soft); margin-bottom: 2px; }
.recommend-row .left .name { font-size: 14px; font-weight: 600; color: #fff; }
.recommend-row .right { font-family: var(--fm); font-size: 12px; font-weight: 600; color: var(--brand-soft); padding: 5px 9px; background: rgba(34,211,238,.1); border-radius: 4px; white-space: nowrap; }
.duration-toggle { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; padding: 4px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 4px; }
.duration-btn { padding: 9px; font-size: 13px; font-weight: 500; color: #CBD5E1; border-radius: 3px; background: transparent; cursor: pointer; transition: all .18s; border: 0; }
.duration-btn:hover { color: #fff; }
.duration-btn.active { background: rgba(255,255,255,.08); color: #fff; font-weight: 600; }
.qty-row { display: flex; align-items: center; gap: 0; }
.qty-btn { width: 40px; height: 40px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); color: #fff; font-size: 18px; cursor: pointer; transition: all .15s; display: flex; align-items: center; justify-content: center; }
.qty-btn:hover { background: rgba(255,255,255,.08); }
.qty-btn:first-child { border-radius: 4px 0 0 4px; }
.qty-btn:last-child { border-radius: 0 4px 4px 0; border-left: 0; }
.qty-input { flex: 1; height: 40px; background: rgba(255,255,255,.04); border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); border-left: 0; border-right: 0; color: #fff; font-family: var(--fm); font-size: 16px; font-weight: 600; text-align: center; outline: none; -moz-appearance: textfield; }
.qty-input::-webkit-outer-spin-button, .qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.calc-total { display: flex; align-items: end; justify-content: space-between; padding: 16px 18px; background: linear-gradient(135deg, rgba(34,211,238,.06), rgba(249,115,22,.04)); border: 1px solid rgba(34,211,238,.2); border-radius: 4px; margin-bottom: 16px; }
.calc-total .lbl-col .lbl { font-family: var(--fm); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #94A3B8; margin-bottom: 4px; }
.calc-total .lbl-col .breakdown { font-size: 12px; color: #94A3B8; }
.calc-total .amount-col { text-align: right; }
.calc-total .amount-col .currency { font-family: var(--fm); font-size: 12px; color: #94A3B8; margin-right: 4px; }
.calc-total .amount-col .amount { font-size: 30px; font-weight: 700; color: #fff; letter-spacing: -.02em; line-height: 1; }
.calc-total .amount-col .amount.quote { font-size: 16px; color: var(--brand-soft); }
.calc-total .amount-col .note { font-size: 11px; color: #94A3B8; margin-top: 4px; font-family: var(--fm); }
.calc-cta { width: 100%; justify-content: center; }
/* ============================================
   TRUST STRIP
   ============================================ */

.trust-strip { background: #fff; border-bottom: 1px solid var(--line); padding: 28px 0; }
.trust-label { font-family: var(--fm); font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.trust-logos img { height: 56px; opacity: .75; filter: grayscale(.3); transition: all .2s; }
.trust-logos img:hover { opacity: 1; filter: none; }
/* ============================================
   SECTION HEADERS
   ============================================ */

section.site-section { padding: 100px 0; }
.section-eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 5px 12px; border-radius: 999px; background: rgba(6,182,212,.08); color: var(--brand-deep); font-family: var(--fm); font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 16px; }
.section-eyebrow.dark { background: rgba(34,211,238,.12); color: var(--brand-soft); border: 1px solid rgba(34,211,238,.2); }
.section-eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--brand); }
.section-eyebrow.dark .dot { background: var(--brand-glow); }
.s-title { font-weight: 700; font-size: clamp(32px, 4vw, 52px); line-height: 1.05; letter-spacing: -.025em; }
.s-title .accent { color: var(--brand-deep); }
.s-title.on-dark .accent { color: var(--brand-soft); }
.s-desc { color: var(--muted); font-size: 16px; line-height: 1.6; }
/* ============================================
   SERVICE CARDS
   ============================================ */

.svc-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; transition: all .3s; height: 100%; display: flex; flex-direction: column; }
.svc-card:hover { transform: translateY(-4px); box-shadow: 0 30px 80px rgba(10,15,28,.12); border-color: rgba(6,182,212,.3); }
.svc-card .img-wrap { aspect-ratio: 16/10; overflow: hidden; background: var(--paper-2); position: relative; }
.svc-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.svc-card:hover img { transform: scale(1.05); }
.svc-card .temp-badge { position: absolute; top: 16px; left: 16px; background: rgba(10,15,28,.85); backdrop-filter: blur(8px); color: var(--brand-soft); font-family: var(--fm); font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 999px; border: 1px solid rgba(34,211,238,.3); }
.svc-card .body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.svc-card h3 { font-size: 22px; font-weight: 600; letter-spacing: -.015em; margin-bottom: 8px; }
.svc-card .vehicle-meta { font-family: var(--fm); font-size: 11px; font-weight: 500; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; display: block; margin-top: -4px; margin-bottom: 8px; }
.svc-card p { color: var(--muted); font-size: 14px; line-height: 1.55; margin-bottom: 18px; }
.svc-specs { display: flex; gap: 16px; padding-top: 16px; border-top: 1px solid var(--line); margin-bottom: 14px; }
.svc-specs .spec { flex: 1; font-family: var(--fm); font-size: 12px; }
.svc-specs .spec .lbl { color: var(--muted); display: block; margin-bottom: 2px; }
.svc-specs .spec .val { color: var(--ink); font-weight: 600; }
.svc-price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 14px; padding: 12px 14px; background: var(--paper-2); border-radius: 10px; border: 1px solid var(--line); }
.svc-price .from { font-family: var(--fm); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.svc-price .amt { font-weight: 700; font-size: 20px; color: var(--ink); letter-spacing: -.01em; }
.svc-price .amt {     color: var(--brand-deep);
    font-size: 15px;
    font-weight: 600; }
.svc-price .amt span { font-size: 13px; color: var(--muted); font-weight: 500; }
.svc-price.quote { background: rgba(6,182,212,.05); border-color: rgba(6,182,212,.2); }
.svc-price.quote .amt { color: var(--brand-deep); font-size: 15px; font-weight: 600; }
.svc-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: 14px; color: var(--brand-deep); transition: gap .2s; text-decoration: none; margin-top: auto; }
.svc-link:hover { gap: 10px; color: var(--brand-deep); }
.svc-link svg { width: 16px; height: 16px; }
/* ============================================
   INDUSTRIES (dark section)
   ============================================ */

.industries { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.industries::before { content: ''; position: absolute; inset: 0; background: radial-gradient(40% 30% at 80% 20%, rgba(34,211,238,.1), transparent 60%); }
.industries .container { position: relative; z-index: 2; }
.industries .s-title { color: #fff; }
.industries .s-desc { color: #94A3B8; }
.ind-card { position: relative; overflow: hidden; aspect-ratio: 1; border-radius: 16px; border: 1px solid rgba(255,255,255,.08); transition: all .3s; display: block; text-decoration: none; }
.ind-card:hover { transform: translateY(-4px); border-color: rgba(34,211,238,.4); }
.ind-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .35; transition: all .5s; }
.ind-card:hover img { opacity: .55; transform: scale(1.05); }
.ind-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(10,15,28,.95) 100%); }
.ind-card .label { position: absolute; bottom: 18px; left: 18px; right: 18px; z-index: 2; color: #fff; }
.ind-card .label .name { font-size: 19px; font-weight: 600; letter-spacing: -.01em; }
.ind-card .label .temp { font-family: var(--fm); font-size: 12px; color: var(--brand-soft); margin-top: 2px; }
/* ============================================
   PROCESS
   ============================================ */

.process { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proc-step { padding: 28px 24px; border-radius: 24px; border: 1px solid var(--line); background: #fff; transition: all .2s; height: 100%; }
.proc-step:hover { border-color: var(--brand); box-shadow: 0 10px 30px rgba(10,15,28,.08); transform: translateY(-2px); }
.proc-step .num { font-family: var(--fm); font-size: 13px; font-weight: 600; color: var(--brand-deep); margin-bottom: 16px; display: inline-block; padding: 4px 10px; border-radius: 999px; background: rgba(6,182,212,.08); }
.proc-step h3 { font-size: 19px; font-weight: 600; margin-bottom: 8px; letter-spacing: -.01em; }
.proc-step p { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 0; }
/* ============================================
   COVERAGE
   ============================================ */

.coverage { background: var(--paper); }
.cov-list-link { display: flex; justify-content: space-between; align-items: center; padding: 16px 18px; border-radius: 16px; background: #fff; border: 1px solid var(--line); font-weight: 600; font-size: 15px; transition: all .2s; text-decoration: none; color: var(--ink); }
.cov-list-link:hover { border-color: var(--brand); background: rgba(6,182,212,.04); transform: translateX(2px); color: var(--ink); }
.cov-list-link svg { width: 16px; height: 16px; color: var(--brand-deep); }
.cov-map { aspect-ratio: 1;position: relative; overflow: hidden; box-shadow: 0 30px 80px rgba(10,15,28,.18); background: var(--ink); }
.cov-map img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; mix-blend-mode: luminosity; filter: contrast(1.1); }
.cov-map::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,15,28,.5), rgba(10,15,28,.2) 50%, rgba(10,15,28,.7)); z-index: 1; }
.cov-map::after { content: ''; position: absolute; inset: 0; background: radial-gradient(50% 40% at 50% 50%, rgba(34,211,238,.18), transparent 70%); z-index: 1; }
.cov-pin { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--brand-glow); box-shadow: 0 0 0 5px rgba(34,211,238,.25), 0 0 24px var(--brand-glow); animation: pulse-pin 2.5s infinite; z-index: 3; }
@keyframes pulse-pin { 0%,100% { box-shadow: 0 0 0 5px rgba(34,211,238,.25), 0 0 24px var(--brand-glow); } 50% { box-shadow: 0 0 0 10px rgba(34,211,238,0), 0 0 24px var(--brand-glow); } }

.cov-pin .label-pill { position: absolute; padding: 6px 12px; border-radius: 999px; background: rgba(255,255,255,.95); color: var(--ink); font-family: var(--fm); font-size: 11px; font-weight: 600; transform: translate(-50%, -150%); white-space: nowrap; box-shadow: 0 8px 20px rgba(0,0,0,.3); }
/* ============================================
   BOOKING FORM (dark section)
   ============================================ */

.booking { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.booking::before { content: ''; position: absolute; inset: 0; background: radial-gradient(50% 40% at 80% 20%, rgba(34,211,238,.12), transparent 60%), radial-gradient(40% 30% at 20% 80%, rgba(249,115,22,.08), transparent 60%); }
.booking .container { position: relative; z-index: 2; }
.booking-side h2 { color: #fff; }
.booking-side p { color: #CBD5E1; font-size: 16px; line-height: 1.6; max-width: 380px; margin-bottom: 24px; }
.booking-form { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 24px; padding: 32px; backdrop-filter: blur(20px); }
.booking-form .form-label { font-family: var(--fm); font-size: 11px; color: #94A3B8; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 6px; font-weight: 500; }
.booking-form .form-control, .booking-form .form-select { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); color: #fff; padding: 12px 14px; border-radius: 10px; font-size: 15px; }
.booking-form .form-control:focus, .booking-form .form-select:focus { background: rgba(255,255,255,.07); border-color: var(--brand-glow); color: #fff; box-shadow: none; }
.booking-form .form-control::placeholder, .booking-form .form-control::-webkit-input-placeholder { color: #64748B; }
.booking-form .form-select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='%23CBD5E1' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 12px 8px; padding-right: 36px; }
.booking-form .form-select option { color: var(--ink); background: #fff; }
/* ============================================
   ABOUT
   ============================================ */

.about { background: var(--paper); }
.about-image { aspect-ratio: 4/5; border-radius: 36px; overflow: hidden; position: relative; box-shadow: 0 30px 80px rgba(10,15,28,.15); }
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.about-image .badge-overlay { position: absolute; bottom: 24px; left: 24px; right: 24px; background: rgba(255,255,255,.95); backdrop-filter: blur(14px); border-radius: 16px; padding: 18px 22px; display: flex; align-items: center; gap: 16px; }
.about-image .badge-overlay .icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(6,182,212,.1); display: flex; align-items: center; justify-content: center; color: var(--brand-deep); flex-shrink: 0; }
.about-image .badge-overlay .icon svg { width: 24px; height: 24px; }
.about-image .badge-overlay .meta .lbl { font-family: var(--fm); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }
.about-image .badge-overlay .meta .name { font-size: 15px; font-weight: 600; color: var(--ink); margin-top: 2px; }
.about-points { display: flex; flex-direction: column; gap: 16px; margin-top: 28px; }
.about-point { display: flex; gap: 14px; align-items: start; }
.about-point .check { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: rgba(6,182,212,.1); color: var(--brand-deep); display: flex; align-items: center; justify-content: center; }
.about-point .check svg { width: 14px; height: 14px; }
.about-point div { font-size: 15px; line-height: 1.5; }
/* ============================================
   TESTIMONIALS
   ============================================ */

.testimonials { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.test-card { padding: 28px; border-radius: 24px; background: var(--paper); border: 1px solid var(--line); transition: all .25s; height: 100%; display: flex; flex-direction: column; }
.test-card:hover { border-color: var(--brand); box-shadow: 0 20px 40px rgba(6,182,212,.08); transform: translateY(-2px); }
.test-stars { display: flex; gap: 2px; color: #FBBF24; margin-bottom: 16px; }
.test-stars svg { width: 18px; height: 18px; fill: currentColor; }
.test-card .quote { font-size: 16px; line-height: 1.55; color: var(--ink-2); flex: 1; margin-bottom: 20px; }
.test-author { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--line); }
.test-avatar { width: 44px; height: 44px; border-radius: 50%; background: #fff; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; padding: 8px; box-shadow: 0 1px 3px rgba(10,15,28,.06); }
.test-avatar svg { width: 100%; height: 100%; }
.test-google-label { font-family: var(--fm); font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; margin-top: 2px; }
.test-author .name { font-weight: 600; font-size: 14px; }
.test-author .role { font-size: 12px; color: var(--muted); margin-top: 1px; }
/* ============================================
   FAQ — Bootstrap accordion overrides
   ============================================ */

.faq { background: var(--paper); }
.faq .accordion-item { background: #fff; border: 1px solid var(--line); border-radius: 14px !important; margin-bottom: 10px; overflow: hidden; }
.faq .accordion-item:has(.accordion-button:not(.collapsed)) { border-color: var(--brand); }
.faq .accordion-button { padding: 22px 24px; font-size: 17px; font-weight: 600; color: var(--ink); background: #fff; border-radius: 14px !important; box-shadow: none; }
.faq .accordion-button:not(.collapsed) { background: #fff; color: var(--ink); box-shadow: none; }
.faq .accordion-button:focus { box-shadow: none; border-color: var(--brand); }
.faq .accordion-button::after { background: var(--paper-2); border-radius: 50%; width: 28px; height: 28px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230A0F1C' stroke-width='2.5'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E"); background-position: center; background-size: 14px; flex-shrink: 0; transition: all .25s; }
.faq .accordion-button:not(.collapsed)::after { background-color: var(--brand); transform: rotate(45deg); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E"); }
.faq .accordion-body { padding: 0 24px 24px; color: var(--muted); font-size: 15px; line-height: 1.6; }
/* ============================================
   BLOG
   ============================================ */

.blog { background: #fff; }
.blog-card { display: flex; flex-direction: column; border-radius: 24px; overflow: hidden; background: var(--paper); border: 1px solid var(--line); transition: all .25s; height: 100%; text-decoration: none; color: var(--ink); }
.blog-card:hover { transform: translateY(-3px); box-shadow: 0 20px 40px rgba(10,15,28,.08); border-color: rgba(6,182,212,.3); color: var(--ink); }
.blog-card .img-wrap { aspect-ratio: 16/10; overflow: hidden; background: var(--paper-2); }
.blog-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.blog-card:hover img { transform: scale(1.04); }
.blog-card .body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.blog-meta { display: flex; gap: 12px; font-family: var(--fm); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: 12px; }
.blog-meta .date { color: var(--brand-deep); }
.blog-card h3 { font-size: 19px; font-weight: 600; line-height: 1.3; letter-spacing: -.01em; margin-bottom: 12px; }
.blog-card p { color: var(--muted); font-size: 14px; line-height: 1.55; flex: 1; margin-bottom: 16px; }
.blog-read { font-weight: 600; font-size: 14px; color: var(--brand-deep); display: inline-flex; align-items: center; gap: 6px; transition: gap .2s; }
.blog-card:hover .blog-read { gap: 10px; }
.blog-read svg { width: 16px; height: 16px; }
/* ============================================
   FINAL CTA
   ============================================ */

.cta-final { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.cta-final::before { content: ''; position: absolute; inset: 0; background: radial-gradient(60% 50% at 80% 50%, rgba(34,211,238,.18), transparent 60%), radial-gradient(50% 40% at 20% 50%, rgba(249,115,22,.12), transparent 60%); }
.cta-final .container { position: relative; z-index: 2; }
.cta-final h2 { font-weight: 700; font-size: clamp(34px, 5vw, 60px); line-height: 1.05; letter-spacing: -.025em; margin-bottom: 20px; }
.cta-final h2 em { font-style: normal; color: var(--brand-soft); }
.cta-final p { font-size: 18px; color: #CBD5E1; margin-bottom: 36px; }
/* ============================================
   FOOTER
   ============================================ */

footer.site-footer { background: #050913; color: #94A3B8; padding: 80px 0 32px; border-top: 1px solid rgba(255,255,255,.06); }
footer.site-footer .foot-brand img {
    height: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    opacity: 1;
    width: 80%;
}
footer.site-footer .foot-brand p { font-size: 14px; line-height: 1.6; max-width: 320px; }
footer.site-footer h4 { font-size: 14px; font-weight: 600; color: #fff; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 18px; }
footer.site-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
footer.site-footer a { font-size: 14px; color: #94A3B8; text-decoration: none; transition: color .2s; }
footer.site-footer a:hover { color: var(--brand-soft); }
footer.site-footer .foot-contact-item { display: flex; gap: 10px; align-items: start; font-size: 14px; }
footer.site-footer .foot-contact-item svg { width: 14px; height: 14px; color: var(--brand-soft); flex-shrink: 0; margin-top: 4px; }
footer.site-footer .foot-bottom { padding-top: 28px; border-top: 1px solid rgba(255,255,255,.06); margin-top: 56px; font-size: 13px; }
/* ============================================
   MOBILE FAB BAR
   ============================================ */

.fab-bar { position: fixed; bottom: 16px; left: 16px; right: 16px; display: none; gap: 10px; z-index: 90; }
.fab-bar a { flex: 1; padding: 14px; border-radius: 14px; display: flex; align-items: center; justify-content: center; gap: 8px; font-weight: 600; font-size: 14px; box-shadow: 0 30px 80px rgba(10,15,28,.18); text-decoration: none; }
.fab-wa { background: #25D366; color: #fff; }
.fab-call { background: var(--ink); color: #fff; }
.fab-bar svg { width: 18px; height: 18px; }
@media (max-width: 768px) { .fab-bar { display: flex; } }

/* ============================================
   RESPONSIVE TWEAKS
   ============================================ */

@media (max-width: 991px) {
  .hero { padding: 80px 0 60px; min-height: auto; }
  .hero h1 { font-size: clamp(36px, 8vw, 56px); }
  section.site-section { padding: 70px 0; }
}

@media (max-width: 575px) {
  .cargo-buttons { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================
   SERVICE PAGE — vehicle-specific styles
   ============================================ */

.breadcrumb-bar { padding: 18px 0; border-bottom: 1px solid var(--line); background: #fff; font-size: 13px; color: var(--muted); }
.breadcrumb-bar a { color: var(--muted); text-decoration: none; }
.breadcrumb-bar a:hover { color: var(--brand-deep); }
.breadcrumb-bar .sep { margin: 0 8px; color: var(--line); }
.breadcrumb-bar .current { color: var(--ink); font-weight: 500; }
/* Service hero (no calculator, focus on vehicle + price) */

.svc-hero { position: relative; overflow: hidden; background: var(--ink); color: #fff; padding: 80px 0 90px; }
.svc-hero-bg { position: absolute; inset: 0; z-index: 0; }
.svc-hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .25; filter: saturate(.85); }
.svc-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,15,28,.55) 0%, rgba(10,15,28,.7) 60%, rgba(10,15,28,.95) 100%), linear-gradient(90deg, rgba(10,15,28,.85) 0%, rgba(10,15,28,.5) 60%, rgba(10,15,28,.6) 100%); }
.svc-hero .container { position: relative; z-index: 2; }
.svc-hero h1 { font-weight: 700; font-size: clamp(38px, 5.5vw, 64px); line-height: 1.05; letter-spacing: -.025em; margin-bottom: 22px; color: #fff; }
.svc-hero h1 em { font-style: italic; font-weight: 500; color: #CBD5E1; }
.svc-hero .lede { font-size: 18px; line-height: 1.6; color: #CBD5E1; max-width: 580px; margin-bottom: 32px; }
/* Hero price card */

.hero-price-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); border-radius: 4px; padding: 26px; backdrop-filter: blur(10px); }
.hero-price-card .corner-tl, .hero-price-card .corner-br { position: absolute; width: 22px; height: 22px; pointer-events: none; }
.hero-price-card .ref { font-family: var(--fm); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--brand-soft); margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.1); }
.hero-price-card .price-row { display: flex; align-items: baseline; gap: 10px; margin-bottom: 6px; }
.hero-price-card .from { font-family: var(--fm); font-size: 12px; color: #94A3B8; text-transform: uppercase; letter-spacing: .08em; }
.hero-price-card .amount { font-size: 44px; font-weight: 700; color: #fff; letter-spacing: -.02em; line-height: 1; }
.hero-price-card .currency { font-family: var(--fm); font-size: 14px; color: #94A3B8; vertical-align: top; }
.hero-price-card .period { font-size: 16px; color: #94A3B8; font-weight: 500; }
.hero-price-card .alt-rates { display: flex; gap: 14px; flex-wrap: wrap; padding-top: 14px; margin-top: 14px; border-top: 1px solid rgba(255,255,255,.08); }
.hero-price-card .alt-rate { font-family: var(--fm); font-size: 13px; color: #CBD5E1; }
.hero-price-card .alt-rate strong { color: #fff; font-weight: 600; }
.hero-price-card .micro { font-family: var(--fm); font-size: 11px; color: #94A3B8; margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; gap: 8px; }
.hero-price-card .micro svg { width: 14px; height: 14px; color: var(--brand-glow); }
/* Quick stats band */

.quick-stats { background: #fff; border-bottom: 1px solid var(--line); padding: 40px 0; }
.qstat { display: flex; gap: 16px; align-items: start; }
.qstat .icon { flex-shrink: 0; width: 48px; height: 48px; border-radius: 12px; background: linear-gradient(135deg, rgba(6,182,212,.1), rgba(103,232,249,.1)); color: var(--brand-deep); display: flex; align-items: center; justify-content: center; }
.qstat .icon svg { width: 26px; height: 26px; }
.qstat .lbl { font-family: var(--fm); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 4px; }
.qstat .val { font-size: 17px; font-weight: 600; letter-spacing: -.01em; }
/* Specs table */

.specs-table { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.specs-table .row-item { display: flex; justify-content: space-between; align-items: center; padding: 16px 24px; border-bottom: 1px solid var(--line); }
.specs-table .row-item:last-child { border-bottom: 0; }
.specs-table .row-item .key { font-size: 14px; color: var(--muted); font-weight: 500; }
.specs-table .row-item .val { font-size: 15px; font-weight: 600; color: var(--ink); font-family: var(--fm); }
/* Pricing table */

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pricing-card { padding: 28px; border-radius: 16px; border: 1px solid var(--line); background: #fff; transition: all .25s; position: relative; }
.pricing-card.featured { border-color: var(--brand); box-shadow: 0 20px 40px rgba(6,182,212,.12); }
.pricing-card.featured::before { content: 'Best value'; position: absolute; top: -12px; left: 24px; background: var(--brand-deep); color: #fff; font-family: var(--fm); font-size: 11px; padding: 4px 10px; border-radius: 999px; letter-spacing: .05em; }
.pricing-card .period-name { font-family: var(--fm); font-size: 12px; color: var(--brand-deep); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 12px; }
.pricing-card .price-big { font-size: 36px; font-weight: 700; letter-spacing: -.02em; line-height: 1; margin-bottom: 4px; }
.pricing-card .price-big .currency { font-family: var(--fm); font-size: 14px; color: var(--muted); vertical-align: top; margin-right: 4px; }
.pricing-card .effective { font-size: 13px; color: var(--muted); margin-bottom: 18px; }
.pricing-card .effective strong { color: var(--brand-deep); font-weight: 600; }
.pricing-card .save-badge { display: inline-block; padding: 4px 10px; border-radius: 999px; background: rgba(6,182,212,.08); color: var(--brand-deep); font-family: var(--fm); font-size: 11px; font-weight: 600; }
.pricing-card .features { list-style: none; padding: 0; margin: 16px 0; display: flex; flex-direction: column; gap: 8px; }
.pricing-card .features li { font-size: 13px; color: var(--ink-2); display: flex; align-items: center; gap: 8px; }
.pricing-card .features li svg { width: 14px; height: 14px; color: var(--brand-deep); flex-shrink: 0; }
.pricing-card .pricing-cta { width: 100%; justify-content: center; margin-top: 8px; }
@media (max-width: 768px) { .pricing-grid { grid-template-columns: 1fr; } }

/* Included cards */

.incl-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px; height: 100%; display: flex; gap: 14px; align-items: start; transition: all .2s; }
.incl-card:hover { border-color: var(--brand); box-shadow: 0 10px 24px rgba(6,182,212,.08); }
.incl-card .icon { flex-shrink: 0; width: 40px; height: 40px; border-radius: 10px; background: rgba(6,182,212,.08); color: var(--brand-deep); display: flex; align-items: center; justify-content: center; }
.incl-card .icon svg { width: 22px; height: 22px; }
.incl-card h4 { font-size: 15px; font-weight: 600; margin-bottom: 4px; letter-spacing: -.01em; }
.incl-card p { font-size: 13px; color: var(--muted); line-height: 1.5; margin: 0; }
/* Use case cards */

.usecase-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px; height: 100%; transition: all .25s; }
.usecase-card:hover { border-color: var(--brand); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(6,182,212,.08); }
.usecase-card .icon { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, rgba(6,182,212,.1), rgba(103,232,249,.1)); color: var(--brand-deep); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.usecase-card .icon svg { width: 24px; height: 24px; }
.usecase-card h4 { font-size: 17px; font-weight: 600; margin-bottom: 6px; letter-spacing: -.01em; }
.usecase-card p { font-size: 14px; color: var(--muted); line-height: 1.55; margin: 0; }
/* Related vehicles */

.related-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; transition: all .25s; height: 100%; display: flex; flex-direction: column; text-decoration: none; color: var(--ink); }
.related-card:hover { transform: translateY(-3px); box-shadow: 0 24px 48px rgba(10,15,28,.1); border-color: rgba(6,182,212,.4); color: var(--ink); }
.related-card .img-wrap { aspect-ratio: 16/10; overflow: hidden; background: var(--paper-2); position: relative; }
.related-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.related-card:hover img { transform: scale(1.04); }
.related-card .temp-pill { position: absolute; top: 12px; left: 12px; background: rgba(10,15,28,.85); backdrop-filter: blur(8px); color: var(--brand-soft); font-family: var(--fm); font-size: 11px; font-weight: 600; padding: 5px 10px; border-radius: 999px; }
.related-card .body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.related-card h4 { font-size: 18px; font-weight: 600; letter-spacing: -.01em; margin-bottom: 8px; }
.related-card .meta-row { display: flex; justify-content: space-between; align-items: end; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); }
.related-card .price-from { font-size: 12px; color: var(--muted); font-family: var(--fm); }
.related-card .price-from strong { font-size: 16px; color: var(--ink); font-weight: 700; font-family: var(--f); }
.related-card .arrow { color: var(--brand-deep); }
.related-card .arrow svg { width: 18px; height: 18px; transition: transform .2s; }
.related-card:hover .arrow svg { transform: translateX(4px); }
/* ============================================
   MOBILE OPTIMIZATION — proper responsive pass
   ============================================ */

/* Tablet and below */

@media (max-width: 991px) {
  .hero { padding: 70px 0 60px; min-height: auto; }
  .hero h1 { font-size: clamp(32px, 7vw, 50px) !important; }
  .svc-hero { padding: 60px 0 70px; }
  section.site-section { padding: 60px 0; }
  .s-title { font-size: clamp(26px, 5vw, 38px) !important; }
}

/* Phones — 767px and below */

@media (max-width: 767px) {
  /* Top strip */
  .top-strip { font-size: 12px; padding: 8px 0; }
  .top-strip .d-flex > div { gap: 14px !important; }

  /* Navbar */
  .navbar.site-nav { padding: 12px 0; }
  .navbar.site-nav .navbar-brand img { height: 38px; }
  .navbar.site-nav .navbar-collapse { background: #fff; padding: 16px; margin-top: 12px; border-radius: 12px; box-shadow: 0 10px 30px rgba(10,15,28,.08); }
  .navbar.site-nav .navbar-nav { gap: 4px !important; }
  .navbar.site-nav .nav-item { width: 100%; }
  .navbar.site-nav .nav-link { padding: 10px 4px !important; border-bottom: 1px solid var(--line); }
  .navbar.site-nav .nav-item:last-child .nav-link { border-bottom: 0; }
  .nav-cta { display: flex !important; justify-content: center; align-items: center; padding: 13px 20px !important; margin-top: 14px; border-bottom: 0 !important; border-radius: 999px; }
  .navbar.site-nav .nav-item:last-child { margin-top: 4px; padding-top: 12px; border-top: 1px solid var(--line); }
  .navbar.site-nav .dropdown-menu { box-shadow: none; border: 0; padding: 0 0 0 14px; min-width: auto; }

  /* Hero */
  .hero { padding: 50px 0 40px; }
  .hero h1 { font-size: 30px !important; line-height: 1.08; margin-bottom: 16px; letter-spacing: -.02em; }
  .hero .lede { font-size: 15px; line-height: 1.55; margin-bottom: 20px; }
  .hero-meta { font-size: 10px; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }
  .hero-meta .line { width: 20px; }
  .d-flex.flex-wrap.gap-2.mb-5 { margin-bottom: 28px !important; }
  .hero-trust-inline { gap: 14px; padding-top: 20px; }
  .hero-trust-inline .item { font-size: 12px; gap: 6px; }
  .hero-trust-inline .item svg { width: 14px; height: 14px; }

  /* Buttons on mobile */
  .btn { padding: 12px 20px; font-size: 14px; }

  /* Cost calculator */
  .hero-calc { padding: 20px; }
  .calc-head { margin-bottom: 16px; padding-bottom: 14px; }
  .calc-head .title { font-size: 17px; }
  .calc-section { margin-bottom: 14px; }
  .cargo-btn { padding: 8px 4px; font-size: 11px; gap: 3px; }
  .cargo-btn svg { width: 16px; height: 16px; }
  .recommend-row { padding: 11px 13px; }
  .recommend-row .left .name { font-size: 13px; }
  .recommend-row .right { font-size: 11px; padding: 4px 7px; }
  .duration-btn { padding: 8px; font-size: 12px; }
  .qty-btn { width: 36px; height: 36px; font-size: 16px; }
  .qty-input { height: 36px; font-size: 14px; }
  .calc-total { padding: 14px; }
  .calc-total .amount-col .amount { font-size: 26px; }
  .calc-total .lbl-col .lbl { font-size: 10px; }
  .calc-total .lbl-col .breakdown { font-size: 11px; }

  /* Trust strip */
  .trust-strip { padding: 22px 0; }
  .trust-logos { gap: 22px !important; }
  .trust-logos img { height: 42px; }
  .trust-label { font-size: 11px; }

  /* Sections */
  section.site-section { padding: 50px 0; }
  .row.align-items-end.mb-5 { margin-bottom: 32px !important; }
  .s-title { font-size: 26px !important; line-height: 1.15; }
  .s-desc { font-size: 14px; }
  .section-eyebrow { font-size: 10px; padding: 4px 10px; margin-bottom: 12px; }

  /* Service cards */
  .svc-card .body { padding: 20px; }
  .svc-card h3 { font-size: 19px; }
  .svc-card p { font-size: 13px; margin-bottom: 14px; }
  .svc-specs { gap: 12px; padding-top: 12px; margin-bottom: 12px; }
  .svc-specs .spec { font-size: 11px; }
  .svc-price { padding: 10px 12px; margin-bottom: 12px; }
  .svc-price .amt { font-size: 17px; }
  .svc-card .temp-badge { font-size: 11px; padding: 5px 10px; top: 12px; left: 12px; }

  /* Industries */
  .ind-card .label { bottom: 12px; left: 12px; right: 12px; }
  .ind-card .label .name { font-size: 14px; }
  .ind-card .label .temp { font-size: 10px; }

  /* Process */
  .proc-step { padding: 22px 20px; }
  .proc-step .num { font-size: 12px; padding: 3px 9px; margin-bottom: 12px; }
  .proc-step h3 { font-size: 17px; }
  .proc-step p { font-size: 13px; }

  /* Coverage */
  .cov-list-link { padding: 13px 14px; font-size: 14px; }
  .cov-map { max-width: 100% !important; }
  .cov-pin .label-pill { font-size: 9px; padding: 4px 8px; }

  /* Booking form */
  .booking-form { padding: 22px; }
  .booking-form .form-control, .booking-form .form-select { padding: 11px 13px; font-size: 14px; }
  .booking-form .form-label { font-size: 10px; }

  /* About */
  .about-image .badge-overlay { padding: 14px 16px; left: 14px; right: 14px; bottom: 14px; gap: 12px; border-radius: 12px; }
  .about-image .badge-overlay .icon { width: 38px; height: 38px; border-radius: 10px; }
  .about-image .badge-overlay .icon svg { width: 20px; height: 20px; }
  .about-image .badge-overlay .meta .name { font-size: 13px; }
  .about-image .badge-overlay .meta .lbl { font-size: 10px; }
  .about-points { gap: 14px; margin-top: 22px; }
  .about-point div { font-size: 14px; }

  /* Testimonials */
  .test-card { padding: 22px; }
  .test-card .quote { font-size: 14px; margin-bottom: 16px; }
  .test-stars svg { width: 16px; height: 16px; }

  /* FAQ */
  .faq .accordion-button { padding: 18px 20px; font-size: 15px; }
  .faq .accordion-body { padding: 0 20px 20px; font-size: 14px; }
  .faq .accordion-button::after { width: 24px; height: 24px; background-size: 12px; }

  /* Blog */
  .blog-card .body { padding: 20px; }
  .blog-card h3 { font-size: 17px; }
  .blog-card p { font-size: 13px; }

  /* Final CTA */
  .cta-final { padding: 60px 0 !important; }
  .cta-final h2 { font-size: clamp(28px, 7vw, 38px) !important; line-height: 1.1; margin-bottom: 16px; }
  .cta-final p { font-size: 15px; margin-bottom: 24px; }

  /* Footer */
  footer.site-footer { padding: 60px 0 28px; }
  footer.site-footer .foot-brand img { height: 36px; }
  footer.site-footer .foot-brand p { font-size: 13px; }
  footer.site-footer h4 { font-size: 12px; margin-bottom: 14px; }
  footer.site-footer .foot-bottom { margin-top: 36px; flex-direction: column; align-items: flex-start !important; gap: 8px; }

  /* SERVICE PAGE — mobile */
  .breadcrumb-bar { padding: 14px 0; font-size: 12px; }
  .breadcrumb-bar .sep { margin: 0 6px; }
  .svc-hero { padding: 40px 0 50px; }
  .svc-hero h1 { font-size: 28px !important; line-height: 1.1; margin-bottom: 16px; }
  .svc-hero .lede { font-size: 15px; margin-bottom: 22px; }

  /* Hero price card */
  .hero-price-card { padding: 20px; }
  .hero-price-card .amount { font-size: 38px; }
  .hero-price-card .currency { font-size: 13px; }
  .hero-price-card .period { font-size: 14px; }
  .hero-price-card .alt-rates { gap: 10px; padding-top: 12px; margin-top: 12px; }
  .hero-price-card .alt-rate { font-size: 12px; }
  .hero-price-card .micro { font-size: 10px; gap: 6px; padding-top: 12px; margin-top: 14px; }

  /* Quick stats */
  .quick-stats { padding: 28px 0; }
  .qstat { gap: 12px; }
  .qstat .icon { width: 40px; height: 40px; border-radius: 10px; }
  .qstat .icon svg { width: 22px; height: 22px; }
  .qstat .lbl { font-size: 10px; }
  .qstat .val { font-size: 14px; }

  /* Pricing cards */
  .pricing-grid { gap: 12px; }
  .pricing-card { padding: 22px; }
  .pricing-card .price-big { font-size: 30px; }
  .pricing-card.featured::before { font-size: 10px; padding: 3px 9px; }
  .pricing-card .features li { font-size: 12px; }

  /* Specs table */
  .specs-table .row-item { padding: 13px 16px; }
  .specs-table .row-item .key { font-size: 12px; }
  .specs-table .row-item .val { font-size: 12px; }

  /* Use cases */
  .usecase-card { padding: 20px; }
  .usecase-card .icon { width: 38px; height: 38px; margin-bottom: 12px; }
  .usecase-card .icon svg { width: 20px; height: 20px; }
  .usecase-card h4 { font-size: 15px; }
  .usecase-card p { font-size: 13px; }

  /* Included cards */
  .incl-card { padding: 16px; gap: 12px; }
  .incl-card .icon { width: 36px; height: 36px; border-radius: 8px; }
  .incl-card .icon svg { width: 18px; height: 18px; }
  .incl-card h4 { font-size: 14px; }
  .incl-card p { font-size: 12px; }

  /* Related cards */
  .related-card .body { padding: 16px; }
  .related-card h4 { font-size: 16px; }
}

/* Small phones — 480px and below */

@media (max-width: 479px) {
  .container { padding-left: 16px; padding-right: 16px; }

  /* Hide email in top strip on small phones */
  .top-strip a[href^="mailto:"] { display: none; }

  /* Hero further trim */
  .hero h1 { font-size: 26px !important; }
  .svc-hero h1 { font-size: 24px !important; }

  /* Cargo grid 2 columns */
  .cargo-buttons { grid-template-columns: repeat(2, 1fr); }

  /* Hero buttons full width on tiny screens */
  .hero .d-flex.flex-wrap.gap-2 .btn { width: 100%; justify-content: center; }
  .svc-hero .d-flex.flex-wrap.gap-2 .btn { width: 100%; justify-content: center; }

  /* Trust line stack vertically with less gap */
  .hero-trust-inline { gap: 10px; }

  /* Calculator total — stack */
  .calc-total { flex-direction: column; align-items: flex-start; gap: 8px; }
  .calc-total .amount-col { text-align: left; }

  /* Pricing card price-big */
  .pricing-card .price-big { font-size: 26px; }

  /* Final CTA buttons stack */
  .cta-final-ctas { width: 100%; }
  .cta-final .d-flex.justify-content-center .btn { width: 100%; justify-content: center; }
}

/* FAB bar — proper space allocation */

@media (max-width: 767px) {
  .fab-bar { left: 12px; right: 12px; bottom: 12px; gap: 8px; }
  .fab-bar a { padding: 13px; font-size: 13px; border-radius: 12px; }
  .fab-bar svg { width: 16px; height: 16px; }
  
}

/* ============================================
   ABOUT PAGE
   ============================================ */

.page-hero { position: relative; overflow: hidden; background: var(--ink); color: #fff; padding: 90px 0 80px; }
.page-hero-bg { position: absolute; inset: 0; z-index: 0; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .22; filter: saturate(.85); }
.page-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,15,28,.65), rgba(10,15,28,.95)); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { font-weight: 700; font-size: clamp(38px, 5.5vw, 64px); line-height: 1.05; letter-spacing: -.025em; margin-bottom: 22px; color: #fff; max-width: 800px; }
.page-hero h1 em { font-style: italic; font-weight: 500; color: #CBD5E1; }
.page-hero .lede { font-size: 18px; line-height: 1.6; color: #CBD5E1; max-width: 640px; }
.about-stats-band { background: #fff; border-bottom: 1px solid var(--line); padding: 56px 0; }
.about-stat { text-align: center; padding: 16px; }
.about-stat .num { font-weight: 700; font-size: clamp(34px, 4vw, 52px); letter-spacing: -.025em; color: var(--ink); line-height: 1; margin-bottom: 8px; }
.about-stat .num span { color: var(--brand-deep); }
.about-stat .lbl { font-size: 14px; color: var(--muted); }
.story-section { background: var(--paper); }
.story-prose { font-size: 17px; line-height: 1.7; color: var(--ink-2); max-width: 720px; }
.story-prose p { margin-bottom: 18px; }
.story-prose strong { color: var(--ink); font-weight: 600; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.value-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 28px; transition: all .25s; height: 100%; }
.value-card:hover { border-color: var(--brand); box-shadow: 0 14px 32px rgba(6,182,212,.08); transform: translateY(-2px); }
.value-card .icon { width: 48px; height: 48px; border-radius: 12px; background: linear-gradient(135deg, rgba(6,182,212,.1), rgba(103,232,249,.1)); color: var(--brand-deep); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.value-card .icon svg { width: 26px; height: 26px; }
.value-card h3 { font-size: 19px; font-weight: 600; margin-bottom: 8px; letter-spacing: -.01em; }
.value-card p { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 0; }
@media (max-width: 768px) { .values-grid { grid-template-columns: 1fr; } }

.cert-strip { background: #fff; padding: 70px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cert-card { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 22px; text-align: center; height: 100%; transition: all .2s; }
.cert-card:hover { border-color: var(--brand); }
.cert-card img { height: 64px; width: auto; margin: 0 auto 14px; }
.cert-card .name { font-size: 14px; font-weight: 600; color: var(--ink); margin-bottom: 4px; }
.cert-card .desc { font-size: 12px; color: var(--muted); }
/* ============================================
   CONTACT PAGE
   ============================================ */

.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: start; }
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; gap: 40px; } }

.contact-info-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 32px; box-shadow: 0 1px 3px rgba(10,15,28,.04); }
.contact-info-card h2 { font-weight: 700; font-size: 28px; letter-spacing: -.02em; margin-bottom: 8px; }
.contact-info-card p { color: var(--muted); font-size: 15px; line-height: 1.6; margin-bottom: 28px; }
.contact-row { display: flex; gap: 16px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-row:last-child { border-bottom: 0; padding-bottom: 0; }
.contact-row .icon { flex-shrink: 0; width: 44px; height: 44px; border-radius: 12px; background: rgba(6,182,212,.08); color: var(--brand-deep); display: flex; align-items: center; justify-content: center; }
.contact-row .icon svg { width: 22px; height: 22px; }
.contact-row .lbl { font-family: var(--fm); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 4px; }
.contact-row .val { font-size: 15px; font-weight: 600; color: var(--ink); display: block; }
.contact-row .val a { color: var(--ink); text-decoration: none; }
.contact-row .val a:hover { color: var(--brand-deep); }
.contact-row .sub { font-size: 13px; color: var(--muted); margin-top: 4px; }
.contact-form-card { background: var(--ink); color: #fff; border-radius: 20px; padding: 36px; position: relative; overflow: hidden; }
.contact-form-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(50% 50% at 80% 20%, rgba(34,211,238,.12), transparent 60%); pointer-events: none; }
.contact-form-card > * { position: relative; z-index: 2; }
.contact-form-card h2 { color: #fff; font-weight: 700; font-size: 28px; letter-spacing: -.02em; margin-bottom: 8px; }
.contact-form-card .sub { color: #CBD5E1; font-size: 15px; margin-bottom: 24px; }
.contact-form-card .form-label { font-family: var(--fm); font-size: 11px; color: #94A3B8; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 6px; font-weight: 500; }
.contact-form-card .form-control, .contact-form-card .form-select { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); color: #fff; padding: 12px 14px; border-radius: 10px; font-size: 15px; }
.contact-form-card .form-control:focus, .contact-form-card .form-select:focus { background: rgba(255,255,255,.07); border-color: var(--brand-glow); color: #fff; box-shadow: none; }
.contact-form-card .form-control::placeholder { color: #64748B; }
.contact-form-card .form-select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='%23CBD5E1' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 12px 8px; padding-right: 36px; }
.contact-form-card .form-select option { color: var(--ink); background: #fff; }
.map-embed { aspect-ratio: 16/7; border-radius: 20px; overflow: hidden; border: 1px solid var(--line); }
.map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }
/* ============================================
   BLOG POST PAGE
   ============================================ */

.article-hero { padding: 60px 0 40px; background: #fff; }
.article-meta-top { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; font-family: var(--fm); font-size: 12px; color: var(--muted); margin-bottom: 18px; }
.article-meta-top .cat { padding: 4px 10px; border-radius: 999px; background: rgba(6,182,212,.08); color: var(--brand-deep); font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.article-meta-top .sep { color: var(--line); }
.article-title { font-weight: 700; font-size: clamp(32px, 5vw, 56px); line-height: 1.08; letter-spacing: -.025em; margin-bottom: 22px; max-width: 800px; }
.article-lede { font-size: 19px; line-height: 1.6; color: var(--muted); max-width: 720px; margin-bottom: 28px; }
.article-author-row { display: flex; align-items: center; gap: 14px; padding-top: 24px; border-top: 1px solid var(--line); }
.article-author-row .avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--brand), var(--brand-deep)); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 16px; }
.article-author-row .name { font-weight: 600; font-size: 14px; }
.article-author-row .role { font-size: 12px; color: var(--muted); margin-top: 1px; }
.article-cover { aspect-ratio: 21/9; overflow: hidden; border-radius: 20px; margin-bottom: 60px; background: var(--paper-2); }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-body { max-width: 760px; margin: 0 auto; font-size: 18px; line-height: 1.7; color: var(--ink-2); }
.article-body > * { margin-bottom: 24px; }
.article-body h2 { font-size: 28px; font-weight: 700; letter-spacing: -.015em; color: var(--ink); margin-top: 48px; margin-bottom: 16px; line-height: 1.2; }
.article-body h3 { font-size: 22px; font-weight: 600; letter-spacing: -.01em; color: var(--ink); margin-top: 32px; margin-bottom: 12px; line-height: 1.25; }
.article-body p { margin-bottom: 20px; }
.article-body ul, .article-body ol { padding-left: 24px; margin-bottom: 24px; }
.article-body li { margin-bottom: 10px; }
.article-body strong { color: var(--ink); font-weight: 600; }
.article-body a { color: var(--brand-deep); text-decoration: underline; text-decoration-color: rgba(14,116,144,.3); text-underline-offset: 3px; }
.article-body a:hover { text-decoration-color: var(--brand-deep); }
.article-body blockquote { border-left: 3px solid var(--brand); padding: 12px 24px; margin: 32px 0; background: var(--paper); border-radius: 0 12px 12px 0; font-style: italic; color: var(--ink); }
.article-body img { width: 100%; border-radius: 14px; margin: 32px 0; }
.article-body code { background: var(--paper-2); padding: 2px 8px; border-radius: 6px; font-family: var(--fm); font-size: 0.9em; }
.article-cta { background: var(--paper); border: 1px solid var(--line); border-radius: 20px; padding: 36px; margin: 48px auto; max-width: 760px; text-align: center; }
.article-cta h3 { font-size: 24px; font-weight: 700; letter-spacing: -.015em; margin-bottom: 10px; }
.article-cta p { color: var(--muted); font-size: 15px; margin-bottom: 22px; max-width: 480px; margin-left: auto; margin-right: auto; }
.article-share { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 32px 0; margin: 48px auto 0; max-width: 760px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.article-share .lbl { font-family: var(--fm); font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.article-share .actions { display: flex; gap: 8px; }
.article-share a { width: 40px; height: 40px; border-radius: 10px; background: var(--paper-2); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--ink-2); transition: all .2s; }
.article-share a:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.article-share a svg { width: 18px; height: 18px; }
@media (max-width: 768px) {
  .article-hero { padding: 40px 0 28px; }
  .article-title { font-size: 30px; }
  .article-lede { font-size: 16px; }
  .article-cover { aspect-ratio: 16/10; margin-bottom: 36px; }
  .article-body { font-size: 16px; }
  .article-body h2 { font-size: 24px; margin-top: 36px; }
  .article-body h3 { font-size: 19px; margin-top: 24px; }
  .article-cta { padding: 28px 22px; margin: 36px auto; }
}

/* Fleet grid card on city/industry pages */

.fleet-grid-card { display: block; background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; text-decoration: none; color: var(--ink); transition: all .25s ease; height: 100%; }
.fleet-grid-card:hover { transform: translateY(-4px); border-color: var(--brand-deep); box-shadow: 0 18px 40px rgba(10,15,28,.1); color: var(--ink); }
.fleet-grid-card .fg-img { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--ink); }
.fleet-grid-card .fg-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.fleet-grid-card:hover .fg-img img { transform: scale(1.05); }
.fleet-grid-card .fg-body { padding: 22px; }
.fleet-grid-card .fg-temp { display: inline-block; background: var(--brand-soft); color: var(--brand-deep); font-family: var(--fm); font-size: 11px; font-weight: 700; letter-spacing: .06em; padding: 4px 10px; border-radius: 999px; margin-bottom: 12px; }
.fleet-grid-card h3 { font-size: 21px; font-weight: 700; letter-spacing: -.015em; margin-bottom: 4px; }
.fleet-grid-card .fg-meta { font-family: var(--fm); font-size: 12px; color: var(--muted); margin-bottom: 12px; }
.fleet-grid-card .fg-body p { color: var(--ink-2); font-size: 14px; line-height: 1.55; margin-bottom: 18px; min-height: 44px; }
.fleet-grid-card .fg-foot { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 1px solid var(--line); }
.fleet-grid-card .fg-price { font-weight: 700; color: var(--ink); font-size: 14px; }
.fleet-grid-card .fg-link { display: inline-flex; align-items: center; gap: 4px; color: var(--brand-deep); font-weight: 600; font-size: 13px; }
.fleet-grid-card .fg-link svg { width: 14px; height: 14px; transition: transform .25s; }
.fleet-grid-card:hover .fg-link svg { transform: translateX(3px); }
/* Hero visual card (replaces price card on city/industry pages) */

.hero-visual-card { position: relative; border-radius: 24px; overflow: hidden; aspect-ratio: 4/5; box-shadow: 0 30px 80px rgba(10,15,28,.4); }
.hero-visual-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-visual-card .hv-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,15,28,0) 30%, rgba(10,15,28,.7) 70%, rgba(10,15,28,.95) 100%); }
.hero-visual-card .hv-badge { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 22px; background: rgba(10,15,28,.7); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(34,211,238,.25); border-radius: 16px; color: #fff; }
.hero-visual-card .hv-eyebrow { font-family: var(--fm); font-size: 11px; letter-spacing: .14em; color: var(--brand-glow); text-transform: uppercase; margin-bottom: 10px; font-weight: 600; }
.hero-visual-card .hv-main { font-size: 19px; font-weight: 700; line-height: 1.3; letter-spacing: -.01em; margin-bottom: 8px; color: #fff; }
.hero-visual-card .hv-meta { font-size: 13px; color: #CBD5E1; line-height: 1.45; }
@media (max-width: 991px) {
  .hero-visual-card { aspect-ratio: 3/2; max-width: 580px; margin: 30px auto 0; }
  .hero-visual-card .hv-main { font-size: 17px; }
}

@media (max-width: 575px) {
  .hero-visual-card { aspect-ratio: 4/3; }
  .hero-visual-card .hv-badge { left: 14px; right: 14px; bottom: 14px; padding: 16px; }
  .hero-visual-card .hv-main { font-size: 15px; }
  .hero-visual-card .hv-meta { font-size: 12px; }
}

/* Cross-link section - related pages */

.crosslink-section { padding: 70px 0; background: var(--paper); border-top: 1px solid var(--line); }
.crosslink-section .row.cl-row { margin-top: 2rem; }
.crosslink-card { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; background: #fff; border: 1px solid var(--line); border-radius: 12px; text-decoration: none; color: var(--ink); transition: all .2s; height: 100%; }
.crosslink-card:hover { transform: translateY(-2px); border-color: var(--brand-deep); box-shadow: 0 14px 30px rgba(10,15,28,.08); color: var(--ink); }
.crosslink-card .cl-name { font-weight: 600; font-size: 15px; }
.crosslink-card .cl-meta { font-size: 12px; color: var(--muted); margin-top: 2px; }
.crosslink-card .cl-arrow { color: var(--brand-deep); flex-shrink: 0; transition: transform .2s; }
.crosslink-card .cl-arrow svg { width: 16px; height: 16px; }
.crosslink-card:hover .cl-arrow svg { transform: translateX(4px); }
@media (max-width: 575px) {
  .crosslink-section { padding: 50px 0; }
}

/* ============================================
   INLINE BODY CONTENT LINKS
   Brand-coloured, subtle underline, accessible
   ============================================ */

.site-section p a,
.site-section li a,
.crosslink-section p a {
  color: var(--brand-deep);
  text-decoration: none;
  border-bottom: 1px solid rgba(14, 116, 144, .3);
  font-weight: 500;
  transition: color .15s ease, border-color .15s ease;
}
.site-section p a:hover,
.site-section li a:hover,
.crosslink-section p a:hover {
  color: var(--ink);
  border-bottom-color: var(--brand-deep);
}
/* Body links inside dark-background sections */

.booking p a, .cta-final p a, .hero p a, .hero li a {
  color: var(--brand-glow);
  border-bottom-color: rgba(34, 211, 238, .4);
}
.booking p a:hover, .cta-final p a:hover, .hero p a:hover, .hero li a:hover {
  color: #fff;
  border-bottom-color: var(--brand-glow);
}
/* Don't apply this style to button-class anchors (they have their own treatment) */

.site-section p a.btn, .site-section li a.btn, .booking p a.btn, .cta-final p a.btn {
  color: inherit;
  border-bottom: 0;
  font-weight: 600;
}
/* UAE map upgrade */

.cov-pin-link.lbl-right-far .pin-label { left: calc(50% + 50px); top: 50%; transform: translateY(-50%); }
.cov-pin-link:hover.lbl-right-far .pin-label { transform: translateY(-50%) scale(1.05); }
.cov-map { aspect-ratio: 16/11;position: relative; overflow: visible; box-shadow: 0 30px 80px rgba(10,15,28,.18); background: linear-gradient(160deg, #0F172A 0%, #0A0F1C 60%, #0E1A2E 100%); }
.cov-map .uae-svg { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.cov-map .uae-svg path { fill: url(#uaeGrad); stroke: rgba(34,211,238,.45); stroke-width: 1.4; }
.cov-map::before, .cov-map::after { z-index: 2; }
.cov-map::after { content: ''; position: absolute; inset: 0; background: radial-gradient(60% 50% at 60% 45%, rgba(34,211,238,.15), transparent 70%); z-index: 2; }
.cov-pin-link { position: absolute; transform: translate(-50%, -50%); cursor: pointer; z-index: 4; text-decoration: none; }
.cov-pin-link .pin-dot { display: block; width: 12px; height: 12px; border-radius: 50%; background: var(--brand-glow); box-shadow: 0 0 0 5px rgba(34,211,238,.22), 0 0 22px var(--brand-glow); animation: pulse-pin 2.5s infinite; transition: transform .2s; }
.cov-pin-link:hover .pin-dot { transform: scale(1.3); }
.cov-pin-link .pin-label { position: absolute; left: 50%; padding: 5px 11px; border-radius: 999px; background: rgba(255,255,255,.95); color: var(--ink); font-family: var(--fm); font-size: 11px; font-weight: 700; letter-spacing: .04em; white-space: nowrap; box-shadow: 0 8px 22px rgba(0,0,0,.4); transition: all .2s; }
.cov-pin-link:hover .pin-label { background: var(--brand-glow); color: var(--ink); transform: translateX(-50%) scale(1.05); }
.cov-pin-link.lbl-top .pin-label { top: -32px; transform: translateX(-50%); }
.cov-pin-link.lbl-bottom .pin-label { top: 18px; transform: translateX(-50%); }
.cov-pin-link.lbl-right .pin-label { left: calc(50% + 16px); top: 50%; transform: translateY(-50%); }
.cov-pin-link.lbl-left .pin-label { right: calc(50% + 16px); left: auto; top: 50%; transform: translateY(-50%); }
.cov-pin-link.lbl-topright .pin-label { top: -10px; left: calc(50% + 14px); transform: translateY(-100%); }
.cov-pin-link:hover.lbl-bottom .pin-label { transform: translateX(-50%) scale(1.05); }
.cov-pin-link:hover.lbl-right .pin-label { transform: translateY(-50%) scale(1.05); }
.cov-pin-link:hover.lbl-left .pin-label { transform: translateY(-50%) scale(1.05); }
@media (max-width: 991px) {
  .cov-pin-link .pin-label { font-size: 10px; padding: 4px 9px; }
  .cov-pin-link .pin-dot { width: 10px; height: 10px; }
}

@media (max-width: 575px) {
  .cov-map { aspect-ratio: 4/3; }
  .cov-pin-link .pin-label { font-size: 9px; padding: 3px 7px; }
}

/* Blog teaser cards */

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 2rem; }
.blog-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; transition: all .2s; text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-3px); border-color: var(--brand-deep); box-shadow: 0 18px 40px rgba(10,15,28,.08); color: inherit; }
.blog-card .blog-cover { aspect-ratio: 16 / 10; overflow: hidden; background: var(--paper-2); }
.blog-card .blog-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.blog-card:hover .blog-cover img { transform: scale(1.05); }
.blog-card .blog-body { padding: 22px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.blog-card .blog-meta { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; margin-bottom: 10px; font-weight: 600; }
.blog-card h3 { font-size: 18px; line-height: 1.35; margin-bottom: 10px; color: var(--ink); font-weight: 700; }
.blog-card .blog-excerpt { font-size: 14px; color: var(--ink-2); line-height: 1.55; flex: 1; margin-bottom: 14px; }
.blog-card .blog-link { font-size: 13px; font-weight: 600; color: var(--brand-deep); display: inline-flex; align-items: center; gap: 6px; }
.blog-card .blog-link svg { width: 14px; height: 14px; transition: transform .2s; }
.blog-card:hover .blog-link svg { transform: translateX(3px); }
@media (max-width: 991px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 575px) { .blog-grid { grid-template-columns: 1fr; gap: 16px; } }

@media (max-width: 991px) {
  }


/* Location card with embedded map */
.location-card { display: grid; grid-template-columns: 1.2fr 1fr; background: #0A0F1C; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; position: relative; min-height: 460px; }
.location-card .map-frame { position: relative; min-height: 460px; background: var(--ink); }
.location-card .map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; filter: grayscale(.1) contrast(1.05); }
.location-card .info-panel { padding: 50px 44px; color: #fff; display: flex; flex-direction: column; justify-content: center; gap: 16px; }
.location-card .info-panel .lbl { font-family: var(--fm); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--brand-glow); }
.location-card .info-panel h3 { font-size: 28px; font-weight: 700; letter-spacing: -.015em; line-height: 1.15; margin: 0; }
.location-card .info-panel p { font-size: 15px; color: rgba(255,255,255,.75); line-height: 1.55; margin: 0; max-width: 95%; }
.location-card .info-panel .meta-row { display: flex; flex-wrap: wrap; gap: 20px 28px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.location-card .info-panel .meta-item { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,.85); }
.location-card .info-panel .meta-item svg { width: 16px; height: 16px; color: var(--brand-glow); flex-shrink: 0; }
.location-card .info-panel .btn { align-self: flex-start; margin-top: 8px; }
@media (max-width: 991px) {
  .location-card { grid-template-columns: 1fr; }
  .location-card .info-panel { padding: 36px 28px; }
  .location-card .map-frame { min-height: 320px; }
}

a {
    color: var(--brand-deep);
    text-decoration: none;
}
.booking-form form p {
    display: contents !important;
}

.testimonial-slider {
    margin: 0 -12px;
}

.testimonial-slide {
    padding: 0 12px;
}

.testimonials {
    position: relative;
}

.testimonials .custom-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: #fff;
    color: #111;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 20;
    transition: .3s ease;
}

.testimonials .custom-arrow:hover {
    background: var(--accent);
    color: #fff;
}

.testimonials .slick-prev {
    left: -70px;
}

.testimonials .slick-next {
    right: -70px;
}

.testimonials .slick-prev:before,
.testimonials .slick-next:before {
    display: none;
}

.testimonials .slick-dots {
    bottom: -45px;
}

.testimonials .slick-dots li button:before {
    font-size: 10px;
}

@media (max-width: 1200px) {

    .testimonials .slick-prev {
        left: -20px;
    }

    .testimonials .slick-next {
        right: -20px;
    }

}

@media (max-width: 768px) {

    .testimonials .custom-arrow {
        display: none !important;
    }

}
.testimonial-slider{
    position:relative;
}

.slick-prev,
.slick-next{
    position:absolute !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    width:52px !important;
    height:52px !important;
    border-radius:50% !important;
    border:1px solid #ddd !important;
    background:#fff !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    z-index:999 !important;
}

.slick-prev{
    left:-70px !important;
}

.slick-next{
    right:-70px !important;
}

.slick-prev:before,
.slick-next:before{
    display:none !important;
}

.custom-arrow i{
    font-size:18px;
    color:#111;
}

@media(max-width:991px){

    .slick-prev{
        left:-20px !important;
    }

    .slick-next{
        right:-20px !important;
    }

}

@media(max-width:767px){

    .slick-prev,
    .slick-next{
        display:none !important;
    }

}

.testimonial-slider .slick-track{
    padding: 10px 0;
}

input[type="date"]::-webkit-calendar-picker-indicator{
    filter: invert(1);
    cursor: pointer;
}

.footer-contact .col-6 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-contact a {
    color: #fff;
    text-decoration: none;
    padding: 12px 0 10px;
    line-height: 1.2;
    text-align: center;
}

.footer-contact i,
.footer-contact img {
    width: 22px;
    font-size: 22px;
    margin-bottom: 6px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 767px) and (min-width: 0px)  {.cov-pin-link .pin-label {
    display: none;
}
}
.site-footer i {
    margin-top: 4px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
}