/* ==========================================================
   CSS extraido de index.html (antes inline no HTML)
   ========================================================== */

/* ----- bloco 1 ----- */
    @font-face {
      font-family: 'Unbounded';
      src: url('../../Unbounded/Unbounded-VariableFont_wght.ttf') format('truetype');
      font-weight: 100 900;
      font-style: normal;
      font-display: swap;
    }
    .vl-main-menu nav ul li a,
    .vl-main-menu nav ul li .sub-menu li a {
      font-size: 15px !important;
    }
    .vl-footer1-section-area a,
    .vl-footer1-section-area p,
    .vl-footer1-section-area li,
    .vl-footer1-section-area .vl-copyright-area p {
      font-size: 15px !important;
    }

    h1, h2, h3, h4, h5, h6,
    .hero-headline, .cases-title, .parceiros-title,
    .sphere-title, .fbt-white, .fbt-green,
    .frentes-big-title, .tl-item h3,
    .cta-contato-title {
      font-family: 'Unbounded', sans-serif !important;
    }

/* ----- bloco 2 ----- */
    .trendz-hero {
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      overflow: hidden;
      padding: 140px 0 90px;
    }
    .hero-video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      pointer-events: none;
    }
    .hero-mask {
      position: absolute;
      inset: 0;
      background: #000000;
      opacity: 0.8;
      z-index: 0;
      pointer-events: none;
    }
    .trendz-hero .container { position: relative; z-index: 1; }

    .hero-eyebrow {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 36px;
    }
    .hero-eyebrow-line {
      display: block;
      width: 36px; height: 2px;
      background: #ed78a3;
      flex-shrink: 0;
    }
    .hero-eyebrow-text {
      font-size: 0.78rem;
      color: rgba(255,255,255,0.6);
      letter-spacing: 0.06em;
      text-transform: lowercase;
      font-weight: 400;
    }

    .hero-headline {
      font-size: clamp(2.34rem, 4.94vw, 4.68rem);
      font-weight: 900;
      line-height: 1.0;
      color: #fff;
      margin: 0 0 32px;
      letter-spacing: -0.02em;
    }
    .hero-headline .grad-purple {
      background: linear-gradient(110deg, #ed78a3 0%, #5a35fd 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .hero-headline .color-green {
      color: #a8f962;
      -webkit-text-fill-color: #a8f962;
    }

    .hero-subtitle {
      font-size: 1rem;
      color: rgba(255,255,255,0.7);
      max-width: 420px;
      line-height: 1.75;
      margin-bottom: 48px;
      font-weight: 400;
    }
    .hero-subtitle .hero-hl {
      color: #a8f962;
      font-weight: 700;
      text-decoration: none;
    }

    .hero-actions {
      display: flex;
      gap: 14px;
      align-items: center;
      flex-wrap: wrap;
    }
    .hero-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 20px;
    }
    .hero-tag {
      font-size: 0.6rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.3);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 50px;
      padding: 5px 12px;
      transition: color 0.25s, border-color 0.25s;
      cursor: default;
      font-family: sans-serif;
    }
    .hero-tag:hover {
      color: #a8f962;
      border-color: rgba(168,249,98,0.4);
    }
    .btn-hero-fill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #a8f962;
      color: #000;
      padding: 15px 30px;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      font-size: 0.92rem;
      line-height: 1;
      transition: opacity 0.2s, transform 0.2s;
    }
    .btn-hero-fill:hover { opacity: 0.85; transform: translateY(-2px); color: #000; }
    .btn-hero-outline {
      display: inline-flex;
      align-items: center;
      background: rgba(255,255,255,0.07);
      color: #fff;
      padding: 15px 30px;
      border-radius: 50px;
      font-weight: 500;
      text-decoration: none;
      font-size: 0.92rem;
      line-height: 1;
      border: 1px solid rgba(255,255,255,0.15);
      transition: background 0.2s;
    }
    .btn-hero-outline:hover { background: rgba(255,255,255,0.13); color: #fff; }

    @media (max-width: 991px) {
      .trendz-hero { padding: 130px 0 70px; }
    }
    @media (max-width: 576px) {
      .trendz-hero { padding: 110px 0 60px; }
    }

/* ----- bloco 3 ----- */
      .parceiros-section {
        background: #0a0a0a;
        padding: 72px 0 60px;
        overflow: hidden;
      }
      .parceiros-label {
        font-size: 0.68rem;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: #c0f037;
        margin-bottom: 10px;
        font-weight: 500;
      }
      .parceiros-title {
        font-size: clamp(1.6rem, 3.2vw, 2.5rem);
        font-weight: 800;
        color: #fff;
        margin-bottom: 52px;
        line-height: 1.15;
      }
      .parceiros-title span {
        color: rgba(255,255,255,0.38);
        font-weight: 500;
      }
      .parceiros-track-wrap {
        overflow: hidden;
        width: 100%;
      }
      .parceiros-track {
        display: flex;
        gap: 64px;
        width: max-content;
        animation: parcLeft 80s linear infinite;
        align-items: center;
      }
      .parceiros-track:hover { animation-play-state: paused; }
      @keyframes parcLeft {
        0%   { transform: translateX(0); }
        100% { transform: translateX(-50%); }
      }
      .parceiros-logo {
        flex-shrink: 0;
        height: 96px;
        width: auto;
        filter: brightness(0) invert(1);
        opacity: 0.5;
        transition: opacity 0.3s;
        display: block;
      }
      .parceiros-logo:hover { opacity: 1; }
      .parceiros-hint {
        text-align: center;
        font-size: 0.67rem;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: rgba(255,255,255,0.25);
        margin-top: 48px;
      }

/* ----- bloco 4 ----- */
    .tl-item {
      transition: transform 0.15s ease, background 0.3s, border-color 0.3s;
      will-change: transform;
      position: relative;
      overflow: hidden;
      border: 1px solid transparent;
      border-radius: 10px;
    }
    .tl-item:hover {
      background: rgba(255,255,255,0.04);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      border-color: transparent;
      box-shadow: 0 8px 32px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.08);
    }
    .tl-glow {
      pointer-events: none;
      position: absolute;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255,255,255,0.12) 0%, transparent 70%);
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: opacity 0.2s;
    }
    .tl-item-btn {
      transition: transform 0.2s cubic-bezier(.23,1,.32,1), background 0.2s, color 0.2s !important;
    }

/* ----- bloco 5 ----- */
    .sphere-divider-area {
      background: #080808;
      overflow: hidden;
      padding: 80px 40px;
      position: relative;
    }
    .sphere-divider-area::before {
      content: '';
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      width: 500px; height: 500px;
      background: radial-gradient(ellipse, rgba(168,249,98,0.06) 0%, transparent 70%);
      pointer-events: none;
    }
    .sphere-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 48px;
    }
    .sphere-left,
    .sphere-right {
      flex: 1;
      min-width: 0;
    }
    .sphere-center {
      flex: 0 0 auto;
      width: clamp(240px, 30vw, 400px);
      height: clamp(240px, 30vw, 400px);
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }
    .sphere-blobs {
      position: relative;
      width: 100%;
      height: 100%;
      filter: url(#trendz-goo);
    }
    /* núcleo central — começa pequeno e VAI CRESCENDO em etapas conforme
       cada bola chega e se funde (efeito gota via filtro goo); ao final
       diminui de novo */
    .blob-core {
      position: absolute;
      top: 50%; left: 50%;
      width: 46%; height: 46%;
      border-radius: 50%;
      background: #a8f962;
      transform: translate(-50%, -50%) scale(0);
      will-change: transform;
      animation: coreGrow 6s cubic-bezier(.45,.05,.35,1) infinite;
    }
    /* as 8 bolas que chegam da ESQUERDA, se fundem no centro e saem pela DIREITA */
    .blob-dot {
      position: absolute;
      top: 50%; left: 50%;
      width: 24%; height: 24%;
      border-radius: 50%;
      background: #a8f962;
      transform: translate(-50%, -50%);
      will-change: transform, opacity;
    }
    /* pequeno deslocamento vertical na chegada/saída (converge a 0 no centro) +
       keyframe próprio de cada bola para chegarem UMA DE CADA VEZ.
       Curva fluida (cubic-bezier) para o movimento não travar. */
    .blob-dot--1 { --dot-y: -18%; animation: ballFlow1 6s cubic-bezier(.32,0,.24,1) infinite; }
    .blob-dot--2 { --dot-y:  14%; animation: ballFlow2 6s cubic-bezier(.32,0,.24,1) infinite; }
    .blob-dot--3 { --dot-y: -10%; animation: ballFlow3 6s cubic-bezier(.32,0,.24,1) infinite; }
    .blob-dot--4 { --dot-y:  20%; animation: ballFlow4 6s cubic-bezier(.32,0,.24,1) infinite; }
    .blob-dot--5 { --dot-y: -14%; animation: ballFlow5 6s cubic-bezier(.32,0,.24,1) infinite; }
    .blob-dot--6 { --dot-y:  10%; animation: ballFlow6 6s cubic-bezier(.32,0,.24,1) infinite; }
    .blob-dot--7 { --dot-y:  -6%; animation: ballFlow7 6s cubic-bezier(.32,0,.24,1) infinite; }
    .blob-dot--8 { --dot-y:  16%; animation: ballFlow8 6s cubic-bezier(.32,0,.24,1) infinite; }

    /* off-left  = translate(calc(-50% - 430%), calc(-50% + y)) scale(.55)
       center    = translate(-50%, -50%) scale(.9)  (com leve respiração no meio)
       off-right = translate(calc(-50% + 430%), calc(-50% + y)) scale(.55)
       cada bola: espera à esquerda -> viaja p/ centro (chega e funde) ->
       fica fundida respirando (núcleo cresce) -> sai p/ direita quando encolhe.
       Menos tempo estático + respiração no meio = mais motion/fluidez. */
    @keyframes ballFlow1 {
      0%,2%  { transform: translate(calc(-50% - 430%), calc(-50% + var(--dot-y))) scale(.55); opacity:0; }
      12%    { transform: translate(-50%, -50%) scale(.92); opacity:1; }
      32%    { transform: translate(-50%, -50%) scale(1); opacity:1; }
      52%    { transform: translate(-50%, -50%) scale(.9); opacity:1; }
      61%,100%{ transform: translate(calc(-50% + 430%), calc(-50% + var(--dot-y))) scale(.55); opacity:0; }
    }
    @keyframes ballFlow2 {
      0%,6.5%{ transform: translate(calc(-50% - 430%), calc(-50% + var(--dot-y))) scale(.55); opacity:0; }
      16.5%  { transform: translate(-50%, -50%) scale(.92); opacity:1; }
      37%    { transform: translate(-50%, -50%) scale(1); opacity:1; }
      57%    { transform: translate(-50%, -50%) scale(.9); opacity:1; }
      66%,100%{ transform: translate(calc(-50% + 430%), calc(-50% + var(--dot-y))) scale(.55); opacity:0; }
    }
    @keyframes ballFlow3 {
      0%,11% { transform: translate(calc(-50% - 430%), calc(-50% + var(--dot-y))) scale(.55); opacity:0; }
      21%    { transform: translate(-50%, -50%) scale(.92); opacity:1; }
      42%    { transform: translate(-50%, -50%) scale(1); opacity:1; }
      62%    { transform: translate(-50%, -50%) scale(.9); opacity:1; }
      71%,100%{ transform: translate(calc(-50% + 430%), calc(-50% + var(--dot-y))) scale(.55); opacity:0; }
    }
    @keyframes ballFlow4 {
      0%,15.5%{ transform: translate(calc(-50% - 430%), calc(-50% + var(--dot-y))) scale(.55); opacity:0; }
      25.5%  { transform: translate(-50%, -50%) scale(.92); opacity:1; }
      46%    { transform: translate(-50%, -50%) scale(1); opacity:1; }
      67%    { transform: translate(-50%, -50%) scale(.9); opacity:1; }
      76%,100%{ transform: translate(calc(-50% + 430%), calc(-50% + var(--dot-y))) scale(.55); opacity:0; }
    }
    @keyframes ballFlow5 {
      0%,20% { transform: translate(calc(-50% - 430%), calc(-50% + var(--dot-y))) scale(.55); opacity:0; }
      30%    { transform: translate(-50%, -50%) scale(.92); opacity:1; }
      51%    { transform: translate(-50%, -50%) scale(1); opacity:1; }
      72%    { transform: translate(-50%, -50%) scale(.9); opacity:1; }
      81%,100%{ transform: translate(calc(-50% + 430%), calc(-50% + var(--dot-y))) scale(.55); opacity:0; }
    }
    @keyframes ballFlow6 {
      0%,24.5%{ transform: translate(calc(-50% - 430%), calc(-50% + var(--dot-y))) scale(.55); opacity:0; }
      34.5%  { transform: translate(-50%, -50%) scale(.92); opacity:1; }
      55%    { transform: translate(-50%, -50%) scale(1); opacity:1; }
      77%    { transform: translate(-50%, -50%) scale(.9); opacity:1; }
      86%,100%{ transform: translate(calc(-50% + 430%), calc(-50% + var(--dot-y))) scale(.55); opacity:0; }
    }
    @keyframes ballFlow7 {
      0%,29% { transform: translate(calc(-50% - 430%), calc(-50% + var(--dot-y))) scale(.55); opacity:0; }
      39%    { transform: translate(-50%, -50%) scale(.92); opacity:1; }
      60%    { transform: translate(-50%, -50%) scale(1); opacity:1; }
      82%    { transform: translate(-50%, -50%) scale(.9); opacity:1; }
      91%,100%{ transform: translate(calc(-50% + 430%), calc(-50% + var(--dot-y))) scale(.55); opacity:0; }
    }
    @keyframes ballFlow8 {
      0%,33.5%{ transform: translate(calc(-50% - 430%), calc(-50% + var(--dot-y))) scale(.55); opacity:0; }
      43.5%  { transform: translate(-50%, -50%) scale(.92); opacity:1; }
      64%    { transform: translate(-50%, -50%) scale(1); opacity:1; }
      87%    { transform: translate(-50%, -50%) scale(.9); opacity:1; }
      96%,100%{ transform: translate(calc(-50% + 430%), calc(-50% + var(--dot-y))) scale(.55); opacity:0; }
    }
    /* núcleo cresce em degraus a cada bola que chega, respira no pico (wobble
       líquido não-uniforme) e depois encolhe suave */
    @keyframes coreGrow {
      0%,6% { transform: translate(-50%, -50%) scale(0); }
      12%   { transform: translate(-50%, -50%) scale(.4); }
      16.5% { transform: translate(-50%, -50%) scale(.5); }
      21%   { transform: translate(-50%, -50%) scale(.6); }
      25.5% { transform: translate(-50%, -50%) scale(.69); }
      30%   { transform: translate(-50%, -50%) scale(.78); }
      34.5% { transform: translate(-50%, -50%) scale(.87); }
      39%   { transform: translate(-50%, -50%) scale(.95); }
      43.5% { transform: translate(-50%, -50%) scale(1.03, .97); }
      48%   { transform: translate(-50%, -50%) scale(.97, 1.04); }
      52%   { transform: translate(-50%, -50%) scale(1.03, .98); }
      56%   { transform: translate(-50%, -50%) scale(.99, 1.02); }
      64%   { transform: translate(-50%, -50%) scale(.75); }
      78%   { transform: translate(-50%, -50%) scale(.42); }
      88%   { transform: translate(-50%, -50%) scale(.12); }
      92%,100% { transform: translate(-50%, -50%) scale(0); }
    }

    .sphere-eyebrow {
      color: #a8f962;
      font-size: 0.65rem;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      margin-bottom: 16px;
    }
    .sphere-title {
      color: #fff;
      font-size: clamp(1.1rem, 1.6vw, 1.5rem);
      font-weight: 900;
      line-height: 1.25;
      margin: 0 0 20px;
    }
    .sphere-desc {
      color: rgba(255,255,255,0.5);
      font-size: 0.75rem;
      line-height: 1.7;
      margin: 0;
      max-width: 280px;
    }
    .sphere-right {
      text-align: right;
      display: flex;
      flex-direction: column;
      gap: 28px;
    }
    .sphere-stat {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 4px;
    }
    .sphere-stat strong {
      font-size: clamp(1.8rem, 2.8vw, 2.6rem);
      font-weight: 900;
      line-height: 1;
      color: #a8f962;
      font-family: 'Unbounded', sans-serif;
    }
    .sphere-stat:nth-child(2) strong { color: #ed78a3; }
    .sphere-stat:nth-child(3) strong { color: #5a35fd; }
    .sphere-stat:nth-child(4) strong { color: #a8f962; }
    .sphere-stat span {
      color: rgba(255,255,255,0.4);
      font-size: 0.65rem;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.1em;
    }
    @media (max-width: 991px) {
      .sphere-inner { flex-direction: column; text-align: center; }
      .sphere-right { text-align: center; flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 20px; }
      .sphere-stat { align-items: center; }
      .sphere-left { text-align: center; }
      .sphere-desc { max-width: 100%; }
      .sphere-center { width: clamp(180px, 55vw, 280px); height: clamp(180px, 55vw, 280px); }
    }

/* ----- bloco 6 ----- */
      .frentes-section {
        background: #080808;
        overflow: hidden;
        position: relative;
      }

      .frentes-wrap {
        display: flex;
        align-items: stretch;
        min-height: 700px;
      }

      .frentes-main {
        flex: 1 1 0;
        padding: 70px 60px;
        display: flex;
        flex-direction: column;
        gap: 56px;
      }

      .frentes-big-title {
        display: flex;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
        line-height: 1;
      }

      .fbt-white {
        font-size: clamp(1.8rem, 3.8vw, 3.4rem);
        font-weight: 900;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: -1px;
        font-family: var(--ztc-family-font1, sans-serif);
      }

      .fbt-green {
        font-size: clamp(1.8rem, 3.8vw, 3.4rem);
        font-weight: 900;
        color: #000;
        background: #a8f962;
        text-transform: uppercase;
        letter-spacing: -1px;
        padding: 0 18px 4px;
        font-family: var(--ztc-family-font1, sans-serif);
      }

      .frentes-tl-row {
        display: flex;
        flex-direction: column;
      }

      .tl-dots-line {
        display: flex;
        align-items: center;
        margin-bottom: 28px;
        position: relative;
      }

      .tl-dots-line::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 2px;
        background: rgba(255, 255, 255, 0.15);
        transform: translateY(-50%);
        z-index: 0;
      }

      .tl-dot {
        width: 14px;
        height: 14px;
        background: #a8f962;
        border-radius: 50%;
        flex: 0 0 auto;
        position: relative;
        z-index: 1;
        box-shadow: 0 0 0 4px rgba(168, 249, 98, 0.2);
      }
      .tl-dot:nth-child(2) { background: #fff; box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2); }
      .tl-dot:nth-child(3) { background: #a8f962; box-shadow: 0 0 0 4px rgba(168, 249, 98, 0.2); }
      .tl-dot:nth-child(4) { background: #fff; box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2); }

      .tl-dot+.tl-dot {
        margin-left: calc(25% - 14px);
      }

      .tl-items {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 12px 28px;
      }

      .tl-item h3 {
        font-size: clamp(0.8rem, 1.2vw, 1rem);
        font-weight: 900;
        color: #a8f962;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        line-height: 1.25;
        margin-bottom: 10px;
        font-family: var(--ztc-family-font1, sans-serif);
      }
      .tl-item:nth-child(2) h3 { color: #fff; }
      .tl-item:nth-child(3) h3 { color: #a8f962; }
      .tl-item:nth-child(4) h3 { color: #fff; }

      .tl-item p {
        font-size: 0.78rem;
        color: rgba(255, 255, 255, 0.55);
        line-height: 1.65;
        margin: 0 0 14px;
      }

      .tl-item-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border: 1px solid rgba(168,249,98,0.4);
        border-radius: 50%;
        color: #a8f962;
        font-size: 0.75rem;
        text-decoration: none;
        transition: background .2s, color .2s, transform .2s;
      }
      .tl-item-btn:hover { background: #a8f962; color: #000; transform: translateX(3px); }
      .tl-item:nth-child(2) .tl-item-btn { border-color: rgba(255,255,255,0.4); color: #fff; }
      .tl-item:nth-child(2) .tl-item-btn:hover { background: #fff; color: #000; }
      .tl-item:nth-child(3) .tl-item-btn { border-color: rgba(168,249,98,0.4); color: #a8f962; }
      .tl-item:nth-child(3) .tl-item-btn:hover { background: #a8f962; color: #000; }
      .tl-item:nth-child(4) .tl-item-btn { border-color: rgba(255,255,255,0.4); color: #fff; }
      .tl-item:nth-child(4) .tl-item-btn:hover { background: #fff; color: #000; }

      .frentes-marquee-col {
        flex: 0 0 170px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        border-left: 1px solid rgba(255, 255, 255, 0.06);
      }

      .frentes-marquee-track {
        display: flex;
        flex-direction: column;
        animation: fmv-scroll 22s linear infinite;
        will-change: transform;
      }

      @keyframes fmv-scroll {
        0% {
          transform: translateY(0);
        }

        100% {
          transform: translateY(-50%);
        }
      }

      .fmv-item {
        padding: 13px 18px;
        font-size: 1.1rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 1px;
        white-space: nowrap;
        font-family: var(--ztc-family-font1, sans-serif);
        line-height: 1.2;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
      }

      .fmv-item.white {
        color: #fff;
        background: transparent;
      }

      .fmv-item.green {
        color: #000;
        background: #a8f962;
      }

      @media (max-width: 991px) {
        .frentes-main {
          padding: 50px 30px;
        }

        .frentes-marquee-col {
          flex: 0 0 120px;
        }
      }

      @media (max-width: 767px) {
        .frentes-wrap {
          flex-direction: column;
        }

        .frentes-marquee-col {
          flex: 0 0 auto;
          border-left: none;
          border-top: 1px solid rgba(255, 255, 255, 0.06);
          flex-direction: row;
          overflow-x: hidden;
        }

        .frentes-marquee-track {
          flex-direction: row;
          animation: fmv-scroll-h 14s linear infinite;
        }

        @keyframes fmv-scroll-h {
          0% {
            transform: translateX(0);
          }

          100% {
            transform: translateX(-50%);
          }
        }

        .tl-items {
          grid-template-columns: repeat(2, 1fr);
        }

        .tl-dot+.tl-dot {
          margin-left: calc(50% - 14px);
        }

        .frentes-main {
          padding: 40px 20px;
          gap: 36px;
        }
      }

/* ----- bloco 7 ----- */
      .cases-section {
        background: #0d0d0d;
        padding: 90px 0 100px;
      }
      .cases-header {
        max-width: 1800px;
        margin: 0 auto 48px;
        padding: 0 60px;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 20px;
      }
      .cases-header-left { display: flex; flex-direction: column; gap: 10px; }
      .cases-eyebrow {
        font-size: 0.65rem;
        font-weight: 600;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: #ed78a3;
      }
      .cases-title {
        font-size: clamp(1.1rem, 2.2vw, 2rem);
        font-weight: 900;
        color: #fff;
        line-height: 1.05;
        margin: 0;
      }
      .cases-count {
        font-size: 0.7rem;
        color: rgba(255,255,255,0.35);
        letter-spacing: 0.1em;
        text-transform: uppercase;
        padding-bottom: 6px;
        white-space: nowrap;
      }
      .cases-grid {
        max-width: 1800px;
        margin: 0 auto;
        padding: 0 60px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 280px;
        gap: 10px;
      }
      .cases-item {
        position: relative;
        overflow: hidden;
        border-radius: 12px;
        cursor: pointer;
        background: #1a1a1a;
        isolation: isolate;
        transform: translateZ(0);
      }
      .cases-item.tall { grid-row: span 2; }
      .cases-item img {
        width: 100%; height: 100%;
        object-fit: cover;
        display: block;
        filter: grayscale(1) brightness(0.72);
        transition: filter 0.5s ease, transform 0.5s ease;
      }
      .cases-item:hover img {
        filter: grayscale(0) brightness(1);
        transform: scale(1.05);
      }
      .cases-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 55%);
        opacity: 0;
        transition: opacity 0.4s ease;
        display: flex;
        align-items: flex-end;
        padding: 20px;
      }
      .cases-item:hover .cases-overlay { opacity: 1; }
      .cases-overlay-text {
        color: #fff;
        font-size: 0.72rem;
        font-weight: 600;
        line-height: 1.4;
      }
      .cases-overlay-tag {
        display: block;
        font-size: 0.58rem;
        font-weight: 700;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: #a8f962;
        margin-bottom: 5px;
      }
      .cases-cta {
        max-width: 1800px;
        margin: 40px auto 0;
        padding: 0 60px;
        display: flex;
        justify-content: center;
      }
      .cases-cta a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        border: 1px solid rgba(255,255,255,0.15);
        color: #fff;
        font-size: 0.75rem;
        font-weight: 600;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        text-decoration: none;
        padding: 14px 32px;
        border-radius: 50px;
        transition: background 0.2s, border-color 0.2s;
      }
      .cases-cta a:hover { background: rgba(255,255,255,0.07); border-color: rgba(255,255,255,0.3); color: #fff; }
      @media (max-width: 768px) {
        .cases-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 180px; padding: 0 16px; }
        .cases-header, .cases-cta { padding: 0 16px; }
      }
      @media (max-width: 480px) {
        .cases-grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
        .cases-item.tall { grid-row: span 1; }
      }

/* ----- bloco 8 ----- */
      .cr-section {
        background: #0d0d0d;
        padding: 100px 60px;
      }
      .cr-inner {
        max-width: 1400px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1.3fr 0.7fr;
        gap: 80px;
        align-items: stretch;
      }

      /* ── Left ── */
      .cr-eyebrow {
        font-size: 0.65rem;
        font-weight: 700;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: #a8f962;
        margin-bottom: 10px;
      }
      .cr-title {
        font-size: clamp(1.4rem, 2.8vw, 2.4rem);
        font-weight: 900;
        color: #fff;
        line-height: 1.1;
        margin: 0 0 10px;
      }
      .cr-sub {
        font-size: 0.82rem;
        color: rgba(255,255,255,0.45);
        line-height: 1.65;
        margin-bottom: 16px;
        max-width: 380px;
      }
      .cr-sub strong { color: #a8f962; font-weight: 700; }
      .cr-sub em { color: #ed78a3; font-style: normal; font-weight: 700; }

      .cr-dots-line {
        display: flex;
        align-items: center;
        position: relative;
        margin-bottom: 14px;
      }
      .cr-dots-line::before {
        content: '';
        position: absolute;
        top: 50%; left: 0; right: 0;
        height: 1px;
        background: rgba(255,255,255,0.12);
        transform: translateY(-50%);
        z-index: 0;
      }
      .cr-dot-pt {
        width: 8px; height: 8px;
        border-radius: 50%;
        background: #ed78a3;
        flex: 0 0 auto;
        position: relative;
        z-index: 1;
        box-shadow: 0 0 0 3px rgba(237,120,163,0.2);
      }
      .cr-dot-pt:nth-child(2) { background: #5a35fd; box-shadow: 0 0 0 3px rgba(90,53,253,0.2); }
      .cr-dot-pt:nth-child(3) { background: #a8f962; box-shadow: 0 0 0 3px rgba(168,249,98,0.2); }
      .cr-dot-pt:nth-child(4) { background: #ed78a3; box-shadow: 0 0 0 3px rgba(237,120,163,0.2); }
      .cr-dot-pt + .cr-dot-pt { margin-left: calc(25% - 8px); }

      .cr-stats {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0;
        margin-bottom: 16px;
      }
      .cr-stat-item { display: flex; flex-direction: column; gap: 4px; }
      .cr-stat-item strong {
        font-size: clamp(1.2rem, 2vw, 1.8rem);
        font-weight: 900;
        color: #fff;
        font-family: 'Unbounded', sans-serif;
      }
      .cr-stat-item label {
        font-size: 0.58rem;
        font-weight: 600;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: rgba(255,255,255,0.3);
        cursor: default;
      }

      /* ── List ── */
      .cr-list { list-style: none; margin: 0; padding: 0; }
      .cr-item {
        position: relative;
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 8px 0;
        border-bottom: 1px solid rgba(255,255,255,0.06);
        cursor: pointer;
        overflow: hidden;
        transition: border-color 0.3s;
      }
      /* glow horizontal ao hover */
      .cr-item::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(ellipse at 40% 50%, rgba(255,255,255,0.07) 0%, transparent 65%);
        opacity: 0;
        transition: opacity 0.4s;
        pointer-events: none;
      }
      .cr-item:hover::before { opacity: 1; }

      .cr-num {
        font-size: 0.62rem;
        font-weight: 700;
        color: rgba(255,255,255,0.2);
        letter-spacing: 0.05em;
        min-width: 22px;
        transition: color 0.3s;
      }
      .cr-item:hover .cr-num { color: rgba(255,255,255,0.5); }

      .cr-dot {
        width: 7px; height: 7px;
        border-radius: 50%;
        background: rgba(255,255,255,0.15);
        flex-shrink: 0;
        transition: background 0.3s, box-shadow 0.3s;
      }
      .cr-item:hover .cr-dot {
        background: #a8f962;
        box-shadow: 0 0 8px rgba(168,249,98,0.8);
      }

      .cr-name {
        font-size: clamp(0.95rem, 1.4vw, 1.15rem);
        font-weight: 700;
        color: rgba(255,255,255,0.28);
        text-decoration: none;
        transition: color 0.3s;
        flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      .cr-name:hover { text-decoration: underline; }
      .cr-item:hover .cr-name,
      .cr-item.active .cr-name { color: #fff; }

      .cr-cat {
        font-size: 0.58rem;
        font-weight: 600;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: rgba(255,255,255,0.2);
        transition: color 0.3s;
        white-space: nowrap;
      }
      .cr-item:hover .cr-cat { color: rgba(255,255,255,0.5); }

      .cr-arrow {
        width: 7px; height: 7px;
        border-radius: 50%;
        background: rgba(255,255,255,0.15);
        flex-shrink: 0;
        transition: background 0.3s, box-shadow 0.3s;
      }
      .cr-item:hover .cr-arrow {
        background: #a8f962;
        box-shadow: 0 0 8px rgba(168,249,98,0.8);
      }

      /* ícones discretos das redes sociais por creator */
      .cr-socials {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        flex-shrink: 0;
      }
      .cr-social {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: rgba(255,255,255,0.22);
        font-size: 0.95rem;
        text-decoration: none;
        transition: color 0.3s, transform 0.3s;
      }
      .cr-item:hover .cr-social { color: rgba(255,255,255,0.5); }
      /* hover no ícone em si vence a regra da linha (fica verde, como no casting) */
      .cr-social:hover,
      .cr-item:hover .cr-social:hover { color: #a8f962; transform: translateY(-2px); }

      /* ── Right: card ── */
      .cr-right { position: relative; }
      .cr-card {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        border-radius: 20px;
        overflow: hidden;
        aspect-ratio: 3/5.2;
        background: #1a1a1a;
      }
      /* Pequena margem de segurança em telas mais baixas, pra casos de rolagem rápida. */
      @media (max-height: 900px) and (min-width: 901px) {
        .cr-left { padding-bottom: 80px; }
      }
      .cr-card-photo {
        width: 100%; height: 100%;
        object-fit: cover;
        display: block;
        transition: opacity 0.35s ease;
      }
      .cr-card-top {
        position: absolute;
        top: 16px; left: 16px; right: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 2;
      }
      .cr-badge-left {
        background: rgba(0,0,0,0.55);
        backdrop-filter: blur(8px);
        border: 1px solid rgba(255,255,255,0.12);
        border-radius: 50px;
        padding: 5px 12px;
        font-size: 0.58rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: rgba(255,255,255,0.75);
      }
      .cr-badge-right {
        background: #a8f962;
        border-radius: 50px;
        padding: 5px 12px;
        font-size: 0.58rem;
        font-weight: 800;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000;
      }
      .cr-card-overlay {
        position: absolute;
        bottom: 0; left: 0; right: 0;
        background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.5) 60%, transparent 100%);
        padding: 32px 24px 28px;
        z-index: 2;
      }
      .cc-cat-label {
        font-size: 0.6rem;
        font-weight: 700;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: #ed78a3;
        margin-bottom: 8px;
        display: block;
      }
      .cc-name-label {
        font-size: clamp(1rem, 1.8vw, 1.5rem);
        font-weight: 900;
        color: #fff;
        line-height: 1.15;
        margin: 0 0 6px;
        font-family: 'Unbounded', sans-serif;
      }
      .cc-handle-label {
        font-size: 0.75rem;
        color: rgba(255,255,255,0.5);
        margin-bottom: 10px;
        display: block;
      }
      .cc-desc-label {
        font-size: 0.75rem;
        color: rgba(255,255,255,0.65);
        line-height: 1.6;
        margin: 0;
      }
      /* views/mês por rede dentro do card */
      .cr-card-views {
        margin-top: 16px;
        padding-top: 14px;
        border-top: 1px solid rgba(255,255,255,0.12);
      }
      .cr-card-views:empty { display: none; }
      .cr-cv-label {
        display: block;
        font-size: 0.55rem;
        font-weight: 700;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: rgba(255,255,255,0.4);
        margin-bottom: 10px;
        font-family: sans-serif;
      }
      .cr-cv-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
      }
      .cr-cv-item {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        background: rgba(168,249,98,0.08);
        border: 1px solid rgba(168,249,98,0.22);
        border-radius: 20px;
        padding: 5px 11px;
        font-size: 0.78rem;
        font-weight: 800;
        color: #fff;
        font-family: 'Unbounded', sans-serif;
        line-height: 1;
      }
      .cr-cv-item i { color: #a8f962; font-size: 0.9rem; }

      @media (max-width: 900px) {
        .cr-section { padding: 70px 24px; }
        .cr-inner { grid-template-columns: 1fr; gap: 15px; }
        .cr-left, .cr-right { min-width: 0; }
        .cr-card { aspect-ratio: 4/5; position: relative; top: auto; transform: none; width: 100%; }
        .cr-stats { grid-template-columns: repeat(2,1fr); gap: 20px; }
      }
      @media (max-width: 560px) {
        .cr-item { gap: 10px; }
        .cr-cat { display: none; }
        .cr-name { white-space: normal; overflow: visible; text-overflow: clip; }
      }

/* ----- bloco 9 ----- */
      .cta-contato {
        background: #0d0d0d;
        padding: 100px 60px 110px;
      }
      .cta-contato-inner {
        max-width: 1400px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        align-items: start;
      }
      .cta-left { display: flex; flex-direction: column; justify-content: center; }
      .cta-right { display: flex; flex-direction: column; }
      .cta-contato-eyebrow {
        font-size: 0.65rem;
        font-weight: 700;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: #ed78a3;
        margin-bottom: 20px;
      }
      .cta-contato-title {
        font-size: clamp(1.4rem, 3vw, 2.6rem);
        font-weight: 900;
        line-height: 1.08;
        color: #fff;
        margin: 0 0 24px;
      }
      .cta-contato-title .grad {
        background: linear-gradient(100deg, #ed78a3 0%, #5a35fd 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
      }
      .cta-contato-sub {
        font-size: 0.9rem;
        color: rgba(255,255,255,0.55);
        margin-bottom: 36px;
        line-height: 1.6;
      }

      /* toggles */
      .cta-toggle {
        display: flex;
        gap: 8px;
        margin-bottom: 28px;
      }
      .cta-toggle-btn {
        padding: 10px 22px;
        border-radius: 50px;
        font-size: 0.8rem;
        font-weight: 600;
        cursor: pointer;
        border: none;
        transition: background 0.2s, color 0.2s;
        background: rgba(255,255,255,0.08);
        color: rgba(255,255,255,0.55);
        font-family: inherit;
      }
      .cta-toggle-btn.active {
        background: #a8f962;
        color: #000;
      }

      /* texto dinâmico */
      .cta-desc {
        font-size: 0.85rem;
        color: rgba(255,255,255,0.6);
        line-height: 1.7;
        margin-bottom: 36px;
        min-height: 48px;
      }

      /* cards de contato */
      .cta-cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
      }
      .cta-card {
        background: rgba(255,255,255,0.04);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: 1px solid rgba(255,255,255,0.1);
        border-radius: 14px;
        padding: 20px 22px 22px;
        text-decoration: none;
        display: block;
        transition: background 0.3s, border-color 0.3s, transform 0.2s;
      }
      .cta-card:hover {
        background: rgba(255,255,255,0.1);
        border-color: rgba(255,255,255,0.25);
        transform: translateY(-2px);
      }
      .cta-card-label {
        font-size: 0.6rem;
        font-weight: 700;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: rgba(255,255,255,0.35);
        margin-bottom: 10px;
        display: block;
      }
      .cta-card-value {
        font-size: 0.9rem;
        font-weight: 700;
        color: #fff;
        display: block;
      }

      @media (max-width: 900px) {
        .cta-contato { padding: 70px 24px 80px; }
        .cta-contato-inner { grid-template-columns: 1fr; gap: 48px; }
        .cta-cards { grid-template-columns: 1fr; }
      }

