/*
Theme Name: AirComfort
Theme URI: https://aircomfort.com.br
Author: Hece
Author URI: https://heceads.com.br
Description: Tema institucional da AirComfort. Foco em contrato de manutenção de ar condicionado e PMOC, com blog para SEO e AEO. Identidade azul técnica, conversão via WhatsApp.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aircomfort
*/

/* ==========================================================================
   Fontes
   ========================================================================== */
@font-face {
  font-family: 'Bricolage';
  src: url('assets/fonts/BricolageGrotesque-Bold.ttf') format('truetype');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Instrument';
  src: url('assets/fonts/InstrumentSans-Regular.ttf') format('truetype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Instrument';
  src: url('assets/fonts/InstrumentSans-Bold.ttf') format('truetype');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Instrument';
  src: url('assets/fonts/InstrumentSans-BoldItalic.ttf') format('truetype');
  font-weight: 700; font-style: italic; font-display: swap;
}

/* ==========================================================================
   Tokens
   ========================================================================== */
:root {
  --blue: #2456A6;
  --blue-dark: #1B4585;
  --navy: #16345F;
  --navy-2: #1E4478;
  --sky: #9FD1EE;
  --sky-2: #C7E6F7;
  --ice: #EAF4F9;
  --ice-2: #F4FAFD;
  --white: #FFFFFF;
  --ink: #0C1826;
  --slate: #5B7186;
  --slate-light: #8395A6;
  --line: rgba(22, 52, 95, 0.12);
  --line-on-dark: rgba(199, 230, 247, 0.16);
  --wa: #25D366;
  --wa-dark: #1EB457;

  --shadow-sm: 0 2px 10px rgba(22, 52, 95, 0.06);
  --shadow-md: 0 12px 34px rgba(22, 52, 95, 0.10);
  --shadow-lg: 0 24px 60px rgba(22, 52, 95, 0.16);

  --radius: 16px;
  --radius-sm: 10px;
  --maxw: 1140px;
  --gutter: clamp(20px, 5vw, 48px);
  --header-h: 76px;
}

/* ==========================================================================
   Reset base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Instrument', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--blue-dark); }
h1, h2, h3, h4 {
  font-family: 'Bricolage', 'Instrument', sans-serif;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--navy);
  margin: 0 0 .5em;
}
p { margin: 0 0 1rem; }
ul, ol { margin: 0 0 1rem; padding-left: 1.2em; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; border-radius: 4px; }

/* ==========================================================================
   Layout helpers
   ========================================================================== */
.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }
.wrap--narrow { max-width: 820px; }
.section { padding: clamp(56px, 8vw, 104px) 0; }
.section--ice { background: var(--ice); }
.section--ice2 { background: var(--ice-2); }
.section--navy {
  background: var(--navy);
  color: var(--sky-2);
  background-image:
    radial-gradient(circle at 88% 8%, rgba(159, 209, 238, 0.18), transparent 46%),
    radial-gradient(circle at 6% 92%, rgba(36, 86, 166, 0.34), transparent 42%);
}
.section--navy h1, .section--navy h2, .section--navy h3 { color: var(--white); }
.eyebrow {
  display: inline-block;
  font-family: 'Instrument', sans-serif;
  font-weight: 700; font-style: italic;
  font-size: .92rem; letter-spacing: .04em;
  color: var(--blue);
  margin-bottom: 14px;
}
.section--navy .eyebrow { color: var(--sky); }
.section__head { max-width: 760px; margin-bottom: 40px; }
.section__head.center { margin-inline: auto; text-align: center; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.28rem); color: var(--slate); line-height: 1.55; }
.section--navy .lead { color: var(--sky-2); }
h1 { font-size: clamp(2.1rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.4rem); }
.muted { color: var(--slate); }
.text-center { text-align: center; }

/* ==========================================================================
   Botões
   ========================================================================== */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Instrument', sans-serif; font-weight: 700;
  font-size: 1rem; line-height: 1;
  padding: 15px 26px; border-radius: 999px;
  border: 2px solid transparent; cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
  white-space: nowrap;
}
.btn svg { width: 20px; height: 20px; flex: none; }
.btn--wa { background: var(--wa); color: #05300f; }
.btn--wa:hover { background: var(--wa-dark); color: #05300f; transform: translateY(-2px); box-shadow: 0 10px 26px rgba(37,211,102,.35); }
.btn--primary { background: var(--blue); color: #fff; }
.btn--primary:hover { background: var(--blue-dark); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--ghost { background: transparent; color: var(--blue); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--blue); color: var(--blue-dark); }
.btn--on-navy { background: var(--white); color: var(--navy); }
.btn--on-navy:hover { background: var(--sky-2); color: var(--navy); transform: translateY(-2px); }
.btn--lg { padding: 18px 34px; font-size: 1.08rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* ==========================================================================
   Marca / logo lockup
   ========================================================================== */
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__mark { width: 46px; height: 46px; flex: none; }
.brand__type { display: flex; flex-direction: column; line-height: 1; }
.brand__type .air {
  font-family: 'Bricolage', sans-serif; font-weight: 700;
  font-size: 1.32rem; letter-spacing: .02em; color: var(--blue);
}
.brand__type .air .c { color: var(--navy); }
.brand__type .svc {
  font-family: 'Instrument', sans-serif; font-weight: 400;
  font-size: .62rem; letter-spacing: .32em; text-transform: lowercase;
  color: var(--slate-light); margin-top: 3px;
}
.brand--footer .air { color: #fff; }
.brand--footer .air .c { color: var(--sky); }
.brand--footer .svc { color: var(--sky); opacity: .7; }
.custom-logo { max-height: 52px; width: auto; }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.9);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; height: var(--header-h);
}
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav ul { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.main-nav a {
  display: inline-block; padding: 10px 14px; border-radius: 8px;
  color: var(--navy); font-weight: 700; font-size: .96rem; white-space: nowrap;
}
.main-nav a:hover, .main-nav .current-menu-item > a { color: var(--blue); background: var(--ice); }
.header-cta { display: flex; align-items: center; gap: 12px; }
.nav-toggle {
  display: none; width: 46px; height: 46px; border: 1px solid var(--line);
  background: #fff; border-radius: 10px; cursor: pointer;
  align-items: center; justify-content: center;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ''; display: block; width: 22px; height: 2px; background: var(--navy);
  position: relative; transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle span::before { position: absolute; top: -7px; }
.nav-toggle span::after { position: absolute; top: 7px; }
body.nav-open .nav-toggle span { background: transparent; }
body.nav-open .nav-toggle span::before { transform: translateY(7px) rotate(45deg); }
body.nav-open .nav-toggle span::after { transform: translateY(-7px) rotate(-45deg); }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero { position: relative; overflow: hidden; padding: clamp(56px, 8vw, 96px) 0 clamp(64px, 8vw, 104px); }
.hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(28px, 5vw, 60px); align-items: center; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.1); border: 1px solid var(--line-on-dark);
  color: var(--sky-2); padding: 7px 15px; border-radius: 999px;
  font-size: .82rem; font-weight: 700; letter-spacing: .02em; margin-bottom: 22px;
}
.hero h1 { margin-bottom: 20px; }
.hero__sub { font-size: clamp(1.05rem, 1.7vw, 1.28rem); color: var(--sky-2); max-width: 34ch; margin-bottom: 30px; }
.hero__trust { margin-top: 26px; font-size: .9rem; color: var(--sky); display: flex; flex-wrap: wrap; gap: 8px 20px; }
.hero__trust b { color: #fff; }
.hero__art { position: relative; }
.hero-fan { width: 100%; max-width: 420px; margin-inline: auto; filter: drop-shadow(0 20px 50px rgba(0,0,0,.28)); }

/* fan motif background accent */
.fan-bg { position: absolute; pointer-events: none; opacity: .5; }

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

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(36,86,166,.28); }
.card__icon {
  width: 52px; height: 52px; border-radius: 12px; display: grid; place-items: center;
  background: var(--ice); color: var(--blue); margin-bottom: 18px;
}
.card__icon svg { width: 28px; height: 28px; }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--slate); margin-bottom: 0; }
.card--hero { border-left: 4px solid var(--blue); }
.card--wide { grid-column: 1 / -1; }
.card__link { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-weight: 700; }
.card__link svg { width: 16px; height: 16px; }

/* "para quem" chips */
.segments { display: flex; flex-wrap: wrap; gap: 12px; }
.segment {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 11px 18px; font-weight: 700; color: var(--navy); font-size: .96rem;
  box-shadow: var(--shadow-sm);
}
.segment svg { width: 18px; height: 18px; color: var(--blue); }

/* passos / how it works */
.steps { counter-reset: step; display: grid; gap: 20px; }
.steps.grid-3 { grid-template-columns: repeat(3, 1fr); }
.step { position: relative; padding-top: 8px; }
.step__n {
  font-family: 'Bricolage', sans-serif; font-weight: 700; font-size: 1rem;
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  background: var(--blue); color: #fff; margin-bottom: 14px;
}
.step h3 { margin-bottom: 6px; }
.step p { color: var(--slate); margin: 0; }
.section--navy .step p { color: var(--sky-2); }
.section--navy .step__n { background: var(--sky); color: var(--navy); }

/* lista com check */
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.checklist li { position: relative; padding-left: 34px; color: var(--slate); }
.checklist li::before {
  content: ''; position: absolute; left: 0; top: 2px; width: 22px; height: 22px;
  border-radius: 50%; background: var(--ice);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232456A6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; background-size: 14px;
}
.checklist li b, .checklist li strong { color: var(--navy); }
.section--navy .checklist li { color: var(--sky-2); }
.section--navy .checklist li::before { background-color: rgba(159,209,238,.16); }
.section--navy .checklist li b { color: #fff; }

/* ==========================================================================
   Planos
   ========================================================================== */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.plan {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 28px; display: flex; flex-direction: column; box-shadow: var(--shadow-sm);
}
.plan--featured { border: 2px solid var(--blue); box-shadow: var(--shadow-md); position: relative; }
.plan__tag {
  position: absolute; top: -13px; left: 28px; background: var(--blue); color: #fff;
  font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 999px;
}
.plan__name { font-family: 'Bricolage', sans-serif; font-weight: 700; font-size: 1.3rem; color: var(--navy); }
.plan__freq { color: var(--slate); font-size: .95rem; margin: 4px 0 18px; }
.plan .checklist { margin-bottom: 24px; }
.plan .btn { margin-top: auto; justify-content: center; }

/* ==========================================================================
   FAQ (details/summary)
   ========================================================================== */
.faq { display: grid; gap: 12px; max-width: 820px; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 4px 22px; box-shadow: var(--shadow-sm);
}
.faq summary {
  cursor: pointer; list-style: none; padding: 18px 30px 18px 0; position: relative;
  font-family: 'Bricolage', sans-serif; font-weight: 700; color: var(--navy); font-size: 1.08rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+'; position: absolute; right: 0; top: 14px; font-size: 1.6rem;
  color: var(--blue); font-family: 'Instrument', sans-serif; font-weight: 400; transition: transform .2s ease;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--slate); padding-bottom: 18px; margin: 0; }

/* ==========================================================================
   CTA band
   ========================================================================== */
.cta-band { text-align: center; }
.cta-band h2 { margin-bottom: 14px; }
.cta-band p { max-width: 560px; margin: 0 auto 28px; }
.cta-band .btn-row { justify-content: center; }

/* selos de marca */
.brands-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 26px; }
.brand-chip {
  font-family: 'Bricolage', sans-serif; font-weight: 700; letter-spacing: .04em;
  color: var(--navy); font-size: 1.05rem; opacity: .82;
}
.section--navy .brand-chip { color: #fff; }

/* ==========================================================================
   Article / blog
   ========================================================================== */
.post-hero { padding: clamp(48px, 6vw, 80px) 0 30px; }
.post-meta { color: var(--slate); font-size: .92rem; display: flex; gap: 8px 16px; flex-wrap: wrap; margin-bottom: 12px; }
.post-hero h1 { font-size: clamp(1.9rem, 4vw, 3rem); }
.answer-box {
  background: var(--ice); border-left: 4px solid var(--blue); border-radius: 12px;
  padding: 20px 24px; margin: 26px 0; box-shadow: var(--shadow-sm);
}
.answer-box .k { display: block; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); margin-bottom: 6px; }
.answer-box p { margin: 0; color: var(--ink); font-size: 1.08rem; }
.article-body { max-width: 760px; }
.article-body h2 { margin-top: 1.8em; }
.article-body h3 { margin-top: 1.4em; }
.article-body img { border-radius: 12px; margin: 1.4em 0; }
.article-body blockquote {
  margin: 1.6em 0; padding: 4px 22px; border-left: 4px solid var(--sky);
  color: var(--slate); font-style: italic;
}
.post-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .18s ease; display: flex; flex-direction: column; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.post-card__thumb { aspect-ratio: 16/9; background: linear-gradient(135deg, var(--sky-2), var(--sky)); display: grid; place-items: center; }
.post-card__thumb svg { width: 54px; height: 54px; color: var(--blue); opacity: .7; }
.post-card__body { padding: 22px 24px; display: flex; flex-direction: column; flex: 1; }
.post-card__body h3 { margin-bottom: 8px; font-size: 1.2rem; }
.post-card__body p { color: var(--slate); margin-bottom: 16px; }
.post-card__body .card__link { margin-top: auto; }
.pagination { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 36px; }
.pagination .page-numbers { display: inline-grid; place-items: center; min-width: 44px; height: 44px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; font-weight: 700; color: var(--navy); }
.pagination .page-numbers.current { background: var(--blue); color: #fff; border-color: var(--blue); }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--navy); color: var(--sky-2); padding: clamp(48px, 6vw, 72px) 0 28px; }
.site-footer a { color: var(--sky-2); }
.site-footer a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-col h4 { color: #fff; font-size: 1rem; letter-spacing: .02em; margin-bottom: 16px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-about p { color: var(--sky-2); opacity: .85; max-width: 34ch; margin: 16px 0; }
.footer-social { display: flex; gap: 12px; }
.footer-social a { width: 42px; height: 42px; border: 1px solid var(--line-on-dark); border-radius: 10px; display: grid; place-items: center; }
.footer-social a:hover { background: rgba(255,255,255,.08); }
.footer-social svg { width: 20px; height: 20px; }
.footer-bottom { border-top: 1px solid var(--line-on-dark); padding-top: 22px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; font-size: .84rem; color: var(--sky); opacity: .8; }

/* ==========================================================================
   Botão flutuante WhatsApp
   ========================================================================== */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%; background: var(--wa);
  display: grid; place-items: center; box-shadow: 0 10px 30px rgba(37,211,102,.45);
  transition: transform .16s ease; color: #fff;
}
.wa-float:hover { transform: scale(1.08); color: #fff; }
.wa-float svg { width: 30px; height: 30px; }
.wa-float::after {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(37,211,102,.5); animation: wa-pulse 2.4s infinite;
}
@keyframes wa-pulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); } 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

/* ==========================================================================
   Utilidades
   ========================================================================== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 56px); align-items: center; }
.stack-gap > * + * { margin-top: 14px; }
.pill-note { display: inline-block; background: var(--ice); color: var(--blue); font-weight: 700; font-size: .86rem; padding: 6px 14px; border-radius: 999px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 12px; top: 12px; z-index: 200; background: #fff; padding: 10px 16px; border-radius: 8px; box-shadow: var(--shadow-md); }

/* ==========================================================================
   Ilustrações
   ========================================================================== */
.hero__art .illus-ac { width: 100%; max-width: 420px; margin-inline: auto; filter: drop-shadow(0 24px 50px rgba(0,0,0,.28)); }
.illus-tech { width: 100%; max-width: 340px; margin-inline: auto; }
.illus-band { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,5vw,56px); align-items: center; }

/* ==========================================================================
   Dois contratos (empresarial x residencial)
   ========================================================================== */
.contract-card { position: relative; overflow: hidden; }
.contract-card .tagline { display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); background: var(--ice); padding: 5px 12px; border-radius: 999px; margin-bottom: 14px; }
.contract-card.is-b2b { border-top: 4px solid var(--blue); }
.contract-card.is-home { border-top: 4px solid var(--sky); }

/* ==========================================================================
   Depoimentos (carrossel infinito)
   ========================================================================== */
.reviews-badge { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 9px 18px; font-weight: 700; color: var(--navy); box-shadow: var(--shadow-sm); }
.reviews-badge svg { width: 20px; height: 20px; }
.reviews-badge:hover { color: var(--blue); }

.marquee { margin-top: 42px; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; gap: 22px; width: max-content; animation: marquee 46s linear infinite; }
.marquee:hover .marquee__track, .marquee:focus-within .marquee__track { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 11px)); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; } .marquee { overflow-x: auto; } }

.review-card { flex: 0 0 340px; max-width: 340px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 26px 22px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; margin: 0; }
.stars { display: inline-flex; gap: 2px; margin-bottom: 12px; }
.stars svg { width: 18px; height: 18px; }
.review-card blockquote { margin: 0 0 18px; color: var(--ink); font-size: 1rem; line-height: 1.55; }
.review-card figcaption { display: flex; align-items: center; gap: 10px; margin-top: auto; font-weight: 700; color: var(--navy); font-size: .95rem; }
.review-av { width: 36px; height: 36px; border-radius: 50%; background: var(--blue); color: #fff; display: grid; place-items: center; font-family: 'Bricolage', sans-serif; font-size: 1rem; flex: none; }

/* ==========================================================================
   Formulário de contato
   ========================================================================== */
.ac-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 4vw, 38px); box-shadow: var(--shadow-sm); }
.ac-form .field { display: flex; flex-direction: column; gap: 7px; }
.ac-form .field--full { grid-column: 1 / -1; }
.ac-form label { font-weight: 700; color: var(--navy); font-size: .92rem; }
.ac-form input, .ac-form select, .ac-form textarea {
  font: inherit; color: var(--ink); background: var(--ice-2);
  border: 1px solid var(--line); border-radius: 10px; padding: 13px 15px; width: 100%;
  transition: border-color .16s ease, box-shadow .16s ease;
}
.ac-form input:focus, .ac-form select:focus, .ac-form textarea:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(36,86,166,.14); background: #fff;
}
.ac-form textarea { resize: vertical; min-height: 96px; }
.ac-form__actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 4px; }
.ac-form__alt { color: var(--slate); font-size: .95rem; }

/* ==========================================================================
   "Feito por Hece" (rodapé, discreto)
   ========================================================================== */
.made-by { display: inline-flex; align-items: center; gap: 7px; }
.made-by a { display: inline-flex; align-items: center; opacity: .7; transition: opacity .16s ease; }
.made-by a:hover { opacity: 1; }
.made-by img { height: 15px; width: auto; display: block; }

/* ==========================================================================
   Responsivo
   ========================================================================== */
@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__art { order: -1; max-width: 320px; margin-inline: auto; }
  .grid-3, .grid-4, .plans, .steps.grid-3 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .split, .illus-band { grid-template-columns: 1fr; }
  .illus-band__art { order: -1; max-width: 300px; margin-inline: auto; }
}
@media (max-width: 780px) {
  .nav-toggle { display: inline-flex; }
  .main-nav {
    position: fixed; inset: var(--header-h) 0 auto 0;
    background: #fff; border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; padding: 12px var(--gutter) 22px;
    gap: 4px; transform: translateY(-8px); opacity: 0; pointer-events: none;
    transition: opacity .2s ease, transform .2s ease; box-shadow: var(--shadow-md);
  }
  body.nav-open .main-nav { opacity: 1; transform: none; pointer-events: auto; }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 2px; }
  .main-nav a { padding: 13px 12px; font-size: 1.05rem; }
  .header-cta .btn--wa { display: none; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .grid-3, .grid-4, .plans, .steps.grid-3, .grid-2, .footer-grid { grid-template-columns: 1fr; }
  .btn { width: 100%; justify-content: center; }
  .btn-row { flex-direction: column; align-items: stretch; }
  .brand__type .svc { letter-spacing: .28em; }
  .ac-form { grid-template-columns: 1fr; }
  .review-card { flex-basis: 82vw; max-width: 82vw; }
  .reviews-badge { font-size: .9rem; }
}
/* ==========================================================================
   Fotos reais (substituem as ilustrações SVG) - adicionado na revisão de imagens
   ========================================================================== */
.illus-ac, .illus-tech, .illus-hygiene { display: block; max-width: 100%; height: auto; }

/* Hero art (v01, v03): foto arredondada e contida */
.hero__art { filter: none; }
.hero__art .illus-ac, .hero__art .illus-tech {
  width: 100%; max-width: 470px; margin-inline: auto;
  aspect-ratio: 4/3; object-fit: cover; border-radius: 16px;
  box-shadow: 0 24px 50px rgba(0,0,0,.30); filter: none;
}

/* Ilustração lateral (prova v01, quem somos v03) */
.illus-band__art { filter: none; }
.illus-band__art .illus-tech, .split .illus-tech {
  width: 100%; aspect-ratio: 3/2; object-fit: cover;
  border-radius: 16px; box-shadow: var(--shadow-md);
}

/* Hero full-bleed (v02) e faixas (v03): a foto cobre o fundo */
.hero-scene { width: 100% !important; height: 100% !important; object-fit: cover !important; display: block; }
.band-cta__bg img { width: 100%; height: 100%; object-fit: cover; }
.band__art { opacity: 1; }
.band__art img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 14px; box-shadow: var(--shadow-lg); }

/* Cards de serviço (v02 .svc-card, v03 .svc-old): a foto preenche o topo */
.svc-card__img { padding: 0 !important; }
.svc-card__img img { width: 100%; height: 100%; object-fit: cover; }
.svc-old__img { padding: 0 !important; }
.svc-old__img img { width: 100%; height: 100%; object-fit: cover; }
