body.guide-landing-page--travel {
    --travel-navy: #06245b;
    --travel-deep: #071d4f;
    --travel-blue: #096fd8;
    --travel-blue-strong: #005ecb;
    --travel-gold: #ffc20a;
    --travel-mist: #f3f8ff;
    --travel-bg: #f3f8ff;
    --travel-line: #dbe7f3;
    --travel-soft-line: #e7f0fa;
    --travel-text: #10244f;
    --travel-muted: #536585;
    --travel-shadow: 0 18px 44px rgba(8, 36, 95, .12);
    --travel-shadow-soft: 0 10px 28px rgba(8, 36, 95, .08);
    --travel-radius: 8px;
    background: var(--travel-bg);
    color: var(--travel-text);
}

.guide-landing-page--travel .site-main {
    background: var(--travel-bg);
}

.travel-production {
    min-height: 100vh;
    background: var(--travel-bg);
}

.travel-production a {
    text-decoration: none;
}

.travel-shell {
    width: min(calc(100% - 40px), clamp(1248px, 80vw, 1536px));
    margin-inline: auto;
}

.travel-production svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}

.travel-section__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.travel-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.travel-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    padding: 12px 18px;
    font-size: 15px;
    font-weight: 950;
    line-height: 1.2;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.travel-button:hover {
    transform: translateY(-1px);
}

.travel-button--primary {
    background: var(--travel-gold);
    color: var(--travel-deep);
    box-shadow: 0 16px 32px rgba(255, 194, 10, .26);
}

.travel-button--ghost,
.travel-button--dark-ghost {
    border: 1px solid rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .13);
    color: #fff;
    backdrop-filter: blur(10px);
}

.travel-button--blue {
    background: var(--travel-blue);
    color: #fff;
}

.travel-card,
.travel-side-card,
.travel-quick-nav,
.travel-image-card,
.travel-soft-card,
.travel-icon-card,
.travel-final-cta,
.travel-route-section {
    border: 1px solid rgba(219, 231, 243, .96);
    border-radius: var(--travel-radius);
    background: rgba(255, 255, 255, .96);
    box-shadow: var(--travel-shadow-soft);
}

.travel-quick-nav {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
    padding: 14px;
}

.travel-quick-nav a {
    display: grid;
    gap: 4px;
    border-radius: var(--travel-radius);
    padding: 16px;
    transition: background .18s ease, transform .18s ease;
}

.travel-quick-nav a:hover {
    background: #eef7ff;
    transform: translateY(-1px);
}

.travel-quick-nav span {
    color: #647590;
    font-size: 14px;
    font-weight: 850;
}

.travel-quick-nav strong {
    color: var(--travel-deep);
    font-size: 19px;
    font-weight: 1000;
    line-height: 1.22;
}

.travel-production-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: clamp(28px, 4.5vw, 70px);
    align-items: start;
    padding: 44px 0 92px;
}

.travel-main {
    display: grid;
    min-width: 0;
    gap: 28px;
}

.travel-section {
    scroll-margin-top: 112px;
}

.travel-card {
    padding: clamp(22px, 2.6vw, 34px);
}

.travel-section__eyebrow {
    color: var(--travel-blue);
}

.travel-section h2,
.travel-card h2,
.travel-route-section h2,
.travel-final-cta h2,
.travel-side-card h2 {
    margin: 8px 0 0;
    color: var(--travel-deep);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 1000;
    line-height: 1.18;
    letter-spacing: 0;
}

.travel-section p,
.travel-card p,
.travel-route-section p {
    color: var(--travel-muted);
    font-size: 16px;
    line-height: 1.78;
}

.travel-card > p,
.travel-route-section__content > p {
    max-width: 820px;
    margin: 16px 0 0;
}

.travel-card-grid {
    display: grid;
    gap: 16px;
    margin-top: 22px;
}

.travel-card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.travel-card-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.travel-soft-card,
.travel-icon-card {
    padding: 20px;
}

.travel-soft-card {
    background: var(--travel-mist);
}

.travel-soft-card h3,
.travel-icon-card h3,
.travel-image-card h3,
.travel-note h3 {
    margin: 0;
    color: var(--travel-deep);
    font-size: 21px;
    font-weight: 1000;
    line-height: 1.25;
}

.travel-soft-card p,
.travel-icon-card p,
.travel-image-card p,
.travel-note p {
    margin: 12px 0 0;
    color: var(--travel-muted);
    line-height: 1.72;
}

.travel-split {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 28px;
    align-items: center;
}

.travel-note-stack {
    display: grid;
    gap: 14px;
}

.travel-note {
    border: 1px solid var(--travel-line);
    border-radius: var(--travel-radius);
    padding: 18px;
}

.travel-note h3 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.travel-note--green {
    border-color: #ccefd8;
    background: #edf9f1;
}

.travel-note--green h3 {
    color: #087a43;
}

.travel-note--gold {
    border-color: #f7df9b;
    background: #fff8df;
}

.travel-note--gold h3 {
    color: #9a6400;
}

.travel-route-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    overflow: hidden;
    background: var(--travel-deep);
    color: #fff;
    box-shadow: var(--travel-shadow);
}

.travel-route-section__content {
    padding: clamp(24px, 3.1vw, 38px);
}

.travel-route-section .travel-section__eyebrow {
    color: #b8ecff;
}

.travel-route-section h2 {
    color: #fff;
}

.travel-route-section p {
    color: rgba(255, 255, 255, .76);
}

.travel-step-list {
    display: grid;
    gap: 22px;
    margin-top: 28px;
}

.travel-step {
    position: relative;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 16px;
}

.travel-step:not(:last-child)::after {
    position: absolute;
    top: 54px;
    bottom: -16px;
    left: 24px;
    width: 2px;
    content: "";
    background: rgba(219, 231, 243, .3);
}

.travel-step__icon {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: var(--travel-radius);
    background: #fff;
    color: var(--travel-blue);
}

.travel-step__icon--featured {
    background: var(--travel-gold);
    color: var(--travel-deep);
}

.travel-step h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 1000;
    line-height: 1.3;
}

.travel-step p {
    margin: 8px 0 0;
}

.travel-route-section__media {
    position: relative;
    min-height: 280px;
    margin: 0;
}

.travel-route-section__media::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(0deg, rgba(7, 29, 79, .48), transparent);
}

.travel-route-section__media img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

.travel-icon-card {
    background: #fff;
}

.travel-icon-card > svg {
    width: 30px;
    height: 30px;
    color: var(--travel-blue);
}

.travel-icon-card h3 {
    margin-top: 16px;
}

.travel-section__head-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
}

.travel-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--travel-blue);
    font-weight: 1000;
}

.travel-text-link:hover {
    color: var(--travel-navy);
}

.travel-image-card {
    overflow: hidden;
    background: #fff;
}

.travel-image-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.travel-image-card > div {
    padding: 20px;
}

.travel-image-card--text {
    padding: 20px;
}

.travel-image-card--text > div {
    padding: 0;
}

.travel-section__header {
    margin-bottom: 20px;
}

.travel-food-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    align-items: center;
}

.travel-food-grid > div {
    display: grid;
    gap: 16px;
}

.travel-food-grid p {
    margin: 0;
}

.travel-food-grid img {
    width: 100%;
    height: 288px;
    border-radius: var(--travel-radius);
    object-fit: cover;
}

.travel-check-list {
    display: grid;
    gap: 12px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.travel-check-list li {
    display: flex;
    gap: 9px;
    color: var(--travel-muted);
    line-height: 1.65;
}

.travel-check-list svg {
    width: 17px;
    height: 17px;
    margin-top: 4px;
    color: var(--travel-blue);
}

.travel-inline-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 22px;
    border-radius: var(--travel-radius);
    background: var(--travel-deep);
    padding: 20px;
    color: #fff;
}

.travel-inline-cta p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-weight: 800;
}

.travel-cost-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.travel-cost-grid article {
    border: 1px solid var(--travel-line);
    border-radius: var(--travel-radius);
    padding: 18px;
}

.travel-cost-grid span {
    color: #667894;
    font-size: 14px;
    font-weight: 950;
}

.travel-cost-grid strong {
    display: block;
    margin-top: 8px;
    color: var(--travel-deep);
    font-size: 24px;
    font-weight: 1000;
    line-height: 1.2;
}

.travel-cost-grid p {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.55;
}

.travel-callout {
    margin: 22px 0 0 !important;
    border-radius: var(--travel-radius);
    background: #eef7ff;
    padding: 18px;
}

.travel-tip-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.travel-tip-grid article {
    display: flex;
    gap: 12px;
    border: 1px solid var(--travel-line);
    border-radius: var(--travel-radius);
    background: #fff;
    padding: 16px;
}

.travel-tip-grid svg {
    width: 24px;
    height: 24px;
    color: var(--travel-blue);
}

.travel-tip-grid p {
    margin: 0;
}

.travel-tip-grid strong {
    color: var(--travel-deep);
}

.travel-tip-card--wide {
    grid-column: 1 / -1;
}

.travel-faq-list {
    overflow: hidden;
    margin-top: 22px;
    border: 1px solid var(--travel-line);
    border-radius: var(--travel-radius);
    background: #fff;
}

.travel-faq-list details + details {
    border-top: 1px solid var(--travel-line);
}

.travel-faq-list summary {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px;
    color: var(--travel-deep);
    font-weight: 1000;
    list-style: none;
}

.travel-faq-list summary::-webkit-details-marker {
    display: none;
}

.travel-faq-list details[open] summary svg {
    transform: rotate(90deg);
}

.travel-faq-list p {
    margin: -4px 18px 18px;
}

.travel-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    background: var(--travel-blue);
    padding: clamp(22px, 3vw, 34px);
    color: #fff;
    box-shadow: var(--travel-shadow);
}

.travel-final-cta h2 {
    margin: 0;
    color: #fff;
}

.travel-final-cta p {
    max-width: 760px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .84);
    line-height: 1.72;
}

.travel-sidebar {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 16px;
}

.travel-side-card {
    display: grid;
    gap: 14px;
    padding: 18px;
}

.travel-side-card h2 {
    margin: 0;
    font-size: 22px;
}

.travel-anchor-card nav,
.travel-related-card > div {
    display: grid;
    gap: 8px;
}

.travel-anchor-card a,
.travel-related-card a {
    border-radius: var(--travel-radius);
    padding: 10px 12px;
    color: var(--travel-muted);
    font-size: 14px;
    font-weight: 900;
    transition: transform .18s ease, background .18s ease, color .18s ease;
}

.travel-anchor-card a:hover,
.travel-related-card a:hover {
    background: var(--travel-mist);
    color: var(--travel-blue);
    transform: translateX(3px);
}

.travel-schedule-note {
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: start;
}

.travel-schedule-note > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: var(--travel-radius);
    background: #fff6dc;
    color: #b57900;
}

.travel-schedule-note p {
    margin: 8px 0 16px;
}

.travel-schedule-note .travel-button {
    width: 100%;
}

.travel-sidebar .travel-ticket-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-width: 0;
    min-height: 148px;
    border: 1px solid rgba(12, 112, 205, .42);
    border-radius: var(--travel-radius);
    background:
        linear-gradient(90deg, rgba(0, 91, 195, .98) 0%, rgba(0, 118, 214, .9) 44%, rgba(0, 133, 220, .46) 67%, rgba(0, 103, 190, .08) 100%),
        var(--ticket-ship-image, url("../home-images/homepage/boats/ship.webp")) right center / cover no-repeat;
    color: #fff;
    padding: 24px 18px;
    box-shadow: 0 18px 42px rgba(8, 80, 155, .18);
}

.travel-sidebar .travel-ticket-cta > div {
    position: relative;
    z-index: 1;
    width: min(68%, 240px);
    max-width: 100%;
}

.travel-sidebar .travel-ticket-cta h2 {
    margin: 0;
    color: #fff;
    font-size: 23px;
    font-weight: 950;
    line-height: 1.16;
    overflow-wrap: anywhere;
    text-shadow: 0 8px 20px rgba(0, 34, 78, .28);
}

.travel-sidebar .travel-ticket-cta p {
    margin: 7px 0 18px;
    color: rgba(255, 255, 255, .95);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-shadow: 0 8px 18px rgba(0, 34, 78, .24);
}

.travel-sidebar .travel-ticket-cta a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: var(--travel-gold);
    color: var(--travel-deep);
    padding: 11px 16px;
    font-size: 14px;
    font-weight: 950;
    line-height: 1.2;
    text-align: center;
    box-shadow: 0 12px 22px rgba(255, 194, 10, .32);
}

.travel-sidebar .travel-ticket-cta img {
    display: none;
}

@media (min-width: 1440px) {
    .travel-shell {
        width: min(calc(100% - 96px), clamp(1248px, 80vw, 1536px));
    }
}

@media (max-width: 1180px) {
    .travel-production-layout {
        grid-template-columns: minmax(0, 1fr) 310px;
        gap: 28px;
    }

    .travel-card-grid--three,
    .travel-cost-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .travel-production-layout {
        grid-template-columns: 1fr;
    }

    .travel-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .travel-related-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 820px) {
    .travel-shell {
        width: min(100% - 24px, 1224px);
    }

    .travel-quick-nav,
    .travel-card-grid--two,
    .travel-card-grid--three,
    .travel-cost-grid,
    .travel-split,
    .travel-route-section,
    .travel-food-grid,
    .travel-final-cta,
    .travel-sidebar {
        grid-template-columns: 1fr;
    }

    .travel-production-layout {
        padding-top: 34px;
    }

    .travel-route-section__media {
        min-height: 240px;
    }

    .travel-section__head-row,
    .travel-inline-cta {
        align-items: start;
        flex-direction: column;
    }

    .travel-inline-cta .travel-button,
    .travel-final-cta .travel-button {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .travel-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 22px;
    }

    .travel-button {
        width: 100%;
        min-height: 46px;
        padding: 11px 14px;
        font-size: 14px;
    }

    .travel-card,
    .travel-side-card,
    .travel-soft-card,
    .travel-icon-card,
    .travel-image-card--text,
    .travel-route-section__content,
    .travel-final-cta {
        padding: 16px;
    }

    .travel-quick-nav {
        padding: 10px;
    }

    .travel-quick-nav a {
        padding: 14px;
    }

    .travel-section h2,
    .travel-card h2,
    .travel-route-section h2,
    .travel-final-cta h2 {
        font-size: 26px;
    }

    .travel-step {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
    }

    .travel-step__icon {
        width: 44px;
        height: 44px;
    }

    .travel-step:not(:last-child)::after {
        left: 21px;
    }

    .travel-tip-grid {
        grid-template-columns: 1fr;
    }

}
