:root {
  --bg: #0c0f14;
  --txt: #ffffff;
  --brand-900: #033d5c;
  --brand-700: #236996;
  --brand-500: #64a8cb;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: "Zurich BT", "Inter", "Segoe UI", Arial, sans-serif; background: var(--bg); color: var(--txt); }
section:not(.hero) [class*="badge"],
section:not(.hero) [class*="kicker"],
section:not(.hero) [class*="tag"],
section:not(.hero) [class*="__badge"] { display: none !important; }
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; width: 100%; color: #fff; transition: background-color .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled { color: #0e3248; }
.site-header-surface { position: absolute; inset: 0; z-index: 0; pointer-events: none; background: transparent; box-shadow: none; transition: background-color .3s ease, box-shadow .3s ease, backdrop-filter .3s ease; }
.site-header.is-scrolled .site-header-surface { background: rgba(255,255,255,.95); box-shadow: 0 10px 28px rgba(5,23,36,.15); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.site-header-inner { position: relative; z-index: 52; width: min(1240px,100%); margin: 0 auto; min-height: 84px; padding: 0 1.6rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; }
.site-lang-bar,.site-lang-switch{position:relative;z-index:52;width:min(1240px,100%);margin:0 auto;padding:.4rem 1.6rem .2rem;display:flex;justify-content:flex-end;align-items:center;gap:.6rem;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.site-lang-bar .site-lang-switch{width:auto;max-width:none;flex:0 0 auto;margin:0}
.site-lang-link,.site-lang-btn{color:rgba(255,255,255,.82);text-decoration:none;width:2rem;height:2rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;line-height:1;border:none;background:transparent;font:inherit;cursor:pointer;transition:color .2s ease,background-color .2s ease,box-shadow .2s ease}
.site-lang-link:hover,.site-lang-btn:hover{color:#fff}
.site-lang-link.is-active,.site-lang-btn.is-active{color:#0e3248;background:#fff}
.site-lang-link:focus-visible,.site-lang-btn:focus-visible{outline:2px solid rgba(255,255,255,.75);outline-offset:2px;border-radius:50%}
.site-header.is-scrolled .site-lang-link,.site-header.is-scrolled .site-lang-btn{color:rgba(14,50,72,.72)}
.site-header.is-scrolled .site-lang-link:hover,.site-header.is-scrolled .site-lang-link.is-active,.site-header.is-scrolled .site-lang-btn:hover,.site-header.is-scrolled .site-lang-btn.is-active{color:#0e3248}
.site-header.is-scrolled .site-lang-link.is-active,.site-header.is-scrolled .site-lang-btn.is-active{background:#fff;box-shadow:0 6px 12px rgba(14,50,72,.16)}
.site-lang-sep{color:rgba(255,255,255,.6)}
.site-header.is-scrolled .site-lang-sep{color:rgba(14,50,72,.45)}
.site-logo-link { display: inline-flex; align-items: center; text-decoration: none; }
.site-logo { width: clamp(116px,14vw,168px); height: auto; object-fit: contain; display: block; }
.site-nav { display: flex; justify-content: center; align-items: center; gap: clamp(1rem,3vw,2rem); }
.site-nav-link { color: #fff; text-decoration: none; font-size: .93rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; text-shadow: 0 2px 12px rgba(0,0,0,.35); transition: color .2s ease, text-shadow .2s ease, transform .2s ease; }
.site-header.is-scrolled .site-nav-link { color: #0e3248; }
.site-nav-link:hover { color: #fff; text-shadow: 0 4px 18px rgba(10,45,68,.55); transform: translateY(-1px); }
.site-header.is-scrolled .site-nav-link:hover { color: var(--brand-700); text-shadow: none; }
.site-header-cta { border: 1px solid rgba(255,255,255,.6); background: rgba(6,27,40,.36); color:#fff; padding:.7rem 1.2rem; border-radius:999px; text-decoration:none; font-weight:600; font-size:.85rem; letter-spacing:.04em; text-transform:uppercase; transition: all .2s ease; }
.site-header-cta:hover { border-color:#d5efff; background: rgba(7,49,74,.62); box-shadow: 0 10px 24px rgba(2,19,30,.35); transform: translateY(-1px); }
.site-header.is-scrolled .site-header-cta { color:#0e3248; background: rgba(14,50,72,.08); border-color: rgba(14,50,72,.3); position: relative; overflow: hidden; z-index:1; transition: all .3s ease-out; }
.site-header.is-scrolled .site-header-cta::before { content:""; position:absolute; transition-duration:800ms; width:200%; height:200%; top:110%; left:50%; background: var(--brand-900); transform: translateX(-50%); border-radius:50%; z-index:-1; }
.site-header.is-scrolled .site-header-cta:hover, .site-header.is-scrolled .site-header-cta:focus, .site-header.is-scrolled .site-header-cta:focus-visible, .site-header.is-scrolled .site-header-cta:active { color:#fff; background: var(--brand-700); border-color:transparent; box-shadow:0 10px 22px rgba(35,105,150,.35); transform: translateY(-1px); }
.site-header.is-scrolled .site-header-cta:hover::before, .site-header.is-scrolled .site-header-cta:focus::before, .site-header.is-scrolled .site-header-cta:focus-visible::before, .site-header.is-scrolled .site-header-cta:active::before { top:-40%; }
body.site-nav-open { overflow: hidden; }
.site-header.is-nav-open:not(.is-scrolled) { background: rgba(6,27,40,.94); box-shadow: 0 10px 28px rgba(5,23,36,.2); }
.site-nav-backdrop { display:none; position:fixed; inset:0; z-index:48; background: rgba(6,18,30,.48); opacity:0; transition: opacity .25s ease; }
.site-header.is-nav-open .site-nav-backdrop { display:block; opacity:1; }
.site-nav-toggle { display:none; align-items:center; justify-content:center; width:46px; height:46px; border-radius:12px; border:1px solid rgba(255,255,255,.55); background: rgba(6,27,40,.36); color:#fff; cursor:pointer; transition:all .2s ease; }
.site-nav-toggle:hover { border-color:#d5efff; background: rgba(7,49,74,.62); box-shadow:0 8px 20px rgba(2,19,30,.28); }
.site-header.is-scrolled .site-nav-toggle { color:#0e3248; border-color: rgba(14,50,72,.3); background: rgba(14,50,72,.08); }
.site-header.is-scrolled .site-nav-toggle:hover { color:#fff; background: var(--brand-700); border-color: var(--brand-700); }
.site-nav-toggle-lines { display:grid; gap:5px; width:20px; }
.site-nav-toggle-lines span { display:block; height:2px; border-radius:2px; background:currentColor; transition:transform .25s ease, opacity .2s ease; }
.site-header.is-nav-open .site-nav-toggle-lines span:nth-child(1){transform:translateY(7px) rotate(45deg)} .site-header.is-nav-open .site-nav-toggle-lines span:nth-child(2){opacity:0} .site-header.is-nav-open .site-nav-toggle-lines span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.site-nav-toggle .visually-hidden { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.site-nav-shell { position:relative; min-width:0; display:flex; justify-content:center; }
.site-nav-item { position:relative; display:flex; align-items:center; gap:.1rem; }
.site-nav-sub-toggle { display:none; align-items:center; justify-content:center; width:40px; height:40px; border:none; border-radius:10px; background:transparent; color:inherit; cursor:pointer; flex-shrink:0; }
.site-nav-sub-toggle svg { width:18px; height:18px; }
.site-header.is-scrolled .site-nav-sub-toggle { color:#0e3248; }
.site-nav-sub { position:absolute; top:calc(100% + .4rem); left:50%; transform:translateX(-50%) translateY(6px); min-width:16.5rem; padding:.4rem 0; margin:0; list-style:none; background: rgba(255,255,255,.98); border:1px solid rgba(11,48,74,.12); border-radius:12px; box-shadow: 0 14px 34px rgba(5,23,36,.18); opacity:0; visibility:hidden; pointer-events:none; transition: opacity .2s ease, transform .2s ease, visibility .2s; z-index:60; }
.site-nav-sublink { display:block; padding:.55rem 1.05rem; font-size:.78rem; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:#0e3248; text-decoration:none; }
.site-nav-sublink:hover { background: rgba(100,168,203,.16); color: var(--brand-700); }
@media (min-width: 901px) {
  .site-nav-item--has-sub::after { content:""; position:absolute; left:0; right:0; top:100%; height:1rem; z-index:55; }
  .site-nav-item--has-sub:hover .site-nav-sub, .site-nav-item--has-sub:focus-within .site-nav-sub { opacity:1; visibility:visible; pointer-events:auto; transform:translateX(-50%) translateY(0); }
}
.hero { position:relative; color:#fff; min-height: clamp(390px,56vw,520px); display:flex; align-items:flex-end; padding: 7.4rem 1.6rem clamp(2.6rem,5.5vw,3.8rem); background-size:cover; background-position:center; overflow:hidden; isolation:isolate; }
.hero::before { content:""; position:absolute; inset:0; background: linear-gradient(100deg, rgba(4,12,18,.84) 0%, rgba(4,12,18,.64) 48%, rgba(4,12,18,.8) 100%); z-index:-1; }
.hero-inner, .service-content-inner, .footer-inner { width:min(1240px,100%); margin:0 auto; padding:0 1.6rem; }
.hero-kicker { font-size:.75rem; text-transform:uppercase; letter-spacing:.12em; font-weight:700; color:rgba(226,240,253,.95); }
.hero h1 { font-size:clamp(2.3rem,6vw,4.9rem); line-height:.98; letter-spacing:-.03em; max-width:760px; margin-top:.75rem; }
.hero-copy { font-size:clamp(1rem,1.9vw,1.2rem); line-height:1.42; color:rgba(230,242,255,.93); border-left:2px solid rgba(255,255,255,.38); padding-left:.95rem; max-width:720px; margin-top:1rem; }
.service-content { background: linear-gradient(180deg, #f6f8fb 0%, #eef2f6 100%); color:#12324b; padding: clamp(2.8rem,6vw,4.8rem) 0; }
.service-content h2 { font-size: clamp(1.7rem,4vw,2.8rem); margin-bottom: 1rem; text-transform: uppercase; letter-spacing: -.02em; }
.service-content p { max-width: 820px; color: #304353; line-height: 1.6; margin-bottom: .9rem; }
.service-cta { display:inline-flex; align-items:center; justify-content:center; padding:.9rem 1.55rem; border-radius:999px; font-size:.95rem; font-weight:600; text-decoration:none; color:#fff; background:var(--brand-700); border:none; position:relative; overflow:hidden; z-index:1; transition:all .3s ease-out; margin-top:.35rem; }
.service-cta::before { content:""; position:absolute; transition-duration:800ms; width:200%; height:200%; top:110%; left:50%; background:var(--brand-900); transform:translateX(-50%); border-radius:50%; z-index:-1; }
.service-cta:hover::before,.service-cta:focus::before,.service-cta:focus-visible::before,.service-cta:active::before { top:-40%; }
.site-footer { background:#08162c; color:rgba(223,237,250,.92); padding: clamp(3rem,5vw,3.8rem) 0 1.1rem; border-top:1px solid rgba(100,168,203,.2); }
.footer-grid { display:grid; grid-template-columns:minmax(260px,1.1fr) repeat(3,minmax(160px,1fr)); gap:clamp(1.1rem,2.4vw,2rem); align-items:start; margin-bottom:1.7rem; }
.footer-brand-logo { width: clamp(130px,17vw,190px); height:auto; display:block; margin-bottom:.95rem; }
.footer-brand p { line-height:1.5; color:rgba(211,229,245,.9); margin-bottom:.75rem; font-size:.95rem; }
.footer-social { list-style:none; display:flex; flex-wrap:wrap; align-items:center; gap:.5rem; margin:.85rem 0 0; padding:0; }
.footer-social li { margin:0; padding:0; }
.footer-social-link { display:inline-flex; align-items:center; justify-content:center; width:2.4rem; height:2.4rem; border-radius:50%; background:rgba(100,168,203,.14); color:rgba(230,242,255,.96); border:1px solid rgba(100,168,203,.32); text-decoration:none; transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease; }
.footer-social-link:hover { color:#fff; background:rgba(100,168,203,.38); border-color:rgba(100,168,203,.58); transform:translateY(-2px); }
.footer-social-link:focus-visible { outline:2px solid var(--brand-500); outline-offset:2px; }
.footer-social-link svg { width:1.05rem; height:1.05rem; display:block; fill:currentColor; }
.footer-col h4 { font-size:.8rem; text-transform:uppercase; letter-spacing:.1em; color:rgba(177,207,233,.9); margin:0 0 .72rem; font-weight:700; }
.footer-list { list-style:none; display:grid; gap:.45rem; margin:0; padding:0; }
.footer-list li, .footer-list a { color: rgba(223,237,250,.92); text-decoration:none; font-size:.93rem; line-height:1.42; }
.footer-list a:hover { color:var(--brand-500); }
.footer-bottom { border-top:1px solid rgba(100,168,203,.2); padding-top:.9rem; display:flex; flex-wrap:wrap; gap:.6rem 1rem; justify-content:space-between; align-items:center; font-size:.82rem; color:rgba(177,207,233,.86); }
@media (max-width: 900px) {
  .site-header-inner { display:flex; min-height:74px; justify-content:space-between; align-items:center; gap:.85rem; }
  .site-lang-bar{padding:.45rem 1rem .1rem;font-size:.78rem}
  .site-oil-quote{font-size:.74rem;gap:.38rem;letter-spacing:.055em}
  .site-header { padding-left:.9rem; padding-right:.9rem; }
  .site-header.is-scrolled { padding-left:1.15rem; padding-right:1.15rem; }
  .site-header.is-scrolled .site-lang-bar { margin-top:.45rem; }
  .site-header:not(.is-scrolled) .site-header-inner { padding-top:1.15rem; padding-bottom:.95rem; }
  .site-header:not(.is-scrolled) .site-nav-shell { top:5.75rem; }
  .site-header.is-scrolled .site-header-inner { padding-top:1.75rem; padding-bottom:1.05rem; }
  .site-header.is-scrolled .site-nav-shell { top:6.05rem; }
  .site-header-cta { display:none !important; }
  .site-nav-toggle { display:inline-flex; }
  .site-nav-toggle { flex-shrink:0; margin-top:.2rem; margin-bottom:.2rem; margin-left:.35rem; margin-right:.5rem; }
  .site-nav-shell { position:fixed; top:74px; right:0; bottom:0; width:min(20rem,92vw); padding:1rem 1rem 2.5rem; background:#f6f8fb; border-left:1px solid rgba(11,48,74,.1); box-shadow:-12px 0 36px rgba(5,23,36,.18); transform:translateX(105%); transition:transform .32s cubic-bezier(.22,1,.36,1); justify-content:flex-start; align-items:stretch; overflow-y:auto; z-index:50; }
  .site-header.is-nav-open .site-nav-shell { transform:translateX(0); }
  .site-nav { flex-direction:column; align-items:stretch; justify-content:flex-start; gap:.55rem; width:100%; }
  .site-nav-shell .site-nav-link { color:#0e3248; text-shadow:none; }
  .site-nav-shell .site-nav-link:hover { color: var(--brand-700); text-shadow:none; transform:none; }
  .site-nav-shell .site-nav > .site-nav-link { display:block; padding:1.15rem .5rem; border-bottom:1px solid rgba(11,48,74,.1); }
  .site-nav-item { flex-wrap:wrap; border-bottom:1px solid rgba(11,48,74,.1); padding-bottom:.15rem; }
  .site-nav-item > .site-nav-link { flex:1; padding:1.15rem .35rem; color:#0e3248; text-shadow:none; }
  .site-nav-sub-toggle { display:inline-flex; color:#0e3248; }
  .site-nav-sub { position:static; flex:1 0 100%; transform:none; box-shadow:none; border:none; border-radius:0; background:rgba(255,255,255,.72); max-height:0; overflow:hidden; opacity:1; visibility:visible; pointer-events:auto; padding:0; transition:max-height .35s ease; }
  .site-nav-item--has-sub.is-sub-open .site-nav-sub { max-height:24rem; padding:.25rem 0 .6rem; }
  .hero { min-height:min(100vh,560px); align-items:flex-start; padding-top:max(8.5rem,30vw); }
  .hero-copy { border-left:none; padding-left:0; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; align-items:flex-start; }
}
@media (max-width: 600px) {
  .site-header-inner { padding-left:1rem; padding-right:1rem; }
  .site-lang-bar{padding:.45rem 1rem .15rem;font-size:.82rem}
  .site-oil-quote{font-size:.8rem;gap:.42rem}
  .site-header { padding-left:.85rem; padding-right:.85rem; }
  .site-header.is-scrolled { padding-left:1.05rem; padding-right:1.05rem; }
  .site-header:not(.is-scrolled) .site-header-inner { padding-top:1.2rem; padding-bottom:1rem; }
  .site-header:not(.is-scrolled) .site-nav-shell { top:6rem; }
  .site-header.is-scrolled .site-header-inner { padding-top:1.9rem; }
  .site-header.is-scrolled .site-nav-shell { top:6.35rem; }
  .site-logo { width:118px; }
}

/**
 * Margem lateral no conteúdo em viewports estreitas (≤900px).
 * Não afeta .hero, header nem footer: só main (exc. main.hero) e secções
 * diretas do body após o hero.
 *
 * Scroll horizontal em mobile: muitas páginas usam
 * `.site-header.is-scrolled .site-lang-bar::before { width: 100vw }`.
 * `100vw` é a largura do *layout viewport* incluindo a faixa da scrollbar
 * vertical, e pode ser > 100% do corpo — daí overflow de poucos px.
 * Ao rodar o telefone no DevTools, o resize força novo cálculo e o sintoma
 * some. Corrigimos com faixa a 100% do pai + barra em largura total no
 * mobile, e `overflow-x: hidden` em html/body como rede de segurança.
 */
html {
  scrollbar-gutter: stable;
}

@media (max-width: 900px) {
  html,
  body {
    overflow-x: hidden;
    max-width: 100%;
  }

  /* Vence os <style> inline que ainda definem width: 100vw no ::before */
  .site-header.is-scrolled .site-lang-bar {
    width: 100% !important;
    max-width: none !important;
  }

  .site-header.is-scrolled .site-lang-bar::before {
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
  }

  main:not(.hero) {
    padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
    max-width: 100%;
    box-sizing: border-box;
  }

  body > section:not(.hero) {
    padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
    box-sizing: border-box;
  }

  body > .transparency-page-shell {
    padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
    box-sizing: border-box;
    max-width: 100%;
  }

  body > .transparency-page-shell .conformity-inner {
    padding-left: 0;
    padding-right: 0;
  }

  main:not(.hero) .conformity-inner {
    padding-left: 0;
    padding-right: 0;
  }

  /* Home — “Por que nos escolher”: gutter só na section; container sem padding horizontal extra */
  body > section.why-section .why-container {
    padding-left: 0;
    padding-right: 0;
  }
}

:root {
      --bg: #0c0f14;
      --txt: #ffffff;
      --muted: rgba(255, 255, 255, 0.82);
      --line: rgba(255, 255, 255, 0.2);
      --btn-light: #f2f2f2;
      --btn-dark: rgba(20, 20, 20, 0.75);
      --brand-900: #033d5c;
      --brand-700: #236996;
      --brand-500: #64a8cb;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: "Zurich BT", "Inter", "Segoe UI", Arial, sans-serif; background: var(--bg); color: var(--txt); }
    section:not(.hero) [class*="badge"],
    section:not(.hero) [class*="kicker"],
    section:not(.hero) [class*="tag"],
    section:not(.hero) [class*="__badge"] { display: none !important; }

    /* Mesmo bloco complementar de sse-global-solutions.html (barra de idioma / cotação + faixa azul). */
    .site-lang-bar {
      justify-content: space-between;
      gap: 0.8rem;
    }

    /* Azul em toda a largura: a barra é estreita (max 1240px); o fundo branco era o .site-header-surface nas laterais. */
    .site-header.is-scrolled .site-lang-bar {
      position: relative;
      isolation: isolate;
      background: transparent;
    }
    .site-header.is-scrolled .site-lang-bar::before {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 100vw;
      top: 0;
      bottom: 0;
      background: var(--brand-900);
      box-shadow: inset 0 -1px 0 rgba(100, 168, 203, 0.22);
      z-index: 0;
      pointer-events: none;
    }
    .site-header.is-scrolled .site-lang-bar > * {
      position: relative;
      z-index: 1;
    }
    .site-lang-bar .site-lang-switch {
      width: auto;
      max-width: none;
      flex: 0 0 auto;
      margin: 0;
    }
    .site-oil-quote {
      display: inline-flex;
      align-items: center;
      gap: 0.48rem;
      font-size: 0.68rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.9);
      white-space: nowrap;
      font-weight: 700;
    }
    .site-oil-quote-value {
      letter-spacing: 0.02em;
      font-weight: 800;
      color: #fff;
    }
    .site-oil-quote-value.is-up { color: #9ff1b0; }
    .site-oil-quote-value.is-down { color: #ffb7b7; }
    .site-header.is-scrolled .site-oil-quote { color: rgba(14, 50, 72, 0.76); }
    .site-header.is-scrolled .site-oil-quote-value { color: #0e3248; }
    .site-header.is-scrolled .site-oil-quote-value.is-up { color: #1b8f43; }
    .site-header.is-scrolled .site-oil-quote-value.is-down { color: #bb3434; }

    /* Com header no fundo branco: faixa azul; textos claros na barra. */
    .site-header.is-scrolled .site-lang-bar .site-oil-quote {
      color: rgba(255, 255, 255, 0.9);
    }
    .site-header.is-scrolled .site-lang-bar .site-oil-quote-value {
      color: #fff;
    }
    .site-header.is-scrolled .site-lang-bar .site-oil-quote-value.is-up {
      color: #9ff1b0;
    }
    .site-header.is-scrolled .site-lang-bar .site-oil-quote-value.is-down {
      color: #ffb7b7;
    }
    .site-header.is-scrolled .site-lang-bar .site-lang-link,
    .site-header.is-scrolled .site-lang-bar .site-lang-btn {
      color: rgba(255, 255, 255, 0.82);
    }
    .site-header.is-scrolled .site-lang-bar .site-lang-link:hover,
    .site-header.is-scrolled .site-lang-bar .site-lang-btn:hover {
      color: #fff;
    }
    .site-header.is-scrolled .site-lang-bar .site-lang-link.is-active,
    .site-header.is-scrolled .site-lang-bar .site-lang-btn.is-active {
      color: #0e3248;
      background: #fff;
      box-shadow: 0 6px 12px rgba(14, 50, 72, 0.16);
    }
    .site-header.is-scrolled .site-lang-bar .site-lang-sep {
      color: rgba(255, 255, 255, 0.6);
    }

    /* Header mobile: mesmas regras extras de sse-global-solutions.html (@media 900 + 600). */
    @media (max-width: 900px) {
      .site-lang-bar {
        justify-content: space-between;
        gap: 0.4rem;
        font-size: 0.74rem;
      }
      .site-oil-quote {
        flex: 1;
        min-width: 0;
        font-size: 0.72rem;
        gap: 0.38rem;
        letter-spacing: 0.055em;
      }
      .site-oil-quote-value {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
      .site-header.is-scrolled .site-lang-bar {
        margin-top: 0.45rem;
      }
    }

    @media (max-width: 600px) {
      .site-lang-bar {
        font-size: 0.8rem;
      }
      .site-oil-quote {
        font-size: 0.78rem;
        gap: 0.42rem;
      }
    }

    /* Home: #hero usa .hero mas não o layout de página de serviço definido em service-pages-shared.css */
    .hero {
      position: relative;
      min-height: 100vh;
      isolation: isolate;
      overflow: hidden;
      display: block;
      padding: 0;
      align-items: initial;
      background-image: none;
      background-size: auto;
      background-position: initial;
    }

    .hero-bg {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      opacity: 0.12;
      filter: blur(8px) scale(1.02);
      transition: opacity 0.75s ease, filter 0.75s ease;
      z-index: -3;
    }

    .hero-bg.is-visible {
      opacity: 1;
      filter: blur(0) scale(1);
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.7));
      z-index: -2;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 70% 35%, rgba(255, 255, 255, 0.08), transparent 45%);
      z-index: -1;
    }

    @keyframes heroReveal {
      from { opacity: 0; filter: blur(12px); transform: translateY(16px); }
      to { opacity: 1; filter: blur(0); transform: translateY(0); }
    }

    @keyframes heroTitleSlideIn {
      from { opacity: 0; filter: blur(14px); transform: translateY(20px); }
      to { opacity: 1; filter: blur(0); transform: translateY(0); }
    }

    .hero-inner {
      width: min(1240px, 100%);
      margin: 0 auto;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 1.75rem;
      padding: 7.4rem 1.6rem 2.4rem;
      text-align: center;
    }

    .hero-heading-stack {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.45rem;
      width: 100%;
      max-width: min(1080px, 100%);
      margin: 0 auto;
    }

    /* Rótulo no topo da hero — texto simples, sem pílula (evita classe *badge* na section — regra global) */
    .hero-pill {
      display: block;
      text-transform: uppercase;
      letter-spacing: 0.14em;
      font-size: 0.72rem;
      font-weight: 600;
      color: var(--muted);
      animation: heroReveal 0.9s ease-out 0.3s both;
    }

    .hero-content {
      width: 100%;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 1.35rem;
    }

    .hero h1 {
      font-size: clamp(1.65rem, 4.2vw, 3.15rem);
      line-height: 1.12;
      font-weight: 500;
      max-width: min(52rem, 100%);
      margin: 0 auto;
      text-align: center;
      text-wrap: balance;
      animation: heroReveal 1s ease-out 0.45s both;
    }

    .hero h1.is-entering {
      animation: heroTitleSlideIn 0.62s cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    .hero-support {
      max-width: min(40rem, 100%);
      width: 100%;
      display: grid;
      gap: 1.1rem;
      justify-items: center;
      animation: heroReveal 1s ease-out 0.62s both;
    }

    .hero-subtitle {
      font-size: 0.85rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.68);
      text-align: center;
    }

    .hero-support p {
      font-size: 1.05rem;
      color: var(--muted);
      line-height: 1.45;
      text-align: center;
      max-width: 52ch;
      margin: 0 auto;
    }

    .hero-buttons {
      display: flex;
      gap: 0.75rem;
      flex-wrap: wrap;
      justify-content: center;
    }

    .hero-buttons .cta-pill:nth-child(1) {
      animation: heroReveal 0.9s ease-out 0.8s both;
    }

    .hero-buttons .cta-pill:nth-child(2) {
      animation: heroReveal 0.9s ease-out 0.98s both;
    }

    .hero-dynamic {
      transition: opacity 0.45s ease, filter 0.45s ease, transform 0.45s ease;
      will-change: opacity, transform, filter;
    }

    .hero.is-transitioning .hero-dynamic {
      opacity: 0.26;
      filter: blur(10px);
      transform: translateY(14px);
    }

    .cta-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.85rem 1.65rem;
      border-radius: 999px;
      font-size: 0.95rem;
      font-weight: 600;
      font-family: inherit;
      text-decoration: none;
      cursor: pointer;
      color: var(--brand-900);
      background: var(--brand-500);
      border: 1px solid rgba(255, 255, 255, 0.2);
      box-shadow: 0 10px 28px rgba(3, 61, 92, 0.35);
      transition: all 0.2s ease;
    }

    .cta-pill:hover {
      background: var(--brand-700);
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 14px 34px rgba(3, 61, 92, 0.45);
    }

    /* CTA em pílula com “onda” (mesmo padrão do banner em quem-somos) */
    .cta-pill.cta-wave {
      --tg-theme-primary: var(--brand-700);
      --tg-color-white-default: var(--brand-900);
      --tg-heading-color: #ffffff;
      user-select: none;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      z-index: 1;
      border: none;
      box-shadow: none;
      background: var(--tg-theme-primary);
      color: var(--tg-heading-color);
      padding: 0.95rem 1.85rem;
      font-size: 1rem;
      font-weight: 600;
      letter-spacing: 0.01em;
      text-transform: none;
      text-decoration: none;
      gap: 0.45rem;
      transition:
        opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.78s cubic-bezier(0.22, 1, 0.36, 1),
        background 0.3s ease-out,
        color 0.3s ease-out,
        border-color 0.3s ease-out,
        box-shadow 0.3s ease-out;
    }
    .cta-pill.cta-wave::before {
      content: "";
      position: absolute;
      transition-duration: 800ms;
      width: 200%;
      height: 200%;
      top: 110%;
      left: 50%;
      background: var(--tg-color-white-default);
      transform: translateX(-50%);
      border-radius: 50%;
      z-index: -1;
    }
    .cta-pill.cta-wave:visited,
    .cta-pill.cta-wave:hover,
    .cta-pill.cta-wave:focus,
    .cta-pill.cta-wave:focus-visible,
    .cta-pill.cta-wave:active {
      background: var(--tg-theme-primary);
      color: #ffffff;
      text-decoration: none;
      box-shadow: none;
      transform: none;
    }
    .cta-pill.cta-wave:hover::before,
    .cta-pill.cta-wave:focus::before,
    .cta-pill.cta-wave:focus-visible::before,
    .cta-pill.cta-wave:active::before {
      top: -40%;
    }
    .cta-pill.cta-wave .why-btn-icon {
      width: 16px;
      height: 16px;
      flex: 0 0 16px;
    }

    .cta-pill--outline {
      background: rgba(0, 0, 0, 0.28);
      color: #fff;
      border-color: rgba(255, 255, 255, 0.42);
      box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
    }

    .cta-pill--outline:hover {
      background: rgba(100, 168, 203, 0.22);
      color: #fff;
      border-color: var(--brand-500);
      box-shadow: 0 12px 28px rgba(3, 61, 92, 0.35);
    }
    .hero-buttons .cta-pill {
      background: var(--brand-700);
      color: #ffffff;
      border-color: rgba(100, 168, 203, 0.46);
      position: relative;
      overflow: hidden;
      z-index: 1;
      transition: all 0.3s ease-out;
    }
    .hero-buttons .cta-pill::before {
      content: "";
      position: absolute;
      transition-duration: 800ms;
      width: 200%;
      height: 200%;
      top: 110%;
      left: 50%;
      background: var(--brand-900);
      transform: translateX(-50%);
      border-radius: 50%;
      z-index: -1;
    }
    .hero-buttons .cta-pill:hover,
    .hero-buttons .cta-pill:focus,
    .hero-buttons .cta-pill:focus-visible,
    .hero-buttons .cta-pill:active {
      background: var(--brand-700);
      color: #ffffff;
      box-shadow: 0 14px 34px rgba(3, 61, 92, 0.45);
    }
    .hero-buttons .cta-pill:hover::before,
    .hero-buttons .cta-pill:focus::before,
    .hero-buttons .cta-pill:focus-visible::before,
    .hero-buttons .cta-pill:active::before {
      top: -40%;
    }
    .hero-buttons .cta-pill--outline {
      background: rgba(0, 0, 0, 0.28);
      color: #fff;
      border-color: rgba(255, 255, 255, 0.42);
      box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
    }
    .hero-buttons .cta-pill--outline::before {
      content: none;
    }
    .hero-buttons .cta-pill--outline:hover,
    .hero-buttons .cta-pill--outline:focus,
    .hero-buttons .cta-pill--outline:focus-visible,
    .hero-buttons .cta-pill--outline:active {
      border-color: #d5efff;
      background: rgba(7, 49, 74, 0.62);
      color: #fff;
      box-shadow: 0 10px 24px rgba(2, 19, 30, 0.35);
      transform: translateY(-1px);
    }

    .hero-nav {
      display: flex;
      justify-content: center;
      gap: 0.6rem;
      width: 100%;
      max-width: min(1080px, 100%);
      z-index: 3;
    }

    .hero-nav-btn {
      width: 46px;
      height: 46px;
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      background: rgba(0, 0, 0, 0.36);
      color: #fff;
      font-size: 1.2rem;
      cursor: pointer;
      display: grid;
      place-items: center;
      backdrop-filter: blur(6px);
      transition: all 0.3s ease-out;
      position: relative;
      overflow: hidden;
      z-index: 1;
    }

    .hero-nav-btn::before {
      content: "";
      position: absolute;
      transition-duration: 800ms;
      width: 200%;
      height: 200%;
      top: 110%;
      left: 50%;
      background: rgba(7, 49, 74, 0.62);
      transform: translateX(-50%);
      border-radius: 50%;
      z-index: -1;
    }

    .hero-nav-btn:hover {
      border-color: #d5efff;
      background: rgba(0, 0, 0, 0.36);
      color: #fff;
      box-shadow: 0 10px 24px rgba(2, 19, 30, 0.35);
      transform: translateY(-1px);
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
    }

    .hero-nav-btn:hover::before,
    .hero-nav-btn:focus::before,
    .hero-nav-btn:focus-visible::before,
    .hero-nav-btn:active::before {
      top: -40%;
    }

    .logos-loop {
      background: #ffffff;
      border-top: none;
      border-bottom: none;
      padding: 1.1rem 0;
      overflow: hidden;
      position: relative;
    }

    .logos-track {
      display: flex;
      align-items: center;
      width: max-content;
      gap: 3.8rem;
      animation: logoMarquee 56s linear infinite;
      padding-inline: 1.8rem;
    }

    .logos-track img {
      width: 132px;
      height: 40px;
      object-fit: contain;
      opacity: 1;
      filter: none;
    }

    @keyframes logoMarquee {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }

    /* SERVIÇOS 2 — fundo claro; cards e hierarquia iguais ao tema escuro anterior */
    .srv2-section {
      --srv2-bg: #ffffff;
      --srv2-card: #ffffff;
      --srv2-accent: var(--brand-500);
      --srv2-gap: 1.25rem;
      background: var(--srv2-bg);
      color: #0b0f14;
      padding: clamp(3rem, 6vw, 5rem) 0 clamp(3.25rem, 5vw, 4.5rem);
    }
    .srv2-inner {
      width: min(1240px, 100%);
      margin: 0 auto;
      padding: 0 1.6rem;
      background: var(--brand-900);
      border-radius: 22px;
      border: 1px solid rgba(18, 50, 75, 0.18);
      box-shadow: 0 18px 42px rgba(6, 28, 46, 0.14);
      padding-top: clamp(1.25rem, 2.6vw, 2rem);
      padding-right: clamp(1rem, 2.4vw, 1.6rem);
      padding-bottom: clamp(1.35rem, 2.8vw, 2rem);
      padding-left: clamp(1rem, 2.4vw, 1.6rem);
    }
    .srv2-head {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      justify-content: space-between;
      gap: 1.5rem;
      margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
    }
    .srv2-badge {
      display: inline-flex;
      align-items: center;
      padding: 0.35rem 0.85rem;
      border: 1px solid var(--brand-700);
      border-radius: 999px;
      font-size: 0.68rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--brand-900);
      background: rgba(100, 168, 203, 0.12);
      margin-bottom: 0.85rem;
    }
    .srv2-title {
      font-size: clamp(1.9rem, 4.2vw, 3.15rem);
      font-weight: 700;
      line-height: 1.04;
      letter-spacing: -0.02em;
      color: #ffffff;
      text-transform: uppercase;
    }
    .srv2-accent {
      color: var(--srv2-accent);
    }
    .srv2-arrows {
      display: flex;
      gap: 0.55rem;
      flex-shrink: 0;
    }
    .srv2-nav-btn {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.95);
      background: #ffffff;
      color: var(--brand-700);
      cursor: pointer;
      display: grid;
      place-items: center;
      box-shadow: 0 6px 16px rgba(2, 19, 30, 0.12);
      transition: all 0.3s ease-out;
      position: relative;
      overflow: hidden;
      z-index: 1;
    }
    .srv2-nav-btn::before {
      content: "";
      position: absolute;
      transition-duration: 800ms;
      width: 200%;
      height: 200%;
      top: 110%;
      left: 50%;
      background: var(--brand-900);
      transform: translateX(-50%);
      border-radius: 50%;
      z-index: -1;
    }
    .srv2-nav-btn svg {
      width: 20px;
      height: 20px;
    }
    .srv2-nav-btn:hover {
      border-color: #ffffff;
      background: #ffffff;
      color: #fff;
      box-shadow: 0 10px 24px rgba(2, 19, 30, 0.35);
      transform: translateY(-1px);
    }
    .srv2-nav-btn:hover::before,
    .srv2-nav-btn:focus::before,
    .srv2-nav-btn:focus-visible::before,
    .srv2-nav-btn:active::before {
      top: -40%;
    }
    .srv2-head .srv2-badge {
      color: #d5efff;
      border-color: rgba(213, 239, 255, 0.62);
      background: rgba(255, 255, 255, 0.12);
    }
    .srv2-head .srv2-accent {
      color: #d5efff;
    }
    .srv2-viewport {
      overflow-x: auto;
      overflow-y: hidden;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      scrollbar-width: none;
      -ms-overflow-style: none;
      margin-inline: -1.6rem;
      padding-inline: 1.6rem;
    }
    .srv2-viewport::-webkit-scrollbar {
      display: none;
    }
    .srv2-track {
      display: flex;
      gap: var(--srv2-gap);
      padding-bottom: 0.25rem;
    }
    .srv2-card {
      flex: 0 0 calc((100% - 2 * var(--srv2-gap)) / 3);
      min-width: 0;
      scroll-snap-align: start;
      scroll-margin-top: 5.5rem;
      background: var(--srv2-card);
      border: 1px solid rgba(18, 50, 75, 0.14);
      border-radius: 18px;
      padding: 1.35rem 1.35rem 0.2rem;
      display: flex;
      flex-direction: column;
      min-height: 295px;
      color: #12324b;
    }
    .srv2-card-top {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0.75rem;
      flex: 1;
    }
    .srv2-icon {
      color: var(--brand-700);
      width: 55px;
      height: 55px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .srv2-icon svg {
      width: 36px;
      height: 36px;
    }
    .srv2-card-title {
      font-size: 1.12rem;
      font-weight: 700;
      letter-spacing: -0.01em;
      color: #12324b;
    }
    .srv2-card-desc {
      font-size: 0.88rem;
      line-height: 1.5;
      color: #365267;
      margin: 0;
    }
    /* Pill clara no card (inverso do tema escuro do card) */
    .srv2-section .srv2-cta {
      margin-top: 0.15rem;
      padding: 0.62rem 1.2rem;
      font-size: 0.82rem;
      font-weight: 600;
      background: var(--brand-700);
      color: #ffffff;
      border: 1px solid rgba(255, 255, 255, 0.28);
      box-shadow: 0 6px 16px rgba(3, 61, 92, 0.28);
      position: relative;
      overflow: hidden;
      z-index: 1;
      text-decoration: none;
      transition: all 0.3s ease-out;
    }
    .srv2-section .srv2-cta::before {
      content: "";
      position: absolute;
      transition-duration: 800ms;
      width: 200%;
      height: 200%;
      top: 110%;
      left: 50%;
      background: var(--brand-900);
      transform: translateX(-50%);
      border-radius: 50%;
      z-index: -1;
    }
    .srv2-section .srv2-cta:visited,
    .srv2-section .srv2-cta:hover,
    .srv2-section .srv2-cta:focus,
    .srv2-section .srv2-cta:focus-visible,
    .srv2-section .srv2-cta:active {
      background: var(--brand-700);
      color: #ffffff;
      text-decoration: none;
      box-shadow: none;
      transform: none;
    }
    .srv2-section .srv2-cta:hover::before,
    .srv2-section .srv2-cta:focus::before,
    .srv2-section .srv2-cta:focus-visible::before,
    .srv2-section .srv2-cta:active::before {
      top: -40%;
    }
    .srv2-illus {
      display: none;
    }
    .srv2-illus svg {
      width: 100%;
      max-width: 220px;
      height: auto;
    }

    .srv2-section.srv2-animate .srv2-head-text,
    .srv2-section.srv2-animate .srv2-arrows,
    .srv2-section.srv2-animate .srv2-card {
      opacity: 0.26;
      transform: translate3d(0, 26px, 0) scale(0.985);
      filter: blur(8px);
      transition:
        opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.78s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.68s ease;
      will-change: opacity, transform, filter;
    }

    .srv2-section.srv2-animate.is-visible .srv2-head-text,
    .srv2-section.srv2-animate.is-visible .srv2-arrows,
    .srv2-section.srv2-animate.is-visible .srv2-card {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1);
      filter: blur(0);
    }

    .srv2-section.srv2-animate .srv2-head-text {
      transition-delay: 0.02s;
    }

    .srv2-section.srv2-animate .srv2-arrows {
      transition-delay: 0.14s;
    }

    .srv2-section.srv2-animate .srv2-card:nth-child(1) { transition-delay: 0.18s; }
    .srv2-section.srv2-animate .srv2-card:nth-child(2) { transition-delay: 0.26s; }
    .srv2-section.srv2-animate .srv2-card:nth-child(3) { transition-delay: 0.34s; }
    .srv2-section.srv2-animate .srv2-card:nth-child(4) { transition-delay: 0.42s; }
    .srv2-section.srv2-animate .srv2-card:nth-child(5) { transition-delay: 0.5s; }
    .srv2-section.srv2-animate .srv2-card:nth-child(6) { transition-delay: 0.58s; }
    /* Desktop: só 3 cards visíveis; os 6 na faixa — scroll horizontal (setas = 1 card) */
    @media (min-width: 901px) {
      .srv2-viewport {
        container-type: inline-size;
        container-name: srv2;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        margin-inline: 0;
        padding-inline: 0;
        scrollbar-width: none;
        -ms-overflow-style: none;
      }
      .srv2-viewport::-webkit-scrollbar {
        display: none;
      }
      .srv2-track {
        display: flex;
        gap: var(--srv2-gap);
        width: max-content;
        min-width: 100%;
        padding-bottom: 0.25rem;
      }
      .srv2-card {
        flex: 0 0 calc((100cqi - 2 * var(--srv2-gap)) / 3);
        min-width: 0;
        scroll-snap-align: start;
      }
      @supports not (width: 1cqi) {
        .srv2-card {
          flex: 0 0 calc((min(1240px, 100vw) - 3.2rem - 2 * var(--srv2-gap)) / 3);
        }
      }
    }
    @media (max-width: 900px) {
      /* Serviços: faixa branca lateral some — secção inteira na cor do bloco + mais ar no conteúdo */
      body > section.srv2-section {
        padding-left: 0;
        padding-right: 0;
        background: var(--brand-900);
        color: rgba(255, 255, 255, 0.92);
      }
      body > section.srv2-section .srv2-inner {
        min-width: 0;
        width: 100%;
        max-width: none;
        margin: 0;
        background: transparent;
        border: none;
        box-shadow: none;
        border-radius: 0;
        padding-top: clamp(1.85rem, 5vw, 2.5rem);
        padding-bottom: clamp(2rem, 5.5vw, 2.85rem);
        padding-left: max(1.2rem, env(safe-area-inset-left, 0px));
        padding-right: max(1.2rem, env(safe-area-inset-right, 0px));
      }
      .srv2-head {
        flex-direction: column;
        align-items: stretch;
        gap: 1.1rem;
        margin-bottom: clamp(1.35rem, 3.5vw, 2rem);
      }
      .srv2-arrows {
        align-self: flex-end;
      }
      .srv2-title {
        max-width: none;
      }
      .srv2-viewport {
        container-type: inline-size;
        container-name: srv2;
        margin-inline: 0;
        padding-inline: 0;
        padding-bottom: 0.35rem;
      }
      .srv2-track {
        gap: clamp(1rem, 3vw, 1.35rem);
        padding-bottom: 0.5rem;
      }
      .srv2-card {
        flex: 0 0 min(300px, 100cqi);
        min-height: 0;
        padding: 1.45rem 1.35rem 1.1rem;
        scroll-margin-top: 4.5rem;
      }
      @supports not (width: 1cqi) {
        .srv2-card {
          flex: 0 0 min(300px, 100%);
        }
      }

      .why-container {
        min-width: 0;
        gap: clamp(1.5rem, 4vw, 2rem);
      }
      .why-title {
        max-width: none;
        margin-bottom: 1.1rem;
      }
      .why-point-text {
        max-width: none;
      }
      .why-media {
        width: 100%;
        max-width: min(440px, 100%);
        margin-inline: auto;
      }
      .why-media-frame {
        width: 100%;
        max-width: min(440px, 100%);
        margin-inline: auto;
      }
      .why-btn {
        white-space: normal;
        text-align: center;
        padding: 14px 22px;
        letter-spacing: 0.08em;
        line-height: 1.25;
      }
    }
    @media (max-width: 600px) {
      .srv2-head {
        align-items: stretch;
      }
      .srv2-title {
        font-size: clamp(1.45rem, 6.5vw, 1.85rem);
      }
    }
    @media (max-width: 480px) {
      .why-section .why-point {
        grid-template-columns: 1fr;
        gap: 0.65rem;
      }
      .why-section .why-icon {
        margin-top: 0;
      }
    }

    /* BANNER CTA — fundo com vídeo YouTube (7aAVu745OWE) + overlay para contraste */
    .banner-cta {
      position: relative;
      isolation: isolate;
      min-height: min(72vh, 640px);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: clamp(3.5rem, 10vw, 6rem) 1.6rem;
      text-align: center;
      color: #fff;
      overflow: hidden;
      background: #0b0f14;
    }
    .banner-cta-video-wrap {
      position: absolute;
      inset: 0;
      z-index: 0;
      overflow: hidden;
      pointer-events: none;
    }
    .banner-cta-yt-root {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
    }
    .banner-cta-video-wrap iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 177.78vh;
      min-width: 100%;
      min-height: 100%;
      height: 56.25vw;
      max-width: none;
      border: 0;
      transform: translate(-50%, -50%);
    }
    .banner-cta::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(
        180deg,
        rgba(3, 61, 92, 0.78) 0%,
        rgba(11, 15, 20, 0.72) 45%,
        rgba(11, 15, 20, 0.88) 100%
      );
      pointer-events: none;
    }
    .banner-cta-inner {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 900px;
    }
    .banner-cta-title { font-size: clamp(1.85rem, 4.2vw, 3.1rem); font-weight: 600; line-height: 1.12; }
    .banner-cta-text { font-size: clamp(1rem, 2vw, 1.15rem); line-height: 1.45; color: rgba(255, 255, 255, 0.88); max-width: 52ch; margin: 1.35rem auto; }

    /* ABOUT SECTION — layout inspirado na referência enviada */
    .about-section {
      background: linear-gradient(180deg, #f6f8fb 0%, #f3f6f9 100%);
      color: #0b0f14;
      padding: clamp(4rem, 8vw, 6rem) 0;
    }
    .about-container {
      width: min(1240px, 100%);
      margin: 0 auto;
      padding: 0 1.6rem;
      display: grid;
      grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
      gap: clamp(1.6rem, 3.2vw, 3.2rem);
      align-items: start;
    }
    .about-visual-frame {
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 24px 54px rgba(3, 61, 92, 0.18);
      border: 1px solid rgba(3, 61, 92, 0.18);
      background: #dbe7ef;
    }
    .about-visual-frame img {
      width: 100%;
      height: clamp(320px, 50vw, 560px);
      object-fit: cover;
      display: block;
    }
    .about-content-col {
      padding-top: 0.35rem;
    }
    .about-title {
      font-size: clamp(1.9rem, 4.2vw, 3.15rem);
      font-weight: 700;
      line-height: 1.04;
      letter-spacing: -0.02em;
      margin-bottom: 1.25rem;
      text-transform: uppercase;
      color: #12324b;
    }
    .about-copy {
      font-size: clamp(1rem, 1.45vw, 1.18rem);
      line-height: 1.62;
      color: #304a5d;
      font-style: italic;
      margin-bottom: 0.9rem;
      max-width: 58ch;
    }
    .about-copy--lead {
      color: #1f3f5a;
      font-weight: 600;
    }
    .institutional-video-section {
      background: #eef2f6;
      padding: clamp(2.4rem, 5vw, 4rem) 0;
    }
    .institutional-video-inner {
      width: min(1240px, 100%);
      margin: 0 auto;
      padding: 0;
    }
    .institutional-video-card {
      position: relative;
      overflow: hidden;
      min-height: clamp(320px, 45vw, 500px);
      border-radius: 20px;
      border: 1px solid rgba(3, 61, 92, 0.18);
      box-shadow: 0 24px 54px rgba(3, 61, 92, 0.18);
      background:
        linear-gradient(100deg, rgba(4, 10, 19, 0.58) 0%, rgba(5, 12, 21, 0.25) 42%, rgba(6, 14, 26, 0.7) 100%),
        url("../img/Imagens - SSE GROUP (13).webp") center/cover no-repeat;
      display: flex;
      align-items: flex-start;
      justify-content: flex-end;
      padding: clamp(1rem, 2.2vw, 1.6rem) 0 clamp(1.6rem, 4vw, 3rem) clamp(1.2rem, 3vw, 2.2rem);
      isolation: isolate;
    }
    .institutional-video-copy {
      width: min(420px, 36%);
      max-width: 420px;
      text-align: left;
      color: #fff;
      margin-left: 0;
      margin-right: auto;
    }
    .institutional-video-kicker {
      display: inline-flex;
      align-items: center;
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.94);
      margin-bottom: 0.78rem;
      background: rgba(100, 168, 203, 0.22);
      border: 1px solid rgba(100, 168, 203, 0.46);
      border-radius: 999px;
      padding: 0.34rem 0.72rem;
      width: fit-content;
    }
    .institutional-video-title {
      font-size: clamp(1.6rem, 3.4vw, 2.6rem);
      line-height: 1.02;
      letter-spacing: -0.02em;
      margin-bottom: 0.9rem;
      text-transform: uppercase;
      max-width: 24ch;
    }
    .institutional-video-text {
      font-size: clamp(0.98rem, 1.35vw, 1.16rem);
      line-height: 1.5;
      color: rgba(228, 238, 250, 0.95);
      max-width: 38ch;
      margin-bottom: 1.2rem;
    }
    .institutional-video-play {
      width: 56px;
      height: 56px;
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, 0.76);
      background: rgba(8, 19, 35, 0.42);
      cursor: pointer;
      display: inline-grid;
      place-items: center;
      transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
      margin: 0 auto;
    }
    .institutional-video-play::before {
      content: "";
      border-style: solid;
      border-width: 9px 0 9px 14px;
      border-color: transparent transparent transparent #fff;
      margin-left: 3px;
    }
    .institutional-video-play:hover,
    .institutional-video-play:focus-visible {
      transform: translateY(-1px) scale(1.03);
      background: rgba(11, 31, 56, 0.72);
      box-shadow: 0 0 0 4px rgba(163, 198, 233, 0.22);
    }
    .video-modal {
      position: fixed;
      inset: 0;
      z-index: 1200;
      display: none;
      place-items: center;
      background: rgba(3, 9, 17, 0.84);
      padding: 1.2rem;
    }
    .video-modal.is-open {
      display: grid;
    }
    .video-modal-dialog {
      width: min(980px, 100%);
      border-radius: 14px;
      overflow: hidden;
      background: #091526;
      border: 1px solid rgba(148, 185, 216, 0.36);
      box-shadow: 0 26px 60px rgba(0, 0, 0, 0.48);
    }
    .video-modal-close {
      width: 100%;
      border: 0;
      background: #0f243b;
      color: #fff;
      font-size: 0.86rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      font-weight: 700;
      padding: 0.78rem 1rem;
      cursor: pointer;
      text-align: right;
    }
    .video-modal-frame-wrap {
      aspect-ratio: 16 / 9;
      width: 100%;
    }
    .video-modal-frame {
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
    }
    .about-anim {
      opacity: 0.26;
      transform: translateY(24px);
      transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
                  transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
      will-change: opacity, transform;
    }
    .about-anim.is-visible {
      opacity: 1;
      transform: translateY(0);
    }
    .about-metrics {
      margin-top: 2.1rem;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: clamp(1rem, 2vw, 2rem);
    }
    .about-metric {
      padding-top: 0.15rem;
    }
    .about-metric-value {
      font-size: clamp(2.4rem, 4vw, 3.2rem);
      font-weight: 700;
      font-family: "Inter", "Segoe UI", Arial, sans-serif;
      font-variant-numeric: tabular-nums lining-nums;
      line-height: 0.95;
      color: var(--brand-900);
      letter-spacing: -0.025em;
      margin-bottom: 0.62rem;
    }
    .about-metric-text {
      font-size: clamp(0.98rem, 1.2vw, 1.1rem);
      line-height: 1.42;
      color: #2a4662;
      margin-bottom: 0.78rem;
    }
    .about-metric-track {
      position: relative;
      width: 100%;
      height: 2px;
      background: rgba(35, 105, 150, 0.2);
      overflow: hidden;
    }
    .about-metric-track::before {
      content: "";
      position: absolute;
      inset: 0 auto 0 0;
      width: var(--metric-progress, 0%);
      background: var(--brand-500);
    }
    .about-global-home-section {
      background: linear-gradient(180deg, #f6f8fb 0%, #f3f6f9 100%);
      color: #0b0f14;
      padding: clamp(3.4rem, 6vw, 5rem) 0;
    }
    .about-global-home-container {
      width: min(1240px, 100%);
      margin: 0 auto;
      padding: 0 1.6rem;
      display: grid;
      grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
      gap: clamp(1.4rem, 3vw, 3rem);
      align-items: start;
    }
    .about-global-home-visual-frame {
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 24px 54px rgba(3, 61, 92, 0.18);
      border: 1px solid rgba(3, 61, 92, 0.18);
      background: #dbe7ef;
    }
    .about-global-home-visual-frame img {
      width: 100%;
      height: clamp(320px, 50vw, 560px);
      object-fit: cover;
      display: block;
    }
    .about-global-home-content-col {
      padding-top: 0.35rem;
    }
    .about-global-home-kicker {
      display: inline-flex;
      align-items: center;
      padding: 0.35rem 0.85rem;
      border: 1px solid var(--brand-700);
      border-radius: 999px;
      font-size: 0.68rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--brand-900);
      background: rgba(100, 168, 203, 0.12);
      margin-bottom: 0.85rem;
    }
    .about-global-home-title {
      font-size: clamp(1.9rem, 4.2vw, 3.15rem);
      font-weight: 700;
      line-height: 1.04;
      letter-spacing: -0.02em;
      margin-bottom: 1.1rem;
      text-transform: uppercase;
      color: #12324b;
    }
    .about-global-home-copy {
      font-size: clamp(1rem, 1.42vw, 1.16rem);
      line-height: 1.6;
      color: #304a5d;
      margin-bottom: 0.84rem;
      max-width: 58ch;
      font-style: italic;
    }
    .about-global-home-copy--lead {
      color: #1f3f5a;
      font-weight: 600;
    }
    .about-global-home-actions {
      margin-top: 1.2rem;
    }
    .mvv-section {
      background: linear-gradient(180deg, #f6f8fb 0%, #f3f6f9 100%);
      padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(4rem, 7vw, 5.5rem);
    }
    .mvv-container {
      width: min(1240px, 100%);
      margin: 0 auto;
      padding: 0 1.6rem;
      display: grid;
      grid-template-columns: minmax(280px, 1.35fr) minmax(280px, 1fr);
      gap: clamp(1rem, 2vw, 1.4rem);
    }
    .mvv-left-card {
      position: relative;
      --mx: 50%;
      --my: 50%;
      min-height: clamp(320px, 38vw, 460px);
      border-radius: 12px;
      overflow: hidden;
      border: 1px solid rgba(100, 168, 203, 0.3);
      box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
      isolation: isolate;
    }
    .mvv-left-card .mvv-glow {
      position: absolute;
      inset: 0;
      z-index: 2;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.28s ease;
      background: radial-gradient(
        220px circle at var(--mx) var(--my),
        rgba(255, 255, 255, 0.24) 0%,
        rgba(255, 255, 255, 0.1) 26%,
        rgba(255, 255, 255, 0) 60%
      );
      mix-blend-mode: screen;
    }
    .mvv-left-card.is-glow-active .mvv-glow {
      opacity: 1;
    }
    .mvv-left-card::after {
      content: "↗";
      position: absolute;
      top: 14px;
      right: 16px;
      width: 55px;
      height: 55px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      font-size: 1.2rem;
      font-weight: 700;
      color: #ffffff;
      background: rgba(8, 24, 51, 0.52);
      border: 1px solid rgba(255, 255, 255, 0.32);
      z-index: 3;
    }
    .mvv-left-card::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(
        180deg,
        rgba(35, 105, 150, 0.42) 0%,
        rgba(3, 61, 92, 0.72) 58%,
        rgba(3, 61, 92, 0.84) 100%
      );
    }
    .mvv-left-card img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .mvv-left-content {
      position: relative;
      z-index: 2;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: clamp(1.15rem, 2.2vw, 1.7rem);
    }
    .mvv-tag {
      display: inline-flex;
      align-items: center;
      font-size: 0.65rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.94);
      margin-bottom: 0.78rem;
      font-weight: 700;
      background: rgba(100, 168, 203, 0.22);
      border: 1px solid rgba(100, 168, 203, 0.46);
      border-radius: 999px;
      padding: 0.34rem 0.72rem;
      width: fit-content;
    }
    .mvv-left-title {
      font-size: clamp(1.45rem, 2.5vw, 2.2rem);
      line-height: 1.12;
      color: #ffffff;
      margin-bottom: 0.9rem;
      max-width: 22ch;
      letter-spacing: -0.02em;
    }
    .mvv-left-text {
      color: rgba(225, 236, 248, 0.9);
      line-height: 1.5;
      font-size: clamp(0.9rem, 1.2vw, 1.02rem);
      max-width: 52ch;
      margin-bottom: 1rem;
    }
    .mvv-cta {
      width: fit-content;
    }
    .mvv-cta.why-btn {
      border-radius: 999px;
      padding: 0.9rem 1.55rem;
      font-size: 0.95rem;
      letter-spacing: 0.01em;
      font-weight: 600;
      text-transform: none;
      gap: 0.7rem;
      background: transparent;
      border: 1px solid rgba(100, 168, 203, 0.46);
      box-shadow: none;
    }
    .mvv-cta.why-btn .why-btn-icon {
      width: 16px;
      height: 16px;
      flex: 0 0 16px;
    }
    .mvv-cta.why-btn:hover,
    .mvv-cta.why-btn:focus,
    .mvv-cta.why-btn:focus-visible,
    .mvv-cta.why-btn:active {
      border-color: transparent;
    }
    .mvv-right {
      display: grid;
      grid-template-rows: 1fr 1fr;
      gap: clamp(1rem, 1.7vw, 1.3rem);
    }
    .mvv-mini-card {
      --mx: 50%;
      --my: 50%;
      --mvv-hover-image: none;
      border-radius: 12px;
      padding: clamp(1.1rem, 2vw, 1.45rem);
      border: 1px solid rgba(100, 168, 203, 0.3);
      box-shadow: 0 10px 22px rgba(7, 25, 47, 0.15);
      position: relative;
      overflow: hidden;
      min-height: 190px;
    }
    .mvv-mini-card::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      opacity: 0;
      transform: scale(1.04);
      transition: opacity 0.32s ease, transform 0.45s ease;
      background-image: var(--mvv-hover-image);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    .mvv-mini-card:hover::before,
    .mvv-mini-card.is-glow-active::before {
      opacity: 0.26;
      transform: scale(1.04);
    }
    .mvv-mini-card .mvv-glow {
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.28s ease;
      background: radial-gradient(
        180px circle at var(--mx) var(--my),
        rgba(255, 255, 255, 0.34) 0%,
        rgba(255, 255, 255, 0.16) 24%,
        rgba(255, 255, 255, 0) 58%
      );
      mix-blend-mode: screen;
    }
    .mvv-mini-card.is-glow-active .mvv-glow {
      opacity: 1;
    }
    .mvv-mini-card::after {
      content: "↗";
      position: absolute;
      top: 12px;
      right: 14px;
      width: 55px;
      height: 55px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      font-size: 1.2rem;
      font-weight: 700;
      color: #ffffff;
      background: rgba(8, 24, 51, 0.42);
      border: 1px solid rgba(255, 255, 255, 0.26);
    }
    .mvv-mini-card--vision {
      --mvv-hover-image: url("../img/Imagens%20-%20SSE%20GROUP%20(15).webp");
      background-image:
        linear-gradient(135deg, rgba(216, 233, 246, 0.62) 0%, rgba(189, 217, 237, 0.58) 100%),
        url("../img/Imagens%20-%20SSE%20GROUP%20(15).webp");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-color: rgba(35, 105, 150, 0.32);
    }
    .mvv-mini-card--values {
      --mvv-hover-image: url("../img/Imagens%20-%20SSE%20GROUP%20(16).webp");
      background-image:
        linear-gradient(135deg, rgba(35, 105, 150, 0.56) 0%, rgba(21, 77, 117, 0.54) 100%),
        url("../img/Imagens%20-%20SSE%20GROUP%20(16).webp");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-color: rgba(100, 168, 203, 0.42);
    }
    .mvv-mini-card--vision::before,
    .mvv-mini-card--values::before {
      display: none;
    }
    .mvv-mini-title {
      display: inline-flex;
      align-items: center;
      width: fit-content;
      font-size: 0.66rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(230, 242, 255, 0.95);
      margin-bottom: 0.78rem;
      font-weight: 700;
      background: rgba(100, 168, 203, 0.2);
      border: 1px solid rgba(100, 168, 203, 0.4);
      border-radius: 999px;
      padding: 0.34rem 0.72rem;
    }
    .mvv-mini-card > *:not(.mvv-glow) {
      position: relative;
      z-index: 2;
    }
    .mvv-mini-head {
      font-size: clamp(1.18rem, 1.85vw, 1.45rem);
      line-height: 1.2;
      color: #ffffff;
      margin-bottom: 0.6rem;
      max-width: 24ch;
      letter-spacing: -0.015em;
    }
    .mvv-mini-text {
      color: rgba(232, 244, 255, 0.95);
      line-height: 1.5;
      font-size: 1rem;
      font-weight: 500;
      max-width: 34ch;
    }
    .mvv-mini-card--vision .mvv-mini-title {
      color: rgba(18, 50, 75, 0.84);
      background: rgba(255, 255, 255, 0.55);
      border-color: rgba(35, 105, 150, 0.3);
    }
    .mvv-mini-card--vision .mvv-mini-head {
      color: #12324b;
    }
    .mvv-mini-card--vision .mvv-mini-text {
      color: rgba(18, 50, 75, 0.84);
    }
    .mvv-mini-card--vision::after {
      color: #12324b;
      background: rgba(255, 255, 255, 0.66);
      border-color: rgba(35, 105, 150, 0.24);
    }
    .mvv-anim {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1),
                  transform 0.78s cubic-bezier(0.22, 1, 0.36, 1);
    }
    .mvv-anim.is-visible {
      opacity: 1;
      transform: translateY(0);
    }
    .why-section {
      background: #ffffff;
      color: #12324b;
      padding: clamp(3.6rem, 6.5vw, 5.2rem) 0;
    }
    .why-container {
      width: min(1240px, 100%);
      margin: 0 auto;
      padding: 0 1.6rem;
      display: grid;
      grid-template-columns: minmax(300px, 1fr) minmax(300px, 0.9fr);
      gap: clamp(1.25rem, 2.6vw, 2.4rem);
      align-items: center;
    }
    .why-content {
      max-width: 760px;
    }
    .why-badge {
      display: inline-flex;
      align-items: center;
      padding: 0.38rem 0.88rem;
      border: 1px solid rgba(100, 168, 203, 0.55);
      border-radius: 999px;
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--brand-900);
      margin-bottom: 0.95rem;
      background: rgba(100, 168, 203, 0.1);
    }
    .why-title {
      font-size: clamp(1.85rem, 4.2vw, 3rem);
      line-height: 1.08;
      letter-spacing: -0.02em;
      color: #12324b;
      margin-bottom: 1.4rem;
      max-width: 30ch;
    }
    .why-points {
      display: grid;
      gap: 0.9rem;
      margin-bottom: 1.55rem;
    }
    .why-point {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 0.72rem;
      align-items: flex-start;
      border: 1px solid rgba(100, 168, 203, 0.24);
      background: linear-gradient(135deg, #f8fbfe 0%, #eef5fb 100%);
      border-radius: 12px;
      padding: 0.86rem 0.95rem;
    }
    .why-icon {
      width: 48px;
      height: 48px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      background: radial-gradient(circle at 35% 30%, #64a8cb 0%, #236996 72%);
      box-shadow: 0 0 0 3px rgba(100, 168, 203, 0.16);
      flex-shrink: 0;
      margin-top: 0.15rem;
    }
    .why-icon svg {
      width: 24px;
      height: 24px;
      display: block;
      color: #ffffff;
    }
    .why-point-title {
      font-size: clamp(1rem, 1.45vw, 1.25rem);
      line-height: 1.22;
      color: #12324b;
      margin-bottom: 0.33rem;
      letter-spacing: -0.01em;
    }
    .why-point-text {
      font-size: 0.95rem;
      line-height: 1.46;
      color: #35556f;
      max-width: 52ch;
    }
    .why-btn {
      --tg-theme-primary: var(--brand-700);
      --tg-color-white-default: var(--brand-900);
      --tg-heading-color: #ffffff;
      --arrow-hover-move-x: -110%;
      user-select: none;
      background: var(--tg-theme-primary);
      border: none;
      border-radius: 8px;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.6rem;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 2px;
      line-height: 1;
      margin-bottom: 0;
      padding: 16px 36px;
      text-align: center;
      text-transform: uppercase;
      white-space: nowrap;
      position: relative;
      overflow: hidden;
      z-index: 1;
      color: var(--tg-heading-color);
      text-decoration: none;
      transition: all 0.3s ease-out;
    }
    .why-btn::before {
      content: "";
      position: absolute;
      transition-duration: 800ms;
      width: 200%;
      height: 200%;
      top: 110%;
      left: 50%;
      background: var(--tg-color-white-default);
      transform: translateX(-50%);
      border-radius: 50%;
      z-index: -1;
    }
    .why-btn:visited,
    .why-btn:hover,
    .why-btn:focus,
    .why-btn:focus-visible,
    .why-btn:active {
      background: var(--tg-theme-primary);
      color: #ffffff;
      text-decoration: none;
    }
    .why-btn:hover::before,
    .why-btn:focus::before,
    .why-btn:focus-visible::before,
    .why-btn:active::before {
      top: -40%;
    }
    .why-btn-icon {
      width: 14px;
      height: 14px;
      display: inline-block;
      flex: 0 0 14px;
    }
    .why-btn-icon svg {
      width: 100%;
      height: 100%;
      display: block;
      fill: currentColor;
    }
    .why-media {
      justify-self: end;
      width: min(520px, 100%);
    }
    .why-media-frame {
      --why-tilt: 0deg;
      width: min(520px, 100%);
      aspect-ratio: 1 / 1;
      border-radius: 999px;
      overflow: hidden;
      border: 1px solid rgba(100, 168, 203, 0.36);
      box-shadow: 0 20px 44px rgba(0, 0, 0, 0.34);
      position: relative;
      transform: rotate(var(--why-tilt));
      transition: transform 0.25s linear;
      will-change: transform;
    }
    .why-media-frame::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(3, 61, 92, 0.12) 0%, rgba(3, 61, 92, 0.4) 100%);
      pointer-events: none;
    }
    .why-media-frame img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .why-anim {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1),
                  transform 0.78s cubic-bezier(0.22, 1, 0.36, 1);
    }
    .why-anim.is-visible {
      opacity: 1;
      transform: translateY(0);
    }
    .promo-section {
      position: relative;
      min-height: clamp(300px, 42vw, 440px);
      display: flex;
      align-items: flex-end;
      padding: clamp(2.8rem, 5vw, 4rem) 0 clamp(2.2rem, 4vw, 3.2rem);
      overflow: visible;
      background: #061225;
      isolation: isolate;
      margin-bottom: 0;
    }
    .promo-bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -3;
      filter: saturate(0.95) contrast(1.04);
    }
    .promo-section::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      background: linear-gradient(
        90deg,
        rgba(4, 14, 30, 0.88) 0%,
        rgba(6, 20, 42, 0.76) 38%,
        rgba(7, 22, 46, 0.48) 68%,
        rgba(7, 22, 46, 0.72) 100%
      );
    }
    .promo-section::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(180deg, rgba(3, 61, 92, 0.26) 0%, rgba(3, 61, 92, 0.34) 100%);
      pointer-events: none;
    }
    .promo-inner {
      width: min(1240px, 100%);
      margin: 0 auto;
      padding: 0 1.6rem;
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      max-width: min(640px, 100%);
    }
    .promo-kicker {
      display: inline-flex;
      align-items: center;
      padding: 0.33rem 0.74rem;
      border-radius: 999px;
      border: 1px solid rgba(100, 168, 203, 0.46);
      background: rgba(100, 168, 203, 0.14);
      color: rgba(222, 239, 252, 0.95);
      text-transform: uppercase;
      letter-spacing: 0.11em;
      font-size: 0.67rem;
      font-weight: 700;
      margin-bottom: 0.9rem;
    }
    .promo-title {
      font-size: clamp(1.75rem, 3.5vw, 3rem);
      line-height: 1.1;
      letter-spacing: -0.02em;
      color: #ffffff;
      margin-bottom: 0.8rem;
      max-width: min(28ch, 100%);
    }
    .promo-title-line {
      display: block;
    }
    .promo-text {
      font-size: clamp(0.95rem, 1.25vw, 1.08rem);
      line-height: 1.5;
      color: rgba(219, 235, 249, 0.92);
      max-width: 48ch;
      margin-bottom: 1.3rem;
    }
    .promo-anim {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1),
                  transform 0.78s cubic-bezier(0.22, 1, 0.36, 1);
    }
    .promo-anim.is-visible {
      opacity: 1;
      transform: translateY(0);
    }
    .site-footer {
      background: #08162c;
      color: rgba(223, 237, 250, 0.92);
      padding: clamp(3rem, 5vw, 3.8rem) 0 1.1rem;
      border-top: 1px solid rgba(100, 168, 203, 0.2);
    }
    .footer-inner {
      width: min(1240px, 100%);
      margin: 0 auto;
      padding: 0 1.6rem;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: minmax(260px, 1.1fr) repeat(3, minmax(160px, 1fr));
      gap: clamp(1.1rem, 2.4vw, 2rem);
      align-items: start;
      margin-bottom: 1.7rem;
    }
    .footer-col {
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: 100%;
    }
    .footer-brand {
      max-width: 46ch;
    }
    .footer-brand-logo {
      width: clamp(130px, 17vw, 190px);
      height: auto;
      display: block;
      margin-bottom: 0.95rem;
    }
    .footer-brand p {
      line-height: 1.5;
      color: rgba(211, 229, 245, 0.9);
      margin-bottom: 0.75rem;
      font-size: 0.95rem;
    }
    .footer-col h4 {
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: rgba(177, 207, 233, 0.9);
      margin: 0 0 0.72rem;
      font-weight: 700;
    }
    .footer-list + h4 {
      margin-top: 1.35rem;
    }
    .footer-list {
      list-style: none;
      display: grid;
      gap: 0.45rem;
      margin: 0;
      padding: 0;
    }
    .footer-list li,
    .footer-list a {
      color: rgba(223, 237, 250, 0.92);
      text-decoration: none;
      font-size: 0.93rem;
      line-height: 1.42;
      transition: color 0.2s ease;
    }
    .footer-list a:hover {
      color: var(--brand-500);
    }
    .footer-bottom {
      border-top: 1px solid rgba(100, 168, 203, 0.2);
      padding-top: 0.9rem;
      display: flex;
      flex-wrap: wrap;
      gap: 0.6rem 1rem;
      justify-content: space-between;
      align-items: center;
      font-size: 0.82rem;
      color: rgba(177, 207, 233, 0.86);
    }
    @media (prefers-reduced-motion: reduce) {
      .about-anim {
        opacity: 1;
        transform: none;
        transition: none;
      }
      .mvv-anim {
        opacity: 1;
        transform: none;
        transition: none;
      }
      .mvv-left-card .mvv-glow,
      .mvv-mini-card .mvv-glow {
        display: none;
      }
      .why-anim {
        opacity: 1;
        transform: none;
        transition: none;
      }
      .promo-anim {
        opacity: 1;
        transform: none;
        transition: none;
      }
    }

    @media (max-width: 1000px) {
      .hero-inner { padding-top: 7rem; }
      .about-container { grid-template-columns: 1fr; }
      .about-content-col { padding-top: 0; }
      .about-metrics { grid-template-columns: 1fr; }
      .institutional-video-card {
        align-items: flex-end;
        justify-content: flex-end;
        padding: clamp(1.4rem, 4vw, 2.2rem);
        min-height: clamp(300px, 88vw, 420px);
      }
      .institutional-video-copy {
        width: 100%;
        max-width: 560px;
        margin-right: 0;
      }
      .institutional-video-title {
        font-size: clamp(1.5rem, 8.2vw, 2.05rem);
      }
      .about-global-home-container { grid-template-columns: 1fr; }
      .about-global-home-content-col { padding-top: 0; }
      .mvv-container { grid-template-columns: 1fr; }
      .mvv-right { grid-template-rows: auto; }
      .why-container { grid-template-columns: 1fr; }
      .why-media {
        justify-self: start;
        order: 2;
      }
      .why-content {
        order: 1;
      }
      .why-media-frame {
        width: min(480px, 100%);
        max-width: 100%;
      }
      .footer-grid {
        grid-template-columns: 1fr;
      }
      .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
      }
    }

    /* Hero inicial: no mobile o header fixo + centralização vertical faziam o bloco subir por baixo do topo */
    @media (max-width: 900px) {
      #hero .hero-inner {
        justify-content: flex-start;
        padding-top: clamp(8rem, 24vw, 9.75rem);
        padding-bottom: 2.5rem;
      }
    }

    @media (max-width: 600px) {
      #hero .hero-inner {
        padding-top: clamp(8.5rem, 30vw, 11rem);
      }
    }