:root {
    --sv-black: #030303;
    --sv-orange: #fe9a32;
    --sv-orange-dark: #e07d14;
    --sv-gold: #f0c14a;
    --sv-teal: #0e4a45;
    --sv-teal-deep: #071f1d;
    --sv-sand: #f6efe4;
    --sv-ink: #14201f;
    --sv-muted: #5c6b69;
    --sv-whatsapp: #25d366;
    --sv-header-h: 4.5rem;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
    background: var(--sv-sand);
    color: var(--sv-ink);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.sv-main {
    flex: 1 0 auto;
    padding-bottom: 5.5rem;
}

a {
    color: var(--sv-teal);
}

a:hover {
    color: var(--sv-orange-dark);
}

.sv-kicker {
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 0.72rem;
    color: var(--sv-orange);
    font-weight: 700;
    margin: 0;
}

/* Top bar */
.sv-topbar {
    background: var(--sv-teal-deep);
    color: rgba(246, 239, 228, 0.78);
    font-size: 0.8rem;
}

.sv-topbar a {
    color: inherit;
    text-decoration: none;
}

.sv-topbar a:hover {
    color: var(--sv-orange);
}

.sv-topbar .bi {
    color: var(--sv-orange);
}

/* Header */
.sv-header {
    background: rgba(3, 3, 3, 0.94);
    backdrop-filter: blur(14px);
    position: sticky;
    top: 0;
    z-index: 1030;
    border-bottom: 1px solid rgba(254, 154, 50, 0.22);
    min-height: var(--sv-header-h);
    transition: box-shadow 0.25s ease, background-color 0.25s ease;
}

.sv-header .navbar {
    transition: padding 0.25s ease;
}

.sv-header.is-scrolled {
    background: rgba(3, 3, 3, 0.98);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.sv-header.is-scrolled .navbar {
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
}

.sv-logo-img {
    height: 56px;
    width: auto;
    display: block;
}

.sv-header-social .sv-social {
    width: 2.15rem;
    height: 2.15rem;
}

.sv-brand-text {
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.1;
    font-size: 0.95rem;
}

.sv-brand-text small {
    display: block;
    color: var(--sv-orange);
    font-weight: 600;
    letter-spacing: 0.12em;
    font-size: 0.62rem;
    text-transform: uppercase;
}

.sv-nav .nav-link {
    color: rgba(246, 239, 228, 0.86) !important;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.45rem 0.7rem !important;
    position: relative;
}

.sv-nav .nav-link:hover,
.sv-nav .nav-link.active {
    color: var(--sv-orange) !important;
}

.sv-nav .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0.7rem;
    right: 0.7rem;
    bottom: 0.1rem;
    height: 2px;
    background: var(--sv-orange);
    border-radius: 2px;
}

.btn-sv {
    --bs-btn-color: #140c04;
    --bs-btn-bg: var(--sv-orange);
    --bs-btn-border-color: var(--sv-orange);
    --bs-btn-hover-color: #140c04;
    --bs-btn-hover-bg: var(--sv-gold);
    --bs-btn-hover-border-color: var(--sv-gold);
    --bs-btn-active-color: #140c04;
    --bs-btn-active-bg: var(--sv-gold);
    --bs-btn-font-weight: 700;
    border-radius: 999px;
    padding: 0.55rem 1.15rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.btn-sv-outline {
    --bs-btn-color: #fff;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: rgba(254, 154, 50, 0.7);
    --bs-btn-hover-color: #140c04;
    --bs-btn-hover-bg: var(--sv-orange);
    --bs-btn-hover-border-color: var(--sv-orange);
    --bs-btn-font-weight: 700;
    border-radius: 999px;
    padding: 0.55rem 1.15rem;
}

.sv-toggler {
    border: 1px solid rgba(254, 154, 50, 0.45);
    color: var(--sv-orange);
    padding: 0.35rem 0.55rem;
}

.sv-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 154, 50, 0.25);
}

/* Offcanvas */
.sv-offcanvas {
    background: var(--sv-teal-deep);
    color: var(--sv-sand);
    width: min(22rem, 92vw);
}

.sv-offcanvas .nav-link {
    color: var(--sv-sand) !important;
    font-weight: 650;
    font-size: 1.05rem;
    padding: 0.7rem 0 !important;
    border-bottom: 1px solid rgba(246, 239, 228, 0.08);
}

.sv-offcanvas .nav-link.active {
    color: var(--sv-orange) !important;
}

/* Footer */
.sv-footer {
    background: var(--sv-black);
    color: rgba(246, 239, 228, 0.78);
    padding: 3.5rem 0 1.5rem;
    margin-top: auto;
}

.sv-footer h2,
.sv-footer h3 {
    color: #fff;
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1rem;
}

.sv-footer a {
    color: rgba(246, 239, 228, 0.78);
    text-decoration: none;
}

.sv-footer a:hover {
    color: var(--sv-orange);
}

.sv-footer-logo {
    height: 72px;
    width: auto;
}

.sv-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sv-footer-links li + li {
    margin-top: 0.45rem;
}

.sv-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    border: 1px solid rgba(254, 154, 50, 0.4);
    color: var(--sv-orange) !important;
}

.sv-social:hover {
    background: var(--sv-orange);
    color: #140c04 !important;
}

.sv-copy {
    border-top: 1px solid rgba(246, 239, 228, 0.08);
    margin-top: 2.5rem;
    padding-top: 1.25rem;
    font-size: 0.82rem;
    color: rgba(246, 239, 228, 0.5);
}

/* Floating CTAs */
.sv-float {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1040;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.sv-float-btn {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
    font-size: 1.4rem;
    transition: transform 0.15s ease;
}

.sv-float-btn:hover {
    transform: translateY(-2px) scale(1.04);
    color: #fff;
}

.sv-float-wa {
    background: var(--sv-whatsapp);
}

.sv-float-wa.is-pulse {
    animation: sv-wa-pulse 1.55s ease-out 3;
}

@keyframes sv-wa-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.45), 0 10px 28px rgba(0, 0, 0, 0.28);
    }
    70% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0), 0 10px 28px rgba(0, 0, 0, 0.28);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 10px 28px rgba(0, 0, 0, 0.28);
    }
}

.sv-float-call {
    background: var(--sv-orange);
    color: #140c04;
}

.sv-float-call:hover {
    color: #140c04;
}

/* Placeholder page banner */
.sv-banner {
    position: relative;
    min-height: 16rem;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background-color: var(--sv-teal-deep);
    color: #fff;
}

.sv-banner-media {
    position: absolute;
    inset: -8%;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.sv-hero-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.sv-hero-slide {
    opacity: 0;
    z-index: 0;
    pointer-events: none;
    transition: opacity 1s ease;
    animation: none;
}

.sv-hero-slide.is-active {
    opacity: 1;
    z-index: 1;
    animation: sv-kenburns 16s ease-in-out alternate infinite;
}

@keyframes sv-kenburns {
    from {
        transform: scale(1) translate3d(0, 0, 0);
    }
    to {
        transform: scale(1.14) translate3d(-2.2%, -1.4%, 0);
    }
}

.sv-hero-controls {
    position: absolute;
    right: 1rem;
    bottom: 1.1rem;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.sv-hero-dots {
    display: flex;
    gap: 0.4rem;
}

.sv-hero-dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: rgba(246, 239, 228, 0.45);
}

.sv-hero-dot.is-active {
    background: var(--sv-orange);
    transform: scale(1.15);
}

.sv-hero-pause {
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(3, 3, 3, 0.45);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sv-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(7, 31, 29, 0.5) 0%,
        rgba(3, 3, 3, 0.72) 45%,
        rgba(3, 3, 3, 0.92) 100%
    );
}

.sv-banner-inner {
    position: relative;
    z-index: 2;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
}

@media (min-width: 992px) {
    .sv-banner {
        min-height: 20rem;
    }
}

@media (max-width: 575.98px) {
    .sv-logo-img {
        height: 46px;
    }

    .sv-hero {
        min-height: min(78vh, 36rem);
        align-items: flex-end;
    }

    .sv-hero .sv-banner-inner,
    .sv-banner-inner {
        padding-top: 2.4rem;
        padding-bottom: 2.1rem;
        padding-left: 1.15rem;
        padding-right: 1.15rem;
    }

    .sv-hero h1 {
        font-size: 1.85rem;
    }

    .sv-hero-lead {
        font-size: 1rem;
    }

    .sv-section {
        padding: 3rem 0;
    }

    .sv-dest-card {
        height: 18.5rem;
    }

    .sv-offcanvas {
        width: min(20.5rem, 90vw);
    }

    .sv-offcanvas .offcanvas-body {
        padding-top: 1.15rem;
    }

    .sv-stat {
        font-size: 0.78rem;
        padding: 0.32rem 0.7rem;
    }

    .sv-wave svg {
        height: 2.4rem;
    }

    .sv-brand-text {
        display: none;
    }
}

/* Home */
.sv-hero {
    min-height: min(88vh, 44rem);
    align-items: center;
}

.sv-hero::before {
    background: linear-gradient(
        180deg,
        rgba(7, 31, 29, 0.55) 0%,
        rgba(3, 3, 3, 0.62) 42%,
        rgba(3, 3, 3, 0.9) 100%
    );
}

.sv-hero .sv-banner-inner {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.sv-hero-lead {
    font-size: 1.15rem;
    color: rgba(246, 239, 228, 0.88);
    max-width: 38rem;
}

.sv-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 1.4rem 0 1.75rem;
}

.sv-stat {
    background: rgba(246, 239, 228, 0.1);
    border: 1px solid rgba(254, 154, 50, 0.35);
    color: #fff;
    border-radius: 999px;
    padding: 0.4rem 0.9rem;
    font-size: 0.85rem;
    font-weight: 650;
}

.sv-stat span {
    color: var(--sv-orange);
}

.sv-section {
    padding: 4.25rem 0;
}

.sv-section-head {
    max-width: 40rem;
    margin-bottom: 2.25rem;
}

.sv-section-head h2 {
    font-weight: 800;
    letter-spacing: -0.02em;
}

.sv-section-dark {
    background: var(--sv-teal-deep);
    color: var(--sv-sand);
}

.sv-section-dark .sv-kicker {
    color: var(--sv-orange);
}

.sv-section-white {
    background: #fff;
}

.sv-section.sv-has-wave {
    padding-bottom: 0;
}

.sv-wave {
    display: block;
    line-height: 0;
    margin-bottom: -12px;
    position: relative;
    z-index: 2;
}

.sv-wave svg {
    display: block;
    width: 100%;
    height: 3.25rem;
}

.sv-wave::after {
    content: "";
    display: block;
    height: 14px;
    margin-top: -1px;
    background: var(--sv-wave-fill, #f6efe4);
}

.sv-dest-card {
    position: relative;
    display: block;
    height: 16.5rem;
    border-radius: 1.1rem;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}

.sv-dest-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    transition: transform 0.7s ease;
}

.sv-dest-card:hover img,
.sv-dest-card:focus-within img {
    transform: scale(1.12);
}

.sv-dest-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 3, 3, 0.05) 20%, rgba(3, 3, 3, 0.82) 100%);
}

.sv-dest-num {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    z-index: 2;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 3, 3, 0.55);
    border: 1px solid rgba(254, 154, 50, 0.55);
    color: var(--sv-orange);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.sv-dest-card .sv-dest-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 1.2rem 1.15rem 1.15rem;
}

.sv-dest-card h3 {
    font-size: 1.15rem;
    font-weight: 800;
    margin: 0 0 0.35rem;
}

.sv-dest-card p {
    margin: 0;
    font-size: 0.88rem;
    color: rgba(246, 239, 228, 0.86);
}

@media (min-width: 768px) {
    .sv-dest-card p {
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transform: translateY(0.35rem);
        transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease;
    }

    .sv-dest-card:hover p,
    .sv-dest-card:focus-within p {
        opacity: 1;
        max-height: 6rem;
        transform: none;
    }
}

.sv-dest-card:hover {
    color: #fff;
}

.sv-trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

@media (min-width: 768px) {
    .sv-trust {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.sv-trust-item {
    text-align: center;
    padding: 0.5rem;
}

.sv-trust-item .bi {
    font-size: 1.5rem;
    color: var(--sv-orange);
}

.sv-trust-item strong {
    display: block;
    margin-top: 0.4rem;
}

.sv-step {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(14, 74, 69, 0.1);
    border-radius: 1.1rem;
    padding: 1.4rem 1.25rem 1.3rem;
}

.sv-step-num {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: var(--sv-orange);
    color: #140c04;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.85rem;
}

.sv-why-card {
    height: 100%;
    background: #fff;
    border-radius: 1.1rem;
    padding: 1.35rem 1.25rem;
    border: 1px solid rgba(14, 74, 69, 0.08);
    box-shadow: 0 10px 30px rgba(14, 74, 69, 0.04);
}

.sv-why-card .bi {
    font-size: 1.35rem;
    color: var(--sv-orange);
}

.sv-package {
    background: var(--sv-teal-deep);
    color: var(--sv-sand);
    border-radius: 1.35rem;
    overflow: hidden;
}

.sv-package-media {
    min-height: 16rem;
    background-size: cover;
    background-position: center;
    position: relative;
}

.sv-package-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 31, 29, 0.2), rgba(7, 31, 29, 0.45));
}

.sv-package-body {
    padding: 2rem 1.6rem;
}

.sv-price {
    font-size: 2rem;
    font-weight: 800;
    color: var(--sv-orange);
    line-height: 1;
}

.sv-price small {
    font-size: 0.9rem;
    color: rgba(246, 239, 228, 0.75);
    font-weight: 600;
}

.sv-chip {
    display: inline-block;
    border: 1px solid rgba(254, 154, 50, 0.35);
    border-radius: 999px;
    padding: 0.28rem 0.7rem;
    font-size: 0.78rem;
    margin: 0 0.3rem 0.3rem 0;
}

.sv-gallery-item {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    border-radius: 1rem;
    overflow: hidden;
}

.sv-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.sv-gallery-item:hover img,
.sv-gallery-item:focus-visible img {
    transform: scale(1.08);
}

.sv-gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(3, 3, 3, 0.45) 100%);
}

.sv-quote {
    height: 100%;
    background: rgba(246, 239, 228, 0.06);
    border: 1px solid rgba(254, 154, 50, 0.18);
    border-radius: 1.1rem;
    padding: 1.4rem 1.25rem 1.25rem;
}

.sv-quote p {
    color: rgba(246, 239, 228, 0.92);
}

.sv-stars {
    color: var(--sv-gold);
    letter-spacing: 0.12em;
    font-size: 0.85rem;
}

.sv-faq .accordion-item {
    background: #fff;
    border: 1px solid rgba(14, 74, 69, 0.1);
    border-radius: 0.9rem !important;
    overflow: hidden;
    margin-bottom: 0.75rem;
}

.sv-faq .accordion-button {
    font-weight: 700;
    box-shadow: none;
    background: #fff;
    color: var(--sv-ink);
}

.sv-faq .accordion-button:not(.collapsed) {
    background: var(--sv-sand);
    color: var(--sv-teal);
}

.sv-faq .accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 154, 50, 0.2);
}

.sv-cta {
    background: var(--sv-black);
    color: #fff;
    text-align: center;
}

.btn-sv-outline-dark {
    --bs-btn-color: var(--sv-ink);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: rgba(14, 74, 69, 0.25);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--sv-teal);
    --bs-btn-hover-border-color: var(--sv-teal);
    --bs-btn-font-weight: 700;
    border-radius: 999px;
    padding: 0.55rem 1.15rem;
}

@media (min-width: 992px) {
    .sv-hero {
        min-height: min(90vh, 48rem);
    }

    .sv-dest-card {
        height: 20rem;
    }
}

/* Inner pages */
.sv-photo {
    box-shadow: 0 18px 40px rgba(14, 74, 69, 0.12);
}

.sv-safety-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sv-safety-list li {
    position: relative;
    padding: 0.7rem 0 0.7rem 1.8rem;
    border-bottom: 1px solid rgba(246, 239, 228, 0.1);
}

.sv-safety-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.05rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--sv-orange);
}

.sv-dummy-flag {
    display: inline-block;
    background: rgba(254, 154, 50, 0.15);
    color: var(--sv-orange-dark);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
}

.sv-pkg-card {
    background: #fff;
    border-radius: 1.25rem;
    overflow: hidden;
    border: 1px solid rgba(14, 74, 69, 0.08);
    box-shadow: 0 12px 32px rgba(14, 74, 69, 0.06);
}

.sv-pkg-card-media {
    height: 12rem;
    background-size: cover;
    background-position: center;
    transition: transform 0.7s ease;
}

.sv-pkg-card:hover .sv-pkg-card-media,
.sv-pkg-card:focus-within .sv-pkg-card-media {
    transform: scale(1.06);
}

.sv-pkg-card-body {
    padding: 1.5rem 1.4rem 1.6rem;
}

.sv-chip-light {
    border: 1px solid rgba(254, 154, 50, 0.45);
    color: var(--sv-orange-dark);
    border-radius: 999px;
    padding: 0.2rem 0.65rem;
    font-size: 0.75rem;
    font-weight: 700;
}

.sv-chip-dark {
    display: inline-block;
    border: 1px solid rgba(14, 74, 69, 0.15);
    border-radius: 999px;
    padding: 0.25rem 0.65rem;
    font-size: 0.75rem;
    margin: 0 0.25rem 0.25rem 0;
}

.sv-price-light {
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--sv-teal);
    line-height: 1.1;
}

.sv-form .form-control,
.sv-form .form-select {
    border-radius: 0.75rem;
    border-color: rgba(14, 74, 69, 0.18);
    padding: 0.7rem 0.85rem;
}

.sv-form .form-control:focus,
.sv-form .form-select:focus {
    border-color: var(--sv-orange);
    box-shadow: 0 0 0 0.2rem rgba(254, 154, 50, 0.2);
}

.sv-hp {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.sv-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
}

.sv-contact-list li {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.sv-contact-list .bi {
    color: var(--sv-orange);
    font-size: 1.15rem;
    margin-top: 0.15rem;
}

.sv-social-light {
    color: var(--sv-teal) !important;
    border-color: rgba(14, 74, 69, 0.2);
}

.sv-social-light:hover {
    background: var(--sv-orange);
    color: #140c04 !important;
    border-color: var(--sv-orange);
}

.sv-map {
    border-radius: 1.1rem;
    overflow: hidden;
    min-height: 16rem;
    border: 1px solid rgba(14, 74, 69, 0.1);
}

.sv-map iframe {
    width: 100%;
    height: 16rem;
    border: 0;
}

.sv-empty {
    background: #fff;
    border: 1px dashed rgba(14, 74, 69, 0.18);
    border-radius: 1.1rem;
    padding: 2.5rem 1.5rem;
    text-align: center;
}

.sv-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(3, 3, 3, 0.92);
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 3.5rem 3.25rem 2rem;
    touch-action: pan-y;
}

.sv-lightbox.is-open {
    display: flex;
}

.sv-lightbox-stage {
    margin: 0;
    max-width: 100%;
    text-align: center;
}

.sv-lightbox img {
    max-width: min(1100px, 100%);
    max-height: 78vh;
    border-radius: 0.6rem;
}

.sv-lightbox-caption {
    margin: 0.7rem 0 0;
    color: rgba(246, 239, 228, 0.82);
    font-size: 0.92rem;
}

.sv-lightbox-close,
.sv-lightbox-prev,
.sv-lightbox-next {
    position: absolute;
    color: #fff;
    background: rgba(3, 3, 3, 0.4);
    border: 0;
    cursor: pointer;
}

.sv-lightbox-close {
    top: 0.85rem;
    right: 0.85rem;
    font-size: 2rem;
    line-height: 1;
    background: transparent;
}

.sv-lightbox-prev,
.sv-lightbox-next {
    top: 50%;
    transform: translateY(-50%);
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    font-size: 1.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sv-lightbox-prev {
    left: 0.55rem;
}

.sv-lightbox-next {
    right: 0.55rem;
}

.sv-lightbox.is-single .sv-lightbox-prev,
.sv-lightbox.is-single .sv-lightbox-next {
    display: none;
}

.sv-splash {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 4000;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
    background: radial-gradient(circle at 50% 38%, #0e4a45 0%, #030303 72%);
}

html.sv-splash-pending .sv-splash {
    display: flex !important;
}

html.sv-splash-done .sv-splash {
    opacity: 0;
    transition: opacity 0.35s ease;
}

.sv-splash-mark {
    width: 10.25rem;
    height: 10.25rem;
    padding: 0.55rem;
    border-radius: 1.4rem;
    background: var(--sv-sand);
    box-shadow:
        0 0 0 1px rgba(254, 154, 50, 0.4),
        0 0 36px rgba(254, 154, 50, 0.18),
        0 22px 40px rgba(0, 0, 0, 0.38);
}

.sv-splash-logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0.9rem;
    background: #030303;
}

.sv-splash-name {
    margin: 0;
    color: #f6efe4;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 1.15rem;
    line-height: 1.15;
}

.sv-splash-name small {
    display: block;
    margin-top: 0.35rem;
    color: var(--sv-orange);
    font-weight: 600;
    letter-spacing: 0.16em;
    font-size: 0.68rem;
    text-transform: uppercase;
}

.sv-splash-bar {
    width: 7.5rem;
    height: 3px;
    border-radius: 99px;
    background: rgba(254, 154, 50, 0.22);
    overflow: hidden;
}

.sv-splash-bar::after {
    content: "";
    display: block;
    height: 100%;
    width: 38%;
    background: var(--sv-orange);
    animation: sv-splash-bar 0.9s ease-in-out infinite;
}

@keyframes sv-splash-bar {
    from {
        transform: translateX(-140%);
    }
    to {
        transform: translateX(280%);
    }
}

.sv-dest-card,
.sv-gallery-item {
    background: #1a3330;
}

.sv-pkg-card-media {
    position: relative;
    overflow: hidden;
    background-color: #e8dfd0;
}

.sv-spinner {
    width: 0.9rem;
    height: 0.9rem;
    border: 2px solid rgba(20, 12, 4, 0.25);
    border-top-color: #140c04;
    border-radius: 50%;
    animation: sv-spin 0.6s linear infinite;
}

@keyframes sv-spin {
    to {
        transform: rotate(360deg);
    }
}

html.sv-load img.sv-img:not(.is-ready) {
    opacity: 0;
}

html.sv-load img.sv-img.is-ready {
    opacity: 1;
}

html.sv-load .sv-banner-media:not(.is-ready)::after,
html.sv-load .sv-pkg-card-media:not(.is-ready)::after,
html.sv-load .sv-package-media:not(.is-ready)::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #1a3330;
    pointer-events: none;
}

html.sv-load .sv-pkg-card-media:not(.is-ready)::after {
    background: #e8dfd0;
}

html.sv-load img.sv-img {
    transition: opacity 0.35s ease, transform 0.7s ease;
}

html.sv-motion .sv-reveal {
    opacity: 0;
    transform: translateY(1.15rem);
    transition: opacity 0.55s ease, transform 0.55s ease;
    transition-delay: var(--sv-delay, 0ms);
}

html.sv-motion .sv-reveal.is-in {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .sv-hero-slide.is-active,
    .sv-float-wa.is-pulse,
    .sv-splash-bar::after,
    .sv-spinner,
    html.sv-motion .sv-reveal {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }

    html.sv-motion .sv-reveal {
        opacity: 1 !important;
    }

    .sv-hero-pause {
        display: none;
    }

    html.sv-load img.sv-img:not(.is-ready) {
        opacity: 1;
    }

    .sv-dest-card p {
        opacity: 1 !important;
        max-height: none !important;
        transform: none !important;
    }
}
