.schedule-page {
    background:
        radial-gradient(circle at 80% 4%, rgba(255, 194, 10, .13), transparent 26%),
        radial-gradient(circle at 12% 12%, rgba(0, 100, 200, .09), transparent 28%),
        linear-gradient(180deg, #f6fbff 0%, #f2f8ff 44%, #f8fbff 100%);
}

.fare-production-ui {
    width: 100%;
    margin-left: 0;
}

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

.fare-production-ui .fare-hero {
    background:
        linear-gradient(135deg, rgba(5, 29, 74, .96) 0%, rgba(0, 91, 181, .9) 48%, rgba(16, 138, 203, .76) 100%),
        var(--fare-ship-image) center / cover no-repeat;
}

.fare-summary-panel {
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    color: var(--text);
    padding: 22px;
    box-shadow: 0 28px 70px rgba(1, 21, 67, .24);
}

.fare-summary-panel h2 {
    margin: 0;
    color: var(--navy);
    font-size: 24px;
    font-weight: 950;
}

.fare-summary-list {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.fare-summary-list div {
    border: 1px solid #dbe9f8;
    border-radius: 8px;
    background: #f8fbff;
    padding: 14px;
}

.fare-summary-list span {
    display: block;
    color: #697994;
    font-size: 12px;
    font-weight: 900;
}

.fare-summary-list strong {
    display: block;
    margin-top: 4px;
    color: var(--navy);
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 950;
    line-height: 1.14;
}

.fare-summary-panel > a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    border-radius: 8px;
    background: var(--navy);
    color: #fff;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 950;
}

.fare-production-ui .schedule-layout {
    padding-top: 30px;
}

.fare-seo-inline {
    margin: 0 0 22px;
    color: #526380;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.65;
}

.fare-seo-inline a {
    color: var(--brand);
    font-weight: 950;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.fare-overview-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 22px;
}

.fare-overview-grid article {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    padding: 18px;
    box-shadow: var(--shadow-sm);
}

.fare-overview-grid span,
.fare-overview-grid strong {
    display: block;
}

.fare-overview-grid span {
    color: #61728e;
    font-size: 12.5px;
    font-weight: 900;
}

.fare-overview-grid strong {
    margin-top: 5px;
    color: var(--navy);
    font-size: clamp(24px, 2.6vw, 36px);
    font-weight: 950;
    line-height: 1.08;
}

.fare-overview-grid p {
    margin: 6px 0 0;
    color: #6f7f98;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.45;
}

.fare-price-card {
    overflow: hidden;
}

.fare-price-card .booking-price-footer {
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.fare-price-card .booking-price-footer p {
    max-width: 660px;
    margin: 0;
    color: #61728e;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.55;
}

.fare-production-ui .booking-price-actions {
    display: grid;
    gap: 8px;
}

.fare-production-ui .booking-price-link,
.fare-production-ui .booking-price-action {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 950;
    white-space: nowrap;
}

.fare-production-ui .booking-price-link {
    border: 1px solid #dbe9f8;
    background: #fff;
    color: #0b72e7;
}

.fare-production-ui .booking-price-action {
    background: var(--navy);
    color: #fff;
}

.operator-fare-production .operator-fare-table {
    min-width: 860px;
}

.operator-fare-production .operator-fare-table td:nth-child(3) b {
    color: var(--navy);
    font-size: 18px;
    font-weight: 950;
    white-space: nowrap;
}

.operator-fare-production .operator-fare-table td:nth-child(4),
.operator-fare-production .operator-fare-table td:nth-child(5) {
    max-width: 280px;
    color: #5f708d;
}

.operator-fare-production .fare-links .schedule-link-grid a:first-child {
    border-color: rgba(11, 114, 231, .24);
    background: #f4f9ff;
}

.fare-choice-panel {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.35fr);
    gap: 18px;
    align-items: stretch;
}

.fare-choice-copy {
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(6, 36, 92, .96), rgba(0, 96, 191, .86)),
        var(--fare-ship-image) center / cover no-repeat;
    color: #fff;
    padding: 24px;
}

.fare-choice-copy span {
    display: inline-flex;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 950;
}

.fare-choice-copy h2 {
    margin: 16px 0 0;
    font-size: 28px;
    font-weight: 950;
    line-height: 1.18;
}

.fare-choice-copy p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .86);
    font-size: 15px;
    line-height: 1.7;
}

.fare-choice-list {
    display: grid;
    gap: 12px;
}

.fare-choice-list article {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 12px;
    border: 1px solid #e1edf9;
    border-radius: 8px;
    background: #fbfdff;
    padding: 16px;
}

.fare-choice-list svg {
    grid-row: span 2;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #eef6ff;
    color: #0b72e7;
    padding: 10px;
}

.fare-choice-list strong {
    color: var(--navy);
    font-size: 16px;
    font-weight: 950;
}

.fare-choice-list p {
    margin: 4px 0 0;
    color: #60708b;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.55;
}

.fare-info-grid {
    margin-top: 20px;
}

.fare-links .schedule-link-group + .schedule-link-group {
    margin-top: 22px;
}

.fare-links h3 {
    margin: 0 0 12px;
    color: var(--navy);
    font-size: 16px;
    font-weight: 950;
}

.fare-production-ui .schedule-sidebar .ticket-cta {
    background:
        linear-gradient(135deg, rgba(0, 93, 195, .96), rgba(0, 143, 214, .72)),
        var(--ticket-ship-image) center / cover no-repeat;
}

.fare-production-ui .schedule-sidebar .ticket-cta img {
    object-fit: cover;
}

.fare-action-label--mobile {
    display: none;
}

@media (max-width: 1180px) {
    .fare-production-ui .schedule-hero__grid,
    .fare-choice-panel {
        grid-template-columns: 1fr;
    }
}

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

@media (max-width: 900px) {
    .fare-overview-grid {
        grid-template-columns: 1fr;
    }
}

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

    .fare-production-ui .fare-hero {
        padding-top: 24px;
    }

    .fare-summary-panel,
    .fare-choice-copy {
        padding: 18px;
    }

    .fare-price-card .booking-price-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .fare-price-card .booking-price-footer a {
        width: 100%;
    }

    .fare-choice-list article {
        grid-template-columns: 1fr;
    }

    .fare-choice-list svg {
        grid-row: auto;
        margin-bottom: 10px;
    }
}

.schedule-hero {
    overflow: hidden;
    padding: 32px 0 46px;
    border-bottom: 1px solid rgba(215, 229, 244, .8);
    background:
        linear-gradient(135deg, rgba(5, 29, 74, .95) 0%, rgba(0, 91, 181, .88) 48%, rgba(16, 138, 203, .72) 100%),
        var(--schedule-hero-image, url("../home-images/homepage/boats/lich-tau-large.webp")) center / cover no-repeat;
    color: #fff;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    font-weight: 850;
}

.breadcrumbs a:hover,
.breadcrumbs span {
    color: #fff;
}

.breadcrumbs svg {
    width: 14px;
    height: 14px;
}

.schedule-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(410px, 520px);
    gap: clamp(34px, 4.6vw, 76px);
    align-items: end;
}

.schedule-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    padding: 8px 13px;
    color: #fff;
    font-size: 13px;
    font-weight: 950;
    backdrop-filter: blur(10px);
}

.schedule-kicker svg {
    width: 16px;
    height: 16px;
}

.schedule-hero h1 {
    max-width: 840px;
    margin: 0;
    font-size: clamp(38px, 4.2vw, 64px);
    font-weight: 950;
    line-height: 1.08;
}

.schedule-hero__copy p {
    max-width: 720px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .88);
    font-size: 18px;
    line-height: 1.75;
}

.schedule-search-card {
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    color: var(--text);
    padding: 18px;
    box-shadow: 0 28px 70px rgba(1, 21, 67, .24);
}

.schedule-search-card h2 {
    margin: 0 0 14px;
    color: var(--navy);
    font-size: 22px;
    font-weight: 950;
}

.schedule-route-picker {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
    gap: 12px;
    align-items: stretch;
}

.schedule-route-card,
.schedule-date-field {
    display: block;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #f8fbff;
    padding: 13px 14px;
}

.schedule-route-card span,
.schedule-date-field span {
    display: block;
    color: #72819b;
    font-size: 12px;
    font-weight: 850;
}

.schedule-route-card strong {
    display: block;
    margin-top: 3px;
    color: var(--navy);
    font-size: 20px;
    font-weight: 950;
    line-height: 1.2;
}

.schedule-route-card small {
    display: block;
    margin-top: 4px;
    color: #5f718e;
    font-size: 13px;
    font-weight: 800;
}

.schedule-swap {
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    align-self: center;
    border: 1px solid #d6e6f7;
    border-radius: 50%;
    background: #fff;
    color: #0b72e7;
    box-shadow: 0 10px 24px rgba(8, 36, 95, .08);
}

.schedule-swap:hover {
    border-color: rgba(11, 114, 231, .32);
    background: #eef6ff;
    transform: rotate(180deg);
}

.schedule-swap svg {
    width: 20px;
    height: 20px;
}

.schedule-date-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    margin-top: 14px;
    align-items: end;
}

.schedule-date-field input {
    width: 100%;
    margin-top: 4px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--navy);
    font-size: 18px;
    font-weight: 950;
}

.schedule-date-field__control {
    position: relative;
    display: block;
}

.schedule-date-field__control input[type="text"] {
    padding-right: 32px;
    cursor: pointer;
}

.schedule-date-field__picker {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 1px;
    height: 1px;
    margin: 0;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}

.schedule-date-field__control--native-overlay .schedule-date-field__picker {
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    pointer-events: auto;
}

.schedule-date-field__control svg {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 4px;
    width: 20px;
    height: 20px;
    color: var(--navy);
    pointer-events: none;
}

.schedule-date-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.schedule-date-chip {
    min-height: 42px;
    border: 1px solid #dbe9f8;
    border-radius: 8px;
    background: #fff;
    color: #435777;
    padding: 0 13px;
    font-size: 13px;
    font-weight: 950;
}

.schedule-date-chip:hover,
.schedule-date-chip.is-active {
    border-color: rgba(11, 114, 231, .28);
    background: #eef6ff;
    color: #0b72e7;
}

.schedule-search-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 16px;
}

.route-search-card {
    align-self: end;
}

.route-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
    gap: 12px;
    align-items: stretch;
}

.route-port {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #f8fbff;
    padding: 14px;
}

.route-port span,
.route-port strong,
.route-port small {
    display: block;
}

.route-port span {
    color: #72819b;
    font-size: 12px;
    font-weight: 850;
}

.route-port strong {
    margin-top: 4px;
    color: var(--navy);
    font-size: 21px;
    font-weight: 950;
    line-height: 1.12;
}

.route-port small {
    margin-top: 5px;
    color: #5f718e;
    font-size: 13px;
    font-weight: 800;
}

.route-direction-icon {
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    align-self: center;
    border: 1px solid #d6e6f7;
    border-radius: 50%;
    background: #fff;
    color: #0b72e7;
    box-shadow: 0 10px 24px rgba(8, 36, 95, .08);
}

.route-direction-icon svg {
    width: 20px;
    height: 20px;
}

.schedule-primary,
.schedule-secondary {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 950;
}

.schedule-primary {
    border: 0;
    background: var(--gold);
    color: var(--navy);
    box-shadow: 0 14px 28px rgba(255, 194, 10, .28);
}

.schedule-secondary {
    border: 1px solid #dbe9f8;
    background: #fff;
    color: #0b72e7;
}

.schedule-primary:hover,
.schedule-secondary:hover {
    transform: translateY(-1px);
}

.schedule-layout {
    /* Shared production two-column layout for schedule, booking and fare pages. */
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(300px, 23vw, 350px);
    gap: clamp(38px, 5vw, 82px);
    padding-top: 44px;
    padding-bottom: 84px;
}

.schedule-main {
    min-width: 0;
}

.schedule-section {
    margin-bottom: 34px;
}

.schedule-card,
.schedule-note,
.operator-card,
.content-card,
.schedule-sidebar .mini-search,
.schedule-sidebar .faq-card,
.schedule-sidebar .support-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.schedule-sidebar .ticket-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-width: 0;
    min-height: 148px;
    border: 1px solid rgba(12, 112, 205, .42);
    border-radius: 8px;
    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);
}

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

.schedule-sidebar .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);
}

.schedule-sidebar .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);
}

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

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

.schedule-sidebar .faq-card {
    padding: 18px;
}

.schedule-sidebar .rail-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.schedule-sidebar .rail-head h2 {
    min-width: 0;
    margin: 0;
    color: var(--navy);
    font-size: 17px;
    font-weight: 950;
    line-height: 1.28;
}

.schedule-sidebar .rail-head a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 4px;
    color: #0b72e7;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.schedule-sidebar .faq-card details {
    border-top: 1px solid #edf2f8;
    color: var(--navy);
}

.schedule-sidebar .faq-card summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    gap: 12px;
    padding: 15px 0;
    color: #4e5f7c;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    cursor: pointer;
}

.schedule-sidebar .faq-card summary::-webkit-details-marker {
    display: none;
}

.schedule-sidebar .faq-card summary::after {
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%2308245f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4 6 3 3 3-3'/%3E%3C/svg%3E") center/contain no-repeat;
    content: "";
    transition: transform .2s ease;
}

.schedule-sidebar .faq-card details[open] summary {
    color: var(--navy);
}

.schedule-sidebar .faq-card details[open] summary::after {
    transform: rotate(180deg);
}

.schedule-sidebar .faq-panel {
    overflow: hidden;
}

.schedule-sidebar .faq-card p {
    margin: -4px 0 16px;
    color: #66758e;
    font-size: 14px;
    line-height: 1.65;
}

.schedule-card {
    overflow: hidden;
}

.schedule-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 24px;
    border-bottom: 1px solid #e8f1fb;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.schedule-card__head h2 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(24px, 2.2vw, 34px);
    font-weight: 950;
    line-height: 1.22;
}

.schedule-card__head p {
    margin: 7px 0 0;
    color: #637494;
    font-size: 15px;
}

.schedule-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: #ecfff5;
    color: #087448;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 950;
    white-space: nowrap;
}

.schedule-live::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0dbf73;
    content: "";
    box-shadow: 0 0 0 5px rgba(13, 191, 115, .12);
}

.schedule-live--muted {
    background: #eef4fb;
    color: #52657f;
}

.schedule-live--muted::before {
    background: #8ea0b7;
    box-shadow: 0 0 0 5px rgba(142, 160, 183, .14);
}

.schedule-table-wrap {
    overflow-x: auto;
}

.schedule-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 860px;
}

.schedule-table th,
.schedule-table td {
    padding: 16px 18px;
    border-bottom: 1px solid #edf2f8;
    text-align: left;
    vertical-align: middle;
}

.schedule-table th {
    background: #fbfdff;
    color: #60708b;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.schedule-table td {
    color: #425572;
    font-size: 15px;
    font-weight: 750;
}

.schedule-table strong {
    display: block;
    color: var(--navy);
    font-size: 19px;
    font-weight: 950;
    line-height: 1.12;
}

.schedule-table small {
    display: block;
    margin-top: 3px;
    color: #73829b;
    font-size: 12.5px;
    font-weight: 800;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 950;
    white-space: nowrap;
}

.status-badge.is-good {
    background: #ecfff5;
    color: #087448;
}

.status-badge.is-limited {
    background: #fff7d9;
    color: #8b6200;
}

.status-badge.is-contact {
    background: #eef6ff;
    color: #0b72e7;
}

.status-badge.is-departed {
    background: #f1f4f8;
    color: #64748b;
}

.status-badge.is-soldout {
    background: #fff1f1;
    color: #b42318;
}

.table-action {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 8px;
    background: var(--navy);
    color: #fff;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 950;
    white-space: nowrap;
}

.table-action:hover {
    background: #0b72e7;
    transform: translateY(-1px);
}

.schedule-mobile-list {
    display: none;
    padding: 14px;
}

.schedule-trip-card {
    border: 1px solid #e1edf9;
    border-radius: 8px;
    background: #fff;
    padding: 15px;
}

.schedule-trip-card + .schedule-trip-card {
    margin-top: 12px;
}

.schedule-trip-card__top,
.schedule-trip-card__meta,
.schedule-trip-card__ports,
.schedule-trip-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.schedule-trip-card__top strong {
    color: var(--navy);
    font-size: 24px;
    font-weight: 950;
}

.schedule-trip-card__top span {
    color: #60708b;
    font-size: 13px;
    font-weight: 850;
}

.schedule-trip-card__meta {
    margin-top: 12px;
    color: #435777;
    font-size: 14px;
    font-weight: 850;
}

.schedule-trip-card__ports {
    margin-top: 12px;
    border-block: 1px solid #edf2f8;
    padding: 12px 0;
    color: #637494;
    font-size: 13px;
    font-weight: 800;
}

.schedule-trip-card__bottom {
    margin-top: 12px;
}

.schedule-note {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 15px;
    padding: 18px;
    background: #fffaf0;
    border-color: rgba(255, 194, 10, .34);
}

.schedule-note svg {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: var(--gold);
    color: var(--navy);
    padding: 12px;
}

.schedule-note h2 {
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 21px;
    font-weight: 950;
}

.schedule-note ul {
    display: grid;
    gap: 6px;
    margin: 0;
    padding-left: 18px;
    color: #51637f;
    font-size: 15px;
}

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

.content-card {
    padding: 22px;
}

.content-card h2,
.operators h2 {
    margin: 0 0 10px;
    color: var(--navy);
    font-size: 24px;
    font-weight: 950;
    line-height: 1.25;
}

.content-card p {
    margin: 0;
    color: #50617d;
    font-size: 16px;
    line-height: 1.72;
}

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

.operator-card {
    padding: 18px;
}

.operator-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    object-fit: cover;
}

.operator-card h3 {
    margin: 14px 0 6px;
    color: var(--navy);
    font-size: 18px;
    font-weight: 950;
}

.operator-card p {
    margin: 0;
    color: #61728e;
    font-size: 14px;
    line-height: 1.65;
}

.schedule-cta-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    border-radius: 8px;
    background:
        linear-gradient(100deg, rgba(6, 36, 92, .98), rgba(0, 95, 194, .92)),
        url("../home-images/homepage/boats/phuquy-express-large.webp") center / cover no-repeat;
    color: #fff;
    padding: 28px;
    box-shadow: var(--shadow-md);
}

.schedule-cta-band h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 950;
    line-height: 1.18;
}

.schedule-cta-band p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
}

.schedule-cta-band a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--gold);
    color: var(--navy);
    padding: 0 18px;
    font-size: 15px;
    font-weight: 950;
    white-space: nowrap;
}

.schedule-sidebar {
    display: grid;
    align-self: start;
    gap: 22px;
    position: sticky;
    top: var(--production-sidebar-sticky-top, 132px);
}

.schedule-sidebar .mini-search {
    padding: 18px;
}

.schedule-sidebar .mini-search h2 {
    margin: 0 0 12px;
    color: var(--navy);
    font-size: 19px;
    font-weight: 950;
}

.schedule-sidebar .mini-search a {
    display: flex;
    min-height: 44px;
    align-items: center;
    gap: 9px;
    border-radius: 8px;
    color: #0b72e7;
    font-size: 14px;
    font-weight: 900;
}

.schedule-sidebar .mini-search a + a {
    border-top: 1px solid #edf2f8;
}

.schedule-hero--compact {
    padding: 26px 0 34px;
}

.schedule-hero--compact .breadcrumbs {
    margin-bottom: 20px;
}

.schedule-hero--compact .schedule-hero__grid {
    align-items: center;
}

.schedule-hero--compact h1 {
    max-width: 680px;
    font-size: clamp(38px, 3.3vw, 54px);
}

.schedule-hero--compact .schedule-hero__copy p {
    max-width: 640px;
    margin-top: 14px;
    font-size: 17px;
}

.schedule-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.schedule-hero__actions a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 17px;
    font-size: 14px;
    font-weight: 950;
}

.schedule-hero__actions a:first-child {
    background: var(--gold);
    color: var(--navy);
    box-shadow: 0 14px 30px rgba(255, 194, 10, .22);
}

.schedule-hero__actions a:last-child {
    border: 1px solid rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.schedule-layout--hub {
    padding-top: 30px;
}

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

.schedule-overview article {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    padding: 17px;
    box-shadow: var(--shadow-sm);
}

.schedule-overview span,
.schedule-overview small,
.schedule-overview strong {
    display: block;
}

.schedule-overview span {
    color: #61728e;
    font-size: 12.5px;
    font-weight: 900;
}

.schedule-overview strong {
    margin-top: 5px;
    color: var(--navy);
    font-size: clamp(24px, 2.4vw, 34px);
    font-weight: 950;
    line-height: 1.08;
}

.schedule-overview small {
    margin-top: 4px;
    color: #7a879d;
    font-size: 12.5px;
    font-weight: 750;
    line-height: 1.35;
}

.schedule-card--trips {
    overflow: visible;
}

.schedule-result-toolbar {
    display: grid;
    gap: 13px;
    padding: 16px 20px 0;
}

.schedule-result-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.schedule-result-summary > span:first-child {
    color: #60708b;
    font-size: 12.5px;
    font-weight: 950;
}

.schedule-summary-chip {
    display: inline-grid;
    gap: 2px;
    min-height: 48px;
    align-content: center;
    border: 1px solid #dbe9f8;
    border-radius: 8px;
    background: #f8fbff;
    padding: 7px 12px;
}

.schedule-summary-chip small {
    color: #7787a0;
    font-size: 11px;
    font-weight: 950;
}

.schedule-summary-chip strong {
    color: var(--navy);
    font-size: 14px;
    font-weight: 950;
}

.schedule-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
}

.schedule-filter-bar a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    border: 1px solid #dbe9f8;
    border-radius: 999px;
    background: #fff;
    color: #465a7a;
    padding: 0 13px;
    font-size: 12.5px;
    font-weight: 950;
}

.schedule-filter-bar a:hover,
.schedule-filter-bar a.is-active {
    border-color: rgba(11, 114, 231, .24);
    background: #eef6ff;
    color: #0b72e7;
}

.schedule-alert {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin: 16px 20px 0;
    border: 1px solid #dbe9f8;
    border-radius: 8px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef7ff 100%);
    padding: 15px;
}

.schedule-alert > svg {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    color: #0b72e7;
    padding: 11px;
    box-shadow: 0 10px 22px rgba(8, 36, 95, .08);
}

.schedule-alert strong {
    display: block;
    color: var(--navy);
    font-size: 16px;
    font-weight: 950;
}

.schedule-alert p {
    margin: 5px 0 0;
    color: #5b6c88;
    font-size: 14px;
    line-height: 1.55;
}

.schedule-alert a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--navy);
    color: #fff;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 950;
    white-space: nowrap;
}

.schedule-alert a:hover {
    background: #0b72e7;
    transform: translateY(-1px);
}

.schedule-alert--route {
    border-color: rgba(255, 194, 10, .36);
    background: linear-gradient(135deg, #fffaf0 0%, #f5fbff 100%);
}

.trip-list {
    display: grid;
    gap: 20px;
    padding: 18px 20px 22px;
}

.trip-group {
    display: grid;
    gap: 12px;
}

.trip-group + .trip-group {
    border-top: 1px dashed #d7e5f4;
    padding-top: 18px;
}

.trip-group__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.trip-group__head span,
.trip-group__head h3 {
    display: block;
}

.trip-group__head span {
    color: #0b72e7;
    font-size: 12px;
    font-weight: 950;
}

.trip-group__head h3 {
    margin: 3px 0 0;
    color: var(--navy);
    font-size: 18px;
    font-weight: 950;
    line-height: 1.25;
}

.trip-group__head a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbe9f8;
    border-radius: 999px;
    background: #fff;
    color: #0b72e7;
    padding: 0 12px;
    font-size: 12.5px;
    font-weight: 950;
    white-space: nowrap;
}

.trip-group__head a:hover {
    border-color: rgba(11, 114, 231, .25);
    background: #eef6ff;
}

.trip-group--departed .trip-group__head span {
    color: #64748b;
}

.trip-card {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) 132px;
    gap: 18px;
    align-items: center;
    border: 1px solid #e0ebf7;
    border-radius: 8px;
    background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
    padding: 18px;
    box-shadow: 0 12px 28px rgba(8, 36, 95, .05);
}

.trip-card.is-featured {
    border-color: rgba(255, 194, 10, .5);
    background:
        linear-gradient(90deg, rgba(255, 249, 225, .95), rgba(255, 255, 255, .96) 42%),
        #fff;
}

.trip-card.is-departed {
    background: #fbfcfe;
    border-color: #e7edf5;
    box-shadow: none;
}

.trip-card.is-soldout {
    border-color: #f4d8d8;
    background: linear-gradient(180deg, #fffafa 0%, #fff 100%);
}

.trip-card.is-departed .trip-card__time strong,
.trip-card.is-departed .trip-card__route strong {
    color: #64748b;
}

.trip-card.is-departed .trip-card__route span,
.trip-card.is-departed .trip-card__meta svg {
    color: #8492a8;
}

.trip-card__time span,
.trip-card__time small,
.trip-card__route span,
.trip-card__route small {
    display: block;
}

.trip-card__time span {
    color: #60708b;
    font-size: 12.5px;
    font-weight: 900;
}

.trip-card__time strong {
    display: block;
    margin-top: 2px;
    color: var(--navy);
    font-size: 32px;
    font-weight: 950;
    line-height: 1;
}

.trip-card__time small {
    margin-top: 5px;
    color: #72819b;
    font-size: 12px;
    font-weight: 800;
}

.trip-card__route span {
    color: #0b72e7;
    font-size: 12.5px;
    font-weight: 950;
}

.trip-card__route strong {
    display: block;
    margin-top: 3px;
    color: var(--navy);
    font-size: 20px;
    font-weight: 950;
    line-height: 1.18;
}

.trip-card__route small {
    margin-top: 5px;
    color: #5f718e;
    font-size: 13px;
    font-weight: 800;
}

.trip-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 12px;
    margin-top: 12px;
}

.trip-card__meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #61728e;
    font-size: 12.5px;
    font-weight: 850;
}

.trip-card__meta svg {
    width: 15px;
    height: 15px;
    color: #0b72e7;
}

.trip-card__action {
    display: grid;
    justify-items: stretch;
    gap: 9px;
}

.trip-card__action .status-badge {
    justify-content: center;
}

.trip-card__action a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--navy);
    color: #fff;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 950;
}

.trip-card__action a:hover {
    background: #0b72e7;
    transform: translateY(-1px);
}

.trip-card__closed {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #eef2f7;
    color: #64748b;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 950;
}

.schedule-advice {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 16px;
}

.schedule-advice__highlight,
.schedule-advice__list article,
.schedule-links {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.schedule-advice__highlight {
    background:
        linear-gradient(135deg, rgba(6, 36, 92, .96), rgba(0, 96, 191, .86)),
        url("../home-images/homepage/boats/phuquy-express-large.webp") center / cover no-repeat;
    color: #fff;
    padding: 24px;
}

.schedule-advice__highlight span {
    display: inline-flex;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 950;
}

.schedule-advice__highlight h2 {
    margin: 16px 0 0;
    font-size: 26px;
    font-weight: 950;
    line-height: 1.18;
}

.schedule-advice__highlight p {
    margin: 10px 0 18px;
    color: rgba(255, 255, 255, .86);
    font-size: 15px;
    line-height: 1.65;
}

.schedule-advice__highlight a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--gold);
    color: var(--navy);
    padding: 0 15px;
    font-size: 14px;
    font-weight: 950;
}

.schedule-advice__list {
    display: grid;
    gap: 12px;
}

.schedule-advice__list article {
    padding: 18px;
}

.schedule-advice__list h3 {
    margin: 0 0 6px;
    color: var(--navy);
    font-size: 17px;
    font-weight: 950;
}

.schedule-advice__list p {
    margin: 0;
    color: #5b6c88;
    font-size: 14px;
    line-height: 1.65;
}

.schedule-links {
    padding: 22px;
}

.schedule-links__head h2 {
    margin: 0;
    color: var(--navy);
    font-size: 26px;
    font-weight: 950;
    line-height: 1.2;
}

.schedule-links__head p {
    margin: 8px 0 0;
    color: #60708b;
    font-size: 15px;
}

.schedule-link-group {
    margin-top: 20px;
}

.schedule-link-group h3 {
    margin: 0 0 10px;
    color: #435777;
    font-size: 15px;
    font-weight: 950;
}

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

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

.schedule-link-grid a {
    display: block;
    min-height: 92px;
    border: 1px solid #e1edf9;
    border-radius: 8px;
    background: #fbfdff;
    padding: 14px;
}

.schedule-link-card--media {
    overflow: hidden;
    padding: 10px;
}

.schedule-link-card--media img {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 7px;
    object-fit: cover;
    margin-bottom: 11px;
}

.schedule-link-grid a:hover {
    border-color: rgba(11, 114, 231, .25);
    background: #eef6ff;
    transform: translateY(-1px);
}

.schedule-link-grid strong,
.schedule-link-grid span {
    display: block;
}

.schedule-link-grid strong {
    color: var(--navy);
    font-size: 14px;
    font-weight: 950;
    line-height: 1.28;
}

.schedule-link-grid span {
    margin-top: 6px;
    color: #66758e;
    font-size: 12.5px;
    line-height: 1.45;
}

.booking-page .schedule-hero {
    background:
        linear-gradient(135deg, rgba(5, 29, 74, .96) 0%, rgba(0, 99, 196, .88) 52%, rgba(0, 159, 213, .62) 100%),
        url("../home-images/homepage/boats/ship.webp") right center / cover no-repeat;
}

.booking-hero .schedule-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 560px);
}

.booking-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.booking-trust-list span {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .9);
    padding: 0 13px;
    font-size: 13px;
    font-weight: 900;
    backdrop-filter: blur(10px);
}

.booking-trust-list svg {
    width: 16px;
    height: 16px;
    color: var(--gold);
}

.booking-form-card {
    padding: 20px;
}

.booking-date-row {
    grid-template-columns: minmax(0, 1fr) minmax(140px, .52fr);
}

.booking-passenger-field,
.booking-contact-grid label {
    display: block;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #f8fbff;
    padding: 13px 14px;
}

.booking-passenger-field span,
.booking-contact-grid span {
    display: block;
    color: #72819b;
    font-size: 12px;
    font-weight: 850;
}

.booking-passenger-field select,
.booking-contact-grid input {
    width: 100%;
    margin-top: 5px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--navy);
    font: inherit;
    font-size: 18px;
    font-weight: 950;
}

.booking-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 14px;
}

.booking-contact-grid input::placeholder {
    color: #9aa8bc;
}

.booking-form-note {
    margin: 12px 0 0;
    color: #60708b;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.5;
}

.booking-route-section,
.booking-price-card,
.booking-process,
.booking-side-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.booking-route-section,
.booking-price-card {
    overflow: hidden;
}

.booking-section-head {
    border-bottom: 1px solid #e8f1fb;
}

.booking-head-link {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbe9f8;
    border-radius: 999px;
    background: #fff;
    color: #0b72e7;
    padding: 0 13px;
    font-size: 13px;
    font-weight: 950;
    white-space: nowrap;
}

.booking-head-link:hover {
    border-color: rgba(11, 114, 231, .25);
    background: #eef6ff;
}

.booking-route-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 20px;
}

.booking-route-card {
    overflow: hidden;
    border: 1px solid #e1edf9;
    border-radius: 8px;
    background: #fbfdff;
}

.booking-route-card img {
    width: 100%;
    aspect-ratio: 16 / 8.8;
    object-fit: cover;
}

.booking-route-card div {
    padding: 18px;
}

.booking-route-card span {
    display: inline-flex;
    border-radius: 999px;
    background: #eef6ff;
    color: #0b72e7;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 950;
}

.booking-route-card h3 {
    margin: 13px 0 8px;
    color: var(--navy);
    font-size: 23px;
    font-weight: 950;
    line-height: 1.18;
}

.booking-route-card p {
    margin: 0;
    color: #5f718e;
    font-size: 15px;
    line-height: 1.66;
}

.booking-route-card a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 7px;
    margin-top: 16px;
    border-radius: 8px;
    background: var(--navy);
    color: #fff;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 950;
}

.booking-route-card a:hover {
    background: #0b72e7;
    transform: translateY(-1px);
}

.booking-price-table-wrap {
    overflow-x: auto;
}

.booking-price-table {
    width: 100%;
    min-width: 780px;
    border-collapse: collapse;
}

.booking-price-table th,
.booking-price-table td {
    padding: 16px 18px;
    border-bottom: 1px solid #edf2f8;
    text-align: left;
    vertical-align: top;
}

.booking-price-table th {
    background: #fbfdff;
    color: #60708b;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.booking-price-table td {
    color: #425572;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.55;
}

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

.booking-price-table strong {
    color: var(--navy);
    font-size: 16px;
    font-weight: 950;
}

.booking-price-table span {
    margin-top: 3px;
    color: #718098;
    font-size: 12.5px;
    font-weight: 800;
}

.booking-price-footer {
    display: flex;
    justify-content: flex-end;
    padding: 16px 20px 20px;
}

.booking-price-footer a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 7px;
    border: 1px solid #dbe9f8;
    border-radius: 8px;
    background: #fff;
    color: #0b72e7;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 950;
}

.booking-price-footer a:hover {
    border-color: rgba(11, 114, 231, .25);
    background: #eef6ff;
}

.booking-process {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 18px;
    padding: 22px;
}

.booking-process__copy {
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(6, 36, 92, .96), rgba(0, 96, 191, .86)),
        url("../home-images/homepage/boats/ship.webp") center / cover no-repeat;
    color: #fff;
    padding: 24px;
}

.booking-process__copy span {
    display: inline-flex;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 950;
}

.booking-process__copy h2 {
    margin: 16px 0 0;
    font-size: 28px;
    font-weight: 950;
    line-height: 1.18;
}

.booking-process__copy p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .86);
    font-size: 15px;
    line-height: 1.66;
}

.booking-process__steps {
    display: grid;
    gap: 12px;
}

.booking-process__steps article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    border: 1px solid #e1edf9;
    border-radius: 8px;
    background: #fbfdff;
    padding: 16px;
}

.booking-process__steps svg {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #eef6ff;
    color: #0b72e7;
    padding: 10px;
}

.booking-process__steps strong,
.booking-process__steps p {
    grid-column: 2;
}

.booking-process__steps strong {
    color: var(--navy);
    font-size: 17px;
    font-weight: 950;
}

.booking-process__steps p {
    margin: 5px 0 0;
    color: #5f718e;
    font-size: 14px;
    line-height: 1.6;
}

.booking-links .schedule-link-card--media strong {
    font-size: 15px;
}

.booking-side-card {
    padding: 20px;
    background: linear-gradient(180deg, #fff 0%, #eef7ff 100%);
}

.booking-side-card .support-icon {
    margin-bottom: 14px;
}

.booking-side-card h2 {
    margin: 0;
    color: var(--navy);
    font-size: 21px;
    font-weight: 950;
}

.booking-side-card p {
    margin: 8px 0 16px;
    color: #62728d;
    font-size: 14px;
    line-height: 1.6;
}

.booking-side-card a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--navy);
    color: #fff;
    padding: 0 14px;
    font-size: 15px;
    font-weight: 950;
}

.booking-side-card a:hover {
    background: #0b72e7;
    transform: translateY(-1px);
}

@media (min-width: 1600px) {
    .schedule-layout {
        grid-template-columns: minmax(0, 1fr) clamp(320px, 18vw, 360px);
    }
}

@media (max-width: 1180px) {
    .schedule-hero__grid,
    .schedule-layout {
        grid-template-columns: 1fr;
    }

    .booking-hero .schedule-hero__grid {
        grid-template-columns: 1fr;
    }

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

    .schedule-sidebar .ticket-cta,
    .schedule-sidebar .faq-card,
    .schedule-sidebar .support-card {
        min-width: 0;
    }
}

@media (max-width: 980px) {
    .schedule-sidebar {
        grid-template-columns: 1fr;
    }

    .content-grid,
    .operator-grid,
    .booking-route-grid,
    .booking-process {
        grid-template-columns: 1fr;
    }

    .schedule-cta-band {
        grid-template-columns: 1fr;
    }

    .schedule-cta-band a {
        width: fit-content;
    }
}

@media (max-width: 767px) {
    .schedule-hero {
        padding: 22px 0 30px;
    }

    .breadcrumbs {
        margin-bottom: 18px;
        font-size: 12.5px;
    }

    .schedule-hero h1 {
        font-size: 34px;
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .schedule-hero__grid,
    .schedule-hero__copy {
        min-width: 0;
        max-width: 100%;
    }

    .schedule-hero__copy p {
        max-width: 100%;
        font-size: 16px;
        overflow-wrap: anywhere;
    }

    .schedule-route-picker,
    .route-summary,
    .schedule-date-row,
    .schedule-search-actions,
    .booking-contact-grid {
        grid-template-columns: 1fr;
    }

    .route-direction-icon {
        justify-self: center;
        transform: rotate(90deg);
    }

    .schedule-swap {
        justify-self: center;
        transform: rotate(90deg);
    }

    .schedule-swap:hover {
        transform: rotate(270deg);
    }

    .schedule-date-chips {
        justify-content: stretch;
    }

    .schedule-date-chip {
        flex: 1 1 0;
    }

    .schedule-layout {
        gap: 32px;
        padding-top: 28px;
        padding-bottom: 76px;
    }

    .schedule-card__head {
        display: block;
        padding: 18px;
    }

    .schedule-live {
        margin-top: 12px;
    }

    .schedule-table-wrap {
        display: none;
    }

    .schedule-mobile-list {
        display: block;
    }

    .schedule-note {
        grid-template-columns: 1fr;
    }

    .content-card,
    .operator-card,
    .schedule-cta-band,
    .booking-process,
    .booking-process__copy {
        padding: 18px;
    }

    .schedule-cta-band h2 {
        font-size: 24px;
    }

    .schedule-cta-band a {
        width: 100%;
    }

    .schedule-trip-card__ports {
        align-items: flex-start;
        flex-direction: column;
    }

    .booking-trust-list span {
        flex: 1 1 100%;
    }

    .booking-route-grid {
        padding: 14px;
    }

    .booking-route-card div {
        padding: 16px;
    }

    .booking-route-card h3,
    .booking-process__copy h2 {
        font-size: 23px;
    }

    .booking-price-footer {
        justify-content: stretch;
        padding: 14px;
    }

    .booking-price-footer a {
        width: 100%;
        justify-content: center;
    }

    .booking-process__steps article {
        grid-template-columns: 1fr;
    }

    .booking-process__steps strong,
    .booking-process__steps p {
        grid-column: auto;
    }
}

@media (max-width: 1180px) {
    .schedule-overview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .schedule-advice {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 767px) {
    .schedule-hero--compact {
        padding: 20px 0 28px;
    }

    .schedule-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .schedule-hero__actions a {
        flex: 1 1 calc(50% - 4px);
        min-width: 0;
        min-height: 42px;
        padding-inline: 12px;
        font-size: 13px;
        line-height: 1.2;
        text-align: center;
        white-space: normal;
    }

    .schedule-overview,
    .schedule-link-grid,
    .schedule-link-grid--two {
        grid-template-columns: 1fr;
    }

    .schedule-overview {
        gap: 10px;
        margin-bottom: 18px;
    }

    .schedule-overview article,
    .schedule-links,
    .schedule-advice__highlight,
    .schedule-advice__list article {
        padding: 16px;
    }

    .schedule-result-toolbar {
        padding: 14px 14px 0;
    }

    .schedule-result-summary {
        align-items: stretch;
    }

    .schedule-summary-chip {
        flex: 1 1 140px;
    }

    .schedule-filter-bar {
        padding: 0;
    }

    .schedule-filter-bar a {
        flex: 1 1 auto;
        justify-content: center;
        text-align: center;
    }

    .schedule-alert {
        grid-template-columns: 1fr;
        margin: 14px 14px 0;
    }

    .schedule-alert a {
        width: 100%;
    }

    .trip-list {
        padding: 14px;
    }

    .trip-group__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .trip-group__head a {
        width: 100%;
    }

    .trip-card {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 16px;
    }

    .trip-card__time {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: end;
        gap: 8px;
    }

    .trip-card__time strong {
        grid-row: 1 / span 2;
        grid-column: 2;
        font-size: 30px;
    }

    .trip-card__action {
        grid-template-columns: 1fr;
    }

    .schedule-advice__highlight h2,
    .schedule-links__head h2 {
        font-size: 23px;
    }

    .schedule-link-grid a {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .fare-production-ui .schedule-hero--compact {
        padding: 20px 0 24px;
    }

    .fare-production-ui .breadcrumbs {
        margin-bottom: 16px;
        gap: 7px;
        font-size: 12.5px;
    }

    .fare-production-ui .schedule-kicker {
        margin-bottom: 14px;
        padding: 7px 11px;
        font-size: 12.5px;
    }

    .fare-production-ui .schedule-hero h1 {
        font-size: clamp(30px, 8.4vw, 34px);
        line-height: 1.12;
    }

    .fare-production-ui .schedule-hero__copy p {
        margin-top: 14px;
        font-size: 16px;
        line-height: 1.7;
    }

    .fare-production-ui .booking-trust-list {
        gap: 8px;
        margin-top: 18px;
    }

    .fare-production-ui .booking-trust-list span {
        flex: 0 1 auto;
        min-height: 34px;
        padding: 0 11px;
        font-size: 12.5px;
    }

    .fare-production-ui .schedule-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .fare-production-ui .schedule-hero__actions a {
        width: 100%;
        min-height: 42px;
        border-radius: 999px;
    }

    .fare-production-ui .fare-action-label--desktop {
        display: none;
    }

    .fare-production-ui .fare-action-label--mobile {
        display: inline;
    }

    .fare-production-ui .fare-summary-panel {
        margin-top: 10px;
    }

    .fare-production-ui .fare-summary-panel h2 {
        font-size: 22px;
    }

    .fare-production-ui .mobile-sticky-cta {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .schedule-hero__actions,
    .fare-production-ui .schedule-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .schedule-hero__actions a,
    .fare-production-ui .schedule-hero__actions a {
        width: 100%;
    }
}
