/* ============================================================
   Competent Electrician - Landing Page
   Type: Jost · Brand: #ff802b (orange) + #000 (black) · CTA: red
   ============================================================ */

:root {
  /* Brand */
  --orange: #ff802b;
  --orange-deep: #e96a18;
  --orange-soft: #ffe7d4;
  --orange-tint: #fff3ea;

  /* Ink + neutrals (warm) */
  --black: #000000;
  --ink: #131110;
  --ink-2: #423c38;
  --ink-3: #6f6660;
  --line: #e9e2db;
  --line-2: #d8cfc6;

  /* Surfaces */
  --paper: #fbf8f4;
  --paper-2: #f4eee7;
  --white: #ffffff;
  --night: #0c0a09;
  --night-2: #1a1714;

  /* CTA red */
  --red: #e1281a;
  --red-deep: #c11f12;
  --red-glow: rgba(225, 40, 26, 0.32);

  /* Type */
  --font: "Jost", system-ui, -apple-system, sans-serif;

  /* Layout */
  --maxw: 1180px;
  --gutter: clamp(20px, 5vw, 64px);
  --radius: 16px;
  --radius-sm: 11px;
  --radius-lg: 26px;

  --shadow-sm: 0 2px 8px rgba(28, 18, 10, 0.06);
  --shadow: 0 14px 40px rgba(28, 18, 10, 0.10);
  --shadow-lg: 0 30px 70px rgba(28, 18, 10, 0.16);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
  font-family: var(--font);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.55;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

::selection { background: var(--orange); color: #000; }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }

section { position: relative; }

.section-pad { padding-block: clamp(64px, 9vw, 128px); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--orange-deep);
}
.eyebrow::before {
  content: ""; width: 26px; height: 2px; background: var(--orange); border-radius: 2px;
}
.eyebrow.on-dark { color: var(--orange); }

h1, h2, h3, h4 { font-weight: 700; line-height: 1.06; letter-spacing: -0.02em; color: var(--ink); }

.h2 { font-size: clamp(30px, 4.4vw, 52px); font-weight: 700; text-wrap: balance; }
.section-head { max-width: 760px; margin-bottom: clamp(36px, 5vw, 60px); }
.section-head .eyebrow { margin-bottom: 18px; }
.section-head p.intro { margin-top: 18px; font-size: clamp(17px, 2vw, 20px); color: var(--ink-2); max-width: 62ch; text-wrap: pretty; }

.on-dark, .on-dark h1, .on-dark h2, .on-dark h3 { color: var(--white); }
.on-dark .intro { color: rgba(255, 255, 255, 0.74); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 11px;
  font-family: var(--font); font-weight: 600; font-size: 17px; letter-spacing: -0.01em;
  padding: 17px 30px; border-radius: 13px; border: none; cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.22s ease, background 0.2s ease;
  line-height: 1.1; white-space: nowrap;
}
.btn svg { width: 21px; height: 21px; flex: none; }

.btn-cta {
  background: var(--red); color: #fff;
  box-shadow: 0 12px 26px var(--red-glow), inset 0 1px 0 rgba(255,255,255,0.18);
}
.btn-cta:hover { background: var(--red-deep); transform: translateY(-2px); box-shadow: 0 18px 34px var(--red-glow); }
.btn-cta:active { transform: translateY(0); }

.btn-ghost {
  background: transparent; color: var(--ink); border: 1.5px solid var(--line-2);
}
.btn-ghost:hover { border-color: var(--ink); transform: translateY(-2px); }
.btn-ghost.on-dark { color: #fff; border-color: rgba(255,255,255,0.32); }
.btn-ghost.on-dark:hover { border-color: #fff; background: rgba(255,255,255,0.06); }

.btn-block { width: 100%; }
.btn-lg { font-size: 19px; padding: 20px 34px; }

.btn-call { /* secondary phone */
  background: transparent; color: inherit; font-weight: 600; gap: 9px;
  display: inline-flex; align-items: center; font-size: 16px;
}
.btn-call:hover { color: var(--orange-deep); }

/* ============================================================
   HEADER (sticky)
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(251, 248, 244, 0.86);
  backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}
.site-header.scrolled { box-shadow: 0 6px 24px rgba(28,18,10,0.08); background: rgba(251,248,244,0.94); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  height: 70px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 10px; background: var(--ink);
  display: grid; place-items: center; flex: none;
}
.brand-mark svg { width: 21px; height: 21px; }
.brand-name { font-weight: 700; font-size: 18px; letter-spacing: -0.02em; line-height: 1; }
.brand-name span { display: block; font-size: 11px; font-weight: 500; letter-spacing: 0.04em; color: var(--ink-3); margin-top: 3px; }

.header-right { display: flex; align-items: center; gap: 18px; }
.licence-chip {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; color: var(--ink-2);
  padding: 8px 13px; border: 1px solid var(--line-2); border-radius: 999px;
  background: var(--white);
}
.licence-chip b { color: var(--ink); }
.licence-chip.compact { display: none; }
.licence-chip .dot { width: 7px; height: 7px; border-radius: 50%; background: #2bb35e; box-shadow: 0 0 0 3px rgba(43,179,94,0.18); }
.header-right .btn { padding: 12px 20px; font-size: 15px; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  background: var(--night);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hero::before { /* warm glow */
  content: ""; position: absolute; inset: -30% 30% 40% -10%;
  background: radial-gradient(60% 60% at 30% 30%, rgba(255,128,43,0.22), transparent 70%);
  pointer-events: none;
}
.hero-grid {
  display: grid; grid-template-columns: 1.08fr 0.92fr; gap: clamp(36px, 5vw, 72px);
  align-items: center;
  padding-block: clamp(56px, 7vw, 104px);
  position: relative; z-index: 1;
}
.hero h1 {
  font-size: clamp(30px, 4.4vw, 50px); font-weight: 800; color: #fff;
  letter-spacing: -0.03em; margin: 22px 0 0; text-wrap: balance;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero h1 .hl { color: var(--orange); }
.hero .lede {
  margin-top: 24px; font-size: clamp(17px, 2vw, 20px); line-height: 1.6;
  color: rgba(255,255,255,0.78); max-width: 56ch; text-wrap: pretty;
}
.hero-cta { display: flex; flex-direction: column; gap: 14px; margin-top: 34px; max-width: 440px; }
.hero-cta .row2 { display: flex; align-items: center; gap: 18px; }
.hero-cta .btn-call { color: rgba(255,255,255,0.9); }
.hero-cta .btn-call:hover { color: var(--orange); }
.micro {
  margin-top: 20px; font-size: 14px; line-height: 1.55; color: rgba(255,255,255,0.6);
  max-width: 46ch; display: flex; gap: 9px;
}
.micro svg { width: 17px; height: 17px; flex: none; margin-top: 2px; color: var(--orange); }

/* hero visual */
.hero-visual { position: relative; }
.hero-photo {
  border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 5 / 7;
  border: 1px solid rgba(255,255,255,0.12);
}
.hero-badge {
  position: absolute; left: -18px; bottom: 32px;
  background: #fff; color: var(--ink); border-radius: 16px; padding: 16px 20px;
  box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 14px;
  max-width: 280px;
}
.hero-badge .ico { width: 44px; height: 44px; border-radius: 11px; background: var(--orange-tint); display: grid; place-items: center; flex: none; }
.hero-badge .ico svg { width: 24px; height: 24px; color: var(--orange-deep); }
.hero-badge b { display: block; font-size: 16px; }
.hero-badge span { font-size: 13px; color: var(--ink-3); }

/* image placeholder */
.ph {
  width: 100%; height: 100%;
  background-color: var(--paper-2);
  background-image: repeating-linear-gradient(135deg, rgba(0,0,0,0.045) 0 2px, transparent 2px 11px);
  display: grid; place-items: center; color: var(--ink-3);
  font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 12px;
  text-align: center; padding: 16px; letter-spacing: 0.02em;
}
.ph.dark {
  background-color: #16120f;
  background-image: repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 0 2px, transparent 2px 11px);
  color: rgba(255,255,255,0.5);
}
.ph span { border: 1px dashed currentColor; border-radius: 6px; padding: 6px 11px; }

/* ============================================================
   TRUST BAR
   ============================================================ */
.trust-bar { background: var(--orange); }
.trust-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: rgba(0,0,0,0.14);
}
.trust-cell {
  background: var(--orange); color: #1a0d02;
  padding: clamp(18px, 2.4vw, 26px) clamp(14px, 2vw, 26px);
  text-align: center;
}
.trust-cell .tnum {
  display: block; font-size: clamp(30px, 3.6vw, 46px); font-weight: 800;
  letter-spacing: -0.03em; line-height: 1; color: #14110d;
  font-variant-numeric: tabular-nums;
}
.trust-cell .tnum i { font-style: normal; font-weight: 700; opacity: 0.55; margin: 0 1px; }
.trust-cell .tnum .tunit { font-size: 0.46em; font-weight: 700; margin-left: 4px; letter-spacing: 0; }
.trust-cell span {
  display: block; margin-top: 9px; font-size: 13.5px; font-weight: 600;
  line-height: 1.3; color: rgba(26,13,2,0.74); text-wrap: balance;
}

/* ============================================================
   PROBLEM CARDS
   ============================================================ */
.problem { background: var(--paper); }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pcard {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 30px; box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pcard:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.pcard .num {
  font-size: 13px; font-weight: 700; letter-spacing: 0.1em; color: var(--orange-deep);
  display: flex; align-items: center; gap: 10px; margin-bottom: 18px;
}
.pcard .num::before { content: ""; width: 34px; height: 34px; border-radius: 9px; background: var(--orange-tint); display: grid; place-items: center; }
.pcard h3 { font-size: 22px; margin-bottom: 12px; letter-spacing: -0.02em; }
.pcard p { color: var(--ink-2); font-size: 16px; text-wrap: pretty; }

/* ============================================================
   DREAM OUTCOME TIMELINE
   ============================================================ */
.dream { background: var(--night); color: #fff; }
.timeline { position: relative; margin-top: 8px; }
.tl-item {
  display: grid; grid-template-columns: 220px 1fr; gap: clamp(24px, 4vw, 56px);
  padding: 34px 0; border-top: 1px solid rgba(255,255,255,0.12);
  align-items: start;
}
.tl-item:last-child { border-bottom: 1px solid rgba(255,255,255,0.12); }
.tl-when { display: flex; align-items: center; gap: 14px; }
.tl-dot { width: 14px; height: 14px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,128,43,0.18); flex: none; }
.tl-when b { font-size: 19px; font-weight: 700; color: var(--orange); letter-spacing: -0.01em; }
.tl-body p { color: rgba(255,255,255,0.78); font-size: 17px; max-width: 60ch; text-wrap: pretty; }
.tl-body em { color: #fff; font-style: italic; }

/* ============================================================
   STATS COUNTER
   ============================================================ */
.stats { background: var(--orange); color: #1a0d02; }
.stats .section-head .eyebrow { color: #5a3000; }
.stats .section-head .eyebrow::before { background: #1a0d02; }
.stats h2 { color: #1a0d02; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.stat { border-top: 3px solid rgba(0,0,0,0.22); padding-top: 22px; }
.stat .big { font-size: clamp(44px, 6vw, 76px); font-weight: 800; letter-spacing: -0.04em; line-height: 0.95; color: #14110d; }
.stat .lbl { margin-top: 12px; font-size: 16px; font-weight: 500; color: #4a2c0a; max-width: 24ch; }

/* ============================================================
   COMPARISON TABLE
   ============================================================ */
.compare { background: var(--paper); }
.ctable-shell { position: relative; padding-top: 16px; }
.ctable { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 15px; }
.ctable th, .ctable td { padding: 18px 22px; text-align: left; vertical-align: middle; }

/* header */
.ctable thead th { font-weight: 600; font-size: 15px; color: var(--ink); vertical-align: bottom; }
.ctable thead th:first-child { width: 34%; }
.ctable thead th.other { color: var(--ink-3); font-weight: 500; }
.ctable thead th.other b { display: block; color: var(--ink-2); font-weight: 600; font-size: 15px; }
.ctable thead th.us {
  background: var(--ink); color: #fff; border-radius: 16px 16px 0 0; position: relative;
  text-align: center; padding-top: 28px;
}
.ctable thead th.us .us-name { font-weight: 700; font-size: 17px; letter-spacing: -0.01em; }
.ctable thead th.us small { display: block; font-size: 12px; font-weight: 500; color: var(--orange); margin-top: 4px; letter-spacing: 0.02em; }
.us-ribbon {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--orange); color: #1a0d02; font-size: 11px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 14px; border-radius: 999px;
  white-space: nowrap; box-shadow: 0 6px 16px rgba(255,128,43,0.4);
}

/* body cells */
.ctable tbody td { border-bottom: 1px solid var(--line); color: var(--ink-2); }
.ctable tbody tr:last-child td { border-bottom: none; }
.ctable td.feat { font-weight: 600; color: var(--ink); font-size: 15.5px; }
.ctable td.other { background: #fff; }
.ctable tbody tr:first-child td { border-top: 1px solid var(--line); }

/* the highlighted "us" column runs as a continuous panel */
.ctable td.us, .ctable thead th.us { box-shadow: inset 1px 0 0 rgba(255,128,43,0.25), inset -1px 0 0 rgba(255,128,43,0.25); }
.ctable td.us {
  background: var(--orange-tint); color: var(--ink); font-weight: 600; text-align: center;
}
.ctable tbody tr:last-child td.us { border-radius: 0 0 16px 16px; box-shadow: inset 1px 0 0 rgba(255,128,43,0.25), inset -1px 0 0 rgba(255,128,43,0.25), inset 0 -1px 0 rgba(255,128,43,0.25); }
.ctable td.us .tick { justify-content: center; }

/* outer rounded frame on non-us columns */
.ctable-frame { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: #fff; }

.ctable tbody tr:hover td.feat, .ctable tbody tr:hover td.other { background: #fdf8f3; }
.ctable tbody tr:hover td.us { background: var(--orange-soft); }

.tick { display: inline-flex; align-items: center; gap: 9px; }
.tick svg { width: 17px; height: 17px; flex: none; }
.tick.yes { color: var(--ink); font-weight: 600; }
.tick.yes .badge { width: 24px; height: 24px; border-radius: 50%; background: #1f9d57; display: grid; place-items: center; flex: none; }
.tick.yes .badge svg { color: #fff; width: 14px; height: 14px; }
.tick.no { color: var(--ink-3); }
.tick.no .badge { width: 24px; height: 24px; border-radius: 50%; background: rgba(197,57,43,0.12); display: grid; place-items: center; flex: none; }
.tick.no .badge svg { color: #c5392b; width: 13px; height: 13px; }
.col-note { font-size: 13.5px; color: var(--ink-3); font-style: italic; }

/* ============================================================
   VALUE STACK
   ============================================================ */
.value { background: var(--night); color: #fff; }
.value h2 { color: #fff; }
.value-grid {
  display: grid; grid-template-columns: 1fr; gap: 0; max-width: 900px; margin-inline: auto;
  border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12); box-shadow: var(--shadow-lg);
  background: var(--night-2);
}
.vrow {
  display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center;
  padding: 22px 30px; border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: background 0.2s ease;
}
.vrow:hover { background: rgba(255,255,255,0.03); }
.vcheck {
  width: 34px; height: 34px; border-radius: 50%; flex: none;
  background: rgba(255,128,43,0.16); color: var(--orange);
  display: grid; place-items: center;
}
.vcheck svg { width: 18px; height: 18px; }
.vrow .what { display: flex; flex-direction: column; gap: 4px; }
.vrow .what b { color: #fff; font-weight: 700; font-size: 16.5px; letter-spacing: -0.01em; }
.vrow .what span { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.5; text-wrap: pretty; }
.vrow .worth { text-align: right; flex: none; min-width: 122px; }
.vrow .worth .free {
  font-size: 16px; font-weight: 700; color: #1a0d02; background: var(--orange);
  padding: 5px 14px; border-radius: 999px; display: inline-block;
}
.vrow .worth .inc {
  font-size: 13px; font-weight: 600; color: var(--orange);
  border: 1px solid rgba(255,128,43,0.4); padding: 5px 13px; border-radius: 999px; display: inline-block;
}
.vrow .worth del { color: rgba(255,255,255,0.4); font-size: 13px; display: block; margin-bottom: 6px; }

/* featured first row */
.vrow.feature { background: rgba(255,128,43,0.08); border-bottom-color: rgba(255,128,43,0.2); }
.vrow.feature .vcheck { background: var(--orange); color: #1a0d02; }
.vrow.feature .what b { font-size: 18px; }

/* total bar */
.value-total {
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  padding: 24px 30px; background: var(--ink);
}
.vt-label { font-size: 16px; font-weight: 600; color: rgba(255,255,255,0.82); }
.vt-figure { display: flex; align-items: baseline; gap: 14px; }
.vt-figure del { color: rgba(255,255,255,0.42); font-size: 18px; }
.vt-now { font-size: clamp(36px, 5vw, 52px); font-weight: 800; color: var(--orange); letter-spacing: -0.03em; line-height: 1; }
.value-foot { text-align: center; margin-top: 38px; }

/* ============================================================
   PERFORMANCE GUARANTEE
   ============================================================ */
.guarantee { background: var(--paper); }
.guar-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.guar-seal {
  position: relative; aspect-ratio: 1; width: 100%; max-width: 360px; margin-inline: auto;
  display: grid; place-items: center;
}
/* clean official-stamp seal: solid dark medallion with double orange hairline rings */
.guar-seal::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: var(--ink);
  box-shadow:
    var(--shadow-lg),
    inset 0 0 0 3px var(--orange),
    inset 0 0 0 8px var(--ink),
    inset 0 0 0 9px rgba(255,128,43,0.5);
}
.guar-seal::after { display: none; }
.seal-arc { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 2; }
.arc-text {
  fill: var(--orange); font-family: var(--font); font-weight: 600;
  font-size: 13.5px; letter-spacing: 0.22em; text-anchor: middle;
}
.seal-core { position: relative; z-index: 3; text-align: center; padding: 12%; }
.seal-row { display: flex; align-items: center; justify-content: center; gap: 4px; }
.seal-fig { display: flex; flex-direction: column; align-items: center; line-height: 1; }
.seal-fig .n { font-size: clamp(36px, 7vw, 52px); font-weight: 800; color: #fff; letter-spacing: -0.04em; }
.seal-fig .u { font-size: 13px; font-weight: 600; color: var(--orange); margin-top: 3px; letter-spacing: 0.04em; }
.seal-fig em { font-size: 11px; font-style: normal; color: rgba(255,255,255,0.6); margin-top: 7px; letter-spacing: 0.06em; text-transform: uppercase; }
.seal-plus { font-size: clamp(26px, 5vw, 38px); font-weight: 300; color: var(--orange); margin: 0 2px; align-self: flex-start; margin-top: 6%; }
.guar-body p { color: var(--ink-2); font-size: 17px; margin-bottom: 18px; text-wrap: pretty; }
.guar-body p:first-child { font-size: 19px; color: var(--ink); }
.guar-body .never { background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--orange); border-radius: var(--radius-sm); padding: 20px 22px; font-size: 16px; color: var(--ink-2); }
.guar-body .never b { color: var(--ink); }

/* ============================================================
   SOCIAL PROOF
   ============================================================ */
.proof { background: var(--paper-2); }

/* Google rating summary bar */
.g-summary {
  display: inline-flex; align-items: center; gap: 14px; flex-wrap: wrap;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 12px 24px; box-shadow: var(--shadow-sm); margin-bottom: 36px;
}
.g-summary .g-logo { width: 26px; height: 26px; flex: none; }
.g-summary .g-score { font-size: 26px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; line-height: 1; }
.g-summary .g-stars { display: inline-flex; gap: 2px; }
.g-summary .g-stars svg { width: 20px; height: 20px; }
.g-summary .g-count { font-size: 14px; color: var(--ink-3); font-weight: 500; }

/* Google-style review cards */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 20px 20px 22px; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: 12px;
}
.rv-head { display: flex; align-items: center; gap: 12px; }
.rv-av {
  width: 40px; height: 40px; border-radius: 50%; flex: none;
  display: grid; place-items: center; color: #fff; font-weight: 600; font-size: 18px;
}
.rv-who { flex: 1; min-width: 0; line-height: 1.2; }
.rv-who b { display: block; font-size: 15px; font-weight: 600; color: var(--ink); }
.rv-who span { font-size: 12.5px; color: var(--ink-3); }
.rv-g { width: 20px; height: 20px; flex: none; }
.rv-stars { display: flex; gap: 2px; }
.rv-stars svg { width: 16px; height: 16px; }
.rv-text { color: var(--ink-2); font-size: 14.5px; line-height: 1.65; text-wrap: pretty; }
.proof-note { margin-top: 24px; font-size: 13px; color: var(--ink-3); }

/* ============================================================
   FREE DIAGNOSIS (risk reversal)
   ============================================================ */
.diag { background: var(--white); }
.diag-card {
  background: var(--night); color: #fff; border-radius: var(--radius-lg);
  padding: clamp(40px, 6vw, 72px); display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(36px, 5vw, 64px); align-items: center; overflow: hidden; position: relative;
}
.diag-card::before { content: ""; position: absolute; right: -10%; top: -30%; width: 50%; height: 120%; background: radial-gradient(circle, rgba(255,128,43,0.18), transparent 70%); }
.diag-card .body { position: relative; z-index: 1; }
.diag-card h2 { color: #fff; }
.diag-card p { color: rgba(255,255,255,0.78); font-size: 17px; margin: 20px 0; text-wrap: pretty; }
.diag-steps { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 14px; }
.dstep { display: flex; gap: 16px; align-items: flex-start; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; padding: 18px 20px; }
.dstep .n { width: 32px; height: 32px; border-radius: 9px; background: var(--orange); color: #1a0d02; font-weight: 700; display: grid; place-items: center; flex: none; }
.dstep b { display: block; font-size: 16px; }
.dstep span { font-size: 14px; color: rgba(255,255,255,0.65); }

/* ============================================================
   SERVICES GRID
   ============================================================ */
.services { background: var(--paper); }
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.svc {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 24px 22px; display: flex; flex-direction: column; gap: 16px; min-height: 150px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.svc:hover { border-color: var(--orange); transform: translateY(-3px); }
.svc .ico { width: 42px; height: 42px; border-radius: 11px; background: var(--orange-tint); display: grid; place-items: center; }
.svc .ico svg { width: 23px; height: 23px; color: var(--orange-deep); }
.svc b { font-size: 16px; font-weight: 600; line-height: 1.3; margin-top: auto; }

/* ============================================================
   OBJECTIONS
   ============================================================ */
.objections { background: var(--white); }
.obj-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 24px; }
.obj {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 28px 26px; position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.obj:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--line-2); }
.obj-tag {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--orange-deep); background: var(--orange-tint); border: 1px solid var(--orange-soft);
  padding: 6px 12px; border-radius: 999px; margin-bottom: 16px;
}
.obj-tag::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
.obj-worry {
  font-size: 18px; font-weight: 600; font-style: italic; color: var(--ink);
  line-height: 1.32; margin-bottom: 14px; letter-spacing: -0.01em; text-wrap: pretty;
}
.obj-answer { color: var(--ink-2); font-size: 15.5px; line-height: 1.6; text-wrap: pretty; position: relative; padding-left: 26px; }
.obj-answer::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 17px; height: 17px; border-radius: 50%;
  background: #1f9d57 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m5 13 4 4 10-11' stroke='white' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px no-repeat;
}

/* ============================================================
   SCARCITY
   ============================================================ */
.scarcity { background: var(--ink); color: #fff; }
.scar-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.scarcity h2 { color: #fff; }
.scarcity p { color: rgba(255,255,255,0.78); font-size: 18px; margin-top: 20px; text-wrap: pretty; }
.scar-visual { display: flex; flex-direction: column; gap: 14px; }
.queue-row { display: flex; align-items: center; gap: 16px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; padding: 16px 20px; }
.queue-row .pos { width: 34px; height: 34px; border-radius: 9px; background: rgba(255,128,43,0.16); color: var(--orange); font-weight: 700; display: grid; place-items: center; flex: none; }
.queue-row.you { background: var(--orange); border-color: var(--orange); color: #1a0d02; padding: 22px 24px; box-shadow: 0 10px 26px rgba(255,128,43,0.35); transform: scale(1.04); transform-origin: left center; }
.queue-row.you b { font-size: 17px; }
.queue-row.you .pos { background: rgba(0,0,0,0.15); color: #1a0d02; width: 38px; height: 38px; }
.queue-row b { font-size: 15px; }
.queue-row span { font-size: 13px; opacity: 0.7; margin-left: auto; }

/* ============================================================
   FINAL CTA BANNER
   ============================================================ */
.final { background: #080706; color: #fff; text-align: center; overflow: hidden; padding-top: clamp(128px, 15vw, 200px); }
.final::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(58% 60% at 50% 4%, rgba(255,150,60,0.30), transparent 68%);
  opacity: 0; transition: opacity 0.9s ease;
}
.final.lights-on::before { opacity: 1; }

/* light rig: pendant bulb that switches on */
.light-rig { position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 1; display: flex; flex-direction: column; align-items: center; pointer-events: none; }
.cord { width: 2px; height: clamp(40px, 7vw, 78px); background: linear-gradient(rgba(255,255,255,0.28), rgba(255,255,255,0.06)); }
.bulb { position: relative; }
.bulb svg { width: 56px; height: 56px; display: block; position: relative; z-index: 2; }
.bulb .glass, .bulb .cap { color: rgba(255,255,255,0.2); transition: color 0.5s ease; }
.bulb .filament { color: rgba(255,255,255,0.16); transition: color 0.4s ease; }
.bulb::after {
  content: ""; position: absolute; inset: -46px; border-radius: 50%; z-index: 1;
  background: radial-gradient(circle, rgba(255,198,110,0.6), rgba(255,198,110,0) 62%);
  opacity: 0; transition: opacity 0.5s ease;
}
.final.lights-on .bulb .glass { color: var(--orange); }
.final.lights-on .bulb .cap { color: rgba(255,255,255,0.6); }
.final.lights-on .bulb .filament { color: #fff1bf; }
.final.lights-on .bulb::after { opacity: 1; }

.light-cone {
  width: 0; height: 0;
  border-left: 78px solid transparent; border-right: 78px solid transparent;
  border-bottom: 360px solid rgba(255,206,128,0.12);
  margin-top: -2px; filter: blur(9px); opacity: 0; transition: opacity 0.85s ease 0.1s;
}
.final.lights-on .light-cone { opacity: 1; }

.final .inner { position: relative; z-index: 2; max-width: 720px; margin-inline: auto; opacity: 0.42; transition: opacity 0.7s ease 0.25s; }
.final.lights-on .inner { opacity: 1; }

@media (prefers-reduced-motion: no-preference) {
  .final.lights-on::before { animation: bloomFlicker 0.85s ease both; }
  .final.lights-on .bulb .glass { animation: glassFlicker 0.85s ease both; }
  .final.lights-on .bulb::after { animation: bloomFlicker 0.85s ease both; }
}
@keyframes bloomFlicker { 0%{opacity:0} 9%{opacity:1} 17%{opacity:.08} 27%{opacity:1} 34%{opacity:.25} 44%{opacity:1} 100%{opacity:1} }
@keyframes glassFlicker {
  0%{color:rgba(255,255,255,0.2)} 9%{color:var(--orange)} 17%{color:rgba(255,255,255,0.2)}
  27%{color:var(--orange)} 34%{color:rgba(255,255,255,0.28)} 44%{color:var(--orange)} 100%{color:var(--orange)}
}

.final h2 { color: #fff; font-size: clamp(34px, 5.5vw, 60px); font-weight: 800; }
.final p { color: rgba(255,255,255,0.78); font-size: clamp(17px, 2vw, 20px); margin: 22px auto 34px; max-width: 56ch; text-wrap: pretty; }
.final .cta-row { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { background: var(--paper); }
.faq-list { max-width: 820px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line-2); }
.faq-q {
  width: 100%; background: none; border: none; cursor: pointer; font-family: var(--font);
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 24px 4px; text-align: left; font-size: clamp(17px, 2.2vw, 21px); font-weight: 600; color: var(--ink);
}
.faq-q .pm { width: 30px; height: 30px; flex: none; border-radius: 50%; border: 1.5px solid var(--line-2); display: grid; place-items: center; position: relative; transition: all 0.2s ease; }
.faq-q .pm::before, .faq-q .pm::after { content: ""; position: absolute; background: var(--ink); border-radius: 2px; }
.faq-q .pm::before { width: 12px; height: 2px; }
.faq-q .pm::after { width: 2px; height: 12px; transition: transform 0.25s ease; }
.faq-item.open .faq-q .pm { background: var(--orange); border-color: var(--orange); }
.faq-item.open .faq-q .pm::before, .faq-item.open .faq-q .pm::after { background: #1a0d02; }
.faq-item.open .faq-q .pm::after { transform: rotate(90deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.32s ease; }
.faq-a p { padding: 0 4px 26px; color: var(--ink-2); font-size: 16.5px; max-width: 70ch; text-wrap: pretty; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--night); color: rgba(255,255,255,0.66); padding-block: 56px 40px; }
.foot-top { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; align-items: flex-start; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.foot-top .brand-name { color: #fff; }
.foot-cred { font-size: 14px; line-height: 1.9; max-width: 520px; }
.foot-cred b { color: #fff; }
.foot-bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding-top: 24px; font-size: 13px; }
.foot-bottom a:hover { color: var(--orange); }
.foot-links { display: flex; gap: 22px; }

/* ============================================================
   STICKY BOTTOM BAR (mobile)
   ============================================================ */
.sticky-bottom {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  display: none; gap: 10px; padding: 11px 14px calc(11px + env(safe-area-inset-bottom));
  background: rgba(12,10,9,0.94); backdrop-filter: blur(12px); border-top: 1px solid rgba(255,255,255,0.1);
}
.sticky-bottom .btn { flex: 1; padding: 15px; font-size: 16px; }
.sticky-bottom .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.3); flex: 0 0 auto; padding: 15px 20px; }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s cubic-bezier(0.16,1,0.3,1), transform 0.7s cubic-bezier(0.16,1,0.3,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 460px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .cards-3 { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
  .guar-grid, .diag-card, .scar-grid { grid-template-columns: 1fr; }
  .diag-card { gap: 36px; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .obj-grid { grid-template-columns: 1fr; gap: 26px; }
  .review-grid { grid-template-columns: 1fr; }
  .tl-item { grid-template-columns: 1fr; gap: 12px; padding: 26px 0; }
}

@media (max-width: 760px) {
  .licence-chip, .header-right .btn { display: none; }
  .header-right .licence-chip.compact { display: inline-flex; }
  .header-inner { height: 62px; }
  body { padding-bottom: 74px; }
  .sticky-bottom { display: flex; }
  .ctable-shell { overflow-x: auto; }
  .ctable { min-width: 680px; }
  .hero-badge { left: 50%; transform: translateX(-50%); bottom: -24px; }
  .hero-visual { margin-bottom: 30px; }
  .vrow { grid-template-columns: auto 1fr; gap: 8px 16px; }
  .vrow .worth { grid-column: 2; text-align: left; min-width: 0; margin-top: 4px; }
  .value-total { padding: 22px; }
}

@media (max-width: 480px) {
  .trust-grid { grid-template-columns: 1fr; }
  .svc-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .final .cta-row { flex-direction: column; }
  .final .cta-row .btn { width: 100%; }
}

/* ============================================================
   QUOTE FORM (non-emergency capture)
   ============================================================ */
.quote { background: var(--paper-2); }
.quote-card {
  max-width: 760px; margin-inline: auto;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-lg); box-shadow: var(--shadow);
  padding: clamp(28px, 4vw, 48px);
}
.quote-card .section-head { text-align: center; margin-inline: auto; margin-bottom: 28px; }
.quote-card .section-head .eyebrow { justify-content: center; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 14px; font-weight: 600; color: var(--ink); }
.field label .req { color: var(--red); margin-left: 2px; }
.field input, .field select, .field textarea {
  font-family: var(--font); font-size: 16px; color: var(--ink);
  background: var(--paper); border: 1.5px solid var(--line-2); border-radius: var(--radius-sm);
  padding: 13px 15px; width: 100%; transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.field textarea { resize: vertical; min-height: 92px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,128,43,0.18);
}
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m6 9 6 6 6-6' stroke='%236f6660' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 18px; padding-right: 42px; }
.form-submit { margin-top: 26px; }
.form-submit .btn { width: 100%; }
.form-consent { margin-top: 14px; font-size: 12.5px; line-height: 1.5; color: var(--ink-3); text-align: center; }
.form-success {
  display: none; text-align: center; padding: 12px 4px;
}
.form-success.show { display: block; }
.form-success .ok {
  width: 64px; height: 64px; border-radius: 50%; background: rgba(31,157,87,0.12);
  display: grid; place-items: center; margin: 0 auto 18px;
}
.form-success .ok svg { width: 32px; height: 32px; color: #1f9d57; }
.form-success h3 { font-size: 24px; margin-bottom: 10px; }
.form-success p { color: var(--ink-2); font-size: 16px; max-width: 46ch; margin: 0 auto 22px; }
@media (max-width: 600px) { .form-grid { grid-template-columns: 1fr; } }

/* ============================================================
   PROBLEM SECTION IMAGE BANNER
   ============================================================ */
.problem-banner {
  position: relative; margin-bottom: 40px; border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line);
  max-height: 360px;
}
.problem-banner img { width: 100%; height: 100%; max-height: 360px; object-fit: cover; object-position: center 38%; display: block; }
.problem-banner figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 40px 28px 22px; color: #fff; font-size: clamp(16px, 2vw, 20px); font-weight: 600;
  letter-spacing: -0.01em; line-height: 1.3; text-wrap: pretty;
  background: linear-gradient(to top, rgba(8,7,6,0.86), rgba(8,7,6,0));
}
@media (max-width: 600px) { .problem-banner figcaption { font-size: 15px; padding: 32px 18px 18px; } }

/* ============================================================
   REAL JOBS GALLERY
   ============================================================ */
.gallery { background: var(--paper-2); }
.gallery-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.gtile {
  position: relative; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line);
  aspect-ratio: 4 / 3; background: var(--ink);
}
.gtile img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.5s ease; }
.gtile:hover img { transform: scale(1.05); }
.gtile figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 32px 18px 16px;
  color: #fff; font-size: 14.5px; font-weight: 600; line-height: 1.35; text-wrap: pretty;
  background: linear-gradient(to top, rgba(8,7,6,0.9), rgba(8,7,6,0));
}
/* branded cut-out tile sits on orange, not a photo crop */
.gtile.branded { background: var(--orange); }
.gtile.branded img { object-fit: contain; object-position: center bottom; padding: 18px 18px 0; }
.gtile.branded figcaption { color: #1a0d02; background: linear-gradient(to top, rgba(255,128,43,0.96), rgba(255,128,43,0)); }
@media (max-width: 900px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .gallery-grid { grid-template-columns: 1fr; } .gtile { aspect-ratio: 3 / 2; } }

/* ============================================================
   ON-DARK TEXT VISIBILITY FIXES
   (override the higher-specificity .section-head p.intro dark colour)
   ============================================================ */
.section-head.on-dark p.intro,
.value .section-head p.intro,
.dream .section-head p.intro { color: rgba(255,255,255,0.78); }

/* ============================================================
   HEADER LOGO IMAGE
   ============================================================ */
.brand-logo { height: 44px; width: auto; display: block; }
@media (max-width: 760px) { .brand-logo { height: 36px; } }

/* ============================================================
   GUARANTEE SEAL - single (arrival-only) figure
   ============================================================ */
.seal-fig.solo .n { font-size: clamp(54px, 11vw, 78px); }
.seal-fig.solo .u { font-size: 15px; margin-top: 5px; }
.seal-fig.solo em { font-size: 12.5px; margin-top: 9px; }

/* ============================================================
   SERVICES - 2 column with image collage
   ============================================================ */
.svc-2col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.svc-copy .svc-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
.svc-copy .svc { min-height: 0; padding: 15px 16px; flex-direction: row; align-items: center; gap: 13px; }
.svc-copy .svc .ico { width: 38px; height: 38px; }
.svc-copy .svc .ico svg { width: 20px; height: 20px; }
.svc-copy .svc b { margin-top: 0; font-size: 14.5px; line-height: 1.25; }
.svc-collage { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.svc-collage figure { border-radius: 16px; overflow: hidden; aspect-ratio: 1 / 1; box-shadow: var(--shadow); border: 1px solid var(--line); }
.svc-collage img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.svc-collage figure:hover img { transform: scale(1.05); }
@media (max-width: 900px) { .svc-2col { grid-template-columns: 1fr; } .svc-collage { max-width: 520px; margin-inline: auto; } }
@media (max-width: 480px) { .svc-copy .svc-grid { grid-template-columns: 1fr; } }

/* ============================================================
   REVISIONS BATCH
   ============================================================ */

/* --- Header: white bg, bigger logo, taller --- */
.site-header { background: #ffffff; }
.site-header.scrolled { background: #ffffff; }
.header-inner { height: 84px; }
.brand-logo { height: 56px; }
@media (max-width: 760px) { .brand-logo { height: 44px; } }

/* --- Trust strip: icons + equal height --- */
.trust-cell {
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
  text-align: center; gap: 9px; padding: clamp(22px, 2.6vw, 30px) clamp(14px, 2vw, 24px);
}
.t-ico { width: 42px; height: 42px; border-radius: 12px; background: #1a0d02; display: grid; place-items: center; flex: none; }
.t-ico svg { width: 22px; height: 22px; color: var(--orange); }
.trust-cell .tnum { margin: 0; }
.trust-cell span { margin-top: 0; }

/* --- Problem cards: number INSIDE the box --- */
.pcard .num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 11px; background: var(--orange-tint);
  color: var(--orange-deep); font-size: 15px; font-weight: 700; letter-spacing: 0; margin-bottom: 18px; gap: 0;
}
.pcard .num::before { display: none; }

/* --- Dream timeline: dashed guiding spine --- */
.timeline::before {
  content: ""; position: absolute; left: 6px; top: 46px; bottom: 46px; width: 2px;
  background: repeating-linear-gradient(to bottom, rgba(255,128,43,0.75) 0 7px, transparent 7px 15px);
}
.tl-when { position: relative; }
.tl-dot { position: relative; z-index: 1; }

/* --- Services: single-column list, borderless icons --- */
.svc-copy .svc-grid { grid-template-columns: 1fr; gap: 0; }
.svc-copy .svc {
  min-height: 0; padding: 14px 4px; flex-direction: row; align-items: center; gap: 14px;
  background: none; border: none; border-bottom: 1px solid var(--line); border-radius: 0; box-shadow: none;
}
.svc-copy .svc:hover { transform: none; border-color: var(--line); }
.svc-copy .svc:last-child { border-bottom: none; }
.svc-copy .svc .ico { width: auto; height: auto; background: none; border-radius: 0; }
.svc-copy .svc .ico svg { width: 24px; height: 24px; color: var(--orange-deep); }
.svc-copy .svc b { margin-top: 0; font-size: 16px; line-height: 1.3; }

/* --- Services: overlapping photo collage --- */
.svc-collage { display: block; position: relative; aspect-ratio: 1 / 1; width: 100%; max-width: 520px; margin-inline: auto; }
.svc-collage figure {
  position: absolute; border-radius: 14px; overflow: hidden; border: 5px solid #fff;
  box-shadow: var(--shadow-lg); transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.svc-collage figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.svc-collage figure:nth-child(1) { width: 55%; aspect-ratio: 3/4;  top: 3%;   left: 0;    transform: rotate(-5deg); z-index: 2; }
.svc-collage figure:nth-child(2) { width: 50%; aspect-ratio: 4/3;  top: 0;    right: 0;   transform: rotate(4deg);  z-index: 1; }
.svc-collage figure:nth-child(3) { width: 53%; aspect-ratio: 4/3;  bottom: 0; left: 3%;   transform: rotate(3deg);  z-index: 3; }
.svc-collage figure:nth-child(4) { width: 49%; aspect-ratio: 4/3;  bottom: 6%; right: 1%; transform: rotate(-3deg); z-index: 2; }
.svc-collage figure:hover { transform: scale(1.06) rotate(0deg); z-index: 10; box-shadow: 0 30px 60px rgba(28,18,10,0.3); }
@media (max-width: 900px) { .svc-2col { grid-template-columns: 1fr; } .svc-collage { max-width: 460px; margin-top: 8px; } }

/* --- Guarantee seal: larger figures --- */
.seal-fig.solo .n { font-size: clamp(64px, 13vw, 96px); }
.seal-fig.solo .u { font-size: 20px; margin-top: 6px; }
.seal-fig.solo em { font-size: 15px; margin-top: 11px; letter-spacing: 0.05em; }

/* --- Floating WhatsApp + Call (desktop bottom-right) --- */
.float-cta { position: fixed; right: 20px; bottom: 22px; z-index: 65; display: flex; flex-direction: column; gap: 12px; }
.fab { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: var(--red); color: #fff; box-shadow: 0 10px 26px var(--red-glow); transition: transform 0.2s ease, background 0.2s ease; }
.fab:hover { transform: scale(1.08); background: var(--red-deep); }
.fab svg { width: 26px; height: 26px; }
@media (max-width: 760px) { .float-cta { display: none; } }

/* --- Scarcity: smaller queue boxes, centred, dashed connector --- */
.scar-visual { max-width: 430px; margin-inline: auto; position: relative; }
.scar-visual::before {
  content: ""; position: absolute; left: 32px; top: 16px; bottom: 16px; width: 2px; z-index: 0;
  background: repeating-linear-gradient(to bottom, rgba(255,128,43,0.6) 0 6px, transparent 6px 13px);
}
.queue-row { position: relative; z-index: 1; padding: 12px 16px; gap: 14px; }
.queue-row b { font-size: 14px; }
.queue-row .pos { width: 30px; height: 30px; font-size: 13px; }
.queue-row.you { padding: 20px 22px; }
.queue-row.you b { font-size: 16.5px; }
.queue-row.you .pos { width: 36px; height: 36px; }

/* ============================================================
   REVISIONS BATCH 2
   ============================================================ */

/* --- Services collage: clean interlocking mosaic (no rotations) --- */
.svc-collage {
  display: grid; position: static; gap: 12px;
  grid-template-columns: 1fr 1fr; grid-template-rows: repeat(5, 1fr);
  aspect-ratio: 1 / 1; width: 100%; max-width: 520px; margin-inline: auto;
}
.svc-collage figure {
  position: static; width: auto; aspect-ratio: auto; transform: none;
  inset: auto; border: none; border-radius: 16px; overflow: hidden;
  box-shadow: var(--shadow); transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.svc-collage figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.svc-collage figure:nth-child(1) { grid-column: 1; grid-row: 1 / 4; transform: none; width: auto; aspect-ratio: auto; inset: auto; }
.svc-collage figure:nth-child(2) { grid-column: 2; grid-row: 1 / 3; transform: none; width: auto; aspect-ratio: auto; inset: auto; }
.svc-collage figure:nth-child(3) { grid-column: 2; grid-row: 3 / 6; transform: none; width: auto; aspect-ratio: auto; inset: auto; }
.svc-collage figure:nth-child(4) { grid-column: 1; grid-row: 4 / 6; transform: none; width: auto; aspect-ratio: auto; inset: auto; }
.svc-collage figure:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); z-index: 2; }
@media (max-width: 900px) { .svc-collage { max-width: 460px; margin-top: 8px; } }

/* --- Scarcity: curved dashed guide OUTSIDE the boxes --- */
.scar-visual::before { display: none; }
.scar-visual { overflow: visible; }
.scar-curve {
  position: absolute; left: -52px; top: 0; height: 100%; width: 60px;
  z-index: 0; pointer-events: none; opacity: 0.85;
}
.queue-row { z-index: 1; }
@media (max-width: 900px) { .scar-curve { left: -34px; width: 44px; } }
@media (max-width: 560px) { .scar-curve { display: none; } }

/* ============================================================
   REVISIONS BATCH 3
   ============================================================ */

/* --- Trust strip: aligned icons + consistent number styling --- */
.trust-cell { justify-content: flex-start; }
.t-ico { width: 44px; height: 44px; }
.t-ico svg { width: 23px; height: 23px; }
.trust-cell .tnum {
  display: inline-flex; align-items: baseline; justify-content: center; gap: 3px;
  font-size: clamp(32px, 3.6vw, 46px); font-weight: 800; color: #14110d;
  letter-spacing: -0.03em; line-height: 1; min-height: 46px;
}
.trust-cell .tnum .t-count { font: inherit; color: inherit; letter-spacing: inherit; }
.trust-cell .tnum .tunit { font-size: 0.42em; font-weight: 700; }
.trust-cell span { min-height: 2.5em; display: flex; align-items: flex-start; justify-content: center; }

/* --- Services collage: tidy 3-image mosaic, height fits the list --- */
.svc-2col { align-items: stretch; }
.svc-collage {
  display: grid; grid-template-columns: 1.05fr 0.95fr; grid-template-rows: 1fr 1fr;
  gap: 12px; height: 100%; aspect-ratio: auto; max-width: 540px; margin-inline: auto;
}
.svc-collage figure { position: static; transform: none; inset: auto; width: auto; aspect-ratio: auto; border: none; }
.svc-collage figure:nth-child(1) { grid-column: 1; grid-row: 1 / 3; }
.svc-collage figure:nth-child(2) { grid-column: 2; grid-row: 1; }
.svc-collage figure:nth-child(3) { grid-column: 2; grid-row: 2; }
.svc-collage figure:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
@media (max-width: 900px) {
  .svc-2col { align-items: start; }
  .svc-collage { height: auto; aspect-ratio: 4 / 3; max-width: 480px; }
}

/* --- Scarcity: 3 curved dashed links, on the RIGHT, outside the boxes --- */
.scar-curve { left: auto; right: -54px; }
@media (max-width: 900px) { .scar-curve { right: -34px; } }

/* ============================================================
   REVISIONS BATCH 4
   ============================================================ */

/* --- Trust strip FIX: scope styles so the broad span rule no longer
       breaks the icon, number and unit (it was hitting every span) --- */
.trust-cell { gap: 12px; }
.trust-cell .t-ico {
  display: grid; place-items: center; align-items: center; justify-content: center;
  width: 44px; height: 44px; min-height: 44px; border-radius: 12px;
  background: #1a0d02; flex: none; margin: 0;
}
.trust-cell .t-ico svg { width: 23px; height: 23px; color: var(--orange); display: block; }
.trust-cell .tnum {
  display: inline-flex; align-items: baseline; justify-content: center; gap: 3px;
  min-height: 0; margin: 0; line-height: 1;
}
.trust-cell .tnum .t-count { display: inline; min-height: 0; margin: 0; font: inherit; color: inherit; }
.trust-cell .tnum .tunit { display: inline; min-height: 0; margin: 0; font-size: 0.42em; font-weight: 700; }
.trust-cell > span:last-child {
  display: block; min-height: 2.6em; margin: 0; align-items: initial; justify-content: initial;
  font-size: 13.5px; font-weight: 600; line-height: 1.3; color: rgba(26,13,2,0.74);
}

/* --- Services collage: balanced layout, nothing stretched tall --- */
.svc-2col { align-items: center; }
.svc-collage {
  grid-template-columns: 1fr 1fr; grid-template-rows: auto auto;
  height: auto; aspect-ratio: auto; gap: 12px; max-width: 540px;
}
.svc-collage figure:nth-child(1) { grid-column: 1; grid-row: 1; aspect-ratio: 1 / 1; }
.svc-collage figure:nth-child(2) { grid-column: 2; grid-row: 1; aspect-ratio: 1 / 1; }
.svc-collage figure:nth-child(3) { grid-column: 1 / 3; grid-row: 2; aspect-ratio: 16 / 7; }
@media (max-width: 900px) { .svc-collage { max-width: 480px; } }

/* ============================================================
   REVISIONS BATCH 5 - multi-profile rating chips + photo avatars
   ============================================================ */
.g-profiles {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 12px;
  max-width: 1080px; margin: 0 auto clamp(32px, 5vw, 48px);
}
.g-chip {
  display: flex; align-items: center; gap: 11px;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 11px 17px; box-shadow: var(--shadow-sm);
}
.g-chip .g-logo { width: 22px; height: 22px; flex: none; }
.g-chip-body { line-height: 1.2; text-align: left; }
.g-chip-body b { display: block; font-size: 14.5px; font-weight: 700; color: var(--ink); }
.g-chip-rate { display: flex; align-items: center; gap: 5px; margin-top: 3px; font-size: 12.5px; color: var(--ink-3); }
.g-chip-rate svg { width: 13px; height: 13px; flex: none; }
.g-chip-rate .score { font-weight: 700; color: var(--ink); }

/* review avatars: real Google profile photos */
img.rv-av { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; background: var(--paper-2); flex: none; }
@media (max-width: 560px) { .g-chip { flex: 1 1 calc(50% - 12px); } }

/* ============================================================
   REVISIONS BATCH 6
   ============================================================ */

/* Flat review cards: remove outline + shadow */
.review { border: none; box-shadow: none; }

/* "+ other islandwide locations" chip (muted, no rating) */
.g-chip.more {
  display: flex; align-items: center; justify-content: center;
  background: transparent; border: 1px dashed var(--line-2); box-shadow: none;
  color: var(--ink-3); font-size: 13px; font-weight: 600; padding: 11px 18px;
}

/* Services collage: stretch to match the list height */
.svc-2col { align-items: stretch; }
.svc-collage { height: 100%; grid-template-rows: 1.3fr 1fr; }
.svc-collage figure { aspect-ratio: auto; }
@media (max-width: 900px) {
  .svc-2col { align-items: start; }
  .svc-collage { height: auto; grid-template-rows: auto auto; }
  .svc-collage figure:nth-child(1) { aspect-ratio: 1 / 1; }
  .svc-collage figure:nth-child(2) { aspect-ratio: 1 / 1; }
  .svc-collage figure:nth-child(3) { aspect-ratio: 16 / 7; }
}

/* Allow the longer CTA label to wrap on narrow screens */
.btn-lg { white-space: normal; text-wrap: balance; }

/* ============================================================
   REVISIONS BATCH 7
   ============================================================ */

/* bizSAFE certification badge in the trust strip (white badge on orange) */
.trust-cell .t-badge {
  background: #fff; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  min-height: 102px; width: 100%; max-width: 210px; padding: 10px 16px; flex: none;
}
.trust-cell .t-badge img { width: 100%; height: auto; max-height: 66px; object-fit: contain; display: block; }

/* Guarantee seal: bigger "30" */
.seal-fig.solo .n { font-size: clamp(78px, 15vw, 120px); }

/* Branch rating chips: full-width row */
.g-profiles { max-width: none; }
.g-chip { flex: 1 1 auto; justify-content: center; }

/* ============================================================
   REVISIONS BATCH 8
   ============================================================ */

/* bizSAFE trust cell: word styled like the other big figures, sized to fit */
.trust-cell .tnum.tnum-word { font-size: clamp(26px, 3vw, 38px); letter-spacing: -0.02em; }

/* Services collage: let figures fill the stretched rows (kills the row gap) */
@media (min-width: 901px) {
  .svc-collage { grid-template-rows: 1.25fr 1fr; }
  .svc-collage figure:nth-child(1),
  .svc-collage figure:nth-child(2),
  .svc-collage figure:nth-child(3) { aspect-ratio: auto; height: 100%; }
}

/* ============================================================
   REVISIONS BATCH 9 - bizSAFE badge on hero photo
   ============================================================ */
.hero-badge-biz {
  left: auto; right: -16px; top: 24px; bottom: auto; transform: none;
  padding: 10px 16px; gap: 0; max-width: none;
}
.hero-badge-biz img { height: 40px; width: auto; display: block; }
@media (max-width: 760px) {
  .hero-badge-biz { right: 8px; top: 10px; left: auto; bottom: auto; transform: none; padding: 8px 12px; }
  .hero-badge-biz img { height: 32px; }
}

/* ============================================================
   REVISIONS BATCH 10 - footer logo
   ============================================================ */
.foot-logo { display: inline-flex; align-items: center; background: #fff; border-radius: 12px; padding: 12px 18px; }
.foot-logo img { height: 50px; width: auto; display: block; }
.site-footer .foot-top { justify-content: flex-start; border-bottom: none; padding-bottom: 8px; }

/* ============================================================
   REVISIONS BATCH 11 - bizSAFE hero badge caption
   ============================================================ */
.hero-badge-biz { flex-direction: column; gap: 6px; align-items: center; }
.hero-badge-biz span { font-size: 12px; font-weight: 600; color: var(--ink-2); letter-spacing: 0.01em; }

/* ============================================================
   REVISIONS BATCH 12
   ============================================================ */

/* 1. Centre wrapped CTA button text */
.btn { text-align: center; }

/* 2. Diag card glow: full-card soft radial so it never clips to a hard edge */
.diag-card::before {
  inset: 0; right: auto; top: auto; width: auto; height: auto;
  background: radial-gradient(55% 60% at 82% 20%, rgba(255,128,43,0.22), rgba(255,128,43,0) 70%);
}

/* 3. Centre-align footer content */
.site-footer { text-align: center; }
.site-footer .foot-top { justify-content: center; }
.site-footer .foot-cred { margin-inline: auto; }
.site-footer .foot-bottom { justify-content: center; text-align: center; }

/* 4. Mobile: slightly wider EMA licence pill */
@media (max-width: 760px) {
  .hero-badge:not(.hero-badge-biz) { max-width: 330px; }
}

/* 5. Mobile: hide the dream-timeline dashed spine (it overlaps the stacked text) */
@media (max-width: 980px) {
  .timeline::before { display: none; }
}

/* ============================================================
   REVISIONS BATCH 13 - widen EMA pill on mobile (min-width, not max)
   ============================================================ */
@media (max-width: 760px) {
  .hero-badge:not(.hero-badge-biz) { min-width: 260px; max-width: 90vw; }
}

/* ============================================================
   REVISIONS BATCH 14 - restore a visible (but soft) diag glow
   ============================================================ */
.diag-card::before {
  inset: 0; right: auto; top: auto; width: auto; height: auto;
  background: radial-gradient(46% 52% at 86% 14%, rgba(255,128,43,0.42), rgba(255,128,43,0) 68%);
}

/* ============================================================
   REVISIONS BATCH 15 - stronger, clearly visible diag corner glow
   ============================================================ */
.diag-card::before {
  inset: 0; right: auto; top: auto; width: auto; height: auto;
  background: radial-gradient(65% 60% at 90% 4%, rgba(255,128,43,0.58), rgba(255,128,43,0) 60%);
}

/* ============================================================
   REVISIONS BATCH 16 - sticky WhatsApp buttons in WhatsApp green
   ============================================================ */
.float-cta a.fab[href*="wa.me"] { background: #25D366; box-shadow: 0 10px 26px rgba(37,211,102,0.40); }
.float-cta a.fab[href*="wa.me"]:hover { background: #1eb858; }
.sticky-bottom .btn-cta { background: #25D366; box-shadow: inset 0 1px 0 rgba(255,255,255,0.18); }
.sticky-bottom .btn-cta:hover { background: #1eb858; }

/* ============================================================
   REVISIONS BATCH 17
   ============================================================ */

/* Centre the header logo on mobile (CTAs live in the sticky bar) */
@media (max-width: 760px) {
  .header-inner { justify-content: center; }
  .header-right { display: none; }
}

/* Diag glow: concentrate it near the top on the tall mobile card so it stays visible */
@media (max-width: 900px) {
  .diag-card::before {
    background: radial-gradient(90% 22% at 80% 5%, rgba(255,128,43,0.60), rgba(255,128,43,0) 66%);
  }
}

/* ============================================================
   REVISIONS BATCH 18 - FIX diag glow box (was collapsing to 0x0)
   ============================================================ */
.diag-card::before {
  top: 0; right: 0; bottom: 0; left: 0; width: auto; height: auto;
  background: radial-gradient(60% 55% at 88% 6%, rgba(255,128,43,0.55), rgba(255,128,43,0) 62%);
}
@media (max-width: 900px) {
  .diag-card::before {
    background: radial-gradient(95% 22% at 80% 5%, rgba(255,128,43,0.62), rgba(255,128,43,0) 66%);
  }
}

/* ============================================================
   REVISIONS BATCH 19 - quote form error message
   ============================================================ */
.form-error {
  display: none; margin-top: 14px; text-align: center;
  font-size: 13.5px; color: #c5392b; background: rgba(197,57,43,0.08);
  border: 1px solid rgba(197,57,43,0.25); border-radius: var(--radius-sm); padding: 12px 16px;
}
.form-error a { color: #c5392b; font-weight: 700; text-decoration: underline; }
