/* ===========================================================================
   Brazhome Cleaning Services — Design System
   Direction "Água Fresca" approved 2026-08-07 (light, teal action, coral accent,
   navy demoted to ink + one punctuation band, rounded Fredoka/Nunito).
   Single source of truth for every page. Mobile-first. Dark mode preserved.
   =========================================================================== */

:root {
  /* Navy — now INK (text/headlines) + optional punctuation band, not the walls */
  --navy-50:#F4F6FB; --navy-100:#E7EBF3; --navy-200:#C9D3E4; --navy-300:#A2B1CB;
  --navy-400:#6F809F; --navy-500:#47597B; --navy-600:#324563; --navy-700:#24344F;
  --navy-800:#1B2941; --navy-900:#16233D; --navy-950:#0C1424;
  /* Teal — action & brand energy */
  --teal-50:#E6F2EE; --teal-100:#C6F5EC; --teal-200:#93EBDD; --teal-300:#5ADECB;
  --teal-400:#35D3C0; --teal-500:#12A88F; --teal-600:#0B6B60; --teal-700:#08544A;
  --teal-800:#094D43; --teal-900:#073C35;
  /* Coral — warmth, used sparingly */
  --accent:#FF6A47; --accent-ink:#C43E1E; --accent-tint:#FFE7E0;
  --gold:#96660F; --star:#F2C14E;

  --shadow-1:0 1px 2px rgba(18,35,59,.04);
  --shadow-2:0 6px 18px rgba(18,35,59,.05),0 1px 4px rgba(18,35,59,.03);
  --shadow-3:0 12px 30px rgba(18,35,59,.07),0 3px 8px rgba(18,35,59,.04);

  /* HERO agora é CLARO (o fim do "azul fechado") */
  --grad-hero:linear-gradient(180deg,#F6FAF8 0%,#F3F8F6 100%);
  --grad-brand:linear-gradient(100deg,#0B6B60,#0C7A68);
  --glass-sheen:none;

  --bg:#F3F8F6; --surface:#FFFFFF; --surface-2:#E8F1EE;
  --text:#12233B; --text-soft:#3A4A5C; --muted:#5F6E7C; --border:#DDE7E3;
  --brand-tint:#E6F2EE;
  --action:var(--teal-600); --action-hover:var(--teal-700);

  --radius-sm:12px; --radius:16px; --radius-lg:20px; --radius-xl:28px;
  --maxw:1120px;
  --display:"Fredoka",ui-rounded,-apple-system,"Segoe UI",Roboto,sans-serif;
  --sans:"Nunito",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

[data-theme="dark"] {
  --bg:var(--navy-950); --surface:#152039; --surface-2:#111c33;
  --text:#EAF0FA; --text-soft:#C9D3E4; --muted:var(--navy-300); --border:#24344F;
  --brand-tint:rgba(53,211,192,.12);
  --action:var(--teal-400); --action-hover:var(--teal-300);
  --grad-hero:radial-gradient(120% 120% at 85% 10%,rgba(18,168,143,.20),transparent 55%),linear-gradient(150deg,#0C1424 0%,#16233D 52%,#123249 100%);
  --grad-brand:linear-gradient(100deg,#12A88F,#35D3C0);
  --shadow-2:0 8px 24px rgba(0,0,0,.3),0 2px 6px rgba(0,0,0,.24);
  --shadow-3:0 16px 40px rgba(0,0,0,.42),0 4px 10px rgba(0,0,0,.3);
}

/* Site LIGHT-ONLY (Água Fresca) — modo escuro removido: o logo real é navy (some
   no escuro) e o dark trazia bugs de contraste. O toggle também saiu do header. */

* { box-sizing:border-box; margin:0; }
html { scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
body {
  font-family:var(--sans); background:var(--bg); color:var(--text-soft);
  line-height:1.6; -webkit-font-smoothing:antialiased;
  font-variant-numeric:tabular-nums; overflow-x:hidden;
}
img { max-width:100%; display:block; }
a { color:var(--action); text-decoration:none; }
:where(a, button, summary, input, select, textarea):focus-visible {
  outline:3px solid var(--accent); outline-offset:3px;
}
h1,h2,h3 { font-family:var(--display); color:var(--text); letter-spacing:-.01em; line-height:1.12; font-weight:700; }
.wrap { max-width:var(--maxw); margin:0 auto; padding:0 20px; }
.section { padding:56px 0; }
.section-sm { padding:36px 0; }
.center { text-align:center; }
.eyebrow {
  display:inline-flex; gap:8px; align-items:center; font-size:12.5px; font-weight:700;
  letter-spacing:.08em; text-transform:uppercase; color:var(--action);
}
.lead { color:var(--muted); font-size:1.075rem; max-width:60ch; }
.muted { color:var(--muted); }

/* ---------- Header ---------- */
header.site {
  position:sticky; top:0; z-index:20;
  background:color-mix(in srgb,var(--bg) 86%,transparent);
  backdrop-filter:blur(10px); border-bottom:1px solid var(--border);
}
.nav { display:flex; align-items:center; justify-content:space-between; height:64px; gap:16px; }
.brand { display:flex; align-items:center; gap:10px; font-family:var(--display); font-weight:700; color:var(--text); font-size:1.05rem; letter-spacing:.01em; }
.brand .logo { width:34px; height:34px; flex:none; }
/* logo REAL (lockup brazhome cleaning services) — substitui a casinha genérica */
.brand-logo { height:44px; width:auto; flex:none; display:block; }
@media (max-width:599px){ .brand-logo { height:36px; } }
footer.site .brand-logo { height:48px; }
.brand b { color:inherit; font-weight:700; }
.nav-links { display:none; gap:26px; font-size:14px; font-weight:700; }
.nav-links a { color:var(--muted); }
.nav-links a:hover, .nav-links a[aria-current="page"] { color:var(--action); }
.nav-cta { display:flex; gap:10px; align-items:center; }
.phone-link { display:none; color:var(--text); font-weight:800; font-size:14px; }
.phone-link:hover { color:var(--action); }
.toggle, .burger {
  background:transparent; border:1px solid var(--border); color:var(--muted);
  border-radius:10px; width:44px; height:44px; cursor:pointer; font-size:16px;
  display:inline-grid; place-items:center;
}
.burger { display:inline-grid; }
.mobile-menu {
  display:none; flex-direction:column; gap:4px; padding:10px 20px 18px;
  border-bottom:1px solid var(--border); background:var(--bg);
}
.mobile-menu.open { display:flex; }
.mobile-menu a { color:var(--text); font-weight:700; padding:12px 8px; border-radius:10px; font-size:1rem; }
.mobile-menu a:hover { background:var(--surface-2); }

/* ---------- Buttons ---------- */
.btn {
  border:0; border-radius:999px; padding:13px 22px; font-weight:800; font-size:15px;
  cursor:pointer; text-decoration:none; display:inline-flex; align-items:center; gap:8px;
  min-height:48px; justify-content:center; font-family:var(--sans); transition:transform .12s, filter .12s, background .12s;
}
.btn:active { transform:translateY(1px); }
.btn-primary { background:var(--action); color:#fff; box-shadow:var(--shadow-2); }
.btn-primary:hover { background:var(--action-hover); }
.btn-ghost { background:transparent; color:var(--action); border:2px solid var(--action); }
.btn-ghost:hover { background:var(--brand-tint); }
.btn-lg { padding:15px 28px; font-size:16px; min-height:54px; }
.btn-block { width:100%; }
.btn-white { background:#fff; color:var(--teal-700); }
.btn-white:hover { background:#eefaf7; }

/* ---------- Hero (agora CLARO e arejado) ---------- */
.hero { background:var(--grad-hero); color:var(--text-soft); position:relative; overflow:hidden; border-bottom:1px solid var(--border); }
.hero::before, .hero::after { content:""; position:absolute; border-radius:50%; filter:blur(48px); z-index:0; pointer-events:none; }
.hero::before { width:480px; height:480px; background:var(--brand-tint); top:-180px; right:-130px; opacity:.28; }
.hero::after { width:360px; height:360px; background:var(--accent-tint); bottom:-170px; left:-100px; opacity:.2; }
[data-theme="dark"] .hero::before, [data-theme="dark"] .hero::after { display:none; }
.hero .wrap { position:relative; z-index:1; padding:48px 20px 58px; }
.hero .eyebrow { color:var(--action); background:var(--brand-tint); border:1px solid var(--border); padding:6px 13px; border-radius:999px; letter-spacing:.02em; text-transform:none; }
.hero h1 { color:var(--text); font-size:38px; margin:18px 0 14px; font-weight:700; max-width:16ch; }
.hero .sub { color:var(--text-soft); font-size:17px; line-height:1.55; max-width:48ch; }
/* swoosh coral sob a palavra-chave (usar <span class="swoosh"> no HTML) */
.swoosh { position:relative; }
.swoosh::after { content:""; position:absolute; left:-2%; right:-2%; bottom:.05em; height:.26em; background:var(--accent); opacity:.75; border-radius:999px; z-index:-1; transform:rotate(-1deg); }
.hero .wrap > * { min-width:0; }
.hero .swoosh { white-space:normal; }
.cta-row { display:flex; flex-wrap:wrap; gap:12px; margin:26px 0 22px; }
.pills { display:flex; flex-wrap:wrap; gap:10px; }
.pill { display:inline-flex; align-items:center; gap:7px; background:var(--surface); border:1px solid var(--border); color:var(--text-soft); font-size:13px; font-weight:700; padding:8px 14px; border-radius:999px; box-shadow:var(--shadow-1); }
.pill .star { color:var(--star); }

/* Estimate card — agora BRANCO flutuando (não glass sobre escuro) */
.est { margin-top:28px; background:var(--surface); border:1px solid var(--border); border-radius:var(--radius-xl); padding:24px; box-shadow:var(--shadow-3); position:relative; }
.est-h { display:flex; justify-content:space-between; align-items:center; color:var(--muted); font-size:12.5px; font-weight:800; text-transform:uppercase; letter-spacing:.05em; }
.est-priceRow { display:flex; align-items:flex-end; justify-content:space-between; gap:16px; flex-wrap:wrap; margin:8px 0 14px; }
.est-price { font-size:52px; font-weight:700; margin:0; font-family:var(--display); color:var(--action); flex:0 0 auto; line-height:1; }
.est-price small { font-size:15px; font-weight:600; color:var(--muted); }
.est-tag { font-family:var(--display); font-size:19px; line-height:1.15; font-weight:600; color:var(--text); flex:1 1 160px; text-align:right; margin:0; }
.est-meta { color:var(--muted); font-size:13.5px; }
/* callout sólido teal + texto branco: destaca no claro E no escuro (pedido do Tiago) */
.est-chip { margin-top:14px; background:#0B6B60; color:#fff; border-radius:12px; padding:11px 14px; font-size:13px; font-weight:700; }
.est-link { display:block; text-decoration:none; color:inherit; cursor:pointer; }
.est-link .est { transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.est-link:hover .est { transform:translateY(-3px); border-color:var(--action); }

/* ---------- Trust bar ---------- */
.trustbar { background:var(--surface); border-bottom:1px solid var(--border); }
.trustbar .row { display:flex; flex-wrap:wrap; gap:18px 32px; justify-content:center; padding:18px 0; color:var(--text-soft); font-weight:700; font-size:14px; }
.trustbar .row span { display:inline-flex; align-items:center; gap:8px; }

/* ---------- Section heads ---------- */
.section-head { max-width:640px; margin:0 auto 34px; text-align:center; }
.section-head h2 { font-size:28px; margin:12px 0 10px; }
.section-head p { color:var(--muted); }

/* ---------- Cards / grids ---------- */
.grid { display:grid; gap:18px; }
.grid-2 { grid-template-columns:1fr; }
.grid-3 { grid-template-columns:1fr; }
.card { background:var(--surface); border:1px solid var(--border); border-radius:var(--radius-lg); padding:24px; box-shadow:var(--shadow-2); transition:transform .18s, box-shadow .18s; }
.card:hover { transform:translateY(-2px); box-shadow:var(--shadow-2); }
.card h3 { font-size:20px; margin-bottom:8px; }
.card p { color:var(--muted); font-size:15px; }
.card .ico { width:52px; height:52px; border-radius:15px; display:grid; place-items:center; background:var(--brand-tint); color:var(--teal-700); margin-bottom:16px; font-size:24px; }
[data-theme="dark"] .card .ico { color:var(--teal-300); }
.card .list { margin-top:14px; padding-left:0; list-style:none; }
.card .list li { color:var(--text-soft); font-size:14.5px; padding:6px 0 6px 26px; position:relative; }
.card .list li::before { content:"✓"; position:absolute; left:0; color:var(--accent); font-weight:800; }
.card.feature { border-top:3px solid var(--action); }

/* ---------- Service Areas ---------- */
.areas { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }
.area-chip { background:var(--surface); border:1px solid var(--border); border-radius:14px; padding:14px 16px; font-weight:700; font-size:14.5px; display:flex; align-items:center; gap:10px; box-shadow:var(--shadow-1); }
.area-chip .pin { color:var(--accent); }

/* ---------- Reviews ---------- */
.review { background:var(--surface); border:1px solid var(--border); border-radius:var(--radius-lg); padding:24px; box-shadow:var(--shadow-2); }
.review .stars { color:var(--star); font-size:16px; letter-spacing:2px; margin-bottom:12px; }
.review p { font-size:15.5px; line-height:1.6; }
.review .who { margin-top:16px; display:flex; align-items:center; gap:12px; }
.review .avatar { width:42px; height:42px; border-radius:50%; background:var(--grad-brand); color:#fff; display:grid; place-items:center; font-weight:800; font-family:var(--display); }
.review .who b { display:block; font-size:14.5px; color:var(--text); }
.review .who span { color:var(--muted); font-size:13px; }

/* ---------- Steps ---------- */
.steps { counter-reset:step; display:grid; gap:18px; }
.step { display:flex; gap:16px; align-items:flex-start; }
.step .n { counter-increment:step; flex:none; width:46px; height:46px; border-radius:14px; background:var(--grad-brand); color:#fff; font-family:var(--display); font-weight:700; display:grid; place-items:center; box-shadow:var(--shadow-2); }
.step .n::before { content:counter(step); }
.step h3 { font-size:18px; margin-bottom:4px; }
.step p { color:var(--muted); font-size:14.5px; }

/* ---------- FAQ ---------- */
.faq details { border:1px solid var(--border); border-radius:16px; background:var(--surface); margin-bottom:12px; padding:2px 18px; box-shadow:var(--shadow-1); }
.faq summary { cursor:pointer; font-weight:800; color:var(--text); padding:16px 0; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:16px; font-size:15.5px; }
.faq summary::-webkit-details-marker { display:none; }
.faq summary::after { content:"+"; color:var(--accent); font-size:22px; font-weight:400; }
.faq details[open] summary::after { content:"–"; }
.faq details p { color:var(--muted); padding:0 0 18px; font-size:14.5px; }

/* ---------- Faixas de fundo colorido — LIMPAS e calmas (sem cromado/marca d'água) ----------
   Suave de propósito: cor sólida com uma leve profundidade de gradiente, sombra macia,
   muito respiro. A categoria "limpeza" vende calma e frescor — o interesse visual vem
   da FOTO real (a entrar), não de efeito. */
.cta-band, .band {
  position:relative; overflow:hidden; border-radius:var(--radius-xl);
  padding:48px 30px; text-align:center; box-shadow:var(--shadow-2);
}

/* CTA band — teal calmo */
.cta-band { color:#fff; background:linear-gradient(155deg, #0C7A68, #0B6B60); }
.cta-band h2 { color:#fff; font-size:27px; margin-bottom:10px; }
.cta-band p { color:#D8EEE9; max-width:44ch; margin:0 auto 22px; }

/* Punctuation band — navy calmo (uma faixa de pontuação, sem brilho) */
.band { color:#E7EEF9; background:linear-gradient(160deg, #1B2941, #16233D); }
.band h2 { color:#fff; }
.band .eyebrow { color:var(--teal-300); }
.band .nums { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:26px; }
.band .nums .n { font-family:var(--display); font-weight:700; font-size:2.2rem; color:#fff; }
.band .nums .n b { color:var(--accent); }
.band .nums .l { color:#A9BAD4; font-size:.86rem; margin-top:2px; }

/* ---------- Forms ---------- */
.form-card { background:var(--surface); border:1px solid var(--border); border-radius:var(--radius-lg); padding:26px; box-shadow:var(--shadow-3); }
.field { margin-bottom:16px; }
.field label { display:block; font-weight:700; font-size:14px; margin-bottom:7px; color:var(--text); }
.field label .req { color:var(--accent-ink); }
.field input, .field select, .field textarea {
  width:100%; font-family:var(--sans); font-size:15px; color:var(--text);
  background:var(--bg); border:1px solid var(--border); border-radius:12px;
  padding:12px 14px; min-height:48px; transition:border-color .12s, box-shadow .12s;
}
.field textarea { min-height:110px; resize:vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color:var(--action); box-shadow:0 0 0 3px rgba(11,107,96,.18);
}
.field-row { display:grid; grid-template-columns:1fr; gap:0; }
.consent { display:flex; gap:10px; align-items:flex-start; font-size:13px; color:var(--muted); line-height:1.5; margin:6px 0 18px; }
.consent input { width:18px; height:18px; margin-top:2px; flex:none; }
.consent a { font-weight:700; }
.form-note { font-size:12.5px; color:var(--muted); margin-top:14px; text-align:center; }
.form-status { display:none; border-radius:12px; padding:14px 16px; font-size:14.5px; font-weight:700; margin-bottom:18px; }
.form-status.pending { display:block; background:var(--surface-2); color:var(--text); border:1px solid var(--border); }
.form-status.ok { display:block; background:var(--brand-tint); color:var(--teal-800); border:1px solid var(--teal-200); }
.form-status.err { display:block; background:var(--accent-tint); color:var(--accent-ink); border:1px solid #f6c9d2; }
[data-theme="dark"] .form-status.ok { color:var(--teal-200); }
.estimate-calculator h2 { margin-bottom:6px; }
.estimate-intro { text-align:left; margin:0 0 22px; }
.estimate-addons, [data-estimate-contact] { border:1px solid var(--border); border-radius:14px; padding:16px; margin:4px 0 18px; }
.estimate-addons legend, [data-estimate-contact] legend { color:var(--text); font-weight:800; padding:0 6px; }
.estimate-addon { display:flex; gap:9px; align-items:center; min-height:42px; color:var(--text-soft); }
.estimate-addon input { width:18px; height:18px; }
.estimate-result { display:flex; flex-direction:column; gap:4px; background:var(--brand-tint); border:1px solid var(--teal-200); border-radius:14px; padding:18px; margin-bottom:18px; }
.estimate-result strong { color:var(--action); font-family:var(--display); font-size:30px; }
.estimate-result span { color:var(--text-soft); }

/* ---------- Legal pages ---------- */
.legal { max-width:820px; }
.legal h1 { font-size:32px; color:var(--text); margin:10px 0 6px; }
.legal h2 { font-size:20px; margin:34px 0 10px; }
.legal p, .legal li { font-size:15.5px; }
.legal ul { padding-left:22px; }
.legal .updated { color:var(--muted); font-size:.92rem; }
.legal .callout { background:var(--brand-tint); border-left:4px solid var(--action); padding:14px 18px; border-radius:10px; margin:18px 0; }

/* ---------- Footer ---------- */
footer.site { background:var(--surface-2); border-top:1px solid var(--border); margin-top:20px; }
footer.site .cols { display:grid; grid-template-columns:1fr; gap:28px; padding:44px 0 30px; }
footer.site .brand { margin-bottom:12px; }
footer.site p, footer.site a { color:var(--muted); font-size:14px; }
footer.site h4 { font-size:13px; text-transform:uppercase; letter-spacing:.06em; color:var(--text); margin-bottom:12px; }
footer.site .fcol a { display:block; padding:5px 0; }
footer.site .fcol a:hover { color:var(--action); }
footer.site .bottom { border-top:1px solid var(--border); padding:18px 0; display:flex; flex-wrap:wrap; gap:10px 20px; justify-content:space-between; align-items:center; }
footer.site .bottom p { font-size:13px; }
footer.site .bottom .legal-links a { margin-left:16px; font-size:13px; }

/* ---------- Utilities ---------- */
.hide { display:none !important; }
.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; }

/* ---------- Responsive ---------- */
@media (max-width:599px) {
  .nav-cta > .btn-primary { display:none; }
  .brand { font-size:.95rem; }
  .nav { gap:10px; }
}
@media (min-width:720px) {
  .grid-2 { grid-template-columns:1fr 1fr; }
  .grid-3 { grid-template-columns:repeat(3,1fr); }
  .areas { grid-template-columns:repeat(3,1fr); }
  .field-row { grid-template-columns:1fr 1fr; gap:16px; }
  footer.site .cols { grid-template-columns:1.6fr 1fr 1fr 1fr; }
  .band .nums { grid-template-columns:repeat(4,1fr); }
}
@media (min-width:860px) {
  .nav-links, .phone-link { display:flex; }
  .burger { display:none; }
  .hero .wrap { padding:66px 20px 74px; display:grid; grid-template-columns:1.22fr .92fr; gap:44px; align-items:center; }
  .hero h1 { font-size:clamp(42px,3vw,50px); }
  .section { padding:76px 0; }
  .section-head h2 { font-size:34px; }
  .est { margin-top:0; }
  .areas { grid-template-columns:repeat(4,1fr); }
}
@media (prefers-reduced-motion:reduce) { * { scroll-behavior:auto; transition:none !important; } }
