/* Home page */
.home-hero {
    position: relative;
    min-height: 780px;
    overflow: hidden;
    isolation: isolate;
    background: radial-gradient(circle at 85% 10%, rgba(239, 133, 81, .18), transparent 28%), radial-gradient(circle at 4% 95%, rgba(35, 62, 147, .12), transparent 28%), linear-gradient(135deg, #fffdf9 0%, #f8f9ff 58%, #eef2ff 100%);
}

.home-hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    opacity: .52;
    background-image: linear-gradient(rgba(35, 62, 147, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(35, 62, 147, .045) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to right, #000 0%, transparent 75%);
}

@keyframes spinOrbit {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hero-orbit {
    position: absolute;
    top: 86px;
    right: -160px;
    width: 540px;
    height: 540px;
    z-index: -1;
    border: 1px solid rgba(35, 62, 147, .12);
    border-radius: 50%;
    animation: spinOrbit 50s linear infinite;
    will-change: transform;
}

.hero-orbit::before,
.hero-orbit::after {
    position: absolute;
    inset: 70px;
    content: "";
    border: 1px solid rgba(239, 133, 81, .16);
    border-radius: 50%;
}

.hero-orbit::after {
    inset: 145px;
    border-color: rgba(35, 62, 147, .13);
}

.home-hero-inner {
    min-height: 720px;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
    align-items: center;
    gap: clamp(44px, 6vw, 92px);
    padding: 80px 0 132px;
}

.home-hero-copy {
    position: relative;
    z-index: 5;
    max-width: 740px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 27px;
    padding: 8px 13px 8px 9px;
    color: var(--blue);
    border: 1px solid rgba(35, 62, 147, .13);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    box-shadow: var(--shadow-sm);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero-badge-dot {
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    color: var(--white);
    border-radius: 50%;
    background: var(--orange);
}

.home-hero h1 {
    max-width: 760px;
    margin-bottom: 27px;
    color: var(--blue-deep);
    font-size: clamp(3.55rem, 6.7vw, 7rem);
    font-weight: 800;
    line-height: .98;
}

.home-hero h1 em {
    display: inline-block;
    color: var(--orange);
    font-family: var(--font-accent);
    font-weight: 600;
}

.home-hero-lead {
    max-width: 670px;
    margin-bottom: 32px;
    font-size: clamp(1.02rem, 1.35vw, 1.18rem);
    line-height: 1.75;
}

.home-hero-lead strong {
    color: var(--blue);
}

.home-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    padding-top: 27px;
    border-top: 1px solid rgba(35, 62, 147, .12);
}

.home-hero-proof span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #3d4867;
    font-size: .86rem;
    font-weight: 700;
}

.home-hero-proof i {
    width: 17px;
    color: var(--orange);
}

.hero-collage {
    position: relative;
    min-height: 610px;
}

.hero-main-image {
    position: absolute;
    top: 26px;
    right: 38px;
    width: min(72%, 500px);
    height: 505px;
    overflow: hidden;
    border: 10px solid var(--white);
    border-radius: 220px 220px 34px 34px;
    background: #ddd;
    box-shadow: var(--shadow-lg);
}

.hero-main-image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 52%, rgba(14, 27, 72, .6)), linear-gradient(120deg, rgba(239, 133, 81, .12), transparent 40%);
}

.hero-main-image img,
.hero-mini-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-mini-image {
    position: absolute;
    z-index: 5;
    overflow: hidden;
    border: 7px solid var(--white);
    border-radius: 24px;
    box-shadow: var(--shadow-md);
}

@keyframes floatMiniOne {

    0%,
    100% {
        transform: rotate(-4deg) translateY(0);
    }

    50% {
        transform: rotate(-2.5deg) translateY(-7px);
    }
}

.hero-mini-image.one {
    top: 112px;
    left: 0;
    width: 185px;
    height: 225px;
    transform: rotate(-4deg);
    animation: floatMiniOne 7s ease-in-out 0.6s infinite;
    will-change: transform;
}

@keyframes floatMiniTwo {

    0%,
    100% {
        transform: rotate(3deg) translateY(0);
    }

    50% {
        transform: rotate(4.5deg) translateY(-8px);
    }
}

.hero-mini-image.two {
    right: 0;
    bottom: 8px;
    width: 215px;
    height: 175px;
    transform: rotate(3deg);
    animation: floatMiniTwo 6.5s ease-in-out 1.2s infinite;
    will-change: transform;
}

@keyframes floatRoundelHero {

    0%,
    100% {
        transform: rotate(-7deg) translateY(0);
    }

    50% {
        transform: rotate(-5deg) translateY(-9px);
    }
}

.hero-roundel {
    position: absolute;
    left: 100px;
    bottom: 24px;
    z-index: 8;
    width: 148px;
    height: 148px;
    display: grid;
    place-items: center;
    color: var(--white);
    border: 9px solid var(--paper);
    border-radius: 50%;
    background: var(--orange);
    box-shadow: var(--shadow-md);
    text-align: center;
    transform: rotate(-7deg);
    animation: floatRoundelHero 7.5s ease-in-out 0.3s infinite;
    will-change: transform;
}

.hero-roundel strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 2rem;
    line-height: 1;
}

.hero-roundel span {
    display: block;
    margin-top: 7px;
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.35;
    text-transform: uppercase;
}

@keyframes floatCardHero {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }
}

.hero-float {
    position: absolute;
    top: 18px;
    left: 155px;
    z-index: 9;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px 15px;
    border: 1px solid rgba(35, 62, 147, .09);
    border-radius: 16px;
    background: rgba(255, 255, 255, .9);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(12px);
    animation: floatCardHero 6s ease-in-out infinite;
    will-change: transform;
}

.hero-float .icon-box {
    width: 40px;
    height: 40px;
    color: var(--white);
    background: var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-float strong,
.hero-float span {
    display: block;
}

.hero-float strong {
    color: var(--blue-deep);
    font-size: .82rem;
}

.hero-float span {
    color: var(--muted);
    font-size: .7rem;
}

@keyframes floatCaptionHero {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.hero-caption {
    position: absolute;
    right: 62px;
    bottom: 112px;
    z-index: 4;
    max-width: 260px;
    color: var(--white);
    animation: floatCaptionHero 8s ease-in-out 1.8s infinite;
    will-change: transform;
}

.hero-caption strong,
.hero-caption span {
    display: block;
}

.hero-caption strong {
    font-size: 1.08rem;
}

.hero-caption span {
    margin-top: 4px;
    color: rgba(255, 255, 255, .72);
    font-size: .76rem;
}

.booking-deck-wrap {
    position: relative;
    z-index: 20;
    margin-top: -82px;
}

.booking-deck {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(35, 62, 147, .1);
    border-radius: 26px;
    background: var(--white);
    box-shadow: var(--shadow-lg);
}

.booking-intro {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 28px;
    color: var(--white);
    background: var(--blue);
}

.booking-intro::after {
    position: absolute;
    right: -50px;
    bottom: -70px;
    width: 180px;
    height: 180px;
    content: "";
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    box-shadow: 0 0 0 35px rgba(255, 255, 255, .04), 0 0 0 70px rgba(255, 255, 255, .025);
}

.booking-intro span,
.booking-intro strong {
    position: relative;
    z-index: 2;
    display: block;
}

.booking-intro span {
    color: rgba(255, 255, 255, .68);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.booking-intro strong {
    margin-top: 7px;
    font-family: var(--font-heading);
    font-size: 1.32rem;
    line-height: 1.2;
}

.booking-form {
    display: grid;
    grid-template-columns: 1.15fr 1fr .85fr auto;
    align-items: end;
    gap: 14px;
    padding: 25px;
}

.booking-submit {
    min-width: 180px;
    height: 54px;
}

.proof-ribbon {
    padding: 38px 0 8px;
}

.proof-ribbon-inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.proof-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 25px 22px;
}

.proof-item:not(:last-child)::after {
    position: absolute;
    top: 22%;
    right: 0;
    bottom: 22%;
    width: 1px;
    content: "";
    background: var(--border);
}

.proof-item strong,
.proof-item span {
    display: block;
}

.proof-item strong {
    color: var(--blue-deep);
    font-size: .88rem;
}

.proof-item span span {
    margin-top: 2px;
    color: var(--muted);
    font-size: .74rem;
}

.proof-item .icon-box {
    width: 56px;
    height: 56px;
    /* color: var(--orange);
    background: rgba(239, 133, 81, .12); */
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-services {
    overflow: hidden;
    color: var(--white);
    background: radial-gradient(circle at 90% 12%, rgba(239, 133, 81, .18), transparent 26%), linear-gradient(145deg, var(--blue-deep), #172b70 62%, var(--blue));
}

.home-services .display-title {
    color: var(--white);
}

.home-services .section-intro {
    color: rgba(255, 255, 255, .68);
}

.service-stack {
    display: grid;
    gap: 22px;
}

.service-row {
    min-height: 360px;
    display: grid;
    grid-template-columns: 130px minmax(0, .82fr) minmax(380px, 1.18fr);
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 28px;
    background: rgba(255, 255, 255, .055);
    backdrop-filter: blur(10px);
    transition: transform .26s var(--ease), border-color .26s ease, background-color .26s ease;
}

.service-row:hover {
    border-color: rgba(239, 133, 81, .48);
    background: rgba(255, 255, 255, .08);
    transform: translateY(-6px);
}

.service-index {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 37px;
    color: rgba(255, 255, 255, .22);
    border-right: 1px solid rgba(255, 255, 255, .11);
    font-family: var(--font-heading);
    font-size: 3.2rem;
    font-weight: 800;
}

.service-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 42px;
}

.service-copy small {
    margin-bottom: 13px;
    color: var(--orange);
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.service-copy h3 {
    margin-bottom: 16px;
    color: var(--white);
    font-size: clamp(2rem, 3.4vw, 3.45rem);
}

.service-copy p {
    margin-bottom: 24px;
    color: rgba(255, 255, 255, .66);
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    color: var(--white);
    font-weight: 800;
}

.service-image {
    position: relative;
    min-height: 360px;
    overflow: hidden;
}

.service-image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(23, 43, 112, .44), transparent 42%);
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s var(--ease);
}

.service-row:hover .service-image img {
    transform: scale(1.045);
}

.destination-swiper {
    overflow: visible;
}

.destination-card {
    position: relative;
    min-height: 535px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: var(--shadow-md);
    isolation: isolate;
}

.destination-card::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(180deg, rgba(14, 27, 72, .02) 0%, rgba(14, 27, 72, .22) 46%, rgba(14, 27, 72, .94) 100%);
}

.destination-card::after {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 3;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    content: "↗";
    color: var(--blue);
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    font-size: 1.1rem;
    font-weight: 800;
    transition: transform .18s ease, background-color .18s ease, color .18s ease;
}

.destination-card:hover::after {
    color: var(--white);
    background: var(--orange);
    transform: rotate(10deg);
}

.destination-card img {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s var(--ease);
}

.destination-card:hover img {
    transform: scale(1.06);
}

.destination-content {
    position: relative;
    z-index: 2;
    margin-top: auto;
    padding: 30px;
}

.destination-label {
    margin-bottom: 10px;
    color: #ffb48e;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.destination-content h3 {
    margin-bottom: 12px;
    color: var(--white);
    font-size: clamp(2rem, 3vw, 3.2rem);
}

.destination-content p {
    margin-bottom: 19px;
    color: rgba(255, 255, 255, .7);
    font-size: .9rem;
}

.destination-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.destination-meta span {
    padding: 7px 10px;
    color: rgba(255, 255, 255, .78);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    font-size: .7rem;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.swiper-controls {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 22px;
}

.swiper-button-custom {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    color: var(--blue);
    border: 1px solid var(--blue-line);
    border-radius: 50%;
    background: var(--white);
    cursor: pointer;
}

.swiper-button-custom:hover {
    color: var(--white);
    background: var(--blue);
}

.home-fleet-preview {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(520px, 1.2fr);
    align-items: start;
    gap: clamp(48px, 7vw, 95px);
}

.home-fleet-copy {
    position: sticky;
    top: 130px;
}

.fleet-list {
    display: grid;
    gap: 24px;
}

.fleet-card {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 28px;
    background: var(--white);
    box-shadow: var(--shadow-md);
}

.fleet-card-top {
    display: grid;
    grid-template-columns: minmax(240px, .9fr) minmax(0, 1.1fr);
    align-items: center;
    min-height: 290px;
}

.fleet-image {
    height: 100%;
    min-height: 290px;
    overflow: hidden;
    background: radial-gradient(circle at 50% 40%, rgba(239, 133, 81, .18), transparent 34%), linear-gradient(145deg, #f8faff, #e8edff);
}

.fleet-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
}

.fleet-copy {
    padding: 31px;
}

.fleet-type {
    color: var(--orange);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.fleet-copy h3 {
    margin: 8px 0 11px;
    color: var(--blue-deep);
    font-size: 2rem;
}

.fleet-copy p {
    margin-bottom: 18px;
    font-size: .88rem;
}

.fleet-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fleet-tags span {
    padding: 7px 10px;
    color: var(--blue);
    border-radius: 999px;
    background: var(--blue-soft);
    font-size: .68rem;
    font-weight: 800;
}

.fleet-prices {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--border);
}

.fleet-price {
    position: relative;
    padding: 22px 17px;
}

.fleet-price:not(:last-child)::after {
    position: absolute;
    top: 20%;
    right: 0;
    bottom: 20%;
    width: 1px;
    content: "";
    background: var(--border);
}

.fleet-price span,
.fleet-price strong {
    display: block;
}

.fleet-price span {
    min-height: 36px;
    color: var(--muted);
    font-size: .66rem;
    font-weight: 700;
    line-height: 1.35;
}

.fleet-price strong {
    margin-top: 7px;
    color: var(--blue);
    font-size: 1rem;
}

.fleet-card-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 22px;
    color: rgba(255, 255, 255, .8);
    background: var(--blue);
    font-size: .78rem;
}

.fleet-card-action a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--white);
    font-weight: 800;
}

.family-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr);
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 36px;
    background: var(--white);
    box-shadow: var(--shadow-lg);
}

.family-copy {
    padding: clamp(44px, 6vw, 82px);
}

.family-image {
    position: relative;
    min-height: 620px;
    overflow: hidden;
}

.family-image::before {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
    background: linear-gradient(90deg, rgba(35, 62, 147, .18), transparent 42%), linear-gradient(180deg, transparent 55%, rgba(14, 27, 72, .76));
}

.family-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.family-quote {
    position: absolute;
    right: 25px;
    bottom: 25px;
    left: 25px;
    z-index: 4;
    padding: 22px;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 18px;
    background: rgba(14, 27, 72, .72);
    backdrop-filter: blur(12px);
}

.family-quote strong,
.family-quote span {
    display: block;
}

.family-quote span {
    margin-top: 4px;
    color: rgba(255, 255, 255, .68);
    font-size: .76rem;
}

.hotel-home-layout {
    display: grid;
    grid-template-columns: minmax(520px, 1.05fr) minmax(0, .95fr);
    align-items: center;
    gap: clamp(50px, 7vw, 105px);
}

.hotel-gallery {
    position: relative;
    min-height: 610px;
}

.hotel-main {
    position: absolute;
    inset: 0 90px 0 0;
    overflow: hidden;
    border-radius: 36px 160px 36px 36px;
    box-shadow: var(--shadow-lg);
}

.hotel-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel-logo-card {
    position: absolute;
    top: 36px;
    right: 0;
    width: 225px;
    padding: 24px;
    border: 8px solid var(--paper);
    border-radius: 24px;
    background: #101b2a;
    box-shadow: var(--shadow-md);
}

.hotel-mini {
    position: absolute;
    right: 0;
    bottom: 35px;
    width: 250px;
    height: 220px;
    overflow: hidden;
    border: 8px solid var(--paper);
    border-radius: 120px 24px 24px 24px;
    box-shadow: var(--shadow-md);
}

.hotel-mini img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Taxi page */
.rate-estimator {
    display: grid;
    grid-template-columns: minmax(0, .75fr) minmax(460px, 1.25fr);
    gap: 40px;
    padding: clamp(28px, 5vw, 48px);
    border: 1px solid var(--border);
    border-radius: 30px;
    background: var(--white);
    box-shadow: var(--shadow-lg);
}

.estimator-copy h2 {
    margin-bottom: 15px;
    color: var(--blue-deep);
    font-size: clamp(2rem, 4vw, 3.8rem);
}

.estimator-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.estimator-result {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 19px 21px;
    border-radius: 16px;
    background: var(--blue-soft);
}

.estimator-result span,
.estimator-result strong {
    display: block;
}

.estimator-result span {
    color: var(--muted);
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.estimator-result strong {
    color: var(--blue);
    font-size: 1.7rem;
}

.estimator-disclaimer {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--muted);
    font-size: .7rem;
}

.taxi-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.service-type-card {
    position: relative;
    min-height: 260px;
    overflow: hidden;
    padding: 28px;
    border-radius: 24px;
    background: var(--blue-deep);
}

.service-type-card::before {
    position: absolute;
    right: -30px;
    bottom: -45px;
    width: 150px;
    height: 150px;
    content: "";
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    box-shadow: 0 0 0 35px rgba(255, 255, 255, .025);
}

.service-type-card i {
    width: 30px;
    color: var(--orange);
}

.service-type-card h3 {
    margin: 35px 0 12px;
    color: var(--white);
    font-size: 1.4rem;
}

.service-type-card p {
    margin: 0;
    color: rgba(255, 255, 255, .63);
    font-size: .86rem;
}

.inclusions-panel {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 28px;
    background: var(--white);
    box-shadow: var(--shadow-md);
}

.inclusion-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.inclusion-column {
    padding: 35px;
}

.inclusion-column:first-child {
    border-right: 1px solid var(--border);
}

.inclusion-column h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: var(--blue-deep);
    font-size: 1.5rem;
}

.inclusion-column h3 i {
    color: var(--orange);
}

.inclusion-column ul {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.inclusion-column li {
    display: flex;
    gap: 9px;
    color: #46506a;
    font-size: .88rem;
}

.inclusion-column li i {
    width: 17px;
    flex: 0 0 auto;
    margin-top: 4px;
    color: var(--green);
}

.inclusion-column.excluded li i {
    color: var(--red);
}

/* Package page */
.package-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.package-card {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 25px;
    background: var(--white);
    box-shadow: var(--shadow-sm);
    transition: transform .22s var(--ease), box-shadow .22s ease;
}

.package-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-7px);
}

.package-image {
    position: relative;
    height: 245px;
    overflow: hidden;
}

.package-image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 55%, rgba(14, 27, 72, .62));
}

.package-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s var(--ease);
}

.package-card:hover .package-image img {
    transform: scale(1.05);
}

.package-duration {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    padding: 7px 11px;
    color: var(--blue);
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    font-size: .7rem;
    font-weight: 800;
}

.package-content {
    padding: 25px;
}

.package-eyebrow {
    color: var(--orange);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.package-content h3 {
    margin: 8px 0 12px;
    color: var(--blue-deep);
    font-size: 1.45rem;
}

.package-content p {
    margin-bottom: 20px;
    font-size: .87rem;
}

.package-points {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 21px;
}

.package-points span {
    padding: 6px 9px;
    color: var(--blue);
    border-radius: 999px;
    background: var(--blue-soft);
    font-size: .66rem;
    font-weight: 800;
}

.package-card.is-hidden {
    display: none;
}

.route-builder {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
    gap: 50px;
    padding: clamp(30px, 5vw, 52px);
    border-radius: 32px;
    color: var(--white);
    background: linear-gradient(145deg, var(--blue), var(--blue-deep));
    box-shadow: var(--shadow-lg);
}

.route-builder h2 {
    color: var(--white);
    font-size: clamp(2.2rem, 4vw, 4rem);
}

.route-builder p {
    color: rgba(255, 255, 255, .66);
}

.destination-checks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.destination-check {
    position: relative;
}

.destination-check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.destination-check label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 16px;
    cursor: pointer;
    background: rgba(255, 255, 255, .06);
    font-weight: 700;
    transition: border-color .18s ease, background-color .18s ease;
}

.destination-check input:checked+label {
    border-color: var(--orange);
    background: rgba(239, 133, 81, .18);
}

.destination-check label i {
    width: 18px;
    color: var(--orange);
}

.route-builder .field label {
    color: rgba(255, 255, 255, .68);
}

.route-builder .field input,
.route-builder .field select {
    color: var(--white);
    border-color: rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .07);
}

.route-builder .field select option {
    color: var(--ink);
    background: var(--white);
}

/* Hotels page */
.hotel-feature {
    display: grid;
    grid-template-columns: minmax(500px, 1.05fr) minmax(0, .95fr);
    align-items: center;
    gap: clamp(50px, 7vw, 105px);
}

.hotel-feature-gallery {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    grid-template-rows: 260px 260px;
    gap: 14px;
}

.hotel-feature-gallery figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 22px;
    cursor: zoom-in;
}

.hotel-feature-gallery figure:first-child {
    grid-row: 1 / 3;
}

.hotel-feature-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s var(--ease);
}

.hotel-feature-gallery figure:hover img {
    transform: scale(1.05);
}

.hotel-highlight {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 28px 0 34px;
}

.hotel-highlight-item {
    padding: 17px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--white);
}

.hotel-highlight-item strong,
.hotel-highlight-item span {
    display: block;
}

.hotel-highlight-item strong {
    color: var(--blue);
    font-size: .88rem;
}

.hotel-highlight-item span {
    margin-top: 3px;
    color: var(--muted);
    font-size: .72rem;
}

.stay-form-panel {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(500px, 1.2fr);
    gap: 45px;
    padding: clamp(30px, 5vw, 52px);
    border: 1px solid var(--border);
    border-radius: 30px;
    background: var(--white);
    box-shadow: var(--shadow-lg);
}

.preference-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

.preference-chips span {
    padding: 8px 11px;
    color: var(--blue);
    border-radius: 999px;
    background: var(--blue-soft);
    font-size: .68rem;
    font-weight: 800;
}

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 350;
    display: grid;
    place-items: center;
    padding: 22px;
    visibility: hidden;
    opacity: 0;
    background: rgba(5, 12, 37, .88);
    transition: opacity .2s ease, visibility .2s ease;
}

.lightbox.open {
    visibility: visible;
    opacity: 1;
}

.lightbox img {
    position: relative;
    z-index: 2;
    max-width: min(1100px, 100%);
    max-height: calc(100vh - 70px);
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
}

.lightbox-close {
    position: fixed;
    z-index: 3;
    top: 22px;
    right: 22px;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    cursor: pointer;
}

/* About page */
.timeline {
    position: relative;
    max-width: 980px;
    margin-inline: auto;
}

.timeline::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    content: "";
    background: var(--border);
}

.timeline-item {
    position: relative;
    width: 50%;
    padding: 0 55px 50px 0;
}

.timeline-item:nth-child(even) {
    margin-left: 50%;
    padding: 0 0 50px 55px;
}

.timeline-dot {
    position: absolute;
    top: 5px;
    right: -8px;
    width: 16px;
    height: 16px;
    border: 4px solid var(--paper);
    border-radius: 50%;
    background: var(--orange);
    box-shadow: 0 0 0 1px var(--blue-line);
}

.timeline-item:nth-child(even) .timeline-dot {
    right: auto;
    left: -8px;
}

.timeline-year {
    color: var(--orange);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.timeline-item h3 {
    margin: 8px 0 10px;
    color: var(--blue-deep);
    font-size: 1.45rem;
}

.timeline-item p {
    margin: 0;
    font-size: .88rem;
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.value-card {
    min-height: 280px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 23px;
    background: rgba(255, 255, 255, .065);
}

.value-card .icon-box {
    margin-bottom: 35px;
    color: var(--white);
    background: rgba(239, 133, 81, .18);
}

.value-card h3 {
    margin-bottom: 12px;
    color: var(--white);
    font-size: 1.3rem;
}

.value-card p {
    margin: 0;
    color: rgba(255, 255, 255, .62);
    font-size: .87rem;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.team-card {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 24px;
    background: var(--white);
    box-shadow: var(--shadow-sm);
}

.team-card-image {
    height: 290px;
    overflow: hidden;
    background: var(--blue-soft);
}

.team-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card-copy {
    padding: 23px;
}

.team-card-copy h3 {
    margin-bottom: 7px;
    color: var(--blue-deep);
    font-size: 1.3rem;
}

.team-card-copy p {
    margin: 0;
    font-size: .84rem;
}

/* Contact page */
.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
    gap: 50px;
    align-items: start;
}

.contact-cards {
    display: grid;
    gap: 14px;
    margin-top: 30px;
}

.contact-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: var(--white);
    box-shadow: var(--shadow-sm);
}

.contact-card strong,
.contact-card span {
    display: block;
}

.contact-card strong {
    color: var(--blue-deep);
}

.contact-card span {
    margin-top: 3px;
    color: var(--muted);
    font-size: .78rem;
}

.contact-form-card {
    padding: clamp(28px, 5vw, 48px);
    border: 1px solid var(--border);
    border-radius: 30px;
    background: var(--white);
    box-shadow: var(--shadow-lg);
}

.contact-form-card h2 {
    margin-bottom: 8px;
    color: var(--blue-deep);
    font-size: clamp(2rem, 4vw, 3.8rem);
}

.map-panel {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border-radius: 30px;
    background: linear-gradient(145deg, #edf1ff, #fff0e8);
    box-shadow: var(--shadow-md);
}

.map-panel::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: .7;
    background-image: linear-gradient(rgba(35, 62, 147, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(35, 62, 147, .09) 1px, transparent 1px);
    background-size: 38px 38px;
    transform: rotate(-6deg) scale(1.2);
}

.map-route {
    position: absolute;
    top: 20%;
    left: 15%;
    width: 70%;
    height: 55%;
    border: 4px dashed rgba(35, 62, 147, .35);
    border-radius: 48% 52% 42% 58% / 56% 35% 65% 44%;
    transform: rotate(-9deg);
}

.map-pin {
    position: absolute;
    top: 43%;
    left: 48%;
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    color: var(--white);
    border: 8px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
    background: var(--orange);
    box-shadow: var(--shadow-md);
}

.map-card {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    padding: 21px;
    border: 1px solid rgba(35, 62, 147, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .9);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(12px);
}

.map-card h3 {
    margin-bottom: 6px;
    color: var(--blue-deep);
}

.map-card p {
    margin-bottom: 0;
    font-size: .84rem;
}