.icon{width:1em;height:1em;fill:currentColor;vertical-align:middle;}.game-link .icon{width:1.2em;height:1.2em;}.carousel-btn .icon{width:1.5em;height:1.5em;}.feature .icon{width:3rem;height:3rem;margin-bottom:1rem;color:#ff6b6b;}.social-link .icon{width:1.5rem;height:1.5rem;}.skip-links{position:absolute;top:-100px;left:0;z-index:10000;}.skip-link{position:absolute;top:0;left:0;background:#ff6b6b;color:white;padding:10px 20px;text-decoration:none;font-weight:600;border-radius:0 0 10px 0;transform:translateY(-100%);transition:transform 0.3s ease;}.skip-link:focus{transform:translateY(0);outline:3px solid #ffd93d;outline-offset:2px;}*:focus{outline:3px solid #ffd93d;outline-offset:2px;}.btn:focus,.lang-btn:focus,.carousel-btn:focus,.dot:focus{outline:3px solid #ffd93d;outline-offset:2px;box-shadow:0 0 0 3px rgba(255,217,61,0.3);}.lang-btn{background:transparent;border:2px solid #ff6b6b;color:#ff6b6b;padding:8px 16px;border-radius:20px;cursor:pointer;font-weight:600;transition:all 0.3s ease;margin-left:10px;}.lang-btn.active{background:#ff6b6b;color:white;}.lang-btn:hover{background:#ff6b6b;color:white;}.lang-btn:focus{outline:3px solid #ffd93d;outline-offset:2px;}.error-message{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);display:flex;align-items:center;justify-content:center;z-index:10000;}.error-content{background:white;padding:2rem;border-radius:10px;text-align:center;max-width:400px;margin:1rem;}.error-content h3{color:#ff6b6b;margin-bottom:1rem;}.error-content p{color:#666;margin-bottom:1.5rem;}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}*{margin:0;padding:0;box-sizing:border-box;}body{font-family:'Poppins',sans-serif;line-height:1.6;color:#333;background:#fff;}.container{max-width:1200px;margin:0 auto;padding:0 20px;}.header{position:fixed;top:0;left:0;width:100%;background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);z-index:1000;transition:all 0.3s ease;}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto;}.logo-container{display:flex;align-items:center;gap:10px;}.logo-image{width:57px;height:40px;border-radius:8px;transition:transform 0.3s ease;object-fit:cover;}.logo-image:hover{transform:scale(1.1);}.logo h1{font-size:1.5rem;font-weight:700;color:#2c3e50;}.nav-links{display:flex;align-items:center;gap:2rem;}.nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color 0.3s ease;}.nav-links a:hover{color:#ff6b6b;}.language-switcher{display:flex;gap:5px;}.hero{height:100vh;display:flex;align-items:center;justify-content:center;position:relative;color:white;text-align:center;overflow:hidden;}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('assets/bg_purfect_climb.webp');background-size:cover;background-position:center;filter:blur(3px);z-index:-2;}.hero::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(102,126,234,0.8) 0%,rgba(118,75,162,0.8) 100%);z-index:-1;}.hero-container{max-width:800px;padding:0 2rem;}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;}.highlight{color:#ffd93d;}.hero-subtitle{font-size:1.3rem;margin-bottom:2.5rem;opacity:0.9;}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;}.btn{display:inline-block;padding:15px 30px;border-radius:30px;text-decoration:none;font-weight:600;transition:all 0.3s ease;border:none;cursor:pointer;font-size:1rem;}.btn-primary{background:#ff6b6b;color:white;}.btn-primary:hover{background:#e74c3c;transform:translateY(-2px);}.btn-secondary{background:transparent;color:white;border:2px solid white;}.btn-secondary:hover{background:white;color:#667eea;}.btn-secondary:focus{outline:3px solid #ffd93d;outline-offset:2px;}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#2c3e50;position:relative;}.section-title::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:#ff6b6b;border-radius:2px;}.games-section{padding:5rem 0;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);}.games-grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:1200px;margin:0 auto;}@media (min-width:768px){.games-grid{grid-template-columns:repeat(2,1fr);gap:4rem;}}.game-card{background:white;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.1);transition:all 0.3s ease;position:relative;}.game-card:hover{transform:translateY(-10px);box-shadow:0 30px 60px rgba(0,0,0,0.15);}.game-card.featured{border:3px solid #ff6b6b;position:relative;}.game-card.featured::before{content:'DESTAQUE';position:absolute;top:20px;right:20px;background:#ff6b6b;color:white;padding:8px 16px;border-radius:20px;font-size:12px;font-weight:600;z-index:10;}.game-image-container{position:relative;height:300px;overflow:hidden;}.game-image{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease;}.game-card:hover .game-image{transform:scale(1.05);}.game-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,0.9));color:white;padding:2rem;transform:translateY(100%);transition:transform 0.3s ease;}.game-card:hover .game-overlay{transform:translateY(0);}.game-overlay .game-title{font-size:1.8rem;font-weight:700;margin-bottom:0.5rem;color:white;}.game-overlay .game-description{font-size:0.95rem;line-height:1.5;opacity:0.9;margin:0;}.game-badges{position:absolute;top:20px;left:20px;display:flex;gap:10px;z-index:10;}.badge{padding:8px 16px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;}.badge.steam{background:#1b2838;color:white;}.badge.playstore{background:#01875f;color:white;}.game-content{padding:2rem;}.game-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;}.game-link{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:25px;text-decoration:none;font-weight:600;transition:all 0.3s ease;min-width:140px;justify-content:center;}.game-link.steam{background:#1b2838;color:white;}.game-link.steam:hover{background:#2a475e;transform:translateY(-2px);}.game-link.playstore{background:#01875f;color:white;}.game-link.playstore:hover{background:#00a86b;transform:translateY(-2px);}.community-section{padding:5rem 0;background:white;}.video-carousel{position:relative;max-width:800px;margin:0 auto;}.carousel-container{position:relative;overflow:hidden;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,0.1);}.carousel-track{display:flex;transition:transform 0.5s ease;}.carousel-slide{min-width:100%;}.carousel-slide iframe{width:100%;height:450px;border:none;}.carousel-controls{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;padding:0 20px;}.carousel-btn{background:rgba(255,255,255,0.9);border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#333;transition:all 0.3s ease;box-shadow:0 5px 15px rgba(0,0,0,0.2);}.carousel-btn:hover{background:white;transform:scale(1.1);}.carousel-dots{display:flex;justify-content:center;gap:0.5rem;margin-top:2rem;}.dot{width:12px;height:12px;border-radius:50%;background:#ddd;cursor:pointer;transition:background 0.3s ease;}.dot.active{background:#ff6b6b;}.about-section{padding:5rem 0;background:#f8f9fa;}.about-content{max-width:800px;margin:0 auto;text-align:center;}.about-text{font-size:1.2rem;color:#666;margin-bottom:3rem;line-height:1.8;}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto;}.feature{text-align:center;padding:2rem;background:white;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,0.1);transition:transform 0.3s ease;}.feature:hover{transform:translateY(-5px);}.feature h3{font-size:1.3rem;margin-bottom:1rem;color:#333;}.feature p{color:#666;}.contact-section{padding:5rem 0;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:white;text-align:center;}.contact-section .section-title{color:white;}.contact-section .section-title::after{background:#ffd93d;}.social-links{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap;}.social-link{display:flex;align-items:center;gap:10px;padding:15px 25px;background:rgba(255,255,255,0.1);border-radius:25px;text-decoration:none;color:white;transition:all 0.3s ease;backdrop-filter:blur(10px);}.social-link:hover{background:rgba(255,255,255,0.2);transform:translateY(-2px);}.social-link.instagram:hover{background:#e4405f;}.social-link.youtube:hover{background:#ff0000;}.social-link.discord:hover{background:#5865f2;}.contact-info{font-size:1.1rem;}.contact-info a{color:#ffd93d;text-decoration:none;}.contact-info a:hover{text-decoration:underline;}.footer{background:#2c3e50;color:white;padding:3rem 0 1rem;}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;}.footer-logo h3{font-size:1.5rem;color:#ff6b6b;}.footer-links{display:flex;gap:2rem;}.footer-links a{color:#ccc;text-decoration:none;transition:color 0.3s ease;}.footer-links a:hover{color:#ff6b6b;}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #555;color:#999;}@media (max-width:768px){.nav-links{display:none;}.hero-title{font-size:2.5rem;}.hero-buttons{flex-direction:column;align-items:center;}.features{grid-template-columns:1fr;}.footer-content{flex-direction:column;gap:1rem;text-align:center;}.social-links{flex-direction:column;align-items:center;}}@media (max-width:480px){.hero-title{font-size:2rem;}.section-title{font-size:2rem;}.game-card{min-height:400px;}.game-image-container{height:200px;}}@media (prefers-contrast:high){.btn-primary{background:#e74c3c;border:2px solid #000;}.btn-secondary{border:2px solid #fff;}}@media (prefers-reduced-motion:reduce){*{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;}}