.explore-ubatuba-section {
    --explore-blue: #1685c6;
    --explore-blue-dark: #126b9e;
    --explore-text: #243746;
    --explore-muted: #738392;
    padding: 3rem 0;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fbfd 0%, #f3f8fb 100%);
}

.explore-lane-header h3,
.explore-lane-header a,
.explore-card-title,
.explore-card-meta,
.explore-card-meta span,
.explore-empty {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.explore-lane {
    min-width: 0;
}

.explore-lane + .explore-lane {
    margin-top: 1.8rem;
    padding-top: 1.55rem;
    border-top: 1px solid rgba(22, 133, 198, .11);
}

.explore-lane-header {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .8rem;
}

.explore-lane-header h3 {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: .55rem;
    margin: 0;
    color: var(--explore-text);
    font-size: 1.02rem;
    font-weight: 700;
}

.explore-lane-header h3 i {
    flex: 0 0 auto;
    color: var(--explore-blue);
    font-size: 1rem;
}

.explore-lane-header h3 span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.explore-lane-header a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: .3rem;
    color: var(--explore-blue-dark);
    font-size: .79rem;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.explore-lane-header a:hover {
    color: var(--explore-blue);
    transform: translateX(2px);
}

.explore-swiper-shell {
    position: relative;
    min-width: 0;
}

.explore-swiper {
    min-width: 0;
    padding: .15rem .1rem .8rem;
}

.explore-swiper .swiper-wrapper {
    align-items: stretch;
}

.explore-swiper .swiper-slide {
    height: 166px;
}

.explore-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    gap: 10px;
}

.explore-swiper:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 calc(40% - 6px);
}

.explore-card {
    display: flex;
    width: 100%;
    height: 100%;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(25, 96, 138, .08);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(39, 79, 104, .055);
    color: var(--explore-text);
    text-decoration: none;
    transform: translateZ(0);
    transition: box-shadow .22s ease, transform .22s ease;
}

.explore-card:hover {
    color: var(--explore-text);
    box-shadow: 0 7px 16px rgba(30, 92, 128, .1);
    transform: translateY(-2px);
}

.explore-card-media {
    display: block;
    height: 108px;
    flex: 0 0 108px;
    overflow: hidden;
    background: #e9f2f7;
}

.explore-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.explore-card:hover .explore-card-media img {
    transform: scale(1.035);
}

.explore-card-body {
    display: block;
    min-width: 0;
    padding: .55rem .65rem .5rem;
}

.explore-card-title {
    display: block;
    max-width: 100%;
    margin-bottom: .14rem;
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.2;
}

.explore-card-meta {
    display: flex;
    max-width: 100%;
    min-width: 0;
    align-items: center;
    gap: .22rem;
    color: var(--explore-muted);
    font-size: .68rem;
    line-height: 1.2;
}

.explore-card-meta i,
.explore-card-separator {
    flex: 0 0 auto;
}

.explore-card-meta > span:not(.explore-card-separator) {
    min-width: 0;
    flex: 0 1 auto;
}

.explore-card-meta > span:last-child {
    flex: 1 1 auto;
}

.explore-card-separator {
    color: #afbec8;
}

.explore-nav {
    position: absolute;
    z-index: 3;
    top: 50%;
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(21, 117, 172, .12);
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 5px 16px rgba(35, 80, 108, .14);
    color: var(--explore-blue-dark);
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity .2s ease, background-color .2s ease, color .2s ease;
}

.explore-nav-prev {
    left: -10px;
}

.explore-nav-next {
    right: -10px;
}

.explore-swiper-shell:hover .explore-nav,
.explore-nav:focus-visible {
    opacity: 1;
}

.explore-nav:hover {
    background: var(--explore-blue);
    color: #fff;
}

.explore-nav.swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
}

.explore-empty {
    margin: 0;
    padding: 1.25rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, .65);
    color: var(--explore-muted);
    font-size: .84rem;
    text-align: center;
}

@media (min-width: 576px) {
    .explore-swiper:not(.swiper-initialized) .swiper-slide {
        flex-basis: calc(30.303% - 7px);
    }
}

@media (min-width: 768px) {
    .explore-swiper:not(.swiper-initialized) .swiper-slide {
        flex-basis: calc(23.81% - 9px);
    }
}

@media (min-width: 992px) {
    .explore-swiper:not(.swiper-initialized) .swiper-slide {
        flex-basis: calc(20.833% - 10px);
    }
}

@media (min-width: 1200px) {
    .explore-swiper:not(.swiper-initialized) .swiper-slide {
        flex-basis: calc(18.182% - 11px);
    }
}

@media (max-width: 767.98px) {
    .explore-ubatuba-section {
        padding: 2.3rem 0;
    }

    .explore-lane + .explore-lane {
        margin-top: 1.35rem;
        padding-top: 1.25rem;
    }

    .explore-swiper .swiper-slide {
        height: 145px;
    }

    .explore-card {
        border-radius: 15px;
    }

    .explore-card-media {
        height: 91px;
        flex-basis: 91px;
    }

    .explore-card-body {
        padding: .5rem .55rem .45rem;
    }

    .explore-card-title {
        font-size: .76rem;
    }

    .explore-card-meta {
        font-size: .63rem;
    }

    .explore-nav {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .explore-card,
    .explore-card-media img,
    .explore-lane-header a {
        transition: none;
    }
}
