:root {
  --red: #ff0000;
  --red-2: #ff1a1a;
  --red-dark: #b80000;
  --cream: #fff5f5;
  --paper: #fffafa;
  --ink: #190707;
  --muted: #755b5b;
  --line: rgba(60, 0, 0, .14);
  --dark: #190000;
  --dark-2: #2b0000;
  --white: #fff;
  --radius: 28px;
  --shadow: 0 24px 80px rgba(90, 0, 0, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, sans-serif; color: var(--ink); background: var(--paper); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 120px 0; }
.section-light { background: var(--paper); }

.page-progress { position: fixed; inset: 0 0 auto; z-index: 1000; height: 3px; background: transparent; }
.page-progress span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--red), #ff5a5a); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 900; padding: 18px 0; transition: .35s ease; }
.site-header.scrolled { background: rgba(24, 16, 12, .88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08); padding: 11px 0; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 12px; color: white; }
.brand-mark { width: 48px; aspect-ratio: 1; border-radius: 15px; display: grid; place-items: center; background: linear-gradient(135deg, var(--red-2), var(--red-dark)); font-family: Montserrat, sans-serif; font-weight: 900; box-shadow: 0 10px 30px rgba(255,0,0,.38); }
.brand-text { display: grid; gap: 2px; }
.brand-text strong { font-family: Montserrat, sans-serif; font-size: 15px; }
.brand-text small { color: rgba(255,255,255,.62); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 27px; color: rgba(255,255,255,.78); font-size: 13px; font-weight: 600; }
.main-nav a { transition: .25s; }
.main-nav a:hover { color: white; transform: translateY(-2px); }
.nav-cta { padding: 12px 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: white; }

.hero { position: relative; min-height: 100vh; display: grid; align-items: center; background: radial-gradient(circle at 80% 20%, #640000 0, transparent 37%), linear-gradient(135deg, #140000 0%, #2b0000 55%, #1a0000 100%); color: white; overflow: hidden; padding: 130px 0 90px; }
.hero::before { content:""; position:absolute; inset:0; opacity:.12; background-image: linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px); background-size:70px 70px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.hero-glow { position:absolute; border-radius:50%; filter:blur(10px); opacity:.38; }
.hero-glow-one { width:420px; height:420px; background:#ff0000; right:-180px; bottom:-100px; }
.hero-glow-two { width:240px; height:240px; border: 60px solid #ff2929; left:-150px; top:180px; opacity:.13; }
.eyebrow, .section-kicker { display:inline-flex; align-items:center; gap:10px; font-size:12px; font-weight:800; letter-spacing:.16em; text-transform:uppercase; color:var(--red); }
.eyebrow { color:#ff9a9a; }
.eyebrow span { width:34px; height:2px; background:var(--red-2); }
.hero h1 { font-family: Montserrat, sans-serif; font-size: clamp(48px, 6vw, 84px); line-height: .99; letter-spacing: -.055em; margin: 22px 0 25px; max-width: 780px; }
.hero h1 em { font-style: normal; color: var(--red-2); }
.hero-copy > p { max-width: 650px; font-size: 18px; line-height: 1.75; color: rgba(255,255,255,.68); }
.hero-actions, .cta-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:34px; }
.btn { display:inline-flex; align-items:center; justify-content:center; min-height:54px; padding: 0 24px; border-radius: 999px; font-weight:800; font-size:14px; transition:.3s ease; }
.btn:hover { transform: translateY(-4px); }
.btn-primary { background: linear-gradient(135deg,var(--red-2),var(--red-dark)); box-shadow:0 17px 40px rgba(255,0,0,.34); }
.btn-ghost { border:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.06); }
.hero-highlights { display:flex; gap:36px; margin-top:48px; }
.hero-highlights div { display:grid; gap:5px; }
.hero-highlights strong { font: 800 28px Montserrat,sans-serif; color:#fff; }
.hero-highlights span { font-size:11px; color:rgba(255,255,255,.55); text-transform:uppercase; letter-spacing:.08em; }
.data-note { display:block; margin-top:16px; color:rgba(255,255,255,.45); font-size:10px; }

.hero-media { position:relative; min-height: 640px; }
.media-frame { position:absolute; inset: 10px 0 0 40px; border-radius: 180px 180px 30px 30px; overflow:hidden; border: 1px solid rgba(255,255,255,.18); box-shadow:0 40px 100px rgba(0,0,0,.4); }
.hero-banner-placeholder { background: radial-gradient(circle at 50% 15%, rgba(255,170,120,.35), transparent 35%), linear-gradient(145deg,#750000,#e00000 50%,#680000); display:grid; place-items:center; }
.hero-banner-placeholder::after { content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(15,6,2,.8),transparent 60%); }
.placeholder-content { position:relative; z-index:2; text-align:center; padding:30px; display:grid; gap:12px; }
.placeholder-content strong { font:800 24px Montserrat,sans-serif; }
.placeholder-content small { color:rgba(255,255,255,.65); }
.placeholder-tag { font-size:10px; letter-spacing:.18em; font-weight:800; color:#ffb2b2; }
.floating-card { position:absolute; z-index:4; padding:16px 19px; border-radius:18px; background:rgba(255,255,255,.92); color:var(--ink); box-shadow:var(--shadow); display:flex; align-items:center; gap:12px; animation: float 4.5s ease-in-out infinite; }
.floating-card strong,.floating-card small { display:block; }
.floating-card strong { font:800 13px Montserrat,sans-serif; }
.floating-card small { font-size:10px; color:var(--muted); margin-top:4px; }
.mini-icon { width:34px; height:34px; border-radius:12px; display:grid; place-items:center; background:#ffe1e1; color:var(--red); font-weight:900; }
.card-one { left:-5px; top:130px; }
.card-two { right:-15px; bottom:100px; animation-delay:-2s; }
.scroll-indicator { position:absolute; left:50%; bottom:25px; transform:translateX(-50%); display:grid; justify-items:center; gap:8px; color:rgba(255,255,255,.5); font-size:9px; letter-spacing:.16em; text-transform:uppercase; }
.scroll-indicator i { width:1px; height:35px; background:linear-gradient(to bottom,var(--red),transparent); animation:pulse 1.7s infinite; }

.split-grid { display:grid; grid-template-columns: .9fr 1.1fr; gap:100px; align-items:center; }
.image-stack { position:relative; padding:0 30px 55px 0; }
.image-placeholder { display:grid; place-items:center; text-align:center; background:linear-gradient(145deg,#ffd0d0,#ff6969); color:#7d0000; font-weight:800; letter-spacing:.08em; }
.portrait-placeholder { min-height:640px; border-radius:30px 180px 30px 30px; box-shadow:var(--shadow); }
.image-placeholder span { display:grid; gap:8px; }
.image-placeholder small { font-size:11px; opacity:.65; }
.image-detail-card { position:absolute; right:-25px; bottom:0; max-width:275px; padding:25px; background:var(--dark); color:white; border-radius:24px; box-shadow:var(--shadow); }
.image-detail-card strong { font:800 17px Montserrat,sans-serif; }
.image-detail-card p { color:rgba(255,255,255,.58); font-size:12px; line-height:1.6; margin:9px 0 0; }
.content-block h2,.section-heading h2,.testimonial-intro h2,.cta-content h2 { font:800 clamp(36px,4.6vw,62px)/1.07 Montserrat,sans-serif; letter-spacing:-.045em; margin:17px 0 24px; }
.content-block .lead { font-size:20px; line-height:1.65; color:#3d2020; }
.content-block > p:not(.lead) { color:var(--muted); line-height:1.8; }
.value-list { display:grid; gap:8px; margin-top:35px; }
.value-list article { display:grid; grid-template-columns:50px 1fr; gap:15px; padding:18px 0; border-top:1px solid var(--line); }
.value-list article > span { font:800 13px Montserrat,sans-serif; color:var(--red); }
.value-list strong { font:800 16px Montserrat,sans-serif; }
.value-list p { margin:6px 0 0; color:var(--muted); font-size:13px; line-height:1.5; }

.impact-strip { overflow:hidden; background:var(--red); color:white; transform:rotate(-1.5deg) scale(1.02); margin:20px 0; }
.marquee { padding:20px 0; }
.marquee-track { width:max-content; display:flex; gap:28px; align-items:center; animation:marquee 24s linear infinite; }
.marquee-track span { font:900 30px Montserrat,sans-serif; letter-spacing:.04em; }
.marquee-track i { font-style:normal; color:#760000; }

.results-section,.events-section { background:var(--dark); color:white; position:relative; overflow:hidden; }
.results-section::before,.events-section::before { content:""; position:absolute; width:500px; height:500px; border-radius:50%; background:rgba(238,77,19,.1); filter:blur(10px); right:-180px; top:-200px; }
.section-heading { position:relative; display:grid; grid-template-columns:1.25fr .75fr; gap:80px; align-items:end; margin-bottom:55px; }
.section-heading h2 { margin-bottom:0; }
.section-heading > p { color:rgba(255,255,255,.55); line-height:1.7; max-width:430px; }
.section-kicker.light { color:#ff9696; }
.results-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.result-card { position:relative; min-height:290px; padding:30px; border:1px solid rgba(255,255,255,.1); background:rgba(255,255,255,.035); border-radius:var(--radius); overflow:hidden; transition:.3s; }
.result-card:hover { transform:translateY(-8px); border-color:rgba(255,113,49,.5); }
.result-card.featured { background:linear-gradient(145deg,var(--red),#9d0000); }
.result-index { display:block; font:700 11px Montserrat,sans-serif; color:rgba(255,255,255,.45); }
.result-card > strong { display:block; font:900 58px Montserrat,sans-serif; margin-top:70px; letter-spacing:-.06em; }
.result-card > strong b { font-size:18px; }
.result-card > strong small { font-size:25px; }
.result-card > p { color:rgba(255,255,255,.6); line-height:1.55; max-width:230px; }
.result-card.wide { grid-column:1/-1; min-height:auto; display:grid; grid-template-columns:1fr 1.1fr; align-items:center; gap:60px; }
.result-card.wide h3 { font:800 26px Montserrat,sans-serif; margin:25px 0 8px; }
.progress-list { display:grid; gap:20px; }
.progress-list div { display:grid; grid-template-columns:130px 1fr; align-items:center; gap:20px; font-size:12px; color:rgba(255,255,255,.65); }
.progress-list i { display:block; height:7px; background:rgba(255,255,255,.1); border-radius:999px; overflow:hidden; }
.progress-list b { display:block; width:var(--value); height:100%; background:linear-gradient(90deg,var(--red),#ff6666); border-radius:inherit; transform-origin:left; animation:grow 1.2s ease both; }
.light-note { color:rgba(255,255,255,.4); }
.dark-heading { color:var(--ink); }
.dark-heading > p { color:var(--muted); }

.project-filter { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:30px; }
.filter-btn { border:1px solid var(--line); background:white; padding:11px 16px; border-radius:999px; cursor:pointer; font-weight:700; color:var(--muted); transition:.25s; }
.filter-btn.active,.filter-btn:hover { background:var(--ink); color:white; border-color:var(--ink); }
.projects-grid { display:grid; grid-template-columns:1.2fr .8fr; grid-template-rows:repeat(2,350px); gap:18px; }
.project-card { position:relative; border-radius:var(--radius); overflow:hidden; min-height:350px; }
.project-card.large { grid-row:1/3; }
.project-image { position:absolute; inset:0; transition:.6s cubic-bezier(.2,.8,.2,1); }
.project-card:hover .project-image { transform:scale(1.05); }
.placeholder-project { display:grid; place-items:center; text-align:center; background:linear-gradient(140deg,#400000,#f00000); color:rgba(255,255,255,.8); font-weight:800; letter-spacing:.08em; }
.placeholder-project.alt-one { background:linear-gradient(140deg,#8c0000,#ff3b3b); }
.placeholder-project.alt-two { background:linear-gradient(140deg,#250000,#aa0000); }
.project-overlay { position:absolute; inset:auto 0 0; padding:80px 30px 28px; color:white; background:linear-gradient(to top,rgba(12,6,3,.95),transparent); }
.project-overlay > span { font-size:10px; text-transform:uppercase; letter-spacing:.15em; color:#ff9f9f; font-weight:800; }
.project-overlay h3 { font:800 23px Montserrat,sans-serif; margin:10px 0; max-width:520px; }
.project-overlay p { color:rgba(255,255,255,.65); font-size:13px; }
.project-overlay a { display:inline-flex; gap:8px; align-items:center; margin-top:10px; font-size:12px; font-weight:800; }
.project-card.hidden { display:none; }

.timeline { display:grid; gap:12px; position:relative; }
.timeline-item { display:grid; grid-template-columns:90px 1fr 240px; gap:28px; align-items:center; min-height:170px; padding:18px; border:1px solid rgba(255,255,255,.09); border-radius:24px; background:rgba(255,255,255,.03); transition:.3s; }
.timeline-item:hover { background:rgba(255,255,255,.07); transform:translateX(8px); }
.timeline-date { width:72px; height:88px; border-radius:18px; background:var(--red); display:grid; place-items:center; align-content:center; }
.timeline-date strong { font:900 30px Montserrat,sans-serif; line-height:1; }
.timeline-date span { font-size:10px; letter-spacing:.14em; margin-top:5px; }
.timeline-content > span { color:#ff9b9b; font-size:10px; text-transform:uppercase; letter-spacing:.14em; font-weight:800; }
.timeline-content h3 { font:800 21px Montserrat,sans-serif; margin:10px 0 8px; }
.timeline-content p { margin:0; color:rgba(255,255,255,.48); font-size:12px; }
.timeline-image { height:130px; border-radius:18px; }
.timeline-image.alt { background:linear-gradient(140deg,#ff4242,#8f0000); }

.testimonials-wrap { display:grid; grid-template-columns:.8fr 1.2fr; gap:100px; align-items:center; }
.testimonial-intro p { color:var(--muted); line-height:1.75; }
.slider-controls { display:flex; gap:10px; margin-top:28px; }
.slider-controls button { width:48px; height:48px; border-radius:50%; border:1px solid var(--line); background:white; cursor:pointer; font-size:18px; transition:.25s; }
.slider-controls button:hover { background:var(--red); color:white; border-color:var(--red); }
.testimonial-slider { position:relative; min-height:430px; }
.testimonial-card { position:absolute; inset:0; opacity:0; transform:translateX(40px) scale(.98); pointer-events:none; transition:.55s ease; background:var(--cream); border:1px solid #f2d2d2; border-radius:36px; padding:55px; box-shadow:var(--shadow); display:flex; flex-direction:column; justify-content:space-between; }
.testimonial-card.active { opacity:1; transform:none; pointer-events:auto; }
.quote-mark { font:900 90px Georgia,serif; color:var(--red); line-height:.55; }
blockquote { margin:0; font:700 clamp(22px,3vw,34px)/1.42 Montserrat,sans-serif; letter-spacing:-.03em; }
.testimonial-person { display:flex; align-items:center; gap:14px; margin-top:35px; }
.avatar-placeholder { width:52px; aspect-ratio:1; border-radius:50%; display:grid; place-items:center; background:var(--red); color:white; font-weight:900; }
.testimonial-person strong,.testimonial-person small { display:block; }
.testimonial-person small { color:var(--muted); font-size:11px; margin-top:4px; }

.banner-section { padding:20px 0 100px; background:var(--paper); }
.wide-banner-placeholder { min-height:390px; border-radius:36px; display:grid; place-items:center; text-align:center; color:white; background:radial-gradient(circle at 20% 20%,rgba(255,184,142,.35),transparent 30%),linear-gradient(135deg,#210000,#950000 60%,#ff0000); overflow:hidden; position:relative; }
.wide-banner-placeholder::after { content:""; position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size:55px 55px; }
.wide-banner-placeholder > div { z-index:1; display:grid; gap:13px; padding:30px; }
.wide-banner-placeholder span { font-size:10px; letter-spacing:.18em; font-weight:800; color:#ff9f9f; }
.wide-banner-placeholder strong { font:800 clamp(26px,4vw,48px) Montserrat,sans-serif; }
.wide-banner-placeholder small { color:rgba(255,255,255,.62); }

.cta-section { position:relative; padding:130px 0; overflow:hidden; color:white; background:linear-gradient(135deg,#e00000,#ff1a1a); text-align:center; }
.cta-content { position:relative; z-index:2; max-width:900px; }
.cta-content h2 { font-size:clamp(40px,5.8vw,76px); }
.cta-content p { max-width:650px; margin:0 auto; color:rgba(255,255,255,.75); font-size:17px; line-height:1.7; }
.cta-actions { justify-content:center; }
.btn-white { background:white; color:var(--red-dark); }
.btn-outline-white { border:1px solid rgba(255,255,255,.4); }
.cta-orb { position:absolute; border-radius:50%; border:1px solid rgba(255,255,255,.2); }
.orb-one { width:420px; height:420px; left:-180px; top:-120px; }
.orb-two { width:620px; height:620px; right:-250px; bottom:-350px; }

.site-footer { background:#160000; color:white; padding:55px 0 25px; }
.footer-grid { display:grid; grid-template-columns:1fr auto auto; gap:60px; align-items:center; }
.footer-brand { display:flex; align-items:center; gap:13px; }
.footer-brand strong,.footer-brand small { display:block; }
.footer-brand small { color:rgba(255,255,255,.45); margin-top:4px; font-size:10px; }
.footer-links,.footer-social { display:flex; gap:22px; color:rgba(255,255,255,.58); font-size:12px; }
.footer-social a { width:36px; aspect-ratio:1; border-radius:50%; border:1px solid rgba(255,255,255,.15); display:grid; place-items:center; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; border-top:1px solid rgba(255,255,255,.08); margin-top:35px; padding-top:22px; color:rgba(255,255,255,.35); font-size:10px; }

.reveal-up,.reveal-left,.reveal-right { opacity:0; transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal-up { transform:translateY(45px); }
.reveal-left { transform:translateX(-45px); }
.reveal-right { transform:translateX(45px); }
.in-view { opacity:1; transform:none; }

@keyframes float { 0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)} }
@keyframes pulse { 0%,100%{opacity:.25;transform:scaleY(.55)}50%{opacity:1;transform:scaleY(1)} }
@keyframes marquee { to { transform:translateX(-50%); } }
@keyframes grow { from { transform:scaleX(0); } }

@media (max-width: 980px) {
  .menu-toggle { display:block; z-index:10; }
  .main-nav { position:fixed; inset:0; background:rgba(22,0,0,.98); display:flex; flex-direction:column; justify-content:center; transform:translateX(100%); transition:.35s; font-size:18px; }
  .main-nav.open { transform:none; }
  .hero-grid,.split-grid,.testimonials-wrap { grid-template-columns:1fr; }
  .hero-copy { padding-top:55px; }
  .hero-media { min-height:580px; }
  .media-frame { inset:0 8% 0; }
  .split-grid { gap:65px; }
  .section-heading { grid-template-columns:1fr; gap:15px; }
  .projects-grid { grid-template-columns:1fr; grid-template-rows:auto; }
  .project-card,.project-card.large { grid-row:auto; min-height:430px; }
  .results-grid { grid-template-columns:1fr 1fr; }
  .result-card.wide { grid-template-columns:1fr; gap:30px; }
  .timeline-item { grid-template-columns:80px 1fr; }
  .timeline-image { display:none; }
}

@media (max-width: 640px) {
  .container { width:min(100% - 26px,1180px); }
  .section { padding:85px 0; }
  .brand-text { display:none; }
  .hero { padding-top:100px; }
  .hero h1 { font-size:44px; }
  .hero-copy > p { font-size:15px; }
  .hero-highlights { gap:18px; justify-content:space-between; }
  .hero-highlights strong { font-size:22px; }
  .hero-highlights span { font-size:8px; }
  .hero-media { min-height:480px; }
  .media-frame { inset:0; border-radius:130px 130px 25px 25px; }
  .floating-card { padding:12px; }
  .card-one { left:-5px; top:90px; }.card-two{right:-5px;bottom:45px;}
  .portrait-placeholder { min-height:500px; }
  .image-detail-card { right:0; max-width:245px; }
  .content-block h2,.section-heading h2,.testimonial-intro h2 { font-size:36px; }
  .results-grid { grid-template-columns:1fr; }
  .result-card { min-height:240px; }
  .result-card > strong { margin-top:45px; }
  .progress-list div { grid-template-columns:95px 1fr; }
  .project-card,.project-card.large { min-height:390px; }
  .timeline-item { grid-template-columns:64px 1fr; gap:15px; padding:14px; }
  .timeline-date { width:60px; height:76px; }
  .timeline-content h3 { font-size:17px; }
  .testimonial-card { padding:35px 26px; min-height:440px; }
  blockquote { font-size:23px; }
  .testimonial-slider { min-height:460px; }
  .wide-banner-placeholder { min-height:320px; }
  .footer-grid { grid-template-columns:1fr; gap:28px; }
  .footer-links { flex-wrap:wrap; }
  .footer-bottom { flex-direction:column; }
}


/* IMAGENS ORGANIZADAS — substitua os arquivos mantendo os mesmos nomes */
.brand-logo { width:64px; height:46px; object-fit:contain; object-position:left center; }
.hero-banner-placeholder img, .portrait-placeholder img, .project-image img, .timeline-image img, .wide-banner-placeholder img { width:100%; height:100%; display:block; object-fit:cover; }
.hero-banner-placeholder img { object-position:center top; }
.portrait-placeholder img { object-position:center top; }
.project-image { overflow:hidden; }
.project-image img { transition:transform .6s ease; }
.project-card:hover .project-image img { transform:scale(1.06); }
.timeline-image { overflow:hidden; }
.avatar-placeholder { overflow:hidden; }
.avatar-placeholder img { width:100%; height:100%; object-fit:cover; display:block; }
.wide-banner-placeholder > img { position:absolute; inset:0; z-index:0; }
.wide-banner-placeholder::before { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(18,11,8,.58),rgba(18,11,8,.10)); z-index:1; pointer-events:none; }
.footer-logo { width:72px; height:48px; object-fit:contain; }
@media (max-width:640px){ .brand-logo{width:54px;} }


/* ===== IDENTIDADE VISUAL VERMELHO VIVO ===== */
:root {
  --red: #ff0000;
  --red-2: #ff2424;
  --red-dark: #a90000;
  --red-deep: #520000;
  --red-soft: #fff0f0;
}
body { background: #fffafa; }
::selection { background: var(--red); color: #fff; }
.site-header.scrolled { background: rgba(92,0,0,.92); }
.nav-cta { background: linear-gradient(135deg, rgba(255,0,0,.45), rgba(169,0,0,.55)); border-color: rgba(255,255,255,.32); }
.hero { background: radial-gradient(circle at 80% 20%, #8c0000 0, transparent 38%), linear-gradient(135deg, #190000 0%, #580000 52%, #240000 100%); }
.hero-glow-one { background: #ff0000; box-shadow: 0 0 120px rgba(255,0,0,.6); }
.hero-glow-two { border-color: #ff1b1b; }
.btn-primary { background: linear-gradient(135deg,#ff2424,#d00000 58%,#8f0000); box-shadow:0 17px 42px rgba(255,0,0,.38); }
.btn-primary:hover { box-shadow:0 22px 50px rgba(255,0,0,.48); }
.impact-strip { background: linear-gradient(90deg,#a90000,#ff0000,#a90000); }
.section-dark { background: radial-gradient(circle at 80% 20%,rgba(255,0,0,.18),transparent 30%), linear-gradient(135deg,#170000,#3b0000); }
.result-card.featured { background: linear-gradient(145deg,#ff1717,#a50000); }
.filter-btn.active,.filter-btn:hover { background:var(--red); border-color:var(--red); }
.timeline-date { background:linear-gradient(145deg,#ff2020,#b10000); box-shadow:0 12px 30px rgba(255,0,0,.28); }
.wide-banner-placeholder { background:radial-gradient(circle at 20% 20%,rgba(255,90,90,.38),transparent 30%),linear-gradient(135deg,#260000,#9f0000 60%,#ff0000); }
.cta-section { background:radial-gradient(circle at 50% -20%,#ff7777,transparent 42%),linear-gradient(135deg,#a90000,#ff0000 55%,#bd0000); }
.site-footer { background:#180000; }

/* Depoimentos corrigidos e responsivos */
.testimonials-wrap { gap: clamp(42px,7vw,100px); }
.testimonial-slider { display:grid; min-height:430px; align-items:stretch; }
.testimonial-card { grid-area:1/1; position:relative; inset:auto; min-width:0; overflow-wrap:anywhere; word-break:normal; }
.testimonial-card:not(.active) { visibility:hidden; }
.testimonial-card.active { visibility:visible; }
blockquote { max-width:100%; overflow-wrap:anywhere; hyphens:auto; }
.testimonial-person { min-width:0; }
.testimonial-person > div:last-child { min-width:0; }
.testimonial-person strong,.testimonial-person small { overflow-wrap:anywhere; }

@media (max-width:980px) {
  .testimonial-slider { min-height:380px; }
  .testimonial-card { padding:42px; }
}
@media (max-width:640px) {
  .testimonials-wrap { gap:32px; }
  .testimonial-slider { min-height:0; }
  .testimonial-card { display:none; border-radius:24px; padding:28px 22px; min-height:360px; }
  .testimonial-card.active { display:flex; }
  .quote-mark { font-size:66px; }
  blockquote { font-size:clamp(18px,5.7vw,25px); line-height:1.48; letter-spacing:-.02em; }
  .testimonial-person { margin-top:25px; align-items:flex-start; }
  .slider-controls { margin-top:20px; }
}

/* ===== AJUSTE DA ABERTURA SOMENTE PARA CELULAR ===== */
@media (max-width: 640px) {
  .hero {
    min-height: auto;
    padding: 92px 0 72px;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  /* A foto aparece primeiro no celular */
  .hero-media {
    order: 1;
    width: 100%;
    min-height: 470px;
  }

  .hero-copy {
    order: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 0;
    text-align: center;
  }

  /* Logo após a foto aparecem os botões de ação */
  .hero-actions {
    order: 1;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 11px;
    margin: 0 0 30px;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 54px;
    justify-content: center;
  }

  /* Em seguida vêm os textos da abertura */
  .hero-copy .eyebrow {
    order: 2;
    justify-content: center;
  }

  .hero-copy h1 {
    order: 3;
    margin: 18px auto 20px;
    max-width: 560px;
    font-size: clamp(36px, 10.8vw, 46px);
    line-height: 1.04;
  }

  .hero-copy > p {
    order: 4;
    margin: 0 auto;
    max-width: 560px;
    font-size: 15px;
    line-height: 1.7;
  }

  .hero-highlights {
    order: 5;
    width: 100%;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.14);
  }

  .data-note {
    order: 6;
    margin-top: 18px;
  }

  .media-frame {
    inset: 0;
    border-radius: 34px 34px 22px 22px;
  }

  .hero-banner-placeholder img {
    object-position: center top;
  }

  .floating-card {
    max-width: calc(100% - 24px);
  }

  .card-one {
    left: 10px;
    top: 22px;
  }

  .card-two {
    right: 10px;
    bottom: 20px;
  }

  .scroll-indicator {
    display: none;
  }
}
