/* ============================================
   Fitness a Domicilio - Estilos Principales
   Premium Design v2
   ============================================ */

/* === Reset & Base === */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    color: #1a1a1a;
    background-color: #e8e0d6;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.page-wrapper {
    max-width: 520px;
    margin: 0 auto;
    background-color: #ffffff;
    min-height: 100vh;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

/* === Layout === */
.container {
    max-width: 480px;
    margin: 0 auto;
    padding: 0 20px;
}

/* === Divider === */
.divider {
    width: 100%;
    height: 1px;
    background: #e0d5c8;
    margin: 20px 0;
}

/* === Section Label === */
.section-label {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero-section {
    width: 100%;
    background: #f5efe8;
    position: relative;
    overflow: hidden;
}

.hero-carousel {
    width: 100%;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 24px 24px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    text-align: center;
}

.hero-title {
    font-size: 24px;
    font-weight: 800;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 4px;
    letter-spacing: -0.3px;
}

.hero-subtitle {
    font-size: 13px;
    font-weight: 400;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* ============================================
   INTRO SECTION
   ============================================ */
.intro-section {
    background: #faf6f0;
    padding: 30px 0;
    text-align: center;
}

.intro-heading {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
}

.intro-text {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

.intro-text p {
    margin-bottom: 8px;
}

.btn-cta-inline {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 36px;
    background: #C41E3A;
    color: #fff;
    border-radius: 40px;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    box-shadow: 0 4px 16px rgba(196, 30, 58, 0.25);
}

.btn-cta-inline:hover {
    background: #a31830;
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(196, 30, 58, 0.35);
}

/* ============================================
   DETAILS SECTION
   ============================================ */
.details-section {
    padding: 0;
}

.details-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.detail-card {
    padding: 25px 20px;
    text-align: center;
}

.detail-info {
    background: #f5efe8;
}

.venue-image {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.event-details-list {
    text-align: center;
    font-size: 15px;
    line-height: 1.8;
}

.event-details-list p {
    margin-bottom: 10px;
}

.event-details-list strong {
    font-weight: 700;
}

.includes-list {
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
}

.includes-list li {
    padding: 3px 0;
    font-size: 14px;
}

.event-price {
    font-size: 18px;
    font-weight: 600;
    color: #C41E3A;
    text-align: center;
    margin-top: 10px;
}

.event-price-card {
    background: linear-gradient(135deg, #C41E3A 0%, #e8475f 100%);
    color: #fff;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    margin-top: 12px;
}

.price-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.85;
}

.price-amount {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
}

.price-amount small {
    font-size: 22px;
    font-weight: 600;
}

.price-note {
    font-size: 12px;
    opacity: 0.75;
}

.detail-schedule {
    background: #f0e8dc;
    padding: 25px 20px;
}

.schedule-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    text-align: left;
}

.capacity-heading {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #1a1a1a;
    text-align: center;
    margin: 15px 0;
    line-height: 1.3;
}

.schedule-item {
    font-size: 15px;
    text-align: center;
    margin: 10px 0;
    line-height: 1.6;
}

.schedule-status {
    font-weight: 700;
    font-size: 13px;
}

.status-full {
    color: #C41E3A;
}

.status-limited {
    color: #e67e22;
}

/* ============================================
   GALLERY SECTION
   ============================================ */
.gallery-section {
    padding: 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s;
    pointer-events: none;
}

.gallery-item:hover::after {
    background: rgba(0, 0, 0, 0.08);
}

.gallery-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 8px;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}

/* ============================================
   DRESS CODE SECTION
   ============================================ */
.dresscode-section {
    padding: 20px 0;
}

.dresscode-card {
    background: #C41E3A;
    color: #fff;
    text-align: center;
    padding: 30px 20px;
    border-radius: 14px;
    margin: 0 20px;
    box-shadow: 0 4px 20px rgba(196, 30, 58, 0.2);
}

.dresscode-card h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.dresscode-color {
    font-size: 28px;
    font-weight: 800;
}

/* ============================================
   BRUNCH HIGHLIGHT
   ============================================ */
.brunch-highlight {
    padding: 20px 0;
}

.brunch-card {
    background: #f5efe8;
    text-align: center;
    padding: 30px 20px;
    border-radius: 14px;
    margin: 0 20px;
    border: 1px solid #e0d5c8;
}

.brunch-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.5;
}

/* ============================================
   PROGRAM SECTION
   ============================================ */
.program-section {
    background: #faf6f0;
    padding: 30px 0;
}

.program-item {
    margin-bottom: 25px;
}

.program-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.program-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

/* ============================================
   COLLABORATORS SECTION
   ============================================ */
.collaborators-section {
    background: #faf6f0;
    padding: 0 0 30px;
}

.collaborators-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.collaborator-card {
    text-align: center;
}

.collaborator-card img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 10px;
    border: 3px solid #e0d5c8;
    aspect-ratio: 1;
    flex-shrink: 0;
}

.collaborator-card h5 {
    font-family: 'Archivo', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
}

/* ============================================
   RESERVATION FORM
   ============================================ */
.reservation-section {
    background: #f0e8dc;
    padding: 50px 0 80px;
}

.reservation-heading {
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.reservation-subtext {
    text-align: center;
    font-size: 14px;
    color: #888;
    margin-bottom: 25px;
}

.form-group {
    margin-bottom: 18px;
}

.form-label {
    display: block;
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.form-input {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #e0d5c8;
    border-radius: 40px;
    font-family: 'Archivo', sans-serif;
    font-size: 15px;
    color: #1a1a1a;
    background: #fff;
    outline: none;
    transition: border-color 0.2s;
}

.form-input:focus {
    border-color: #C41E3A;
    box-shadow: 0 0 0 3px rgba(196, 30, 58, 0.1);
    background: #fffcfa;
}

.form-input::placeholder {
    color: #bbb;
}

/* Form Separator */
.form-separator {
    display: flex;
    align-items: center;
    margin: 25px 0 15px;
    gap: 12px;
}

.form-separator::before,
.form-separator::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #ccc;
}

.form-separator span {
    font-family: 'Archivo', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #888;
    white-space: nowrap;
}

/* Visual Options (Radio/Checkbox cards) */
.form-header-image {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 12px;
}

.visual-options-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.visual-option {
    width: calc(50% - 5px);
    flex-grow: 1;
}

.visual-option-input {
    display: none;
}

.visual-option-card {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border: 2px solid #e0d5c8;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.2s ease;
    background: #fff;
    height: 100%;
}

.visual-option-card:hover {
    border-color: #C41E3A;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.visual-option-input:checked+.visual-option-card {
    border-color: #C41E3A;
    background: #fef0f2;
    box-shadow: 0 0 0 3px rgba(196, 30, 58, 0.15);
}

.visual-option-img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.visual-option-text {
    padding: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Checkbox */
.checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 0;
}

.checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #C41E3A;
}

/* Form Messages */
.form-error {
    background: #ffe6e6;
    color: #d8000c;
    border: 1px solid #d8000c;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    margin: 15px 0;
    font-size: 14px;
}

.form-success {
    background: #e6ffe6;
    color: #008000;
    border: 1px solid #008000;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    margin: 15px 0;
    font-size: 14px;
}

/* Bizum Info */
.bizum-info {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    margin: 20px 0;
    border: 1px solid #e0d5c8;
}

.bizum-info p {
    font-size: 14px;
    color: #1a1a1a;
}

.bizum-label {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bizum-info strong {
    font-size: 20px;
    display: block;
    margin-top: 5px;
}

/* Submit Button */
.btn-submit {
    display: block;
    width: 100%;
    padding: 16px;
    background: #C41E3A;
    color: #fff;
    border: none;
    border-radius: 40px;
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.btn-submit:hover {
    background: #a31830;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(196, 30, 58, 0.4);
}

.btn-submit:active {
    transform: translateY(0);
}

.btn-submit:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* ============================================
   CONTACT / WHATSAPP SECTION
   ============================================ */
.contact-section {
    background: #1a1a1a;
    padding: 40px 0;
    text-align: center;
}

.contact-section h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 8px;
}

.contact-section p {
    color: #999;
    font-size: 13px;
    margin-bottom: 16px;
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: #fff;
    padding: 14px 34px;
    border-radius: 40px;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.25);
    letter-spacing: 0.3px;
}

.btn-whatsapp:hover {
    background: #1da851;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.35);
}

/* ============================================
   NO EVENT STATE / GENERIC LANDING
   ============================================ */
.generic-hero {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, #faf6f0 0%, #f0e8dc 100%);
    padding: 60px 20px 40px;
}

.generic-title {
    font-family: 'Bricolage Grotesque', serif;
    font-size: 42px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 12px;
    letter-spacing: -1px;
}

.generic-tagline {
    font-size: 18px;
    color: #555;
    margin-bottom: 8px;
    max-width: 500px;
}

.generic-coming-soon {
    font-size: 20px;
    color: #C41E3A;
    font-weight: 600;
    margin-top: 20px;
    padding: 12px 28px;
    background: rgba(196, 30, 58, 0.08);
    border-radius: 30px;
}

/* Events listing */
.events-listing-section {
    padding: 50px 20px;
    background: #fff;
}

.events-listing-section--past {
    background: #faf6f0;
}

.events-listing-title {
    font-family: 'Bricolage Grotesque', serif;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.events-listing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
    max-width: 900px;
    margin: 20px auto 0;
}

.event-listing-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s, box-shadow 0.2s;
}

.event-listing-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.event-listing-card--past {
    opacity: 0.75;
}

.event-listing-card--past:hover {
    opacity: 1;
}

.event-listing-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.event-listing-body {
    padding: 18px 20px;
}

.event-listing-body h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.event-listing-date {
    font-size: 14px;
    color: #666;
    margin-bottom: 4px;
}

.event-listing-venue {
    font-size: 14px;
    color: #888;
    margin-bottom: 4px;
}

.event-listing-price {
    font-size: 15px;
    font-weight: 600;
    color: #C41E3A;
    margin-bottom: 6px;
}

.event-listing-desc {
    font-size: 13px;
    color: #777;
    line-height: 1.5;
}

.generic-contact-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-instagram {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s;
    box-shadow: 0 2px 12px rgba(204, 35, 102, 0.25);
}

.btn-instagram:hover {
    box-shadow: 0 4px 20px rgba(204, 35, 102, 0.4);
    transform: translateY(-1px);
}

/* Event past notice */
.event-past-notice {
    text-align: center;
    padding: 40px 20px;
    background: #faf6f0;
    border-radius: 16px;
    border: 1px solid #e0d6cc;
}

.event-past-notice h2 {
    font-size: 24px;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.event-past-notice p {
    color: #555;
    margin-bottom: 8px;
}

.event-past-notice .btn-instagram {
    margin-top: 16px;
}

/* RGPD consent */
.form-group-consent {
    margin-top: 16px;
}

.consent-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    cursor: pointer;
}

.consent-label input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
    accent-color: #C41E3A;
    width: 16px;
    height: 16px;
}

.legal-link {
    color: #C41E3A;
    text-decoration: underline;
}

.form-legal {
    font-size: 12px;
    color: #888;
    text-align: center;
    margin-top: 12px;
    line-height: 1.5;
}

/* Privacy Modal */
.privacy-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
}

.privacy-modal-content {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 650px;
    max-height: 80vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.privacy-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    border-bottom: 1px solid #e0e0e0;
}

.privacy-modal-header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

.privacy-modal-close {
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
    color: #888;
    padding: 4px;
    line-height: 1;
}

.privacy-modal-close:hover {
    color: #1a1a1a;
}

.privacy-modal-body {
    padding: 25px;
    overflow-y: auto;
    font-size: 14px;
    color: #444;
    line-height: 1.7;
}

.privacy-modal-body h4 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 18px 0 8px;
}

.privacy-modal-body h4:first-child {
    margin-top: 0;
}

.privacy-modal-body ul {
    padding-left: 20px;
    margin: 8px 0;
}

.privacy-modal-body ul li {
    margin-bottom: 4px;
}

.privacy-modal-body a {
    color: #C41E3A;
}

/* ============================================
   LOADING SPINNER
   ============================================ */
.spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    vertical-align: middle;
    margin-right: 8px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.footer-legal-links {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.footer-legal-links a {
    color: #888;
    text-decoration: none;
    font-size: 12px;
    transition: color 0.2s;
}

.footer-legal-links a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-legal-sep {
    color: #555;
    font-size: 12px;
}

/* ============================================
   LEGAL PAGE
   ============================================ */
.legal-page-wrapper {
    max-width: 520px;
    margin: 0 auto;
    min-height: 100vh;
    background: #fff;
}

.legal-header {
    background: #1a1a1a;
    padding: 28px 24px;
    text-align: center;
}

.legal-header-brand {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    transition: opacity 0.2s;
}

.legal-header-brand:hover {
    opacity: 0.8;
}

.legal-header h1 {
    font-family: 'Bricolage Grotesque', serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.legal-body {
    padding: 30px 24px 50px;
    font-size: 14px;
    color: #444;
    line-height: 1.8;
}

.legal-body h2 {
    font-family: 'Bricolage Grotesque', serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 28px 0 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e0d5c8;
}

.legal-body h2:first-child {
    margin-top: 0;
}

.legal-body p {
    margin-bottom: 10px;
}

.legal-body ul {
    padding-left: 20px;
    margin: 8px 0 16px;
}

.legal-body ul li {
    margin-bottom: 6px;
}

.legal-body a {
    color: #C41E3A;
}

.legal-body strong {
    color: #1a1a1a;
}

.legal-updated {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e0d5c8;
}

.legal-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #C41E3A;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    margin-top: 20px;
    transition: opacity 0.2s;
}

.legal-back:hover {
    opacity: 0.7;
}

@media (min-width: 520px) {
    .legal-page-wrapper {
        box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
        border-left: 1px solid #e0d5c8;
        border-right: 1px solid #e0d5c8;
    }
}

/* ============================================
   RESPONSIVE (Tablet & Desktop)
   ============================================ */
/* === Sticky CTA Bar === */
.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 520px;
    z-index: 100;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.sticky-cta.visible {
    opacity: 1;
    pointer-events: auto;
}

.sticky-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 15px 24px;
    background: #C41E3A;
    color: #fff;
    border-radius: 40px;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(196, 30, 58, 0.35);
    transition: all 0.3s;
}

.sticky-cta-btn:hover {
    background: #a31830;
    transform: translateY(-1px);
}

.sticky-cta-price {
    background: rgba(255, 255, 255, 0.2);
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 13px;
}

/* === Footer === */
.site-footer {
    background: #1a1a1a;
    color: #999;
    text-align: center;
    padding: 32px 20px;
}

.footer-inner {
    max-width: 520px;
    margin: 0 auto;
}

.footer-brand {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    margin-bottom: 4px;
}

.footer-desc {
    font-size: 12px;
    color: #888;
    margin-bottom: 16px;
    line-height: 1.5;
}

.footer-links {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 16px;
}

.footer-links a {
    color: #999;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #fff;
}

.footer-copy {
    font-size: 11px;
    color: #666;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (min-width: 520px) {
    .page-wrapper {
        max-width: 520px;
        margin: 0 auto;
        box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
        border-left: 1px solid #e0d5c8;
        border-right: 1px solid #e0d5c8;
    }

    .site-footer {
        max-width: 520px;
        margin: 0 auto;
        border-left: 1px solid #e0d5c8;
        border-right: 1px solid #e0d5c8;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 480px;
    }

    .hero-image {
        max-height: 80vh;
        object-fit: cover;
    }

    .collaborators-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .collaborator-card img {
        width: 90px;
        height: 90px;
    }
}

@media (min-width: 1024px) {
    .page-wrapper {
        max-width: 520px;
    }

    .intro-heading {
        font-size: 26px;
    }

    .capacity-heading {
        font-size: 26px;
    }

    .reservation-heading {
        font-size: 30px;
    }

    .hero-title {
        font-size: 28px;
    }

    .sticky-cta {
        max-width: 520px;
    }
}

/* ============================================
   WHATSAPP FLOATING BUTTON 
   ============================================ */
.whatsapp-float {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    z-index: 90;
    transition: all 0.3s;
    animation: whatsappPulse 2s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.55);
}

.whatsapp-float svg {
    fill: #fff;
    width: 28px;
    height: 28px;
}

@keyframes whatsappPulse {

    0%,
    100% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    }

    50% {
        box-shadow: 0 4px 30px rgba(37, 211, 102, 0.6);
    }
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeInUp 0.6s ease forwards;
}

/* Scroll reveal */
.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* === Map Section === */
.map-section {
    padding: 40px 0;
    text-align: center;
}

.map-venue-name {
    font-family: 'Bricolage Grotesque', serif;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #333;
}

.venue-map {
    height: 300px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 2px solid #e0d6cc;
    z-index: 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

/* Leaflet overrides - hide branding */
.venue-map .leaflet-control-attribution,
.venue-map .leaflet-control-zoom {
    display: none !important;
}

/* Warm tone filter on tiles */
.venue-map .leaflet-tile-pane {
    filter: saturate(0.35) brightness(1.03) sepia(0.12);
}

/* Popup styling */
.venue-map .leaflet-popup-content-wrapper {
    background: #faf6f0;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    font-family: 'Archivo', sans-serif;
    font-size: 14px;
    color: #333;
    border: 1px solid #e0d6cc;
    padding: 4px 8px;
}

.venue-map .leaflet-popup-tip {
    background: #faf6f0;
}

.venue-map .leaflet-popup-close-button {
    display: none;
}

/* Custom marker - remove default bg */
.custom-marker {
    background: none !important;
    border: none !important;
}

.btn-directions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #C41E3A;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s;
    box-shadow: 0 2px 12px rgba(196, 30, 58, 0.25);
}

.btn-directions:hover {
    background: #a01830;
    box-shadow: 0 4px 20px rgba(196, 30, 58, 0.35);
    transform: translateY(-1px);
}

/* Time Slot Selector */
.timeslot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
}

.timeslot-card {
    text-align: center;
    padding: 16px 12px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.timeslot-time {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
}

.timeslot-label {
    font-size: 12px;
    color: #888;
    font-weight: 400;
}

.visual-option-input:checked+.timeslot-card .timeslot-time {
    color: #C41E3A;
}