/* =========================================
   HERO MOBILE — BANCO SOL FINAL AJUSTADO
========================================= */

.hero-mobile-slider {
  display: none !important;
}

@media(max-width: 768px) {

  .hero-desktop,
  .hero-slider {
    display: none !important;
  }

  .hero-mobile-slider {
    display: block !important;
    position: relative;
    width: 100%;
    height: 560px !important;
    overflow: hidden;
    background: #fff !important;
    margin-bottom: 0 !important;
  }

  .hm-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .55s ease, visibility .55s ease;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat;
    pointer-events: none;
  }

  .hm-slide.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .hm-bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center top !important;
    z-index: 0;
  }

  .hm-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      radial-gradient(circle at 88% 58%, rgba(245,180,0,.24), transparent 42%),
      linear-gradient(
        180deg,
        rgba(255,255,255,.02) 0%,
        rgba(0,0,0,.10) 38%,
        rgba(0,0,0,.68) 100%
      ) !important;
  }

  .hm-slide::after {
    display: none !important;
  }

  .hm-text {
    position: absolute;
    left: 36px !important;
    right: 36px !important;
    bottom: 230px !important;
    z-index: 3 !important;
    color: #fff;
    text-shadow: 0 5px 18px rgba(0,0,0,.45);
  }

  .hm-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 9px;
    color: #f5b400;
    font-size: 10px !important;
    font-weight: 900;
    letter-spacing: .14em;
  }

  .hm-kicker::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #f5b400;
    border-radius: 99px;
  }

  .hm-text h1 {
    font-size: 28px !important;
    line-height: 1.12 !important;
    font-weight: 900;
    margin: 0 0 8px !important;
    color: #fff !important;
    letter-spacing: -.6px;
  }

  .hm-text h1::after {
    content: "";
    display: block;
    width: 52px !important;
    height: 4px !important;
    background: #f5b400;
    border-radius: 999px;
    margin-top: 9px !important;
  }

  .hm-text p {
    font-size: 14px !important;
    line-height: 1.45 !important;
    margin: 0;
    color: rgba(255,255,255,.95);
    max-width: 320px !important;
  }

 .hm-text a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 16px !important;
    min-width: 145px !important;
    min-height: 38px !important;
    background: #f5b400;
    color: #111 !important;
    padding: 8px 18px !important;
    border-radius: 999px;
    font-size: 13px !important;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(245,180,0,.25);

    position: relative;
    top: 30px; /* desce só o botão */
}
  .hm-arrow {
    position: absolute;
    top: 54% !important;
    transform: translateY(-50%) !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.55);
    background: rgba(0,0,0,.45);
    color: #fff;
    font-size: 26px !important;
    z-index: 20 !important;
    cursor: pointer;
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hm-prev {
    left: 16px !important;
  }

  .hm-next {
    right: 16px !important;
  }

  .hm-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 34px !important;
    z-index: 20 !important;
    display: flex;
    justify-content: center;
    gap: 8px;
  }

  .hm-dots button {
    width: 8px !important;
    height: 8px !important;
    border-radius: 999px;
    border: 0;
    background: rgba(255,255,255,.70);
    padding: 0;
    transition: .25s ease;
  }

  .hm-dots button.active {
    width: 28px !important;
    background: #f5b400;
  }

  .sol-floating-account-btn {
    width: 68px !important;
    height: 68px !important;
    right: -6px !important;
    top: 67% !important;
    font-size: 9.5px !important;
    border-radius: 16px 0 0 16px !important;
    z-index: 9999 !important;
    gap: 6px !important;
  }

  .sol-floating-wallet-icon {
    width: 24px !important;
    height: 17px !important;
  }
}

@media(max-width: 420px) {

  .hero-mobile-slider {
    height: 540px !important;
  }

  .hm-text {
    left: 32px !important;
    right: 32px !important;
    bottom: 220px !important;
  }

  .hm-text h1 {
    font-size: 26px !important;
  }

  .hm-text p {
    font-size: 13.5px !important;
    line-height: 1.42 !important;
  }

  .hm-text a {
    min-width: 125px !important;
    min-height: 32px !important;
    padding: 6px 14px !important;
    font-size: 11.5px !important;
    margin-top: 10px !important;
  }

  .hm-arrow {
    width: 38px !important;
    height: 38px !important;
    font-size: 24px !important;
  }

  .sol-floating-account-btn {
    width: 64px !important;
    height: 64px !important;
    font-size: 9px !important;
    top: 68% !important;
  }
}