/* All Season Claims — v6.0 — Maximum Quality */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg, #0a0a0a);
  color: #f0ede8;
  overflow-x: hidden;
  line-height: 1.65;
}

a { text-decoration: none; color: inherit; transition: color .18s, opacity .18s; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* ── DESIGN TOKENS ─────────────────────────────── */
:root {
  --gold:   #C9A84C;
  --gold-lt: #E4C76B;
  --gold-dk: #A07830;
  --bg:     #0A0A0A;
  --bg2:    #141414;
  --bg3:    #1C1C1C;
  --bg4:    #242424;
  --muted:  #888;
  --light:  #F4F2EE;
  --border: rgba(201,168,76,.18);
  --radius: 10px;
}

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

/* ── TYPOGRAPHY ────────────────────────────────── */
.eyebrow {
  display: block;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.sec-h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 16px;
}
.sec-h2 em { font-style: normal; color: var(--gold); }

/* ── CTA BUTTONS — compact, professional ──────── */
.cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 20px;       /* deliberately modest */
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .22s;
  line-height: 1;
  white-space: nowrap;
}
.cta-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-dk));
  color: #000;
}
.cta-primary:hover {
  background: linear-gradient(135deg, var(--gold-lt), var(--gold));
  transform: translateY(-2px);
  box-shadow: 0 5px 18px rgba(201,168,76,.35);
}
/* WhatsApp button — same size as the gold Call button, in WhatsApp green */
.cta-wa {
  background: #25D366;
  color: #fff;
  gap: 8px;
}
.cta-wa:hover { background: #1db954; transform: translateY(-2px); box-shadow: 0 5px 18px rgba(37,211,102,.4); }
/* Referral WhatsApp buttons — WhatsApp green with white icon */
.cta-wa-alt {
  background: #25D366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 6px;
  font-family: inherit;
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .22s;
  line-height: 1;
  white-space: nowrap;
}
.cta-wa-alt:hover { background: #1db954; transform: translateY(-2px); box-shadow: 0 5px 18px rgba(37,211,102,.4); }
.wa-ico-dark { width: 18px; height: 18px; fill: #fff; flex-shrink: 0; }
.wa-ico {
  width: 18px;
  height: 18px;
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}
.cta-ghost {
  background: transparent;
  color: rgba(255,255,255,.8);
  border: 1.5px solid rgba(255,255,255,.22);
}
.cta-ghost:hover { background: rgba(255,255,255,.07); }
.cta-sm { padding: 8px 16px; font-size: .76rem; }

/* ── HEADER / NAV ─────────────────────────────── */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(10,10,10,.95);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: visible;
}
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

.header-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  height: 82px;
  display: flex;
  align-items: center;
  gap: 14px;
}

/* LOGO — lion PNG with slogan beneath */
.header-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}
.header-logo-lion {
  display: flex;
  align-items: center;
  text-decoration: none;
}
/* Slogan shown as live text for readability */
.header-logo-inner { display: flex; flex-direction: column; align-items: flex-start; gap: 1px; }
.logo-slogan { display: block; }
.logo-img {
  height: 86px;
  width: auto;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: block;
  filter: brightness(1.12) contrast(1.06) drop-shadow(0 2px 10px rgba(0,0,0,1));
}
.logo-lion {
  height: 68px;
  object-fit: contain;
  object-position: left center;
}
.header-logo .custom-logo-link {
  display: flex;
  align-items: center;
  background: transparent !important;
}
.header-logo .custom-logo {
  height: 68px;
  width: auto;
  background: transparent !important;
  filter: drop-shadow(0 2px 10px rgba(0,0,0,0.98));
}
/* Logo slogan — live CSS text, always crisp */
.logo-slogan {
  display: block;
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.45rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: rgba(255,255,255,0.9);
  white-space: nowrap;
  text-shadow: 0 1px 4px rgba(0,0,0,1);
  padding-left: 1px;
  line-height: 1;
}
.logo-slogan em {
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
}
/* Legacy wordmark (unused but kept as fallback) */
.header-logo-wordmark { display: none; }
.header-logo-snowflake { display: none; }
.hlw-title, .hlw-tag { display: none; }

.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}
.nav-links li a {
  color: rgba(255,255,255,.7);
  font-size: .76rem;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 4px;
  transition: color .18s;
  text-decoration: none;
  display: block;
}
.nav-links li a:hover,
.nav-links li.current-menu-item a { color: var(--gold); }

.header-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dk));
  color: #000;
  font-weight: 700;
  font-size: .88rem;
  padding: 11px 22px;
  border-radius: 6px;
  margin-left: auto;
  white-space: nowrap;
  text-decoration: none;
  flex-shrink: 0;
  transition: all .2s;
}
.header-cta:hover { transform: translateY(-1px); box-shadow: 0 4px 14px rgba(201,168,76,.35); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: .28s;
}
.nav-toggle.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ── HERO — Composed banner: designed dark left + car framed on right ── */
.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-top: 90px;
  overflow: hidden;
  background: var(--bg);
  display: flex;
  align-items: center;
}

/* Decorative dark background — subtle gold diagonal crosshatch pattern */
.hero-deco {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    /* Subtle diagonal gold lines pattern — very faint, luxury texture */
    repeating-linear-gradient(
      135deg,
      rgba(201,168,76,0) 0px,
      rgba(201,168,76,0) 48px,
      rgba(201,168,76,.04) 48px,
      rgba(201,168,76,.04) 49px
    ),
    repeating-linear-gradient(
      45deg,
      rgba(201,168,76,0) 0px,
      rgba(201,168,76,0) 48px,
      rgba(201,168,76,.03) 48px,
      rgba(201,168,76,.03) 49px
    ),
    /* Warm dark gradient base */
    radial-gradient(ellipse 80% 70% at 25% 50%, rgba(24,20,12,.6) 0%, rgba(10,10,10,0) 70%),
    linear-gradient(135deg, #0e0d0a 0%, #0a0a0a 50%, #080808 100%);
}

/* Car banner — pre-composed: dark left merging into G-Wagon on right */
.hero-vehicle {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--bg);
}

/* Warm gold radial glow behind the car — subtle spotlight */
.hero-glow {
  position: absolute;
  top: 5%; bottom: 5%;
  left: 40%;
  right: 10%;
  z-index: 0;
  background: radial-gradient(ellipse 70% 65% at 50% 50%, rgba(201,150,54,.09) 0%, rgba(201,150,54,0) 70%);
  pointer-events: none;
}

/* Gradient blend: dark text area fading to transparent for car and badge */
.hero-mask {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg,
      rgba(10,10,10,1) 0%,
      rgba(10,10,10,.99) 34%,
      rgba(10,10,10,.88) 42%,
      rgba(10,10,10,.35) 50%,
      rgba(10,10,10,0) 58%),
    /* Bottom edge melt */
    linear-gradient(0deg, rgba(10,10,10,.55) 0%, rgba(10,10,10,0) 18%),
    /* Top edge softener */
    linear-gradient(180deg, rgba(10,10,10,.3) 0%, rgba(10,10,10,0) 12%);
  pointer-events: none;
}

/* Gold diagonal seam between the designed area and the car */
.hero::before {
  content: '';
  position: absolute;
  top: -10%; bottom: -10%;
  left: 43%;
  width: 1.5px;
  background: linear-gradient(180deg, transparent 0%, rgba(201,168,76,0.45) 30%, rgba(201,168,76,0.55) 50%, rgba(201,168,76,0.45) 70%, transparent 100%);
  transform: skewX(-12deg);
  transform-origin: top;
  z-index: 3;
  pointer-events: none;
}
/* Bottom edge melt */
.hero::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 56px;
  background: linear-gradient(0deg, var(--bg) 0%, rgba(10,10,10,0) 100%);
  z-index: 3;
  pointer-events: none;
}

/* Gold corner frame brackets on the hero — top-left and bottom-right */
.hero-frame {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.hero-frame::before {
  content: '';
  position: absolute;
  top: 100px; left: 28px;
  width: 50px; height: 50px;
  border-top: 1.5px solid rgba(201,168,76,.35);
  border-left: 1.5px solid rgba(201,168,76,.35);
}
.hero-frame::after {
  content: '';
  position: absolute;
  bottom: 24px; right: 28px;
  width: 50px; height: 50px;
  border-bottom: 1.5px solid rgba(201,168,76,.35);
  border-right: 1.5px solid rgba(201,168,76,.35);
}

/* Content container — flush left */
.hero-layout {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 32px 28px;
  display: block;
}
.hero-content {
  max-width: 620px;
  text-align: left;
}

/* Logo — transparent PNG, left aligned */
.hero-logo {
  margin: 0 0 24px 0;
  text-align: left;
}
.hero-logo .logo-img,
.hero-logo .custom-logo {
  height: 96px;
  width: auto;
  max-width: 300px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  filter: drop-shadow(0 2px 12px rgba(0,0,0,0.95));
  display: block;
}
.hero-logo .custom-logo-link { display: inline-flex; background: transparent !important; }

/* Headline — heavy condensed (Anton) to match the flyer */
.hero-h1 {
  display: flex;
  flex-direction: column;
  line-height: .9;
  margin: 0 0 20px 0;
}
.hw, .hg {
  display: block;
  font-family: 'Anton', 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: clamp(3rem, 5.4vw, 5.9rem);
  letter-spacing: .004em;
  text-transform: uppercase;
}
.hw { color: #fff; text-shadow: 0 3px 22px rgba(0,0,0,.75); }
.hg {
  background: linear-gradient(180deg, #e8c876 0%, var(--gold) 55%, var(--gold-dk) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--gold);
  text-shadow: 0 3px 22px rgba(0,0,0,.4);
}

.hero-divider {
  width: 54px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin: 0 0 18px 0;
}
.hero-p {
  color: rgba(255,255,255,.85);
  font-size: 1rem;
  max-width: 430px;
  line-height: 1.75;
  margin: 0 0 30px 0;
  text-shadow: 0 1px 8px rgba(0,0,0,.7);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

/* 10+ YEARS — LUXURY ANIMATED CREST with pulsing glow + shimmer sweep */
.hero-badge-col { position: static; }
.exp-badge {
  position: absolute;
  top: 60px;
  right: 16px;
  z-index: 4;
  width: 230px;
  text-align: center;
}
.exp-medallion {
  position: relative;
  z-index: 0;
  width: 230px;
  height: 230px;
  margin: 0 auto;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 30%, rgba(50,42,24,0.95) 0%, rgba(10,9,7,0.99) 68%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(201,168,76,.7);
  overflow: hidden;
  box-shadow:
    0 0 0 6px rgba(10,10,10,0.9),
    0 0 0 7px rgba(201,168,76,0.35),
    0 0 0 12px rgba(10,10,10,0.8),
    0 0 0 13px rgba(201,168,76,0.15),
    0 0 44px rgba(201,168,76,.12),
    0 28px 60px rgba(0,0,0,0.75),
    inset 0 0 40px rgba(0,0,0,0.65);
  animation: badgePulse 3s ease-in-out infinite;
}
@keyframes badgePulse {
  0%, 100% { box-shadow:
    0 0 0 6px rgba(10,10,10,0.9),
    0 0 0 7px rgba(201,168,76,0.35),
    0 0 0 12px rgba(10,10,10,0.8),
    0 0 0 13px rgba(201,168,76,0.15),
    0 0 44px rgba(201,168,76,.12),
    0 28px 60px rgba(0,0,0,0.75),
    inset 0 0 40px rgba(0,0,0,0.65); }
  50% { box-shadow:
    0 0 0 6px rgba(10,10,10,0.9),
    0 0 0 7px rgba(201,168,76,0.55),
    0 0 0 12px rgba(10,10,10,0.8),
    0 0 0 13px rgba(201,168,76,0.3),
    0 0 60px rgba(201,168,76,.22),
    0 28px 60px rgba(0,0,0,0.75),
    inset 0 0 40px rgba(0,0,0,0.55); }
}
/* Glossy sheen sweep — diagonal light that gently rotates */
.exp-medallion::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.14) 8%, rgba(255,255,255,0) 16%, rgba(255,255,255,0) 100%);
  animation: badgeSweep 5s linear infinite;
  pointer-events: none;
  z-index: 3;
}
@keyframes badgeSweep { to { transform: rotate(360deg); } }
/* Engraved laurel wreath + beaded coin edge, painted behind the text */
.eb-crest {
  position: absolute;
  inset: -6px;
  z-index: 1;
  pointer-events: none;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.6));
  overflow: hidden;
}
.eb-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* Crown SVG above the stars — tiny inline detail */
.eb-crown {
  display: block;
  width: 24px;
  height: 12px;
  margin-bottom: 1px;
  opacity: .9;
}
.eb-stars {
  font-size: .58rem;
  letter-spacing: 3px;
  color: var(--gold);
  margin-bottom: 1px;
  text-indent: 4px;
  text-shadow: 0 0 6px rgba(201,168,76,.5);
}
.eb-num {
  display: block;
  font-family: 'Anton', 'Bebas Neue', sans-serif;
  font-size: 3.2rem;
  line-height: .80;
  letter-spacing: .01em;
  /* Safari iOS fix — use solid gold, no background-clip gradient */
  color: #C9A84C;
  /* Modern browsers get the gradient */
  background: linear-gradient(180deg, #f8e098 0%, #e0bc5a 40%, #C9A84C 65%, #a8872e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* Safari fallback if clip fails */
  @supports not (-webkit-background-clip: text) {
    -webkit-text-fill-color: #C9A84C;
    background: none;
  }
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.5));
}
.eb-label {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: .05em;
  line-height: 1;
  margin-top: 1px;
}
.eb-line {
  display: block;
  width: 36px;
  height: 1px;
  margin: 4px auto 4px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.eb-label2 {
  display: block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: .58rem;
  color: var(--gold);
  letter-spacing: .22em;
  text-indent: .22em;
  margin-bottom: 2px;
}
.eb-caption {
  display: block;
  margin-top: 16px;
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: .8rem;
  color: rgba(255,255,255,0.78);
  letter-spacing: .02em;
  text-shadow: 0 1px 6px rgba(0,0,0,.6);
}

/* ── SERVICES ─────────────────────────────────── */
.section-services {
  background: var(--bg);
  padding: 40px 0 56px;
}
.section-header {
  text-align: center;
  margin-bottom: 32px;
}
.section-eyebrow {
  display: inline-block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: .95rem;
  letter-spacing: .32em;
  color: var(--gold);
  margin-bottom: 14px;
  padding-left: .32em;
}
.section-title {
  font-family: 'Anton', 'Bebas Neue', sans-serif;
  font-size: clamp(2.3rem, 5vw, 3.5rem);
  text-transform: uppercase;
  letter-spacing: .015em;
  color: #fff;
  line-height: 1;
  margin: 0 0 18px;
}
.section-accent {
  display: block;
  width: 66px;
  height: 3px;
  margin: 0 auto;
  background: linear-gradient(90deg, var(--gold-dk), var(--gold), var(--gold-dk));
}

/* ---- Service tiles: LUXURY GALLERY — dramatic image + hover-reveal overlay ---- */
.svc-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}
.svc-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.svc-card,
.svc-card-wide {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(201,168,76,.12);
  background: #0d0d0b;
  isolation: isolate;
  cursor: pointer;
  transition: transform .4s cubic-bezier(.2,.7,.2,1), border-color .35s, box-shadow .4s;
}
.svc-card { height: 400px; }
.svc-card-wide { height: 420px; }
.svc-card:hover,
.svc-card-wide:hover {
  transform: translateY(-8px);
  border-color: rgba(201,168,76,.6);
  box-shadow: 0 22px 55px rgba(0,0,0,.7), 0 0 0 1px rgba(201,168,76,.15);
}
/* the photo */
.svc-photo-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-color: var(--bg4);
  transition: transform 1.2s cubic-bezier(.2,.7,.2,1), filter .6s;
}
.svc-card:hover .svc-photo-bg,
.svc-card-wide:hover .svc-photo-bg { transform: scale(1.08); filter: brightness(.85); }

/* ---- GOLD CORNER BRACKETS — luxury bespoke framing ---- */
.svc-card::before,
.svc-card-wide::before {
  content: '';
  position: absolute;
  top: 14px; left: 14px;
  width: 32px; height: 32px;
  border-top: 1.5px solid rgba(201,168,76,.6);
  border-left: 1.5px solid rgba(201,168,76,.6);
  z-index: 5;
  pointer-events: none;
  transition: width .35s, height .35s, border-color .35s;
}
.svc-card::after,
.svc-card-wide::after {
  content: '';
  position: absolute;
  bottom: 14px; right: 14px;
  width: 32px; height: 32px;
  border-bottom: 1.5px solid rgba(201,168,76,.6);
  border-right: 1.5px solid rgba(201,168,76,.6);
  z-index: 5;
  pointer-events: none;
  transition: width .35s, height .35s, border-color .35s;
}
.svc-card:hover::before,
.svc-card-wide:hover::before,
.svc-card:hover::after,
.svc-card-wide:hover::after {
  width: 44px; height: 44px;
  border-color: rgba(201,168,76,.9);
}

/* Dark gradient at bottom — keeps title legible; lightens on hover so the overlay takes over */
.svc-scrim {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg,
    rgba(8,8,8,0) 38%,
    rgba(8,8,8,.35) 62%,
    rgba(8,8,8,.88) 88%,
    rgba(8,8,8,.97) 100%);
  transition: opacity .4s;
}
.svc-card:hover .svc-scrim,
.svc-card-wide:hover .svc-scrim { opacity: .7; }

/* ---- NUMBER — large italic Playfair serif, top-right, translucent ---- */
.svc-num {
  position: absolute;
  top: 16px; right: 18px;
  z-index: 6;
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(201,168,76,.4);
  text-shadow: none;
  transition: -webkit-text-stroke-color .35s;
}
.svc-card:hover .svc-num,
.svc-card-wide:hover .svc-num {
  -webkit-text-stroke-color: rgba(201,168,76,.7);
}

/* ---- TEXT OVERLAY — slides up on hover to reveal description ---- */
.svc-overlay {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 3;
  padding: 0 24px 26px;
  transform: translateY(0);
  transition: transform .45s cubic-bezier(.2,.7,.2,1);
}
/* the description and rule below the title: hidden by default, revealed on hover */
.svc-desc,
.svc-rule { opacity: 0; transform: translateY(12px); transition: opacity .35s .06s, transform .35s .06s; }
.svc-card:hover .svc-desc,
.svc-card:hover .svc-rule,
.svc-card-wide:hover .svc-desc,
.svc-card-wide:hover .svc-rule { opacity: 1; transform: translateY(0); }

/* ---- Frosted backdrop that rises behind the text on hover ---- */
.svc-overlay::before {
  content: '';
  position: absolute;
  inset: -40px -10px -10px -10px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(10,10,8,0) 0%, rgba(10,10,8,.92) 38%, rgba(10,10,8,.98) 100%);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .4s, transform .4s;
}
.svc-card:hover .svc-overlay::before,
.svc-card-wide:hover .svc-overlay::before {
  opacity: 1;
  transform: translateY(0);
}

/* ---- Gold left accent on title ---- */
.svc-title {
  margin: 0;
  font-family: 'Inter', -apple-system, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.18;
  letter-spacing: .06em;
  text-shadow: 0 2px 10px rgba(0,0,0,.9), 0 0 30px rgba(0,0,0,.6);
  padding-left: 14px;
  border-left: 2px solid var(--gold);
  transition: border-color .3s, padding-left .3s;
}
.svc-card:hover .svc-title,
.svc-card-wide:hover .svc-title { border-left-width: 3px; }
.svc-card .svc-title { font-size: 1.05rem; }
.svc-card-wide .svc-title { font-size: 1.2rem; }
.svc-rule {
  display: block;
  width: 0; height: 1px;
  margin: 10px 0 10px 14px;
  background: linear-gradient(90deg, var(--gold), rgba(201,168,76,.2));
  transition: width .5s .12s;
}
.svc-card:hover .svc-rule,
.svc-card-wide:hover .svc-rule { width: 48px; }
.svc-desc {
  margin: 0;
  padding-left: 14px;
  color: rgba(232,228,220,.88);
  font-size: .82rem;
  line-height: 1.65;
  text-shadow: 0 1px 8px rgba(0,0,0,.85);
}
.svc-card .svc-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.svc-card-wide .svc-desc { font-size: .85rem; }

/* ---- Shimmer sweep on hover — diagonal gold light crossing the card ---- */
.svc-scrim::before {
  content: '';
  position: absolute;
  top: -50%; left: -60%;
  width: 50%; height: 200%;
  background: linear-gradient(105deg, rgba(201,168,76,0) 0%, rgba(201,168,76,.08) 45%, rgba(201,168,76,.16) 50%, rgba(201,168,76,.08) 55%, rgba(201,168,76,0) 100%);
  transform: translateX(-100%);
  z-index: 1;
  pointer-events: none;
}
.svc-card:hover .svc-scrim::before,
.svc-card-wide:hover .svc-scrim::before {
  animation: svcShimmer .8s ease forwards;
}
@keyframes svcShimmer { to { transform: translateX(320%); } }

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  padding-left: 14px;
  color: var(--gold);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: gap .18s, color .18s;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .3s .1s, transform .3s .1s, gap .18s, color .18s;
}
.svc-card-wide:hover .card-link { opacity: 1; transform: translateY(0); }
.card-link:hover { gap: 9px; color: var(--gold-lt); }

/* ── TRUST BAR ─────────────────────────────────── */
.trust-bar {
  background: var(--light);
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 22px 0;
}
.trust-grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
  min-width: 170px;
}
.trust-item i {
  font-size: 1.7rem;
  color: #1a1a1a;
  flex-shrink: 0;
  margin-top: 2px;
}
.trust-item strong {
  display: block;
  font-size: .78rem;
  font-weight: 700;
  color: #111;
  letter-spacing: .03em;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.trust-item span {
  color: #555;
  font-size: .75rem;
  line-height: 1.5;
  display: block;
}
.trust-sep {
  width: 1px;
  height: 38px;
  background: rgba(0,0,0,.12);
  flex-shrink: 0;
}

/* ── ABOUT ─────────────────────────────────────── */
.section-about {
  background: var(--bg2);
  padding: 72px 0;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 64px;
  align-items: center;
}
.about-media { position: relative; }
.about-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: 420px;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  display: block;
  filter: brightness(.88);
}
.about-media::before {
  content: '';
  position: absolute;
  top: -8px; left: -8px;
  right: 8px; bottom: 8px;
  border: 1px solid rgba(201,168,76,.15);
  border-radius: var(--radius);
  pointer-events: none;
}
.about-badge-yr {
  position: absolute;
  top: -12px; right: -12px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dk));
  color: #000;
  padding: 10px 13px;
  border-radius: 8px;
  text-align: center;
}
.about-badge-yr .n {
  display: block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.7rem;
  line-height: 1;
}
.about-badge-yr .l {
  display: block;
  font-size: .6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.about-badge-ico {
  position: absolute;
  bottom: -12px; left: -12px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 8px 12px 8px 8px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--gold);
}
.ico-badge-sm {
  background: #fff;
  border-radius: 5px;
  padding: 4px 6px;
  display: inline-flex;
  align-items: center;
}
.ico-badge-sm img { height: 20px; width: auto; display: block; }
.about-lead {
  font-size: .94rem;
  color: #f0ede8;
  line-height: 1.8;
  margin-bottom: 12px;
}
.about-body {
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.8;
  margin-bottom: 14px;
}
.check-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 18px 0;
}
.check-list li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: .82rem;
  color: #f0ede8;
}
.check-list li i { color: var(--gold); font-size: .76rem; flex-shrink: 0; }
.about-copy .cta { margin-top: 18px; }

/* ── NATIONWIDE ─────────────────────────────────── */
.section-nw {
  background:
    linear-gradient(135deg, rgba(10,10,10,.94) 0%, rgba(10,10,10,.88) 100%),
    url('https://images.unsplash.com/photo-1513257821430-4cd6d818f740?auto=format&fit=crop&w=1600&q=80') center/cover fixed;
  padding: 72px 0;
  position: relative;
}
.section-nw::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.nw-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 52px;
  align-items: start;
}
.nw-left {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}
.uk-map-wrap {
  flex-shrink: 0;
  width: 200px;
  text-align: center;
}
.uk-map-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0,0,0,.5);
  border: 1px solid rgba(201,168,76,.25);
}
.uk-map-label {
  display: block;
  margin-top: 12px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1rem;
  letter-spacing: .18em;
  color: var(--gold);
}
.nw-w {
  display: block;
  font-family: 'Inter', -apple-system, sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  color: #fff;
  letter-spacing: .02em;
  line-height: 1.1;
  text-transform: uppercase;
}
.nw-g {
  display: block;
  font-family: 'Inter', -apple-system, sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  color: var(--gold);
  letter-spacing: .02em;
  line-height: 1.1;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.nw-copy p {
  color: rgba(255,255,255,.72);
  font-size: .92rem;
  line-height: 1.7;
  margin-bottom: 16px;
}
/* Nationwide key points list */
.nw-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  margin-top: 20px;
}
.nw-point {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .82rem;
  color: rgba(255,255,255,.78);
}
.nw-point i {
  color: var(--gold);
  font-size: .72rem;
  flex-shrink: 0;
}
.star-row {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--gold);
  font-size: .9rem;
}
.star-row span {
  color: var(--muted);
  font-size: .78rem;
  margin-left: 6px;
}

/* Contact card */
.contact-card {
  background: var(--bg3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.cc-head {
  background: linear-gradient(135deg, var(--gold), var(--gold-dk));
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.2rem;
  letter-spacing: .15em;
  color: #000;
  padding: 12px 20px;
}
.cc-body { padding: 16px 20px 20px; }
.cc-sub {
  color: rgba(255,255,255,.55);
  font-size: .82rem;
  line-height: 1.6;
  margin-bottom: 14px;
}
/* Contact rows: circular icon + label + value (bulletproof inline SVGs) */
.cc-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--bg4);
  text-decoration: none;
  margin-bottom: 10px;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.cc-row:last-child { margin-bottom: 0; }
.cc-row:hover { transform: translateX(4px); }
.cc-ic {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cc-ic svg { width: 20px; height: 20px; display: block; }
.cc-tx { display: flex; flex-direction: column; line-height: 1.3; min-width: 0; }
.cc-lbl { font-weight: 700; font-size: .92rem; }
.cc-val { font-size: .78rem; opacity: .72; overflow: hidden; text-overflow: ellipsis; }
/* Call = gold */
.cc-row-call .cc-ic { background: linear-gradient(135deg, var(--gold), var(--gold-dk)); color: #0a0a0a; }
.cc-row-call .cc-lbl { color: #fff; }
.cc-row-call .cc-val { color: var(--gold); }
.cc-row-call:hover { border-color: rgba(201,168,76,.5); box-shadow: 0 6px 18px rgba(201,168,76,.18); }
/* WhatsApp = green */
.cc-row-wa .cc-ic { background: #25D366; color: #fff; }
.cc-row-wa .cc-lbl { color: #fff; }
.cc-row-wa .cc-val { color: #25D366; }
.cc-row-wa:hover { border-color: rgba(37,211,102,.5); box-shadow: 0 6px 18px rgba(37,211,102,.18); }
/* Email = dark/gold */
.cc-row-em .cc-ic { background: #1a1714; border: 1px solid rgba(201,168,76,.4); color: var(--gold); }
.cc-row-em .cc-lbl { color: #fff; }
.cc-row-em .cc-val { color: var(--gold); }
.cc-row-em:hover { border-color: rgba(201,168,76,.5); box-shadow: 0 6px 18px rgba(0,0,0,.35); }

/* ── REFERRAL ──────────────────────────────────── */
.section-ref {
  padding: 72px 0;
  background:
    linear-gradient(135deg, rgba(10,10,10,.97) 0%, rgba(10,10,10,.92) 100%),
    url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=1400&q=75') center/cover;
}
.ref-grid {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 60px;
  align-items: center;
}
.ref-copy p {
  color: rgba(255,255,255,.6);
  font-size: .87rem;
  line-height: 1.8;
  margin-bottom: 10px;
}
.ref-amount-box {
  background: var(--bg3);
  border: 1px solid var(--border);
  border-left: 4px solid var(--gold);
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  margin-bottom: 18px;
}
.ref-amount {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(1.9rem, 3.2vw, 2.7rem);
  color: var(--gold);
  line-height: 1;
}
.ref-sub {
  font-size: .65rem;
  letter-spacing: .15em;
  color: rgba(255,255,255,.4);
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 4px;
}
.ref-copy .check-list { grid-template-columns: 1fr; margin-bottom: 0; }
.ref-copy .cta { margin-top: 18px; }

.ref-qr-card {
  background: var(--bg3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
  text-align: center;
}
.rqc-title {
  font-size: .82rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.rqc-img {
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
  margin-bottom: 11px;
}
.rqc-num { color: var(--gold); font-size: .9rem; font-weight: 700; margin-bottom: 4px; }
.rqc-em {
  color: var(--muted);
  font-size: .73rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.rqc-em i { color: var(--gold); }
.ref-qr-col .cta { margin: 0 auto; }

/* ── REVIEWS ───────────────────────────────────── */
.section-reviews { background: var(--bg); padding: 72px 0; }
.sec-header { text-align: center; margin-bottom: 44px; }
.sec-header .star-row { justify-content: center; margin-top: 8px; }
.rev-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.rev-card {
  background: var(--bg3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
  transition: transform .28s, border-color .28s, box-shadow .28s;
}
.rev-card:hover {
  transform: translateY(-3px);
  border-color: rgba(201,168,76,.4);
  box-shadow: 0 12px 32px rgba(0,0,0,.5);
}
.rev-featured {
  border-color: rgba(201,168,76,.4);
  background: linear-gradient(135deg, rgba(201,168,76,.05) 0%, var(--bg3) 100%);
}
.rev-stars { color: var(--gold); font-size: .78rem; margin-bottom: 10px; }
blockquote {
  color: rgba(255,255,255,.65);
  font-size: .84rem;
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 16px;
  quotes: none;
  position: relative;
  padding-top: 4px;
}
blockquote::before {
  content: '\201C';
  font-size: 3rem;
  color: var(--gold);
  opacity: .15;
  position: absolute;
  top: -8px; left: -3px;
  line-height: 1;
  font-style: normal;
}
.rev-author { display: flex; align-items: center; gap: 9px; }
.rev-av {
  width: 34px; height: 34px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold), var(--gold-dk));
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: .68rem; color: #000;
}
.rev-author strong { color: #fff; font-size: .83rem; display: block; }
.rev-author span { color: var(--muted); font-size: .74rem; }

/* ── PROMISE BAR ───────────────────────────────── */
.promise-bar {
  background: var(--bg2);
  border-top: 2px solid rgba(201,168,76,.25);
  padding: 16px 0;
}
.promise-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
}
.promise-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.promise-item i {
  font-size: 2rem;
  color: var(--gold);
  flex-shrink: 0;
}
.promise-item strong {
  display: block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.2rem;
  letter-spacing: .08em;
  color: #fff;
}
.promise-item span {
  display: block;
  font-style: italic;
  color: var(--gold);
  font-size: .82rem;
  margin-top: 1px;
}
.promise-sep {
  width: 1px;
  height: 48px;
  background: var(--border);
}

/* ── FOOTER ────────────────────────────────────── */
.site-footer {
  background: var(--bg);
  border-top: 1px solid var(--border);
  padding: 52px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 44px;
}
.footer-logo { margin-bottom: 14px; }
.footer-logo .custom-logo-link { display: flex; background: transparent !important; }
.footer-logo .custom-logo { max-height: 64px; width: auto; background: transparent !important; filter: drop-shadow(0 1px 4px rgba(0,0,0,.9)); }
.footer-logo .logo-img { max-height: 64px; width: auto; background: transparent !important; filter: drop-shadow(0 1px 4px rgba(0,0,0,.9)); }
.footer-brand p {
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.7;
  max-width: 240px;
  margin-bottom: 14px;
}
.footer-social { display: flex; gap: 8px; margin-bottom: 12px; }
.footer-social a {
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted);
  font-size: .8rem;
  transition: all .18s;
  text-decoration: none;
}
.footer-social a:hover { border-color: var(--gold); color: var(--gold); }
.footer-ico {
  display: flex;
  align-items: center;
  gap: 9px;
  background: var(--bg3);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 8px 10px;
  max-width: 270px;
}
.ico-badge {
  background: #fff;
  border-radius: 4px;
  padding: 3px 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ico-badge img { height: 18px; width: auto; display: block; }
.footer-ico-txt {
  font-size: .64rem;
  line-height: 1.4;
  color: var(--muted);
}
.footer-col h5, .footer-col .widget-title {
  color: var(--gold);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 5px; }
.footer-col ul li a {
  color: var(--muted);
  font-size: .8rem;
  text-decoration: none;
  transition: all .18s;
}
.footer-col ul li a:hover { color: var(--gold); padding-left: 3px; }
.footer-col p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--muted);
  font-size: .8rem;
  margin-bottom: 7px;
}
.footer-col p i { color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.footer-col p a { color: var(--muted); text-decoration: none; }
.footer-col p a:hover { color: var(--gold); }
/* Footer contact list — perfectly aligned inline-SVG rows */
.footer-col ul.fcontact { list-style: none; }
.footer-col ul.fcontact li { margin-bottom: 9px; }
.footer-col ul.fcontact li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: .8rem;
  text-decoration: none;
  transition: color .18s;
  line-height: 1.35;
}
.footer-col ul.fcontact li a:hover { color: var(--gold); padding-left: 0; }
.footer-col ul.fcontact svg { width: 15px; height: 15px; min-width: 15px; fill: var(--gold); flex-shrink: 0; }
.footer-col ul.fcontact span { overflow-wrap: anywhere; }
.footer-social a svg { width: 14px; height: 14px; fill: currentColor; }
.footer-bottom {
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,.05);
  text-align: center;
}
.footer-bottom p { color: rgba(255,255,255,.2); font-size: .7rem; }

/* ── FLOATING BUTTONS — clean small circles ────── */
.fab-stack {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.fab {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 3px 14px rgba(0,0,0,.5);
  transition: transform .22s, box-shadow .22s;
  text-decoration: none;
  font-size: 1rem;
  flex-shrink: 0;
}
.fab:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 20px rgba(0,0,0,.55);
}
.fab-phone {
  background: linear-gradient(135deg, var(--gold), var(--gold-dk));
  color: #000 !important;
}
.fab-phone i { font-size: .95rem; }
.fab-wa {
  background: #25D366;
}
.fab-wa svg { display: block; }

/* ── REVEAL ANIMATION ──────────────────────────── */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ────────────────────────────────── */
/* Safety net: keep all icon SVGs from ever blowing up */
.cta svg, .contact-card svg, .fab svg, .cc-ic svg { max-width: 100%; height: auto; }

@media (max-width: 1200px) {
  .svc-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .svc-grid-3 { grid-template-columns: 1fr 1fr; }
  .nw-grid { grid-template-columns: 1fr; }
  .nw-left { justify-content: center; }
  .contact-card { max-width: 560px; margin: 0 auto; }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .ref-grid { grid-template-columns: 1fr; }
  .ref-qr-col { display: flex; justify-content: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .promise-inner { justify-content: center; gap: 28px; }
}
@media (max-width: 900px) {
  .hero { min-height: auto; }
  .hero::before { display: none; }
  .hero-frame { display: none; }
  .hero-vehicle { left: 0; right: 0; background-position: 70% center; }
  .hero-glow { display: none; }
  .section-nw { background-attachment: scroll; }
  .hero-layout { padding: 36px 26px 44px; }
  .hero-content { max-width: 100%; }
  /* Medallion moves into the flow, centered below the buttons */
  .hero-badge-col { display: block; margin-top: 30px; }
  .exp-badge {
    position: static;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .exp-medallion { width: 210px; height: 210px; }
  .exp-medallion .eb-num { font-size: 3.0rem; }
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 90px; left: 0; right: 0;
    background: rgba(10,10,10,.98);
    padding: 12px 18px;
    border-top: 1px solid var(--border);
    list-style: none;
    z-index: 999;
    gap: 4px;
  }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; padding: 10px 4px; }
  .nav-toggle { display: flex; }
  .header-cta { display: none; }
  .logo-lion { height: 52px !important; }
  .hw, .hg { font-size: clamp(3rem, 9vw, 4rem); }
}
@media (max-width: 768px) {
  .wrap { padding: 0 18px; }
  .hero-layout { padding: 30px 18px 40px; }
  .hw, .hg { font-size: clamp(2.6rem, 11vw, 3.4rem); }
  .hero-p { font-size: .92rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .cta { width: 100%; justify-content: center; }
  .trust-grid { flex-direction: column; gap: 10px; }
  .trust-sep { display: none; }
  .svc-grid-3 { grid-template-columns: 1fr; }
  .svc-grid-4 { grid-template-columns: 1fr 1fr; }
  .nw-left { flex-direction: column; }
  .nw-points { grid-template-columns: 1fr; }
  .rev-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { gap: 36px; }
  .check-list { grid-template-columns: 1fr; }
  .promise-inner { flex-direction: column; text-align: center; }
  .promise-sep { display: none; }
  .sec-h2 { font-size: 1.9rem; }
}
@media (max-width: 560px) {
  .svc-grid-4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom .wrap { text-align: center; }
}
@media (max-width: 420px) {
  .hw, .hg { font-size: clamp(2.2rem, 12vw, 2.8rem); }
  .hero-logo .logo-img, .hero-logo .custom-logo { height: 74px; }
  .cc-head { font-size: 1.05rem; }
  .exp-medallion { width: 200px; height: 200px; }
  .exp-medallion .eb-num { font-size: 2.8rem; }
  .exp-medallion .eb-label { font-size: 1.0rem; }
}

/* ── Safari iOS — force eb-num to fill circle correctly ── */
@supports (-webkit-touch-callout: none) {
  .eb-num {
    /* Safari iOS: drop gradient clip, use solid gold so text always shows */
    background: none !important;
    -webkit-text-fill-color: #C9A84C !important;
    color: #C9A84C !important;
  }
  .exp-medallion {
    /* Ensure circle clips correctly on Safari */
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    transform: translateZ(0);
  }
}

/* ── B2B PARTNER POPUP ─────────────────────────── */
/* ── CORNER POPUP — compact luxury notification, never blocks scroll ── */
/* ══════════════════════════════════════════════════════
   POPUP MODAL — works on all devices
   ══════════════════════════════════════════════════════ */

/* Wrapper — flex so card sits at bottom-centre on mobile */
#ascPartnerModal {
  align-items: flex-end;
  justify-content: center;
}

/* ── DESKTOP: bottom-right corner ── */
@media (min-width: 769px) {
  #ascPartnerModal {
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 270px;
    padding-bottom: 20px;
  }
}

/* ── Card ── */
.asc-modal-card {
  position: relative;
  width: 340px;
  max-width: 100%;
  background: linear-gradient(160deg, #15120b 0%, #0d0b07 60%, #0a0a08 100%);
  border: 1px solid rgba(201,168,76,.35);
  border-left: 2px solid rgba(201,168,76,.7);
  border-radius: 10px;
  padding: 8px 0 12px;
  box-shadow: 0 24px 60px rgba(0,0,0,.95), inset 0 1px 0 rgba(201,168,76,.1);
  overflow: hidden;
  animation: ascPop .38s cubic-bezier(.2,.8,.25,1);
}
.asc-modal-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  pointer-events: none;
}

/* ── Close button — maximum compatibility ── */
.asc-modal-x {
  position: absolute;
  top: 0; right: 0;
  width: 48px; height: 48px;
  background: transparent;
  border: none;
  color: rgba(255,255,255,.6);
  font-size: 1.4rem;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(201,168,76,.25);
  user-select: none;
  -webkit-user-select: none;
  display: block;
  padding: 0;
}
.asc-modal-x:hover,
.asc-modal-x:active { color: var(--gold); }

/* ── Body ── */
.asc-modal-fleet-badge {
  display: inline-block;
  background: transparent;
  color: var(--gold);
  font-family: 'Inter', sans-serif;
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  padding: 4px 10px;
  border: 1px solid rgba(201,168,76,.5);
  border-radius: 2px;
  margin: 8px 18px 0;
}
.asc-modal-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 1.38;
  color: #fff;
  margin: 6px 18px 4px;
}
.asc-modal-text {
  color: rgba(255,255,255,.5);
  font-family: 'Inter', sans-serif;
  font-size: .68rem;
  font-weight: 300;
  line-height: 1.55;
  margin: 0 18px 6px;
}
.asc-modal-text strong { color: var(--gold); font-weight: 500; }
.asc-modal-foot-line {
  display: block;
  margin: 0 18px 8px;
  padding: 5px 12px;
  border-top: 1px solid rgba(201,168,76,.15);
  border-bottom: 1px solid rgba(201,168,76,.15);
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 0.68rem;
  color: var(--gold);
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
.asc-modal-actions {
  display: flex;
  gap: 8px;
  padding: 0 18px;
}
.asc-modal-actions .cta {
  flex: 1;
  justify-content: center;
  font-size: .67rem;
  padding: 8px 10px;
}
.cta-modal-ghost {
  background: transparent;
  color: rgba(255,255,255,.65);
  border: 1px solid rgba(255,255,255,.2);
}
.cta-modal-ghost:hover { border-color: var(--gold); color: var(--gold); }

/* Hide old elements */
.asc-modal-overlay, .asc-modal-logo, .asc-modal-eyebrow,
.asc-modal-foot, .asc-modal-logo-block, .asc-modal-hero-logo,
.asc-modal-logo-wrap, .asc-modal-lion-img,
.asc-modal-gold-rule { display: none !important; }

@keyframes ascPop {
  from { opacity: 0; transform: translateY(12px) scale(.97); }
  to   { opacity: 1; transform: none; }
}

/* ── MOBILE: full-width bottom sheet ── */
@media (max-width: 768px) {
  #ascPartnerModal {
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    align-items: flex-end !important;
    justify-content: center !important;
  }
  .asc-modal-card {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 18px 18px 0 0 !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-top: 2px solid rgba(201,168,76,.55) !important;
    padding-bottom: 88px !important; /* clear FAB buttons */
    margin: 0 !important;
    animation: ascSlideUp .3s ease-out !important;
  }
  .asc-modal-card::before { display: none !important; }
  .asc-modal-x {
    width: 52px !important;
    height: 52px !important;
    font-size: 1.5rem !important;
    line-height: 52px !important;
    color: rgba(255,255,255,.7) !important;
  }
  .asc-modal-title  { font-size: 0.9rem !important; margin: 6px 20px 4px !important; }
  .asc-modal-text   { font-size: 0.72rem !important; margin: 0 20px 6px !important; }
  .asc-modal-fleet-badge { margin: 16px 20px 0 !important; }
  .asc-modal-foot-line   { margin: 0 20px 8px !important; }
  .asc-modal-actions     { padding: 0 20px !important; }
  .asc-modal-actions .cta { font-size: .72rem !important; padding: 10px !important; }
}

@keyframes ascSlideUp {
  from { transform: translateY(100%); }
  to   { transform: translateY(0); }
}

/* Hide default WordPress widgets */
.widget_archive, .widget_categories, .widget_recent_entries, .widget_meta { display: none !important; }

/* Gold £ badge on Loss of Earnings card */
.svc-cash {
  position: absolute;
  top: 12px; right: 12px;
  z-index: 3;
  width: 46px; height: 46px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Anton', 'Bebas Neue', sans-serif;
  font-size: 1.55rem;
  color: #0a0a0a;
  background: linear-gradient(145deg, #e8c876 0%, var(--gold) 55%, var(--gold-dk) 100%);
  box-shadow: 0 6px 18px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.45);
  border: 1px solid rgba(255,255,255,.25);
}



/* ══════════════════════════════════════════════════════
   POPUP — FULLY RESPONSIVE ALL DEVICES
   ══════════════════════════════════════════════════════ */

/* ── Mobile (≤768px) — clean bottom sheet, no congestion ── */
@media (max-width: 768px) {
  /* Full-width bottom sheet */
  .asc-modal {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    width: 100% !important;
    z-index: 5000;
    pointer-events: none !important;
    touch-action: none;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .asc-modal.open {
    pointer-events: none !important;
  }
  .asc-modal.open .asc-modal-card {
    pointer-events: auto !important;
    touch-action: auto !important;
  }
  .asc-modal-card {
    width: 92% !important;
    max-width: 420px !important;
    margin: 0 auto !important;
    border-radius: 16px 16px 0 0 !important;
    border-left: 1px solid rgba(201,168,76,.25) !important;
    border-right: 1px solid rgba(201,168,76,.25) !important;
    border-bottom: none !important;
    border-top: 2px solid rgba(201,168,76,.6) !important;
    padding: 6px 0 80px !important;
    box-shadow: 0 -16px 50px rgba(0,0,0,.9) !important;
    animation: ascSlideUp .35s cubic-bezier(.2,.8,.25,1) !important;
    position: relative;
    top: 60px;
  }
  /* Drag handle */
  .asc-modal-card::after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 4px;
    background: rgba(201,168,76,.35);
    border-radius: 2px;
    pointer-events: none;
    border: none;
  }
  /* Compact but readable text */
  .asc-modal-fleet-badge {
    font-size: 0.52rem !important;
    letter-spacing: 0.18em !important;
    margin: 16px 20px 0 !important;
    padding: 3px 10px !important;
  }
  .asc-modal-title {
    font-size: 0.9rem !important;
    line-height: 1.35 !important;
    margin: 6px 20px 4px !important;
  }
  .asc-modal-text {
    font-size: 0.72rem !important;
    line-height: 1.55 !important;
    margin: 0 20px 6px !important;
  }
  .asc-modal-foot-line {
    font-size: 0.68rem !important;
    margin: 0 20px 8px !important;
    padding: 6px 12px !important;
  }
  .asc-modal-actions {
    padding: 0 20px !important;
    gap: 10px !important;
  }
  .asc-modal-actions .cta {
    flex: 1 !important;
    justify-content: center !important;
    font-size: 0.72rem !important;
    padding: 10px 12px !important;
  }
  .asc-modal-x {
    top: 16px !important;
    right: 18px !important;
    font-size: 1.3rem !important;
  }
}

@keyframes ascSlideUp {
  from { transform: translateY(100%); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}

/* ── Safari iOS — medallion text fix ── */
@supports (-webkit-touch-callout: none) {
  .eb-num {
    background: none !important;
    -webkit-text-fill-color: #C9A84C !important;
    color: #C9A84C !important;
  }
  .exp-medallion {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    transform: translateZ(0);
    overflow: hidden;
  }
}
