/* Clearview Window Cleaning — single stylesheet
   Brand: gradient indigo → blue → cyan (from the Clearview logo)
   Fonts: Poppins (primary), system fallback */

:root {
  --indigo: #2E1F7A;
  --indigo-deep: #1f1559;
  --blue: #2864E0;
  --blue-bright: #3a78ff;
  --cyan: #22D3EE;
  --cyan-soft: #6ee5f5;

  /* Semantic */
  --brand: var(--indigo);
  --brand-2: var(--blue);
  --accent: var(--cyan);
  --cta: var(--blue);
  --cta-hover: #1c52c4;

  --bg: #FFFFFF;
  --bg-alt: #F4F7FB;
  --bg-soft: #EEF2FB;
  --border: #E2E8F2;
  --text: #1B2238;
  --muted: #5B6480;

  --gradient: linear-gradient(135deg, #1F1559 0%, #2864E0 60%, #22D3EE 100%);
  --gradient-soft: linear-gradient(135deg, #EEF2FB 0%, #E0EEFF 100%);
  --shadow: 0 8px 28px rgba(31, 21, 89, 0.10);
  --shadow-lg: 0 20px 50px rgba(31, 21, 89, 0.18);
  --radius: 10px;
  --radius-lg: 16px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 76px; /* mobile sticky CTA bar */
}
img { max-width: 100%; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3 {
  color: var(--brand);
  margin: 0 0 14px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.01em;
}
h1 { font-size: 2rem; font-weight: 800; }
h2 { font-size: 1.55rem; font-weight: 700; }
h3 { font-size: 1.15rem; font-weight: 600; }
p { margin: 0 0 14px; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 22px; }
.section { padding: 64px 0; }
.section-alt { background: var(--bg-alt); }

.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 10px;
}
.eyebrow-light { color: var(--cyan-soft); }
.price-tile .tile-sub { color: var(--muted); font-size: 14px; margin: 4px 0 0; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  transition: transform .12s ease, box-shadow .15s ease, background .15s, color .15s;
  text-align: center;
  line-height: 1.1;
  background-clip: padding-box;
  -webkit-appearance: none;
  appearance: none;
  isolation: isolate; /* keeps box-shadow from compositing into a sharp corner */
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary {
  background-image: var(--gradient);
  background-color: var(--blue);
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(40, 100, 224, 0.32);
}
.btn-primary:hover { box-shadow: 0 12px 28px rgba(40, 100, 224, 0.42); }
.btn-secondary {
  background: #fff; color: var(--brand) !important;
  box-shadow: inset 0 0 0 2px var(--brand);
}
.btn-secondary:hover { background: var(--brand); color: #fff !important; box-shadow: inset 0 0 0 2px var(--brand); }
.btn-ghost-light {
  background: rgba(255,255,255,0.12);
  color: #fff !important;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.65);
}
.btn-ghost-light:hover {
  background: #fff; color: var(--brand) !important;
  box-shadow: inset 0 0 0 2px #fff;
}
.btn-block { display: flex; width: 100%; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.96);
  backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid var(--border);
}
.site-header .bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 22px;
  max-width: 1140px; margin: 0 auto;
  gap: 16px;
}
.brand a { display: inline-flex; align-items: center; gap: 10px; }
.brand img { height: 60px; width: auto; }
.brand-text {
  display: none;
  font-weight: 800; font-size: 18px; color: var(--brand);
  letter-spacing: -0.01em;
}
@media (min-width: 480px) { .brand-text { display: inline; } }

.nav-desktop { display: none; }
.nav-desktop ul { display: flex; gap: 26px; list-style: none; padding: 0; margin: 0; }
.nav-desktop a {
  color: var(--text); font-weight: 500; font-size: 15px;
  padding: 6px 0; position: relative;
}
.nav-desktop a:hover { color: var(--blue); text-decoration: none; }
/* ---------- Services megamenu ---------- */
.nav-desktop .has-mega { position: static; }
.nav-desktop .has-mega > a::after { content: ""; }
.megamenu {
  display: none;
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  width: min(960px, calc(100vw - 32px));
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(8, 12, 40, 0.18);
  padding: 22px;
  margin-top: 0;
  z-index: 50;
}
/* invisible hit-area extending the panel upward so the cursor can travel from trigger to panel without flicker */
.megamenu::before {
  content: ""; position: absolute; left: 0; right: 0; top: -12px; height: 12px;
}
.nav-desktop .has-mega:focus-within .megamenu { display: grid; }
@media (hover: hover) and (pointer: fine) {
  .nav-desktop .has-mega:hover .megamenu,
  .megamenu:hover { display: grid; }
}
.megamenu {
  grid-template-columns: minmax(0, 2.2fr) minmax(220px, 1fr);
  gap: 24px;
}
.megamenu-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.mega-card {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 12px; border-radius: 12px;
  text-decoration: none; color: var(--text);
  border: 1px solid transparent;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}
.mega-card:hover {
  background: var(--bg-alt);
  border-color: rgba(40, 100, 224, 0.18);
  transform: translateY(-1px);
}
.mega-icon {
  flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  font-size: 20px; line-height: 1;
  background: var(--gradient-soft);
  border-radius: 10px;
}
.mega-body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.mega-title {
  font-weight: 600; font-size: 14px; color: var(--brand);
  line-height: 1.25;
}
.mega-desc {
  font-size: 12.5px; color: #5b6477; line-height: 1.4;
}
.mega-feature {
  background: var(--gradient);
  color: #fff;
  border-radius: 12px;
  padding: 20px 18px;
  display: flex; flex-direction: column; gap: 8px;
  position: relative; overflow: hidden;
}
.mega-feature::before {
  content: ""; position: absolute; inset: -40% -40% auto auto;
  width: 180px; height: 180px; background: rgba(34, 211, 238, 0.35);
  border-radius: 50%; filter: blur(40px); pointer-events: none;
}
.mega-feature > * { position: relative; z-index: 1; }
.mega-feature-eyebrow {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--cyan-soft); font-weight: 600;
}
.mega-feature h3 {
  font-size: 17px; margin: 0; color: #fff; line-height: 1.25;
}
.mega-feature p {
  font-size: 13px; margin: 0; opacity: 0.92; line-height: 1.4;
}
.mega-feature .btn { margin-top: 6px; }
.mega-feature-call {
  text-align: center; font-size: 13px; color: #fff; opacity: 0.92;
  text-decoration: none; margin-top: 4px;
}
.mega-feature-call:hover { opacity: 1; text-decoration: underline; }
@media (max-width: 1100px) {
  .megamenu { grid-template-columns: 1fr; }
  .megamenu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.header-cta { display: none; }

.hamburger {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border: none; background: transparent;
  cursor: pointer; color: var(--brand);
}
.hamburger svg { width: 26px; height: 26px; }

.mobile-menu {
  display: none; padding: 14px 22px 22px;
  border-top: 1px solid var(--border); background: #fff;
}
.mobile-menu.open { display: block; }
.mobile-menu ul { list-style: none; padding: 0; margin: 0; }
.mobile-menu a {
  display: block; padding: 10px 0; color: var(--text); font-weight: 500;
  border-bottom: 1px solid var(--border);
}
.mobile-menu .submenu-label {
  font-size: 11px; text-transform: uppercase; letter-spacing: .12em;
  color: var(--muted); margin-top: 16px; font-weight: 600;
}
.mobile-menu .btn { margin-top: 18px; }

/* Hero */
.hero {
  position: relative;
  background-color: var(--indigo-deep);
  background-image:
    linear-gradient(135deg, rgba(31,21,89,0.88) 0%, rgba(40,100,224,0.78) 55%, rgba(34,211,238,0.55) 100%),
    url("/public/img/hero-worker.jpg");
  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;
  color: #fff;
  padding: 96px 0 84px;
  overflow: hidden;
}
.hero::before, .hero::after {
  content: ""; position: absolute; border-radius: 50%; filter: blur(80px);
  opacity: 0.30; pointer-events: none; z-index: 0;
}
.hero::before { width: 360px; height: 360px; background: var(--cyan); top: -120px; right: -100px; }
.hero::after { width: 320px; height: 320px; background: #5b3dff; bottom: -120px; left: -80px; }
.hero .container { position: relative; z-index: 1; }
.hero h1 { text-shadow: 0 2px 18px rgba(0,0,0,0.25); }
.hero .eyebrow { color: var(--cyan-soft); }
.hero h1 {
  color: #fff; font-size: 2.2rem; font-weight: 800;
  max-width: 820px; line-height: 1.1;
}
.hero .lead { font-size: 1.1rem; opacity: .95; max-width: 720px; margin-top: 14px; }
.hero .cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.hero .trust-bar {
  display: flex; flex-wrap: wrap; gap: 14px 20px;
  margin-top: 36px; padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.22);
  font-size: 14px; opacity: .96;
}
.hero .trust-bar span { display: inline-flex; align-items: center; gap: 6px; }

/* Hero two-column layout (copy + trust badges left, quick form right) */
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: start; }
.hero-aside { display: flex; flex-direction: column; align-items: stretch; gap: 16px; }
@media (min-width: 900px) {
  .hero-grid { grid-template-columns: minmax(0, 1.3fr) minmax(320px, 380px); gap: 40px; }
  .hero-aside { align-items: flex-end; }
}

/* Compact hero lead form */
.hero-form {
  width: 100%; max-width: 380px;
  background: #ffffff;
  border-radius: 14px;
  padding: 20px 20px 18px;
  box-shadow: 0 18px 40px rgba(8, 12, 40, 0.32), 0 0 0 1px rgba(255,255,255,0.4);
  color: #1a1f3a;
}
.hero-form-title { margin: 0 0 4px; font-size: 20px; color: var(--brand); }
.hero-form-sub { margin: 0 0 14px; font-size: 13px; color: #555; }
.hero-form .form-row { margin-bottom: 10px; }
.hero-form input[type="text"],
.hero-form input[type="tel"],
.hero-form select {
  width: 100%; padding: 10px 12px;
  font-size: 14px; font-family: inherit;
  border: 1px solid #d4dae6; border-radius: 8px;
  background: #fff; color: #1a1f3a;
}
.hero-form input:focus, .hero-form select:focus {
  outline: none; border-color: var(--brand-2);
  box-shadow: 0 0 0 3px rgba(40, 100, 224, 0.18);
}
.form-disclosure {
  font-size: 12px; line-height: 1.45; color: #555;
  margin: 8px 0 12px;
}
.hero-disclosure { font-size: 11px; margin: 4px 0 12px; }

/* Service pill toggles (hero form) — packed in a wrap layout */
.pills-label {
  display: block; font-size: 12px; font-weight: 600;
  color: #1a1f3a; margin-bottom: 8px;
}
.pills-hint { font-weight: 400; color: #777; }
.service-pills {
  display: flex; flex-wrap: wrap; gap: 6px;
}
.service-pills .pill { position: relative; cursor: pointer; }
.service-pills .pill input {
  position: absolute; opacity: 0; pointer-events: none;
}
.service-pills .pill span {
  display: inline-block;
  padding: 6px 12px;
  font-size: 13px; font-weight: 500; line-height: 1.2;
  color: var(--brand);
  background: #f4f7fb;
  border: 1px solid #d4dae6;
  border-radius: 999px;
  transition: all .15s ease;
  user-select: none;
}
.service-pills .pill:hover span { border-color: var(--brand-2); }
.service-pills .pill input:checked + span {
  color: #fff;
  background: var(--gradient);
  border-color: transparent;
  box-shadow: 0 2px 8px rgba(40, 100, 224, 0.35);
}
.service-pills .pill input:focus-visible + span {
  outline: 2px solid var(--brand-2); outline-offset: 2px;
}
.hero-form .btn-block { width: 100%; }
.hero-form .form-success, .hero-form .form-error {
  margin-top: 10px; font-size: 13px;
}
.hero-form .form-success { color: #126b3a; }
.hero-form .form-error { color: #b3261e; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Trust badges row under hero copy (chamber + Google reviews) */
.hero-badges {
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px;
  margin-top: 22px;
}
.chamber-badge-mini {
  display: inline-flex; align-items: center;
  padding: 6px 10px;
  background: rgba(255,255,255,0.96);
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(8, 12, 40, 0.22);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.chamber-badge-mini:hover,
.chamber-badge-mini:focus-visible { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(8, 12, 40, 0.28); outline: none; }
.chamber-badge-mini:focus-visible { box-shadow: 0 10px 22px rgba(8, 12, 40, 0.28), 0 0 0 3px rgba(34, 211, 238, 0.55); }
.chamber-badge-mini img { display: block; width: 140px; height: auto; }

.reviews-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px 8px 10px;
  background: rgba(255,255,255,0.96);
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(8, 12, 40, 0.22);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
  color: #1a1f3a;
}
.reviews-badge:hover,
.reviews-badge:focus-visible { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(8, 12, 40, 0.28); text-decoration: none; outline: none; }
.reviews-badge:focus-visible { box-shadow: 0 10px 22px rgba(8, 12, 40, 0.28), 0 0 0 3px rgba(34, 211, 238, 0.55); }
.reviews-badge-g {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: #fff;
  border-radius: 8px;
}
.reviews-badge-body {
  display: inline-flex; flex-direction: column; line-height: 1.1;
}
.reviews-badge-stars {
  font-size: 13px; color: #f9ab00; letter-spacing: 1px;
  font-weight: 600;
}
.reviews-badge-stars strong {
  color: #1a1f3a; margin-left: 4px; font-size: 13px; letter-spacing: 0;
}
.reviews-badge-label {
  font-size: 11px; color: #5b6480; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.08em;
  margin-top: 2px;
}
@media (max-width: 899px) {
  .hero-badges { gap: 10px; margin-top: 18px; }
  .chamber-badge-mini { padding: 5px 8px; }
  .chamber-badge-mini img { width: 96px; }
  .reviews-badge { padding: 6px 10px 6px 8px; gap: 8px; }
  .reviews-badge-g { width: 28px; height: 28px; }
  .reviews-badge-g svg { width: 18px; height: 18px; }
  .reviews-badge-stars,
  .reviews-badge-stars strong { font-size: 12px; }
  .reviews-badge-label { font-size: 10px; }
  .service-pills { gap: 5px; }
  .service-pills .pill span { padding: 5px 10px; font-size: 12.5px; }
}

/* Service areas split (homepage) — simplified list left, map right */
.service-areas-split {
  display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center;
}
.service-areas-list .area-list {
  list-style: none; padding: 0; margin: 18px 0 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px;
}
.service-areas-list .area-list a {
  display: block; padding: 6px 0;
  font-weight: 600; color: var(--brand);
  text-decoration: none; border-bottom: 1px solid transparent;
}
.service-areas-list .area-list a:hover { border-bottom-color: var(--brand-2); }
.service-areas-map img {
  display: block; width: 100%; height: auto;
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(8, 12, 40, 0.18);
}
@media (min-width: 880px) {
  .service-areas-split { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 48px; }
}

/* Branded CTA section (gradient background, white text, form on light card) */
.section-brand {
  position: relative;
  background-color: var(--indigo-deep);
  background-image: var(--gradient);
  color: #fff;
  overflow: hidden;
}
.section-brand::before, .section-brand::after {
  content: ""; position: absolute; border-radius: 50%; filter: blur(80px);
  opacity: 0.28; pointer-events: none; z-index: 0;
}
.section-brand::before { width: 320px; height: 320px; background: var(--cyan); top: -100px; right: -80px; }
.section-brand::after { width: 280px; height: 280px; background: #5b3dff; bottom: -100px; left: -60px; }
.section-brand .container { position: relative; z-index: 1; }
.section-brand .eyebrow { color: var(--cyan-soft); }
.section-brand h2 { color: #fff; margin-top: 0; }
.section-brand p { opacity: .95; }

.brand-cta-grid { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
@media (min-width: 880px) {
  .brand-cta-grid { grid-template-columns: minmax(0, 1fr) minmax(360px, 460px); gap: 56px; }
}
.brand-cta-points {
  list-style: none; padding: 0; margin: 22px 0 0;
  display: flex; flex-direction: column; gap: 8px;
  font-size: 15px; opacity: .96;
}
.brand-cta-form .form-card {
  background: #fff; color: #1a1f3a;
  padding: 24px; border-radius: 14px;
  box-shadow: 0 22px 48px rgba(8, 12, 40, 0.32);
}

/* Page header (non-home) */
.page-header {
  position: relative;
  background: var(--gradient-soft);
  padding: 64px 0 56px;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.page-header::before {
  content: ""; position: absolute; top: -120px; right: -100px;
  width: 320px; height: 320px; border-radius: 50%;
  background: var(--cyan); opacity: .14; filter: blur(70px); pointer-events: none;
}
.page-header::after {
  content: ""; position: absolute; bottom: -120px; left: -80px;
  width: 280px; height: 280px; border-radius: 50%;
  background: var(--blue); opacity: .12; filter: blur(70px); pointer-events: none;
}
.page-header > .container { position: relative; z-index: 1; }
.page-header h1 { margin-bottom: 8px; }
.page-header .eyebrow { color: var(--blue); }
.page-header .lead { font-size: 1.05rem; color: var(--muted); max-width: 720px; margin-top: 4px; }
.page-header .crumbs { font-size: 13px; color: var(--muted); margin-bottom: 10px; }
.page-header .crumbs a { color: var(--muted); }
.page-header .cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }

/* Generic gradient CTA banner (used at the bottom of inner pages) */
.cta-banner {
  background: var(--gradient);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 40px 28px;
  text-align: center;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}
.cta-banner h2 { color: #fff; margin-top: 0; }
.cta-banner p { opacity: .95; max-width: 720px; margin: 0 auto 18px; }
.cta-banner .eyebrow { color: var(--cyan-soft); }
.cta-banner .cta-row {
  display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 6px;
}

/* Stat tiles */
.stat-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin: 22px 0 0; }
.stat {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 20px 16px;
  text-align: center; box-shadow: 0 4px 14px rgba(31,21,89,.05);
}
.stat .num {
  font-size: 1.7rem; font-weight: 800; line-height: 1.1;
  background: var(--gradient); -webkit-background-clip: text;
  background-clip: text; color: transparent;
}
.stat .lbl {
  font-size: 11px; color: var(--muted); text-transform: uppercase;
  letter-spacing: .1em; font-weight: 700; margin-top: 4px;
}
@media (min-width: 700px) { .stat-row { grid-template-columns: repeat(4,1fr); } }

/* Info card (used in contact page) */
.info-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 24px;
  box-shadow: 0 4px 14px rgba(31,21,89,.05);
}
.info-card h3 { margin-top: 0; }
.info-card + .info-card { margin-top: 14px; }

/* Cards / grids */
.grid { display: grid; gap: 18px; }
.grid-2 { grid-template-columns: 1fr; }
.grid-3 { grid-template-columns: 1fr; }
.grid-4 { grid-template-columns: 1fr; }
.grid-6 { grid-template-columns: 1fr; }

.card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 26px;
  box-shadow: 0 4px 14px rgba(31, 21, 89, 0.05);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: #c8d6f0; }
.card h3 { margin-top: 0; }
.card .icon {
  width: 52px; height: 52px; border-radius: 12px;
  background: var(--gradient);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 14px; font-size: 24px;
  box-shadow: 0 6px 16px rgba(40, 100, 224, 0.28);
}
.card .icon-soft {
  background: var(--bg-soft); color: var(--blue);
  box-shadow: none;
}
.card .more { font-weight: 600; color: var(--blue); }

/* "Step" cards (numbered) */
.steps { display: grid; grid-template-columns: 1fr; gap: 18px; counter-reset: step; }
.step {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 26px 26px 26px 28px;
  position: relative; box-shadow: 0 4px 14px rgba(31, 21, 89, 0.05);
}
.step::before {
  counter-increment: step; content: counter(step);
  position: absolute; top: -16px; left: 22px;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--gradient); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 15px;
  box-shadow: 0 6px 16px rgba(40, 100, 224, 0.32);
}
.step h3 { margin-top: 6px; }

/* Pricing tiles */
.price-tiles { display: grid; grid-template-columns: 1fr; gap: 18px; }
.price-tile {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 26px;
  text-align: center; box-shadow: 0 4px 14px rgba(31, 21, 89, 0.05);
}
.price-tile .price {
  font-size: 2rem; font-weight: 800; color: var(--brand);
  background: var(--gradient); -webkit-background-clip: text;
  background-clip: text; color: transparent; margin: 6px 0 4px;
}
.price-tile .label { color: var(--muted); font-size: 13px; }

/* Areas */
.areas-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.areas-grid a {
  display: flex; align-items: center; gap: 8px;
  padding: 14px 16px; background: #fff;
  border: 1px solid var(--border); border-radius: var(--radius);
  color: var(--text); font-weight: 600;
}
.areas-grid a::before {
  content: "📍"; font-size: 14px;
}
.areas-grid a:hover { border-color: var(--blue); color: var(--blue); text-decoration: none; }

/* Testimonials — CSS column masonry */
.testimonials {
  column-count: 1;
  column-gap: 18px;
}
.testimonial {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  display: block;
  width: 100%;
  margin: 0 0 18px;
  background: #fff; border-radius: var(--radius-lg);
  padding: 22px 24px; box-shadow: var(--shadow);
  border-top: 4px solid transparent;
  border-image: var(--gradient) 1; border-image-slice: 1;
}
.testimonial .stars { color: #f5b301; margin-bottom: 8px; letter-spacing: 1px; font-size: 15px; }
.testimonial blockquote { margin: 0 0 12px; font-style: normal; color: var(--text); font-size: 15.5px; line-height: 1.55; }
.testimonial cite { color: var(--muted); font-size: 13px; font-style: normal; font-weight: 600; }

/* Chamber callout */
.chamber-callout {
  background: var(--gradient);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  text-align: center;
  box-shadow: var(--shadow-lg);
}
.chamber-callout h2 { color: #fff; }
.chamber-callout p { opacity: .95; max-width: 720px; margin: 0 auto 12px; }

/* Forms */
.form-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 28px;
  box-shadow: var(--shadow);
  max-width: 600px;
}
.form-row { margin-bottom: 14px; }
.form-row label {
  display: block; font-size: 13px; font-weight: 600;
  color: var(--brand); margin-bottom: 6px;
}
.form-row input, .form-row select, .form-row textarea {
  width: 100%; padding: 12px 14px; font-size: 15px;
  border: 1px solid var(--border); border-radius: 8px;
  background: #fff; font-family: inherit; color: var(--text);
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus {
  outline: none; border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(40, 100, 224, 0.18);
}
.form-row textarea { min-height: 110px; resize: vertical; }
.form-row.radio-row label {
  display: inline-flex; align-items: center; gap: 6px;
  margin-right: 18px; font-weight: 500; color: var(--text);
}
.form-row.consent-row { margin-top: 4px; }
.consent-label {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 13px; color: var(--text-soft, #5B6480); line-height: 1.45;
  font-weight: 400; cursor: pointer;
}
.consent-label input[type="checkbox"] {
  width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px;
  accent-color: var(--blue, #2864E0); cursor: pointer;
}
.consent-label span { display: block; }
.honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.form-success {
  background: #e8f7f4; color: #075c52; border-left: 4px solid var(--cyan);
  padding: 14px; border-radius: 8px; margin-top: 12px; display: none;
}
.form-error {
  background: #fff0f0; color: #a31515; border-left: 4px solid #d44;
  padding: 14px; border-radius: 8px; margin-top: 12px; display: none;
}

/* FAQ */
.faq { margin: 24px 0; }
.faq details {
  border: 1px solid var(--border); border-radius: var(--radius);
  padding: 14px 18px; margin-bottom: 10px; background: #fff;
}
.faq summary { font-weight: 600; color: var(--brand); cursor: pointer; }
.faq details[open] { background: var(--bg-soft); }

/* Two column layout */
.two-col { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: start; }

/* Photo / image utilities */
.photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--bg-soft);
}
.photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-portrait { aspect-ratio: 4 / 5; }
.photo-landscape { aspect-ratio: 16 / 10; }
.photo-square { aspect-ratio: 1 / 1; }

.gallery {
  display: grid; gap: 14px;
  grid-template-columns: 1fr;
}
.gallery .photo { aspect-ratio: 4 / 3; }
.gallery .photo.tall { aspect-ratio: 4 / 5; }
@media (min-width: 700px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
  }
  .gallery .photo.tall { grid-row: span 2; aspect-ratio: auto; }
}

.section-tag {
  display: inline-block;
  background: var(--bg-soft);
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}

/* Footer */
.site-footer {
  background: linear-gradient(180deg, var(--indigo-deep) 0%, #0f0a36 100%);
  color: #c9d3ee; padding: 56px 0 0;
  font-size: 14px;
}
.site-footer h4 {
  color: #fff; font-size: 13px; text-transform: uppercase;
  letter-spacing: .12em; margin: 0 0 14px; font-weight: 600;
}
.site-footer a { color: #c9d3ee; }
.site-footer a:hover { color: var(--cyan-soft); }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 32px; padding-bottom: 32px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { padding: 4px 0; }
.footer-brand img {
  display: block; height: 64px; width: auto;
  margin-bottom: 14px; padding: 8px 12px;
  background: #fff; border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}
.footer-chamber {
  display: inline-block; margin-top: 14px;
  padding: 6px 10px; background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transition: transform .18s ease;
}
.footer-chamber:hover { transform: translateY(-1px); }
.footer-chamber img {
  display: block; height: auto; width: 130px;
  margin: 0; padding: 0; background: none; box-shadow: none; border-radius: 0;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.10);
  padding: 18px 0; font-size: 13px; color: #8b94b8; text-align: center;
}

/* Mobile sticky CTA */
.mobile-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: grid; grid-template-columns: 1fr 1fr;
  background: #fff; border-top: 1px solid var(--border);
  box-shadow: 0 -6px 18px rgba(0,0,0,.10);
}
.mobile-cta a {
  padding: 16px; text-align: center; font-weight: 700; font-size: 15px;
  color: #fff; text-decoration: none;
}
.mobile-cta .call { background: var(--gradient); }
.mobile-cta .quote { background: var(--brand); }

/* Lists */
.list-check { list-style: none; padding: 0; margin: 14px 0; }
.list-check li { padding: 6px 0 6px 28px; position: relative; }
.list-check li::before {
  content: "✓"; color: var(--blue); font-weight: 800;
  position: absolute; left: 0; top: 6px;
}

/* Pricing anchor box */
.pricing-anchor {
  background: var(--gradient-soft);
  border-left: 4px solid var(--blue);
  padding: 16px 20px; border-radius: 10px; margin: 18px 0;
  font-weight: 600; color: var(--brand);
}

/* Blog */
.blog-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.blog-card { padding: 24px; }
.blog-card .meta { font-size: 13px; color: var(--muted); margin-bottom: 6px; font-weight: 500; }
.blog-post { max-width: 760px; }
.blog-post img { border-radius: 10px; margin: 16px 0; }

/* Responsive */
@media (min-width: 700px) {
  h1 { font-size: 2.4rem; }
  .hero h1 { font-size: 3rem; }
  .grid-2 { grid-template-columns: 1fr 1fr; }
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-6 { grid-template-columns: repeat(2, 1fr); }
  .two-col { grid-template-columns: 1.1fr 1fr; }
  .areas-grid { grid-template-columns: repeat(3, 1fr); }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .testimonials { column-count: 2; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .price-tiles { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 960px) {
  body { padding-bottom: 0; }
  .nav-desktop { display: block; }
  .header-cta { display: inline-flex; }
  .hamburger, .mobile-menu, .mobile-cta { display: none !important; }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
  .grid-6 { grid-template-columns: repeat(3, 1fr); }
  .blog-grid { grid-template-columns: repeat(3, 1fr); }
  .hero h1 { font-size: 3.2rem; }
  .testimonials { column-count: 3; }
}
