 .header-area {
      position: fixed !important;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 9999;
      background: transparent !important;
      box-shadow: none !important;
      backdrop-filter: none !important;
      border-bottom: 0 !important;
      padding-top: 12px;
      padding-bottom: 12px;
      height: auto !important;
      min-height: unset !important;
      transition:
        background .08s linear,
        box-shadow .08s linear,
        backdrop-filter .08s linear,
        border-color .08s linear,
        padding .08s linear;
    }

    .header-area::before,
    .header-area::after,
    .header-area .main-nav::before,
    .header-area .main-nav::after {
      display: none !important;
      content: none !important;
    }

    .header-area.background-header {
      background: rgba(255, 255, 255, 0.98) !important;
      backdrop-filter: blur(8px) !important;
      box-shadow: 0 8px 24px rgba(15, 31, 76, 0.06) !important;
      border-bottom: 1px solid rgba(15, 31, 76, 0.08) !important;
      padding-top: 12px;
      padding-bottom: 12px;
    }

    .header-area,
    .header-area.background-header {
      min-height: unset !important;
      height: auto !important;
    }

    .header-area .main-nav,
    .header-area.background-header .main-nav {
      min-height: 72px !important;
      height: 72px !important;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
      background: transparent !important;
      border-bottom: 0 !important;
      box-shadow: none !important;
      overflow: visible !important;
      position: relative;
    }

    .header-area .logo,
    .header-area.background-header .logo {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: flex-start;
      height: 72px !important;
      line-height: normal !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      margin: 0 !important;
      float: none !important;
      flex: 0 1 auto;
    }

    .logo-wrapper {
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      width: 270px;
      max-width: 270px;
      height: 72px;
      position: relative;
      flex-shrink: 1;
      min-height: unset !important;
    }

    .logo-wrapper img {
      display: block;
      width: auto;
      max-width: 100%;
      max-height: 42px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      transition: opacity .08s linear;
      will-change: opacity;
    }

    .logo-branca {
      opacity: 1;
      z-index: 2;
    }

    .logo-azul {
      opacity: 0;
      z-index: 1;
      pointer-events: none;
    }

    .header-area.background-header .logo-branca {
      opacity: 0;
    }

    .header-area.background-header .logo-azul {
      opacity: 1;
    }

    .header-area .main-nav .nav,
    .header-area.background-header .main-nav .nav,
    .header-area .nav,
    .header-area.background-header .nav {
      float: none !important;
      margin: 0 0 0 auto !important;
      padding-left: 36px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 2px;
      flex: 1 1 auto;
      background: transparent !important;
      transition: none !important;
      position: relative;
      z-index: 999;
    }

    .header-area .main-nav .nav li,
    .header-area.background-header .main-nav .nav li {
      display: flex;
      align-items: center;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

    .header-area .main-nav .nav li a,
    .header-area .main-nav .nav li a.active,
    .header-area .main-nav .nav li:hover a,
    .header-area.background-header .main-nav .nav li a,
    .header-area.background-header .main-nav .nav li a.active,
    .header-area.background-header .main-nav .nav li:hover a {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      height: 72px !important;
      line-height: 1 !important;
      padding: 0 16px !important;
      margin: 0 !important;
      border: 0 !important;
      border-bottom: 0 !important;
      box-shadow: none !important;
      text-decoration: none !important;
      font-size: 15px !important;
      font-weight: 600 !important;
      letter-spacing: 0.2px !important;
      text-transform: capitalize;
      position: relative !important;
      transition:
        color .08s linear,
        text-shadow .08s linear,
        filter .08s linear,
        opacity .08s linear !important;
    }

    .header-area .main-nav .nav li a::before,
    .header-area .main-nav .nav li a::after,
    .header-area.background-header .main-nav .nav li a::before,
    .header-area.background-header .main-nav .nav li a::after,
    .header-area .nav li a.active::after,
    .background-header .nav li a.active::after {
      display: none !important;
      content: none !important;
      width: 0 !important;
      height: 0 !important;
      border: 0 !important;
      background: transparent !important;
    }

    .header-area .main-nav .nav li a {
      color: #5db8e4 !important;
      filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.12));
    }

    .header-area .main-nav .nav li a:hover,
    .header-area .main-nav .nav li a.active {
      color: #5db8e4 !important;
      filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.12));
    }

    .header-area.background-header .main-nav .nav li a {
      color: #34465f !important;
      text-shadow: none !important;
      filter: none !important;
      opacity: 1 !important;
    }

    .header-area.background-header .main-nav .nav li a:hover,
    .header-area.background-header .main-nav .nav li a.active {
      color: #4b8ef1 !important;
      text-shadow: none !important;
      filter: none !important;
      opacity: 1 !important;
    }

    .menu-trigger,
    .header-area.background-header .menu-trigger {
      display: none !important;
      width: 42px !important;
      min-width: 42px !important;
      height: 42px !important;
      margin: 0 !important;
      padding: 0 !important;
      position: relative !important;
      top: auto !important;
      right: 0 !important;
      align-items: center !important;
      justify-content: center !important;
      align-self: center !important;
      text-indent: -9999em;
      overflow: hidden;
    }

    .menu-trigger span,
    .menu-trigger span:before,
    .menu-trigger span:after {
      background-color: #edf6ff !important;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
      transition: all .08s linear !important;
    }

    .header-area.background-header .menu-trigger span,
    .header-area.background-header .menu-trigger span:before,
    .header-area.background-header .menu-trigger span:after {
      background-color: #34465f !important;
      box-shadow: none !important;
    }

    .hero-novo {
      position: relative;
      overflow: hidden;
      min-height: 100vh;
      display: flex;
      align-items: center;
      padding: 170px 0 90px;
  background-image: url("../images/img_fundo.png");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
    }

    .hero-novo .container,
    .hero-novo .row {
      position: relative;
      z-index: 3;
    }

    .hero-conteudo {
      max-width: 720px;
      padding-right: 10px;
    }

    .hero-tag {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 18px;
      border-radius: 999px;
      background: rgba(3, 27, 99, 0.32);
      border: 1px solid rgba(255, 255, 255, 0.20);
      backdrop-filter: blur(8px);
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .6px;
      margin-bottom: 26px;
    }

    .hero-tag i {
      color: #5ed0ff;
    }

    .hero-novo h1 {
      font-size: 66px;
      line-height: 1.08;
      font-weight: 800;
      color: #ffffff;
      margin-bottom: 24px;
      max-width: 560px;
      text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
    }

    .hero-novo h1 span {
      color: #45c7ff;
    }

    .hero-novo p {
      font-size: 17px;
      line-height: 1.9;
      color: rgba(255, 255, 255, 0.96);
      max-width: 520px;
      margin-bottom: 28px;
      word-break: normal;
      overflow-wrap: break-word;
      text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
    }

    .hero-botoes {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-bottom: 36px;
    }

    .hero-botao {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 14px 24px;
      border-radius: 12px;
      font-size: 16px;
      font-weight: 700;
      transition: all .3s ease;
      text-decoration: none !important;
    }

    .hero-botao:hover {
      transform: translateY(-2px);
    }

    .hero-botao.whatsapp {
      background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
      color: #fff !important;
      box-shadow: 0 16px 35px rgba(34, 197, 94, 0.28);
    }

    .hero-botao.servicos {
      background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
      color: #fff !important;
      box-shadow: 0 16px 35px rgba(37, 99, 235, 0.28);
    }

    .hero-diferenciais {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      max-width: 690px;
    }

    .hero-diferencial {
      background: rgba(3, 27, 99, 0.30);
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: 18px;
      padding: 18px 16px;
      display: flex;
      gap: 14px;
      align-items: flex-start;
      backdrop-filter: blur(8px);
      min-height: 112px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    }

    .hero-diferencial-icone {
      width: 48px;
      height: 48px;
      min-width: 48px;
      border-radius: 14px;
      background: rgba(58, 128, 255, 0.28);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 20px;
    }

    .hero-diferencial h5 {
      color: #fff;
      font-size: 17px;
      font-weight: 700;
      margin-bottom: 6px;
      line-height: 1.2;
    }

    .hero-diferencial p {
      font-size: 14px;
      line-height: 1.55;
      margin-bottom: 0;
      color: rgba(255, 255, 255, 0.88);
      max-width: none;
      text-shadow: none;
    }

    .services {
      margin-top: 0;
      padding-top: 110px;
    }

    .servico-link {
      display: block;
      color: inherit !important;
    }

    .servico-link:hover {
      color: inherit !important;
    }

    .service-item {
      height: 100%;
      min-height: 295px;
    }

    .service-item h4 {
      min-height: 58px;
    }

    .service-item p {
      min-height: 118px;
    }

    .categoria-faixa {
      margin-top: 30px;
    }

    .categoria-faixa .service-item {
      min-height: 295px;
    }

    .about-us .box-item h4 i {
      margin-right: 10px;
      color: #4b8ef1;
    }

    .cta-faixa {
      margin-top: 110px;
      position: relative;
      z-index: 2;
    }

    .cta-box {
      background: linear-gradient(135deg, #4b8ef1 0%, #052d69 100%);
      border-radius: 35px;
      padding: 50px 40px;
      color: #fff;
      box-shadow: 0 25px 50px rgba(75, 142, 241, 0.25);
      overflow: hidden;
      position: relative;
    }

    .cta-box:before {
      content: '';
      position: absolute;
      right: -40px;
      top: -40px;
      width: 220px;
      height: 220px;
      background: rgba(255, 255, 255, 0.08);
      border-radius: 50%;
    }

    .cta-box:after {
      content: '';
      position: absolute;
      left: -50px;
      bottom: -60px;
      width: 180px;
      height: 180px;
      background: rgba(255, 255, 255, 0.06);
      border-radius: 50%;
    }

    .cta-box h4,
    .cta-box p {
      color: #fff;
      position: relative;
      z-index: 2;
    }

    .cta-box h4 {
      font-size: 34px;
      font-weight: 700;
      margin-bottom: 12px;
    }

    .cta-box p {
      margin-bottom: 24px;
    }

    .cta-botoes {
      position: relative;
      z-index: 2;
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .cta-botoes a {
      display: inline-block;
      padding: 12px 22px;
      border-radius: 999px;
      background: #fff;
      color: #4b8ef1 !important;
      font-weight: 600;
    }

    .cta-botoes a.cta-secundario {
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 0.35);
      color: #fff !important;
    }

    .footer-widget p a,
    .footer-widget ul li a {
      word-break: break-word;
    }

    @media (max-width: 1199px) {
      .logo-wrapper {
        width: 220px;
        max-width: 220px;
      }

      .header-area .main-nav,
      .header-area.background-header .main-nav {
        gap: 18px;
      }

      .header-area .main-nav .nav,
      .header-area.background-header .main-nav .nav {
        padding-left: 20px;
        gap: 0;
      }

      .header-area .main-nav .nav li a,
      .header-area.background-header .main-nav .nav li a {
        padding: 0 12px !important;
      }

      .hero-novo {
        background-position: 62% center;
      }

      .hero-novo h1 {
        font-size: 52px;
        max-width: 100%;
      }

      .hero-novo p,
      .hero-diferenciais {
        max-width: 100%;
      }
    }

    @media (max-width: 991px) {

      .header-area,
      .header-area.background-header {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
      }

      .header-area .main-nav,
      .header-area.background-header .main-nav {
        min-height: 56px !important;
        height: 56px !important;
        gap: 10px;
        align-items: center !important;
      }

      .header-area .logo,
      .header-area.background-header .logo {
        height: 56px !important;
        display: flex !important;
        align-items: center !important;
      }

      .logo-wrapper {
        width: 182px;
        max-width: calc(100vw - 78px);
        height: 56px;
        display: flex;
        align-items: center;
      }

      .logo-wrapper img {
        max-height: 30px;
        max-width: 100%;
      }

      .menu-trigger,
      .header-area.background-header .menu-trigger {
        display: flex !important;
        width: 42px !important;
        min-width: 42px !important;
        height: 42px !important;
        align-items: center !important;
        justify-content: center !important;
        align-self: center !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        position: relative !important;
        top: auto !important;
        right: 0 !important;
      }

      .header-area .main-nav .nav,
      .header-area.background-header .main-nav .nav {
        display: none !important;
        position: absolute;
        top: calc(100% + 10px);
        right: 0;
        left: auto;
        width: min(300px, calc(100vw - 20px));
        flex: none;
        margin: 0 !important;
        padding: 10px 18px 14px !important;
        background: rgba(255, 255, 255, 0.99) !important;
        border-radius: 16px;
        box-shadow: 0 14px 30px rgba(15, 31, 76, 0.12);
        z-index: 9999;
        gap: 0;
      }

      .header-area .main-nav .nav[style*="display: block"],
      .header-area .main-nav .nav[style*="display:block"],
      .header-area .main-nav .nav[style*="display: flex"],
      .header-area .main-nav .nav[style*="display:flex"] {
        display: block !important;
      }

      .header-area .main-nav .nav li,
      .header-area.background-header .main-nav .nav li {
        display: block;
        width: 100%;
      }

      .header-area .main-nav .nav li a,
      .header-area .main-nav .nav li a.active,
      .header-area .main-nav .nav li:hover a,
      .header-area.background-header .main-nav .nav li a,
      .header-area.background-header .main-nav .nav li a.active,
      .header-area.background-header .main-nav .nav li:hover a {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100%;
        height: auto !important;
        min-height: 0 !important;
        line-height: 1.25 !important;
        padding: 14px 0 !important;
        color: #34465f !important;
        text-shadow: none !important;
        filter: none !important;
        background: transparent !important;
        border-bottom: 1px solid rgba(15, 31, 76, 0.08) !important;
      }

      .header-area .main-nav .nav li:last-child a,
      .header-area.background-header .main-nav .nav li:last-child a {
        border-bottom: 0 !important;
      }

      .hero-novo {
        min-height: auto;
        padding: 130px 0 80px;
        background-position: left center;
        background-size: cover;
      }

      .hero-novo h1 {
        font-size: 44px;
      }

      .hero-diferenciais {
        grid-template-columns: 1fr;
      }

      .cta-box {
        padding: 35px 25px;
        text-align: center;
      }

      .cta-box h4 {
        font-size: 28px;
      }

      .cta-botoes {
        justify-content: center;
      }
    }

    @media (max-width: 767px) {

      .header-area,
      .header-area.background-header {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
      }

      .header-area .main-nav,
      .header-area.background-header .main-nav {
        min-height: 54px !important;
        height: 54px !important;
      }

      .header-area .logo,
      .header-area.background-header .logo,
      .logo-wrapper {
        height: 54px !important;
      }

      .logo-wrapper {
        width: 168px;
        max-width: calc(100vw - 74px);
      }

      .logo-wrapper img {
        max-height: 28px;
        max-width: 100%;
      }

      .menu-trigger,
      .header-area.background-header .menu-trigger {
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
      }

      .hero-novo {
        padding: 122px 0 70px;
        background-position: 18% center;
        background-size: cover;
      }

      .hero-conteudo {
        padding-right: 0;
      }

      .hero-tag {
        font-size: 12px;
        padding: 9px 14px;
        margin-bottom: 20px;
      }

      .hero-novo h1 {
        font-size: 36px;
        line-height: 1.08;
      }

      .hero-novo p {
        font-size: 16px;
        line-height: 1.8;
      }

      .hero-botao {
        width: 100%;
        justify-content: center;
      }
    }


    .clientes-confianca {
      padding: 110px 0 90px;
      background: #fff;
      overflow: hidden;
    }

    .clientes-confianca .section-heading {
      text-align: center;
      margin-bottom: 30px;
    }

    .clientes-confianca .section-heading h4 {
      text-align: center;
    }

    .clientes-confianca .section-heading img {
      display: block;
      margin: 10px auto 15px auto;
    }

    .clientes-confianca .section-heading p {
      margin: 0 auto;
      max-width: 700px;
      text-align: center;
    }

    .clientes-faixa {
      position: relative;
      width: 100%;
      overflow: hidden;
      margin-top: 20px;
    }

    .clientes-track {
      display: flex;
      align-items: center;
      gap: 24px;
      width: max-content;
      animation: rolarClientes 35s linear infinite;
    }

    .clientes-faixa:hover .clientes-track {
      animation-play-state: paused;
    }

    .cliente-item {
      flex: 0 0 auto;
      width: 240px;
      height: 120px;
      background: #fff;
      border: 1px solid rgba(75, 142, 241, 0.10);
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 18px 22px;
      box-shadow: 0 8px 24px rgba(15, 31, 76, 0.05);
      transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    }

    .cliente-item:hover {
      transform: translateY(-4px);
      box-shadow: 0 16px 32px rgba(75, 142, 241, 0.12);
      border-color: rgba(75, 142, 241, 0.22);
    }

    .cliente-item img {
      max-width: 100%;
      max-height: 125px;
      width: auto;
      height: auto;
      object-fit: contain;
      filter: grayscale(100%);
      opacity: 0.82;
      transition: filter .3s ease, opacity .3s ease, transform .3s ease;
    }

    .cliente-item:hover img {
      filter: grayscale(0%);
      opacity: 1;
      transform: scale(1.03);
    }

    @keyframes rolarClientes {
      from {
        transform: translateX(0);
      }

      to {
        transform: translateX(-50%);
      }
    }

    @media (max-width: 991px) {
      .cliente-item {
        width: 210px;
        height: 105px;
      }

      .cliente-item img {
        max-height: 110px;
      }
    }

    @media (max-width: 767px) {
      .clientes-confianca {
        padding: 90px 0 70px;
      }

      .clientes-confianca .section-heading p {
        max-width: 100%;
        padding: 0 10px;
      }

      .clientes-track {
        gap: 18px;
      }

      .cliente-item {
        width: 185px;
        height: 95px;
        padding: 14px 18px;
        border-radius: 16px;
      }

      .cliente-item img {
        max-height: 100px;
      }
    }