/* Global Reset ve Temel Stiller */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(135deg, #fdfbf7 0%, #f5f1eb 100%);
    color: #2c2c2c;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Parola Ekranı */
.password-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: linear-gradient(135deg, #fdfbf7 0%, #f5f1eb 100%);
}

.password-box {
    background: white;
    padding: 60px 50px;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(139, 69, 69, 0.08);
    max-width: 440px;
    width: 100%;
    text-align: center;
}

.password-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: #8b4545;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.password-subtitle {
    font-size: 0.95rem;
    color: #6b6b6b;
    margin-bottom: 32px;
    font-weight: 300;
}

.password-input {
    width: 100%;
    padding: 16px 20px;
    font-size: 1rem;
    border: 1.5px solid #e5e5e5;
    border-radius: 10px;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.password-input:focus {
    outline: none;
    border-color: #8b4545;
    box-shadow: 0 0 0 3px rgba(139, 69, 69, 0.1);
}

.password-button {
    width: 100%;
    padding: 16px 20px;
    background: #8b4545;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: 'Inter', sans-serif;
}

.password-button:hover {
    background: #723838;
    transform: translateY(-2px);
}

.password-button:active {
    transform: translateY(0);
}

.error-message {
    color: #8b4545;
    font-size: 0.9rem;
    margin-top: 16px;
    min-height: 20px;
    font-weight: 400;
}

/* Ana Container */
.main-container {
    min-height: 100vh;
    padding-bottom: 60px;
}

/* Hero Bölümü */
.hero-section {
    text-align: center;
    padding: 100px 30px 80px;
    max-width: 800px;
    margin: 0 auto;
}

.main-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.5rem;
    font-weight: 600;
    color: #8b4545;
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 1.2;
}

.main-subtitle {
    font-size: 1.1rem;
    color: #6b6b6b;
    margin-bottom: 50px;
    font-weight: 300;
    letter-spacing: 0.3px;
}

.music-button {
    padding: 16px 48px;
    background: white;
    color: #8b4545;
    border: 2px solid #8b4545;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    box-shadow: 0 4px 16px rgba(139, 69, 69, 0.15);
}

.music-button:hover {
    background: #8b4545;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 24px rgba(139, 69, 69, 0.25);
}

.music-button:active {
    transform: translateY(-1px);
}

.music-button.playing {
    background: #8b4545;
    color: white;
}

/* Galeri Container */
.gallery-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

/* Galeri Öğeleri */
.gallery-item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.gallery-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.photo-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(139, 69, 69, 0.08);
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.photo-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(139, 69, 69, 0.15);
}

.gallery-photo {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.photo-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.8rem;
    color: white;
    text-align: left;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.3px;
    padding: 24px 28px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
    width: 100%;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Footer */
.footer {
    text-align: center;
    padding: 60px 30px 40px;
    margin-top: 60px;
}

.final-message {
    max-width: 800px;
    margin: 0 auto 80px;
    padding: 50px 40px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(139, 69, 69, 0.08);
}

.final-text {
    font-size: 1.25rem;
    color: #4a4a4a;
    line-height: 1.9;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.3px;
}

.signature {
    font-family: 'Dancing Script', cursive;
    font-size: 2.5rem;
    color: #8b4545;
    text-align: center;
    font-weight: 600;
    margin-top: 80px;
}

.footer-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    color: #8b4545;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.5px;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .password-box {
        padding: 40px 30px;
    }

    .password-title {
        font-size: 2rem;
    }

    .hero-section {
        padding: 60px 20px 50px;
    }

    .main-title {
        font-size: 2.5rem;
    }

    .main-subtitle {
        font-size: 1rem;
    }

    .music-button {
        padding: 14px 36px;
        font-size: 0.95rem;
    }

    .gallery-container {
        padding: 30px 20px;
        gap: 60px;
    }

    .photo-caption {
        font-size: 1.4rem;
        padding: 18px 22px;
    }

    .final-message {
        padding: 40px 30px;
        margin-bottom: 60px;
    }

    .final-text {
        font-size: 1.1rem;
    }

    .signature {
        font-size: 2rem;
        margin-top: 60px;
    }

    .footer-text {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .password-title {
        font-size: 1.75rem;
    }

    .main-title {
        font-size: 2rem;
    }

    .music-button {
        padding: 12px 32px;
        font-size: 0.9rem;
    }

    .gallery-container {
        gap: 50px;
    }

    .photo-caption {
        font-size: 1.2rem;
        padding: 16px 20px;
    }

    .final-message {
        padding: 30px 20px;
    }

    .final-text {
        font-size: 1rem;
    }

    .signature {
        font-size: 1.8rem;
        margin-top: 50px;
    }
}