.swiper-container {
    max-width: 100%;
    overflow: hidden;
}
.swiper-slide {
    height: auto !important;
}
.border-dual {
    border-bottom: 1px solid #3764B5;
    box-shadow: inset 0 -1px 0 0 #1a2f52;
}

.border-dual-white {
    border-bottom: 1px solid #FFF;
    box-shadow: inset 0 -1px 0 0 #b5b1b1;
}

.bg-link-card-background {
    background: linear-gradient(180deg, #058E85 90.64%, #08A956 6.94%)
}

.bg-custom-plan-card-background {
    background: linear-gradient(0deg, #015157 4.6%, #01498C 82.47%);
}

/* Menu Mobile */
[data-mobile-menu] {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 50;
  background: #01498C;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
              opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-mobile-menu].active {
  display: block;
  max-height: 1000px;
  opacity: 1;
  transform: translateY(0);
}

/* Submenu Mobile */
[data-submenu] {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), 
              opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-submenu].active {
  max-height: 500px;
  opacity: 1;
}

/* Animação da seta */
[data-arrow] {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hamburger Menu Icon Transform */
[data-menu-toggle] svg path {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-menu-toggle] svg path:nth-child(1) {
  transform-origin: 5px 8px;
}

[data-menu-toggle] svg path:nth-child(2) {
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: 12px 12px;
}

[data-menu-toggle] svg path:nth-child(3) {
  transform-origin: 4px 16px;
}

/* Estado ativo: transformar em X */
[data-menu-toggle].active svg path:nth-child(1) {
  transform: rotate(45deg);
}

[data-menu-toggle].active svg path:nth-child(2) {
  opacity: 0;
}

[data-menu-toggle].active svg path:nth-child(3) {
  transform: rotate(-45deg);
}

/* FAQ: keep arrow size consistent when text wraps */
.faq-btn svg {
  flex-shrink: 0;
}

.mei-text-mei ul {
  list-style: disc inside !important;
}

        .clubemais-pagination .swiper-pagination-bullet {
            width: 22px;
            height: 27px;
            border-radius: 14px;
            border: 1px solid #707070;
            background: transparent;
            color: #01498C;
            font-size: 13px;
            font-weight: 400;
            line-height: normal;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            opacity: 1;
            margin: 0 6px !important;
        }

        .clubemais-pagination .swiper-pagination-bullet-active {
            background: #01498C;
            color: #FFFFFF;
        }

        .clubemais-pagination {
            position: static;
            display: flex !important;
            align-items: center;
            justify-content: center;
            gap: 6px;
            width: auto !important;
        }

    
        .clubemais-card-title {
            line-height: 1.2;
            min-height: 58px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            word-break: break-word;
        }

        .clubemais-navigation {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            margin-top: 24px;
        }

        @media (min-width: 1024px) {
            .clubemais-navigation {
                gap: 25px;
            }
        }

        .clubemais-button-prev,
        .clubemais-button-next {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: opacity 0.3s;
        }

        .clubemais-button-prev:hover,
        .clubemais-button-next:hover {
            opacity: 0.7;
        }

        .clubemais-button-prev.swiper-button-disabled,
        .clubemais-button-next.swiper-button-disabled {
            opacity: 0.35;
            cursor: not-allowed;
        }

        .clubemais-button-next svg {
            transform: rotate(180deg);
        }

#consumidor-texto-1 ul, #consumidor-texto-2 ul, #consumidor-texto-3 ul, #consumidor-texto-4 ul, #consumidor-texto-5 ul, #consumidor-texto-6 ul {
    list-style: disc inside !important;
    padding-left: 15px !important;
}