/* ============================================================
   UNITECH HOME BUILDING MAINTENANCE L.L.C — Appliance Repair
   Shared design system. Each page sets a body theme class that
   re-tints the accent palette so every page feels distinct.
   ============================================================ */

:root {
  --navy: #0b2545;
  --navy-2: #13315c;
  --ink: #1c2733;
  --muted: #5b6b7b;
  --line: #e3e9f0;
  --bg: #f5f8fb;
  --surface: #ffffff;

  /* Theme (overridden per page) */
  --accent: #f59e0b;
  --accent-dark: #b45309;
  --accent-soft: #fef3c7;
  --hero-tint-a: rgba(7, 26, 51, 0.88);
  --hero-tint-b: rgba(11, 37, 69, 0.55);

  --radius: 18px;
  --shadow: 0 10px 30px rgba(11, 37, 69, 0.10);
  --shadow-lg: 0 22px 55px rgba(11, 37, 69, 0.18);
}

/* -------- Per-page themes -------- */
body.theme-washing {
  --accent: #0d9488; --accent-dark: #0f766e; --accent-soft: #ccfbf1;
  --hero-tint-a: rgba(4, 47, 46, 0.88); --hero-tint-b: rgba(13, 148, 136, 0.35);
}
body.theme-dishwasher {
  --accent: #059669; --accent-dark: #047857; --accent-soft: #d1fae5;
  --hero-tint-a: rgba(6, 44, 34, 0.88); --hero-tint-b: rgba(5, 150, 105, 0.32);
}
body.theme-cooking {
  --accent: #ea580c; --accent-dark: #c2410c; --accent-soft: #ffedd5;
  --hero-tint-a: rgba(51, 17, 3, 0.88); --hero-tint-b: rgba(234, 88, 12, 0.30);
}
body.theme-fridge {
  --accent: #0284c7; --accent-dark: #0369a1; --accent-soft: #e0f2fe;
  --hero-tint-a: rgba(4, 34, 54, 0.88); --hero-tint-b: rgba(2, 132, 199, 0.35);
}
body.theme-ac {
  --accent: #4f46e5; --accent-dark: #4338ca; --accent-soft: #e0e7ff;
  --hero-tint-a: rgba(16, 16, 62, 0.88); --hero-tint-b: rgba(79, 70, 229, 0.35);
}
body.theme-legal {
  --accent: #475569; --accent-dark: #334155; --accent-soft: #e2e8f0;
  --hero-tint-a: rgba(15, 23, 42, 0.92); --hero-tint-b: rgba(51, 65, 85, 0.70);
}

/* -------- Reset / base -------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }
body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", Tahoma, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
img { max-width: 100%; display: block; height: auto; }
a { color: var(--accent-dark); }
h1, h2, h3, h4 { line-height: 1.2; margin: 0 0 .6em; font-weight: 800; color: var(--navy); }
p { margin: 0 0 1em; }
.container { width: min(1160px, 92%); margin-inline: auto; }
.section { padding: 72px 0; }
.section--alt { background: var(--surface); border-block: 1px solid var(--line); }
.section-head { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.section-head h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); }
.kicker {
  display: inline-block; font-size: .78rem; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: var(--accent-dark);
  background: var(--accent-soft); padding: 6px 14px; border-radius: 999px; margin-bottom: 14px;
}
.section-head p { color: var(--muted); font-size: 1.06rem; }

/* -------- Buttons -------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 800; text-decoration: none; border-radius: 14px; cursor: pointer;
  padding: 15px 28px; font-size: 1.02rem; border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--call { background: var(--accent); color: #fff; }
.btn--call:hover { background: var(--accent-dark); }
.btn--wa { background: #16a34a; color: #fff; }
.btn--wa:hover { background: #15803d; }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn--ghost:hover { background: rgba(255,255,255,.12); }
.btn--dark { background: var(--navy); color: #fff; }
.btn--block { width: 100%; }

/* -------- Top bar -------- */
.topbar { background: var(--navy); color: #cfe0f4; font-size: .85rem; }
.topbar .container { display: flex; flex-wrap: wrap; gap: 6px 26px; justify-content: space-between; padding-block: 8px; }
.topbar strong { color: #fff; }
.topbar a { color: #ffd987; text-decoration: none; font-weight: 700; }

/* -------- Nav -------- */
.nav { position: sticky; top: 0; z-index: 60; background: var(--surface); border-bottom: 1px solid var(--line); box-shadow: 0 4px 18px rgba(11,37,69,.06); }
.nav .container { display: flex; align-items: center; gap: 18px; padding-block: 12px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; min-height: 44px; }
.brand-mark {
  width: 46px; height: 46px; border-radius: 12px; flex: 0 0 auto;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
  display: grid; place-items: center; color: var(--accent); font-size: 22px;
}
.brand-name { font-weight: 800; color: var(--navy); font-size: 1.02rem; line-height: 1.15; }
.brand-name small { display: block; font-weight: 700; font-size: .68rem; letter-spacing: .08em; color: var(--muted); text-transform: uppercase; }
.nav-links { display: flex; gap: 4px; align-items: center; list-style: none; margin: 0; padding: 0; }
.nav-links a { text-decoration: none; color: var(--ink); font-weight: 700; font-size: .93rem; padding: 9px 13px; border-radius: 10px; }
.nav-links a:hover { background: var(--accent-soft); color: var(--accent-dark); }
.nav-links a.active { background: var(--navy); color: #fff; }
.nav-call { display: inline-flex; align-items: center; gap: 8px; background: var(--accent); color: #fff; font-weight: 800; text-decoration: none; padding: 11px 18px; border-radius: 12px; font-size: .95rem; white-space: nowrap; }
.nav-call:hover { background: var(--accent-dark); }
.nav-toggle { display: none; background: none; border: 2px solid var(--line); border-radius: 10px; padding: 8px 12px; font-size: 1.2rem; cursor: pointer; color: var(--navy); }

/* -------- Hero -------- */
.hero { position: relative; color: #fff; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, var(--hero-tint-a) 30%, var(--hero-tint-b) 100%); }
.hero .container { position: relative; z-index: 1; padding: 92px 0; }
.hero--tall .container { padding: 120px 0 110px; }
.hero h1 { color: #fff; font-size: clamp(1.9rem, 4.6vw, 3.3rem); max-width: 20ch; }
.hero--center { text-align: center; }
.hero--center h1, .hero--center .hero-sub { margin-inline: auto; }
.hero-sub { font-size: clamp(1.02rem, 2vw, 1.25rem); color: rgba(255,255,255,.92); max-width: 62ch; margin-bottom: 30px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.hero--center .hero-cta { justify-content: center; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.hero--center .hero-badges { justify-content: center; }
.hero-badges span {
  background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(4px); padding: 8px 16px; border-radius: 999px;
  font-size: .85rem; font-weight: 700;
}
.hero-note { margin-top: 26px; font-size: .84rem; color: rgba(255,255,255,.75); max-width: 70ch; }
.hero--center .hero-note { margin-inline: auto; }

/* -------- Disclaimer bands -------- */
.disclaimer-band { background: #fffbeb; border-block: 1px solid #fde68a; }
.disclaimer-band .container { display: flex; gap: 14px; align-items: flex-start; padding-block: 16px; }
.disclaimer-band .icon { font-size: 1.3rem; line-height: 1.4; }
.disclaimer-band p { margin: 0; font-size: .88rem; color: #713f12; }
.disclaimer-card {
  background: #fffbeb; border: 1px solid #fde68a; border-radius: var(--radius);
  padding: 22px 26px; font-size: .9rem; color: #713f12; margin-top: 34px;
}
.disclaimer-card strong { color: #78350f; }

/* -------- Cards / grids -------- */
.grid { display: grid; gap: 26px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

.svc-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; text-decoration: none; color: var(--ink); display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.svc-card img { height: 210px; width: 100%; object-fit: cover; }
.svc-card-body { padding: 24px 26px 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.svc-card h3 { margin: 0; font-size: 1.2rem; }
.svc-card p { margin: 0; color: var(--muted); font-size: .95rem; flex: 1; }
.svc-card .link { font-weight: 800; color: var(--accent-dark); }

.tile {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; box-shadow: 0 4px 14px rgba(11,37,69,.05);
}
.tile .emoji { font-size: 1.9rem; display: inline-grid; place-items: center; width: 58px; height: 58px; border-radius: 14px; background: var(--accent-soft); margin-bottom: 14px; }
.tile h3 { font-size: 1.08rem; margin-bottom: 6px; }
.tile p { color: var(--muted); font-size: .93rem; margin: 0; }

/* -------- Split feature (image + text) -------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split--rev > .split-media { order: 2; }
.split-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.split-media img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.split-body h2 { font-size: clamp(1.5rem, 2.8vw, 2.1rem); }
.split-body p { color: var(--muted); }

/* -------- Check list -------- */
.checks { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 12px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 13px 16px; font-weight: 600; font-size: .96rem; }
.checks li::before { content: "✔"; color: #fff; background: var(--accent); border-radius: 50%; width: 22px; height: 22px; flex: 0 0 auto; display: grid; place-items: center; font-size: .72rem; margin-top: 2px; }

/* -------- Type chips / brand chips -------- */
.chip-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.chip {
  background: var(--surface); border: 1px solid var(--line); border-radius: 999px;
  padding: 10px 20px; font-weight: 700; font-size: .93rem; color: var(--navy);
}
.chip--accent { background: var(--accent-soft); border-color: transparent; color: var(--accent-dark); }

/* -------- Work gallery -------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.gallery--2 { grid-template-columns: repeat(2, 1fr); }
.gcard { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin: 0; box-shadow: 0 4px 14px rgba(11,37,69,.05); }
.gcard img { width: 100%; height: 220px; object-fit: cover; }
.gallery--2 .gcard img { height: 280px; }
.gcard figcaption { padding: 13px 16px; font-weight: 700; font-size: .9rem; color: var(--navy); line-height: 1.4; }
.obj-bottom { object-position: center bottom; }

/* -------- Wide banner image -------- */
.wide-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin: 0 0 30px; }
.wide-media img { width: 100%; height: min(400px, 46vw); object-fit: cover; }
.wide-media figcaption { background: var(--surface); border-top: 1px solid var(--line); padding: 12px 18px; font-size: .88rem; font-weight: 700; color: var(--navy); }

/* -------- Process steps -------- */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; counter-reset: step; }
.step { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 20px; position: relative; }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-size: 1.5rem; font-weight: 800; color: var(--accent);
  display: block; margin-bottom: 10px;
}
.step h3 { font-size: 1rem; margin-bottom: 6px; }
.step p { font-size: .87rem; color: var(--muted); margin: 0; }

/* -------- Areas -------- */
.areas { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.area {
  background: linear-gradient(150deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #fff; border-radius: var(--radius); padding: 26px 22px; text-align: center;
}
.area .pin { font-size: 1.6rem; display: block; margin-bottom: 8px; }
.area h3 { color: #fff; margin: 0 0 4px; font-size: 1.12rem; }
.area p { margin: 0; font-size: .84rem; color: rgba(255,255,255,.78); }

/* -------- FAQ -------- */
.faq { max-width: 820px; margin-inline: auto; display: grid; gap: 14px; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 4px 22px; }
.faq summary { font-weight: 800; cursor: pointer; padding: 16px 0; color: var(--navy); list-style: none; position: relative; padding-right: 34px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-size: 1.4rem; color: var(--accent); font-weight: 800; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--muted); margin: 0 0 18px; font-size: .95rem; }

/* -------- CTA band -------- */
.cta-band { background: linear-gradient(120deg, var(--navy) 0%, var(--navy-2) 60%, var(--accent-dark) 160%); color: #fff; }
.cta-band .container { padding: 64px 0; text-align: center; }
.cta-band h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.3rem); }
.cta-band p { color: rgba(255,255,255,.85); max-width: 62ch; margin: 0 auto 28px; }
.cta-band .hero-cta { justify-content: center; margin-bottom: 0; }

/* -------- Contact / lead form -------- */
.contact-wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: start; }
.contact-info .tile { margin-bottom: 16px; }
.contact-info .tile h3 { display: flex; align-items: center; gap: 10px; }
.contact-info a { font-weight: 800; text-decoration: none; }
.lead-form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.lead-form h3 { margin-bottom: 4px; }
.lead-form .form-sub { color: var(--muted); font-size: .9rem; margin-bottom: 22px; }
.lead-form label { display: block; font-weight: 700; font-size: .88rem; margin: 14px 0 6px; color: var(--navy); }
.lead-form input, .lead-form select, .lead-form textarea {
  width: 100%; border: 1.5px solid var(--line); border-radius: 12px; padding: 13px 15px;
  font: inherit; font-size: .95rem; background: #fbfdff; color: var(--ink);
}
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { outline: 2px solid var(--accent); border-color: var(--accent); }
.lead-form button { margin-top: 22px; }
.form-note { font-size: .78rem; color: var(--muted); margin: 12px 0 0; }

/* -------- Footer -------- */
footer { background: #081a33; color: #b9c9dd; font-size: .92rem; }
footer .container { padding: 56px 0 34px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; margin-bottom: 36px; }
footer h4 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
footer a { color: #b9c9dd; text-decoration: none; }
footer a:hover { color: #ffd987; }
.foot-disclaimer { border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; font-size: .8rem; color: #8ba0ba; }
.foot-legal { display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; margin-top: 18px; font-size: .8rem; color: #8ba0ba; }

/* -------- Floating WhatsApp + mobile call bar -------- */
.float-wa {
  position: fixed; right: 20px; bottom: 84px; z-index: 70;
  width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff;
  display: grid; place-items: center; text-decoration: none; box-shadow: 0 10px 26px rgba(0,0,0,.28);
}
.float-wa svg { width: 30px; height: 30px; fill: #fff; }
/* Floating action dock (phones) */
.callbar {
  display: none; position: fixed; left: 12px; right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  z-index: 65; gap: 8px; padding: 8px;
  background: rgba(7, 20, 38, .86);
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(3, 12, 26, .5);
}
.callbar a {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 9px 8px; font-weight: 800; text-decoration: none; color: #fff;
  border-radius: 15px; position: relative; overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 6px 14px rgba(0,0,0,.28);
  transition: transform .12s ease, filter .12s ease;
}
.callbar a:active { transform: scale(.95); filter: brightness(1.1); }
.callbar a::after {
  content: ""; position: absolute; top: 0; bottom: 0; left: -70%; width: 45%;
  transform: skewX(-22deg); pointer-events: none;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,.38), transparent);
  animation: cb-shine 3.8s ease-in-out infinite;
}
.callbar .cb-call { background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%); }
.callbar .cb-wa { background: linear-gradient(135deg, #2bd46b 0%, #0f8a49 100%); }
.callbar .cb-wa::after { animation-delay: 1.9s; }
.cb-ico {
  width: 38px; height: 38px; border-radius: 12px; flex: 0 0 auto;
  background: rgba(255,255,255,.17); border: 1px solid rgba(255,255,255,.25);
  display: grid; place-items: center;
}
.cb-ico svg { width: 20px; height: 20px; display: block; }
.cb-call .cb-ico { animation: cb-pulse 2.4s infinite; }
.cb-txt { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.12; text-align: left; }
.cb-txt strong { font-size: .95rem; letter-spacing: .01em; }
.cb-txt small { font-size: .66rem; font-weight: 600; opacity: .82; letter-spacing: .02em; white-space: nowrap; }
@keyframes cb-shine { 0%, 58% { left: -70%; } 88%, 100% { left: 140%; } }
@keyframes cb-pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,.38); }
  70% { box-shadow: 0 0 0 8px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}
@media (prefers-reduced-motion: reduce) {
  .callbar a::after { animation: none; display: none; }
  .cb-call .cb-ico { animation: none; }
}

/* -------- Legal page -------- */
.legal-body { max-width: 860px; margin-inline: auto; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 48px 52px; }
.legal-body h2 { font-size: 1.35rem; margin-top: 2em; }
.legal-body h2:first-of-type { margin-top: 0; }
.legal-body ul { color: var(--muted); }
.legal-body p { color: var(--muted); }
.legal-updated { font-size: .85rem; color: var(--muted); font-style: italic; }

/* -------- Reveal animation -------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* -------- Responsive -------- */
@media (max-width: 980px) {
  .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .areas { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .split, .contact-wrap { grid-template-columns: 1fr; }
  .split { gap: 26px; }
  .split--rev > .split-media { order: 0; }
  .split-media img { min-height: 240px; max-height: 340px; }
  .foot-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; background: var(--surface);
    border-bottom: 1px solid var(--line); padding: 12px 4%; gap: 4px; box-shadow: var(--shadow);
  }
  .nav-links a { padding: 14px 16px; font-size: 1rem; }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; min-width: 48px; min-height: 44px; }
  .nav-call { display: none; }
}

/* ---- Phones: the primary target of this site ---- */
@media (max-width: 640px) {
  .container { width: 92%; }
  .section { padding: 46px 0; }
  .section-head { margin-bottom: 30px; }
  .section-head h2 { font-size: 1.55rem; }
  .section-head p { font-size: .98rem; }
  .grid, .gallery { gap: 16px; }
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .gallery, .gallery--2 { grid-template-columns: 1fr; }
  .gcard img, .gallery--2 .gcard img { height: 230px; }
  .wide-media img { height: 230px; }
  .steps { grid-template-columns: 1fr; gap: 14px; }
  .areas { grid-template-columns: 1fr 1fr; gap: 12px; }
  .area { padding: 20px 14px; }

  .topbar { font-size: .78rem; }
  .topbar .container { justify-content: center; text-align: center; gap: 2px 16px; padding-block: 6px; }
  .brand-name { font-size: .95rem; }
  .brand-mark { width: 40px; height: 40px; font-size: 18px; }

  .hero .container { padding: 58px 0; }
  .hero--tall .container { padding: 68px 0 62px; }
  .hero h1 { font-size: clamp(1.65rem, 7.2vw, 2.1rem); max-width: none; }
  .hero-sub { font-size: 1rem; margin-bottom: 22px; }
  .hero-cta { gap: 10px; margin-bottom: 24px; }
  .hero-cta .btn { width: 100%; padding: 16px 20px; font-size: 1.05rem; }
  .hero-badges { gap: 8px; }
  .hero-badges span { font-size: .78rem; padding: 7px 12px; }

  .btn { padding: 15px 22px; }
  .tile { padding: 20px; }
  .tile .emoji { width: 50px; height: 50px; font-size: 1.6rem; margin-bottom: 10px; }
  .svc-card img { height: 190px; }
  .checks li { padding: 12px 14px; font-size: .93rem; }
  .chip { padding: 11px 16px; font-size: .88rem; }
  .step { padding: 20px 18px; }
  .faq details { padding: 2px 16px; }
  .faq summary { padding: 15px 0; font-size: .97rem; }
  .lead-form { padding: 24px 20px; }
  .lead-form input, .lead-form select, .lead-form textarea { padding: 14px 15px; font-size: 16px; }
  .disclaimer-band .container { padding-block: 13px; }
  .disclaimer-band p { font-size: .82rem; }
  .disclaimer-card { padding: 18px 18px; font-size: .85rem; }
  .cta-band .container { padding: 48px 0; }
  .legal-body { padding: 28px 20px; }
  .foot-grid { grid-template-columns: 1fr; gap: 26px; }

  .callbar { display: flex; }
  .float-wa { bottom: calc(94px + env(safe-area-inset-bottom, 0px)); right: 14px; width: 54px; height: 54px; }
  body { padding-bottom: 96px; }
}
@media (max-width: 360px) {
  .areas { grid-template-columns: 1fr; }
  .hero h1 { font-size: 1.5rem; }
  .cb-ico { width: 32px; height: 32px; border-radius: 10px; }
  .cb-ico svg { width: 17px; height: 17px; }
  .cb-txt strong { font-size: .88rem; }
  .cb-txt small { font-size: .6rem; }
}
