:root {
    --primary: #FF6B6B;
    --secondary: #4ECDC4;
    --tertiary: #FFD93D;
    --accent: #A8E6CF;
    --purple: #9B6B9E;
    --orange: #FF9F1C;
    --pink: #FF99C8;
    --blue: #4FB3FF;
    --mundo-interior: #9B6B9E;
    --mundo-conquista: #4CAF50;
    --mundo-energia: #FF6B6B;
    --mundo-afeto: #FF99C8;
    --mundo-diversao: #FFD93D;
    --shadow-3d: 0 10px 0 rgba(0,0,0,0.2), 0 15px 25px rgba(0,0,0,0.15);
    --shadow-3d-hover: 0 15px 0 rgba(0,0,0,0.2), 0 20px 30px rgba(0,0,0,0.2);
    --shadow-3d-pressed: 0 5px 0 rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.1);
    --bg-gradient: linear-gradient(145deg, #FFEAA7 0%, #B5EAD7 50%, #C7CEEA 100%);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body { font-family: 'Nunito', sans-serif; background: var(--bg-gradient); min-height: 100vh; color: #2D4059; overflow-x: hidden; }

.card-3d { border-radius: 30px; background: white; box-shadow: var(--shadow-3d); transition: all 0.2s ease; border: 2px solid white; }
.card-3d:hover { transform: translateY(-5px); box-shadow: var(--shadow-3d-hover); }
.card-3d:active { transform: translateY(5px); box-shadow: var(--shadow-3d-pressed); }

.btn-3d { padding: 12px 25px; border: none; border-radius: 60px; font-family: 'Fredoka One', cursive; font-size: 1rem; color: white; background: var(--primary); box-shadow: 0 6px 0 #c44f4f; cursor: pointer; transition: all 0.1s; text-decoration: none; display: inline-block; }
.btn-3d:hover { transform: translateY(-2px); box-shadow: 0 8px 0 #c44f4f; }
.btn-3d:active { transform: translateY(4px); box-shadow: 0 2px 0 #c44f4f; }

.header-3d { background: rgba(255,255,255,0.9); backdrop-filter: blur(10px); border-bottom: 3px solid white; box-shadow: var(--shadow-3d); position: sticky; top: 0; z-index: 1000; padding: 15px 0; }
.header-container { max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 0 30px; }
.logo { font-family: 'Fredoka One', cursive; font-size: 2rem; background: linear-gradient(135deg, var(--primary), var(--purple), var(--blue)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-decoration: none; }
.logo-small { font-size: 1.5rem; }
.nav-links { display: flex; gap: 15px; flex-wrap: wrap; }
.nav-link { font-family: 'Fredoka One', cursive; color: #2D4059; text-decoration: none; padding: 8px 15px; border-radius: 30px; background: white; box-shadow: 0 4px 0 #cccccc; transition: all 0.1s; }
.nav-link:hover { transform: translateY(-2px); box-shadow: 0 6px 0 #cccccc; }

.top-bar { max-width: 1400px; margin: 15px auto; display: flex; justify-content: space-between; align-items: center; padding: 0 30px; }
.counter-3d { background: linear-gradient(145deg, var(--purple), var(--pink)); padding: 8px 20px; border-radius: 40px; color: white; font-weight: bold; box-shadow: 0 6px 0 #6a4d6b; border: 2px solid white; }
.secure-seal { background: white; padding: 8px 18px; border-radius: 40px; box-shadow: 0 4px 0 #cccccc; border: 2px solid var(--secondary); color: var(--secondary); display: flex; align-items: center; gap: 8px; font-weight: bold; }

.legal-notice { max-width: 1400px; margin: 15px auto; padding: 12px 25px; background: #FFF3CD; border: 3px solid #FFE69C; border-radius: 40px; box-shadow: 0 6px 0 #E0A800; color: #856404; font-weight: bold; text-align: center; font-size: 0.9rem; }

.progress-bar-container { width: 100%; height: 12px; background: #f0f0f0; border-radius: 30px; overflow: hidden; margin: 15px 0; }
.progress-fill { height: 100%; border-radius: 30px; transition: width 0.3s; }

.stat-digitacao { background: white; padding: 10px 20px; border-radius: 40px; box-shadow: 0 4px 0 #ccc; border: 2px solid #f0f0f0; font-weight: bold; }

.footer { background: white; border-top: 3px solid white; box-shadow: 0 -10px 0 rgba(0,0,0,0.1); padding: 50px 0 20px; margin-top: 80px; }
.footer-container { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; padding: 0 30px; }
.footer-col h4 { font-family: 'Fredoka One', cursive; font-size: 1.3rem; margin-bottom: 20px; color: var(--primary); }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { color: #2D4059; text-decoration: none; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--secondary); }
.social-links { display: flex; gap: 15px; margin-top: 20px; }
.social-link { width: 40px; height: 40px; background: var(--secondary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; text-decoration: none; box-shadow: 0 4px 0 #2a6fb0; }
.footer-bottom { max-width: 1400px; margin: 40px auto 0; padding: 20px 30px 0; border-top: 2px solid #f0f0f0; text-align: center; color: #666; font-size: 0.9rem; }

.sticky-ad { position: fixed; bottom: 0; left: 0; width: 100%; background: white; box-shadow: 0 -5px 0 rgba(0,0,0,0.1); z-index: 9999; padding: 10px; text-align: center; border-top: 3px solid var(--secondary); display: none; }
.close-ad { position: absolute; right: 15px; top: -15px; background: var(--primary); color: white; border: none; border-radius: 50%; width: 30px; height: 30px; cursor: pointer; font-weight: bold; }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.float-animation { animation: float 3s ease-in-out infinite; }

@media (max-width: 1000px) { .header-container { flex-direction: column; gap: 15px; } .logo { font-size: 1.8rem; } }
@media (max-width: 768px) { .top-bar { flex-direction: column; gap: 15px; } .nav-links { justify-content: center; } }