/**
 * ╔═══════════════════════════════════════════════════════════╗
 * ║              ✨ Coded by Ghosty Sa4 ✨                    ║
 * ║         İlk Bahis Sosyal Medya Hub - Styles               ║
 * ╚═══════════════════════════════════════════════════════════╝
 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #0a0a0a 100%);
    min-height: 100vh;
    color: #ffffff;
    line-height: 1.6;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(212, 175, 55, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 215, 0, 0.06) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.container {
    position: relative;
    z-index: 1;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

header {
    text-align: center;
    padding: 40px 20px 20px;
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.logo-image {
    max-width: 150px;
    height: auto;
    filter: drop-shadow(0 4px 20px rgba(212, 175, 55, 0.5));
    transition: all 0.3s ease;
}

.logo-image:hover {
    filter: drop-shadow(0 6px 30px rgba(255, 215, 0, 0.7));
    transform: scale(1.05);
}

.logo-subtitle {
    font-size: 0.75rem;
    color: #D4AF37;
    font-weight: 400;
    text-shadow: 0 2px 10px rgba(212, 175, 55, 0.3);
}

main {
    padding: 20px;
}

h1 {
    text-align: center;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #ffffff;
}

.subtitle {
    text-align: center;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 40px;
    font-weight: 400;
}

.social-links {
    display: grid;
    gap: 15px;
    margin-bottom: 50px;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(184, 134, 11, 0.05) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 12px;
    padding: 16px 20px;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.2), transparent);
    transition: left 0.5s ease;
}

.social-link:hover::before {
    left: 100%;
}

.social-link:hover {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.2) 0%, rgba(255, 215, 0, 0.15) 100%);
    border-color: rgba(212, 175, 55, 0.6);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

.social-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    flex-shrink: 0;
}

.social-icon.instagram {
    background: linear-gradient(45deg, #D4AF37 0%, #B8860B 50%, #8B6914 100%);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

.social-icon.twitter {
    background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);
    border: 1px solid #D4AF37;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.social-icon.telegram {
    background: linear-gradient(135deg, #D4AF37 0%, #B8860B 100%);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

.social-icon.youtube {
    background: linear-gradient(135deg, #B8860B 0%, #8B6914 100%);
    box-shadow: 0 4px 15px rgba(184, 134, 11, 0.4);
}

.social-icon.link {
    background: linear-gradient(135deg, #FFD700 0%, #D4AF37 100%);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.5);
}

.social-icon.headset {
    background: linear-gradient(135deg, #D4AF37 0%, #F4E5C3 100%);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

.social-icon i {
    font-size: 24px;
    color: #ffffff;
}

.social-text h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.content {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(26, 26, 26, 0.6) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.content h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #D4AF37;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(212, 175, 55, 0.3);
}

.content p {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
}

footer {
    text-align: center;
    padding: 30px 20px;
    border-top: 1px solid rgba(212, 175, 55, 0.3);
    margin-top: 20px;
}

footer p {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-link {
    color: rgba(212, 175, 55, 0.8);
    text-decoration: none;
    font-size: 0.875rem;
    transition: all 0.3s ease;
    position: relative;
}

.footer-link::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #D4AF37, #FFD700);
    transition: width 0.3s ease;
}

.footer-link:hover {
    color: #FFD700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.footer-link:hover::after {
    width: 100%;
}

.footer-dev {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.dev-badge {
    display: inline-block;
    font-size: 0.85rem;
    color: rgba(212, 175, 55, 0.9);
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(26, 26, 26, 0.8) 100%);
    padding: 8px 20px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.4);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}

.dev-badge strong {
    background: linear-gradient(135deg, #FFD700, #D4AF37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
}

/* Responsive */
@media (max-width: 768px) {
    .logo-image {
        max-width: 120px;
    }

    h1 {
        font-size: 1.75rem;
    }

    .social-link {
        padding: 14px 18px;
    }

    .social-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
    }

    .social-icon i {
        font-size: 22px;
    }

    .social-text h3 {
        font-size: 0.95rem;
    }

    .content {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 10px;
    }

    header {
        padding: 30px 10px 15px;
    }

    .logo-image {
        max-width: 100px;
    }

    h1 {
        font-size: 1.5rem;
    }

    .social-link {
        gap: 12px;
        padding: 12px 16px;
    }

    .social-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .social-icon i {
        font-size: 20px;
    }

    .social-text h3 {
        font-size: 0.9rem;
    }

    .footer-links {
        flex-direction: column;
        gap: 10px;
    }
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.social-link {
    animation: fadeIn 0.4s ease-out forwards;
    opacity: 0;
}

.social-link:nth-child(1) { animation-delay: 0.05s; }
.social-link:nth-child(2) { animation-delay: 0.1s; }
.social-link:nth-child(3) { animation-delay: 0.15s; }
.social-link:nth-child(4) { animation-delay: 0.2s; }
.social-link:nth-child(5) { animation-delay: 0.25s; }
.social-link:nth-child(6) { animation-delay: 0.3s; }
.social-link:nth-child(7) { animation-delay: 0.35s; }

