:root {
    --color-primary: #a0a2ce;
    --color-secondary: #ffffff;
    --color-dark: #5a5a5a;
    --color-light: #ffffff;
    --color-spotify: #1DB954;
    --color-spotify-dark: #191414;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--color-dark);
    overflow-x: hidden;
    background: linear-gradient(135deg, #fdfcfb 0%, #a0a2ce 100%);
}

h1, h2, h3, h4, h5 {
    font-family: 'Cormorant SC', serif;
}

.Montserratt-letter {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.cormorant-sc-light {
    font-family: "Cormorant SC", serif;
    font-weight: 300;
    font-style: normal;
}

.cormorant-sc-regular {
    font-family: "Cormorant SC", serif;
    font-weight: 400;
    font-style: normal;
}

.cormorant-sc-medium {
    font-family: "Cormorant SC", serif;
    font-weight: 500;
    font-style: normal;
}

.cormorant-sc-semibold {
    font-family: "Cormorant SC", serif;
    font-weight: 600;
    font-style: normal;
}

.cormorant-sc-bold {
    font-family: "Cormorant SC", serif;
    font-weight: 700;
    font-style: normal;
}

.hero-section {
    background: url('../images/hero-bg.jpg') no-repeat center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: top;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.couple-names {
    font-size: 4.5rem;
    margin-bottom: 1rem;
    margin-top: 50px;
    letter-spacing: 3px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@keyframes glow {
    from {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #559BC9, 0 0 20px #336a8f;
    }
    to {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #559BC9, 0 0 40px #559BC9;
    }
}

.wedding-date {
    font-size: 2rem;
    margin-bottom: 2rem;
    animation: fadeInUp 1.5s ease 0.5s both;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.countdown {
    font-size: 1.5rem;
    align-items:center;
    margin: 2rem 0;
    margin-top: 20rem;
    animation: fadeIn 2s ease 1s both;
}

.countdown-number {
    font-size: 2.8rem;
    font-weight: bold;
    color: var(--color-secondary);
    border-radius: 10px;
    padding: 10px;
    margin: 0 5px;
    min-width: 80px;
    display: inline-block;
    animation: pulse 2s infinite;
}

.countdown-label {
    font-size: 1rem;
    margin-top: 5px;
    display: block;
}

.section {
    padding: 5rem 0;
}

.gradient-bg {
    background: linear-gradient(120deg, #f8e1e7 0%, #a6bdf2 100%);
}

.gradient-bg-2 {
    background: linear-gradient(120deg, #e2d1f9 0%, var(--bs-primary-border-subtle) 100%);
}

.gradient-bg-3 {
    background: linear-gradient(120deg, #f8e1e7 0%, #6f42c1 50%, #f8e1e7 100%);
    background-size: 200% 200%;
    animation: gradientMove 15s ease infinite;
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
    color: var(--color-dark);
    position: relative;
}

.section-title:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: var(--color-secondary);
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.bible-verse {
    background: linear-gradient(135deg, #f8e1e7 0%, #e2d1f9 100%);
    font-style: italic;
    text-align: center;
    padding: 4rem 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.location-details {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.location-details:hover {
    transform: translateY(-5px);
}

.location-icon {
    font-size: 2.5rem;
    color: var(--color-secondary);
    margin-bottom: 1rem;
}

.couple-photo {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 15px;
    margin: 2rem auto;
    display: block;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    border: 5px solid white;
}

.gallery-img {
    width: 90%;
    height: 200px;
    object-fit: cover;
    margin: 1.5rem auto;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.gallery-img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.modal-img {
    width: 100%;
    border-radius: 10px;
}

.itinerario-item {
    padding: 1.5rem;
    border-left: 3px solid var(--color-secondary);
    margin-bottom: 1.5rem;
    position: relative;
    border-radius: 0 10px 10px 0;
}

.itinerario-hora {
    font-weight: bold;
    color: var(--color-secondary);
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.rsvp-btn {
    background: linear-gradient(135deg, var(--color-secondary) 0%, #c19b2c 100%);
    color: white;
    padding: 18px 45px;
    border: none;
    border-radius: 30px;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 2rem auto;
    display: block;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.rsvp-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    background: linear-gradient(135deg, #c19b2c 0%, var(--color-secondary) 100%);
}

footer {
    color: white;
    padding: 3rem 0 2rem;
    text-align: center;
}

.footer-links {
    margin: 1.5rem 0;
}

.footer-links a {
    color: white;
    margin: 0 10px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--color-primary);
}

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

@keyframes fadeInUp {
    from { 
        opacity: 0;
        transform: translateY(30px);
    }
    to { 
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from { 
        opacity: 0;
        transform: translateY(-30px);
    }
    to { 
        opacity: 1;
        transform: translateY(0);
    }
}

.animate {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease, transform 1s ease;
}

.animate.animated {
    opacity: 1;
    transform: translateY(0);
}

.date-animation {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* Responsive */
@media (max-width: 768px) {
    .couple-names {
        font-size: 1.5rem;
    }
    
    .wedding-date {
        font-size: 1rem;
    }
    
    .countdown-number {
        font-size: 1rem;
        min-width: 60px;
        margin: 5px;
    }
    
    .section {
        padding: 3rem 0;
    }
    
    .gallery-img {
        width: 85%;
        height: 180px;
        margin: 1.5rem auto;
    }
}

@media (max-width: 576px) {
    .gallery-img {
        width: 80%;
        height: 160px;
    }
    
    .couple-photo {
        width: 90%;
    }
    
    .countdown-number {
        font-size: 1.7rem;
        min-width: 50px;
        padding: 8px;
    }
    
    .countdown-label {
        font-size: 0.8rem;
    }
}

.photo-specs {
    background: linear-gradient(135deg, #f8e1e7 0%, #e2d1f9 100%);
    padding: 2rem;
    border-radius: 15px;
    margin-top: 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.music-container {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 30px;
    width: 100%;
    max-width: 700px;
    text-align: center;
}

.spotify-player {
    margin-top: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}