/* =============================================
   Taynã Gonçalves — Especialista SEO 
   ============================================= */
:root {
  --primary: #6D28D9;
  --primary-dark: #5B21B6;
  --accent: #A78BFA;
  --accent-light: #DDD6FE;
  --white: #FFFFFF;
  --gray-light: #F5F5F7;
  --gray-mid: #E5E7EB;
  --gray: #9CA3AF;
  --text-dark: #1F2937;
  --text-mid: #4B5563;
  --text-light: #756d6d;
  --gradient: linear-gradient(135deg, #6D28D9, #7C3AED);
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.08);
  --shadow-lg: 0 10px 40px rgba(109,40,217,0.12);
  --shadow-xl: 0 20px 60px rgba(109,40,217,0.2);
  --r-sm: 8px; --r-md: 12px; --r-lg: 20px; --r-xl: 28px; --r-full: 100px;
  --max-w: 1200px;
  --space: 96px;
  --font-h: 'Poppins', sans-serif;
  --font-b: 'Inter', sans-serif;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{font-family:var(--font-b);color:var(--text-dark);background:#fff;line-height:1.6;font-size:16px}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
button{cursor:pointer;font-family:inherit;border:none;background:none}
input{font-family:inherit}

.container{max-width:var(--max-w);margin:0 auto;padding:0 24px}

/* NAV */
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,0.93);backdrop-filter:blur(16px);border-bottom:1px solid rgba(229,231,235,0.6);transition:box-shadow .3s}
.site-header.scrolled{box-shadow:0 2px 20px rgba(0,0,0,0.08)}
.nav-container{max-width:var(--max-w);margin:0 auto;padding:0 24px;height:68px;display:flex;align-items:center;gap:32px}
.nav-logo{display:flex;align-items:center;gap:10px;flex-shrink:0}
.logo-icon{width:36px;height:36px;background:var(--gradient);border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;color:#fff;font-family:var(--font-h);font-weight:700;font-size:13px}
.logo-text{font-family:var(--font-h);font-weight:700;font-size:16px;color:var(--text-dark)}
.nav-links{display:flex;align-items:center;gap:4px;margin-left:auto}
.nav-link{padding:6px 14px;border-radius:var(--r-full);font-size:14px;font-weight:500;color:var(--text-mid);transition:all .2s}
.nav-link:hover,.nav-link.active{background:var(--gray-light);color:var(--primary)}
.nav-cta{margin-left:8px}
.nav-toggle{display:none;flex-direction:column;gap:5px;padding:8px;margin-left:auto}
.nav-toggle span{display:block;width:22px;height:2px;background:var(--text-dark);border-radius:2px;transition:all .3s}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:var(--r-full);font-size:14px;font-weight:600;font-family:var(--font-b);transition:all .2s;cursor:pointer;border:none;white-space:nowrap}
.btn-lg{padding:14px 28px;font-size:15px}
.btn-primary{background:var(--gradient);color:#fff;box-shadow:0 4px 12px rgba(109,40,217,.3)}
.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(109,40,217,.4)}
.btn-secondary{background:var(--accent-light);color:var(--primary)}
.btn-secondary:hover{background:#C4B5FD}
.btn-ghost{background:transparent;color:var(--text-dark);border:1.5px solid var(--gray-mid)}
.btn-ghost:hover{background:var(--gray-light)}
.btn-white{background:#fff;color:var(--primary);box-shadow:0 4px 12px rgba(0,0,0,.1)}
.btn-white:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(0,0,0,.15)}
.btn-ghost-white{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.4)}
.btn-ghost-white:hover{background:rgba(255,255,255,.1)}

/* SECTION */
.section{padding:var(--space) 0}
.section-header{text-align:center;margin-bottom:56px}
.section-tag{display:inline-block;padding:5px 14px;background:var(--accent-light);color:var(--primary);border-radius:var(--r-full);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;margin-bottom:16px}
.section-title{font-family:var(--font-h);font-size:clamp(28px,4vw,42px);font-weight:800;line-height:1.2;color:var(--text-dark);margin-bottom:16px}
.section-title.text-left{text-align:left}
.section-description{font-size:17px;color:var(--text-mid);max-width:580px;margin:0 auto;line-height:1.7}
.section-cta{text-align:center;margin-top:48px}

/* HERO */
.hero{position:relative;padding:100px 0 96px;overflow:hidden}
.hero-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none}
.hero-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.15}
.hero-orb-1{width:600px;height:600px;background:var(--primary);top:-200px;right:-100px}
.hero-orb-2{width:400px;height:400px;background:var(--accent);bottom:-100px;left:-100px}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(109,40,217,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(109,40,217,.04) 1px,transparent 1px);background-size:48px 48px}
.hero-content{position:relative;z-index:1;text-align:center}
.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px 6px 10px;background:#fff;border:1px solid var(--gray-mid);border-radius:var(--r-full);font-size:13px;font-weight:600;color:var(--text-mid);margin-bottom:28px;box-shadow:var(--shadow-sm)}
.badge-dot{width:8px;height:8px;background:#10B981;border-radius:50%;box-shadow:0 0 0 3px rgba(16,185,129,.2);animation:pulse 2s infinite}
@keyframes pulse{0%,100%{box-shadow:0 0 0 3px rgba(16,185,129,.2)}50%{box-shadow:0 0 0 6px rgba(16,185,129,.1)}}
.hero-headline{font-family:var(--font-h);font-size:clamp(36px,5.5vw,68px);font-weight:900;line-height:1.1;color:var(--text-dark);margin-bottom:24px;letter-spacing:-1.5px}
.headline-highlight{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-description{font-size:clamp(16px,2vw,19px);color:var(--text-mid);max-width:600px;margin:0 auto 36px;line-height:1.65}
.hero-actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:56px}
.hero-stats{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}
.stat-item{padding:0 32px;text-align:center}
.stat-number{display:block;font-family:var(--font-h);font-size:28px;font-weight:800;color:var(--primary);line-height:1;margin-bottom:4px}
.stat-label{font-size:13px;color:var(--text-light)}
.stat-divider{width:1px;height:40px;background:var(--gray-mid)}

/* SOCIAL PROOF */
.social-proof{padding:32px 0;background:var(--gray-light);border-top:1px solid var(--gray-mid);border-bottom:1px solid var(--gray-mid)}
.proof-label{text-align:center;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--text-light);margin-bottom:20px}
.proof-logos{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}
.proof-logo{font-family:var(--font-h);font-weight:700;font-size:15px;color:var(--gray)}

/* PILLARS */
.pillars-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.pillar-card{background:#fff;border:1px solid var(--gray-mid);border-radius:var(--r-xl);padding:36px 32px;position:relative;overflow:hidden;transition:all .3s}
.pillar-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--gradient);opacity:0;transition:opacity .3s}
.pillar-card:hover{border-color:var(--accent);box-shadow:var(--shadow-lg);transform:translateY(-4px)}
.pillar-card:hover::before{opacity:1}
.pillar-number{font-family:var(--font-h);font-size:64px;font-weight:900;color:var(--accent-light);line-height:1;position:absolute;top:20px;right:24px;letter-spacing:-2px}
.pillar-icon{width:52px;height:52px;background:var(--accent-light);border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;color:var(--primary);margin-bottom:20px}
.pillar-title{font-family:var(--font-h);font-size:18px;font-weight:700;color:var(--text-dark);margin-bottom:12px;line-height:1.3}
.pillar-desc{font-size:14px;color:var(--text-mid);line-height:1.6;margin-bottom:20px}
.pillar-link{font-size:13px;font-weight:600;color:var(--primary)}
/* PILLARS Desenvolvimento */
.pillar-card--draft {
  cursor: not-allowed;
  opacity: 0.7;
  position: relative; /* Para posicionar o cadeado se quiser */
}

/* Aplicamos o cinza apenas nos textos e ícones originais, NÃO no card todo */
.pillar-card--draft .pillar-title,
.pillar-card--draft .pillar-desc,
.pillar-card--draft .pillar-number,
.pillar-card--draft .pillar-icon {
  filter: grayscale(1);
  opacity: 0.5;
}

/* Estilo do Cadeado Colorido e Maior */
.status-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
}

.relogio-icon {
  filter: none !important; /* Garante que o emoji ignore o grayscale do pai se houver */
  font-size: 1.5rem;       /* Aumenta o tamanho do cadeado */
  line-height: 1;
}

.status-text {
  font-size: 0.9rem;
  font-weight: bold;
  color: #666; /* Texto discreto para o cadeado brilhar */
}


/* CONTENT CARDS */
.content-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:24px;align-items:start}
.content-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.content-card{background:#fff;border:1px solid var(--gray-mid);border-radius:var(--r-lg);overflow:hidden;transition:all .3s}
.content-card:hover{border-color:var(--accent);box-shadow:var(--shadow-lg);transform:translateY(-4px)}
.card-media{position:relative;height:200px;overflow:hidden}
.content-card-featured .card-media{height:260px}
.card-media-bg{position:absolute;inset:0}
.gradient-1{background:linear-gradient(135deg,#6D28D9,#7C3AED)}
.gradient-2{background:linear-gradient(135deg,#2563EB,#7C3AED)}
.gradient-3{background:linear-gradient(135deg,#0891B2,#6D28D9)}
.gradient-4{background:linear-gradient(135deg,#059669,#2563EB)}
.gradient-5{background:linear-gradient(135deg,#DC2626,#7C3AED)}
.card-tag{position:absolute;top:16px;left:16px;padding:4px 10px;background:rgba(255,255,255,.95);border-radius:var(--r-full);font-size:11px;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.5px}
.card-tag-video{color:#DC2626}
.play-btn-sm{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;background:rgba(255,255,255,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--primary)}
.video-duration{position:absolute;bottom:12px;right:12px;padding:3px 8px;background:rgba(0,0,0,.7);color:#fff;border-radius:4px;font-size:11px;font-weight:600}
.card-body{padding:24px}
.card-meta{font-size:12px;color:var(--text-light);margin-bottom:10px;display:flex;align-items:center;gap:6px}
.card-title{font-family:var(--font-h);font-size:16px;font-weight:700;color:var(--text-dark);margin-bottom:10px;line-height:1.4}
.card-excerpt{font-size:14px;color:var(--text-mid);line-height:1.6;margin-bottom:16px}
.card-link{font-size:13px;font-weight:600;color:var(--primary)}

/* TESTIMONIALS */
.testimonials{background:var(--gray-light)}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.testimonial-card{background:#fff;border-radius:var(--r-lg);padding:32px;border:1px solid var(--gray-mid);transition:all .3s}
.testimonial-card:hover{border-color:var(--accent);box-shadow:var(--shadow-md)}
.testimonial-text{font-size:15px;color:var(--text-dark);line-height:1.7;margin-bottom:24px;font-style:italic}
.testimonial-text::before{content:'C'}
.testimonial-text::after{content:'D'}
.testimonial-author{display:flex;align-items:center;gap:12px}
.author-avatar{width:44px;height:44px;background:var(--gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:700;flex-shrink:0}
.testimonial-author strong{display:block;font-size:14px;font-weight:700}
.testimonial-author span{font-size:12px;color:var(--text-light)}

/* CTA */
.cta-card{background:var(--gradient);border-radius:var(--r-xl);padding:80px 64px;text-align:center;position:relative;overflow:hidden}
.cta-orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3;pointer-events:none}
.cta-orb-1{width:400px;height:400px;background:rgba(167,139,250,.8);top:-150px;right:-100px}
.cta-orb-2{width:300px;height:300px;background:rgba(109,40,217,.8);bottom:-100px;left:-80px}
.cta-content{position:relative;z-index:1}
.cta-title{font-family:var(--font-h);font-size:clamp(28px,4vw,44px);font-weight:800;color:#fff;line-height:1.2;margin-bottom:16px} 
.cta-description{font-size:17px;color:rgba(255,255,255,.85);margin-bottom:36px;max-width:500px;margin-left:auto;margin-right:auto}
.cta-actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}

/* FOOTER */
.site-footer{background:var(--text-dark);padding:64px 0 0;color:rgba(255,255,255,.7)}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.8fr;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}
.footer-brand .logo-text{color:#fff}
.footer-tagline{font-size:14px;line-height:1.6;margin-bottom:20px;margin-top:12px}
.footer-social{display:flex;gap:8px}
.social-link{width:36px;height:36px;background:rgba(255,255,255,.1);border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:rgba(255,255,255,.8);transition:all .2s}
.social-link:hover{background:var(--primary);color:#fff}
.footer-nav-title{font-family:var(--font-h);font-size:14px;font-weight:700;color:#fff;margin-bottom:16px}
.footer-nav ul{display:flex;flex-direction:column;gap:10px}
.footer-nav a{font-size:14px;color:rgba(255,255,255,.6);transition:color .2s}
.footer-nav a:hover{color:#fff}
.footer-newsletter p{font-size:14px;line-height:1.6;margin-bottom:16px}
.newsletter-form{display:flex;gap:8px}
.newsletter-form input{flex:1;padding:10px 14px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:var(--r-full);color:#fff;font-size:13px;outline:none}
.newsletter-form input::placeholder{color:rgba(255,255,255,.4)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:20px 0;font-size:13px;color:rgba(255,255,255,.4)}

/* PAGE HERO */
.page-hero{padding:80px 0 64px;position:relative;overflow:hidden;text-align:center}
.page-hero-content{position:relative;z-index:1}
.page-hero-title{font-family:var(--font-h);font-size:clamp(32px,4.5vw,52px);font-weight:800;color:var(--text-dark);line-height:1.15;margin:16px 0 20px;letter-spacing:-1px}
.page-hero-desc{font-size:18px;color:var(--text-mid);max-width:580px;margin:0 auto;line-height:1.7}

/* ABOUT */
.about-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:64px;align-items:start}
.about-photo{position:relative}
.photo-placeholder{width:100%;aspect-ratio:4/5;background:var(--gradient);border-radius:var(--r-xl);display:flex;align-items:center;justify-content:center}
.photo-initials{font-family:var(--font-h);font-size:72px;font-weight:900;color:rgba(255,255,255,.3)}
.about-badge-card{position:absolute;bottom:24px;left:-24px;background:#fff;border-radius:var(--r-md);padding:12px 16px;display:flex;align-items:center;gap:10px;box-shadow:var(--shadow-lg);border:1px solid var(--gray-mid)}
.about-badge-card-2{bottom:auto;top:24px;left:auto;right:-24px}
.badge-icon{font-size:20px}
.about-badge-card strong{display:block;font-size:14px;font-weight:700;color:var(--text-dark)}
.about-badge-card span{font-size:11px;color:var(--text-light)}
.about-story-text p{font-size:16px;color:var(--text-mid);line-height:1.8;margin-bottom:20px}
.timeline{position:relative;max-width:700px;margin:0 auto}
.timeline::before{content:'';position:absolute;left:80px;top:0;bottom:0;width:2px;background:var(--gray-mid)}
.timeline-item{display:flex;gap:32px;padding-bottom:40px;position:relative}
.timeline-item::after{content:'';position:absolute;left:74px;top:4px;width:14px;height:14px;border-radius:50%;background:var(--primary);border:3px solid #fff;box-shadow:0 0 0 2px var(--primary)}
.timeline-year{width:56px;flex-shrink:0;font-family:var(--font-h);font-size:14px;font-weight:700;color:var(--primary);padding-top:2px}
.timeline-content{padding-left:20px}
.timeline-content h3{font-family:var(--font-h);font-size:17px;font-weight:700;color:var(--text-dark);margin-bottom:8px}
.timeline-content p{font-size:14px;color:var(--text-mid);line-height:1.7}
.philosophy-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.philosophy-card{background:#fff;border:1px solid var(--gray-mid);border-radius:var(--r-lg);padding:28px 24px;transition:all .3s}
.philosophy-card .philosophy-icon {display:inline-block;transition:transform 0.3s ease;}
.philosophy-card:hover .philosophy-icon {transform:scale(1.25);}
.philosophy-icon{font-size:28px;margin-bottom:16px}
.philosophy-card h3{font-family:var(--font-h);font-size:16px;font-weight:700;margin-bottom:10px}
.philosophy-card p{font-size:14px;color:var(--text-mid);line-height:1.6}

/* FRAMEWORK */
.framework-overview-badges{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:28px}
.overview-badge{padding:6px 16px;background:#fff;border:1px solid var(--gray-mid);border-radius:var(--r-full);font-size:13px;font-weight:600;color:var(--text-dark);box-shadow:var(--shadow-sm)}
.framework-diagram{max-width:680px;margin:0 auto}
.diagram-center{width:140px;height:140px;background:var(--gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 32px;box-shadow:var(--shadow-xl)}
.diagram-label{font-family:var(--font-h);font-size:14px;font-weight:800;color:#fff;text-align:center;line-height:1.3}
.diagram-pillars{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.diagram-pillar{background:#fff;border:2px solid var(--gray-mid);border-radius:var(--r-lg);padding:20px 24px;display:flex;align-items:center;gap:14px;transition:all .3s}
.diagram-pillar:hover{border-color:var(--primary);box-shadow:var(--shadow-md)}
.dp-number{font-family:var(--font-h);font-size:28px;font-weight:900;color:var(--accent-light);line-height:1;flex-shrink:0}
.dp-label{font-family:var(--font-h);font-size:14px;font-weight:700;color:var(--text-dark)}
.pillar-section-alt{background:var(--gray-light)}
.pillar-header{display:flex;align-items:center;gap:20px;margin-bottom:32px}
.pillar-number-large{font-family:var(--font-h);font-size:80px;font-weight:900;color:var(--accent-light);line-height:1;letter-spacing:-3px}
.pillar-full-grid{display:grid;grid-template-columns:1fr 380px;gap:48px;align-items:start}
.pillar-full-desc{font-size:16px;color:var(--text-mid);line-height:1.8;margin-bottom:20px}
.pillar-practices-title{font-family:var(--font-h);font-size:18px;font-weight:700;color:var(--text-dark);margin:32px 0 20px}
.practices-list{display:flex;flex-direction:column;gap:20px}
.practice-item{display:flex;gap:16px;padding:20px;background:#fff;border:1px solid var(--gray-mid);border-radius:var(--r-md);transition:all .2s}
.practice-item:hover{border-color:var(--accent);box-shadow:var(--shadow-sm)}
.practice-icon{font-size:24px;flex-shrink:0;margin-top:2px}
.practice-item strong{display:block;font-size:15px;font-weight:700;color:var(--text-dark);margin-bottom:6px}
.practice-item p{font-size:14px;color:var(--text-mid);line-height:1.6}
.pillar-highlight-box{background:var(--gradient);border-radius:var(--r-lg);padding:28px;margin-bottom:20px;color:#fff}
.highlight-icon{font-size:24px;margin-bottom:12px}
.pillar-highlight-box h3{font-family:var(--font-h);font-size:16px;font-weight:700;margin-bottom:10px}
.pillar-highlight-box p{font-size:14px;line-height:1.7;opacity:.9}
.pillar-tools-box{background:#fff;border:1px solid var(--gray-mid);border-radius:var(--r-lg);padding:24px}
.pillar-tools-box h3{font-family:var(--font-h);font-size:14px;font-weight:700;color:var(--text-dark);margin-bottom:14px}
.tools-list{display:flex;flex-direction:column;gap:8px}
.tools-list li{font-size:13px;color:var(--text-mid);padding:8px 12px;background:var(--gray-light);border-radius:6px}
.tools-list li::before{content:'→ ';color:var(--primary);font-weight:700}

/* CONTENT PAGE */
.content-filters{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:28px;flex-wrap:wrap}
.filter-btn{padding:8px 20px;border-radius:var(--r-full);font-size:14px;font-weight:600;color:var(--text-mid);background:#fff;border:1.5px solid var(--gray-mid);cursor:pointer;transition:all .2s}
.filter-btn:hover,.filter-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}
.section-header-row{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:32px;text-align:left}
.featured-video-card{display:grid;grid-template-columns:1.2fr 1fr;gap:0;background:#fff;border:1px solid var(--gray-mid);border-radius:var(--r-xl);overflow:hidden;align-items:stretch}
.featured-video-thumb{position:relative;height:360px}
.video-thumb-bg{position:absolute;inset:0}
.play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;background:rgba(255,255,255,.2);border:2px solid rgba(255,255,255,.6);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}
.play-btn:hover{background:rgba(255,255,255,.3);transform:translate(-50%,-50%) scale(1.05)}
.featured-video-info{padding:40px}
.featured-video-title{font-family:var(--font-h);font-size:24px;font-weight:800;color:var(--text-dark);margin:12px 0 16px;line-height:1.3}
.featured-video-desc{font-size:15px;color:var(--text-mid);line-height:1.7;margin-bottom:20px}
.featured-video-meta{font-size:13px;color:var(--text-light);display:flex;align-items:center;gap:6px;margin-bottom:24px}
.social-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.social-card{background:#fff;border:1px solid var(--gray-mid);border-radius:var(--r-lg);padding:24px;transition:all .3s}
.social-card:hover{border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}
.social-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.social-platform{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--text-dark)}
.platform-icon{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;color:#fff}
.platform-ig{background:linear-gradient(45deg,#F97316,#DC2626,#9333EA)}
.platform-li{background:#0A66C2}
.social-card-header time{font-size:12px;color:var(--text-light)}
.social-card-text{font-size:14px;color:var(--text-dark);line-height:1.7;margin-bottom:16px;white-space:pre-line}
.social-card-link{font-size:13px;font-weight:600;color:var(--primary)}
.newsletter-card{background:var(--gray-light);border:1px solid var(--gray-mid);border-radius:var(--r-xl);padding:64px;text-align:center}
.newsletter-icon{font-size:48px;margin-bottom:16px}
.newsletter-title{font-family:var(--font-h);font-size:32px;font-weight:800;margin-bottom:12px}
.newsletter-desc{font-size:16px;color:var(--text-mid);margin-bottom:28px}
.newsletter-form-center{max-width:480px;margin:0 auto 16px;display:flex;gap:8px}
.newsletter-form-center input{flex:1;padding:14px 18px;background:#fff;border:1.5px solid var(--gray-mid);border-radius:var(--r-full);font-size:15px;color:var(--text-dark);outline:none}
.newsletter-disclaimer{font-size:13px;color:var(--text-light)}

/* BLOG POST */
.breadcrumb-nav{padding:14px 0;background:var(--gray-light);border-bottom:1px solid var(--gray-mid);margin-top:45px}
.breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-light)}
.breadcrumb a{color:var(--text-light);transition:color .2s}
.breadcrumb a:hover{color:var(--primary)}
.post-hero{padding:56px 0 0;margin-top:45px}
.post-hero-container{max-width:900px;margin:0 auto}
.post-category-tag{display:inline-block;padding:4px 12px;background:var(--accent-light);color:var(--primary);border-radius:var(--r-full);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}
.post-title{font-family:var(--font-h);font-size:clamp(28px,4.5vw,44px);font-weight:800;line-height:1.15;color:var(--text-dark);margin-bottom:24px;letter-spacing:-1px}
.post-meta-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding-bottom:28px;border-bottom:1px solid var(--gray-mid);margin-bottom:36px}
.post-author{display:flex;align-items:center;gap:12px}
.author-avatar-sm{width:44px;height:44px;background:var(--gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:700;flex-shrink:0}
.post-author-info strong{display:block;font-size:14px;font-weight:700}
.post-author-info span{font-size:12px;color:var(--text-light)}
.post-meta-details{font-size:13px;color:var(--text-light);display:flex;align-items:center;gap:6px}
.meta-sep{color:var(--gray-mid)}
.post-featured-image{border-radius:var(--r-xl);overflow:hidden;height:400px;margin-bottom:8px}
.post-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.post-image-label{display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(255,255,255,.8)}
.post-image-icon{font-size:48px}
.post-image-label span:last-child{font-size:18px;font-weight:700}
.post-layout{padding:calc(56px + 45px) 0 80px}
.post-grid{display:block;max-width:780px;margin:0 auto;}
.toc-widget{position:fixed;top:68px;left:0;width:100%;z-index:90;background:rgba(255,255,255,0.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-mid);border-radius:0;padding:0;margin-bottom:0;box-shadow:var(--shadow-sm);box-sizing:border-box;max-width:100vw;overflow:hidden}
.toc-toggle-btn{display:flex;width:100%;max-width:var(--max-w);margin:0 auto;padding:12px 24px;background:none;border:none;cursor:pointer;align-items:center;justify-content:space-between;gap:8px}
.toc-toggle-btn .toc-title{margin-bottom:0;pointer-events:none;font-family:var(--font-h);font-size:13px;font-weight:700;color:var(--text-dark);text-transform:uppercase;letter-spacing:.5px}
.toc-toggle-icon{width:18px;height:18px;min-width:18px;flex-shrink:0;color:var(--primary);transition:transform .25s ease;display:block}
.toc-widget.toc-collapsed .toc-toggle-icon{transform:rotate(-90deg)}
.toc-body{overflow:hidden;max-height:0;opacity:0;transition:max-height .35s ease,opacity .3s ease;background:rgba(255,255,255,0.97);backdrop-filter:blur(12px);border-top:1px solid var(--gray-mid)}
.toc-widget:not(.toc-collapsed) .toc-body{max-height:600px;opacity:1}
.toc-body nav{max-width:var(--max-w);margin:0 auto;padding:16px 24px}
.toc-title-static{display:none}
.toc-title{font-family:var(--font-h);font-size:14px;font-weight:700;color:var(--text-dark);margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}
.toc-list{display:flex;flex-direction:column;gap:8px}
.toc-link{font-size:13px;color:var(--text-mid);line-height:1.4;display:block;padding:4px 8px;border-radius:6px;transition:all .2s}
.toc-link:hover,.toc-link.active{background:var(--accent-light);color:var(--primary)}
.sidebar-cta-widget{background:var(--gradient);border-radius:var(--r-lg);padding:24px;text-align:center;color:#fff}
.sidebar-cta-icon{font-size:32px;margin-bottom:12px}
.sidebar-cta-widget h3{font-family:var(--font-h);font-size:15px;font-weight:700;margin-bottom:10px}
.sidebar-cta-widget p{font-size:13px;opacity:.85;margin-bottom:16px;line-height:1.5}
.post-content section{margin-bottom:40px}
.post-content h2{font-family:var(--font-h);font-size:26px;font-weight:800;color:var(--text-dark);margin-bottom:16px;margin-top:48px;line-height:1.25;padding-top:24px;border-top:2px solid var(--gray-mid)}
.post-content section:first-child h2{border-top:none;margin-top:0;padding-top:0}
.post-content h3{font-family:var(--font-h);font-size:20px;font-weight:700;color:var(--text-dark);margin:28px 0 12px}
.post-content p{font-size:16px;color:var(--text-mid);line-height:1.8;margin-bottom:20px}
.post-content p strong{color:var(--text-dark)}
.post-highlight{display:flex;gap:16px;padding:20px 24px;border-radius:var(--r-md);margin:28px 0;font-size:15px;line-height:1.65}
.post-highlight .highlight-icon{font-size:20px;flex-shrink:0;margin-top:1px}
.post-highlight strong{display:block;margin-bottom:6px;font-family:var(--font-h);font-size:14px}
.post-highlight-tip{background:#FFF7ED;border:1px solid #FED7AA;color:#92400E}
.post-highlight-warning{background:#FFF5F5;border:1px solid #FECACA;color:#991B1B}
.post-highlight-success{background:#F0FDF4;border:1px solid #BBF7D0;color:#166534}
.post-intent-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:24px 0}
.intent-card{background:var(--gray-light);border:1px solid var(--gray-mid);border-radius:var(--r-md);padding:20px}
.intent-icon{font-size:22px;margin-bottom:10px}
.intent-card h3{font-family:var(--font-h);font-size:15px;font-weight:700;margin:0 0 8px!important}
.intent-card p{font-size:13px!important;margin-bottom:10px!important}
.intent-format{font-size:12px;font-weight:600;color:var(--primary);background:var(--accent-light);padding:4px 10px;border-radius:var(--r-full);display:inline-block}
.post-tools-list{padding-left:0;display:flex;flex-direction:column;gap:12px;margin:16px 0}
.post-tools-list li{font-size:15px;color:var(--text-mid);line-height:1.65;padding:14px 16px;background:var(--gray-light);border-radius:var(--r-md);border-left:3px solid var(--primary)}
.post-steps{display:flex;flex-direction:column;gap:16px;margin:24px 0}
.post-step{display:flex;gap:16px;padding:20px;background:#fff;border:1px solid var(--gray-mid);border-radius:var(--r-md)}
.step-number{width:36px;height:36px;background:var(--gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-family:var(--font-h);font-size:14px;font-weight:800;flex-shrink:0}
.step-content h3{font-family:var(--font-h);font-size:15px;font-weight:700;margin:4px 0 8px!important}
.step-content p{font-size:14px!important;color:var(--text-mid);margin-bottom:0!important}
.post-cta-box{background:var(--gradient);border-radius:var(--r-xl);padding:48px 40px;text-align:center;margin:48px 0;}
.post-cta-icon{font-size:40px;margin-bottom:16px}
.post-cta-title{font-family:var(--font-h);font-size:26px;font-weight:800;margin-bottom:12px;color:white !important}
.post-cta-box p{font-size:16px;opacity:.9;margin-bottom:24px;line-height:1.6;color:rgba(255,255,255,.9)!important}
.post-share{display:flex;align-items:center;gap:10px;padding:20px 0;border-top:1px solid var(--gray-mid);margin-bottom:28px;flex-wrap:wrap}
.post-share-label{font-size:13px;font-weight:600;color:var(--text-light)}
.share-btn{padding:6px 16px;background:var(--gray-light);border-radius:var(--r-full);font-size:13px;font-weight:600;color:var(--text-dark);transition:all .2s}
.share-btn:hover{background:var(--primary);color:#fff}
.post-author-box{display:flex;gap:20px;padding:28px;background:var(--gray-light);border-radius:var(--r-lg);border:1px solid var(--gray-mid)}
.author-box-photo{flex-shrink:0}
.post-author-box h3{font-family:var(--font-h);font-size:18px;font-weight:700;margin-bottom:8px}
.post-author-box p{font-size:14px!important;color:var(--text-mid);line-height:1.6;margin-bottom:12px!important}
.author-box-link{font-size:13px;font-weight:600;color:var(--primary)}
.related-posts{background:var(--gray-light)}
.cta-title, .cta-description{color:#F5F5F7 !important;}


.author-post-inicio{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0}
.author-post-inicio img{width:100%;height:100%;object-fit:cover;object-position:center top}
.author-post-final{width:80px;height:80px;border-radius:50%;overflow:hidden;flex-shrink:0}
.author-post-final img{width:100%;height:100%;object-fit:cover;object-position:center top}


/* ANIMATIONS */
@keyframes fadeInUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
.hero-badge{animation:fadeInUp .5s ease forwards}
.hero-headline{animation:fadeInUp .5s ease .1s both}
.hero-description{animation:fadeInUp .5s ease .2s both}
.hero-actions{animation:fadeInUp .5s ease .3s both}
.hero-stats{animation:fadeInUp .5s ease .4s both}

/* RESPONSIVE */
@media(max-width:1024px){
  .pillars-grid{grid-template-columns:1fr}
  .content-grid{grid-template-columns:1fr 1fr}
  .content-grid .content-card-featured{grid-column:1/-1}
  .about-grid{grid-template-columns:1fr}
  .philosophy-grid{grid-template-columns:repeat(2,1fr)}
  .pillar-full-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .featured-video-card{grid-template-columns:1fr}
  .featured-video-thumb{height:280px}

  /* TOC colapsável */
  .toc-toggle-btn{padding:12px 16px}
  .toc-body nav{padding:12px 16px}

}

@media(max-width:768px){
  :root{--space:64px}
  .nav-links{display:none}
  .nav-cta{display:none}
  .nav-toggle{display:flex}
  .nav-links.open{display:flex;flex-direction:column;position:absolute;top:68px;left:0;right:0;background:#fff;border-bottom:1px solid var(--gray-mid);padding:12px 24px 20px;gap:4px;box-shadow:var(--shadow-md)}
  .hero{padding:72px 0}
  .hero-stats{flex-direction:column;gap:16px}
  .stat-divider{display:none}
  .content-grid,.content-cards-grid,.testimonials-grid,.social-cards-grid,.philosophy-grid,.diagram-pillars,.post-intent-grid{grid-template-columns:1fr}
  .cta-card{padding:48px 28px}
  .newsletter-card{padding:40px 24px}
  .newsletter-form-center{flex-direction:column}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:8px;text-align:center}
  .section-header-row{flex-direction:column;align-items:flex-start;gap:16px}
  .timeline::before{left:52px}
  .timeline-item::after{left:46px}
  .timeline-year{width:36px;font-size:12px}
  .post-meta-bar{flex-direction:column;align-items:flex-start}
  .post-featured-image{height:220px}
}


/* LOGO WORDMARK */
.logo-mark { display:flex; align-items:center; flex-shrink:0; }
.logo-wordmark { font-family:var(--font-h); font-weight:800; font-size:17px; color:var(--text-dark); letter-spacing:-0.5px; display:flex; align-items:baseline; gap:3px; }
.logo-seo-tag { font-family:var(--font-h); font-weight:900; font-size:11px; background:var(--gradient); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; text-transform:uppercase; letter-spacing:1px; padding:2px 5px; border:1.5px solid var(--accent); border-radius:4px; -webkit-text-fill-color:var(--primary); line-height:1; }
.site-footer .logo-wordmark { color:#fff; }
.site-footer .logo-seo-tag { -webkit-text-fill-color:#fff; border-color:rgba(255,255,255,0.4); }

     /* ─── ARTICLE TYPOGRAPHY & LEGIBILITY ─── */
    .post-content { font-size: 17px; line-height: 1.85; }
    .post-content p { font-size: 17px; line-height: 1.85; color: var(--text-mid); margin-bottom: 22px; }
    .post-content h2 {
      font-size: 27px; font-weight: 800; letter-spacing: -0.4px;
      margin-top: 56px; margin-bottom: 18px;
      padding-top: 32px; border-top: 2px solid var(--gray-mid);
      scroll-margin-top: 120px; line-height: 1.2; color: var(--text-dark);
    }
    .post-content section:first-child h2,
    .post-content h2:first-child { border-top: none; margin-top: 0; padding-top: 0; }
    .post-content h3 {
      font-size: 19px; font-weight: 700; margin: 32px 0 12px;
      color: var(--text-dark); scroll-margin-top: 120px;
    }
    .post-content h4 {
      font-size: 15px; font-weight: 700; margin: 24px 0 8px;
      color: var(--primary); scroll-margin-top: 88px;
    }
    .post-content strong { color: var(--text-dark); font-weight: 700; }
    .post-content em { font-style: italic; }
    .post-content hr {
      border: none; border-top: 1px solid var(--gray-mid);
      margin: 32px 0;
    }

    /* ─── LISTS ─── */
    .post-content ul,
    .post-content ol {
      margin: 14px 0 22px; padding-left: 0;
      display: flex; flex-direction: column; gap: 7px;
    }
    .post-content ul li,
    .post-content ol li {
      font-size: 16px; color: var(--text-mid); line-height: 1.7;
      padding: 10px 14px 10px 44px;
      background: var(--gray-light); border-radius: 8px; position: relative;
    }
    .post-content ul li::before {
      content: '→'; position: absolute; left: 16px;
      color: var(--primary); font-weight: 700; font-size: 13px;
    }
    .post-content ol { counter-reset: art-cnt; }
    .post-content ol li { counter-increment: art-cnt; }
    .post-content ol li::before {
      content: counter(art-cnt); position: absolute;
      left: 12px; top: 10px; width: 22px; height: 22px;
      background: var(--primary); color: white; border-radius: 50%;
      font-size: 11px; font-weight: 800;
      display: flex; align-items: center; justify-content: center;
      font-family: var(--font-h);
    }

    /* ─── TABLES ─── */
    .tbl-wrap {
      overflow-x: auto; margin: 24px 0;
      border-radius: 12px; border: 1px solid var(--gray-mid);
      box-shadow: var(--shadow-sm);
    }
    .tbl-wrap table { width: 100%; border-collapse: collapse; font-size: 14px; }
    .tbl-wrap thead { background: var(--primary);}
    .tbl-wrap thead th *{
      color: white !important; font-family: var(--font-h); font-size: 16px;
      font-weight: 700; padding: 12px 18px; text-align: left;
      letter-spacing: 0.3px; white-space: nowrap;
    }
    .tbl-wrap tbody tr { border-bottom: 1px solid var(--gray-mid); transition: background .15s; }
    .tbl-wrap tbody tr:last-child { border-bottom: none; }
    .tbl-wrap tbody tr:nth-child(even) { background: var(--gray-light); }
    .tbl-wrap tbody tr:hover { background: #EDE9FE; }
    .tbl-wrap tbody td {
      padding: 11px 18px; color: var(--text-mid);
      font-size: 14px; line-height: 1.5; vertical-align: top;
    }
    .tbl-wrap tbody td:first-child { font-weight: 600; color: var(--text-dark); }

    /* ─── FAQ (H3 inside FAQ section styled as accordion) ─── */
    .faq-section h3 {
      cursor: pointer; user-select: none;
      display: flex; justify-content: space-between; align-items: center;
      padding: 16px 20px; margin: 0;
      background: white; border: 1px solid var(--gray-mid);
      border-radius: 10px; font-size: 15px; font-weight: 700;
      color: var(--text-dark); transition: background .2s;
    }
    .faq-section h3:hover { background: var(--gray-light); }
    .faq-section h3::after {
      content: '↓'; color: var(--primary);
      font-size: 16px; transition: transform .25s; flex-shrink: 0;
    }
    .faq-section h3.open { background: var(--gray-light); border-radius: 10px 10px 0 0; }
    .faq-section h3.open::after { transform: rotate(180deg); }
    .faq-section .faq-answer {
      display: none; padding: 16px 20px;
      background: var(--gray-light);
      border: 1px solid var(--gray-mid); border-top: none;
      border-radius: 0 0 10px 10px; margin-bottom: 10px;
    }
    .faq-section .faq-answer.open { display: block; }
    .faq-section .faq-answer p {
      font-size: 15px !important; margin-bottom: 10px !important;
    }
    .faq-section .faq-answer p:last-child { margin-bottom: 0 !important; }
    .faq-section .faq-answer ul,
    .faq-section .faq-answer ol { margin: 8px 0 12px !important; }
    .faq-section h3.faq-group { margin-bottom: 0; }

    /* Wrap each FAQ item */
    .faq-item { margin-bottom: 10px; }

    @media (max-width: 768px) {
      .post-content h2 { font-size: 21px; }
      .post-content p { font-size: 16px; }
      .post-content ul li, .post-content ol li { font-size: 15px; }
    }

    /* ── FAQ ─────────────────────────────────────── */
    .faq-item { border: 1px solid var(--gray-mid); border-radius: 12px; margin-bottom: 10px; overflow: hidden; }
    .faq-q {
      width: 100%; background: white; border: none;
      padding: 17px 20px; text-align: left;
      font-family: var(--font-h); font-size: 15px; font-weight: 700;
      color: var(--text-dark); cursor: pointer;
      display: flex; justify-content: space-between; align-items: center; gap: 16px;
      transition: background .2s;
    }
    .faq-q:hover, .faq-q[aria-expanded="true"] { background: var(--gray-light); }
    .faq-chevron { width: 18px; height: 18px; flex-shrink: 0; color: var(--primary); transition: transform .25s; }
    .faq-q[aria-expanded="true"] .faq-chevron { transform: rotate(180deg); }
    .faq-a { display: none; padding: 2px 20px 20px; background: var(--gray-light); }
    .faq-a.open { display: block; }
    .faq-a p { font-size: 15px !important; color: var(--text-mid); line-height: 1.75; margin: 12px 0 0 !important; }
    .faq-a ol, .faq-a ul { margin: 10px 0 0 !important; }
    .faq-a li { font-size: 14px !important; }

    @media (max-width: 768px) {
      .intent-grid, .tools-grid, .cmp { grid-template-columns: 1fr; }
      .post-content h2 { font-size: 21px; }
      .post-content p { font-size: 16px; }
    }

      /* HERO COM FOTO */
    .hero-inner {
      display: grid;
      grid-template-columns: 1fr 380px;
      gap: 64px;
      align-items: center;
    }
    .hero-text { text-align: left; }
    .hero-text .hero-actions { justify-content: flex-start; }
    .hero-text .hero-headline { text-align: left; }
    .hero-text .hero-description { margin-left: 0; }
    .hero-photo-col { display: flex; justify-content: center; }
    .hero-photo-wrap {
      position: relative;
      width: 320px;
      height: 360px;
      flex-shrink: 0;
    }
    .hero-photo-wrap img {
      width: 100%; height: 100%;
      object-fit: cover; object-position: center top;
      border-radius: var(--r-xl);
      display: block; position: relative; z-index: 1;
    }
    .hero-photo-wrap::before {
      content: '';
      position: absolute;
      inset: -10px -10px 10px 10px;
      background: var(--gradient);
      border-radius: var(--r-xl);
      opacity: .12; z-index: 0;
    }
    .hero-photo-badge {
      position: absolute; bottom: -14px; left: -14px;
      background: white; border: 1px solid var(--gray-mid);
      border-radius: var(--r-md); padding: 11px 15px;
      display: flex; align-items: center; gap: 10px;
      box-shadow: var(--shadow-lg); z-index: 2;
    }
    .hero-photo-badge-icon { font-size: 18px; }
    .hero-photo-badge strong { display: block; font-size: 13px; font-weight: 700; color: var(--text-dark); }
    .hero-photo-badge span   { font-size: 11px; color: var(--text-light); }

    /* LOGOS */
    .proof-logos-img {
      display: flex; align-items: center;
      justify-content: center; gap: 48px; flex-wrap: wrap;
    }
    .proof-logo-img {
      height: 36px; width: auto; object-fit: contain;
      filter: grayscale(100%) opacity(0.45);
    }

    /* AUTORIDADE */
    .authority-section {
      background: var(--gray-light);
      border-top: 1px solid var(--gray-mid);
      border-bottom: 1px solid var(--gray-mid);
      padding: 80px 0;
    }
    .authority-inner {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 60px; align-items: center;
    }
    .authority-highlight {
      font-family: var(--font-h); font-size: 22px; font-weight: 800;
      color: var(--text-dark); line-height: 1.3; letter-spacing: -0.4px;
      padding-left: 18px; border-left: 4px solid var(--primary);
      margin-bottom: 28px;
    }
    .authority-text p {
      font-size: 16px; color: var(--text-mid);
      line-height: 1.85; margin-bottom: 16px;
    }
    .authority-text p:last-of-type { margin-bottom: 24px; }
    .authority-stats {
      border: 1px solid var(--gray-mid); border-radius: var(--r-lg);
      overflow: hidden; background: white;
    }
    .authority-stat {
      padding: 22px 26px;
      border-bottom: 1px solid var(--gray-mid);
    }
    .authority-stat:last-child { border-bottom: none; }
    .authority-stat strong {
      display: block; font-family: var(--font-h);
      font-size: 17px; font-weight: 800; color: var(--primary);
      margin-bottom: 3px;
    }
    .authority-stat span { font-size: 13px; color: var(--text-light); }

    /* MANIFESTO */
    .manifesto-section { padding: 80px 0; background: white; }
    .manifesto-inner {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 64px; align-items: start;
    }
    .manifesto-title {
      font-family: var(--font-h);
      font-size: clamp(22px, 2.8vw, 30px);
      font-weight: 800; color: var(--text-dark);
      line-height: 1.25; letter-spacing: -0.4px; margin-bottom: 24px;
    }
    .manifesto-body p {
      font-size: 16px; color: var(--text-mid);
      line-height: 1.85; margin-bottom: 16px;
    }
    .manifesto-body p:last-child { margin-bottom: 0; }

    /* RESPONSIVE */
    @media (max-width: 1024px) {
      /* Hero: foto aparece acima do texto, centralizada */
      .hero-inner {
        grid-template-columns: 1fr;
        grid-template-areas: "photo" "text";
        gap: 40px;
      }
      .hero-photo-col {
        grid-area: photo;
        display: flex;
        justify-content: center;
      }
      .hero-photo-wrap {
        width: 260px;
        height: 296px;
      }
      /* Badge: reposiciona para não sair da tela */
      .hero-photo-badge {
        bottom: -12px;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
      }
      .hero-text {
        grid-area: text;
        text-align: center;
      }
      .hero-text .hero-headline    { text-align: center; }
      .hero-text .hero-actions     { justify-content: center; }
      .hero-text .hero-description { margin: 0 auto 36px; }

      /* Demais grids */
      .authority-inner,
      .manifesto-inner { grid-template-columns: 1fr; gap: 36px; }
    }

    @media (max-width: 640px) {
      .hero-photo-wrap { width: 200px; height: 228px; }
      .hero-photo-wrap::before { display: none; } /* remove sombra decorativa em telas pequenas */
      .proof-logos-img { gap: 20px; }
      .proof-logo-img  { height: 24px; }
    }

    /*CTA Emoji*/
    .emoji {
      font-size: 1.2em;
      margin-left: 6px;
      vertical-align: middle;
    }


  /*Botão TOPO*/
    #btn-topo {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 9999;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: #A78BFA;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px) scale(0.85);
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease, background .2s;
  box-shadow: 0 4px 20px rgba(0,0,0,.2);
}
#btn-topo.visible        { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
#btn-topo:hover          { background: #A78BFA; transform: translateY(-3px) scale(1.07); }
#btn-topo:active         { transform: scale(.95); }
#btn-topo svg            { width: 20px; height: 20px; }
#btn-topo .progress-ring { position: absolute; inset: 0; width: 52px; height: 52px; transform: rotate(-90deg); }
#btn-topo .progress-circle {
  fill: none;
  stroke: #defa8b;
  stroke-width: 2.5;
  stroke-dasharray: 148;
  stroke-dashoffset: 148;
  stroke-linecap: round;
  transition: stroke-dashoffset .1s linear;
}

/*GIF*/
.gif-wrapper {
  display: inline-block;
  max-width: 100%;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
  margin-bottom: 12px;
}
.gif-wrapper + p {
  margin-bottom: 24px;
}

.gif-wrapper::before {
  content: "GIF";
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  padding: 2px 6px;
  border-radius: 4px;
  letter-spacing: 0.05em;
  z-index: 1;
}

.gif-imagem {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Responsividade */
@media (max-width: 600px) {
  .gif-wrapper {
    width: 100%;
    border-radius: 8px;
  }

  .gif-imagem {
    max-width: 100%;
  }
}