:root{--black:#050505;--black2:#090909;--red:#e1251b;--red-dark:#8a0e0e;--cream:#f8f5ef;--cream2:#fffaf3;--line:rgba(255,255,255,.12);--text:#fff;--muted:rgba(255,255,255,.68);--ink:#090909;--ink-muted:#596070}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--text);font-family:'Plus Jakarta Sans',Arial,sans-serif;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.narrow{width:min(860px,calc(100% - 40px));margin-inline:auto}h1,h2,h3{font-family:'Bebas Neue',Arial,sans-serif;letter-spacing:.045em;text-transform:uppercase;margin:0}h1{font-size:clamp(4.2rem,8.2vw,8.2rem);line-height:.93}h2{font-size:clamp(3rem,5.2vw,5.6rem);line-height:.98}h3{font-size:clamp(1.8rem,2.5vw,2.7rem)}p{line-height:1.72}.site-header{position:sticky;top:0;z-index:20;background:rgba(5,5,5,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.1)}.header-inner{height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand img{height:50px;width:auto;object-fit:contain}.nav{display:flex;gap:34px;align-items:center;font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:.88rem}.nav a{opacity:.9}.nav a:hover{color:var(--red)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 28px;border-radius:12px;font-weight:800;letter-spacing:.02em;transition:.22s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--red);color:white;box-shadow:0 16px 36px rgba(225,37,27,.24)}.btn-primary:hover{background:#b91712}.btn-outline{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.04)}.btn-white{background:white;color:var(--red-dark)}.section-dark{background:var(--black);color:white}.hero{position:relative;min-height:calc(100vh - 86px);display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 78% 30%,rgba(225,37,27,.25),transparent 36%),linear-gradient(90deg,#050505 0%,#050505 45%,#120606 100%)}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:48px 48px;opacity:.35}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.03fr;gap:44px;align-items:center;padding:78px 0}.zago-logo{height:72px;width:auto;margin-bottom:42px}.pill{display:inline-flex;align-items:center;padding:10px 16px;border:1px solid rgba(225,37,27,.45);border-radius:999px;color:white;background:rgba(225,37,27,.1);font-weight:900;text-transform:uppercase;letter-spacing:.16em;font-size:.82rem;margin-bottom:28px}h1 span{color:var(--red);display:block}.hero-copy p{font-size:clamp(1.05rem,1.5vw,1.32rem);color:rgba(255,255,255,.78);max-width:650px}.hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:34px 0}.hero-metrics div{border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border-radius:16px;padding:16px 18px}.hero-metrics strong{display:block;font-family:'Bebas Neue';letter-spacing:.06em;font-size:1.45rem}.hero-metrics small{color:rgba(255,255,255,.6)}.hero-actions{display:flex;gap:18px;flex-wrap:wrap}.hero-image{position:relative;display:flex;align-items:center;justify-content:center;min-height:560px}.hero-glow{position:absolute;width:88%;height:62%;border-radius:50%;background:rgba(225,37,27,.23);filter:blur(110px)}.hero-image img{position:relative;z-index:2;width:128%;max-width:880px;filter:drop-shadow(0 42px 62px rgba(0,0,0,.78));transform:translateX(28px)}.marquee{overflow:hidden;border-block:1px solid rgba(255,255,255,.1);height:58px;display:flex;align-items:center}.marquee-red{background:var(--red);color:white}.marquee-track{display:flex;gap:42px;white-space:nowrap;min-width:max-content;animation:marquee 28s linear infinite;text-transform:uppercase;font-family:'Bebas Neue';letter-spacing:.16em;font-size:1.35rem}.marquee b{opacity:.75}@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-45%)}}.section-light{background:var(--cream);color:var(--ink);padding:110px 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.manifesto-card,.tire-frame,.application-img{background:white;border:1px solid #e6dfd4;border-radius:32px;box-shadow:0 24px 54px rgba(70,43,23,.13);overflow:hidden}.manifesto-card{padding:44px}.manifesto-card img{height:74px;margin-bottom:34px}.mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.mini-grid span,.tag-grid span{background:var(--cream2);border:1px solid #e6dfd4;border-radius:16px;padding:16px 18px;font-weight:800}.eyebrow{color:var(--red);text-transform:uppercase;font-weight:900;letter-spacing:.24em;font-size:.82rem;margin:0 0 18px}.eyebrow.light{color:white}.lead{font-size:1.08rem;color:var(--ink-muted);max-width:650px}.three-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}.three-cards div{background:white;border:1px solid #e6dfd4;border-radius:18px;padding:22px;font-weight:900;box-shadow:0 12px 26px rgba(70,43,23,.08)}.section-title.center{text-align:center;max-width:820px;margin:0 auto 56px}.section-title p:not(.eyebrow){color:rgba(255,255,255,.64)}.section-light .section-title p:not(.eyebrow){color:var(--ink-muted)}.models,.compare,.applications{padding:110px 0;border-block:1px solid rgba(255,255,255,.1)}.model-grid,.compare-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:34px}.model-card{position:relative;min-height:520px;border:1px solid rgba(255,255,255,.1);border-radius:30px;background:radial-gradient(circle at center,rgba(225,37,27,.18),transparent 42%),#080808;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 24px 54px rgba(0,0,0,.48)}.model-card:before{content:"";position:absolute;inset:28px;border:1px solid rgba(255,255,255,.08);border-radius:24px}.model-badge{display:inline-flex;background:var(--red);color:white;border-radius:10px;padding:12px 18px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.model-card .model-badge{position:absolute;top:28px;left:28px;z-index:3}.model-card img{position:relative;z-index:2;max-width:430px;max-height:440px;filter:drop-shadow(0 30px 48px rgba(0,0,0,.72))}.model-card img.z722{max-width:440px}.compare-card{border:1px solid rgba(255,255,255,.1);border-radius:24px;background:rgba(255,255,255,.045);padding:34px}.compare-card h3{margin:24px 0;color:white}.compare-card ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}.compare-card li{background:rgba(0,0,0,.25);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:14px 16px;color:rgba(255,255,255,.78)}.mission .tire-frame img{width:100%;height:100%;object-fit:cover;max-height:620px}.timeline{margin-top:42px;display:grid;gap:28px;border-left:1px solid #d8d0c4}.timeline div{position:relative;padding-left:34px}.timeline div:before{content:"";position:absolute;left:-5px;top:10px;width:10px;height:10px;background:var(--red);border-radius:50%}.timeline strong{font-family:'Bebas Neue';font-size:1.7rem;letter-spacing:.05em}.timeline p{color:var(--ink-muted);margin:.4rem 0 0}.presence{background:white}.application-img img{width:100%;height:560px;object-fit:cover}.tag-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:28px 0 34px}.app-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.app-grid div{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:28px}.app-grid strong{font-family:'Bebas Neue';font-size:1.7rem;letter-spacing:.05em}.app-grid p{color:rgba(255,255,255,.62);font-size:.95rem}.specs{background:white}.spec-table{border:1px solid #e6dfd4;border-radius:24px;overflow:hidden;background:var(--cream2);box-shadow:0 18px 36px rgba(70,43,23,.08)}.spec-table div{display:flex;justify-content:space-between;gap:20px;padding:22px 26px;border-bottom:1px solid #e6dfd4}.spec-table div:last-child{border-bottom:0}.spec-table span{font-family:'Bebas Neue';font-size:1.2rem;color:#657082;letter-spacing:.07em}.spec-table strong{text-align:right;color:var(--ink);font-size:1.05rem}.cta-section{background:linear-gradient(135deg,#741015,#e1251b 54%,#8a0e0e);padding:110px 0;color:white}.cta-box{text-align:center;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.1);border-radius:32px;padding:64px 42px;box-shadow:0 28px 60px rgba(0,0,0,.22)}.cta-box p{color:rgba(255,255,255,.86);font-size:1.1rem}.final-strip{border-top:0}.footer{background:#050505;color:white;border-top:1px solid rgba(255,255,255,.1);padding:42px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.footer img{height:54px;width:auto;max-width:300px;object-fit:contain}.footer p{color:rgba(255,255,255,.64);font-size:.92rem;text-align:right}@media(max-width:980px){.nav{display:none}.header-inner{height:76px}.brand img{height:42px}.header-cta{display:none}.hero{min-height:auto}.hero-grid,.split{grid-template-columns:1fr;gap:42px}.hero-grid{padding:54px 0 72px}.zago-logo{height:52px;margin-bottom:28px}.hero-image{min-height:340px;order:-1}.hero-image img{width:115%;transform:none}.hero-metrics,.three-cards,.tag-grid,.app-grid,.model-grid,.compare-grid{grid-template-columns:1fr}.model-card{min-height:420px}.model-card img,.model-card img.z722{max-width:360px}.section-light,.models,.compare,.applications,.cta-section{padding:78px 0}.application-img img{height:380px}.footer-inner{flex-direction:column;text-align:center}.footer p{text-align:center}.spec-table div{flex-direction:column}.spec-table strong{text-align:left}.marquee-track{font-size:1.12rem;gap:28px}.reverse-mobile .tire-frame{order:-1}}@media(max-width:560px){.container,.narrow{width:min(100% - 28px,1180px)}h1{font-size:3.9rem}h2{font-size:3rem}.hero-copy p{font-size:1rem}.hero-metrics{gap:10px}.hero-actions .btn{width:100%}.model-card{min-height:360px}.model-card img,.model-card img.z722{max-width:300px}.manifesto-card{padding:28px}.mini-grid{grid-template-columns:1fr}.cta-box{padding:42px 22px}.footer img{height:46px}.hero-image{min-height:280px}}


/* Ajustes finais Maicon: logo normal, vídeo Vimeo, gorila 3D e mobile refinado */
.brand img{height:48px;max-width:210px;object-fit:contain}.footer img{height:60px;max-width:280px;object-fit:contain}.hero h1{font-size:clamp(3.85rem,7.6vw,7.65rem)}.hero-copy p{max-width:620px}.gorilla-section{position:relative;overflow:hidden;background:radial-gradient(circle at 24% 42%,rgba(225,37,27,.08),transparent 34%),var(--cream)}.gorilla-stage{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;border-radius:34px;background:linear-gradient(145deg,#ffffff 0%,#f6efe5 100%);border:1px solid #e6dfd4;box-shadow:0 28px 62px rgba(70,43,23,.15);overflow:hidden}.gorilla-stage:before{content:"ROBUSTEZ";position:absolute;left:28px;bottom:22px;font-family:'Bebas Neue';font-size:clamp(4rem,8vw,8rem);letter-spacing:.08em;color:rgba(0,0,0,.045);line-height:.8}.gorilla-stage img{position:relative;z-index:2;width:min(86%,520px);filter:drop-shadow(0 34px 42px rgba(0,0,0,.34));animation:floatGorilla 5.8s ease-in-out infinite}.gorilla-orbit{position:absolute;width:78%;height:78%;border-radius:50%;background:radial-gradient(circle,rgba(225,37,27,.16),transparent 60%);filter:blur(12px)}@keyframes floatGorilla{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-14px) rotate(1deg)}}.video-frame{position:relative;aspect-ratio:16/9;border-radius:28px;overflow:hidden;background:#050505;border:1px solid #e6dfd4;box-shadow:0 28px 60px rgba(70,43,23,.18)}.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.mission .split{align-items:center}.mission .lead{max-width:610px}.footer{background:#050505!important}.footer-inner img{background:transparent!important}.footer p{color:rgba(255,255,255,.70)!important}@media(max-width:980px){.hero-image{order:0;min-height:300px}.hero-image img{width:min(100%,560px);max-width:560px;transform:none}.hero-grid{gap:24px}.hero h1{font-size:clamp(3.35rem,13vw,5rem)}.gorilla-stage{min-height:380px}.gorilla-stage img{width:min(78%,390px)}.video-frame{aspect-ratio:16/10}.brand img{height:42px;max-width:178px}.footer img{height:48px;max-width:230px}.reverse-mobile .video-frame{order:0}}@media(max-width:560px){.hero-image{min-height:220px}.hero-image img{width:min(92%,380px)}.hero h1{font-size:3.45rem}.gorilla-stage{min-height:320px;border-radius:26px}.gorilla-stage img{width:min(82%,310px)}.three-cards{grid-template-columns:1fr}.video-frame{border-radius:22px;aspect-ratio:9/10}.brand img{height:38px;max-width:158px}.footer img{height:42px;max-width:210px}}

/* AJUSTES FINAIS SOLICITADOS - 29/04 - V2 */
:root{--red:#e1251b;--red-dark:#8a0e0e;}
.brand{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;}
.brand img{height:54px!important;max-width:235px!important;width:auto!important;object-fit:contain!important;}
.footer img{height:68px!important;max-width:330px!important;width:auto!important;object-fit:contain!important;}
.hero h1{font-size:clamp(3.45rem,6.15vw,6.15rem)!important;line-height:.96!important;max-width:720px;}
.hero-copy p{font-size:clamp(1rem,1.18vw,1.18rem)!important;max-width:600px!important;}
.hero-image img{width:118%!important;max-width:820px!important;transform:translateX(18px)!important;}
.gorilla-section .three-cards.light-cards div,.gorilla-section .three-cards div{background:#050505!important;color:var(--cream)!important;border:1px solid rgba(225,37,27,.32)!important;box-shadow:0 18px 34px rgba(0,0,0,.18)!important;text-transform:uppercase;letter-spacing:.04em;}
.gorilla-section h2{max-width:640px;}
.gorilla-section .lead{max-width:620px;}
.mission .split{grid-template-columns:.9fr 1.18fr!important;gap:64px!important;}
.mission h2{font-size:clamp(3.2rem,4.3vw,5.15rem)!important;line-height:1!important;}
.mission .lead{max-width:560px!important;font-size:1.02rem!important;}
.mission .timeline{margin-top:34px!important;gap:22px!important;}
.mission .timeline strong{font-size:1.45rem!important;}
.mission .timeline p{font-size:.96rem!important;}
.video-frame{width:100%!important;min-height:500px!important;aspect-ratio:16/10!important;border-radius:30px!important;background:#050505!important;}
.video-frame iframe{width:130%!important;height:130%!important;left:-15%!important;top:-15%!important;max-width:none!important;max-height:none!important;}
@media(max-width:980px){.brand img{height:46px!important;max-width:205px!important;}.hero h1{font-size:clamp(3.1rem,11vw,4.65rem)!important;}.hero-copy p{font-size:1rem!important;}.hero-image img{width:min(94%,500px)!important;transform:none!important;}.mission .split{grid-template-columns:1fr!important;gap:34px!important;}.video-frame{min-height:360px!important;aspect-ratio:16/9!important;}.video-frame iframe{width:126%!important;height:126%!important;left:-13%!important;top:-13%!important;}.footer img{height:54px!important;max-width:260px!important;}}
@media(max-width:560px){.brand img{height:40px!important;max-width:180px!important;}.hero h1{font-size:3.15rem!important;line-height:.98!important;}.hero-image{min-height:210px!important;}.hero-image img{width:min(86%,340px)!important;}.mission h2{font-size:2.8rem!important;}.video-frame{min-height:300px!important;aspect-ratio:4/5!important;border-radius:22px!important;}.video-frame iframe{width:145%!important;height:145%!important;left:-22.5%!important;top:-22.5%!important;}.footer img{height:46px!important;max-width:230px!important;}}


/* FORÇA FINAL - CARDS GORILLA */
.gorilla-section .three-cards div,
.gorilla-section .three-cards.light-cards div,
.gorilla-section .three-cards div *,
.gorilla-section .three-cards.light-cards div * {
  color: #f8f5ef !important;
}

.gorilla-section .three-cards div,
.gorilla-section .three-cards.light-cards div {
  background: #050505 !important;
  border: 1px solid rgba(225, 37, 27, .32) !important;
}

/* Seleção de texto personalizada */
::selection {
  background: #e1251b;
  color: #ffffff;
}


::-moz-selection {
  background: #e1251b;
  color: #ffffff;
}



/* Cursor premium leve */
@media (min-width: 981px) {
  body {
    cursor: none;
  }

  .custom-cursor-dot,
  .custom-cursor-ring {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 99999;
    transform: translate(-50%, -50%);
    will-change: transform;
  }

  .custom-cursor-dot {
    width: 7px;
    height: 7px;
    background: #e1251b;
    border-radius: 999px;
    box-shadow: 0 0 14px rgba(225, 37, 27, .55);
  }

  .custom-cursor-ring {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(225, 37, 27, .75);
    border-radius: 999px;
    transition: width .14s ease, height .14s ease, border-color .14s ease, background .14s ease;
  }

  body.cursor-hover .custom-cursor-ring {
    width: 48px;
    height: 48px;
    background: rgba(225, 37, 27, .08);
    border-color: rgba(255, 255, 255, .65);
  }

  body.cursor-hover .custom-cursor-dot {
    background: #ffffff;
  }
}


/* HOVER VERMELHO EM CONTAINERS ESCUROS */
.model-card,
.compare-card,
.app-grid div,
.gorilla-section .three-cards div,
.hero-metrics div,
.video-frame,
.cta-box {
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.model-card:hover,
.compare-card:hover,
.app-grid div:hover,
.gorilla-section .three-cards div:hover,
.hero-metrics div:hover,
.video-frame:hover,
.cta-box:hover {
  border-color: rgba(225, 37, 27, .78) !important;
  box-shadow: 0 22px 48px rgba(225, 37, 27, .14), 0 24px 54px rgba(0,0,0,.35) !important;
}

/* HOVER MAIS LEVE PARA CARDS PEQUENOS */
.hero-metrics div:hover,
.gorilla-section .three-cards div:hover,
.app-grid div:hover {
  transform: translateY(-3px);
}

/* HOVER DOS CARDS GRANDES */
.model-card:hover,
.compare-card:hover,
.video-frame:hover {
  transform: translateY(-4px);
}

/* FUNDO ELEGANTE ENQUANTO O VÍDEO CARREGA */
.video-frame {
  background:
    radial-gradient(circle at center, rgba(225,37,27,.18), transparent 42%),
    linear-gradient(135deg, #050505 0%, #160707 100%) !important;
}

.video-frame::before {
  content: "CARREGANDO PERFORMANCE";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Bebas Neue', Arial, sans-serif;
  letter-spacing: .12em;
  font-size: clamp(1.2rem, 2vw, 2rem);
  color: rgba(255,255,255,.16);
  z-index: 0;
  pointer-events: none !important;
}

.video-frame iframe {
  z-index: 2;
}

/* CURSOR MINIMALISTA DUAL CONTRAST */
@media (min-width: 981px) {
  body {
    cursor: none;
  }

  .custom-cursor-core,
  .custom-cursor-ring {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 99999;
    transform: translate(-50%, -50%);
    will-change: transform;
  }

  .custom-cursor-core {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #ffffff;
    mix-blend-mode: difference;
    box-shadow: 0 0 10px rgba(255,255,255,.45);
  }

  .custom-cursor-ring {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1.5px solid #ffffff;
    mix-blend-mode: difference;
    background: transparent;
    transition:
      width .13s ease,
      height .13s ease,
      border-width .13s ease,
      opacity .13s ease;
  }

  body.cursor-hover .custom-cursor-ring {
    width: 46px;
    height: 46px;
    border-width: 2px;
  }

  body.cursor-hover .custom-cursor-core {
    width: 7px;
    height: 7px;
  }

  .video-frame iframe {
    pointer-events: none !important;
  }
}

/* FORÇAR CURSOR CUSTOMIZADO EM TODO O SITE */
@media (min-width: 981px) {
  html,
  body,
  body *,
  a,
  button,
  .btn,
  [role="button"],
  input,
  textarea,
  select,
  iframe {
    cursor: none !important;
  }

  .custom-cursor-core,
  .custom-cursor-ring {
    pointer-events: none !important;
  }

  .video-frame iframe {
    pointer-events: none !important;
  }
}
/* ===== AJUSTES FINAIS: TRANSIÇÕES PREMIUM + HERO PNEUS UM POUCO MAIORES ===== */
@media (min-width: 981px) {
  .hero-image img {
    width: 122% !important;
    max-width: 855px !important;
    transform: translateX(22px) !important;
  }
}

.site-header,
.btn,
.model-card,
.compare-card,
.app-grid div,
.gorilla-stage,
.video-frame,
.application-img,
.spec-table,
.cta-box,
.hero-metrics div,
.tag-grid span,
.three-cards div {
  transition: transform .34s ease, border-color .28s ease, box-shadow .34s ease, background .28s ease, opacity .34s ease, filter .34s ease;
}

.site-loaded .hero-copy { animation: heroTextIn .82s cubic-bezier(.16,1,.3,1) both; }
.site-loaded .hero-image { animation: heroImageIn .95s cubic-bezier(.16,1,.3,1) .08s both; }
.site-loaded .site-header { animation: headerDrop .62s cubic-bezier(.16,1,.3,1) both; }

@keyframes headerDrop { from { opacity: 0; transform: translateY(-18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroTextIn { from { opacity: 0; transform: translateY(34px); filter: blur(8px); } to { opacity: 1; transform: translateY(0); filter: blur(0); } }
@keyframes heroImageIn { from { opacity: 0; transform: translateX(44px) scale(.97); filter: blur(8px); } to { opacity: 1; transform: translateX(0) scale(1); filter: blur(0); } }

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(34px);
  filter: blur(5px);
  transition: opacity .74s cubic-bezier(.16,1,.3,1), transform .74s cubic-bezier(.16,1,.3,1), filter .74s cubic-bezier(.16,1,.3,1);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); filter: blur(0); }
.reveal-left { transform: translateX(-38px); }
.reveal-right { transform: translateX(38px); }
.reveal-left.is-visible, .reveal-right.is-visible { transform: translateX(0); }

.model-card:hover,
.compare-card:hover,
.app-grid div:hover,
.gorilla-section .three-cards div:hover,
.hero-metrics div:hover,
.video-frame:hover,
.cta-box:hover {
  border-color: rgba(225,37,27,.78) !important;
  box-shadow: 0 22px 48px rgba(225,37,27,.12), 0 24px 54px rgba(0,0,0,.32) !important;
}
.model-card:hover, .compare-card:hover, .video-frame:hover, .gorilla-stage:hover { transform: translateY(-5px); }
.hero-metrics div:hover, .gorilla-section .three-cards div:hover, .app-grid div:hover, .tag-grid span:hover { transform: translateY(-3px); }
.model-card img, .hero-image img, .application-img img { transition: transform .55s cubic-bezier(.16,1,.3,1), filter .55s ease; }
.model-card:hover img { transform: scale(1.035); }
.application-img:hover img { transform: scale(1.025); }


@media (max-width: 980px) {
  .reveal-on-scroll, .reveal-left, .reveal-right { transform: translateY(24px); filter: blur(3px); }
  .reveal-on-scroll.is-visible, .reveal-left.is-visible, .reveal-right.is-visible { transform: translateY(0); filter: blur(0); }
}


/* CORREÇÃO FINAL DO RODAPÉ */
.footer {
  position: relative !important;
  z-index: 5 !important;
  display: block !important;
  background: #050505 !important;
  padding: 64px 0 58px !important;
  min-height: 170px !important;
  overflow: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

.footer-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 32px !important;
  min-height: 70px !important;
  opacity: 1 !important;
  transform: none !important;
}

.footer img {
  display: block !important;
  height: 62px !important;
  max-width: 300px !important;
  width: auto !important;
  object-fit: contain !important;
  opacity: 1 !important;
  transform: none !important;
}

.footer p {
  display: block !important;
  color: rgba(255,255,255,.72) !important;
  font-size: .92rem !important;
  text-align: right !important;
  margin: 0 !important;
  opacity: 1 !important;
  transform: none !important;
}

/* GARANTE RESPIRO ENTRE A FAIXA FINAL E O RODAPÉ */
.final-strip {
  position: relative !important;
  z-index: 4 !important;
  margin-bottom: 0 !important;
}

/* MOBILE */
@media (max-width: 980px) {
  .footer {
    padding: 48px 0 46px !important;
    min-height: 180px !important;
  }

  .footer-inner {
    flex-direction: column !important;
    text-align: center !important;
    justify-content: center !important;
  }

  .footer p {
    text-align: center !important;
  }

  .footer img {
    height: 52px !important;
    max-width: 250px !important;
  }
}


/* BOTÃO VOLTAR AO TOPO */
.back-to-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 9999;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 2px solid #ffffff;
  background: #e1251b;
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 14px 32px rgba(225, 37, 27, .35),
    0 0 0 4px rgba(5, 5, 5, .45);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(.92);
  transition:
    opacity .22s ease,
    visibility .22s ease,
    transform .22s ease,
    background .22s ease,
    border-color .22s ease,
    color .22s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.back-to-top:hover {
  background: #050505;
  color: #e1251b;
  border-color: #e1251b;
  box-shadow:
    0 16px 36px rgba(0, 0, 0, .38),
    0 0 0 4px rgba(225, 37, 27, .18);
}

.back-to-top:active {
  transform: translateY(1px) scale(.96);
}

@media (max-width: 560px) {
  .back-to-top {
    right: 18px;
    bottom: 18px;
    width: 48px;
    height: 48px;
    font-size: 25px;
  }
}

/* FORÇAR TRANSIÇÕES E FAIXAS ANIMADAS */
.marquee-track {
  animation: marquee 26s linear infinite !important;
}

.gorilla-stage img {
  animation: floatGorilla 5.8s ease-in-out infinite !important;
}

.site-loaded .hero-copy {
  animation: heroTextIn .82s cubic-bezier(.16,1,.3,1) both !important;
}

.site-loaded .hero-image {
  animation: heroImageIn .95s cubic-bezier(.16,1,.3,1) .08s both !important;
}

.site-loaded .site-header {
  animation: headerDrop .62s cubic-bezier(.16,1,.3,1) both !important;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(34px);
  filter: blur(5px);
  transition:
    opacity .74s cubic-bezier(.16,1,.3,1),
    transform .74s cubic-bezier(.16,1,.3,1),
    filter .74s cubic-bezier(.16,1,.3,1) !important;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-on-scroll.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
  filter: blur(0) !important;
}

.reveal-left {
  transform: translateX(-38px);
}

.reveal-right {
  transform: translateX(38px);
}

.reveal-left.is-visible,
.reveal-right.is-visible {
  transform: translateX(0) !important;
}

/* SUBSTITUIÇÃO DO GORILLA POR IMAGEM DO CAMINHÃO/ZAGO */
.caminhao-stage,
.gorilla-stage.caminhao-stage {
  background: #ffffff !important;
  padding: 0 !important;
  min-height: 520px !important;
  border-radius: 34px !important;
  border: 1px solid #e6dfd4 !important;
  box-shadow: 0 28px 62px rgba(70,43,23,.15) !important;
  overflow: hidden !important;
  position: relative !important;
}

.caminhao-stage::before,
.caminhao-stage .gorilla-orbit,
.gorilla-stage.caminhao-stage::before,
.gorilla-stage.caminhao-stage .gorilla-orbit {
  display: none !important;
}

.caminhao-stage img,
.gorilla-stage.caminhao-stage img {
  width: 100% !important;
  height: 100% !important;
  min-height: 520px !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: none !important;
  animation: none !important;
  transform: none !important;
  display: block !important;
}

.caminhao-stage:hover img,
.gorilla-stage.caminhao-stage:hover img {
  transform: scale(1.025) !important;
  transition: transform .55s cubic-bezier(.16,1,.3,1) !important;
}

@media (max-width: 980px) {
  .caminhao-stage,
  .gorilla-stage.caminhao-stage {
    min-height: 390px !important;
  }

  .caminhao-stage img,
  .gorilla-stage.caminhao-stage img {
    min-height: 390px !important;
    object-position: center top !important;
  }
}

@media (max-width: 560px) {
  .caminhao-stage,
  .gorilla-stage.caminhao-stage {
    min-height: 330px !important;
    border-radius: 26px !important;
  }

  .caminhao-stage img,
  .gorilla-stage.caminhao-stage img {
    min-height: 330px !important;
    object-position: center top !important;
  }
}
/* AJUSTE FINAL - FOCO ZAGO TYRES NO TOPO */
.brand .brand-logo-zago {
  height: 58px !important;
  max-width: 260px !important;
  width: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.35));
}

.hero .zago-logo {
  height: 82px !important;
  max-width: 420px !important;
  width: auto !important;
  object-fit: contain !important;
  margin-bottom: 38px !important;
  filter: drop-shadow(0 14px 28px rgba(0,0,0,.45));
}

.hero h1 {
  max-width: 760px !important;
}

@media (max-width: 980px) {
  .brand .brand-logo-zago {
    height: 48px !important;
    max-width: 220px !important;
  }

  .hero .zago-logo {
    height: 62px !important;
    max-width: 320px !important;
    margin-bottom: 28px !important;
  }
}

@media (max-width: 560px) {
  .brand .brand-logo-zago {
    height: 42px !important;
    max-width: 190px !important;
  }

  .hero .zago-logo {
    height: 54px !important;
    max-width: 280px !important;
  }
}


/* ===== AJUSTES 04/05 - SEÇÃO UNIFICADA, WHATSAPP E VÍDEO SEM CORTE ===== */
.models-unified {
  padding-bottom: 122px !important;
}

.models-unified .model-grid {
  margin-bottom: 42px !important;
}

.models-unified .model-details-grid {
  margin-top: 0 !important;
}

.models-unified .compare-card {
  min-height: 255px !important;
  padding: 34px 34px 36px !important;
}

.models-unified .compare-card h3 {
  font-size: clamp(2rem, 3.1vw, 3.1rem) !important;
  margin: 28px 0 28px !important;
}

.models-unified .compare-card li {
  min-height: 50px !important;
  display: flex !important;
  align-items: center !important;
}

.mission .split {
  grid-template-columns: 1fr 1fr !important;
  gap: 64px !important;
  align-items: stretch !important;
}

.mission .split > div:first-child {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.video-frame {
  width: 100% !important;
  height: 100% !important;
  min-height: 560px !important;
  aspect-ratio: auto !important;
  border-radius: 30px !important;
  background: #ffffff !important;
  border: 1px solid #e6dfd4 !important;
  box-shadow: 0 28px 60px rgba(70,43,23,.18) !important;
  overflow: hidden !important;
}

.video-frame::before {
  display: none !important;
}

.video-frame iframe {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 94% !important;
  height: 94% !important;
  transform: translate(-50%, -50%) !important;
  border: 0 !important;
  background: #ffffff !important;
  max-width: none !important;
  max-height: none !important;
}

@media (max-width: 980px) {
  .models-unified .model-grid {
    margin-bottom: 28px !important;
  }

  .mission .split {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    align-items: center !important;
  }

  .video-frame {
    min-height: 430px !important;
    aspect-ratio: 16 / 10 !important;
  }

  .video-frame iframe {
    width: 96% !important;
    height: 96% !important;
  }
}

@media (max-width: 560px) {
  .models-unified {
    padding-bottom: 78px !important;
  }

  .models-unified .compare-card {
    min-height: auto !important;
    padding: 28px 22px !important;
  }

  .video-frame {
    min-height: 330px !important;
    aspect-ratio: 4 / 5 !important;
    border-radius: 22px !important;
  }

  .video-frame iframe {
    width: 98% !important;
    height: 98% !important;
  }
}
