:root {
    --bg-1: #020617;
    --bg-2: #0f172a;
    --panel: rgba(15, 23, 42, 0.72);
    --panel-strong: rgba(10, 14, 28, 0.88);
    --line: rgba(255, 255, 255, 0.1);
    --line-soft: rgba(255, 255, 255, 0.06);
    --text-soft: rgba(226, 232, 240, 0.78);
    --amber: rgb(251 191 36);
    --amber-soft: rgba(251, 191, 36, 0.18);
    --shadow-dark: 0 30px 80px rgba(0, 0, 0, 0.42);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    background:
        radial-gradient(circle at top left, rgba(245, 158, 11, 0.12), transparent 28%),
        radial-gradient(circle at 85% 12%, rgba(59, 130, 246, 0.1), transparent 24%),
        linear-gradient(180deg, #020617 0%, #020617 30%, #030712 100%);
    min-height: 100vh;
}

body.modal-open {
    overflow: hidden;
}

.text-balance {
    text-wrap: balance;
}

.page-ambient {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.ambient-orb {
    position: absolute;
    border-radius: 9999px;
    filter: blur(60px);
    opacity: 0.45;
    animation: floatOrb 16s ease-in-out infinite;
}

.orb-1 {
    width: 340px;
    height: 340px;
    background: rgba(245, 158, 11, 0.18);
    top: -40px;
    left: -70px;
}

.orb-2 {
    width: 300px;
    height: 300px;
    background: rgba(14, 165, 233, 0.12);
    right: -80px;
    top: 180px;
    animation-delay: -4s;
}

.orb-3 {
    width: 240px;
    height: 240px;
    background: rgba(168, 85, 247, 0.08);
    left: 48%;
    bottom: 8%;
    animation-delay: -8s;
}

.ambient-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38), transparent 80%);
    opacity: 0.14;
}

.hero-background {
    filter: saturate(0.95) contrast(1.02) brightness(0.75);
}

.hero-noise {
    background-image:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px),
        radial-gradient(circle at 50% 70%, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px);
    background-size: 120px 120px, 160px 160px, 180px 180px;
}

.premium-nav {
    transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.premium-nav.nav-scrolled {
    background: rgba(2, 6, 23, 0.88);
    border-color: rgba(251, 191, 36, 0.18);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}

.brand-lockup {
    min-width: 0;
    text-decoration: none;
}

.brand-mark {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: radial-gradient(circle at 30% 18%, rgba(253, 230, 138, 0.18), transparent 42%), rgba(2, 6, 23, 0.72);
    border: 1px solid rgba(251, 191, 36, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 16px 34px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(251, 191, 36, 0.06);
    overflow: hidden;
}

.brand-lockup:hover .brand-mark {
    border-color: rgba(251, 191, 36, 0.48);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 18px 38px rgba(245, 158, 11, 0.14), 0 0 0 1px rgba(251, 191, 36, 0.12);
}

.brand-mark-svg {
    width: 100%;
    height: 100%;
    display: block;
}

.brand-copy {
    display: grid;
    gap: 0.18rem;
    min-width: 0;
}

.brand-kicker {
    line-height: 1;
    white-space: nowrap;
    text-shadow: 0 0 18px rgba(251, 191, 36, 0.18);
}

.brand-wordmark {
    font-family: Georgia, 'Times New Roman', serif;
    line-height: 1;
    letter-spacing: 0.42em;
}

.nav-link,
.mobile-nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0.8rem 1rem;
    border-radius: 9999px;
    color: rgba(226, 232, 240, 0.9);
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.mobile-nav-link:hover {
    color: white;
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-1px);
}

.mobile-menu-panel {
    padding: 1rem;
    border-radius: 24px;
    background: rgba(2, 6, 23, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-dark);
}

.mobile-nav-link {
    display: flex;
    width: 100%;
    border-radius: 16px;
    margin-bottom: 0.35rem;
}

.premium-button,
.outline-button {
    min-height: 3.5rem;
    border-radius: 1rem;
    padding: 0.9rem 1.35rem;
    font-weight: 700;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.premium-button {
    color: #0f172a;
    background: linear-gradient(135deg, rgba(252, 211, 77, 1), rgba(245, 158, 11, 0.95));
    box-shadow: 0 18px 40px rgba(245, 158, 11, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.premium-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 44px rgba(245, 158, 11, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.outline-button {
    color: white;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
}

.outline-button:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(251, 191, 36, 0.22);
}

.premium-pill,
.availability-pill {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.premium-pill {
    border-radius: 9999px;
    padding: 0.85rem 1rem;
    font-size: 0.85rem;
    color: rgba(248, 250, 252, 0.92);
}

.premium-surface,
.section-shell,
.reservation-panel,
.modal-shell {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.78), rgba(2, 6, 23, 0.9));
    box-shadow: var(--shadow-dark), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
}

.section-shell,
.reservation-panel,
.modal-shell {
    border-radius: 2rem;
}

.section-shell {
    padding: 2rem;
}

.reservation-panel {
    padding: 2rem;
    overflow: hidden;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.6rem 0.9rem;
    border-radius: 9999px;
    font-size: 0.78rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(253, 230, 138, 0.88);
    background: rgba(251, 191, 36, 0.08);
    border: 1px solid rgba(251, 191, 36, 0.18);
}

.section-kicker::before {
    content: '';
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 9999px;
    background: linear-gradient(180deg, rgba(252, 211, 77, 1), rgba(245, 158, 11, 1));
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.14);
}

.hero-image-panel {
    position: relative;
}

.hero-image-panel::before {
    content: '';
    position: absolute;
    inset: -12% 8% 30% -6%;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.24), transparent 62%);
    filter: blur(40px);
    pointer-events: none;
}

.hero-image-card {
    padding: 1.2rem;
    border-radius: 2rem;
}

.hero-image-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.hero-live-availability {
    margin-top: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(14px);
}

.hero-live-availability-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.8rem;
}

.hero-live-availability-label {
    font-size: 0.72rem;
    line-height: 1.4;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(251, 191, 36, 0.82);
}

.hero-live-availability-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.2rem;
    min-height: 2.2rem;
    padding: 0.45rem 0.7rem;
    border-radius: 9999px;
    font-size: 0.86rem;
    font-weight: 700;
    color: rgba(209, 250, 229, 0.96);
    background: rgba(16, 185, 129, 0.14);
    border: 1px solid rgba(16, 185, 129, 0.22);
}

.today-available-loading,
.today-available-empty {
    width: 100%;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    border: 1px dashed rgba(255, 255, 255, 0.12);
    color: rgba(226, 232, 240, 0.78);
    background: rgba(255, 255, 255, 0.03);
}

.hero-live-availability.is-empty .hero-live-availability-count {
    color: rgba(254, 202, 202, 0.96);
    background: rgba(127, 29, 29, 0.22);
    border-color: rgba(248, 113, 113, 0.24);
}

.hero-live-availability.is-loading .hero-live-availability-count {
    color: rgba(253, 230, 138, 0.96);
    background: rgba(251, 191, 36, 0.12);
    border-color: rgba(251, 191, 36, 0.22);
}

.card-yate {
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.card-yate::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(251,191,36,0.08), transparent 70%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    pointer-events: none;
}

.card-yate:hover {
    transform: translateY(-8px);
    border-color: rgba(251, 191, 36, 0.25);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(251, 191, 36, 0.08);
}

.fleet-media {
    position: relative;
    overflow: hidden;
}

.fleet-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(2, 6, 23, 0.25) 45%, rgba(2, 6, 23, 0.72) 100%);
}

.fleet-media img {
    transition: transform 0.6s ease;
}

.card-yate:hover .fleet-media img {
    transform: scale(1.06);
}

.fleet-tag,
.fleet-badge,
.marketing-tag,
.crm-side-tag,
.reservation-stage-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    padding: 0.45rem 0.75rem;
    font-size: 0.72rem;
    font-weight: 600;
}

.fleet-tag {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    color: white;
    background: rgba(2, 6, 23, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
}

.fleet-badge,
.marketing-tag,
.crm-side-tag,
.reservation-stage-badge {
    color: rgba(253, 230, 138, 0.95);
    background: rgba(251, 191, 36, 0.08);
    border: 1px solid rgba(251, 191, 36, 0.18);
}

.fleet-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    margin-top: 1rem;
}

.fleet-meta-item {
    border-radius: 1rem;
    padding: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.035);
}

.fleet-meta-label {
    display: block;
    font-size: 0.67rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(251, 191, 36, 0.78);
}

.fleet-meta-value {
    display: block;
    margin-top: 0.45rem;
    color: rgba(248, 250, 252, 0.92);
}

.includes-wrap,
.marketing-tags,
.crm-side-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.include-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.7rem;
    border-radius: 9999px;
    font-size: 0.74rem;
    color: rgba(226, 232, 240, 0.88);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.include-chip::before {
    content: '•';
    color: rgba(253, 230, 138, 0.92);
}

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

.crm-prep-card,
.crm-headline-card,
.whatsapp-welcome-box {
    border-radius: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.7), rgba(2, 6, 23, 0.82));
}

.crm-prep-card {
    padding: 1rem;
}

.crm-prep-card strong,
.crm-headline-card h4 {
    display: block;
    margin-top: 0.45rem;
    font-size: 1rem;
    color: white;
}

.crm-prep-card p,
.crm-headline-card p,
.form-helper-text,
.whatsapp-welcome-box {
    margin-top: 0.55rem;
    font-size: 0.9rem;
    line-height: 1.55;
    color: rgba(226, 232, 240, 0.78);
}

.crm-prep-label,
.crm-headline-kicker {
    display: inline-flex;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.68rem;
    color: rgba(251, 191, 36, 0.8);
}

.crm-headline-card {
    padding: 1rem 1.05rem;
}

.form-helper-text {
    font-size: 0.78rem;
}

.whatsapp-welcome-box {
    padding: 0.95rem 1rem;
    white-space: pre-line;
}

.modal-shell {
    overflow: hidden;
}

.modal-shell-glow {
    background:
        radial-gradient(circle at top left, rgba(251, 191, 36, 0.16), transparent 30%),
        radial-gradient(circle at 100% 100%, rgba(59, 130, 246, 0.12), transparent 28%);
}

.modal-hero-panel {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.78), rgba(2, 6, 23, 0.96));
}

.modal-reservas-layout {
    max-height: none;
    overflow: visible;
}

.modal-formulario-fijo {
    position: static;
    top: auto;
    z-index: 2;
}

.modal-label {
    display: block;
    margin-bottom: 0.7rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: rgba(226, 232, 240, 0.88);
}

.input-shell {
    padding: 1px;
    border-radius: 1.15rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
}

.premium-input {
    appearance: none;
    width: 100%;
    border: none;
    outline: none;
    border-radius: calc(1.15rem - 1px);
    padding: 1rem 1.1rem;
    color: white;
    background: rgba(2, 6, 23, 0.92);
    transition: box-shadow 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.premium-input:focus {
    box-shadow: inset 0 0 0 1px rgba(251, 191, 36, 0.4), 0 0 0 4px rgba(251, 191, 36, 0.08);
    background: rgba(2, 6, 23, 0.98);
}

.premium-input option {
    color: white;
    background: #0f172a;
}

.availability-pill {
    border-radius: 1rem;
    padding: 0.9rem 1rem;
    color: rgba(248, 250, 252, 0.86);
    line-height: 1.5;
}

.availability-pill.state-warning {
    color: rgba(253, 230, 138, 0.92);
    border-color: rgba(251, 191, 36, 0.24);
    background: rgba(251, 191, 36, 0.08);
}

.availability-pill.state-danger {
    color: rgba(254, 202, 202, 0.92);
    border-color: rgba(248, 113, 113, 0.22);
    background: rgba(127, 29, 29, 0.18);
}

.availability-pill.state-success {
    color: rgba(209, 250, 229, 0.95);
    border-color: rgba(52, 211, 153, 0.2);
    background: rgba(6, 95, 70, 0.22);
}

.modal-panel-reservas {
    max-height: 62vh;
    overflow-y: auto;
    padding-right: 0.25rem;
}

.modal-panel-reservas::-webkit-scrollbar {
    width: 8px;
}

.modal-panel-reservas::-webkit-scrollbar-track {
    background: rgba(15, 23, 42, 0.72);
    border-radius: 9999px;
}

.modal-panel-reservas::-webkit-scrollbar-thumb {
    background: rgba(245, 158, 11, 0.52);
    border-radius: 9999px;
}

.reservation-item {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.66), rgba(2, 6, 23, 0.74));
}

.reservation-item-content {
    flex: 1;
    min-width: 0;
}

.reservation-item-headline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.reservation-item-title,
.reservation-client-name {
    font-weight: 700;
    color: white;
}

.reservation-client-name {
    margin-top: 0.2rem;
    font-size: 0.9rem;
    color: rgba(253, 230, 138, 0.95);
}

.reservation-item-meta,
.reservation-item-secondary {
    margin-top: 0.35rem;
    color: rgba(226, 232, 240, 0.78);
}

.reservation-cancel {
    border: 1px solid rgba(248, 113, 113, 0.18);
    color: rgba(252, 165, 165, 0.95);
    background: rgba(127, 29, 29, 0.16);
    border-radius: 9999px;
    padding: 0.55rem 0.8rem;
    font-size: 0.78rem;
    font-weight: 700;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.reservation-cancel:hover {
    background: rgba(153, 27, 27, 0.22);
    transform: translateY(-1px);
}

.toast {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 140;
    max-width: min(92vw, 420px);
    border-radius: 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(2, 6, 23, 0.9);
    color: white;
    box-shadow: var(--shadow-dark);
    backdrop-filter: blur(16px);
    transform: translateY(18px);
    opacity: 0;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.toast.show {
    opacity: 1;
    transform: translateY(0);
}

.toast.success {
    border-color: rgba(52, 211, 153, 0.18);
}

.toast.error {
    border-color: rgba(248, 113, 113, 0.18);
}

.skeleton-line {
    height: 1rem;
    border-radius: 9999px;
    background: linear-gradient(90deg, rgba(255,255,255,0.06), rgba(255,255,255,0.12), rgba(255,255,255,0.06));
    background-size: 200% 100%;
    animation: shimmer 1.6s linear infinite;
}

.flatpickr-input {
    cursor: pointer;
}

.flatpickr-calendar {
    background: #020617;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-dark);
}

.flatpickr-day,
.flatpickr-weekday,
.flatpickr-current-month,
.flatpickr-monthDropdown-months,
.numInputWrapper span,
.flatpickr-time input,
.flatpickr-time .flatpickr-am-pm {
    color: white;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: rgba(245, 158, 11, 0.95);
    border-color: rgba(245, 158, 11, 0.95);
    color: #020617;
}

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

.modal-content-scroll {
    max-height: min(92vh, 980px);
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-content-scroll::-webkit-scrollbar,
.reservation-scroll-list::-webkit-scrollbar {
    width: 8px;
}

.modal-content-scroll::-webkit-scrollbar-track,
.reservation-scroll-list::-webkit-scrollbar-track {
    background: rgba(15, 23, 42, 0.72);
    border-radius: 9999px;
}

.modal-content-scroll::-webkit-scrollbar-thumb,
.reservation-scroll-list::-webkit-scrollbar-thumb {
    background: rgba(245, 158, 11, 0.52);
    border-radius: 9999px;
}

.reservation-scroll-list {
    max-height: 29rem;
    overflow-y: auto;
    padding-right: 0.25rem;
}

.reservation-summary-badge {
    align-self: flex-start;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 5rem;
    min-height: 5rem;
    border-radius: 1.4rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(251, 191, 36, 0.2);
    background: rgba(251, 191, 36, 0.08);
    color: rgba(255, 255, 255, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.reservation-summary-badge span:first-child {
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1;
    color: rgba(253, 230, 138, 0.98);
}

.reservation-summary-badge span:last-child {
    margin-top: 0.4rem;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(251, 191, 36, 0.72);
}

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

.summary-tile {
    border-radius: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    padding: 0.95rem 1rem;
}

.summary-label {
    display: block;
    font-size: 0.66rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(251, 191, 36, 0.75);
}

.summary-tile strong {
    display: block;
    margin-top: 0.55rem;
    font-size: 1.15rem;
    color: white;
}

.today-available-visual {
    margin-bottom: 0.85rem;
}

.today-available-stage {
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.76), rgba(2, 6, 23, 0.92));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.today-available-stage-media-wrap {
    position: relative;
    min-height: 14.5rem;
}

.today-available-stage-media {
    width: 100%;
    height: 14.5rem;
    object-fit: cover;
    display: block;
    transform: scale(1.01);
}

.today-available-stage-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(2, 6, 23, 0.08) 0%, rgba(2, 6, 23, 0.3) 42%, rgba(2, 6, 23, 0.88) 100%),
        radial-gradient(circle at top right, rgba(251, 191, 36, 0.18), transparent 30%);
}

.today-available-stage-copy,
.today-available-stage-copy-only {
    position: absolute;
    inset: auto 0 0 0;
    padding: 1rem 1rem 1.05rem;
    display: grid;
    gap: 0.32rem;
}

.today-available-stage-copy-only {
    position: static;
    min-height: 9rem;
    align-content: center;
}

.today-available-stage-body {
    padding: 1rem;
    min-height: 9.5rem;
    display: grid;
    align-content: end;
}

.today-available-stage--loading .today-available-stage-media {
    height: 12rem;
}

.today-available-stage-index {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.3rem;
    min-height: 2.3rem;
    padding: 0.4rem 0.65rem;
    border-radius: 9999px;
    color: rgba(240, 253, 250, 0.96);
    font-size: 0.8rem;
    font-weight: 700;
    background: rgba(15, 23, 42, 0.66);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.today-available-stage-type {
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.68rem;
    color: rgba(251, 191, 36, 0.92);
}

.today-available-stage-name {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.15;
    color: rgba(248, 250, 252, 0.98);
}

.today-available-stage-meta,
.today-available-stage-price {
    color: rgba(226, 232, 240, 0.82);
    line-height: 1.45;
    font-size: 0.9rem;
}

.today-available-stage-price {
    color: rgba(253, 230, 138, 0.95);
    font-weight: 700;
}

.hero-live-availability-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.today-available-pill {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    width: 100%;
    padding: 0.72rem 0.78rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(2, 6, 23, 0.42);
    color: white;
    backdrop-filter: blur(12px);
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.today-available-pill:hover,
.today-available-pill.is-active {
    transform: translateY(-2px);
    border-color: rgba(251, 191, 36, 0.28);
    background: rgba(15, 23, 42, 0.8);
    box-shadow: 0 16px 34px rgba(2, 6, 23, 0.22);
}

.today-available-pill.is-active {
    box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.18), 0 18px 36px rgba(15, 23, 42, 0.24);
}

.today-available-pill-thumb {
    position: relative;
    flex: 0 0 3rem;
    width: 3rem;
    height: 3rem;
    overflow: hidden;
    border-radius: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
}

.today-available-pill-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.today-available-pill-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    gap: 0.22rem;
}

.today-available-pill-type {
    font-size: 0.64rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(251, 191, 36, 0.84);
}

.today-available-pill-name {
    font-size: 0.92rem;
    line-height: 1.35;
    color: rgba(248, 250, 252, 0.96);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.whatsapp-float {
    position: fixed;
    right: 1rem;
    bottom: 6rem;
    z-index: 130;
    width: 3.85rem;
    height: 3.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: linear-gradient(135deg, #25D366, #1FA855);
    box-shadow: 0 20px 40px rgba(37, 211, 102, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 24px 44px rgba(37, 211, 102, 0.3);
}

.whatsapp-float svg {
    width: 1.6rem;
    height: 1.6rem;
    fill: white;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes floatOrb {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(0, 18px, 0) scale(1.04); }
}

@keyframes shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

#modal {
    animation: fadeIn 0.24s ease;
}

@media (max-width: 1279px) {
    .modal-reservas-layout {
        max-height: none;
    }

    .modal-formulario-fijo {
        position: static;
    }

    .modal-panel-reservas {
        max-height: 28rem;
    }

    .modal-content-scroll {
        max-height: 92vh;
    }
}

@media (max-width: 1024px) {
    .section-shell,
    .reservation-panel {
        padding: 1.4rem;
    }

    .reservation-scroll-list {
        max-height: 24rem;
    }

    .crm-prep-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .brand-lockup {
        gap: 0.65rem;
    }

    .brand-mark {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        border-radius: 15px;
    }

    .brand-kicker {
        font-size: 0.56rem;
        letter-spacing: 0.38em;
    }

    .brand-wordmark {
        font-size: 1.05rem;
        letter-spacing: 0.34em;
    }

    .premium-button,
    .outline-button {
        width: 100%;
    }

    .section-shell,
    .reservation-panel {
        border-radius: 1.55rem;
        padding: 1.15rem;
    }

    .hero-live-availability {
        padding: 0.85rem;
    }

    .hero-live-availability-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-live-availability-count {
        min-width: 0;
    }

    .today-available-pill {
        width: 100%;
        min-width: 0;
    }

    .modal-shell {
        max-height: 94vh;
        overflow: hidden;
        border-radius: 1.55rem;
    }

    .modal-content-scroll {
        max-height: 94vh;
    }

    .modal-panel-reservas {
        max-height: 32vh;
    }

    .reservation-item,
    .reservation-item-headline {
        align-items: flex-start;
        flex-direction: column;
    }

    .reservation-cancel {
        width: 100%;
    }

    .toast {
        left: 1rem;
        right: 1rem;
        max-width: none;
    }

    .reservation-summary-grid {
        grid-template-columns: 1fr;
    }

    .reservation-scroll-list {
        max-height: 22rem;
    }

    .reservation-summary-badge {
        width: 100%;
        min-height: auto;
        flex-direction: row;
        gap: 0.55rem;
        justify-content: center;
    }

    .reservation-summary-badge span:last-child {
        margin-top: 0;
    }

    .today-available-stage-media,
    .today-available-stage-media-wrap {
        height: 12rem;
        min-height: 12rem;
    }

    .hero-live-availability-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .today-available-stage-copy,
    .today-available-stage-copy-only {
        padding: 0.9rem;
    }

    .today-available-stage-name {
        font-size: 1.02rem;
    }

    .today-available-pill {
        padding: 0.68rem 0.75rem;
    }

    .whatsapp-float {
        right: 1rem;
        bottom: 5.2rem;
        width: 3.45rem;
        height: 3.45rem;
    }
}


/* Ajuste final de campos de reserva visibles en PC */
@media (min-width: 1025px) {
    #modal.flex {
        display: flex;
        align-items: flex-start;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    #modal .modal-shell {
        margin-top: 1rem;
        margin-bottom: 1rem;
        max-height: none !important;
        overflow: visible !important;
    }

    #modal .modal-content-scroll,
    #modal .modal-reservas-layout {
        max-height: none !important;
        overflow: visible !important;
    }

    #modal .modal-formulario-fijo {
        position: static !important;
        top: auto !important;
    }
}

@supports (-webkit-touch-callout: none) {
    @media (min-width: 1025px) {
        #modal.flex {
            min-height: 100vh;
            align-items: flex-start;
        }

        #modal .modal-content-scroll,
        #modal .modal-reservas-layout {
            max-height: none !important;
            overflow: visible !important;
        }
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #modal.flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #modal .modal-shell,
    #modal .modal-content-scroll,
    #modal .modal-reservas-layout {
        max-height: none !important;
        overflow: visible !important;
    }

    #modal .modal-formulario-fijo {
        position: static !important;
        top: auto !important;
    }
}
