/* ─── RESET & BASE ─── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
/* ─── WPP SVG SIZE ─── */
.wpp-svg{width:1.4em;height:1.4em;flex-shrink:0;vertical-align:middle}
/* ─── NAV ─── */
nav{
  position:fixed;top:0;left:0;right:0;z-index:999;
  display:flex;align-items:center;justify-content:space-between;
  padding:10px 16px;
  background:rgba(17,17,17,.98);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border-bottom:1px solid #222;
}
@keyframes fade-up{
  from{opacity:0;transform:translateY(24px)}
  to{opacity:1;transform:translateY(0)}
}
/* ─── BOTÕES HERO ─── */
.btn-stack{display:flex;flex-direction:column;gap:12px}
.stat{
  background:rgba(255,255,255,.05);border:1px solid var(--border);
  border-radius:14px;padding:14px 10px;text-align:center;
}
.stat-num{font-size:1.6rem;font-weight:900;color:var(--o);line-height:1}
.stat-lbl{font-size:.62rem;color:#777;font-weight:600;margin-top:4px;
  text-transform:uppercase;letter-spacing:.04em;line-height:1.3}
/* ─── TRUST BAR ─── */
.trust-bar{
  background:var(--o);padding:14px 0;
  overflow:hidden;
  position:relative;
  white-space:nowrap;
}
.trust-track{
  display:inline-flex;
  animation:marquee 18s linear infinite;
  will-change:transform;
}
.trust-bar:hover .trust-track{animation-play-state:paused}
@keyframes marquee{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}
.trust-item{
  display:flex;align-items:center;gap:6px;
  font-size:.78rem;font-weight:700;color:#fff;
  white-space:nowrap;padding:0 14px;
  border-right:1px solid rgba(255,255,255,.25);
  flex-shrink:0;
}
.trust-item:last-child{border-right:none}
/* ─── SECTION WRAPPER ─── */
.sec{padding:56px 16px}
.sec.alt{background:var(--blk2)}
.sec-tag{
  display:inline-block;background:rgba(255,107,0,.15);color:var(--o);
  padding:5px 12px;border-radius:50px;font-size:.7rem;font-weight:700;
  text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px;
}
.sec h2{font-size:1.7rem;font-weight:900;color:#fff;line-height:1.2;margin-bottom:10px}
.sec h2 span{color:#fff}
.sec-sub{font-size:.88rem;color:#777;line-height:1.7;margin-bottom:28px}
/* ─── GALERIA ─── */
.photo-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.photo-grid .pc:first-child{grid-column:1/3}
.pc{
  border-radius:12px;overflow:hidden;position:relative;
  aspect-ratio:4/3;
}
.photo-grid .pc:first-child{aspect-ratio:16/9}
.pc img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.85)}
.pc-lbl{
  position:absolute;bottom:0;left:0;right:0;
  padding:10px 12px;
  background:linear-gradient(transparent,rgba(0,0,0,.75));
  font-size:.72rem;font-weight:700;color:#fff;line-height:1.3;
}
.pc-lbl span{color:var(--ol)}
/* ─── SERVIÇOS ─── */
.svc-grid{display:flex;flex-direction:column;gap:12px}
.svc-card{
  background:var(--blk3);border:1.5px solid var(--border);
  border-radius:16px;padding:20px 18px;
  display:flex;align-items:flex-start;gap:14px;
  transition:border-color .2s;
}
.svc-card:active{border-color:var(--o)}
.svc-ico{
  width:48px;height:48px;min-width:48px;border-radius:12px;
  background:rgba(255,107,0,.12);
  display:flex;align-items:center;justify-content:center;font-size:1.5rem;
}
.svc-info h3{font-size:.95rem;font-weight:800;color:#fff;margin-bottom:4px}
.svc-info p{font-size:.8rem;color:#888;line-height:1.6}
/* ─── STEPS (COMO FUNCIONA) ─── */
.steps{display:flex;flex-direction:column;gap:0}
.step{display:flex;gap:16px;align-items:flex-start;position:relative;padding-bottom:24px}
.step:last-child{padding-bottom:0}
.step-left{display:flex;flex-direction:column;align-items:center;gap:0}
.step-num{
  width:48px;height:48px;min-width:48px;border-radius:50%;
  background:var(--o);color:#fff;font-size:1.2rem;font-weight:900;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 16px rgba(255,107,0,.4);
}
.step-line{width:2px;flex:1;min-height:24px;background:var(--border);margin:4px auto}
.step:last-child .step-line{display:none}
.step-info{padding-top:10px}
.step-info h3{font-size:.95rem;font-weight:800;color:#fff;margin-bottom:4px}
.step-info p{font-size:.8rem;color:#888;line-height:1.6}
/* ─── DIFERENCIAIS ─── */
.diff-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.diff-card{
  background:var(--blk3);border-radius:14px;padding:18px 14px;
  border-left:3px solid var(--o);
}
.diff-ico{font-size:1.6rem;margin-bottom:8px}
.diff-card h3{font-size:.85rem;font-weight:800;color:#fff;margin-bottom:5px}
.diff-card p{font-size:.75rem;color:#888;line-height:1.55}
/* ─── DEPOIMENTOS ─── */
.rev-list{display:flex;flex-direction:column;gap:12px}
.rev-card{
  background:var(--blk3);border-radius:16px;padding:20px 16px;
  border-top:3px solid var(--o);
}
.stars{color:var(--o);font-size:.9rem;margin-bottom:10px}
.rev-text{font-size:.83rem;color:#aaa;line-height:1.7;font-style:italic;margin-bottom:14px}
.reviewer{display:flex;align-items:center;gap:10px}
.rev-av{
  width:40px;height:40px;min-width:40px;border-radius:50%;
  background:var(--o);color:#fff;font-weight:800;font-size:.9rem;
  display:flex;align-items:center;justify-content:center;
}
.rev-name{font-weight:700;font-size:.82rem;color:#fff}
.rev-loc{font-size:.7rem;color:#666}
/* ─── CTA SECTION ─── */
.cta-sec{
  background:linear-gradient(135deg,var(--o),var(--od));
  padding:56px 16px;text-align:center;
}
.cta-sec h2{color:#fff;font-size:1.6rem;font-weight:900;margin-bottom:10px;line-height:1.2}
.cta-sec p{color:rgba(255,255,255,.88);font-size:.88rem;line-height:1.7;margin-bottom:28px}
.cta-btn-wpp{
  background:#25d366;color:#fff;padding:18px 20px;
  border-radius:16px;font-size:1rem;font-weight:800;
  display:flex;align-items:center;justify-content:center;gap:10px;
  margin-bottom:12px;animation:wpp-pulse 2s infinite;
  box-shadow:0 4px 20px rgba(0,0,0,.2);
}
.cta-btn-tel{
  background:rgba(0,0,0,.25);color:#fff;padding:16px 20px;
  border-radius:16px;font-size:.95rem;font-weight:700;
  display:flex;align-items:center;justify-content:center;gap:10px;
  border:1.5px solid rgba(255,255,255,.25);
}
/* ─── FOOTER ─── */
footer{background:#0a0a0a;padding:40px 16px 100px}
.foot-logo-row{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.foot-logo-img{width:44px;height:44px;border-radius:10px;object-fit:cover}
.foot-brand{font-size:1.1rem;font-weight:900}
.foot-brand .s{color:var(--o)}
.foot-brand .rest{color:#fff}
.foot-brand .sub{display:block;font-size:.6rem;color:#777;font-weight:500}
.foot-desc{font-size:.8rem;color:#666;line-height:1.7;margin-bottom:20px}
.foot-contact{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}
.foot-contact a{
  background:var(--blk2);border:1px solid var(--border);
  border-radius:12px;padding:14px 16px;
  font-size:.83rem;color:#aaa;font-weight:600;
  display:flex;align-items:center;gap:10px;
}
.foot-contact a img, .foot-contact a svg{filter:grayscale(1) opacity(.6);}
.foot-contact a{filter:grayscale(1);}
.foot-contact a.wpp-link{border-color:#333;color:#888}
.foot-contact a.tel-link{border-color:#333;color:#888}
.foot-contact a.loc-link{border-color:#333;color:#888}
.foot-contact a.ig-link{border-color:#333;color:#888}
.foot-bottom{text-align:center;font-size:.7rem;color:#444;padding-top:20px;border-top:1px solid #1a1a1a}
/* ── INSTAGRAM CARD ── */
    #instagram { padding: 56px 16px; background: var(--blk2); }
.ig-card {
      background: linear-gradient(135deg, #1a1a1a, #0d0d0d);
      border: 1.5px solid #333;
      border-radius: 20px;
      overflow: hidden;
    }
.ig-header {
      background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
      padding: 3px;
      border-radius: 20px 20px 0 0;
    }
.ig-header-inner {
      background: #0d0d0d;
      border-radius: 18px 18px 0 0;
      padding: 20px 18px 16px;
      display: flex; align-items: center; gap: 14px;
    }
.ig-avatar {
      width: 64px; height: 64px; border-radius: 50%;
      background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
      padding: 2.5px; flex-shrink: 0;
    }
.ig-avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.ig-info { flex: 1; }
.ig-handle-row { display: flex; align-items: center; gap: 6px; margin-bottom: 3px; }
.ig-handle { font-size: 1rem; font-weight: 800; color: #fff; }
.verified-svg { width: 18px; height: 18px; }
.ig-name { font-size: .78rem; color: #aaa; margin-bottom: 8px; }
.ig-stats { display: flex; gap: 18px; }
.ig-stat { text-align: center; }
.ig-stat-num { font-size: .95rem; font-weight: 800; color: #fff; }
.ig-stat-lbl { font-size: .65rem; color: #888; }
.ig-bio {
      padding: 14px 18px;
      border-top: 1px solid #222;
    }
.ig-bio-tag {
      display: inline-flex; align-items: center; gap: 5px;
      background: rgba(255,107,0,.12); color: var(--o);
      padding: 4px 10px; border-radius: 50px;
      font-size: .7rem; font-weight: 700; margin-bottom: 10px;
    }
.ig-bio p { font-size: .8rem; color: #aaa; line-height: 1.6; margin-bottom: 8px; }
.ig-bio strong { color: #fff; }
.ig-print {
      width: 100%; border-radius: 0 0 18px 18px;
      overflow: hidden; display: block;
    }
.ig-print img { width: 100%; display: block; }
.ig-cta {
      background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
      color: #fff; padding: 16px;
      display: flex; align-items: center; justify-content: center; gap: 10px;
      font-size: .95rem; font-weight: 800;
      text-decoration: none; border-radius: 0 0 18px 18px;
      transition: opacity .2s;
    }
.ig-cta:active { opacity: .85; }
.ig-svg { width: 1.4em; height: 1.4em; }
/* ── ANIMAÇÕES EXTRAS ── */
    @keyframes float-card {
      0%,100% { transform: translateY(0px); }
      50%      { transform: translateY(-6px); }
    }
@keyframes pulse-border {
      0%,100% { border-color: var(--border); }
      50%      { border-color: var(--o); }
    }
@keyframes slide-in-left {
      from { opacity:0; transform:translateX(-30px); }
      to   { opacity:1; transform:translateX(0); }
    }
@keyframes count-up {
      from { opacity:0; transform:scale(.7); }
      to   { opacity:1; transform:scale(1); }
    }
/* Cards com hover animado */
    .svc-card { transition: transform .3s, border-color .3s, box-shadow .3s; }
.svc-card:active { animation: float-card .5s ease; border-color: var(--o); }
.diff-card { animation: pulse-border 4s infinite; }
.diff-card:nth-child(2) { animation-delay: .5s; }
.diff-card:nth-child(3) { animation-delay: 1s; }
.diff-card:nth-child(4) { animation-delay: 1.5s; }
.diff-card:nth-child(5) { animation-delay: 2s; }
/* Step numbers: flash on appear */
    .step-num { animation: count-up .6s ease both; }
.step:nth-child(2) .step-num { animation-delay:.1s; }
.step:nth-child(3) .step-num { animation-delay:.2s; }
.step:nth-child(4) .step-num { animation-delay:.3s; }
.step:nth-child(5) .step-num { animation-delay:.4s; }
/* Review cards */
    .rev-card { transition: transform .3s, box-shadow .3s; }
/* Instagram CTA shimmer */
    .ig-cta {
      background-size: 200% auto;
      background-image: linear-gradient(90deg, #833ab4 0%, #fd1d1d 25%, #fcb045 50%, #fd1d1d 75%, #833ab4 100%);
      animation: shimmer 3s linear infinite;
    }
/* Foto grid: hover brilho */
    .pc img { transition: filter .4s, transform .4s; }
.pc:hover img { filter: brightness(1.1); transform: scale(1.04); }
/* FUNIL: seção final pulsando */
    #funil { 
      padding: 60px 16px 100px;
      text-align: center;
      background: radial-gradient(ellipse at center, #1e0a00 0%, #111 70%);
      position: relative; overflow: hidden;
    }
#funil::before {
      content: '';
      position: absolute; inset: 0;
      background: radial-gradient(ellipse at center, rgba(255,107,0,.08) 0%, transparent 70%);
      animation: glow-o 3s infinite;
    }
#funil h2 { color:#fff; font-size:1.7rem; font-weight:900; line-height:1.2; margin-bottom:10px; position:relative; }
#funil h2 span { color: #fff; }
#funil p  { color:#aaa; font-size:.88rem; line-height:1.7; margin-bottom:30px; position:relative; }
.funil-cta-wpp {
      width:100%; background:#25d366; color:#fff;
      padding:20px; border-radius:18px;
      font-size:1.05rem; font-weight:900;
      display:flex; align-items:center; justify-content:center; gap:10px;
      margin-bottom:12px; position:relative;
      animation: wpp-pulse 1.2s infinite, glow-g 2.5s infinite;
      box-shadow: 0 6px 30px rgba(37,211,102,.4);
    }
.funil-cta-tel {
      width:100%; background:var(--o); color:#fff;
      padding:18px; border-radius:18px;
      font-size:1rem; font-weight:800;
      display:flex; align-items:center; justify-content:center; gap:10px;
      position:relative;
      animation: tel-pulse 1.2s infinite .4s, glow-o 2.5s infinite .5s;
      box-shadow: 0 6px 30px rgba(255,107,0,.35);
    }
.funil-arrow {
      font-size:2rem; color:var(--o); display:block;
      animation: bounce-y 1s infinite; margin-bottom:16px;
    }
.funil-guarantee {
      display:flex; align-items:center; justify-content:center; gap:8px;
      margin-top:16px; font-size:.75rem; color:#666; position:relative;
    }
.funil-guarantee span { color: var(--o); font-weight:700; }
to   { opacity:1; transform:translateY(0); }
}

  
    /* ─── INSTAGRAM SECTION ─── */
    #instagram2 { padding:56px 16px 60px; background:var(--blk); }
    .ig-card-wrap { border-radius:20px; overflow:hidden; background:#0d0d0d; }

    /* Ring gradient border */
    .ig-card-border {
      padding:3px;
      background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);
      border-radius:20px;
      animation:ig-ring-pulse 2.5s infinite;
    }
    @keyframes ig-ring-pulse {
      0%,100% { box-shadow:0 0 0 0 rgba(253,29,29,.4); }
50%      { box-shadow:0 0 0 10px rgba(253,29,29,0); }
}

    .ig-card-inner { background:#0d0d0d; border-radius:18px; overflow:hidden; }

    /* Profile row */
    .ig-prof { display:flex; align-items:center; gap:14px; padding:18px 16px 0; }
    .ig-av-wrap {
      width:74px; height:74px; border-radius:50%; flex-shrink:0;
      background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);
      padding:3px; animation:ig-ring-pulse 2s infinite .5s;
    }
    .ig-av-wrap img { width:100%; height:100%; border-radius:50%; object-fit:cover; border:3px solid #0d0d0d; }
    .ig-info-col { flex:1; }
    .ig-hdl-row { display:flex; align-items:center; gap:6px; margin-bottom:2px; }
    .ig-hdl { font-size:1rem; font-weight:800; color:#fff; }
    .v-ico { width:17px; height:17px; }
    .ig-nm  { font-size:.73rem; color:#aaa; margin-bottom:6px; }
    .ig-follow-small {
      display:inline-flex; align-items:center; gap:5px;
      background:linear-gradient(135deg,#833ab4,#d6249f,#fd5949);
      color:#fff; padding:7px 14px; border-radius:50px;
      font-size:.75rem; font-weight:800; animation:ig-ring-pulse 2s infinite;
      text-decoration:none;
    }

    /* Stats bar */
    .ig-stats-bar {
      display:flex; gap:0; padding:14px 0;
      border-top:1px solid #1a1a1a; border-bottom:1px solid #1a1a1a;
      margin:14px 16px 0;
    }
    .ig-stt { flex:1; text-align:center; border-right:1px solid #1a1a1a; }
    .ig-stt:last-child { border-right:none; }
    .ig-stt-n {
      font-size:1.1rem; font-weight:900; color:#fff;
      animation:count-up .6s ease both;
    }
    .ig-stt:nth-child(2) .ig-stt-n { animation-delay:.1s; }
    .ig-stt:nth-child(3) .ig-stt-n { animation-delay:.2s; }
    .ig-stt-l { font-size:.62rem; color:#888; margin-top:3px; }

    /* Bio */
    .ig-bio { padding:14px 16px; }
    .ig-cat {
      display:inline-flex; align-items:center; gap:5px;
      background:rgba(131,58,180,.12); color:#c77dff;
      border:1px solid rgba(131,58,180,.25);
      padding:4px 12px; border-radius:50px;
      font-size:.7rem; font-weight:700; margin-bottom:9px;
    }
    .ig-ico { width:1.1em; height:1.1em; }
    .ig-bio p { font-size:.82rem; color:#aaa; line-height:1.65; }
    .ig-bio strong { color:#fff; }
    .ig-wa-link {
      display:inline-flex; align-items:center; gap:5px;
      color:#4da3ff; font-size:.76rem; margin-top:6px; font-weight:600;
    }

    /* Photo grid — imagens reaProveitadas via JS */
    .ig-grid {
      display:grid; grid-template-columns:repeat(3,1fr); gap:2px;
      margin-top:2px;
    }
    .ig-cell {
      aspect-ratio:1; overflow:hidden; position:relative;
      background:#1a1a1a;
    }
    .ig-cell img {
      width:100%; height:100%; object-fit:cover; display:block;
      filter:brightness(.88); transition:filter .3s, transform .35s;
    }
    .ig-cell:active img { filter:brightness(1.1); transform:scale(1.08); }
    .ig-cell-ov {
      position:absolute; inset:0; background:rgba(0,0,0,0);
      display:flex; align-items:center; justify-content:center;
      transition:background .25s;
    }
    .ig-cell:active .ig-cell-ov { background:rgba(0,0,0,.35); }
    .ig-likes {
      opacity:0; color:#fff; font-size:.7rem; font-weight:700;
      display:flex; align-items:center; gap:4px;
      transition:opacity .2s;
    }
    .ig-cell:active .ig-likes { opacity:1; }
    .h-ico { width:.9em; height:.9em; color:#ff4d6d; }

    /* Follow CTA */
    .ig-follow-main {
      display:flex; align-items:center; justify-content:center; gap:10px;
      padding:18px; margin:0;
      background:linear-gradient(135deg,#833ab4 0%,#fd1d1d 50%,#fcb045 100%);
      background-size:200% auto;
      color:#fff; font-size:1rem; font-weight:800;
      text-decoration:none;
      animation:ig-shimmer 3s linear infinite;
    }
    @keyframes ig-shimmer {
      0%   { background-position:0% center; }
100% { background-position:200% center; }
}
    .ig-follow-main .ig-ico { animation:bounce-y 1.2s infinite; }

    /* Notification pill */
    .ig-pill {
      display:flex; align-items:center; gap:10px;
      background:rgba(131,58,180,.1);
      border:1px solid rgba(131,58,180,.22);
      border-radius:14px; padding:12px 14px; margin-top:12px;
      animation:fade-up .7s ease .4s both;
    }
    .ig-dot {
      width:10px; height:10px; min-width:10px; border-radius:50%;
      background:linear-gradient(135deg,#fd1d1d,#833ab4);
      animation:ig-ring-pulse 1.5s infinite;
    }
    .ig-pill p { font-size:.77rem; color:#aaa; line-height:1.55; }
    .ig-pill strong { color:#fff; }
    .ig-pill span { color:#c77dff; font-weight:700; }

    @keyframes fade-up {
      from { opacity:0; transform:translateY(16px); }
to   { opacity:1; transform:translateY(0); }
}

  
    /* ─── GOOGLE REVIEWS ─── */
    #depoimentos { padding:56px 16px 60px; }
    .grating-box {
      background:linear-gradient(135deg,#0d0d0d,#111);
      border:1px solid #1e1e1e; border-radius:20px;
      padding:20px 16px; margin-bottom:20px;
      display:flex; flex-direction:column; align-items:center; gap:8px;
    }
    .grating-row { display:flex; align-items:center; gap:10px; }
    .g-logo { width:20px; height:20px; }
    .grating-label { font-size:.75rem; color:#aaa; font-weight:600; }
    .grating-num { font-size:3rem; font-weight:900; color:#fff; line-height:1; }
    .grating-meta { font-size:.72rem; color:#888; text-align:center; margin-top:4px; }
    .grating-meta a { color:#4da3ff; text-decoration:none; font-weight:600; }
    .grev-write-btn {
      display:flex; align-items:center; justify-content:center; gap:8px;
      background:#1e1e1e; border:1px solid #2e2e2e;
      color:#fff; padding:12px 20px; border-radius:50px;
      font-size:.82rem; font-weight:700; text-decoration:none;
      transition:background .2s, border-color .2s;
      margin-top:4px;
    }

    /* Scroll horizontal de cards */
    .grev-scroll {
      display:flex; gap:12px;
      overflow:hidden; padding-bottom:8px;
      position:relative;
    }
    .grev-track {
      display:flex; gap:12px;
      animation: grev-marquee 30s linear infinite;
      will-change:transform;
    }
    .grev-scroll:hover .grev-track { animation-play-state:paused; }
    @keyframes grev-marquee {
      0%   { transform: translateX(0); }
100% { transform: translateX(-50%); }
}
    .grev-card {
      flex-shrink:0; width:280px;
      background:#111; border:1px solid #1e1e1e;
      border-radius:16px; padding:16px;
      scroll-snap-align:start;
      animation:fade-up .5s ease both;
      transition:border-color .25s, box-shadow .25s;
    }
    .grev-card:active { border-color:#4285F4; box-shadow:0 0 16px rgba(66,133,244,.15); }
    .grev-top { display:flex; align-items:center; gap:10px; margin-bottom:10px; }
    .grev-avatar {
      width:40px; height:40px; border-radius:50%;
      display:flex; align-items:center; justify-content:center;
      font-weight:800; font-size:.85rem; color:#fff; flex-shrink:0;
    }
    .grev-meta { flex:1; }
    .grev-name { font-size:.82rem; font-weight:700; color:#fff; }
    .grev-time { font-size:.7rem; color:#888; margin-top:1px; }
    .grev-stars { display:flex; margin-bottom:8px; }
    .grev-text { font-size:.8rem; color:#bbb; line-height:1.65; }

    /* CTA ver todos */
    .grev-cta {
      display:flex; align-items:center; justify-content:center; gap:8px;
      background:linear-gradient(135deg,#4285F4,#34A853);
      background-size:200% auto;
      color:#fff; font-size:.9rem; font-weight:800;
      padding:16px; border-radius:14px; margin-top:16px;
      text-decoration:none;
      animation:shimmer 4s linear infinite, wpp-pulse 2s infinite;
    }
    .grev-cta .g-logo { width:22px; height:22px; }

  
    /* Float bar: começa escondida, aparece via JS */
    .float-wrap {
      transition: transform .35s cubic-bezier(.4,0,.2,1), opacity .35s ease;
    }
    .float-wrap.hidden-bar {
      transform: translateY(110%) !important;
      opacity: 0 !important;
      pointer-events: none !important;
    }

  
    /* ─── SCROLL REVEAL ─── */
    .reveal {
      opacity: 0.05;
      transform: translateX(-28px);
      transition: opacity 0.5s ease, transform 0.5s ease;
    }
    .reveal.visible {
      opacity: 1;
      transform: translateX(0);
    }

  
    /* ─── BOTÕES FLUTUANTES ANIMADOS ─── */
    
      100% { background-position: 200% center; }
    }
    
      100% { background-position: 200% center; }
    }
    
      50%       { transform: scale(1.04); }
    }
    
      50%       { box-shadow: 0 6px 32px rgba(37,211,102,.7), 0 0 0 4px rgba(37,211,102,.15); }
    }
    
      50%       { box-shadow: 0 6px 32px rgba(255,107,0,.7), 0 0 0 4px rgba(255,107,0,.15); }
    }

  
    
    
    
    
      100% { left: 160%; }
    }

  
    /* ─── BOTÕES FLUTUANTES — ANIMAÇÃO FORTE ─── */
    @keyframes btn-breathe-wpp {
      0%, 100% { transform: scale(1);    box-shadow: 0 4px 20px rgba(37,211,102,.4); }
      50%       { transform: scale(1.07); box-shadow: 0 8px 40px rgba(37,211,102,.85), 0 0 0 6px rgba(37,211,102,.2); }
    }
    @keyframes btn-breathe-tel {
      0%, 100% { transform: scale(1);    box-shadow: 0 4px 20px rgba(255,107,0,.4); }
      50%       { transform: scale(1.07); box-shadow: 0 8px 40px rgba(255,107,0,.85), 0 0 0 6px rgba(255,107,0,.2); }
    }
    @keyframes shimmer-btn {
      0%   { left: -120%; }
      100% { left: 180%; }
    }

    .float-wpp, .float-tel {
      position: relative !important;
      overflow: hidden !important;
    }
    .float-wpp::after, .float-tel::after {
      content: '';
      position: absolute;
      top: -10%; left: -120%;
      width: 70%; height: 120%;
      background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.45) 50%, transparent 100%);
      animation: shimmer-btn 1.8s ease-in-out infinite;
      pointer-events: none;
    }
    .float-tel::after { animation-delay: .9s; }

  

.foot-legal{
  text-align:center;font-size:.65rem;color:#444;
  padding:16px 16px 12px;
  border-top:1px solid #1a1a1a;
  line-height:1.7;
}
.foot-legal strong{color:#666;font-weight:700;}


@keyframes wpp-bounce {
  0%, 100% { transform: translateY(0); }
  40%       { transform: translateY(-5px); }
  60%       { transform: translateY(-3px); }
}


.reveal-right {
  transform: translateX(28px) !important;
}
.reveal-right.visible {
  transform: translateX(0) !important;
}


/* ── Hero availability ── */
.hero-avail{font-size:.78rem;color:rgba(255,255,255,.85);margin:8px 0 4px;display:flex;align-items:center;gap:6px;flex-wrap:wrap;}
.avail-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;flex-shrink:0;
  box-shadow:0 0 0 0 rgba(74,222,128,.6);
  animation:pulse-dot 1.8s ease-in-out infinite;}
@keyframes pulse-dot{0%{box-shadow:0 0 0 0 rgba(74,222,128,.6)}70%{box-shadow:0 0 0 8px rgba(74,222,128,0)}100%{box-shadow:0 0 0 0 rgba(74,222,128,0)}}

/* ── Button sub-label ── */
.btn-sub{display:block;font-size:.68rem;font-weight:500;opacity:.85;margin-top:2px;}

/* ── FAQ ── */
.faq-list{display:flex;flex-direction:column;gap:10px;margin-top:20px;}
.faq-item{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:14px;overflow:hidden;}
.faq-q{width:100%;background:none;border:none;color:#fff;font-size:.88rem;font-weight:700;
  padding:16px 18px;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:10px;}
.faq-q.open{color:var(--o);}
.faq-arrow{font-size:.7rem;transition:transform .3s;flex-shrink:0;}
.faq-q.open .faq-arrow{transform:rotate(180deg);}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s;
  font-size:.82rem;color:#aaa;line-height:1.6;padding:0 18px;}
.faq-a.open{max-height:200px;padding:0 18px 16px;}

/* ── Counter ── */
.count-num{color:var(--o);font-weight:900;}
.count-hero{
  font-size:1.1em;
  animation:count-glow 1.8s ease-in-out infinite;
}
@keyframes count-glow{
  0%,100%{text-shadow:0 0 4px rgba(255,107,0,.4);}
  50%{text-shadow:0 0 14px rgba(255,107,0,.9),0 0 24px rgba(255,107,0,.4);}
}


/* ── Button text wrap ── */
.btn-txt-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:2px;}
.btn-avail-line{display:flex;align-items:center;gap:4px;font-size:.65rem;font-weight:600;opacity:.9;white-space:nowrap;margin-top:2px;letter-spacing:.01em;}
.avail-dot-sm{
  width:7px;height:7px;border-radius:50%;flex-shrink:0;
  background:#b9fbc0;
  box-shadow:0 0 0 0 rgba(185,251,192,.8);
  animation:pdot-bright 1.6s ease-in-out infinite;
}
@keyframes pdot-bright{
  0%  {box-shadow:0 0 0 0 rgba(185,251,192,.9);transform:scale(1);}
  50% {box-shadow:0 0 0 6px rgba(185,251,192,0);transform:scale(1.2);}
  100%{box-shadow:0 0 0 0 rgba(185,251,192,.0);transform:scale(1);}
}


    


    /* ─── FUNIL BOTÕES V3 ─── */
    @keyframes shimmer {
      0%   { transform: translateX(-150%) skewX(-20deg); }
      100% { transform: translateX(350%)  skewX(-20deg); }
    }
    @keyframes dot-pulse-g {
      0%,100%{ box-shadow:0 0 0 0 rgba(74,222,128,.8); }
      50%    { box-shadow:0 0 0 5px rgba(74,222,128,0); }
    }
    @keyframes icon-pop {
      0%,100%{ transform:scale(1); }
      50%    { transform:scale(1.18); }
    }

    .funil-cta-wpp2 {
      display:flex; align-items:center; gap:14px;
      width:100%; margin-bottom:14px;
      background:linear-gradient(130deg,#25d366 0%,#0ea550 100%);
      border-radius:20px; padding:18px 20px;
      position:relative; overflow:hidden;
      box-shadow:0 10px 40px rgba(37,211,102,.55), 0 2px 8px rgba(0,0,0,.3);
      animation:wpp-pulse 1.5s infinite;
      text-decoration:none; color:#fff;
      transition:transform .1s, box-shadow .1s;
    }
    .funil-cta-wpp2:active {
      transform:scale(.96);
      box-shadow:0 4px 16px rgba(37,211,102,.4);
    }
    .funil-cta-wpp2::before {
      content:'';
      position:absolute; top:0; left:0;
      width:45%; height:100%;
      background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);
      animation:shimmer 2.8s infinite 0.8s;
      pointer-events:none;
    }
    .funil-cta-wpp2 .f-icon {
      background:rgba(255,255,255,.18);
      border-radius:14px; padding:10px; flex-shrink:0;
      display:flex; align-items:center; justify-content:center;
      animation:icon-pop 1.2s infinite;
    }
    .funil-cta-wpp2 .f-icon svg { width:1.9rem; height:1.9rem; display:block; }
    .funil-cta-wpp2 .f-body { display:flex; flex-direction:column; gap:5px; }
    .funil-cta-wpp2 .f-main { font-size:1.08rem; font-weight:900; line-height:1; }
    .funil-cta-wpp2 .f-status {
      display:flex; align-items:center; gap:6px;
      font-size:.74rem; font-weight:600; opacity:.92;
    }
    .funil-cta-wpp2 .chevron {
      margin-left:auto; font-size:1.4rem; opacity:.7; flex-shrink:0;
    }

    .funil-cta-tel2 {
      display:flex; align-items:center; gap:14px;
      width:100%;
      background:linear-gradient(130deg,#FF6B00 0%,#c95200 100%);
      border-radius:20px; padding:18px 20px;
      position:relative; overflow:hidden;
      box-shadow:0 10px 40px rgba(255,107,0,.5), 0 2px 8px rgba(0,0,0,.3);
      animation:tel-pulse 1.5s infinite .5s;
      text-decoration:none; color:#fff;
      transition:transform .1s, box-shadow .1s;
    }
    .funil-cta-tel2:active {
      transform:scale(.96);
      box-shadow:0 4px 16px rgba(255,107,0,.4);
    }
    .funil-cta-tel2::before {
      content:'';
      position:absolute; top:0; left:0;
      width:45%; height:100%;
      background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);
      animation:shimmer 2.8s infinite 1.8s;
      pointer-events:none;
    }
    .funil-cta-tel2 .f-icon {
      background:rgba(255,255,255,.18);
      border-radius:50%; width:52px; height:52px; flex-shrink:0;
      display:flex; align-items:center; justify-content:center;
      font-size:1.5rem;
      animation:ring .55s infinite;
    }
    .funil-cta-tel2 .f-body { display:flex; flex-direction:column; gap:3px; }
    .funil-cta-tel2 .f-main { font-size:1rem; font-weight:900; line-height:1.1; }
    .funil-cta-tel2 .f-num  { font-size:.95rem; font-weight:700; letter-spacing:.02em; opacity:.95; }
    .funil-cta-tel2 .f-status {
      display:flex; align-items:center; gap:6px;
      font-size:.72rem; font-weight:600; opacity:.88;
    }
    .funil-cta-tel2 .chevron {
      margin-left:auto; font-size:1.4rem; opacity:.7; flex-shrink:0;
    }

    .dot-live {
      width:8px; height:8px; border-radius:50%;
      background:#4ade80; flex-shrink:0;
      animation:dot-pulse-g .85s infinite;
    }
    .dot-live.delay { animation-delay:.35s; }


    /* ─── ACTIVE PRESS em todos os botões ─── */
    .nav-cta,
    .btn-wpp, .btn-tel,
    .cta-btn-wpp, .cta-btn-tel,
    .float-wpp, .float-tel,
    .wpp-link, .tel-link,
    .grev-cta, .grev-write-btn,
    .ig-cta,
    .funil-cta-wpp, .funil-cta-tel,
    .funil-cta-wpp2, .funil-cta-tel2 {
      transition: transform .12s cubic-bezier(.4,0,.2,1),
                  box-shadow .12s cubic-bezier(.4,0,.2,1),
                  filter .12s;
      -webkit-tap-highlight-color: transparent;
    }
    .nav-cta:active,
    .btn-wpp:active, .btn-tel:active,
    .cta-btn-wpp:active, .cta-btn-tel:active,
    .float-wpp:active, .float-tel:active,
    .wpp-link:active, .tel-link:active,
    .grev-cta:active, .grev-write-btn:active,
    .ig-cta:active,
    .funil-cta-wpp:active, .funil-cta-tel:active,
    .funil-cta-wpp2:active, .funil-cta-tel2:active {
      transform: scale(.94);
      filter: brightness(.88);
      box-shadow: none !important;
    }


/* ── Artigos SEO ── */
.art-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:20px;}
.art-card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:16px;overflow:hidden;transition:border-color .25s,box-shadow .25s;}
.art-card:hover{border-color:#FF6B00;box-shadow:0 0 20px rgba(255,107,0,.15);}
.art-tag{display:inline-block;background:rgba(255,107,0,.15);color:#FF6B00;font-size:.68rem;font-weight:700;padding:4px 10px;border-radius:20px;margin-bottom:10px;letter-spacing:.04em;text-transform:uppercase;}
.art-header{padding:20px 20px 0;}
.art-title{font-size:1rem;font-weight:800;color:#fff;line-height:1.4;margin-bottom:8px;}
.art-excerpt{font-size:.8rem;color:#999;line-height:1.65;margin-bottom:0;}
.art-body{max-height:0;overflow:hidden;transition:max-height .5s ease,padding .4s;font-size:.8rem;color:#bbb;line-height:1.75;padding:0 20px;}
.art-body.open{max-height:1200px;padding:14px 20px 0;}
.art-body h4{color:#FF6B00;font-size:.82rem;font-weight:700;margin:14px 0 6px;}
.art-body ul{padding-left:16px;margin:6px 0;}
.art-body ul li{margin-bottom:4px;}
.art-footer{padding:14px 20px 18px;display:flex;align-items:center;justify-content:space-between;gap:10px;}
.art-read{background:none;border:1px solid #333;color:#FF6B00;font-size:.75rem;font-weight:700;padding:8px 16px;border-radius:20px;cursor:pointer;transition:background .2s,border-color .2s;}
.art-read:hover{background:rgba(255,107,0,.1);border-color:#FF6B00;}
.art-time{font-size:.68rem;color:#555;}


/* ── H2 uppercase size ── */
.sec h2, section h2 {
  font-size: 1.35rem !important;
  letter-spacing: .04em;
}