/* ============================================================
   REPROTEL — Design System
   Fonte da verdade. Altere aqui → reflete em todo o site.
   Referência visual: /regras.html
   ============================================================ */

/* ── Base ───────────────────────────────────────────────────────────────── */
@font-face{font-family:'Montserrat';font-style:normal;font-weight:500 900;font-display:swap;src:url('../fonts/montserrat-latin.woff2') format('woff2')}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Montserrat',sans-serif;background:#FFFAF3;color:#191A1E;-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}

:root {

  /* ── Tipografia ────────────────────────────────────────── */
  --fw-heading:  700;   /* H1 · H2 · H3 · H4 · H5          */
  --fw-body:     500;   /* <p> padrão                        */
  --fw-strong:   800;   /* <strong> · números em destaque    */
  --fw-black:    900;   /* Uso excepcional                   */

  --fs-h1: clamp(2.2rem, 4vw, 3.5rem);
  --fs-h2: clamp(1.8rem, 3vw, 2.6rem);
  --fs-h3: clamp(1.2rem, 2vw, 1.6rem);
  --fs-h4: clamp(1rem, 1.5vw, 1.15rem);
  --fs-h5: .75rem;
  --fs-body: .9rem;

  /* ── Cores de texto ────────────────────────────────────── */
  --color-text:     #191A1E;  /* Texto em fundo claro         */
  --color-text-inv: #ffffff;  /* Texto em fundo escuro        */
  --color-accent:   #EF3B3A;  /* Vermelho — CTAs · destaques  */
  --color-accent-dark: #C42E2D; /* Hover · fim de gradiente   */

  /* ── Cores de fundo ────────────────────────────────────── */
  --bg-bege:       #FFFAF3;   /* Fundo padrão do site         */
  --bg-white:      #ffffff;   /* Cards · painéis              */
  --bg-light:      #F5F4F1;   /* Seções alternadas            */
  --bg-dark:       #191A1E;   /* Seções escuras · rodapé      */
  --bg-dark-alt:   #2a2a30;   /* Variação escura              */
  --bg-footer:     #1C1C1E;   /* Footer inferior              */

  /* ── Gradientes ────────────────────────────────────────── */

  /* Títulos em fundo claro: preto → vermelho */
  --grad-title:
    linear-gradient(135deg, #191A1E 0%, #C42E2D 100%);

  /* Títulos em fundo escuro: branco → branco/70% */
  --grad-title-dark:
    linear-gradient(135deg, #fff 0%, rgba(255,255,255,.7) 100%);

  /* Overlay de hero/banner */
  --grad-banner:
    linear-gradient(
      180deg,
      rgba(5,3,2,.95)   0%,
      rgba(8,5,3,.85)   12%,
      rgba(12,8,5,.58)  28%,
      rgba(20,12,8,.50) 60%,
      rgba(15,10,8,.65) 100%
    );

  /* Overlay de card com foto */
  --grad-card:
    linear-gradient(
      to top,
      rgba(0,0,0,.82) 0%,
      rgba(0,0,0,.35) 55%,
      transparent     100%
    );

  /* Overlay de top-footer */
  --grad-topfooter:
    linear-gradient(135deg, rgba(10,10,14,.82) 0%, rgba(20,10,10,.75) 100%);

  /* ── Dados institucionais (uso em JS/conteúdo via attr) ── */
  /* Referência: alterar aqui documenta a versão atual.       */
  /* Os valores numéricos no HTML devem estar alinhados.      */
  /* 14 anos · 250 clientes · 60 colaboradores · R$100M 2025 */

}

/* ── Tipografia global (.rg-*) ─────────────────────────────────────────── */
.rg-h1{font-size:clamp(2.2rem,4vw,3.5rem);font-weight:var(--fw-heading);color:#191A1E;letter-spacing:-.03em;line-height:1.1;margin-bottom:.5rem}
.rg-h1.on-dark{color:#fff}
.rg-h2{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:var(--fw-heading);letter-spacing:-.03em;line-height:1.1;margin-bottom:.5rem;background:var(--grad-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.rg-h2.on-dark{background:var(--grad-title-dark);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.rg-h2.solid{background:none;-webkit-text-fill-color:#191A1E;color:#191A1E}
.rg-h2.solid.on-dark{background:none;-webkit-text-fill-color:#fff;color:#fff}
.rg-h3{font-size:clamp(1.2rem,2vw,1.6rem);font-weight:var(--fw-heading);color:#191A1E;letter-spacing:-.02em;line-height:1.2;margin-bottom:.5rem}
.rg-h3.on-dark{color:#fff}
.rg-h4{font-size:clamp(1rem,1.5vw,1.15rem);font-weight:var(--fw-heading);color:#191A1E;letter-spacing:-.01em;line-height:1.3;margin-bottom:.5rem}
.rg-h4.on-dark{color:#fff}
.rg-h5{font-size:.75rem;font-weight:var(--fw-heading);letter-spacing:.18em;text-transform:uppercase;color:#EF3B3A;line-height:1.4;margin-bottom:.5rem}
.rg-p{font-size:.9rem;font-weight:500;color:#191A1E;line-height:1.75;margin-bottom:.5rem;max-width:680px}
.rg-p.on-dark{color:#fff}
.rg-p strong{font-weight:800;color:#191A1E}
.rg-p.on-dark strong{color:#fff}
.rg-p span{color:#EF3B3A;font-weight:600}
.rg-eyebrow{font-size:.72rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:#EF3B3A;display:block;margin-bottom:.75rem}
.rg-h1.grad,.rg-h3.grad,.rg-h4.grad{background:var(--grad-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.rg-h1.grad.on-dark,.rg-h3.grad.on-dark,.rg-h4.grad.on-dark{background:var(--grad-title-dark);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}


/* ── Navegação ───────────────────────────────────────────────────────── */
nav{height:68px;background:transparent;border-bottom:1px solid transparent;display:flex;align-items:center;flex-shrink:0;position:fixed;top:0;left:0;right:0;z-index:100;transition:background .3s ease,border-color .3s ease}
nav.nav--scrolled{background:#ffffff;border-bottom-color:#E2D9CC}
.nav-inner{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%;display:flex;align-items:center;justify-content:space-between}
.nav-logo img{height:34px;width:auto;transition:opacity .2s}
.nav-logo span{font-size:1.4rem;font-weight:900;letter-spacing:-.04em}
.nav-links{display:flex;align-items:center;gap:1.75rem;list-style:none}
.nav-links a{font-size:.75rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:#ffffff;transition:color .3s;white-space:nowrap}
.nav-links a:hover{color:rgba(255,255,255,.7)}
nav.nav--scrolled .nav-links a{color:#191A1E}
nav.nav--scrolled .nav-links a:hover{color:#EF3B3A}
.nav-links a.btn-nav,.nav-links a.btn-nav:hover,nav.nav--scrolled .nav-links a.btn-nav,nav.nav--scrolled .nav-links a.btn-nav:hover{color:#ffffff}
.btn-nav{display:inline-flex;align-items:center;background:#EF3B3A;color:#ffffff;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:.65rem .9rem;border:none;font-family:inherit;cursor:pointer;transition:background .15s}
.btn-nav:hover{background:#C42B2A}
.nav-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:4px;flex-shrink:0}
.nav-hamburger span{display:block;width:22px;height:2px;background:#fff;border-radius:1px;transform-origin:center;transition:background .3s,transform .3s,opacity .3s}
nav.nav--scrolled .nav-hamburger span{background:#191A1E}
.nav-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}
.nav-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.nav-mobile{position:fixed;top:68px;left:0;right:0;bottom:0;background:#fff;z-index:99;padding:1.5rem 1.5rem 2rem;transform:translateX(100%);visibility:hidden;transition:transform .3s cubic-bezier(.4,0,.2,1),visibility .3s;overflow-y:auto;display:flex;flex-direction:column}
.nav-mobile.open{transform:translateX(0);visibility:visible}
.nav-mobile-links{list-style:none;flex:1}
.nav-mobile-links li a{display:block;font-size:1rem;font-weight:700;color:#191A1E;padding:.9rem 0;border-bottom:1px solid rgba(25,26,30,.08);transition:color .15s}
.nav-mobile-links li a:hover{color:#EF3B3A}
.nav-mobile-links li.nav-mobile-cta a{margin-top:1.5rem;display:block;background:#EF3B3A;color:#fff !important;text-align:center;padding:1rem;border:none;font-weight:800;font-size:.88rem;letter-spacing:.05em;text-transform:uppercase}
.nav-links a[aria-current='page']{color:#EF3B3A !important}
nav.nav--scrolled .nav-links a[aria-current='page']{color:#EF3B3A !important}
@media(max-width:768px){.nav-hamburger{display:flex}.nav-links{display:none !important}.nav-inner{padding:0 1.25rem}}
@media(max-width:768px){nav{position:absolute}nav.nav--scrolled{background:transparent !important;border-bottom-color:transparent !important}nav.nav--scrolled .nav-hamburger span{background:#fff}}


/* ── TOP-FOOTER ──────────────────────────────────────────────────── */
.top-footer{background:#141416;padding:5rem 0;text-align:center;position:relative;overflow:hidden}
.top-footer::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 66% 80% at 50% 60%,rgba(239,59,58,.60) 0%,rgba(239,59,58,.16) 40%,transparent 72%);z-index:0}
.top-footer-r{position:absolute;right:-2%;top:50%;transform:translateY(-50%);font-size:28rem;font-weight:900;color:rgba(255,255,255,.04);line-height:1;letter-spacing:-.05em;pointer-events:none;user-select:none;font-family:'Montserrat',sans-serif;z-index:1}
.top-footer-inner{position:relative;z-index:1;max-width:780px;margin:0 auto;padding:0 2rem}
.top-footer-title{font-size:clamp(1.6rem,3.5vw,3rem);white-space:nowrap;font-weight:700;color:#fff;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.25rem}
.top-footer-sub{font-size:.95rem;font-weight:500;color:#fff;margin-bottom:2.5rem;line-height:1.6}
.top-footer-sub strong{color:#fff;font-weight:800}
.top-footer-btn{display:inline-flex;align-items:center;background:#EF3B3A;color:#fff;font-family:'Montserrat',sans-serif;font-size:.9rem;font-weight:700;padding:1rem 2.5rem;border:none;cursor:pointer;transition:background .15s;text-decoration:none}
.top-footer-btn:hover{background:#C42B2A}
@media (max-width:1024px){.top-footer-title{white-space:normal}}
@media (max-width:768px){.top-footer{padding:4rem 0}.top-footer-title{white-space:normal;font-size:clamp(1.3rem,5.5vw,2rem)}.top-footer-r{display:none}}

/* ── FOOTER ──────────────────────────────────────────────────── */
footer{background:#1C1C1E;flex-shrink:0;font-family:'Montserrat',sans-serif}
.footer-trust{border-bottom:1px solid rgba(255,255,255,.07);padding:1.5rem 2.5rem;max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:2.5rem;flex-wrap:wrap}
.footer-trust-item{display:flex;align-items:center;gap:.6rem}
.footer-trust-num{font-size:1.1rem;font-weight:900;color:#EF3B3A;line-height:1}
.footer-trust-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.35)}
.footer-trust-sep{width:1px;height:20px;background:rgba(255,255,255,.1);flex-shrink:0}
.footer-trust-badges{display:flex;gap:.75rem;margin-left:auto}
.footer-inner{max-width:1200px;margin:0 auto;padding:3rem 2.5rem;display:grid;grid-template-columns:1.6fr 1fr 1.1fr;gap:3.5rem}
.footer-brand img{height:30px;margin-bottom:1.25rem}
.footer-tagline{font-size:.82rem;font-weight:500;color:rgba(255,255,255,.4);line-height:1.65;margin-bottom:1.75rem;max-width:220px}
.footer-contacts{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.75rem}
.footer-contact-item{display:flex;align-items:center;gap:.65rem;font-size:.82rem;font-weight:500;color:rgba(255,255,255,.5);transition:color .15s;text-decoration:none}
.footer-contact-item:hover{color:#fff}
.footer-contact-item svg{width:14px;height:14px;fill:currentColor;flex-shrink:0;opacity:.6}
.footer-socials{display:flex;gap:.6rem}
.footer-socials a{width:32px;height:32px;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.45);transition:.15s}
.footer-socials a:hover{border-color:#EF3B3A;background:#EF3B3A;color:#fff}
.footer-socials svg{width:14px;height:14px;fill:currentColor}
.footer-nav-col{}
.footer-nav-head{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#ffffff;margin-bottom:1.25rem;display:block}
.footer-nav-list{list-style:none;display:flex;flex-direction:column;gap:.85rem}
.footer-nav-list a{font-size:.85rem;font-weight:600;color:rgba(255,255,255,.55);transition:color .15s}
.footer-nav-list a:hover{color:#fff}
.footer-nav-cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.25rem;background:#EF3B3A;color:#fff;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;padding:.65rem 1.1rem;transition:background .15s}
.footer-nav-cta:hover{background:#C42B2A;color:#fff}
.footer-nav-cta svg{width:12px;height:12px;fill:currentColor}
.footer-nl h3{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#fff;margin-bottom:.5rem}
.footer-nl-sub{font-size:.8rem;font-weight:500;color:rgba(255,255,255,.45);line-height:1.6;margin-bottom:1.25rem}
.footer-bottom{border-top:1px solid #000000;padding:1.1rem 2.5rem;max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.footer-copy{font-size:.72rem;font-weight:500;color:rgba(255,255,255,.25);margin:0}
.footer-legal{display:flex;gap:1.5rem}
.footer-legal a{font-size:.72rem;font-weight:600;color:rgba(255,255,255,.3);transition:color .15s}
.footer-legal a:hover{color:rgba(255,255,255,.7)}
@media (max-width:1024px){.footer-inner{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-trust-badges{display:none}}
@media (max-width:768px){.footer-inner{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-trust{gap:1.5rem}.footer-trust-sep{display:none}}
@media (max-width:768px){.footer-bottom{padding:1.1rem 1.25rem}.footer-inner{padding:2.5rem 1.25rem}.footer-trust{padding:1.25rem}}
@media (max-width:768px){.footer-trust{flex-direction:column;align-items:flex-start;gap:1rem}.footer-brand img{height:24px}.footer-tagline{font-size:.78rem}.footer-nav-col{display:block}}

/* ── HERO · PÁGINA ──────────────────────────────────────────────────── */
.pg-hero{background:url('../background-hero-desktop.webp') center 30%/cover no-repeat;position:relative;overflow:hidden;padding:9rem 2rem 5rem;display:flex;flex-direction:column;align-items:center}
.pg-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,3,2,.92) 0%,rgba(15,8,5,.82) 60%,rgba(25,26,30,.98) 100%);z-index:0}
.pg-hero-inner{position:relative;z-index:1;text-align:center;max-width:780px;margin:0 auto}
.pg-hero .rg-h1{font-size:clamp(1.65rem,3vw,2.625rem)}
.pg-eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.85);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:.4rem 1rem;margin-bottom:1.25rem}
.pg-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:#EF3B3A;flex-shrink:0}
.pg-sub{font-size:clamp(.9rem,1.4vw,1.05rem);font-weight:500;color:#fff;line-height:1.65;max-width:780px;margin:0 auto}

/* ── DEPOIMENTOS + STORIES ──────────────────────────────────────────────────── */
.section-depo{background:#FFFAF3;padding:5rem 0}
.section-depo-inner{max-width:1200px;margin:0 auto;padding:0 2rem}
.depo-ticker-wrap{margin-top:3rem;overflow:hidden;position:relative;cursor:default;width:96%;margin-left:auto;margin-right:auto}
.depo-ticker-wrap::before,.depo-ticker-wrap::after{content:'';position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}
.depo-ticker-wrap::before{left:0;background:linear-gradient(to right,#FFFAF3,transparent)}
.depo-ticker-wrap::after{right:0;background:linear-gradient(to left,#FFFAF3,transparent)}
.depo-ticker{display:flex;gap:1.25rem;width:max-content;will-change:transform}
.depo-card{background:#fff;border:1px solid rgba(25,26,30,.08);padding:1.75rem;display:flex;flex-direction:column;gap:1rem;width:320px;flex-shrink:0}
.depo-quote{font-size:2rem;font-weight:900;color:#EF3B3A;line-height:1;font-family:Georgia,serif}
.depo-text{font-size:.85rem;font-weight:500;color:#191A1E;line-height:1.7;flex:1}
.depo-result{font-size:.73rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#EF3B3A}
.depo-author{border-top:1px solid rgba(25,26,30,.07);padding-top:1rem;display:flex;flex-direction:column;gap:.2rem}
.depo-name{font-size:.82rem;font-weight:800;color:#191A1E;letter-spacing:-.01em}
.depo-role{font-size:.73rem;font-weight:500;color:#191A1E}
.depo-video-block{margin-top:2rem;width:100vw;position:relative;left:50%;transform:translateX(-50%);padding:0 2rem 0 3rem}
.depo-video-label{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.2em;color:#EF3B3A;margin-bottom:.75rem}
.depo-video-title{font-size:1.5rem;font-weight:800;letter-spacing:-.02em;color:#191A1E;margin-bottom:2rem}
.depo-carousel-wrap{position:relative;overflow:hidden}
.depo-carousel-wrap::after{content:'';position:absolute;top:0;right:0;width:18%;height:100%;background:linear-gradient(to right,transparent,#FFFAF3 85%);pointer-events:none;z-index:2;transition:opacity .3s}
.depo-carousel-wrap.at-end::after{opacity:0}
.depo-stories-row{display:flex;gap:20px;transition:transform .45s cubic-bezier(.25,.46,.45,.94);will-change:transform}
.depo-story{flex-shrink:0;aspect-ratio:9/16;background:#191A1E;border-radius:16px;position:relative;overflow:hidden;cursor:pointer;transition:transform .2s}
.depo-story:hover{transform:scale(1.02)}
.depo-story video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}
.story-lightbox{position:fixed;inset:0;background:rgba(10,10,12,.92);display:none;align-items:center;justify-content:center;z-index:1000;padding:1.5rem}
.story-lightbox.open{display:flex}
.story-lightbox-inner{width:100%;max-width:400px}
.story-lightbox video{width:100%;border-radius:16px;background:#000;max-height:85vh}
.story-lightbox-close{position:absolute;top:1rem;right:1.25rem;color:#fff;font-size:2rem;font-weight:700;cursor:pointer;background:none;border:none;line-height:1}
.story-lightbox-label{color:#fff;text-align:center;margin-top:.75rem;font-weight:700;font-size:.92rem}
.depo-nav-dots{display:none}
.depo-nav-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;border:1.5px solid rgba(255,255,255,.35);background:rgba(25,26,30,.7);backdrop-filter:blur(6px);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .15s,background .15s}
.depo-nav-btn:hover{border-color:#EF3B3A;background:#EF3B3A}
.depo-nav-btn:hover svg{fill:#fff}
.depo-nav-btn svg{width:16px;height:16px;fill:#fff;transition:fill .15s}
.depo-nav-dots{display:flex;gap:.5rem}
.depo-dot{width:6px;height:6px;border-radius:50%;background:rgba(25,26,30,.2);cursor:pointer;transition:background .2s}
.depo-dot.active{background:#EF3B3A;width:18px;border-radius:3px}
.depo-story-bg{position:absolute;inset:0;background:linear-gradient(160deg,#2a2a30 0%,#191A1E 100%)}
.depo-story-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:.85rem .75rem;z-index:1}
.depo-story-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;background:rgba(255,255,255,.15);border:1.5px solid rgba(255,255,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:2}
.depo-story:hover .depo-story-play{background:#EF3B3A;border-color:#EF3B3A}
.depo-story-play svg{width:16px;height:16px;fill:#fff;margin-left:2px}
.depo-story-top{display:flex;align-items:center;gap:.4rem}
.depo-story-dot{width:6px;height:6px;border-radius:50%;background:#EF3B3A;flex-shrink:0}
.depo-story-hotel{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.7);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.depo-story-bottom{display:flex;flex-direction:column;gap:.2rem}
.depo-story-name{font-size:.65rem;font-weight:700;color:#fff;line-height:1.3}
.depo-story-metric{font-size:.65rem;font-weight:800;color:#EF3B3A;text-transform:uppercase;letter-spacing:.05em}
@media (max-width:1024px){.depo-text-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:768px){.depo-text-grid{grid-template-columns:1fr}}
@media (max-width:768px){.section-depo{padding:3rem 0}.section-depo-inner{padding:0 1.25rem}.depo-video-block{padding:0 0 0 1.25rem}}
@media (max-width:768px){.depo-text{font-size:.95rem}}

/* ── HELPERS DE SEÇÃO ──────────────────────────────────────────────────── */
.section-eyebrow{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.2em;color:#EF3B3A;margin-bottom:.75rem}
.section-heading{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:var(--fw-strong);letter-spacing:-.03em;background:var(--grad-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1;margin-bottom:.5rem}
.section-sub{font-size:.9rem;font-weight:500;color:#191A1E;line-height:1.6}
/* ── ARTIGO · BLOG ──────────────────────────────────────────────────── */
.pg-hero.pg-hero--article{background:radial-gradient(ellipse at bottom right,#C42E2D 0%,#191A1E 70%)}
.pg-hero.pg-hero--article::before{display:none}
.pg-hero.pg-hero--article .rg-h1{font-size:clamp(1.54rem,2.8vw,2.45rem)}
.pg-article-meta{display:inline-flex;align-items:center;gap:.75rem;margin-top:.85rem;flex-wrap:wrap}
.pg-article-meta-item{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:500;color:rgba(255,255,255,.65)}
.pg-article-meta-item svg{width:14px;height:14px;stroke:rgba(255,255,255,.5);flex-shrink:0}
.pg-article-meta-sep{color:rgba(255,255,255,.3);font-size:.82rem}
.pg-article{background:#FFFAF3;flex:1}
.pg-article-inner{max-width:740px;margin:0 auto;padding:4rem 2rem 5rem}
.pg-article-inner .rg-p{max-width:100%;margin-bottom:1.5rem}
.pg-article-inner .rg-h2{margin-top:2.5rem;margin-bottom:1rem}
@media(max-width:768px){.pg-article-inner{padding:3rem 1.25rem 4rem}}

/* ── ARTIGO · BLOG — layout 2 colunas + sidebar ──────────────────────── */
.pg-article{padding:4rem 2rem 5rem}

.pg-article-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 30%;gap:3.5rem;align-items:start}
.pg-article-sidebar{position:static;display:flex;flex-direction:column;gap:1.5rem}
.sidebar-block{background:#fff;border:1px solid rgba(25,26,30,.08);padding:1.5rem}
.sidebar-block--placeholder{border-style:dashed;background:#FFFAF3}
.sidebar-block-label{display:block;font-size:.6rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#EF3B3A;margin-bottom:1rem}
.sidebar-articles{list-style:none;display:flex;flex-direction:column;gap:0}
.sidebar-article-item{border-top:1px solid rgba(25,26,30,.07)}
.sidebar-article-item:first-child{border-top:none}
.sidebar-article-link{display:flex;flex-direction:column;gap:.6rem;padding:.9rem 0;text-decoration:none;transition:opacity .15s}
.sidebar-article-link:hover{opacity:.72}
.sidebar-article-thumb{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.sidebar-article-title{font-size:.8rem;font-weight:600;color:#191A1E;line-height:1.4}
.sidebar-ver-todos{display:inline-block;margin-top:1rem;font-size:.72rem;font-weight:700;color:#EF3B3A;text-decoration:none;letter-spacing:.02em;transition:opacity .15s}
.sidebar-ver-todos:hover{opacity:.7}
.sidebar-placeholder-text{font-size:.78rem;font-weight:500;color:rgba(25,26,30,.35);line-height:1.6}
.sidebar-article-link--soon{cursor:default}
.sidebar-article-thumb--soon{background:#F5F4F1;border:1px dashed rgba(25,26,30,.16)}
.sidebar-article-item--soon .sidebar-article-title{color:rgba(25,26,30,.35);font-weight:500}
.pg-article-content{min-width:0}
.pg-article-content .rg-h2{font-size:clamp(1.35rem,2.25vw,1.95rem);margin-top:2.5rem;margin-bottom:.75rem}
.pg-article-content .rg-h3{margin-top:2rem;margin-bottom:.6rem}
.pg-article-content .rg-h4{margin-top:1.5rem;margin-bottom:.5rem}
.pg-article-content .rg-h5{margin-top:1.25rem;margin-bottom:.4rem}
.pg-article-content .rg-p{margin-bottom:1.25rem}
.pg-article-content a{color:#EF3B3A;font-weight:600;text-decoration:underline;text-underline-offset:2px}
.pg-article-content a:hover{opacity:.75}
.art-figure{margin:2rem 0}
.art-figure img{width:100%;height:auto;display:block;object-fit:cover}
.art-figure figcaption{font-size:.72rem;font-weight:600;color:rgba(25,26,30,.45);margin-top:.5rem;line-height:1.5}
.art-img-ph{background:rgba(25,26,30,.08);aspect-ratio:16/9;display:flex;align-items:center;justify-content:center}
.art-img-ph span{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(25,26,30,.25)}
.art-img-grid{display:grid;gap:1rem;margin:2rem 0}
.art-img-grid-1{grid-template-columns:1fr}
.art-img-grid-2{grid-template-columns:1fr 1fr}
.art-img-grid-3{grid-template-columns:1fr 1fr 1fr}
.art-img-grid-4{grid-template-columns:1fr 1fr 1fr 1fr}
.art-img-grid figure{margin:0}
.art-img-grid figcaption{font-size:.65rem;font-weight:600;color:rgba(25,26,30,.4);margin-top:.4rem}
.art-ul{list-style:none;margin:1rem 0 1.5rem;display:flex;flex-direction:column;gap:.5rem}
.art-ul li{font-size:.9rem;font-weight:500;color:#191A1E;line-height:1.6;padding-left:1.25rem;position:relative}
.art-ul li::before{content:'';position:absolute;left:0;top:.65em;width:5px;height:5px;border-radius:50%;background:#EF3B3A;flex-shrink:0}
.art-ol{list-style:none;margin:1rem 0 1.5rem;display:flex;flex-direction:column;gap:.5rem;counter-reset:art-counter}
.art-ol li{font-size:.9rem;font-weight:500;color:#191A1E;line-height:1.6;padding-left:1.75rem;position:relative;counter-increment:art-counter}
.art-ol li::before{content:counter(art-counter);position:absolute;left:0;top:.1em;width:20px;height:20px;background:#EF3B3A;color:#fff;font-size:.62rem;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}
.art-blockquote{border-left:3px solid #EF3B3A;padding:1rem 1.5rem;margin:2rem 0;background:#fff}
.art-blockquote p{font-size:1rem;font-weight:600;color:#191A1E;line-height:1.65;font-style:italic;margin:0}
.art-blockquote cite{display:block;margin-top:.6rem;font-size:.72rem;font-weight:700;color:rgba(25,26,30,.4);font-style:normal}
.art-divider{border:none;border-top:1px solid rgba(25,26,30,.1);margin:2.5rem 0}
.art-video{position:relative;width:100%;aspect-ratio:16/9;margin:2rem 0;background:#191A1E;overflow:hidden}
.art-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
@media(max-width:768px){.pg-article{padding:2.5rem 1.25rem 3rem}.pg-article-layout{grid-template-columns:1fr;gap:2rem}.pg-article-content{width:100%;min-width:0}.pg-article-sidebar{position:static;width:100%;min-width:0}.art-img-grid-2,.art-img-grid-3,.art-img-grid-4{grid-template-columns:1fr 1fr}}
