:root {
  --red: #f2182b;
  --red-dark: #c90f1f;
  --red-soft: #fff0f2;
  --ink: #161616;
  --muted: #626262;
  --line: #e9e9e9;
  --paper: #ffffff;
  --soft: #f7f7f7;
  --green: #168c49;
  --radius: 18px;
  --shadow: 0 12px 32px rgba(18, 18, 18, .08);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }

.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 78px 0; }
.section-sm { padding: 52px 0; }
.soft { background: var(--soft); }
.red-soft { background: var(--red-soft); }
.eyebrow {
  color: var(--red-dark); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; margin: 0 0 10px;
}
h1, h2, h3 { line-height: 1.08; letter-spacing: -.03em; margin-top: 0; }
h1 { font-size: clamp(38px, 5.3vw, 70px); max-width: 880px; margin-bottom: 20px; }
h2 { font-size: clamp(29px, 3.5vw, 45px); margin-bottom: 16px; }
h3 { font-size: 21px; margin-bottom: 10px; }
p { margin-top: 0; }
.lead { font-size: clamp(17px, 2vw, 21px); color: var(--muted); max-width: 760px; }
.muted { color: var(--muted); }
.small { font-size: 13px; }
.center { text-align: center; }
.center .lead { margin-inline: auto; }

.skip-link { position: fixed; left: -999px; top: 10px; background: #000; color:#fff; padding:10px; z-index:1000; }
.skip-link:focus { left:10px; }

.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line);
}
.header-inner { height: 72px; display:flex; align-items:center; justify-content:space-between; gap: 22px; }
.brand { display:flex; align-items:center; gap: 12px; min-width: 178px; }
.brand img { width: 84px; height: 47px; object-fit: contain; }
.brand-text { font-weight: 850; font-size: 12px; letter-spacing: .02em; line-height:1.15; }
.brand-text span { display:block; color: var(--muted); font-size:10px; margin-top:3px; }
.main-nav { display:flex; align-items:center; gap: 22px; font-size: 14px; font-weight: 650; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--red); }
.header-actions { display:flex; gap:10px; }
.mobile-toggle { display:none; background:transparent; border:0; font-size:26px; }
.mobile-menu { display:none; padding: 0 20px 20px; border-top:1px solid var(--line); }
.mobile-menu a { display:block; padding:11px 0; font-weight:650; border-bottom:1px solid #f2f2f2; }

.btn {
  display:inline-flex; align-items:center; justify-content:center; gap:8px; min-height:46px; border-radius: 12px; padding: 0 18px; border:1px solid transparent; font-weight:800; font-size:14px; transition:.18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--red); color:#fff; }
.btn-primary:hover { background: var(--red-dark); }
.btn-outline { background:#fff; border-color:#d7d7d7; }
.btn-outline:hover { border-color:var(--red); color:var(--red); }
.btn-dark { background:#161616; color:#fff; }
.btn-whatsapp { background: var(--green); color:#fff; }
.btn-link { color:var(--red-dark); padding:0; min-height:auto; }
.actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:28px; }

.hero { padding: 72px 0 64px; overflow:hidden; }
.hero-grid { display:grid; grid-template-columns: 1.08fr .92fr; gap:58px; align-items:center; }
.hero-kicker { display:inline-flex; align-items:center; gap:8px; color:var(--red-dark); background:var(--red-soft); padding:7px 11px; border-radius:99px; font-weight:800; font-size:12px; margin-bottom:18px; }
.hero h1 strong { color: var(--red); }
.hero-trust { margin-top:30px; display:flex; flex-wrap:wrap; gap:10px 22px; color:var(--muted); font-size:13px; font-weight:650; }
.hero-trust span:before { content:"✓"; color:var(--red); font-weight:900; margin-right:7px; }
.hero-visual { position:relative; min-height:520px; }
.hero-main-photo { width:88%; margin-left:auto; height:470px; object-fit:cover; border-radius:24px; box-shadow:var(--shadow); }
.hero-mini-photo { position:absolute; left:0; bottom:0; width:42%; height:190px; object-fit:cover; border-radius:20px; border:8px solid white; box-shadow:var(--shadow); }
.hero-badge { position:absolute; right:10px; bottom:28px; width:180px; background:white; padding:16px; border-radius:16px; box-shadow:var(--shadow); font-size:13px; }
.hero-badge strong { display:block; font-size:18px; margin-bottom:3px; }

.proof-strip { border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:#fff; }
.proof-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.proof-item { padding:24px 22px; border-right:1px solid var(--line); }
.proof-item:last-child { border-right:0; }
.proof-item strong { display:block; font-size:18px; margin-bottom:3px; }
.proof-item span { color:var(--muted); font-size:13px; }

.cards { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.card { background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:26px; box-shadow:0 1px 0 rgba(0,0,0,.02); }
.card.featured { border:2px solid var(--red); position:relative; }
.card.featured:before { content:"Prioridade Kids"; position:absolute; top:-13px; left:20px; background:var(--red); color:#fff; border-radius:99px; padding:4px 10px; font-size:11px; font-weight:800; }
.card p { color:var(--muted); }
.card .age { color:var(--red-dark); font-weight:800; font-size:13px; margin-bottom:10px; }
.card-link { color:var(--red-dark); font-weight:800; font-size:14px; }
.card-link:hover { text-decoration:underline; }

.two-col { display:grid; grid-template-columns:1fr 1fr; gap:54px; align-items:start; }
.stack { display:grid; gap:16px; }
.feature-row { border-left:3px solid var(--red); padding:4px 0 4px 18px; }
.feature-row p { margin-bottom:0; color:var(--muted); }

.callout { padding:28px; border-radius:var(--radius); background:#171717; color:#fff; }
.callout p { color:#ddd; }
.callout .btn-outline { background:transparent; color:#fff; border-color:#555; }
.callout .btn-outline:hover { border-color:#fff; }

.photo-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:16px; }
.photo-grid img { width:100%; height:100%; min-height:270px; object-fit:cover; border-radius:var(--radius); }
.photo-grid .tall { grid-row: span 2; min-height:556px; }

.carousel-wrap { position:relative; }
.carousel {
  display:flex; gap:14px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:thin; padding:4px 0 16px;
}
.carousel figure { flex:0 0 min(78vw, 650px); margin:0; scroll-snap-align:start; border-radius:var(--radius); overflow:hidden; background:#fff; border:1px solid var(--line); }
.carousel img { width:100%; aspect-ratio:3/2; object-fit:cover; }
.carousel figcaption { padding:11px 14px; color:var(--muted); font-size:12px; }

.unit-card { display:grid; grid-template-columns: .92fr 1.08fr; overflow:hidden; border:1px solid var(--line); border-radius:var(--radius); background:#fff; }
.unit-card img { width:100%; height:100%; min-height:330px; object-fit:cover; }
.unit-content { padding:34px; }
.unit-meta { display:grid; gap:10px; color:var(--muted); font-size:14px; margin:18px 0 24px; }

.form-shell { display:grid; grid-template-columns:.8fr 1.2fr; gap:46px; align-items:start; }
.lead-form { background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:28px; box-shadow:var(--shadow); }
.field { margin-bottom:16px; }
.field label, fieldset legend { font-size:13px; font-weight:800; display:block; margin-bottom:7px; }
.field input, .field select { width:100%; border:1px solid #d8d8d8; min-height:47px; border-radius:10px; padding:0 12px; outline:none; background:#fff; color:var(--ink); }
.field input:focus, .field select:focus { border-color:var(--red); box-shadow:0 0 0 3px rgba(242,24,43,.11); }
.segment-options { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }
.segment-options label { border:1px solid #d8d8d8; border-radius:10px; padding:12px 8px; text-align:center; font-weight:750; font-size:13px; cursor:pointer; }
.segment-options input { position:absolute; width:1px !important; height:1px !important; min-height:0 !important; padding:0 !important; margin:0 !important; opacity:0; pointer-events:none; overflow:hidden; clip-path:inset(50%); }
.segment-options label:has(input:checked) { background:var(--red-soft); border-color:var(--red); color:var(--red-dark); }
.form-note { margin:12px 0 0; font-size:11px; color:var(--muted); }

.faq { max-width:850px; margin:0 auto; }
details { border-bottom:1px solid var(--line); padding:18px 0; }
summary { cursor:pointer; font-weight:800; list-style:none; padding-right:30px; position:relative; }
summary::-webkit-details-marker { display:none; }
summary:after { content:"+"; position:absolute; right:4px; top:-3px; font-size:24px; color:var(--red); }
details[open] summary:after { content:"−"; }
details p { margin:12px 0 0; color:var(--muted); }

.breadcrumbs { border-bottom:1px solid var(--line); background:#fbfbfb; }
.breadcrumbs ol { list-style:none; margin:0; padding:12px 0; display:flex; flex-wrap:wrap; gap:5px; color:var(--muted); font-size:12px; }
.breadcrumbs li:not(:last-child):after { content:"/"; margin-left:5px; color:#aaa; }
.breadcrumbs a:hover { color:var(--red); }

.page-hero { padding:56px 0; background:#fbfbfb; border-bottom:1px solid var(--line); }
.page-hero h1 { font-size:clamp(34px,4.5vw,56px); max-width:900px; }
.page-hero .lead { max-width:800px; }

.article-wrap { display:grid; grid-template-columns:minmax(0,760px) 280px; gap:54px; align-items:start; }
.article { font-size:16px; line-height:1.75; }
.article h2 { font-size:30px; margin-top:44px; }
.article h3 { margin-top:32px; }
.article p, .article li { color:#3f3f3f; }
.article ul, .article ol { padding-left:24px; }
.article-callout { background:var(--red-soft); border-left:4px solid var(--red); padding:20px; border-radius:0 12px 12px 0; margin:26px 0; }
.article-sidebar { position:sticky; top:100px; }
.article-sidebar .card { padding:20px; }
.blog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.blog-card { display:flex; flex-direction:column; border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; background:white; }
.blog-thumb { min-height:145px; background:linear-gradient(135deg, var(--red-soft), #fff); padding:22px; display:flex; align-items:flex-end; font-size:12px; font-weight:850; color:var(--red-dark); }
.blog-card-content { padding:22px; display:flex; flex-direction:column; flex:1; }
.blog-card-content p { color:var(--muted); font-size:14px; }
.blog-card-content .card-link { margin-top:auto; }

.cta-band { background:var(--red); color:#fff; padding:44px 0; }
.cta-grid { display:flex; align-items:center; justify-content:space-between; gap:28px; }
.cta-band h2 { font-size:30px; margin-bottom:7px; }
.cta-band p { margin:0; color:#ffe8eb; }
.cta-band .btn-outline { background:white; border-color:white; color:var(--red-dark); }

.site-footer { background:#141414; color:#fff; padding-top:58px; }
.footer-grid { display:grid; grid-template-columns:1.35fr 1fr 1fr 1.25fr; gap:36px; }
.footer-logo { filter:brightness(0) invert(1); width:110px; margin-bottom:18px; }
.site-footer p, .site-footer li, .site-footer a { color:#bcbcbc; font-size:13px; }
.site-footer a:hover { color:#fff; }
.site-footer h3 { color:#fff; font-size:14px; letter-spacing:0; margin-bottom:15px; }
.site-footer ul { list-style:none; padding:0; margin:0; display:grid; gap:8px; }
.footer-bottom { border-top:1px solid #333; margin-top:42px; padding:22px 0; display:flex; justify-content:space-between; gap:20px; flex-wrap:wrap; }

.whatsapp-float { position:fixed; right:20px; bottom:20px; z-index:90; display:flex; align-items:center; gap:8px; background:var(--green); color:#fff; border-radius:99px; padding:13px 17px; box-shadow:0 10px 28px rgba(0,0,0,.18); font-weight:850; font-size:13px; }

.notice { border:1px solid var(--line); border-left:4px solid var(--red); border-radius:12px; padding:18px; background:#fff; }
.list-check { list-style:none; padding:0; margin:20px 0; display:grid; gap:11px; }
.list-check li:before { content:"✓"; color:var(--red); font-weight:900; margin-right:9px; }

.thanks { min-height:60vh; display:grid; place-items:center; text-align:center; }
.thanks .card { max-width:600px; }

@media (max-width: 980px) {
  .main-nav, .header-actions { display:none; }
  .mobile-toggle { display:block; }
  .mobile-menu.open { display:block; }
  .hero-grid, .two-col, .form-shell, .unit-card, .article-wrap { grid-template-columns:1fr; }
  .hero { padding-top:48px; }
  .hero-visual { min-height:450px; max-width:670px; }
  .hero-main-photo { height:410px; }
  .cards, .blog-grid { grid-template-columns:1fr 1fr; }
  .proof-grid { grid-template-columns:1fr 1fr; }
  .proof-item:nth-child(2) { border-right:0; }
  .proof-item:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .article-sidebar { position:static; }
}

@media (max-width: 680px) {
  .container { width:min(100% - 28px, var(--max)); }
  .section { padding:58px 0; }
  .header-inner { height:64px; }
  .brand img { width:72px; }
  .brand-text { display:none; }
  .hero { padding:38px 0 50px; }
  .hero-grid { gap:34px; }
  .hero-visual { min-height:330px; }
  .hero-main-photo { height:300px; width:94%; }
  .hero-mini-photo { height:130px; width:45%; border-width:5px; }
  .hero-badge { display:none; }
  .cards, .blog-grid, .footer-grid, .photo-grid { grid-template-columns:1fr; }
  .photo-grid .tall { min-height:280px; grid-row:auto; }
  .proof-grid { grid-template-columns:1fr 1fr; }
  .proof-item { padding:18px 13px; }
  .segment-options { grid-template-columns:1fr; }
  .carousel figure { flex-basis:88vw; }
  .cta-grid { flex-direction:column; align-items:flex-start; }
  .cta-grid .actions { margin-top:0; width:100%; }
  .cta-grid .btn { width:100%; }
  .whatsapp-float span { display:none; }
  .whatsapp-float { width:50px; height:50px; border-radius:50%; padding:0; justify-content:center; font-size:20px; }
}

/* Home comercial: formulário acima da dobra e fotos equilibradas das duas recepções */
.hero-commercial-grid {
  display:grid;
  grid-template-columns:minmax(0, 1.04fr) minmax(360px, .96fr);
  gap:44px;
  align-items:start;
}
.hero-copy { padding-top:10px; }
.hero-form-wrap .lead-form { margin:0; }
.hero-receptions {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:30px;
}
.reception-card {
  margin:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#fff;
  box-shadow:0 6px 20px rgba(18,18,18,.05);
}
.reception-card img {
  width:100%;
  aspect-ratio:16/9;
  height:auto;
  object-fit:cover;
  object-position:center;
}
.reception-card figcaption {
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  padding:12px 15px;
  font-size:12px;
  color:var(--muted);
}
.reception-card figcaption strong { color:var(--ink); font-size:14px; }

.units-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-top:30px;
}
.unit-tile {
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#fff;
  box-shadow:0 1px 0 rgba(0,0,0,.02);
}
.unit-tile > img {
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  object-position:center;
}
.unit-tile .unit-content { padding:26px; }
.unit-whatsapp {
  display:inline-flex;
  align-items:center;
  min-height:42px;
  margin-top:10px;
  padding:0 14px;
  border-radius:10px;
  background:#eef9f2;
  color:var(--green);
  font-weight:850;
  font-size:14px;
}
.unit-whatsapp:hover { background:#e2f4e9; }

@media (max-width: 980px) {
  .hero-commercial-grid { grid-template-columns:1fr; gap:28px; }
  .hero-copy { padding-top:0; }
  .hero-form-wrap { max-width:680px; }
  .units-grid { grid-template-columns:1fr 1fr; }
}

@media (max-width: 680px) {
  .hero-receptions, .units-grid { grid-template-columns:1fr; }
  .hero-receptions { gap:12px; margin-top:22px; }
  .reception-card figcaption { align-items:flex-start; flex-direction:column; gap:2px; }
  .hero-form-wrap .lead-form { padding:22px; }
  .unit-tile .unit-content { padding:22px; }
}

/* Home V3: destaque aspiracional e página inicial mais curta */
.hero-statement {
  max-width:760px;
  margin:18px 0 22px;
  padding:16px 18px;
  border-left:4px solid var(--red);
  border-radius:0 12px 12px 0;
  background:var(--red-soft);
  color:#2f2f2f;
  font-size:clamp(19px,2.1vw,27px);
  line-height:1.28;
  font-weight:700;
  letter-spacing:-.02em;
}
.hero-statement strong { color:var(--red-dark); }
.home-compact { padding-top:64px; padding-bottom:64px; }
.cards-four { grid-template-columns:repeat(4,1fr); }
.cards-four .card { padding:22px; }
.cards-four .card p { font-size:14px; }
.cards-two { grid-template-columns:repeat(2, minmax(0, 1fr)); }

@media (max-width: 1100px) {
  .cards-four { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 680px) {
  .hero-statement { margin:14px 0 18px; padding:14px 15px; font-size:19px; }
  .home-compact { padding-top:50px; padding-bottom:50px; }
  .cards-four { grid-template-columns:1fr; }
}

/* V5 — responsive refinement: same visual system, no separate mobile design */
html { -webkit-text-size-adjust: 100%; }
body { overflow-x: hidden; }

@media (max-width: 980px) {
  .hero-commercial-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .hero-form-wrap {
    max-width: 720px;
    width: 100%;
  }
  .hero-copy { padding-top: 0; }
}

@media (max-width: 680px) {
  :root { --radius: 16px; }
  .container { width: calc(100% - 28px); }
  .section { padding: 50px 0; }
  .section-sm { padding: 40px 0; }

  h1 {
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.06;
    margin-bottom: 16px;
  }
  h2 { font-size: clamp(27px, 7.4vw, 34px); }
  .lead { font-size: 16px; line-height: 1.55; }

  .header-inner { height: 64px; }
  .brand img { width: 74px; height: 44px; }
  .mobile-toggle { min-width: 44px; min-height: 44px; }

  /* Same hero, simply stacked */
  .hero { padding: 32px 0 44px; }
  .hero-commercial-grid { gap: 24px; }
  .hero-statement {
    margin: 14px 0 18px;
    padding: 14px 15px;
    font-size: 19px;
    line-height: 1.3;
  }
  .hero-form-wrap .lead-form {
    padding: 22px;
    box-shadow: var(--shadow);
  }
  .field input, .field select { min-height: 48px; font-size: 16px; }
  .segment-options {
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
  }
  .segment-options label {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 5px;
    font-size: 12px;
  }
  .lead-form .btn { min-height: 48px; width: 100%; }

  /* Same reception cards, stacked vertically instead of becoming a carousel */
  .hero-receptions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px;
  }
  .reception-card { width: 100%; }
  .reception-card img { aspect-ratio: 16 / 9; }
  .reception-card figcaption {
    flex-direction: row;
    align-items: center;
    padding: 11px 13px;
  }

  /* Preserve the same cards; only change columns */
  .cards, .cards-four, .blog-grid { grid-template-columns: 1fr; }
  .cards-four .card, .card { padding: 22px; }

  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-item { padding: 17px 12px; }

  .two-col, .form-shell, .unit-card, .article-wrap { grid-template-columns: 1fr; }
  .two-col { gap: 30px; }
  .two-col img { order: initial; }

  /* Units keep identical card language */
  .units-grid { grid-template-columns: 1fr; gap: 16px; }
  .unit-tile > img { aspect-ratio: 16 / 9; }
  .unit-tile .unit-content { padding: 22px; }
  .unit-whatsapp { min-height: 46px; }

  .actions { gap: 10px; }
  .actions .btn { min-height: 46px; }

  .page-hero { padding: 42px 0; }
  .page-hero h1 { font-size: clamp(32px, 8.8vw, 40px); }

  .carousel figure { flex-basis: 88vw; }
  .carousel img { aspect-ratio: 3 / 2; }

  .cta-grid { flex-direction: column; align-items: flex-start; }
  .cta-grid .actions { margin-top: 0; width: 100%; }
  .cta-grid .btn { width: 100%; }

  .whatsapp-float span { display: none; }
  .whatsapp-float {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    padding: 0;
    justify-content: center;
    font-size: 20px;
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
  }
}

@media (max-width: 380px) {
  .container { width: calc(100% - 22px); }
  h1 { font-size: 30px; }
  .hero-statement { font-size: 17px; }
  .segment-options label { font-size: 11px; }
}

/* V6 — scale, hierarchy and commercial composition */
:root {
  --max: 1280px;
  --radius: 20px;
  --shadow: 0 18px 50px rgba(20,20,20,.10);
}

.container { width:min(var(--max), calc(100% - 56px)); }
.site-header { border-top:3px solid var(--red); }
.header-inner { height:84px; gap:28px; }
.brand { min-width:240px; gap:14px; }
.brand img { width:102px; height:58px; }
.brand-text { font-size:13px; }
.brand-text span { font-size:10.5px; }
.main-nav { gap:25px; font-size:14.5px; }
.header-actions .btn { min-height:48px; padding-inline:20px; }

.hero-v6 { padding:64px 0 48px; background:linear-gradient(180deg,#fff 0%,#fff 72%,#fbfbfb 100%); }
.hero-v6 .hero-commercial-grid {
  grid-template-columns:minmax(0, 1.18fr) minmax(420px, .82fr);
  gap:72px;
  align-items:center;
}
.hero-v6 .hero-copy { padding:4px 0; }
.hero-v6 h1 { font-size:clamp(52px,4.7vw,68px); line-height:.99; max-width:790px; margin-bottom:24px; }
.hero-v6 .lead { max-width:760px; font-size:19px; line-height:1.55; color:#585858; }
.hero-statement-v6 {
  max-width:730px;
  margin:18px 0 24px;
  color:#363636;
  font-size:clamp(20px,1.8vw,26px);
  line-height:1.35;
  font-weight:650;
  letter-spacing:-.025em;
}
.hero-statement-v6 strong { color:var(--red-dark); }
.hero-trust-v6 { display:flex; flex-wrap:wrap; gap:10px 22px; margin-top:28px; color:#4d4d4d; font-size:14px; font-weight:750; }
.hero-trust-v6 span::before { content:'✓'; color:var(--red); margin-right:7px; font-weight:900; }
.hero-whatsapp-line { display:flex; align-items:center; gap:10px; margin-top:23px; color:var(--muted); font-size:14px; }
.hero-whatsapp-line a { color:var(--red-dark); font-weight:850; }
.hero-whatsapp-line a:hover { text-decoration:underline; }

.hero-form-wrap { width:100%; }
.hero-lead-form { padding:32px; border-radius:22px; border:1px solid #dedede; box-shadow:0 24px 60px rgba(28,28,28,.13); }
.form-heading { margin-bottom:22px; }
.form-heading h2 { font-size:30px; margin:4px 0 8px; }
.form-heading p { margin-bottom:0; }
.form-kicker { color:var(--red-dark); font-size:11px; text-transform:uppercase; letter-spacing:.13em; font-weight:900; }
.hero-lead-form .field { margin-bottom:15px; }
.hero-lead-form .field input, .hero-lead-form .field select { min-height:52px; font-size:15px; padding-inline:14px; }
.hero-lead-form .segment-options label { min-height:48px; display:flex; align-items:center; justify-content:center; }
.form-submit { width:100%; min-height:52px; font-size:15px; }
.form-note a { text-decoration:underline; text-underline-offset:2px; }

.hero-receptions-v6 { margin-top:42px; gap:24px; }
.hero-receptions-v6 .reception-card { position:relative; box-shadow:0 12px 30px rgba(24,24,24,.07); }
.hero-receptions-v6 .reception-card img { aspect-ratio: 16/8.7; }
.hero-receptions-v6 .reception-card figcaption { min-height:66px; padding:14px 18px; }
.hero-receptions-v6 .reception-card figcaption div { display:grid; gap:2px; }
.hero-receptions-v6 .reception-card figcaption a { color:var(--red-dark); font-weight:850; font-size:13px; white-space:nowrap; }

.proof-item { padding:28px 24px; }
.proof-item strong { font-size:19px; }
.section { padding:84px 0; }
.home-compact { padding-top:72px; padding-bottom:72px; }
.section-heading-row { display:flex; justify-content:space-between; gap:32px; align-items:end; margin-bottom:30px; }
.section-heading-row h2 { margin-bottom:8px; }
.section-heading-row .lead { margin-bottom:0; }
.text-link { color:var(--red-dark); font-weight:850; font-size:14px; white-space:nowrap; padding-bottom:8px; }
.cards { gap:22px; }
.card { padding:30px; }
.cards-four { gap:18px; }
.cards-four .card { padding:26px; }
.unit-tile { border-radius:22px; box-shadow:0 10px 32px rgba(20,20,20,.06); }
.unit-tile > img { aspect-ratio:16/9.2; }
.unit-tile .unit-content { padding:30px; }
.unit-whatsapp { margin-top:12px; min-height:44px; }

@media (max-width: 1180px) {
  .container { width:min(var(--max), calc(100% - 40px)); }
  .hero-v6 .hero-commercial-grid { grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr); gap:48px; }
  .hero-v6 h1 { font-size:clamp(46px,5vw,60px); }
  .main-nav { gap:17px; font-size:13.5px; }
  .brand { min-width:210px; }
}

@media (max-width: 980px) {
  .header-inner { height:74px; }
  .brand img { width:92px; height:53px; }
  .hero-v6 { padding:46px 0 44px; }
  .hero-v6 .hero-commercial-grid { grid-template-columns:1fr; gap:32px; align-items:start; }
  .hero-v6 h1 { max-width:820px; }
  .hero-form-wrap { max-width:720px; }
  .hero-receptions-v6 { margin-top:32px; }
  .section-heading-row { align-items:flex-start; flex-direction:column; gap:8px; }
}

@media (max-width: 680px) {
  .container { width:calc(100% - 28px); }
  .site-header { border-top-width:2px; }
  .header-inner { height:66px; }
  .brand { min-width:0; }
  .brand img { width:78px; height:45px; }
  .hero-v6 { padding:34px 0 38px; }
  .hero-v6 h1 { font-size:clamp(34px,9.3vw,42px); line-height:1.03; margin-bottom:17px; }
  .hero-statement-v6 { font-size:18px; margin:14px 0 18px; }
  .hero-v6 .lead { font-size:16px; }
  .hero-trust-v6 { gap:8px 14px; margin-top:20px; font-size:12.5px; }
  .hero-whatsapp-line { margin-top:17px; font-size:13px; }
  .hero-lead-form { padding:22px; border-radius:18px; box-shadow:0 12px 34px rgba(28,28,28,.10); }
  .form-heading h2 { font-size:25px; }
  .hero-lead-form .field input, .hero-lead-form .field select { min-height:50px; font-size:16px; }
  .hero-lead-form .segment-options { grid-template-columns:repeat(3,1fr); }
  .hero-lead-form .segment-options label { min-height:46px; font-size:12px; padding:8px 5px; }
  .hero-receptions-v6 { grid-template-columns:1fr; gap:14px; margin-top:26px; }
  .hero-receptions-v6 .reception-card img { aspect-ratio:16/9; }
  .hero-receptions-v6 .reception-card figcaption { flex-direction:row; align-items:center; min-height:60px; }
  .hero-receptions-v6 .reception-card figcaption a { font-size:12px; }
  .proof-item { padding:17px 12px; }
  .section { padding:56px 0; }
  .home-compact { padding-top:52px; padding-bottom:52px; }
  .section-heading-row { margin-bottom:22px; }
  .cards-four .card, .card { padding:22px; }
  .unit-tile .unit-content { padding:22px; }
}

/* V7 — navegação direta, mensagem principal e unidades compactas */
.header-main {
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.main-nav {
  display:block;
  border-top:1px solid var(--line);
  background:#fff;
  font-size:14px;
  font-weight:800;
}
.nav-inner {
  display:flex;
  align-items:stretch;
  justify-content:center;
  gap:44px;
}
.main-nav a {
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#313131;
}
.header-actions .btn-outline {
  border-color:#b8dfc7;
  color:var(--green);
}
.header-actions .btn-outline:hover {
  border-color:var(--green);
  color:var(--green);
}
.hero-v6 h1 strong { color:var(--red-dark); }
.hero-v6 .hero-kicker { margin-bottom:20px; }
.hero-receptions-v6 { scroll-margin-top:140px; }
#cursos, #alem-das-aulas { scroll-margin-top:130px; }
.unit-wa-link {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 13px;
  border-radius:10px;
  background:#eaf7ef;
  color:var(--green) !important;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
}
.unit-wa-link:hover { background:#dff2e6; }

@media (max-width:980px) {
  .main-nav { display:block; }
  .header-actions { display:flex; }
  .header-actions .btn-primary { display:none; }
  .header-main { min-height:70px; }
  .nav-inner { gap:28px; }
}

@media (max-width:680px) {
  .header-main { min-height:64px; }
  .header-actions .btn-outline { min-height:40px; padding-inline:13px; font-size:12px; }
  .nav-inner {
    width:100%;
    display:grid;
    grid-template-columns:repeat(6, 1fr);
    gap:0;
  }
  .main-nav a {
    min-height:48px;
    padding:6px 8px;
    border-right:1px solid var(--line);
    border-bottom:1px solid var(--line);
    font-size:10.5px;
    line-height:1.16;
  }
  .main-nav a:nth-child(-n+3) { grid-column:span 2; }
  .main-nav a:nth-child(n+4) { grid-column:span 3; border-bottom:0; }
  .main-nav a:nth-child(3),
  .main-nav a:last-child { border-right:0; }
  .hero-v6 h1 { font-size:clamp(36px,10.2vw,44px); line-height:1.01; }
  .hero-receptions-v6 {
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:8px;
  }
  .hero-receptions-v6 .reception-card img {
    aspect-ratio:4/3;
    object-position:center;
  }
  .hero-receptions-v6 .reception-card figcaption {
    min-height:0;
    padding:10px;
    flex-direction:column;
    align-items:flex-start;
    gap:7px;
  }
  .hero-receptions-v6 .reception-card figcaption strong { font-size:12px; }
  .hero-receptions-v6 .reception-card figcaption span { font-size:9.5px; line-height:1.25; }
  .hero-receptions-v6 .unit-wa-link {
    width:100%;
    min-height:36px;
    padding-inline:6px;
    font-size:9.5px;
  }
  .cards-two { grid-template-columns:1fr; }
}

/* V9 — cabeçalho em uma barra e ativos com nome novo para evitar cache antigo */
.site-header {
  border-top:3px solid var(--red);
  border-bottom:1px solid var(--line);
  background:rgba(255,255,255,.98);
}
.header-main {
  min-height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:nowrap;
  gap:28px;
}
.header-main .brand {
  min-width:190px;
  flex:0 0 auto;
}
.header-main .brand img { width:88px; height:52px; }
.header-main .main-nav {
  flex:1 1 auto;
  display:block;
  border:0;
  background:transparent;
  font-size:12.5px;
}
.header-main .nav-inner {
  width:100%;
  display:flex;
  align-items:stretch;
  justify-content:center;
  gap:26px;
}
.header-main .main-nav a {
  position:relative;
  min-height:84px;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#303030;
  font-weight:800;
  line-height:1.2;
  text-align:center;
  white-space:nowrap;
}
.header-main .main-nav a::after {
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:3px;
  border-radius:3px 3px 0 0;
  background:transparent;
}
.header-main .main-nav a:hover,
.header-main .main-nav a[aria-current='page'] { color:var(--red-dark); }
.header-main .main-nav a:hover::after,
.header-main .main-nav a[aria-current='page']::after { background:var(--red); }
.header-main .header-actions {
  display:flex;
  flex:0 0 auto;
}
.header-main .btn-whatsapp {
  min-height:44px;
  padding-inline:17px;
  border-radius:11px;
  background:var(--green);
}
.nav-short { display:none; }

@media (max-width:1180px) {
  .header-main { gap:20px; }
  .header-main .brand { min-width:94px; }
  .header-main .brand-text { display:none; }
  .header-main .nav-inner { gap:18px; }
  .header-main .main-nav { font-size:11.5px; }
}

@media (max-width:980px) {
  .site-header { border-top-width:2px; }
  .header-main {
    min-height:0;
    padding-top:8px;
    display:flex;
    flex-wrap:wrap;
    gap:0;
  }
  .header-main .brand { min-width:0; }
  .header-main .brand img { width:76px; height:46px; }
  .header-main .header-actions { margin-left:auto; }
  .header-main .btn-whatsapp { min-height:40px; padding-inline:14px; font-size:12px; }
  .header-main .main-nav {
    order:3;
    flex:0 0 calc(100% + 40px);
    margin:8px -20px 0;
    display:block;
    border-top:1px solid var(--line);
    background:#fafafa;
  }
  .header-main .nav-inner {
    display:grid;
    grid-template-columns:1.25fr 1.2fr .8fr 1fr .75fr;
    gap:0;
  }
  .header-main .main-nav a {
    grid-column:auto;
    min-height:46px;
    padding:5px 6px;
    border-right:1px solid var(--line);
    border-bottom:0;
    font-size:10.5px;
    white-space:normal;
  }
  .header-main .main-nav a:last-child { border-right:0; }
  .header-main .main-nav a::after { height:2px; }
  .nav-full { display:none; }
  .nav-short { display:block; }
}

@media (max-width:680px) {
  .header-main .main-nav {
    flex-basis:calc(100% + 28px);
    margin-inline:-14px;
  }
  .header-main .main-nav a {
    min-height:44px;
    padding-inline:3px;
    font-size:9.5px;
    line-height:1.1;
  }
}

/* V10 — alinhamento dos cartões e proporção correta da logo do rodapé */
.footer-logo {
  width:88px;
  height:auto;
  object-fit:contain;
}
.hero-receptions-v6 .reception-card {
  min-width:0;
  display:flex;
  flex-direction:column;
}
.hero-receptions-v6 .reception-card figcaption {
  width:100%;
  min-width:0;
  flex:1;
}
.hero-receptions-v6 .reception-card figcaption > div {
  min-width:0;
  flex:1;
}
.hero-receptions-v6 .unit-wa-link {
  width:100%;
  max-width:185px;
  min-width:0;
  display:grid;
  gap:1px;
  padding:7px 10px;
  line-height:1.1;
  text-align:center;
  white-space:normal;
  overflow:hidden;
}
.hero-receptions-v6 .unit-wa-link span,
.hero-receptions-v6 .unit-wa-link strong { display:block; }
.hero-receptions-v6 .unit-wa-link strong {
  font-size:11px;
  letter-spacing:0;
}

@media (max-width:680px) {
  .footer-logo { width:76px; height:auto; }
  .hero-receptions-v6 .reception-card figcaption > div {
    min-height:50px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
  }
  .hero-receptions-v6 .unit-wa-link {
    max-width:none;
    min-height:44px;
    padding:6px 4px;
    font-size:9px;
  }
  .hero-receptions-v6 .unit-wa-link strong { font-size:9.5px; }
}

/* V11 — respostas compactas e metadados editoriais */
.faq-section { border-top:1px solid var(--line); }
.faq-list {
  max-width:900px;
  margin-top:24px;
  border-top:1px solid var(--line);
}
.faq-list details { border-bottom:1px solid var(--line); }
.faq-list summary {
  position:relative;
  padding:18px 42px 18px 0;
  color:var(--ink);
  font-weight:800;
  cursor:pointer;
  list-style:none;
}
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after {
  content:'+';
  position:absolute;
  right:8px;
  top:50%;
  transform:translateY(-50%);
  color:var(--red);
  font-size:24px;
  line-height:1;
}
.faq-list details[open] summary::after { content:'−'; }
.faq-list details p {
  max-width:760px;
  margin:-4px 0 18px;
  color:var(--muted);
}
.faq-more { margin:20px 0 0; }
.article-meta {
  display:flex;
  flex-wrap:wrap;
  gap:6px 10px;
  margin:18px 0 0;
  color:var(--muted);
  font-size:13px;
}

@media (max-width:680px) {
  .faq-list summary { padding-block:15px; font-size:15px; }
  .faq-list details p { font-size:14px; }
  .article-meta { font-size:12px; }
}


/* v17: WhatsApp icon and compact Express paid-traffic strip */
.whatsapp-icon { width:18px; height:18px; flex:0 0 18px; display:block; }
.btn-whatsapp { display:inline-flex; align-items:center; justify-content:center; gap:8px; }
.whatsapp-float-icon { width:22px; height:22px; flex:0 0 22px; display:block; }
.whatsapp-float-label { display:inline; }

.express-strip { background:#171717; color:#fff; border-bottom:1px solid rgba(255,255,255,.08); }
.express-strip-inner { min-height:58px; display:flex; align-items:center; justify-content:space-between; gap:24px; padding-top:8px; padding-bottom:8px; }
.express-copy { display:flex; align-items:center; gap:14px; min-width:0; }
.express-copy strong { display:flex; align-items:center; gap:9px; font-size:14px; line-height:1.25; white-space:nowrap; }
.express-copy > span { color:#dedede; font-size:12.5px; line-height:1.35; }
.express-label { display:inline-flex; align-items:center; min-height:25px; padding:0 8px; border-radius:6px; background:var(--red); color:#fff; font-size:10px; line-height:1; letter-spacing:.08em; font-weight:900; }
.express-link { flex:0 0 auto; display:inline-flex; align-items:center; gap:6px; min-height:38px; padding:0 12px; border:1px solid rgba(255,255,255,.28); border-radius:9px; color:#fff; font-size:12px; font-weight:850; white-space:nowrap; }
.express-link:hover { background:#fff; color:#171717; }

@media (max-width:900px) {
  .express-strip-inner { gap:12px; }
  .express-copy { display:block; }
  .express-copy strong { white-space:normal; font-size:13px; }
  .express-copy > span { display:block; margin-top:3px; font-size:11.5px; }
}
@media (max-width:620px) {
  .express-strip-inner { min-height:0; padding-top:9px; padding-bottom:9px; align-items:flex-start; }
  .express-copy strong { display:block; line-height:1.3; }
  .express-label { margin-right:7px; vertical-align:1px; }
  .express-copy > span { max-width:290px; }
  .express-link { min-height:34px; padding:0 9px; font-size:0; }
  .express-link span { font-size:16px; }
  .whatsapp-float-label { display:none; }
}


/* v18: Express as the main campaign while keeping the lead form immediately visible */
.hero-v18 {
  padding:42px 0 46px;
  background:
    radial-gradient(circle at 8% 18%, rgba(242,24,43,.055), transparent 31%),
    linear-gradient(180deg,#fff 0%,#fcfcfc 100%);
  border-bottom:1px solid var(--line);
}
.hero-v18-grid {
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);
  gap:52px;
  align-items:start;
}
.hero-v18-copy { padding-top:4px; min-width:0; }
.hero-v18 .hero-kicker { margin-bottom:12px; }
.hero-seo-title {
  margin:0 0 20px;
  max-width:760px;
  font-size:clamp(20px,2vw,27px);
  line-height:1.18;
  letter-spacing:-.025em;
  color:#3f3f3f;
  font-weight:780;
}
.express-hero-block {
  max-width:790px;
  padding:4px 0 2px 24px;
  border-left:5px solid var(--red);
}
.express-hero-label {
  display:inline-flex;
  align-items:center;
  min-height:29px;
  margin:0 0 12px;
  padding:0 10px;
  border-radius:7px;
  background:var(--red);
  color:#fff;
  font-size:11px;
  line-height:1;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.express-hero-title {
  margin:0;
  max-width:760px;
  font-size:clamp(46px,5vw,70px);
  line-height:.98;
  letter-spacing:-.052em;
  font-weight:900;
  color:#181818;
  text-wrap:balance;
}
.express-hero-title strong { color:var(--red-dark); font-weight:950; }
.express-hero-subtitle {
  max-width:700px;
  margin:20px 0 0;
  color:#4f4f4f;
  font-size:18px;
  line-height:1.48;
  font-weight:580;
}
.express-hero-points {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:19px;
}
.express-hero-points span {
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 11px;
  border:1px solid #e1e1e1;
  border-radius:999px;
  background:#fff;
  color:#343434;
  font-size:12px;
  font-weight:800;
}
.express-hero-points span::before {
  content:'✓';
  margin-right:6px;
  color:var(--red);
  font-weight:950;
}
.express-hero-actions {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:16px;
  margin-top:23px;
}
.express-hero-actions .btn { min-height:50px; padding-inline:22px; }
.express-whatsapp-link {
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  color:var(--green);
  font-size:13px;
  font-weight:900;
}
.express-whatsapp-link:hover { text-decoration:underline; text-underline-offset:3px; }
.express-hero-note { margin:12px 0 0; color:var(--muted); font-size:11.5px; }
.hero-v18-form { min-width:0; }
.hero-v18-form .hero-lead-form {
  margin:0;
  padding:28px;
  border:1px solid #dedede;
  border-radius:22px;
  background:#fff;
  box-shadow:0 20px 48px rgba(28,28,28,.11);
}
.hero-v18-form .form-heading { margin-bottom:18px; }
.hero-v18-form .form-heading h2 { font-size:28px; line-height:1.05; margin-bottom:7px; }
.hero-v18-form .field { margin-bottom:13px; }
.hero-v18-form .field input { min-height:50px; font-size:16px; }
.hero-v18-form .segment-options label { min-height:45px; }
.hero-v18-form .form-submit { min-height:50px; }
.hero-v18-form { scroll-margin-top:110px; }
#formulario-home { scroll-margin-top:110px; }
.unit-whatsapp .whatsapp-icon { width:16px; height:16px; flex-basis:16px; margin-right:7px; }

/* The smaller Express strip remains on teen/adult course pages, but with a cleaner finish. */
.express-strip { background:#fff; color:#1f1f1f; border-top:1px solid #ececec; border-bottom:1px solid #dedede; }
.express-copy > span { color:#666; }
.express-link { border-color:#d9d9d9; background:#181818; color:#fff; }
.express-link:hover { background:var(--red-dark); color:#fff; border-color:var(--red-dark); }

@media (max-width:980px) {
  .hero-v18 { padding:30px 0 36px; }
  .hero-v18-grid { grid-template-columns:1fr; gap:24px; }
  .hero-v18-copy, .express-hero-block { max-width:760px; }
  .hero-v18-form { max-width:720px; width:100%; }
}

@media (max-width:680px) {
  .hero-v18 { padding:20px 0 28px; }
  .hero-v18-grid { gap:17px; }
  .hero-v18 .hero-kicker { margin-bottom:8px; font-size:9.5px; padding:6px 9px; }
  .hero-seo-title { margin-bottom:13px; font-size:18px; line-height:1.18; max-width:330px; }
  .express-hero-block { padding-left:14px; border-left-width:4px; }
  .express-hero-label { min-height:25px; margin-bottom:9px; padding-inline:8px; font-size:9.5px; }
  .express-hero-title { font-size:clamp(34px,10.2vw,41px); line-height:1; letter-spacing:-.047em; }
  .express-hero-subtitle { margin-top:13px; font-size:15px; line-height:1.4; }
  .express-hero-points { margin-top:13px; gap:6px; }
  .express-hero-points span { min-height:29px; padding-inline:8px; font-size:10.5px; }
  .express-hero-actions { margin-top:15px; gap:10px 14px; }
  .express-hero-actions .btn { min-height:46px; padding-inline:18px; font-size:13px; }
  .express-whatsapp-link { min-height:38px; font-size:12px; }
  .express-hero-note { margin-top:7px; font-size:10.5px; }
  .hero-v18-form .hero-lead-form { padding:19px; border-radius:17px; box-shadow:0 10px 28px rgba(28,28,28,.09); }
  .hero-v18-form .form-heading { margin-bottom:14px; }
  .hero-v18-form .form-heading h2 { font-size:23px; }
  .hero-v18-form .form-heading p { font-size:12.5px; }
  .hero-v18-form .field { margin-bottom:10px; }
  .hero-v18-form .field label, .hero-v18-form legend { font-size:12px; }
  .hero-v18-form .field input { min-height:47px; }
  .hero-v18-form .segment-options { gap:6px; }
  .hero-v18-form .segment-options label { min-height:42px; padding:6px 4px; font-size:11px; }
  .hero-v18-form .form-submit { min-height:47px; }
  .hero-v18-form .form-note { margin-top:9px; font-size:9.5px; line-height:1.35; }
}

/* v19 — mobile-first, menos texto e mais conversão */
.mobile-cta-bar { display:none; }

/* Header limpo: uma linha no celular, navegação somente quando solicitada */
@media (min-width:981px) {
  .site-header .mobile-toggle,
  .site-header .mobile-menu { display:none !important; }
}
@media (max-width:980px) {
  .site-header { position:sticky; top:0; background:rgba(255,255,255,.98); border-top:2px solid var(--red); }
  .header-main { min-height:64px; padding:7px 0; flex-wrap:nowrap; gap:10px; }
  .header-main .brand { min-width:0; }
  .header-main .brand img { width:76px; height:auto; }
  .header-main .brand-text { display:none; }
  .header-main .main-nav { display:none !important; }
  .header-main .header-actions { display:flex !important; align-items:center; gap:7px; margin-left:auto; }
  .header-main .btn-whatsapp { min-height:40px; padding:0 12px; border-radius:10px; font-size:12px; }
  .mobile-toggle { display:grid !important; place-items:center; width:40px; height:40px; border:1px solid var(--line); border-radius:10px; background:#fff; color:#222; font-size:20px; line-height:1; }
  .mobile-menu { display:none; padding:4px 14px 12px; background:#fff; border-top:1px solid var(--line); box-shadow:0 14px 28px rgba(0,0,0,.06); }
  .mobile-menu.open { display:block; }
  .mobile-menu a { padding:12px 2px; border-bottom:1px solid #efefef; font-size:14px; font-weight:800; }
  .mobile-menu a:last-child { border-bottom:0; }
}

/* Hero */
.hero-v19 { padding:56px 0 54px; background:#fff; border-bottom:1px solid var(--line); }
.hero-v19-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(380px,.82fr); gap:54px; align-items:center; }
.hero-v19-copy { min-width:0; }
.hero-v19-kicker { margin:0 0 15px; color:var(--red-dark); font-size:12px; font-weight:900; letter-spacing:.12em; }
.hero-v19 h1 { max-width:760px; margin:0; font-size:clamp(48px,5.5vw,74px); line-height:.98; letter-spacing:-.055em; font-weight:920; text-wrap:balance; }
.hero-v19 h1 strong { color:var(--red); }
.hero-v19-sub { max-width:650px; margin:20px 0 0; color:#4f4f4f; font-size:19px; line-height:1.45; }
.hero-v19-points { display:flex; flex-wrap:wrap; gap:8px; margin-top:20px; }
.hero-v19-points span { display:inline-flex; align-items:center; min-height:34px; padding:0 11px; border:1px solid #e1e1e1; border-radius:999px; background:#fff; font-size:12px; font-weight:850; }
.hero-v19-points span::before { content:'✓'; margin-right:6px; color:var(--red); font-weight:950; }
.hero-v19-actions { display:flex; align-items:center; flex-wrap:wrap; gap:16px; margin-top:26px; }
.btn-lg { min-height:52px; padding-inline:22px; font-size:15px; border-radius:13px; }
.hero-v19-secondary { color:#2d2d2d; font-size:14px; font-weight:850; text-decoration:underline; text-underline-offset:4px; }
.hero-v19-trust { margin:16px 0 0; color:var(--muted); font-size:12.5px; }
.hero-v19-photo { position:relative; margin:0; overflow:hidden; aspect-ratio:4/3; border-radius:24px; background:#eee; box-shadow:0 18px 48px rgba(0,0,0,.11); }
.hero-v19-photo img { display:block; width:100%; height:100%; object-fit:cover; }
.hero-v19-photo figcaption { position:absolute; left:14px; right:14px; bottom:14px; display:grid; gap:2px; padding:12px 14px; border-radius:13px; background:rgba(255,255,255,.93); backdrop-filter:blur(8px); }
.hero-v19-photo figcaption strong { font-size:13px; }
.hero-v19-photo figcaption span { color:var(--muted); font-size:11px; }

.quick-proof { border-bottom:1px solid var(--line); background:#fafafa; }
.quick-proof-grid { display:grid; grid-template-columns:repeat(3,1fr); }
.quick-proof-grid > div { padding:22px 24px; border-right:1px solid var(--line); }
.quick-proof-grid > div:last-child { border-right:0; }
.quick-proof strong, .quick-proof span { display:block; }
.quick-proof strong { font-size:17px; }
.quick-proof span { margin-top:2px; color:var(--muted); font-size:12px; }

.section-v19 { padding:72px 0; }
.v19-heading { max-width:700px; margin-bottom:28px; }
.v19-heading h2 { margin-bottom:8px; }
.v19-heading > p:last-child { margin:0; color:var(--muted); font-size:16px; }

/* Unidades: foto + um único CTA */
.units-v19 { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.unit-v19 { overflow:hidden; border:1px solid var(--line); border-radius:22px; background:#fff; box-shadow:0 8px 28px rgba(0,0,0,.05); }
.unit-v19 > img { display:block; width:100%; height:260px; object-fit:cover; }
.unit-v19 > div { padding:22px; }
.unit-v19-name { margin:0; font-size:21px; font-weight:900; letter-spacing:-.02em; }
.unit-v19-address { margin:5px 0 17px; color:var(--muted); font-size:13px; }
.unit-v19 .btn { width:100%; }

/* Público: leitura em segundos */
.audience-v19 { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.audience-v19 a { position:relative; display:grid; gap:4px; min-height:154px; padding:24px; border:1px solid var(--line); border-radius:18px; background:#fff; transition:.18s ease; }
.audience-v19 a:hover { transform:translateY(-2px); border-color:#d7d7d7; box-shadow:0 10px 28px rgba(0,0,0,.06); }
.audience-v19 .audience-age { width:max-content; padding:4px 8px; border-radius:999px; background:var(--red-soft); color:var(--red-dark); font-size:11px; font-weight:900; }
.audience-v19 strong { margin-top:8px; font-size:20px; }
.audience-v19 small { color:var(--muted); font-size:13px; }

/* Benefícios compactos */
.benefit-grid-v19 { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; overflow:hidden; border:1px solid var(--line); border-radius:18px; background:var(--line); }
.benefit-grid-v19 > div { min-height:150px; padding:24px; background:#fff; }
.benefit-grid-v19 strong, .benefit-grid-v19 span { display:block; }
.benefit-grid-v19 strong { font-size:18px; }
.benefit-grid-v19 span { margin-top:7px; color:var(--muted); font-size:13px; line-height:1.45; }
.simple-links-v19 { display:flex; flex-wrap:wrap; gap:20px; margin-top:18px; }
.simple-links-v19 a { color:var(--red-dark); font-size:13px; font-weight:850; }

.cta-v19 { display:flex; align-items:center; justify-content:space-between; gap:28px; }
.cta-v19 h2 { margin-bottom:8px; }
.cta-v19 p { margin-bottom:0; color:#555; }

.faq-v19 { max-width:760px; margin-top:0; }
.form-shell-v19 { display:grid; grid-template-columns:minmax(0,.75fr) minmax(360px,1fr); gap:46px; align-items:start; }
.form-intro-v19 { padding-top:10px; }
.form-intro-v19 h2 { margin-bottom:10px; }
.form-intro-v19 > p:last-child { color:var(--muted); }
.form-shell-v19 .lead-form { max-width:620px; width:100%; margin-left:auto; }
.form-shell-v19 .hero-lead-form { padding:24px; box-shadow:0 12px 34px rgba(0,0,0,.07); }
.form-shell-v19 .form-heading h2 { font-size:26px; }

@media (max-width:980px) {
  .hero-v19-grid { grid-template-columns:1fr; gap:30px; }
  .hero-v19-copy { max-width:760px; }
  .hero-v19-photo { max-width:760px; }
  .benefit-grid-v19 { grid-template-columns:1fr 1fr; }
  .form-shell-v19 { grid-template-columns:1fr; gap:18px; }
  .form-shell-v19 .lead-form { margin-left:0; }
}

@media (max-width:680px) {
  body { padding-bottom:66px; }
  .container { width:calc(100% - 28px); }
  .hero-v19 { padding:26px 0 28px; }
  .hero-v19-grid { gap:22px; }
  .hero-v19-kicker { margin-bottom:10px; font-size:10px; }
  .hero-v19 h1 { font-size:clamp(39px,11.8vw,48px); line-height:.99; letter-spacing:-.05em; }
  .hero-v19-sub { margin-top:14px; font-size:16px; line-height:1.4; }
  .hero-v19-points { margin-top:14px; gap:6px; }
  .hero-v19-points span { min-height:30px; padding:0 8px; font-size:10.5px; }
  .hero-v19-actions { margin-top:17px; gap:12px; }
  .hero-v19-actions .btn { width:100%; min-height:50px; }
  .hero-v19-secondary { width:100%; text-align:center; font-size:12.5px; }
  .hero-v19-trust { margin-top:12px; font-size:11px; }
  .hero-v19-photo { border-radius:17px; box-shadow:none; }
  .hero-v19-photo { aspect-ratio:16/10; }
  .hero-v19-photo figcaption { left:9px; right:9px; bottom:9px; padding:9px 11px; }

  .quick-proof-grid { grid-template-columns:repeat(3,1fr); }
  .quick-proof-grid > div { padding:14px 8px; text-align:center; }
  .quick-proof strong { font-size:12.5px; line-height:1.15; }
  .quick-proof span { font-size:9.5px; line-height:1.25; }

  .section-v19 { padding:48px 0; }
  .v19-heading { margin-bottom:20px; }
  .v19-heading h2 { font-size:30px; line-height:1.02; }
  .v19-heading > p:last-child { font-size:14px; }
  .units-v19 { grid-template-columns:1fr; gap:14px; }
  .unit-v19 { border-radius:16px; box-shadow:none; }
  .unit-v19 > img { height:190px; }
  .unit-v19 > div { padding:17px; }
  .unit-v19-name { font-size:19px; }
  .unit-v19-address { margin-bottom:13px; }
  .unit-v19 .btn { min-height:47px; }

  .audience-v19 { grid-template-columns:1fr; gap:9px; }
  .audience-v19 a { min-height:0; grid-template-columns:auto 1fr; grid-template-areas:'age title' 'age sub'; column-gap:12px; row-gap:2px; align-items:center; padding:15px; border-radius:14px; }
  .audience-v19 .audience-age { grid-area:age; min-width:46px; text-align:center; }
  .audience-v19 strong { grid-area:title; margin:0; font-size:17px; }
  .audience-v19 small { grid-area:sub; font-size:12px; }

  .benefit-grid-v19 { grid-template-columns:1fr 1fr; border-radius:14px; }
  .benefit-grid-v19 > div { min-height:132px; padding:16px; }
  .benefit-grid-v19 strong { font-size:16px; }
  .benefit-grid-v19 span { margin-top:5px; font-size:11.5px; line-height:1.38; }
  .simple-links-v19 { gap:12px 18px; margin-top:15px; }
  .simple-links-v19 a { font-size:12px; }

  .cta-v19 { align-items:stretch; flex-direction:column; gap:18px; }
  .cta-v19 h2 { font-size:31px; }
  .cta-v19 .btn { width:100%; }
  .faq-v19 summary { font-size:14px; }
  .faq-v19 details p { font-size:13px; }
  .form-shell-v19 { gap:12px; }
  .form-intro-v19 h2 { font-size:30px; }
  .form-shell-v19 .hero-lead-form { padding:18px; border-radius:16px; }
  .form-shell-v19 .form-heading h2 { font-size:22px; }
  .form-shell-v19 .form-heading p { font-size:12px; }
  .form-shell-v19 .segment-options { grid-template-columns:repeat(3,1fr); }
  .form-shell-v19 .segment-options label { padding:8px 4px; font-size:10.5px; }

  .site-footer { padding-top:38px; }
  .footer-grid { grid-template-columns:1fr 1fr; gap:24px; }
  .footer-grid > div:nth-child(2), .footer-grid > div:nth-child(3) { display:none; }
  .footer-bottom { margin-top:26px; padding:16px 0; }
  .footer-bottom p { font-size:10px; line-height:1.45; }

  .whatsapp-float { display:none !important; }
  .mobile-cta-bar { position:fixed; left:10px; right:10px; bottom:10px; z-index:200; display:flex; align-items:center; justify-content:center; gap:8px; min-height:48px; border-radius:13px; background:var(--green); color:#fff; box-shadow:0 8px 26px rgba(0,0,0,.22); font-size:14px; font-weight:900; }
  .mobile-cta-bar .whatsapp-icon { width:19px; height:19px; }
}

/* v20 — home visual, mobile-first, curta e orientada a WhatsApp */
.home20-hero { padding:24px 0 0; background:#fff; }
.home20-hero-card { position:relative; min-height:590px; overflow:hidden; border-radius:30px; background:#1c1c1c; box-shadow:0 22px 60px rgba(0,0,0,.13); }
.home20-hero-image { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.home20-hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,0,0,.76) 0%,rgba(0,0,0,.58) 42%,rgba(0,0,0,.14) 77%,rgba(0,0,0,.06) 100%); }
.home20-hero-copy { position:relative; z-index:2; display:flex; flex-direction:column; justify-content:center; min-height:590px; max-width:650px; padding:72px; color:#fff; }
.home20-kicker { margin:0 0 18px; font-size:11px; font-weight:900; letter-spacing:.15em; opacity:.88; }
.home20-hero h1 { margin:0; color:#fff; font-size:clamp(54px,6vw,82px); line-height:.92; letter-spacing:-.055em; font-weight:920; }
.home20-hero h1 strong { color:#ff3040; }
.home20-hero-sub { margin:23px 0 0; color:rgba(255,255,255,.9); font-size:19px; line-height:1.45; font-weight:620; }
.home20-hero-actions { display:flex; align-items:center; flex-wrap:wrap; gap:18px; margin-top:30px; }
.home20-main-cta { min-height:54px; padding:0 21px; border-radius:14px; background:#fff; color:#171717; font-size:14px; font-weight:900; box-shadow:0 8px 22px rgba(0,0,0,.13); }
.home20-main-cta:hover { background:#f6f6f6; }
.home20-main-cta .whatsapp-icon { color:var(--green); }
.home20-hero-link { color:#fff; font-size:13px; font-weight:850; text-decoration:underline; text-underline-offset:4px; }
.home20-local-pill { position:absolute; z-index:2; right:22px; bottom:22px; display:grid; gap:2px; min-width:132px; padding:13px 15px; border:1px solid rgba(255,255,255,.26); border-radius:14px; background:rgba(255,255,255,.9); color:#171717; backdrop-filter:blur(10px); }
.home20-local-pill strong { font-size:15px; }
.home20-local-pill span { color:#666; font-size:11px; }

.home20-section { padding:76px 0; }
.home20-heading { margin-bottom:28px; }
.home20-heading p { margin:0 0 8px; color:var(--red-dark); font-size:11px; font-weight:900; letter-spacing:.13em; }
.home20-heading h2 { margin:0; font-size:clamp(36px,4.3vw,54px); line-height:.98; letter-spacing:-.045em; }

.home20-audience { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.home20-audience a { display:grid; grid-template-columns:1fr auto; grid-template-areas:'age arrow' 'title arrow'; align-items:center; min-height:150px; padding:24px; border:1px solid var(--line); border-radius:20px; background:#fff; transition:.18s ease; }
.home20-audience a:hover { transform:translateY(-2px); border-color:#d4d4d4; box-shadow:0 12px 32px rgba(0,0,0,.06); }
.home20-audience span { grid-area:age; align-self:end; width:max-content; padding:4px 9px; border-radius:999px; background:var(--red-soft); color:var(--red-dark); font-size:11px; font-weight:900; }
.home20-audience strong { grid-area:title; align-self:start; margin-top:8px; font-size:22px; letter-spacing:-.025em; }
.home20-audience em { grid-area:arrow; color:#5f5f5f; font-size:12px; font-style:normal; font-weight:850; }

.home20-benefits-section { background:#f7f7f7; }
.home20-benefits { display:grid; grid-template-columns:repeat(4,1fr); overflow:hidden; border:1px solid #e5e5e5; border-radius:20px; background:#e5e5e5; gap:1px; }
.home20-benefits > div { display:grid; align-content:start; min-height:155px; padding:24px; background:#fff; }
.home20-benefits b { color:var(--red); font-size:11px; letter-spacing:.06em; }
.home20-benefits strong { margin-top:22px; font-size:18px; }
.home20-benefits span { margin-top:5px; color:var(--muted); font-size:12.5px; }
.home20-inline-link { display:inline-block; margin-top:18px; color:var(--red-dark); font-size:13px; font-weight:850; }

.home20-express-section { padding:32px 0 76px; background:#f7f7f7; }
.home20-express-card { display:grid; grid-template-columns:1.25fr .75fr; gap:42px; align-items:end; padding:48px; border-radius:28px; background:var(--red); color:#fff; box-shadow:0 18px 50px rgba(242,24,43,.18); }
.home20-express-label { margin:0 0 11px; font-size:11px; font-weight:950; letter-spacing:.16em; opacity:.86; }
.home20-express-card h2 { margin:0; color:#fff; font-size:clamp(44px,5vw,66px); line-height:.94; letter-spacing:-.055em; }
.home20-express-card h2 strong { color:#fff; }
.home20-express-card > div > p:last-child { max-width:580px; margin:18px 0 0; color:rgba(255,255,255,.88); font-size:16px; }
.home20-express-side { display:grid; gap:20px; justify-items:stretch; }
.home20-express-points { display:flex; flex-wrap:wrap; gap:8px; }
.home20-express-points span { padding:8px 10px; border:1px solid rgba(255,255,255,.28); border-radius:999px; background:rgba(255,255,255,.1); font-size:11px; font-weight:850; }
.home20-express-cta { width:100%; min-height:52px; border-radius:13px; background:#fff; color:var(--red-dark); font-weight:900; }
.home20-express-cta .whatsapp-icon { color:var(--green); }

.home20-units { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.home20-unit-card { position:relative; min-height:360px; overflow:hidden; border-radius:24px; background:#222; }
.home20-unit-card > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .28s ease; }
.home20-unit-card:hover > img { transform:scale(1.02); }
.home20-unit-shade { position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,.04) 35%,rgba(0,0,0,.76) 100%); }
.home20-unit-copy { position:absolute; z-index:2; left:22px; right:22px; bottom:20px; display:flex; align-items:end; justify-content:space-between; gap:16px; color:#fff; }
.home20-unit-copy > div { display:grid; gap:4px; }
.home20-unit-copy strong { color:#fff; font-size:26px; line-height:1; }
.home20-unit-copy span { color:rgba(255,255,255,.82); font-size:12px; }
.home20-unit-copy a { flex:0 0 auto; padding:10px 12px; border-radius:10px; background:#fff; color:#191919; font-size:12px; font-weight:900; }

.home20-faq-section { background:#fafafa; }
.home20-faq-wrap { display:grid; grid-template-columns:.72fr 1.28fr; gap:54px; align-items:start; }
.home20-faq { max-width:none; margin:0; }
.home20-faq details { background:#fff; }

.home20-final { padding:0 0 76px; background:#fafafa; }
.home20-final-inner { display:flex; align-items:center; justify-content:space-between; gap:24px; padding:28px 30px; border:1px solid var(--line); border-radius:20px; background:#fff; }
.home20-final-inner > div { display:grid; gap:3px; }
.home20-final-inner strong { font-size:21px; }
.home20-final-inner span { color:var(--muted); font-size:13px; }
.home20-final .home20-main-cta { background:var(--green); color:#fff; box-shadow:none; }
.home20-final .home20-main-cta .whatsapp-icon { color:#fff; }

@media (max-width:980px) {
  .home20-hero-copy { padding:54px; }
  .home20-benefits { grid-template-columns:1fr 1fr; }
  .home20-express-card { grid-template-columns:1fr; align-items:start; }
  .home20-faq-wrap { grid-template-columns:1fr; gap:20px; }
}

@media (max-width:680px) {
  .site-header .header-main .btn-whatsapp { display:none !important; }
  .home20-hero { padding:10px 0 0; }
  .home20-hero .container { width:calc(100% - 20px); }
  .home20-hero-card { min-height:480px; border-radius:22px; box-shadow:none; }
  .home20-hero-image { object-position:58% center; }
  .home20-hero-shade { background:linear-gradient(0deg,rgba(0,0,0,.76) 0%,rgba(0,0,0,.48) 52%,rgba(0,0,0,.12) 100%); }
  .home20-hero-copy { justify-content:flex-end; min-height:480px; max-width:none; padding:30px 24px 82px; }
  .home20-kicker { margin-bottom:10px; font-size:9.5px; }
  .home20-hero h1 { font-size:clamp(44px,13vw,58px); line-height:.91; }
  .home20-hero-sub { margin-top:15px; font-size:15px; line-height:1.38; }
  .home20-hero-actions { margin-top:19px; gap:12px; }
  .home20-main-cta { width:100%; min-height:50px; justify-content:center; font-size:13px; }
  .home20-hero-link { width:100%; text-align:center; font-size:11.5px; }
  .home20-local-pill { display:none; }

  .home20-section { padding:50px 0; }
  .home20-heading { margin-bottom:18px; }
  .home20-heading p { margin-bottom:6px; font-size:9.5px; }
  .home20-heading h2 { font-size:34px; }

  .home20-audience { display:flex; gap:10px; overflow-x:auto; margin-right:-14px; padding-right:14px; scroll-snap-type:x mandatory; scrollbar-width:none; }
  .home20-audience::-webkit-scrollbar { display:none; }
  .home20-audience a { flex:0 0 74vw; min-height:128px; padding:18px; border-radius:16px; scroll-snap-align:start; }
  .home20-audience strong { font-size:20px; }
  .home20-audience em { font-size:11px; }

  .home20-benefits { grid-template-columns:1fr 1fr; border-radius:16px; }
  .home20-benefits > div { min-height:125px; padding:16px; }
  .home20-benefits b { font-size:9.5px; }
  .home20-benefits strong { margin-top:18px; font-size:15px; line-height:1.12; }
  .home20-benefits span { font-size:10.5px; line-height:1.3; }
  .home20-inline-link { font-size:11.5px; }

  .home20-express-section { padding:10px 0 50px; }
  .home20-express-card { gap:24px; padding:26px 22px; border-radius:20px; box-shadow:none; }
  .home20-express-label { font-size:9.5px; }
  .home20-express-card h2 { font-size:46px; }
  .home20-express-card > div > p:last-child { margin-top:13px; font-size:13.5px; line-height:1.4; }
  .home20-express-points span { padding:6px 8px; font-size:9.5px; }
  .home20-express-cta { min-height:48px; font-size:13px; }

  .home20-units { display:flex; gap:11px; overflow-x:auto; margin-right:-14px; padding-right:14px; scroll-snap-type:x mandatory; scrollbar-width:none; }
  .home20-units::-webkit-scrollbar { display:none; }
  .home20-unit-card { flex:0 0 86vw; min-height:300px; border-radius:18px; scroll-snap-align:start; }
  .home20-unit-copy { left:16px; right:16px; bottom:15px; align-items:flex-end; }
  .home20-unit-copy strong { font-size:22px; }
  .home20-unit-copy span { max-width:180px; font-size:10.5px; }
  .home20-unit-copy a { padding:9px 10px; font-size:10.5px; }

  .home20-faq-wrap { gap:10px; }
  .home20-faq summary { font-size:13px; }
  .home20-faq details p { font-size:12px; line-height:1.45; }

  .home20-final { padding:0 0 42px; }
  .home20-final-inner { flex-direction:column; align-items:stretch; padding:22px; border-radius:16px; }
  .home20-final-inner strong { font-size:18px; }
  .home20-final-inner span { font-size:11.5px; }
  .home20-final .home20-main-cta { width:100%; }
}
