:root{--bg:#08080b;--panel:#121218;--text:#f5f5f6;--muted:#b8b8c2;--gold:#f1b943;--line:#292935;--white:#fff;--soft:#f4f4f6;--radius:24px;--shadow:0 24px 80px rgba(0,0,0,.35)}
*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,Helvetica,sans-serif;overflow-x:hidden}img,svg,video,iframe{max-width:100%;height:auto}a{color:inherit;text-decoration:none}.container{width:min(1140px,92%);margin-inline:auto}.site-header{position:sticky;top:0;z-index:100;background:rgba(8,8,11,.9);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0}.brand{display:flex;align-items:center;gap:10px;font-weight:900;min-width:0}.brand span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand img{width:48px;height:48px;object-fit:contain;flex:0 0 auto}.nav{display:flex;align-items:center;gap:20px;color:var(--muted);font-weight:700}.nav a:hover{color:var(--gold)}.menu-toggle{display:none;background:transparent;border:0;width:44px;height:44px;border-radius:12px;align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu-toggle span{display:block;width:24px;height:2px;background:var(--text);border-radius:99px}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--gold);color:#111;padding:14px 22px;border-radius:999px;font-weight:900;border:0;box-shadow:0 10px 24px rgba(241,185,67,.18);line-height:1.1;text-align:center;max-width:100%}.btn.small{padding:10px 16px}.hero{min-height:clamp(560px,82vh,760px);background-size:cover;background-position:center;display:flex;align-items:center;padding:72px 0}.hero-content{max-width:760px}.badge,.eyebrow{display:inline-block;color:var(--gold);text-transform:uppercase;letter-spacing:.14em;font-weight:900;font-size:13px}.hero h1{font-size:clamp(38px,7vw,82px);line-height:.98;margin:18px 0;overflow-wrap:anywhere}.hero p{font-size:clamp(18px,2.2vw,22px);color:var(--muted);max-width:650px;line-height:1.55}.section{padding:clamp(42px,5.5vw,64px) 0;background:var(--white);color:#111}.section.dark{background:var(--bg);color:var(--text)}.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(22px,3.8vw,38px);align-items:center}.split.reverse img,.split>img{width:100%;border-radius:28px;box-shadow:var(--shadow);min-height:340px;object-fit:cover}.section h2{font-size:clamp(30px,5vw,56px);line-height:1.06;margin:12px 0 18px;overflow-wrap:anywhere}.section p{font-size:clamp(16px,1.8vw,18px);line-height:1.7;color:#4b4b55}.section.dark p{color:var(--muted)}.stats{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.stats b,.stat-btn{background:#111;color:#fff;border-radius:16px;padding:14px 18px;font-weight:900}.stat-btn:hover{background:var(--gold);color:#111}.cards,.price-grid,.team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:24px}.card,.price-card{background:var(--soft);border-radius:var(--radius);padding:24px;border:1px solid #e8e8ee;min-width:0}.card h3,.price-card h3,.teacher-card h3{font-size:clamp(22px,2.2vw,25px);margin:0 0 10px}.modality-card{overflow:hidden;padding:0}.modality-card img{width:100%;height:220px;object-fit:cover;display:block}.modality-card div{padding:26px}.team-grid{align-items:stretch}.teacher-card{background:var(--soft);border:1px solid #e8e8ee;border-radius:var(--radius);overflow:hidden;min-width:0}.teacher-card img{width:100%;height:300px;object-fit:cover;display:block}.teacher-card div{padding:24px}.teacher-card span{display:inline-block;color:#9b6b00;font-weight:900;margin-bottom:8px}.teacher-card p{font-size:16px!important}.dark .price-card{background:var(--panel);border-color:var(--line)}.price{font-size:clamp(30px,4vw,36px);font-weight:950;color:var(--gold);margin:16px 0}.price-card{display:flex;flex-direction:column}.price-card ul{padding-left:18px;color:var(--muted);line-height:1.9;min-height:120px}.price-card .btn{margin-top:auto}.center{text-align:center;max-width:820px}.contact{background:#f7f7f9}.map iframe{width:100%;min-height:360px;border:0;border-radius:24px;background:#ddd;display:block}.site-footer{background:#050507;border-top:1px solid var(--line);padding:34px 0;color:var(--muted)}.footer-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:20px;align-items:center}.sponsors{background:#f7f7f8}.sponsor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:30px}.sponsor-card{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #eee;border-radius:18px;padding:18px;color:#111;text-decoration:none;box-shadow:0 10px 30px rgba(0,0,0,.06);transition:.25s;min-width:0}.sponsor-card:hover{transform:translateY(-3px)}.sponsor-card img{width:70px;height:70px;object-fit:cover;border-radius:14px;background:#eee;flex:0 0 auto}.sponsor-card strong{font-size:1.05rem;overflow-wrap:anywhere}
@media(max-width:1024px){.container{width:min(960px,92%)}.nav{gap:14px;font-size:14px}.cards,.price-grid,.team-grid,.sponsor-grid{gap:18px}.card,.price-card{padding:24px}.teacher-card img{height:260px}}
@media(max-width:860px){.header-inner{padding:12px 0}.menu-toggle{display:flex;order:3}.header-whats{display:none}.nav{position:absolute;left:4%;right:4%;top:calc(100% + 10px);display:grid;grid-template-columns:1fr;background:#111118;border:1px solid var(--line);border-radius:20px;padding:12px;box-shadow:0 24px 80px rgba(0,0,0,.45);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s}.menu-open .nav{opacity:1;visibility:visible;transform:translateY(0)}.nav a{padding:13px 14px;border-radius:12px}.nav a:hover{background:#1b1b24}.split,.cards,.price-grid,.team-grid,.footer-grid,.sponsor-grid{grid-template-columns:1fr}.hero{min-height:auto;padding:88px 0 76px;background-position:center}.section{padding:42px 0}.split.reverse img,.split>img{min-height:260px;border-radius:22px}.modality-card img,.teacher-card img{height:240px}.price-card ul{min-height:0}.footer-grid{text-align:center}.footer-grid .btn{justify-self:center}.stats{display:grid;grid-template-columns:1fr 1fr}.stat-btn{text-align:center}.map iframe{min-height:300px}}
@media(max-width:520px){.container{width:min(100% - 28px,1140px)}.brand img{width:40px;height:40px}.brand span{max-width:170px;font-size:15px}.hero{padding:72px 0 60px}.hero h1{font-size:clamp(34px,12vw,48px)}.hero p{font-size:17px}.btn{width:100%;padding:14px 18px}.section h2{font-size:32px}.card,.price-card,.teacher-card div,.modality-card div{padding:20px}.cards,.price-grid,.team-grid,.sponsor-grid{gap:14px}.split.reverse img,.split>img{min-height:220px}.modality-card img,.teacher-card img{height:220px}.stats{grid-template-columns:1fr}.sponsor-card{align-items:flex-start}.sponsor-card img{width:58px;height:58px}.map iframe{min-height:260px;border-radius:18px}}
@supports not (backdrop-filter:blur(1px)){.site-header{background:#08080b}}


/* V6.1.0 - Correção anti-rolagem lateral mobile */
html,body{width:100%;max-width:100%;overflow-x:clip}
body{position:relative}
.site-header,.hero,.section,.site-footer,main{width:100%;max-width:100%;overflow-x:clip}
.container,.header-inner,.split,.cards,.price-grid,.team-grid,.sponsor-grid,.stats{max-width:100%;min-width:0}
*{min-width:0}
a,button,.btn,.stat-btn,.nav a{max-width:100%;overflow-wrap:anywhere;word-break:normal}
.map,.map iframe{display:block;width:100%!important;max-width:100%!important;overflow:hidden}
iframe{max-width:100%!important}
img,svg,video{max-width:100%;height:auto}
@media(max-width:860px){
  .site-header{overflow:visible}
  .nav{left:14px;right:14px;width:auto;max-width:calc(100vw - 28px);overflow:hidden}
  .hero,.section{overflow-x:clip}
}
@media(max-width:520px){
  html,body{overflow-x:hidden}
  .container{width:calc(100% - 28px);max-width:calc(100% - 28px);margin-left:auto;margin-right:auto}
  .header-inner{width:100%}
  .split,.cards,.price-grid,.team-grid,.sponsor-grid{width:100%;display:grid;grid-template-columns:minmax(0,1fr)!important}
  .card,.price-card,.teacher-card,.modality-card,.sponsor-card{width:100%;max-width:100%;overflow:hidden}
  .btn,.stat-btn{white-space:normal}
  .sponsor-card{display:grid;grid-template-columns:58px minmax(0,1fr)}
  .map iframe{min-width:0!important}
}


/* V6.1.0 - Banner automático limpo, até 3 imagens, sem setas */
.hero-slider{position:relative;overflow:hidden;background:none!important;isolation:isolate}
.hero-slides{position:absolute;inset:0;z-index:-1;overflow:hidden}
.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.02);transition:opacity 1s ease,transform 6s ease;will-change:opacity,transform}
.hero-slide.is-active{opacity:1;transform:scale(1)}
.hero-content{position:relative;z-index:2}
@media(max-width:860px){.hero-slide{background-position:center center}}
@media(max-width:520px){.hero-slider{min-height:clamp(520px,92vh,680px)}}

/* V6.1.0 - Correção definitiva do banner: troca real entre imagens, sem piscar */
.hero-slider{position:relative;overflow:hidden;background:#050507!important;isolation:isolate}
.hero-slider::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(5,5,8,.92),rgba(5,5,8,.52));pointer-events:none}
.hero-slides{position:absolute;inset:0;z-index:0;overflow:hidden;background:#050507}
.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;z-index:0;transform:scale(1.025);transition:opacity 1200ms ease,visibility 1200ms ease,transform 6500ms ease;will-change:opacity,transform;backface-visibility:hidden}
.hero-slide.is-active{opacity:1;visibility:visible;z-index:1;transform:scale(1)}
.hero-slide img{width:100%!important;height:100%!important;max-width:none!important;display:block;object-fit:cover;object-position:center center}
.hero-content{position:relative;z-index:2}
@media(max-width:520px){.hero-slide img{object-position:center center}}


/* V6.1.3 - Seção Parallax editável */
.parallax-section{position:relative;min-height:430px;display:flex;align-items:center;background-size:cover;background-position:center;background-attachment:fixed;overflow:hidden;color:#fff}
.parallax-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,8,.88),rgba(5,5,8,.45));z-index:0}
.parallax-content{position:relative;z-index:1;max-width:780px}
.parallax-content h2{font-size:clamp(34px,5vw,60px);line-height:1.05;margin:12px 0 14px;color:#fff;overflow-wrap:anywhere}
.parallax-content p{font-size:clamp(17px,2vw,21px);line-height:1.65;color:#e6e6ea;max-width:680px}
@media(max-width:860px){.parallax-section{min-height:380px;background-attachment:scroll;background-position:center}.parallax-content{text-align:left}}
@media(max-width:520px){.parallax-section{min-height:360px}.parallax-content .btn{width:100%}}


/* V6.1.3 - PNG fixo sobre o banner principal, lado direito */
.hero{position:relative}
.hero-fixed-png{position:absolute;right:max(0px,calc((100vw - 1140px)/2));bottom:0;z-index:2;width:clamp(250px,36vw,520px);max-width:48%;height:92%;display:flex;align-items:flex-end;justify-content:flex-end;pointer-events:none;overflow:visible}
.hero-fixed-png img{display:block;width:100%;height:auto;max-height:100%;object-fit:contain;object-position:right bottom;filter:drop-shadow(0 28px 50px rgba(0,0,0,.45));image-rendering:auto;transform:translateZ(0);backface-visibility:hidden}
.hero-slider .hero-content{position:relative;z-index:3}
@media(min-width:861px){.hero-slider .hero-content{max-width:min(650px,58%)}}
@media(max-width:860px){.hero-fixed-png{right:-6vw;bottom:0;width:min(54vw,330px);height:58%;max-width:54%;opacity:.38;z-index:1}.hero-slider .hero-content{max-width:100%;width:100%}}
@media(max-width:520px){.hero-fixed-png{right:-14vw;width:72vw;max-width:72%;height:48%;opacity:.25}.hero-slider::before{background:linear-gradient(90deg,rgba(5,5,8,.96),rgba(5,5,8,.72))}}

/* V6.1.3 - Camada PNG fixa no banner, nítida e sem atrapalhar textos */
.jb-hero{position:relative;overflow:hidden;isolation:isolate;}
.jb-hero .jb-hero-content{position:relative;z-index:3;max-width:760px;}
.jb-hero-person{position:absolute;right:clamp(10px,4vw,72px);bottom:0;z-index:2;max-height:min(88vh,720px);width:min(42vw,520px);pointer-events:none;display:flex;align-items:flex-end;justify-content:flex-end;}
.jb-hero-person img{display:block;width:100%;height:auto;max-height:min(88vh,720px);object-fit:contain;filter:drop-shadow(0 18px 38px rgba(0,0,0,.55));image-rendering:auto;}
@media (max-width: 980px){.jb-hero .jb-hero-content{max-width:620px}.jb-hero-person{opacity:.72;width:min(48vw,430px);right:-28px}}
@media (max-width: 720px){.jb-hero{min-height:680px;padding-bottom:260px}.jb-hero .jb-hero-content{max-width:100%;text-align:left}.jb-hero-person{width:min(82vw,390px);right:-42px;bottom:0;opacity:.66}.jb-hero-person img{max-height:360px}}
@media (max-width: 420px){.jb-hero{min-height:650px;padding-bottom:230px}.jb-hero-person{width:92vw;right:-58px;opacity:.62}.jb-hero-person img{max-height:320px}}

/* V6.1.4 - Ajuste mobile do PNG direito e altura menor do banner */
.hero.hero-slider{min-height:clamp(500px,76vh,720px);overflow:hidden;}
.hero-fixed-png{bottom:0;}
@media (max-width:860px){
  .hero.hero-slider{min-height:520px;padding:68px 0 54px;align-items:center;}
  .hero-slider .hero-content{max-width:68%;padding-right:0;}
  .hero-fixed-png{
    right:-18px;
    bottom:0;
    width:min(42vw,250px);
    max-width:42vw;
    height:78%;
    opacity:.72;
    align-items:flex-end;
    z-index:2;
  }
  .hero-fixed-png img{max-height:100%;object-position:right bottom;}
}
@media (max-width:640px){
  .hero.hero-slider{min-height:455px;padding:54px 0 44px;}
  .hero-slider .hero-content{max-width:62%;}
  .hero h1{font-size:clamp(30px,9vw,42px);line-height:1.02;margin:12px 0;}
  .hero p{font-size:15.5px;line-height:1.45;margin-bottom:16px;}
  .hero .btn{width:auto;max-width:100%;padding:12px 16px;font-size:14px;}
  .hero-fixed-png{
    right:-32px;
    bottom:0;
    width:48vw;
    max-width:48vw;
    height:82%;
    opacity:.70;
  }
  .hero-slider::before{background:linear-gradient(90deg,rgba(5,5,8,.98) 0%,rgba(5,5,8,.82) 52%,rgba(5,5,8,.40) 100%)}
}
@media (max-width:420px){
  .hero.hero-slider{min-height:420px;padding:46px 0 38px;}
  .hero-slider .hero-content{max-width:64%;}
  .hero h1{font-size:clamp(28px,10vw,38px);}
  .hero p{font-size:14.5px;}
  .hero-fixed-png{
    right:-42px;
    bottom:0;
    width:54vw;
    max-width:54vw;
    height:84%;
    opacity:.68;
  }
}
@media (max-width:360px){
  .hero-slider .hero-content{max-width:66%;}
  .hero-fixed-png{right:-48px;width:56vw;max-width:56vw;}
}

/* V6.1.5 - Correção Parallax no mobile: fallback por imagem real */
.parallax-section{display:flex!important;visibility:visible!important;opacity:1!important;background-repeat:no-repeat;background-color:#08080b;z-index:1}
.parallax-mobile-img{display:none;position:absolute;inset:0;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover;object-position:center;z-index:-1;opacity:1}
@media (max-width:860px){
  .parallax-section{
    display:flex!important;
    min-height:360px!important;
    padding:56px 0!important;
    background-attachment:scroll!important;
    background-size:cover!important;
    background-position:center center!important;
    overflow:hidden!important;
    color:#fff!important;
  }
  .parallax-mobile-img{display:block!important;z-index:0}
  .parallax-overlay{z-index:1;background:linear-gradient(90deg,rgba(5,5,8,.88),rgba(5,5,8,.58))!important}
  .parallax-content{position:relative!important;z-index:2!important;width:100%;max-width:100%;text-align:left!important}
  .parallax-content h2{font-size:clamp(28px,8vw,42px)!important;color:#fff!important}
  .parallax-content p{font-size:16px!important;color:#f1f1f3!important}
}
@media (max-width:520px){
  .parallax-section{min-height:330px!important;padding:46px 0!important}
  .parallax-content .btn{width:100%}
}


/* V6.1.9 - Parallax mobile definitivo: imagem real + simulação de movimento */
.parallax-section{
  position:relative!important;
  isolation:isolate!important;
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
  background-image:var(--parallax-img)!important;
  background-repeat:no-repeat!important;
  background-size:cover!important;
  background-position:center!important;
}
.parallax-section::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:var(--parallax-img);
  background-size:cover;
  background-position:center;
  opacity:0;
  z-index:0;
  pointer-events:none;
}
.parallax-mobile-img{
  pointer-events:none!important;
  user-select:none!important;
  -webkit-user-drag:none!important;
}
@media (max-width:860px){
  .parallax-section{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    min-height:360px!important;
    padding:58px 0!important;
    overflow:hidden!important;
    background-attachment:scroll!important;
    background-image:var(--parallax-img)!important;
    background-color:#08080b!important;
    transform:translateZ(0);
  }
  .parallax-section::before{
    opacity:1!important;
    transform:translate3d(0,var(--parallax-shift,0px),0) scale(1.12);
    will-change:transform;
  }
  .parallax-mobile-img{
    display:block!important;
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    min-width:100%!important;
    min-height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    opacity:1!important;
    visibility:visible!important;
    z-index:0!important;
    transform:translate3d(0,var(--parallax-shift,0px),0) scale(1.12);
    will-change:transform;
  }
  .parallax-overlay{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    z-index:1!important;
    background:linear-gradient(90deg,rgba(5,5,8,.90),rgba(5,5,8,.62))!important;
  }
  .parallax-content{
    position:relative!important;
    z-index:2!important;
    width:100%!important;
    max-width:100%!important;
    display:block!important;
  }
}
@media (max-width:520px){
  .parallax-section{min-height:320px!important;padding:44px 0!important}
}


/* V6.1.9 - Parallax mobile mais longo e intenso */
@media (max-width:860px){
  .parallax-section{
    min-height:520px!important;
    padding:88px 0!important;
    background-position:center center!important;
  }
  .parallax-section::before,
  .parallax-mobile-img{
    transform:translate3d(0,var(--parallax-shift,0px),0) scale(1.32)!important;
    transform-origin:center center!important;
  }
  .parallax-overlay{
    background:linear-gradient(90deg,rgba(5,5,8,.82),rgba(5,5,8,.45))!important;
  }
}
@media (max-width:520px){
  .parallax-section{
    min-height:500px!important;
    padding:82px 0!important;
  }
  .parallax-section::before,
  .parallax-mobile-img{
    transform:translate3d(0,var(--parallax-shift,0px),0) scale(1.38)!important;
  }
}
@media (max-width:390px){
  .parallax-section{min-height:470px!important;}
}


/* V6.1.9 - Filtro escuro do banner editável pelo painel */
.hero-slider{--hero-overlay:.68;--hero-overlay-soft:.38;}
.hero-slider::before{background:linear-gradient(90deg,rgba(5,5,8,var(--hero-overlay)) 0%,rgba(5,5,8,var(--hero-overlay-soft)) 100%)!important;}
@media(max-width:640px){.hero-slider::before{background:linear-gradient(90deg,rgba(5,5,8,var(--hero-overlay)) 0%,rgba(5,5,8,calc(var(--hero-overlay) * .82)) 52%,rgba(5,5,8,var(--hero-overlay-soft)) 100%)!important;}}


/* V6.1.9 - Galeria de Fotos da Semana entre Modalidades e Planos */
.weekly-gallery{background:#fff;color:#111;overflow:hidden}.weekly-gallery .center p{color:#5a5a65}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:24px}.gallery-card{margin:0;position:relative;border-radius:24px;overflow:hidden;background:#111;box-shadow:0 18px 50px rgba(0,0,0,.14);min-height:260px}.gallery-card img{width:100%!important;height:300px!important;max-width:none!important;object-fit:cover;display:block;transition:transform .45s ease}.gallery-card:hover img{transform:scale(1.05)}.gallery-card figcaption{position:absolute;left:14px;right:14px;bottom:14px;background:rgba(5,5,8,.76);color:#fff;border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;padding:12px 14px;font-weight:900;line-height:1.25}.gallery-card figcaption:empty{display:none}@media(max-width:860px){.gallery-grid{grid-template-columns:1fr 1fr;gap:16px}.gallery-card{min-height:220px}.gallery-card img{height:240px!important}}@media(max-width:520px){.gallery-grid{grid-template-columns:1fr}.gallery-card img{height:260px!important}.gallery-card{border-radius:20px}}

.social-top{display:flex;align-items:center;gap:10px;flex:0 0 auto}.social-link{width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#15151d;border:1px solid var(--line);color:#fff;transition:.2s}.social-link:hover{background:var(--gold);color:#111;transform:translateY(-2px)}.social-link svg{width:20px;height:20px;display:block;fill:none;stroke:currentColor;stroke-width:1.9}.social-youtube svg,.social-facebook svg{fill:currentColor;stroke:none}.social-youtube svg path:last-child{color:#111}@media(max-width:1024px){.social-top{gap:8px}.social-link{width:36px;height:36px}}@media(max-width:860px){.social-top{margin-left:auto}.header-inner{gap:10px}.social-link{width:36px;height:36px}.brand span{max-width:220px}}@media(max-width:520px){.social-top{gap:6px}.social-link{width:34px;height:34px}.social-link svg{width:18px;height:18px}.brand span{max-width:130px}.menu-toggle{width:40px;height:40px}}


/* V6.2.2 Premium UI - visual moderno, limpo e sofisticado */
:root{--container:1200px;--premium-radius:28px;--premium-shadow:0 18px 55px rgba(0,0,0,.10);--premium-shadow-hover:0 26px 70px rgba(0,0,0,.16)}
.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
.section{padding:clamp(76px,9vw,124px) 0}
.section + .section{border-top:1px solid rgba(0,0,0,.04)}
.section.dark + .section,.section + .section.dark{border-top-color:rgba(255,255,255,.06)}
.hero{min-height:clamp(560px,78vh,760px)}
.card,.price-card,.teacher-card,.sponsor-card,.gallery-card,.split>img,.split.reverse img,.map iframe{border-radius:var(--premium-radius)!important;box-shadow:var(--premium-shadow);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease,background .3s ease,color .3s ease}
.card:hover,.price-card:hover,.teacher-card:hover,.sponsor-card:hover,.gallery-card:hover{transform:translateY(-6px);box-shadow:var(--premium-shadow-hover)}
.btn,.stat-btn{border-radius:999px!important;transition:transform .3s ease,box-shadow .3s ease,background .3s ease,color .3s ease}.btn:hover,.stat-btn:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(241,185,67,.24)}
.cards,.price-grid,.team-grid,.sponsor-grid,.gallery-grid{gap:clamp(22px,3vw,32px)}
.card,.price-card{padding:clamp(26px,3vw,38px)}
.modality-card,.teacher-card,.price-card,.sponsor-card{border:1px solid rgba(0,0,0,.07)}
.dark .price-card{border-color:rgba(255,255,255,.08);background:linear-gradient(180deg,#171720,#101017)}
.eyebrow,.badge{letter-spacing:.18em}.site-header{box-shadow:0 10px 35px rgba(0,0,0,.18)}
.nav a{border-radius:999px;padding:9px 12px;transition:background .3s ease,color .3s ease}.nav a:hover{background:rgba(241,185,67,.12)}
.footer-premium{align-items:center}.footer-social-wrap{display:flex;align-items:center;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:10px}.footer-social-wrap>span{font-size:13px;text-transform:uppercase;letter-spacing:.14em;color:#f1b943;font-weight:900}.site-footer .social-top{justify-content:center}.site-footer .social-link{background:#111118}.site-footer .social-link:hover{background:var(--gold);color:#111}
@media(max-width:860px){.container{width:calc(100% - 32px)}.section{padding:64px 0}.footer-premium{text-align:center}.footer-social-wrap{justify-content:center}.cards,.price-grid,.team-grid,.sponsor-grid,.gallery-grid{gap:20px}}
@media(max-width:520px){.container{width:calc(100% - 28px);max-width:calc(100% - 28px)}.section{padding:54px 0}.hero{min-height:430px}.card,.price-card{padding:22px}.card,.price-card,.teacher-card,.sponsor-card,.gallery-card,.split>img,.split.reverse img,.map iframe{border-radius:22px!important}.footer-social-wrap{gap:10px}.site-footer .btn{width:100%}}


/* V6.2.5 Compact Premium - espaçamento menor entre seções */
.section{padding-top:clamp(42px,5.5vw,64px)!important;padding-bottom:clamp(42px,5.5vw,64px)!important;}
.cards,.price-grid,.team-grid,.sponsor-grid,.gallery-grid{margin-top:24px!important;gap:20px!important;}
.section h2{margin-bottom:14px!important;}
.section p{margin-top:0;}
.card,.price-card{padding:24px!important;}
.modality-card div,.teacher-card div{padding:22px!important;}
.parallax-section{min-height:390px!important;}
@media(max-width:860px){.section{padding-top:38px!important;padding-bottom:38px!important}.hero{padding-top:68px!important;padding-bottom:52px!important}.cards,.price-grid,.team-grid,.sponsor-grid,.gallery-grid{gap:16px!important;margin-top:20px!important}.parallax-section{min-height:340px!important}}
@media(max-width:520px){.section{padding-top:34px!important;padding-bottom:34px!important}.hero{padding-top:58px!important;padding-bottom:44px!important}.card,.price-card,.teacher-card div,.modality-card div{padding:18px!important}.cards,.price-grid,.team-grid,.sponsor-grid,.gallery-grid{gap:14px!important;margin-top:18px!important}.parallax-section{min-height:320px!important}}

/* V6.2.5 Navegação Ativa */
.academy-gallery-btn{display:inline-flex;margin-top:18px;align-items:center;justify-content:center}
.nav a[href="#galeria-semana"]{font-weight:700}


/* V6.2.9 - Botão WhatsApp personalizável */
.footer-whatsapp-note{color:#fff;font-weight:700;opacity:.85;text-align:right}
.floating-whatsapp{position:fixed;z-index:9999;bottom:24px;display:flex;align-items:flex-end;gap:14px;pointer-events:none}
.floating-whatsapp-right{right:22px;flex-direction:row}
.floating-whatsapp-left{left:22px;flex-direction:row-reverse}
.floating-whatsapp-button{width:82px;height:82px;border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:auto;transition:all .3s ease;filter:drop-shadow(0 12px 22px rgba(0,180,45,.38));animation:waPulse 2.4s ease-in-out infinite}
.floating-whatsapp-button:hover{transform:translateY(-4px) scale(1.04);filter:drop-shadow(0 16px 28px rgba(0,220,60,.5))}
.floating-whatsapp-button img{width:100%;height:100%;object-fit:contain;border-radius:50%}
.floating-whatsapp-message{position:relative;max-width:260px;background:#fff;color:#222;border-radius:14px;padding:14px 38px 14px 16px;font-size:14px;line-height:1.45;font-weight:600;box-shadow:0 16px 42px rgba(0,0,0,.25);pointer-events:auto;white-space:pre-line}
.floating-whatsapp-message:after{content:"";position:absolute;bottom:15px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent}
.floating-whatsapp-right .floating-whatsapp-message:after{right:-9px;border-left:10px solid #fff}
.floating-whatsapp-left .floating-whatsapp-message:after{left:-9px;border-right:10px solid #fff}
.wa-close{position:absolute;right:10px;top:7px;border:0;background:transparent;color:#777;font-size:20px;line-height:1;cursor:pointer;padding:0;transition:all .2s ease}
.wa-close:hover{color:#111;transform:scale(1.08)}
@keyframes waPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}
@media(max-width:768px){.floating-whatsapp{bottom:16px;gap:10px}.floating-whatsapp-right{right:14px}.floating-whatsapp-left{left:14px}.floating-whatsapp-button{width:64px;height:64px}.floating-whatsapp-message{max-width:205px;font-size:12px;padding:11px 30px 11px 13px;border-radius:12px}.footer-whatsapp-note{text-align:left}}



/* V6.3.0 - Paleta de cores dinâmica */
body{background:var(--bg);color:var(--text)}
.site-header{background:color-mix(in srgb,var(--bg) 92%,transparent);border-bottom-color:var(--line)}
.site-footer{background:var(--bg);border-top-color:var(--line)}
.section{background:var(--white);color:var(--text-dark)}
.section.dark{background:var(--bg);color:var(--text)}
.card,.price-card,.teacher-card{background:var(--soft)}
.dark .price-card{background:var(--panel);border-color:var(--line)}
.nav a:hover,.eyebrow,.badge,.price,.footer-social-wrap>span{color:var(--gold)}
.btn{background:var(--gold);color:var(--primary)}
.social-link:hover{background:var(--gold);color:var(--primary)}

/* V6.3.3 - Footer editável profissional */
.footer-editable{padding:52px 0 24px;background:linear-gradient(180deg,var(--panel),var(--bg));color:var(--text);border-top:1px solid var(--line)}
.footer-modern-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr;gap:34px;align-items:start}
.footer-brand-block,.footer-links-block,.footer-contact-block{background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:24px;box-shadow:0 16px 45px rgba(0,0,0,.14)}
.footer-logo{width:150px;max-height:78px;object-fit:contain;display:block;margin-bottom:14px}
.footer-brand-block strong{display:block;font-size:22px;line-height:1.15;color:#fff;margin-bottom:12px}
.footer-brand-block p,.footer-contact-block p{color:var(--muted);line-height:1.7;margin:0}
.footer-links-block h3,.footer-contact-block h3{color:#fff;margin:0 0 14px;font-size:18px}
.footer-links{display:flex;flex-direction:column;gap:10px}
.footer-links a{color:var(--muted);text-decoration:none;border:1px solid transparent;border-radius:999px;padding:9px 12px;transition:all .3s ease}
.footer-links a:hover{color:var(--gold);background:rgba(241,185,67,.10);border-color:rgba(241,185,67,.18);transform:translateX(3px)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:24px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);color:var(--muted);font-size:14px}
@media(max-width:900px){.footer-modern-grid{grid-template-columns:1fr;gap:18px}.footer-bottom{flex-direction:column;text-align:center}.footer-logo{margin-inline:auto}.footer-brand-block,.footer-links-block,.footer-contact-block{text-align:center}.footer-links a:hover{transform:none}.footer-social-wrap{justify-content:center}.footer-whatsapp-note{text-align:center!important}}
@media(max-width:520px){.footer-editable{padding:38px 0 20px}.footer-brand-block,.footer-links-block,.footer-contact-block{border-radius:20px;padding:20px}.footer-logo{width:130px}.footer-brand-block strong{font-size:20px}}


/* V6.3.4 - Rodapé de alta conversão para Jiu-Jitsu */
.footer-conversion{
  position:relative;
  overflow:hidden;
  padding:64px 0 24px;
  background:linear-gradient(180deg,var(--panel),var(--bg));
  color:var(--text);
  border-top:1px solid var(--line);
  isolation:isolate;
}
.footer-conversion::after{
  content:"";
  position:absolute;
  right:-70px;
  bottom:-90px;
  width:420px;
  height:420px;
  background-image:var(--footer-watermark);
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
  opacity:.045;
  filter:grayscale(1);
  pointer-events:none;
  z-index:0;
}
.footer-tatame-texture{
  position:absolute;
  inset:0;
  opacity:.12;
  pointer-events:none;
  background-image:linear-gradient(45deg,rgba(255,255,255,.06) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.06) 50%,rgba(255,255,255,.06) 75%,transparent 75%,transparent);
  background-size:28px 28px;
  z-index:0;
}
.footer-conversion-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.35fr .75fr 1fr 1fr;
  gap:18px;
  align-items:stretch;
}
.footer-box{
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  padding:24px;
  box-shadow:0 16px 45px rgba(0,0,0,.14);
  backdrop-filter:blur(10px);
}
.footer-kicker{
  display:block;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:900;
  font-size:12px;
  margin-bottom:12px;
}
.footer-about-block h3{color:#fff;font-size:24px;line-height:1.15;margin:0 0 12px}
.footer-about-block p,.footer-units-block p{color:var(--muted);line-height:1.75;margin:0}
.footer-links-premium{display:flex;flex-direction:column;gap:9px}
.footer-links-premium a{color:var(--muted);border:1px solid transparent;border-radius:999px;padding:10px 12px;transition:all .3s ease}
.footer-links-premium a:hover{color:#111;background:var(--gold);border-color:var(--gold);transform:translateX(3px)}
.footer-map-iframe{margin-top:16px;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.1);box-shadow:0 14px 34px rgba(0,0,0,.22);background:#111118}.footer-map-iframe iframe{display:block;width:100%!important;height:190px!important;min-height:190px!important;border:0}.footer-map-link{display:inline-flex;margin-top:16px;color:#111;background:var(--gold);border-radius:999px;padding:10px 15px;font-weight:900;transition:all .3s ease}.footer-map-link:hover{transform:translateY(-2px);filter:brightness(1.04)}
.footer-cta-block{display:flex;flex-direction:column;gap:16px;justify-content:flex-start}
.footer-cta-block .social-top{justify-content:flex-start}
.footer-cta-block .social-link{background:#111118;border-color:rgba(255,255,255,.08)}
.footer-cta-block .social-link:hover{background:var(--gold);color:#111}
.footer-technical{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
  color:var(--muted);
  font-size:13px;
}
@media(max-width:1000px){.footer-conversion-grid{grid-template-columns:1fr 1fr}.footer-cta-block .social-top{justify-content:flex-start}}
@media(max-width:640px){.footer-conversion{padding:44px 0 20px}.footer-conversion-grid{grid-template-columns:1fr}.footer-box{text-align:center;border-radius:20px;padding:20px}.footer-logo{margin-inline:auto}.footer-links-premium a:hover{transform:none}.footer-map-link{justify-content:center}.footer-map-iframe iframe{height:220px!important;min-height:220px!important}.footer-cta-block .social-top{justify-content:center}.footer-technical{flex-direction:column;text-align:center}.footer-conversion::after{width:280px;height:280px;right:-80px;bottom:-80px}}

/* V6.4.2 - Correção: ícones sociais só acionam ao clicar diretamente neles.
   Evita sobreposição no topo/mobile que fazia abrir abas ao tocar no menu. */
.site-header .header-inner{position:relative;}
.site-header .menu-toggle{position:relative;z-index:40;flex:0 0 auto;}
.site-header .social-top{position:relative;z-index:20;flex:0 0 auto;pointer-events:none;}
.site-header .social-top .social-link{pointer-events:auto;position:relative;z-index:21;}
.site-footer .social-top{pointer-events:none;}
.site-footer .social-top .social-link{pointer-events:auto;}
.social-link{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;}
@media(max-width:860px){
  .site-header .header-inner{display:flex;align-items:center;}
  .site-header .menu-toggle{order:3;margin-left:8px;}
  .site-header .social-top{order:2;margin-left:auto;max-width:132px;overflow:visible;}
  .site-header .header-whats{order:4;}
  .site-header .nav{z-index:30;}
}
@media(max-width:520px){
  .site-header .social-top{max-width:118px;}
  .site-header .social-link{width:32px;height:32px;min-width:32px;}
}


/* V6.4.4 - Correção definitiva da frase flutuante WhatsApp no mobile */
.floating-whatsapp{max-width:calc(100vw - 20px);}
.floating-whatsapp-message{z-index:10001;overflow-wrap:anywhere;word-break:normal;}
.floating-whatsapp-button{z-index:10002;}
@media(max-width:768px){
  .floating-whatsapp{bottom:14px;align-items:flex-end;gap:8px;max-width:calc(100vw - 16px);}
  .floating-whatsapp-right{right:8px;left:auto;}
  .floating-whatsapp-left{left:8px;right:auto;}
  .floating-whatsapp-button{width:60px;height:60px;min-width:60px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;}
  .floating-whatsapp-message{display:block!important;max-width:min(230px,calc(100vw - 90px));font-size:12px;line-height:1.35;padding:10px 28px 10px 12px;border-radius:14px;box-shadow:0 12px 32px rgba(0,0,0,.28);opacity:1;visibility:visible;transform:none;}
  .wa-close{right:8px;top:5px;font-size:18px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;}
}
@media(max-width:420px){
  .floating-whatsapp{bottom:12px;}
  .floating-whatsapp-message{display:block!important;max-width:calc(100vw - 84px);font-size:11.5px;padding:9px 26px 9px 11px;}
  .floating-whatsapp-button{width:56px;height:56px;min-width:56px;}
}
@media(max-width:340px){
  .floating-whatsapp-message{max-width:190px;font-size:11px;}
}

/* V6.5.1 - tempo manual do balão WhatsApp */
.floating-whatsapp.wa-delay-hidden .floating-whatsapp-message{opacity:0!important;visibility:hidden!important;transform:translateY(8px);transition:all .3s ease;}
.floating-whatsapp.wa-delay-show .floating-whatsapp-message{opacity:1!important;visibility:visible!important;transform:translateY(0);}

/* V6.5.1 - correção restaurada conforme base estável V6.4.6
   Mantém o mobile sem vazamento, sem forçar larguras que afetavam a seção Sobre Nós. */
@media (max-width: 860px){
  #sobre, #sobre .container, #sobre .split, #sobre .split > *{
    min-width:0;
    max-width:100%;
    box-sizing:border-box;
  }
  #sobre img{
    display:block;
    max-width:100%;
    height:auto;
  }
  .parallax-section, .parallax-section .container, .parallax-content{
    min-width:0;
    max-width:100%;
    box-sizing:border-box;
  }
}


/* V6.5.2 - Correção final: vazamento horizontal no Parallax e botão do Contato esticado no mobile */
html,body{max-width:100%;overflow-x:hidden!important;}
main,.site-header,.site-footer,.hero,.section,.parallax-section,#sobre,#contato{max-width:100vw;overflow-x:clip;}
.parallax-section{contain:layout paint;overflow:hidden!important;}
.parallax-section .container,.parallax-content{width:min(1140px,calc(100% - 28px))!important;max-width:calc(100vw - 28px)!important;min-width:0!important;margin-left:auto!important;margin-right:auto!important;}
.parallax-content h2,.parallax-content p{max-width:100%!important;overflow-wrap:anywhere!important;word-break:break-word!important;hyphens:auto;}
.parallax-content .btn,.parallax-section .btn{display:inline-flex!important;width:auto!important;min-width:0!important;max-width:100%!important;flex:0 0 auto!important;white-space:normal!important;padding-left:16px!important;padding-right:16px!important;}
#contato .btn,.contact .btn{display:inline-flex!important;width:auto!important;min-width:0!important;max-width:100%!important;flex:0 0 auto!important;white-space:normal!important;padding-left:18px!important;padding-right:18px!important;}
@media(max-width:860px){
  .parallax-section{width:100%!important;max-width:100vw!important;}
  .parallax-section::before,.parallax-mobile-img{left:50%!important;right:auto!important;width:100vw!important;max-width:none!important;min-width:100vw!important;transform:translate3d(-50%,var(--parallax-shift,0px),0) scale(1.24)!important;}
  .parallax-content{text-align:left!important;}
  .parallax-content h2{font-size:clamp(26px,8vw,38px)!important;line-height:1.08!important;}
  .parallax-content p{font-size:15.5px!important;line-height:1.55!important;}
  #contato .split,.contact .split{grid-template-columns:minmax(0,1fr)!important;overflow:hidden;}
  #contato .btn,.contact .btn,.parallax-content .btn{align-self:flex-start!important;margin-left:0!important;margin-right:auto!important;}
}
@media(max-width:520px){
  .parallax-section .container,.parallax-content{width:calc(100% - 28px)!important;max-width:calc(100vw - 28px)!important;}
  .parallax-content .btn,.parallax-section .btn,#contato .btn,.contact .btn{width:auto!important;max-width:calc(100vw - 56px)!important;padding:9px 14px!important;font-size:13px!important;border-radius:999px!important;}
}


/* V6.5.3 - Centraliza somente o botão do Parallax no mobile, sem alterar outras áreas */
@media (max-width: 860px){
  .parallax-content{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  .parallax-content .btn,
  .parallax-section .btn{
    align-self: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;
    min-width: unset !important;
    max-width: max-content !important;
    display: inline-flex !important;
    justify-content: center !important;
    white-space: normal !important;
  }
}
@media (max-width: 520px){
  .parallax-content .btn,
  .parallax-section .btn{
    width: auto !important;
    min-width: unset !important;
    max-width: calc(100vw - 56px) !important;
    padding: 9px 16px !important;
  }
}


/* V6.5.5 - Horários editáveis com imagem + localização */
.schedules-section{background:var(--bg-soft,#f4f4f6);}
.schedules-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:28px;align-items:stretch;}
.schedule-card{background:rgba(255,255,255,.98);border:1px solid rgba(0,0,0,.08);border-radius:24px;box-shadow:0 12px 34px rgba(0,0,0,.07);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;min-width:0;overflow:hidden;display:flex;flex-direction:column;}
.schedule-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(0,0,0,.12);border-color:var(--accent,#f1b943);}
.schedule-card-img{background:#e8e8ee;aspect-ratio:4/3;overflow:hidden;}
.schedule-card-img img{width:100%!important;height:100%!important;object-fit:cover;display:block;}
.schedule-card-body{padding:22px;display:flex;flex-direction:column;gap:10px;flex:1;}
.schedule-card h3{margin:0;padding:12px 16px;border-radius:12px;background:var(--gold,#f1b943);color:#111;text-align:center;text-transform:uppercase;font-size:22px;line-height:1;font-weight:950;letter-spacing:.02em;}
.schedule-card.schedule-kids h3{background:#1437b8;color:#fff;}
.schedule-card.schedule-adolescentes h3{background:#28a745;color:#fff;}
.schedule-subtitle{margin:0!important;color:#555!important;text-align:center;font-size:14px!important;line-height:1.45!important;}
.schedule-hours-list{display:grid;gap:8px;margin-top:4px;}
.schedule-time-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;color:#111;font-size:15px;line-height:1.35;}
.schedule-time-row span{font-weight:800;overflow-wrap:anywhere;}
.schedule-time-row strong{font-weight:950;text-align:right;white-space:nowrap;}
.schedule-note{margin-top:auto!important;color:#666!important;text-align:center;font-size:14px!important;line-height:1.55!important;padding-top:8px;}
.schedule-location-wrap{margin-top:36px;}
.schedule-location-card{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:28px;align-items:center;background:linear-gradient(135deg,#101014,#070709);border:1px solid rgba(255,255,255,.09);border-radius:28px;padding:28px;color:#fff;box-shadow:0 18px 60px rgba(0,0,0,.22);overflow:hidden;}
.schedule-location-img{border-radius:20px;overflow:hidden;background:#222;min-height:260px;}
.schedule-location-img img{width:100%!important;height:100%!important;min-height:260px;object-fit:cover;display:block;}
.schedule-location-info h3{margin:8px 0 16px;color:#fff;font-size:clamp(24px,3vw,34px);}
.schedule-location-info p{color:#e6e6ea!important;margin:0 0 14px!important;font-size:16px!important;line-height:1.6!important;}
.schedule-location-info b{color:#fff;}
@media(max-width:860px){.schedules-grid{grid-template-columns:1fr;gap:16px}.schedule-card{border-radius:20px}.schedule-card-body{padding:18px}.schedule-card h3{font-size:20px}.schedule-location-card{grid-template-columns:1fr;padding:20px;border-radius:22px}.schedule-location-img,.schedule-location-img img{min-height:220px}.schedule-time-row{font-size:14px}}
@media(max-width:520px){.schedule-card-img{aspect-ratio:1/1}.schedule-time-row{grid-template-columns:minmax(0,1fr);gap:2px}.schedule-time-row strong{text-align:left;white-space:normal}.schedule-location-wrap{margin-top:24px}.schedule-location-img,.schedule-location-img img{min-height:190px}.schedule-location-card{padding:16px}}
