:root {
    --navy-950: #11182e;
    --navy-900: #17213c;
    --navy-800: #24315a;
    --navy-700: #405185;
    --blue-600: #2457e6;
    --aqua-500: #12a89d;
    --aqua-100: #ddf7f2;
    --coral-600: #c88709;
    --coral-500: #f4b942;
    --coral-100: #fff0bd;
    --ink: #17213c;
    --muted: #65708c;
    --line: #dde1eb;
    --soft: #fff8e8;
    --white: #fffefa;
    --radius-sm: .65rem;
    --radius-md: 1rem;
    --radius-lg: 1.5rem;
    --shadow-sm: 0 8px 24px rgba(23, 33, 60, .09);
    --shadow-lg: 0 24px 70px rgba(23, 33, 60, .22);
    --container: 1180px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    max-width: 100%;
    overflow-x: clip;
    scroll-behavior: smooth;
    scroll-padding-top: 5rem;
}

body {
    max-width: 100%;
    margin: 0;
    overflow-x: clip;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

body:has(.main-nav.open) {
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

button,
input {
    font: inherit;
}

button {
    cursor: pointer;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    letter-spacing: -.03em;
    line-height: 1.12;
}

h1 {
    font-size: clamp(2.55rem, 6vw, 5rem);
}

h2 {
    font-size: clamp(2rem, 4vw, 3.35rem);
}

h3 {
    font-size: 1.2rem;
}

p {
    color: var(--muted);
}

.container {
    width: min(calc(100% - 2rem), var(--container));
    margin-inline: auto;
}

.narrow {
    max-width: 840px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: fixed;
    top: .75rem;
    left: .75rem;
    z-index: 9999;
    transform: translateY(-160%);
    padding: .75rem 1rem;
    background: var(--white);
    color: var(--navy-900);
    border-radius: var(--radius-sm);
    font-weight: 800;
}

.skip-link:focus {
    transform: none;
}

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    background: rgba(3, 16, 34, .92);
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(16px);
}

.static-header {
    position: relative;
}

.header-inner {
    min-height: 68px;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    color: var(--white);
    text-decoration: none;
    font-weight: 800;
    font-size: 1.18rem;
    letter-spacing: -.03em;
    white-space: nowrap;
}

.brand img {
    border-radius: .55rem;
}

.brand strong {
    color: var(--coral-500);
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 1.45rem;
    margin-left: auto;
}

.main-nav a {
    color: rgba(255, 255, 255, .78);
    text-decoration: none;
    font-size: .92rem;
    font-weight: 700;
}

.main-nav a:hover,
.main-nav a:focus-visible {
    color: var(--white);
}

.menu-toggle {
    display: none;
    margin-left: auto;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    background: transparent;
}

.menu-toggle span:not(.sr-only) {
    display: block;
    height: 2px;
    margin: 5px 0;
    border-radius: 2px;
    background: var(--white);
}

.language-menu {
    position: relative;
}

.language-menu summary {
    list-style: none;
    min-width: 72px;
    padding: .45rem .6rem;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: .55rem;
    color: var(--white);
    font-size: .82rem;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
}

.language-menu summary::-webkit-details-marker {
    display: none;
}

.language-menu div {
    position: absolute;
    top: calc(100% + .55rem);
    right: 0;
    display: grid;
    min-width: 86px;
    padding: .4rem;
    background: var(--navy-800);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: .7rem;
    box-shadow: var(--shadow-sm);
}

.language-menu a {
    padding: .45rem .6rem;
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    border-radius: .4rem;
    font-size: .8rem;
    font-weight: 800;
    text-align: center;
}

.language-menu a:hover,
.language-menu a[aria-current="page"] {
    color: var(--white);
    background: rgba(255, 255, 255, .1);
}

.hero {
    position: relative;
    min-height: 790px;
    display: grid;
    align-items: center;
    padding: 7.5rem 0 4rem;
    color: var(--white);
    background: var(--navy-900);
    overflow: hidden;
}

.hero-media {
    position: absolute;
    z-index: -2;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 44%;
}

.icon-svg {
    display: block;
    flex: none;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 16, 34, .95) 0%, rgba(3, 16, 34, .84) 38%, rgba(3, 16, 34, .56) 66%, rgba(3, 16, 34, .65) 100%);
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 500px);
    gap: clamp(2rem, 7vw, 6rem);
    align-items: center;
}

.hero-copy {
    max-width: 660px;
}

.hero-copy h1 {
    margin: 1rem 0 1.25rem;
    color: var(--white);
    text-wrap: balance;
}

.hero-copy>p {
    max-width: 620px;
    color: rgba(255, 255, 255, .78);
    font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.eyebrow {
    display: inline-flex;
    color: var(--blue-600);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.eyebrow.light {
    color: var(--aqua-500);
}

.trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem 1.1rem;
    margin: 1.75rem 0 0;
    padding: 0;
    list-style: none;
}

.trust-list li {
    position: relative;
    padding-left: 1.3rem;
    color: rgba(255, 255, 255, .9);
    font-weight: 700;
    font-size: .92rem;
}

.trust-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--aqua-500);
}

.booking-card {
    padding: 1.1rem;
    background: rgba(7, 24, 47, .93);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(15px);
}



.trip-toggle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .35rem;
    padding: .3rem;
    margin-bottom: 1rem;
    border-radius: .75rem;
    background: rgba(255, 255, 255, .06);
}

.trip-toggle button {
    min-height: 44px;
    color: rgba(255, 255, 255, .7);
    background: transparent;
    border: 0;
    border-radius: .55rem;
    font-weight: 800;
}

.trip-toggle button.active {
    color: var(--white);
    background: var(--coral-500);
    box-shadow: 0 5px 14px rgba(244, 95, 67, .25);
}

.passenger-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 67px;
    padding: .6rem 0;
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.passenger-row strong {
    display: block;
    font-size: .94rem;
}

.passenger-row small {
    display: block;
    color: rgba(255, 255, 255, .5);
    font-size: .75rem;
}

.unit-price {
    margin-left: .25rem;
    color: var(--aqua-500);
    font-weight: 700;
}

.counter {
    display: grid;
    grid-template-columns: 34px 28px 34px;
    align-items: center;
    text-align: center;
}

.counter button {
    width: 34px;
    height: 34px;
    color: var(--coral-500);
    background: transparent;
    border: 1px solid rgba(244, 95, 67, .8);
    border-radius: 50%;
    font-size: 1.1rem;
}

.counter button:hover,
.counter button:focus-visible {
    color: var(--white);
    background: var(--coral-500);
}

.counter output {
    color: var(--white);
    font-weight: 800;
}

.field-label {
    display: block;
    margin: 1rem 0 .4rem;
    color: rgba(255, 255, 255, .78);
    font-size: .78rem;
    font-weight: 800;
}

.booking-card input[type="email"] {
    width: 100%;
    min-height: 50px;
    padding: 0 .9rem;
    color: var(--white);
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: .65rem;
    outline: 0;
}

.booking-card input[type="email"]:focus {
    border-color: var(--aqua-500);
    box-shadow: 0 0 0 3px rgba(25, 196, 216, .15);
}

.booking-card input[aria-invalid="true"] {
    border-color: var(--coral-500);
}

.field-error {
    min-height: 1.2rem;
    margin: .3rem 0 0;
    color: #ffad9d;
    font-size: .76rem;
}

.booking-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .5rem 0 .8rem;
    color: var(--white);
    font-weight: 800;
}

.booking-total strong {
    color: var(--coral-500);
    font-size: 1.55rem;
}

.payment-note {
    margin-top: .75rem;
    color: rgba(255, 255, 255, .5);
    font-size: .72rem;
    text-align: center;
}

.lock {
    color: var(--aqua-500);
    font-size: .55rem;
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    padding: .7rem 1.2rem;
    border: 1px solid transparent;
    border-radius: .7rem;
    text-decoration: none;
    font-weight: 850;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

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

.button.primary {
    color: var(--white);
    background: var(--coral-500);
    border-color: var(--coral-500);
    box-shadow: 0 8px 18px rgba(221, 75, 46, .22);
}

.button.primary:hover,
.button.primary:focus-visible {
    background: var(--coral-600);
}

.button.outline {
    color: var(--coral-600);
    background: transparent;
    border-color: var(--coral-500);
}

.button.outline:hover {
    color: var(--white);
    background: var(--coral-500);
}

.button.ghost {
    color: var(--white);
    background: transparent;
    border-color: rgba(255, 255, 255, .28);
}

.button.ghost:hover {
    border-color: rgba(255, 255, 255, .7);
}

.button.wide {
    width: 100%;
    margin-top: .55rem;
}

.button.small {
    min-height: 40px;
    padding: .45rem .8rem;
    font-size: .78rem;
}

.section {
    padding: clamp(4.5rem, 9vw, 7.5rem) 0;
}

.section-soft {
    background: var(--soft);
}

.section-navy {
    color: var(--white);
    background: var(--navy-900);
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 3rem;
    text-align: center;
}

.section-heading h2 {
    margin: .8rem 0 1rem;
    color: var(--navy-900);
    text-wrap: balance;
}

.section-heading p {
    max-width: 680px;
    margin-inline: auto;
    font-size: 1.05rem;
}

.light-heading h2 {
    color: var(--white);
}

.light-heading p {
    color: rgba(255, 255, 255, .65);
}

.lead {
    font-size: 1.08rem;
}

.price-layout {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 1.5rem;
    align-items: stretch;
}

.table-wrap {
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.price-table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    background: var(--white);
}

.price-table th,
.price-table td {
    padding: 1.25rem 1.4rem;
    text-align: left;
    border-bottom: 1px solid var(--line);
}

.price-table thead th {
    color: var(--white);
    background: var(--navy-900);
    font-size: .78rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.price-table tbody tr:last-child th,
.price-table tbody tr:last-child td {
    border-bottom: 0;
}

.price-table tbody th {
    color: var(--navy-900);
}

.price-table td {
    color: var(--coral-600);
    font-size: 1.1rem;
    font-weight: 900;
}

.included-card {
    padding: 1.7rem;
    color: var(--white);
    background: linear-gradient(145deg, var(--navy-800), var(--navy-900));
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.included-card h3 {
    font-size: 1.35rem;
}

.included-card ul {
    display: grid;
    gap: .75rem;
    margin: 1.2rem 0 1.5rem;
    padding: 0;
    list-style: none;
}

.included-card li {
    position: relative;
    padding-left: 1.55rem;
    color: rgba(255, 255, 255, .78);
}

.included-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--aqua-500);
    font-weight: 900;
}

.schedule-panel {
    padding: clamp(1rem, 3vw, 2rem);
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}

.schedule-toolbar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .8rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--line);
}

.schedule-toolbar label {
    color: var(--navy-900);
    font-weight: 800;
}

.schedule-toolbar input {
    min-height: 44px;
    padding: .4rem .7rem;
    color: var(--navy-900);
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: .55rem;
}

.schedule-status {
    margin: 2rem 0;
    text-align: center;
}

.schedule-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 1.4rem;
}

.schedule-columns h3 {
    padding-bottom: .75rem;
    color: var(--navy-900);
    border-bottom: 3px solid var(--coral-500);
}

.schedule-columns ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.schedule-columns li {
    display: flex;
    flex-direction: column;
    padding: .7rem;
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: .55rem;
}

.schedule-columns li strong {
    color: var(--navy-900);
}

.schedule-columns li small {
    color: var(--muted);
    font-size: .68rem;
}

.schedule-source {
    margin: 1.4rem 0 0;
    font-size: .72rem;
    text-align: center;
}

.three-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.process-card {
    position: relative;
    padding: 1.7rem;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.process-card>span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 1.15rem;
    color: var(--white);
    background: var(--coral-500);
    border-radius: 50%;
    font-weight: 900;
}

.process-card h3 {
    color: var(--navy-900);
}

.process-card p {
    margin-bottom: 0;
}

.info-banner {
    max-width: 850px;
    margin: 1.5rem auto 0;
    padding: 1rem 1.25rem;
    color: var(--navy-800);
    background: var(--aqua-100);
    border-left: 4px solid var(--aqua-500);
    border-radius: .7rem;
    text-align: center;
    font-weight: 700;
}

.dark-cards .process-card {
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .1);
    box-shadow: none;
}

.dark-cards .process-card h3 {
    color: var(--white);
}

.dark-cards .process-card p {
    color: rgba(255, 255, 255, .62);
}

.port-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 7vw, 6rem);
    align-items: center;
}

.port-grid h2 {
    margin: .8rem 0 1rem;
    color: var(--navy-900);
}

.port-points {
    display: grid;
    gap: 1rem;
    margin: 1.6rem 0;
}

.port-points article {
    display: flex;
    gap: 1rem;
}

.port-points article>span {
    display: grid;
    place-items: center;
    flex: 0 0 38px;
    height: 38px;
    color: var(--white);
    background: var(--coral-500);
    border-radius: 50%;
    font-weight: 900;
}

.port-points h3 {
    margin-bottom: .25rem;
    color: var(--navy-900);
}

.port-points p {
    margin: 0;
}

.arrival-note {
    padding: .9rem 1rem;
    color: var(--navy-800);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: .65rem;
    font-weight: 700;
}

.route-visual {
    position: relative;
    min-height: 440px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
    padding: 2rem;
    color: var(--white);
    background: radial-gradient(circle at 25% 25%, rgba(25, 196, 216, .35), transparent 34%), linear-gradient(145deg, #087eaa, #064f79 60%, #073655);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}

.route-visual::before,
.route-visual::after {
    content: "";
    position: absolute;
    width: 230px;
    height: 130px;
    background: #e8d4a8;
    border: 8px solid rgba(255, 255, 255, .22);
    border-radius: 48% 52% 62% 38%;
    transform: rotate(-17deg);
}

.route-visual::before {
    left: -80px;
    top: 30px;
}

.route-visual::after {
    right: -85px;
    bottom: 25px;
    transform: rotate(21deg);
}

.island {
    position: relative;
    z-index: 2;
    display: grid;
    text-align: center;
}

.island strong {
    font-size: 1.15rem;
}

.island small {
    color: rgba(255, 255, 255, .7);
}

.route-line {
    position: absolute;
    z-index: 3;
    left: 22%;
    right: 22%;
    top: 50%;
    height: 2px;
    border-top: 2px dashed rgba(255, 255, 255, .7);
}

.route-line small {
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.boat {
    position: absolute;
    top: -1.05rem;
    left: 46%;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: var(--navy-900);
    background: var(--white);
    border-radius: 50%;
    transform: rotate(-6deg);
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.benefit-card {
    display: flex;
    gap: 1rem;
    padding: 1.4rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
}

.benefit-card>span {
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    height: 42px;
    color: var(--coral-600);
    background: var(--coral-100);
    border-radius: .7rem;
    font-weight: 900;
}

.benefit-card h3 {
    margin-bottom: .35rem;
    color: var(--navy-900);
}

.benefit-card p {
    margin: 0;
    font-size: .91rem;
}

.faq-list {
    display: grid;
    gap: .75rem;
}

.faq-item {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    box-shadow: 0 4px 15px rgba(7, 24, 47, .03);
    overflow: hidden;
}

.faq-item h3 {
    margin: 0;
}

.faq-item button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 1.2rem 1.3rem;
    color: var(--navy-900);
    background: transparent;
    border: 0;
    text-align: left;
    font-weight: 850;
}

.faq-item button>span:last-child {
    font-size: 1.5rem;
    transition: transform .2s ease;
}

.faq-item button[aria-expanded="true"]>span:last-child {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 1.3rem 1.2rem;
}

.faq-answer p {
    margin: 0;
}

.site-footer {
    padding: 4rem 0 1.2rem;
    color: var(--white);
    background: var(--navy-950);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr .7fr 1fr;
    gap: 3rem;
}

.footer-brand p {
    max-width: 430px;
    margin-top: 1.2rem;
    color: rgba(255, 255, 255, .58);
}

.footer-brand>a:last-child {
    color: var(--aqua-500);
}

.site-footer h2 {
    color: var(--white);
    font-size: 1rem;
    letter-spacing: 0;
}

.site-footer ul {
    display: grid;
    gap: .55rem;
    padding: 0;
    list-style: none;
}

.site-footer li a,
.footer-bottom a {
    color: rgba(255, 255, 255, .58);
    text-decoration: none;
}

.site-footer li a:hover,
.footer-bottom a:hover {
    color: var(--white);
}

.payment-logos {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.payment-logos img {
    width: auto;
    height: 32px;
    padding: .2rem;
    background: var(--white);
    border-radius: .35rem;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 3rem;
    padding-top: 1.2rem;
    color: rgba(255, 255, 255, .45);
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: .76rem;
}

.footer-bottom span:last-child {
    display: flex;
    gap: 1rem;
}

.mobile-booking {
    display: none;
}

.confirm-dialog {
    width: min(92vw, 510px);
    padding: 0;
    color: var(--ink);
    background: var(--white);
    border: 0;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}

.confirm-dialog::backdrop {
    background: rgba(3, 16, 34, .74);
    backdrop-filter: blur(5px);
}

.confirm-dialog form {
    position: relative;
    padding: 2rem;
    text-align: center;
}

.dialog-close {
    position: absolute;
    top: .6rem;
    right: .7rem;
    width: 38px;
    height: 38px;
    color: var(--muted);
    background: transparent;
    border: 0;
    font-size: 1.7rem;
}

.dialog-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 1rem;
    color: var(--coral-600);
    background: var(--coral-100);
    border-radius: 50%;
    font-size: 1.5rem;
}

.confirm-dialog h2 {
    color: var(--navy-900);
    font-size: 1.8rem;
}

.confirm-dialog strong {
    display: block;
    margin: .5rem 0 1.5rem;
    color: var(--navy-900);
    word-break: break-all;
}

.dialog-actions {
    display: grid;
    gap: .65rem;
}

.cookie-banner {
    position: fixed;
    z-index: 1200;
    right: 1rem;
    bottom: 1rem;
    width: min(calc(100% - 2rem), 460px);
    padding: 1rem;
    color: var(--white);
    background: var(--navy-900);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
}

.cookie-banner p {
    margin-bottom: .8rem;
    color: rgba(255, 255, 255, .72);
    font-size: .82rem;
}

.cookie-banner p a {
    color: var(--aqua-500);
}

.cookie-banner>div {
    display: flex;
    gap: .5rem;
}

.legal-page {
    background: var(--soft);
}

.legal-main {
    padding: 4rem 0;
}

.legal-content {
    max-width: 820px;
    padding: clamp(1.4rem, 4vw, 3.5rem);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.back-link {
    display: inline-flex;
    margin-bottom: 2rem;
    color: var(--coral-600);
    font-weight: 800;
    text-decoration: none;
}

.legal-content h1 {
    margin: .8rem 0 1rem;
    color: var(--navy-900);
    font-size: clamp(2.2rem, 5vw, 3.6rem);
}

.legal-intro {
    font-size: 1.1rem;
}

.legal-content section {
    padding-top: 1.2rem;
}

.legal-content section h2 {
    color: var(--navy-900);
    font-size: 1.45rem;
}

.legal-footer {
    padding: 1.4rem 0;
    color: rgba(255, 255, 255, .58);
    background: var(--navy-950);
    text-align: center;
    font-size: .8rem;
}

.legal-footer a {
    color: var(--aqua-500);
}

.status-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 2rem 1rem;
    background: radial-gradient(circle at 50% 0%, var(--navy-700), var(--navy-950) 60%);
}

.status-shell {
    width: min(100%, 560px);
}

.brand.centered {
    display: flex;
    justify-content: center;
    margin-bottom: 1.2rem;
}

.status-card {
    padding: clamp(1.5rem, 5vw, 3rem);
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    text-align: center;
}

.status-card h1 {
    color: var(--navy-900);
    font-size: clamp(1.8rem, 5vw, 2.6rem);
}

.status-spinner {
    width: 58px;
    height: 58px;
    margin: 0 auto 1.2rem;
    border: 5px solid var(--line);
    border-top-color: var(--aqua-500);
    border-radius: 50%;
    animation: spin .8s linear infinite;
}

.status-symbol {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 1.2rem;
    color: var(--white);
    background: #16a46b;
    border-radius: 50%;
    font-size: 2rem;
    font-weight: 900;
}

.status-symbol.error {
    background: var(--coral-500);
}

.support-line {
    margin: 1.4rem 0 0;
    font-size: .82rem;
}

.support-line a {
    color: var(--blue-600);
}

.error-code {
    color: var(--coral-500);
    font-size: 4.5rem;
    font-weight: 950;
    line-height: 1;
}

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

@media (max-width: 980px) {
    .menu-toggle {
        display: block;
    }

    .main-nav {
        position: fixed;
        inset: 68px 0 0;
        display: none;
        align-content: start;
        gap: 0;
        padding: 1.2rem 1rem;
        background: rgba(3, 16, 34, .98);
    }

    .main-nav.open {
        display: grid;
    }

    .main-nav a {
        padding: 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        font-size: 1rem;
    }

    .language-menu {
        margin-left: 0;
    }

    .hero {
        min-height: auto;
    }

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

    .hero-copy {
        max-width: 760px;
        padding-top: 2rem;
    }

    .booking-card {
        max-width: 650px;
        width: 100%;
    }

    .price-layout,
    .port-grid {
        grid-template-columns: 1fr;
    }

    .route-visual {
        min-height: 360px;
    }

    .benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 720px) {
    html {
        scroll-padding-top: 4.5rem;
    }

    h1 {
        font-size: clamp(2.45rem, 13vw, 3.6rem);
    }

    h2 {
        font-size: clamp(1.9rem, 9vw, 2.65rem);
    }

    .site-header .brand span {
        font-size: 1rem;
    }

    .hero {
        padding-top: 6rem;
        background-position: 62% center;
    }

    .hero-overlay {
        background: linear-gradient(180deg, rgba(3, 16, 34, .82), rgba(3, 16, 34, .96) 46%, rgba(3, 16, 34, .99));
    }

    .hero-copy>p {
        font-size: 1rem;
    }

    .trust-list {
        display: grid;
    }

    .booking-card {
        padding: .85rem;
    }

    .schedule-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .schedule-columns,
    .three-cards,
    .benefit-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .schedule-columns ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .route-visual {
        min-height: 300px;
        padding: 1rem;
    }

    .footer-grid {
        gap: 2rem;
    }

    .footer-bottom {
        flex-direction: column;
        padding-bottom: 5rem;
    }

    .mobile-booking {
        position: fixed;
        z-index: 900;
        left: .6rem;
        right: .6rem;
        bottom: .6rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: .8rem;
        padding: .65rem;
        color: var(--white);
        background: rgba(3, 16, 34, .95);
        border: 1px solid rgba(255, 255, 255, .14);
        border-radius: .85rem;
        box-shadow: var(--shadow-lg);
        backdrop-filter: blur(12px);
        transform: translateY(130%);
        transition: transform .25s ease;
    }

    .mobile-booking.visible {
        transform: none;
    }

    .mobile-booking div {
        display: grid;
    }

    .mobile-booking small {
        color: var(--aqua-500);
        font-size: .66rem;
        font-weight: 800;
        text-transform: uppercase;
    }

    .mobile-booking strong {
        font-size: 1.15rem;
    }

    .mobile-booking .button {
        min-height: 42px;
    }

    .cookie-banner {
        bottom: .6rem;
    }
}

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

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* 2026 Mediterranean route identity */
.site-header {
    color: var(--ink);
    background: rgba(255, 254, 250, .94);
    border-bottom-color: rgba(23, 33, 60, .1);
}

.brand {
    color: var(--ink);
    gap: .65rem;
}

.brand img {
    border-radius: 0;
}

.brand-copy {
    display: grid;
    line-height: 1.02;
}

.brand-copy strong {
    color: var(--ink);
    font-size: .98rem;
    letter-spacing: -.02em;
}

.brand-copy small {
    margin-top: .28rem;
    color: var(--blue-600);
    font-size: .61rem;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.main-nav a {
    color: rgba(23, 33, 60, .72);
}

.main-nav a:hover,
.main-nav a:focus-visible {
    color: var(--blue-600);
}

.menu-toggle span:not(.sr-only) {
    background: var(--ink);
}

.language-menu summary {
    color: var(--ink);
    border-color: rgba(23, 33, 60, .18);
}

.language-menu div {
    background: var(--white);
    border-color: var(--line);
}

.language-menu a {
    color: var(--ink);
}

.language-menu a:hover,
.language-menu a[aria-current="page"] {
    color: var(--blue-600);
    background: var(--aqua-100);
}

.trust-strip {
    position: fixed;
    z-index: 999;
    inset: 68px 0 auto;
    height: 40px;
    color: var(--white);
    background: rgba(23, 33, 60, .96);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(14px);
}

.trust-strip ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    height: 100%;
    margin-block: 0;
    padding: 0;
    list-style: none;
}

.trust-strip li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-width: 0;
    white-space: nowrap;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .01em;
    line-height: 1;
}

.trust-strip .trust-strip-icon {
    position: relative;
    display: inline-grid;
    place-items: center;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    color: var(--coral-500);
    font-size: 1rem;
    line-height: 1;
}

.trust-strip-text {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

/* Custom pseudo-elements for trust strip icons removed in favor of Material Icons */

.hero {
    z-index: 5;
    min-height: 760px;
    align-items: end;
    padding: 9.5rem 0 5rem;
    background-color: var(--blue-600);
    background-position: center 44%;
    overflow: visible;
    isolation: isolate;
}

.hero-overlay {
    background: linear-gradient(90deg, rgba(36, 87, 230, .91) 0%, rgba(36, 87, 230, .76) 44%, rgba(18, 168, 157, .36) 100%);
}

.hero::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: auto 0 -120px;
    height: 230px;
    background: var(--white);
    border-radius: 50% 50% 0 0 / 28% 28% 0 0;
    pointer-events: none;
}

.hero-grid {
    z-index: 1;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}

.hero-copy {
    max-width: 790px;
}

.hero-copy h1 {
    max-width: 760px;
    font-size: clamp(3rem, 5.4vw, 5rem);
}

.hero-copy>p {
    color: rgba(255, 255, 255, .9);
}

.eyebrow.light {
    color: #c7fff6;
}

.trust-list li::before {
    color: var(--coral-500);
}

.booking-bar {
    position: relative;
    z-index: 20;
    display: grid;
    grid-template-columns: 1fr 1.12fr 1fr 1.15fr;
    align-items: stretch;
    gap: .5rem;
    width: 100%;
    padding: .7rem;
    color: var(--ink);
    background: var(--white);
    border: 1px solid rgba(23, 33, 60, .1);
    border-radius: 1.15rem;
    box-shadow: 0 24px 65px rgba(17, 24, 46, .28);
}

.booking-field {
    display: flex;
    align-items: center;
    gap: .75rem;
    width: 100%;
    height: 78px;
    min-height: 78px;
    padding: .65rem .85rem;
    color: var(--ink);
    background: var(--soft);
    border: 1px solid transparent;
    border-radius: .75rem;
    text-align: left;
}

.booking-field small {
    display: block;
    margin-bottom: .12rem;
    color: var(--muted);
    font-size: .66rem;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.booking-field strong {
    display: block;
    font-size: .96rem;
    line-height: 1.2;
}

.open-date {
    color: var(--ink);
    background: var(--white);
    border-color: var(--blue-600);
}

.field-icon {
    display: grid !important;
    place-items: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    color: var(--blue-600);
    background: var(--white);
    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: 900;
}

/* Custom pseudo-elements for calendar and people icons removed in favor of Material Icons */
.passenger-selector {
    position: relative;
    height: 78px;
}

.passenger-trigger {
    background: var(--white);
    border-color: var(--blue-600);
    cursor: pointer;
}

.passenger-trigger:hover,
.passenger-trigger[aria-expanded="true"] {
    border-color: var(--blue-600);
    background: #f4f6ff;
}

.selector-chevron {
    margin-left: auto;
    color: var(--blue-600);
    font-size: 1.25rem;
    transition: transform .2s ease;
}

.passenger-trigger[aria-expanded="true"] .selector-chevron {
    transform: rotate(180deg);
}

.passenger-popover {
    position: absolute;
    z-index: 100;
    top: calc(100% + .85rem);
    left: 0;
    width: min(390px, calc(100vw - 2rem));
    padding: 1rem;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--blue-600);
    border-radius: 1rem;
    box-shadow: var(--shadow-lg);
}

.passenger-popover[hidden] {
    display: none;
}

.passenger-popover .passenger-row {
    color: var(--ink);
    border-bottom-color: var(--line);
}

.passenger-popover .passenger-row:last-child {
    border-bottom: 0;
}

.passenger-popover .passenger-row small {
    color: var(--muted);
}

.passenger-popover .unit-price {
    color: var(--aqua-500);
}

.passenger-popover .counter button {
    color: var(--blue-600);
    border-color: rgba(36, 87, 230, .35);
}

.passenger-popover .counter button:hover,
.passenger-popover .counter button:focus-visible {
    color: var(--white);
    background: var(--blue-600);
}

.passenger-popover .counter output {
    color: var(--ink);
}

.trip-field {
    background: var(--white);
    border-color: var(--blue-600);
    cursor: pointer;
}

.roundtrip-check {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    width: fit-content;
    pointer-events: none;
}

.roundtrip-check input {
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: var(--blue-600);
    cursor: pointer;
}

.roundtrip-check strong {
    color: var(--ink);
    font-size: .92rem;
}

.button.primary {
    color: var(--ink);
    background: var(--coral-500);
    border-color: var(--coral-500);
    box-shadow: 0 8px 20px rgba(200, 135, 9, .24);
}

.button.primary:hover,
.button.primary:focus-visible {
    color: var(--white);
    background: var(--blue-600);
    border-color: var(--blue-600);
}

.booking-buy {
    display: grid;
    place-content: center;
    height: 78px;
    min-height: 78px;
    line-height: 1.15;
}

.booking-buy span {
    font-size: .84rem;
}

.booking-buy strong {
    margin-top: .22rem;
    font-size: 1rem;
}

.booking-notice {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    margin-top: .35rem;
    padding: .5rem .75rem;
    background: rgba(240, 246, 255, .75);
    border: 1px solid rgba(36, 87, 230, .12);
    border-radius: .65rem;
    font-size: .75rem;
}

.notice-actions {
    display: flex;
    align-items: center;
    gap: .4rem;
}

.notice-btn {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    padding: .28rem .6rem;
    color: var(--navy-900);
    background: var(--white);
    border: 1px solid rgba(36, 87, 230, .2);
    border-radius: .45rem;
    font-size: .73rem;
    font-weight: 750;
    text-decoration: none;
    transition: all .15s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

.notice-btn .icon-svg {
    font-size: .95rem;
    color: var(--blue-600);
}

.notice-btn:hover,
.notice-btn:focus-visible {
    color: var(--blue-600);
    border-color: var(--aqua-500);
    background: var(--white);
    transform: translateY(-1px);
    box-shadow: 0 2px 5px rgba(25, 196, 216, .18);
}

.notice-secure {
    display: flex;
    align-items: center;
    gap: .55rem;
    margin-left: auto;
}

.secure-text {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    color: var(--ink);
    font-size: .72rem;
    font-weight: 750;
    white-space: nowrap;
}

.secure-text .icon-svg {
    font-size: .95rem;
    color: #10b981;
}

.notice-card-logos {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
}

.notice-card-logos img {
    height: 14px;
    width: auto;
    object-fit: contain;
    opacity: .85;
    vertical-align: middle;
}

.section {
    position: relative;
    content-visibility: auto;
    contain-intrinsic-size: auto 700px;
}

#prices {
    z-index: 1;
    background: var(--white);
}

.section-navy {
    background: var(--blue-600);
}

.section-soft {
    background: var(--soft);
}

.eyebrow {
    color: var(--aqua-500);
}

.price-table thead th {
    background: var(--blue-600);
}

.price-table td {
    color: var(--blue-600);
}

.included-card {
    background: linear-gradient(145deg, var(--aqua-500), #087d78);
}

.included-card li::before {
    color: var(--coral-500);
}

.included-card .button.primary {
    background: var(--coral-500);
}

.process-card>span,
.port-points article>span {
    color: var(--ink);
    background: var(--coral-500);
}

.benefit-card>span {
    color: var(--blue-600);
    background: #e8edff;
}

.route-visual {
    background: radial-gradient(circle at 75% 22%, rgba(244, 185, 66, .9), transparent 16%), linear-gradient(145deg, var(--blue-600), var(--aqua-500));
}

.schedule-date-card {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    color: var(--ink);
    background: var(--white);
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 1.15rem;
    box-shadow: 0 12px 36px rgba(17, 24, 46, .16);
}

.schedule-date-card button {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    min-height: 46px;
    padding: .55rem .85rem;
    color: var(--blue-600);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: .7rem;
    font-weight: 850;
}

.schedule-date-card button:first-child {
    justify-self: start;
}

.schedule-date-card button:last-child {
    justify-self: end;
}

.schedule-date-card button:disabled {
    color: #9ca2b2;
    background: #eeece5;
    cursor: not-allowed;
}

.schedule-date-card label {
    display: grid;
    gap: .35rem;
    text-align: center;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.schedule-date-card input {
    min-height: 46px;
    padding: .4rem .75rem;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: .7rem;
    font-weight: 800;
}

.schedule-panel {
    margin-top: 1rem;
    box-shadow: 0 18px 55px rgba(17, 24, 46, .2);
}

.schedule-columns {
    gap: 1rem;
}

.schedule-columns>div {
    padding: 1rem;
    background: var(--white);
    border: 1px solid rgba(36, 87, 230, .1);
    border-radius: 1rem;
}

.schedule-columns h3 {
    color: var(--ink);
    border-bottom-color: var(--aqua-500);
}

.schedule-columns ul {
    grid-template-columns: repeat(3, 1fr);
}

.schedule-columns li {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: .55rem;
    background: var(--white);
}

.schedule-columns li>span {
    display: grid;
}

.schedule-columns li strong {
    color: var(--blue-600);
    font-size: 1.05rem;
}

.schedule-book-button {
    min-height: 29px;
    padding: .25rem .48rem;
    color: var(--white);
    background: var(--aqua-500);
    border: 0;
    border-radius: .4rem;
    font-size: .66rem;
    font-weight: 850;
}

.schedule-book-button:hover,
.schedule-book-button:focus-visible {
    background: var(--blue-600);
}

.confirm-dialog input[type="email"] {
    margin-top: 1.25rem;
    width: 100%;
    min-height: 52px;
    padding: 0 .9rem;
    color: var(--ink);
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: .7rem;
    outline: 0;
}

.confirm-dialog input[type="email"]:focus {
    border-color: var(--blue-600);
    box-shadow: 0 0 0 3px rgba(36, 87, 230, .12);
}

.confirm-dialog .field-label {
    color: var(--ink);
    text-align: left;
}

.confirm-dialog .field-error {
    color: #b43a2a;
    text-align: left;
}

.confirm-dialog .field-error:not(:empty) {
    margin-bottom: 1.2rem;
}

.dialog-icon {
    color: var(--blue-600);
    background: #e8edff;
}

.cookie-banner {
    background: var(--navy-900);
}

.site-footer {
    background: var(--navy-900);
    content-visibility: auto;
    contain-intrinsic-size: auto 520px;
}

.site-footer .brand-copy strong {
    color: var(--white);
}

.site-footer .brand-copy small {
    color: var(--coral-500);
}

.footer-brand>a:last-child {
    color: #7be2d8;
}

@media (max-width: 1080px) {
    .booking-bar {
        grid-template-columns: 1fr 1fr;
    }

    .booking-field {
        padding-inline: .65rem;
    }

    .field-icon {
        display: none;
    }
}

@media (max-width: 820px) {
    .main-nav {
        z-index: 20;
        inset: 108px 0 auto;
        width: 100vw;
        height: calc(100dvh - 108px);
        overflow-y: auto;
        background: var(--navy-900);
        box-shadow: 0 20px 45px rgba(17, 24, 46, .35);
    }

    .main-nav a {
        color: rgba(255, 255, 255, .88);
    }

    .hero {
        min-height: auto;
        padding: 7.25rem 0 2.5rem;
    }

    .hero-media img {
        object-position: 60% center;
    }

    .hero-overlay {
        background: linear-gradient(180deg, rgba(36, 87, 230, .9), rgba(36, 87, 230, .8) 50%, rgba(18, 168, 157, .72));
    }

    .hero::after {
        display: none;
    }

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

    .booking-field,
    .passenger-selector {
        height: 68px;
        min-height: 68px;
    }

    .field-icon {
        display: grid;
    }

    .booking-buy {
        height: 68px;
        min-height: 68px;
    }

    .passenger-popover {
        right: 0;
        left: auto;
    }

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

.dialog-actions .icon-svg {
    margin-right: .4rem;
    font-size: 1.25rem;
}

@media (max-width: 560px) {
    .header-inner {
        min-height: 50px;
    }

    .section {
        padding-top: 3rem;
    }

    .site-header .brand-copy strong {
        font-size: .82rem;
    }

    .site-header .brand-copy small {
        font-size: .52rem;
    }

    .site-header .brand img {
        width: 34px;
        height: 34px;
    }

    .language-menu summary {
        padding: .35rem .55rem;
    }

    .trust-strip {
        height: 36px;
        inset: 50px 0 auto;
    }

    .trust-strip ul {
        width: calc(100% - .7rem);
    }

    .trust-strip li {
        gap: .3rem;
        font-size: clamp(.6rem, 2.7vw, .72rem);
        letter-spacing: -.01em;
        line-height: 1;
    }

    .trust-strip .trust-strip-icon {
        flex-basis: 14px;
        width: 14px;
        height: 14px;
        font-size: .82rem;
    }

    .main-nav {
        inset: 86px 0 auto;
        height: calc(100dvh - 86px);
    }

    .hero {
        padding: 5.6rem 0 2rem;
    }

    .hero-grid {
        gap: 1.25rem;
    }

    .hero-copy {
        padding-top: 0;
    }

    .hero-copy h1 {
        margin: .55rem 0 .7rem;
        font-size: clamp(2.35rem, 10.8vw, 3rem);
    }

    .hero-copy>p {
        margin-bottom: 0;
        font-size: .9rem;
        line-height: 1.5;
    }

    .booking-bar {
        gap: .45rem;
        padding: .55rem;
    }

    .booking-field {
        align-items: center;
        padding: .5rem;
    }

    .field-icon {
        display: grid;
        flex-basis: 28px;
        width: 28px;
        height: 28px;
    }

    .icon-calendar::before {
        width: 15px;
        height: 13px;
    }

    .icon-calendar::after {
        top: 5px;
        width: 9px;
    }

    .icon-people::before {
        top: 5px;
        left: 5px;
    }

    .icon-people::after {
        bottom: 5px;
        left: 3px;
    }

    .trip-field {
        align-items: start;
    }

    body:has(.passenger-trigger[aria-expanded="true"]) .hero {
        z-index: 950;
    }

    .passenger-popover {
        position: absolute;
        z-index: 100;
        top: calc(100% + .5rem);
        right: 0;
        bottom: auto;
        left: auto;
        width: min(340px, calc(100vw - 2rem));
        max-height: none;
        overflow: visible;
    }

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

    .schedule-date-card label {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .schedule-date-card button {
        width: 100%;
        justify-content: center;
    }

    .schedule-date-card button span:not([aria-hidden="true"]) {
        display: none;
    }

    .schedule-panel {
        padding: .75rem;
    }

    .schedule-columns>div {
        padding: .75rem;
    }

    .schedule-columns ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: .5rem;
    }

    .schedule-columns li {
        flex-direction: column;
        align-items: stretch;
        gap: .45rem;
        min-width: 0;
        padding: .6rem;
    }

    .schedule-columns li strong {
        font-size: 1rem;
    }

    .schedule-columns li small {
        font-size: .62rem;
        line-height: 1.3;
    }

    .schedule-book-button {
        width: 100%;
        min-height: 32px;
    }

    .booking-notice {
        justify-content: center;
    }

    .notice-secure {
        margin-left: 0;
        justify-content: center;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
