@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');

:root {
    --bg-color: #050505;
    --card-bg: #121212;
    --primary: #FF007A;
    --success: #00FF88; /* Verde Neon para venda */
    --text: #ffffff;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Roboto', sans-serif; background-color: var(--bg-color); color: var(--text); line-height: 1.6; }

/* Top Bar */
.top-bar { background: #000; padding: 10px 20px; border-bottom: 2px solid var(--primary); }
.top-bar-content { display: flex; justify-content: center; width: 100%; }
.privacy-logo-fake img { height: 28px; opacity: 1; }

/* Container */
.page-container { max-width: 600px; margin: 0 auto; padding: 10px; }
.profile-page-mock { background: var(--card-bg); border-radius: 15px; overflow: hidden; padding-bottom: 30px; border: 1px solid #333; box-shadow: 0 0 20px rgba(255, 0, 122, 0.1); }

/* Header Bio */
.bio-header { text-align: center; padding: 25px 20px 10px; background: linear-gradient(180deg, rgba(255,0,122,0.1) 0%, rgba(18,18,18,1) 100%); }
.avatar-big { width: 110px; height: 110px; border-radius: 50%; border: 4px solid var(--primary); object-fit: cover; margin-bottom: 10px; box-shadow: 0 0 15px var(--primary); }
.bio-header h1 { font-size: 1.6rem; display: flex; align-items: center; justify-content: center; gap: 5px; margin-bottom: 5px; color: white; text-shadow: 0 0 10px rgba(0,0,0,0.5); }
.verified-icon { width: 22px; height: 22px; }
.username { color: #aaa; font-size: 0.9rem; margin-bottom: 10px; }

/* Status Online Adaptado */
.live-status { display: inline-flex; align-items: center; background: rgba(0, 255, 136, 0.1); color: var(--success); padding: 5px 12px; border-radius: 20px; font-size: 0.8rem; font-weight: bold; border: 1px solid rgba(0, 255, 136, 0.3); }
.dot { width: 8px; height: 8px; background: var(--success); border-radius: 50%; margin-right: 6px; animation: pulse 1.5s infinite; }

/* Galeria */
.gallery-section { margin: 15px 0; padding: 0 10px; }
.gallery-header { text-align: center; margin-bottom: 10px; }
.gallery-header p { color: white; font-size: 0.85rem; font-weight: 900; letter-spacing: 1px; background: var(--primary); display: inline-block; padding: 4px 12px; border-radius: 5px; transform: skew(-10deg); }
.photo-slider { width: 100%; height: 380px; border-radius: 8px; overflow: hidden; border: 1px solid #333; }
.photo-slider img { width: 100%; height: 100%; object-fit: cover; }

/* Vídeo Borrado */
.forbidden-video-section { padding: 15px 20px; text-align: center; }
.forbidden-video-section h3 { color: var(--text); margin-bottom: 5px; font-size: 1.1rem; text-transform: uppercase; font-weight: 900; }
.warning-text { color: #888; font-size: 0.8rem; margin-bottom: 15px; }
.blurred-video-container { position: relative; width: 100%; height: 220px; border-radius: 10px; overflow: hidden; border: 2px dashed var(--primary); background: #000; }
.blur-bg { width: 100%; height: 100%; object-fit: cover; filter: blur(15px); opacity: 0.6; }
.overlay-lock { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; width: 100%; }

/* --- NOVA ÁREA DE OFERTA --- */
.offer-section { padding: 0 15px; margin-bottom: 20px; }
.offer-box { background: #1a1a1a; border: 2px solid #333; border-radius: 10px; padding: 20px; text-align: center; position: relative; overflow: hidden; }
.offer-title { font-weight: 900; font-size: 1.1rem; margin-bottom: 15px; color: white; text-transform: uppercase; border-bottom: 1px solid #333; padding-bottom: 10px; }
.benefit-list { list-style: none; text-align: left; margin-bottom: 20px; padding-left: 10px; }
.benefit-list li { margin-bottom: 8px; font-size: 0.95rem; color: #ccc; }
.price-container { display: flex; flex-direction: column; align-items: center; gap: 5px; background: rgba(0,0,0,0.3); padding: 10px; border-radius: 8px; }
.old-price { font-size: 0.9rem; color: #666; text-decoration: line-through; }
.new-price { font-size: 1.4rem; color: var(--success); font-weight: 900; text-shadow: 0 0 10px rgba(0, 255, 136, 0.3); }

/* Botão Checkout */
.cta-section { padding: 0 20px 10px; text-align: center; }
.cta-copy { font-size: 0.9rem; margin-bottom: 10px; font-weight: bold; color: #aaa; text-transform: uppercase; }

.checkout-btn {
    display: block;
    background: linear-gradient(45deg, #00b09b, #96c93d); /* Gradiente Verde Venda */
    color: #000;
    text-decoration: none;
    padding: 18px;
    border-radius: 8px;
    font-weight: 900;
    font-size: 1.1rem;
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.4);
    animation: pulse-btn 2s infinite;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid white;
}
.checkout-btn:active { transform: scale(0.98); }
.payment-icons { margin-top: 15px; font-size: 0.8rem; color: #888; }
.security-text { margin-top: 8px; color: #555; font-size: 0.75rem; }

/* Social Proof */
.social-proof { padding: 20px; margin-top: 10px; border-top: 1px solid #333; background: #0f0f0f; }
.social-proof h3 { text-align: center; font-size: 1rem; margin-bottom: 15px; color: white; }
.proof-box { background: #1c1c1c; padding: 10px; border-radius: 6px; font-size: 0.85rem; color: #bbb; margin-bottom: 8px; border-left: 3px solid var(--success); font-style: italic; }

/* Animations */
@keyframes pulse { 0% { opacity: 1; } 50% { opacity: 0.4; } 100% { opacity: 1; } }
@keyframes pulse-btn { 0% { box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.7); } 70% { box-shadow: 0 0 0 10px rgba(0, 255, 136, 0); } 100% { box-shadow: 0 0 0 0 rgba(0, 255, 136, 0); } }

/* Popup Venda */
.popup { 
    position: fixed; 
    top: 20px; right: 20px; 
    background: #1a1a1a; 
    padding: 12px 20px; 
    border-radius: 8px; 
    display: flex; 
    align-items: center; 
    gap: 12px; 
    box-shadow: 0 5px 20px rgba(0,0,0,0.8); 
    z-index: 9999; 
    transform: translateX(150%); /* Escondido na direita */
    transition: transform 0.5s ease-out; 
    border: 1px solid #333; 
    max-width: 90%;
}
.popup.show { transform: translateX(0); }
.check-icon { width: 24px; height: 24px; background: var(--success); border-radius: 50%; color: black; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 14px; }
.popup p { font-size: 0.85rem; margin: 0; color: #eee; line-height: 1.2; }

footer { text-align: center; padding: 30px 20px; color: #444; font-size: 0.75rem; }