/* Variables (from _variables.scss) */
:root{
  --primary:#CF421C;
  --secondary:#E96116;
  --light:#E4DBC0;
  --accent:#e2b632;
  --dark:#000000;
  --bg:#080808;
}

/* reset and typography */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--light);font-family:'Chakra Petch', sans-serif}
/* links */
a{color:var(--light);text-decoration:none}
a:visited{color:var(--light)}
    a{color:var(--light);text-decoration:none;transition:color .2s, box-shadow .2s, background .2s;}
    a:visited{color:var(--light)}
    a:hover, a:focus {
      color:var(--accent);
      text-shadow:0 2px 8px rgba(236,106,36,0.18);
    }

/* Generic mixins translated */
.centerFlex{display:flex;justify-content:center;align-items:center}
.centerColumnFlex{display:flex;justify-content:center;align-items:center;flex-direction:column}
.centerRowFlex{display:flex;justify-content:center;align-items:center;flex-direction:row}
.hoverBasic:hover{cursor:pointer;transition:all .2s ease-in-out;transform:scale(1.05)}
.hoverBasic:hover{cursor:pointer;transition:all .2s ease-in-out;transform:scale(1.08);box-shadow:0 4px 16px rgba(236,106,36,0.18);}

/* Header / Navbar (from Navbar.module.scss) */
.headerNavbar{display:flex;align-items:center;height:8vh;width:100vw;position:fixed;z-index:1000;background-color:var(--dark);padding:0 3rem;gap:2rem}
.headerNavbar .main-nav{display:flex;justify-content:space-evenly;font-size:1.05rem;flex:1;max-width:600px;margin-left:2rem}
.headerNavbar .navMidias{display:flex;align-items:center;gap:1.2rem;padding:8px 16px;background:rgba(255,107,53,0.1);border-radius:25px;border:1px solid rgba(255,107,53,0.2)}
.headerNavbar .header-right{display:flex;align-items:center;gap:1.5rem;margin-left:auto}
.hoverUnderline{
  position:relative;
  display:inline-block;
  padding:10px 18px;
  border-radius:22px;
  transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background:rgba(255,255,255,0.03);
  border:1px solid transparent;
  backdrop-filter:blur(10px);
}
.headerNavbar nav .hoverUnderline a {
  color: var(--light);
  font-weight:500;
  transition:all 0.3s ease;
  text-decoration:none;
}
.hoverUnderline:hover {
  background:rgba(255,107,53,0.12);
  border:1px solid rgba(255,107,53,0.25);
  transform:translateY(-2px);
  box-shadow:0 6px 20px rgba(255,107,53,0.2);
}
.hoverUnderline:hover a {
  color: #FFB733;
  text-shadow:0 0 8px rgba(255,183,51,0.3);
}
.hoverUnderline::after{content:'';position:absolute;bottom:3px;left:50%;width:0;height:2px;background:linear-gradient(90deg, #FF6B35, #FFA500);transition:all 0.4s ease;transform:translateX(-50%);border-radius:1px}
.hoverUnderline:hover::after{width:70%}
.headerNavbar .divLogo{display:flex;align-items:center;justify-content:flex-start}
.headerNavbar .divLogo a{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden}
.headerNavbar .divLogo img{width:64px;height:auto}
.language-selector{display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}
.current-lang{background:linear-gradient(135deg, #ff6B35, #FFA500);padding:10px 20px;border-radius:30px;color:white;font-weight:600;font-size:0.9rem;display:flex;align-items:center;gap:8px;transition:all 0.3s ease;border:none;cursor:pointer;user-select:none;box-shadow:0 3px 10px rgba(255,107,53,0.3)}
.current-lang:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,107,53,0.4);background:linear-gradient(135deg, #ff8A50, #FFB733)}
.language-dropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%);background:rgba(15,15,15,0.98);border-radius:10px;min-width:140px;box-shadow:0 8px 25px rgba(0,0,0,0.5);opacity:0;visibility:hidden;transition:all 0.3s ease;z-index:9999;border:2px solid rgba(255,140,0,0.5);margin-top:8px}
.language-dropdown.active{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.language-selector.active .current-lang{background:linear-gradient(135deg, #ff8A50, #FFB733);transform:translateY(-2px) scale(1.02);box-shadow:0 8px 25px rgba(255,107,53,0.5)}
.language-option{padding:10px 15px;cursor:pointer;transition:all 0.2s ease;font-size:0.85rem;color:#e4dbc0}
.language-option:hover{background:rgba(255,140,0,0.2);color:#ffa500}
.language-option:first-child{border-radius:10px 10px 0 0}
.language-option:last-child{border-radius:0 0 10px 10px}
.navMidias a{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,0.05);transition:all 0.3s ease;position:relative}
.navMidias a:hover{background:rgba(255,107,53,0.2);transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,107,53,0.3)}
.navMidias a img{width:18px;height:18px;transition:all 0.3s ease}
.navMidias a:hover img{filter:brightness(1.2)}
.navMidias a.youtube-icon:hover{background:rgba(255,0,0,0.2);box-shadow:0 4px 12px rgba(255,0,0,0.3)}
.underBar{position:absolute;bottom:0;width:100%;height:3px}
.underBar::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg, rgba(255,0,0,0.8) 0%, rgba(255,140,0,0.9) 25%, rgba(255,255,0,0.7) 50%, rgba(255,140,0,0.9) 75%, rgba(255,0,0,0.8) 100%);background-size:200% 100%;animation:fire-flow 3s ease-in-out infinite}
.underBar::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg, rgba(255,0,0,0.8) 0%, rgba(255,140,0,0.9) 25%, rgba(255,255,0,0.7) 50%, rgba(255,140,0,0.9) 75%, rgba(255,0,0,0.8) 100%);background-size:200% 100%;animation:fire-flow 3s ease-in-out infinite reverse;opacity:0.8}

/* Intro / Hero (from Intro.module.scss) */
.mainDisplayIntro{display:flex;justify-content:center;align-items:center;width:100vw;min-height:68vh;user-select:none;background-image:url('../src/assets/bg3.png');background-size:cover;background-position:center;padding-top:56px}
.sectionIntro{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:0;position:relative;padding:36px 0}
.sectionIntro .divLogo{display:flex;flex-direction:column;align-items:center;width:100%;gap:8px;position:relative}
.sectionIntro .divLogo img{height:500px !important;pointer-events:none;filter:drop-shadow(0 0 8px rgba(255,0,0,.6));animation:pulse-shadow 2s infinite ease-in-out, logo-breathing 4s ease-in-out infinite}
@keyframes pulse-shadow{0%{filter:drop-shadow(0 0 2px rgba(255,0,0,.3))}50%{filter:drop-shadow(0 0 4px rgba(255,0,0,.8))}100%{filter:drop-shadow(0 0 2px rgba(255,0,0,.3))}}
.sectionIntro .divLogo .hero-fire-particle-1,.sectionIntro .divLogo .hero-fire-particle-2,.sectionIntro .divLogo .hero-fire-particle-3,.sectionIntro .divLogo .hero-fire-particle-4,.sectionIntro .divLogo .hero-fire-particle-5{position:absolute;width:15px;height:25px;background:radial-gradient(circle, rgba(255,200,0,0.6) 0%, rgba(255,140,0,0.5) 50%, rgba(255,69,0,0.4) 100%);border-radius:50% 50% 50% 50% / 60% 60% 40% 40%;z-index:5}
.sectionIntro .divLogo .hero-fire-particle-1{top:15%;right:20%;animation:hero-fire-1 3s ease-in-out infinite}
.sectionIntro .divLogo .hero-fire-particle-2{top:25%;left:15%;animation:hero-fire-2 3.5s ease-in-out infinite}
.sectionIntro .divLogo .hero-fire-particle-3{bottom:40%;right:25%;animation:hero-fire-3 2.8s ease-in-out infinite}
.sectionIntro .divLogo .hero-fire-particle-4{top:35%;right:10%;animation:hero-fire-4 2.2s ease-in-out infinite}
.sectionIntro .divLogo .hero-fire-particle-5{bottom:35%;left:20%;animation:hero-fire-5 3.2s ease-in-out infinite}
@keyframes hero-fire-1{0%,100%{transform:translateY(0px) translateX(0px) scale(0.8);opacity:0.3}50%{transform:translateY(-40px) translateX(15px) scale(1.4);opacity:0.6}}
@keyframes hero-fire-2{0%,100%{transform:translateY(0px) translateX(0px) scale(0.9);opacity:0.35}50%{transform:translateY(-35px) translateX(-10px) scale(1.3);opacity:0.65}}
@keyframes hero-fire-3{0%,100%{transform:translateY(0px) scale(0.7);opacity:0.25}50%{transform:translateY(-50px) scale(1.5);opacity:0.7}}
@keyframes hero-fire-4{0%,100%{transform:translateY(0px) translateX(0px) scale(1);opacity:0.4}50%{transform:translateY(-30px) translateX(20px) scale(1.2);opacity:0.6}}
@keyframes hero-fire-5{0%,100%{transform:translateY(0px) translateX(0px) scale(0.85);opacity:0.3}50%{transform:translateY(-45px) translateX(10px) scale(1.6);opacity:0.65}}
.sectionIntro h1{font-size:3.5rem;margin:0}
.sectionIntro p{font-size:1.1rem;text-align:center;max-width:720px}
.teste{display:inline-block;margin-top:12px}
.arrow{width:2rem}

/* About (from About.module.scss) */
.mainDisplayAbout{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100vw;min-height:48vh;position:relative;padding:28px 0;overflow:hidden}
.mainDisplayAbout::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg, rgba(255,0,0,0.8) 0%, rgba(255,140,0,0.9) 25%, rgba(255,255,0,0.7) 50%, rgba(255,140,0,0.9) 75%, rgba(255,0,0,0.8) 100%);background-size:200% 100%;animation:fire-flow 3s ease-in-out infinite;z-index:10}
.mainDisplayAbout::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg, rgba(255,0,0,0.8) 0%, rgba(255,140,0,0.9) 25%, rgba(255,255,0,0.7) 50%, rgba(255,140,0,0.9) 75%, rgba(255,0,0,0.8) 100%);background-size:200% 100%;animation:fire-flow 3s ease-in-out infinite reverse;z-index:10}
.sectionNumbers{width:100%;padding:14px 0;background:linear-gradient(135deg, rgba(207,66,28,0.15) 0%, rgba(233,97,22,0.08) 50%, rgba(226,182,50,0.05) 100%);position:relative;overflow:hidden}
.sectionNumbers::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg, rgba(255,0,0,0.8) 0%, rgba(255,140,0,0.9) 25%, rgba(255,255,0,0.7) 50%, rgba(255,140,0,0.9) 75%, rgba(255,0,0,0.8) 100%);background-size:200% 100%;animation:fire-flow 3s ease-in-out infinite}
.sectionNumbers::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg, rgba(255,0,0,0.8) 0%, rgba(255,140,0,0.9) 25%, rgba(255,255,0,0.7) 50%, rgba(255,140,0,0.9) 75%, rgba(255,0,0,0.8) 100%);background-size:200% 100%;animation:fire-flow 3s ease-in-out infinite reverse}
@keyframes fire-flow{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
.divNumbers{display:flex;width:100%;justify-content:center;align-items:center;gap:22px;flex-wrap:wrap}
.divNumbers div{flex:1 1 220px;min-width:140px;max-width:260px;text-align:center;padding:6px 8px}
.divNumbers h3{font-size:2.0rem;margin:6px 0;font-weight:700}
.sectionAbout{width:100%;display:flex;justify-content:space-between;align-items:center;gap:36px;padding:28px 6%}
.badgeAboutUs{font-size:1.2rem;background-color:rgba(233,96,22,.16);padding:2px 8px;border-radius:4px;color:#E96116;border:1px solid #E96116;position:absolute;top:30%;left:5%}
.divTexts{width:50%;height:70%;display:flex;flex-direction:column;gap:2rem}
.divTexts h2{font-size:2rem}
.divTexts p{font-size:1.1rem;text-align:justify}
.divTexts span{font-weight:600;color:var(--secondary)}
.divImg{width:50%;/* larger card */display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;padding:2rem;border:2px solid #fc7419;box-shadow:0 10px 36px rgba(252,116,25,0.16);border-radius:28px;background:linear-gradient(180deg, rgba(0,0,0,0.45), rgba(0,0,0,0.25));position:relative;overflow:hidden}
.divImg::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg, rgba(255,0,0,0.9) 0%, rgba(255,140,0,1) 25%, rgba(255,255,0,0.8) 50%, rgba(255,140,0,1) 75%, rgba(255,0,0,0.9) 100%);background-size:200% 100%;animation:fire-flow 2.5s ease-in-out infinite;border-radius:28px 28px 0 0;z-index:1}
.divImg::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg, rgba(255,0,0,0.9) 0%, rgba(255,140,0,1) 25%, rgba(255,255,0,0.8) 50%, rgba(255,140,0,1) 75%, rgba(255,0,0,0.9) 100%);background-size:200% 100%;animation:fire-flow 2.5s ease-in-out infinite reverse;border-radius:0 0 28px 28px;z-index:1}
.divImg .fire-particle-1,.divImg .fire-particle-2,.divImg .fire-particle-3{position:absolute;width:8px;height:15px;background:radial-gradient(circle, rgba(255,255,0,0.9) 0%, rgba(255,140,0,0.8) 50%, rgba(255,0,0,0.6) 100%);border-radius:50% 50% 50% 50% / 60% 60% 40% 40%;z-index:3}
.divImg .fire-particle-1{top:20%;right:15%;animation:fire-float-1 2.5s ease-in-out infinite}
.divImg .fire-particle-2{top:40%;left:10%;animation:fire-float-2 3s ease-in-out infinite}
.divImg .fire-particle-3{bottom:30%;right:20%;animation:fire-float-3 2.2s ease-in-out infinite}
@keyframes fire-float-1{0%,100%{transform:translateY(0px) scale(0.8);opacity:0.6}50%{transform:translateY(-25px) scale(1.2);opacity:0.9}}
@keyframes fire-float-2{0%,100%{transform:translateY(0px) translateX(0px) scale(0.7);opacity:0.5}50%{transform:translateY(-20px) translateX(10px) scale(1.1);opacity:0.8}}
@keyframes fire-float-3{0%,100%{transform:translateY(0px) scale(0.9);opacity:0.7}50%{transform:translateY(-30px) scale(1.3);opacity:1}}
.divImg img{height:240px;max-width:460px;margin-bottom:12px;position:relative;z-index:2;animation:logo-breathing 4s ease-in-out infinite}
@keyframes logo-breathing{0%,100%{filter:drop-shadow(0 0 15px rgba(255,69,0,0.7)) drop-shadow(0 0 30px rgba(255,0,0,0.5)) brightness(1)}50%{filter:drop-shadow(0 0 25px rgba(255,69,0,0.9)) drop-shadow(0 0 50px rgba(255,0,0,0.7)) brightness(1.1)}}
.divImg h2{font-size:2rem;margin:8px 0;color:var(--light)}
.divImg{padding:2.25rem}
.divImg p{font-size:1.05rem;line-height:1.6;color:#d9cdb7;text-align:center;margin:0}

/* Community (from Community.module.scss) */
.mainDisplayCommunity{display:flex;flex-direction:column;align-items:center;width:100vw;min-height:34vh;padding:20px 0}
.sectionCommunity{width:100%;padding:12px 6%;display:flex;flex-direction:column;align-items:center}
.sectionCommunity h2{font-size:2.8rem;background:linear-gradient(45deg, #ff6b35, #f7931e, #ffd700, #f7931e, #ff6b35);background-size:300% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:community-title-flow 4s ease-in-out infinite;font-weight:800;letter-spacing:2px;text-shadow:0 0 40px rgba(255,107,53,0.6);margin-bottom:1.5rem}
@keyframes community-title-flow{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}
.divCards{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;margin-top:16px}
.divCards > div{width:280px;background:linear-gradient(145deg, rgba(20,20,20,0.8) 0%, rgba(40,15,5,0.9) 100%);padding:24px 20px;text-align:center;border-radius:20px;border:2px solid transparent;background-clip:padding-box;position:relative;overflow:hidden;transition:all 0.4s cubic-bezier(0.25,0.8,0.25,1);box-shadow:0 8px 32px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.1)}
.divCards img{width:64px}
.divCards .community-fire-1,.divCards .community-fire-2{position:absolute;width:10px;height:16px;background:radial-gradient(circle, rgba(255,215,0,0.6) 0%, rgba(255,140,0,0.5) 50%, rgba(255,69,0,0.3) 100%);border-radius:50% 50% 50% 50% / 60% 60% 40% 40%;z-index:3;opacity:0;transition:opacity 0.4s ease;pointer-events:none}
.divCards .community-fire-1{top:12%;right:20%;animation:community-fire-float-1 2.5s ease-in-out infinite}
.divCards .community-fire-2{bottom:15%;left:18%;animation:community-fire-float-2 3s ease-in-out infinite}
.divCards > div:hover .community-fire-1,.divCards > div:hover .community-fire-2{opacity:1}
@keyframes community-fire-float-1{0%,100%{transform:translateY(0px) scale(0.8);opacity:0.4}50%{transform:translateY(-20px) scale(1.2);opacity:0.8}}
@keyframes community-fire-float-2{0%,100%{transform:translateY(0px) translateX(0px) scale(0.9);opacity:0.3}50%{transform:translateY(-15px) translateX(6px) scale(1.1);opacity:0.7}}

/* Game Night Calendar */
.mainDisplayGamenight{display:flex;flex-direction:column;align-items:center;width:100vw;min-height:50vh;padding:40px 0;position:relative;overflow:hidden;background:linear-gradient(135deg, rgba(15,15,15,0.95) 0%, rgba(30,10,5,0.9) 100%)}
.mainDisplayGamenight::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg, rgba(255,0,0,0.8) 0%, rgba(255,140,0,0.9) 25%, rgba(255,255,0,0.7) 50%, rgba(255,140,0,0.9) 75%, rgba(255,0,0,0.8) 100%);background-size:200% 100%;animation:fire-flow 3s ease-in-out infinite;z-index:10}
.mainDisplayGamenight::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg, rgba(255,0,0,0.8) 0%, rgba(255,140,0,0.9) 25%, rgba(255,255,0,0.7) 50%, rgba(255,140,0,0.9) 75%, rgba(255,0,0,0.8) 100%);background-size:200% 100%;animation:fire-flow 3s ease-in-out infinite reverse;z-index:10}
.sectionGamenight{width:100%;max-width:1200px;padding:20px 6%;display:flex;flex-direction:column;align-items:center}
.gamenight-title{font-size:2.6rem;background:linear-gradient(45deg, #ff4500, #ffa500, #ffd700, #ffa500, #ff4500);background-size:300% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:community-title-flow 4s ease-in-out infinite;font-weight:800;letter-spacing:2px;margin-bottom:1rem;text-align:center}
.gamenight-desc{font-size:1.2rem;text-align:center;color:#e4dbc0;opacity:0.9;margin-bottom:2rem;max-width:600px}






/* Projects (from Projects.module.scss) */
.mainDisplayProjects{display:flex;flex-direction:column;align-items:center;width:100vw;min-height:42vh;background-color:rgba(37,13,0,.35);padding:24px 0;position:relative;overflow:hidden}
.mainDisplayProjects::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg, rgba(255,0,0,0.8) 0%, rgba(255,140,0,0.9) 25%, rgba(255,255,0,0.7) 50%, rgba(255,140,0,0.9) 75%, rgba(255,0,0,0.8) 100%);background-size:200% 100%;animation:fire-flow 3s ease-in-out infinite;z-index:10}
.mainDisplayProjects::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg, rgba(255,0,0,0.8) 0%, rgba(255,140,0,0.9) 25%, rgba(255,255,0,0.7) 50%, rgba(255,140,0,0.9) 75%, rgba(255,0,0,0.8) 100%);background-size:200% 100%;animation:fire-flow 3s ease-in-out infinite reverse;z-index:10}
.sectionProjects{display:flex;flex-direction:column;align-items:center;width:100%;justify-content:center;padding:18px 6%}
.h2Titulo{font-size:2.5rem;margin:0 0 12px;background:linear-gradient(45deg, #ff4500, #ffa500, #ffd700);background-clip:text;-webkit-background-clip:text;color:transparent;text-shadow:0 0 30px rgba(255,69,0,0.5);animation:title-glow 3s ease-in-out infinite;font-weight:700;letter-spacing:1px}
@keyframes title-glow{0%,100%{text-shadow:0 0 30px rgba(255,69,0,0.5), 0 0 60px rgba(255,140,0,0.3)}50%{text-shadow:0 0 40px rgba(255,69,0,0.7), 0 0 80px rgba(255,140,0,0.5)}}
.swiperSection{
  width:100%;
  min-height:420px;
  display:flex;
  gap:48px;
  justify-content:center;
  align-items:center;
  margin:32px 0 40px 0;
}
.swiperSlide{
  position:relative;
  width:520px;
  max-width:90vw;
  overflow:hidden;
  padding:0;
  border-radius:32px;
  border:3px solid var(--accent);
  box-shadow:0 12px 48px rgba(236,106,36,0.28), 0 0 0 8px rgba(252,116,25,0.10);
  background:linear-gradient(120deg,rgba(236,106,36,0.08) 0%,rgba(0,0,0,0.85) 100%);
  transition:transform .28s ease, box-shadow .28s ease;
}
.swiperSlide{
  position:relative;
  width:520px;
  max-width:90vw;
  overflow:hidden;
  padding:0;
  border-radius:32px;
  border:4px solid transparent;
  background:linear-gradient(32deg, #000 0%, #1a0a00 100%) padding-box, 
             linear-gradient(45deg, rgba(255,69,0,0.8) 0%, rgba(255,140,0,0.9) 25%, rgba(255,215,0,0.7) 50%, rgba(255,140,0,0.9) 75%, rgba(255,69,0,0.8) 100%) border-box;
  background-size:100% 100%, 300% 300%;
  animation:card-border-glow 4s ease-in-out infinite;
  box-shadow:0 15px 60px rgba(255,69,0,0.25), 0 0 0 1px rgba(255,140,0,0.1), inset 0 1px 0 rgba(255,255,255,0.1);
  transition:transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease;
}
@keyframes card-border-glow{0%,100%{background-position:100% 100%, 0% 50%}50%{background-position:100% 100%, 100% 50%}}
.swiperSlide:hover{
  transform:translateY(-8px) scale(1.02);
  box-shadow:0 25px 80px rgba(255,69,0,0.4), 0 0 0 2px rgba(255,140,0,0.6), inset 0 1px 0 rgba(255,255,255,0.2);
  animation:card-border-glow 2s ease-in-out infinite, card-pulse 1.5s ease-in-out infinite;
}
@keyframes card-pulse{0%,100%{box-shadow:0 25px 80px rgba(255,69,0,0.4), 0 0 0 2px rgba(255,140,0,0.6), inset 0 1px 0 rgba(255,255,255,0.2)}50%{box-shadow:0 30px 100px rgba(255,69,0,0.6), 0 0 0 3px rgba(255,140,0,0.8), inset 0 1px 0 rgba(255,255,255,0.3)}}
.swiperSlide .card-fire-particle-1,.swiperSlide .card-fire-particle-2{position:absolute;width:12px;height:20px;background:radial-gradient(circle, rgba(255,215,0,0.7) 0%, rgba(255,140,0,0.6) 50%, rgba(255,69,0,0.4) 100%);border-radius:50% 50% 50% 50% / 60% 60% 40% 40%;z-index:4;pointer-events:none}
.swiperSlide .card-fire-particle-1{top:15%;right:15%;animation:card-fire-1 2.8s ease-in-out infinite}
.swiperSlide .card-fire-particle-2{bottom:20%;left:15%;animation:card-fire-2 3.2s ease-in-out infinite}
@keyframes card-fire-1{0%,100%{transform:translateY(0px) scale(0.8);opacity:0.4}50%{transform:translateY(-25px) scale(1.2);opacity:0.7}}
@keyframes card-fire-2{0%,100%{transform:translateY(0px) translateX(0px) scale(0.9);opacity:0.3}50%{transform:translateY(-20px) translateX(8px) scale(1.1);opacity:0.6}}
.swiperSlide img{
  width:100%;
  height:340px;
  object-fit:cover;
  display:block;
  transition:transform .5s cubic-bezier(.2,.8,.2,1), filter .3s ease;
  filter:brightness(0.9) contrast(1.1) saturate(1.2);
}
.swiperSlide:hover img{
  transform:scale(1.08);
  filter:brightness(1.1) contrast(1.2) saturate(1.4);
}
.divCards > div::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg, rgba(255,69,0,0.1) 0%, rgba(255,140,0,0.15) 25%, rgba(255,215,0,0.1) 50%, rgba(255,140,0,0.15) 75%, rgba(255,69,0,0.1) 100%);background-size:300% 300%;animation:card-bg-flow 6s ease-in-out infinite;border-radius:20px;z-index:-1;opacity:0;transition:opacity 0.4s ease}
.divCards > div::after{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg, #ff4500, #ffa500, #ffd700, #ffa500, #ff4500);background-size:300% 300%;animation:card-border-flow 4s ease-in-out infinite;border-radius:22px;z-index:-2;opacity:0;transition:opacity 0.4s ease}
.divCards > div:hover{transform:translateY(-12px) scale(1.05);box-shadow:0 20px 60px rgba(255,69,0,0.3), 0 0 0 1px rgba(255,140,0,0.4), inset 0 1px 0 rgba(255,255,255,0.2)}
.divCards > div:hover::before{opacity:1}
.divCards > div:hover::after{opacity:1}
@keyframes card-bg-flow{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}
@keyframes card-border-flow{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}
.divCards img{width:72px;height:72px;filter:brightness(1.2) drop-shadow(0 4px 12px rgba(255,140,0,0.4));transition:all 0.4s cubic-bezier(0.25,0.8,0.25,1);margin:0 auto 16px auto;display:block;animation:icon-float 3s ease-in-out infinite}
.divCards > div:hover img{transform:scale(1.2) rotate(5deg);filter:brightness(1.4) drop-shadow(0 6px 20px rgba(255,140,0,0.6))}
.divCards h3{font-size:1.4rem;color:#ffa500;margin:12px 0 8px;font-weight:700;text-shadow:0 2px 8px rgba(255,165,0,0.3)}
.divCards p{font-size:1rem;line-height:1.5;color:#e4dbc0;opacity:0.9}
@keyframes icon-float{0%,100%{transform:translateY(0px)}50%{transform:translateY(-8px)}}
.headerNavbar .divLogo a{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;transition:box-shadow .2s, transform .2s;}
.headerNavbar .divLogo a:hover{box-shadow:0 2px 12px rgba(236,106,36,0.18);transform:scale(1.08);}
.headerNavbar .divLogo img{width:64px;height:auto;transition:transform .2s;}
.headerNavbar .divLogo a:hover img{transform:scale(1.12);}
.swiperSlide::before{
  content:'';
  position:absolute;
  inset:0;
  border-radius:32px;
  pointer-events:none;
  box-shadow:0 0 48px rgba(236,106,36,0.18) inset;
}
.swiperSlide img{
  width:100%;
  height:340px;
  object-fit:cover;
  display:block;
  transition:transform .6s cubic-bezier(.2,.8,.2,1);
  box-shadow:0 4px 32px rgba(236,106,36,0.18);
}
.swiperSlide:hover img{
  transform:scale(1.06);
  box-shadow:0 8px 48px rgba(236,106,36,0.28);
}
.overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,0) 40%, rgba(0,0,0,0.55) 70%);
  pointer-events:none;
}
.divText{
  position:absolute;
  bottom:24px;
  left:24px;
  max-width:70%;
  background:rgba(0,0,0,0.80);
  padding:18px 28px;
  border-radius:16px;
  color:#fff;
  font-weight:700;
  box-shadow:0 8px 24px rgba(0,0,0,0.5);
  font-size:1.25rem;
  letter-spacing:0.5px;
}
.divText h2{
  margin:0;
  font-size:1.25rem;
}
.divText p{
  display:block;
  font-size:1.05rem;
  margin-top:6px;
  color:#e2b632;
}
.footerSection{display:none !important}

/* Main site footer styling */
.site-footer{background:#070707;padding:0 4px;border-top:6px solid rgba(236,106,36,0.08);text-align:center}
.site-footer .footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:10px;max-width:1200px;margin:0 auto}
.site-footer .footer-left{display:flex;flex-direction:row;align-items:center;justify-self:start;gap:12px}
.site-footer .footer-left img{width:64px;height:auto}
.site-footer .footer-left .label{font-weight:700}
.site-footer .footer-center{display:flex;align-items:center;justify-self:center}
.site-footer .footer-center p{margin:0;}
.site-footer .footer-right{display:flex;align-items:center;justify-self:end}
.site-footer .footer-right .contact{display:flex;align-items:center;gap:8px}
.site-footer .footer-right .contact img{width:28px}
.site-footer p{margin:2px 0;color:var(--light);opacity:0.95}
.divEmail{display:none}

@media(max-width:900px){
  .swiperSection{gap:18px;}
  .swiperSlide{width:92vw;max-width:98vw;}
  .swiperSlide img{height:220px;}
  .sectionIntro .divLogo img{height:260px}
  .site-footer{padding:0 2px;}
}
@media(max-width:900px){
  .swiperSection{gap:10px;}
  .swiperSlide{width:98vw;max-width:99vw;}
  .swiperSlide img{height:180px;}
  .sectionIntro .divLogo img{height:260px}
  .site-footer{padding:0 2px;}
}

/* Tablet and Mobile adjustments */
@media (max-width:1024px){
  .headerNavbar{padding:0 2rem;height:8vh;gap:1.5rem}
  .headerNavbar .main-nav{justify-content:space-evenly;max-width:500px;margin-left:1rem}
  .headerNavbar .header-right{gap:1.2rem}
  .headerNavbar .navMidias{gap:1rem;padding:6px 12px}
  .navMidias a{width:28px;height:28px}
  .navMidias a img{width:16px;height:16px}
  .hoverUnderline{padding:8px 14px}
  .sectionIntro .divLogo img{height:320px}
  .divNumbers h3{font-size:1.8rem}
  .swiperSlide img{height:220px}
  /* slightly reduce vision card image on tablet */
  .divImg img{height:200px;max-width:380px}
}

@media (max-width:768px){
  /* Footer becomes single column */
  .site-footer{padding:0 1px}
  .site-footer .footer-grid{grid-template-columns:1fr;gap:6px}
  .site-footer .footer-left,.site-footer .footer-center,.site-footer .footer-right{align-items:center}
  .site-footer .footer-left img{width:48px}

  /* Header compact */
  .headerNavbar{gap:1rem}
  .headerNavbar .main-nav{justify-content:space-evenly;font-size:0.9rem;max-width:450px;margin-left:0.5rem}
  .headerNavbar .header-right{gap:1rem}
  .headerNavbar .navMidias{gap:8px;padding:5px 10px}
  .navMidias a{width:26px;height:26px}
  .navMidias a img{width:14px;height:14px}
  .hoverUnderline{padding:6px 12px;font-size:0.85rem}

  /* Hero smaller */
  .sectionIntro .divLogo img{height:220px}
  .sectionIntro h1{font-size:28px}
  .sectionIntro p{font-size:0.95rem}

  /* Numbers stack / smaller */
  .divNumbers{flex-direction:row;gap:12px}
  .divNumbers div{flex:1 1 140px;padding:6px}
  .divNumbers h3{font-size:1.6rem}

  /* Swiper slides full width and taller */
  .swiperSection{padding:0 8px;gap:4px;}
  .swiperSlide{width:99vw;max-width:100vw;}
  .swiperSlide img{height:120px;}
  /* vision card image for mobile/tablet */
  .divImg{width:86%}
  .divImg img{height:140px;max-width:280px}
}

@media (max-width:420px){
  .headerNavbar .main-nav{justify-content:space-between;max-width:350px}
  .hoverUnderline{padding:4px 8px;font-size:0.8rem}
  .sectionIntro .divLogo img{height:180px}
  .sectionIntro h1{font-size:22px}
  .divNumbers h3{font-size:1.4rem}
  .swiperSlide{width:92%}
  .divImg img{height:120px;max-width:220px}
}

/* Forçar imagens responsivas e hero adaptável */
.sectionIntro .divLogo img,
.swiperSlide img,
.cards img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Ajustes de layout para números e parcerias */
.divNumbers { flex-wrap: wrap; gap: 24px; }
.divNumbers > div { min-width: 160px; flex: 1 1 180px; }

/* Navbar compacta em telas pequenas */
@media (max-width: 900px) {
  .navbar ul { display: none; } /* substitua por sua classe de menu */
  .navbar .mobile-toggle { display: block; } /* habilite botão hambúrguer */
  .sectionIntro { padding-top: 36px; min-height: 50vh; }
}

/* Ajustes mobile finos */
@media (max-width: 420px) {
  .sectionIntro .divLogo img { width: 200px; }
  .divNumbers h3 { font-size: 1.25rem; }
}

/* NAV / MOBILE toggle */
.mobile-toggle{
  display:none;
  background:transparent;
  border:0;
  width:44px;height:44px;padding:6px;border-radius:8px;
  align-items:center;justify-content:center;cursor:pointer;
}
.mobile-toggle .bar{display:block;height:3px;background:var(--accent,#e96116);margin:4px 0;border-radius:3px;transition:all .25s}
.headerNavbar{display:flex;align-items:center;gap:16px;padding:12px 40px;position:relative}
.headerNavbar .main-nav{display:flex;gap:28px;align-items:center}
.headerNavbar .navMidias{display:flex;gap:12px;align-items:center}
.headerNavbar img{max-height:40px}

/* mobile menu open state */
.headerNavbar.menu-open .main-nav{
  position:fixed;left:0;top:64px;right:0;background:rgba(7,4,3,0.98);flex-direction:column;padding:18px 20px;gap:14px;z-index:9999;
  box-shadow:0 8px 32px rgba(0,0,0,0.6);
}
.headerNavbar.menu-open .main-nav .hoverUnderline{width:100%;text-align:center}

/* ===== NAVEGAÇÃO RESPONSIVA ===== */

/* Desktop navigation */
@media (min-width: 992px) {
  .mobile-toggle{display:none !important}
  .headerNavbar .main-nav{display:flex !important}
  .headerNavbar .navMidias{display:flex !important}
}

/* Tablet landscape navigation */
@media (max-width: 991px) and (min-width: 768px) {
  .mobile-toggle{display:none !important}
  .headerNavbar .main-nav{display:flex !important;gap:15px}
  .headerNavbar .navMidias{display:flex !important;gap:8px}
}

/* Mobile navigation */
@media (max-width: 767px) {
  .mobile-toggle{display:flex !important}
  .headerNavbar{padding:0 1rem;gap:0.8rem}
  .headerNavbar .main-nav{display:none}
  .headerNavbar .header-right{gap:0.8rem}
  .headerNavbar .navMidias{display:flex !important;gap:6px;padding:4px 8px}
  .navMidias a{width:24px;height:24px}
  .navMidias a img{width:12px;height:12px}

  .current-lang{padding:6px 8px;font-size:0.75rem}
  .language-dropdown{min-width:100px}
  .language-option{padding:8px 12px;font-size:0.8rem}
  
  /* Mobile menu open state */
  .headerNavbar.menu-open .main-nav{
    position:fixed;
    left:0;
    top:6vh;
    right:0;
    background:rgba(7,4,3,0.98);
    flex-direction:column;
    padding:20px;
    gap:16px;
    z-index:9999;
    box-shadow:0 8px 32px rgba(0,0,0,0.6);
    display:flex !important;
  }
  
  .headerNavbar.menu-open .main-nav .hoverUnderline{
    width:90%;
    text-align:center;
    padding:15px 20px;
    margin:5px auto;
    background:rgba(255,107,53,0.08);
    border:1px solid rgba(255,107,53,0.2);
  }
  
  .headerNavbar.menu-open .main-nav .hoverUnderline:hover{
    background:rgba(255,107,53,0.15);
    transform:translateY(-1px);
  }
  
  .headerNavbar.menu-open .main-nav .hoverUnderline a{
    font-size:1.1rem;
    font-weight:600;
  }
  

}

/* Hero/logo responsiveness (ensure fluid sizes) */
.mainDisplayIntro .divLogo img,
.divImg img,
.swiperSlide img,
.divCards img{max-width:100%;height:auto;object-fit:cover;display:block}

/* Numbers section responsive */
.divNumbers{display:flex;justify-content:space-between;align-items:center;gap:32px;padding:28px 8%;flex-wrap:wrap}
.divNumbers>div{flex:1 1 160px;min-width:140px;text-align:center;padding:8px}
.divNumbers h3{font-size:clamp(1.2rem,2.6vw,2.4rem)}
.divNumbers p{font-size:clamp(.8rem,1.2vw,1rem)}

/* Partnerships / swiper spacing on mobile */
.swiperSection{padding:28px 6% 56px;box-sizing:border-box}
.swiperSection .swiperSlide{width:100%;max-width:720px;border-radius:18px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,0.5)}
.swiperSection .swiperSlide img{width:100%;height:100%;display:block;object-fit:cover}

/* Footer compact on mobile */
.site-footer .footer-grid{display:flex;justify-content:space-between;align-items:center;padding:18px 6%}
@media (max-width:768px){
  .site-footer .footer-grid{flex-direction:column;gap:10px;text-align:center;padding:12px 5%}
}

/* touch targets */
a, button, .slideLink{touch-action:manipulation}
a,button{min-height:36px}

/* small screens adjustments */
/* ===== RESPONSIVIDADE COMPLETA ===== */

/* Large Desktop (1200px+) */
@media (min-width: 1200px) {
  .sectionIntro .divLogo img{height:550px !important}
  .divImg img{height:280px;max-width:500px}
}

/* Desktop (992px - 1199px) */
@media (max-width: 1199px) and (min-width: 992px) {
  .sectionIntro .divLogo img{height:480px !important}
  .sectionAbout{padding:28px 4%}
}

/* Tablet Landscape (768px - 991px) */
@media (max-width: 991px) and (min-width: 768px) {
  .headerNavbar{height:7vh;padding:0 15px}


  
  .sectionIntro .divLogo img{height:350px !important}
  .sectionIntro h1{font-size:2.8rem}
  .sectionIntro p{font-size:1rem;padding:0 20px}
  
  .divNumbers{gap:20px;padding:20px 5%}
  .divNumbers h3{font-size:1.7rem}
  
  .sectionAbout{flex-direction:column;gap:30px;padding:30px 5%}
  .divTexts,.divImg{width:90%}
  .divImg{padding:2rem}
  .divImg img{height:200px;max-width:350px}
  
  .divCards{gap:20px;flex-direction:column;align-items:center}
  .divCards > div{width:320px;max-width:90%}
  
  .gamenight-title{font-size:2.2rem}
  
  .swiperSlide{width:85vw;max-width:500px}
  .swiperSlide img{height:250px}
}

/* Tablet Portrait (576px - 767px) */
@media (max-width: 767px) and (min-width: 576px) {
  .headerNavbar{height:6vh;padding:0 1.5rem;gap:1rem}
  .headerNavbar .main-nav{display:none}
  .headerNavbar .header-right{gap:1rem}
  .headerNavbar .navMidias{display:flex !important;gap:8px;padding:5px 10px}
  .mobile-toggle{display:flex}
  .navMidias a{width:26px;height:26px}
  .navMidias a img{width:14px;height:14px}
  
  .mainDisplayIntro{min-height:60vh;padding-top:40px}
  .sectionIntro .divLogo img{height:280px !important}
  .sectionIntro h1{font-size:2.2rem}
  .sectionIntro p{font-size:0.95rem;padding:0 15px}
  
  .divNumbers{flex-direction:row;gap:15px;padding:15px 4%}
  .divNumbers div{flex:1 1 120px;min-width:100px;padding:8px 4px}
  .divNumbers h3{font-size:1.4rem}
  .divNumbers p{font-size:0.85rem}
  
  .sectionAbout{flex-direction:column;gap:25px;padding:25px 4%}
  .divTexts,.divImg{width:95%}
  .divImg{width:90%;padding:1.5rem}
  .divImg img{height:160px;max-width:280px}
  .divTexts h2{font-size:1.7rem}
  .divTexts p{font-size:1rem}
  
  .sectionCommunity h2{font-size:2.2rem}
  .divCards{gap:18px;flex-direction:column;align-items:center}
  .divCards > div{width:300px;max-width:95%;padding:20px 16px}
  .divCards img{width:60px;height:60px}
  .divCards h3{font-size:1.2rem}
  .divCards p{font-size:0.9rem}
  
  .gamenight-title{font-size:1.9rem;letter-spacing:1px}
  .gamenight-desc{font-size:1rem;padding:0 15px}
  
  .h2Titulo{font-size:2rem}
  .swiperSlide{width:92vw;max-width:95vw}
  .swiperSlide img{height:200px}
  
  .site-footer .footer-grid{flex-direction:column;gap:8px;text-align:center;padding:15px 4%}
  .site-footer .footer-left img{width:50px}
}

/* Mobile Large (425px - 575px) */
@media (max-width: 575px) and (min-width: 425px) {
  .headerNavbar{height:6vh;padding:0 10px}
  .headerNavbar .divLogo a{width:3rem;height:3rem}
  .headerNavbar .divLogo img{width:50px}
  
  .mainDisplayIntro{min-height:55vh;padding-top:35px}
  .sectionIntro .divLogo img{height:220px !important}
  .sectionIntro h1{font-size:1.8rem}
  .sectionIntro p{font-size:0.9rem;padding:0 12px}
  .arrow{width:1.5rem}
  
  .divNumbers{flex-wrap:wrap;gap:12px;padding:12px 3%}
  .divNumbers div{flex:1 1 100px;min-width:90px;padding:6px 3px}
  .divNumbers h3{font-size:1.2rem}
  .divNumbers p{font-size:0.8rem}
  
  .sectionAbout{padding:20px 3%}
  .divTexts h2{font-size:1.5rem}
  .divTexts p{font-size:0.9rem}
  .divImg{width:95%;padding:1.2rem}
  .divImg img{height:130px;max-width:220px}
  .divImg h2{font-size:1.6rem}
  .divImg p{font-size:0.95rem}
  
  .sectionCommunity h2{font-size:1.9rem}
  .sectionCommunity p{font-size:0.95rem;padding:0 10px}
  .divCards > div{width:280px;max-width:98%;padding:18px 14px}
  .divCards img{width:55px;height:55px}
  .divCards h3{font-size:1.1rem}
  .divCards p{font-size:0.85rem;line-height:1.4}
  
  .gamenight-title{font-size:1.7rem;letter-spacing:1px}
  .gamenight-desc{font-size:0.95rem;padding:0 10px}
  .event-item{padding:10px 14px}
  .event-date{font-size:0.9rem}
  .event-title{font-size:1rem}
  .event-time{font-size:0.8rem}
  
  .h2Titulo{font-size:1.8rem}
  .swiperSlide{width:96vw}
  .swiperSlide img{height:160px}
}

/* Mobile Medium (375px - 424px) */
@media (max-width: 424px) and (min-width: 375px) {
  .headerNavbar{padding:0 8px}
  
  .sectionIntro .divLogo img{height:200px !important}
  .sectionIntro h1{font-size:1.6rem}
  .sectionIntro p{font-size:0.85rem;padding:0 10px}
  
  .divNumbers{gap:10px;padding:10px 2%}
  .divNumbers div{flex:1 1 80px;min-width:75px;padding:5px 2px}
  .divNumbers h3{font-size:1.1rem}
  .divNumbers p{font-size:0.75rem}
  
  .divTexts h2{font-size:1.4rem}
  .divTexts p{font-size:0.85rem}
  .divImg img{height:110px;max-width:180px}
  .divImg h2{font-size:1.4rem}
  .divImg p{font-size:0.9rem}
  
  .sectionCommunity h2{font-size:1.7rem}
  .divCards > div{width:260px;padding:16px 12px}
  .divCards img{width:50px;height:50px}
  
  .calendar-container{min-width:240px;max-width:280px;padding:14px}
  .gamenight-title{font-size:1.5rem}
  .gamenight-desc{font-size:0.9rem;padding:0 8px}
  .weekly-calendar-extended{max-width:450px;margin-bottom:25px}
  .weekly-calendar-extended img{border-radius:8px;min-height:140px}
  
  .swiperSlide img{height:140px}
}

/* Mobile Small (320px - 374px) */
@media (max-width: 374px) {
  .headerNavbar{padding:0 6px}
  .headerNavbar .divLogo img{width:45px}
  
  .sectionIntro .divLogo img{height:180px !important}
  .sectionIntro h1{font-size:1.4rem}
  .sectionIntro p{font-size:0.8rem;padding:0 8px;line-height:1.3}
  
  .divNumbers{flex-direction:column;gap:8px;padding:8px 2%}
  .divNumbers div{min-width:auto;padding:4px}
  .divNumbers h3{font-size:1rem}
  .divNumbers p{font-size:0.7rem}
  
  .divTexts h2{font-size:1.2rem}
  .divTexts p{font-size:0.8rem}
  .divImg{padding:1rem}
  .divImg img{height:100px;max-width:150px}
  .divImg h2{font-size:1.2rem}
  .divImg p{font-size:0.85rem}
  
  .sectionCommunity h2{font-size:1.5rem}
  .sectionCommunity p{font-size:0.85rem}
  .divCards > div{width:240px;padding:14px 10px}
  .divCards img{width:45px;height:45px}
  .divCards h3{font-size:1rem}
  .divCards p{font-size:0.8rem}
  
  .gamenight-title{font-size:1.3rem}
  .gamenight-desc{font-size:0.85rem;padding:0 6px}
  .weekly-calendar-extended{max-width:380px;margin-bottom:20px}
  .weekly-calendar-extended img{border-radius:6px;min-height:125px}
  .calendar-nav{width:28px;height:28px;font-size:0.8rem}
  .calendar-month-year{font-size:1rem}
  .calendar-weekdays > div{padding:6px 2px;font-size:0.7rem}
  .calendar-day{font-size:0.8rem}
  
  .h2Titulo{font-size:1.6rem}
  .swiperSlide{width:98vw}
  .swiperSlide img{height:120px}
}

/* ===== OTIMIZAÇÕES PARA PARTÍCULAS DE FOGO ===== */

/* Reduzir partículas em mobile para performance */
@media (max-width: 767px) {
  .sectionIntro .divLogo .hero-fire-particle-4,
  .sectionIntro .divLogo .hero-fire-particle-5{
    display:none;
  }
  
  .divImg .fire-particle-2,
  .card-fire-particle-2,
  .community-fire-2{
    display:none;
  }
}

/* Otimizar animações em mobile */
@media (max-width: 575px) {
  .sectionIntro .divLogo img{
    animation:pulse-shadow 3s infinite ease-in-out, logo-breathing 6s ease-in-out infinite;
  }
  
  .divCards img{
    animation:icon-float 4s ease-in-out infinite;
  }
  
  /* Reduzir intensidade das animações de borda */
  .sectionNumbers::before,
  .sectionNumbers::after,
  .mainDisplayAbout::before,
  .mainDisplayAbout::after,
  .mainDisplayGamenight::before,
  .mainDisplayGamenight::after,
  .mainDisplayProjects::before,
  .mainDisplayProjects::after{
    animation-duration:4s;
  }
}

/* Performance otimizada para mobile pequeno */
@media (max-width: 374px) {
  /* Simplificar efeitos visuais */
  .swiperSlide{
    background:linear-gradient(32deg, #000 0%, #1a0a00 100%) !important;
    border:2px solid rgba(255,140,0,0.5) !important;
    animation:none !important;
  }
  
  .divCards > div::before,
  .divCards > div::after{
    display:none;
  }
  
  .calendar-day.event-day{
    animation-duration:3s;
  }
}

/* Touch improvements */
@media (hover: none) and (pointer: coarse) {
  .swiperSlide:hover,
  .divCards > div:hover,
  .calendar-nav:hover{
    transform:none;
  }
  
  .swiperSlide:active{
    transform:scale(0.98);
  }
  
  .divCards > div:active{
    transform:scale(0.95);
  }
  
  .calendar-nav:active{
    transform:scale(0.9);
  }
}

/* Legacy mobile fixes */
@media (max-width:420px){
  .mobile-toggle{width:40px;height:40px}
}

/* ===== OTIMIZAÇÕES DE PERFORMANCE ===== */

/* Better touch scrolling */
body {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* Smooth scrolling for all browsers */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

/* Reduced motion support for accessibility */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Hardware acceleration for animations */
.sectionIntro .divLogo img,
.divCards img,
.swiperSlide,
.calendar-nav,
.fire-particle-1,
.fire-particle-2,
.hero-fire-particle-1,
.hero-fire-particle-2,
.hero-fire-particle-3,
.card-fire-particle-1,
.card-fire-particle-2,
.community-fire-1,
.community-fire-2 {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: transform;
}

/* Better image loading */
img {
    max-width: 100%;
    height: auto;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Partnership tracking styles - clean and minimal */
.slideLink {
    transition: transform 0.1s ease;
    position: relative;
    display: block;
}

.slideLink:hover {
    transform: scale(1.02);
    filter: brightness(1.1);
}

/* Calendar Responsive Improvements */
@media (max-width: 768px) {
  .schedule-grid{gap:15px;flex-wrap:wrap;justify-content:center}
  .schedule-item{min-width:120px;padding:12px 16px}
  .event-header{flex-direction:column;align-items:flex-start;gap:5px}

}

@media (max-width: 480px) {
  .event-item{padding:10px 12px}
  .event-title{font-size:1rem}
  .event-date{font-size:0.9rem}
  .event-with-image{flex-direction:column;gap:15px;text-align:center}
  .event-image-container{width:100px;height:70px;align-self:center}
  .event-content{align-items:center}
  .event-header{flex-direction:column;align-items:center;gap:8px}
  .schedule-info{padding:15px 10px}
  .schedule-grid{gap:12px}

}

/* Weekly Calendar Image - Enhanced Quality */
.weekly-calendar-container {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 0 auto;
    padding: 0 20px;
    position: relative;
    perspective: 1000px;
}

.weekly-calendar-container::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 10px;
    right: 10px;
    bottom: -10px;
    background: linear-gradient(45deg, 
        rgba(255,69,0,0.1) 0%, 
        rgba(255,140,0,0.15) 25%, 
        rgba(255,215,0,0.1) 50%, 
        rgba(255,140,0,0.15) 75%, 
        rgba(255,69,0,0.1) 100%);
    border-radius: 20px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
    filter: blur(15px);
}

.weekly-calendar-container:hover::before {
    opacity: 1;
}

.weekly-calendar-image {
    width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 
        0 25px 80px rgba(0,0,0,0.7),
        0 15px 35px rgba(0,0,0,0.4),
        0 5px 15px rgba(0,0,0,0.3),
        inset 0 1px 0 rgba(255,255,255,0.1),
        0 0 60px rgba(255,69,0,0.15);
    
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    
    /* Enhanced image quality */
    filter: 
        brightness(1.08) 
        contrast(1.15) 
        saturate(1.25)
        hue-rotate(2deg)
        drop-shadow(0 0 20px rgba(255,69,0,0.2));
    
    /* Better rendering */
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    
    display: block;
    position: relative;
    overflow: hidden;
}

.weekly-calendar-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(255,69,0,0.03) 0%,
        transparent 30%,
        transparent 70%,
        rgba(255,140,0,0.05) 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 1;
}

.weekly-calendar-image:hover {
    transform: scale(1.03) rotateX(2deg) rotateY(-1deg);
    box-shadow: 
        0 35px 100px rgba(0,0,0,0.8),
        0 20px 50px rgba(0,0,0,0.5),
        0 10px 25px rgba(0,0,0,0.4),
        inset 0 1px 0 rgba(255,255,255,0.15),
        0 0 80px rgba(255,69,0,0.25),
        0 0 120px rgba(255,140,0,0.15);
    
    filter: 
        brightness(1.12) 
        contrast(1.2) 
        saturate(1.35)
        hue-rotate(3deg)
        drop-shadow(0 0 30px rgba(255,69,0,0.3));
}

.weekly-calendar-image:hover::before {
    opacity: 1;
}

/* Shimmer effect on hover */
.weekly-calendar-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.1),
        transparent
    );
    transition: left 0.8s ease;
    pointer-events: none;
    border-radius: 18px;
}

.weekly-calendar-container:hover::after {
    left: 100%;
}

/* Enhanced responsive design */
@media (max-width: 1024px) {
    .weekly-calendar-container {
        max-width: 95%;
        padding: 0 15px;
    }
    
    .weekly-calendar-image {
        border-radius: 15px;
    }
    
    .weekly-calendar-container::after {
        border-radius: 15px;
    }
}

@media (max-width: 768px) {
    .weekly-calendar-container {
        padding: 0 10px;
        margin: 30px auto 0 auto;
        perspective: 800px;
    }
    
    .weekly-calendar-image {
        border-radius: 12px;
        filter: 
            brightness(1.06) 
            contrast(1.12) 
            saturate(1.2);
    }
    
    .weekly-calendar-image:hover {
        transform: scale(1.02) rotateX(1deg);
        filter: 
            brightness(1.1) 
            contrast(1.18) 
            saturate(1.3);
    }
    
    .weekly-calendar-container::after {
        border-radius: 12px;
    }
}

@media (max-width: 480px) {
    .weekly-calendar-container {
        padding: 0 8px;
        margin: 25px auto 0 auto;
    }
    
    .weekly-calendar-image {
        border-radius: 10px;
    }
    
    .weekly-calendar-container::after {
        border-radius: 10px;
    }
}

.weekly-calendar-container::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 10px;
    right: 10px;
    bottom: -10px;
    background: linear-gradient(45deg, 
        rgba(255,69,0,0.1) 0%, 
        rgba(255,140,0,0.15) 25%, 
        rgba(255,215,0,0.1) 50%, 
        rgba(255,140,0,0.15) 75%, 
        rgba(255,69,0,0.1) 100%);
    border-radius: 20px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
    filter: blur(15px);
}

.weekly-calendar-container:hover::before {
    opacity: 1;
}

.weekly-calendar-image {
    width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 
        0 25px 80px rgba(0,0,0,0.7),
        0 15px 35px rgba(0,0,0,0.4),
        0 5px 15px rgba(0,0,0,0.3),
        inset 0 1px 0 rgba(255,255,255,0.1),
        0 0 60px rgba(255,69,0,0.15);
    
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    
    /* Enhanced image quality */
    filter: 
        brightness(1.08) 
        contrast(1.15) 
        saturate(1.25)
        hue-rotate(2deg)
        drop-shadow(0 0 20px rgba(255,69,0,0.2));
    
    /* Better rendering */
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    
    display: block;
    position: relative;
    overflow: hidden;
}

.weekly-calendar-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(255,69,0,0.03) 0%,
        transparent 30%,
        transparent 70%,
        rgba(255,140,0,0.05) 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 1;
}

.weekly-calendar-image:hover {
    transform: scale(1.03) rotateX(2deg) rotateY(-1deg);
    box-shadow: 
        0 35px 100px rgba(0,0,0,0.8),
        0 20px 50px rgba(0,0,0,0.5),
        0 10px 25px rgba(0,0,0,0.4),
        inset 0 1px 0 rgba(255,255,255,0.15),
        0 0 80px rgba(255,69,0,0.25),
        0 0 120px rgba(255,140,0,0.15);
    
    filter: 
        brightness(1.12) 
        contrast(1.2) 
        saturate(1.35)
        hue-rotate(3deg)
        drop-shadow(0 0 30px rgba(255,69,0,0.3));
}

.weekly-calendar-image:hover::before {
    opacity: 1;
}

/* Shimmer effect on hover */
.weekly-calendar-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.1),
        transparent
    );
    transition: left 0.8s ease;
    pointer-events: none;
    border-radius: 18px;
}

.weekly-calendar-container:hover::after {
    left: 100%;
}

/* Enhanced responsive design */
@media (max-width: 1024px) {
    .weekly-calendar-container {
        max-width: 95%;
        padding: 0 15px;
    }
    
    .weekly-calendar-image {
        border-radius: 15px;
    }
    
    .weekly-calendar-container::after {
        border-radius: 15px;
    }
}

@media (max-width: 768px) {
    .weekly-calendar-container {
        padding: 0 10px;
        margin: 30px auto 0 auto;
        perspective: 800px;
    }
    
    .weekly-calendar-image {
        border-radius: 12px;
        filter: 
            brightness(1.06) 
            contrast(1.12) 
            saturate(1.2);
    }
    
    .weekly-calendar-image:hover {
        transform: scale(1.02) rotateX(1deg);
        filter: 
            brightness(1.1) 
            contrast(1.18) 
            saturate(1.3);
    }
    
    .weekly-calendar-container::after {
        border-radius: 12px;
    }
}

@media (max-width: 480px) {
    .weekly-calendar-container {
        padding: 0 8px;
        margin: 25px auto 0 auto;
    }
    
    .weekly-calendar-image {
        border-radius: 10px;
    }
    
    .weekly-calendar-container::after {
        border-radius: 10px;
    }
}



/* Enhanced section styling */
.calendar-section {
    position: relative;
    overflow: hidden;
}

.calendar-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(255,69,0,0.8) 20%,
        rgba(255,140,0,0.9) 50%,
        rgba(255,69,0,0.8) 80%,
        transparent 100%
    );
    z-index: 1;
}

.calendar-section .section-title {
    position: relative;
    background: linear-gradient(45deg, #ff4500, #ffa500, #ffd700, #ffa500, #ff4500);
    background-size: 300% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: title-shimmer 4s ease-in-out infinite;
    text-shadow: 0 0 30px rgba(255,69,0,0.3);
}

@keyframes title-shimmer {
    0%, 100% { 
        background-position: 0% 50%; 
        filter: brightness(1);
    }
    50% { 
        background-position: 100% 50%; 
        filter: brightness(1.2);
    }
}

