@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

:root {
    --bv-navy: #0f4f93;
    --bv-navy-dark: #083a74;
    --bv-orange: #ef8e17;
    --bv-orange-dark: #d9760f;
    --bv-green: #18b455;
    --bv-green-dark: #109a47;
    --bv-ink: #1c2431;
    --bv-muted: #4c5f78;
    --bv-page-bg: #ededf1;
    --bv-border-soft: #edf1f7;
}

* {
    box-sizing: border-box;
}

body.bv-body {
    margin: 0;
    font-family: 'Poppins', system-ui, -apple-system, Segoe UI, sans-serif;
    color: var(--bv-ink);
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.95), rgba(237, 237, 241, 0) 38%),
        linear-gradient(180deg, #f3f3f6 0%, var(--bv-page-bg) 100%);
}

.bv-shell {
    width: 100%;
    max-width: 100%;
    margin: 0;
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: 0 20px 48px rgba(15, 34, 68, 0.16);
    overflow: hidden;
    min-height: 100vh;
}

.bv-navbar-wrap {
    padding: 0;
}

.bv-navbar {
    border-radius: 0;
    background: linear-gradient(100deg, #0a3f79 0%, #0f4f93 52%, #1472bc 100%);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.22);
    padding: 0.42rem 1rem;
    min-height: 72px;
}

.bv-brand {
    margin-right: 0.65rem;
}

.bv-brand img {
    height: clamp(34px, 4vw, 52px);
    width: auto;
    display: block;
}

.bv-toggler {
    border-color: rgba(255, 255, 255, 0.55);
    border-width: 1px;
}

.bv-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,0.92)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.bv-nav-links {
    gap: 0.25rem;
}

.bv-nav-links .nav-link {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.88rem;
    font-weight: 500;
    padding: 0.42rem 0.7rem;
    border-radius: 7px;
    letter-spacing: 0.01em;
}

.bv-nav-links .nav-link:hover,
.bv-nav-links .nav-link.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
}

.bv-whatsapp-btn {
    border: 0;
    border-radius: 8px;
    background-color: var(--bv-green);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.82rem;
    line-height: 1;
    padding: 0.64rem 0.95rem;
    min-width: 102px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(16, 154, 71, 0.25);
}

.bv-whatsapp-btn:hover {
    color: #ffffff;
    background-color: var(--bv-green-dark);
}

.bv-lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: linear-gradient(180deg, #f59c24 0%, var(--bv-orange) 100%);
    border-radius: 8px;
    padding: 0.46rem 0.62rem;
    box-shadow: 0 8px 20px rgba(239, 142, 23, 0.32);
}

.bv-lang-link {
    color: rgba(255, 255, 255, 0.84);
    text-decoration: none;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.bv-lang-link.is-active {
    color: #ffffff;
}

.bv-lang-divider {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.72rem;
    font-weight: 700;
}

.bv-main {
    padding: 0;
}

.bv-main-home {
    padding-top: 0;
}

.home-hero {
    position: relative;
    margin-top: -1px;
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: 1536 / 700;
    min-height: 0;
    background-image:
        linear-gradient(112deg, rgba(6, 49, 94, 0.82) 6%, rgba(8, 69, 129, 0.54) 44%, rgba(15, 111, 176, 0.16) 100%),
        var(--hero-bg);
    background-size: cover;
    background-position: center 52%;
}

.home-hero-content {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1680px;
    padding: 2.45rem clamp(3.8rem, 8vw, 8rem) 8.8rem;
    min-height: inherit;
}

.home-hero-copy {
    max-width: clamp(560px, 50vw, 760px);
    color: #ffffff;
}

.home-hero-copy h1 {
    margin: 0 0 1rem;
    font-size: clamp(2.35rem, 4.7vw, 4.2rem);
    line-height: 1.08;
    font-weight: 700;
}

.home-hero-copy p {
    margin: 0 0 1.55rem;
    max-width: 42rem;
    font-size: clamp(1.08rem, 1.8vw, 1.48rem);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.93);
}

.hero-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    border: 0;
    background: linear-gradient(180deg, #f3a13a 0%, var(--bv-orange) 100%);
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.76rem 1.48rem;
    box-shadow: 0 12px 24px rgba(239, 142, 23, 0.34);
}

.hero-cta-btn:hover {
    color: #ffffff;
    background: linear-gradient(180deg, #f0a64a 0%, var(--bv-orange-dark) 100%);
}

.hero-floating-card {
    position: absolute;
    right: clamp(5.5rem, 14vw, 18rem);
    bottom: clamp(1.2rem, 3vh, 2.6rem);
    width: clamp(360px, 29vw, 450px);
    border-radius: 11px;
    padding: 1.35rem 1.5rem;
    background: linear-gradient(160deg, rgba(6, 33, 72, 0.92) 0%, rgba(12, 47, 91, 0.95) 100%);
    box-shadow: 0 22px 28px rgba(6, 28, 59, 0.36);
    color: #ffffff;
}

.hero-floating-card h2 {
    margin: 0 0 0.8rem;
    font-size: clamp(1.55rem, 2.1vw, 2.05rem);
    font-weight: 700;
}

.hero-floating-card ul {
    margin: 0;
    padding-left: 1rem;
    display: grid;
    gap: 0.46rem;
}

.hero-floating-card li {
    font-size: clamp(1.02rem, 1.25vw, 1.2rem);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.92);
}

.hero-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 95px;
    z-index: 1;
}

.home-cards {
    position: relative;
    z-index: 3;
    margin-top: -0.2rem;
    padding: 0.6rem 1.2rem 1.45rem;
}

.home-section {
    background-color: #ffffff;
}

.home-section-header {
    margin-bottom: 1rem;
}

.home-section-title {
    margin: 0;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    font-weight: 700;
    color: var(--bv-navy-dark);
}

.home-card {
    background-color: #ffffff;
    border: 1px solid var(--bv-border-soft);
    border-radius: 11px;
    box-shadow: 0 12px 24px rgba(22, 34, 65, 0.11);
    overflow: hidden;
    height: 100%;
}

.home-card-thumb {
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.home-card-thumb-1 {
    background-size: 104% auto;
    background-position: 50% 48%;
}

.home-card-thumb-2 {
    background-size: 108% auto;
    background-position: 48% 42%;
}

.home-card-thumb-3 {
    background-size: 106% auto;
    background-position: 52% 44%;
}

.home-card-body {
    padding: 1.15rem 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    height: calc(100% - 120px);
}

.home-card-body h2 {
    margin: 0 0 0.55rem;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.home-card-body p {
    margin: 0 0 1rem;
    font-size: 0.95rem;
    color: var(--bv-muted);
    line-height: 1.5;
}

.home-card-cta {
    margin-top: auto;
    width: fit-content;
    min-width: 132px;
}

.bv-footer {
    border-top: 1px solid var(--bv-border-soft);
    padding: 2.3rem 1rem 2.55rem;
    background-color: #ffffff;
}

.bv-footer-logo {
    width: min(430px, 92%);
    height: auto;
    margin: 0 auto 0.95rem;
    display: block;
}

.bv-footer p {
    font-size: 0.9rem;
    color: #6a7284;
}

.tour-card .badge {
    background-color: #e5eff9;
    color: #0f4f93;
}

.blog-item {
    border-left: 4px solid var(--bv-orange);
}

.content-card {
    background-color: #ffffff;
    border: 1px solid var(--bv-border-soft);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(22, 34, 65, 0.08);
}

.listing-card {
    border-radius: 16px;
    overflow: hidden;
}

.listing-card-media,
.detail-cover,
.blog-cover,
.gallery-thumb {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.listing-card-media {
    min-height: 220px;
}

.blog-cover {
    min-height: 220px;
    height: 100%;
}

.detail-cover {
    min-height: 280px;
}

.detail-cover-blog {
    min-height: clamp(360px, 38vw, 560px);
}

.gallery-thumb {
    min-height: 155px;
    border-radius: 12px;
}

.tour-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1rem;
    grid-auto-flow: dense;
    align-items: start;
}

.tour-gallery-item {
    border: 1px solid #dce8f5;
    border-radius: 14px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
    padding: 0.45rem;
    box-shadow: 0 8px 20px rgba(21, 46, 83, 0.08);
    margin: 0;
}

.tour-gallery-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

.tour-gallery-item--landscape {
    grid-column: span 2;
}

.tour-gallery-item--portrait,
.tour-gallery-item--square {
    grid-column: span 1;
}

.promo-card,
.testimonial-card {
    border-radius: 16px;
}

.promo-card-media {
    min-height: 190px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.promo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    background: rgba(239, 142, 23, 0.12);
    color: var(--bv-orange-dark);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.promo-dates {
    text-align: right;
}

.testimonial-avatar {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #eef2f7;
}

.testimonial-rating {
    display: inline-flex;
    gap: 0.15rem;
    color: var(--bv-orange);
    font-weight: 700;
}

.testimonials-stack {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.testimonial-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.testimonial-row-media {
    width: 25%;
    min-width: 180px;
}

.testimonial-row .testimonial-avatar {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    flex: 0 0 auto;
    border-radius: 18px;
}

.testimonial-row-body {
    width: 100%;
    text-align: center;
}

.testimonial-row-author {
    margin-bottom: 0.15rem;
}

.testimonial-row-text {
    line-height: 1.7;
    color: var(--bv-ink);
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: left;
}

.testimonial-row-text p:last-child {
    margin-bottom: 0;
}

.listing-summary {
    min-height: 72px;
}

.listing-badge {
    max-width: 100%;
    white-space: normal;
    line-height: 1.25;
    text-align: left;
}

.listing-badge-destination {
    overflow-wrap: anywhere;
}

.listing-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: var(--bv-muted);
}

.detail-price-box {
    min-width: 170px;
    padding: 0.95rem 1rem;
    border-radius: 14px;
    background: linear-gradient(180deg, #eef5fd 0%, #f9fbff 100%);
    border: 1px solid #dde9f8;
}

.detail-price-box strong {
    display: block;
    color: var(--bv-navy-dark);
    font-size: 1.35rem;
}

.detail-copy,
.detail-html {
    line-height: 1.75;
    color: var(--bv-ink);
}

.detail-copy p:last-child,
.detail-html p:last-child {
    margin-bottom: 0;
}

.detail-html h2,
.detail-html h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--bv-navy-dark);
}

.detail-html a {
    color: var(--bv-navy);
}

.small-copy {
    font-size: 0.95rem;
}

.btn-bv-primary {
    color: #ffffff;
    background-color: var(--bv-navy);
    border-color: var(--bv-navy);
}

.btn-bv-primary:hover {
    color: #ffffff;
    background-color: var(--bv-navy-dark);
    border-color: var(--bv-navy-dark);
}

@media (max-width: 991.98px) {
    .bv-navbar {
        border-radius: 0;
    }

    .bv-navbar .navbar-collapse {
        margin-top: 0.68rem;
        border-radius: 10px;
        background: rgba(8, 52, 99, 0.96);
        padding: 0.72rem;
    }

    .bv-nav-links .nav-link {
        display: inline-block;
    }

    .home-hero {
        aspect-ratio: auto;
        min-height: 560px;
        border-radius: 0;
        background-position: center 34%;
    }

    .home-hero-content {
        padding: 1.75rem 1.05rem 8.25rem;
    }

    .home-hero-copy {
        max-width: 100%;
    }

    .hero-floating-card {
        position: static;
        width: 100%;
        margin-top: 1.2rem;
    }

    .hero-wave {
        height: 78px;
    }

    .home-cards {
        padding: 0.45rem 0.25rem 1.2rem;
    }

    .blog-cover {
        min-height: 200px;
    }

    .detail-cover-blog {
        min-height: 300px;
    }

    .promo-dates {
        text-align: left;
    }

    .tour-gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    }
}

@media (max-width: 767.98px) {
    .bv-shell {
        margin: 0;
        border-radius: 0;
        min-height: 100vh;
    }

    .bv-navbar-wrap,
    .bv-main {
        padding-left: 0;
        padding-right: 0;
    }

    .bv-navbar {
        border-radius: 0;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .home-hero {
        aspect-ratio: auto;
        border-radius: 0;
        min-height: 576px;
    }

    .home-hero-copy h1 {
        font-size: 2.2rem;
    }

    .home-card-body h2 {
        font-size: 1.8rem;
    }

    .listing-card-media,
    .detail-cover,
    .blog-cover {
        min-height: 210px;
    }

    .detail-cover-blog {
        min-height: 240px;
    }

    .testimonial-row {
        gap: 0.85rem;
    }

    .testimonial-row-media {
        width: 58%;
        min-width: 140px;
    }

    .testimonial-row .testimonial-avatar {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        flex: 0 0 auto;
        border-radius: 14px;
    }

    .tour-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tour-gallery-item--landscape {
        grid-column: span 2;
    }
}

@media (max-width: 575.98px) {
    .tour-gallery-grid {
        grid-template-columns: 1fr;
    }

    .tour-gallery-item--landscape {
        grid-column: span 1;
    }
}

.text-start {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-end {
    text-align: right !important;
}

.text-justify {
    text-align: justify !important;
}
