:root {
    --bg-main: #081423;
    --bg-deep: #050d16;
    --bg-panel: rgba(11, 24, 39, 0.88);
    --bg-panel-strong: rgba(8, 18, 30, 0.96);
    --bg-card: #0d1d30;
    --text-main: #f8f5ee;
    --text-soft: #dfe7ef;
    --text-muted: #97a7ba;
    --gold: #d4af37;
    --gold-soft: rgba(212, 175, 55, 0.18);
    --gold-border: rgba(212, 175, 55, 0.28);
    --border-soft: rgba(255, 255, 255, 0.08);
    --shadow-soft: 0 18px 50px rgba(0, 0, 0, 0.25);
    --shadow-strong: 0 28px 90px rgba(0, 0, 0, 0.38);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.site-body {
    background:
        radial-gradient(circle at top right, rgba(212, 175, 55, 0.14), transparent 24%),
        radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.04), transparent 26%),
        linear-gradient(180deg, #081423 0%, #060f18 56%, #050d16 100%);
    color: var(--text-main);
    font-family: 'Poppins', sans-serif;
    min-height: 100vh;
}

.site-shell {
    position: relative;
    overflow: hidden;
}

a,
.nav-link,
.navbar-brand {
    color: var(--text-main);
    text-decoration: none;
}

.premium-navbar {
    background: linear-gradient(180deg, rgba(8, 20, 35, 0.82), rgba(8, 20, 35, 0.4));
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
}

.brand-stack {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.brand-stack strong {
    font-size: 1rem;
    font-weight: 600;
}

.brand-stack small {
    color: var(--text-muted);
    font-size: 0.72rem;
    font-weight: 400;
}

.brand-logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
    filter: drop-shadow(0 0 14px rgba(212, 175, 55, 0.18));
}

.login-logo {
    width: 92px;
    height: 92px;
    object-fit: contain;
    filter: drop-shadow(0 0 24px rgba(212, 175, 55, 0.22));
}

.nav-link {
    color: rgba(248, 245, 238, 0.88);
}

.nav-link:hover,
.navbar-brand:hover {
    color: var(--gold);
}

.min-vh-75 {
    min-height: 75vh;
}

.eyebrow {
    display: inline-block;
    color: var(--gold);
    font-size: 0.78rem;
    letter-spacing: 0.16rem;
    text-transform: uppercase;
}

.text-gold {
    color: var(--gold);
}

.text-secondary {
    color: var(--text-muted) !important;
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 1.5rem;
}

.hero-frame {
    position: relative;
    padding: 2rem 0 1rem;
}

.hero-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 2rem;
    background:
        radial-gradient(circle at 82% 24%, rgba(212, 175, 55, 0.14), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.hero-brand-mark {
    margin-bottom: 1rem;
}

.hero-logo {
    width: min(100%, 480px);
    height: min(100%, 480px);
    object-fit: contain;
    filter: drop-shadow(0 0 28px rgba(212, 175, 55, 0.22));
}

.hero-title {
    max-width: 10ch;
    font-size: clamp(2.8rem, 6vw, 5rem);
    line-height: 0.95;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.hero-subtitle {
    max-width: 560px;
    color: var(--text-soft);
    font-size: 1.1rem;
    line-height: 1.8;
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.hero-meta-item {
    min-width: 180px;
    padding: 1rem 1.1rem;
    border: 1px solid var(--border-soft);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.03);
}

.hero-meta-item strong,
.booking-aside-card strong {
    display: block;
    font-weight: 600;
}

.hero-meta-item span,
.booking-aside-card span {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.hero-showcase {
    position: relative;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-showcase-orb {
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.16), transparent 60%);
    filter: blur(6px);
}

.hero-showcase-card,
.panel,
.inspiration-card,
.premium-card,
.testimonial-card,
.footer-panel {
    background: var(--bg-panel);
    border: 1px solid var(--border-soft);
    border-radius: 1.35rem;
    box-shadow: var(--shadow-soft);
}

.hero-showcase-card {
    position: relative;
    width: min(100%, 470px);
    padding: 2rem;
    background:
        linear-gradient(180deg, rgba(12, 27, 43, 0.96), rgba(8, 18, 30, 0.98)),
        var(--bg-panel);
}

.hero-pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.9rem;
    border: 1px solid var(--gold-border);
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.08);
    color: var(--text-main);
    font-size: 0.85rem;
}

.section-block {
    padding: 5rem 0;
}

.section-soft {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0));
}

.section-heading {
    max-width: 860px;
    margin: 0 auto 1rem;
}

.section-title {
    max-width: 16ch;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
    font-weight: 700;
}

.section-heading .section-title {
    max-width: 18ch;
    margin-left: auto;
    margin-right: auto;
}

.section-copy {
    max-width: 58ch;
    line-height: 1.8;
}

.premium-card {
    height: 100%;
    padding: 1.6rem;
    transition: transform 0.28s ease, border-color 0.28s ease;
}

.premium-card:hover {
    transform: translateY(-4px);
    border-color: var(--gold-border);
}

.premium-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
    border-radius: 0.95rem;
    background: rgba(212, 175, 55, 0.12);
    color: var(--gold);
    font-weight: 600;
}

.testimonial-stack {
    display: grid;
    gap: 1rem;
}

.contact-card .btn {
    align-self: flex-start;
}

.contact-note {
    display: inline-block;
    padding: 0.65rem 0.85rem;
    border: 1px dashed rgba(255, 255, 255, 0.14);
    border-radius: 0.9rem;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.testimonial-card {
    padding: 1.4rem 1.5rem;
}

.testimonial-card p {
    margin-bottom: 0.85rem;
    color: var(--text-soft);
}

.testimonial-card span {
    color: var(--gold);
    font-size: 0.86rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.btn-gold {
    background: linear-gradient(135deg, #d4af37, #f2d46c);
    color: #081423;
    border: none;
    font-weight: 600;
    box-shadow: 0 12px 30px rgba(212, 175, 55, 0.18);
}

.btn-gold:hover,
.btn-gold:focus {
    color: #081423;
    background: linear-gradient(135deg, #e0be51, #f6df8a);
}

.btn-outline-premium {
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: var(--text-main);
    background: rgba(255, 255, 255, 0.02);
}

.btn-outline-premium:hover,
.btn-outline-premium:focus {
    color: var(--text-main);
    border-color: var(--gold-border);
    background: rgba(212, 175, 55, 0.08);
}

.catalog-hero {
    padding: 2rem;
    border: 1px solid var(--border-soft);
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
}

.booking-panel {
    background:
        linear-gradient(180deg, rgba(12, 27, 43, 0.96), rgba(8, 18, 30, 0.98)),
        var(--bg-panel);
}

.booking-side-panel {
    position: sticky;
    top: 1.25rem;
}

.form-label {
    font-weight: 500;
    color: var(--text-soft);
}

.form-control,
.form-select,
.input-group-text {
    background-color: rgba(255, 255, 255, 0.04);
    border-color: var(--border-soft);
    color: var(--text-main);
    border-radius: 0.9rem;
}

.form-control:focus,
.form-select:focus {
    background-color: rgba(255, 255, 255, 0.06);
    border-color: rgba(212, 175, 55, 0.45);
    box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.15);
    color: var(--text-main);
}

.form-control::placeholder {
    color: #8191a2;
}

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

.premium-date-input {
    padding-right: 3rem;
}

.date-input-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gold);
    font-size: 1rem;
    pointer-events: none;
}

.duration-display {
    display: flex;
    align-items: center;
    min-height: calc(1.5em + 0.75rem + 8px);
    padding: 0.7rem 0.9rem;
    border: 1px solid var(--gold-border);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(7, 17, 29, 0.96), rgba(10, 24, 39, 0.96));
    color: #f8f5ee;
    font-weight: 600;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.service-selector {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.service-option {
    display: block;
    cursor: pointer;
}

.service-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.service-option-body {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-height: 126px;
    padding: 1.15rem;
    border: 1px solid var(--border-soft);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.03);
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.service-option-body strong {
    font-size: 1.05rem;
    font-weight: 600;
}

.service-option-body small {
    color: var(--text-muted);
    line-height: 1.55;
}

.service-option input:checked + .service-option-body {
    transform: translateY(-2px);
    border-color: var(--gold-border);
    background: linear-gradient(180deg, rgba(212, 175, 55, 0.12), rgba(255, 255, 255, 0.02));
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.slot-picker {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.slot-picker-error {
    outline: 1px solid rgba(220, 53, 69, 0.45);
    outline-offset: 0.45rem;
    border-radius: 1rem;
}

.slot-picker-empty {
    width: 100%;
    padding: 1rem 1.1rem;
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    color: var(--text-muted);
    background: rgba(255, 255, 255, 0.02);
}

.flatpickr-calendar {
    background: linear-gradient(180deg, rgba(8, 18, 30, 0.98), rgba(5, 13, 22, 0.99));
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 1.2rem;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.flatpickr-months .flatpickr-month,
.flatpickr-weekdays,
span.flatpickr-weekday,
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year,
.flatpickr-day,
.flatpickr-time input,
.flatpickr-time .flatpickr-am-pm {
    color: var(--text-main);
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    fill: var(--text-main);
}

.flatpickr-day {
    border-radius: 0.85rem;
}

.flatpickr-day:hover,
.flatpickr-day:focus {
    background: rgba(255, 255, 255, 0.06);
    border-color: transparent;
}

.flatpickr-day.today {
    border-color: rgba(212, 175, 55, 0.35);
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover {
    background: linear-gradient(135deg, #d4af37, #f2d46c);
    border-color: #d4af37;
    color: #081423;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(151, 167, 186, 0.35);
}

.slot-chip {
    min-width: 88px;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--text-main);
    font-weight: 500;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.slot-chip:hover {
    transform: translateY(-1px);
    border-color: var(--gold-border);
}

.slot-chip.is-selected {
    border-color: var(--gold-border);
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.18), rgba(212, 175, 55, 0.08));
    color: var(--text-main);
}

.booking-aside-card,
.occupied-item {
    padding: 1rem 1.1rem;
    border: 1px solid var(--border-soft);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.03);
}

.table-dark {
    --bs-table-bg: transparent;
    --bs-table-striped-bg: rgba(255, 255, 255, 0.02);
    --bs-table-hover-bg: rgba(255, 255, 255, 0.04);
    margin-bottom: 0;
}

.modal-open {
    overflow: hidden;
}

.inspiration-card {
    overflow: hidden;
}

.inspiration-image {
    height: 320px;
    object-fit: cover;
    border-radius: 1.25rem 1.25rem 0 0;
    transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.7s ease;
}

.inspiration-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 1.25rem 1.25rem 0 0;
}

.inspiration-trigger {
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.inspiration-trigger:hover,
.inspiration-trigger:focus-visible {
    transform: translateY(-6px);
    border-color: var(--gold-border);
    box-shadow: var(--shadow-strong);
}

.inspiration-trigger:hover .inspiration-image,
.inspiration-trigger:focus-visible .inspiration-image {
    transform: scale(1.08);
    filter: saturate(1.08);
}

.inspiration-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 1rem;
    background: linear-gradient(180deg, rgba(8, 20, 35, 0.02), rgba(8, 20, 35, 0.78));
    opacity: 0;
    transition: opacity 0.35s ease;
}

.inspiration-trigger:hover .inspiration-overlay,
.inspiration-trigger:focus-visible .inspiration-overlay {
    opacity: 1;
}

.inspiration-overlay-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.9rem;
    border: 1px solid var(--gold-border);
    border-radius: 999px;
    background: rgba(8, 20, 35, 0.72);
    color: var(--text-main);
    font-size: 0.82rem;
    backdrop-filter: blur(10px);
}

.inspiration-modal {
    position: fixed;
    inset: 0;
    z-index: 1055;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    visibility: hidden;
    pointer-events: none;
}

.inspiration-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top, rgba(212, 175, 55, 0.12), transparent 30%),
        rgba(2, 7, 14, 0.82);
    backdrop-filter: blur(12px);
    opacity: 0;
    transition: opacity 0.38s ease;
}

.inspiration-modal-dialog {
    position: relative;
    width: min(1080px, 100%);
    background: linear-gradient(180deg, rgba(12, 27, 43, 0.96), rgba(7, 17, 29, 0.98));
    border: 1px solid rgba(212, 175, 55, 0.14);
    border-radius: 1.6rem;
    box-shadow: 0 28px 100px rgba(0, 0, 0, 0.42);
    transform: translateY(24px) scale(0.92);
    opacity: 0;
    transition: transform 0.48s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.32s ease;
    overflow: hidden;
}

.inspiration-modal.is-open {
    visibility: visible;
    pointer-events: auto;
}

.inspiration-modal.is-open .inspiration-backdrop {
    opacity: 1;
}

.inspiration-modal.is-open .inspiration-modal-dialog {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.inspiration-modal-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    min-height: min(78vh, 760px);
}

.inspiration-modal-image-shell {
    position: relative;
    background:
        radial-gradient(circle at center, rgba(212, 175, 55, 0.18), transparent 44%),
        #09131f;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    overflow: hidden;
}

.inspiration-modal-image {
    width: 100%;
    max-width: 720px;
    max-height: 68vh;
    object-fit: contain;
    border-radius: 1.2rem;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.34);
    transform: scale(0.94);
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.inspiration-modal.is-open .inspiration-modal-image {
    transform: scale(1);
}

.inspiration-modal-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
}

.inspiration-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(8, 20, 35, 0.64);
    color: var(--text-main);
    font-size: 1.6rem;
    line-height: 1;
    backdrop-filter: blur(10px);
}

.site-footer {
    padding-bottom: 2rem;
}

.footer-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding: 1.4rem 1.6rem;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-logo {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.4rem;
}

.footer-links a {
    color: var(--text-muted);
}

.footer-links a:hover {
    color: var(--gold);
}

.floating-whatsapp {
    position: fixed;
    right: 1.2rem;
    bottom: 1.2rem;
    z-index: 1040;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(10, 23, 36, 0.9);
    color: var(--text-main);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(14px);
}

.floating-whatsapp:hover {
    color: var(--text-main);
    border-color: rgba(37, 211, 102, 0.32);
}

.floating-whatsapp-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #25d366, #1da851);
    color: #fff;
    font-weight: 700;
}

.thumb {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 0.75rem;
}

.image-edit-trigger {
    position: relative;
    display: inline-flex;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 0.75rem;
    overflow: hidden;
}

.thumb-editable {
    transition: transform 0.25s ease, filter 0.25s ease;
}

.thumb-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(8, 20, 35, 0.48);
    backdrop-filter: blur(3px);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.thumb-overlay-icon {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.92);
    color: #081423;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.image-edit-trigger:hover .thumb-overlay,
.image-edit-trigger:focus-visible .thumb-overlay {
    opacity: 1;
}

.image-edit-trigger:hover .thumb-editable,
.image-edit-trigger:focus-visible .thumb-editable {
    transform: scale(1.06);
    filter: saturate(1.05);
}

.alert-success {
    background: rgba(25, 135, 84, 0.15);
    color: #b8f2d2;
    border-color: rgba(25, 135, 84, 0.35);
}

.alert-danger {
    background: rgba(220, 53, 69, 0.15);
    color: #ffccd3;
    border-color: rgba(220, 53, 69, 0.35);
}

.swal-premium {
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 1.25rem;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.4);
}

.swal2-title,
.swal2-html-container {
    color: #f8f5ee !important;
}

.appointment-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.appointment-action-primary {
    box-shadow: 0 10px 24px rgba(25, 135, 84, 0.2);
}

.appointment-action-secondary {
    opacity: 0.95;
}

.appointment-action-danger {
    opacity: 0.75;
}

.appointment-action-danger:hover {
    opacity: 1;
}

@media (max-width: 991.98px) {
    .hero-title,
    .section-title {
        max-width: none;
    }

    .booking-side-panel {
        position: static;
    }

    .service-selector {
        grid-template-columns: 1fr;
    }

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

    .inspiration-modal-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .hero-frame {
        padding-top: 1rem;
    }

    .hero-logo {
        width: min(100%, 320px);
        height: auto;
    }

    .hero-meta {
        flex-direction: column;
    }

    .catalog-hero,
    .footer-panel,
    .hero-showcase-card,
    .panel,
    .premium-card {
        padding: 1.25rem;
    }

    .inspiration-image {
        height: 240px;
    }

    .inspiration-modal {
        padding: 1rem;
    }

    .inspiration-modal-image-shell {
        padding: 1.25rem;
        min-height: 320px;
    }

    .inspiration-modal-copy {
        padding: 1.5rem;
    }

    .inspiration-modal-image {
        max-height: 46vh;
    }

    .floating-whatsapp {
        right: 1rem;
        bottom: 1rem;
        padding: 0.8rem 0.9rem;
    }
}
