
@import url('https://fonts.googleapis.com/css2?family=Lavishly+Yours&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lavishly+Yours&family=Rouge+Script&display=swap');

/* Evita que el navegador muestre azul/subrayado en números detectados como links */
.no-link, .no-link a, .no-link span, .no-link strong {
    color: inherit !important;
    text-decoration: none !important;
    cursor: text !important;
}
/* Botón copiar para Alias y CBU */
.copy-btn {
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 8px;
    padding: 2px 4px;
    vertical-align: middle;
    transition: background 0.2s;
    border-radius: 5px;
    outline: none;
    position: relative;
}
.copy-btn:hover, .copy-btn.copied {
    background: #f3e7d8;
}
.copy-btn svg {
    display: inline-block;
    vertical-align: middle;
}
/* Reset y configuración base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Cormorant Garamond', serif;
    line-height: 1.6;
    color: #333;
    background: #f8f9fa;
    min-height: 100vh;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* Fondo con patrón floral similar al original */
.container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f8d7da' fill-opacity='0.15'%3E%3Cpath d='M30 30c0-6.627-5.373-12-12-12s-12 5.373-12 12 5.373 12 12 12 12-5.373 12-12zm12 0c0-6.627-5.373-12-12-12s-12 5.373-12 12 5.373 12 12 12 12-5.373 12-12z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23dda0dd' fill-opacity='0.1'%3E%3Cpath d='M20 20c0-5.5-4.5-10-10-10s-10 4.5-10 10 4.5 10 10 10 10-4.5 10-10zm10-10c0-5.5-4.5-10-10-10s-10 4.5-10 10 4.5 10 10 10 10-4.5 10-10z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 120px 120px, 80px 80px;
    background-position: 0 0, 40px 40px;
    z-index: -1;
    opacity: 0.6;
}

/* Header con nombres */
.header {
    text-align: center;
    padding: 40px 20px;
    position: relative;
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(248,249,250,0.9) 100%);
}

.logo-section {
    margin-bottom: 20px;
}

.decorative-border {
    width: 200px;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #d4a574 20%, #8b4f6b 50%, #d4a574 80%, transparent 100%);
    margin: 0 auto;
}

.names {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.name {
    font-family: "Rouge Script", cursive;
    font-size: 4.5rem;
    font-weight: 400;
    color: #8b4f6b;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    margin: 0;
}

.ampersand {
    font-family: 'Great Vibes', cursive;
    font-size: 3.5rem;
    color: #d4a574;
    font-weight: 400;
}

/* Invitación principal */
.main-invitation {
    text-align: center;
    padding: 50px 20px;
    position: relative;
    background: rgba(255,255,255,0.95);
}

.invitation-text {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #5d4e75;
    text-transform: uppercase;
}

.date-main {
    font-family: "Rouge Script", cursive;
    font-size: 4rem;
    color: #8b4f6b;
    font-weight: 400;
    margin: 30px 0;
}

/* Contador de días */
.countdown-section {
    margin: 40px 0;
    padding: 30px;
    background: linear-gradient(135deg, rgba(139, 79, 107, 0.05), rgba(212, 165, 116, 0.05));
    border-radius: 15px;
    border: 1px solid rgba(139, 79, 107, 0.1);
}

.countdown-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 70px;
}

.countdown-number {
    font-family: 'Dancing Script', cursive;
    font-size: 2.5rem;
    font-weight: 700;
    color: #8b4f6b;
    line-height: 1;
}

.countdown-label {
    font-size: 0.9rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}



.floral-left-img, .floral-right-img {
    position: absolute;
    width: 250px;
    height: 250px;
    background-image: 
        radial-gradient(circle at 30% 30%, rgba(255, 182, 193, 0.8) 3px, transparent 3px),
        radial-gradient(circle at 70% 70%, rgba(221, 160, 221, 0.6) 2px, transparent 2px),
        radial-gradient(circle at 50% 20%, rgba(255, 228, 225, 0.7) 4px, transparent 4px),
        radial-gradient(circle at 20% 80%, rgba(255, 192, 203, 0.5) 3px, transparent 3px);
    background-size: 40px 40px, 30px 30px, 50px 50px, 35px 35px;
    background-position: 0 0, 15px 15px, 25px 5px, 5px 25px;
    border-radius: 50%;
    opacity: 0.8;
}

.floral-left-img {
    left: -80px;
    top: 0;
    transform: rotate(-15deg);
    background: linear-gradient(45deg, rgba(255, 182, 193, 0.3), rgba(221, 160, 221, 0.2));
}

.floral-right-img {
    right: -80px;
    top: 50px;
    transform: rotate(15deg);
    background: linear-gradient(-45deg, rgba(255, 228, 225, 0.3), rgba(255, 192, 203, 0.2));
}

/* Elementos florales adicionales */
.floral-left-img::before, .floral-right-img::before {
    content: '🌸';
    position: absolute;
    font-size: 2rem;
    top: 20%;
    left: 20%;
    opacity: 0.7;
}

.floral-left-img::after, .floral-right-img::after {
    content: '🌺';
    position: absolute;
    font-size: 1.5rem;
    bottom: 30%;
    right: 25%;
    opacity: 0.6;
}




/* Sección de cita */
.quote-section {
    text-align: center;
    padding: 60px 30px;
    background: linear-gradient(120deg, #fff5ec 80%, #dda0dd 100%);
    margin: 40px 20px;
    border-radius: 20px;
    border: 1.5px solid #f3e7d8;
    box-shadow: 0 2px 10px rgba(139, 79, 107, 0.06);
}

blockquote {
    font-family: 'Great Vibes', cursive;
    font-size: 2rem;
    color: #8b4f6b;
    font-style: normal;
    margin-bottom: 20px;
    line-height: 1.4;
}

cite {
    font-size: 1.1rem;
    color: #666;
    font-weight: 500;
    font-style: normal;
}

/* Detalles del evento */

.event-details {
    text-align: center;
    padding: 60px 30px;
    background: linear-gradient(135deg, #fff5ec 80%, #f8d7da 100%);
    margin: 30px 20px;
    border-radius: 20px;
    border: 1.5px solid #f3e7d8;
    box-shadow: 0 2px 10px rgba(139, 79, 107, 0.06);
}

.event-details h3 {
    font-family: 'Dancing Script', cursive;
    font-size: 3rem;
    color: #8b4f6b;
    margin-bottom: 30px;
    font-weight: 700;
}

.event-date {
    font-size: 1.4rem;
    margin-bottom: 40px;
    line-height: 1.6;
    font-weight: 500;
}

.venue h4 {
    font-family: 'Dancing Script', cursive;
    font-size: 2.5rem;
    color: #d4a574;
    margin-bottom: 15px;
    font-weight: 700;
}

.venue address {
    font-style: normal;
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.6;
}

.adults-only {
    font-size: 1.1rem;
    color: #888;
    font-style: italic;
    background: rgba(139, 79, 107, 0.05);
    padding: 15px;
    border-radius: 10px;
    border-left: 4px solid #8b4f6b;
}

/* Código de vestimenta */
.dress-code {
    text-align: center;
    padding: 50px 30px;
    background: rgba(139, 79, 107, 0.03);
    margin: 30px 20px;
    border-radius: 15px;
}

.dress-code-icon {
    width: 80px;
    height: 50px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    overflow: visible;
}

.dress-code h3 {
    font-family: 'Dancing Script', cursive;
    font-size: 2.5rem;
    color: #8b4f6b;
    margin-bottom: 20px;
    font-weight: 700;
}

.dress-code p {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.bride-note {
    color: #888;
    font-style: italic;
    margin-top: 20px !important;
    font-size: 1.1rem !important;
}

/* Sección de regalos */

.gifts-section {
    text-align: center;
    padding: 60px 30px;
    background: linear-gradient(120deg, #fff5ec 80%, #f3e7d8 100%);
    margin: 30px 20px;
    border-radius: 20px;
    border: 1.5px solid #f3e7d8;
    box-shadow: 0 2px 10px rgba(139, 79, 107, 0.06);
}

.gifts-section p {
    font-size: 1.2rem;
    margin-bottom: 15px;
    line-height: 1.6;
}

.gifts-section h3 {
    font-family: 'Dancing Script', cursive;
    font-size: 2.8rem;
    color: #8b4f6b;
    margin: 25px 0;
    font-weight: 700;
}


.bank-details {
    background: linear-gradient(120deg, #fff5ec 80%, #f3e7d8 100%);
    padding: 30px;
    border-radius: 15px;
    margin: 30px 0;
    box-shadow: 0 8px 25px rgba(139, 79, 107, 0.08);
    border: 1.5px solid #f3e7d8;
    transition: all 0.3s ease;
}

.bank-details:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.bank-details p {
    margin: 8px 0;
    font-size: 1.1rem;
    text-align: left;
}

/* Sección de música */

/* Sección Spotify actualizada */

.spotify-section {
    text-align: center;
    padding: 50px 30px;
    background: linear-gradient(135deg, #fff5ec 80%, #dda0dd 100%);
    margin: 30px 20px;
    border-radius: 15px;
    border: 1.5px solid #f3e7d8;
    box-shadow: 0 2px 10px rgba(139, 79, 107, 0.06);
}

.spotify-section h3 {
    font-family: 'Dancing Script', cursive;
    font-size: 2.5rem;
    color: #d4a574;
    margin: 20px 0 18px;
    font-weight: 700;
}

.spotify-section p {
    font-size: 1.3rem;
    margin-bottom: 18px;
    font-weight: 500;
}

.spotify-button {
    background: linear-gradient(45deg, #1DB954, #8b4f6b);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Cormorant Garamond', serif;
    box-shadow: 0 5px 15px rgba(30, 215, 96, 0.18);
    text-decoration: none;
    display: inline-block;
}

.spotify-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(30, 215, 96, 0.28);
    background: linear-gradient(45deg, #1DB954, #d4a574);
}

/* Sección RSVP */

.rsvp-section {
    text-align: center;
    padding: 60px 30px;
    background: linear-gradient(135deg, #8b4f6b 80%, #d4a574 100%);
    color: #fff5ec;
    margin: 40px 20px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    border: 1.5px solid #f3e7d8;
    box-shadow: 0 2px 10px rgba(139, 79, 107, 0.08);
}
/* Flor decorativa solo al inicio */
.floral-img-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: auto;
    z-index: 10;
    transform: none;
}
.floral-img-bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: auto;
    z-index: 10;
    transform: scaleX(-1);
}

.decorative-floral-bottom {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 100px;
    background: 
        radial-gradient(circle at 50% 50%, rgba(255,255,255,0.1) 20px, transparent 20px),
        radial-gradient(circle at 30% 70%, rgba(255,255,255,0.08) 15px, transparent 15px);
    background-size: 40px 40px, 30px 30px;
}

.rsvp-section h3 {
    font-family: 'Dancing Script', cursive;
    font-size: 3rem;
    margin-bottom: 25px;
    font-weight: 700;
}

.rsvp-section p {
    font-size: 1.2rem;
    margin-bottom: 15px;
    line-height: 1.6;
}

.confirm-button {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid white;
    padding: 15px 30px;
    border-radius: 25px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Cormorant Garamond', serif;
    margin-top: 20px;
}

.confirm-button:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}



.decorative-floral-save {
    position: absolute;
    top: -20px;
    right: 20px;
    width: 100px;
    height: 100px;
    background: 
        radial-gradient(circle at 50% 50%, rgba(139, 79, 107, 0.1) 10px, transparent 10px),
        radial-gradient(circle at 30% 70%, rgba(212, 165, 116, 0.1) 8px, transparent 8px);
    background-size: 25px 25px, 20px 20px;
    border-radius: 50%;
}

.save-date h3 {
    font-family: 'Dancing Script', cursive;
    font-size: 2.5rem;
    color: #8b4f6b;
    margin-bottom: 20px;
    font-weight: 700;
}

.save-date p {
    font-size: 1.2rem;
    margin-bottom: 25px;
}

.calendar-button {
    background: linear-gradient(45deg, #8b4f6b, #d4a574);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Cormorant Garamond', serif;
    box-shadow: 0 5px 15px rgba(139, 79, 107, 0.3);
}

.calendar-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(139, 79, 107, 0.4);
}

/* Footer */
.footer {
    height: 120px;
    position: relative;
    background: linear-gradient(135deg, rgba(248,249,250,0.9), rgba(255,255,255,0.9));
}

.decorative-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(90deg, 
        rgba(139, 79, 107, 0.1) 0%, 
        rgba(212, 165, 116, 0.15) 25%,
        rgba(139, 79, 107, 0.2) 50%, 
        rgba(212, 165, 116, 0.15) 75%,
        rgba(139, 79, 107, 0.1) 100%);
}

/* Responsive Design */
@media (max-width: 768px) {
    .name {
        font-size: 3.5rem;
    }
    
    .ampersand {
        font-size: 2.8rem;
    }
    
    .names {
        flex-direction: column;
        gap: 10px;
    }
    
    .invitation-text {
        font-size: 1rem;
        letter-spacing: 1px;
    }
    
    .date-main {
        font-size: 2.2rem;
    }
    
    .countdown-container {
        gap: 15px;
    }
    
    .countdown-number {
        font-size: 2rem;
    }
    
    blockquote {
        font-size: 1.6rem;
    }
    
    .floral-left-img, .floral-right-img {
        width: 180px;
        height: 180px;
    }
    
    .container {
        margin: 0;
        box-shadow: none;
    }
    
    .event-details, .gifts-section, .rsvp-section, .spotify-section {
        margin: 20px 10px;
        padding: 40px 20px;
    }
}

@media (max-width: 480px) {
    .name {
        font-size: 2.8rem;
    }
    
    .countdown-item {
        min-width: 60px;
    }
    
    .countdown-number {
        font-size: 1.8rem;
    }
    
    .floral-left-img, .floral-right-img {
        width: 150px;
        height: 150px;
    }
    
    .bank-details p {
        font-size: 1rem;
    }
    
    .header, .main-invitation, .quote-section {
        padding: 30px 15px;
    }
}