/*
 * Estilos compartilhados entre termos-jumb.html e termos-documento-jumb.html.
 * Extraído dos blocos <style> que antes eram duplicados inteiramente nos
 * dois arquivos. A ordem dos blocos abaixo é a mesma da cascata original
 * (blocos mais abaixo sobrescrevem os de cima) — não reordenar.
 */

/* ==== jumb-base-tokens ==== */
      :root {
        --jumb-blue: #173f8f;
        --jumb-cyan: #20c6de;
        --jumb-green: #47d18c;
        --jumb-orange: #ff9f43;
      }

      html { scroll-behavior: smooth; }
      html, body {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
        overflow-x: hidden;
      }

      body {
        border: 0 !important;
      }

      .layout-navbar {
        top: 0 !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
        background: transparent !important;
      }

      .layout-navbar > .container {
        padding-top: 0 !important;
      }

      .jumb-navbar {
        margin-top: 0;
        border: 1px solid #b9e2ff;
        border-radius: 2.6rem;
        background: #cfeeff;
        box-shadow: 0 14px 34px rgba(7, 42, 92, .12);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
      }

      .jumb-navbar .nav-link,
      .jumb-navbar .dropdown-toggle,
      .jumb-navbar .navbar-toggler i {
        color: #0a3470 !important;
      }

      .jumb-brand-logo {
        width: 64px;
        height: 64px;
        object-fit: contain;
        border-radius: 50%;
        flex: 0 0 64px;
      }

      .jumb-brand-text {
        font-size: 1.55rem;
        letter-spacing: .01em;
        color: #082f68 !important;
      }

      .jumb-nav-link {
        font-weight: 600;
        border-radius: .8rem;
        padding-inline: .8rem !important;
        transition: color .2s ease, background-color .2s ease, transform .2s ease;
      }

      .jumb-nav-link.active {
        color: #ffffff !important;
        background: #0a3470;
        box-shadow: 0 8px 18px rgba(10, 52, 112, .18);
      }

      .jumb-nav-link:hover {
        color: #0a3470 !important;
        background: rgba(255,255,255,.45);
      }

      .jumb-nav-link.active:hover {
        color: #ffffff !important;
        background: #0a3470;
      }

      .jumb-theme-cycle {
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,.28);
        color: #0a3470;
        transition: background-color .2s ease, transform .2s ease;
      }

      .jumb-theme-cycle:hover {
        background: rgba(255,255,255,.52);
        transform: translateY(-1px);
      }

      .jumb-hero {
        min-height: 720px;
        display: flex;
        align-items: center;
        overflow: hidden;
        width: 100%;
        max-width: none;
        margin: .8rem 0 0;
        padding-top: 8.5rem;
        padding-bottom: 5.5rem;
        border-radius: 0 0 2rem 2rem;
        background: #041c46;
        box-shadow: 0 24px 60px rgba(3, 24, 58, .18);
      }

      .jumb-hero-video,
      .jumb-hero-overlay {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
      }

      .jumb-hero-video {
        inset: 0 0 0 auto;
        width: 74%;
        object-fit: cover;
        object-position: 72% center;
      }

      .jumb-hero-overlay {
        z-index: 1;
        background:
          linear-gradient(90deg,
            #041c46 0%,
            #041c46 28%,
            rgba(4, 28, 70, .98) 36%,
            rgba(4, 28, 70, .88) 43%,
            rgba(4, 28, 70, .66) 50%,
            rgba(4, 28, 70, .38) 57%,
            rgba(4, 28, 70, .16) 64%,
            rgba(4, 28, 70, .04) 72%,
            transparent 80%),
          linear-gradient(0deg, rgba(2, 21, 48, .18), rgba(2, 21, 48, 0));
      }

      .jumb-hero-content {
        position: relative;
        z-index: 2;
        max-width: 590px;
      }

      .jumb-kicker {
        display: inline-flex;
        align-items: center;
        gap: .5rem;
        padding: .55rem .95rem;
        border: 1px solid rgba(255,255,255,.22);
        border-radius: 999px;
        background: rgba(255,255,255,.12);
        color: #8af0c0;
        font-weight: 700;
        letter-spacing: .06em;
        text-transform: uppercase;
        backdrop-filter: blur(10px);
      }

      .jumb-hero-title {
        color: #fff;
        font-size: clamp(2.7rem, 5.7vw, 5.3rem);
        line-height: .99;
        letter-spacing: -.045em;
        margin: 1.45rem 0 1.25rem;
        text-shadow: 0 8px 34px rgba(0,0,0,.22);
      }

      .jumb-hero-title .title-line {
        display: block;
      }

      .jumb-hero-title .viva {
        display: inline-block;
        width: max-content;
        background-image: linear-gradient(90deg,
          #62e58f 0%,
          #9ee66f 28%,
          #d8e85a 48%,
          #ffbf3f 72%,
          #ff7a2f 100%);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent !important;
        -webkit-text-fill-color: transparent !important;
      }

      .jumb-hero-description {
        max-width: 620px;
        color: rgba(255,255,255,.92);
        font-size: 1.13rem;
        line-height: 1.65;
        margin-bottom: 1.75rem;
      }

      .jumb-store-badges {
        display: flex;
        flex-wrap: wrap;
        gap: .85rem;
      }

      .jumb-store-badges img {
        display: block;
        height: 52px;
        width: auto;
        transition: transform .2s ease, filter .2s ease;
      }

      .jumb-store-badges a:hover img {
        transform: translateY(-2px);
        filter: brightness(1.05);
      }

      .jumb-hero-points {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem 1.35rem;
        margin-top: 1.6rem;
        color: rgba(255,255,255,.88);
        font-size: .95rem;
      }

      .jumb-hero-points span {
        display: inline-flex;
        align-items: center;
        gap: .45rem;
      }

      .jumb-hero-points i { color: #7de9b7; }


      [data-bs-theme="dark"] .jumb-navbar {
        background: #071a33;
        border-color: #14375f;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
      }

      [data-bs-theme="dark"] .jumb-brand-text {
        color: #1769d2 !important;
      }

      [data-bs-theme="dark"] .jumb-navbar .nav-link,
      [data-bs-theme="dark"] .jumb-navbar .dropdown-toggle,
      [data-bs-theme="dark"] .jumb-navbar .navbar-toggler i {
        color: #f4f8ff !important;
      }

      [data-bs-theme="dark"] .jumb-nav-link:hover {
        color: #ffffff !important;
        background: rgba(255,255,255,.10);
      }

      [data-bs-theme="dark"] .jumb-nav-link.active,
      [data-bs-theme="dark"] .jumb-nav-link.active:hover {
        color: #ffffff !important;
        background: #1769d2;
      }

      [data-bs-theme="dark"] .jumb-theme-cycle {
        color: #ffffff;
        background: rgba(255,255,255,.10);
      }

      [data-bs-theme="dark"] .jumb-theme-cycle:hover {
        background: rgba(255,255,255,.16);
      }

      @media (max-width: 991.98px) {
        .jumb-navbar {
          margin-top: 0;
          border-radius: 2rem;
        }
        .jumb-hero {
          width: 100%;
          min-height: 680px;
          padding-top: 7rem;
          border-radius: 0 0 1.5rem 1.5rem;
        }
        .jumb-hero-video {
          width: 100%;
          object-position: 68% center;
        }
        .jumb-hero-overlay {
          background: linear-gradient(90deg, rgba(4, 28, 70, .97) 0%, rgba(4, 28, 70, .91) 48%, rgba(4, 28, 70, .66) 72%, rgba(4, 28, 70, .38) 100%);
        }
      }

      @media (max-width: 575.98px) {
        .jumb-hero {
          width: 100%;
          min-height: 650px;
          padding-top: 6.5rem;
          padding-bottom: 3.5rem;
          border-radius: 0 0 1.25rem 1.25rem;
        }
        .jumb-hero-video { opacity: .72; }
        .jumb-store-badges img { height: 45px; }
        .jumb-hero-description { font-size: 1rem; }
      }

  
/* ==== jumb-final-overrides ==== */
      html, body {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        min-height: 100% !important;
        overflow-x: hidden !important;
        border: 0 !important;
      }

      body::before,
      body::after {
        display: none !important;
        content: none !important;
      }

      .layout-navbar {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
      }

      .layout-navbar > .container {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 18px !important;
      }

      .jumb-navbar {
        margin: 0 !important;
        width: 100% !important;
        min-height: 92px !important;
        padding: 10px 22px !important;
        background: #cfeeff !important;
        border: 1px solid #a8d9fb !important;
        border-radius: 30px !important;
        overflow: hidden !important;
        box-shadow: 0 10px 28px rgba(7, 42, 92, .12) !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
      }

      .jumb-brand-logo {
        width: 72px !important;
        height: 72px !important;
        min-width: 72px !important;
        max-width: 72px !important;
        flex: 0 0 72px !important;
        object-fit: contain !important;
        border-radius: 50% !important;
      }

      .jumb-brand-text {
        color: #0b438f !important;
      }

      .jumb-hero {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        border-radius: 0 0 30px 30px !important;
      }

      .jumb-hero-title .viva {
        display: inline-block !important;
        width: fit-content !important;
        background: linear-gradient(
          90deg,
          #48d977 0%,
          #8ee85c 28%,
          #d8e84f 52%,
          #ffbf38 74%,
          #ff7a2f 100%
        ) !important;
        background-size: 100% 100% !important;
        background-repeat: no-repeat !important;
        -webkit-background-clip: text !important;
        background-clip: text !important;
        color: transparent !important;
        -webkit-text-fill-color: transparent !important;
      }

      [data-bs-theme="dark"] .jumb-navbar {
        background: #071a33 !important;
        border-color: #14375f !important;
      }

      [data-bs-theme="dark"] .jumb-brand-text {
        color: #1769d2 !important;
      }

      [data-bs-theme="dark"] .jumb-navbar .nav-link,
      [data-bs-theme="dark"] .jumb-navbar .dropdown-toggle,
      [data-bs-theme="dark"] .jumb-navbar .navbar-toggler i {
        color: #f4f8ff !important;
      }

      @media (max-width: 991.98px) {
        .layout-navbar > .container {
          padding: 0 10px !important;
        }

        .jumb-navbar {
          border-radius: 24px !important;
          min-height: 82px !important;
          padding: 8px 14px !important;
        }

        .jumb-brand-logo {
          width: 60px !important;
          height: 60px !important;
          min-width: 60px !important;
          max-width: 60px !important;
          flex-basis: 60px !important;
        }
      }


  
/* ==== jumb-navbar-layer-fix ==== */
      /* Menu sempre acima do vídeo, textos e demais seções */
      .layout-navbar {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 99999 !important;
        isolation: isolate !important;
        pointer-events: auto !important;
      }

      .layout-navbar > .container,
      .jumb-navbar {
        position: relative !important;
        z-index: 100000 !important;
      }

      .jumb-navbar {
        background: #cfeeff !important;
        opacity: 1 !important;
      }

      [data-bs-theme="dark"] .jumb-navbar {
        background: #071a33 !important;
        opacity: 1 !important;
      }

      /* Nenhum conteúdo do hero pode ficar acima do menu */
      .jumb-hero,
      .jumb-hero-video,
      .jumb-hero-overlay,
      .jumb-hero-content,
      main,
      section {
        z-index: auto;
      }

      .jumb-hero {
        position: relative !important;
        z-index: 1 !important;
      }

      .jumb-hero-video,
      .jumb-hero-overlay {
        z-index: 0 !important;
      }

      .jumb-hero-content {
        position: relative !important;
        z-index: 2 !important;
      }


  
/* ==== jumb-about-section-style ==== */
      #landingAbout {
        position: relative;
        background: var(--bs-body-bg);
        padding: 88px 0 96px;
        scroll-margin-top: 115px;
        overflow: hidden;
      }

      .jumb-about-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: .48rem .9rem;
        border-radius: .55rem;
        background: #eaf4ff;
        color: #1769d2;
        font-weight: 700;
        font-size: .92rem;
        line-height: 1;
      }

      .jumb-about-title {
        margin: 18px 0 10px;
        color: var(--bs-heading-color);
        font-weight: 800;
        letter-spacing: -.025em;
      }

      .jumb-about-lead {
        max-width: 900px;
        margin: 0 auto;
        color: var(--bs-body-color);
        font-size: 1.05rem;
        line-height: 1.7;
      }

      .jumb-about-steps {
        margin-top: 56px;
      }

      .jumb-about-step {
        height: 100%;
        text-align: center;
        padding: 14px 24px 8px;
      }

      .jumb-about-number {
        width: 58px;
        height: 58px;
        margin: 0 auto 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: linear-gradient(135deg, #1675e8 0%, #0a4698 100%);
        color: #fff;
        font-size: 1.35rem;
        font-weight: 800;
        box-shadow: 0 12px 26px rgba(16, 91, 181, .22);
      }

      .jumb-about-step h5 {
        margin-bottom: 10px;
        color: var(--bs-heading-color);
        font-size: 1.15rem;
        font-weight: 700;
      }

      .jumb-about-step p {
        max-width: 360px;
        margin: 0 auto;
        color: var(--bs-secondary-color);
        font-size: .98rem;
        line-height: 1.55;
      }

      [data-bs-theme="dark"] #landingAbout {
        background: #07111f;
      }

      [data-bs-theme="dark"] .jumb-about-badge {
        background: rgba(23, 105, 210, .18);
        color: #65a8ff;
      }

      [data-bs-theme="dark"] .jumb-about-number {
        background: linear-gradient(135deg, #2788ff 0%, #135dbb 100%);
      }

      @media (max-width: 991.98px) {
        #landingAbout {
          padding: 72px 0 78px;
        }

        .jumb-about-steps {
          margin-top: 42px;
        }
      }

    
  #downloadApp .jumb-store-badge-content {
    gap: 12px;
    padding: 8px 16px;
  }

  #downloadApp .jumb-store-badge-content i {
    font-size: 2.18rem;
  }

  #downloadApp .jumb-store-badge-copy small {
    font-size: .72rem;
  }

  #downloadApp .jumb-store-badge-copy strong {
    font-size: 1.28rem;
  }

  .jumb-google-play-mark {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    display: block;
  }

  #downloadApp .jumb-google-play-mark {
    width: 2.25rem;
    height: 2.25rem;
    flex-basis: 2.25rem;
  }

  .jumb-footer-store-button .jumb-google-play-mark {
    width: 2.45rem;
    height: 2.45rem;
    flex-basis: 2.45rem;
  }

  @media (max-width: 767.98px) {
        #landingAbout {
          padding: 60px 0 64px;
        }

        .jumb-about-lead {
          font-size: .98rem;
          padding: 0 8px;
        }

        .jumb-about-step {
          padding: 8px 18px 18px;
        }
      }


  
/* ==== jumb-about-refinement ==== */
      #landingAbout {
        padding-top: 64px !important;
        padding-bottom: 68px !important;
      }

      .jumb-about-steps {
        margin-top: 38px !important;
      }

      .jumb-about-step {
        padding-top: 8px !important;
        padding-bottom: 4px !important;
      }

      .jumb-about-number {
        width: 62px !important;
        height: 62px !important;
        margin-bottom: 14px !important;
        gap: 3px;
        flex-direction: column;
        line-height: 1;
      }

      .jumb-about-number i {
        font-size: 1.18rem;
        line-height: 1;
      }

      .jumb-about-number .step-number {
        font-size: .72rem;
        font-weight: 800;
        line-height: 1;
        opacity: .95;
      }

      .jumb-about-step h5 {
        margin-bottom: 7px !important;
      }

      @media (max-width: 767.98px) {
        #landingAbout {
          padding-top: 52px !important;
          padding-bottom: 54px !important;
        }

        .jumb-about-steps {
          margin-top: 30px !important;
        }
      }


  
/* ==== jumb-features-section-style ==== */
      #landingFeatures {
        position: relative;
        padding: 72px 0 76px;
        background: var(--bs-body-bg);
        scroll-margin-top: 115px;
      }

      .jumb-features-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: .48rem .9rem;
        border-radius: .55rem;
        background: #eaf4ff;
        color: #1769d2;
        font-weight: 700;
        font-size: .92rem;
        line-height: 1;
      }

      .jumb-features-title {
        margin: 18px 0 8px;
        color: var(--bs-heading-color);
        font-weight: 800;
        letter-spacing: -.025em;
      }

      .jumb-features-lead {
        max-width: 930px;
        margin: 0 auto;
        color: var(--bs-body-color);
        font-size: 1.02rem;
        line-height: 1.65;
      }

      .jumb-features-grid {
        margin-top: 48px;
      }

      .jumb-feature-item {
        height: 100%;
        text-align: center;
        padding: 18px 26px;
      }

      .jumb-feature-icon {
        width: 48px;
        height: 48px;
        margin: 0 auto 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        background: #edf5ff;
        color: #145db8;
        font-size: 1.35rem;
      }

      .jumb-feature-item h5 {
        margin-bottom: 8px;
        color: var(--bs-heading-color);
        font-size: 1.12rem;
        font-weight: 700;
      }

      .jumb-feature-item p {
        max-width: 360px;
        margin: 0 auto;
        color: var(--bs-secondary-color);
        font-size: .96rem;
        line-height: 1.55;
      }

      [data-bs-theme="dark"] #landingFeatures {
        background: #0a1422;
      }

      [data-bs-theme="dark"] .jumb-features-badge,
      [data-bs-theme="dark"] .jumb-feature-icon {
        background: rgba(23, 105, 210, .16);
        color: #67aaff;
      }

      @media (max-width: 991.98px) {
        #landingFeatures {
          padding: 64px 0 68px;
        }

        .jumb-features-grid {
          margin-top: 38px;
        }
      }

      @media (max-width: 767.98px) {
        #landingFeatures {
          padding: 56px 0 58px;
        }

        .jumb-feature-item {
          padding: 12px 18px 20px;
        }
      }


  
/* ==== jumb-features-rounded-fix ==== */
      #landingFeatures {
        width: calc(100% - 32px) !important;
        max-width: 1600px !important;
        margin: 16px auto !important;
        border-radius: 32px !important;
        overflow: hidden !important;
        box-shadow: 0 14px 38px rgba(7, 42, 92, .08);
      }

      [data-bs-theme="dark"] #landingFeatures {
        box-shadow: 0 14px 38px rgba(0, 0, 0, .22);
      }

      @media (max-width: 767.98px) {
        #landingFeatures {
          width: calc(100% - 16px) !important;
          margin: 8px auto !important;
          border-radius: 24px !important;
        }
      }


  
/* ==== jumb-features-sneat-shape ==== */
      #landingFeatures {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        border-radius: 32px 32px 0 0 !important;
        overflow: hidden !important;
        box-shadow: none !important;
      }

      [data-bs-theme="dark"] #landingFeatures {
        box-shadow: none !important;
      }

      @media (max-width: 767.98px) {
        #landingFeatures {
          width: 100% !important;
          margin: 0 !important;
          border-radius: 24px 24px 0 0 !important;
        }
      }


  
/* ==== jumb-section-separation-refinement ==== */
      /* Dá leitura clara de "uma seção terminou e a outra começou" */
      #landingAbout {
        background: #f3f7fb !important;
        padding-bottom: 78px !important;
      }

      #landingFeatures {
        position: relative !important;
        width: 100% !important;
        max-width: none !important;
        margin: 24px 0 0 !important;
        padding-top: 76px !important;
        background: #ffffff !important;
        border-radius: 46px 46px 0 0 !important;
        overflow: hidden !important;
        box-shadow: 0 -12px 34px rgba(7, 42, 92, .10) !important;
      }

      /* pequena linha/sombra interna que realça a curva, no estilo Sneat */
      #landingFeatures::before {
        content: "";
        position: absolute;
        top: 0;
        left: 46px;
        right: 46px;
        height: 1px;
        background: linear-gradient(
          90deg,
          transparent,
          rgba(23, 105, 210, .20),
          transparent
        );
        pointer-events: none;
      }

      [data-bs-theme="dark"] #landingAbout {
        background: #07111f !important;
      }

      [data-bs-theme="dark"] #landingFeatures {
        background: #0d1828 !important;
        box-shadow: 0 -14px 38px rgba(0, 0, 0, .34) !important;
      }

      [data-bs-theme="dark"] #landingFeatures::before {
        background: linear-gradient(
          90deg,
          transparent,
          rgba(103, 170, 255, .28),
          transparent
        );
      }

      @media (max-width: 767.98px) {
        #landingAbout {
          padding-bottom: 62px !important;
        }

        #landingFeatures {
          margin-top: 16px !important;
          padding-top: 60px !important;
          border-radius: 32px 32px 0 0 !important;
        }

        #landingFeatures::before {
          left: 28px;
          right: 28px;
        }
      }


  
/* ==== jumb-rounded-section-bottoms ==== */
  /*
    Agora cada bloco fica visualmente separado:
    - Funcionalidades: curva em cima E embaixo
    - seção seguinte: também recebe curva própria
  */
  #landingFeatures {
    position: relative !important;
    z-index: 2 !important;
    margin: 24px 0 !important;
    border-radius: 46px !important;
    overflow: hidden !important;
    box-shadow:
      0 -10px 30px rgba(7, 42, 92, .08),
      0  12px 30px rgba(7, 42, 92, .10) !important;
  }

  /* A seção imediatamente depois de Funcionalidades */
  #landingFeatures + section {
    position: relative !important;
    z-index: 1 !important;
    margin: 24px 0 !important;
    border-radius: 46px !important;
    overflow: hidden !important;
    box-shadow:
      0 -10px 30px rgba(7, 42, 92, .07),
      0  12px 30px rgba(7, 42, 92, .09) !important;
  }

  [data-bs-theme="dark"] #landingFeatures,
  [data-bs-theme="dark"] #landingFeatures + section {
    box-shadow:
      0 -12px 34px rgba(0, 0, 0, .24),
      0  14px 34px rgba(0, 0, 0, .28) !important;
  }

  @media (max-width: 767.98px) {
    #landingFeatures,
    #landingFeatures + section {
      margin: 16px 0 !important;
      border-radius: 32px !important;
    }
  }



/* ==== jumb-header-about-join-fix ==== */
  /* Header fica sobre o início do hero/sobre, sem faixa ou vão entre eles */
  header, .landing-navbar, .navbar-area, #landingNavbar {
    position: relative !important;
    z-index: 1000 !important;
    margin-bottom: 0 !important;
  }

  /* Remove o vão logo abaixo do header */
  #landingHero, #landingAbout {
    margin-top: 0 !important;
  }

  /* O primeiro bloco sobe por trás do header, deixando a curva do header visível */
  #landingHero {
    position: relative !important;
    z-index: 1 !important;
  }

  /* Sobre: sem espaço externo no começo e com final claramente arredondado */
  #landingAbout {
    position: relative !important;
    z-index: 2 !important;
    margin-top: 0 !important;
    margin-bottom: 24px !important;
    border-radius: 0 0 46px 46px !important;
    overflow: hidden !important;
    box-shadow: 0 14px 30px rgba(7, 42, 92, .10) !important;
  }

  [data-bs-theme="dark"] #landingAbout {
    box-shadow: 0 14px 34px rgba(0, 0, 0, .28) !important;
  }

  @media (max-width: 767.98px) {
    #landingAbout {
      margin-bottom: 16px !important;
      border-radius: 0 0 32px 32px !important;
    }
  }



/* ==== jumb-hero-about-overlap-fix ==== */
  /*
    Hero (vídeo) por cima da seção Sobre:
    - sem faixa/espaço entre os blocos
    - a borda arredondada inferior do hero continua visível
    - a seção Sobre começa imediatamente por baixo
  */
  #landingHero {
    position: relative !important;
    z-index: 5 !important;
    margin-bottom: 0 !important;
    border-radius: 0 0 46px 46px !important;
    overflow: hidden !important;
  }

  #landingAbout {
    position: relative !important;
    z-index: 2 !important;
    margin-top: -46px !important;
    padding-top: 110px !important;
    margin-bottom: 24px !important;
    border-radius: 0 0 46px 46px !important;
    overflow: hidden !important;
  }

  /* Garante que o contêiner geral não crie um vão entre as duas sections */
  .scrollspy-example {
    gap: 0 !important;
  }

  #landingHero + #landingAbout {
    margin-block-start: -46px !important;
  }

  @media (max-width: 767.98px) {
    #landingHero {
      border-radius: 0 0 32px 32px !important;
    }

    #landingAbout {
      margin-top: -32px !important;
      padding-top: 84px !important;
      border-radius: 0 0 32px 32px !important;
    }

    #landingHero + #landingAbout {
      margin-block-start: -32px !important;
    }
  }



/* ==== jumb-store-buttons-rounded ==== */
  /* Botões App Store / Google Play mais arredondados */
  .jumb-store-badge,
  .jumb-store-button,
  .app-store-btn,
  .play-store-btn,
  a[href*="apps.apple.com"],
  a[href*="play.google.com"] {
    border-radius: 22px !important;
    overflow: hidden !important;
  }

  .jumb-store-badge img,
  .jumb-store-button img,
  .app-store-btn img,
  .play-store-btn img,
  a[href*="apps.apple.com"] img,
  a[href*="play.google.com"] img {
    border-radius: 22px !important;
    display: block;
  }

  @media (max-width: 767.98px) {
    .jumb-store-badge,
    .jumb-store-button,
    .app-store-btn,
    .play-store-btn,
    a[href*="apps.apple.com"],
    a[href*="play.google.com"],
    .jumb-store-badge img,
    .jumb-store-button img,
    .app-store-btn img,
    .play-store-btn img,
    a[href*="apps.apple.com"] img,
    a[href*="play.google.com"] img {
      border-radius: 18px !important;
    }
  }



/* ==== jumb-v15-navbar-store-fix ==== */
  /* Espaço entre o topo da janela e o menu flutuante */
  .layout-navbar {
    top: 16px !important;
    padding-top: 0 !important;
  }

  .layout-navbar > .container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .jumb-navbar {
    border-radius: 30px !important;
    overflow: hidden !important;
  }

  /* O hero continua por trás do menu, sem criar uma faixa branca */
  #landingHero {
    margin-top: 0 !important;
  }

  /* Os links reais dos badges são javascript:void(0), então estilizamos
     diretamente o container, o <a> e a imagem. */
  #downloadApp.jumb-store-badges > a {
    display: inline-block !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    line-height: 0 !important;
  }

  #downloadApp.jumb-store-badges > a > img {
    display: block !important;
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  @media (max-width: 767.98px) {
    .layout-navbar {
      top: 10px !important;
    }

    .layout-navbar > .container {
      padding-left: 10px !important;
      padding-right: 10px !important;
    }

    #downloadApp.jumb-store-badges > a,
    #downloadApp.jumb-store-badges > a > img {
      border-radius: 15px !important;
    }
  }



/* ==== jumb-video-audio-control-style ==== */
  #landingHero {
    position: relative !important;
  }

  .jumb-video-audio-toggle {
    position: absolute !important;
    right: 18px !important;
    bottom: 18px !important;
    z-index: 999 !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(255,255,255,.30) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(5, 24, 51, .82) !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(0,0,0,.20) !important;
    cursor: pointer !important;
    line-height: 1 !important;
  }

  .jumb-video-audio-toggle i {
    display: block !important;
    font-size: 17px !important;
    line-height: 1 !important;
    color: #fff !important;
  }

  @media (max-width: 767.98px) {
    .jumb-video-audio-toggle {
      right: 12px !important;
      bottom: 12px !important;
      width: 30px !important;
      height: 30px !important;
      min-width: 30px !important;
      min-height: 30px !important;
    }

    .jumb-video-audio-toggle i {
      font-size: 15px !important;
    }
  }



/* ==== jumb-commercial-sections-v18 ==== */
  .jumb-section-shell {
    width: 100%;
    margin: 24px 0;
    border-radius: 46px;
    overflow: hidden;
    background: var(--bs-body-bg);
    box-shadow: 0 12px 32px rgba(7, 42, 92, .09);
  }

  .jumb-section-inner {
    padding: 72px 0;
  }

  .jumb-section-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .48rem .9rem;
    border-radius: .65rem;
    background: #eaf4ff;
    color: #1769d2;
    font-size: .92rem;
    font-weight: 700;
    line-height: 1;
  }

  .jumb-section-title {
    margin: 18px 0 8px;
    color: var(--bs-heading-color);
    font-weight: 800;
    letter-spacing: -.025em;
  }

  .jumb-section-subtitle {
    max-width: 900px;
    margin: 0 auto;
    color: var(--bs-secondary-color);
    line-height: 1.65;
  }

  /* Categorias */
  #landingCategories {
    scroll-margin-top: 118px;
  }

  .jumb-category-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 34px;
  }

  .jumb-category-pill {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 22px;
    border: 1px solid #d6e7f8;
    border-radius: 999px;
    background: #eef6fb;
    color: #0f559f;
    font-weight: 600;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  }

  .jumb-category-pill:hover {
    transform: translateY(-2px);
    background: #e5f2ff;
    box-shadow: 0 8px 22px rgba(7,42,92,.10);
  }

  .jumb-category-pill i {
    font-size: 1.15rem;
  }

  /* Seja guia */
  #landingGuide {
    scroll-margin-top: 118px;
    margin-top: -1px;
  }

  .jumb-guide-cta {
    padding: 42px 38px;
    border-radius: 34px;
    background: linear-gradient(100deg, #083d91 0%, #0d91d6 48%, #63b8ff 100%);
    color: #fff;
  }

  .jumb-guide-cta h3 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
  }

  .jumb-guide-cta p {
    margin: 0;
    color: rgba(255,255,255,.92);
    line-height: 1.55;
  }

  .jumb-guide-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    padding: 14px 22px;
    border-radius: 14px;
    background: #fff;
    color: #0a3e84;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0,0,0,.14);
  }

  /* FAQ */
  #landingFAQ {
    scroll-margin-top: 118px;
  }

  .jumb-faq-wrap {
    max-width: 1160px;
    margin: 40px auto 0;
  }

  .jumb-faq-item {
    margin-bottom: 10px;
    border: 1px solid rgba(9,62,128,.08);
    border-radius: 12px !important;
    overflow: hidden;
    background: var(--bs-body-bg);
    box-shadow: 0 6px 20px rgba(7,42,92,.05);
  }

  .jumb-faq-item .accordion-button {
    font-weight: 700;
    padding: 18px 20px;
    background: transparent;
  }

  .jumb-faq-item .accordion-body {
    padding: 0 20px 20px;
    color: var(--bs-body-color);
    line-height: 1.65;
  }

  /* Contato */
  #landingContact {
    scroll-margin-top: 118px;
  }

  .jumb-contact-grid {
    margin-top: 42px;
  }

  .jumb-contact-card {
    height: 100%;
    padding: 28px;
    border: 1px solid rgba(9,62,128,.09);
    border-radius: 18px;
    background: var(--bs-body-bg);
    box-shadow: 0 8px 26px rgba(7,42,92,.06);
  }

  .jumb-contact-line {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
  }

  .jumb-contact-line:last-child {
    margin-bottom: 0;
  }

  .jumb-contact-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #e8f3ff;
    color: #145db8;
    font-size: 1.2rem;
  }

  .jumb-contact-line a {
    color: var(--bs-heading-color);
    text-decoration: none;
  }

  .jumb-contact-form label {
    font-weight: 600;
    margin-bottom: 6px;
  }

  .jumb-contact-form .form-control {
    border-radius: 10px;
    min-height: 46px;
  }

  .jumb-contact-form textarea.form-control {
    min-height: 130px;
  }

  .jumb-contact-submit {
    border-radius: 10px;
    font-weight: 700;
  }

  /* Footer */
  .jumb-footer {
    margin: 24px 12px 12px;
    border-radius: 38px;
    overflow: hidden;
    background:
      radial-gradient(circle at 25% 0%, rgba(110,72,190,.35), transparent 34%),
      linear-gradient(115deg, #10182d 0%, #18213a 58%, #11182a 100%);
    color: #fff;
  }

  .jumb-footer-top {
    padding: 48px 42px 30px;
  }

  .jumb-footer-logo {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 50%;
    flex: 0 0 64px;
  }

  .jumb-footer-brand {
    margin-left: 4px;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .01em;
  }

  @media (max-width: 767.98px) {
    .jumb-footer-logo {
      width: 54px;
      height: 54px;
      flex-basis: 54px;
    }

    .jumb-footer-brand {
      font-size: 1.7rem;
    }
  }

  .jumb-footer h6,
  .jumb-footer .fw-bold {
    color: #fff;
  }

  .jumb-footer p,
  .jumb-footer a,
  .jumb-footer label {
    color: rgba(255,255,255,.90);
  }

  .jumb-footer a {
    text-decoration: none;
  }

  .jumb-footer a:hover {
    color: #fff;
  }

  .jumb-footer-links {
    display: grid;
    gap: 12px;
  }

  .jumb-footer-newsletter {
    display: flex;
    max-width: 360px;
    margin-top: 10px;
  }

  .jumb-footer-newsletter input {
    flex: 1;
    min-width: 0;
    border: 1px solid rgba(255,255,255,.30);
    border-right: 0;
    border-radius: 10px 0 0 10px;
    background: rgba(255,255,255,.04);
    color: #fff;
    padding: 10px 12px;
  }

  .jumb-footer-newsletter button {
    border: 0;
    border-radius: 0 10px 10px 0;
    background: #1788e8;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
  }

  .jumb-footer-socials {
    display: flex;
    gap: 10px;
    margin-top: 16px;
  }

  .jumb-footer-socials a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    font-size: 1.15rem;
  }

  .jumb-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 42px;
    background: linear-gradient(90deg, rgba(10,118,204,.55), rgba(44,95,184,.30));
    font-size: .92rem;
  }

  [data-bs-theme="dark"] .jumb-section-shell,
  [data-bs-theme="dark"] .jumb-contact-card,
  [data-bs-theme="dark"] .jumb-faq-item {
    background: #0b1727;
  }

  [data-bs-theme="dark"] .jumb-section-badge,
  [data-bs-theme="dark"] .jumb-contact-icon {
    background: rgba(23,105,210,.18);
    color: #1769d2;
  }

  [data-bs-theme="dark"] .jumb-category-pill {
    background: #10263c;
    border-color: #1a3a5b;
    color: #9fc9ff;
  }

  @media (max-width: 991.98px) {
    .jumb-guide-cta {
      padding: 34px 28px;
    }

    .jumb-guide-button {
      margin-top: 22px;
    }

    .jumb-footer-top {
      padding: 38px 26px 26px;
    }
  }

  @media (max-width: 767.98px) {
    .jumb-section-shell {
      margin: 16px 0;
      border-radius: 32px;
    }

    .jumb-section-inner {
      padding: 56px 0;
    }

    .jumb-guide-cta {
      border-radius: 28px;
      padding: 30px 22px;
    }

    .jumb-guide-button {
      min-width: 0;
      width: 100%;
    }

    .jumb-footer {
      margin: 16px 8px 8px;
      border-radius: 28px;
    }

    .jumb-footer-top {
      padding: 34px 22px 24px;
    }

    .jumb-footer-bottom {
      flex-direction: column;
      padding: 16px 22px;
    }
  }



/* ==== jumb-footer-v20-style ==== */
  /* Bloco de download do app no rodapé */
  .jumb-footer-app-title {
    margin-bottom: 16px;
    color: #fff;
    font-weight: 800;
  }

  .jumb-footer-store-buttons {
    display: grid;
    gap: 14px;
    max-width: 270px;
  }

  .jumb-footer-store-button {
    display: block;
    border-radius: 18px;
    overflow: hidden;
    line-height: 0;
    box-shadow: 0 8px 20px rgba(0,0,0,.18);
  }

  .jumb-footer-store-button img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
  }

  /* Redes sociais descem para a barra inferior */
  .jumb-footer-bottom {
    align-items: center;
  }

  .jumb-footer-bottom-socials {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .jumb-footer-bottom-socials a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    color: #fff;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease;
  }

  .jumb-footer-bottom-socials a:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,.20);
    color: #fff;
  }

  .jumb-footer-bottom-socials i {
    font-size: 1.15rem;
  }

  @media (max-width: 767.98px) {
    .jumb-footer-store-buttons {
      max-width: 240px;
    }

    .jumb-footer-store-button,
    .jumb-footer-store-button img {
      border-radius: 16px;
    }

    .jumb-footer-bottom {
      gap: 14px;
    }
  }



/* ==== jumb-footer-store-v22-fix ==== */
  .jumb-footer-store-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 260px !important;
    max-width: 100% !important;
  }

  .jumb-footer-store-button {
    display: block !important;
    width: 100% !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    line-height: 0 !important;
    background: #111827 !important;
    box-shadow: 0 8px 20px rgba(0,0,0,.18) !important;
  }

  .jumb-footer-store-button img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 18px !important;
    object-fit: contain !important;
  }

  @media (max-width: 767.98px) {
    .jumb-footer-store-buttons {
      width: 235px !important;
    }

    .jumb-footer-store-button,
    .jumb-footer-store-button img {
      border-radius: 16px !important;
    }
  }



/* ==== jumb-footer-v23-fullwidth ==== */
  /* Rodapé encostado nas laterais e no fim da página */
  .jumb-footer {
    width: 100% !important;
    max-width: none !important;
    margin: 24px 0 0 !important;
    border-radius: 38px 38px 0 0 !important;
  }

  .jumb-footer-top,
  .jumb-footer-bottom {
    width: 100% !important;
  }

  .jumb-footer-bottom {
    margin: 0 !important;
    border-radius: 0 !important;
  }

  body {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  html {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  @media (max-width: 767.98px) {
    .jumb-footer {
      margin: 16px 0 0 !important;
      border-radius: 28px 28px 0 0 !important;
    }
  }



/* ==== jumb-footer-v24-store-clickable ==== */
  .jumb-footer-store-button {
    cursor: pointer !important;
  }



/* ==== jumb-footer-v25-store-hover ==== */
  .jumb-footer-store-button {
    cursor: pointer !important;
    transition:
      transform .20s ease,
      box-shadow .20s ease,
      filter .20s ease !important;
  }

  .jumb-footer-store-button:hover {
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .28) !important;
    filter: brightness(1.08) !important;
  }

  .jumb-footer-store-button:active {
    transform: translateY(-1px) scale(.99) !important;
  }

  .jumb-footer-store-button:focus-visible {
    outline: 2px solid #5ea8ff !important;
    outline-offset: 3px !important;
  }



/* ==== jumb-sections-premium-v27 ==== */
  /* ===== Ajustes gerais das seções (sem tocar no footer) ===== */
  #landingAbout,
  #landingFeatures,
  #landingCategories,
  #landingFAQ,
  #landingContact {
    position: relative;
  }

  /* Aparição suave ao rolar */
  .jumb-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .65s ease, transform .65s ease;
  }

  .jumb-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* ===== COMO FUNCIONA ===== */
  #landingAbout .jumb-about-steps {
    position: relative;
    margin-top: 46px !important;
  }

  #landingAbout .jumb-about-steps::before {
    content: "";
    position: absolute;
    top: 39px;
    left: 16.5%;
    right: 16.5%;
    height: 2px;
    background: linear-gradient(90deg,
      rgba(39,136,255,.18),
      rgba(39,136,255,.75),
      rgba(39,136,255,.18));
    z-index: 0;
  }

  #landingAbout .jumb-about-step {
    position: relative;
    z-index: 1;
    padding: 18px 20px !important;
  }

  #landingAbout .jumb-about-number {
    position: relative;
    z-index: 2;
    background: linear-gradient(145deg, #1688ff, #0b4bb7) !important;
    box-shadow: 0 12px 30px rgba(22, 117, 232, .28) !important;
    transition: transform .25s ease, box-shadow .25s ease;
  }

  #landingAbout .jumb-about-step:hover .jumb-about-number {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 16px 34px rgba(22, 117, 232, .36) !important;
  }

  /* ===== FUNCIONALIDADES ===== */
  #landingFeatures .jumb-features-grid {
    row-gap: 22px !important;
  }

  #landingFeatures .jumb-feature-item {
    border: 1px solid rgba(30, 105, 190, .12);
    border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.96), rgba(246,250,255,.96));
    box-shadow: 0 10px 28px rgba(9, 57, 113, .07);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }

  #landingFeatures .jumb-feature-item:hover {
    transform: translateY(-5px);
    border-color: rgba(39, 136, 255, .30);
    box-shadow: 0 18px 38px rgba(9, 57, 113, .13);
  }

  #landingFeatures .jumb-feature-icon {
    width: 52px !important;
    height: 52px !important;
    border-radius: 16px !important;
    background: linear-gradient(145deg, #eaf4ff, #d8ebff) !important;
    color: #1166d7 !important;
    box-shadow: inset 0 0 0 1px rgba(39,136,255,.09);
    transition: transform .25s ease;
  }

  #landingFeatures .jumb-feature-item:hover .jumb-feature-icon {
    transform: scale(1.08) rotate(-2deg);
  }

  [data-bs-theme="dark"] #landingFeatures .jumb-feature-item {
    background:
      linear-gradient(180deg, rgba(17,37,63,.95), rgba(10,26,46,.97));
    border-color: rgba(96, 168, 255, .17);
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
  }

  [data-bs-theme="dark"] #landingFeatures .jumb-feature-item:hover {
    border-color: rgba(96, 168, 255, .35);
    box-shadow: 0 18px 42px rgba(0,0,0,.28);
  }

  [data-bs-theme="dark"] #landingFeatures .jumb-feature-icon {
    background: linear-gradient(145deg, #17375c, #0f2a49) !important;
    color: #6fb2ff !important;
  }

  /* ===== CATEGORIAS ===== */
  #landingCategories .jumb-category-pills {
    gap: 18px !important;
    margin-top: 34px !important;
  }

  #landingCategories .jumb-category-pill {
    min-width: 190px;
    min-height: 74px;
    justify-content: center;
    border-radius: 20px !important;
    background:
      radial-gradient(circle at 85% 10%, rgba(94,184,255,.20), transparent 42%),
      linear-gradient(145deg, #eef7ff, #dceeff) !important;
    border: 1px solid rgba(39,136,255,.16) !important;
    box-shadow: 0 10px 26px rgba(7,42,92,.08);
    font-size: 1rem;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }

  #landingCategories .jumb-category-pill i {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #1769d2;
    color: #fff;
  }

  #landingCategories .jumb-category-pill:hover {
    transform: translateY(-5px);
    border-color: rgba(39,136,255,.38) !important;
    box-shadow: 0 18px 38px rgba(7,42,92,.13);
  }

  [data-bs-theme="dark"] #landingCategories .jumb-category-pill {
    background:
      radial-gradient(circle at 85% 10%, rgba(39,136,255,.18), transparent 42%),
      linear-gradient(145deg, #112943, #0b2037) !important;
    border-color: rgba(96,168,255,.18) !important;
  }

  /* ===== BLOCO GUIA: mantém os azuis atuais e melhora profundidade ===== */
  .jumb-guide-cta {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    box-shadow: 0 18px 42px rgba(6, 53, 122, .22) !important;
  }

  .jumb-guide-cta::before {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    right: -95px;
    top: -145px;
    border-radius: 50%;
    background: rgba(255,255,255,.10);
    filter: blur(2px);
    z-index: -1;
  }

  .jumb-guide-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(120deg, transparent 0 65%, rgba(255,255,255,.08) 100%);
    pointer-events: none;
    z-index: -1;
  }

  .jumb-guide-button {
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
  }

  .jumb-guide-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(0,0,0,.18);
    background: #f5f9ff;
  }

  /* ===== FAQ ===== */
  #landingFAQ .jumb-faq-item {
    border-radius: 16px !important;
    border: 1px solid rgba(39,136,255,.10) !important;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
  }

  #landingFAQ .jumb-faq-item:hover {
    transform: translateY(-2px);
    border-color: rgba(39,136,255,.24) !important;
    box-shadow: 0 10px 26px rgba(7,42,92,.09);
  }

  #landingFAQ .accordion-button:not(.collapsed) {
    color: #0d5ebd !important;
    background: rgba(231,244,255,.72) !important;
    box-shadow: none !important;
  }

  [data-bs-theme="dark"] #landingFAQ .accordion-button:not(.collapsed) {
    color: #75b6ff !important;
    background: rgba(29,72,116,.30) !important;
  }

  /* ===== CONTATO ===== */
  #landingContact .jumb-contact-grid {
    align-items: stretch;
  }

  #landingContact .jumb-contact-card {
    border-radius: 22px !important;
    border: 1px solid rgba(39,136,255,.11) !important;
    box-shadow: 0 12px 30px rgba(7,42,92,.07) !important;
  }

  #landingContact .jumb-contact-line {
    padding: 10px 12px;
    border-radius: 14px;
    transition: background .2s ease, transform .2s ease;
  }

  #landingContact .jumb-contact-line:hover {
    background: rgba(231,244,255,.72);
    transform: translateX(3px);
  }

  #landingContact .jumb-contact-icon {
    border-radius: 50% !important;
    background: linear-gradient(145deg, #eef7ff, #d9ecff) !important;
    box-shadow: inset 0 0 0 1px rgba(39,136,255,.10);
  }

  [data-bs-theme="dark"] #landingContact .jumb-contact-line:hover {
    background: rgba(39,136,255,.08);
  }

  [data-bs-theme="dark"] #landingContact .jumb-contact-icon {
    background: linear-gradient(145deg, #17375c, #0f2a49) !important;
  }

  #landingContact .jumb-contact-form .form-control {
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
  }

  #landingContact .jumb-contact-form .form-control:focus {
    border-color: #2b86ee;
    box-shadow: 0 0 0 .18rem rgba(43,134,238,.12);
  }

  #landingContact .jumb-contact-submit {
    transition: transform .2s ease, box-shadow .2s ease;
  }

  #landingContact .jumb-contact-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(23,105,210,.24);
  }

  /* ===== Responsividade ===== */
  @media (max-width: 991.98px) {
    #landingAbout .jumb-about-steps::before {
      display: none;
    }

    #landingCategories .jumb-category-pill {
      min-width: 170px;
    }
  }

  @media (max-width: 767.98px) {
    #landingFeatures .jumb-feature-item {
      border-radius: 18px;
    }

    #landingCategories .jumb-category-pills {
      display: grid !important;
      grid-template-columns: 1fr;
      max-width: 360px;
      margin-left: auto;
      margin-right: auto;
    }

    #landingCategories .jumb-category-pill {
      min-width: 0;
      width: 100%;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .jumb-reveal,
    .jumb-feature-item,
    .jumb-category-pill,
    .jumb-guide-button,
    .jumb-contact-line {
      transition: none !important;
      transform: none !important;
    }
  }



/* ==== jumb-v28-categories-contact ==== */
  /* ===== CATEGORIAS COM IMAGEM ===== */
  #landingCategories .jumb-category-pills {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
    max-width: 1120px;
    margin: 38px auto 0 !important;
  }

  #landingCategories .jumb-category-pill {
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    display: block !important;
    overflow: hidden !important;
    border-radius: 24px !important;
    text-align: left;
    background: var(--bs-body-bg) !important;
  }

  #landingCategories .jumb-category-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background:
      linear-gradient(135deg, rgba(25,105,210,.18), rgba(99,184,255,.28)),
      #e9f4ff;
  }

  #landingCategories .jumb-category-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .4s ease;
  }

  #landingCategories .jumb-category-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1769d2;
    font-weight: 700;
    font-size: .92rem;
    letter-spacing: .01em;
  }

  #landingCategories .jumb-category-content {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px 20px;
  }

  #landingCategories .jumb-category-content i {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #1769d2;
    color: #fff;
    font-size: 1.25rem;
  }

  #landingCategories .jumb-category-copy strong {
    display: block;
    color: var(--bs-heading-color);
    font-size: 1.05rem;
    margin-bottom: 3px;
  }

  #landingCategories .jumb-category-copy small {
    display: block;
    color: var(--bs-secondary-color);
    line-height: 1.4;
  }

  #landingCategories .jumb-category-pill:hover .jumb-category-media img {
    transform: scale(1.045);
  }

  [data-bs-theme="dark"] #landingCategories .jumb-category-media {
    background:
      linear-gradient(135deg, rgba(22,105,210,.24), rgba(99,184,255,.13)),
      #10243b;
  }

  [data-bs-theme="dark"] #landingCategories .jumb-category-placeholder {
    color: #82bdff;
  }

  /* ===== CONTATO MAIS COMPLETO ===== */
  #landingContact .jumb-contact-card {
    overflow: hidden;
  }

  #landingContact .jumb-contact-info-title {
    font-weight: 800;
    color: var(--bs-heading-color);
    margin-bottom: 8px;
  }

  #landingContact .jumb-contact-info-copy {
    color: var(--bs-secondary-color);
    line-height: 1.55;
    margin-bottom: 24px;
  }

  #landingContact .jumb-contact-note {
    margin-top: 24px;
    padding: 15px 16px;
    border-radius: 14px;
    background: rgba(23,105,210,.07);
    border: 1px solid rgba(23,105,210,.10);
    color: var(--bs-secondary-color);
    font-size: .92rem;
    line-height: 1.5;
  }

  #landingContact .jumb-contact-note i {
    color: #1769d2;
    margin-right: 7px;
  }

  #landingContact .jumb-contact-form .row {
    row-gap: 16px !important;
  }

  #landingContact .jumb-contact-form .form-control,
  #landingContact .jumb-contact-form .form-select {
    min-height: 48px;
    border-radius: 12px !important;
  }

  #landingContact .jumb-contact-form textarea.form-control {
    min-height: 150px;
  }

  #landingContact .jumb-contact-submit {
    min-width: 170px;
    min-height: 46px;
    border-radius: 12px !important;
  }

  @media (max-width: 991.98px) {
    #landingCategories .jumb-category-pills {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  }

  @media (max-width: 767.98px) {
    #landingCategories .jumb-category-pills {
      grid-template-columns: 1fr !important;
      max-width: 430px !important;
    }
  }



/* ==== jumb-legal-pages-style ==== */
  .jumb-legal-page {
    min-height: 72vh;
    padding: 150px 0 84px;
    background:
      radial-gradient(circle at 10% 0%, rgba(61, 150, 255, .08), transparent 28%),
      var(--bs-body-bg);
  }

  .jumb-legal-page .legal-heading {
    max-width: 820px;
    margin: 0 auto 42px;
    text-align: center;
  }

  .jumb-legal-page .legal-heading h1,
  .jumb-legal-page .legal-heading h2 {
    color: var(--bs-heading-color);
    font-weight: 800;
    letter-spacing: -.025em;
  }

  .jumb-legal-page .legal-heading p {
    color: var(--bs-secondary-color);
    line-height: 1.65;
  }

  .jumb-legal-page .badge {
    border-radius: .7rem;
    padding: .5rem .9rem;
  }

  #policy-documents-list .card,
  #policy-document-content {
    border: 1px solid rgba(30, 105, 190, .12);
    border-radius: 22px;
    box-shadow: 0 10px 28px rgba(7, 42, 92, .07);
    overflow: hidden;
  }

  #policy-documents-list .card {
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  }

  #policy-documents-list .card:hover {
    transform: translateY(-4px);
    border-color: rgba(39, 136, 255, .30);
    box-shadow: 0 18px 38px rgba(7, 42, 92, .13);
  }

  #policy-document-content .card-body {
    padding: 34px;
  }

  .policy-document-text {
    line-height: 1.75;
  }

  .policy-document-text h1,
  .policy-document-text h2,
  .policy-document-text h3,
  .policy-document-text h4 {
    color: var(--bs-heading-color);
    margin-top: 1.6em;
    margin-bottom: .7em;
  }

  .jumb-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
    color: #1769d2;
    background: rgba(23, 105, 210, .08);
    transition: transform .2s ease, background .2s ease;
  }

  .jumb-back-link:hover {
    transform: translateX(-2px);
    background: rgba(23, 105, 210, .13);
    color: #1769d2;
  }

  [data-bs-theme="dark"] #policy-documents-list .card,
  [data-bs-theme="dark"] #policy-document-content {
    background: #0b1727;
    border-color: rgba(96, 168, 255, .14);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .20);
  }

  [data-bs-theme="dark"] .jumb-back-link {
    color: #7bbaff;
    background: rgba(39, 136, 255, .12);
  }

  @media (max-width: 767.98px) {
    .jumb-legal-page {
      padding: 132px 0 58px;
    }

    #policy-document-content .card-body {
      padding: 22px;
    }
  }



/* ==== jumb-footer-brand-fixed-color ==== */
  .jumb-footer-brand,
  [data-bs-theme="light"] .jumb-footer-brand,
  [data-bs-theme="dark"] .jumb-footer-brand {
    color: #1769d2 !important;
  }



/* ==== jumb-legal-hide-login ==== */
  .jumb-login-button,
  .jumb-enter-button,
  a[href*="login"].btn,
  a[href*="entrar"].btn {
    display: none !important;
  }



/* ==== jumb-store-badges-portuguese ==== */
  .jumb-store-badge-content {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, .36);
    border-radius: inherit;
    background: #050505;
    color: #fff;
    line-height: 1;
    text-align: left;
  }

  .jumb-store-badge-content i {
    flex: 0 0 auto;
    color: #fff;
    font-size: 2rem;
  }

  .jumb-store-badge-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .jumb-store-badge-copy small {
    color: #fff;
    font-size: .65rem;
    font-weight: 500;
    line-height: 1;
  }

  .jumb-store-badge-copy strong {
    color: #fff;
    font-size: 1.13rem;
    font-weight: 600;
    line-height: 1.08;
    white-space: nowrap;
  }

  #downloadApp.jumb-store-badges > a {
    width: 198px;
    height: 60px;
    text-decoration: none;
  }

  .jumb-footer-store-button {
    min-height: 72px;
    text-decoration: none;
  }

  .jumb-footer-store-button .jumb-store-badge-content {
    padding: 10px 18px;
  }

  .jumb-footer-store-button .jumb-store-badge-content i {
    font-size: 2.35rem;
  }

  .jumb-footer-store-button .jumb-store-badge-copy small {
    font-size: .76rem;
  }

  .jumb-footer-store-button .jumb-store-badge-copy strong {
    font-size: 1.42rem;
  }

  @media (max-width: 767.98px) {
    #downloadApp.jumb-store-badges > a {
      width: 178px;
      height: 54px;
    }

    .jumb-store-badge-content {
      gap: 8px;
      padding: 6px 12px;
    }

    .jumb-store-badge-content i {
      font-size: 1.75rem;
    }

    .jumb-store-badge-copy strong {
      font-size: 1.03rem;
    }

    .jumb-footer-store-button {
      min-height: 66px;
    }

    #downloadApp .jumb-store-badge-copy strong {
      font-size: 1.12rem;
    }

    #downloadApp .jumb-google-play-mark {
      width: 2rem;
      height: 2rem;
      flex-basis: 2rem;
    }

  }



/* ==== jumb-legal-shared-header-footer ==== */
  .jumb-footer-brand,
  [data-bs-theme="light"] .jumb-footer-brand,
  [data-bs-theme="dark"] .jumb-footer-brand {
    color: #1769d2 !important;
  }

  .jumb-footer-links a {
    display: inline-block;
    width: fit-content;
    transform-origin: left center;
    transition: transform .20s ease, color .20s ease, filter .20s ease;
  }

  .jumb-footer-links a:hover,
  .jumb-footer-links a:focus-visible {
    color: #fff !important;
    transform: scale(1.08);
    filter: brightness(1.12);
  }

  .jumb-footer-links a:active {
    transform: scale(1.03);
  }

  .jumb-store-badge-content .bx.bxl-apple {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 2.55rem !important;
    min-width: 2.55rem !important;
    height: 2.55rem !important;
    font-size: 2.55rem !important;
    line-height: 1 !important;
    transform: scale(1.18) !important;
    transform-origin: center !important;
  }

  .jumb-footer-store-button .jumb-store-badge-content .bx.bxl-apple {
    width: 3rem !important;
    min-width: 3rem !important;
    height: 3rem !important;
    font-size: 3rem !important;
    transform: scale(1.22) !important;
  }

