.elementor-8662 .elementor-element.elementor-element-1324359{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8662 .elementor-element.elementor-element-1324359.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-8662 .elementor-element.elementor-element-1324359{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 *//* ============================================================
   LP Dr. Ruan Gabriel Reinaldo — estilos
   ============================================================ */

/* ============================================================
   TOKENS
   ============================================================ */
:root{
  --paper:      #F7F5F2;
  --paper-2:    #FFFFFF;
  --paper-3:    #EDE9E3;
  --ink:        #1A1512;
  --ink-2:      #4A423D;
  --ink-3:      #756B64;
  --garnet:     #9B2233;
  --garnet-2:   #C43B4F;
  --garnet-bg:  #F6E7E9;
  --wa:         #1FBF5B;
  --wa-hover:   #17A34C;
  --line:       #DCD7D0;
  --line-soft:  #E7E3DC;

  --display: "Bricolage Grotesque", "Archivo", sans-serif;
  --body:    "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --pad: clamp(20px, 5vw, 64px);
  --max: 1180px;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; }

body{
  margin:0;
  background:var(--paper);
  color:var(--ink-2);
  font-family:var(--body);
  font-size:18px;
  line-height:1.72;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

img{ max-width:100%; display:block; }
a{ color:inherit; }
:focus-visible{ outline:2px solid var(--garnet); outline-offset:3px; border-radius:2px; }
.wrap{ max-width:var(--max); margin-inline:auto; padding-inline:var(--pad); }

/* ============================================================
   TIPOGRAFIA
   ============================================================ */
.eyebrow{
  font-family:var(--body);
  font-size:11.5px; font-weight:700;
  letter-spacing:.2em; text-transform:uppercase;
  color:var(--garnet);
  margin:0 0 18px;
  display:flex; align-items:center; gap:12px;
}
.eyebrow::before{ content:""; width:24px; height:2px; background:var(--garnet); flex:none; }

h1,h2,h3{ font-family:var(--display); color:var(--ink); margin:0; font-weight:700; }
h1{ font-size:clamp(37px,5.6vw,64px); line-height:1.04; letter-spacing:-.03em; font-weight:800; }
h2{ font-size:clamp(28px,4vw,43px); line-height:1.14; letter-spacing:-.025em; margin-bottom:18px; }
h3{ font-size:19px; font-weight:700; letter-spacing:-.015em; line-height:1.35; margin:0 0 10px; }

.lede{ font-size:clamp(17px,1.9vw,19.5px); color:var(--ink-2); line-height:1.66; max-width:56ch; }

.src{ font-size:12px; line-height:1.5; color:var(--ink-3); letter-spacing:.02em; margin:14px 0 0; }

/* ============================================================
   BOTÕES
   ============================================================ */
.btn-wa{
  display:inline-flex; align-items:center; justify-content:center; gap:11px;
  background:var(--wa); color:#FFF;
  font-family:var(--body); font-size:16.5px; font-weight:700; letter-spacing:-.005em;
  text-decoration:none; padding:18px 32px;
  border-radius:999px; border:none; cursor:pointer;
  transition:background .18s ease, transform .18s ease, box-shadow .18s ease;
  box-shadow:0 10px 26px -12px rgba(31,191,91,.9);
}
.btn-wa:hover{ background:var(--wa-hover); transform:translateY(-2px); box-shadow:0 16px 34px -12px rgba(31,191,91,.95); }
.btn-wa svg{ width:21px; height:21px; flex:none; fill:currentColor; }
.btn-wa.sm{ padding:12px 22px; font-size:14.5px; box-shadow:none; }
.btn-wa.sm svg{ width:18px; height:18px; }

/* ============================================================
   HEADER
   ============================================================ */
.hdr{
  position:sticky; top:0; z-index:60;
  background:rgba(247,245,242,.82);
  backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid transparent;
  transition:border-color .3s ease, background .3s ease;
}
.hdr.stuck{ border-bottom-color:var(--line); background:rgba(247,245,242,.97); }
.hdr-in{
  max-width:var(--max); margin-inline:auto; padding:14px var(--pad);
  display:flex; align-items:center; justify-content:space-between; gap:18px;
}
.brand{ text-decoration:none; line-height:1.2; }
.brand b{ display:block; font-family:var(--display); font-size:19px; font-weight:700; letter-spacing:-.025em; color:var(--ink); }
.brand span{ display:block; font-size:10.5px; font-weight:600; letter-spacing:.15em; text-transform:uppercase; color:var(--ink-3); margin-top:2px; }

/* ============================================================
   HERO
   ============================================================ */
.hero{
  position:relative;
  padding-top:clamp(42px,5.5vw,72px);
  padding-bottom:0;
  overflow:hidden;
}
.hero::after{
  content:""; position:absolute; top:-220px; right:-180px;
  width:640px; height:640px;
  background:radial-gradient(circle, rgba(155,34,51,.10) 0%, rgba(155,34,51,0) 68%);
  pointer-events:none; z-index:0;
}
.hero-grid{
  position:relative; z-index:1;
  display:grid; grid-template-columns:1.04fr .96fr;
  gap:clamp(32px,5vw,60px); align-items:center;
}

.badge{
  display:inline-flex; align-items:center; gap:9px;
  background:var(--garnet-bg); color:var(--garnet);
  border-radius:999px; padding:7px 16px 7px 12px;
  font-size:13px; font-weight:700; letter-spacing:.01em;
  margin-bottom:20px;
}
.badge .dot{
  width:7px; height:7px; border-radius:50%; background:var(--garnet);
  animation:beat 1.5s ease-in-out infinite;
}
@keyframes beat{
  0%,100%{ transform:scale(1); opacity:1; }
  25%{ transform:scale(1.55); opacity:.65; }
  50%{ transform:scale(1); opacity:1; }
  62%{ transform:scale(1.35); opacity:.75; }
}

.hero h1 .line2{ display:block; color:var(--garnet); }
.hero .lede{ margin:22px 0 0; }
.hero-cta{ margin-top:26px; }

.hero-media{ position:relative; }
.hero-media img{
  width:100%; aspect-ratio:4/5; object-fit:cover;
  border-radius:3px 3px 130px 130px;
}
.hero-media::before{
  content:""; position:absolute; inset:14px -14px -14px 14px;
  border:1.5px solid var(--line);
  border-radius:3px 3px 130px 130px; z-index:-1;
}
.photo-chip{
  position:absolute; left:-14px; bottom:56px; z-index:2;
  background:var(--paper-2); border:1px solid var(--line);
  border-left:3px solid var(--garnet);
  border-radius:3px; padding:12px 18px;
  box-shadow:0 14px 32px -18px rgba(26,21,18,.5);
  line-height:1.25;
}
.photo-chip b{
  display:block; font-family:var(--display); font-size:24px; font-weight:800;
  letter-spacing:-.03em; color:var(--ink);
}
.photo-chip span{
  display:block; font-size:11.5px; font-weight:600; letter-spacing:.11em;
  text-transform:uppercase; color:var(--ink-3); margin-top:2px;
}

/* ---- CAIXAS DE DIFERENCIAIS ---- */
.diffs{
  position:relative; z-index:1;
  margin-top:clamp(34px,4.4vw,54px);
  display:grid; grid-template-columns:repeat(4,1fr);
  gap:clamp(14px,1.8vw,20px);
}
.diff{
  background:var(--paper-2);
  border:1px solid var(--line);
  border-top:3px solid var(--garnet);
  border-radius:4px;
  padding:24px 22px 22px;
  transition:transform .22s ease, box-shadow .22s ease;
}
.diff:hover{ transform:translateY(-4px); box-shadow:0 18px 36px -22px rgba(26,21,18,.55); }
.diff .mark{ width:28px; height:28px; margin-bottom:14px; color:var(--garnet); }
.diff .mark svg{ width:100%; height:100%; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.diff h3{ font-size:16.5px; margin-bottom:7px; letter-spacing:-.02em; }
.diff p{ margin:0; font-size:14.5px; line-height:1.55; color:var(--ink-2); }

/* ---- FAIXA DE CIDADES ---- */
.cities-strip{
  position:relative; z-index:1;
  margin-top:clamp(26px,3.2vw,38px);
  background:var(--paper-2);
  border:1px solid var(--line);
  border-radius:4px;
  padding:20px clamp(20px,2.6vw,30px);
  display:flex; flex-wrap:wrap; align-items:center; gap:14px clamp(20px,3vw,40px);
}
.cities-strip .lbl{
  font-size:11.5px; font-weight:700; letter-spacing:.18em; text-transform:uppercase;
  color:var(--ink-3); flex:none;
}
.cities-strip .list{ display:flex; flex-wrap:wrap; gap:12px clamp(18px,2.6vw,34px); }
.cities-strip .item{
  display:flex; align-items:center; gap:9px;
  font-family:var(--display); font-size:19px; font-weight:700;
  letter-spacing:-.02em; color:var(--ink);
}
.cities-strip .item svg{ width:17px; height:17px; flex:none; fill:none; stroke:var(--garnet); stroke-width:1.8; }

/* ---- MONITOR ECG ---- */
.monitor{
  position:relative;
  margin-top:clamp(30px,4vw,46px);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:var(--paper-2);
  overflow:hidden;
  height:96px;
}
.monitor-strip{ position:absolute; inset:0; width:200%; animation:scrollEcg 3.2s linear infinite; }
.monitor svg{ width:100%; height:100%; display:block; }
.monitor path{ fill:none; stroke:var(--garnet-2); stroke-width:2.4; stroke-linecap:round; stroke-linejoin:round; }
@keyframes scrollEcg{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }
.monitor::before,.monitor::after{ content:""; position:absolute; top:0; bottom:0; width:14%; z-index:2; pointer-events:none; }
.monitor::before{ left:0;  background:linear-gradient(90deg, var(--paper-2), rgba(255,255,255,0)); }
.monitor::after{  right:0; background:linear-gradient(270deg, var(--paper-2), rgba(255,255,255,0)); }

/* ============================================================
   FAIXA DE DADOS
   ============================================================ */
.stats{ background:var(--ink); color:#EDE9E3; }
.stats-in{
  max-width:var(--max); margin-inline:auto; padding-inline:var(--pad);
  display:grid; grid-template-columns:repeat(4,1fr);
}
.stat{ padding:34px 26px 34px 9px; border-right:1px solid rgba(237,233,227,.14); }
.stat:last-child{ border-right:none; padding-right:0; }
.stat b{
  display:block; font-family:var(--display);
  font-size:clamp(34px,4.2vw,50px); font-weight:800;
  letter-spacing:-.035em; line-height:1; color:#FFF; margin-bottom:10px;
}
.stat.accent b{ color:#FF7A8C; }
.stat b .suf{ font-size:.5em; font-weight:700; letter-spacing:-.01em; }
.stat p{ margin:0; font-size:14.5px; line-height:1.5; color:rgba(237,233,227,.78); }
.stats-src{
  max-width:var(--max); margin-inline:auto; padding:0 var(--pad) 26px;
  font-size:12px; color:rgba(237,233,227,.5);
}

/* ============================================================
   SEÇÕES
   ============================================================ */
section{ padding-block:clamp(56px,7.5vw,98px); }
section.tight{ padding-block:clamp(46px,6vw,72px); }
.band{ background:var(--paper-3); }
.sec-head{ max-width:670px; margin-bottom:clamp(32px,4vw,50px); }

/* ============================================================
   GRÁFICOS
   ============================================================ */
.charts{ display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:clamp(20px,2.6vw,30px); }
.chart{
  background:var(--paper-2); border:1px solid var(--line);
  border-radius:4px; padding:30px 28px 26px;
  display:flex; flex-direction:column;
}
.chart h3{ font-size:18px; margin-bottom:6px; }
.chart .sub{ margin:0 0 22px; font-size:14.5px; color:var(--ink-3); line-height:1.5; }
.chart .figure{ margin-top:auto; }
.chart .read{ margin:20px 0 0; font-size:15px; color:var(--ink-2); line-height:1.55; }
.chart .read strong{ color:var(--ink); font-weight:700; }

.donut{ display:block; margin:0 auto; width:100%; max-width:190px; }
.donut .track{ fill:none; stroke:var(--line); stroke-width:16; }
.donut .val{
  fill:none; stroke:var(--garnet); stroke-width:16; stroke-linecap:round;
  stroke-dasharray:471; stroke-dashoffset:471;
  transform:rotate(-90deg); transform-origin:50% 50%;
  transition:stroke-dashoffset 1.6s cubic-bezier(.22,1,.36,1) .15s;
}
.in .donut .val{ stroke-dashoffset:94.2; }
.donut .cap{ font-family:var(--display); font-size:44px; font-weight:800; fill:var(--ink); text-anchor:middle; letter-spacing:-.03em; }
.donut .cap-sub{ font-family:var(--body); font-size:12.5px; font-weight:600; fill:var(--ink-3); text-anchor:middle; letter-spacing:.06em; }

.bars{ display:flex; align-items:flex-end; gap:14px; height:186px; }
.bar-col{ flex:1; display:flex; flex-direction:column; justify-content:flex-end; height:100%; }
.bar-val{
  font-family:var(--display); font-size:17px; font-weight:800; color:var(--ink);
  letter-spacing:-.02em; margin-bottom:7px; text-align:center;
  opacity:0; transition:opacity .5s ease .9s;
}
.in .bar-val{ opacity:1; }
.bar{ width:100%; background:var(--garnet); border-radius:3px 3px 0 0; height:0; transition:height 1.3s cubic-bezier(.22,1,.36,1) .2s; }
.bar-col:nth-child(2) .bar{ transition-delay:.34s; }
.bar-col:nth-child(3) .bar{ transition-delay:.48s; }
.bar-col:nth-child(2) .bar-val{ transition-delay:1.05s; }
.bar-col:nth-child(3) .bar-val{ transition-delay:1.2s; }
.bar-lbl{ font-size:12.5px; font-weight:600; color:var(--ink-3); text-align:center; margin-top:9px; line-height:1.3; }
.bars-wrap{ display:flex; flex-direction:column; }
.bars-x{ display:flex; gap:14px; }
.bars-x > div{ flex:1; }

.split{ display:flex; height:54px; border-radius:4px; overflow:hidden; border:1px solid var(--line); }
.split .seg{
  width:0; display:flex; align-items:center; justify-content:center;
  font-family:var(--display); font-size:19px; font-weight:800; letter-spacing:-.02em;
  transition:width 1.4s cubic-bezier(.22,1,.36,1) .2s;
  white-space:nowrap; overflow:hidden;
}
.split .a{ background:var(--garnet); color:#FFF; }
.split .b{ background:var(--paper-3); color:var(--ink); }
.in .split .seg{ width:50%; }
.split-key{ display:flex; flex-wrap:wrap; gap:8px 22px; margin-top:16px; font-size:13.5px; color:var(--ink-2); }
.split-key span{ display:flex; align-items:center; gap:8px; }
.split-key i{ width:11px; height:11px; border-radius:2px; flex:none; }
.split-key .k1{ background:var(--garnet); }
.split-key .k2{ background:var(--paper-3); border:1px solid var(--line); }

/* ============================================================
   CHECKLIST
   ============================================================ */
.check-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(238px,1fr)); gap:12px; margin-bottom:28px; }
.chk{
  position:relative; display:flex; align-items:flex-start; gap:13px;
  background:var(--paper-2); border:1.5px solid var(--line);
  border-radius:4px; padding:16px 18px;
  cursor:pointer; user-select:none;
  font-size:15.5px; line-height:1.45; color:var(--ink-2);
  transition:border-color .2s ease, background .2s ease, transform .2s ease;
}
.chk:hover{ border-color:var(--garnet-2); transform:translateY(-2px); }
.chk input{ position:absolute; opacity:0; width:0; height:0; }
.chk .box{
  width:21px; height:21px; flex:none; margin-top:2px;
  border:1.5px solid var(--line); border-radius:4px; background:var(--paper-2);
  display:flex; align-items:center; justify-content:center;
  transition:background .2s ease, border-color .2s ease;
}
.chk .box svg{
  width:13px; height:13px; stroke:#FFF; stroke-width:3; fill:none;
  stroke-linecap:round; stroke-linejoin:round;
  opacity:0; transform:scale(.5); transition:opacity .2s ease, transform .2s ease;
}
.chk input:checked ~ .box{ background:var(--garnet); border-color:var(--garnet); }
.chk input:checked ~ .box svg{ opacity:1; transform:scale(1); }
.chk:has(input:checked){ border-color:var(--garnet); background:var(--garnet-bg); color:var(--ink); }
.chk input:focus-visible ~ .box{ outline:2px solid var(--garnet); outline-offset:2px; }

.tally{
  background:var(--ink); color:#EDE9E3; border-radius:4px; padding:26px 28px;
  display:flex; flex-wrap:wrap; align-items:center; gap:18px 28px;
}
.tally .count{ font-family:var(--display); font-size:46px; font-weight:800; letter-spacing:-.035em; line-height:1; color:#FFF; flex:none; }
.tally .msg{ flex:1 1 260px; margin:0; font-size:15.5px; line-height:1.55; color:rgba(237,233,227,.86); }
.tally .msg strong{ color:#FFF; font-weight:700; }
.tally .btn-wa{ flex:none; }

/* ============================================================
   DESTAQUE EDITORIAL
   ============================================================ */
.quote-block{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(28px,5vw,62px); align-items:center; }
.quote-block blockquote{
  margin:0; font-family:var(--display);
  font-size:clamp(27px,3.8vw,42px); font-weight:800;
  color:var(--ink); line-height:1.14; letter-spacing:-.03em;
}
.quote-block blockquote span{ color:var(--garnet); }
.quote-block .body p{ color:var(--ink-2); font-size:16.5px; }
.quote-block .body p:first-child{ margin-top:0; }

/* ============================================================
   PILARES / EXAMES / SOBRE
   ============================================================ */
.pillars{ display:grid; grid-template-columns:repeat(auto-fit,minmax(268px,1fr)); gap:clamp(24px,3vw,40px); }
.pillar{ padding-top:22px; border-top:2px solid var(--ink); }
.pillar .mark{ width:30px; height:30px; margin-bottom:16px; color:var(--garnet); }
.pillar .mark svg{ width:100%; height:100%; fill:none; stroke:currentColor; stroke-width:1.6; }
.pillar p{ margin:0; font-size:16px; color:var(--ink-2); }

.exams{ display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:2px 34px; list-style:none; padding:0; margin:0; }
.exams li{
  padding:16px 0; border-bottom:1px solid var(--line);
  font-size:16.5px; color:var(--ink); font-weight:500;
  display:flex; align-items:baseline; gap:12px;
}
.exams li::before{ content:""; width:6px; height:6px; border-radius:50%; background:var(--garnet); flex:none; transform:translateY(-2px); }
.note{ margin-top:26px; font-size:14.5px; color:var(--ink-2); max-width:62ch; padding-left:16px; border-left:3px solid var(--garnet); }

.about{ display:grid; grid-template-columns:.82fr 1.18fr; gap:clamp(28px,5vw,60px); align-items:start; }
.about-photo{ width:100%; aspect-ratio:3/4; object-fit:cover; border-radius:3px; }
.about-body p{ color:var(--ink-2); }
.about-body p:first-of-type{ margin-top:0; }
.sig{
  margin-top:28px; padding-top:22px; border-top:1px solid var(--line);
  font-family:var(--display); font-size:21px; font-weight:700; color:var(--ink); letter-spacing:-.02em;
}
.sig small{
  display:block; font-family:var(--body); font-size:12px; font-weight:600;
  letter-spacing:.13em; text-transform:uppercase; color:var(--ink-3); margin-top:6px;
}

/* ============================================================
   CIDADES (seção)
   ============================================================ */
.cities{ display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:clamp(18px,2.4vw,26px); margin-bottom:clamp(28px,4vw,44px); }
.city{
  background:var(--paper-2); border:1px solid var(--line);
  border-top:3px solid var(--garnet); border-radius:3px; padding:26px 24px;
  transition:transform .22s ease, box-shadow .22s ease;
}
.city:hover{ transform:translateY(-3px); box-shadow:0 14px 30px -18px rgba(26,21,18,.5); }
.city h3{ margin-bottom:8px; }
.city p{ margin:0; font-size:15px; color:var(--ink-2); line-height:1.55; }

.two-col{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(24px,4vw,50px); }
.card{ background:var(--paper-2); border:1px solid var(--line); padding:clamp(26px,3.4vw,38px); border-radius:3px; }
.card h3{ font-size:21px; margin-bottom:12px; }
.card > p{ color:var(--ink-2); margin-top:0; font-size:16px; }
.card ul{ margin:0; padding:0; list-style:none; }
.card ul li{ padding:12px 0 12px 26px; border-bottom:1px solid var(--line-soft); font-size:15.5px; color:var(--ink-2); position:relative; }
.card ul li:last-child{ border-bottom:none; }
.card ul li::before{ content:""; position:absolute; left:0; top:22px; width:13px; height:2px; background:var(--garnet); }

/* ============================================================
   FAQ / CTA / RODAPÉ
   ============================================================ */
.faq details{ border-bottom:1px solid var(--line); padding:4px 0; }
.faq summary{
  cursor:pointer; list-style:none; padding:20px 46px 20px 0;
  font-family:var(--display); font-size:19px; font-weight:700;
  letter-spacing:-.015em; color:var(--ink); position:relative; transition:color .18s ease;
}
.faq summary::-webkit-details-marker{ display:none; }
.faq summary:hover{ color:var(--garnet); }
.faq summary::after{
  content:""; position:absolute; right:10px; top:50%;
  width:11px; height:11px;
  border-right:2px solid var(--garnet); border-bottom:2px solid var(--garnet);
  transform:translateY(-70%) rotate(45deg); transition:transform .22s ease;
}
.faq details[open] summary::after{ transform:translateY(-25%) rotate(-135deg); }
.faq details p{ margin:0 0 24px; padding-right:46px; color:var(--ink-2); font-size:16.5px; max-width:74ch; }

.final{
  text-align:center;
  background:radial-gradient(ellipse at 50% 0%, rgba(155,34,51,.11) 0%, rgba(155,34,51,0) 62%), var(--paper-3);
  border-top:1px solid var(--line);
}
.final h2{ max-width:16ch; margin-inline:auto; }
.final .lede{ margin:0 auto 32px; text-align:center; }

footer{ background:var(--paper-2); border-top:1px solid var(--line); padding:clamp(46px,6vw,68px) 0 40px; font-size:15px; color:var(--ink-2); }
.foot-top{ display:grid; grid-template-columns:.9fr 2.1fr; gap:clamp(30px,5vw,60px); padding-bottom:36px; border-bottom:1px solid var(--line); }
.foot-label{ font-family:var(--display); font-size:22px; font-weight:700; letter-spacing:-.02em; color:var(--ink); margin:0 0 14px; }
.foot-addr{ display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:26px 34px; }
.foot-addr .city-name{
  font-family:var(--display); font-size:17px; font-weight:700; letter-spacing:-.015em;
  color:var(--ink); margin:0 0 5px; display:flex; align-items:center; gap:8px;
}
.foot-addr .city-name::before{ content:""; width:7px; height:7px; border-radius:50%; background:var(--garnet); flex:none; }
.foot-addr p{ margin:0; font-size:15px; line-height:1.55; color:var(--ink-2); }
.foot-contact a{ display:inline-flex; align-items:center; gap:9px; text-decoration:none; font-weight:600; color:var(--ink); transition:color .18s ease; }
.foot-contact a:hover{ color:var(--wa-hover); }
.foot-contact a svg{ width:19px; height:19px; fill:var(--wa); flex:none; }
.foot-bottom{
  display:flex; flex-wrap:wrap; gap:14px 30px; justify-content:space-between;
  align-items:center; padding-top:26px; font-size:14px; color:var(--ink-3);
}
.foot-bottom strong{ font-family:var(--display); font-size:18px; font-weight:700; letter-spacing:-.02em; color:var(--ink); }
.disclaimer{ margin-top:26px; padding-top:22px; border-top:1px solid var(--line-soft); font-size:12.5px; line-height:1.65; max-width:88ch; color:var(--ink-3); }

/* ============================================================
   BOTÃO FLUTUANTE
   ============================================================ */
.float-wa{
  position:fixed; right:20px; bottom:20px; z-index:90;
  display:inline-flex; align-items:center; gap:0;
  background:var(--wa); color:#FFF; text-decoration:none;
  border-radius:999px; padding:15px;
  box-shadow:0 12px 30px -8px rgba(26,21,18,.32), 0 0 0 6px rgba(31,191,91,.15);
  transition:background .2s ease, gap .25s ease, padding .25s ease, transform .2s ease;
}
.float-wa svg{ width:28px; height:28px; fill:currentColor; flex:none; }
.float-wa span{ max-width:0; overflow:hidden; white-space:nowrap; font-size:15px; font-weight:700; transition:max-width .3s ease; }
.float-wa:hover{ background:var(--wa-hover); gap:10px; padding-right:23px; transform:translateY(-2px); }
.float-wa:hover span{ max-width:210px; }
.float-wa::after{
  content:""; position:absolute; inset:0; border-radius:999px;
  box-shadow:0 0 0 0 rgba(31,191,91,.5);
  animation:ping 2.6s ease-out infinite; pointer-events:none;
}
@keyframes ping{
  0%{ box-shadow:0 0 0 0 rgba(31,191,91,.5); }
  70%{ box-shadow:0 0 0 20px rgba(31,191,91,0); }
  100%{ box-shadow:0 0 0 0 rgba(31,191,91,0); }
}

.rv{ opacity:0; transform:translateY(20px); transition:opacity .7s ease, transform .7s ease; }
.rv.in{ opacity:1; transform:none; }

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width:1000px){
  .diffs{ grid-template-columns:repeat(2,1fr); }
}

@media (max-width:900px){
  .hero-grid{ grid-template-columns:1fr; }
  .hero-media{ order:-1; max-width:330px; }
  .hero-media img{ aspect-ratio:1/1; border-radius:3px 3px 90px 90px; }
  .photo-chip{ left:auto; right:-10px; bottom:-14px; }
  .stats-in{ grid-template-columns:1fr 1fr; }
  .stat{ padding:26px 20px 26px 0; border-bottom:1px solid rgba(237,233,227,.14); }
  .stat:nth-child(2n){ border-right:none; padding-right:0; }
  .stat:nth-last-child(-n+2){ border-bottom:none; }
  .quote-block,.about,.two-col,.foot-top{ grid-template-columns:1fr; }
  .about-photo{ max-width:290px; aspect-ratio:1/1; }
  .monitor{ height:76px; }
  .cities-strip{ flex-direction:column; align-items:flex-start; }
}

@media (max-width:560px){
  body{ font-size:17px; }
  .hdr .btn-wa.sm span{ display:none; }
  .hdr .btn-wa.sm{ padding:11px 14px; }
  .diffs{ grid-template-columns:1fr; }
  .stats-in{ grid-template-columns:1fr; }
  .stat{ padding:20px 0; border-right:none; }
  .stat:last-child{ border-bottom:none; }
  .hero-cta .btn-wa{ width:100%; }
  .tally{ flex-direction:column; align-items:flex-start; }
  .tally .btn-wa{ width:100%; }
  .float-wa{ right:14px; bottom:14px; }
  .monitor{ height:64px; }
  .cities-strip .item{ font-size:17px; }
}

@media (prefers-reduced-motion:reduce){
  html{ scroll-behavior:auto; }
  *,*::before,*::after{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; }
  .rv{ opacity:1; transform:none; }
  .monitor-strip{ animation:none; }
}

/* ============================================================
   TRAVAS DE LAYOUT — impedem estouro de tela
   Não alteram nada no desktop. Só evitam que texto, grade ou
   caixa ultrapassem a largura da tela em aparelhos estreitos.
   ============================================================ */

html, body{ max-width:100%; overflow-x:hidden; }

h1, h2, h3, p, li, summary, blockquote,
.brand b, .cities-strip .item, .bar-val, .stat b,
.tally .count, .foot-addr p, .disclaimer{
  overflow-wrap:break-word;
  word-break:break-word;
  hyphens:auto;
}

/* grades que colapsam com segurança em telas muito estreitas
   (o valor mínimo passa a ser limitado pela largura disponível) */
.charts{     grid-template-columns:repeat(auto-fit, minmax(min(280px,100%),1fr)); }
.check-grid{ grid-template-columns:repeat(auto-fit, minmax(min(238px,100%),1fr)); }
.exams{      grid-template-columns:repeat(auto-fit, minmax(min(250px,100%),1fr)); }
.pillars{    grid-template-columns:repeat(auto-fit, minmax(min(268px,100%),1fr)); }
.cities{     grid-template-columns:repeat(auto-fit, minmax(min(240px,100%),1fr)); }
.foot-addr{  grid-template-columns:repeat(auto-fit, minmax(min(230px,100%),1fr)); }

/* itens flex não podem ser menores que o conteúdo por padrão:
   liberando o encolhimento, nada empurra a página para o lado */
.hdr-in > *, .cities-strip > *, .tally > *,
.foot-bottom > *, .split-key > span, .bar-col{ min-width:0; }
.brand{ min-width:0; }
.chk{ min-width:0; }
.chk > span:not(.box), .chk{ overflow-wrap:break-word; }

@media (max-width:900px){
  .faq summary{ padding-right:38px; }
  .faq details p{ padding-right:38px; }
  /* a moldura da foto não pode vazar pela direita */
  .hero-media::before{ inset:12px -10px -12px 12px; }
}

@media (max-width:560px){
  .hdr-in{ gap:12px; }
  .brand b{ font-size:16px; }
  .brand span{ font-size:9.5px; letter-spacing:.12em; }

  /* perguntas frequentes: título e resposta sem encostar na seta */
  .faq summary{ font-size:17.5px; padding:18px 34px 18px 0; }
  .faq summary::after{ right:6px; width:10px; height:10px; }
  .faq details p{ font-size:16px; padding-right:4px; margin-bottom:20px; }

  .quote-block blockquote{ font-size:25px; }

  .chart{ padding:26px 20px 22px; }
  .bars{ gap:10px; }
  .bars-x{ gap:10px; }
  .bar-val{ font-size:15px; }
  .bar-lbl{ font-size:11.5px; }

  .tally{ padding:22px 20px; }
  .chk{ padding:15px 16px; font-size:15px; }
  .diff{ padding:22px 20px 20px; }
  .city{ padding:22px 20px; }
  .card{ padding:24px 20px; }
  .cities-strip{ padding:18px 20px; }

  .photo-chip{ right:0; bottom:-10px; padding:10px 14px; }
  .photo-chip b{ font-size:21px; }
  .photo-chip span{ font-size:10.5px; }

  .btn-wa{ padding:17px 24px; font-size:16px; }
  .btn-wa span{ min-width:0; }
}

@media (max-width:400px){
  h1{ font-size:33px; }
  h2{ font-size:26px; }
  .quote-block blockquote{ font-size:23px; }
  .tally .count{ font-size:40px; }
  .stat b{ font-size:32px; }
  .split .seg{ font-size:17px; }
  .btn-wa{ padding:16px 18px; font-size:15px; gap:9px; }
  .cities-strip .item{ font-size:16px; }
  .foot-label{ font-size:20px; }
}/* End custom CSS */