@font-face {
    font-family: "Caviar Dreams";
    src: url("../fonts/caviar_dreams/CaviarDreams.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Caviar Dreams";
    src: url("../fonts/caviar_dreams/CaviarDreams_Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Dar L'Artiste";
    src: url("../fonts/dar-lartiste/DarLArtiste.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Caviar Dreams";
    src: url("../fonts/caviar_dreams/CaviarDreams_Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

:root {
    --primary: #d93025;
    --primary-dark: #b9271f;
    --rose: #ec0067;
    --berry: #930f46;
    --ink: #18071e;
    --dark: #111827;
    --muted: #6b7280;
    --bg: #f3f6fa;
    --card: #ffffff;
    --border: #e5e7eb;
    --soft: #f9fafb;
    --shadow: 0 22px 45px rgba(17, 24, 39, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--dark);
    background: #ffffff;
    font-family: "Caviar Dreams", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.45;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input {
    font: inherit;
}

button {
    cursor: pointer;
}

input,
button {
    letter-spacing: 0;
}

.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;
}

.site-header {
    position: relative;
    overflow: visible;
    background: #ffffff;
}

.topbar {
    position: relative;
    z-index: 120;
    min-height: 88px;
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 0 22px;
    color: #ffffff;
    background: linear-gradient(90deg, #d93025 0%, #ec0067 54%, #b80f57 100%);
    box-shadow: 0 2px 10px rgba(91, 10, 45, 0.18);
}

.brand-mark {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 248px;
    letter-spacing: 0;
    text-decoration: none;
    color: inherit;
}

.brand-icon {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    object-fit: contain;
    flex-shrink: 0;
}

.brand-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brand-name {
    font-family: "Dar L'Artiste", "Caviar Dreams", cursive;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.brand-location {
    margin-top: 4px;
    font-size: 10px;
    font-weight: 700;
    opacity: 0.78;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.topbar-divider {
    width: 1px;
    height: 42px;
    background: rgba(255, 255, 255, 0.72);
}

.primary-menu {
    display: flex;
    align-items: center;
    gap: 28px;
    min-width: 0;
}

.desktop-nav-list {
    display: flex;
    align-items: center;
    gap: 28px;
}

.mobile-menu-head,
.mobile-alert-card,
.mobile-pages-card,
.mobile-language-card {
    display: none;
}

.nav-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
}

.nav-link i {
    font-size: 21px;
}

.nav-link.is-active,
.nav-link:hover {
    color: #ffffff;
}

.topbar-actions {
    position: relative;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 18px;
}

.reservation-pill,
.account-action {
    min-height: 54px;
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(115, 0, 62, 0.28);
}

.reservation-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 18px 7px 14px;
    white-space: nowrap;
}

.reservation-pill i {
    font-size: 22px;
}

.reservation-pill small,
.reservation-pill strong {
    display: block;
    line-height: 1.12;
    white-space: nowrap;
}

.reservation-pill small {
    font-size: 14px;
    font-weight: 700;
}

.reservation-pill strong {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 700;
}

.round-action,
.account-action,
.menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    color: #ffffff;
    background: transparent;
}

.round-action {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.round-action i {
    font-size: 28px;
}

.lang-shell {
    position: relative;
}

.lang-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 54px;
    padding: 0 16px 0 12px;
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(115, 0, 62, 0.28);
    cursor: pointer;
    transition: background 180ms ease;
}

.lang-pill:hover {
    background: rgba(115, 0, 62, 0.42);
}

.lang-pill-code {
    font-family: "Caviar Dreams", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.lang-pill-chevron {
    font-size: 16px;
    opacity: 0.7;
    transition: transform 200ms ease;
}

.lang-shell.is-open .lang-pill-chevron {
    transform: rotate(180deg);
}

.lang-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 190;
    min-width: 180px;
    padding: 6px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 16px 48px rgba(17, 24, 39, 0.14), 0 2px 8px rgba(17, 24, 39, 0.06);
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.lang-menu.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.lang-menu::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 18px;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    background: #ffffff;
}

.lang-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 10px;
    color: var(--dark);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: background 120ms ease, color 120ms ease;
}

.lang-option:hover,
.lang-option:focus {
    background: #f5f3f6;
}

.lang-option.is-active {
    color: var(--rose);
    background: #fff3f8;
}

.lang-opt-name {
    flex: 1;
}

.lang-opt-check {
    font-size: 18px;
    color: var(--rose);
}

.account-action {
    gap: 10px;
    padding: 5px 12px 5px 6px;
}

.account-avatar {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #77717c;
    background: #ffffff;
}

.account-avatar i {
    font-size: 20px;
}

.account-action > i {
    font-size: 20px;
    transition: transform 180ms ease;
}

.account-action.is-open > i {
    transform: rotate(180deg);
}

.account-menu {
    position: absolute;
    top: calc(100% + 18px);
    right: 0;
    z-index: 180;
    width: min(320px, calc(100vw - 32px));
    padding: 16px;
    border-radius: 16px;
    color: var(--ink);
    background: #ffffff;
    box-shadow: 0 22px 50px rgba(17, 24, 39, 0.18);
}

.account-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 42px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background: #ffffff;
}

.account-alert {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
    padding: 14px 16px;
    border-radius: 10px;
    background: #f5f5f6;
}

.account-alert > span {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #ffffff;
    background: var(--rose);
}

.account-alert i {
    font-size: 22px;
}

.account-alert strong {
    display: block;
    color: var(--ink);
    font-size: 16px;
    line-height: 1.1;
}

.account-alert p {
    margin: 5px 0 0;
    color: var(--ink);
    font-size: 14px;
    font-weight: 700;
}

.account-menu > a {
    display: block;
    padding: 10px 10px;
    border-radius: 8px;
    color: var(--ink);
    font-size: 15px;
    font-weight: 700;
}

.account-menu > a:hover,
.account-menu > a:focus {
    color: var(--rose);
    background: #fff3f8;
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.14);
}

.menu-toggle i {
    font-size: 27px;
}

.hero-section {
    position: relative;
    min-height: 500px;
    padding: 45px 20px 150px;
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.14), transparent 28%),
        linear-gradient(100deg, #ed1f65 0%, #f53b60 52%, #ff6a5d 100%);
    transition: background 240ms ease;
}

.hero-section.slide-rooftop {
    background:
        radial-gradient(circle at 72% 8%, rgba(255, 255, 255, 0.18), transparent 22%),
        linear-gradient(100deg, #df1d56 0%, #eb3563 50%, #f98542 100%);
}

.hero-section.slide-transfer {
    background:
        radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.16), transparent 24%),
        linear-gradient(100deg, #d93025 0%, #e90066 54%, #ff6a3d 100%);
}

.hero-mark {
    position: absolute;
    color: rgba(255, 255, 255, 0.14);
    line-height: 1;
    pointer-events: none;
}

.hero-mark-left {
    left: -88px;
    top: 160px;
    font-size: 220px;
    transform: rotate(-18deg);
}

.hero-mark-right {
    right: 128px;
    top: 284px;
    font-size: 132px;
    transform: rotate(7deg);
}

.hero-mark-top {
    right: 248px;
    top: 22px;
    font-size: 120px;
    transform: rotate(-9deg);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
}

.hero-ribbon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 6px 20px 7px;
    color: #ffffff;
    background: #372073;
    border-radius: 7px;
    box-shadow: 13px 0 0 rgba(55, 32, 115, 0.95), -13px 0 0 rgba(55, 32, 115, 0.95);
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    text-transform: uppercase;
}

.hero-content h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 12px 0 2px;
    color: #ffffff;
    font-size: clamp(48px, 6.2vw, 78px);
    font-weight: 700;
    line-height: 0.95;
}

.hero-content h1 b {
    color: #351c73;
    font-weight: 700;
}

.hero-note {
    margin: 12px 0 2px;
    color: #351c73;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
}

.hero-copy {
    max-width: 620px;
    margin: 0 auto 15px;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.16;
}

.hero-link {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin: 2px auto 0;
    color: #351c73;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
}

.hero-controls {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
}

.control-button,
.control-track {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: rgba(99, 18, 45, 0.78);
}

.control-track button {
    width: 24px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    color: #ffffff;
    background: transparent;
}

.control-button {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
}

.control-button i {
    font-size: 24px;
}

.control-track {
    gap: 14px;
    min-width: 174px;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 999px;
}

.control-track i {
    font-size: 24px;
}

.track-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.72);
}

.track-line {
    width: 62px;
    height: 4px;
    overflow: hidden;
    border-radius: 999px;
    background: #ffffff;
}

.track-line span {
    display: block;
    width: 44%;
    height: 100%;
    background: var(--rose);
}

.availability-card {
    position: absolute;
    z-index: 40;
    left: 50%;
    bottom: -170px;
    transform: translateX(-50%);
    width: min(82vw, 1180px);
    overflow: visible;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: var(--shadow);
}

.availability-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: #ffffff;
}

.booking-tabs {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: stretch;
    justify-content: center;
    min-height: 72px;
    border-bottom: 1px solid #d7d7db;
    border-radius: 22px 22px 0 0;
    background: #ffffff;
}

.booking-tab {
    position: relative;
    min-width: 170px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    padding: 0 16px;
    color: var(--ink);
    background: #ffffff;
    font-size: 17px;
    font-weight: 700;
}

.booking-tab i {
    font-size: 23px;
}

.booking-tab.is-active {
    color: var(--rose);
}

.booking-tab.is-active::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    height: 4px;
    border-radius: 4px 4px 0 0;
    background: var(--rose);
}

.availability-form {
    display: none;
    padding: 20px 24px 22px;
    border-radius: 0 0 22px 22px;
    background: #ffffff;
}

.availability-form.is-active {
    display: block;
}

.form-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr 1fr 1fr 72px;
    gap: 10px;
    align-items: stretch;
}

.field-shell {
    position: relative;
    min-width: 0;
    z-index: 1;
}

.field-shell.is-open {
    z-index: 130;
}

.field-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 70px;
    padding: 11px 14px;
    border-radius: 10px;
    border: 1px solid transparent;
    background: #f5f5f6;
    text-align: left;
}

.field-card span {
    display: block;
    margin-bottom: 4px;
    color: #727077;
    font-size: 14px;
    font-weight: 700;
}

.field-card strong,
.field-card input {
    width: 100%;
    min-width: 0;
    display: block;
    border: 0;
    outline: 0;
    color: var(--ink);
    background: transparent;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.field-control {
    position: relative;
    padding-right: 38px;
}

.field-control > i {
    position: absolute;
    right: 13px;
    bottom: 17px;
    color: #26102d;
    font-size: 18px;
}

.field-card:focus,
.field-control:focus,
.field-card:focus-within {
    border-color: rgba(236, 0, 103, 0.42);
}

.field-card input::placeholder {
    color: #77737a;
    opacity: 1;
}

.search-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    border: 0;
    border-radius: 10px;
    color: #ffffff;
    background: var(--rose);
    transition: transform 180ms ease, background 180ms ease;
}

.search-button:hover {
    background: #d9005c;
    transform: translateY(-1px);
}

.search-button i {
    font-size: 30px;
}

.availability-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 18px;
    color: var(--ink);
    font-size: 15px;
    font-weight: 700;
}

.checkbox-row {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 12px;
}

.checkbox-row span {
    min-width: 0;
}

.checkbox-row input {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    appearance: none;
    border: 2px solid #a4a4aa;
    border-radius: 6px;
    background: #ffffff;
}

.checkbox-row input:checked {
    border-color: var(--rose);
    background: var(--rose);
    box-shadow: inset 0 0 0 5px #ffffff;
}

.sync-status {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #5c5962;
    font-size: 14px;
    white-space: nowrap;
}

.sync-status i {
    color: var(--rose);
    font-size: 22px;
}

.field-menu {
    position: absolute;
    z-index: 150;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: none;
    max-height: 245px;
    overflow: auto;
    padding: 6px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 18px 34px rgba(17, 24, 39, 0.16);
}

.field-shell.is-open .field-menu {
    display: grid;
    gap: 4px;
}

.field-menu button {
    width: 100%;
    border: 0;
    border-radius: 9px;
    padding: 10px 11px;
    color: var(--dark);
    background: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}

.field-menu button:hover,
.field-menu button:focus {
    color: var(--rose);
    background: #fff3f8;
}

.calendar-popover {
    position: absolute;
    z-index: 160;
    width: 292px;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 18px 34px rgba(17, 24, 39, 0.14);
}

.calendar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.calendar-head strong {
    color: var(--dark);
    font-size: 14px;
    font-weight: 700;
}

.calendar-head button {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 8px;
    color: var(--dark);
    background: #ffffff;
}

.calendar-weekdays,
.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.calendar-weekdays span {
    color: #7a7680;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

.calendar-days button,
.calendar-days span {
    width: 100%;
    aspect-ratio: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 700;
}

.calendar-days button {
    border: 1px solid #dde1e8;
    color: var(--dark);
    background: #ffffff;
}

.calendar-days button:hover,
.calendar-days button:focus {
    border-color: var(--rose);
    color: var(--rose);
}

.calendar-days button.is-selected {
    border-color: var(--rose);
    color: var(--rose);
    background: #fff4f9;
    box-shadow: none;
}

.calendar-days button.is-today {
    border-color: #111827;
}

.calendar-days button:disabled {
    color: #c4c7ce;
    background: #f7f8fa;
}

.calendar-days button.is-booked {
    position: relative;
    color: #b0b3ba;
    background: #f0f1f3;
    border-color: #e2e4e9;
    text-decoration: line-through;
    cursor: not-allowed;
}

.calendar-days button.is-past {
    color: #c4c7ce;
    background: #f5f6f8;
    border-color: #eaecf0;
    text-decoration: line-through;
    cursor: not-allowed;
    opacity: 0.6;
}

.availability-form.is-submitted .search-button {
    background: var(--primary-dark);
}

.booking-result {
    margin: 14px 0 0;
    padding: 10px 12px;
    border: 1px solid rgba(236, 0, 103, 0.24);
    border-radius: 10px;
    color: var(--dark);
    background: #fff6fa;
    font-size: 14px;
    font-weight: 700;
}

.site-main {
    min-height: 330px;
    padding-top: 132px;
    background: #ffffff;
}

@media (max-width: 1240px) {
    .topbar {
        gap: 20px;
    }

    .brand-mark {
        min-width: 218px;
    }

    .brand-icon {
        width: 46px;
        height: 46px;
    }

    .brand-name {
        font-size: 26px;
    }

    .primary-menu {
        gap: 18px;
    }

    .desktop-nav-list {
        gap: 18px;
    }

    .nav-link {
        font-size: 17px;
    }

    .reservation-pill {
        padding-right: 18px;
    }

    .reservation-pill strong {
        font-size: 17px;
    }

    .booking-tab {
        min-width: 190px;
        font-size: 19px;
    }

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

    .search-button {
        grid-column: span 1;
        grid-row: span 2;
        min-height: 180px;
    }
}

@media (max-width: 980px) {
    .topbar {
        min-height: 82px;
        gap: 14px;
    }

    .topbar-divider,
    .round-action {
        display: none;
    }

    .brand-mark {
        min-width: 0;
    }

    .brand-name {
        font-size: 23px;
    }

    .brand-location {
        display: none;
    }

    .menu-toggle {
        display: inline-flex;
        margin-left: auto;
    }

    .primary-menu {
        position: absolute;
        top: calc(100% + 8px);
        left: 14px;
        right: 14px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        padding: 10px;
        border-radius: 16px;
        background: rgba(82, 10, 45, 0.96);
        box-shadow: 0 16px 35px rgba(17, 24, 39, 0.24);
    }

    .desktop-nav-list {
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
    }

    .primary-menu.is-open {
        display: flex;
    }

    .nav-link {
        justify-content: flex-start;
        padding: 12px;
        border-radius: 12px;
    }

    .nav-link.is-active,
    .nav-link:hover {
        background: rgba(255, 255, 255, 0.11);
    }

    .topbar-actions {
        margin-left: 0;
        gap: 10px;
    }

    .reservation-pill {
        min-height: 50px;
        padding: 8px 14px;
    }

    .reservation-pill i {
        font-size: 24px;
    }

    .reservation-pill small {
        font-size: 12px;
    }

    .reservation-pill strong {
        font-size: 14px;
    }

    .lang-pill {
        min-height: 50px;
        padding: 0 14px 0 10px;
    }

    .lang-pill-flag {
        font-size: 20px;
    }

    .lang-pill-code {
        font-size: 14px;
    }

    .account-action {
        min-height: 50px;
        padding: 4px 10px 4px 4px;
    }

    .account-avatar {
        width: 42px;
        height: 42px;
    }

    .account-menu {
        top: calc(100% + 12px);
        right: 10px;
        width: min(300px, calc(100vw - 28px));
    }

    .hero-section {
        min-height: 720px;
        padding-top: 42px;
        padding-bottom: 262px;
    }

    .hero-content h1 {
        font-size: 64px;
    }

    .hero-copy {
        font-size: 25px;
    }

    .hero-note {
        font-size: 21px;
    }

    .hero-link {
        font-size: 25px;
    }

    .availability-card {
        width: calc(100% - 28px);
        bottom: 42px;
    }

    .booking-tabs {
        justify-content: flex-start;
        overflow-x: auto;
    }

    .booking-tab {
        flex: 0 0 auto;
    }

    .availability-options {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-main {
        padding-top: 0;
    }

    .sync-status {
        white-space: normal;
    }
}

@media (max-width: 720px) {
    body {
        font-size: 14px;
    }

    .topbar {
        min-height: 60px;
        padding: 0 12px;
        gap: 8px;
    }

    .brand-mark {
        min-width: 0;
        gap: 8px;
    }

    .brand-icon {
        width: 38px;
        height: 38px;
    }

    .brand-name {
        font-size: 17px;
        line-height: 1.04;
        white-space: nowrap;
    }

    .brand-location {
        display: none;
    }

    .topbar-divider {
        display: none;
    }

    .primary-menu {
        position: fixed;
        top: 60px;
        left: 10px;
        right: 10px;
        z-index: 220;
        display: none;
        max-height: calc(100vh - 70px);
        overflow: auto;
        padding: 0 0 14px;
        border-radius: 16px 16px 0 0;
        color: var(--ink);
        background: #f6f6f7;
        box-shadow: 0 16px 40px rgba(17, 24, 39, 0.24);
    }

    .primary-menu.is-open {
        display: block;
    }

    .desktop-nav-list {
        display: none;
    }

    .menu-toggle {
        display: inline-flex;
        width: 36px;
        height: 36px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.12);
        flex-shrink: 0;
    }

    .menu-toggle i {
        font-size: 24px;
    }

    .topbar-actions {
        margin-left: auto;
        gap: 4px;
        flex-shrink: 0;
    }

    .reservation-pill span {
        display: none;
    }

    .reservation-pill {
        width: 36px;
        min-height: 36px;
        padding: 0;
        justify-content: center;
        background: transparent;
        flex-shrink: 0;
    }

    .reservation-pill i {
        font-size: 20px;
    }

    .lang-shell {
        display: none;
    }

    .account-action {
        display: inline-flex;
        width: 36px;
        min-height: 36px;
        gap: 0;
        padding: 0;
        background: transparent;
        flex-shrink: 0;
    }

    .account-action > i {
        display: none;
    }

    .account-avatar {
        width: 36px;
        height: 36px;
        color: #ffffff;
        background: transparent;
    }

    .account-avatar i {
        font-size: 20px;
    }

    .mobile-menu-head {
        min-height: 52px;
        display: grid;
        grid-template-columns: 42px 1fr 42px;
        align-items: center;
        border-bottom: 1px solid #e8e8eb;
        border-radius: 16px 16px 0 0;
        background: #ffffff;
    }

    .mobile-menu-head strong {
        color: var(--ink);
        font-size: 18px;
        font-weight: 700;
        text-align: center;
    }

    .mobile-menu-close {
        width: 42px;
        height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        color: #09040d;
        background: transparent;
    }

    .mobile-menu-close i {
        font-size: 26px;
    }

    .mobile-alert-card {
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 14px 14px;
        padding: 14px 16px;
        border: 1px solid rgba(236, 0, 103, 0.26);
        border-radius: 10px;
        background: #fff1f7;
    }

    .mobile-alert-icon {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        color: #ffffff;
        background: var(--rose);
    }

    .mobile-alert-icon i {
        font-size: 22px;
    }

    .mobile-alert-card strong,
    .mobile-alert-card a {
        display: block;
    }

    .mobile-alert-card strong {
        color: var(--ink);
        font-size: 16px;
        line-height: 1.15;
    }

    .mobile-alert-card a {
        margin-top: 4px;
        color: var(--ink);
        font-size: 14px;
        font-weight: 700;
        text-decoration: underline;
    }

    .mobile-pages-card {
        display: grid;
        gap: 3px;
        margin: 0 14px 14px;
        padding: 8px;
        border-radius: 10px;
        background: #ffffff;
    }

    .mobile-page-link {
        min-height: 52px;
        display: grid;
        grid-template-columns: 42px 1fr 24px;
        align-items: center;
        gap: 10px;
        color: var(--ink);
    }

    .mobile-page-link > span,
    .mobile-language-card > span {
        width: 36px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        color: #4f4f56;
        background: #f4f4f5;
    }

    .mobile-page-link i,
    .mobile-language-card i {
        font-size: 20px;
    }

    .mobile-page-link strong,
    .mobile-language-card strong {
        color: var(--ink);
        font-size: 16px;
        font-weight: 700;
        white-space: nowrap;
    }

    .mobile-page-link > i {
        color: #5f5f66;
        font-size: 20px;
    }

    .mobile-language-card {
        position: relative;
        display: grid;
        grid-template-columns: 42px 1fr 24px;
        grid-template-rows: auto auto;
        align-items: center;
        gap: 2px 10px;
        margin: 0 14px;
        padding: 14px 10px;
        border-radius: 10px;
        color: var(--ink);
        background: #ffffff;
    }

    .mobile-language-card > span {
        grid-row: 1 / span 2;
    }

    .mobile-language-card small {
        color: #6b6570;
        font-size: 13px;
        font-weight: 700;
    }

    .mobile-language-card > i {
        grid-column: 3;
        grid-row: 1 / span 2;
        color: #4b4650;
        font-size: 20px;
    }

    .account-menu {
        position: fixed;
        top: 60px;
        left: 10px;
        right: 10px;
        width: auto;
        padding: 12px;
        border-radius: 12px;
        z-index: 230;
    }

    .account-menu::before {
        display: none;
    }

    .account-alert {
        padding: 10px;
    }

    .account-alert > span {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
        border-radius: 10px;
    }

    .account-alert i {
        font-size: 18px;
    }

    .account-alert strong {
        font-size: 14px;
    }

    .account-alert p {
        font-size: 12px;
    }

    .account-menu > a {
        padding: 10px 10px;
        font-size: 14px;
    }

    .hero-section {
        min-height: 980px;
        padding: 30px 12px 560px;
    }

    .hero-ribbon {
        min-height: 34px;
        padding: 6px 14px;
        font-size: 15px;
        box-shadow: 8px 0 0 rgba(55, 32, 115, 0.95), -8px 0 0 rgba(55, 32, 115, 0.95);
    }

    .hero-content {
        width: 100%;
        max-width: min(calc(100vw - 28px), 362px);
    }

    .hero-content h1 {
        flex-wrap: wrap;
        font-size: clamp(34px, 10vw, 39px);
    }

    .hero-note {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        font-size: 15px;
    }

    .hero-copy {
        max-width: 260px;
        font-size: 18px;
        line-height: 1.18;
    }

    .hero-link {
        font-size: 20px;
    }

    .hero-mark-left {
        left: -75px;
        top: 180px;
        font-size: 148px;
    }

    .hero-mark-right {
        right: -28px;
        top: 392px;
        font-size: 96px;
    }

    .hero-mark-top {
        right: 18px;
        top: 18px;
        font-size: 76px;
    }

    .availability-card {
        left: 14px;
        right: auto;
        width: min(calc(100vw - 28px), 362px);
        max-width: min(calc(100vw - 28px), 362px);
        bottom: 30px;
        transform: none;
        border-radius: 18px;
    }

    .booking-tabs {
        min-height: 70px;
    }

    .booking-tab {
        min-width: 184px;
        padding: 0 18px;
        font-size: 17px;
    }

    .booking-tab i {
        font-size: 23px;
    }

    .availability-form {
        padding: 16px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .field-card {
        min-height: 74px;
        padding: 12px 14px;
    }

    .field-card span {
        font-size: 15px;
    }

    .field-card input {
        font-size: 18px;
    }

    .search-button {
        min-height: 62px;
        grid-row: auto;
    }

    .availability-options {
        margin-top: 16px;
        font-size: 16px;
        gap: 12px;
    }

    .checkbox-row,
    .sync-status {
        width: 100%;
    }

    .checkbox-row span,
    .sync-status {
        overflow-wrap: anywhere;
    }

    .checkbox-row input {
        width: 26px;
        height: 26px;
        flex-basis: 26px;
    }

    .site-main {
        min-height: 120px;
    }
}

/* ===== RIAD STAY SECTION ===== */

.riad-stay {
    padding: 0 0 60px;
    background: #ffffff;
}

.riad-stay-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
}

.riad-section-title {
    margin: 0 0 24px;
    color: var(--ink);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
}

/* RIAD HEADER */

.riad-header {
    padding: 40px 0 0;
}

.riad-header-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.riad-header-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.riad-type {
    color: var(--muted);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.riad-name {
    margin: 0;
    color: var(--ink);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
}

.riad-subtitle {
    margin-top: 4px;
    color: var(--muted);
    font-size: 16px;
    font-weight: 700;
}

.riad-rating-block {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 12px;
    background: #f9fafb;
    white-space: nowrap;
    flex-shrink: 0;
}

.riad-rating-score {
    color: var(--ink);
    font-size: 18px;
    font-weight: 700;
}

.riad-rating-dot {
    color: var(--muted);
    font-size: 16px;
}

.riad-rating-count {
    color: var(--dark);
    font-size: 15px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.riad-stats {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
}

.riad-stat {
    display: flex;
    align-items: center;
    gap: 8px;
}

.riad-stat strong {
    color: var(--ink);
    font-size: 20px;
    font-weight: 700;
}

.riad-stat span {
    color: var(--muted);
    font-size: 15px;
    font-weight: 700;
}

/* RIAD GALLERY */

.riad-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 28px;
    border-radius: 16px;
    overflow: hidden;
}

.riad-gallery-main {
    position: relative;
    min-height: 380px;
    overflow: hidden;
}

.riad-gallery-hero {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.riad-gallery-expand {
    position: absolute;
    bottom: 16px;
    right: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 700;
    backdrop-filter: blur(8px);
    cursor: pointer;
    transition: background 120ms ease;
}

.riad-gallery-expand:hover {
    background: #ffffff;
}

.riad-gallery-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.riad-gallery-thumb {
    overflow: hidden;
}

.riad-gallery-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 240ms ease;
}

.riad-gallery-thumb:hover img {
    transform: scale(1.03);
}

/* RIAD ABOUT */

.riad-about {
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid var(--border);
}

.riad-about-inner {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 48px;
    align-items: start;
}

.riad-about-text p {
    margin: 0 0 16px;
    color: var(--dark);
    font-size: 16px;
    line-height: 1.65;
}

.riad-about-host {
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: #ffffff;
}

.riad-host-badge {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.riad-host-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--ink);
}

.riad-host-info strong {
    display: block;
    color: var(--ink);
    font-size: 16px;
    font-weight: 700;
}

.riad-host-info span {
    display: block;
    margin-top: 2px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}

.riad-host-features {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 16px;
    border-top: 1px solid var(--border);
}

.riad-host-features span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--dark);
    font-size: 15px;
    font-weight: 700;
}

/* RIAD AMENITIES */

.riad-amenities {
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid var(--border);
}

.riad-amenities-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 48px;
}

.riad-amenity-heading {
    margin: 0 0 14px;
    color: var(--ink);
    font-size: 18px;
    font-weight: 700;
}

.riad-amenity-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.riad-amenity-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    color: var(--dark);
    font-size: 15px;
    line-height: 1.45;
}

.riad-amenity-check {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    border-radius: 50%;
    background: #f0fdf4;
    border: 2px solid #16a34a;
    position: relative;
}

.riad-amenity-check::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 6px;
    width: 6px;
    height: 9px;
    border: solid #16a34a;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.riad-amenity-cross {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    border-radius: 50%;
    background: #fef2f2;
    border: 2px solid #dc2626;
    position: relative;
}

.riad-amenity-cross::before,
.riad-amenity-cross::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    background: #dc2626;
}

.riad-amenity-cross::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.riad-amenity-cross::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.riad-amenities-unavailable {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
}

.riad-amenity-unavail-heading {
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 18px;
    font-weight: 700;
}

.riad-amenity-unavail {
    color: var(--muted) !important;
}

/* RIAD REVIEWS */

.riad-reviews {
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid var(--border);
}

.riad-reviews-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.riad-reviews-summary {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--dark);
    font-size: 16px;
    font-weight: 700;
}

.riad-reviews-score {
    font-size: 20px;
    font-weight: 700;
}

.riad-reviews-dot {
    color: var(--muted);
}

.riad-reviews-breakdown {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 48px;
    margin-top: 24px;
}

.riad-review-bar {
    display: flex;
    align-items: center;
    gap: 12px;
}

.riad-review-label {
    width: 120px;
    flex-shrink: 0;
    color: var(--dark);
    font-size: 14px;
    font-weight: 700;
}

.riad-review-track {
    flex: 1;
    height: 6px;
    border-radius: 3px;
    background: #f1f5f9;
    overflow: hidden;
}

.riad-review-fill {
    height: 100%;
    border-radius: 3px;
    background: var(--ink);
}

/* RIAD TESTIMONIALS */

.riad-testimonials {
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid var(--border);
}

.riad-testimonials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.riad-testimonial {
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #ffffff;
}

.riad-testimonial-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.riad-testimonial-name {
    color: var(--ink);
    font-size: 16px;
    font-weight: 700;
}

.riad-testimonial-stay {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.riad-testimonial-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.riad-testimonial-stars {
    display: flex;
    gap: 2px;
}

.riad-star {
    color: var(--ink);
    font-size: 14px;
}

.riad-testimonial-dot {
    color: var(--muted);
}

.riad-testimonial-text {
    margin: 0;
    color: var(--dark);
    font-size: 15px;
    line-height: 1.6;
}

/* RIAD GALLERY LIGHTBOX */

.riad-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.92);
}

.riad-gallery-lightbox-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.riad-gallery-lightbox-close {
    position: absolute;
    top: 20px;
    right: 24px;
    z-index: 10;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    font-size: 20px;
    cursor: pointer;
}

.riad-gallery-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.22);
}

.riad-gallery-lightbox-track {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.riad-gallery-lightbox-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    scroll-snap-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
}

.riad-gallery-lightbox-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.riad-gallery-lightbox-prev,
.riad-gallery-lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    font-size: 28px;
    cursor: pointer;
}

.riad-gallery-lightbox-prev {
    left: 20px;
}

.riad-gallery-lightbox-next {
    right: 20px;
}

.riad-gallery-lightbox-prev:hover,
.riad-gallery-lightbox-next:hover {
    background: rgba(255, 255, 255, 0.22);
}

.riad-gallery-lightbox-counter {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

/* ===== RIAD STAY RESPONSIVE ===== */

@media (max-width: 980px) {
    .riad-about-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .riad-about-host {
        display: none;
    }

    .riad-reviews-breakdown {
        grid-template-columns: 1fr;
    }

    .riad-testimonials-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .riad-stay {
        padding: 0 0 40px;
    }

    .riad-stay-inner {
        padding: 0 16px;
    }

    .riad-header {
        padding: 28px 0 0;
    }

    .riad-header-top {
        flex-direction: column;
        gap: 12px;
    }

    .riad-rating-block {
        align-self: flex-start;
    }

    .riad-name {
        font-size: 26px;
    }

    .riad-stats {
        gap: 16px;
        flex-wrap: wrap;
    }

    .riad-stat strong {
        font-size: 18px;
    }

    .riad-stat span {
        font-size: 14px;
    }

    .riad-gallery {
        grid-template-columns: 1fr;
        border-radius: 12px;
    }

    .riad-gallery-main {
        min-height: 240px;
    }

    .riad-gallery-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .riad-gallery-thumb {
        height: 140px;
    }

    .riad-section-title {
        font-size: 24px;
    }

    .riad-amenities-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .riad-review-label {
        width: 90px;
        font-size: 13px;
    }

    .riad-testimonial {
        padding: 18px;
    }

    .riad-gallery-lightbox-slide {
        padding: 60px 16px;
    }

    .riad-gallery-lightbox-prev {
        left: 10px;
    }

    .riad-gallery-lightbox-next {
        right: 10px;
    }
}

/* ===== RIAD STANDALONE PAGE (rs-) ===== */

.rs-hero {
    background: linear-gradient(135deg, #1a0a2e 0%, #2d1052 40%, #4a1942 100%);
    padding: 48px 24px 40px;
}

.rs-hero-inner {
    max-width: 1120px;
    margin: 0 auto;
}

.rs-hero-type {
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.rs-hero-name {
    margin: 6px 0 4px;
    color: #ffffff;
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 700;
    line-height: 1.08;
}

.rs-hero-subtitle {
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    font-weight: 700;
}

.rs-hero-stats {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.rs-hero-stat {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rs-hero-stat strong {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.rs-hero-stat span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 700;
}

.rs-hero-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
}

.rs-hero-score {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.rs-hero-dot {
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
}

.rs-hero-reviews {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.rs-hero-reviews:hover {
    color: #ffffff;
}

/* RS BOOKING */

.rs-booking {
    background: #ffffff;
    padding: 0 24px;
}

.rs-booking-inner {
    max-width: 1120px;
    margin: 0 auto;
}

.rs-booking-card {
    position: relative;
    margin-top: -32px;
    padding: 28px 32px 24px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 32px rgba(17, 24, 39, 0.12);
}

.rs-booking-head {
    margin-bottom: 20px;
}

.rs-booking-title {
    margin: 0;
    color: var(--ink);
    font-size: 22px;
    font-weight: 700;
}

.rs-booking-subtitle {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}

.rs-booking-grid {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 10px;
    align-items: stretch;
}

.rs-field {
    position: relative;
}

.rs-field-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 72px;
    padding: 12px 16px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: #ffffff;
    cursor: pointer;
    transition: border-color 160ms ease;
}

.rs-field-card:hover {
    border-color: #c4c4c8;
}

.rs-field-card.is-open {
    border-color: var(--rose);
    box-shadow: 0 0 0 3px rgba(236, 0, 103, 0.1);
}

.rs-field-label {
    display: block;
    margin-bottom: 4px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.rs-field-value {
    display: block;
    color: var(--ink);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rs-booking-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 0 28px;
    border: 0;
    border-radius: 12px;
    color: #ffffff;
    background: var(--rose);
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    transition: background 160ms ease, transform 160ms ease;
}

.rs-booking-submit:hover:not(:disabled) {
    background: #d9005c;
    transform: translateY(-1px);
}

.rs-booking-submit:disabled {
    background: #c4c7ce;
    cursor: not-allowed;
    transform: none;
}

.rs-booking-sync {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
}

.rs-sync-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.rs-sync-status i {
    color: var(--rose);
    font-size: 18px;
}

.rs-booking-result {
    margin: 12px 0 0;
    padding: 10px 14px;
    border: 1px solid rgba(236, 0, 103, 0.2);
    border-radius: 10px;
    color: var(--dark);
    background: #fff6fa;
    font-size: 14px;
    font-weight: 700;
}

.rs-pricing-card {
    margin: 16px 0 0;
    padding: 20px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #fafafa;
}

.rs-pricing-title {
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 700;
    color: var(--ink);
}

.rs-pricing-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    font-size: 14px;
}

.rs-pricing-label {
    color: var(--muted);
    font-weight: 600;
}

.rs-pricing-value {
    color: var(--ink);
    font-weight: 700;
}

.rs-pricing-clean {
    margin-top: 2px;
}

.rs-pricing-divider {
    height: 1px;
    background: var(--border);
    margin: 8px 0;
}

.rs-pricing-total {
    padding: 10px 0 0;
}

.rs-pricing-total .rs-pricing-label {
    font-size: 16px;
    color: var(--ink);
    font-weight: 700;
}

.rs-pricing-total .rs-pricing-value {
    font-size: 20px;
    color: var(--rose);
    font-weight: 800;
}

.rs-pricing-continue {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    padding: 14px 24px;
    border: 0;
    border-radius: 12px;
    background: var(--rose);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background 160ms ease, transform 100ms ease;
    text-align: center;
}

.rs-pricing-continue:hover {
    background: var(--dark);
    transform: translateY(-1px);
}

.rs-pricing-continue i {
    font-size: 18px;
}

.rs-select-menu {
    position: absolute;
    z-index: 50;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    padding: 6px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.14);
}

.rs-select-option {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 8px;
    padding: 10px 12px;
    color: var(--dark);
    background: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.rs-select-option:hover {
    color: var(--rose);
    background: #fff3f8;
}

/* RS CALENDAR */

.rs-calendar {
    display: none;
    margin-top: 12px;
    width: 100%;
    box-sizing: border-box;
}

.rs-calendar.is-visible {
    display: block;
}

.rs-calendar-inner {
    width: 100%;
    max-width: 420px;
    padding: 16px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 40px rgba(17, 24, 39, 0.18);
    border: 1px solid var(--border);
    box-sizing: border-box;
}

.rs-calendar-hint {
    text-align: center;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 8px;
    background: rgba(236, 0, 103, 0.06);
    color: var(--rose);
    font-size: 13px;
    font-weight: 700;
}

.rs-calendar-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    background: var(--bg);
    color: var(--muted);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    transition: background 0.15s, color 0.15s;
}

.rs-calendar-close:hover {
    background: var(--border);
    color: var(--dark);
}

.rs-calendar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.rs-calendar-nav {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 8px;
    color: var(--dark);
    background: #ffffff;
    cursor: pointer;
}

.rs-calendar-nav:hover {
    border-color: var(--rose);
    color: var(--rose);
}

.rs-calendar-title {
    color: var(--ink);
    font-size: 15px;
    font-weight: 700;
}

.rs-calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    margin-bottom: 6px;
}

.rs-calendar-weekdays span {
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

.rs-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.rs-calendar-days button,
.rs-calendar-days span {
    width: 100%;
    aspect-ratio: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
}

.rs-calendar-days button {
    border: 1px solid transparent;
    color: var(--dark);
    background: #ffffff;
    cursor: pointer;
}

.rs-calendar-days button:hover:not(:disabled) {
    border-color: var(--rose);
    color: var(--rose);
}

.rs-calendar-days button.is-today {
    border-color: var(--ink);
}

.rs-calendar-days button.is-checkin {
    color: #ffffff;
    background: var(--rose);
}

.rs-calendar-days button.is-checkout {
    color: #ffffff;
    background: var(--ink);
}

.rs-calendar-days button.is-in-range {
    color: var(--dark);
    background: #f5f3f6;
}

.rs-calendar-days button:disabled {
    color: #c4c7ce;
    background: #f7f8fa;
    cursor: not-allowed;
}

.rs-calendar-days button.is-booked {
    color: #b0b3ba;
    background: #f0f1f3;
    border-color: #e2e4e9;
    text-decoration: line-through;
    cursor: not-allowed;
}

.rs-calendar-days button.is-past {
    color: #c4c7ce;
    background: #f5f6f8;
    border-color: #eaecf0;
    text-decoration: line-through;
    cursor: not-allowed;
    opacity: 0.6;
}

/* RS MAIN CONTENT */

.rs-main {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px 60px;
}

/* RS GALLERY */

.rs-gallery {
    margin-top: 40px;
}

.rs-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    border-radius: 16px;
    overflow: hidden;
}

.rs-gallery-main {
    position: relative;
    min-height: 400px;
    overflow: hidden;
}

.rs-gallery-hero {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rs-gallery-expand {
    position: absolute;
    bottom: 16px;
    right: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 700;
    backdrop-filter: blur(8px);
    cursor: pointer;
    transition: background 120ms ease;
}

.rs-gallery-expand:hover {
    background: #ffffff;
}

.rs-gallery-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.rs-gallery-thumb {
    overflow: hidden;
}

.rs-gallery-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 240ms ease;
}

.rs-gallery-thumb:hover img {
    transform: scale(1.03);
}

/* RS ABOUT */

.rs-about {
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid var(--border);
}

.rs-about-inner {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 48px;
    align-items: start;
}

.rs-section-title {
    margin: 0 0 24px;
    color: var(--ink);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
}

.rs-about-text p {
    margin: 0 0 16px;
    color: var(--dark);
    font-size: 16px;
    line-height: 1.65;
}

.rs-about-host {
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: #ffffff;
}

.rs-host-card {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.rs-host-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--ink);
}

.rs-host-info strong {
    display: block;
    color: var(--ink);
    font-size: 16px;
    font-weight: 700;
}

.rs-host-info span {
    display: block;
    margin-top: 2px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}

.rs-host-features {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rs-host-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    border-top: 1px solid var(--border);
    color: var(--dark);
    font-size: 15px;
    font-weight: 700;
}

.rs-host-features li:first-child {
    border-top: 0;
    padding-top: 0;
}

.rs-host-check {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f0fdf4;
    border: 2px solid #16a34a;
    position: relative;
}

.rs-host-check::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 5px;
    width: 5px;
    height: 8px;
    border: solid #16a34a;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* RS AMENITIES */

.rs-amenities {
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid var(--border);
}

.rs-amenities-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 48px;
}

.rs-amenity-heading {
    margin: 0 0 14px;
    color: var(--ink);
    font-size: 17px;
    font-weight: 700;
}

.rs-amenity-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rs-amenity-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    color: var(--dark);
    font-size: 15px;
    line-height: 1.45;
}

.rs-amenity-check {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    border-radius: 50%;
    background: #f0fdf4;
    border: 2px solid #16a34a;
    position: relative;
}

.rs-amenity-check::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 6px;
    width: 6px;
    height: 9px;
    border: solid #16a34a;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.rs-amenity-cross {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    border-radius: 50%;
    background: #fef2f2;
    border: 2px solid #dc2626;
    position: relative;
}

.rs-amenity-cross::before,
.rs-amenity-cross::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    background: #dc2626;
}

.rs-amenity-cross::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.rs-amenity-cross::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.rs-amenities-unavailable {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
}

.rs-amenity-unavail-heading {
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 17px;
    font-weight: 700;
}

.rs-amenity-unavail {
    color: var(--muted) !important;
}

/* RS REVIEWS */

.rs-reviews {
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid var(--border);
}

.rs-reviews-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.rs-reviews-summary {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--dark);
    font-size: 16px;
    font-weight: 700;
}

.rs-reviews-score {
    font-size: 20px;
    font-weight: 700;
}

.rs-reviews-dot {
    color: var(--muted);
}

.rs-reviews-breakdown {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 48px;
    margin-top: 24px;
}

.rs-review-bar {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rs-review-label {
    width: 120px;
    flex-shrink: 0;
    color: var(--dark);
    font-size: 14px;
    font-weight: 700;
}

.rs-review-track {
    flex: 1;
    height: 6px;
    border-radius: 3px;
    background: #f1f5f9;
    overflow: hidden;
}

.rs-review-fill {
    height: 100%;
    border-radius: 3px;
    background: var(--ink);
}

/* RS TESTIMONIALS */

.rs-testimonials {
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid var(--border);
}

.rs-testimonials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.rs-testimonial {
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #ffffff;
}

.rs-testimonial-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.rs-testimonial-name {
    color: var(--ink);
    font-size: 16px;
    font-weight: 700;
}

.rs-testimonial-stay {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.rs-testimonial-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.rs-testimonial-stars {
    display: flex;
    gap: 2px;
}

.rs-star {
    color: var(--ink);
    font-size: 14px;
}

.rs-testimonial-text {
    margin: 0;
    color: var(--dark);
    font-size: 15px;
    line-height: 1.6;
}

/* RS WRITE REVIEW */

.rs-write-review {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
}

.rs-write-review-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: 2px solid var(--ink);
    border-radius: 10px;
    color: var(--ink);
    background: #ffffff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 160ms ease, color 160ms ease;
}

.rs-write-review-btn:hover {
    background: var(--ink);
    color: #ffffff;
}

.rs-review-form-wrap {
    margin-top: 20px;
}

.rs-review-form {
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #ffffff;
}

.rs-review-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.rs-review-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rs-review-field-label {
    color: var(--ink);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.rs-review-field input,
.rs-review-field textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid var(--border);
    border-radius: 8px;
    color: var(--dark);
    background: #ffffff;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.5;
    transition: border-color 160ms ease;
}

.rs-review-field input:focus,
.rs-review-field textarea:focus {
    outline: 0;
    border-color: var(--rose);
}

.rs-review-field textarea {
    resize: vertical;
    min-height: 100px;
}

.rs-review-stars {
    display: flex;
    gap: 4px;
}

.rs-review-star-btn {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 8px;
    color: var(--muted);
    background: #ffffff;
    font-size: 18px;
    cursor: pointer;
    transition: all 120ms ease;
}

.rs-review-star-btn:hover,
.rs-review-star-btn.is-active {
    color: var(--ink);
    border-color: var(--ink);
    background: #f5f3f6;
}

.rs-review-form-actions {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.rs-review-submit {
    padding: 10px 24px;
    border: 0;
    border-radius: 8px;
    color: #ffffff;
    background: var(--ink);
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 160ms ease;
}

.rs-review-submit:hover {
    background: #2d1052;
}

.rs-review-cancel {
    padding: 10px 24px;
    border: 1px solid var(--border);
    border-radius: 8px;
    color: var(--dark);
    background: #ffffff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.rs-review-cancel:hover {
    background: #f9fafb;
}

.rs-review-form-msg {
    margin: 12px 0 0;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    background: #f9fafb;
}

/* RS FOOTER */

.rs-footer {
    background: var(--ink);
    padding: 24px;
}

.rs-footer-inner {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.rs-footer-brand {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.rs-footer-location,
.rs-footer-phone {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    font-weight: 700;
}

/* RS LIGHTBOX */

.rs-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.92);
}

.rs-lightbox-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-lightbox-close {
    position: absolute;
    top: 20px;
    right: 24px;
    z-index: 10;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    font-size: 20px;
    cursor: pointer;
}

.rs-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.22);
}

.rs-lightbox-track {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.rs-lightbox-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    scroll-snap-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
}

.rs-lightbox-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.rs-lightbox-prev,
.rs-lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    font-size: 28px;
    cursor: pointer;
}

.rs-lightbox-prev {
    left: 20px;
}

.rs-lightbox-next {
    right: 20px;
}

.rs-lightbox-prev:hover,
.rs-lightbox-next:hover {
    background: rgba(255, 255, 255, 0.22);
}

.rs-lightbox-counter {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

/* RS RESPONSIVE */

@media (max-width: 980px) {
    .rs-about-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .rs-about-host {
        display: none;
    }

    .rs-reviews-breakdown {
        grid-template-columns: 1fr;
    }

    .rs-testimonials-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .rs-hero {
        padding: 32px 16px 28px;
    }

    .rs-hero-stats {
        gap: 14px;
        flex-wrap: wrap;
    }

    .rs-hero-stat strong {
        font-size: 18px;
    }

    .rs-hero-stat span {
        font-size: 13px;
    }

    .rs-booking {
        padding: 0 16px;
    }

    .rs-booking-card {
        margin-top: -24px;
        padding: 20px 16px 18px;
        border-radius: 14px;
    }

    .rs-booking-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .rs-booking-submit {
        min-height: 56px;
    }

    .rs-calendar-inner {
        max-width: 100%;
    }

    .rs-field-card {
        min-height: 64px;
    }

    .rs-field-value {
        font-size: 15px;
    }

    .rs-main {
        padding: 0 16px 40px;
    }

    .rs-gallery-grid {
        grid-template-columns: 1fr;
        border-radius: 12px;
    }

    .rs-gallery-main {
        min-height: 240px;
    }

    .rs-gallery-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .rs-gallery-thumb {
        height: 140px;
    }

    .rs-section-title {
        font-size: 22px;
    }

    .rs-amenities-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .rs-review-label {
        width: 90px;
        font-size: 13px;
    }

    .rs-review-form-row {
        grid-template-columns: 1fr;
    }

    .rs-testimonial {
        padding: 18px;
    }

    .rs-footer-inner {
        flex-direction: column;
        text-align: center;
        gap: 6px;
    }

    .rs-lightbox-slide {
        padding: 60px 16px;
    }

    .rs-lightbox-prev {
        left: 10px;
    }

    .rs-lightbox-next {
        right: 10px;
    }
}

/* ─────────────────────────────────────────────────────
   MAIN PAGE SECTIONS: Rooms / Transfers / Experiences / Footer
   ───────────────────────────────────────────────────── */

.container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
}

.section {
    padding: 64px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 48px;
}

.section-tag {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 20px;
    background: rgba(217, 48, 37, 0.08);
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-title {
    margin: 0 0 8px;
    color: var(--ink);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
}

.section-subtitle {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.5;
}

/* ─── Rooms ─── */

.rooms-section {
    background: var(--bg);
}

.rooms-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 26px;
}

.rooms-header {
    max-width: 660px;
    margin-bottom: 0;
    text-align: left;
}

.rooms-slider-arrows {
    position: relative;
    z-index: 8;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 108px;
    padding: 6px;
    border: 1px solid rgba(229, 231, 235, 0.9);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 26px rgba(17, 24, 39, 0.1);
}

.rooms-slider-arrow {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(217, 48, 37, 0.18);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--soft);
    color: var(--ink);
    font-size: 20px;
    transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
}

.rooms-slider-arrow:hover {
    border-color: var(--primary);
    background: var(--primary);
    color: #ffffff;
    transform: translateY(-1px);
}

.rooms-slider {
    --room-slide-gap: 20px;
    overflow: hidden;
    padding: 0 2px;
}

.rooms-slider-track {
    display: flex;
    gap: var(--room-slide-gap);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 6px 0 18px;
}

.rooms-slider-track::-webkit-scrollbar {
    display: none;
}

.rooms-slider-slide {
    flex: 0 0 calc((100% - (var(--room-slide-gap) * 4)) / 4.5);
    scroll-snap-align: start;
}

.room-card {
    border: 1px solid rgba(229, 231, 235, 0.92);
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;
    padding: 8px;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.07);
    transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}

.room-card:hover {
    box-shadow: 0 16px 36px rgba(17, 24, 39, 0.12);
    transform: translateY(-2px);
    border-color: rgba(217, 48, 37, 0.22);
}

.room-card-link {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    color: inherit;
}

.room-card-image {
    position: relative;
    aspect-ratio: 4 / 3;
    min-height: 168px;
    overflow: hidden;
    border-radius: 14px;
    background: var(--soft);
}

.room-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

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

.room-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 174px;
    padding: 14px 6px 6px;
}

.room-name {
    margin: 0 0 8px;
    color: var(--ink);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.22;
    overflow-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.room-desc {
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.room-amenities {
    list-style: none;
    margin: auto 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.room-amenities li {
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border: 1px solid rgba(229, 231, 235, 0.85);
    border-radius: 999px;
    background: var(--soft);
    color: var(--dark);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.15;
}

.room-amenities li i {
    color: var(--primary);
    font-size: 14px;
}

/* ─── Transfers ─── */

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

.transfer-promo {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    gap: 34px;
    align-items: center;
    overflow: hidden;
    padding: 34px;
    border: 1px solid rgba(229, 231, 235, 0.95);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.08);
}

.transfer-promo::before {
    content: "";
    position: absolute;
    inset: 18px auto 18px 18px;
    width: 5px;
    border-radius: 999px;
    background: var(--primary);
}

.transfer-content {
    position: relative;
    z-index: 2;
    padding-left: 16px;
}

.transfer-content .section-title {
    max-width: 520px;
}

.transfer-lead {
    max-width: 590px;
    margin: 0 0 20px;
    color: var(--muted);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.65;
}

.transfer-highlight-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.transfer-highlight-row span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border: 1px solid rgba(229, 231, 235, 0.9);
    border-radius: 999px;
    background: var(--soft);
    color: var(--dark);
    font-size: 13px;
    font-weight: 700;
}

.transfer-highlight-row i {
    color: var(--primary);
    font-size: 18px;
}

.transfer-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 11px;
    background: var(--primary);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 12px 22px rgba(217, 48, 37, 0.18);
    transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
}

.transfer-cta:hover {
    background: var(--primary-dark);
    box-shadow: 0 16px 28px rgba(217, 48, 37, 0.24);
    transform: translateY(-1px);
}

.transfer-visual {
    position: relative;
    display: block;
    min-height: 286px;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(135deg, #f9fafb 0%, #eef2f7 100%);
}

.transfer-visual::before {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 36px;
    height: 18px;
    border-radius: 50%;
    background: rgba(17, 24, 39, 0.16);
    filter: blur(13px);
}

.transfer-visual-badge {
    position: absolute;
    z-index: 4;
    top: 18px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border: 1px solid rgba(229, 231, 235, 0.9);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--ink);
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(17, 24, 39, 0.1);
}

.transfer-visual-badge i {
    color: var(--primary);
    font-size: 17px;
}

.transfer-car {
    position: absolute;
    display: block;
    height: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: contrast(1.03) saturate(0.96);
}

.transfer-car-main {
    z-index: 3;
    right: -22px;
    bottom: 20px;
    width: 76%;
}

.transfer-car-shuttle {
    z-index: 2;
    left: 12px;
    top: 70px;
    width: 44%;
    opacity: 0.9;
}

/* ─── Experiences ─── */

.experiences-section {
    background: #ffffff;
}

.experiences-header {
    max-width: 760px;
    margin-bottom: 32px;
    text-align: left;
}

.exp-section-title {
    font-size: 34px;
    line-height: 1.12;
}

.exp-section-title span {
    position: relative;
    z-index: 0;
    display: inline-block;
    isolation: isolate;
    margin-right: 5px;
    color: #2f3035;
    font-family: "Dar L'Artiste", "Caviar Dreams", Arial, sans-serif;
    font-size: 42px;
    font-weight: 400;
}

.exp-section-title span::after {
    content: "";
    position: absolute;
    left: 1px;
    right: -6px;
    bottom: 3px;
    z-index: -1;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--primary), #f59e0b);
    opacity: 0.85;
}

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

.exp-card {
    min-width: 0;
    border: 1px solid rgba(229, 231, 235, 0.95);
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.06);
    transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}

.exp-card:hover {
    border-color: rgba(217, 48, 37, 0.22);
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.11);
    transform: translateY(-2px);
}

.exp-card-link {
    display: grid;
    grid-template-columns: 126px minmax(0, 1fr);
    min-height: 178px;
    color: inherit;
}

.exp-card-image {
    position: relative;
    height: 100%;
    min-height: 178px;
    overflow: hidden;
}

.exp-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

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

.exp-duration {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    max-width: calc(100% - 20px);
    padding: 5px 9px 5px 7px;
    border-left: 4px solid var(--primary);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--ink);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.14);
    backdrop-filter: blur(6px);
}

.exp-duration i {
    color: var(--primary);
    font-size: 15px;
}

.exp-card-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px 14px 12px;
}

.exp-name {
    margin: 0;
    color: var(--ink);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.22;
    overflow-wrap: break-word;
}

.exp-details {
    display: grid;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.exp-details li {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #2c1734;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.exp-details li i {
    flex: 0 0 16px;
    color: var(--ink);
    font-size: 16px;
}

.exp-price-row {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 5px;
    margin-top: auto;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    text-align: right;
}

.exp-price-row strong {
    color: var(--primary);
    font-size: 20px;
    line-height: 1;
}

.exp-price-row em {
    color: #74717a;
    font-style: normal;
}

.experiences-action {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.experiences-all-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 24px;
    border-radius: 11px;
    background: linear-gradient(90deg, var(--primary), #f59e0b);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(217, 48, 37, 0.2);
    transition: box-shadow 0.2s, transform 0.2s;
}

.experiences-all-cta:hover {
    box-shadow: 0 16px 30px rgba(217, 48, 37, 0.28);
    transform: translateY(-1px);
}

.experiences-page {
    background: #ffffff;
    padding-top: 0;
    overflow-x: hidden;
}

.experiences-page-hero {
    padding: 58px 0 12px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.experiences-page-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--border);
}

.experiences-page-hero h1 {
    max-width: 720px;
    margin: 0 0 12px;
    color: var(--ink);
    font-size: 38px;
    line-height: 1.12;
}

.experiences-page-hero p {
    max-width: 680px;
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.65;
}

.experiences-page-points {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 220px;
}

.experiences-page-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border: 1px solid rgba(229, 231, 235, 0.95);
    border-radius: 999px;
    background: #ffffff;
    color: var(--dark);
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.05);
}

.experiences-page-points i {
    color: var(--primary);
    font-size: 17px;
}

.experiences-page .experiences-section {
    padding-top: 40px;
}

/* ─── Footer ─── */

.site-footer {
    background: #111827;
    color: #ffffff;
    padding: 58px 0 0;
}

.footer-main {
    display: grid;
    grid-template-columns: 1.35fr 0.85fr 0.9fr 0.95fr 0.8fr;
    gap: 30px;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand,
.footer-links,
.footer-social-card,
.footer-newsletter-card {
    min-width: 0;
}

.footer-logo {
    display: inline-flex;
    color: #ffffff;
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 14px;
}

.footer-desc {
    margin: 0;
    max-width: 340px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
    line-height: 1.65;
}

.footer-heading {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.2px;
}

.footer-links ul,
.footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li,
.footer-contact-list li {
    margin-bottom: 10px;
}

.footer-links a,
.footer-contact-list a,
.footer-contact-list span {
    color: rgba(255, 255, 255, 0.64);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    transition: color 0.2s;
}

.footer-links a:hover,
.footer-contact-list a:hover {
    color: #ffffff;
}

.footer-contact-list {
    margin-top: 18px;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.footer-contact-list i {
    margin-top: 2px;
    color: var(--primary);
    font-size: 17px;
    flex-shrink: 0;
}

.footer-newsletter-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.footer-newsletter-card--wide {
    display: grid;
    grid-template-columns: minmax(260px, 0.85fr) minmax(360px, 1.15fr);
    gap: 24px;
    align-items: center;
    margin-bottom: 34px;
    padding: 0 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
}

.footer-newsletter-card--wide .footer-heading {
    margin-bottom: 8px;
}

.footer-newsletter-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
    line-height: 1.55;
}

.footer-newsletter-row {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background: #ffffff;
}

.footer-newsletter-row i {
    justify-self: center;
    color: var(--primary);
    font-size: 18px;
}

.footer-newsletter-row input {
    min-width: 0;
    height: 42px;
    border: 0;
    outline: 0;
    color: var(--dark);
    font-size: 13px;
    font-weight: 700;
}

.footer-newsletter-row input::placeholder {
    color: #9ca3af;
}

.footer-newsletter-row button {
    height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 9px;
    background: var(--primary);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.2s;
}

.footer-newsletter-row button:hover {
    background: var(--primary-dark);
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.social-links a {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
    transition: background 0.2s, color 0.2s;
}

.social-links a:hover {
    background: var(--primary);
    color: #ffffff;
}

.footer-trust-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-payments {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-payment-label {
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    font-weight: 800;
    margin-right: 4px;
    width: 100%;
}

.footer-secure-badge {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.footer-payment-icons {
    display: block;
    width: min(280px, 100%) !important;
    max-width: 280px !important;
    height: auto !important;
    max-height: 40px !important;
    padding: 0;
    border-radius: 0;
    background: transparent;
    object-fit: contain;
}

.footer-secure-icon {
    display: block;
    width: min(120px, 100%);
    height: auto;
    max-height: 53px;
    object-fit: contain;
}

.footer-bottom {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.46);
    font-size: 13px;
    font-weight: 700;
}

.footer-made {
    font-style: italic;
}

.footer-made a {
    color: #ffffff;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer-made a:hover {
    color: var(--primary);
}

/* ─── Responsive: Tablet ─── */

@media (max-width: 1024px) {
    .rooms-heading-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        margin-bottom: 22px;
    }

    .rooms-slider-arrows {
        align-self: flex-end;
    }

    .rooms-slider-slide {
        flex-basis: calc((100% - (var(--room-slide-gap) * 2)) / 2.5);
    }

    .transfer-promo {
        grid-template-columns: 1fr;
    }

    .transfer-visual {
        order: -1;
    }

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

    .exp-card-link {
        grid-template-columns: 122px minmax(0, 1fr);
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .footer-brand,
    .footer-newsletter-card--wide {
        grid-column: 1 / -1;
    }

    .footer-newsletter-card--wide {
        grid-template-columns: 1fr;
    }

    .experiences-page-hero-inner {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .experiences-page-points {
        min-width: 0;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

/* ─── Responsive: Mobile ─── */

@media (max-width: 640px) {
    .section {
        padding: 48px 0;
    }

    .section-title {
        font-size: 24px;
    }

    .rooms-slider {
        --room-slide-gap: 14px;
    }

    .rooms-slider-slide {
        flex-basis: calc((100% - var(--room-slide-gap)) / 1.5);
    }

    .room-card-image {
        min-height: 166px;
    }

    .room-card-body {
        min-height: 168px;
    }

    .transfer-promo {
        gap: 22px;
        padding: 22px;
        border-radius: 16px;
    }

    .transfer-promo::before {
        inset: 18px 18px auto;
        width: auto;
        height: 4px;
    }

    .transfer-content {
        padding-left: 0;
    }

    .transfer-lead {
        font-size: 14px;
    }

    .transfer-highlight-row {
        gap: 8px;
    }

    .transfer-highlight-row span {
        padding: 7px 10px;
        font-size: 12px;
    }

    .transfer-visual {
        min-height: 248px;
    }

    .transfer-car-main {
        right: -12px;
        bottom: 22px;
        width: 82%;
    }

    .transfer-car-shuttle {
        left: 8px;
        top: 74px;
        width: 48%;
    }

    .transfer-cta {
        width: 100%;
    }

    .experiences-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .experiences-header {
        margin-bottom: 24px;
    }

    .exp-section-title {
        font-size: 26px;
    }

    .exp-section-title span {
        font-size: 34px;
    }

    .exp-card-link {
        grid-template-columns: 112px minmax(0, 1fr);
        min-height: 164px;
    }

    .exp-card-image {
        min-height: 164px;
    }

    .exp-card-body {
        gap: 8px;
        padding: 12px;
    }

    .exp-name {
        font-size: 14px;
    }

    .exp-details li {
        font-size: 12px;
    }

    .exp-price-row {
        flex-wrap: wrap;
        gap: 4px;
        font-size: 12px;
    }

    .exp-price-row strong {
        font-size: 17px;
    }

    .experiences-all-cta {
        width: 100%;
    }

    .experiences-page-hero {
        padding-top: 42px;
    }

    .experiences-page .container {
        width: 100vw;
        max-width: 100vw;
        box-sizing: border-box;
    }

    .experiences-page-hero-inner,
    .experiences-page .experiences-header,
    .experiences-page .experiences-grid,
    .experiences-page .exp-card,
    .experiences-page .exp-card-link {
        width: 100%;
        max-width: 100%;
    }

    .experiences-page-hero h1 {
        max-width: 320px;
        font-size: 26px;
        white-space: normal;
        overflow-wrap: break-word;
    }

    .experiences-page-hero p,
    .experiences-page .section-subtitle {
        max-width: 320px;
        white-space: normal;
        overflow-wrap: break-word;
    }

    .experiences-page-points {
        flex-direction: column;
    }

    .experiences-page-points span {
        width: 100%;
    }

    .experiences-page .experiences-header {
        max-width: 100%;
        overflow: hidden;
    }

    .experiences-page .exp-section-title {
        max-width: 320px;
        font-size: 25px;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .experiences-page .exp-section-title span {
        font-size: 32px;
        white-space: normal;
    }

    .experiences-page .exp-card-link {
        grid-template-columns: 1fr;
    }

    .experiences-page .exp-card-body {
        min-width: 0;
        overflow: hidden;
    }

    .experiences-page .exp-card-image {
        min-height: 190px;
        height: 190px;
    }

    .experiences-page .exp-name {
        font-size: 14px;
        white-space: normal;
        overflow-wrap: break-word;
    }

    .experiences-page .exp-price-row {
        justify-content: flex-start;
        flex-wrap: wrap;
        text-align: left;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer-newsletter-card--wide {
        padding: 16px;
    }

    .footer-newsletter-row {
        grid-template-columns: 20px minmax(0, 1fr);
    }

    .footer-newsletter-row button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .footer-trust-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }
}

/* ─────────────────────────────────────────────────────
   AUTH PAGES: Login / Register / Dashboard
   ───────────────────────────────────────────────────── */

.auth-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg);
    padding: 24px;
}

.auth-card {
    width: 100%;
    max-width: 420px;
    padding: 36px 32px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(17, 24, 39, 0.08);
}

.auth-brand {
    display: block;
    text-align: center;
    margin-bottom: 24px;
}

.auth-brand strong {
    display: block;
    color: var(--ink);
    font-size: 20px;
    font-weight: 700;
}

.auth-brand small {
    display: block;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    margin-top: 2px;
}

.auth-title {
    margin: 0 0 6px;
    color: var(--ink);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.auth-subtitle {
    margin: 0 0 24px;
    color: var(--muted);
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
}

.auth-error {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #fef2f2;
    color: #dc2626;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
}

.auth-error i {
    font-size: 18px;
    flex-shrink: 0;
}

.auth-success {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #f0fdf4;
    color: #166534;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
}

.auth-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.auth-field label {
    display: block;
    margin-bottom: 6px;
    color: var(--dark);
    font-size: 13px;
    font-weight: 700;
}

.auth-input-wrap {
    position: relative;
}

.auth-input-wrap i {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: var(--muted);
    font-size: 16px;
    pointer-events: none;
}

.auth-input-wrap input {
    width: 100%;
    padding: 12px 14px 12px 42px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: #ffffff;
    color: var(--dark);
    font-size: 15px;
    font-weight: 700;
    transition: border-color 0.15s;
    outline: none;
}

.auth-input-wrap.has-password-toggle input {
    padding-right: 50px;
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0 !important;
    border-radius: 8px;
    background: transparent;
    box-shadow: none !important;
    color: var(--muted);
    cursor: pointer;
    line-height: 1;
    appearance: none;
    -webkit-appearance: none;
    z-index: 2;
}

.password-toggle:hover,
.password-toggle:focus {
    background: var(--soft);
    color: var(--dark);
    outline: none;
}

.auth-input-wrap .password-toggle i {
    position: static;
    transform: none;
    pointer-events: none;
}

.auth-input-wrap input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(217, 48, 37, 0.08);
}

.auth-input-wrap input::placeholder {
    color: #c4c7ce;
    font-weight: 400;
}

.auth-btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 12px;
    background: var(--primary);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 4px;
}

.auth-btn:hover {
    background: var(--primary-dark);
}

.auth-switch {
    text-align: center;
    margin: 20px 0 0;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}

.auth-switch a {
    color: var(--primary);
}

.auth-back {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 16px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

/* ─── Dashboard ─── */

.dash-wrap {
    width: 100%;
    max-width: 860px;
}

.dash-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.dash-brand strong {
    color: var(--ink);
    font-size: 18px;
    font-weight: 700;
}

.dash-logout {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 8px;
    background: #ffffff;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    transition: background 0.15s, color 0.15s;
}

.dash-logout:hover {
    background: #fef2f2;
    color: #dc2626;
}

.dash-welcome {
    margin-bottom: 24px;
}

.dash-welcome h1 {
    margin: 0 0 4px;
    color: var(--ink);
    font-size: 26px;
    font-weight: 700;
}

.dash-welcome small {
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}

.dash-tabs {
    display: flex;
    gap: 4px;
    padding: 4px;
    border-radius: 14px;
    background: #ffffff;
    margin-bottom: 24px;
    overflow-x: auto;
}

.dash-tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 10px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s;
}

.dash-tab:hover {
    background: var(--bg);
    color: var(--dark);
}

.dash-tab.is-active {
    background: var(--ink);
    color: #ffffff;
}

.dash-panel {
    padding: 28px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(17, 24, 39, 0.04);
}

.dash-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.dash-section-head h2 {
    margin: 0;
    color: var(--ink);
    font-size: 20px;
    font-weight: 700;
}

.dash-section h2 {
    margin: 0 0 20px;
    color: var(--ink);
    font-size: 20px;
    font-weight: 700;
}

.dash-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 8px;
    background: var(--primary);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    transition: background 0.15s;
}

.dash-action-btn:hover {
    background: var(--primary-dark);
}

.dash-empty {
    text-align: center;
    padding: 40px 20px;
    color: var(--muted);
    font-size: 15px;
    font-weight: 700;
}

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

.dash-table {
    width: 100%;
    border-collapse: collapse;
}

.dash-table th {
    text-align: left;
    padding: 10px 14px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border-bottom: 1px solid var(--border);
}

.dash-table td {
    padding: 14px;
    color: var(--dark);
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid var(--border);
    vertical-align: middle;
}

.dash-table tr:last-child td {
    border-bottom: none;
}

.dash-id {
    font-family: monospace;
    font-size: 13px;
    color: var(--muted);
}

.dash-status {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
}

.dash-status--confirmed {
    background: #f0fdf4;
    color: #16a34a;
}

.dash-status--cancelled {
    background: #fef2f2;
    color: #dc2626;
}

.dash-status--pending {
    background: #fffbeb;
    color: #d97706;
}

.dash-status--approved {
    background: #f0fdf4;
    color: #16a34a;
}

.dash-cancel-btn {
    padding: 5px 12px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: #ffffff;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s;
}

.dash-cancel-btn:hover {
    border-color: #dc2626;
    color: #dc2626;
}

.dash-stars i {
    font-size: 14px;
    color: var(--border);
}

.dash-stars i.is-filled {
    color: #f59e0b;
}

.dash-review-text {
    max-width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dash-wishlist-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dash-wishlist-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px;
    border-radius: 10px;
    background: var(--bg);
}

.dash-wishlist-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--dark);
    font-size: 14px;
    font-weight: 700;
}

.dash-wishlist-item i {
    color: var(--primary);
}

.dash-wishlist-date {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.dash-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0 16px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.dash-divider::before,
.dash-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--border);
}

.dash-hint {
    margin: -8px 0 16px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 400;
}

.dash-profile-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dash-profile-form .auth-btn {
    margin-top: 8px;
}

/* ─── Auth responsive ─── */

@media (max-width: 640px) {
    .auth-card {
        padding: 28px 20px;
    }

    .dash-tabs {
        gap: 2px;
    }

    .dash-tab {
        padding: 8px 12px;
        font-size: 13px;
    }

    .dash-tab i {
        display: none;
    }

    .dash-panel {
        padding: 20px 16px;
    }

    .dash-section-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .dash-table th:nth-child(4),
    .dash-table td:nth-child(4) {
        display: none;
    }
}

/* ─────────────────────────────────────────────────────
   ADMIN PANEL
   ───────────────────────────────────────────────────── */

.admin-layout {
    display: flex;
    min-height: 100vh;
    background: var(--bg);
}

.admin-sidebar {
    width: 240px;
    height: 100vh;
    background: var(--ink);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    overflow: hidden;
}

.admin-sidebar-brand {
    padding: 24px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-sidebar-brand strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.admin-sidebar-brand small {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-weight: 700;
}

.admin-nav {
    flex: 1;
    min-height: 0;
    padding: 16px 10px 24px 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.08);
    -webkit-overflow-scrolling: touch;
}

.admin-nav::-webkit-scrollbar {
    width: 8px;
}

.admin-nav::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
}

.admin-nav::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.35);
    border-radius: 8px;
}

.admin-nav::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.55);
}

.admin-nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 700;
    transition: background 0.15s, color 0.15s;
}

.admin-nav-link:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.admin-nav-link.is-active {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.admin-nav-link i {
    font-size: 18px;
}

.admin-nav-section {
    display: block;
    margin-top: 4px;
    padding: 16px 14px 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.admin-nav-section:first-child {
    margin-top: 0;
    border-top: none;
}

.admin-sidebar-foot {
    flex-shrink: 0;
    padding: 16px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.admin-user-name {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    font-weight: 700;
}

.admin-logout {
    color: rgba(255, 255, 255, 0.4);
    font-size: 18px;
    transition: color 0.15s;
}

.admin-logout:hover {
    color: #dc2626;
}

.admin-main {
    flex: 1;
    margin-left: 240px;
    padding: 0 0 40px;
    min-height: 100vh;
}

.admin-topbar {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 32px;
    background: #ffffff;
    border-bottom: 1px solid var(--border);
    margin-bottom: 24px;
}

.admin-menu-toggle {
    display: none;
    width: 36px;
    height: 36px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #ffffff;
    color: var(--dark);
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.admin-page-title {
    margin: 0;
    flex: 1;
    color: var(--ink);
    font-size: 20px;
    font-weight: 700;
}

.admin-topbar-site {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 8px;
    background: var(--bg);
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    transition: background 0.15s, color 0.15s;
}

.admin-topbar-site:hover {
    background: var(--ink);
    color: #ffffff;
}

.admin-alert {
    margin: 0 32px 20px;
    padding: 12px 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
}

.admin-alert--success {
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

.admin-alert--error {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

.admin-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 0 32px;
    margin-bottom: 24px;
}

.admin-stat-card {
    padding: 20px;
    border-radius: 14px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 2px 8px rgba(17, 24, 39, 0.04);
}

.admin-stat-num {
    display: block;
    color: var(--ink);
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.admin-stat-label {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.admin-card {
    margin: 0 32px 24px;
    padding: 28px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(17, 24, 39, 0.04);
}

.admin-card-title {
    margin: 0 0 6px;
    color: var(--ink);
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.admin-card-title i {
    color: var(--primary);
}

.admin-card-desc {
    margin: 0 0 20px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
}

.admin-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.admin-form-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.admin-sync-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: 2px dashed var(--primary);
    border-radius: 12px;
    background: rgba(217, 48, 37, 0.04);
    color: var(--primary);
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.admin-sync-btn:hover {
    background: var(--primary);
    color: #ffffff;
    border-style: solid;
}

.admin-sync-status {
    margin-top: 20px;
    padding: 16px;
    border-radius: 10px;
    background: var(--bg);
}

.admin-sync-status p {
    margin: 0 0 8px;
    color: var(--dark);
    font-size: 14px;
    font-weight: 700;
}

.admin-sync-channel {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    color: var(--dark);
    font-size: 14px;
    font-weight: 700;
}

.admin-sync-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.admin-sync-dot--synced { background: #16a34a; }
.admin-sync-dot--error { background: #dc2626; }
.admin-sync-dot--skipped { background: #d97706; }

.admin-sync-dates {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--border);
}

.admin-date-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.admin-date-tag {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid var(--border);
    color: var(--dark);
    font-size: 12px;
    font-weight: 700;
}

.admin-pricing-legend,
.admin-calendar-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 18px;
}

.admin-legend-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.admin-legend-dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    display: inline-block;
}

.admin-calendar-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 0 32px 24px;
}

.admin-calendar-stat {
    padding: 16px 18px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(17, 24, 39, 0.04);
}

.admin-calendar-stat span {
    display: block;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.admin-calendar-stat strong {
    display: block;
    margin-top: 5px;
    color: var(--ink);
    font-size: 22px;
    line-height: 1.1;
}

.admin-calendar-action-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.admin-calendar-action-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--soft);
}

.admin-calendar-action-card h3 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 800;
}

.admin-calendar-action-card h3 i {
    color: var(--primary);
    font-size: 18px;
}

.admin-calendar-action-card label {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.admin-calendar-action-card input {
    width: 100%;
    min-height: 38px;
    padding: 9px 10px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #ffffff;
    color: var(--dark);
    font-size: 13px;
    font-weight: 700;
}

.admin-calendar-action-card p {
    margin: 0;
    min-height: 38px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.45;
}

.admin-calendar-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.admin-calendar-btn {
    min-height: 40px;
    border: 0;
    border-radius: 9px;
    background: var(--primary);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.admin-calendar-btn--green {
    background: #16a34a;
}

.admin-calendar-btn--muted {
    background: var(--ink);
}

.admin-calendar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.admin-calendar-head .admin-card-desc {
    margin-bottom: 0;
}

.admin-calendar-nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 94px;
    padding: 9px 12px;
    border: 1px solid var(--border);
    border-radius: 9px;
    background: #ffffff;
    color: var(--dark);
    font-size: 13px;
    font-weight: 800;
}

.admin-calendar-nav-btn:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.admin-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
}

.admin-calendar-weekday {
    padding: 0 4px 4px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.admin-calendar-blank {
    min-height: 118px;
}

.admin-calendar-day {
    min-height: 118px;
    padding: 10px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.admin-calendar-day-num {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--soft);
    color: var(--ink);
    font-size: 13px;
    font-weight: 900;
}

.admin-calendar-day-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.admin-calendar-day-body strong {
    color: var(--ink);
    font-size: 12px;
}

.admin-calendar-day-body small {
    color: var(--muted);
    font-size: 11px;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.admin-calendar-pill {
    align-self: flex-start;
    padding: 3px 7px;
    border-radius: 6px;
    background: var(--soft);
    color: var(--muted);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.admin-calendar-day.is-blocked {
    border-color: #fed7aa;
    background: #fffbeb;
}

.admin-calendar-day.is-website .admin-calendar-day-num,
.admin-calendar-day.is-website .admin-calendar-pill {
    background: #f59e0b;
    color: #ffffff;
}

.admin-calendar-day.is-manual {
    border-color: #ddd6fe;
    background: #f5f3ff;
}

.admin-calendar-day.is-manual .admin-calendar-day-num,
.admin-calendar-day.is-manual .admin-calendar-pill {
    background: #7c3aed;
    color: #ffffff;
}

.admin-calendar-day.is-airbnb {
    border-color: #fecaca;
    background: #fef2f2;
}

.admin-calendar-day.is-airbnb .admin-calendar-day-num,
.admin-calendar-day.is-airbnb .admin-calendar-pill {
    background: #dc2626;
    color: #ffffff;
}

.admin-calendar-day.is-booking {
    border-color: #bfdbfe;
    background: #eff6ff;
}

.admin-calendar-day.is-booking .admin-calendar-day-num,
.admin-calendar-day.is-booking .admin-calendar-pill {
    background: #2563eb;
    color: #ffffff;
}

.admin-calendar-day.is-unblocked {
    border-color: #bbf7d0;
    background: #f0fdf4;
}

.admin-calendar-day.is-unblocked .admin-calendar-day-num,
.admin-calendar-day.is-unblocked .admin-calendar-pill {
    background: #16a34a;
    color: #ffffff;
}

.admin-calendar-mini-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    min-height: 30px;
    padding: 5px 7px;
    border: 0;
    border-radius: 7px;
    background: #16a34a;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
}

.admin-calendar-mini-btn--muted {
    background: var(--ink);
}

.admin-calendar-mini-btn--outline {
    border: 1px solid var(--border);
    background: #ffffff;
    color: var(--dark);
}

.admin-empty {
    text-align: center;
    padding: 40px;
    color: var(--muted);
    font-size: 15px;
    font-weight: 700;
}

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

.admin-table {
    width: 100%;
    border-collapse: collapse;
}

.admin-table th {
    text-align: left;
    padding: 10px 14px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border-bottom: 1px solid var(--border);
}

.admin-table td {
    padding: 12px 14px;
    color: var(--dark);
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid var(--border);
}

.admin-table tr:last-child td {
    border-bottom: none;
}

@media (max-width: 900px) {
    .admin-sidebar {
        transform: translateX(-100%);
        transition: transform 0.25s;
    }
    .admin-sidebar.is-open {
        transform: translateX(0);
    }
    .admin-main {
        margin-left: 0;
    }
    .admin-menu-toggle {
        display: flex;
    }
    .admin-topbar {
        padding: 12px 16px;
    }
    .admin-card, .admin-alert, .admin-stats-grid {
        margin-left: 16px;
        margin-right: 16px;
    }
    .admin-calendar-summary {
        grid-template-columns: repeat(2, 1fr);
        margin-left: 16px;
        margin-right: 16px;
    }
    .admin-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .admin-form-grid {
        grid-template-columns: 1fr;
    }
    .admin-calendar-action-grid {
        grid-template-columns: 1fr;
    }
    .admin-calendar-head {
        align-items: stretch;
    }
    .admin-calendar-head > div {
        flex: 1;
    }
    .admin-topbar-site {
        display: none;
    }
}

@media (max-width: 720px) {
    .admin-calendar-summary {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .admin-calendar-mini-grid {
        grid-template-columns: 1fr;
    }

    .admin-calendar-head {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .admin-calendar-head > div {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .admin-calendar-nav-btn {
        min-width: 0;
    }

    .admin-calendar-grid {
        display: block;
    }

    .admin-calendar-weekday,
    .admin-calendar-blank {
        display: none;
    }

    .admin-calendar-day {
        min-height: 0;
        margin-bottom: 8px;
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr);
        align-items: start;
    }

    .admin-calendar-day-num {
        width: 36px;
        height: 36px;
    }

    .admin-calendar-day-body {
        gap: 7px;
    }
}

/* ===== Transfer Page ===== */
.tf-hero {
    padding: 80px 24px 48px;
    text-align: center;
    background: linear-gradient(135deg, var(--ink) 0%, #2d1b4e 100%);
    color: #fff;
}
.tf-hero-inner {
    max-width: 700px;
    margin: 0 auto;
}
.tf-hero .section-tag {
    display: inline-block;
    padding: 4px 16px;
    border-radius: 20px;
    background: rgba(255,255,255,0.15);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.tf-hero-title {
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 700;
    margin: 0 0 12px;
}
.tf-hero-subtitle {
    font-size: 16px;
    opacity: 0.85;
    margin: 0 0 24px;
    line-height: 1.6;
}
.tf-hero-highlights {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}
.tf-hero-highlights span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
}
.tf-hero-highlights i {
    font-size: 18px;
}
.tf-main {
    padding: 0 24px 60px;
}
.tf-routes {
    max-width: 900px;
    margin: -40px auto 48px;
    position: relative;
    z-index: 1;
}
.tf-routes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.tf-route-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    text-align: center;
}
.tf-route-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: var(--accent-bg, #f3e8ff);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.tf-route-icon i {
    font-size: 26px;
    color: var(--accent, #7c3aed);
}
.tf-route-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    color: var(--ink);
}
.tf-route-desc {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.6;
    margin: 0 0 20px;
}
.tf-route-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 24px;
    border-radius: 10px;
    background: var(--accent, #7c3aed);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}
.tf-route-cta:hover {
    background: var(--accent-hover, #6d28d9);
    transform: translateY(-1px);
}
.tf-features {
    max-width: 900px;
    margin: 0 auto 48px;
    text-align: center;
}
.tf-section-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 28px;
    color: var(--ink);
}
.tf-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.tf-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 16px;
    border-radius: 12px;
    background: var(--card-bg, #fafafa);
}
.tf-feature i {
    font-size: 28px;
    color: var(--accent, #7c3aed);
}
.tf-feature span {
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
}
.tf-services {
    max-width: 900px;
    margin: 0 auto 48px;
}
.tf-services .tf-section-title {
    text-align: center;
}
.tf-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}
.tf-service-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.tf-service-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.tf-service-body {
    padding: 20px 24px 24px;
}
.tf-service-name {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 6px;
    color: var(--ink);
}
.tf-service-desc {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.5;
    margin: 0 0 14px;
}
.tf-service-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 16px;
}
.tf-service-price strong {
    font-size: 22px;
    color: var(--ink);
}
.tf-service-price span {
    font-size: 13px;
    color: var(--muted);
}
.tf-service-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 24px;
    border-radius: 10px;
    background: var(--accent, #7c3aed);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}
.tf-service-cta:hover {
    background: var(--accent-hover, #6d28d9);
    transform: translateY(-1px);
}
.tf-vehicles {
    max-width: 900px;
    margin: 0 auto 48px;
}
.tf-vehicles-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.tf-vehicle-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 16px;
}

@media (max-width: 768px) {
    .tf-routes-grid {
        grid-template-columns: 1fr;
    }
    .tf-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .tf-vehicles-inner {
        grid-template-columns: 1fr;
    }
    .tf-hero-highlights {
        gap: 16px;
    }
}
@media (max-width: 480px) {
    .tf-features-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== TRANSFER BOOKING SECTION ===== */

.tf-booking {
    padding: 40px 0 60px;
    background: #f9fafb;
}

.tf-booking-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}

.tf-booking-form {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.tf-booking-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 12px;
    margin-bottom: 24px;
}

.tf-field {
    position: relative;
}

.tf-field label {
    position: absolute;
    top: 12px;
    left: 14px;
    z-index: 2;
    color: var(--muted);
    font-size: 16px;
    pointer-events: none;
}

.tf-field select,
.tf-field input {
    width: 100%;
    padding: 12px 14px 12px 42px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
    background: #fff;
    outline: none;
    transition: border-color 160ms ease;
    box-sizing: border-box;
    font-family: inherit;
    appearance: none;
}

.tf-field select:focus,
.tf-field input:focus {
    border-color: var(--rose);
    box-shadow: 0 0 0 3px rgba(236, 0, 103, 0.08);
}

.tf-vehicles {
    margin-bottom: 24px;
}

.tf-vehicles h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--ink);
    margin: 0 0 12px;
}

.tf-vehicles-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}

.tf-vehicle-card {
    display: flex;
    flex-direction: column;
    padding: 16px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    cursor: pointer;
    transition: border-color 160ms ease, background 160ms ease;
}

.tf-vehicle-card:hover {
    border-color: #d1d5db;
}

.tf-vehicle-card.is-selected {
    border-color: var(--rose);
    background: #fff6fa;
}

.tf-vehicle-card input[type="radio"] {
    display: none;
}

.tf-vehicle-info {
    flex: 1;
}

.tf-vehicle-info strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 4px;
}

.tf-vehicle-info span {
    font-size: 13px;
    color: var(--muted);
    font-weight: 600;
}

.tf-vehicle-price {
    display: block;
    margin-top: 12px;
    font-size: 18px;
    font-weight: 800;
    color: var(--rose);
}

.tf-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 16px;
    border: 0;
    border-radius: 12px;
    background: var(--rose);
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: background 160ms ease, transform 100ms ease;
}

.tf-submit-btn:hover {
    background: var(--dark);
    transform: translateY(-1px);
}

.tf-submit-btn i {
    font-size: 20px;
}

@media (max-width: 768px) {
    .tf-booking-grid {
        grid-template-columns: 1fr 1fr;
    }
    .tf-vehicles-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .tf-booking-grid {
        grid-template-columns: 1fr;
    }
    .tf-booking-form {
        padding: 20px;
    }
}

/* Transfer Calendar */
.tf-field-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
    transition: border-color 160ms ease;
}
.tf-field-card:hover { border-color: var(--rose); }
.tf-field-card strong { color: var(--muted); font-weight: 600; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 140px; }
.tf-field-card i { color: var(--muted); font-size: 18px; }
.tf-calendar {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
    padding: 16px;
    min-width: 300px;
    margin-top: 6px;
}
.tf-calendar-inner { position: relative; }
.tf-calendar-close {
    display: none;
}
.tf-calendar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.tf-calendar-nav {
    background: none;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 6px 10px;
    cursor: pointer;
    font-size: 16px;
    color: var(--ink);
}
.tf-calendar-nav:hover { background: #f5f5f7; }
.tf-calendar-title { font-size: 15px; font-weight: 700; }
.tf-calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    text-align: center;
    margin-bottom: 4px;
}
.tf-calendar-weekdays span {
    font-size: 11px;
    font-weight: 700;
    color: #999;
    padding: 4px 0;
}
.tf-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}
.tf-calendar-days button {
    width: 100%;
    aspect-ratio: 1;
    border: none;
    border-radius: 8px;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    cursor: pointer;
    transition: background 120ms;
}
.tf-calendar-days button:hover:not(:disabled) { background: #f3e8ff; }
.tf-calendar-days button:disabled { color: #ccc; cursor: default; }
.tf-calendar-days button.is-today { background: var(--ink); color: #fff; border-radius: 50%; }
.tf-calendar-days button.is-checkin { background: var(--rose, #ec0067); color: #fff; border-radius: 50%; }
.tf-calendar-days button.is-past { color: #ddd; }

/* Cookie Consent */
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #1a1a2e;
    color: #fff;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 -4px 24px rgba(0,0,0,0.2);
    transform: translateY(100%);
    transition: transform 0.4s ease;
}
.cookie-consent.is-visible {
    transform: translateY(0);
}
.cookie-consent-text {
    flex: 1;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
}
.cookie-consent-text a {
    color: #f59e0b;
    text-decoration: underline;
}
.cookie-consent-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}
.cookie-btn {
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    white-space: nowrap;
}
.cookie-btn-accept {
    background: #16a34a;
    color: #fff;
}
.cookie-btn-accept:hover { background: #15803d; }
.cookie-btn-decline {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
}
.cookie-btn-decline:hover { background: rgba(255,255,255,0.2); }
@media (max-width: 640px) {
    .cookie-consent {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        padding: 16px;
    }
    .cookie-consent-actions { justify-content: stretch; }
    .cookie-btn { flex: 1; text-align: center; }
}

/* =============================================
   SUPPORT / CONTACT PAGE
   ============================================= */

.sp-page {
    min-height: calc(100vh - 88px);
    background: #fafafa;
    padding: 48px 24px 80px;
}

.sp-container {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 48px;
    align-items: start;
}

/* Main content */

.sp-main {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
}

.sp-heading {
    padding: 32px 32px 0;
}

.sp-heading h1 {
    margin: 0 0 4px;
    color: var(--ink);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.sp-heading p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
}

/* Success */

.sp-success {
    padding: 48px 32px;
    text-align: center;
}

.sp-success h3 {
    margin: 0 0 6px;
    color: var(--ink);
    font-size: 18px;
    font-weight: 700;
}

.sp-success > p {
    margin: 0 0 24px;
    color: var(--muted);
    font-size: 14px;
}

.sp-ticket-id {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 14px 28px;
    border: 1px dashed var(--border);
    border-radius: 8px;
    background: var(--soft);
}

.sp-ticket-id span {
    font-size: 11px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.sp-ticket-id strong {
    font-size: 20px;
    color: var(--ink);
    font-weight: 700;
    letter-spacing: 1px;
}

/* Error */

.sp-error {
    margin: 16px 32px 0;
    padding: 12px 16px;
    border: 1px solid #fecaca;
    border-radius: 8px;
    color: #dc2626;
    background: #fef2f2;
    font-size: 13px;
    font-weight: 600;
}

/* Form */

.sp-form {
    padding: 24px 32px 32px;
}

.sp-form-group {
    margin-bottom: 24px;
}

.sp-form-group:last-of-type {
    margin-bottom: 0;
}

.sp-form-group h4 {
    margin: 0 0 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border);
    color: var(--ink);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.sp-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}

.sp-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 14px;
}

.sp-form-row .sp-field {
    margin-bottom: 0;
}

.sp-field label {
    font-size: 13px;
    font-weight: 600;
    color: var(--dark);
}

.sp-field input,
.sp-field select,
.sp-field textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    color: var(--dark);
    background: #fff;
    transition: border-color 150ms;
}

.sp-field input:hover,
.sp-field select:hover,
.sp-field textarea:hover {
    border-color: #c4c4c8;
}

.sp-field input:focus,
.sp-field select:focus,
.sp-field textarea:focus {
    outline: none;
    border-color: var(--dark);
}

.sp-field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 32px;
    -webkit-appearance: none;
    appearance: none;
}

.sp-field textarea {
    resize: vertical;
    min-height: 110px;
    line-height: 1.5;
}

.sp-form-captcha {
    margin-bottom: 16px;
}

.sp-submit {
    width: 100%;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    background: var(--ink);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background 150ms;
}

.sp-submit:hover {
    background: #2a2035;
}

/* =============================================
   SIDEBAR
   ============================================= */

.sp-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 108px;
}

.sp-sidebar h3 {
    margin: 0 0 4px;
    color: var(--ink);
    font-size: 15px;
    font-weight: 700;
}

.sp-sidebar p {
    margin: 0 0 16px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
}

/* Contact list */

.sp-contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sp-contact-list li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.sp-contact-list li:last-child {
    border-bottom: none;
}

.sp-contact-list strong {
    font-size: 11px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 700;
}

.sp-contact-list a,
.sp-contact-list span {
    font-size: 14px;
    color: var(--ink);
    font-weight: 600;
    text-decoration: none;
    word-break: break-all;
}

.sp-contact-list a:hover {
    text-decoration: underline;
}

/* Social */

.sp-social {
    display: flex;
    gap: 6px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--border);
}

.sp-social a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 6px;
    color: var(--muted);
    font-size: 15px;
    text-decoration: none;
    transition: color 150ms, border-color 150ms;
}

.sp-social a:hover {
    color: var(--ink);
    border-color: #c4c4c8;
}

/* Map */

.sp-map-block {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 20px;
}

.sp-map {
    margin: 12px 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--border);
}

.sp-map iframe {
    display: block;
    width: 100%;
    height: 180px;
    border: 0;
}

.sp-map-link {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    text-decoration: none;
}

.sp-map-link:hover {
    text-decoration: underline;
}

/* Hours */

.sp-hours {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.sp-hours div {
    padding: 10px;
    border: 1px solid var(--border);
    border-radius: 8px;
    text-align: center;
}

.sp-hours strong {
    display: block;
    font-size: 12px;
    color: var(--ink);
    font-weight: 700;
}

.sp-hours span {
    font-size: 12px;
    color: var(--muted);
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 960px) {
    .sp-container {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .sp-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .sp-sidebar > :last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .sp-page {
        padding: 16px 14px 48px;
    }
    .sp-heading {
        padding: 24px 20px 0;
    }
    .sp-heading h1 {
        font-size: 20px;
    }
    .sp-form {
        padding: 20px;
    }
    .sp-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .sp-error {
        margin: 12px 20px 0;
    }
    .sp-success {
        padding: 32px 20px;
    }
    .sp-sidebar {
        grid-template-columns: 1fr;
    }
}
