  * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        @import url('https://fonts.googleapis.com/css2?family=Levenim+MT&display=swap');
        body {
            font-family: 'Levenim MT', 'Source Sans Pro', sans-serif;
            background: white;
            color: #000000;
            overflow-x: hidden;
        }
        
        .invitation-container {
            width: 100vw;
            max-width: 100vw;
            margin: 0 auto;
            background: white;
            position: relative;
        }


        .header-image, .footer-image {
            width: 100%;
            height: auto;
            display: block;
        }

        .names {
            font-family: 'Rastanty', 'Dancing Script', cursive;
            font-size: clamp(3.5rem, 8vw, 7.5rem);
            font-style: italic;
            text-align: center;
            font-weight: 100;
            color: #3a5a3e;
            margin-bottom: 0.6rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
            line-height: 1.1;
        }

        .date {
            font-family: 'Playfair Display', serif;
            font-size: clamp(1.3rem, 3vw, 2.3rem);
            text-align: center;
            letter-spacing: clamp(1px, 0.3vw, 3px);
            color: #333;
            margin-bottom: 1rem;
        }



        
        .message {
            font-size: clamp(1.5rem, 3.5vw, 2rem);
            text-align: center;
            padding: clamp(1.2rem, 3vw, 2rem);
            color: #444;
            position: relative;
            z-index: 2;
        }

        .message-section {
            position: relative;
            min-height: clamp(100px, 20vw, 150px);
        }


        .message-section::after {
        content: "";
        background-image: url('../../assets/images/freepik__adjust__79128.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: clamp(120px, 25vw, 200px);
        height: 100%;
        z-index: 1;
    }

        .events-section {
            padding: clamp(1rem, 3vw, 2rem) clamp(1rem, 3vw, 2rem) clamp(0.5rem, 2vw, 1rem) clamp(1rem, 3vw, 2rem);
        }

        .events-title {
            font-family: 'Rastanty', 'Dancing Script';
            font-size: clamp(2.8rem, 6vw, 4rem);
            text-align: center;
            color: #3a5a3e;
            margin-bottom: clamp(1.5rem, 3vw, 2rem);
        }

        .events-grid {
            text-align: center;
            display: grid;    /* asegura que funcione grid */
            grid-template-columns: 1fr;
            gap: clamp(1rem, 3vw, 1.5rem);
        }


        .event-card {
            background: #fdfdfd;
            padding: clamp(1rem, 2.5vw, 1.5rem);
            display: flex;
            align-items: stretch;
            justify-content: center;
            gap: 1.5rem;
            margin-bottom: 20px;
        }

        .event-separator {
            width: 2px;
            background: #556b2f;
            flex-shrink: 0;
        }


        .event-type {
            font-family: 'Levenim MT', 'Source Sans Pro', sans-serif;
            font-size: clamp(1.4rem, 2.8vw, 1.8rem);
            color: #000000;
            margin-bottom: 1rem;
            font-weight: 700;
        }

        .event-time {
            font-size: clamp(1.8rem, 3.5vw, 2.3rem);
            font-weight: 600;
            color: #000000;
            margin-bottom: 1.5rem;
        }

        .event-location {
            color: #000000;
            line-height: 1.2;
            text-align: center;
            font-size: clamp(1.1rem, 2.2vw, 1.3rem);

            display: flex;
            flex-direction: column;
            align-items: center; /* 🔹 Centra horizontalmente todo el contenido */
            gap: 0.4rem; /* Espacio entre líneas y botón */
        }


        .location-name {
            font-weight: 600;
            color: #3a5a3e;
            font-size: clamp(1.3rem, 2.5vw, 1.4rem);
            margin-bottom: 0.5rem;
        }

        .rsvp-section {
            padding: clamp(2rem, 4vw, 3rem) clamp(1rem, 2vw, 1rem) clamp(0.1rem, 0.2vw, 0.1rem) clamp(1rem, 2vw, 1rem);
            position: relative;
        }



        .rsvp-reservacion {
            position: absolute;
            top: -15px;
            left: calc(50% - 35px);
            width: clamp(50px, 8vw, 70px);
            height: clamp(50px, 8vw, 70px);
            background-image: url('../../assets/images/reserva-5.png');
            background-size: contain;
            background-repeat: no-repeat;
            margin-bottom: 20px;
        }

        .rsvp-decoration-left {
            position: absolute;
            left: clamp(10px, 3vw, 20px);
            top: clamp(10px, 3vw, 20px);
            width: clamp(60px, 12vw, 120px);
            height: clamp(60px, 12vw, 120px);
            background-image: url('../../assets/images/florsola.png');
            background-size: contain;
            background-repeat: no-repeat;
            z-index: 1;
            transform: rotate(-70deg);
        }

        .rsvp-decoration-right {
            position: absolute;
            right: clamp(10px, 3vw, 20px);
            top: clamp(10px, 3vw, 20px);
            width: clamp(40px, 7vw, 60px);
            height: clamp(40px, 7vw, 60px);
            background-image: url('../../assets/images/clic.png');
            background-size: contain;
            background-repeat: no-repeat;
            z-index: 1;
            transform: rotate(-25deg);
        }

        .rsvp-title {
            font-family: 'Levenim MT', 'Source Sans Pro', sans-serif;
            font-size: clamp(1.6rem, 3vw, 2rem);
            margin-bottom: 0.3rem;
            line-height: 1.2;
            position: relative;
            color: #3a5a3e;
            z-index: 2;
        }

        .seats-number {
            font-size: clamp(2.8rem, 6vw, 4rem);
            font-weight: 700;
            margin: 0.3rem 0;
            line-height: 1.1;
            color: #000000;
        }

        .rsvp-info {
            font-family: 'Rastanty', 'Dancing Script';
            font-size: clamp(1.4rem, 2rem, 2.5rem);
            margin-bottom: 0.5rem;
            line-height: 1.2;
        }
        
        .whatsapp-section {
            padding: clamp(0.1rem, 0.2vw, 0.1rem) clamp(1rem, 2vw, 1rem);
            margin-top: -0.5rem; /* para unir con RSVP */
        }

        .whatsapp-card {
            background: #fdfdfd;
            padding: clamp(2rem, 6vw, 4rem);
            text-align: center;
        }


        .whatsapp-info {
            font-family: 'Levenim MT', 'Source Sans Pro', sans-serif;
            font-size: clamp(1.5rem, 1.7rem, 1.9rem);
            margin-bottom: 0.3rem;
            line-height: 1.2;
            position: relative;
            color: #3a5a3e;
        }

        .whatsapp-btn {
            display: inline-block;
            color: rgb(0, 0, 0);
            padding: clamp(0.8rem, 1.5vw, 1rem) clamp(1.5rem, 3vw, 2rem);
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: clamp(1rem, 1.3rem, 1.5rem);
            transition: all 0.3s ease;
            margin-bottom: 0rem;
            background: rgba(37, 211, 102, 0.1);
            border: 2px solid #25D366;            
        }

        .whatsapp-btn:hover {
            background: #128c7e;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        }



        .gift-section {
            padding: clamp(0.1rem, 0.2vw, 0.1rem);
            border-radius: 15px;
            margin-top: clamp(1rem, 3vw, 2rem);
            background: white;
            position: relative;
        }

        .gift-card {
            background: #fdfdfd;
            padding: clamp(2rem, 6vw, 4rem);
            text-align: center;
        }

        .gift-decoration {
            position: absolute;
            top: -15px;
            left: calc(50% - 35px);
            width: clamp(50px, 8vw, 70px);
            height: clamp(50px, 8vw, 70px);
            background-image: url('../../assets/images/regalo.png');
            background-size: contain;
            background-repeat: no-repeat;
            margin-bottom: 20px;

        }
        

        .gift-registry a:last-child {
            display: inline-block;
            background: linear-gradient(135deg, #b30d37, #d81b60);
            color: white;
            font-size: clamp(2rem, 4vw, 2.5rem);
            font-weight: 700;
            padding: 0.6rem 1.2rem;
            border-radius: 12px;
            text-decoration: none;
            letter-spacing: 1px;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .gift-registry a:last-child:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
        }




        .gift-info {
            font-family: 'Rastanty', 'Dancing Script';
            font-size: clamp(1.4rem, 2rem, 2.5rem);
            margin-bottom: clamp(0.5rem, 1.5rem, 2rem);
            line-height: 1.2;
        }


        .btn-location {
            background: linear-gradient(135deg, #4CAF50, #388E3C);
            color: white !important;
            border: none;
            padding: 0.5rem 1rem;
            border-radius: 2rem;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            transition: all 0.3s ease;
            width: auto; /* Para que no ocupe todo el ancho */
        }

        .btn-location:hover {
            background: linear-gradient(135deg, #45A049, #2E7D32);
            transform: scale(1.05);
        }

        .btn-location img.click-icon {
            height: 20px;
            width: auto;
        }

        .btn-location {
            margin-top: 0.6rem; /* Un pequeño margen superior para separarlo del texto */
        }

        .click-icon {
            width: 20px;
            height: auto;
            animation: click-bounce 1.2s infinite;
        }

        @keyframes click-bounce {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-3px); }
        }



        @media (max-width: 768px) {

            .invitation-container {
                width: 100%;
                max-width: 100%;
            }

            .names-separator {
                font-size: 2.8rem;
                margin: 0 0.5rem;
            }



            .message-section::after {
                opacity: 0.4;
            }


            .event-card {
                flex-direction: column !important;
                padding: 1.5rem;
            }


            .rsvp-decoration-left{
                width: 60px;
                height: 60px;
            }            
            
            .rsvp-decoration-right {
                width: 35px;
                height: 35px;
            }



        }