:root{
  /* Cool, blue-grey neutral ramp — ties the light sections to the navy
     header/hero/footer instead of the old warm cream/khaki set, which read
     as yellow-and-brown next to the brand's navy and blue. Pushed clearly
     blue (not just barely-off-white) so light sections read as a deliberate
     color choice, not "white with a fix pending." */
  --paper:#d7e1f2;
  --surface:#ffffff;
  --surface-alt:#c2d2ec;
  --ink:#131a2b;
  --ink-soft:#48536a;
  --ink-faint:#7d879c;
  --line:#aebfdd;
  --navy-deep:#0a0f1e;
  --navy-900:#0e1526;
  --navy-700:#182544;
  --blue-600:#3b62d4;
  --blue-500:#3b6bf0;
  --accent:#ff8a3d;
  --accent-dark:#e56f22;
  --accent-ink:#1c0f00;
  --whatsapp:#25D366;
  --radius:10px;
  --radius-sm:5px;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
html,body{overflow-x:hidden; max-width:100%;}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:'Inter',system-ui,-apple-system,sans-serif;
  line-height:1.55;
}
h1,h2,h3,.brand{font-family:'Oswald',sans-serif; letter-spacing:.02em;}
a{color:inherit; text-decoration:none;}
img{max-width:100%; display:block;}
svg{display:block;}
.wrap{max-width:1180px; margin:0 auto; padding:0 24px;}

/* Header — dark navy anchor at the top of every page. Everything below it
   is light; this (plus the footer and a couple of accent bands) is what
   keeps the brand's navy identity without the whole site reading as dark. */
.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(14,21,38,.94);
  backdrop-filter:blur(8px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  height:90px; gap:16px;
}
.brand{
  font-size:1.42rem; font-weight:700; text-transform:uppercase;
  color:#fff; display:flex; align-items:center; gap:11px; flex-shrink:0;
}
.brand-mark{width:52px; height:auto; display:block; filter:drop-shadow(0 2px 6px rgba(0,0,0,.5));}
.brand-text{display:flex; align-items:baseline; gap:8px;}
.brand-r{color:#5f8bff; font-size:1.55rem;}
.brand-sub{
  color:#8fb0ff; font-size:.8rem; font-weight:500; margin-left:8px;
  letter-spacing:.15em;
}
.main-nav{display:flex; gap:24px;}
.main-nav > a{
  font-weight:500; color:#c3cbe0; font-size:.93rem;
  transition:color .15s; padding:4px 0; border-bottom:2px solid transparent;
}
.main-nav > a:hover{color:#fff;}
.main-nav > a.active{color:#fff; border-bottom-color:#5f8bff;}
.nav-toggle{
  display:none; background:none; border:0; color:#fff;
  font-size:1.5rem; cursor:pointer;
}
.header-actions{display:flex; align-items:center; gap:10px; flex-shrink:0;}
.header-actions .btn-primary,.header-actions .btn-call,.header-actions .btn-outline{
  border-color:rgba(255,255,255,.22); color:#fff; background:rgba(255,255,255,.04);
}
.header-actions .btn-primary:hover,.header-actions .btn-call:hover,.header-actions .btn-outline:hover{
  border-color:#5f8bff; color:#8fb0ff; background:rgba(95,139,255,.12);
}
.nav-mobile-extra{display:none;}
.header-icon{
  width:40px; height:40px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  border:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.06);
  transition:background .15s, border-color .15s, transform .15s;
}
.header-icon svg{width:20px; height:20px; fill:#dfe5f2;}
.header-icon.wa{background:#25D366; border-color:#25D366;}
.header-icon.wa svg{fill:#fff;}
.header-icon.wa:hover{background:#1eb857; transform:translateY(-1px);}
.header-icon.fb:hover{background:#1877F2; border-color:#1877F2; transform:translateY(-1px);}
.header-icon.fb:hover svg{fill:#fff;}
.lang-toggle{display:flex; gap:2px; background:rgba(255,255,255,.06); border-radius:8px; padding:3px; border:1px solid rgba(255,255,255,.12);}
.lang-toggle a{
  padding:5px 10px; border-radius:6px; font-size:.78rem; font-weight:700;
  color:#c3cbe0; letter-spacing:.03em;
}
.lang-toggle a.active{background:var(--blue-500); color:#fff;}

/* ---------------------------------------------------------------------
   Buttons — modern rounded pills. One solid orange CTA per group; every
   other action is a quiet outlined pill. Soft shadow, gentle lift.
   --------------------------------------------------------------------- */
.btn{
  display:inline-flex; align-items:center; gap:7px; padding:12px 24px; border-radius:999px;
  font-weight:700; font-size:.78rem; text-transform:uppercase; letter-spacing:.06em; cursor:pointer;
  border:1.5px solid transparent; background:transparent; color:var(--ink);
  transition:background-color .15s ease, border-color .15s ease, color .15s ease,
             transform .15s ease, box-shadow .15s ease;
  white-space:nowrap;
}
.btn-sm{padding:9px 18px; font-size:.72rem;}
.btn-block{width:100%; justify-content:center;}

.btn-accent{
  background:linear-gradient(180deg, #ff9a52 0%, var(--accent) 55%, var(--accent-dark) 100%);
  color:#fff; text-shadow:0 1px 2px rgba(0,0,0,.22);
  box-shadow:0 4px 14px rgba(229,111,34,.38);
}
.btn-accent:hover{filter:brightness(1.06); transform:translateY(-1px); box-shadow:0 6px 18px rgba(229,111,34,.46);}

.btn-primary,.btn-call,.btn-outline{
  border-color:var(--line); color:var(--ink); background:var(--surface);
}
.btn-primary:hover,.btn-call:hover,.btn-outline:hover{
  border-color:var(--blue-600); color:var(--blue-600); background:#eef2fd;
}

.btn-whatsapp{border-color:rgba(37,211,102,.45); color:#128c4a; background:rgba(37,211,102,.08);}
.btn-whatsapp:hover{border-color:var(--whatsapp); background:rgba(37,211,102,.16);}

/* ---------------------------------------------------------------------
   Hero — one static shop photo unified under a navy scrim, the real logo
   lockup floating above it inside drifting fog (the fog is what hides the
   business-card scan's soft edges — it reads as atmosphere, not blur),
   then the tagline, a true H1, and one orange CTA next to two calm
   outline buttons. No slideshow, no crossfade.
   --------------------------------------------------------------------- */
.hero{
  position:relative; overflow:hidden; text-align:center;
  background:
    radial-gradient(ellipse 90% 70% at 50% 30%, #1b2542 0%, var(--navy-900) 55%, var(--navy-deep) 100%);
}
/* Fog layers: soft white radial blobs drifting slowly across the logo zone. */
.hero-fog{position:absolute; inset:0; overflow:hidden; pointer-events:none;}
.hero-fog i{
  position:absolute; display:block; border-radius:50%;
  background:radial-gradient(circle, rgba(226,233,246,.30) 0%, rgba(226,233,246,.10) 48%, rgba(226,233,246,0) 70%);
  filter:blur(14px);
}
.hero-fog i:nth-child(1){width:640px; height:340px; top:6%;  left:-12%; animation:fog-a 26s ease-in-out infinite alternate;}
.hero-fog i:nth-child(2){width:760px; height:400px; top:26%; right:-18%; animation:fog-b 32s ease-in-out infinite alternate;}
.hero-fog i:nth-child(3){width:520px; height:300px; bottom:4%; left:18%; animation:fog-a 38s ease-in-out infinite alternate-reverse;}
@keyframes fog-a{from{transform:translateX(0);}    to{transform:translateX(9%);}}
@keyframes fog-b{from{transform:translateX(0);}    to{transform:translateX(-9%);}}
@media (prefers-reduced-motion: reduce){
  .hero-fog i{animation:none;}
}
.hero-inner{
  position:relative; z-index:2; padding:22px 24px 34px;
  display:flex; flex-direction:column; align-items:center;
}
/* The full business-card artwork — BMW, logo, tagline, the whole scene —
   is the hero centerpiece. Its edges are feathered away with a CSS mask and
   the drifting fog layers wrap the entire card, so the modest-resolution
   scan reads as a scene emerging from smoke instead of a pixelated photo. */
.hero-card-wrap{position:relative; display:flex; justify-content:center; margin-bottom:2px;}
.hero-card{
  width:auto; height:auto;
  max-width:min(680px, 92vw);
  max-height:calc(100vh - 420px);   /* header + rating + H1 + buttons stay on screen */
  min-height:260px;
  filter:saturate(1.05) contrast(1.04);
}
/* soft luminous vapor hugging the card's rim, on top of its faded edge */
.hero-card-wrap::after{
  content:""; position:absolute; inset:-6% -10%; pointer-events:none;
  background:
    radial-gradient(ellipse 42% 34% at 8% 10%,  rgba(206,216,236,.42) 0%, rgba(206,216,236,0) 64%),
    radial-gradient(ellipse 42% 34% at 92% 10%, rgba(206,216,236,.38) 0%, rgba(206,216,236,0) 64%),
    radial-gradient(ellipse 46% 36% at 6% 92%,  rgba(206,216,236,.42) 0%, rgba(206,216,236,0) 64%),
    radial-gradient(ellipse 46% 36% at 94% 92%, rgba(206,216,236,.40) 0%, rgba(206,216,236,0) 64%),
    radial-gradient(ellipse 60% 30% at 50% 100%, rgba(206,216,236,.26) 0%, rgba(206,216,236,0) 66%),
    radial-gradient(ellipse 100% 90% at 50% 50%, rgba(226,233,246,0) 48%, rgba(190,201,222,.12) 68%, rgba(226,233,246,0) 84%);
  filter:blur(14px);
}
.hero-rating{
  display:inline-flex; align-items:center; gap:12px;
  background:rgba(255,255,255,.07); border:1px solid rgba(240,180,60,.45);
  border-radius:999px; padding:9px 22px; margin:4px 0 14px;
  transition:background .15s, transform .15s;
}
.hero-rating:hover{background:rgba(255,255,255,.13); transform:translateY(-1px);}
.hero-stars{color:#f5b301; font-size:1.25rem; letter-spacing:3px; text-shadow:0 0 12px rgba(245,179,1,.45); line-height:1;}
.hero-rating-num{font-family:'Oswald',sans-serif; font-weight:700; font-size:1.35rem; color:#fff; line-height:1;}
.hero-rating-count{color:#c9d2e6; font-weight:600; font-size:.92rem;}
.hero-h1{
  font-size:clamp(1.5rem, 3.4vw, 2.5rem); color:#fff; margin:0 0 22px;
  text-transform:uppercase; line-height:1.2;
  text-shadow:0 2px 14px rgba(0,0,0,.55);
}
.hero-actions{display:flex; gap:14px; justify-content:center; flex-wrap:wrap;}
.hero-actions .btn-outline{
  border-color:rgba(255,255,255,.38); color:#fff; background:rgba(10,15,30,.35);
}
.hero-actions .btn-outline:hover{
  border-color:#8fb0ff; color:#dfe7fa; background:rgba(95,139,255,.18);
}

/* Page hero (non-home pages) */
.page-hero{padding:56px 0 44px; text-align:center; background:var(--paper);}
.page-hero h1{font-size:2.4rem; margin:0 0 10px; text-transform:uppercase;}
.page-hero p{color:var(--ink-soft); max-width:640px; margin:0 auto; font-size:1.05rem;}

/* Trust bar */
.trust-bar{background:var(--surface-alt); padding:22px 0; border-bottom:1px solid var(--line);}
.trust-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px; text-align:center;}
.trust-item{font-weight:600; font-size:.95rem; color:var(--ink-soft); display:flex; align-items:center; justify-content:center; gap:8px;}
.trust-icon{color:var(--blue-600); font-size:1.1rem;}
.trust-icon svg{width:1.05em; height:1.05em; display:block;}
.mab-icon svg, .btn-icon svg, .h3-icon svg{width:1em; height:1em; display:block;}
.btn-icon, .h3-icon{display:inline-flex; vertical-align:-2px; margin-right:6px;}
.towing-point-icon svg{width:26px; height:26px; display:block; color:var(--blue-600);}
.trust-rating{position:relative; cursor:pointer; color:var(--ink);}
.trust-rating::after{
  content:""; position:absolute; left:22px; right:0; bottom:-3px; height:2px;
  background:var(--blue-600); transform:scaleX(0); transform-origin:left; transition:transform .18s ease;
}
.trust-rating:hover{color:var(--blue-600);}
.trust-rating:hover::after{transform:scaleX(1);}
.trust-rating-count{color:var(--ink-faint); font-weight:500; font-size:.85rem;}

/* Sections */
.section{padding:72px 0;}
.section-alt{background:var(--surface-alt);}
.section-title{font-size:2rem; font-weight:700; margin:0 0 10px; text-transform:uppercase;}
.section-sub{color:var(--ink-soft); margin:0 0 36px; font-size:1.05rem;}
.section-center{text-align:center;}
.section-center .section-sub{margin-left:auto; margin-right:auto;}

/* Reviews snippet on the homepage, right under the trust bar */
.reviews-snippet{background:var(--paper);}

/* Services */
.services-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px;}
.service-card{
  background:var(--surface); border:1px solid var(--line);
  border-radius:var(--radius); padding:20px 18px; font-weight:600; font-size:.98rem;
  display:flex; align-items:center; gap:12px;
  transition:border-color .15s;
}
.service-card:hover{border-color:var(--blue-500);}
.s-icon{font-size:1.3rem;}

/* Services page — photo-tile grid */
.service-tile-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.service-tile{
  position:relative; display:block; aspect-ratio:4/3; border-radius:14px; overflow:hidden;
  border:1px solid var(--line);
  text-decoration:none; color:#fff; cursor:default;
}
a.service-tile{cursor:pointer;}
.service-tile img{width:100%; height:100%; object-fit:cover; display:block; transition:transform .35s ease;}
.service-tile:hover img{transform:scale(1.04);}
.service-tile::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(5,7,13,0) 26%, rgba(5,7,13,.55) 60%, rgba(5,7,13,.94) 100%);
}
.service-tile-label{position:absolute; left:0; right:0; bottom:0; padding:18px 20px; z-index:2;}
.service-tile-label h3{margin:0 0 5px; font-size:1.1rem; text-transform:uppercase; letter-spacing:.02em; line-height:1.25; color:#fff;}
.service-tile-label p{margin:0; font-size:.8rem; color:#dde1ea; line-height:1.45;}
.service-all-line{
  text-align:center; margin:28px 0 0; padding-top:22px; border-top:1px solid var(--line);
  color:var(--ink-soft); font-size:.88rem; line-height:1.8;
}

/* Towing */
.towing-section{
  background:var(--navy-700);
  border-radius:16px; padding:28px; margin-top:56px;
  display:flex; align-items:center; justify-content:space-between; gap:28px; flex-wrap:wrap;
  color:#fff;
}
.towing-section h3, .towing-section .trust-icon{color:#fff;}
.towing-photo{
  width:180px; height:130px; object-fit:cover; border-radius:12px; flex-shrink:0;
  border:1px solid rgba(255,255,255,.18);
}
.towing-text{flex:1; min-width:220px;}
.towing-text h3{margin:0 0 8px; font-size:1.5rem; text-transform:uppercase;}
.towing-text p{color:#c3cbe0; margin:0; max-width:520px;}
.towing-actions{display:flex; gap:12px; flex-wrap:wrap;}
.towing-actions .btn-outline{border-color:rgba(255,255,255,.4); color:#fff; background:transparent;}
.towing-actions .btn-outline:hover{border-color:#fff; background:rgba(255,255,255,.1); color:#fff;}

/* Towing page */
.towing-page-main{max-width:820px; margin:0 auto;}
.towing-lead{font-size:1.15rem; color:var(--ink-soft); margin:0 0 32px; max-width:640px;}
.towing-points{display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-bottom:40px;}
.towing-point{display:flex; gap:14px; align-items:flex-start;}
.towing-point-icon{line-height:1; flex-shrink:0;}
.towing-point h3{margin:0 0 4px; font-size:1.05rem;}
.towing-point p{margin:0; color:var(--ink-soft); font-size:.92rem; line-height:1.5;}
.towing-page-cta{
  background:var(--navy-700); color:#fff; border-radius:16px; padding:28px 32px;
}
.towing-page-cta h3{margin:0 0 8px; font-size:1.3rem; text-transform:uppercase; color:#fff;}
.towing-page-cta p{margin:0 0 18px; color:#c3cbe0;}
.towing-page-cta .btn-outline{border-color:rgba(255,255,255,.4); color:#fff; background:transparent;}
.towing-page-cta .btn-outline:hover{border-color:#fff; background:rgba(255,255,255,.1); color:#fff;}

/* Real photo bands */
.shop-banner{width:100%; height:260px; overflow:hidden;}
.shop-banner img{width:100%; height:100%; object-fit:cover; object-position:center 35%;}
.shop-photo-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:8px;}
.shop-photo-grid img{
  width:100%; height:220px; object-fit:cover; border-radius:var(--radius);
  border:1px solid var(--line); transition:transform .2s;
}
.shop-photo-grid a:hover img{transform:scale(1.02);}

/* About photo + team */
.about-photo{position:relative; border-radius:16px; overflow:hidden; border:1px solid var(--line);}
.about-photo img{width:100%; height:100%; object-fit:cover; display:block; min-height:320px;}
.about-photo-caption{
  position:absolute; left:0; right:0; bottom:0; padding:14px 18px;
  background:linear-gradient(0deg,rgba(3,5,12,.85),rgba(3,5,12,0));
  font-weight:600; font-size:.9rem; color:#fff;
}
/* Contained at (roughly) the source photo's native resolution on purpose —
   stretching a modest-resolution shot full-width is what made the hero
   photo look soft in the first place. */
.about-interior{margin:36px auto 0; max-width:560px; text-align:center;}
.about-interior img{
  width:100%; max-width:560px; height:auto; border-radius:var(--radius);
  border:1px solid var(--line); margin:0 auto;
}
.about-interior figcaption{margin-top:10px; font-size:.85rem; color:var(--ink-soft); font-weight:600;}

.about-quote-bar{
  text-align:center; margin:12px 0 36px; padding:18px;
  border-top:1px solid var(--line); border-bottom:1px solid var(--line);
}
.about-quote-bar p{
  font-family:'Oswald',sans-serif; font-size:1.3rem; font-weight:600;
  color:var(--blue-600); margin:0; text-transform:uppercase;
}
.team-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:24px;}
.team-card{text-align:center;}
.team-card img{
  width:140px; height:140px; border-radius:50%; object-fit:cover; margin:0 auto 14px;
  border:3px solid var(--surface-alt);
}
.team-name{font-weight:700; font-size:.95rem;}

/* About */
.about-grid{display:grid; grid-template-columns:1.4fr 1fr; gap:48px; align-items:center;}
.about-text p{color:var(--ink-soft); font-size:1.02rem;}
.about-list{list-style:none; padding:0; margin:24px 0 0; display:grid; gap:12px;}
.about-list li{padding-left:28px; position:relative; font-weight:600; color:var(--ink);}
.about-list li::before{content:"✔"; position:absolute; left:0; color:var(--blue-600);}
.about-quote{
  background:var(--navy-700);
  border-radius:var(--radius); padding:40px 28px; text-align:center;
  color:#fff;
}
.about-quote p{
  font-family:'Oswald',sans-serif; font-size:1.5rem; font-weight:600;
  color:#fff; margin:0; text-transform:uppercase; line-height:1.35;
}
.values-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:20px;}
.value-card{background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:24px; text-align:center;}
.value-card .v-icon{font-size:1.8rem; margin-bottom:10px;}
.value-card h4{margin:0 0 8px; font-size:1.05rem;}
.value-card p{margin:0; color:var(--ink-soft); font-size:.92rem;}

/* Reviews */
.rating-summary{display:flex; align-items:center; gap:28px; flex-wrap:wrap; margin-bottom:44px;}
.rating-badge{
  display:flex; flex-direction:column; align-items:center; gap:4px;
  background:var(--surface-alt); border-radius:14px; padding:28px 36px;
  border:1px solid var(--line);
}
.rating-num{font-size:3rem; font-weight:700; font-family:'Oswald',sans-serif; color:var(--blue-600); line-height:1;}
.stars{color:#e08a1e; font-size:1.3rem; letter-spacing:2px;}
.rating-count{color:var(--ink-soft); font-size:.78rem; font-weight:600; margin-top:2px;}
.rating-summary-text{display:flex; flex-direction:column; align-items:flex-start; gap:14px;}
.rating-note{color:var(--ink-soft); font-size:.85rem; max-width:360px; margin:0;}
.reviews-grid{display:grid; grid-template-columns:1fr; gap:20px; max-width:760px;}
.review-card{background:var(--surface-alt); border-radius:var(--radius); padding:28px; border:1px solid var(--line);}
.review-card blockquote{margin:0 0 14px; font-size:1.1rem; font-style:italic; color:var(--ink);}
.review-source{color:var(--ink-soft); font-size:.85rem;}
.reviews-links{display:flex; gap:14px; flex-wrap:wrap; margin-top:32px; align-items:center;}

/* Contact */
.contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:stretch;}
.contact-info{display:flex; flex-direction:column; gap:22px;}
.contact-row{display:flex; flex-direction:column; gap:4px;}
.c-label{text-transform:uppercase; font-size:.78rem; letter-spacing:.1em; color:var(--blue-600); font-weight:700;}
.contact-row a{font-size:1.05rem; font-weight:600; color:var(--ink);}
.contact-row a:hover{color:var(--blue-600);}
.contact-btn-row{display:flex; gap:12px; flex-wrap:wrap; margin-top:8px;}
.contact-map{min-height:320px; border-radius:var(--radius); overflow:hidden; border:1px solid var(--line);}
.contact-map iframe{width:100%; height:100%; min-height:320px;}

/* Social icon buttons */
.social-row{display:flex; gap:12px; margin-top:4px;}
.social-btn{
  width:42px; height:42px; border-radius:50%; background:var(--surface-alt);
  border:1px solid var(--line); display:flex; align-items:center; justify-content:center;
  transition:background .15s;
}
.social-btn.fb:hover{background:#1877F2;}
.social-btn.ig:hover{background:radial-gradient(circle at 30% 110%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%);}
.social-btn.wa:hover{background:var(--whatsapp);}
.social-btn svg{width:20px; height:20px; fill:var(--ink);}
.social-btn:hover svg{fill:#fff;}

/* Mobile sticky quick-action bar — Call · Directions · Tow. Replaces
   scattered floating buttons on small screens; hidden on desktop. */
.mobile-action-bar{
  display:none; position:fixed; left:0; right:0; bottom:0; z-index:80;
  background:rgba(14,21,38,.97); backdrop-filter:blur(8px);
  border-top:1px solid rgba(255,255,255,.12);
  padding:8px 10px calc(8px + env(safe-area-inset-bottom));
  gap:8px;
}
.mobile-action-bar a{
  flex:1; display:flex; flex-direction:column; align-items:center; gap:2px;
  color:#dfe7fa; font-size:.68rem; font-weight:700; text-transform:uppercase;
  letter-spacing:.05em; padding:6px 4px; border-radius:8px;
}
.mobile-action-bar a .mab-icon{font-size:1.15rem; line-height:1;}
.mobile-action-bar a.mab-accent{background:var(--accent); color:var(--accent-ink);}

/* WhatsApp floating button */
.whatsapp-fab{
  position:fixed; bottom:24px; right:24px; width:58px; height:58px; border-radius:50%;
  background:var(--whatsapp); display:flex; align-items:center; justify-content:center;
  box-shadow:0 4px 14px rgba(0,0,0,.22); z-index:70; transition:background .15s;
}
.whatsapp-fab:hover{background:#1eb857;}
.whatsapp-fab svg{width:30px; height:30px; fill:#fff;}

/* Promo popup — content comes from /api/promo at runtime (see admin/index.html).
   Kept as a dark glass card on purpose: a brief, deliberate spotlight moment
   against the light page, not a return to the old all-dark look. */
.promo-overlay{
  position:fixed; inset:0; background:rgba(10,15,30,.5); backdrop-filter:blur(6px); -webkit-backdrop-filter:blur(6px);
  z-index:100; display:none; align-items:center; justify-content:center; padding:20px;
}
.promo-overlay.show{display:flex;}
.promo-modal{
  background:rgba(16,22,40,.88); backdrop-filter:blur(20px); -webkit-backdrop-filter:blur(20px);
  border:1px solid rgba(255,255,255,.14); border-radius:16px; max-width:400px; width:100%;
  box-shadow:0 24px 60px rgba(10,15,30,.35);
  position:relative; overflow:hidden; color:#fff;
}
.promo-close{
  position:absolute; top:10px; right:12px; background:rgba(5,7,13,.4); border:0; color:#c3cbe0;
  font-size:1.3rem; cursor:pointer; line-height:1; padding:5px 9px; border-radius:6px; z-index:2;
}
.promo-close:hover{color:#fff; background:rgba(5,7,13,.65);}
.promo-modal-img{width:100%; height:200px; object-fit:cover; display:block;}
.promo-modal-body{padding:24px 26px 28px; text-align:center;}
.promo-modal-body h3{margin:0 0 8px; font-size:1.3rem; line-height:1.3; color:#fff;}
.promo-modal-body p{color:#c3cbe0; margin:0 0 14px; font-size:.92rem;}
.promo-price{color:var(--accent); font-weight:700; font-size:1.15rem; margin:0 0 18px !important;}
.promo-bullets{
  list-style:none; margin:0 0 16px; padding:0; text-align:left; color:#c3cbe0; font-size:.86rem;
  display:inline-flex; flex-direction:column; gap:5px;
}
.promo-bullets li{padding-left:18px; position:relative;}
.promo-bullets li::before{content:"✓"; position:absolute; left:0; color:#5f8bff;}
.promo-actions{display:flex; gap:10px; justify-content:center; flex-wrap:wrap;}

/* Footer — kept as a dark bookend at the very bottom; the rest of the site
   is light, so this stays a thin strip, not the dominant feel. */
.site-footer{background:var(--navy-deep); border-top:1px solid rgba(255,255,255,.08); padding:44px 0 36px; text-align:center; color:#c3cbe0;}
.footer-brand{
  font-size:1.1rem; font-weight:700; text-transform:uppercase; margin-bottom:10px; color:#fff;
  display:flex; align-items:center; justify-content:center; gap:10px;
}
.footer-mark{width:34px; height:auto; display:block;}
.footer-social{display:flex; justify-content:center; gap:12px; margin:18px 0;}
.footer-social .social-btn{background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.14);}
.footer-social .social-btn svg{fill:#fff;}
.footer-tag{color:#8fb0ff; font-weight:600; margin:6px 0;}
.footer-copy{color:#8792ad; font-size:.85rem; margin-top:14px;}
.build-tag{color:#5a6480; font-size:.78rem; margin-left:4px;}

/* Responsive */
@media (max-width: 980px){
  .about-grid, .contact-grid{grid-template-columns:1fr;}
  .services-grid{grid-template-columns:repeat(2,1fr);}
  .service-tile-grid{grid-template-columns:1fr 1fr;}
  .trust-grid{grid-template-columns:repeat(2,1fr);}
  .values-grid{grid-template-columns:1fr 1fr;}
  .shop-photo-grid{grid-template-columns:1fr 1fr;}
  .team-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width: 720px){
  .header-actions{display:none;}
  .main-nav{
    position:absolute; top:72px; left:0; right:0; background:var(--navy-900);
    flex-direction:column; padding:16px 24px 22px; gap:0; display:none;
    border-bottom:1px solid rgba(255,255,255,.08);
    max-height:calc(100vh - 72px); overflow-y:auto;
  }
  .main-nav.open{display:flex;}
  .main-nav > a{padding:12px 0; border-bottom:1px solid rgba(255,255,255,.08);}
  .nav-toggle{display:block;}
  .nav-mobile-extra{display:flex; flex-direction:column; gap:12px; padding-top:16px; margin-top:6px;}
  .nav-mobile-extra .lang-toggle{align-self:flex-start;}
  .services-grid{grid-template-columns:1fr 1fr;}
  .section-title{font-size:1.6rem;}
  .page-hero h1{font-size:1.9rem;}
  .towing-section{padding:28px 22px; flex-direction:column; text-align:center;}
  .towing-points{grid-template-columns:1fr;}
  .towing-actions{justify-content:center;}
  .values-grid{grid-template-columns:1fr;}
  .rating-summary{flex-direction:column; align-items:flex-start;}
  .shop-photo-grid{grid-template-columns:1fr;}
  .team-grid{grid-template-columns:1fr;}
  .shop-banner{height:180px;}
  .towing-photo{width:100%; height:160px;}
}
@media (max-width: 720px){
  .mobile-action-bar{display:flex;}
  .whatsapp-fab{bottom:calc(74px + env(safe-area-inset-bottom));}
  body{padding-bottom:64px;}
}
@media (max-width: 480px){
  .services-grid{grid-template-columns:1fr;}
  .service-tile-grid{grid-template-columns:1fr;}
  .whatsapp-fab{width:52px; height:52px; right:18px;}
  .whatsapp-fab svg{width:26px; height:26px;}
}
@media (max-width: 400px){
  .brand-sub{display:none;}
}
