
        :root {
            --bg-color: #fbfbfb;
            --text-main: #2d2d2d;
            --text-muted: #666666;
            --accent-color: #aba08c;
            --border-color: #e8e8e8;
        }

        body { font-family: 'Lato', sans-serif; background-color: var(--bg-color); color: var(--text-main); margin: 0; padding: 0; line-height: 1.7; }

        /* Pantalla de Bloqueo */
        #gatekeeper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--bg-color); z-index: 9999; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 20px; box-sizing: border-box; }
        .gatekeeper-box { max-width: 400px; width: 100%; text-align: center; }
        .gatekeeper-box h1 { font-family: 'Great Vibes', cursive; font-size: 3.5rem; margin-bottom: 10px; }

        #main-content { display: none; }
        .container { max-width: 700px; margin: 0 auto; padding: 40px 20px; text-align: center; }

        .illustration-container { width: 100%; margin-bottom: 20px; background-color: #ffffff; padding: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.03); border-radius: 4px; box-sizing: border-box; }
        .illustration-container img { width: 100%; height: auto; display: block; border-radius: 2px; }

        header h1 { font-family: 'Great Vibes', cursive; font-size: clamp(3.5rem, 10vw, 5.5rem); font-weight: normal; margin: 25px 0 10px 0; }
        .date-location { font-family: 'Playfair Display', serif; text-transform: uppercase; letter-spacing: 4px; font-size: 1.50rem; color: var(--accent-color); margin-bottom: 60px; }

        .subtitle {
            font-family: 'Playfair Display', serif;
            text-transform: uppercase; letter-spacing: 6px;
            font-size: 1.2rem; color: var(--accent);
            margin-top: -10px; margin-bottom: 40px;
        }

         /* --- ESTILOS CUENTA ATRÁS --- */
        #countdown {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin: 30px 0 50px;
            font-family: 'Playfair Display', serif;
        }
        .countdown-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            min-width: 65px;
        }
        .countdown-number {
            font-size: 2rem;
            font-weight: 400;
            color: var(--text-main);
            line-height: 1;
        }
        .countdown-label {
            font-family: 'Lato', sans-serif;
            font-size: 0.65rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: var(--accent);
            margin-top: 5px;
        }

        section { margin-bottom: 100px; }
        h2 { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: normal; letter-spacing: 1px; margin-bottom: 30px; position: relative; }
        h2::after { content: ''; display: block; width: 40px; height: 1px; background-color: var(--accent-color); margin: 12px auto 0 auto; }

        .details-box { border-top: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color); padding: 35px 0; color: var(--text-muted); font-size: 1.1rem; }
        .details-box strong { color: var(--text-main); display: block; margin-bottom: 5px; font-family: 'Playfair Display', serif; font-size: 1.4rem; }
        
       /* --- ESTILOS DEL CARRUSEL DE FOTOS --- */
        .carousel-wrapper { position: relative; display: flex; align-items: center; justify-content: center; margin: 50px 0 20px; width: 100%; }
        
        .carousel-container { 
            display: flex; 
            overflow-x: auto; 
            scroll-snap-type: x mandatory; 
            gap: 20px; 
            padding: 20px 10px; 
            scroll-behavior: smooth; 
            -ms-overflow-style: none; /* IE and Edge */
            scrollbar-width: none; /* Firefox */
            width: 100%; 
        }
        .carousel-container::-webkit-scrollbar { display: none; /* Chrome, Safari and Opera */ }
        
        .carousel-item { 
            flex: 0 0 80%; /* Ocupa el 80% del ancho en móviles para ver que hay más tarjetas */
            max-width: 320px; 
            scroll-snap-align: center; 
            background: #fff; 
            border-radius: 8px; 
            box-shadow: 0 8px 25px rgba(0,0,0,0.06); 
            overflow: hidden; 
            display: flex; 
            flex-direction: column; 
        }
        
        .carousel-photo { width: 100%; height: 280px; object-fit: cover; border-bottom: 1px solid var(--border-color); }
        .carousel-content { padding: 25px 20px; text-align: center; flex: 1; display: flex; flex-direction: column; justify-content: center; }
        .carousel-title { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: bold; color: var(--text-main); margin-bottom: 10px; display: block; }
        .carousel-desc { color: var(--text-muted); font-size: 0.95rem; line-height: 1.5; margin: 0; }

        .carousel-btn { 
            position: absolute; top: 50%; transform: translateY(-50%); 
            background: white; border: 1px solid var(--border-color); color: var(--accent-color); 
            width: 45px; height: 45px; border-radius: 50%; cursor: pointer; z-index: 10; 
            display: flex; align-items: center; justify-content: center; 
            box-shadow: 0 4px 10px rgba(0,0,0,0.05); transition: all 0.3s ease; font-size: 1.2rem;
        }
        .carousel-btn:hover { background: var(--text-main); color: white; border-color: var(--text-main); }
        .carousel-btn.prev { left: -20px; }
        .carousel-btn.next { right: -20px; }

        @media (max-width: 768px) {
            .carousel-btn { display: none; } /* En móvil se ocultan los botones y se desliza con el dedo */
            .carousel-item { flex: 0 0 85%; }
        }
        /* ------------------------------------- */

        /* Estilos Agenda / Timing */
        .timeline { position: relative; max-width: 400px; margin: 40px auto; text-align: left; padding-left: 30px; }
        .timeline::before { content: ''; position: absolute; left: 0; top: 0; width: 1px; height: 100%; background: var(--border-color); }
        .timeline-item { position: relative; margin-bottom: 40px; }
        .timeline-item::before { content: ''; position: absolute; left: -34px; top: 5px; width: 9px; height: 9px; background: var(--accent-color); border-radius: 50%; }
        .timeline-time { font-family: 'Playfair Display', serif; font-weight: bold; color: var(--text-main); font-size: 1.1rem; display: block; }
        .timeline-desc { color: var(--text-muted); font-size: 0.95rem; }

        /* Otros estilos (RSVP, Guestbook, etc) */
        .map-container { width: 100%; border-radius: 4px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
        form { text-align: left; background: #ffffff; padding: 40px 30px; box-shadow: 0 4px 25px rgba(0,0,0,0.02); border-radius: 4px; }
        .form-group { margin-bottom: 35px; }
        label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 2px; color: var(--accent-color); display: block; margin-bottom: 10px; font-weight: bold; }
        input[type="text"], input[type="password"], select, textarea { width: 100%; padding: 12px 0; border: none; border-bottom: 1px solid var(--border-color); background: transparent; font-family: inherit; font-size: 1.05rem; color: var(--text-main); box-sizing: border-box; outline: none; }
        button { width: 100%; background-color: var(--text-main); color: #ffffff; border: none; padding: 20px; font-family: 'Playfair Display', serif; text-transform: uppercase; letter-spacing: 3px; cursor: pointer; transition: all 0.3s; margin-top: 10px; }
        .password-input-wrapper { position: relative; width: 100%; }
        .toggle-password-icon { position: absolute; right: 0; top: 50%; transform: translateY(-50%); cursor: pointer; color: var(--text-muted); padding: 10px; }

        .message-card { background: #ffffff; padding: 25px; margin-bottom: 15px; text-align: left; border-left: 3px solid var(--accent-color); box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
        footer { margin-top: 100px; font-family: 'Great Vibes', cursive; font-size: 2rem; color: var(--accent-color); padding-bottom: 40px; }
    