/* ═══════════════════════════════════════════════════════════
   swiftnspotless — shared stylesheet
   ═══════════════════════════════════════════════════════════ */

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

:root {
  --teal-50:#E1F5EE; --teal-100:#9FE1CB; --teal-200:#5DCAA5;
  --teal-600:#0F6E56; --teal-800:#085041; --teal-900:#04342C;
  --cream:#FAFAF7; --white:#FFFFFF;
  --text-dark:#1A1A18; --text-mid:#4A4A46; --text-muted:#888780;
  --border:rgba(10,70,50,0.12);
  --shadow:0 4px 24px rgba(4,52,44,0.10);
  --shadow-lg:0 12px 48px rgba(4,52,44,0.16);
  --red:#e53e3e; --green:#38a169;
  --nav-h:76px;
}

html { scroll-behavior:smooth; scroll-padding-top:var(--nav-h); }
body { font-family:'DM Sans',sans-serif; font-weight:300; background:var(--cream); color:var(--text-dark); line-height:1.7; overflow-x:hidden; }
img { max-width:100%; }

/* ══════════════ STICKY NAV ══════════════ */
nav {
  position:fixed; top:0; left:0; right:0; z-index:300;
  display:flex; align-items:center; justify-content:space-between;
  padding:0 5%; height:var(--nav-h);
  background:rgba(250,250,247,0.92); backdrop-filter:blur(16px);
  border-bottom:1px solid var(--border);
  transition:height .25s ease, box-shadow .25s ease, background .25s ease;
}
nav.scrolled { height:64px; box-shadow:0 6px 28px rgba(4,52,44,0.10); background:rgba(250,250,247,0.97); }

.logo { display:flex; align-items:center; gap:11px; text-decoration:none; flex-shrink:0; }
.logo img { height:50px; width:auto; display:block; transition:height .25s ease; }
.logo svg { height:38px; width:auto; }
nav.scrolled .logo img { height:42px; }
.logo-text { display:flex; flex-direction:column; line-height:1; }
.logo-name { font-family:'DM Serif Display',serif; font-size:20px; letter-spacing:-.4px; color:var(--teal-900); }
.logo-name span { color:var(--teal-600); }
.logo-tag { font-size:8.5px; letter-spacing:1.7px; text-transform:uppercase; color:var(--teal-600); margin-top:3px; font-weight:500; }

nav ul { list-style:none; display:flex; align-items:center; gap:26px; }
nav ul a { text-decoration:none; font-size:14px; font-weight:400; color:var(--text-mid); transition:color .2s; white-space:nowrap; }
nav ul a:hover { color:var(--teal-600); }
nav ul a.active { color:var(--teal-600); font-weight:500; }
.nav-cta { background:var(--teal-800) !important; color:#fff !important; padding:10px 24px; border-radius:40px; font-weight:500 !important; transition:background .2s, transform .15s !important; }
.nav-cta:hover { background:var(--teal-600) !important; transform:translateY(-1px); }

/* mobile toggle */
.nav-toggle { display:none; background:none; border:none; cursor:pointer; padding:8px; margin-right:-8px; }
.nav-toggle span { display:block; width:24px; height:2px; background:var(--teal-900); border-radius:2px; transition:transform .25s, opacity .2s; }
.nav-toggle span + span { margin-top:5px; }
.nav-toggle.open span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity:0; }
.nav-toggle.open span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }

/* ══════════════ PAGE HEADER (inner pages) ══════════════ */
.page-hero { background:linear-gradient(135deg,var(--teal-900),var(--teal-800)); padding:calc(var(--nav-h) + 62px) 8% 70px; position:relative; overflow:hidden; }
.page-hero::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 20% 80%,rgba(93,202,165,0.15) 0%,transparent 55%); }
.page-hero-inner { position:relative; z-index:1; }
.page-hero h1 { font-family:'DM Serif Display',serif; font-size:clamp(36px,5vw,60px); color:#fff; line-height:1.08; letter-spacing:-1px; margin-bottom:16px; }
.page-hero h1 em { font-style:italic; color:var(--teal-200); }
.page-hero p { font-size:17px; color:rgba(255,255,255,0.66); max-width:540px; line-height:1.78; }

/* ══════════════ HERO (home) ══════════════ */
.hero { padding-top:var(--nav-h); display:grid; grid-template-columns:1.15fr .85fr; gap:56px; align-items:center; padding-left:8%; padding-right:8%; padding-bottom:70px; background:linear-gradient(135deg,var(--teal-900) 0%,var(--teal-800) 60%,#0a6b52 100%); position:relative; overflow:hidden; }
.hero::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 12% 85%,rgba(93,202,165,0.20) 0%,transparent 55%),radial-gradient(ellipse at 88% 12%,rgba(93,202,165,0.12) 0%,transparent 50%); }
.hero-left { position:relative; z-index:1; padding:70px 0 10px; }
.eyebrow { font-size:11px; font-weight:500; letter-spacing:2.5px; text-transform:uppercase; color:var(--teal-200); margin-bottom:20px; display:flex; align-items:center; gap:10px; }
.eyebrow::before { content:''; width:28px; height:1px; background:var(--teal-200); display:inline-block; flex-shrink:0; }
.hero-left h1 { font-family:'DM Serif Display',serif; font-size:clamp(38px,4.6vw,64px); line-height:1.07; color:#fff; letter-spacing:-1px; margin-bottom:20px; }
.hero-left h1 em { font-style:italic; color:var(--teal-200); }
.hero-left > p { font-size:17px; color:rgba(255,255,255,0.68); max-width:470px; margin-bottom:28px; line-height:1.78; }

.service-pills { display:flex; gap:9px; flex-wrap:wrap; margin-bottom:32px; }
.pill { display:flex; align-items:center; gap:7px; background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.14); border-radius:40px; padding:7px 14px; font-size:13px; color:rgba(255,255,255,0.82); }
.pill-dot { width:6px; height:6px; border-radius:50%; background:var(--teal-200); flex-shrink:0; }

.hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin-bottom:40px; }
.btn-primary { background:var(--teal-200); color:var(--teal-900); padding:15px 32px; border-radius:40px; text-decoration:none; font-size:15px; font-weight:600; display:inline-flex; align-items:center; gap:9px; transition:background .2s, transform .15s, box-shadow .2s; border:none; cursor:pointer; font-family:'DM Sans',sans-serif; }
.btn-primary:hover { background:var(--teal-100); transform:translateY(-2px); box-shadow:0 10px 28px rgba(93,202,165,0.32); }
.btn-ghost { background:rgba(255,255,255,0.07); border:1px solid rgba(255,255,255,0.22); color:#fff; padding:15px 30px; border-radius:40px; text-decoration:none; font-size:15px; font-weight:400; display:inline-flex; align-items:center; gap:9px; transition:background .2s, transform .15s; }
.btn-ghost:hover { background:rgba(255,255,255,0.14); transform:translateY(-2px); }

.hero-trust { display:flex; gap:34px; flex-wrap:wrap; }
.trust-item { text-align:left; }
.trust-num { font-family:'DM Serif Display',serif; font-size:28px; color:#fff; display:block; line-height:1; margin-bottom:4px; }
.trust-label { font-size:11px; color:rgba(255,255,255,0.52); letter-spacing:.5px; }

/* hero side card */
.hero-card { position:relative; z-index:1; background:rgba(255,255,255,0.07); border:1px solid rgba(255,255,255,0.16); border-radius:24px; padding:32px 30px; backdrop-filter:blur(10px); box-shadow:0 20px 60px rgba(0,0,0,0.22); }
.hc-rating { display:flex; align-items:center; gap:12px; padding-bottom:20px; border-bottom:1px solid rgba(255,255,255,0.12); margin-bottom:20px; }
.hc-score { font-family:'DM Serif Display',serif; font-size:40px; color:#fff; line-height:1; }
.hc-stars { color:var(--teal-200); font-size:15px; letter-spacing:2px; }
.hc-rating-label { font-size:12px; color:rgba(255,255,255,0.55); margin-top:3px; }
.hc-list { list-style:none; display:flex; flex-direction:column; gap:14px; margin-bottom:24px; }
.hc-list li { display:flex; align-items:flex-start; gap:11px; font-size:14px; color:rgba(255,255,255,0.85); line-height:1.55; }
.hc-check { width:22px; height:22px; border-radius:50%; background:rgba(93,202,165,0.18); border:1px solid rgba(93,202,165,0.35); color:var(--teal-200); display:flex; align-items:center; justify-content:center; font-size:11px; flex-shrink:0; margin-top:1px; }
.hc-foot { display:flex; align-items:center; gap:10px; font-size:12px; color:rgba(255,255,255,0.5); border-top:1px solid rgba(255,255,255,0.12); padding-top:18px; }

/* ══════════════ STATS BAR ══════════════ */
.stats-bar { background:var(--teal-800); display:flex; justify-content:space-around; align-items:center; padding:30px 8%; gap:20px; flex-wrap:wrap; }
.stat { text-align:center; }
.stat-num { font-family:'DM Serif Display',serif; font-size:36px; color:#fff; display:block; line-height:1; margin-bottom:4px; }
.stat-num span { color:var(--teal-200); }
.stat-label { font-size:12px; color:rgba(255,255,255,0.5); letter-spacing:.5px; }

/* ══════════════ SECTION BASE ══════════════ */
.section { padding:88px 8%; }
.section-label { font-size:11px; font-weight:600; letter-spacing:2.5px; text-transform:uppercase; color:var(--teal-600); margin-bottom:14px; display:flex; align-items:center; gap:10px; }
.section-label::before { content:''; width:24px; height:1.5px; background:var(--teal-200); display:inline-block; flex-shrink:0; }
h2.sec { font-family:'DM Serif Display',serif; font-size:clamp(30px,3.7vw,46px); color:var(--teal-900); line-height:1.12; letter-spacing:-.5px; }
h2.sec em { font-style:italic; color:var(--teal-600); }
.section-sub { font-size:16px; color:var(--text-mid); margin-top:14px; max-width:620px; line-height:1.75; }
.section-head-center { text-align:center; max-width:720px; margin:0 auto; }
.section-head-center .section-label { justify-content:center; }
.section-head-center .section-sub { margin-left:auto; margin-right:auto; }

/* ═══════════════════════════════════════════════════════════
   REQUEST A FREE QUOTE
   ═══════════════════════════════════════════════════════════ */
.quote-section { background:var(--white); padding:78px 8% 88px; border-bottom:1px solid var(--border); }
.quote-wrap { max-width:1240px; margin:0 auto; }
.quote-grid { display:grid; grid-template-columns:1fr 348px; gap:24px; align-items:start; margin-top:44px; }

/* screen-reader-only helper */
.sr-only {
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0 0 0 0); clip-path:inset(50%); white-space:nowrap; border:0;
}

/* ── form card ── */
.quote-card { background:var(--white); border:1px solid var(--border); border-radius:20px; padding:34px 36px 30px; box-shadow:var(--shadow); }
.hp-field { position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; opacity:0 !important; }

/* ── panels ── */
.q-panel { border:none; padding:0; margin:0 0 26px; }
.q-panel + .q-panel { border-top:1px solid var(--border); padding-top:26px; }
.qp-title {
  display:flex; align-items:center; gap:11px; flex-wrap:wrap;
  font-family:'DM Serif Display',serif; font-size:19px; color:var(--teal-900);
  margin-bottom:18px; padding:0; float:none; width:100%;
}
.qp-step {
  width:30px; height:30px; border-radius:50%; background:var(--teal-50); color:var(--teal-600);
  display:flex; align-items:center; justify-content:center;
  font-family:'DM Sans',sans-serif; font-size:13px; font-weight:600; flex-shrink:0;
}
.qp-optional { font-family:'DM Sans',sans-serif; font-size:10.5px; font-weight:600; letter-spacing:1.2px; text-transform:uppercase; color:var(--text-muted); background:var(--cream); border:1px solid var(--border); border-radius:20px; padding:3px 10px; }
.qp-note { font-size:13px; color:var(--text-mid); margin:-8px 0 16px; font-weight:300; }
.q-sub { border:none; padding:0; margin:0 0 12px; }
.q-legend { display:block; padding:0; font-size:11px; font-weight:600; letter-spacing:.8px; text-transform:uppercase; color:var(--text-muted); margin-bottom:8px; }

/* ── fields ── */
.quote-section .form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.quote-section .form-row-3 { grid-template-columns:repeat(3,1fr); }
.quote-section .form-group { margin-bottom:16px; }
.quote-section label:not(.choice) { display:block; font-size:11px; font-weight:600; letter-spacing:.8px; text-transform:uppercase; color:var(--text-mid); margin-bottom:6px; }
.quote-section input[type="text"],
.quote-section input[type="tel"],
.quote-section input[type="email"],
.quote-section input[type="number"],
.quote-section input[type="date"],
.quote-section select,
.quote-section textarea {
  width:100%; border:1.5px solid #D9D9D2; border-radius:11px; padding:12px 14px;
  font-family:'DM Sans',sans-serif; font-size:15px; font-weight:300; color:var(--text-dark);
  background:var(--cream); transition:border-color .18s, background .18s, box-shadow .18s; outline:none;
}
.quote-section textarea { resize:vertical; min-height:96px; line-height:1.6; }
.quote-section select { appearance:none; -webkit-appearance:none; cursor:pointer; padding-right:40px;
  background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%230F6E56' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat; background-position:right 15px center; }
.quote-section input:hover, .quote-section select:hover, .quote-section textarea:hover { border-color:#BFBFB6; }

.req { color:var(--teal-600); font-weight:700; margin-left:2px; }
.opt { text-transform:none; letter-spacing:0; font-weight:400; color:var(--text-muted); font-size:11px; }
.field-hint { font-size:11.5px; color:var(--text-muted); margin-top:5px; font-weight:300; line-height:1.5; }

/* ── focus (visible, high contrast, keyboard friendly) ── */
.quote-section input:focus-visible,
.quote-section select:focus-visible,
.quote-section textarea:focus-visible,
.quote-section .choice:focus-within,
.quote-submit:focus-visible,
.qa-phone:focus-visible, .qa-mail:focus-visible {
  outline:3px solid var(--teal-600); outline-offset:2px;
}
.quote-section input:focus, .quote-section select:focus, .quote-section textarea:focus {
  border-color:var(--teal-600); background-color:#fff;
}

/* ── errors ── */
.quote-section input.error, .quote-section select.error, .quote-section textarea.error {
  border-color:#C53030; background-color:#FFF7F7;
}
.quote-section .field-error {
  display:none; font-size:12.5px; color:#B02525; font-weight:400; margin-top:6px;
  line-height:1.5; align-items:flex-start; gap:6px;
}
.quote-section .field-error.show { display:flex; }
.quote-section .field-error.show::before { content:'⚠'; flex-shrink:0; font-size:12px; line-height:1.5; }
.group-error .choice { border-color:#E9A5A5; }

/* ── radio / checkbox choices ── */
.radio-row { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.checkbox-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.choice {
  display:flex; align-items:center; gap:10px; margin:0;
  background:var(--cream); border:1.5px solid #D9D9D2; border-radius:11px;
  padding:12px 14px; cursor:pointer; transition:border-color .18s, background .18s;
  font-size:14px; font-weight:400; color:var(--text-dark);
  letter-spacing:0; text-transform:none;
}
.choice:hover { border-color:var(--teal-200); background:var(--teal-50); }
.choice input[type="radio"], .choice input[type="checkbox"] {
  width:19px; height:19px; flex-shrink:0; margin:0; accent-color:var(--teal-800); cursor:pointer;
}
.choice-label { line-height:1.45; }
.choice:has(input:checked) { border-color:var(--teal-800); background:var(--teal-50); color:var(--teal-900); font-weight:500; }

/* ── consent + submit ── */
.q-submit { border-top:1px solid var(--border); padding-top:24px; }
.consent-group { margin-bottom:18px; }
.choice-consent { align-items:flex-start; padding:14px 16px; font-size:14px; }
.choice-consent .choice-label { line-height:1.55; }
.choice-consent input[type="checkbox"] { margin-top:2px; }

.quote-submit {
  position:relative; width:100%; padding:17px 22px;
  background:var(--teal-800); color:#fff; border:none; border-radius:40px;
  font-family:'DM Sans',sans-serif; font-size:16px; font-weight:600; letter-spacing:.2px;
  cursor:pointer; transition:background .2s, transform .15s, box-shadow .2s;
  display:flex; align-items:center; justify-content:center; gap:10px;
}
.quote-submit:hover { background:var(--teal-600); transform:translateY(-1px); box-shadow:0 10px 26px rgba(8,80,65,0.26); }
.quote-submit:active { transform:translateY(0); }
.quote-submit:disabled { background:#6E8C83; cursor:not-allowed; transform:none; box-shadow:none; }
.qs-spinner { display:none; width:17px; height:17px; border:2.5px solid rgba(255,255,255,0.35); border-top-color:#fff; border-radius:50%; animation:qSpin .7s linear infinite; }
.quote-submit.loading .qs-spinner { display:block; }
@keyframes qSpin { to { transform:rotate(360deg); } }

.quote-section .form-note { font-size:12px; color:var(--text-muted); text-align:center; margin-top:12px; line-height:1.6; }

/* ── status banner ── */
.q-status { display:none; gap:12px; align-items:flex-start; padding:18px 20px; border-radius:14px; font-size:14.5px; line-height:1.65; margin-top:18px; text-align:left; }
.q-status.show { display:flex; }
.q-status.success { background:#F0FFF4; border:1.5px solid #9AE6B4; color:#1F5134; }
.q-status.error-msg { background:#FFF5F5; border:1.5px solid #FBB6B6; color:#9B2020; }
.q-status a { color:inherit; font-weight:600; }
.q-status:focus { outline:3px solid var(--teal-600); outline-offset:3px; }
.q-status:focus:not(:focus-visible) { outline:none; }
.qst-icon { font-size:18px; line-height:1.4; flex-shrink:0; }

/* the card once the request is in — centred, roomy, no half-empty box */
.quote-card.done { display:flex; align-items:center; justify-content:center; min-height:340px; padding:44px 40px; }
.quote-card.done .q-status { margin-top:0; flex-direction:column; align-items:center; text-align:center; gap:14px;
  background:transparent; border:none; padding:0; max-width:460px; }
.quote-card.done .qst-icon { font-size:46px; line-height:1; }
.quote-card.done .qst-body { display:flex; flex-direction:column; gap:10px; }
.qst-head { font-family:'DM Serif Display',serif; font-weight:400; font-size:22px; line-height:1.35; color:var(--teal-900); }
.qst-sub { font-size:14.5px; color:var(--text-mid); line-height:1.65; }
.qst-sub a { color:var(--teal-600); }

/* ── reassurance aside ── */
.quote-aside { position:sticky; top:calc(var(--nav-h) + 16px); }
.qa-card { background:linear-gradient(165deg,var(--teal-800) 0%,#0d5c47 55%,#063d2e 100%); border-radius:20px; padding:28px 26px; box-shadow:var(--shadow-lg); color:#fff; }
.qa-title { font-family:'DM Serif Display',serif; font-size:21px; color:#fff; margin-bottom:18px; font-weight:400; }
.qa-steps { list-style:none; display:flex; flex-direction:column; gap:15px; padding:0; margin:0; }
.qa-steps li { display:flex; gap:12px; font-size:13.5px; color:rgba(255,255,255,0.76); line-height:1.6; }
.qa-steps strong { color:#fff; font-weight:600; }
.qa-num { width:24px; height:24px; border-radius:50%; background:rgba(93,202,165,0.18); color:var(--teal-200); display:flex; align-items:center; justify-content:center; font-size:12px; font-weight:600; flex-shrink:0; margin-top:2px; }
.qa-divider { height:1px; background:rgba(255,255,255,0.14); margin:22px 0; }
.qa-list { list-style:none; display:flex; flex-direction:column; gap:11px; padding:0; margin:0; }
.qa-list li { display:flex; gap:10px; font-size:13.5px; color:rgba(255,255,255,0.76); line-height:1.55; }
.qa-check { width:19px; height:19px; border-radius:50%; background:rgba(93,202,165,0.2); color:var(--teal-200); display:flex; align-items:center; justify-content:center; font-size:10px; flex-shrink:0; margin-top:1px; }
.qa-foot { margin-top:24px; padding-top:20px; border-top:1px solid rgba(255,255,255,0.14); }
.qa-foot-label { font-size:11px; letter-spacing:1.4px; text-transform:uppercase; color:var(--teal-200); font-weight:600; margin-bottom:10px; }
.qa-phone { display:block; font-family:'DM Serif Display',serif; font-size:23px; color:#fff; text-decoration:none; margin-bottom:6px; transition:color .2s; }
.qa-phone:hover { color:var(--teal-200); }
.qa-mail { display:block; font-size:13px; color:rgba(255,255,255,0.66); text-decoration:none; word-break:break-all; transition:color .2s; }
.qa-mail:hover { color:#fff; text-decoration:underline; }

@media (prefers-reduced-motion:reduce) {
  .qs-spinner { animation:none; }
  .quote-submit:hover { transform:none; }
}


/* ══════════════ SERVICE TABS ══════════════ */
.svc-tabs { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin:34px auto 0; max-width:1000px; }
.svc-tab {
  display:flex; align-items:center; gap:13px; text-align:left; cursor:pointer;
  background:var(--white); border:2px solid var(--border); border-radius:16px;
  padding:16px 18px; font-family:'DM Sans',sans-serif;
  transition:border-color .2s, background .2s, transform .18s, box-shadow .2s;
}
.svc-tab:hover { border-color:var(--teal-200); transform:translateY(-2px); box-shadow:var(--shadow); }
.svc-tab.active { border-color:var(--teal-800); background:var(--teal-50); box-shadow:0 6px 22px rgba(8,80,65,0.12); }
.svc-tab:focus-visible { outline:3px solid var(--teal-600); outline-offset:2px; }
.st-emoji {
  width:46px; height:46px; flex-shrink:0; border-radius:13px;
  background:var(--cream); border:1px solid var(--border);
  display:flex; align-items:center; justify-content:center; font-size:22px;
  transition:background .2s, border-color .2s;
}
.svc-tab.active .st-emoji { background:var(--white); border-color:var(--teal-200); }
.st-copy { display:flex; flex-direction:column; gap:2px; min-width:0; }
.st-name { font-family:'DM Serif Display',serif; font-size:16.5px; color:var(--teal-900); line-height:1.22; }
.st-desc { font-size:11.5px; color:var(--text-muted); line-height:1.45; font-weight:300; }

/* ══════════════ PANELS ══════════════ */
.svc-panel[hidden] { display:none; }
.svc-panel.done { display:flex; align-items:center; justify-content:center; min-height:320px; }
.svc-panel.done .q-status { margin-top:0; flex-direction:column; align-items:center; text-align:center;
  gap:14px; background:transparent; border:none; padding:0; max-width:460px; }
.svc-panel.done .qst-icon { font-size:46px; line-height:1; }
.svc-panel.done .qst-body { display:flex; flex-direction:column; gap:10px; }

/* ══════════════ PHOTO UPLOAD ══════════════ */
.upload-zone {
  position:relative; display:block; border:2px dashed #C9C9C0; border-radius:14px;
  background:var(--cream); padding:22px 18px; cursor:pointer; text-align:center;
  transition:border-color .2s, background .2s;
}
.upload-zone:hover, .upload-zone.dragging { border-color:var(--teal-600); background:var(--teal-50); }
.upload-zone.has-files { border-style:solid; border-color:var(--teal-200); }
.upload-zone input[type="file"] {
  position:absolute; inset:0; width:100%; height:100%; opacity:0; cursor:pointer; padding:0; border:none;
}
.upload-zone input[type="file"]:focus-visible { outline:3px solid var(--teal-600); outline-offset:2px; }
.uz-inner { display:flex; align-items:center; justify-content:center; gap:13px; pointer-events:none; }
.uz-emoji { font-size:26px; line-height:1; }
.uz-text { display:flex; flex-direction:column; gap:2px; text-align:left; }
.uz-text strong { font-size:14.5px; font-weight:600; color:var(--teal-900); }
.uz-sub { font-size:12px; color:var(--text-muted); font-weight:300; }

.upload-list { list-style:none; display:flex; flex-direction:column; gap:9px; padding:0; margin:12px 0 0; }
.upload-item {
  display:flex; align-items:center; gap:12px;
  background:var(--white); border:1px solid var(--border); border-radius:12px; padding:9px 12px;
}
.ui-thumb { width:46px; height:46px; border-radius:9px; object-fit:cover; flex-shrink:0; background:var(--cream); }
.ui-meta { display:flex; flex-direction:column; gap:2px; min-width:0; flex:1; }
.ui-name { font-size:13px; color:var(--text-dark); overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.ui-size { font-size:11px; color:var(--text-muted); }
.ui-remove {
  width:30px; height:30px; flex-shrink:0; border-radius:50%; border:1px solid var(--border);
  background:var(--cream); color:var(--text-mid); font-size:13px; cursor:pointer; line-height:1;
  transition:background .18s, color .18s, border-color .18s;
}
.ui-remove:hover { background:#FFF5F5; border-color:#FBB6B6; color:#C53030; }
.ui-remove:focus-visible { outline:3px solid var(--teal-600); outline-offset:2px; }

/* ══════════════ RESPONSIVE ══════════════ */
@media (max-width:1040px) {
  .svc-tabs { max-width:100%; }
}
@media (max-width:860px) {
  .svc-tabs { grid-template-columns:1fr; gap:10px; }
  .svc-tab { padding:14px 16px; }
}
@media (max-width:640px) {
  .st-name { font-size:15.5px; }
  .st-emoji { width:42px; height:42px; font-size:20px; }
  .upload-zone { padding:18px 14px; }
  .uz-inner { flex-direction:column; gap:8px; }
  .uz-text { text-align:center; }
}

/* ══════════════ SERVICE CATEGORY CARDS ══════════════ */
.cat-main-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:44px; }
.cat-main-card { position:relative; overflow:hidden; border-radius:20px; padding:34px 32px; cursor:pointer; transition:transform .25s ease, box-shadow .25s ease; display:flex; flex-direction:column; border:none; }
.cat-main-card:hover { transform:translateY(-4px); }
#mainCatHome { background:linear-gradient(160deg,var(--teal-800) 0%,#0d5c47 50%,#063d2e 100%); box-shadow:0 2px 16px rgba(4,52,44,0.25); }
#mainCatHome:hover { box-shadow:0 12px 40px rgba(4,52,44,0.40); }
#mainCatHome::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 80% 20%,rgba(93,202,165,0.15) 0%,transparent 60%); pointer-events:none; }
#mainCatJunk { background:linear-gradient(160deg,#0F6E56 0%,#12805f 55%,#0a5a44 100%); box-shadow:0 2px 16px rgba(4,52,44,0.22); }
#mainCatJunk:hover { box-shadow:0 12px 40px rgba(4,52,44,0.38); }
#mainCatPower { background:#5DCAA5; box-shadow:0 2px 16px rgba(93,202,165,0.40); }
#mainCatPower:hover { box-shadow:0 12px 40px rgba(93,202,165,0.55); }
.cat-main-icon-wrap { width:64px; height:64px; border-radius:16px; display:flex; align-items:center; justify-content:center; font-size:30px; margin-bottom:20px; flex-shrink:0; }
#mainCatHome .cat-main-icon-wrap { background:rgba(255,255,255,0.12); border:1.5px solid rgba(255,255,255,0.2); }
#mainCatPower .cat-main-icon-wrap { background:rgba(4,52,44,0.15); border:1.5px solid rgba(4,52,44,0.20); }
.cat-main-title { font-family:'DM Serif Display',serif; font-size:22px; letter-spacing:-.3px; line-height:1.15; margin-bottom:8px; }
#mainCatHome .cat-main-title { color:#fff; }
#mainCatPower .cat-main-title { color:var(--teal-900); }
.cat-main-desc { font-size:13.5px; line-height:1.65; margin-bottom:20px; }
#mainCatHome .cat-main-desc { color:rgba(255,255,255,0.62); }
#mainCatPower .cat-main-desc { color:var(--teal-800); }
.cat-main-tags { display:flex; flex-wrap:wrap; gap:6px; margin-bottom:24px; }
.cat-tag { font-size:10.5px; font-weight:500; letter-spacing:.3px; padding:5px 11px; border-radius:20px; }
#mainCatHome .cat-tag { background:rgba(255,255,255,0.10); color:rgba(255,255,255,0.78); border:1px solid rgba(255,255,255,0.15); }
#mainCatPower .cat-tag { background:rgba(4,52,44,0.12); color:var(--teal-900); border:1px solid rgba(4,52,44,0.15); }
.cat-main-cta { display:flex; align-items:center; justify-content:space-between; margin-top:auto; }
.cat-cta-label { font-size:13.5px; font-weight:500; }
#mainCatHome .cat-cta-label { color:var(--teal-200); }
#mainCatPower .cat-cta-label { color:var(--teal-900); }
.cat-cta-arrow { width:36px; height:36px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:18px; font-weight:300; transition:transform .25s ease; flex-shrink:0; }
#mainCatHome .cat-cta-arrow { background:rgba(255,255,255,0.12); color:#fff; border:1.5px solid rgba(255,255,255,0.2); }
#mainCatPower .cat-cta-arrow { background:rgba(4,52,44,0.12); color:var(--teal-900); border:1.5px solid rgba(4,52,44,0.15); }
.cat-main-card:hover .cat-cta-arrow { transform:translateX(3px); }
.cat-main-card.active .cat-cta-arrow { transform:rotate(90deg); }

/* sub cards */
.sub-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:2px; background:var(--border); border:1px solid var(--border); border-radius:20px; overflow:hidden; margin-top:16px; animation:fadeUpSub .3s ease forwards; }
@keyframes fadeUpSub { from { opacity:0; transform:translateY(14px); } to { opacity:1; transform:translateY(0); } }
.overview-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:2px; background:var(--border); border:1px solid var(--border); border-radius:20px; overflow:hidden; margin-top:44px; }
.ov-card { background:var(--white); padding:32px 28px; transition:background .25s; position:relative; overflow:hidden; }
.ov-card::after { content:''; position:absolute; bottom:0; left:0; right:0; height:3px; background:var(--teal-200); transform:scaleX(0); transform-origin:left; transition:transform .3s; }
.ov-card:hover::after { transform:scaleX(1); }
.ov-card:hover { background:var(--teal-50); }
.ov-icon { width:48px; height:48px; border-radius:13px; background:var(--teal-50); display:flex; align-items:center; justify-content:center; font-size:22px; margin-bottom:16px; transition:background .25s; }
.ov-card:hover .ov-icon { background:var(--teal-100); }
.ov-card h3 { font-family:'DM Serif Display',serif; font-size:18px; color:var(--teal-900); margin-bottom:8px; letter-spacing:-.2px; }
.ov-card p { font-size:13px; color:var(--text-muted); line-height:1.7; margin-bottom:12px; }
.ov-link { font-size:12px; color:var(--teal-600); font-weight:500; text-decoration:none; }
.ov-link:hover { color:var(--teal-800); }

/* ══════════════ SERVICE SECTIONS (services page) ══════════════ */
.svc-section { display:grid; grid-template-columns:1fr 1fr; align-items:stretch; min-height:500px; }
.svc-section.alt { direction:rtl; }
.svc-section.alt > * { direction:ltr; }
.svc-visual { display:flex; flex-direction:column; justify-content:center; align-items:center; padding:64px 48px; position:relative; overflow:hidden; text-align:center; }
.svc-visual::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 30% 70%,rgba(93,202,165,0.22) 0%,transparent 60%); }
.svc-visual-inner { position:relative; z-index:1; }
.svc-emoji { font-size:68px; display:block; margin-bottom:18px; }
.svc-visual h3 { font-family:'DM Serif Display',serif; font-size:26px; color:#fff; margin-bottom:10px; }
.svc-visual p { font-size:14px; color:rgba(255,255,255,0.6); max-width:240px; line-height:1.7; margin:0 auto; }
.svc-tag { display:inline-block; margin-top:18px; background:var(--teal-200); color:var(--teal-900); font-size:13px; font-weight:600; padding:7px 20px; border-radius:40px; }
.svc-content { padding:60px 56px; display:flex; flex-direction:column; justify-content:center; }
.svc-content .section-label { margin-bottom:10px; }
.svc-content h2 { font-family:'DM Serif Display',serif; font-size:clamp(28px,3vw,38px); color:var(--teal-900); margin-bottom:14px; letter-spacing:-.3px; line-height:1.1; }
.svc-content h2 em { font-style:italic; color:var(--teal-600); }
.svc-content > p { font-size:15px; color:var(--text-mid); line-height:1.78; margin-bottom:26px; }
.svc-list { list-style:none; display:flex; flex-direction:column; gap:11px; margin-bottom:30px; }
.svc-list li { display:flex; align-items:flex-start; gap:11px; font-size:14px; color:var(--text-mid); }
.svc-check { width:21px; height:21px; border-radius:50%; flex-shrink:0; background:var(--teal-50); border:1.5px solid var(--teal-100); display:flex; align-items:center; justify-content:center; font-size:10px; color:var(--teal-600); margin-top:2px; }
.svc-btn { display:inline-block; background:var(--teal-800); color:#fff; padding:12px 30px; border-radius:40px; text-decoration:none; font-size:14px; font-weight:500; transition:background .2s, transform .15s; align-self:flex-start; cursor:pointer; border:none; font-family:'DM Sans',sans-serif; }
.svc-btn:hover { background:var(--teal-600); transform:translateY(-1px); }

/* ══════════════ WHY US ══════════════ */
.why { background:var(--teal-900); padding:88px 8%; display:grid; grid-template-columns:1fr 1fr; gap:76px; align-items:center; }
.why-left .section-label { color:var(--teal-200); }
.why-left .section-label::before { background:var(--teal-200); }
.why-left h2 { font-family:'DM Serif Display',serif; font-size:clamp(30px,3.7vw,46px); color:#fff; line-height:1.12; letter-spacing:-.5px; }
.why-left h2 em { font-style:italic; color:var(--teal-200); }
.why-left p { font-size:16px; color:rgba(255,255,255,0.6); margin-top:14px; margin-bottom:32px; line-height:1.8; max-width:420px; }
.btn-light { background:var(--teal-200); color:var(--teal-900); padding:14px 32px; border-radius:40px; text-decoration:none; font-size:15px; font-weight:500; display:inline-block; transition:background .2s, transform .15s; }
.btn-light:hover { background:var(--teal-100); transform:translateY(-1px); }
.pillars { display:flex; flex-direction:column; }
.pillar { display:flex; gap:20px; align-items:flex-start; padding:22px 0; border-bottom:1px solid rgba(255,255,255,0.08); }
.pillar:first-child { padding-top:0; }
.pillar:last-child { border-bottom:none; padding-bottom:0; }
.pillar-icon { width:46px; height:46px; border-radius:12px; background:rgba(93,202,165,0.12); border:1px solid rgba(93,202,165,0.2); display:flex; align-items:center; justify-content:center; font-size:20px; flex-shrink:0; }
.pillar-text h4 { font-size:15px; font-weight:500; color:#fff; margin-bottom:4px; }
.pillar-text p { font-size:13px; color:rgba(255,255,255,0.5); line-height:1.65; }

/* ══════════════ TESTIMONIALS ══════════════ */
.testimonials { background:var(--cream); padding:88px 8%; }
.t-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:44px; }
.t-card { background:var(--white); border:1px solid var(--border); border-radius:18px; padding:30px 26px; transition:border-color .2s, transform .2s, box-shadow .2s; display:flex; flex-direction:column; }
.t-card:hover { border-color:var(--teal-100); transform:translateY(-3px); box-shadow:var(--shadow); }
.t-stars { display:flex; gap:3px; margin-bottom:14px; }
.star { color:var(--teal-600); font-size:14px; }
.t-text { font-size:14px; color:var(--text-mid); line-height:1.75; margin-bottom:22px; font-style:italic; flex:1; }
.t-author { display:flex; align-items:center; gap:12px; }
.avatar { width:40px; height:40px; border-radius:50%; background:var(--teal-50); border:1.5px solid var(--teal-100); display:flex; align-items:center; justify-content:center; font-size:13px; font-weight:500; color:var(--teal-800); flex-shrink:0; }
.a-name { font-size:14px; font-weight:500; color:var(--teal-900); margin-bottom:2px; }
.a-loc { font-size:12px; color:var(--text-muted); }
.t-badge { display:inline-block; font-size:10px; font-weight:600; letter-spacing:1px; text-transform:uppercase; color:var(--teal-600); background:var(--teal-50); padding:4px 11px; border-radius:20px; margin-bottom:14px; align-self:flex-start; }

/* rating summary strip */
.rating-strip { display:flex; align-items:center; justify-content:center; gap:44px; flex-wrap:wrap; background:var(--white); border:1px solid var(--border); border-radius:20px; padding:30px 40px; margin-top:44px; box-shadow:var(--shadow); }
.rs-item { text-align:center; }
.rs-num { font-family:'DM Serif Display',serif; font-size:36px; color:var(--teal-800); line-height:1; margin-bottom:5px; }
.rs-label { font-size:12px; color:var(--text-muted); letter-spacing:.4px; }
.rs-stars { color:var(--teal-600); font-size:15px; letter-spacing:2px; margin-bottom:5px; }

/* ══════════════ PRICING ══════════════ */
.pricing { background:var(--white); padding:88px 8%; }
.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:44px; }
.p-card { border:1px solid var(--border); border-radius:20px; padding:40px 34px; background:var(--cream); transition:transform .2s; position:relative; }
.p-card:hover { transform:translateY(-4px); }
.p-card.featured { background:var(--teal-800); border-color:var(--teal-800); }
.popular-badge { position:absolute; top:-14px; left:50%; transform:translateX(-50%); background:var(--teal-200); color:var(--teal-900); font-size:11px; font-weight:600; letter-spacing:1px; text-transform:uppercase; padding:5px 16px; border-radius:20px; white-space:nowrap; }
.plan-name { font-size:12px; font-weight:600; letter-spacing:1.5px; text-transform:uppercase; color:var(--teal-600); margin-bottom:10px; }
.featured .plan-name { color:var(--teal-100); }
.plan-price { font-family:'DM Serif Display',serif; font-size:50px; color:var(--teal-900); line-height:1; margin-bottom:5px; }
.featured .plan-price { color:#fff; }
.plan-period { font-size:13px; color:var(--text-muted); margin-bottom:26px; }
.featured .plan-period { color:rgba(255,255,255,0.5); }
.plan-divider { height:1px; background:var(--border); margin:24px 0; }
.featured .plan-divider { background:rgba(255,255,255,0.12); }
.plan-features { list-style:none; display:flex; flex-direction:column; gap:12px; margin-bottom:32px; }
.plan-features li { display:flex; align-items:center; gap:10px; font-size:14px; color:var(--text-mid); }
.featured .plan-features li { color:rgba(255,255,255,0.75); }
.p-check { width:20px; height:20px; border-radius:50%; background:var(--teal-50); display:flex; align-items:center; justify-content:center; flex-shrink:0; font-size:10px; color:var(--teal-600); }
.featured .p-check { background:rgba(93,202,165,0.2); color:var(--teal-200); }
.pay-btn { width:100%; padding:13px; border-radius:40px; font-size:14px; font-weight:500; text-align:center; cursor:pointer; display:flex; align-items:center; justify-content:center; gap:8px; border:none; font-family:'DM Sans',sans-serif; transition:opacity .2s, transform .15s; text-decoration:none; }
.pay-btn:hover { opacity:.88; transform:translateY(-1px); }
.pay-btn-outline { background:transparent; border:1px solid var(--border); color:var(--teal-800); }
.pay-btn-filled { background:var(--teal-200); color:var(--teal-900); }
.stripe-badge { font-size:10px; color:var(--text-muted); text-align:center; margin-top:8px; display:flex; align-items:center; justify-content:center; gap:4px; }
.featured .stripe-badge { color:rgba(255,255,255,0.4); }

/* ══════════════ GENERIC FORM (contact page) ══════════════ */
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.form-group { margin-bottom:12px; }
label { display:block; font-size:11px; font-weight:600; letter-spacing:.8px; text-transform:uppercase; color:var(--text-muted); margin-bottom:5px; }
input, select, textarea { width:100%; padding:11px 14px; border:1.5px solid #E5E5E0; border-radius:9px; font-family:'DM Sans',sans-serif; font-size:14px; font-weight:300; color:var(--text-dark); background:var(--cream); outline:none; transition:border-color .2s, background .2s; }
input:focus, select:focus, textarea:focus { border-color:var(--teal-200); background:#fff; }
input.error, select.error { border-color:var(--red); }
textarea { resize:vertical; min-height:80px; }
.quote-btn { width:100%; padding:14px; background:var(--teal-800); color:#fff; border:none; border-radius:40px; font-family:'DM Sans',sans-serif; font-size:15px; font-weight:500; cursor:pointer; transition:background .2s, transform .15s; margin-top:4px; }
.quote-btn:hover { background:var(--teal-600); transform:translateY(-1px); }
.quote-btn:disabled { background:#aaa; cursor:not-allowed; transform:none; }
.form-note { font-size:11px; color:var(--text-muted); text-align:center; margin-top:8px; }
.form-status { display:none; padding:14px 18px; border-radius:10px; font-size:14px; margin-top:12px; text-align:center; }
.form-status.success { background:#f0fff4; border:1px solid #9ae6b4; color:#276749; }
.form-status.error-msg { background:#fff5f5; border:1px solid #fc8181; color:#c53030; }
.field-error { font-size:11px; color:var(--red); margin-top:4px; display:none; }
.checkbox-grid { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-top:4px; }
.cb-item { display:flex; align-items:center; gap:8px; background:var(--cream); border:1.5px solid #E5E5E0; border-radius:8px; padding:8px 10px; cursor:pointer; transition:all .18s; font-size:12px; color:var(--text-mid); }
.cb-item:hover { border-color:var(--teal-200); background:var(--teal-50); }
.cb-item input[type="checkbox"] { width:15px; height:15px; accent-color:var(--teal-800); cursor:pointer; flex-shrink:0; }
.cb-item.checked { border-color:var(--teal-800); background:var(--teal-50); color:var(--teal-800); }
.service-type-grid { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-bottom:16px; }
.stype-btn { border:1.5px solid #E5E5E0; border-radius:8px; padding:9px 8px; background:var(--cream); font-family:'DM Sans',sans-serif; font-size:12px; color:var(--text-mid); cursor:pointer; transition:all .2s; display:flex; align-items:center; gap:7px; }
.stype-btn:hover, .stype-btn.active { border-color:var(--teal-200); background:var(--teal-50); color:var(--teal-800); }

/* ══════════════ BOOKING MODAL (services & pricing pages) ══════════════ */
.modal-overlay { display:none; position:fixed; inset:0; background:rgba(4,52,44,0.6); z-index:500; align-items:center; justify-content:center; backdrop-filter:blur(4px); padding:20px; }
.modal-overlay.open { display:flex; }
.modal { background:var(--white); border-radius:20px; padding:40px; max-width:480px; width:100%; max-height:92vh; overflow-y:auto; position:relative; box-shadow:var(--shadow-lg); animation:fadeUp .3s ease; }
.modal-close { position:absolute; top:16px; right:20px; background:none; border:none; font-size:22px; cursor:pointer; color:var(--text-muted); }
.modal-close:hover { color:var(--text-dark); }
.modal h3 { font-family:'DM Serif Display',serif; font-size:24px; color:var(--teal-900); margin-bottom:6px; }
.modal p { font-size:14px; color:var(--text-mid); margin-bottom:22px; }
.modal-price { font-family:'DM Serif Display',serif; font-size:42px; color:var(--teal-800); margin-bottom:4px; }
.modal-period { font-size:13px; color:var(--text-muted); margin-bottom:24px; }
.modal .form-group { margin-bottom:14px; }
.modal-submit { width:100%; padding:15px; background:var(--teal-800); color:#fff; border:none; border-radius:40px; font-family:'DM Sans',sans-serif; font-size:15px; font-weight:500; cursor:pointer; transition:background .2s; margin-top:6px; display:flex; align-items:center; justify-content:center; gap:8px; }
.modal-submit:hover { background:var(--teal-600); }
.modal-submit:disabled { background:#aaa; cursor:not-allowed; }
.modal-note { font-size:11px; color:var(--text-muted); text-align:center; margin-top:10px; }
.modal-steps { display:flex; gap:0; margin-bottom:24px; }
.modal-step { flex:1; text-align:center; position:relative; }
.modal-step::after { content:''; position:absolute; top:14px; right:-50%; width:100%; height:1px; background:var(--border); z-index:0; }
.modal-step:last-child::after { display:none; }
.step-dot { width:28px; height:28px; border-radius:50%; background:var(--teal-50); border:2px solid var(--teal-100); display:flex; align-items:center; justify-content:center; font-size:12px; font-weight:600; color:var(--teal-600); margin:0 auto 6px; position:relative; z-index:1; }
.step-dot.active { background:var(--teal-800); border-color:var(--teal-800); color:#fff; }
.step-dot.done { background:var(--teal-200); border-color:var(--teal-200); color:var(--teal-900); }
.step-label { font-size:10px; color:var(--text-muted); letter-spacing:.5px; }

/* misc legacy helpers */
.why-txt { font-size:16px; color:rgba(255,255,255,0.6); margin-top:14px; margin-bottom:32px; line-height:1.8; max-width:420px; }
.stype-icon { font-size:15px; }

/* ══════════════ CTA BANNER ══════════════ */
.cta-banner { background:var(--teal-200); padding:66px 8%; display:flex; justify-content:space-between; align-items:center; gap:32px; flex-wrap:wrap; }
.cta-banner h2 { font-family:'DM Serif Display',serif; font-size:clamp(27px,3.4vw,42px); color:var(--teal-900); max-width:600px; line-height:1.15; letter-spacing:-.5px; }
.cta-banner h2 em { font-style:italic; }
.btn-dark { background:var(--teal-900); color:#fff; padding:16px 38px; border-radius:40px; text-decoration:none; font-size:15px; font-weight:500; transition:background .2s, transform .15s; white-space:nowrap; display:inline-block; }
.btn-dark:hover { background:var(--teal-800); transform:translateY(-1px); }

/* ══════════════ FOOTER ══════════════ */
footer { background:var(--teal-900); color:rgba(255,255,255,.55); padding:62px 8% 34px; }
.footer-top { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:50px; margin-bottom:48px; }
.footer-logo { display:inline-flex; align-items:center; gap:11px; text-decoration:none; }
.footer-logo img { height:52px; width:auto; background:#fff; border-radius:50%; padding:2px; }
.footer-logo-name { font-family:'DM Serif Display',serif; font-size:19px; color:#fff; letter-spacing:-.3px; }
.footer-logo-name span { color:var(--teal-200); }
.footer-about { font-size:13px; line-height:1.8; max-width:250px; margin-top:14px; }
.footer-col h4 { font-size:11px; font-weight:600; letter-spacing:1.5px; text-transform:uppercase; color:rgba(255,255,255,.4); margin-bottom:16px; }
.footer-col ul { list-style:none; display:flex; flex-direction:column; gap:9px; }
.footer-col ul a { text-decoration:none; font-size:13px; color:rgba(255,255,255,.55); transition:color .2s; }
.footer-col ul a:hover { color:var(--teal-200); }
.footer-bottom { padding-top:26px; border-top:1px solid rgba(255,255,255,.08); display:flex; justify-content:space-between; align-items:center; font-size:12px; flex-wrap:wrap; gap:10px; }

/* ══════════════ "GET PRICING HELP" STICKY BUTTON ══════════════ */
.help-float {
  position:fixed; right:26px; top:50%; transform:translateY(-50%);
  z-index:400; width:92px; padding:15px 12px 14px;
  display:flex; flex-direction:column; align-items:center; gap:7px;
  border-radius:16px; text-align:center;
  background:linear-gradient(160deg,var(--teal-800) 0%,#0d5c47 60%,#063d2e 100%);
  color:#fff; text-decoration:none;
  box-shadow:0 6px 24px rgba(4,52,44,0.32);
  transition:transform .22s ease, box-shadow .25s ease, background .25s ease;
}
.help-float::before {
  content:''; position:absolute; inset:0; border-radius:16px;
  border:1px solid rgba(255,255,255,0.16); pointer-events:none;
}
.help-float:hover, .help-float:focus-visible {
  background:linear-gradient(160deg,var(--teal-600) 0%,var(--teal-800) 100%);
  box-shadow:0 12px 32px rgba(4,52,44,0.42);
  transform:translateY(-50%) scale(1.04);
  outline:none;
}
.help-float-icon { width:26px; height:26px; display:flex; align-items:center; justify-content:center; }
.help-float-icon svg { width:25px; height:25px; display:block; }
.help-float-label { font-size:12.5px; font-weight:500; line-height:1.35; letter-spacing:.1px; }

/* gentle attention halo, stops on hover */
.help-float { animation:helpPulse 3.4s ease-out infinite; }
.help-float:hover, .help-float:focus-visible { animation:none; }
@keyframes helpPulse {
  0%   { box-shadow:0 6px 24px rgba(4,52,44,0.32), 0 0 0 0 rgba(93,202,165,0.42); }
  60%  { box-shadow:0 6px 24px rgba(4,52,44,0.32), 0 0 0 13px rgba(93,202,165,0); }
  100% { box-shadow:0 6px 24px rgba(4,52,44,0.32), 0 0 0 0 rgba(93,202,165,0); }
}

@media (max-width:860px) {
  .help-float { right:20px; top:auto; bottom:96px; transform:none; width:80px; padding:12px 10px 11px; gap:6px; border-radius:14px; }
  .help-float::before { border-radius:14px; }
  .help-float:hover, .help-float:focus-visible { transform:scale(1.04); }
  .help-float-icon svg { width:22px; height:22px; }
  .help-float-label { font-size:11.5px; }
}
@media (prefers-reduced-motion:reduce) {
  .help-float { animation:none; transition:none; }
}

/* ══════════════ WHATSAPP FLOAT ══════════════ */
.wa-float { position:fixed; bottom:26px; right:26px; z-index:400; width:56px; height:56px; background:#25D366; border-radius:50%; display:flex; align-items:center; justify-content:center; box-shadow:0 4px 20px rgba(37,211,102,0.45); transition:transform .2s ease, box-shadow .2s ease; text-decoration:none; }
.wa-float:hover { transform:scale(1.08); box-shadow:0 8px 28px rgba(37,211,102,0.55); }
.wa-float svg { width:32px; height:32px; }

/* ══════════════ GALLERY ══════════════ */
.gallery { background:var(--white); padding:88px 8%; }
.gallery-filter { display:flex; gap:10px; flex-wrap:wrap; margin-top:34px; margin-bottom:38px; }
.gf-btn { padding:8px 18px; border-radius:40px; font-size:13px; font-family:'DM Sans',sans-serif; cursor:pointer; transition:all .2s; border:1.5px solid var(--border); background:var(--cream); color:var(--text-mid); }
.gf-btn:hover { border-color:var(--teal-200); color:var(--teal-600); }
.gf-btn.active { background:var(--teal-800); border-color:var(--teal-800); color:#fff; }
.gallery-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.g-card { border-radius:16px; overflow:hidden; background:var(--white); border:1px solid var(--border); box-shadow:var(--shadow); transition:transform .25s, box-shadow .25s; cursor:pointer; }
.g-card:hover { transform:translateY(-5px); box-shadow:var(--shadow-lg); }
.g-card.wide { grid-column:span 2; }
.g-wrap { width:100%; aspect-ratio:4/3; overflow:hidden; background:var(--teal-50); position:relative; display:flex; align-items:center; justify-content:center; }
.g-card.wide .g-wrap { aspect-ratio:16/7; }
.g-wrap img { width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.g-card:hover .g-wrap img { transform:scale(1.05); }
.g-badge { position:absolute; top:12px; left:12px; background:var(--teal-800); color:#fff; font-size:10px; font-weight:500; letter-spacing:1px; text-transform:uppercase; padding:4px 10px; border-radius:20px; }
.g-caption { padding:14px 16px 16px; display:flex; align-items:center; justify-content:space-between; }
.g-caption-text h4 { font-size:14px; font-weight:500; color:var(--teal-900); margin-bottom:2px; }
.g-caption-text p { font-size:12px; color:var(--text-muted); }
.g-caption-icon { font-size:18px; }
.g-lightbox { display:none; position:fixed; inset:0; z-index:500; background:rgba(4,52,44,0.92); backdrop-filter:blur(8px); align-items:center; justify-content:center; padding:24px; }
.g-lightbox.open { display:flex; }
.g-lightbox-inner { position:relative; max-width:900px; width:100%; }
.g-lightbox-inner img { width:100%; border-radius:16px; max-height:80vh; object-fit:contain; }
.g-lb-close { position:absolute; top:-16px; right:-16px; width:40px; height:40px; border-radius:50%; background:var(--teal-200); color:var(--teal-900); border:none; font-size:18px; cursor:pointer; display:flex; align-items:center; justify-content:center; font-weight:700; }
.g-lb-caption { text-align:center; margin-top:16px; font-size:14px; color:rgba(255,255,255,0.7); }
.g-lb-nav { position:absolute; top:50%; transform:translateY(-50%); background:rgba(255,255,255,0.12); border:none; color:#fff; width:44px; height:44px; border-radius:50%; font-size:22px; cursor:pointer; display:flex; align-items:center; justify-content:center; transition:background .2s; }
.g-lb-nav:hover { background:rgba(255,255,255,0.25); }
.g-lb-prev { left:-56px; }
.g-lb-next { right:-56px; }

/* ══════════════ ANIMATION ══════════════ */
@keyframes fadeUp { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }
.hero-left > * { animation:fadeUp .7s ease forwards; opacity:0; }
.hero-left > *:nth-child(1) { animation-delay:.05s; }
.hero-left > *:nth-child(2) { animation-delay:.14s; }
.hero-left > *:nth-child(3) { animation-delay:.23s; }
.hero-left > *:nth-child(4) { animation-delay:.32s; }
.hero-left > *:nth-child(5) { animation-delay:.41s; }
.hero-left > *:nth-child(6) { animation-delay:.5s; }
.hero-card { animation:fadeUp .8s ease .35s forwards; opacity:0; }

/* ══════════════ RESPONSIVE ══════════════ */
@media (max-width:1180px) {
  nav ul { gap:18px; }
  nav ul a { font-size:13.5px; }
  .quote-grid { grid-template-columns:1fr 320px; }
}

@media (max-width:1040px) {
  .hero { grid-template-columns:1fr; gap:36px; padding-bottom:60px; }
  .hero-card { max-width:520px; }
  .quote-grid { grid-template-columns:1fr; }
  .quote-aside { position:static; }
  .qa-card { max-width:100%; }
  .overview-grid, .sub-grid { grid-template-columns:repeat(2,1fr); }
  .svc-section, .svc-section.alt { grid-template-columns:1fr; direction:ltr; }
  .why { grid-template-columns:1fr; gap:44px; }
  .t-grid { grid-template-columns:1fr 1fr; }
  .pricing-grid { grid-template-columns:1fr; }
  .footer-top { grid-template-columns:1fr 1fr; gap:34px; }
  .cta-banner { flex-direction:column; text-align:center; }
  .gallery-grid { grid-template-columns:repeat(2,1fr); }
}

@media (max-width:860px) {
  .nav-toggle { display:block; }
  nav ul {
    position:fixed; top:var(--nav-h); left:0; right:0;
    background:var(--cream); border-bottom:1px solid var(--border);
    flex-direction:column; align-items:stretch; gap:0;
    padding:8px 6% 20px; box-shadow:0 18px 40px rgba(4,52,44,0.14);
    transform:translateY(-12px); opacity:0; pointer-events:none;
    transition:transform .22s ease, opacity .22s ease;
    max-height:calc(100vh - var(--nav-h)); overflow-y:auto;
  }
  nav ul.open { transform:translateY(0); opacity:1; pointer-events:auto; }
  nav ul li { border-bottom:1px solid var(--border); }
  nav ul li:last-child { border-bottom:none; padding-top:14px; }
  nav ul a { display:block; padding:14px 2px; font-size:15px; }
  .nav-cta { text-align:center; padding:14px 24px !important; }
  .cat-main-grid { grid-template-columns:1fr; }
  .section, .quote-section, .testimonials, .pricing, .why, .gallery { padding-left:6%; padding-right:6%; }
  .quote-card { padding:28px 26px 26px; }
}

@media (max-width:640px) {
  :root { --nav-h:68px; }
  .logo img { height:42px; }
  .logo-name { font-size:17px; }
  .logo-tag { font-size:7.5px; letter-spacing:1.3px; }
  .hero-left { padding-top:48px; }
  .hero-left h1 { font-size:34px; }
  .hero-actions { flex-direction:column; align-items:stretch; }
  .btn-primary, .btn-ghost { justify-content:center; }
  .hero-trust { gap:22px; }
  .overview-grid, .sub-grid { grid-template-columns:1fr; }
  .t-grid { grid-template-columns:1fr; }
  .form-row, .quote-section .form-row { grid-template-columns:1fr; }
  .quote-section .form-row-3 { grid-template-columns:1fr 1fr; }
  .quote-section .form-row-3 > .form-group:last-child { grid-column:1 / -1; }
  .checkbox-grid { grid-template-columns:1fr; }
  .footer-top { grid-template-columns:1fr; }
  .stats-bar { flex-direction:column; gap:24px; }
  .quote-section { padding:56px 6% 64px; }
  .quote-card { padding:24px 20px 22px; }
  .quote-grid { gap:18px; margin-top:32px; }
  .qp-title { font-size:17.5px; }
  .quote-section input[type="text"],
  .quote-section input[type="tel"],
  .quote-section input[type="email"],
  .quote-section input[type="number"],
  .quote-section input[type="date"],
  .quote-section select,
  .quote-section textarea { font-size:16px; padding:13px 14px; }
  .quote-submit { font-size:15.5px; padding:16px 18px; }
  .qa-card { padding:24px 22px; }
  .qa-phone { font-size:21px; }
  .rating-strip { gap:26px; padding:24px 22px; }
  .gallery-grid { grid-template-columns:1fr; }
  .g-card.wide { grid-column:span 1; }
  .g-card.wide .g-wrap { aspect-ratio:4/3; }
  .g-lb-prev { left:-10px; }
  .g-lb-next { right:-10px; }
}
