/* ── Self-hosted fonts (same-origin, CSP-safe). swap = always renders even
   when the page doesn't preload the face (area/service/go pages). ── */
@font-face{font-family:"Bebas Neue";font-style:normal;font-weight:400;font-display:swap;src:url("fonts/bebas-neue-400.woff2") format("woff2");}
@font-face{font-family:"DM Sans";font-style:normal;font-weight:400;font-display:swap;src:url("fonts/dm-sans-400.woff2") format("woff2");}
@font-face{font-family:"DM Sans";font-style:normal;font-weight:500;font-display:swap;src:url("fonts/dm-sans-500.woff2") format("woff2");}
@font-face{font-family:"DM Sans";font-style:normal;font-weight:600;font-display:swap;src:url("fonts/dm-sans-600.woff2") format("woff2");}
@font-face{font-family:"DM Sans";font-style:normal;font-weight:700;font-display:swap;src:url("fonts/dm-sans-700.woff2") format("woff2");}

/* ============================================================
   Zentinel Security — shared stylesheet
   Used by: index.html + all services/*.html pages
   Edit colours here in :root and every page updates.
   ============================================================ */

/* ── Theme (electric cyan & black — matches the Zentinel uniform) ──
   --brand  = cyan (#05cdff). Used for SOLID FILLS (buttons, CTAs, chatbot)
              where DARK text (--btn-text) sits on top.
   --accent = same cyan. Used for TEXT, links, icons and borders on the
              near-black background. Change here and the whole site follows.
   index.html + go/index.html carry an inline copy of these tokens for critical
   CSS — keep all three in sync. Area/service pages inherit (no overrides).
   NOTE: the FAQ chevron SVG below has the accent colour baked into its data-URI
   (stroke='%2305cdff') — update it too if --accent changes. */
:root {
  --bg:        #0a0a0a;
  --panel:     #141414;
  --brand:     #05cdff; /* cyan — solid fills, dark text on top */
  --accent:    #05cdff; /* cyan tint — text / links / borders on dark */
  --hover:     #2df5ff; /* button hover — bright cyan */
  --ink:       #f0f0f0;
  --muted:     #888888;
  --line:      #282828;
  --btn-text:  #0a0a0a; /* dark text on cyan fills */
  --gold:      #f5b301; /* stars stay gold in every theme */
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background-color: var(--bg); color: var(--ink);
  font-family: "DM Sans", sans-serif; line-height: 1.6;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),
    radial-gradient(ellipse 100% 50% at 50% -5%, rgba(91,120,255,.08) 0%, transparent 55%);
  background-size: 200px, auto;
  background-repeat: repeat, no-repeat;
}
h1, h2, h3 { font-family: "Bebas Neue", sans-serif; line-height: 1.05; letter-spacing: .03em; font-weight: 400; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { width: min(1140px, 92%); margin: 0 auto; }

/* ── skip to content (WCAG 2.2) ── */
.skip { position: absolute; left: -9999px; }
.skip:focus-visible {
  left: 1rem; top: 1rem; position: fixed;
  background: var(--brand); color: var(--btn-text);
  padding: .6rem 1rem; border-radius: 8px; z-index: 999;
  font-weight: 700; font-size: .9rem;
}

/* ── focus (WCAG 2.2) ── */
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

/* ── scroll-margin so sticky header never hides a target ── */
:target, [id] { scroll-margin-top: 5rem; }

/* ── buttons ── */
.btn {
  display: inline-block; padding: .9rem 1.9rem; border-radius: 8px;
  font-family: "DM Sans", sans-serif; font-weight: 700; font-size: .95rem; cursor: pointer;
  transition: background .18s ease, transform .15s ease, border-color .15s ease, color .15s ease;
  text-decoration: none;
}
.btn-primary { background: var(--brand); color: var(--btn-text); border: 1.5px solid var(--brand); }
.btn-primary:hover { background: var(--hover); border-color: var(--hover); transform: translateY(-2px); box-shadow: 0 8px 28px -4px rgba(5,205,255,.45); }
.btn-ghost { border: 1.5px solid var(--line); color: var(--ink); background: transparent; }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn-wa { background: #25D366; color: #062b13; border: 1.5px solid #25D366; }
.btn-wa:hover { background: #3be07d; border-color: #3be07d; transform: translateY(-2px); }

/* ── header / nav ── */
header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(8,8,8,.94); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: .6rem 0; gap: 1rem; position: relative; }
.nav-left { display: flex; gap: 1.8rem; align-items: center; }
.nav-left a { font-weight: 500; font-size: .93rem; color: var(--muted); transition: color .15s; }
.nav-left a:hover, .nav-left a.active { color: var(--ink); }
.nav-logo-wrap { display: flex; justify-content: center; }
.nav-logo { height: 50px; width: auto; }
.nav-right { display: flex; justify-content: flex-end; align-items: center; gap: .9rem; }
.nav-tp { display: flex; align-items: center; gap: .4rem; font-size: .82rem; font-weight: 700; color: #22c55e; text-decoration: none; white-space: nowrap; }
.nav-tp .star { color: var(--gold); font-size: 1rem; }
.menu-toggle { display: none; background: none; border: 0; cursor: pointer; font-size: 1.7rem; color: var(--ink); }

/* ── hero ── */
.hero {
  position: relative; text-align: center;
  padding: clamp(4.5rem, 13vw, 8.5rem) 0 clamp(3.5rem, 9vw, 6.5rem);
  border-bottom: 1px solid var(--line);
}
.eyebrow { display: inline-block; color: var(--accent); font-weight: 700; letter-spacing: .22em; text-transform: uppercase; font-size: .8rem; margin-bottom: 1rem; }
.hero h1 { font-size: clamp(3.4rem, 11vw, 7rem); margin-bottom: 1.1rem; transition: opacity .45s ease; }
.hero h1 span { color: var(--accent); }
.hero p { font-size: 1.14rem; color: #cfcfcf; max-width: 52ch; margin: 0 auto 2rem; line-height: 1.65; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; justify-content: center; }
.available-badge { display: inline-flex; align-items: center; gap: .5rem; font-size: .85rem; font-weight: 600; color: #cfcfcf; margin-top: 1.4rem; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: #22c55e; display: inline-block; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }

/* ── trust strip ── */
.trust-strip { background: var(--panel); border-bottom: 1px solid var(--line); padding: 1.1rem 0; }
.trust-list { display: flex; gap: 2rem; flex-wrap: wrap; justify-content: center; align-items: center; }
.trust-item { font-size: .8rem; font-weight: 700; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; display: flex; align-items: center; gap: .45rem; }
.trust-item::before { content: "✓"; color: var(--accent); }
.trust-item.star::before { content: "★"; color: var(--gold); }

/* ── sections ── */
section { padding: clamp(3.2rem, 7vw, 5.5rem) 0; }
.section-head { margin-bottom: 2.4rem; text-align: center; }
.section-head h2 { font-size: clamp(2.6rem, 6.5vw, 4.2rem); }
.section-head h2 span { color: var(--accent); }
.section-head p { color: var(--muted); max-width: 50ch; margin: .5rem auto 0; line-height: 1.65; }

/* ── carousel ── */
.carousel { position: relative; }
.carousel-track {
  display: flex; gap: 1.1rem; overflow-x: auto;
  scroll-snap-type: x mandatory; scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; padding: .4rem .2rem 1.2rem; scrollbar-width: none;
}
.carousel-track::-webkit-scrollbar { display: none; }
.car-slide { flex: 0 0 auto; scroll-snap-align: start; }
.car-arrow {
  position: absolute; top: 44%; transform: translateY(-50%); z-index: 5;
  width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line);
  background: rgba(18,18,18,.92); color: var(--ink); font-size: 1.4rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center; transition: .15s;
}
.car-arrow:hover { background: var(--brand); color: var(--btn-text); border-color: var(--brand); }
.car-prev { left: -8px; }
.car-next { right: -8px; }

/* ── service cards (carousel) ── */
.services-carousel .car-slide { width: min(290px, 80vw); }
/* services carousel controls: sit top-right, never overlapping the cards */
.services-carousel { padding-top: 3.6rem; }
.services-carousel .car-arrow { top: 0; bottom: auto; transform: none; width: 42px; height: 42px; }
.services-carousel .car-prev { left: auto; right: 3.4rem; }
.services-carousel .car-next { right: 0; }
/* service cards: full-bleed photo with text overlay */
.svc {
  position: relative; display: block; height: 100%; min-height: 330px;
  border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
  transition: border-color .18s, transform .18s, box-shadow .18s;
}
.svc:hover { border-color: var(--accent); transform: translateY(-6px); box-shadow: 0 18px 40px -18px rgba(91,120,255,.45); }
.svc .svc-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; transition: transform .4s ease;
}
.svc:hover .svc-img { transform: scale(1.05); }
.svc .svc-overlay {
  position: absolute; inset: 0; z-index: 1;
  display: flex; flex-direction: column; justify-content: flex-end;
  gap: .45rem; padding: 1.6rem 1.4rem;
  background: linear-gradient(rgba(10,10,10,.18) 0%, rgba(10,10,10,.45) 45%, rgba(10,10,10,.88) 80%, rgba(10,10,10,.95) 100%);
}
.svc h3 { font-size: 1.55rem; color: var(--ink); }
.svc p { color: #d8d8d8; font-size: .92rem; }
.svc .learn-more {
  margin-top: .3rem; display: inline-flex; align-items: center; gap: .35rem;
  font-size: .82rem; font-weight: 700; color: var(--accent); transition: gap .15s;
}
.svc:hover .learn-more { gap: .6rem; }
/* homepage card CTA: a glassy pill that fills with the accent on hover */
.svc-overlay .learn-more {
  align-self: flex-start; margin-top: .8rem;
  padding: .55rem 1.1rem; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.08);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  color: #fff; font-size: .8rem;
  transition: background .2s ease, border-color .2s ease, color .2s ease, gap .15s ease;
}
.svc:hover .svc-overlay .learn-more { background: var(--brand); border-color: var(--brand); color: var(--btn-text); }

/* ── feature panels ── */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.feat { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--panel); }
.feat img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.feat .cap { padding: 1.3rem 1.4rem; }
.feat h3 { font-size: 1.45rem; color: var(--accent); margin-bottom: .3rem; }
.feat p { color: var(--muted); font-size: .9rem; }

/* ── why us ── */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.why-card { background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: 2rem 1.7rem; transition: border-color .2s, transform .2s, box-shadow .2s; }
.why-card:hover { border-color: rgba(91,120,255,.45); transform: translateY(-5px); box-shadow: 0 16px 40px -16px rgba(91,120,255,.3); }
.why-card h3 { font-size: 1.5rem; margin-bottom: .4rem; color: var(--accent); }
.why-card p { color: var(--muted); font-size: .95rem; }

/* ── testimonials ── */
.testi-section { background: var(--panel); }
.testi-carousel .car-slide { width: 100%; scroll-snap-align: center; }
.testi {
  background: var(--bg); border: 1px solid var(--line); border-radius: 16px;
  padding: clamp(2rem, 5vw, 3.2rem); text-align: center; max-width: 780px; margin: 0 auto;
  transition: border-color .25s, box-shadow .25s;
}
.testi:hover { border-color: rgba(91,120,255,.28); box-shadow: 0 0 48px -12px rgba(91,120,255,.18); }
.testi .stars { color: var(--gold); font-size: 1.1rem; letter-spacing: .15em; margin-bottom: 1rem; }
.testi blockquote { font-size: 1.18rem; line-height: 1.6; font-style: italic; color: var(--ink); }
.testi .who { margin-top: 1.3rem; font-weight: 700; font-size: 1rem; }
.testi .role { color: var(--muted); font-size: .88rem; }
.testi-foot { text-align: center; margin-top: 1.4rem; }
.testi-foot a { color: var(--gold); font-weight: 700; font-size: .95rem; }

/* ── coverage ── */
.coverage { text-align: center; }
.area-tags { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; margin-top: 1.4rem; }
.tag { background: rgba(20,20,20,.8); border: 1px solid var(--line); border-radius: 999px; padding: .4rem 1.1rem; font-size: .85rem; font-weight: 600; color: var(--ink); }
a.tag { text-decoration: none; transition: border-color .15s ease, color .15s ease, background .15s ease; }
a.tag:hover { border-color: var(--accent); color: var(--accent); background: rgba(91,120,255,.08); }

/* ── quote / contact ── */
.quote-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 2.5rem; align-items: start; }
.form-card, .contact-card { background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: clamp(1.6rem, 4vw, 2.4rem); }
.form-card h3, .contact-card h3 { font-size: 2rem; margin-bottom: .3rem; }
.form-card .sub, .contact-card .sub { color: var(--muted); font-size: .92rem; margin-bottom: 1.4rem; }
.field { margin-bottom: 1rem; }
.field label { display: block; font-size: .82rem; font-weight: 600; color: var(--muted); margin-bottom: .35rem; }
.field input, .field select, .field textarea {
  width: 100%; padding: .8rem .9rem; background: var(--bg); color: var(--ink);
  border: 1px solid var(--line); border-radius: 8px; font-family: inherit; font-size: .95rem;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); }
.field input.field-error, .field textarea.field-error { border-color: #e55; }
.form-success { padding: 2.5rem 1rem; text-align: center; }
.form-success p { color: var(--accent); font-size: 1.1rem; font-weight: 700; margin-bottom: .5rem; }
.form-success small { color: var(--muted); font-size: .88rem; }
.field textarea { resize: vertical; min-height: 90px; }
.contact-links { display: flex; flex-direction: column; gap: .8rem; margin-bottom: 1.6rem; }
.contact-link {
  display: flex; align-items: center; gap: .9rem; padding: 1rem 1.2rem;
  background: var(--bg); border: 1px solid var(--line); border-radius: 8px; transition: .15s; font-weight: 700;
}
.contact-link:hover { border-color: var(--accent); color: var(--accent); }
.contact-link .lbl { color: var(--muted); font-size: .78rem; font-weight: 500; display: block; }
.hours { color: var(--muted); font-size: .9rem; line-height: 1.8; }
.hours strong { color: var(--ink); }

/* ── footer ── */
footer { border-top: 1px solid var(--line); padding: 2.4rem 0; }
.foot-grid { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; align-items: center; }
.foot-grid p { color: var(--muted); font-size: .85rem; }
.foot-links { display: flex; gap: 1.4rem; }
.foot-links a { color: var(--muted); font-size: .85rem; transition: color .15s; }
.foot-links a:hover { color: var(--accent); }

/* ── scroll reveal ── */
.scroll-reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.scroll-reveal.is-visible { opacity: 1; transform: none; }

/* ── service page specific ── */
.svc-hero {
  padding: clamp(3rem, 8vw, 5rem) 0;
  border-bottom: 1px solid var(--line);
  background: var(--panel);
}
/* service hero with the matching card photo behind it */
.svc-hero--img {
  position: relative;
  background: var(--bg) center/cover no-repeat;
  border-bottom: 1px solid var(--line);
}
.svc-hero--img::before {
  content: "";
  position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(rgba(8,8,8,.62), rgba(8,8,8,.88));
}
.svc-hero--img .wrap { position: relative; z-index: 1; }
.svc-hero--img p { color: #dcdcdc; }
.svc-hero .breadcrumb { font-size: .78rem; color: var(--muted); margin-bottom: 1rem; }
.svc-hero .breadcrumb a { color: var(--accent); }
.svc-hero .breadcrumb a:hover { text-decoration: underline; }
.svc-hero h1 { font-size: clamp(2.8rem, 8vw, 5rem); margin-bottom: .8rem; }
.svc-hero h1 span { color: var(--accent); }
.svc-hero p { font-size: 1.1rem; color: var(--muted); max-width: 52ch; line-height: 1.65; margin-bottom: 1.6rem; }
.svc-body { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; margin-top: 2rem; }
.svc-body-text h2 { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: .9rem; }
.svc-body-text h2 span { color: var(--accent); }
.svc-body-text p { color: var(--muted); font-size: .97rem; line-height: 1.75; margin-bottom: 1rem; }
.svc-checklist { list-style: none; display: flex; flex-direction: column; gap: .6rem; margin-bottom: 1.4rem; }
.svc-checklist li { display: flex; align-items: flex-start; gap: .6rem; font-size: .95rem; color: var(--ink); }
.svc-checklist li::before { content: "✓"; color: var(--accent); font-weight: 700; flex-shrink: 0; margin-top: .1rem; }
.svc-cta-box { background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: 2rem; }
.svc-cta-box h3 { font-size: 1.8rem; margin-bottom: .5rem; }
.svc-cta-box p { color: var(--muted); font-size: .92rem; margin-bottom: 1.2rem; }

/* ── responsive ── */
@media (max-width: 900px) {
  .feat-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .quote-grid { grid-template-columns: 1fr; }
  .svc-body { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .car-arrow { display: none; }
  .services-carousel { padding-top: 0; }
  .nav-left {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; background: #0a0a0a;
    border-bottom: 1px solid var(--line); padding: 1.1rem 1.3rem; gap: 1.1rem;
  }
  .nav-left.open { display: flex; }
  .menu-toggle { display: block; }
  .nav { grid-template-columns: auto 1fr auto; }
  .trust-list { gap: 1rem; }
}
/* ── Chatbot ── */
.chat-btn {
  position: fixed; bottom: 1.3rem; right: 1.3rem; z-index: 100;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--brand); color: var(--btn-text);
  border: none; cursor: pointer; font-size: 1.5rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,.5);
  transition: transform .2s, background .15s;
}
.chat-btn:hover { transform: scale(1.1); background: var(--hover); }
.chat-window {
  position: fixed; bottom: 5rem; right: 1.3rem; z-index: 99;
  width: min(360px, calc(100vw - 2rem));
  background: #141414; border: 1px solid var(--line);
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,.7);
  display: none; flex-direction: column;
  height: 480px; max-height: 70vh;
}
.chat-window.open { display: flex; }
.chat-head {
  padding: .85rem 1.1rem; background: var(--panel);
  border-bottom: 1px solid var(--line);
  display: flex; align-items: center; gap: .7rem; flex-shrink: 0;
}
.chat-head-dot { width: 9px; height: 9px; border-radius: 50%; background: #22c55e; animation: pulse 2s infinite; flex-shrink: 0; }
.chat-head-info { flex: 1; }
.chat-head-info strong { display: block; font-size: .9rem; }
.chat-head-info span { font-size: .72rem; color: #22c55e; }
.chat-close { background: none; border: none; color: var(--muted); font-size: 1.3rem; cursor: pointer; line-height: 1; padding: 0; }
.chat-close:hover { color: var(--ink); }
.chat-msgs { flex: 1; overflow-y: auto; padding: 1rem; display: flex; flex-direction: column; gap: .65rem; }
.chat-msg { max-width: 86%; padding: .6rem .9rem; border-radius: 12px; font-size: .88rem; line-height: 1.55; }
.chat-msg.bot { background: var(--panel); border: 1px solid var(--line); color: var(--ink); align-self: flex-start; border-bottom-left-radius: 4px; }
.chat-msg.user { background: var(--brand); color: var(--btn-text); align-self: flex-end; border-bottom-right-radius: 4px; font-weight: 600; }
.chat-quickreplies {
  padding: .55rem .7rem; display: flex; gap: .45rem;
  overflow-x: auto; scrollbar-width: none;
  border-top: 1px solid var(--line); flex-shrink: 0;
}
.chat-quickreplies::-webkit-scrollbar { display: none; }
.chat-qr {
  flex-shrink: 0; background: none; border: 1px solid var(--line);
  color: var(--accent); border-radius: 999px; padding: .3rem .8rem;
  font-size: .76rem; font-weight: 700; cursor: pointer; white-space: nowrap;
  transition: .15s; font-family: "DM Sans", sans-serif;
}
.chat-qr:hover { background: var(--brand); color: var(--btn-text); border-color: var(--brand); }
.chat-input-row {
  display: flex; gap: .5rem; padding: .65rem .75rem;
  border-top: 1px solid var(--line); background: var(--panel); flex-shrink: 0;
}
.chat-input {
  flex: 1; background: var(--bg); border: 1px solid var(--line);
  border-radius: 8px; padding: .55rem .8rem; color: var(--ink);
  font-family: "DM Sans", sans-serif; font-size: .88rem; outline: none;
}
.chat-input:focus { border-color: var(--accent); }
.chat-send {
  background: var(--brand); color: var(--btn-text); border: none;
  border-radius: 8px; padding: .55rem .9rem; font-weight: 700;
  cursor: pointer; font-size: .88rem; transition: background .15s;
  font-family: "DM Sans", sans-serif;
}
.chat-send:hover { background: var(--hover); }

/* ── gallery ── */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 640px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
.gallery-item {
  background: none; border: none; padding: 0; cursor: pointer;
  overflow: hidden; border-radius: 8px; display: block;
  aspect-ratio: 4/3; position: relative; width: 100%;
}
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .4s ease, filter .3s ease;
  display: block; pointer-events: none;
}
.gallery-item:hover img { transform: scale(1.06); filter: brightness(1.15); }
.gallery-item::after {
  content: '⊕'; position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.2rem; color: #fff; opacity: 0;
  background: rgba(0,0,0,.4); transition: opacity .3s;
  pointer-events: none;
}
.gallery-item:hover::after, .gallery-item:focus-visible::after { opacity: 1; }

/* lightbox */
.lightbox {
  position: fixed; inset: 0; background: rgba(0,0,0,.93);
  display: none; align-items: center; justify-content: center;
  z-index: 9000; padding: 1rem;
}
.lightbox.open { display: flex; flex-direction: column; }
.lb-img { max-width: 90vw; max-height: 78vh; object-fit: contain; border-radius: 6px; }
.lb-caption { color: #bbb; font-size: .9rem; margin-top: .8rem; text-align: center; }
.lb-close {
  position: absolute; top: 1rem; right: 1.25rem;
  background: none; border: none; color: #fff; font-size: 2rem;
  cursor: pointer; line-height: 1; opacity: .65; transition: opacity .2s;
}
.lb-close:hover { opacity: 1; }
.lb-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: none; border: none; color: #fff; font-size: 3.5rem;
  cursor: pointer; opacity: .55; transition: opacity .2s; line-height: 1;
  padding: 0 .75rem;
}
.lb-arrow:hover { opacity: 1; }
.lb-prev { left: .5rem; }
.lb-next { right: .5rem; }

/* ── company details ── */
.company-details {
  background: var(--panel); border-top: 1px solid var(--line);
  padding: 3.5rem 0;
}
.cd-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem;
}
@media (max-width: 600px) {
  .cd-grid { grid-template-columns: 1fr; gap: 2rem; }
}
.cd-col h3 {
  font-size: 1.4rem; margin-bottom: .85rem; color: var(--accent);
}
.cd-col p { color: var(--muted); font-size: .9rem; margin-bottom: .5rem; line-height: 1.7; }
.cd-col a { color: var(--accent); text-decoration: none; }
.cd-col a:hover { color: var(--hover); }
.cd-col strong { color: var(--ink); font-weight: 600; }

/* ── area pages ── */
.area-hero {
  background: linear-gradient(rgba(6,6,6,.6), rgba(8,8,8,.92)), url('images/our-team.webp') center/cover no-repeat, #0a0a0a;
  padding: 120px 0 80px; text-align: center;
}
.area-hero h1 { font-family: "Bebas Neue", sans-serif; font-size: clamp(2.8rem, 7vw, 5rem); line-height: 1.05; margin-bottom: 1rem; }
.area-hero h1 span { color: var(--accent); }
.area-hero p { color: var(--muted); max-width: 52ch; margin: 0 auto 2rem; font-size: 1.05rem; }
.area-intro { max-width: 760px; margin: 0 auto; color: var(--muted); line-height: 1.8; font-size: 1.02rem; }
.area-intro p { margin-bottom: 1.3rem; }
.area-coverage { color: var(--ink); background: rgba(91,120,255,.05); border-left: 3px solid var(--accent); padding: .85rem 1.1rem; border-radius: 0 8px 8px 0; font-size: .95rem; }
.area-coverage strong { color: var(--accent); }

/* ── sectors strip ── */
.sectors-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: .5rem; }
.sector-card { background: var(--panel); border: 1px solid var(--line); border-top: 3px solid var(--accent); border-radius: 10px; padding: 1.2rem 1.4rem; text-decoration: none; color: var(--ink); display: block; transition: transform .12s ease, border-color .15s ease; }
.sector-card:hover { transform: translateY(-2px); border-color: var(--accent); }
.sector-card h3 { font-size: .97rem; font-weight: 700; margin-bottom: .35rem; }
.sector-card p { font-size: .84rem; color: var(--muted); line-height: 1.6; margin: 0; }
@media (max-width: 860px) { .sectors-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .sectors-grid { grid-template-columns: 1fr; } }

/* ── area page: services grid, pull-quote, CTA band ── */
.area-services-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; margin-top: .5rem;
}
@media (max-width: 860px) { .area-services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .area-services-grid { grid-template-columns: 1fr; } }
.area-svc-link {
  display: flex; flex-direction: column; gap: .35rem;
  padding: 1.1rem 1.15rem; background: var(--bg);
  border: 1px solid var(--line); border-radius: 10px; text-decoration: none;
  transition: border-color .2s, transform .18s;
}
.area-svc-link:hover { border-color: var(--accent); transform: translateY(-3px); }
.area-svc-name { font-weight: 700; font-size: .92rem; color: var(--ink); }
.area-svc-desc { font-size: .83rem; color: var(--muted); line-height: 1.5; flex: 1; }
.area-svc-more { font-size: .82rem; color: var(--accent); margin-top: .4rem; }
.area-testi-pull { max-width: 680px; margin: 0 auto; text-align: center; }
.area-testi-pull .stars { color: var(--gold); font-size: 1.15rem; letter-spacing: .1em; margin-bottom: 1rem; }
.area-testi-pull blockquote {
  font-size: 1.1rem; line-height: 1.75; color: var(--ink);
  font-style: italic; margin-bottom: 1rem;
}
.area-testi-pull cite { font-size: .88rem; color: var(--muted); font-style: normal; }
.area-cta-band { background: var(--brand); padding: 4rem 0; text-align: center; }
.area-cta-band h2 { color: #fff; font-size: clamp(2rem, 5vw, 3.2rem); margin-bottom: .7rem; }
.area-cta-band p { color: rgba(255,255,255,.78); font-size: 1.02rem; margin-bottom: 1.8rem; }
.area-cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.area-cta-band .btn-primary { background: #fff; color: var(--brand); border-color: #fff; }
.area-cta-band .btn-primary:hover { background: var(--bg); color: #fff; border-color: var(--bg); }
.area-cta-band .btn-ghost { border-color: #fff; color: #fff; }
.area-cta-band .btn-ghost:hover { background: #fff; color: var(--brand); }

/* ── FAQ accordion ── */
.faq-list {
  max-width: 780px; margin: 0 auto;
  display: flex; flex-direction: column; gap: .75rem;
}
.faq-item {
  background: var(--bg); border: 1px solid var(--line);
  border-radius: 10px; overflow: hidden; transition: border-color .2s;
}
.faq-item[open] { border-color: var(--accent); }
.faq-item summary {
  list-style: none; cursor: pointer;
  padding: 1.1rem 1.4rem;
  font-family: "DM Sans", sans-serif; font-weight: 600; font-size: 1rem;
  color: var(--ink); display: flex; justify-content: space-between;
  align-items: center; gap: 1rem; user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '';
  width: 20px; height: 20px; min-width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2305cdff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-size: contain; background-repeat: no-repeat;
  transition: transform .22s ease;
}
.faq-item[open] summary::after { transform: rotate(180deg); }
.faq-item summary:hover { color: var(--accent); }
.faq-item > p {
  padding: .9rem 1.4rem 1.2rem; color: var(--muted);
  font-size: .95rem; line-height: 1.75; margin: 0;
  border-top: 1px solid var(--line);
}

/* ── sticky mobile call / WhatsApp bar (phones only) ── */
.mobile-cta-bar { display: none; }
@media (max-width: 560px) {
  .mobile-cta-bar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
    border-top: 1px solid var(--line); box-shadow: 0 -4px 16px rgba(0,0,0,.4);
  }
  .mcta {
    flex: 1; text-align: center; padding: 1.05rem .5rem; text-decoration: none;
    font-family: "DM Sans", sans-serif; font-weight: 700; font-size: .98rem;
  }
  .mcta-call { background: var(--brand); color: var(--btn-text); }
  .mcta-wa   { background: #25D366; color: #062b13; }
  /* lift floating widgets above the bar so nothing overlaps */
  body { padding-bottom: 3.8rem; }
  .chat-btn { bottom: 4.7rem; }
  .chat-window { bottom: 8.6rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, .scroll-reveal { transition: none !important; animation: none !important; }
  html { scroll-behavior: auto; }
}
