:root {
    --bg: #f2f4f7;
    --primary: #101f34;
    --secondary: #1d2d3e;
    --accent: #d1b075;
    --header-h: 78px;
}

html {
    overflow-x: clip;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Prompt', 'Sarabun', sans-serif;
    position: relative;
    background-color: var(--bg);
    background-image:
        linear-gradient(120deg, rgba(255,255,255,0.6), rgba(238,241,245,0.9)),
        radial-gradient(circle at 25% 25%, rgba(16,31,52,0.05), transparent 55%),
        radial-gradient(circle at 75% 40%, rgba(16,31,52,0.03), transparent 50%);
    background-blend-mode: soft-light;
    color: #111a28;
    line-height: 1.7;
    overflow-x: clip;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: radial-gradient(rgba(0, 0, 0, 0.06) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: 0.18;
    pointer-events: none !important;
    z-index: -1;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    top: env(safe-area-inset-top, 0px);
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 15px 30px rgba(15, 23, 42, 0.05);
    backdrop-filter: blur(10px);
    min-height: var(--header-h);
    transition: box-shadow 0.2s ease, background 0.2s ease;
}

.site-header.is-stuck {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

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

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    gap: 1rem;
}

.nav-toggle {
    display: none;
}

.brand {
    letter-spacing: 0.35em;
    font-weight: 600;
    font-size: 1rem;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    font-size: 0.95rem;
}

.nav-links a {
    text-decoration: none;
    color: #0f172a;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.72rem 1.6rem;
    border-radius: 2.5rem;
    font-weight: 600;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-primary {
    background: linear-gradient(135deg, #d8b97a, #caa461);
    color: #2f1f0c;
    box-shadow: 0 15px 32px rgba(202, 164, 97, 0.35);
    border: 1px solid rgba(202, 164, 97, 0.4);
}

.btn-primary:hover {
    box-shadow: 0 18px 36px rgba(202, 164, 97, 0.4);
    transform: translateY(-2px);
}

.btn-outline {
    border-color: rgba(16, 31, 52, 0.3);
    color: var(--primary);
    background: rgba(16, 31, 52, 0.08);
}

.btn-outline:hover {
    background: rgba(16, 31, 52, 0.15);
    transform: translateY(-2px);
}

.btn-soft {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(8px);
}

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

.btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.hero {
    position: relative;
    height: calc(var(--vh, 1vh) * 100);
    min-height: 100vh;
    min-height: 100svh;
    width: 100%;
    border-radius: 0 0 2rem 2rem;
    overflow: hidden;
    background-color: #f4f6fa;
}

.hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-width: none;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(7, 18, 29, 0.38), rgba(7, 18, 29, 0.15));
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2rem;
    height: 3rem;
    background: linear-gradient(180deg, rgba(16, 31, 52, 0.12), transparent 35%), linear-gradient(180deg, transparent 0%, var(--bg) 75%);
    pointer-events: none;
}

@media (max-width: 768px) {
    .hero {
        height: calc(var(--vh, 1vh) * 100);
        min-height: 100vh;
        min-height: 100svh;
    }
}

.card {
    background: #fff;
    border-radius: 1.25rem;
    padding: 1.75rem;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.07);
}

.discount-card {
    background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.badge {
    display: inline-flex;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    background: rgba(31, 46, 61, 0.08);
    color: var(--primary);
    letter-spacing: 0.15em;
    font-size: 0.85rem;
    font-weight: 600;
}

.section {
    padding: 5rem 0;
}

.section-heading {
    font-size: 2.25rem;
    margin: 0.25rem 0 0.5rem;
    color: #0f172a;
}

.muted {
    color: #64748b;
}

.grid {
    display: grid;
    gap: 1.5rem;
}

.discount-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
    align-items: start;
}

.discount-steps {
    display: grid;
    gap: 0.75rem;
}

.discount-list {
    margin: 0;
    padding-left: 1.1rem;
    color: #475569;
    line-height: 1.6;
}

.discount-form {
    background: #fff;
    border: 1px solid rgba(16, 31, 52, 0.08);
    border-radius: 1rem;
    padding: 1rem 1.25rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
    display: grid;
    gap: 0.65rem;
}

.discount-upload {
    border: 1px dashed rgba(16, 31, 52, 0.2);
    border-radius: 1rem;
    padding: 0.9rem 1rem;
    background: rgba(16, 31, 52, 0.02);
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.discount-upload input[type="file"] {
    width: 100%;
}

.discount-upload span {
    color: #475569;
    font-size: 0.95rem;
}

.discount-alert {
    padding: 0.75rem 0.9rem;
    border-radius: 0.85rem;
    font-weight: 600;
    background: rgba(16, 31, 52, 0.04);
    color: var(--primary);
    border: 1px solid rgba(16, 31, 52, 0.08);
    min-height: 42px;
}

.discount-alert.is-success {
    background: #ecfdf3;
    color: #166534;
    border-color: rgba(22, 101, 52, 0.35);
}

.discount-alert.is-error {
    background: #fef2f2;
    color: #991b1b;
    border-color: rgba(153, 27, 27, 0.35);
}

/* Discount page polish */
body.discount-page {
    background: linear-gradient(180deg, #f4f6fb 0%, #eef1f7 60%, #ffffff 100%);
}

.discount-page main {
    padding: 3rem 0 4rem;
}

.discount-page .section-heading {
    font-size: clamp(1.9rem, 4vw, 2.3rem);
    margin-bottom: 0.4rem;
}

.discount-page .muted {
    max-width: 680px;
    margin: 0.35rem 0 1.2rem;
}

.discount-page .discount-card {
    max-width: 820px;
    margin: 0 auto;
    border-radius: 1.5rem;
    box-shadow: 0 28px 55px rgba(15, 23, 42, 0.12);
}

.discount-page .discount-form {
    padding: clamp(1.2rem, 3vw, 1.75rem);
    gap: 0.85rem;
    border-radius: 1.25rem;
}

.discount-page .discount-upload {
    border-style: dashed;
    background: rgba(16, 31, 52, 0.03);
}

.discount-page .discount-upload input[type="file"] {
    border: 1px solid rgba(16, 31, 52, 0.12);
    border-radius: 0.75rem;
    padding: 0.8rem 0.9rem;
    background: #fff;
}

.discount-page .discount-alert {
    margin-top: 0.35rem;
}

.discount-page .btn-primary {
    width: 100%;
    justify-content: center;
}

.discount-page .card {
    padding: clamp(1.4rem, 4vw, 2rem);
}

.discount-page .container {
    max-width: 920px;
}

.discount-page .site-header nav {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1.25rem;
}

.discount-page .brand {
    white-space: nowrap;
    letter-spacing: 0.28em;
    line-height: 1.2;
}

.discount-page .nav-links {
    justify-content: center;
    gap: 1.2rem;
}

.discount-page .site-header .btn {
    flex-shrink: 0;
    padding: 0.65rem 1.4rem;
    min-width: 140px;
    text-align: center;
}

.floating-menu {
    position: fixed;
    top: 18px;
    right: 18px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(16, 31, 52, 0.9);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
    text-decoration: none;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    z-index: 20;
}

.floating-menu span {
    width: 18px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
}

.floating-menu:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.22);
    background: rgba(16, 31, 52, 0.96);
}

.facility {
    padding: 0.75rem 0;
    font-weight: 600;
}

.facility-card {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.facility-list {
    width: 100%;
    will-change: height;
    transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.facility-toggle {
    align-self: flex-start;
}

@media (max-width: 768px) {
    .facility-card {
        gap: 0.5rem;
    }
    .facility-card.card {
        padding: 1rem 1.1rem;
        border-radius: 1rem;
    }
    .facility-list {
        gap: 0.6rem;
        overflow: hidden;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .facility-list:not(.is-expanded) .facility:nth-child(n+7) {
        display: none;
    }
    .facility-list .facility {
        padding: 0.35rem 0;
        font-size: 0.95rem;
        line-height: 1.35;
        display: flex;
        align-items: center;
        gap: 0.35rem;
        text-wrap: balance;
    }
    .facility-toggle {
        display: inline-flex;
        width: 100%;
        justify-content: center;
        margin-top: 0.15rem;
        font-size: 0.9rem;
        padding: 0.6rem 0.85rem;
    }
}

@media (min-width: 768px) {
    .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 769px) {
    .facility-toggle {
        display: none;
    }
    .facility-list {
        overflow: visible;
        height: auto !important;
    }
}

form label {
    display: block;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

input,
select,
textarea {
    width: 100%;
    padding: 0.85rem 1rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(31, 46, 61, 0.18);
    font-family: inherit;
    font-size: 16px;
    background: #fdfcf9;
}

textarea {
    min-height: 120px;
    resize: vertical;
}

.gallery img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 1rem;
}

footer {
    padding: 2rem 0;
    text-align: center;
    color: #64748b;
}

/* Booking Step 4 styles – modern, mobile-first */
:root {
    --radius: 22px;
    --shadow: 0 14px 36px rgba(16, 31, 52, 0.12);
    --shadow-soft: 0 10px 26px rgba(16, 31, 52, 0.10);
}

body.booking-page {
    background: #eef1f5;
    color: var(--primary);
}

main,
section.booking-wizard,
.booking-page .container {
    padding-bottom: 60px;
}

.booking-wizard [data-wizard-step] {
    display: none;
}

.booking-wizard [data-wizard-step].is-active {
    display: block;
}

.booking-wizard [data-wizard-step][hidden] {
    display: none !important;
}

.booking-page .wizard-panel {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.booking-page header + .review-card {
    margin-top: 0.5rem;
}

.review-card,
.payment-card,
.price-breakdown,
.qr-card,
.date-summary-card {
    border: none;
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow-soft);
    padding: clamp(18px, 4vw, 24px);
}

.review-card {
    display: grid;
    gap: 1.1rem;
    position: relative;
    overflow: hidden;
}

.review-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 120% 10%, rgba(202, 164, 97, 0.08), transparent 40%),
                radial-gradient(circle at -10% 40%, rgba(16, 31, 52, 0.08), transparent 42%);
    pointer-events: none;
}

.review-card h3,
.payment-card h3 {
    margin: 0 0 0.35rem;
    font-size: clamp(18px, 4vw, 20px);
    font-weight: 800;
    color: var(--primary);
    letter-spacing: -0.02em;
}

.review-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 6px;
}

[data-review-pill-range] {
    display: none;
}

.review-pill {
    background: rgba(16, 31, 52, 0.06);
    border: 1px solid rgba(16, 31, 52, 0.08);
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.review-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.review-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 12px 14px;
    border-radius: 14px;
    background: #f6f8fb;
    border: 1px solid rgba(16, 31, 52, 0.05);
}

.review-list span {
    color: #64748b;
    font-weight: 600;
    font-size: 0.96rem;
}

.review-list strong {
    color: #0f172a;
    font-weight: 800;
    text-align: right;
}

.price-breakdown {
    border: none;
    background: linear-gradient(180deg, #fefefe, #f7f8fb);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
    padding: 16px 18px;
    display: grid;
    gap: 12px;
}

.price-breakdown p {
    margin: 0;
    display: none;
}

.price-breakdown ul {
    display: none;
}

.price-breakdown ul li {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    font-weight: 600;
}

.price-breakdown ul li span:last-child {
    color: #0f172a;
}

.price-total {
    display: none;
}

.payment-card {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    border: 1px solid rgba(16, 31, 52, 0.06);
    box-shadow: var(--shadow);
}

.payment-card h3 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.qr-card {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border-radius: 16px;
    background: #f6f8fb;
    border: 1px dashed rgba(16, 31, 52, 0.08);
}

.qr-card .qr-code {
    width: 120px;
    height: 120px;
    border-radius: 18px;
    background: radial-gradient(circle, rgba(16,31,52,0.12) 40%, transparent 41%),
                repeating-linear-gradient(45deg, rgba(16, 31, 52, 0.12) 0 6px, rgba(16, 31, 52, 0.06) 6px 12px);
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
}

.qr-card .qr-code span {
    display: none;
}

.qr-card .qr-value {
    font-weight: 800;
    color: #0f172a;
    font-size: 1.05rem;
    letter-spacing: 0.02em;
}

.qr-card .qr-label {
    color: #475569;
    font-weight: 600;
    margin: 0 0 2px;
}

.qr-amount {
    font-weight: 700;
    color: var(--primary);
    font-size: 1.05rem;
}

.qr-amount strong {
    font-size: clamp(22px, 5vw, 26px);
    color: #0f172a;
}

.booking-actions,
.actions,
.bottom-bar,
.wizard-actions--sticky {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 0;
    background: linear-gradient(180deg, rgba(242, 244, 247, 0), rgba(242, 244, 247, 0.95));
    backdrop-filter: blur(6px);
    z-index: 10;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}
.wizard-actions--sticky .btn {
    min-height: 52px;
    font-weight: 700;
    border-radius: 14px;
}

.wizard-actions--sticky .btn-primary {
    flex: 1;
}

.btn-primary {
    background: linear-gradient(135deg, #e2c68a, var(--accent));
    color: #2f1f0c;
    border: 1px solid rgba(201, 164, 96, 0.5);
    box-shadow: 0 12px 24px rgba(201, 164, 96, 0.3);
}

.btn-outline {
    background: rgba(16, 31, 52, 0.05);
    color: var(--primary);
    border: 1px solid rgba(16, 31, 52, 0.12);
}
.btn:hover,
button:hover {
    transform: translateY(-1px);
}

details {
    border-radius: 14px;
    border: 1px solid rgba(16, 31, 52, 0.1);
    padding: 10px 12px;
    background: rgba(16, 31, 52, 0.02);
}
details summary {
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}
details summary::-webkit-details-marker {
    display: none;
}

.review-card,
.payment-card,
.price-breakdown,
.qr-card,
.date-summary-card,
.booking-alert {
    font-size: 15px;
}

.split-summary__divider {
    background: rgba(16, 31, 52, 0.1);
}

.booking-page main {
    padding-bottom: 72px;
}

button:focus-visible,
[role="button"]:focus-visible,
input:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

footer {
    margin-top: 20px;
}

@media (max-width: 640px) {
    .review-card,
    .payment-card {
        padding: 14px;
    }
    .discount-grid {
        grid-template-columns: 1fr;
    }
    .review-list li {
        flex-direction: row;
        align-items: baseline;
    }
    .price-total {
        flex-direction: row;
        align-items: center;
    }
    .qr-card {
        flex-direction: column;
        text-align: center;
    }
    .qr-card .qr-code {
        margin: 0 auto;
    }
    .payment-card .btn {
        width: 100%;
    }
    .booking-actions,
    .actions,
    .bottom-bar,
    .wizard-actions--sticky {
        padding: 10px 0;
    }
}

@media (max-width: 768px) {
    .discount-page .site-header nav {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .discount-page .nav-links {
        justify-content: center;
        flex-wrap: wrap;
    }
    .discount-page .site-header .btn {
        width: 100%;
        max-width: 220px;
    }
}

.house-card {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    border: 1px solid rgba(31, 46, 61, 0.12);
}

.stays-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

/* Carousel */
.stays-carousel-wrapper {
    position: relative;
    margin-top: 2rem;
}
.stays-carousel {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 0.5rem 0.5rem;
}
.stays-carousel::-webkit-scrollbar { display: none; }
.stays-carousel .stay-card {
    flex: 0 0 300px;
    scroll-snap-align: start;
}
.stays-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.15);
    background: rgba(255,255,255,0.92);
    font-size: 1.3rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: background 0.2s;
    z-index: 10;
    transform: none;
    user-select: none;
    -webkit-user-select: none;
}
.stays-nav--prev { left: 0.25rem; }
.stays-nav--next { right: 0.25rem; }
.stays-nav:hover { background: #f5f5f5; }
.stays-nav:active { background: #ececec; }
.stay-sublabel {
    font-size: 0.78rem;
    opacity: 0.85;
    margin-top: 0.2rem;
    font-weight: 400;
}
@media (max-width: 640px) {
    .stays-carousel .stay-card {
        flex: 0 0 calc(100vw - 5rem);
        scroll-snap-align: center;
    }
    .stays-carousel {
        padding: 0 2rem 0.5rem;
        scroll-padding: 0 2rem;
    }
}

.stay-card {
    position: relative;
    min-height: 320px;
    border-radius: 1.25rem;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.stay-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 23, 31, 0.12) 0%, rgba(7, 23, 31, 0.7) 100%);
}

.stay-content {
    position: relative;
    z-index: 1;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.75rem;
}

.stay-label {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 0 0.35rem;
}

.stay-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
}

.stay-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.stay-price {
    font-weight: 600;
    letter-spacing: 0.03em;
}

.btn-soft {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(8px);
    padding: 0.55rem 1.25rem;
}

.btn-soft:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: translateY(-2px);
}

.stay-cozy { background-image: url('../img/cozy-cover.jpg'); }
.stay-vibe { background-image: url('../img/Vibe-01.jpg'); }
.stay-spa { background-image: url('../img/Spa-01.jpg'); }
.stay-all { background-image: none; }
.stay-cozy-vibe { background-image: none; }
.stay-three { background-image: none; }

.stay-slideshow {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.stay-slideshow .slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s ease;
}
.stay-slideshow .slide.active {
    opacity: 1;
}

.stay-details {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.details-toggle {
    border: none;
    background: rgba(16, 31, 52, 0.08);
    color: var(--primary);
    font-weight: 600;
    padding: 0.85rem 1.25rem;
    border-radius: 999px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.details-toggle:hover {
    background: rgba(16, 31, 52, 0.15);
    transform: translateY(-1px);
}

.details-toggle[aria-expanded="true"] .details-toggle__icon {
    transform: rotate(45deg);
}

.details-toggle__icon {
    transition: transform 0.2s ease;
    font-size: 1.5rem;
    line-height: 1;
}

.details-panel[hidden] {
    display: none;
}

.details-title {
    margin: 0;
    font-size: 1.45rem;
    color: #0f172a;
}

.details-list {
    list-style: '• ';
    padding-left: 1.1rem;
    margin: 0;
    color: #475569;
}

.details-pricing {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1rem;
}

.price-block {
    background: rgba(16, 31, 52, 0.04);
    border-radius: 1rem;
    padding: 1rem 1.25rem;
}

.price-label {
    margin: 0 0 0.5rem;
    font-weight: 600;
    color: var(--primary);
}

.price-block ul {
    margin: 0;
    padding-left: 1.1rem;
    color: #334155;
}

.price-note {
    margin: 0.75rem 0 0;
    font-size: 0.95rem;
    color: #475569;
}

.capacity-accordion {
    margin: 0 0 0.75rem;
}

.capacity-accordion summary {
    cursor: pointer;
    list-style: none;
}

.capacity-accordion[open] summary {
    background: rgba(16, 31, 52, 0.08);
}

.capacity-accordion summary::-webkit-details-marker {
    display: none;
}

.capacity-accordion .details-list {
    margin-top: 0.5rem;
}

.details-panel {
    overflow: hidden;
    transition: height 0.28s ease;
}

.pill-toggle {
    font-weight: 700;
    color: var(--primary);
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    background: rgba(16, 31, 52, 0.05);
    border: 1px solid rgba(16, 31, 52, 0.08);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.pill-toggle::after {
    content: '⌄';
    font-size: 0.95rem;
    color: var(--primary);
    transition: transform 0.15s ease;
}

.capacity-accordion[open] .pill-toggle {
    background: rgba(16, 31, 52, 0.1);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

.capacity-accordion[open] .pill-toggle::after {
    transform: rotate(180deg);
}

.pricing-clean {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1rem;
    padding: 1rem 1.1rem;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.pricing-clean__row {
    background: rgba(16, 31, 52, 0.02);
    border-radius: 0.85rem;
    padding: 0.7rem 0.85rem;
    border: 1px solid rgba(15, 23, 42, 0.05);
}

.pricing-clean__row ul {
    margin: 0.25rem 0 0;
    padding-left: 1rem;
    color: #475569;
}

.pricing-clean__row li {
    margin: 0.1rem 0;
}

.pricing-clean__title {
    margin: 0;
    font-weight: 700;
    color: var(--primary);
}

.pricing-clean__note {
    margin: 0;
    color: #475569;
    font-size: 0.95rem;
}

.price-tiles {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
}

.price-tile {
    background: #f6f7fb;
    border-radius: 1.25rem;
    padding: 1rem 1.2rem;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
}

.price-tile__title {
    margin: 0 0 0.4rem;
    font-weight: 800;
    color: var(--primary);
}

.price-tile__list {
    margin: 0;
    padding-left: 1.1rem;
    color: #334155;
    line-height: 1.6;
}

.price-tile__list li {
    margin: 0.15rem 0;
}

.pill-note {
    background: rgba(16, 31, 52, 0.08);
    color: var(--primary);
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    font-size: 0.9rem;
    display: inline-block;
    margin-left: 0.35rem;
}
.price-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
    box-shadow: none;
}

.mini-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.mini-card__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.mini-card__price {
    margin: 0.1rem 0 0.35rem;
    font-weight: 700;
    color: var(--primary);
}

.mini-card__list {
    margin: 0;
    padding-left: 1rem;
    color: #475569;
    font-size: 0.95rem;
}

.mini-card__list li {
    margin: 0.1rem 0;
}

.mini-card.span-2 {
    grid-column: span 2;
}

.pill-note {
    background: rgba(16, 31, 52, 0.08);
    color: var(--primary);
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    font-size: 0.9rem;
    display: inline-block;
    margin-left: 0.35rem;
}

.stay-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(8, 19, 26, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 2000;
}

.stay-lightbox.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.lightbox-open {
    overflow: hidden;
}

.stay-lightbox__inner {
    position: relative;
    width: min(1280px, calc(100vw - 2rem));
    max-height: calc(100svh - 3rem);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.stay-lightbox__frame {
    position: relative;
    width: 100%;
    background: #0f1f2a;
    border-radius: 1.25rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stay-lightbox__frame img {
    width: 100%;
    height: auto;
    max-height: min(80svh, 720px);
    object-fit: contain;
    display: block;
}

.stay-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    background: rgba(15, 23, 42, 0.55);
    color: #fff;
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 3;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.stay-lightbox__nav:hover {
    background: rgba(15, 23, 42, 0.8);
    box-shadow: 0 12px 28px rgba(5, 10, 20, 0.28);
    transform: translate3d(0, -50%, 0);
}

.stay-lightbox__nav--prev { left: 1rem; }
.stay-lightbox__nav--next { right: 1rem; }

.stay-lightbox__close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: rgba(15, 23, 42, 0.76);
    color: transparent;
    border: 1px solid rgba(255,255,255,0.55);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
    box-shadow: 0 18px 38px rgba(5, 10, 20, 0.35);
    z-index: 4;
    display: grid;
    place-items: center;
    backdrop-filter: blur(10px);
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.stay-lightbox__close::before,
.stay-lightbox__close::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
}

.stay-lightbox__close::before {
    transform: rotate(45deg);
}

.stay-lightbox__close::after {
    transform: rotate(-45deg);
}

.stay-lightbox__close:hover {
    background: rgba(15, 23, 42, 0.92);
    border-color: rgba(255,255,255,0.85);
    box-shadow: 0 20px 44px rgba(5, 10, 20, 0.42);
}

.stay-lightbox__caption {
    margin: 0;
    color: #dbeafe;
    font-weight: 500;
    text-align: center;
}

.timeline {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.timeline-item {
    padding-left: 1.5rem;
    border-left: 2px solid rgba(31,46,61,0.2);
}

.subtle-card {
    background: #fff7ef;
    border-radius: 1rem;
    padding: 1rem 1.25rem;
    border: 1px dashed rgba(244, 201, 162, 0.7);
}

.page-hero {
    min-height: 380px;
    border-radius: 0 0 2rem 2rem;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 4rem 1.5rem;
}

.booking-page .page-hero {
    min-height: 320px;
    padding: 2.75rem 1.5rem 2.5rem;
}

.booking-page .page-hero h1 {
    font-size: 2.5rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
}

.booking-page .page-hero p {
    font-size: 1.05rem;
    max-width: 520px;
    margin: 0.5rem auto 0;
}


.pl-range--hidden {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
    border: none;
    padding: 0;
}

/* Force flatpickr wrapper to fill the card */
.pl-cal .flatpickr-wrapper {
    display: block;
    width: 100%;
}

.pl-cal {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1.25rem;
    padding: 1.25rem 1.25rem 1rem;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 5;
    overflow: visible;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}

.pl-cal::before,
.pl-cal::after {
    content: none !important;
    display: none !important;
}

.pl-cal__top {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.35rem;
}

.pl-cal__icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(16, 31, 52, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.pl-cal__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.4rem;
    gap: 0.5rem;
}

.pl-cal__label {
    font-weight: 600;
    letter-spacing: 0.08em;
    flex: 1;
}

.pl-cal__actions {
    display: flex;
    gap: 0.35rem;
}

.pl-cal__arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(15, 23, 42, 0.15);
    background: #fff;
    font-size: 1.1rem;
    cursor: pointer;
    color: var(--primary);
    transition: background 0.2s ease, transform 0.2s ease;
}

.pl-cal__arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.pl-cal__arrow:not(:disabled):hover {
    background: rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

.pl-cal__dow {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    text-align: center;
    font-size: 0.72rem;
    color: rgba(15, 23, 42, 0.55);
    margin-bottom: 0.35rem;
    letter-spacing: 0.1em;
}

/* ── Modern Calendar Redesign ─────────────────────────── */
.pl-calendar-inline {
    margin-top: 0.75rem;
    overflow: visible;
    width: 100%;
}

.pl-cal .flatpickr-calendar,
.pl-cal .flatpickr-calendar {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: 'Prompt', 'Sarabun', sans-serif;
    color: var(--primary);
    padding: 0 !important;
    background: transparent !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}

.pl-cal .flatpickr-calendar::before,
.pl-cal .flatpickr-calendar::after {
    content: none !important;
}

/* Month header */
.pl-cal .flatpickr-months {
    display: flex;
    align-items: center;
    padding: 0 0.25rem 0.75rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.pl-cal .flatpickr-month {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: auto;
}

.pl-cal .flatpickr-current-month {
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.03em;
    color: var(--primary);
    padding: 0;
    position: static;
    width: auto;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

/* Month select — hide native dropdown arrow, show as plain text */
.pl-cal .flatpickr-current-month select.flatpickr-monthDropdown-months {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    font-size: inherit;
    font-weight: 700;
    font-family: inherit;
    color: inherit;
    padding: 0;
    margin: 0;
    cursor: default;
    pointer-events: none;
}

.pl-cal .flatpickr-current-month .numInputWrapper {
    display: inline-flex;
    align-items: center;
}
.pl-cal .flatpickr-current-month input.cur-year {
    font-size: inherit;
    font-weight: 700;
    color: inherit;
    background: transparent;
    border: none;
    padding: 0;
    width: 4ch;
    pointer-events: none;
    -moz-appearance: textfield;
}
.pl-cal .flatpickr-current-month .arrowUp,
.pl-cal .flatpickr-current-month .arrowDown {
    display: none !important;
}

/* Nav arrows */
.pl-cal .flatpickr-months .flatpickr-prev-month,
.pl-cal .flatpickr-months .flatpickr-next-month {
    position: static !important;
    top: auto !important; left: auto !important; right: auto !important;
    margin: 0 !important;
    width: 40px !important; height: 40px !important;
    min-width: 40px !important; min-height: 40px !important;
    max-width: 40px !important; max-height: 40px !important;
    border-radius: 50%;
    border: 1.5px solid rgba(15, 23, 42, 0.12);
    background: #f8fafc;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    transition: background 0.18s, border-color 0.18s, transform 0.18s;
    box-sizing: border-box;
}

.pl-cal .flatpickr-months .flatpickr-prev-month svg,
.pl-cal .flatpickr-months .flatpickr-next-month svg {
    width: 16px !important;
    height: 16px !important;
}

.pl-cal .flatpickr-months .flatpickr-prev-month:hover,
.pl-cal .flatpickr-months .flatpickr-next-month:hover {
    background: #f1f5f9;
    border-color: rgba(201, 164, 96, 0.5);
    transform: scale(1.08);
}

/* Weekday header */
.pl-cal .flatpickr-weekdays {
    margin: 0.75rem 0 0.4rem;
    background: transparent;
}

.pl-cal .flatpickr-weekdaycontainer {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.3rem;
    justify-items: center;
}

.pl-cal .flatpickr-weekday {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.38);
    font-weight: 600;
    background: transparent;
}

/* Day grid */
.pl-cal .flatpickr-days,
.pl-cal .flatpickr-innerContainer,
.pl-cal .flatpickr-rContainer {
    width: 100% !important;
    max-width: 100% !important;
}

.pl-cal .dayContainer {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.25rem;
    padding: 0 0 0.25rem;
    justify-items: stretch;
}

.pl-cal .flatpickr-day {
    position: relative;
    width: 100% !important;
    max-width: none;
    min-width: 0;
    height: 40px;
    min-height: 0;
    margin: 0 !important;
    border-radius: 12px;
    border: none;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--primary);
    transition: background 0.15s, color 0.15s, transform 0.15s, box-shadow 0.15s;
    display: grid;
    place-items: center;
    line-height: 1;
}

.pl-cal .flatpickr-day:hover:not(.flatpickr-disabled):not(.is-booked) {
    background: #f1f5f9;
    transform: scale(1.06);
}

.pl-cal .flatpickr-day.today:not(.selected):not(.startRange):not(.endRange) {
    background: rgba(201, 164, 96, 0.1);
    color: #a07820;
    font-weight: 700;
    box-shadow: inset 0 0 0 1.5px rgba(201, 164, 96, 0.5);
}

.pl-cal .flatpickr-day.startRange,
.pl-cal .flatpickr-day.endRange,
.pl-cal .flatpickr-day.selected {
    background: linear-gradient(135deg, #ddb95c, #c59840);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(197, 152, 64, 0.38);
    border-radius: 12px;
}

.pl-cal .flatpickr-day.startRange {
    border-radius: 12px 4px 4px 12px;
}

.pl-cal .flatpickr-day.endRange {
    border-radius: 4px 12px 12px 4px;
}

.pl-cal .flatpickr-day.startRange.endRange {
    border-radius: 12px;
}

.pl-cal .flatpickr-day.inRange:not(.startRange):not(.endRange) {
    background: rgba(201, 164, 96, 0.14);
    color: #7a5a10;
    border-radius: 0;
    box-shadow: none;
}

.pl-cal .flatpickr-day.flatpickr-disabled {
    color: rgba(15, 23, 42, 0.2);
    background: transparent;
    cursor: not-allowed;
    font-weight: 400;
}

.pl-cal .flatpickr-day.prevMonthDay,
.pl-cal .flatpickr-day.nextMonthDay {
    color: rgba(15, 23, 42, 0.2);
    background: transparent;
    pointer-events: none;
}

/* Past prev/next month days — always gray, even if booked */
.pl-cal .flatpickr-day.prevMonthDay.is-booked,
.pl-cal .flatpickr-day.nextMonthDay.is-booked {
    background: transparent !important;
    color: rgba(15, 23, 42, 0.2) !important;
    text-decoration: none !important;
    pointer-events: none;
    box-shadow: none !important;
}

/* Booked / unavailable */
.pl-cal .flatpickr-day.is-booked {
    background: #fef2f2 !important;
    color: #ef4444 !important;
    font-weight: 700;
    text-decoration: line-through;
    cursor: not-allowed;
    box-shadow: none !important;
}

.pl-cal .flatpickr-day.is-booked.flatpickr-disabled {
    opacity: 1 !important;
}

.pl-cal .flatpickr-day .pl-booked-dot {
    display: none;
}

/* Start badge */
.pl-cal .flatpickr-day.pl-start {
    box-shadow: 0 0 0 2px rgba(201, 164, 96, 0.45);
}

.pl-cal .flatpickr-day.pl-start::after {
    content: none;
}

@media (max-width: 600px) {
    .pl-cal { padding: 0.85rem 0.85rem; }
    .pl-cal .flatpickr-calendar {
        border-radius: 1.25rem;
        padding: 0.75rem 0.6rem 0.9rem;
    }
    .pl-cal .flatpickr-months {
        padding: 0 0.15rem 0.6rem;
    }
    .pl-cal .flatpickr-months .flatpickr-prev-month,
    .pl-cal .flatpickr-months .flatpickr-next-month {
        width: 34px !important; height: 34px !important;
        min-width: 34px !important; min-height: 34px !important;
        max-width: 34px !important; max-height: 34px !important;
    }
    .pl-cal .flatpickr-current-month {
        font-size: 0.9rem;
    }
    .pl-cal .flatpickr-weekday {
        font-size: 0.62rem;
    }
    .pl-cal .flatpickr-day {
        height: 38px;
        min-height: 0;
        font-size: 0.8rem;
        border-radius: 9px;
    }
    .pl-cal .flatpickr-day.startRange { border-radius: 9px 3px 3px 9px; }
    .pl-cal .flatpickr-day.endRange   { border-radius: 3px 9px 9px 3px; }
    .pl-cal .flatpickr-day.startRange.endRange { border-radius: 9px; }
    .pl-cal .dayContainer { gap: 0.2rem; }
    .pl-cal .flatpickr-weekdaycontainer { gap: 0.2rem; }
}

/* Tablet 600–900px */
@media (min-width: 601px) and (max-width: 900px) {
    .pl-cal { padding: 1.5rem 1.5rem 1.25rem; }
    .pl-cal .flatpickr-day {
        height: 44px;
        min-height: 0;
        font-size: 0.95rem;
        border-radius: 12px;
    }
    .pl-cal .flatpickr-day.startRange { border-radius: 12px 4px 4px 12px; }
    .pl-cal .flatpickr-day.endRange   { border-radius: 4px 12px 12px 4px; }
    .pl-cal .flatpickr-day.startRange.endRange { border-radius: 12px; }
    .pl-cal .dayContainer { gap: 0.45rem; }
    .pl-cal .flatpickr-current-month { font-size: 1.1rem; }
    .pl-cal .flatpickr-months .flatpickr-prev-month,
    .pl-cal .flatpickr-months .flatpickr-next-month {
        width: 44px !important; height: 44px !important;
        min-width: 44px !important; min-height: 44px !important;
        max-width: 44px !important; max-height: 44px !important;
    }
}

/* Desktop 900px+ */
@media (min-width: 901px) {
    .pl-cal { padding: 1.5rem 1.75rem 1.5rem; max-width: 680px; }
    .pl-cal .flatpickr-day {
        min-height: 58px;
        font-size: 1rem;
        border-radius: 14px;
    }
    .pl-cal .flatpickr-day.startRange { border-radius: 14px 5px 5px 14px; }
    .pl-cal .flatpickr-day.endRange   { border-radius: 5px 14px 14px 5px; }
    .pl-cal .flatpickr-day.startRange.endRange { border-radius: 14px; }
    .pl-cal .dayContainer { gap: 0.5rem; padding: 0 0 0.35rem; }
    .pl-cal .flatpickr-weekdaycontainer { gap: 0.5rem; }
    .pl-cal .flatpickr-current-month { font-size: 1.15rem; }
    .pl-cal .flatpickr-months { padding: 0 0.25rem 1rem; }
    .pl-cal .flatpickr-months .flatpickr-prev-month,
    .pl-cal .flatpickr-months .flatpickr-next-month {
        width: 44px !important; height: 44px !important;
        min-width: 44px !important; min-height: 44px !important;
        max-width: 44px !important; max-height: 44px !important;
    }
    .pl-cal .flatpickr-weekday { font-size: 0.78rem; }
}

.pl-cal__note {
    margin-top: 0.75rem;
    color: #94a3b8;
}


.date-summary-card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1.25rem;
    padding: 1rem 1.25rem;
    background: rgba(255,255,255,0.95);
    margin-top: 1.25rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.85rem;
}

.split-summary {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.75rem;
}

.split-summary__item {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.split-summary__label {
    font-size: 0.95rem;
    color: #64748b;
    font-weight: 600;
}

.split-summary__value {
    font-weight: 800;
    color: #0f172a;
}

.split-summary__time {
    font-weight: 700;
    color: #0f172a;
}

.split-summary__divider {
    width: 1px;
    height: 56px;
    background: rgba(15, 23, 42, 0.08);
}

.nights-pill {
    margin-top: 0.6rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(16, 31, 52, 0.06);
    color: #0f172a;
    font-weight: 700;
}

.booking-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.booking-wizard {
    padding-top: 2.5rem;
}

.booking-page .section-heading {
    font-size: 2rem;
}

.wizard-progress {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.wizard-progress__label {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--primary);
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.wizard-progress__bar {
    flex: 1;
    height: 6px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.wizard-progress__bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(135deg, #d9ba79, #c39952);
    transition: width 0.25s ease;
}

.wizard-panel {
    background: #fff;
    border-radius: 1.5rem;
    padding: 1.75rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.04);
    margin-bottom: 1.75rem;
}

.wizard-panel header {
    margin-bottom: 1.25rem;
}

.date-summary {
    margin-top: 1rem;
}

.form-block {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.form-label {
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 0.25rem;
}

.stay-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.85rem;
}

.stay-pill {
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 8px 22px rgba(15, 23, 42, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    cursor: pointer;
    transition: border 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.stay-pill input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.stay-pill__meta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.stay-pill__icon {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: rgba(16, 31, 52, 0.06);
    display: grid;
    place-items: center;
    font-size: 1.1rem;
}

.stay-pill strong {
    display: block;
    font-size: 1rem;
}

.stay-pill small {
    color: #94a3b8;
    font-size: 0.82rem;
}

.stay-pill__capacity {
    font-size: 0.85rem;
    color: rgba(15, 23, 42, 0.7);
    white-space: nowrap;
    font-weight: 600;
}

.stay-pill:has(input:checked) {
    border-color: rgba(202, 164, 97, 0.8);
    background: rgba(202, 164, 97, 0.15);
    box-shadow: 0 12px 28px rgba(202, 164, 97, 0.25);
}

.stay-pill:has(input:checked) .stay-pill__icon {
    background: rgba(202, 164, 97, 0.35);
}

.gap-small {
    gap: 0.8rem;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
}

.field-error {
    color: #b91c1c;
    font-size: 0.82rem;
    min-height: 1em;
    display: block;
    margin-top: 0.1rem;
}

.nights-indicator {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 1.1rem;
    border-radius: 1rem;
    background: rgba(15, 23, 42, 0.04);
    margin-top: 0.75rem;
}

.nights-indicator strong {
    font-size: 1.25rem;
    letter-spacing: 0.08em;
}

.wizard-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
    margin-top: 1.25rem;
}

.wizard-actions--sticky {
    position: sticky;
    bottom: env(safe-area-inset-bottom, 0px);
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 35%, rgba(255, 255, 255, 0.98) 100%);
    padding-top: 1rem;
    z-index: 5;
    flex-direction: column;
    align-items: stretch;
}

.booking-page .wizard-actions--sticky {
    position: static;
    background: none;
    padding-top: 0;
    flex-direction: row;
    align-items: center;
    gap: 0.9rem;
}

.wizard-actions--sticky .btn {
    flex: 1;
}

.wizard-actions .btn {
    min-width: 150px;
}

.btn {
    min-height: 52px;
}

.booking-alert {
    min-height: 24px;
    font-size: 0.95rem;
    color: #b45309;
}

.booking-alert.is-error {
    color: #b91c1c;
}

.booking-alert.is-success {
    color: #047857;
}

/* ── Step 4: Review card ── */
.review-card {
    border-radius: 1.25rem;
    border: 1px solid rgba(15, 23, 42, 0.09);
    background: #fff;
    margin-bottom: 1.25rem;
    overflow: hidden;
    padding: 0;
    box-shadow: none;
    display: block;
    gap: 0;
}
.review-card::after { display: none; }

.review-pill-row { display: none; }
.review-pill { display: none; }

.review-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.review-list li {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    font-size: 0.9rem;
    padding: 0.85rem 1.25rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    background: transparent !important;
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}
.review-list li:last-child { border-bottom: none; }

.review-list li span {
    color: #94a3b8;
    flex-shrink: 0;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.review-list li strong {
    color: #0f172a;
    font-weight: 600;
    text-align: right;
    font-size: 0.92rem;
}

/* Price breakdown */
.price-breakdown {
    background: linear-gradient(135deg, #fffbf2 0%, #fef9ee 100%);
    border-top: 1.5px solid rgba(201, 169, 110, 0.25);
    padding: 1rem 1.25rem 1.25rem;
}

.price-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.85rem;
}

.price-total span {
    font-size: 0.82rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.price-total strong {
    font-size: 2rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.price-deposit-row,
.price-remaining-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.88rem;
    padding: 0.45rem 0;
}

.price-deposit-row {
    border-top: 1px dashed rgba(201, 169, 110, 0.4);
}

.price-deposit-row span { color: #475569; }
.price-deposit {
    background: linear-gradient(135deg, #c9a96e, #a07820);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.05rem;
    font-weight: 700;
}

.price-remaining-row { color: #94a3b8; font-size: 0.82rem; flex-wrap: wrap; gap: 0.25rem; }
.price-remaining-row strong { color: #64748b; font-weight: 600; }
.price-remaining-note {
    width: 100%;
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 0.15rem;
    font-style: italic;
}

/* ── Step 4: Payment card ── */
.payment-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.09);
    border-radius: 1.25rem;
    overflow: hidden;
    margin-bottom: 1.25rem;
    padding: 0;
    box-shadow: none;
    gap: 0;
}

.payment-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    background: #fafafa;
}

.payment-card__title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.payment-card__icon { font-size: 1.4rem; }

.payment-card__title h3 {
    margin: 0;
    font-size: 0.95rem;
    color: #0f172a;
}

.payment-card__amount {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
    color: #c9a96e;
    line-height: 1.2;
}

/* QR section */
.qr-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 1.25rem 1.25rem;
    gap: 0.5rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.qr-canvas-wrap {
    position: relative;
    width: 100%;
    max-width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    overflow: hidden;
    flex-shrink: 0;
    margin-bottom: 0.5rem;
}
.qr-canvas-wrap img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1rem;
}

.qr-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    color: #cbd5e1;
    font-size: 2.5rem;
}
.qr-placeholder small { font-size: 0.7rem; color: #94a3b8; }

#depositQrCanvas { display: none; border-radius: 0.5rem; width: 160px !important; height: 160px !important; }

.qr-label {
    margin: 0;
    font-size: 0.82rem;
    color: #94a3b8;
    letter-spacing: 0.03em;
}

.qr-note {
    margin: 0;
    font-size: 0.85rem;
    color: #64748b;
    text-align: center;
}
.qr-note strong { color: #0f172a; }

/* Slip upload */
.slip-section {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.slip-dropzone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    border: 2px dashed rgba(201, 169, 110, 0.5);
    border-radius: 1rem;
    padding: 1.5rem 1rem;
    background: rgba(201, 169, 110, 0.04);
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    width: 100%;
    text-align: center;
}
.slip-dropzone:hover, .slip-dropzone:focus {
    border-color: #c9a96e;
    background: rgba(201, 169, 110, 0.09);
}

.slip-dropzone__icon { font-size: 1.5rem; }
.slip-dropzone__main { font-size: 0.92rem; font-weight: 600; color: #0f172a; }
.slip-dropzone__sub { font-size: 0.78rem; color: #94a3b8; }

.slip-status {
    font-size: 0.8rem;
    color: #94a3b8;
    text-align: center;
}

.slip-preview-wrap {
    border-radius: 0.75rem;
    overflow: hidden;
    max-height: 220px;
}
.slip-preview { width: 100%; object-fit: cover; display: block; }

/* Legacy classes kept for JS compat */
.qr-card { display: none; }
.qr-label { margin: 0; }
.qr-value { display: none; }
.upload-field { display: flex; flex-direction: column; gap: 0.5rem; }

.tiny-note {
    font-size: 0.8rem;
}

.booking-success {
    border-radius: 1.5rem;
    border: 1px solid rgba(16, 31, 52, 0.08);
    background: #fff;
    padding: 1.75rem;
    text-align: center;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.success-code {
    font-size: 1.2rem;
    margin: 1rem 0;
    color: var(--primary);
}

.gallery-slider {
    position: relative;
    overflow: hidden;
    border-radius: 1.25rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.gallery-track {
    display: flex;
    transition: transform 0.35s ease;
}

.gallery-track img {
    width: 100%;
    flex: 0 0 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.75);
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    transition: background 0.2s ease;
}

.gallery-nav:hover {
    background: rgba(15, 23, 42, 0.9);
}

.gallery-nav--prev { left: 1rem; }
.gallery-nav--next { right: 1rem; }

@media (max-width: 640px) {
    .container {
        padding: 0 1rem;
    }
    .hero {
        position: relative;
        width: 100%;
        min-height: 100vh;
        min-height: 100svh;
        padding: 0;
        margin: 0;
        overflow: hidden;
        display: block;
    }
    .hero-media {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }
    .hero-image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
        max-width: none;
        transform: none;
        box-shadow: none;
    }
    .brand {
        letter-spacing: 0.2em;
        font-size: 0.7rem;
    }
    nav {
        flex-wrap: wrap;
        align-items: center;
        gap: 0.5rem;
        padding: 0.75rem 0;
    }
    .nav-toggle {
        display: inline-flex;
        flex-direction: column;
        gap: 0.25rem;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0.35rem;
        margin-left: auto;
    }
    .nav-toggle span {
        width: 22px;
        height: 2px;
        background: #0f172a;
        display: block;
        border-radius: 999px;
    }
    .nav-links {
        width: 100%;
        flex-direction: column;
        gap: 0.25rem;
        border-top: 1px solid rgba(15, 23, 42, 0.07);
        padding-top: 0.5rem;
        display: none;
    }
    nav.is-open .nav-links {
        display: flex;
    }
    .nav-links a {
        font-size: 0.95rem;
        padding: 0.15rem 0;
    }
    .site-header .btn-primary {
        width: 100%;
        justify-content: center;
        order: 3;
    }
    .hero-content {
        text-align: center;
    }
    .hero-content h1 {
        font-size: 2rem !important;
        line-height: 1.3;
    }
    .hero-content p {
        font-size: 1rem !important;
    }
    .section {
        padding: 3.25rem 0;
    }
    .section-heading {
        font-size: 1.75rem;
    }
    .card {
        padding: 1.4rem;
    }
    .stays-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    .stay-card {
        min-height: 260px;
    }
    .stay-content {
        padding: 1.4rem;
    }
    .stay-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.4rem;
    }
    .btn-soft {
        width: 100%;
        justify-content: center;
    }
    .pl-cal__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.35rem;
    }
    .gallery-slider {
        border-radius: 1rem;
    }
    .gallery-track img {
        height: 260px;
    }
    .gallery-nav {
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
    }
    .stay-lightbox__frame {
        min-height: unset;
    }
    .stay-lightbox__nav {
        width: 42px;
        height: 42px;
    }
    .stay-lightbox__close {
        width: 40px;
        height: 40px;
        top: 0.5rem;
        right: 0.5rem;
    }
}

@media (max-width: 768px) {
    .booking-wizard {
        padding-top: 1.5rem;
    }
    .booking-page .section-heading {
        font-size: 1.6rem;
    }
    .booking-page .page-hero {
        min-height: 240px;
        padding: 1.75rem 1rem 2rem;
    }
    .booking-page .page-hero h1 {
        font-size: 2rem !important;
    }
    .booking-page .page-hero p {
        font-size: 0.95rem !important;
    }
    .wizard-progress {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.35rem;
    }
    .wizard-panel {
        padding: 1.25rem;
    }
    .date-time-grid {
        grid-template-columns: 1fr;
    }
    .stay-options {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }
    .stay-pill {
        padding: 0.65rem 0.9rem;
        border-radius: 1rem;
        flex-wrap: wrap;
    }
    .stay-pill__capacity {
        width: 100%;
        text-align: left;
    }
    .stay-options {
        grid-template-columns: 1fr;
    }
    .qr-card {
        flex-direction: column;
        align-items: flex-start;
    }
    .qr-code {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 480px) {
    .booking-page .wizard-panel,
    .pl-cal,
    .time-picker {
        padding: 0.9rem;
    }
    .time-slot {
        font-size: 0.85rem;
        padding: 0.5rem 0.35rem;
    }
}

@media (min-width: 769px) {
    .wizard-actions--sticky .btn {
        flex: 0 0 auto;
    }
}
.pill-note {
    background: rgba(16, 31, 52, 0.08);
    color: var(--primary);
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    font-size: 0.9rem;
    display: inline-block;
    margin-left: 0.35rem;
}

/* ── Hero Content ── */
.hero-content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-bottom: clamp(3rem, 8vw, 5rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    z-index: 2;
}

.hero::before {
    background: linear-gradient(
        170deg,
        rgba(7, 18, 29, 0.08) 0%,
        rgba(7, 18, 29, 0.55) 60%,
        rgba(7, 18, 29, 0.78) 100%
    ) !important;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    animation: heroFadeUp 0.7s ease both;
}

.hero-title {
    margin: 0;
    font-size: clamp(2.4rem, 6vw, 4rem);
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 20px rgba(0,0,0,0.25);
    animation: heroFadeUp 0.7s 0.1s ease both;
}

.hero-sub {
    margin: 0;
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    color: rgba(255, 255, 255, 0.82);
    max-width: 480px;
    line-height: 1.6;
    animation: heroFadeUp 0.7s 0.2s ease both;
}

.hero-cta {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    animation: heroFadeUp 0.7s 0.3s ease both;
}

.btn-ghost {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(8px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.72rem 1.6rem;
    border-radius: 2.5rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    font-family: inherit;
    font-size: 1rem;
}
.btn-ghost:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.hero-stats {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    border-radius: 1rem;
    padding: 0.75rem 1.25rem;
    animation: heroFadeUp 0.7s 0.4s ease both;
}
.hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
    color: #fff;
}
.hero-stat strong {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    color: var(--accent);
}
.hero-stat span {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.75);
    white-space: nowrap;
}
.hero-stat-divider {
    width: 1px;
    height: 32px;
    background: rgba(255,255,255,0.2);
}

/* ── Hero keyframes ── */
@keyframes heroFadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Scroll Reveal ── */
[data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
[data-reveal].is-visible {
    opacity: 1;
    transform: none;
}
[data-reveal][data-delay="1"] { transition-delay: 0.1s; }
[data-reveal][data-delay="2"] { transition-delay: 0.2s; }
[data-reveal][data-delay="3"] { transition-delay: 0.3s; }
[data-reveal][data-delay="4"] { transition-delay: 0.4s; }

/* ── Stay Card hover zoom ── */
.stay-card {
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.4s ease !important;
}
.stay-card:hover {
    transform: translateY(-6px) scale(1.015);
    box-shadow: 0 32px 64px rgba(7, 18, 29, 0.32);
}
.stay-card:hover::after {
    background: linear-gradient(180deg, rgba(7, 23, 31, 0.06) 0%, rgba(7, 23, 31, 0.52) 100%);
}
.stay-capacity-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(6px);
    border-radius: 999px;
    padding: 0.25rem 0.7rem;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.9);
    margin-top: 0.3rem;
}

/* ── Mobile Hero ── */
@media (max-width: 640px) {
    .hero-title { font-size: clamp(2rem, 10vw, 2.8rem); }
    .hero-stats { gap: 0.85rem; padding: 0.6rem 1rem; }
    .hero-stat strong { font-size: 1.15rem; }
    .hero-sub { display: none; }
}

/* ── Site Footer (shared) ── */
.site-footer {
    background: var(--primary);
    color: rgba(255,255,255,0.75);
    padding: 3rem 0 0;
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-tagline {
    color: rgba(255,255,255,0.55);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-top: 0.65rem;
}
.footer-col {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}
.footer-col-title {
    color: #fff;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}
.footer-col a, .footer-col span {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}
.footer-col a:hover { color: var(--accent); }
.footer-bottom {
    padding: 1.25rem 0;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.35);
}
@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }
    .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
    .footer-grid { grid-template-columns: 1fr; }
}

/* ── Contact List ── */
.contact-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.contact-list li a {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    color: #1e293b;
    font-size: 0.93rem;
    padding: 0.55rem 0.75rem;
    border-radius: 0.75rem;
    transition: background 0.2s;
}
.contact-list li a:hover { background: rgba(16,31,52,0.05); }
.contact-icon { font-size: 1.1rem; flex-shrink: 0; }

/* ── Map ── */
.map-wrap {
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(15,23,42,0.1);
    height: 360px;
}
.map-wrap iframe { display: block; height: 100%; }

/* ── Reviews Carousel ── */
.reviews-section { overflow: hidden; }

.reviews-track-wrap {
    overflow: hidden;
    cursor: grab;
    padding: 0.5rem 0 1.5rem;
}
.reviews-track-wrap:active { cursor: grabbing; }

.reviews-track {
    display: flex;
    gap: 1.25rem;
    width: max-content;
    animation: reviewsScroll 32s linear infinite;
    padding: 0 1.5rem;
}
.reviews-track:hover { animation-play-state: paused; }

@keyframes reviewsScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

.review-card-item {
    background: #fff;
    border-radius: 1.25rem;
    padding: 1.5rem;
    width: 320px;
    flex-shrink: 0;
    box-shadow: 0 8px 30px rgba(15,23,42,0.07);
    border: 1px solid rgba(16,31,52,0.06);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.review-stars {
    color: #f59e0b;
    font-size: 1rem;
    letter-spacing: 0.1em;
}
.review-text {
    color: #334155;
    font-size: 0.9rem;
    line-height: 1.65;
    flex: 1;
    margin: 0;
}
.review-author {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-top: 0.25rem;
}
.review-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.review-author strong {
    display: block;
    font-size: 0.88rem;
    color: #0f172a;
}
.review-author span {
    font-size: 0.75rem;
    color: #94a3b8;
}

/* Blog Review Cards */
.blog-review-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}
.blog-review-card {
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(16,31,52,0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}
.blog-review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(16,31,52,0.13);
}
.blog-review-thumb {
    position: relative;
    aspect-ratio: 9/16;
    overflow: hidden;
    background: var(--primary);
}
.blog-review-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.blog-review-card:hover .blog-review-thumb img {
    transform: scale(1.05);
}
.blog-review-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #fff;
    background: rgba(0,0,0,0.25);
    transition: background 0.2s;
}
.blog-review-card:hover .blog-review-play {
    background: rgba(0,0,0,0.4);
}
.blog-review-body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}
.blog-review-page {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--primary);
}
.blog-review-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    flex-shrink: 0;
}
.blog-review-caption {
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 900px) {
    .blog-review-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .blog-review-grid { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
}

.blog-review-grid--single {
    grid-template-columns: 320px;
    justify-content: center;
}

.fb-embed-grid {
    display: flex;
    justify-content: center;
}
.fb-embed-wrap {
    max-width: 500px;
    width: 100%;
    box-shadow: 0 4px 32px rgba(16,31,52,0.1);
    border-radius: 1.25rem;
    overflow: hidden;
}
.fb-embed-wrap iframe {
    width: 100%;
    display: block;
}

.video-review-label {
    background: var(--primary);
    padding: 0.75rem 1.25rem;
    border-radius: 1.25rem 1.25rem 0 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.video-page-badge {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
}

/* Video + Blog side-by-side layout */
.video-blog-grid {
    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 2.5rem;
    align-items: center;
}
.video-blog-grid .fb-embed-wrap {
    max-width: 100%;
    box-shadow: 0 4px 32px rgba(16,31,52,0.1);
    border-radius: 1.25rem;
    overflow: hidden;
}
.video-blog-grid video {
    max-height: 480px;
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0 0 1.25rem 1.25rem;
}
.video-blog-grid .card {
    align-self: center;
}
@media (max-width: 900px) {
    .video-blog-grid {
        grid-template-columns: 1fr;
    }
    .video-blog-grid video {
        max-height: 360px;
    }
}

/* Price Bar */
.price-bar {
    background: var(--primary);
    padding: 0.75rem 1rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.price-bar__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    max-width: 900px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.price-bar__item {
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
    white-space: nowrap;
}
.price-bar__item strong {
    color: #fff;
    font-weight: 700;
}
.price-bar__item--highlight strong {
    color: var(--accent);
    font-size: 1rem;
}
.price-bar__tag {
    background: var(--accent);
    color: var(--primary);
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.1rem 0.45rem;
    border-radius: 999px;
    vertical-align: middle;
    margin-left: 0.25rem;
}
.price-bar__divider {
    color: rgba(255,255,255,0.3);
}
.price-bar__cta {
    background: var(--accent);
    color: var(--primary);
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0.45rem 1.1rem;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s;
    margin-left: 0.5rem;
}
.price-bar__cta:hover { opacity: 0.85; }

/* ── Chat Widget ─────────────────────────────────── */
#lagoon-chat { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 9999; font-family: 'Prompt', sans-serif; }

.chat-toggle { width: 56px; height: 56px; border-radius: 50%; background: var(--primary); color: #fff; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(16,31,52,0.35); position: relative; transition: transform 0.2s; }
.chat-toggle:hover { transform: scale(1.08); }
.chat-toggle--open svg { display: none; }
.chat-badge { position: absolute; top: -4px; right: -4px; background: var(--accent); color: var(--primary); font-size: 0.6rem; font-weight: 700; padding: 2px 5px; border-radius: 999px; }

.chat-panel { position: absolute; bottom: 70px; right: 0; width: 320px; background: #fff; border-radius: 1.25rem; box-shadow: 0 8px 40px rgba(16,31,52,0.18); display: flex; flex-direction: column; overflow: hidden; opacity: 0; pointer-events: none; transform: translateY(12px) scale(0.97); transition: opacity 0.25s, transform 0.25s; }
.chat-panel--open { opacity: 1; pointer-events: all; transform: translateY(0) scale(1); }

.chat-header { background: var(--primary); color: #fff; padding: 0.9rem 1rem; display: flex; align-items: center; justify-content: space-between; }
.chat-header-info { display: flex; align-items: center; gap: 0.6rem; }
.chat-avatar { font-size: 1.4rem; }
.chat-name { font-size: 0.85rem; font-weight: 600; }
.chat-status { font-size: 0.7rem; color: rgba(255,255,255,0.6); }
.chat-close { background: none; border: none; color: rgba(255,255,255,0.7); cursor: pointer; font-size: 1rem; padding: 0.2rem; line-height: 1; }
.chat-close:hover { color: #fff; }

.chat-messages { flex: 1; overflow-y: auto; padding: 1rem; display: flex; flex-direction: column; gap: 0.6rem; max-height: 320px; }
.chat-msg { display: flex; }
.chat-msg--user { justify-content: flex-end; }
.chat-bubble { max-width: 80%; padding: 0.55rem 0.85rem; border-radius: 1.1rem; font-size: 0.82rem; line-height: 1.5; white-space: pre-wrap; word-break: break-word; }
.chat-msg--bot .chat-bubble { background: #f2f4f7; color: var(--primary); border-bottom-left-radius: 4px; }
.chat-msg--user .chat-bubble { background: var(--primary); color: #fff; border-bottom-right-radius: 4px; }

.chat-typing .chat-bubble { display: flex; align-items: center; gap: 4px; padding: 0.65rem 0.85rem; }
.dot { width: 7px; height: 7px; background: #aaa; border-radius: 50%; animation: dotBounce 1.2s infinite; }
.dot:nth-child(2) { animation-delay: 0.2s; }
.dot:nth-child(3) { animation-delay: 0.4s; }
@keyframes dotBounce { 0%,80%,100% { transform: translateY(0); } 40% { transform: translateY(-6px); } }

.chat-input-wrap { display: flex; align-items: center; gap: 0.5rem; padding: 0.75rem 1rem; border-top: 1px solid #eee; }
.chat-input-wrap input { flex: 1; border: 1px solid #e0e0e0; border-radius: 999px; padding: 0.5rem 0.9rem; font-size: 16px; font-family: inherit; outline: none; }
.chat-input-wrap input:focus { border-color: var(--accent); }
.chat-input-wrap button { width: 36px; height: 36px; border-radius: 50%; background: var(--primary); color: #fff; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.chat-input-wrap button:disabled { opacity: 0.4; cursor: not-allowed; }

@media (max-width: 600px) {
  #lagoon-chat { bottom: 1rem; right: 1rem; }
  .chat-panel {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
    bottom: 0; right: 0; left: 0; top: 0;
    z-index: 10000;
    transform: translateY(100%) scale(1);
  }
  .chat-panel--open {
    transform: translateY(0) scale(1);
  }
  .chat-messages {
    flex: 1;
    max-height: none;
    /* keyboard-aware: fills remaining space between header and input */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .chat-input-wrap {
    /* stick to bottom of safe area */
    padding-bottom: max(0.75rem, env(safe-area-inset-bottom));
  }
}

/* ── Nearby Attractions Card Grid ──────────────────────── */
#isomap-section {
  background: var(--bg);
  padding-top: 5rem;
  padding-bottom: 6rem;
}
.nearby-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.nearby-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(16,31,52,0.08);
  border-radius: 1.25rem;
  text-decoration: none;
  color: var(--primary);
  box-shadow: 0 2px 12px rgba(16,31,52,0.06);
  transition: border-color .2s, transform .2s, box-shadow .2s;
  overflow: hidden;
}
.nearby-card:hover {
  border-color: rgba(209,176,117,0.5);
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(16,31,52,0.12);
}
.nearby-card__img {
  width: 100%;
  height: 170px;
  overflow: hidden;
  flex-shrink: 0;
}
.nearby-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.nearby-card:hover .nearby-card__img img {
  transform: scale(1.05);
}
.nearby-card__info {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding: 1.1rem 1.25rem 1.25rem;
}
.nearby-card__top {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.nearby-card__icon { font-size: 1.4rem; line-height: 1; flex-shrink: 0; }
.nearby-card__name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
}
.nearby-card__desc {
  font-size: .82rem;
  color: #6b7280;
  line-height: 1.5;
}
.nearby-card__meta {
  display: flex;
  align-items: center;
  gap: .65rem;
  flex-wrap: wrap;
  margin-top: .2rem;
}
.nearby-badge {
  font-size: .74rem;
  font-weight: 700;
  padding: .28rem .8rem;
  border-radius: 999px;
  letter-spacing: .02em;
}
.nearby-badge--near { background: #d1fae5; color: #065f46; }
.nearby-badge--mid  { background: #fef3c7; color: #92400e; }
.nearby-badge--far  { background: #fee2e2; color: #991b1b; }
.nearby-card__km { font-size: .8rem; color: #9ca3af; }
@media (max-width: 960px) { .nearby-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .nearby-grid { grid-template-columns: 1fr; gap: 1.25rem; } }

/* ── Isometric Explore Map ──────────────────────── */
.isomap-layout { display:grid; grid-template-columns:1fr 300px; gap:1.75rem; align-items:start; }
.isomap-svg-wrap { border-radius:1.1rem; overflow:hidden; box-shadow:0 8px 40px rgba(0,0,0,0.5), 0 0 0 1px rgba(209,176,117,0.15); }
.isomap-svg-wrap svg { display:block; width:100%; }
.iso-pin { animation:pinFloat 3s ease-in-out infinite; transform-origin:0 5px; }
.iso-pin:nth-child(2n+1) { animation-delay:.8s; }
.iso-pin:nth-child(3n) { animation-delay:1.6s; }
@keyframes pinFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-7px)} }
.iso-pin--active { animation:none; filter:drop-shadow(0 0 8px rgba(255,250,180,.75)); }
.iso-pin--arrived { animation:pinPop .5s ease-out; }
@keyframes pinPop { 0%{transform:scale(1)} 50%{transform:scale(1.65)} 100%{transform:scale(1)} }
.iso-vis-route { transition:stroke-dashoffset 0s, opacity .25s; }
.isomap-buttons { display:flex; flex-direction:column; gap:.5rem; }
.isomap-btn { display:flex; align-items:center; gap:.65rem; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08); border-radius:.75rem; padding:.62rem .85rem; cursor:pointer; text-align:left; transition:background .2s,border-color .2s,transform .15s; }
.isomap-btn:hover { background:rgba(255,255,255,.08); transform:translateX(3px); }
.isomap-btn--active { background:rgba(209,176,117,.1); border-color:rgba(209,176,117,.4); }
.isomap-btn--near.isomap-btn--active { border-color:rgba(46,204,113,.5); background:rgba(46,204,113,.09); }
.isomap-btn--mid.isomap-btn--active  { border-color:rgba(240,192,64,.5); background:rgba(240,192,64,.09); }
.isomap-btn--far.isomap-btn--active  { border-color:rgba(231,76,60,.5); background:rgba(231,76,60,.09); }
.isomap-btn-icon { font-size:1.05rem; flex-shrink:0; }
.isomap-btn-name { flex:1; font-size:.82rem; color:rgba(255,255,255,.85); font-weight:500; }
.isomap-btn-time { font-size:.7rem; color:rgba(255,255,255,.38); white-space:nowrap; }
.isomap-card { background:rgba(255,255,255,.05); border:1px solid rgba(209,176,117,.2); border-radius:1rem; padding:.95rem 1rem; margin-top:.7rem; }
.imc-top { display:flex; align-items:center; gap:.7rem; margin-bottom:.8rem; }
.imc-icon { font-size:1.55rem; flex-shrink:0; }
.imc-name { font-size:.93rem; font-weight:600; color:#d1b075; }
.imc-desc { font-size:.73rem; color:rgba(255,255,255,.45); margin-top:.12rem; }
.imc-badge { margin-left:auto; font-size:.66rem; font-weight:600; padding:.18rem .5rem; border-radius:999px; white-space:nowrap; }
.imc-stats { display:flex; align-items:center; gap:1rem; }
.imc-stat { display:flex; flex-direction:column; }
.imc-val { font-size:.95rem; font-weight:600; color:#fff; }
.imc-lbl { font-size:.66rem; color:rgba(255,255,255,.38); margin-top:.1rem; }
.imc-divider { width:1px; height:34px; background:rgba(255,255,255,.1); }
.isomap-hint { color:rgba(255,255,255,.28); font-size:.75rem; text-align:center; margin-top:.9rem; }
@media (max-width:900px) {
  .isomap-layout { grid-template-columns:1fr; }
  .isomap-buttons { flex-direction:row; flex-wrap:wrap; }
  .isomap-btn { flex:1 1 calc(50% - .28rem); }
}
@media (max-width:500px) {
  .isomap-svg-wrap { display:none; }
  .isomap-btn { flex:1 1 100%; }
}

/* ── Language Switcher ────────────────────────────────────── */
/* lang-switcher--menu: inside mobile dropdown, hidden on desktop */
.lang-switcher--menu {
  display: none !important;
  margin-top: 0.5rem;
  align-self: flex-start;
}
@media (max-width: 640px) {
  .lang-switcher--menu { display: flex !important; }
  .lang-switcher--nav  { display: none !important; }
}

.lang-switcher {
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(16,31,52,0.07);
  border: 1.5px solid rgba(16,31,52,0.18);
  border-radius: 999px;
  padding: 2px;
  flex-shrink: 0;
}
.lang-btn {
  background: none;
  border: none;
  color: var(--primary, #101f34);
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  line-height: 1;
  opacity: 0.5;
}
.lang-btn.active {
  background: var(--accent, #d1b075);
  color: #fff;
  opacity: 1;
}
.lang-btn:hover:not(.active) { opacity: 0.85; }

/* ── Chat Hint Tooltip ────────────────────────────────────── */
.chat-hint {
  position: fixed;
  bottom: 6rem;
  right: 1rem;
  background: #fff;
  color: var(--primary, #101f34);
  font-size: 0.78rem;
  font-weight: 500;
  padding: 0.5rem 0.85rem;
  border-radius: 1rem 1rem 0.2rem 1rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.18);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transform: translateY(6px) scale(0.95);
  transition: opacity 0.35s ease, transform 0.35s ease;
  z-index: 9998;
  max-width: 220px;
  white-space: normal;
  line-height: 1.4;
}
.chat-hint.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.chat-hint::after {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 14px;
  width: 12px;
  height: 12px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

/* ── Package cards (step 1 booking) ── */
.pkg-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-top: 1rem;
}
.pkg-card {
    position: relative;
    border: 2px solid #e5e7eb;
    border-radius: 1rem;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
    background: #fff;
    overflow: hidden;
}
.pkg-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.pkg-card__body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.pkg-card__top {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.pkg-card__emoji { font-size: 1.5rem; line-height: 1; }
.pkg-card__name { display: block; font-weight: 600; font-size: 0.95rem; color: #1a2e44; }
.pkg-card__cap  { display: block; font-size: 0.75rem; color: #6b7280; margin-top: 0.1rem; }
.pkg-card__price {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a2e44;
}
.pkg-card__price span { font-size: 0.75rem; font-weight: 400; color: #6b7280; }
.pkg-card--wide { grid-column: 1 / -1; }
.pkg-card--featured { border-color: #e5e7eb; }
.pkg-card--best { border-color: #c9a96e; background: #fff; }
.pkg-card__badge {
    display: block;
    text-align: center;
    background: #c9a96e;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 0.2rem 0.65rem;
    letter-spacing: 0.03em;
    white-space: nowrap;
}
.pkg-card--best .pkg-card__body {
    padding-top: 0.75rem;
}
.pkg-card:hover {
    border-color: #c9a96e;
    box-shadow: 0 0 0 3px rgba(201,169,110,0.15);
    background: #fffbf2;
}
.pkg-card.is-selected {
    border-color: #c9a96e;
    background: #fffbf0;
    box-shadow: 0 0 0 3px rgba(201,169,110,0.25);
    transform: translateY(-1px);
}
.pkg-card.is-selected .pkg-card__name { color: #a07820; }
.pkg-card.is-selected .pkg-card__price { color: #a07820; }
@media (max-width: 480px) {
    .pkg-grid { grid-template-columns: 1fr; }
    .pkg-card--wide { grid-column: 1; }
}

/* ── Deposit payment card ── */
.payment-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.payment-card__header h3 { margin: 0; }
.deposit-timer {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    background: #fef3c7;
    border: 1px solid #fde68a;
    border-radius: 999px;
    padding: 0.25rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #92400e;
}
.timer-icon { font-size: 0.85rem; }
.qr-canvas-wrap {
    position: relative;
    width: 100%;
    max-width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    overflow: hidden;
    flex-shrink: 0;
}
.qr-canvas-wrap img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.75rem;
}
.qr-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    color: #9ca3af;
    font-size: 2rem;
}
.qr-placeholder small { font-size: 0.7rem; }
#depositQrCanvas { display: none; border-radius: 0.5rem; }
.slip-section { margin-top: 1.25rem; }
.slip-btn { width: 100%; margin-top: 0.5rem; }
.slip-status { margin-top: 0.4rem; font-size: 0.82rem; }
.slip-preview-wrap { margin-top: 0.75rem; border-radius: 0.75rem; overflow: hidden; max-height: 200px; }
.slip-preview { width: 100%; object-fit: cover; display: block; }
.price-deposit-row,
.price-remaining-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
    font-size: 0.9rem;
    border-top: 1px dashed #e5e7eb;
}
.price-deposit { color: #dc2626; font-weight: 700; }
.price-remaining-row { color: #6b7280; }

/* ── Success screen ── */
.success-icon { font-size: 3rem; margin-bottom: 0.5rem; }
.success-next-payment { margin-top: 1.25rem; }
.next-payment-card {
    background: linear-gradient(135deg,#fffbf2,#fff8ec);
    border: 1px solid #fde68a;
    border-radius: 1rem;
    padding: 1.25rem;
    text-align: center;
}
.next-payment-label { font-size: 0.85rem; color: #92400e; margin-bottom: 0.3rem; }
.next-payment-amount { font-size: 1.75rem; font-weight: 700; color: #c9a96e; margin-bottom: 0.5rem; }
.next-payment-note { font-size: 0.82rem; line-height: 1.6; }

/* ── Featured Photo Grid (home page) ── */
.featured-photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 220px;
    gap: 0.75rem;
    border-radius: 1rem;
    overflow: hidden;
}
.fp-item {
    border-radius: 0.75rem;
    overflow: hidden;
    background: #e2e8f0;
}
.fp-item--tall { grid-row: span 2; }
.fp-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fp-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    opacity: 0.6;
}
.fp-placeholder::after { content: '🖼'; }
@media (max-width: 600px) {
    .featured-photo-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 160px;
    }
}
