:root {
    --orange-dark: #ff7300;
    --orange-light: #ff7300;
    --blue: #3b82f6;
    --telegram: #0088cc;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    color: white;
    overflow-x: hidden;
    background-color: #1a1a1a;
}

/* Página de Verificação */
.age-check {
    background: linear-gradient(135deg, white, white);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.container {
    width: 100%;
    max-width: 400px;
}

.avatar-container {
    text-align: center;
    margin-bottom: 25px;
}

.avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,0.2);
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.card h1 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 600;
}

.btn-orange {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(to right, var(--orange-light), var(--orange-dark));
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s ease;
    box-shadow: 0 8px 20px rgba(249, 115, 22, 0.4);
}

.btn-orange:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 30px rgba(249, 115, 22, 0.6);
}

/* Página de Perfil */
.profile-page {
    background-color: #1a1a1a;
    min-height: 100vh;
}

.hero-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60vh;
    z-index: 0;
}

.hero-image {
    position: absolute;
    top: -140px; /* Move um pouco para baixo */
    width: 100%;
    height: 100%;
    background-image: url('../assets/img2.jpeg');
    background-size: cover;
    background-position: center top;
}

.hero-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to bottom, 
        rgba(26, 26, 26, 0) 0%, 
        rgba(26, 26, 26, 0.63) 30%, 
        rgb(26, 26, 26) 60%, 
        #1a1a1a 100%
    );
    pointer-events: none;
}

.content {
    position: relative;
    z-index: 1;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    padding-top: 50vh;
}

.username {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
    font-weight: 700;
}

/* Redes Sociais */
.social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.social-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
    transition: all 0.3s;
    border: 1px solid rgba(255,255,255,0.15);
    text-decoration: none;
    box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}

.social-btn:hover {
    transform: scale(1.1);
    background: rgba(255,255,255,0.2);
}

.instagram:hover { background: #E1306C !important; }
.twitter:hover { background: #1DA1F2 !important; }
.tiktok:hover { background: #000 !important; }

/* Links Principais */
.link-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
}

.link-card {
    display: flex;
    align-items: center;
    height: 95px;
    border-radius: 16px;
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 18px;
    overflow: hidden;
    transition: all 0.3s;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
    position: relative;
}

.link-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.link-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0,0,0,0.5);
}

.icon-box {
    width: 95px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.12);
    border-radius: 50%;
}

.icon-box img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 50%;
}

.link-card span {
    flex: 1;
    text-align: center;
    padding-right: 20px;
}

/* Cores específicas */
.privacy { background: linear-gradient(to right, #f97316, #ea580c); }
.telegram { background: linear-gradient(to right, #0088cc, #006699); }
.onlyfans { background: linear-gradient(to right, #00aff0, #0088cc); }

/* Efeitos de animação */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

.link-card {
    animation: pulse 4s infinite ease-in-out;
}

.link-card:hover {
    animation: none;
}

/* Efeitos para redes sociais */
.social-btn {
    background: rgb(255, 255, 255) !important;
    transition: all 0.3s ease;
}

.social-btn:hover {
    transform: scale(1.1) translateY(-3px) !important;
    box-shadow: 0 8px 15px rgba(0,0,0,0.3) !important;
}

.instagram:hover svg path {
    fill: url(#gradient-instagram);
}

.twitter:hover {
    background: #1DA1F2 !important;
}

.tiktok:hover {
    background: #000 !important;
}

.tiktok:hover svg path {
    fill: #fff;
}

/* Efeito de flutuação aleatória */
.link-card:nth-child(1) {
    animation-delay: 0s;
}
.link-card:nth-child(2) {
    animation-delay: 0.5s;
}
.link-card:nth-child(3) {
    animation-delay: 1s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-8px) scale(1.02);
    }
}

.link-card {
    animation: float 3s ease-in-out infinite;
}

/* Responsividade */
@media (max-width: 500px) {
    .hero-section {
        height: 100vh;
    }
    .content {
        padding-top: 45vh;
    }
    .link-card {
        height: 85px;
    }
    .icon-box {
        width: 85px;
        height: 85px;
    }
    .icon-box img {
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 1024px) {
    .hero-section {
        height: 70vh;
    }
    .content {
        max-width: 600px;
        padding-top: 60vh;
    }
}