/* ==========================================================================
   Bella Art Cleaning — folha de estilo única
   1. Tokens · 2. Base · 3. Componentes · 4. Cabeçalho · 5. Hero
   6. Seções · 7. Formulários · 8. Rodapé · 9. Responsivo
   ========================================================================== */

/* ─── 1. Tokens ─────────────────────────────────────────────────────── */
:root {
  --blue:        #1b5fe0;
  --blue-600:    #1650c4;
  --blue-700:    #12409e;
  --navy:        #0f2044;
  --navy-800:    #16326b;
  --ink:         #3c4c69;
  --muted:       #6c7c99;
  --sky:         #eaf2ff;
  --sky-200:     #d7e6ff;
  --line:        #e3ebf8;
  --white:       #ffffff;
  --amber:       #f5b301;
  --green:       #1aa06d;

  --r-sm: 12px;
  --r:    18px;
  --r-lg: 26px;
  --pill: 999px;

  --shadow-sm: 0 4px 14px rgba(16, 42, 90, .06);
  --shadow:    0 12px 34px rgba(16, 42, 90, .09);
  --shadow-lg: 0 26px 60px rgba(16, 42, 90, .18);

  --font-display: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  --font-body:    "Inter", "Segoe UI", system-ui, sans-serif;

  --container: 1240px;
  --gutter: 24px;
  --section-y: 92px;
}

/* ─── 2. Base ───────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  color: var(--navy);
  line-height: 1.15;
  letter-spacing: -.02em;
  margin: 0 0 .5em;
  font-weight: 800;
}
h1 { font-size: clamp(2.2rem, 4.6vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.1vw, 2.5rem); }
h3 { font-size: 1.18rem; font-weight: 700; }
p  { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--blue); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--blue-700); }
img, svg { max-width: 100%; }
img { display: block; height: auto; }
ul { margin: 0; padding: 0; list-style: none; }

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
  border-radius: 6px;
}

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section   { padding-block: var(--section-y); position: relative; }
.section--sky   { background: linear-gradient(180deg, #f6faff 0%, var(--sky) 100%); }
.section--tight { padding-block: 64px; }
.skip-link {
  position: absolute; left: -9999px; top: 8px; z-index: 999;
  background: var(--blue); color: #fff; padding: 10px 18px; border-radius: var(--pill);
}
.skip-link:focus { left: 16px; color: #fff; }

.ico { width: 22px; height: 22px; display: block; }

/* Espaço reservado para as fotos que ainda não foram enviadas */
.ph {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 4px; width: 100%; aspect-ratio: var(--ratio, 4/3);
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.55) 0 12px, transparent 12px 24px),
    linear-gradient(140deg, var(--sky-200), var(--sky));
  color: var(--navy-800); text-align: center; padding: 14px;
  font-family: var(--font-display); border-radius: inherit;
}
.ph b { font-size: .88rem; font-weight: 700; }
.ph i { font-size: .68rem; font-style: normal; opacity: .6; letter-spacing: .02em; word-break: break-all; }

/* ─── 3. Componentes ────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px; border-radius: var(--pill);
  font-family: var(--font-display); font-weight: 700; font-size: .97rem;
  border: 2px solid transparent; cursor: pointer; white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.btn .ico { width: 19px; height: 19px; }
.btn--primary { background: var(--blue); color: #fff; box-shadow: 0 10px 24px rgba(27, 95, 224, .30); }
.btn--primary:hover { background: var(--blue-600); color: #fff; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(27, 95, 224, .38); }
.btn--ghost { background: #fff; color: var(--blue); border-color: var(--sky-200); }
.btn--ghost:hover { border-color: var(--blue); transform: translateY(-2px); }
.btn--light { background: #fff; color: var(--blue); }
.btn--light:hover { color: var(--blue-700); transform: translateY(-2px); }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.btn--outline-light:hover { color: var(--navy); background: #fff; }
.btn--block { width: 100%; }
.btn--lg { padding: 17px 34px; font-size: 1.02rem; }

.eyebrow {
  display: block; font-family: var(--font-display); font-weight: 700;
  font-size: .78rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 10px;
}
.section-head { max-width: 640px; margin: 0 auto 52px; text-align: center; }
.section-head p { color: var(--muted); font-size: 1.02rem; margin: 0; }
.section-head--left { margin-inline: 0; text-align: left; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 700; font-size: .9rem; color: var(--blue);
}
.link-arrow .ico { width: 18px; height: 18px; transition: transform .2s ease; }
.link-arrow:hover .ico { transform: translateX(5px); }

.stars { display: inline-flex; gap: 3px; color: var(--amber); }
.stars .ico { width: 16px; height: 16px; }

.tag {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--sky); color: var(--blue-700);
  padding: 7px 15px; border-radius: var(--pill);
  font-size: .82rem; font-weight: 600; font-family: var(--font-display);
}

/* Ondas decorativas que separam as seções */
.wave { display: block; width: 100%; height: auto; line-height: 0; }
.wave--top { margin-bottom: -1px; }
.wave--bottom { margin-top: -1px; }

/* ─── 4. Cabeçalho ──────────────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 90;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(10px);
  transition: box-shadow .25s ease;
}
.site-header.is-stuck { box-shadow: 0 6px 24px rgba(16, 42, 90, .09); }
.header-inner { display: flex; align-items: center; gap: 28px; min-height: 92px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { height: 62px; width: auto; }

.nav { margin-left: auto; }
.nav-list { display: flex; align-items: center; gap: 6px; }
.nav-list > li { position: relative; }
.nav-list a {
  display: block; padding: 10px 14px; border-radius: var(--r-sm);
  font-family: var(--font-display); font-weight: 600; font-size: .95rem; color: var(--navy);
}
.nav-list a:hover { background: var(--sky); color: var(--blue); }
.nav-list a.is-active { color: var(--blue); }
.has-sub > a { display: flex; align-items: center; gap: 5px; }
.has-sub > a .ico { width: 16px; height: 16px; }
.sub {
  position: absolute; top: calc(100% + 6px); left: 0; min-width: 250px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  box-shadow: var(--shadow); padding: 8px;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.has-sub:hover .sub, .has-sub:focus-within .sub { opacity: 1; visibility: visible; transform: translateY(0); }
.sub a { font-weight: 600; font-size: .92rem; padding: 10px 12px; }

.header-actions { display: flex; align-items: center; gap: 18px; flex: 0 0 auto; }
.header-phone {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-display); font-weight: 700; color: var(--navy); font-size: 1rem;
}
.header-phone .ico { color: var(--blue); }
.nav-toggle {
  display: none; background: var(--sky); border: 0; color: var(--navy);
  width: 46px; height: 46px; border-radius: var(--r-sm); cursor: pointer;
  align-items: center; justify-content: center;
}
.nav-toggle .ico { width: 24px; height: 24px; }

/* ─── 5. Hero ───────────────────────────────────────────────────────── */
.hero { position: relative; background: var(--sky); overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media img, .hero-media .ph { width: 100%; height: 100%; object-fit: cover; aspect-ratio: auto; }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg,
    #f2f7ff 0%, #f2f7ff 26%, rgba(242,247,255,.94) 38%,
    rgba(242,247,255,.55) 50%, rgba(242,247,255,0) 64%);
}
.hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 48px;
  align-items: center; padding-block: 74px 96px;
}
.hero-copy { max-width: 620px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; }
.hero-eyebrow .ico { width: 18px; height: 18px; }
.hero h1 { margin-bottom: .35em; }
.hero h1 em { font-style: normal; color: var(--blue); }
.hero-lead { font-size: 1.1rem; color: var(--ink); max-width: 480px; margin-bottom: 32px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 46px; }

.hero-badges { display: flex; flex-wrap: wrap; gap: 34px; }
.badge { display: flex; align-items: flex-start; gap: 12px; max-width: 240px; }
.badge-ico {
  flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%;
  background: #fff; color: var(--blue);
  display: grid; place-items: center; box-shadow: var(--shadow-sm);
}
.badge strong { display: block; font-family: var(--font-display); font-size: .95rem; color: var(--navy); }
.badge span { font-size: .85rem; color: var(--muted); line-height: 1.4; }

/* Cartão azul de agendamento */
.booking-card {
  background: linear-gradient(165deg, var(--blue) 0%, var(--blue-700) 100%);
  border-radius: var(--r-lg); padding: 30px; color: #fff;
  box-shadow: var(--shadow-lg);
}
.booking-card h2 { color: #fff; font-size: 1.45rem; margin-bottom: 4px; }
.booking-card > p { color: #c9dcff; font-size: .9rem; margin-bottom: 22px; }
.booking-note {
  display: flex; align-items: center; gap: 8px;
  margin-top: 16px; color: #c9dcff; font-size: .8rem;
}
.booking-note .ico { width: 17px; height: 17px; flex: 0 0 auto; color: #8fe3bd; }

/* ─── 6. Seções ─────────────────────────────────────────────────────── */

/* Serviços */
.services-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); gap: 22px;
}
.service-card {
  background: #fff; border-radius: var(--r); overflow: hidden;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line);
  display: flex; flex-direction: column;
  transition: transform .22s ease, box-shadow .22s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card-media { position: relative; }
.service-card-media img, .service-card-media .ph { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.service-card-ico {
  position: absolute; left: 18px; bottom: -21px;
  width: 44px; height: 44px; border-radius: 50%;
  background: #fff; color: var(--blue); display: grid; place-items: center;
  box-shadow: var(--shadow-sm);
}
.service-card-body { padding: 34px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.service-card-body h3 { margin-bottom: 8px; }
.service-card-body p { font-size: .9rem; color: var(--muted); margin-bottom: 18px; }
.service-card-body .link-arrow { margin-top: auto; }

/* Faixa "We are different" + galeria */
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.split-panel {
  background: linear-gradient(160deg, var(--blue) 0%, var(--blue-700) 100%);
  color: #fff; padding: 76px clamp(24px, 5vw, 70px);
  display: flex; flex-direction: column; justify-content: center;
}
.split-panel h2 { color: #fff; }
.split-panel .eyebrow { color: #a9c9ff; }
.split-panel p { color: #d3e3ff; }
.split-media { position: relative; min-height: 420px; }
.split-media img, .split-media .ph { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; aspect-ratio: auto; }

.diff-list { display: grid; gap: 18px; margin: 28px 0 34px; }
.diff-item { display: flex; gap: 14px; align-items: flex-start; }
.diff-item .ico { color: #8fe3bd; flex: 0 0 auto; margin-top: 3px; }
.diff-item strong { font-family: var(--font-display); display: block; }
.diff-item span { color: #d3e3ff; font-size: .9rem; }

/* Números */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 24px; text-align: center; }
.stat b {
  display: block; font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2rem, 3.4vw, 2.8rem); color: var(--blue); line-height: 1;
}
.stat span { color: var(--muted); font-size: .92rem; }

/* Filtros da galeria */
.filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 36px; }
.filter {
  border: 1px solid var(--line); background: #fff; color: var(--navy);
  font-family: var(--font-display); font-weight: 600; font-size: .87rem;
  padding: 9px 20px; border-radius: var(--pill); cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.filter:hover { border-color: var(--blue); color: var(--blue); }
.filter.is-active { background: var(--blue); border-color: var(--blue); color: #fff; }

.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.gallery-item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden; box-shadow: var(--shadow-sm);
}
.gallery-item.is-hidden { display: none; }
.gallery-item figcaption { padding: 16px 20px 20px; }
.gallery-item h3 { font-size: 1rem; margin-bottom: 4px; }
.gallery-item p { font-size: .86rem; color: var(--muted); margin: 0; }

/* Comparador antes/depois */
.compare {
  position: relative; aspect-ratio: 4/3; overflow: hidden;
  background: var(--sky); touch-action: none; cursor: ew-resize; user-select: none;
}
.compare-layer { position: absolute; inset: 0; }
.compare-layer img, .compare-layer .ph { width: 100%; height: 100%; object-fit: cover; aspect-ratio: auto; }
.compare-layer--after { clip-path: inset(0 0 0 var(--pos, 50%)); }
.compare-label {
  position: absolute; bottom: 12px; z-index: 3;
  background: rgba(15, 32, 68, .78); color: #fff;
  font-family: var(--font-display); font-weight: 700; font-size: .72rem;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 5px 12px; border-radius: var(--pill);
}
.compare-label--before { left: 12px; }
.compare-label--after  { right: 12px; background: rgba(27, 95, 224, .9); }
.compare-handle {
  position: absolute; top: 0; bottom: 0; left: var(--pos, 50%);
  width: 3px; background: #fff; z-index: 4; transform: translateX(-1.5px);
  box-shadow: 0 0 0 1px rgba(15, 32, 68, .12);
}
.compare-handle::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 42px; height: 42px; transform: translate(-50%, -50%);
  background: #fff center/20px 20px no-repeat; border-radius: 50%;
  box-shadow: 0 4px 14px rgba(15, 32, 68, .28);
}
.compare-handle .ico {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 22px; height: 22px; color: var(--blue); z-index: 1;
}
.compare input[type="range"] {
  position: absolute; inset: 0; width: 100%; height: 100%;
  opacity: 0; margin: 0; cursor: ew-resize; z-index: 5;
}

/* Avaliações */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.review {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 28px; box-shadow: var(--shadow-sm); position: relative;
  display: flex; flex-direction: column;
}
.review .quote-mark { color: var(--sky-200); width: 34px; height: 34px; margin-bottom: 12px; }
.review p { font-size: .96rem; color: var(--ink); }
.review-foot { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.avatar {
  width: 44px; height: 44px; border-radius: 50%; flex: 0 0 auto;
  background: var(--blue); color: #fff; display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700;
}
.review-foot strong { display: block; font-family: var(--font-display); color: var(--navy); font-size: .95rem; }
.review-foot span { font-size: .82rem; color: var(--muted); }

.rating-summary {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 14px 26px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--r); padding: 22px 30px; box-shadow: var(--shadow-sm);
  margin-bottom: 40px;
}
.rating-summary b { font-family: var(--font-display); font-size: 2.2rem; color: var(--navy); line-height: 1; }

/* Processo */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 26px; counter-reset: step; }
.step { position: relative; padding-top: 8px; }
.step-num {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--blue); color: #fff; display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 800; font-size: 1.15rem;
  margin-bottom: 18px; box-shadow: 0 8px 20px rgba(27, 95, 224, .3);
}
.step h3 { margin-bottom: 6px; }
.step p { font-size: .92rem; color: var(--muted); }
.step::before {
  content: ""; position: absolute; top: 34px; left: 62px; right: -26px; height: 2px;
  background: repeating-linear-gradient(90deg, var(--sky-200) 0 8px, transparent 8px 16px);
}
.step:last-child::before { display: none; }

/* FAQ */
.faq { max-width: 820px; margin-inline: auto; display: grid; gap: 12px; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 4px 22px; box-shadow: var(--shadow-sm);
}
.faq details[open] { border-color: var(--sky-200); }
.faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 0; cursor: pointer; list-style: none;
  font-family: var(--font-display); font-weight: 700; color: var(--navy); font-size: 1.02rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ico { flex: 0 0 auto; color: var(--blue); transition: transform .2s ease; }
.faq details[open] summary .ico { transform: rotate(45deg); }
.faq-body { padding: 0 0 20px; color: var(--ink); font-size: .96rem; }

/* Cidades atendidas */
.areas { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }

/* Faixa final de chamada */
.cta-band {
  background: linear-gradient(140deg, var(--blue) 0%, var(--blue-700) 100%);
  border-radius: var(--r-lg); color: #fff; padding: clamp(36px, 5vw, 64px);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 30px;
}
.cta-band h2 { color: #fff; margin-bottom: 8px; }
.cta-band p { color: #d3e3ff; margin: 0; max-width: 520px; }
.cta-band-actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* Cabeçalho interno das páginas */
.page-hero { background: linear-gradient(180deg, var(--sky) 0%, #f6faff 100%); padding-block: 56px 72px; text-align: center; }
.page-hero p { color: var(--muted); max-width: 620px; margin-inline: auto; }
.crumbs { font-size: .85rem; color: var(--muted); margin-bottom: 14px; }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--blue); }

/* Página de serviço */
.service-detail { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 48px; align-items: start; }
.prose h2 { font-size: 1.6rem; margin-top: 1.4em; }
.prose h2:first-child { margin-top: 0; }
.check-list { display: grid; gap: 12px; margin: 22px 0; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; }
.check-list .ico { color: var(--green); flex: 0 0 auto; margin-top: 3px; }
.info-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  box-shadow: var(--shadow-sm); padding: 26px;
}
.info-card + .info-card, .booking-card + .info-card { margin-top: 20px; }
.info-card dl { margin: 0; display: grid; gap: 14px; }
.info-card dt { font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.info-card dd { margin: 2px 0 0; font-family: var(--font-display); font-weight: 700; color: var(--navy); }
.sticky { position: sticky; top: 112px; }

/* ─── 7. Formulários ────────────────────────────────────────────────── */
.field { margin-bottom: 12px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field label {
  display: block; font-size: .82rem; font-weight: 600;
  font-family: var(--font-display); margin-bottom: 6px;
}
.input, .select, .textarea {
  width: 100%; font-family: var(--font-body); font-size: .95rem; color: var(--navy);
  background: #fff; border: 1.5px solid var(--line); border-radius: var(--r-sm);
  padding: 13px 15px; transition: border-color .18s ease, box-shadow .18s ease;
  appearance: none;
}
.textarea { min-height: 96px; resize: vertical; }
.input::placeholder, .textarea::placeholder { color: #9aa8c0; }
.input:focus, .select:focus, .textarea:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(27, 95, 224, .14);
}
.select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236c7c99' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center; background-size: 18px;
  padding-right: 40px;
}
.input:invalid:not(:placeholder-shown) { border-color: #e0655d; }

/* Campos dentro do cartão azul do hero */
.booking-card .field label { color: #c9dcff; }
.booking-card .input, .booking-card .select, .booking-card .textarea { border-color: transparent; }
.booking-card .input:focus, .booking-card .select:focus, .booking-card .textarea:focus {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .3);
}
.booking-card .btn--light { margin-top: 6px; }

.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.alert {
  border-radius: var(--r-sm); padding: 14px 18px; margin-bottom: 20px;
  font-size: .92rem; display: flex; gap: 10px; align-items: flex-start;
}
.alert .ico { flex: 0 0 auto; margin-top: 2px; }
.alert--error   { background: #fdecea; color: #9b2c22; }
.alert--success { background: #e8f7f0; color: #10633f; }
.alert ul { margin: 6px 0 0; padding-left: 18px; list-style: disc; }

.form-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--shadow); padding: clamp(24px, 4vw, 40px);
}
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: .82rem; color: var(--muted); margin: 14px 0 4px; }
.consent input { margin-top: 3px; flex: 0 0 auto; width: 17px; height: 17px; accent-color: var(--blue); }

/* Página de confirmação */
.confirm-hero { text-align: center; max-width: 660px; margin-inline: auto; }
.confirm-ico {
  width: 88px; height: 88px; border-radius: 50%; margin: 0 auto 26px;
  background: #e8f7f0; color: var(--green); display: grid; place-items: center;
}
.confirm-ico .ico { width: 46px; height: 46px; }
.ref-pill {
  display: inline-block; background: var(--sky); color: var(--blue-700);
  font-family: var(--font-display); font-weight: 700; letter-spacing: .06em;
  padding: 10px 22px; border-radius: var(--pill); margin-bottom: 26px;
}
.next-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px; text-align: left; margin-top: 44px; }

/* Contato */
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 44px; align-items: start; }
.contact-list { display: grid; gap: 22px; margin-bottom: 32px; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; }
.contact-list .badge-ico { background: var(--sky); }
.contact-list strong { display: block; font-family: var(--font-display); color: var(--navy); }
.contact-list a, .contact-list span { color: var(--muted); font-size: .95rem; }
.map-embed { border: 0; width: 100%; height: 320px; border-radius: var(--r); box-shadow: var(--shadow-sm); }

/* ─── 8. Rodapé ─────────────────────────────────────────────────────── */
.site-footer { background: var(--navy); color: #a9c1ea; padding-block: 72px 0; }
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 44px;
  padding-bottom: 52px;
}
.site-footer h4 {
  color: #fff; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase;
  margin-bottom: 20px; font-weight: 700;
}
.site-footer a { color: #a9c1ea; }
.site-footer a:hover { color: #fff; }
.footer-brand img { width: 225px; height: auto; max-width: 100%; margin-bottom: 20px; filter: brightness(0) invert(1); }
.footer-brand p { font-size: .93rem; max-width: 320px; }
.footer-links { display: grid; gap: 11px; font-size: .93rem; }
.footer-contact { display: grid; gap: 14px; font-size: .93rem; }
.footer-contact li { display: flex; gap: 11px; align-items: flex-start; }
.footer-contact .ico { color: #5c8ce6; flex: 0 0 auto; margin-top: 3px; }
.socials { display: flex; gap: 10px; margin-top: 22px; }
.socials a {
  width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 255, 255, .09);
  display: grid; place-items: center; color: #fff;
  transition: background .18s ease, transform .18s ease;
}
.socials a:hover { background: var(--blue); transform: translateY(-2px); }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12); padding-block: 22px;
  display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between;
  font-size: .85rem;
}

/* Barra fixa de ações no celular */
.mobile-bar { display: none; }

/* ─── 9. Responsivo ─────────────────────────────────────────────────── */
@media (max-width: 1080px) {
  :root { --section-y: 72px; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; padding-block: 56px 72px; }
  .hero-media::after { background: linear-gradient(180deg, rgba(242,247,255,.97) 0%, rgba(242,247,255,.9) 55%, rgba(242,247,255,.75) 100%); }
  .booking-card { max-width: 460px; }
  .split { grid-template-columns: 1fr; }
  .split-media { min-height: 320px; }
  .service-detail, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .sticky { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .step::before { display: none; }
}

@media (max-width: 860px) {
  .nav {
    position: fixed; inset: 92px 0 auto; background: #fff;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
    padding: 16px var(--gutter) 26px; display: none;
    max-height: calc(100vh - 92px); overflow-y: auto;
  }
  .nav.is-open { display: block; }
  .nav-list { flex-direction: column; align-items: stretch; gap: 2px; }
  .nav-list a { padding: 14px 12px; font-size: 1rem; }
  .sub {
    position: static; opacity: 1; visibility: visible; transform: none;
    box-shadow: none; border: 0; border-left: 2px solid var(--sky-200);
    border-radius: 0; margin: 4px 0 8px 12px; padding: 0 0 0 8px;
  }
  .nav-toggle { display: inline-flex; }
  .header-phone span { display: none; }
  .header-actions .btn { display: none; }
  .mobile-bar {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 80;
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, .96); backdrop-filter: blur(10px);
    box-shadow: 0 -6px 24px rgba(16, 42, 90, .12);
  }
  .mobile-bar .btn { padding: 13px 12px; font-size: .92rem; }
  body { padding-bottom: 76px; }
  .site-footer { padding-bottom: 40px; }
}

@media (max-width: 640px) {
  :root { --gutter: 18px; --section-y: 58px; }
  .header-inner { min-height: 78px; }
  .brand img { height: 50px; }
  .nav { inset-block-start: 78px; }
  .hero-badges { gap: 18px; }
  .badge { max-width: 100%; flex: 1 1 100%; }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-band { text-align: center; justify-content: center; }
  .cta-band-actions { width: 100%; justify-content: center; }
  .section-head { margin-bottom: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media print {
  .site-header, .site-footer, .mobile-bar, .booking-card, .cta-band { display: none !important; }
  body { color: #000; }
}
