
:root{
  --bg:#060606;--panel:#101114;--line:rgba(255,255,255,.10);
  --text:#fff;--muted:#b8b8b8;--green:#d7ff00;--green2:#89ff00;
}
*{box-sizing:border-box;margin:0;padding:0}
body{
  font-family:Arial,Helvetica,sans-serif;
  background:#060606;color:#fff;overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1180px,92%);margin:auto}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(6,6,6,.92);backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line);
}
.nav{
  height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px;
}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;font-size:1.08rem}
.brand-badge,.ee{
  width:48px;height:48px;border-radius:14px;
  background:linear-gradient(135deg,var(--green),var(--green2));
  color:#000;display:grid;place-items:center;font-weight:1000;
  flex:0 0 auto;
}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:14px 24px;border-radius:999px;
  background:linear-gradient(135deg,var(--green),var(--green2));
  color:#000;font-weight:900;border:0;cursor:pointer;
}
.btn-dark{background:#171717;color:#fff;border:1px solid var(--line)}
.hero{
  padding:86px 0 78px;
}
.hero-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center;
}
.hero h1{
  font-size:clamp(2.8rem,5.3vw,5.4rem);
  line-height:.94;letter-spacing:-.065em;margin-bottom:22px;
}
.hero p{
  color:var(--muted);font-size:1.18rem;line-height:1.5;max-width:620px;margin-bottom:28px;
}
.hero-img{
  filter:drop-shadow(0 30px 70px rgba(0,0,0,.55));
}
.section{padding:76px 0}
.section-title{text-align:center;max-width:820px;margin:0 auto 38px}
.section-title h2{
  font-size:clamp(2rem,4vw,3.6rem);
  line-height:1.02;letter-spacing:-.05em;margin-bottom:12px;
}
.section-title p{color:var(--muted);font-size:1.06rem}
.full-image{
  width:100%;border-radius:30px;box-shadow:0 30px 80px rgba(0,0,0,.45);
}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.card{
  background:linear-gradient(180deg,#141414,#0d0d0d);
  border:1px solid var(--line);border-radius:26px;padding:18px;
}
.card img{width:100%;border-radius:18px;margin-bottom:16px}
.card h3{font-size:1.18rem;margin-bottom:8px}
.card p{color:var(--muted);line-height:1.45}
.cta-box{
  border-radius:34px;padding:50px 24px;text-align:center;
  background:linear-gradient(180deg,#131313,#080808);
  border:1px solid rgba(215,255,0,.22);
}
.cta-box h2{
  font-size:clamp(2rem,4vw,4rem);letter-spacing:-.05em;margin-bottom:16px;
}
.cta-box p{color:var(--muted);margin-bottom:24px}
footer{padding:34px 0;text-align:center;color:#999;border-top:1px solid var(--line)}
.login-page{
  min-height:100vh;display:grid;place-items:center;padding:24px;
  background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.76)),url('assets/pacote-eletrico-editavel.png') center/cover no-repeat;
}
.login-card{
  width:min(440px,94%);background:rgba(16,17,20,.92);
  border:1px solid var(--line);border-radius:30px;padding:30px;
  box-shadow:0 30px 90px rgba(0,0,0,.55);
}
.login-card h1{font-size:2rem;margin:16px 0 10px}
.login-card p{color:var(--muted);margin-bottom:18px}
.input{
  width:100%;padding:16px;border-radius:16px;
  background:#202124;border:1px solid rgba(255,255,255,.12);
  color:#fff;margin-bottom:14px;
}
.error{background:rgba(255,70,70,.12);border:1px solid rgba(255,70,70,.35);color:#ffd0d0;border-radius:14px;padding:12px;margin-bottom:14px}
.success{background:rgba(215,255,0,.10);border:1px solid rgba(215,255,0,.32);color:#f0ffa8;border-radius:14px;padding:12px;margin-bottom:14px}
.app{display:grid;grid-template-columns:280px 1fr;min-height:100vh}
.sidebar{position:fixed;inset:0 auto 0 0;width:280px;background:#101114;border-right:1px solid var(--line);display:flex;flex-direction:column}
.side-logo{padding:22px;display:flex;gap:12px;align-items:center;border-bottom:1px solid var(--line)}
.menu{padding:16px;display:grid;gap:8px}
.menu a{padding:14px;border-radius:14px;color:#ddd}
.menu a.active,.menu a:hover{background:var(--green);color:#000;font-weight:900}
.main{grid-column:2;padding:28px 34px 70px}
.top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:16px}
.pill{background:#171717;border:1px solid var(--line);border-radius:999px;padding:11px 15px;color:#ddd}
.dashboard-hero{
  padding:34px;border-radius:30px;
  background:linear-gradient(90deg,rgba(0,0,0,.95),rgba(0,0,0,.35)),url('assets/pacote-eletrico-editavel.png') center/cover no-repeat;
}
.dashboard-hero h1{font-size:clamp(2.2rem,5vw,4.4rem);letter-spacing:-.05em;line-height:.95;margin-bottom:14px}
.dashboard-hero p{color:#ddd;margin-bottom:22px}
.course-head{display:grid;grid-template-columns:150px 1fr;gap:22px;align-items:center;background:#111;border:1px solid var(--line);border-radius:24px;padding:20px;margin-bottom:24px}
.course-head img{width:150px;height:150px;object-fit:cover;border-radius:18px}
.progress{height:8px;background:#2a2a2a;border-radius:99px;overflow:hidden;margin-top:10px}
.progress span{display:block;height:100%;background:linear-gradient(90deg,var(--green),#00ff87);width:10%}
.module{border:1px solid rgba(215,255,0,.25);border-radius:18px;overflow:hidden;margin-bottom:12px;background:#111}
.module-title{padding:15px 16px;background:rgba(215,255,0,.06);font-weight:900}
.lesson{display:flex;gap:12px;align-items:center;padding:14px 16px;border-top:1px solid var(--line);color:#e5e5e5}
.lesson small{margin-left:auto;color:#999}
.check{width:22px;height:22px;border-radius:50%;border:1px solid #444;display:grid;place-items:center}
.done .check{background:var(--green);color:#000;border-color:var(--green)}
@media(max-width:900px){
  .hero-grid,.grid{grid-template-columns:1fr}
  .hero{padding:52px 0}
  .app{display:block}.sidebar{display:none}.main{padding:20px}
  .course-head{grid-template-columns:90px 1fr}.course-head img{width:90px;height:90px}
}


.nav-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.tag{display:inline-flex;margin-bottom:18px;padding:10px 14px;border-radius:999px;background:rgba(215,255,0,.10);border:1px solid rgba(215,255,0,.25);color:#eaff87;font-weight:800;font-size:.9rem}
.hero-buttons{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.price-box{display:inline-grid;gap:2px;margin:0 0 22px;padding:16px 20px;border-radius:22px;background:linear-gradient(180deg,#171717,#0d0d0d);border:1px solid rgba(215,255,0,.25)}
.price-box small{color:var(--muted);font-weight:700}.price-box strong{font-size:2.1rem;color:var(--green);line-height:1}
.product-img{border-radius:34px;box-shadow:0 30px 100px rgba(137,0,255,.22);border:1px solid rgba(255,255,255,.12)}
.compact-section{padding:24px 0 34px}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature{padding:22px;border-radius:24px;background:linear-gradient(180deg,#141414,#0d0d0d);border:1px solid var(--line)}.feature strong{display:block;font-size:2rem;color:var(--green);line-height:1;margin-bottom:6px}.feature span{color:#ddd}
@media(max-width:900px){.nav{height:auto;padding:14px 0}.nav-actions{width:100%;justify-content:stretch}.nav-actions .btn{flex:1;padding:12px 14px}.features{grid-template-columns:1fr}.hero-buttons .btn{width:100%}.product-img{border-radius:24px}}
.video-box{aspect-ratio:16/9;background:#0b0b0b;border:1px solid var(--line);border-radius:26px;overflow:hidden;margin-bottom:18px;box-shadow:0 24px 70px rgba(0,0,0,.35)}
.video-box iframe{width:100%;height:100%;border:0;display:block;background:#000}.video-placeholder{height:100%;display:grid;place-items:center;text-align:center;color:#aaa;padding:24px}.video-placeholder p{font-size:1.1rem;margin:8px 0}.video-placeholder small{color:#777}.lesson-actions{display:flex;gap:12px;flex-wrap:wrap}.lesson.done{background:rgba(215,255,0,.08)}
@media(max-width:900px){.lesson-actions .btn{width:100%}}
/* V4 - área de aulas visível no painel inicial */
.course-dashboard-v4{margin-bottom:22px;border:1px solid rgba(215,255,0,.25)}
.big-progress{height:12px;max-width:560px;margin:4px 0 10px}.progress-text{font-weight:800;color:#f3ff9a!important;margin-bottom:20px!important}.student-panel{background:#101114;border:1px solid var(--line);border-radius:28px;padding:24px}.panel-title{display:flex;justify-content:space-between;gap:16px;align-items:end;margin-bottom:16px}.panel-title h2{font-size:2rem;letter-spacing:-.04em}.panel-title span{color:#aaa}.lesson-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.lesson-card{display:flex;gap:14px;align-items:center;background:#151515;border:1px solid var(--line);border-radius:18px;padding:16px;color:#fff}.lesson-card:hover{border-color:rgba(215,255,0,.55);transform:translateY(-1px)}.lesson-card strong{display:block;margin-bottom:4px}.lesson-card small{display:block;color:#999}.lesson-number{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#242424;border:1px solid #444;font-weight:1000;color:#eee;flex:0 0 auto}.lesson-card.done{background:rgba(215,255,0,.08);border-color:rgba(215,255,0,.35)}.lesson-card.done .lesson-number{background:var(--green);color:#000;border-color:var(--green)}
@media(max-width:900px){.panel-title{display:block}.lesson-grid{grid-template-columns:1fr}.student-panel{padding:18px}.panel-title h2{font-size:1.6rem}}

/* V5 - Curso estilo Hotmart/área profissional */
.course-page-clean{min-height:100vh;background:#0f0f0f;color:#f7f7f7;padding:0 16px 60px;font-family:Inter,Arial,sans-serif}.course-wrap{width:min(760px,100%);margin:0 auto}.course-back{display:inline-flex;margin:0 0 18px;color:#dcdcdc;font-size:.92rem}.course-summary-card{display:grid;grid-template-columns:130px 1fr;gap:24px;align-items:center;background:#171717;border:1px solid rgba(255,255,255,.16);border-radius:12px;padding:18px;margin-bottom:22px}.course-summary-card img{width:130px;height:130px;object-fit:cover;border-radius:8px}.course-summary-info h1{font-size:1.55rem;letter-spacing:.02em;margin-bottom:10px}.course-progress-line{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#d2d2d2;font-size:.86rem;margin-bottom:5px}.course-progress-line b{font-size:.84rem;color:#fff}.course-progress-bar{height:7px;background:#333;border-radius:100px;overflow:hidden}.course-progress-bar span{height:100%;display:block;background:#dfff00;border-radius:100px}.course-summary-info p{font-size:.86rem;color:#ddd;margin-top:8px}.course-section-title{font-size:1.05rem;margin:18px 4px 10px;color:#fff;letter-spacing:.01em}.course-module-pro{border:1px solid rgba(214,255,0,.35);border-radius:12px;margin-bottom:8px;background:#151515;overflow:hidden}.course-module-head{width:100%;border:0;background:#191919;color:#fff;display:flex;align-items:center;gap:14px;padding:14px 16px;cursor:pointer;text-align:left}.module-badge{width:34px;height:34px;border-radius:12px;background:#2a2a2a;color:#e9e9e9;display:grid;place-items:center;font-weight:800;flex:0 0 auto}.module-name{font-weight:800;text-transform:uppercase;letter-spacing:.02em;flex:1}.module-name small{display:block;color:#cfcfcf;font-weight:500;text-transform:none;font-size:.78rem;margin-top:3px;letter-spacing:0}.module-arrow{color:#aaa;font-size:1rem}.module-lessons{display:none}.course-module-pro.open .module-lessons{display:block}.course-module-pro.open .module-arrow{transform:rotate(180deg)}.course-lesson-row{display:flex;align-items:center;gap:12px;min-height:50px;padding:12px 14px;background:#181818;border-top:1px solid rgba(255,255,255,.07);color:#fff}.course-lesson-row:hover{background:#1e1e1e}.lesson-status{width:22px;height:22px;border-radius:50%;border:1px solid #3d3d3d;display:grid;place-items:center;color:#111;font-weight:1000;flex:0 0 auto}.course-lesson-row.done .lesson-status{background:#dfff00;border-color:#dfff00;color:#000}.lesson-video-icon{width:26px;height:26px;border-radius:10px;background:#102b58;color:#4fa3ff;display:grid;place-items:center;font-size:.76rem;flex:0 0 auto}.lesson-title{font-size:.91rem;line-height:1.25}.files-title{margin-top:26px}.course-files-box{background:#151515;border:1px solid rgba(255,255,255,.13);border-radius:14px;padding:18px;margin-bottom:30px}.files-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.files-head h3{font-size:1.12rem;margin-bottom:5px}.files-head p{color:#aaa;font-size:.9rem;line-height:1.4}.files-head span{font-size:2rem}.files-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.file-card{display:grid;gap:4px;min-height:126px;background:#1a1a1a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px;color:#fff}.file-card:hover{border-color:rgba(214,255,0,.45)}.file-icon{width:32px;height:32px;border-radius:11px;background:rgba(214,255,0,.13);display:grid;place-items:center;color:#dfff00}.file-card strong{font-size:.95rem}.file-card small{color:#a9a9a9;line-height:1.35}.file-card em{font-style:normal;color:#dfff00;font-size:.8rem;margin-top:4px}.file-card.disabled{opacity:.72;cursor:not-allowed}.student-home-pro{display:grid;grid-template-columns:220px 1fr;gap:26px;align-items:center;background:linear-gradient(180deg,#171717,#101010);border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:24px}.student-home-pro img{width:220px;height:220px;object-fit:cover;border-radius:20px}.student-home-pro h1{font-size:clamp(2rem,4vw,3.5rem);letter-spacing:-.05em;line-height:.98;margin:10px 0}.student-home-pro p{color:#ddd;margin-bottom:18px}
@media(max-width:700px){.course-summary-card{grid-template-columns:92px 1fr;gap:14px;padding:13px}.course-summary-card img{width:92px;height:92px}.course-summary-info h1{font-size:1.1rem}.files-grid{grid-template-columns:1fr}.course-lesson-row{padding:12px 10px}.lesson-title{font-size:.84rem}.module-name{font-size:.9rem}.student-home-pro{grid-template-columns:1fr;padding:18px}.student-home-pro img{width:160px;height:160px}.course-page-clean{padding-left:10px;padding-right:10px}}

/* V6 - Página da aula com player + menu lateral estilo plataforma */
.lesson-page-pro{background:#0f0f0f;color:#fff;font-family:Arial,Helvetica,sans-serif;min-height:100vh;overflow-x:hidden}.lesson-topbar{height:48px;border-bottom:1px solid rgba(255,255,255,.12);background:#101010;display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:10}.lesson-back{color:#dcdcdc;font-size:.82rem;letter-spacing:.02em}.lesson-top-progress{display:flex;align-items:center;gap:10px;min-width:230px}.lesson-top-progress span{font-size:.78rem;color:#dfff00}.lesson-top-progress div{height:4px;background:#2b2b2b;border-radius:999px;flex:1;overflow:hidden}.lesson-top-progress em{display:block;height:100%;background:#dfff00;border-radius:999px}.lesson-layout-pro{display:grid;grid-template-columns:minmax(0,1fr) 315px;gap:0;min-height:calc(100vh - 48px)}.lesson-content-pro{max-width:860px;width:100%;margin:0 auto;padding:34px 28px 80px}.lesson-video-frame{aspect-ratio:16/9;background:#070707;border:1px solid rgba(255,255,255,.10);border-radius:10px;overflow:hidden;box-shadow:0 30px 70px rgba(0,0,0,.35)}.lesson-video-frame iframe{width:100%;height:100%;border:0;display:block}.lesson-video-empty{height:100%;display:grid;place-items:center;text-align:center;color:#d0d0d0;padding:28px}.lesson-video-empty strong{display:block;font-size:1.25rem;margin-top:12px}.lesson-video-empty span{display:block;color:#aaa;margin-top:7px}.play-big{width:74px;height:74px;border-radius:50%;background:#dfff00;color:#000;display:grid;place-items:center;font-size:2rem;font-weight:900;box-shadow:0 0 40px rgba(223,255,0,.25)}.lesson-info-pro{padding:22px 0;border-bottom:1px solid rgba(255,255,255,.10)}.lesson-info-pro h1{font-size:1.35rem;line-height:1.2;margin-bottom:12px;text-transform:uppercase}.lesson-info-pro p{color:#aaa;font-size:.92rem;margin-bottom:18px}.lesson-actions-pro{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.complete-btn,.next-btn{border:0;border-radius:6px;background:#dfff00;color:#000;font-weight:900;padding:10px 18px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.complete-btn.is-done{background:#bfff00}.next-btn{background:#1c1c1c;color:#fff;border:1px solid rgba(255,255,255,.12)}.comments-fake-pro{margin-top:22px;background:#151515;border:1px solid rgba(255,255,255,.10);border-radius:10px;padding:18px}.comments-fake-pro h3{font-size:1rem;margin-bottom:14px;color:#eaff7a}.comment-box-pro{min-height:72px;border:1px solid rgba(255,255,255,.10);border-radius:8px;background:#101010;color:#777;padding:16px;margin-bottom:10px}.comments-fake-pro small{color:#8f8f8f}.lesson-sidebar-pro{background:#151515;border-left:1px solid rgba(255,255,255,.12);height:calc(100vh - 48px);position:sticky;top:48px;overflow:auto;padding-bottom:26px}.sidebar-course-title{padding:18px 16px;border-bottom:1px solid rgba(255,255,255,.10)}.sidebar-course-title strong{display:block;font-size:.95rem;margin-bottom:14px}.sidebar-course-title span{display:flex;justify-content:space-between;color:#aaa;font-size:.82rem;margin-bottom:7px}.sidebar-course-title span b{color:#dfff00}.side-progress{height:4px;background:#313131;border-radius:999px;overflow:hidden;margin-bottom:7px}.side-progress em{height:100%;display:block;background:#dfff00}.sidebar-course-title small{color:#aaa}.side-module{border-bottom:1px solid rgba(255,255,255,.08)}.side-module-head{width:100%;border:0;background:#151515;color:#fff;text-align:left;padding:14px 14px;cursor:pointer}.side-module-head span{display:block;font-size:.72rem;color:#aaa;margin-bottom:4px}.side-module-head span b{color:#dfff00}.side-module-head strong{display:block;font-size:.82rem;text-transform:uppercase;line-height:1.25}.side-module-head small{display:block;color:#aaa;margin-top:3px}.side-lessons{display:none;padding:0 8px 10px}.side-module.open .side-lessons{display:block}.side-lesson{display:flex;align-items:center;gap:9px;padding:10px 8px;border-radius:7px;color:#e8e8e8;font-size:.78rem;line-height:1.25;margin:2px 0}.side-lesson:hover{background:#202020}.side-lesson.current{background:rgba(223,255,0,.16);outline:1px solid rgba(223,255,0,.55);color:#dfff00}.side-check{width:16px;height:16px;border-radius:50%;border:1px solid #777;display:grid;place-items:center;font-size:.65rem;flex:0 0 auto}.side-lesson.done .side-check{background:#dfff00;border-color:#dfff00;color:#000}.side-play{width:20px;height:20px;border-radius:8px;background:#102b58;color:#4fa3ff;display:grid;place-items:center;font-size:.55rem;flex:0 0 auto}.side-title{flex:1}@media(max-width:980px){.lesson-layout-pro{grid-template-columns:1fr}.lesson-sidebar-pro{position:relative;top:auto;height:auto;border-left:0;border-top:1px solid rgba(255,255,255,.12);order:2}.lesson-content-pro{max-width:100%;padding:22px 14px 26px}.lesson-topbar{padding:0 12px}.lesson-top-progress{min-width:130px}.lesson-info-pro h1{font-size:1.1rem}.lesson-page-pro{padding-bottom:20px}}

/* ===== Ajustes premium 2026-05-10: capa maior, responsivo e aula com menu lateral premium ===== */
.course-page-clean,
.lesson-page-pro{
  background:
    radial-gradient(circle at 18% 8%, rgba(214,255,0,.09), transparent 26%),
    radial-gradient(circle at 82% 16%, rgba(79,163,255,.11), transparent 30%),
    linear-gradient(135deg, rgba(0,0,0,.85), rgba(12,12,12,.96)),
    url('assets/quadro1.png');
  background-size:auto, auto, auto, cover;
  background-attachment:fixed;
}
.course-page-clean:before,
.lesson-page-pro:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.55), rgba(0,0,0,.90));
  z-index:0;
}
.course-page-clean > *, .lesson-page-pro > *{position:relative;z-index:1}
.course-wrap{width:min(980px,100%)}
.course-hero-upgraded{
  position:relative;
  overflow:hidden;
  grid-template-columns:190px 1fr;
  gap:28px;
  padding:26px;
  border-radius:22px;
  background:
    linear-gradient(135deg, rgba(20,20,20,.93), rgba(8,8,8,.96)),
    url('assets/capa-hotmart-600.jpg');
  background-size:cover;
  background-position:center;
  box-shadow:0 24px 80px rgba(0,0,0,.42), inset 0 0 0 1px rgba(255,255,255,.04);
  border-color:rgba(214,255,0,.28);
}
.course-hero-upgraded:before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.65),rgba(0,0,0,.86));
  z-index:0;
}
.course-hero-upgraded > *{position:relative;z-index:1}
.course-hero-upgraded img{width:190px;height:190px;border-radius:18px;box-shadow:0 20px 55px rgba(0,0,0,.55);border:1px solid rgba(255,255,255,.16)}
.course-summary-info h1{font-size:clamp(1.55rem,3vw,2.35rem);line-height:1.04;margin-bottom:18px;text-shadow:0 4px 22px rgba(0,0,0,.55)}
.course-progress-bar,.side-progress,.lesson-top-progress div{background:#333}
.course-progress-bar span,.side-progress em,.lesson-top-progress em{background:linear-gradient(90deg,#ffcf00,#dfff00)}
.course-completed .course-progress-bar span,
.course-completed .side-progress em,
.course-completed .lesson-top-progress em{background:linear-gradient(90deg,#00d46a,#8dff00)}
.course-hero-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.course-hero-badges span{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em;color:#eaff80;background:rgba(214,255,0,.10);border:1px solid rgba(214,255,0,.22);border-radius:999px;padding:8px 10px}
.course-module-pro{backdrop-filter:blur(10px);background:rgba(20,20,20,.88);border-color:rgba(214,255,0,.30);box-shadow:0 14px 36px rgba(0,0,0,.18)}
.course-module-head{background:linear-gradient(90deg,rgba(28,28,28,.98),rgba(18,18,18,.96))}
.course-lesson-row{background:rgba(20,20,20,.86)}
.course-lesson-row:hover{background:rgba(214,255,0,.07)}
.course-files-box{background:rgba(18,18,18,.92);border-color:rgba(214,255,0,.22);box-shadow:0 18px 50px rgba(0,0,0,.25)}

.lesson-topbar{background:rgba(10,10,10,.88);backdrop-filter:blur(14px)}
.lesson-layout-pro{grid-template-columns:minmax(0,1fr) 340px}
.lesson-content-pro{max-width:920px;padding-top:26px}
.lesson-bg-title{display:flex;justify-content:space-between;gap:16px;align-items:center;margin:0 0 16px;color:#ddd}
.lesson-bg-title span{color:#dfff00;text-transform:uppercase;font-size:.75rem;font-weight:900;letter-spacing:.12em}
.lesson-bg-title strong{font-size:.86rem;color:#aaa;font-weight:600;text-align:right}
.lesson-video-frame{border-radius:18px;border-color:rgba(214,255,0,.18);box-shadow:0 32px 90px rgba(0,0,0,.56),0 0 0 1px rgba(255,255,255,.035)}
.lesson-video-empty{
  background:
    linear-gradient(135deg,rgba(0,0,0,.82),rgba(0,0,0,.95)),
    url('assets/capa-hotmart-600.jpg');
  background-size:cover;
  background-position:center;
}
.lesson-info-pro{background:rgba(12,12,12,.62);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:20px;margin-top:18px}
.complete-btn{background:#202020;color:#fff;border:1px solid rgba(214,255,0,.35);box-shadow:none}
.complete-btn:hover{background:rgba(214,255,0,.10);color:#eaff7a}
.complete-btn.is-done{background:#dfff00;color:#000;border-color:#dfff00}
.course-completed .complete-btn.is-done{background:#00d46a;color:#001d0c;border-color:#00d46a}
.next-btn{border-radius:8px}
.comments-fake-pro{background:rgba(18,18,18,.86);backdrop-filter:blur(10px)}
.lesson-sidebar-pro{background:rgba(14,14,14,.93);backdrop-filter:blur(18px)}
.sidebar-course-title{background:linear-gradient(180deg,rgba(214,255,0,.08),rgba(0,0,0,0));}
.side-module-head{background:rgba(16,16,16,.86)}
.side-lesson{border:1px solid transparent}
.side-lesson.current{background:rgba(214,255,0,.13);outline:none;border-color:rgba(214,255,0,.55)}
.side-lesson.done .side-check{background:#dfff00;border-color:#dfff00;color:#000}
.course-completed .side-lesson.done .side-check{background:#00d46a;border-color:#00d46a;color:#001d0c}

@media(max-width:980px){
  .lesson-layout-pro{display:flex;flex-direction:column}
  .lesson-sidebar-pro{order:-1;position:relative;top:auto;height:auto;max-height:none;border-left:0;border-bottom:1px solid rgba(255,255,255,.12)}
  .lesson-content-pro{padding:18px 12px 32px}
  .lesson-bg-title{display:block}.lesson-bg-title strong{display:block;text-align:left;margin-top:4px}
}
@media(max-width:720px){
  .course-wrap{width:100%}
  .course-hero-upgraded{grid-template-columns:1fr;text-align:center;padding:18px;border-radius:18px}
  .course-hero-upgraded img{width:min(78vw,230px);height:min(78vw,230px);margin:auto}
  .course-hero-badges{justify-content:center}
  .course-progress-line{font-size:.8rem}
  .lesson-video-frame{border-radius:14px}
  .lesson-topbar{height:auto;min-height:54px;gap:12px;align-items:flex-start;flex-direction:column;padding:10px 12px}
  .lesson-top-progress{width:100%;min-width:0}
  .lesson-content-pro{padding-left:10px;padding-right:10px}
  .lesson-info-pro{padding:16px}
  .lesson-actions-pro{display:grid;grid-template-columns:1fr;align-items:stretch}.lesson-actions-pro form{display:block}.complete-btn,.next-btn{width:100%}
}


/* =========================================================
   CORREÇÃO REAL FINAL - ÁREA DO CURSO PREMIUM RESPONSIVA
   Visual evidente: capa grande, fundo elétrico, cards e aula premium
   ========================================================= */
:root{--neon:#dfff00;--neon2:#f7ff4d;--green:#00d46a;--panel:#151515;--line:rgba(255,255,255,.12)}
.course-page-clean,.lesson-page-pro{
  background:
    radial-gradient(circle at 12% 10%, rgba(223,255,0,.16), transparent 24%),
    radial-gradient(circle at 90% 7%, rgba(101,56,255,.25), transparent 26%),
    linear-gradient(180deg, rgba(6,6,6,.78), rgba(6,6,6,.98)),
    url('assets/quadro2.png') center/cover fixed !important;
}
.course-page-clean:before,.lesson-page-pro:before{
  content:"";position:fixed;inset:0;z-index:0;pointer-events:none;
  background:linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.58) 48%,rgba(0,0,0,.95) 100%);
}
.course-page-clean>* , .lesson-page-pro>*{position:relative;z-index:1}.course-wrap{width:min(1120px,100%)!important;padding-top:18px}.course-back{color:#fff!important;background:rgba(255,255,255,.07);border:1px solid var(--line);border-radius:999px;padding:8px 13px;text-decoration:none!important}
.course-summary-card.course-hero-upgraded{
  display:grid!important;grid-template-columns:minmax(220px,310px) 1fr!important;gap:34px!important;align-items:center!important;min-height:300px!important;padding:34px!important;margin-bottom:34px!important;border-radius:30px!important;overflow:hidden!important;
  border:1px solid rgba(223,255,0,.34)!important;background:
    linear-gradient(90deg,rgba(0,0,0,.52),rgba(0,0,0,.92)),
    url('assets/capa-hotmart-600.jpg') center/cover!important;
  box-shadow:0 34px 110px rgba(0,0,0,.66),0 0 0 1px rgba(255,255,255,.04) inset!important;
}
.course-summary-card.course-hero-upgraded:after{content:"";position:absolute;right:-110px;top:-110px;width:330px;height:330px;background:radial-gradient(circle,rgba(223,255,0,.28),transparent 60%);filter:blur(4px)}
.course-summary-card.course-hero-upgraded img{width:100%!important;height:auto!important;aspect-ratio:1/1!important;object-fit:cover!important;border-radius:24px!important;border:1px solid rgba(255,255,255,.22)!important;box-shadow:0 28px 70px rgba(0,0,0,.72),0 0 34px rgba(223,255,0,.12)!important}
.course-summary-info h1{font-size:clamp(2rem,4.6vw,4.2rem)!important;line-height:.94!important;margin:0 0 20px!important;letter-spacing:-.04em!important;text-transform:uppercase!important;text-shadow:0 8px 34px #000!important}.course-summary-info p{font-size:1.02rem!important;color:#eee!important;margin:12px 0 0!important}.course-progress-line{font-size:1rem!important;color:#fafafa!important}.course-progress-line b{font-size:1rem!important;color:#fff!important}.course-progress-bar{height:12px!important;border-radius:999px!important;background:rgba(255,255,255,.18)!important}.course-progress-bar span{background:linear-gradient(90deg,#ffcf00,var(--neon))!important;box-shadow:0 0 16px rgba(223,255,0,.35)!important}.course-completed .course-progress-bar span{background:linear-gradient(90deg,#00c768,#8dff00)!important}
.course-hero-badges{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin-top:20px!important}.course-hero-badges span{display:inline-flex!important;align-items:center!important;gap:6px!important;border:1px solid rgba(223,255,0,.34)!important;background:rgba(223,255,0,.13)!important;color:#efff9b!important;border-radius:999px!important;padding:9px 12px!important;font-size:.82rem!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.03em!important;white-space:nowrap!important}.course-hero-badges span:before{content:"⚡";color:var(--neon)}
.course-section-title{font-size:1.22rem!important;margin:26px 4px 14px!important}.course-module-pro{border-radius:18px!important;border:1px solid rgba(223,255,0,.36)!important;background:rgba(17,17,17,.90)!important;box-shadow:0 18px 55px rgba(0,0,0,.26)!important;margin-bottom:12px!important;overflow:hidden!important}.course-module-head{padding:18px!important;background:linear-gradient(90deg,rgba(38,38,38,.96),rgba(16,16,16,.96))!important}.module-badge{background:#2b2b2b!important;border:1px solid rgba(255,255,255,.09)!important}.course-lesson-row{min-height:58px!important;background:rgba(20,20,20,.86)!important}.course-lesson-row:hover{background:rgba(223,255,0,.08)!important}.course-lesson-row.done .lesson-status{background:var(--neon)!important;border-color:var(--neon)!important;color:#000!important}.course-completed .course-lesson-row.done .lesson-status{background:var(--green)!important;border-color:var(--green)!important;color:#001b0d!important}
.course-files-box{border-radius:22px!important;border:1px solid rgba(223,255,0,.28)!important;background:linear-gradient(135deg,rgba(20,20,20,.94),rgba(6,6,6,.96))!important}.file-card{border-radius:16px!important}.file-card:hover{transform:translateY(-2px);transition:.18s;border-color:rgba(223,255,0,.6)!important}
.lesson-topbar{height:58px!important;background:rgba(8,8,8,.93)!important;backdrop-filter:blur(14px)!important}.lesson-layout-pro{grid-template-columns:minmax(0,1fr) 380px!important;min-height:calc(100vh - 58px)!important}.lesson-content-pro{max-width:1000px!important;padding:42px 34px 80px!important}.lesson-bg-title{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:18px!important;padding:18px 20px!important;border:1px solid rgba(223,255,0,.18)!important;border-radius:18px!important;background:linear-gradient(90deg,rgba(223,255,0,.10),rgba(255,255,255,.03))!important}.lesson-bg-title span{color:var(--neon)!important;font-weight:1000!important;text-transform:uppercase!important;letter-spacing:.14em!important}.lesson-bg-title strong{color:#eee!important;font-size:.95rem!important}.lesson-video-frame{border-radius:24px!important;border:1px solid rgba(223,255,0,.25)!important;box-shadow:0 34px 110px rgba(0,0,0,.72),0 0 0 1px rgba(255,255,255,.05) inset!important;background:#040404!important}.lesson-video-empty{background:
  linear-gradient(135deg,rgba(0,0,0,.35),rgba(0,0,0,.88)),
  url('assets/capa-hotmart-600.jpg') center/cover!important}.play-big{background:var(--neon)!important;color:#000!important;box-shadow:0 0 55px rgba(223,255,0,.52)!important}.lesson-info-pro{border-radius:20px!important;border:1px solid rgba(255,255,255,.10)!important;background:rgba(12,12,12,.78)!important;padding:24px!important;margin-top:22px!important}.lesson-info-pro h1{font-size:clamp(1.35rem,2.3vw,2.15rem)!important}.complete-btn{background:#1d1d1d!important;color:#fff!important;border:1px solid rgba(223,255,0,.36)!important;border-radius:10px!important}.complete-btn:hover{background:rgba(223,255,0,.10)!important;color:var(--neon)!important}.complete-btn.is-done{background:#2b2b2b!important;color:var(--neon)!important;border-color:rgba(223,255,0,.45)!important}.course-completed .complete-btn.is-done{background:var(--green)!important;color:#001b0d!important;border-color:var(--green)!important}.next-btn{border-radius:10px!important;background:#222!important}.comments-fake-pro{border-radius:18px!important;background:rgba(15,15,15,.82)!important}.lesson-sidebar-pro{width:380px!important;background:rgba(12,12,12,.96)!important;backdrop-filter:blur(18px)!important;border-left:1px solid rgba(223,255,0,.16)!important;height:calc(100vh - 58px)!important;top:58px!important}.sidebar-course-title{background:linear-gradient(180deg,rgba(223,255,0,.10),rgba(0,0,0,0))!important;padding:22px 18px!important}.sidebar-course-title span b,.side-module-head span b,.lesson-top-progress span{color:var(--neon)!important}.side-progress,.lesson-top-progress div{background:rgba(255,255,255,.16)!important}.side-progress em,.lesson-top-progress em{background:linear-gradient(90deg,#ffcf00,var(--neon))!important}.course-completed .side-progress em,.course-completed .lesson-top-progress em{background:linear-gradient(90deg,#00c768,#8dff00)!important}.side-module-head{background:rgba(16,16,16,.94)!important;padding:16px!important}.side-lesson{min-height:42px!important;border-radius:10px!important}.side-lesson.current{background:rgba(223,255,0,.16)!important;border:1px solid rgba(223,255,0,.50)!important;color:var(--neon)!important;outline:none!important}.side-lesson.done .side-check{background:var(--neon)!important;border-color:var(--neon)!important;color:#000!important}.course-completed .side-lesson.done .side-check{background:var(--green)!important;border-color:var(--green)!important;color:#001b0d!important}
@media(max-width:1100px){.lesson-layout-pro{grid-template-columns:1fr!important}.lesson-sidebar-pro{width:100%!important;height:auto!important;position:relative!important;top:auto!important;border-left:0!important;border-bottom:1px solid rgba(223,255,0,.16)!important;order:-1!important}.lesson-content-pro{max-width:100%!important;padding:24px 14px 48px!important}.course-summary-card.course-hero-upgraded{grid-template-columns:190px 1fr!important}}
@media(max-width:720px){.course-page-clean{padding:0 10px 48px!important}.course-summary-card.course-hero-upgraded{grid-template-columns:1fr!important;text-align:center!important;padding:18px!important;gap:18px!important}.course-summary-card.course-hero-upgraded img{width:min(82vw,250px)!important;margin:auto!important}.course-hero-badges{justify-content:center!important}.course-summary-info h1{font-size:2rem!important}.lesson-topbar{height:auto!important;min-height:58px!important;align-items:flex-start!important;flex-direction:column!important;padding:11px 12px!important}.lesson-top-progress{width:100%!important;min-width:0!important}.lesson-bg-title{display:block!important}.lesson-bg-title strong{display:block!important;margin-top:6px!important}.lesson-info-pro{padding:18px!important}.lesson-actions-pro{display:grid!important;grid-template-columns:1fr!important}.lesson-actions-pro form,.complete-btn,.next-btn{width:100%!important}.files-grid{grid-template-columns:1fr!important}}

/* =========================================================
   BRAND REWORK REAL - Ensinando Elétrica
   Preto + Amarelo + Azul elétrico. Remove aparência verde/template.
   ========================================================= */
:root{
  --brand-yellow:#FFD400!important;
  --brand-yellow-2:#FFB000!important;
  --brand-blue:#00B8FF!important;
  --brand-blue-2:#006DFF!important;
  --brand-bg:#070707!important;
  --brand-card:rgba(14,14,14,.88)!important;
  --brand-line:rgba(255,212,0,.22)!important;
  --brand-green:#19d66b!important;
  --neon:#FFD400!important;
  --neon2:#FFE46B!important;
  --green:#19d66b!important;
}
html,body{background:#070707!important;}
.course-page-clean,.lesson-page-pro{
  background:
    radial-gradient(circle at 9% 8%, rgba(255,212,0,.22), transparent 24%),
    radial-gradient(circle at 88% 16%, rgba(0,184,255,.24), transparent 28%),
    linear-gradient(135deg, rgba(0,0,0,.88), rgba(9,9,9,.96)),
    url('assets/quadro1.png') center/cover fixed!important;
  color:#fff!important;
}
.course-page-clean:before,.lesson-page-pro:before{
  background:
    linear-gradient(90deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.62) 48%,rgba(0,0,0,.98) 100%),
    repeating-linear-gradient(135deg,rgba(255,212,0,.045) 0 1px,transparent 1px 42px)!important;
}
.course-wrap{width:min(1180px,100%)!important;padding-top:28px!important;}
.course-back,.lesson-back{
  display:inline-flex!important;align-items:center!important;gap:9px!important;
  min-height:42px!important;padding:10px 16px!important;border-radius:999px!important;
  color:#111!important;text-decoration:none!important;font-weight:900!important;letter-spacing:.02em!important;
  background:linear-gradient(135deg,var(--brand-yellow),var(--brand-yellow-2))!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 12px 32px rgba(255,176,0,.18), inset 0 1px 0 rgba(255,255,255,.35)!important;
}
.course-back:hover,.lesson-back:hover{transform:translateY(-1px)!important;filter:brightness(1.06)!important;}
.lesson-back:before,.course-back:before{content:"‹";font-size:1.35rem;line-height:0;font-weight:1000!important;}
.lesson-back{font-size:0!important;}
.lesson-back:after{content:"Voltar para o curso";font-size:.88rem!important;}
.course-back{font-size:0!important;margin-bottom:22px!important;}
.course-back:after{content:"Voltar ao painel";font-size:.88rem!important;}
.course-summary-card.course-hero-upgraded{
  grid-template-columns:minmax(250px,355px) 1fr!important;min-height:380px!important;
  padding:42px!important;border-radius:34px!important;gap:42px!important;
  border:1px solid rgba(255,212,0,.42)!important;
  background:
    linear-gradient(110deg,rgba(0,0,0,.42),rgba(0,0,0,.86) 54%,rgba(0,184,255,.10)),
    radial-gradient(circle at 85% 12%,rgba(0,184,255,.25),transparent 30%),
    url('assets/capa-hotmart-600.jpg') center/cover!important;
  box-shadow:0 40px 120px rgba(0,0,0,.78),0 0 0 1px rgba(0,184,255,.14) inset,0 0 58px rgba(255,212,0,.08)!important;
}
.course-summary-card.course-hero-upgraded:after{background:radial-gradient(circle,rgba(0,184,255,.28),transparent 62%)!important;right:-120px;top:-80px;width:420px;height:420px;}
.course-summary-card.course-hero-upgraded:before{content:"PLATAFORMA DO ALUNO";position:absolute;top:22px;right:28px;color:var(--brand-yellow);font-size:.75rem;font-weight:1000;letter-spacing:.18em;background:rgba(0,0,0,.48);border:1px solid rgba(255,212,0,.25);padding:9px 12px;border-radius:999px;}
.course-summary-card.course-hero-upgraded img{border-radius:28px!important;border:2px solid rgba(255,212,0,.38)!important;box-shadow:0 30px 82px rgba(0,0,0,.80),0 0 45px rgba(0,184,255,.18)!important;}
.course-summary-info h1{font-size:clamp(2.4rem,5vw,5.3rem)!important;line-height:.88!important;text-shadow:0 8px 35px #000,0 0 25px rgba(255,212,0,.16)!important;}
.course-progress-bar,.side-progress,.lesson-top-progress div{height:10px!important;background:rgba(255,255,255,.16)!important;border:1px solid rgba(255,255,255,.06)!important;}
.course-progress-bar span,.side-progress em,.lesson-top-progress em{
  background:linear-gradient(90deg,var(--brand-yellow),var(--brand-blue))!important;
  box-shadow:0 0 18px rgba(0,184,255,.32)!important;
}
.course-completed .course-progress-bar span,.course-completed .side-progress em,.course-completed .lesson-top-progress em{background:linear-gradient(90deg,#13c966,#7dff80)!important;}
.course-hero-badges span{background:rgba(0,184,255,.13)!important;border-color:rgba(0,184,255,.38)!important;color:#d8f5ff!important;}
.course-hero-badges span:before{content:"⚡";color:var(--brand-yellow)!important;}
.course-module-pro{border-color:rgba(255,212,0,.26)!important;background:rgba(12,12,12,.86)!important;border-radius:20px!important;}
.course-module-head{background:linear-gradient(90deg,rgba(255,212,0,.12),rgba(0,184,255,.06),rgba(15,15,15,.98))!important;}
.module-badge{background:linear-gradient(135deg,var(--brand-yellow),var(--brand-yellow-2))!important;color:#111!important;border:0!important;}
.lesson-video-icon,.side-play{background:rgba(0,184,255,.14)!important;color:#78dcff!important;border:1px solid rgba(0,184,255,.26)!important;}
.course-lesson-row:hover{background:rgba(0,184,255,.08)!important;}
.course-lesson-row.done .lesson-status,.side-lesson.done .side-check{background:var(--brand-yellow)!important;border-color:var(--brand-yellow)!important;color:#080808!important;}
.course-completed .course-lesson-row.done .lesson-status,.course-completed .side-lesson.done .side-check{background:var(--brand-green)!important;border-color:var(--brand-green)!important;color:#001b0d!important;}
.course-files-box{border-color:rgba(0,184,255,.26)!important;background:linear-gradient(135deg,rgba(0,184,255,.08),rgba(10,10,10,.96) 38%,rgba(255,212,0,.07))!important;}
.file-card:hover{border-color:rgba(0,184,255,.6)!important;}.file-icon{background:rgba(255,212,0,.14)!important;color:var(--brand-yellow)!important;}
.lesson-topbar{
  height:68px!important;padding:0 26px!important;
  background:linear-gradient(90deg,rgba(5,5,5,.96),rgba(16,16,16,.94),rgba(5,5,5,.96))!important;
  border-bottom:1px solid rgba(255,212,0,.22)!important;
  box-shadow:0 18px 50px rgba(0,0,0,.42)!important;
}
.lesson-layout-pro{grid-template-columns:minmax(0,1fr) 400px!important;min-height:calc(100vh - 68px)!important;}
.lesson-content-pro{max-width:1060px!important;padding:48px 38px 90px!important;}
.lesson-bg-title{background:linear-gradient(90deg,rgba(255,212,0,.14),rgba(0,184,255,.08))!important;border-color:rgba(255,212,0,.25)!important;}
.lesson-bg-title span{color:var(--brand-yellow)!important;}.lesson-bg-title strong{color:#dff6ff!important;}
.lesson-video-frame{border-radius:28px!important;border:1px solid rgba(255,212,0,.35)!important;box-shadow:0 38px 120px rgba(0,0,0,.82),0 0 0 1px rgba(0,184,255,.16) inset,0 0 48px rgba(0,184,255,.12)!important;}
.play-big{background:linear-gradient(135deg,var(--brand-yellow),var(--brand-yellow-2))!important;color:#090909!important;box-shadow:0 0 70px rgba(255,212,0,.42)!important;}
.lesson-info-pro{background:linear-gradient(135deg,rgba(16,16,16,.92),rgba(0,184,255,.05))!important;border-color:rgba(255,212,0,.20)!important;}
.complete-btn{background:#151515!important;color:#fff!important;border:1px solid rgba(255,212,0,.42)!important;border-radius:999px!important;}
.complete-btn:hover{background:rgba(255,212,0,.12)!important;color:var(--brand-yellow)!important;}
.complete-btn.is-done{background:#151515!important;color:var(--brand-yellow)!important;border-color:rgba(255,212,0,.52)!important;}
.course-completed .complete-btn.is-done{background:var(--brand-green)!important;color:#001b0d!important;border-color:var(--brand-green)!important;}
.next-btn{border-radius:999px!important;background:rgba(0,184,255,.10)!important;border:1px solid rgba(0,184,255,.30)!important;color:#dff6ff!important;}
.lesson-sidebar-pro{width:400px!important;top:68px!important;height:calc(100vh - 68px)!important;background:linear-gradient(180deg,rgba(10,10,10,.98),rgba(16,16,16,.96))!important;border-left:1px solid rgba(0,184,255,.22)!important;}
.sidebar-course-title{background:linear-gradient(180deg,rgba(255,212,0,.10),rgba(0,184,255,.06),transparent)!important;}
.sidebar-course-title span b,.side-module-head span b,.lesson-top-progress span{color:var(--brand-yellow)!important;}
.side-module{border-bottom-color:rgba(255,212,0,.10)!important;}.side-module-head{background:rgba(10,10,10,.72)!important;}
.side-lesson.current{background:linear-gradient(90deg,rgba(255,212,0,.18),rgba(0,184,255,.09))!important;border:1px solid rgba(255,212,0,.56)!important;color:var(--brand-yellow)!important;}
.comments-fake-pro{border-color:rgba(0,184,255,.22)!important;background:rgba(10,10,10,.82)!important;}
.comments-fake-pro h3{color:var(--brand-yellow)!important;}
@media(max-width:1100px){.lesson-layout-pro{grid-template-columns:1fr!important}.lesson-sidebar-pro{width:100%!important;height:auto!important;position:relative!important;top:auto!important;order:-1!important;border-left:0!important;border-bottom:1px solid rgba(0,184,255,.22)!important}.course-summary-card.course-hero-upgraded{grid-template-columns:220px 1fr!important}.lesson-content-pro{padding:24px 14px 48px!important}}
@media(max-width:720px){.course-summary-card.course-hero-upgraded{grid-template-columns:1fr!important;min-height:auto!important;padding:22px!important}.course-summary-card.course-hero-upgraded:before{position:static!important;display:inline-flex!important;width:max-content;margin:0 auto 10px!important}.lesson-topbar{height:auto!important;min-height:70px!important;flex-direction:column!important;align-items:stretch!important;padding:12px!important}.lesson-back{justify-content:center!important}.lesson-top-progress{width:100%!important}.course-summary-info h1{font-size:2.25rem!important}.course-hero-badges{justify-content:center!important}}

/* HOME PREMIUM AMARELO - 2026-05-10 */
.home-yellow{
  --green:#FFD400!important;
  --green2:#FFB000!important;
  --home-yellow:#FFD400;
  --home-orange:#FFB000;
  --home-blue:#00B8FF;
  background:
    radial-gradient(circle at 14% 9%,rgba(255,212,0,.18),transparent 25%),
    radial-gradient(circle at 82% 16%,rgba(0,184,255,.17),transparent 28%),
    linear-gradient(180deg,#050505,#090909 44%,#050505)!important;
}
.home-yellow .site-header,
.home-header{
  background:rgba(5,5,5,.88)!important;
  border-bottom:1px solid rgba(255,212,0,.18)!important;
  box-shadow:0 18px 55px rgba(0,0,0,.35)!important;
}
.home-brand img{width:54px!important;height:54px!important;object-fit:contain!important;border-radius:10px!important;filter:drop-shadow(0 0 14px rgba(255,212,0,.22))!important;}
.home-brand span{letter-spacing:.03em!important;}
.home-yellow .btn{
  background:linear-gradient(135deg,#FFD400,#FFB000)!important;
  color:#080808!important;
  box-shadow:0 12px 30px rgba(255,176,0,.18)!important;
}
.home-yellow .btn-dark{background:#151515!important;color:#fff!important;border:1px solid rgba(255,212,0,.22)!important;box-shadow:none!important;}
.home-hero-premium{position:relative;overflow:hidden;padding:86px 0 74px;border-bottom:1px solid rgba(255,212,0,.10);}
.home-hero-premium:before{content:"";position:absolute;inset:0;background:
  linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.55),rgba(0,0,0,.94)),
  repeating-linear-gradient(135deg,rgba(255,212,0,.035) 0 1px,transparent 1px 42px);
pointer-events:none;}
.home-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,520px);gap:54px;align-items:center;}
.home-kicker{display:inline-flex;padding:10px 14px;border-radius:999px;background:rgba(255,212,0,.11);border:1px solid rgba(255,212,0,.28);color:#FFE46B;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;margin-bottom:18px;}
.home-copy h1{font-size:clamp(2.9rem,6vw,6.2rem);line-height:.88;letter-spacing:-.07em;margin:0 0 24px;max-width:760px;}
.home-copy p{font-size:1.18rem;line-height:1.55;color:#d8d8d8;max-width:650px;margin-bottom:26px;}
.home-price-row{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin:26px 0 22px;}
.home-price-card{border:1px solid rgba(255,212,0,.32);border-radius:22px;padding:16px 22px;background:linear-gradient(135deg,rgba(255,212,0,.12),rgba(0,184,255,.05));min-width:190px;}
.home-price-card small{display:block;color:#cfcfcf;font-weight:800;margin-bottom:4px;}.home-price-card strong{display:block;color:#FFD400;font-size:2.35rem;line-height:1;font-weight:1000;}
.home-mini-list{display:flex;gap:8px;flex-wrap:wrap;max-width:430px;}.home-mini-list span{padding:9px 12px;border-radius:999px;border:1px solid rgba(0,184,255,.30);background:rgba(0,184,255,.08);color:#dff6ff;font-size:.82rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em;}
.home-product-stage{position:relative;display:grid;place-items:center;min-height:540px;border-radius:36px;background:
  radial-gradient(circle at 65% 18%,rgba(0,184,255,.22),transparent 35%),
  linear-gradient(135deg,rgba(255,212,0,.08),rgba(255,255,255,.03));border:1px solid rgba(255,212,0,.23);box-shadow:0 38px 110px rgba(0,0,0,.62);overflow:hidden;padding:30px;}
.home-product-stage:before{content:"";position:absolute;inset:-20%;background:url('assets/quadro2.png') center/cover;opacity:.08;filter:blur(1px);}
.home-product-stage:after{content:"";position:absolute;right:-80px;bottom:-80px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(255,212,0,.25),transparent 62%);}
.home-product-img{position:relative;z-index:2;width:min(100%,440px)!important;height:auto!important;object-fit:contain!important;border-radius:28px!important;border:2px solid rgba(255,212,0,.34)!important;box-shadow:0 28px 90px rgba(0,0,0,.72),0 0 36px rgba(0,184,255,.16)!important;filter:none!important;}
.home-logo-float{position:absolute;z-index:3;left:24px;top:24px;background:rgba(0,0,0,.62);border:1px solid rgba(255,212,0,.22);border-radius:18px;padding:10px;backdrop-filter:blur(10px);}
.home-logo-float img{width:86px;height:56px;object-fit:contain;display:block;}
.home-stats-section{padding:30px 0 18px;}.home-features .feature{border-color:rgba(255,212,0,.16)!important;background:linear-gradient(180deg,rgba(22,22,22,.95),rgba(8,8,8,.95))!important;}.home-features .feature strong{color:#FFD400!important;}.home-features .feature:hover{border-color:rgba(255,212,0,.42)!important;}
.home-section-yellow .section-title h2,.home-section-yellow .card h3{color:#fff!important;}.home-section-yellow .section-title p,.home-section-yellow .card p{color:#cfcfcf!important;}.home-section-yellow .card{border-color:rgba(255,212,0,.15)!important;background:linear-gradient(180deg,#121212,#080808)!important;}.home-section-yellow .card:hover{border-color:rgba(0,184,255,.32)!important;}
.home-comparison{border:1px solid rgba(255,212,0,.18);box-shadow:0 28px 95px rgba(0,0,0,.60)!important;}
.home-cta-yellow{border-color:rgba(255,212,0,.35)!important;background:linear-gradient(135deg,rgba(255,212,0,.12),rgba(0,184,255,.07),rgba(10,10,10,.96))!important;}
@media(max-width:980px){.home-hero-grid{grid-template-columns:1fr;gap:34px}.home-product-stage{min-height:auto;padding:22px}.home-copy h1{font-size:clamp(2.55rem,11vw,4.6rem)}.home-logo-float{left:16px;top:16px}.home-product-img{width:min(100%,360px)!important}.home-brand img{width:46px!important;height:46px!important}}
@media(max-width:720px){.home-hero-premium{padding:42px 0 46px}.home-price-row{display:block}.home-price-card{margin-bottom:14px}.home-mini-list span{font-size:.75rem}.home-product-stage{border-radius:24px}.home-logo-float img{width:64px;height:42px}.home-brand span{font-size:.92rem}.home-yellow .nav-actions{gap:8px}.home-yellow .nav-actions .btn{font-size:.83rem;padding:11px 10px}}


/* CORREÇÃO REAL DOS ÍCONES DE AULA: agora é câmera de vídeo, não quadradinho */
.lesson-video-icon,
.side-play{
  position: relative !important;
  width: 27px !important;
  height: 27px !important;
  min-width: 27px !important;
  border-radius: 9px !important;
  background: rgba(0, 184, 255, .14) !important;
  border: 1px solid rgba(0, 184, 255, .42) !important;
  color: transparent !important;
  font-size: 0 !important;
  display: inline-grid !important;
  place-items: center !important;
  box-shadow: 0 0 14px rgba(0,184,255,.14) !important;
}
.lesson-video-icon::before,
.side-play::before{
  content: "" !important;
  width: 16px !important;
  height: 12px !important;
  display: block !important;
  background: #7fe6ff !important;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6.8C4 5.25 5.25 4 6.8 4h7.4C15.75 4 17 5.25 17 6.8v1.55l3.45-2.05A1 1 0 0 1 22 7.16v9.68a1 1 0 0 1-1.55.86L17 15.65v1.55c0 1.55-1.25 2.8-2.8 2.8H6.8C5.25 20 4 18.75 4 17.2V6.8Z"/></svg>') center / contain no-repeat !important;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6.8C4 5.25 5.25 4 6.8 4h7.4C15.75 4 17 5.25 17 6.8v1.55l3.45-2.05A1 1 0 0 1 22 7.16v9.68a1 1 0 0 1-1.55.86L17 15.65v1.55c0 1.55-1.25 2.8-2.8 2.8H6.8C5.25 20 4 18.75 4 17.2V6.8Z"/></svg>') center / contain no-repeat !important;
}
.course-lesson-row.done .lesson-video-icon,
.side-lesson.done .side-play{
  background: rgba(255, 212, 0, .16) !important;
  border-color: rgba(255, 212, 0, .48) !important;
}
.course-lesson-row.done .lesson-video-icon::before,
.side-lesson.done .side-play::before{
  background: #ffd400 !important;
}


/* ===== FULL FIX 2026-05-10: painel, conta, comentários e admin ===== */
.account-pill-link,.lesson-account-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;padding:10px 14px!important;text-decoration:none!important;font-weight:900!important;background:linear-gradient(135deg,#FFD400,#FFB000)!important;color:#070707!important;border:1px solid rgba(255,255,255,.18)!important}.lesson-topbar{gap:12px}.course-top-links{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.home-copy h1,.hero h1{font-family:Arial,Helvetica,sans-serif!important;font-weight:800!important;letter-spacing:-.055em!important;-webkit-font-smoothing:antialiased!important;text-shadow:none!important}.home-brand span,.brand-copy b{font-weight:800!important;letter-spacing:.02em!important}.comments-live-pro{border:1px solid rgba(255,212,0,.18)!important;background:linear-gradient(135deg,rgba(12,12,12,.94),rgba(0,184,255,.045))!important;box-shadow:0 24px 80px rgba(0,0,0,.35)!important}.comments-live-pro h3{color:#ffd400!important;font-size:1.1rem!important;margin-bottom:16px!important}.comment-form-pro{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important;align-items:end!important;margin-bottom:18px!important}.comment-form-pro textarea{width:100%!important;min-height:82px!important;resize:vertical!important;border-radius:16px!important;background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.14)!important;color:#fff!important;padding:16px!important;font-family:inherit!important;font-size:.95rem!important;outline:none!important}.comment-form-pro textarea:focus{border-color:rgba(255,212,0,.62)!important;box-shadow:0 0 0 4px rgba(255,212,0,.08)!important}.comment-form-pro button{min-height:54px!important;white-space:nowrap!important;border-radius:16px!important}.comment-list-pro{display:grid!important;gap:12px!important}.comment-empty-pro{color:#aaa;margin:0}.comment-item-pro{display:flex!important;gap:14px!important;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:18px!important;padding:16px!important}.comment-avatar-pro,.account-comment-avatar{width:42px;height:42px;min-width:42px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,#ffd400,#ffb000);font-size:1.35rem}.comment-item-pro strong{display:block!important;color:#fff!important;font-size:.98rem!important;margin-bottom:2px!important}.comment-item-pro span{display:block!important;color:#9f9f9f!important;font-size:.76rem!important;margin-bottom:8px!important}.comment-item-pro p{color:#e7e7e7!important;margin:0!important;line-height:1.55!important}.account-page-pro,.admin-full-pro{min-height:100vh;background:radial-gradient(circle at 10% 8%,rgba(255,212,0,.18),transparent 26%),radial-gradient(circle at 92% 12%,rgba(0,184,255,.16),transparent 28%),linear-gradient(180deg,#070707,#050505);color:#fff}.account-wrap-pro,.admin-wrap-pro{width:min(1120px,92%);margin:auto;padding:34px 0 70px}.account-hero-pro,.admin-head-pro{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}.account-back,.admin-quick-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 15px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,212,0,.22);color:#fff;font-weight:900;text-decoration:none}.account-identity{flex:1;display:flex;align-items:center;gap:18px;padding:24px;border-radius:28px;background:linear-gradient(135deg,rgba(255,212,0,.10),rgba(0,184,255,.06),rgba(10,10,10,.92));border:1px solid rgba(255,212,0,.22);box-shadow:0 30px 90px rgba(0,0,0,.42)}.account-avatar-big{width:86px;height:86px;border-radius:26px;display:grid;place-items:center;font-size:2.8rem;background:linear-gradient(135deg,#ffd400,#ffb000)}.account-identity span,.account-card-kicker,.admin-head-pro span{color:#ffd400;font-size:.78rem;font-weight:1000;text-transform:uppercase;letter-spacing:.12em}.account-identity h1,.admin-head-pro h1{font-size:clamp(2rem,4vw,4rem);line-height:.95;margin:6px 0;letter-spacing:-.04em}.account-identity p,.account-card-pro p,.admin-head-pro p{color:#aaa;margin:0}.account-grid-pro{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px;margin-bottom:18px}.account-card-pro,.admin-panel-pro{border-radius:26px;background:linear-gradient(180deg,rgba(18,18,18,.96),rgba(8,8,8,.96));border:1px solid rgba(255,255,255,.10);padding:24px;box-shadow:0 24px 80px rgba(0,0,0,.28);margin-bottom:18px}.account-card-pro h2,.admin-panel-pro h2{font-size:clamp(1.5rem,2.7vw,2.35rem);line-height:1;margin:8px 0 10px;letter-spacing:-.04em}.avatar-picker-pro{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:18px}.avatar-picker-pro label{cursor:pointer;min-height:92px;border-radius:18px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.04);display:grid;place-items:center;text-align:center;padding:12px 8px;transition:.18s}.avatar-picker-pro label.active,.avatar-picker-pro label:hover{border-color:rgba(255,212,0,.58);background:rgba(255,212,0,.10);transform:translateY(-2px)}.avatar-picker-pro input{display:none}.avatar-picker-pro span{font-size:2rem}.avatar-picker-pro small{color:#ddd;font-weight:800}.avatar-picker-pro button{grid-column:1/-1}.account-section-title,.admin-section-title{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}.account-section-title strong{display:inline-flex;white-space:nowrap;border-radius:999px;padding:9px 12px;background:rgba(0,184,255,.10);color:#dff6ff;border:1px solid rgba(0,184,255,.24)}.account-empty-comments{border:1px dashed rgba(255,212,0,.24);border-radius:20px;padding:24px;color:#bbb}.account-comment-list{display:grid;gap:12px}.account-comment-item{display:flex;gap:14px;padding:16px;border-radius:20px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.10)}.admin-metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px}.admin-metric-card{border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.10);padding:18px}.admin-metric-card small{color:#aaa}.admin-metric-card strong{display:block;color:#ffd400;font-size:2.3rem;line-height:1;margin-top:8px}.admin-metric-card em{color:#777;font-style:normal;font-size:.78rem}.admin-chart-box{width:100%;min-height:280px;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));padding:12px}.admin-member-form{display:grid;grid-template-columns:1fr 1fr 1fr .7fr auto;gap:12px;align-items:end}.admin-member-form label{display:grid;gap:7px;color:#d9d9d9;font-size:.82rem;font-weight:800}.admin-member-form input,.admin-member-form select{min-height:48px;border-radius:14px;background:#101010;border:1px solid rgba(255,255,255,.12);color:#fff;padding:0 13px}.admin-table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{border-bottom:1px solid rgba(255,255,255,.09);padding:12px;text-align:left;color:#ddd}th{color:#ffd400}.admin-status{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:.76rem;font-weight:900;text-transform:uppercase}.admin-status.is-active{color:#bfffd4;border:1px solid rgba(25,214,107,.35);background:rgba(25,214,107,.10)}.admin-status.is-blocked{color:#ffd0d0;border:1px solid rgba(255,80,80,.35);background:rgba(255,80,80,.10)}.admin-actions-cell{display:flex;gap:8px;flex-wrap:wrap}.admin-actions-cell form{display:inline-flex}.admin-actions-cell button,.admin-comment-card button{border:1px solid rgba(255,212,0,.28);background:rgba(255,212,0,.10);color:#ffe46b;border-radius:999px;padding:8px 11px;font-weight:900;cursor:pointer}.admin-actions-cell button.danger{border-color:rgba(255,80,80,.36);background:rgba(255,80,80,.10);color:#ffd0d0}.admin-comments-list{display:grid;gap:12px}.admin-comment-card{border-radius:18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.10);padding:16px}.admin-comment-card span{display:block;color:#999;font-size:.82rem;margin-top:4px}@media(max-width:1000px){.admin-metrics-grid{grid-template-columns:repeat(2,1fr)}.admin-member-form{grid-template-columns:1fr 1fr}.account-grid-pro{grid-template-columns:1fr}.comment-form-pro{grid-template-columns:1fr!important}.admin-head-pro,.account-hero-pro{display:block}.admin-quick-nav{margin-top:14px;display:flex;gap:8px;flex-wrap:wrap}}@media(max-width:720px){.admin-metrics-grid,.admin-member-form,.avatar-picker-pro{grid-template-columns:1fr}.home-brand img{width:76px!important}.nav{min-height:78px!important}}

/* ===== LL PREMIUM FIX FINAL 2026-05-10 ===== */
:root{--ee-yellow:#ffd400;--ee-yellow2:#ffb800;--ee-blue:#00b8ff;--ee-deep:#071118;--ee-bg:#050607;--ee-card:#101317;--ee-line:rgba(255,212,0,.22);--ee-text:#ffffff;--ee-muted:#b8c0c7;--green:#ffd400;--green2:#ffb800;}
body{background:var(--ee-bg);color:var(--ee-text);font-family:Inter,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.container{width:min(1080px,92%)}
.btn,.dash-btn.primary{background:linear-gradient(135deg,var(--ee-yellow),var(--ee-yellow2))!important;color:#090909!important;border:1px solid rgba(255,212,0,.5)!important;box-shadow:0 14px 34px rgba(255,184,0,.16)!important;font-weight:850!important;letter-spacing:-.01em}.btn-dark,.dash-btn.secondary{background:rgba(12,15,18,.82)!important;color:#fff!important;border:1px solid rgba(255,212,0,.28)!important;box-shadow:none!important}.btn:hover,.dash-btn:hover{transform:translateY(-1px)}
.site-header.home-header{background:rgba(4,6,8,.88)!important;border-bottom:1px solid rgba(255,212,0,.16)!important}.nav{height:82px!important}.home-brand img{width:54px!important;height:54px!important;object-fit:contain!important;filter:drop-shadow(0 0 12px rgba(255,212,0,.18))}.home-brand span{font-size:1rem!important;font-weight:800!important;letter-spacing:-.01em!important}.home-yellow{background:#050607!important}.home-hero-premium{padding:72px 0 68px!important;background:radial-gradient(circle at 72% 24%,rgba(255,212,0,.17),transparent 32%),radial-gradient(circle at 18% 18%,rgba(0,184,255,.12),transparent 34%),linear-gradient(135deg,#050607 0%,#081018 48%,#050607 100%)!important;border-bottom:1px solid rgba(255,212,0,.12)!important}.home-hero-premium:before{background:linear-gradient(90deg,rgba(0,0,0,.22),rgba(0,0,0,.05)),repeating-linear-gradient(135deg,rgba(255,255,255,.022) 0 1px,transparent 1px 28px)!important}.home-hero-grid{grid-template-columns:minmax(0,560px) minmax(340px,460px)!important;gap:70px!important;align-items:center!important}.home-kicker{display:inline-flex!important;padding:9px 14px!important;border-radius:999px!important;border:1px solid rgba(255,212,0,.34)!important;background:rgba(255,212,0,.08)!important;color:#ffe66e!important;font-size:.75rem!important;letter-spacing:.105em!important;text-transform:uppercase!important;font-weight:900!important;margin-bottom:24px!important}.home-copy h1{font-size:clamp(2.45rem,4.25vw,4.35rem)!important;line-height:1.03!important;letter-spacing:-.052em!important;font-weight:850!important;max-width:620px!important;margin-bottom:20px!important;text-wrap:balance}.home-copy p{font-size:1.03rem!important;line-height:1.72!important;color:#c4cbd2!important;max-width:570px!important;margin-bottom:24px!important}.home-price-row{display:flex!important;align-items:center!important;gap:16px!important;margin-bottom:22px!important}.home-price-card{min-width:138px!important;border-radius:20px!important;padding:14px 18px!important;background:linear-gradient(180deg,rgba(255,212,0,.12),rgba(255,212,0,.035))!important;border:1px solid rgba(255,212,0,.28)!important}.home-price-card small{font-size:.78rem!important;color:#d6d6d6!important}.home-price-card strong{font-size:1.62rem!important;color:var(--ee-yellow)!important;letter-spacing:-.04em!important}.home-mini-list{display:flex!important;gap:8px!important;flex-wrap:wrap!important}.home-mini-list span{font-size:.74rem!important;padding:8px 10px!important;border-radius:999px!important;background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.12)!important;color:#eef3f7!important;text-transform:uppercase!important;font-weight:850!important;letter-spacing:.025em!important}.home-product-stage{min-height:420px!important;border-radius:30px!important;padding:28px!important;background:linear-gradient(135deg,rgba(255,212,0,.10),rgba(0,184,255,.07),rgba(255,255,255,.025))!important;border:1px solid rgba(255,212,0,.22)!important;box-shadow:0 30px 100px rgba(0,0,0,.42)!important}.home-product-stage:before{background:radial-gradient(circle at 50% 35%,rgba(255,212,0,.18),transparent 44%)!important}.home-product-img{width:min(100%,382px)!important;border-radius:24px!important;box-shadow:0 22px 65px rgba(0,0,0,.45)!important}.home-logo-float{display:none!important}.home-stats-section{padding:34px 0!important;background:linear-gradient(180deg,#07090b,#050607)!important}.home-features{grid-template-columns:repeat(3,1fr)!important;gap:16px!important}.feature{border-radius:22px!important;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.022))!important;border:1px solid rgba(255,212,0,.14)!important;padding:24px!important}.feature strong{color:var(--ee-yellow)!important;font-size:2rem!important}.feature span{color:#c1c8ce!important}.section.home-section-yellow,.section{background:#050607!important;padding:66px 0!important}.section-title h2,.cta-box h2{font-size:clamp(1.9rem,3.4vw,3.15rem)!important;line-height:1.08!important;letter-spacing:-.045em!important}.section-title p,.cta-box p{color:#b8c0c7!important}.card,.cta-box{background:linear-gradient(180deg,rgba(16,19,23,.98),rgba(8,10,12,.98))!important;border:1px solid rgba(255,212,0,.15)!important}.card{border-radius:22px!important;padding:16px!important}.card h3{font-size:1.05rem!important}.card p{font-size:.93rem!important;color:#b8c0c7!important}.full-image{border-radius:26px!important;border:1px solid rgba(255,212,0,.15)!important}.home-cta-yellow{box-shadow:0 28px 90px rgba(0,0,0,.38)!important}
.account-page-pro,.admin-full-pro{background:radial-gradient(circle at 12% 10%,rgba(255,212,0,.13),transparent 30%),radial-gradient(circle at 86% 8%,rgba(0,184,255,.13),transparent 30%),linear-gradient(135deg,#050607 0%,#071118 52%,#050607 100%)!important;color:#fff!important}.account-wrap-pro{width:min(1060px,92%)!important;padding:32px 0 72px!important}.account-hero-pro{display:grid!important;grid-template-columns:auto 1fr!important;align-items:stretch!important;gap:18px!important;margin-bottom:22px!important}.account-back{height:46px!important;align-self:start!important;border-radius:999px!important;background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,212,0,.28)!important;color:#fff!important;padding:0 18px!important;font-size:.9rem!important}.account-identity{border-radius:26px!important;padding:22px 24px!important;background:linear-gradient(135deg,rgba(255,212,0,.09),rgba(0,184,255,.055),rgba(10,14,18,.96))!important;border:1px solid rgba(255,212,0,.20)!important;box-shadow:0 24px 70px rgba(0,0,0,.38)!important}.account-avatar-big{width:68px!important;height:68px!important;border-radius:20px!important;font-size:2.2rem!important;background:linear-gradient(135deg,var(--ee-yellow),var(--ee-yellow2))!important}.account-identity h1{font-size:clamp(1.85rem,3.1vw,3rem)!important;line-height:1.05!important;letter-spacing:-.04em!important;margin:5px 0!important}.account-identity p{font-size:.92rem!important;color:#aab4bc!important}.account-identity span,.account-card-kicker{color:var(--ee-yellow)!important;letter-spacing:.13em!important}.account-grid-pro{grid-template-columns:1fr 1.25fr!important;gap:18px!important}.account-card-pro{border-radius:24px!important;background:linear-gradient(180deg,rgba(16,19,23,.94),rgba(7,9,11,.96))!important;border:1px solid rgba(255,212,0,.14)!important;padding:24px!important;box-shadow:0 24px 70px rgba(0,0,0,.24)!important}.account-card-pro h2{font-size:clamp(1.45rem,2.35vw,2.15rem)!important;line-height:1.08!important;letter-spacing:-.04em!important}.account-card-pro p{font-size:.95rem!important;line-height:1.5!important;color:#aeb7bf!important}.avatar-picker-pro{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}.avatar-picker-pro label{position:relative!important;overflow:hidden!important;min-height:88px!important;border-radius:18px!important;background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,255,255,.10)!important;transition:.16s ease!important;user-select:none!important}.avatar-picker-pro label input{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;opacity:0!important;cursor:pointer!important;display:block!important;z-index:3!important}.avatar-picker-pro label.active,.avatar-picker-pro label:has(input:checked){border-color:rgba(255,212,0,.72)!important;background:linear-gradient(180deg,rgba(255,212,0,.14),rgba(0,184,255,.045))!important;box-shadow:0 0 0 3px rgba(255,212,0,.08)!important;transform:translateY(-1px)!important}.avatar-picker-pro span{font-size:1.85rem!important}.avatar-picker-pro small{font-size:.78rem!important;color:#e8eef2!important}.account-section-title strong{background:rgba(0,184,255,.10)!important;border:1px solid rgba(0,184,255,.28)!important;color:#dff7ff!important}.account-empty-comments{border-color:rgba(255,212,0,.24)!important;color:#b8c0c7!important;background:rgba(255,255,255,.025)!important}
.course-page-clean,.lesson-page-pro{background:radial-gradient(circle at 18% 10%,rgba(255,212,0,.12),transparent 30%),radial-gradient(circle at 90% 12%,rgba(0,184,255,.12),transparent 30%),linear-gradient(135deg,#050607,#071118 48%,#050607)!important}.course-page-clean:before,.lesson-page-pro:before{background:rgba(0,0,0,.28)!important}.course-back,.lesson-back,.lesson-account-btn{background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,212,0,.25)!important;color:#fff!important}.course-back:nth-child(n+2){display:none!important}.course-hero-upgraded{background:linear-gradient(135deg,rgba(16,19,23,.95),rgba(7,9,11,.96))!important;border:1px solid rgba(255,212,0,.18)!important}.course-hero-upgraded img{border-radius:22px!important}.module-badge,.side-progress em,.course-progress-bar span,.lesson-top-progress em{background:linear-gradient(90deg,var(--ee-yellow),var(--ee-blue))!important}.lesson-sidebar-pro{background:rgba(8,10,12,.96)!important;border-left:1px solid rgba(255,212,0,.14)!important}.lesson-topbar{background:rgba(4,6,8,.90)!important;border-bottom:1px solid rgba(255,212,0,.14)!important}
@media(max-width:980px){.home-hero-grid{grid-template-columns:1fr!important;gap:34px!important}.home-copy h1{font-size:clamp(2.1rem,8.5vw,3.7rem)!important}.home-product-stage{min-height:auto!important}.home-features{grid-template-columns:1fr!important}.account-hero-pro{grid-template-columns:1fr!important}.account-grid-pro{grid-template-columns:1fr!important}.grid{grid-template-columns:1fr 1fr!important}}
@media(max-width:640px){.nav{height:auto!important;min-height:76px!important;padding:12px 0!important;align-items:flex-start!important}.home-yellow .nav-actions{width:100%;justify-content:flex-start!important}.home-yellow .nav-actions .btn{padding:10px 12px!important;font-size:.8rem!important}.home-copy h1{font-size:2.35rem!important;line-height:1.05!important}.home-price-row{display:block!important}.home-mini-list{margin-top:12px!important}.grid{grid-template-columns:1fr!important}.avatar-picker-pro{grid-template-columns:repeat(2,1fr)!important}.account-identity{align-items:flex-start!important}.account-avatar-big{width:56px!important;height:56px!important;font-size:1.8rem!important}}

/* Ajuste seguro: cards de imagens reais da home sem distorcer */
.receive-grid{
  align-items:stretch;
}
.receive-card{
  position:relative;
  display:flex;
  flex-direction:column;
  width:100%;
  text-align:left;
  cursor:pointer;
  border:1px solid rgba(255,205,0,.24);
  background:linear-gradient(180deg, rgba(14,25,27,.96), rgba(7,9,10,.98));
  box-shadow:0 18px 45px rgba(0,0,0,.34);
  overflow:hidden;
}
.receive-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 50% 20%, rgba(255,205,0,.10), transparent 48%), radial-gradient(circle at 80% 0%, rgba(0,170,255,.08), transparent 45%);
  pointer-events:none;
}
.receive-card:hover{
  transform:translateY(-6px);
  border-color:rgba(255,205,0,.70);
  box-shadow:0 24px 70px rgba(0,0,0,.45), 0 0 0 1px rgba(255,205,0,.18), 0 0 28px rgba(255,205,0,.10);
}
.receive-img-wrap{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  height:210px;
  padding:14px;
  margin-bottom:14px;
  border-radius:18px;
  background:linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.08);
  overflow:hidden;
}
.receive-img-wrap img,
.receive-card > img{
  width:100%;
  height:100%;
  max-height:190px;
  object-fit:contain !important;
  border-radius:14px;
  transition:transform .35s ease, filter .35s ease;
  background:transparent;
}
.receive-card:hover .receive-img-wrap img{
  transform:scale(1.055);
  filter:brightness(1.06) contrast(1.04);
}
.receive-card h3,
.receive-card p{
  position:relative;
  z-index:1;
}
.zoom-badge{
  position:absolute;
  top:16px;
  right:16px;
  z-index:3;
  width:38px;
  height:38px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#050505;
  font-weight:900;
  font-size:24px;
  background:linear-gradient(135deg,#ffe66b,#ffbf00);
  box-shadow:0 10px 25px rgba(255,205,0,.25);
}
.image-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:28px;
  background:rgba(0,0,0,.86);
  backdrop-filter:blur(8px);
}
.image-modal.is-open{display:flex;}
.image-modal img{
  max-width:min(1120px, 94vw);
  max-height:88vh;
  object-fit:contain;
  border-radius:22px;
  border:1px solid rgba(255,205,0,.45);
  box-shadow:0 0 0 1px rgba(0,170,255,.10), 0 28px 90px rgba(0,0,0,.75), 0 0 45px rgba(255,205,0,.15);
  background:#101315;
}
.image-modal-close{
  position:fixed;
  top:18px;
  right:22px;
  width:46px;
  height:46px;
  border:1px solid rgba(255,205,0,.35);
  border-radius:50%;
  background:#ffcc00;
  color:#050505;
  font-size:30px;
  font-weight:900;
  cursor:pointer;
}
@media (max-width: 760px){
  .receive-img-wrap{height:220px;}
}


/* ===== MINHA CONTA - ajuste pontual sem mexer nas outras páginas ===== */
.account-page-pro{
  background:
    radial-gradient(circle at 12% 12%, rgba(255,212,0,.10), transparent 28%),
    radial-gradient(circle at 86% 10%, rgba(0,184,255,.13), transparent 32%),
    linear-gradient(135deg,#050607 0%,#071118 55%,#050607 100%) !important;
}
.account-card-pro .account-desc-box{
  display:flex !important;
  align-items:flex-start !important;
  gap:14px !important;
  margin:14px 0 20px !important;
  padding:16px 18px !important;
  border-radius:18px !important;
  background:linear-gradient(135deg, rgba(255,212,0,.085), rgba(0,184,255,.045), rgba(255,255,255,.025)) !important;
  border:1px solid rgba(255,212,0,.24) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045), 0 14px 34px rgba(0,0,0,.18) !important;
}
.account-card-pro .account-desc-box p{
  margin:0 !important;
  color:#d5dce2 !important;
  font-size:.95rem !important;
  line-height:1.55 !important;
}
.account-desc-icon{
  width:34px !important;
  height:34px !important;
  flex:0 0 34px !important;
  display:grid !important;
  place-items:center !important;
  border-radius:12px !important;
  color:#060606 !important;
  background:linear-gradient(135deg,#ffd400,#ffb800) !important;
  box-shadow:0 10px 22px rgba(255,184,0,.18) !important;
  font-weight:950 !important;
  font-size:1rem !important;
}
.account-course-card .btn,
.avatar-picker-pro button.btn{
  background:linear-gradient(135deg,#ffd400,#ffb800) !important;
  color:#060606 !important;
  border:1px solid rgba(255,212,0,.55) !important;
  box-shadow:0 14px 34px rgba(255,184,0,.17) !important;
  min-height:46px !important;
  padding:0 22px !important;
}
.account-course-card .btn{margin-top:0 !important;}
.avatar-picker-pro{margin-top:14px !important;}
.avatar-picker-pro label{cursor:pointer !important;}
.avatar-picker-pro label input{cursor:pointer !important;}
@media(max-width:720px){
  .account-card-pro .account-desc-box{padding:14px !important;}
}


/* ===== Minha Conta - edição de nome sem alterar e-mail ===== */
.account-name-form{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:12px !important;
  margin:16px 0 8px !important;
}
.account-name-form label{
  display:grid !important;
  gap:8px !important;
  color:#ffd400 !important;
  text-transform:uppercase !important;
  letter-spacing:.12em !important;
  font-size:.72rem !important;
  font-weight:950 !important;
}
.account-name-form input{
  width:100% !important;
  min-height:48px !important;
  border-radius:15px !important;
  border:1px solid rgba(255,212,0,.28) !important;
  background:rgba(255,255,255,.055) !important;
  color:#fff !important;
  padding:0 14px !important;
  font-size:1rem !important;
  font-weight:800 !important;
  outline:none !important;
}
.account-name-form input:focus{
  border-color:rgba(255,212,0,.65) !important;
  box-shadow:0 0 0 4px rgba(255,212,0,.08) !important;
}
.account-email-locked{
  border-radius:16px !important;
  border:1px dashed rgba(0,184,255,.25) !important;
  background:rgba(0,184,255,.055) !important;
  padding:13px 15px !important;
}
.account-email-locked span{
  display:block !important;
  color:#ffd400 !important;
  text-transform:uppercase !important;
  letter-spacing:.12em !important;
  font-size:.68rem !important;
  font-weight:950 !important;
  margin-bottom:4px !important;
}
.account-email-locked strong{
  display:block !important;
  color:#eaf6ff !important;
  font-size:.94rem !important;
  word-break:break-word !important;
}
.account-email-locked small{
  display:block !important;
  color:#9aa8b2 !important;
  margin-top:4px !important;
}
.account-name-form .btn{
  background:linear-gradient(135deg,#ffd400,#ffb800) !important;
  color:#050505 !important;
  border:1px solid rgba(255,212,0,.55) !important;
  min-height:46px !important;
  box-shadow:0 14px 34px rgba(255,184,0,.16) !important;
}
.account-divider{
  height:1px !important;
  margin:18px 0 14px !important;
  background:linear-gradient(90deg, transparent, rgba(255,212,0,.24), rgba(0,184,255,.18), transparent) !important;
}
.account-avatar-title{
  font-size:1.05rem !important;
  margin:0 0 8px !important;
  color:#fff !important;
  letter-spacing:-.02em !important;
}

/* ===== Ícone exclusivo ADM - Minha Conta e comentários ===== */
.adm-avatar-img{
  width:100% !important;
  height:100% !important;
  max-width:64px !important;
  max-height:64px !important;
  object-fit:contain !important;
  display:block !important;
  filter:drop-shadow(0 8px 18px rgba(255,212,0,.28)) !important;
}
.account-avatar-big:has(.adm-avatar-img),
.comment-avatar-pro:has(.adm-avatar-img),
.account-comment-avatar:has(.adm-avatar-img){
  background:linear-gradient(135deg,#040607,#101820) !important;
  border:1px solid rgba(255,212,0,.55) !important;
  box-shadow:0 16px 36px rgba(255,212,0,.16), inset 0 0 22px rgba(255,212,0,.08) !important;
  overflow:hidden !important;
}
.account-avatar-big .adm-avatar-img{max-width:72px !important;max-height:72px !important;}
.comment-avatar-pro .adm-avatar-img,
.account-comment-avatar .adm-avatar-img{max-width:38px !important;max-height:38px !important;}
.adm-icon-locked{
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  margin-top:12px !important;
  padding:16px !important;
  border-radius:20px !important;
  background:linear-gradient(135deg,rgba(255,212,0,.12),rgba(0,184,255,.06),rgba(255,255,255,.025)) !important;
  border:1px solid rgba(255,212,0,.36) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 16px 36px rgba(0,0,0,.22) !important;
}
.adm-icon-preview{
  width:72px !important;
  height:72px !important;
  flex:0 0 72px !important;
  display:grid !important;
  place-items:center !important;
  border-radius:22px !important;
  background:linear-gradient(135deg,#050607,#111a20) !important;
  border:1px solid rgba(255,212,0,.55) !important;
  overflow:hidden !important;
}
.adm-icon-preview .adm-avatar-img{max-width:64px !important;max-height:64px !important;}
.adm-icon-locked strong{
  display:block !important;
  color:#ffd400 !important;
  font-size:1.05rem !important;
  margin-bottom:4px !important;
}
.adm-icon-locked p{
  margin:0 !important;
  color:#d7dde2 !important;
  font-size:.93rem !important;
  line-height:1.45 !important;
}
@media(max-width:640px){.adm-icon-locked{align-items:flex-start !important}.adm-icon-preview{width:62px !important;height:62px !important;flex-basis:62px !important}}

/* ===== Fórum Ensinando Elétrica ===== */
.forum-page-pro{min-height:100vh;background:radial-gradient(circle at top left,rgba(255,212,0,.16),transparent 32%),radial-gradient(circle at top right,rgba(0,70,160,.24),transparent 35%),#07090f;color:#f8fbff;font-family:Inter,Arial,sans-serif}.forum-wrap-pro{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:28px 0 50px}.forum-hero-pro{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;border:1px solid rgba(255,212,0,.22);background:linear-gradient(135deg,rgba(10,14,22,.96),rgba(5,7,12,.92));border-radius:28px;padding:28px;box-shadow:0 28px 80px rgba(0,0,0,.38),inset 0 0 0 1px rgba(255,255,255,.04);margin-bottom:22px}.forum-kicker{display:inline-flex;align-items:center;gap:8px;color:#ffd400;text-transform:uppercase;font-size:12px;font-weight:950;letter-spacing:.12em}.forum-hero-pro h1{margin:10px 0 8px;font-size:clamp(30px,4vw,56px);line-height:.95;letter-spacing:-.04em}.forum-hero-pro p{margin:0;max-width:720px;color:#b9c4d6;font-size:16px;line-height:1.55}.forum-layout-pro{display:grid;grid-template-columns:320px 1fr;gap:22px}.forum-sidebar-pro,.forum-panel-pro{border:1px solid rgba(255,212,0,.17);background:rgba(10,14,22,.82);border-radius:24px;padding:18px;box-shadow:0 18px 60px rgba(0,0,0,.28)}.forum-sidebar-pro{position:sticky;top:20px;height:max-content}.forum-sidebar-pro h3{margin:4px 0 14px;color:#ffd400}.forum-cat{display:flex;gap:12px;align-items:flex-start;padding:13px;border-radius:18px;text-decoration:none;color:#f7f9ff;border:1px solid transparent;margin-bottom:8px;background:rgba(255,255,255,.035);transition:.18s ease}.forum-cat:hover,.forum-cat.active{border-color:rgba(255,212,0,.46);background:linear-gradient(135deg,rgba(255,212,0,.14),rgba(0,83,180,.11));transform:translateY(-1px)}.forum-cat>span{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#121825;border:1px solid rgba(255,212,0,.18)}.forum-cat b{display:block;font-size:14px}.forum-cat small{display:block;color:#97a4b7;font-size:12px;line-height:1.3;margin-top:3px}.forum-main-pro{display:grid;gap:22px}.forum-panel-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.forum-panel-title h2{margin:5px 0 0;font-size:24px;letter-spacing:-.02em}.forum-panel-title strong{color:#ffd400}.forum-mini-user{display:flex;align-items:center;gap:8px;background:rgba(255,212,0,.08);border:1px solid rgba(255,212,0,.25);padding:8px 12px;border-radius:999px}.forum-mini-user span{width:28px;height:28px;display:grid;place-items:center}.forum-form-pro{display:grid;gap:12px}.forum-form-pro label{display:grid;gap:7px;color:#dfe8f7;font-weight:800;font-size:13px}.forum-form-pro input,.forum-form-pro textarea,.forum-form-pro select{width:100%;box-sizing:border-box;border-radius:16px;border:1px solid rgba(255,212,0,.19);background:rgba(0,0,0,.28);color:#fff;padding:14px 15px;outline:none}.forum-form-pro textarea{min-height:120px;resize:vertical}.forum-topic-list-pro{display:grid;gap:12px}.forum-topic-card-pro{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;text-decoration:none;color:#f8fbff;border:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.02));border-radius:22px;padding:16px;transition:.18s ease}.forum-topic-card-pro:hover{transform:translateY(-2px);border-color:rgba(255,212,0,.45);box-shadow:0 18px 45px rgba(255,212,0,.08)}.forum-topic-avatar{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:#111827;border:1px solid rgba(255,212,0,.22);font-size:22px;overflow:hidden}.forum-topic-avatar.big{width:60px;height:60px}.forum-topic-avatar img,.forum-mini-user img{max-width:100%;max-height:100%;object-fit:contain}.forum-topic-body h3{margin:5px 0 6px;font-size:18px}.forum-topic-body p{margin:0 0 8px;color:#b8c4d6;line-height:1.45}.forum-topic-body small,.forum-post-head span{color:#8f9bb0}.forum-topic-meta{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.forum-topic-meta span,.forum-post-head em{font-size:12px;font-weight:900;color:#ffd400;background:rgba(255,212,0,.08);border:1px solid rgba(255,212,0,.18);border-radius:999px;padding:5px 9px}.forum-topic-meta em{font-style:normal;font-size:12px;font-weight:950;color:#02161d;background:#63e6be;border-radius:999px;padding:5px 9px}.forum-topic-stats{display:grid;grid-template-columns:1fr;gap:2px;justify-items:center;min-width:78px}.forum-topic-stats b{color:#ffd400;font-size:18px}.forum-topic-stats span{color:#93a1b5;font-size:11px;text-transform:uppercase;font-weight:900}.forum-empty-pro{border:1px dashed rgba(255,212,0,.28);border-radius:20px;padding:22px;background:rgba(255,212,0,.05)}.forum-empty-pro p{margin:6px 0 0;color:#aebacd}.forum-thread-pro{margin-bottom:22px}.forum-post-pro{display:flex;align-items:flex-start;gap:14px}.forum-post-content{flex:1}.forum-post-head{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:10px}.forum-post-head strong{color:#fff}.forum-post-content p{margin:0;color:#dde7f6;line-height:1.62}.forum-actions-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.forum-like-btn{border:1px solid rgba(255,212,0,.25);background:rgba(255,212,0,.08);color:#ffd400;border-radius:999px;padding:10px 14px;font-weight:950;cursor:pointer}.forum-like-btn.active{background:#ffd400;color:#050505}.forum-reply-list{display:grid;gap:14px}.forum-reply-pro{border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);border-radius:20px;padding:14px}.forum-home-btn{border-color:rgba(255,212,0,.35)!important}.account-action-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}@media(max-width:900px){.forum-hero-pro{display:block;padding:22px}.forum-new-btn{margin-top:16px}.forum-layout-pro{grid-template-columns:1fr}.forum-sidebar-pro{position:relative;top:auto}.forum-topic-card-pro{grid-template-columns:auto 1fr}.forum-topic-stats{grid-column:1/-1;display:flex;justify-content:flex-start;gap:8px}.forum-wrap-pro{width:min(100% - 20px,1180px)}}

/* =========================================================
   AJUSTE PROFISSIONAL HOME + HOTMART / MERCADO PAGO
   Mantém o site atual e corrige apenas o hero da página inicial.
   ========================================================= */
body.home-yellow .site-header.home-header{
  background:rgba(3,5,7,.94)!important;
  border-bottom:1px solid rgba(255,212,0,.20)!important;
  box-shadow:0 18px 45px rgba(0,0,0,.28)!important;
}
body.home-yellow .site-header .nav{
  width:min(1120px,92%)!important;
  height:86px!important;
  margin:0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:20px!important;
}
body.home-yellow .home-brand{
  min-width:265px!important;
  height:58px!important;
  padding:8px 16px!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,rgba(255,212,0,.09),rgba(0,184,255,.035))!important;
  border:1px solid rgba(255,212,0,.30)!important;
  box-shadow:0 12px 35px rgba(0,0,0,.24), inset 0 0 0 1px rgba(255,255,255,.035)!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  overflow:hidden!important;
}
body.home-yellow .home-brand img{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  object-fit:contain!important;
  display:block!important;
  filter:drop-shadow(0 0 10px rgba(255,212,0,.30))!important;
}
body.home-yellow .home-brand span{
  display:block!important;
  color:#fff!important;
  font-size:1.02rem!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.01em!important;
  white-space:nowrap!important;
}
body.home-yellow .home-hero-premium{
  padding:78px 0 78px!important;
}
body.home-yellow .home-hero-grid{
  width:min(1120px,92%)!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(420px,560px) minmax(360px,480px)!important;
  gap:74px!important;
  align-items:center!important;
}
body.home-yellow .home-copy-card-pro{
  position:relative!important;
  width:100%!important;
  box-sizing:border-box!important;
  padding:30px!important;
  border-radius:32px!important;
  background:linear-gradient(145deg,rgba(9,13,18,.92),rgba(4,6,8,.78))!important;
  border:1px solid rgba(255,212,0,.24)!important;
  box-shadow:0 30px 90px rgba(0,0,0,.36), inset 0 0 0 1px rgba(255,255,255,.035)!important;
  overflow:visible!important;
}
body.home-yellow .home-copy-card-pro:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  border-radius:inherit!important;
  pointer-events:none!important;
  background:radial-gradient(circle at 12% 5%,rgba(255,212,0,.12),transparent 35%),radial-gradient(circle at 96% 70%,rgba(0,184,255,.08),transparent 36%)!important;
}
body.home-yellow .home-copy-card-pro > *{position:relative!important;z-index:1!important;}
body.home-yellow .home-copy-card-pro .home-kicker{
  margin-bottom:18px!important;
}
body.home-yellow .home-copy-card-pro h1{
  font-size:clamp(2.55rem,4.15vw,4.65rem)!important;
  line-height:.98!important;
  letter-spacing:-.06em!important;
  max-width:520px!important;
  margin:0 0 18px!important;
}
body.home-yellow .home-desc-box-pro{
  display:flex!important;
  align-items:flex-start!important;
  gap:14px!important;
  border-radius:20px!important;
  padding:16px 18px!important;
  margin:0 0 20px!important;
  border:1px solid rgba(255,212,0,.28)!important;
  background:linear-gradient(135deg,rgba(255,212,0,.09),rgba(0,184,255,.04),rgba(0,0,0,.16))!important;
}
body.home-yellow .home-desc-icon-pro{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  border-radius:12px!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(135deg,#ffd400,#ffb000)!important;
  color:#050607!important;
  font-weight:1000!important;
  box-shadow:0 12px 28px rgba(255,212,0,.18)!important;
}
body.home-yellow .home-desc-box-pro p{
  margin:0!important;
  color:#d9e0e7!important;
  font-size:.98rem!important;
  line-height:1.62!important;
  max-width:none!important;
}
body.home-yellow .home-price-row{
  margin:0 0 18px!important;
}
body.home-yellow .home-buy-panel-pro{
  margin-top:18px!important;
  padding:18px!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.022))!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)!important;
}
body.home-yellow .home-buy-label-pro{
  display:inline-flex!important;
  padding:8px 12px!important;
  border-radius:999px!important;
  margin-bottom:12px!important;
  color:#f6f8fb!important;
  background:rgba(255,255,255,.055)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  font-size:.72rem!important;
  font-weight:1000!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
}
body.home-yellow .home-buy-buttons-pro{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:12px!important;
}
body.home-yellow .buy-option-pro{
  min-height:74px!important;
  box-sizing:border-box!important;
  border-radius:18px!important;
  padding:14px 14px!important;
  text-decoration:none!important;
  display:grid!important;
  grid-template-columns:40px 1fr!important;
  grid-template-rows:auto auto!important;
  column-gap:12px!important;
  align-items:center!important;
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease!important;
}
body.home-yellow .buy-option-pro:hover{
  transform:translateY(-2px)!important;
  filter:saturate(1.05)!important;
}
body.home-yellow .buy-option-pro.hotmart{
  background:linear-gradient(135deg,#ffe56a,#ffbd00)!important;
  color:#101010!important;
  box-shadow:0 16px 35px rgba(255,190,0,.18)!important;
}
body.home-yellow .buy-option-pro.mercado{
  background:linear-gradient(135deg,#35b9ff,#1058d9)!important;
  color:#fff!important;
  box-shadow:0 16px 35px rgba(25,112,255,.22)!important;
}
body.home-yellow .pay-icon-pro{
  grid-row:1 / span 2!important;
  width:40px!important;
  height:40px!important;
  border-radius:14px!important;
  display:grid!important;
  place-items:center!important;
  font-weight:1000!important;
  background:rgba(255,255,255,.86)!important;
  color:#0b0d10!important;
}
body.home-yellow .buy-option-pro strong{
  display:block!important;
  font-size:.95rem!important;
  line-height:1.05!important;
  font-weight:1000!important;
  letter-spacing:-.02em!important;
}
body.home-yellow .buy-option-pro small{
  display:block!important;
  font-size:.72rem!important;
  line-height:1.2!important;
  opacity:.86!important;
  margin-top:3px!important;
}
body.home-yellow .home-buy-note-pro{
  margin:14px 0 0!important;
  color:#c8d0d7!important;
  font-size:.88rem!important;
  line-height:1.55!important;
  max-width:none!important;
}
body.home-yellow .home-secondary-actions-pro{
  margin-top:18px!important;
}
body.home-yellow .home-product-stage{
  align-self:center!important;
  min-height:420px!important;
  padding:30px!important;
  border-radius:32px!important;
}
body.home-yellow .home-product-img{
  width:min(100%,390px)!important;
  max-height:390px!important;
  object-fit:contain!important;
}
@media(max-width:980px){
  body.home-yellow .site-header .nav{height:auto!important;min-height:86px!important;flex-wrap:wrap!important;padding:12px 0!important;}
  body.home-yellow .home-brand{min-width:220px!important;}
  body.home-yellow .home-hero-grid{grid-template-columns:1fr!important;gap:28px!important;}
  body.home-yellow .home-copy-card-pro{padding:24px!important;}
  body.home-yellow .home-product-stage{min-height:auto!important;}
}
@media(max-width:640px){
  body.home-yellow .home-brand{width:100%!important;min-width:0!important;}
  body.home-yellow .home-buy-buttons-pro{grid-template-columns:1fr!important;}
  body.home-yellow .home-copy-card-pro h1{font-size:2.35rem!important;}
}

/* =========================================================
   HOME FINAL PROFISSIONAL - HERO / LOGO / COMPRA
   Mantém o restante do site e corrige somente a área inicial.
   ========================================================= */
body.home-yellow .site-header.home-header{
  background:rgba(3,5,7,.94)!important;
  border-bottom:1px solid rgba(255,212,0,.18)!important;
  backdrop-filter:blur(14px)!important;
}
body.home-yellow .site-header .nav{
  height:92px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
}
body.home-yellow .home-brand{
  min-width:250px!important;
  height:64px!important;
  padding:8px 18px 8px 14px!important;
  border-radius:22px!important;
  border:1px solid rgba(255,212,0,.30)!important;
  background:linear-gradient(135deg,rgba(255,212,0,.10),rgba(0,184,255,.045),rgba(0,0,0,.18))!important;
  box-shadow:0 18px 50px rgba(0,0,0,.26), inset 0 0 0 1px rgba(255,255,255,.035)!important;
}
body.home-yellow .home-brand img{
  width:64px!important;
  height:48px!important;
  object-fit:contain!important;
  flex:0 0 auto!important;
  display:block!important;
  border-radius:0!important;
  filter:drop-shadow(0 0 13px rgba(255,212,0,.36))!important;
}
body.home-yellow .home-brand span{
  color:#fff!important;
  font-size:1rem!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.01em!important;
  white-space:nowrap!important;
}
body.home-yellow .home-hero-premium{
  padding:70px 0 80px!important;
  background:
    radial-gradient(circle at 78% 18%,rgba(255,212,0,.16),transparent 34%),
    radial-gradient(circle at 16% 20%,rgba(0,184,255,.12),transparent 34%),
    linear-gradient(135deg,#050708 0%,#071017 48%,#050607 100%)!important;
  overflow:hidden!important;
}
body.home-yellow .home-hero-premium:before{
  background:repeating-linear-gradient(135deg,rgba(255,255,255,.026) 0 1px,transparent 1px 30px)!important;
  opacity:.92!important;
}
body.home-yellow .home-hero-grid{
  max-width:1120px!important;
  display:grid!important;
  grid-template-columns:minmax(460px,560px) minmax(360px,490px)!important;
  gap:58px!important;
  align-items:center!important;
}
body.home-yellow .home-sales-card-final{
  position:relative!important;
  width:100%!important;
  max-width:560px!important;
  box-sizing:border-box!important;
  padding:34px!important;
  border-radius:32px!important;
  background:linear-gradient(180deg,rgba(12,16,20,.96),rgba(6,8,10,.97))!important;
  border:1px solid rgba(255,212,0,.22)!important;
  box-shadow:0 30px 95px rgba(0,0,0,.42), inset 0 0 0 1px rgba(255,255,255,.025)!important;
}
body.home-yellow .home-sales-card-final:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  border-radius:inherit!important;
  pointer-events:none!important;
  background:radial-gradient(circle at 16% 0%,rgba(255,212,0,.12),transparent 32%),radial-gradient(circle at 95% 82%,rgba(0,184,255,.08),transparent 34%)!important;
}
body.home-yellow .home-sales-card-final > *{position:relative!important;z-index:1!important;}
body.home-yellow .home-sales-card-final .home-kicker{
  margin:0 0 18px!important;
  font-size:.72rem!important;
  letter-spacing:.11em!important;
}
body.home-yellow .home-sales-card-final h1{
  margin:0 0 18px!important;
  max-width:500px!important;
  font-size:clamp(2.35rem,3.55vw,3.7rem)!important;
  line-height:1.02!important;
  letter-spacing:-.055em!important;
  font-weight:900!important;
  text-wrap:balance!important;
}
body.home-yellow .sales-description-card{
  display:flex!important;
  align-items:flex-start!important;
  gap:14px!important;
  margin:0 0 18px!important;
  padding:16px 18px!important;
  border-radius:20px!important;
  background:linear-gradient(135deg,rgba(255,212,0,.10),rgba(0,184,255,.055),rgba(255,255,255,.02))!important;
  border:1px solid rgba(255,212,0,.30)!important;
}
body.home-yellow .sales-description-icon{
  width:34px!important;height:34px!important;min-width:34px!important;
  display:grid!important;place-items:center!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,#ffd400,#ffb000)!important;
  color:#090909!important;
  font-weight:1000!important;
  box-shadow:0 12px 28px rgba(255,212,0,.24)!important;
}
body.home-yellow .sales-description-card p{
  margin:0!important;
  color:#d8e0e7!important;
  font-size:.96rem!important;
  line-height:1.62!important;
  max-width:none!important;
}
body.home-yellow .sales-includes-final{
  display:flex!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  margin:0 0 18px!important;
}
body.home-yellow .sales-includes-final span{
  padding:9px 11px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.06)!important;
  border:1px solid rgba(255,255,255,.13)!important;
  color:#f1f5f8!important;
  font-size:.72rem!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  letter-spacing:.03em!important;
}
body.home-yellow .purchase-panel-final{
  box-sizing:border-box!important;
  padding:18px!important;
  border-radius:26px!important;
  border:1px solid rgba(255,255,255,.13)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.062),rgba(255,255,255,.026))!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)!important;
}
body.home-yellow .purchase-panel-head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin-bottom:14px!important;
}
body.home-yellow .purchase-panel-head span{
  display:block!important;
  color:#ffd400!important;
  font-size:.74rem!important;
  font-weight:1000!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
body.home-yellow .purchase-panel-head strong{
  display:block!important;
  color:#fff!important;
  font-size:2.05rem!important;
  line-height:1!important;
  letter-spacing:-.045em!important;
  margin-top:5px!important;
}
body.home-yellow .purchase-panel-head small{
  color:#aeb7bf!important;
  font-size:.82rem!important;
  font-weight:700!important;
  text-align:right!important;
}
body.home-yellow .purchase-buttons-final{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:12px!important;
}
body.home-yellow .purchase-btn-final{
  min-height:82px!important;
  box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  padding:14px!important;
  border-radius:20px!important;
  text-decoration:none!important;
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease!important;
  overflow:hidden!important;
}
body.home-yellow .purchase-btn-final:hover{transform:translateY(-2px)!important;filter:saturate(1.07)!important;}
body.home-yellow .purchase-btn-final.hotmart{
  background:linear-gradient(135deg,#ffe773,#ffc400 56%,#ffae00)!important;
  color:#101010!important;
  box-shadow:0 16px 38px rgba(255,190,0,.18)!important;
}
body.home-yellow .purchase-btn-final.mercado{
  background:linear-gradient(135deg,#38c2ff,#1471ee 62%,#064cc8)!important;
  color:#fff!important;
  box-shadow:0 16px 38px rgba(20,113,238,.22)!important;
}
body.home-yellow .purchase-icon-final{
  width:42px!important;height:42px!important;min-width:42px!important;
  display:grid!important;place-items:center!important;
  border-radius:15px!important;
  background:rgba(255,255,255,.88)!important;
  color:#0b0c0e!important;
  font-weight:1000!important;
  font-size:.9rem!important;
}
body.home-yellow .purchase-btn-final b{
  display:block!important;
  font-size:.95rem!important;
  line-height:1.08!important;
  letter-spacing:-.02em!important;
  font-weight:1000!important;
}
body.home-yellow .purchase-btn-final small{
  display:block!important;
  margin-top:4px!important;
  font-size:.72rem!important;
  line-height:1.18!important;
  opacity:.86!important;
}
body.home-yellow .purchase-panel-final p{
  margin:14px 0 0!important;
  color:#c7d0d7!important;
  font-size:.84rem!important;
  line-height:1.56!important;
  max-width:none!important;
}
body.home-yellow .home-secondary-actions-pro{
  margin-top:18px!important;
  display:flex!important;
  gap:12px!important;
  flex-wrap:wrap!important;
}
body.home-yellow .home-secondary-actions-pro .btn{
  min-width:150px!important;
}
body.home-yellow .home-product-stage{
  width:100%!important;
  min-height:440px!important;
  padding:30px!important;
  border-radius:34px!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(135deg,rgba(255,212,0,.11),rgba(0,184,255,.06),rgba(255,255,255,.025))!important;
  border:1px solid rgba(255,212,0,.24)!important;
  box-shadow:0 32px 100px rgba(0,0,0,.42)!important;
}
body.home-yellow .home-product-img{
  width:min(100%,390px)!important;
  height:auto!important;
  max-height:390px!important;
  object-fit:contain!important;
  border-radius:24px!important;
  display:block!important;
}
@media(max-width:980px){
  body.home-yellow .site-header .nav{height:auto!important;min-height:88px!important;flex-wrap:wrap!important;padding:12px 0!important;}
  body.home-yellow .home-brand{min-width:240px!important;}
  body.home-yellow .home-hero-grid{grid-template-columns:1fr!important;gap:30px!important;}
  body.home-yellow .home-sales-card-final{max-width:none!important;padding:26px!important;}
  body.home-yellow .home-product-stage{min-height:auto!important;}
}
@media(max-width:640px){
  body.home-yellow .home-brand{width:100%!important;min-width:0!important;}
  body.home-yellow .purchase-panel-head{display:block!important;}
  body.home-yellow .purchase-panel-head small{text-align:left!important;margin-top:6px!important;display:block!important;}
  body.home-yellow .purchase-buttons-final{grid-template-columns:1fr!important;}
  body.home-yellow .home-sales-card-final h1{font-size:2.25rem!important;}
}

/* Seção adicionada abaixo dos cards +500 / Aulas / Canva */
.profissionalismo-section{
  position:relative!important;
  overflow:hidden!important;
  padding-top:78px!important;
}
.profissionalismo-section:before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:min(920px,90vw);
  height:420px;
  transform:translate(-50%,-38%);
  background:radial-gradient(circle,rgba(255,212,0,.12),rgba(255,212,0,.035) 34%,transparent 68%);
  pointer-events:none;
}
.profissionalismo-title{
  position:relative;
  z-index:2;
  max-width:900px!important;
  margin-bottom:34px!important;
}
.profissionalismo-title h2{
  color:#fff!important;
  text-wrap:balance;
}
.profissionalismo-title p{
  max-width:760px;
  margin:14px auto 0!important;
  color:#d6dde3!important;
  font-size:1.08rem!important;
  line-height:1.65!important;
}
.profissionalismo-image-box{
  position:relative;
  z-index:2;
  width:min(1080px,100%);
  margin:0 auto;
  border-radius:30px;
  padding:10px;
  background:linear-gradient(135deg,rgba(255,212,0,.14),rgba(255,255,255,.025),rgba(0,184,255,.05));
  border:1px solid rgba(255,212,0,.18);
  box-shadow:0 34px 110px rgba(0,0,0,.55),0 0 70px rgba(255,212,0,.055);
}
.profissionalismo-image{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  border-radius:24px!important;
  border:0!important;
  box-shadow:none!important;
  background:#050607;
}
@media(max-width:720px){
  .profissionalismo-section{padding-top:52px!important;}
  .profissionalismo-title p{font-size:.98rem!important;line-height:1.55!important;}
  .profissionalismo-image-box{border-radius:22px;padding:6px;}
  .profissionalismo-image{border-radius:18px!important;}
}

/* Ajuste de realismo do fórum: miniaturas e imagens anexadas */
.forum-card-thumb{width:100%;max-width:360px;max-height:145px;object-fit:cover;border-radius:16px;border:1px solid rgba(255,212,0,.22);display:block;margin:10px 0 8px;background:#0b1019;box-shadow:0 12px 35px rgba(0,0,0,.28)}
.forum-post-image{margin:16px 0 0;border:1px solid rgba(255,212,0,.22);background:rgba(255,255,255,.035);border-radius:22px;padding:10px;max-width:760px}
.forum-post-image img{width:100%;display:block;border-radius:16px;object-fit:cover;max-height:430px;background:#0b1019}
.forum-post-image figcaption{color:#9ba8bc;font-size:12px;margin:9px 4px 2px;font-weight:700}


/* Fórum: edição/exclusão de posts */
.forum-edit-box{margin-top:14px;border:1px solid rgba(255,212,0,.18);background:rgba(255,212,0,.045);border-radius:18px;padding:12px}
.forum-edit-box summary{cursor:pointer;color:#ffd400;font-weight:950;letter-spacing:.02em}
.forum-edit-box .forum-form-pro{margin-top:12px}
.forum-edit-box.compact{padding:10px;margin-top:12px;background:rgba(255,255,255,.025)}
.forum-delete-form{margin-top:10px}
.forum-danger-btn{border:1px solid rgba(255,77,77,.35);background:rgba(255,77,77,.1);color:#ff8585;border-radius:999px;padding:10px 14px;font-weight:950;cursor:pointer}
.forum-danger-btn:hover{background:rgba(255,77,77,.18)}


/* ===== HERO PREMIUM FINAL - 11/05/2026 ===== */
body.home-yellow .ee-hero-final{
  position:relative!important;
  min-height:calc(100vh - 82px)!important;
  padding:58px 0 34px!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 74% 36%, rgba(255,212,0,.24), transparent 31%),
    radial-gradient(circle at 24% 16%, rgba(0,160,255,.14), transparent 32%),
    linear-gradient(135deg,#05070a 0%,#081019 44%,#05070a 100%)!important;
  border-bottom:1px solid rgba(255,212,0,.14)!important;
}
body.home-yellow .ee-hero-final:before{
  content:""!important;position:absolute!important;inset:0!important;
  background:repeating-linear-gradient(135deg,rgba(255,255,255,.026) 0 1px,transparent 1px 30px)!important;
  opacity:.9!important;pointer-events:none!important;
}
body.home-yellow .ee-hero-final-grid{
  position:relative!important;z-index:1!important;
  display:grid!important;grid-template-columns:minmax(420px, 0.88fr) minmax(600px, 1.12fr)!important;
  gap:56px!important;align-items:center!important;max-width:1500px!important;margin:0 auto!important;padding:0 42px!important;
}
body.home-yellow .ee-hero-final-copy{max-width:650px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;}
body.home-yellow .ee-final-kicker{display:inline-flex!important;align-items:center!important;gap:9px!important;margin-bottom:22px!important;padding:11px 17px!important;border-radius:999px!important;border:1px solid rgba(255,212,0,.42)!important;background:rgba(255,212,0,.08)!important;color:#ffe36a!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:.78rem!important;font-weight:950!important;}
body.home-yellow .ee-hero-final-copy h1{margin:0 0 22px!important;font-size:clamp(3.2rem,4.6vw,5.25rem)!important;line-height:1.02!important;letter-spacing:-.06em!important;font-weight:950!important;max-width:720px!important;color:#fff!important;text-shadow:0 18px 60px rgba(0,0,0,.42)!important;}
body.home-yellow .ee-hero-final-copy h1 span{color:#ffd100!important;text-shadow:0 0 26px rgba(255,212,0,.18)!important;}
body.home-yellow .ee-final-subtitle{margin:0 0 28px!important;font-size:1.13rem!important;line-height:1.62!important;color:#d5dbe4!important;max-width:610px!important;}
body.home-yellow .ee-final-benefits{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:13px!important;margin:0 0 28px!important;}
body.home-yellow .ee-final-benefits div{min-height:78px!important;padding:14px 14px!important;border-radius:18px!important;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025))!important;border:1px solid rgba(255,255,255,.10)!important;}
body.home-yellow .ee-final-benefits strong{display:block!important;color:#ffd100!important;font-size:1rem!important;line-height:1.1!important;font-weight:950!important;margin-bottom:5px!important;}
body.home-yellow .ee-final-benefits small{display:block!important;color:#f1f5fa!important;font-size:.73rem!important;line-height:1.25!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.02em!important;}
body.home-yellow .ee-final-offer{padding:24px!important;border-radius:26px!important;background:linear-gradient(180deg,rgba(17,22,30,.94),rgba(7,10,14,.94))!important;border:1px solid rgba(255,212,0,.22)!important;box-shadow:0 26px 80px rgba(0,0,0,.42)!important;max-width:650px!important;}
body.home-yellow .ee-final-price{display:flex!important;align-items:end!important;justify-content:space-between!important;gap:20px!important;margin-bottom:18px!important;border-bottom:1px solid rgba(255,255,255,.10)!important;padding-bottom:18px!important;}
body.home-yellow .ee-final-price small{color:#ffd100!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.09em!important;font-size:.78rem!important;}
body.home-yellow .ee-final-price strong{font-size:3.15rem!important;line-height:.95!important;letter-spacing:-.06em!important;color:#fff!important;font-weight:950!important;}
body.home-yellow .ee-final-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important;margin-bottom:14px!important;}
body.home-yellow .ee-final-buy{display:grid!important;grid-template-columns:44px 1fr!important;align-items:center!important;gap:12px!important;min-height:74px!important;text-decoration:none!important;border-radius:18px!important;padding:14px!important;color:#fff!important;transition:.2s!important;box-shadow:0 14px 34px rgba(0,0,0,.22)!important;}
body.home-yellow .ee-final-buy:hover{transform:translateY(-2px)!important;}
body.home-yellow .ee-final-hotmart{background:linear-gradient(135deg,#ffe15a,#ffc400)!important;color:#060606!important;}
body.home-yellow .ee-final-mp{background:linear-gradient(135deg,#258bff,#056ee9)!important;color:#fff!important;}
body.home-yellow .ee-final-buy span{width:42px!important;height:42px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:rgba(255,255,255,.9)!important;color:#111!important;font-size:.85rem!important;font-weight:950!important;}
body.home-yellow .ee-final-buy b{display:block!important;font-size:.94rem!important;line-height:1.12!important;font-weight:950!important;}
body.home-yellow .ee-final-buy small{display:block!important;font-size:.75rem!important;opacity:.86!important;margin-top:4px!important;}
body.home-yellow .ee-final-offer p{margin:0!important;color:#bbc3ce!important;font-size:.82rem!important;line-height:1.45!important;}
body.home-yellow .ee-hero-final-visual{position:relative!important;min-height:680px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;}
body.home-yellow .ee-product-glow{position:absolute!important;width:720px!important;height:720px!important;border-radius:50%!important;background:radial-gradient(circle,rgba(255,212,0,.22),transparent 68%)!important;filter:blur(18px)!important;}
body.home-yellow .ee-hero-final-visual img{position:relative!important;z-index:2!important;width:min(100%,720px)!important;max-height:720px!important;object-fit:contain!important;border-radius:32px!important;filter:drop-shadow(0 44px 90px rgba(0,0,0,.72))!important;transform:perspective(1200px) rotateY(-4deg) rotateX(1.5deg)!important;}
body.home-yellow .ee-social-proof{position:absolute!important;z-index:3!important;right:4%!important;bottom:58px!important;width:330px!important;padding:21px 24px!important;border-radius:24px!important;background:rgba(10,13,18,.86)!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 24px 70px rgba(0,0,0,.42)!important;backdrop-filter:blur(14px)!important;}
body.home-yellow .ee-social-proof strong{display:block!important;color:#ffd100!important;font-size:1.6rem!important;letter-spacing:.05em!important;margin-bottom:8px!important;}
body.home-yellow .ee-social-proof span{display:block!important;color:#ffd100!important;font-size:1.9rem!important;font-weight:950!important;line-height:1.05!important;}
body.home-yellow .ee-social-proof small{display:block!important;color:#f1f4f7!important;font-size:.92rem!important;line-height:1.35!important;margin-top:8px!important;}
@media(max-width:1200px){
 body.home-yellow .ee-hero-final-grid{grid-template-columns:1fr!important;gap:30px!important;padding:0 22px!important;}
 body.home-yellow .ee-hero-final-copy{max-width:none!important;}
 body.home-yellow .ee-hero-final-copy h1{font-size:clamp(2.55rem,9vw,4.5rem)!important;}
 body.home-yellow .ee-hero-final-visual{min-height:auto!important;}
 body.home-yellow .ee-hero-final-visual img{width:min(100%,640px)!important;max-height:640px!important;}
 body.home-yellow .ee-social-proof{right:18px!important;bottom:20px!important;}
}
@media(max-width:760px){
 body.home-yellow .ee-hero-final{padding:34px 0 44px!important;}
 body.home-yellow .ee-final-benefits{grid-template-columns:1fr 1fr!important;}
 body.home-yellow .ee-final-price{display:block!important;}
 body.home-yellow .ee-final-price strong{display:block!important;margin-top:8px!important;font-size:2.55rem!important;}
 body.home-yellow .ee-final-actions{grid-template-columns:1fr!important;}
 body.home-yellow .ee-social-proof{position:relative!important;right:auto!important;bottom:auto!important;width:100%!important;margin-top:16px!important;}
}


/* Correção real do hero: mini imagens nos 4 cards e descrição mais organizada */
.hero-subtitle-pro{display:grid!important;gap:10px!important;margin-bottom:28px!important}
.hero-subtitle-pro span{display:block!important;padding-left:18px!important;position:relative!important;color:#d5deeb!important}
.hero-subtitle-pro span:before{content:""!important;position:absolute!important;left:0!important;top:.68em!important;width:7px!important;height:7px!important;border-radius:50%!important;background:var(--yellow)!important;box-shadow:0 0 18px rgba(255,196,0,.45)!important}
h1 span{display:inline-block!important;background:linear-gradient(180deg,#ffe36b,#ffc400)!important;color:#070707!important;border-radius:14px!important;padding:0 .13em .04em!important;box-shadow:0 0 0 1px rgba(255,196,0,.18),0 14px 34px rgba(255,196,0,.13)!important;text-shadow:none!important}
.fake-boxes.panel-gallery{margin-top:54px!important;padding:12px!important;gap:10px!important;background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,196,0,.18)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 16px 36px rgba(0,0,0,.28)!important}
.fake-boxes.panel-gallery .fake-box{height:92px!important;border-radius:14px!important;overflow:hidden!important;background:#0b0f16!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 12px 26px rgba(0,0,0,.35)!important}
.fake-boxes.panel-gallery .fake-box img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;filter:saturate(1.08) contrast(1.04)!important}
.fake-boxes.panel-gallery .fake-box:hover{transform:translateY(-2px)!important;border-color:rgba(255,196,0,.40)!important}
.float.students{border-color:rgba(255,196,0,.22)!important;background:linear-gradient(135deg,rgba(14,19,29,.98),rgba(8,11,17,.96))!important}


.home-product-img{
    width:min(100%,520px)!important;
    height:auto!important;
    object-fit:contain!important;
}

.float.secure{
    top:20px!important;
    right:20px!important;
    max-width:260px!important;
}


/* CORREÇÃO FINAL: imagem principal sem corte */
.product-img{
  overflow: visible !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background: transparent !important;
}
.product-img img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
}
.screen{ overflow: visible !important; }


/* HERO IMAGE FINAL FIX */
.hero-image img,
.hero-main-image img,
.mockup-image img,
.hero img{
    width:100% !important;
    height:auto !important;
    object-fit:contain !important;
    object-position:center center !important;
    display:block !important;
}

.hero-image,
.hero-main-image,
.mockup-image{
    overflow:visible !important;
    min-height:650px !important;
}


/* INTERACTIVE PANEL DEMO */
.interactive-panel-section{
  padding:82px 0;
  border-top:1px solid rgba(255,255,255,.06);
  background:
    radial-gradient(circle at 18% 30%, rgba(255,196,0,.10), transparent 34%),
    radial-gradient(circle at 76% 48%, rgba(115,54,255,.12), transparent 35%),
    #06090f;
}
.interactive-panel-wrap{
  display:grid;
  grid-template-columns:minmax(320px,.78fr) minmax(520px,1.22fr);
  gap:40px;
  align-items:center;
}
.interactive-copy{
  max-width:520px;
}
.interactive-kicker{
  display:inline-flex;
  align-items:center;
  border:1px solid rgba(255,196,0,.32);
  color:#ffd21a;
  background:rgba(255,196,0,.08);
  border-radius:999px;
  padding:10px 16px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:18px;
}
.interactive-copy h2{
  font-size:clamp(34px,4vw,58px);
  line-height:.98;
  letter-spacing:-.06em;
  margin-bottom:18px;
}
.interactive-copy p{
  color:#bcc7d6;
  font-size:17px;
  line-height:1.55;
  margin-bottom:22px;
}
.interactive-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:12px;
}
.wire-btn{
  border:1px solid rgba(255,255,255,.12);
  background:#111825;
  color:#fff;
  border-radius:14px;
  padding:12px 14px;
  font-weight:900;
  cursor:pointer;
  transition:.18s;
}
.wire-btn:hover,
.wire-btn.active{
  border-color:rgba(255,196,0,.55);
  background:rgba(255,196,0,.13);
  color:#ffd21a;
}
.wire-btn.reset{
  color:#cfd7e5;
}
.interactive-copy small{
  color:#8793a6;
  font-size:13px;
}
.panel-editor-card{
  background:linear-gradient(180deg,#151d2b,#0b1018);
  border:1px solid rgba(255,255,255,.12);
  border-radius:32px;
  padding:18px;
  box-shadow:0 32px 90px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.05);
}
.panel-editor-top{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  padding:4px 8px 16px;
}
.panel-editor-top strong{
  color:#fff;
  font-size:18px;
}
.panel-editor-top span{
  color:#ffd21a;
  font-size:13px;
  font-weight:900;
}
.panel-editor{
  position:relative;
  width:100%;
  aspect-ratio:1000/640;
  overflow:hidden;
  border-radius:24px;
  background:#070a10;
  border:1px solid rgba(255,255,255,.08);
  touch-action:none;
}
.panel-editor img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.74;
  filter:saturate(1.08) contrast(1.05);
}
.wire-layer{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  pointer-events:none;
}
.wire{
  fill:none;
  stroke-width:12;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter:drop-shadow(0 0 10px currentColor);
}
.wire-green{stroke:#1ee66f;color:#1ee66f}
.wire-blue{stroke:#1b8cff;color:#1b8cff}
.wire-yellow{stroke:#ffd21a;color:#ffd21a}
.wire-handle{
  position:absolute;
  width:28px;
  height:28px;
  border-radius:50%;
  border:3px solid #fff;
  transform:translate(-50%,-50%);
  cursor:grab;
  z-index:4;
  box-shadow:0 0 0 7px rgba(255,255,255,.08), 0 0 22px currentColor;
}
.wire-handle:active{cursor:grabbing}
.wire-handle.green{background:#1ee66f;color:#1ee66f}
.wire-handle.blue{background:#1b8cff;color:#1b8cff}
.wire-handle.yellow{background:#ffd21a;color:#ffd21a}
.panel-editor-footer{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  padding-top:14px;
}
.panel-editor-footer span{
  display:flex;
  justify-content:center;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  padding:12px;
  color:#cdd6e5;
  font-weight:800;
}
@media(max-width:980px){
  .interactive-panel-wrap{grid-template-columns:1fr}
}
@media(max-width:620px){
  .interactive-panel-section{padding:54px 0}
  .panel-editor-card{padding:12px;border-radius:24px}
  .panel-editor-top{display:block}
  .panel-editor-top span{display:block;margin-top:4px}
  .wire-handle{width:24px;height:24px}
  .panel-editor-footer{grid-template-columns:1fr}
}


.real-wire-editor-section{
 padding:90px 0;
 background:#06090f;
}

.real-wire-header{
 text-align:center;
 max-width:900px;
 margin:0 auto 40px;
}

.real-wire-header span{
 display:inline-block;
 padding:10px 16px;
 border-radius:999px;
 background:rgba(255,208,0,.08);
 border:1px solid rgba(255,208,0,.2);
 color:#ffd000;
 font-weight:800;
 margin-bottom:18px;
}

.real-wire-header h2{
 font-size:52px;
 line-height:1;
 margin-bottom:16px;
}

.real-wire-header p{
 color:#98a7bb;
 font-size:18px;
}

.real-wire-editor{
 position:relative;
 max-width:760px;
 margin:0 auto;
 border-radius:28px;
 overflow:hidden;
 background:#0d121c;
 border:1px solid rgba(255,255,255,.08);
 box-shadow:0 20px 80px rgba(0,0,0,.5);
}

.real-wire-editor img{
 width:100%;
 display:block;
}

.wire-svg{
 position:absolute;
 inset:0;
 width:100%;
 height:100%;
}

.wire{
 fill:none;
 stroke-width:10;
 stroke-linecap:round;
 filter:drop-shadow(0 0 8px currentColor);
}

.wire.green{
 stroke:#18d85f;
 color:#18d85f;
}

.wire.blue{
 stroke:#1f7fff;
 color:#1f7fff;
}

.wire.black{
 stroke:#111;
 color:#111;
}

.drag-point{
 position:absolute;
 width:28px;
 height:28px;
 border-radius:50%;
 border:3px solid #fff;
 transform:translate(-50%,-50%);
 cursor:grab;
 z-index:5;
 box-shadow:0 0 18px currentColor;
}

.drag-point.green{
 background:#18d85f;
 color:#18d85f;
}

.drag-point.blue{
 background:#1f7fff;
 color:#1f7fff;
}

.drag-point.black{
 background:#111;
 color:#111;
}

@media(max-width:768px){
 .real-wire-header h2{
   font-size:34px;
 }
}

/* inline CSS also included in page for cache-proof demo */


/* EDITOR INTERATIVO PREMIUM INTEGRADO */
.premium-circuit-demo{padding:90px 0;background:radial-gradient(circle at 20% 20%,rgba(255,208,0,.10),transparent 28%),#05080e;border-top:1px solid rgba(255,255,255,.06)}
.premium-demo-head{max-width:1180px;margin:0 auto 34px;display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:end}
.premium-demo-head span{display:inline-flex;padding:10px 16px;border:1px solid rgba(255,208,0,.35);background:rgba(255,208,0,.08);border-radius:999px;color:#ffd21a;font-weight:900;font-size:12px;text-transform:uppercase;margin-bottom:18px}
.premium-demo-head h2{font-size:clamp(38px,5vw,72px);line-height:.94;letter-spacing:-.06em;margin:0 0 16px}
.premium-demo-head h2 strong{display:block;color:#ffd21a}
.premium-demo-head p{color:#b8c2d2;font-size:18px;line-height:1.5;margin:0}
.premium-demo-points{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.premium-demo-points div{text-align:center;padding:18px;border-radius:18px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.08)}
.premium-demo-points b{display:block;color:#ffd21a;margin-bottom:8px}
.premium-demo-points small{color:#aeb8c8;line-height:1.35}
.premium-editor-shell{position:relative;max-width:1180px;margin:0 auto;padding:26px;border-radius:32px;border:1px solid rgba(255,208,0,.32);background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(180deg,rgba(15,22,34,.92),rgba(6,9,15,.96));background-size:26px 26px,26px 26px,auto;box-shadow:0 34px 100px rgba(0,0,0,.55)}
.editor-help{position:absolute;left:26px;top:26px;z-index:8;max-width:245px;padding:15px 17px;border-radius:15px;background:rgba(5,8,14,.86);border:1px solid rgba(255,255,255,.12);color:#fff;font-size:13px;line-height:1.4}
.editor-reset{position:absolute;right:26px;top:26px;z-index:8;padding:14px 18px;border-radius:15px;border:1px solid rgba(255,208,0,.35);background:rgba(255,208,0,.09);color:#ffd21a;font-weight:900;cursor:pointer}
.circuit-board{position:relative;max-width:760px;aspect-ratio:1.22/1;margin:0 auto;border-radius:26px;overflow:hidden;background:radial-gradient(circle at center,#fff,#eef2f8);border:1px solid rgba(255,255,255,.34);box-shadow:0 22px 70px rgba(0,0,0,.45);touch-action:none}
.rail{position:absolute;left:8%;width:84%;height:46px;background:linear-gradient(180deg,#c8d0d9,#8c96a4 52%,#dde3ea);border-radius:5px;box-shadow:inset 0 5px 7px rgba(255,255,255,.55),inset 0 -5px 8px rgba(0,0,0,.18)}
.rail-top{top:32%}.rail-bottom{top:58%}
.rail:before,.rail:after{content:"";position:absolute;top:15px;width:38px;height:14px;border-radius:12px;background:#f8fafc;opacity:.7}.rail:before{left:8%}.rail:after{right:8%}
.component{position:absolute;z-index:5;cursor:grab;user-select:none;touch-action:none;transform:translate(-50%,-50%)}.component:active{cursor:grabbing}
.breaker{width:72px;height:142px;border-radius:10px;background:linear-gradient(180deg,#fff,#e8edf4);border:1px solid rgba(0,0,0,.10);box-shadow:0 12px 20px rgba(0,0,0,.18);display:flex;flex-direction:column;align-items:center;padding-top:20px}
.breaker b{font-size:12px;color:#e01818;line-height:1}.breaker span{font-size:11px;color:#4d5561;margin-top:8px}.breaker i{width:36px;height:48px;background:#ef1f24;border-radius:6px;margin-top:20px;box-shadow:inset 0 -10px 0 rgba(0,0,0,.14)}
.breaker.red{width:88px;background:linear-gradient(180deg,#f03732,#c61219)}.breaker.red b,.breaker.red span{color:#fff}.breaker.red i{background:#111}
.terminal{width:170px;height:36px;border-radius:8px;background:#caa66a;border:1px solid rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;gap:7px;padding:0 18px;box-shadow:0 10px 18px rgba(0,0,0,.18)}
.terminal:before,.terminal:after{content:"";position:absolute;top:-8px;width:34px;height:52px;border-radius:7px;z-index:-1}.terminal-green:before,.terminal-green:after{background:#18d65b}.terminal-blue:before,.terminal-blue:after{background:#147aff}.terminal:before{left:-18px}.terminal:after{right:-18px}
.terminal i{width:16px;height:16px;border-radius:50%;background:radial-gradient(circle,#fff 0 18%,#7b5a28 20% 35%,#e9c98b 38%);border:1px solid rgba(0,0,0,.18)}
.wire-layer{position:absolute;inset:0;z-index:4;width:100%;height:100%;pointer-events:none}
.wire{fill:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 10px currentColor)}
.wire-green{stroke:#12d952;color:#12d952}.wire-blue{stroke:#147aff;color:#147aff}.wire-black{stroke:#333;color:#333}.wire-yellow{stroke:#ffd21a;color:#ffd21a}
.wire-point{position:absolute;z-index:9;width:34px;height:34px;border-radius:50%;border:4px solid #fff;transform:translate(-50%,-50%);cursor:grab;box-shadow:0 0 0 8px rgba(255,255,255,.10),0 0 26px currentColor;touch-action:none}.wire-point:active{cursor:grabbing}
.wire-point:before{content:"Arraste";position:absolute;left:50%;bottom:118%;transform:translateX(-50%);background:#080b12;color:#fff;font-size:10px;font-weight:900;padding:5px 8px;border-radius:8px;white-space:nowrap}
.wire-point.green{background:#12d952;color:#12d952}.wire-point.blue{background:#147aff;color:#147aff}.wire-point.black{background:#111;color:#111}.wire-point.yellow{background:#ffd21a;color:#ffd21a}
.editor-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}
.editor-steps div{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;padding:18px;border:1px solid rgba(255,255,255,.10);border-radius:18px;background:rgba(255,255,255,.035)}
.editor-steps b{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,208,0,.45);color:#ffd21a}.editor-steps strong{color:#fff}.editor-steps small{display:block;color:#9aa7b8;margin-top:4px}
@media(max-width:900px){.premium-demo-head{grid-template-columns:1fr}.premium-demo-points{grid-template-columns:1fr}.editor-help,.editor-reset{position:static;margin-bottom:12px}.premium-editor-shell{padding:16px}.editor-steps{grid-template-columns:1fr}}
@media(max-width:620px){.premium-circuit-demo{padding:58px 0}.wire{stroke-width:10}.wire-point{width:28px;height:28px}.breaker{width:50px;height:100px;padding-top:12px}.breaker b{font-size:9px}.breaker span{font-size:8px}.breaker i{width:26px;height:32px;margin-top:12px}.terminal{width:120px;height:28px;gap:4px}.terminal i{width:11px;height:11px}}

/* === CORREÇÃO MOBILE AULAS / PLAYERS - 2026-05-13 === */
html, body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}
img, iframe, video, embed, object {
  max-width: 100% !important;
}
.lesson-page-pro,
.lesson-layout-pro,
.lesson-content-pro,
.lesson-info-pro,
.lesson-video-frame,
.lesson-bg-title,
.lesson-sidebar-pro {
  max-width: 100% !important;
  box-sizing: border-box !important;
}
.lesson-video-frame iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  border: 0 !important;
  display: block !important;
  background: #000 !important;
}
.lesson-file-frame {
  aspect-ratio: auto !important;
  min-height: 360px !important;
  height: auto !important;
}
.lesson-file-frame .lesson-file-view {
  min-height: 360px !important;
  width: 100% !important;
}

@media (max-width: 1100px) {
  .lesson-layout-pro {
    display: flex !important;
    flex-direction: column !important;
    min-height: auto !important;
    width: 100% !important;
  }
  .lesson-content-pro {
    order: 1 !important;
    width: 100% !important;
  }
  .lesson-sidebar-pro {
    order: 2 !important;
    width: 100% !important;
    position: relative !important;
    top: auto !important;
    height: auto !important;
    max-height: none !important;
    border-left: 0 !important;
    border-top: 1px solid rgba(255,212,0,.16) !important;
    border-bottom: 0 !important;
  }
}

@media (max-width: 720px) {
  .lesson-topbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 50 !important;
    min-height: 58px !important;
    height: auto !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 12px !important;
  }
  .lesson-back,
  .lesson-account-btn {
    min-height: 38px !important;
    padding: 8px 10px !important;
    font-size: .78rem !important;
    white-space: nowrap !important;
  }
  .lesson-back:after {
    content: "Curso" !important;
    font-size: .78rem !important;
  }
  .lesson-account-btn {
    font-size: 0 !important;
  }
  .lesson-account-btn:after {
    content: "Conta" !important;
    font-size: .78rem !important;
  }
  .lesson-top-progress {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-width: 0 !important;
    gap: 8px !important;
  }
  .lesson-top-progress div {
    height: 6px !important;
  }
  .lesson-content-pro {
    padding: 22px 14px 36px !important;
    margin: 0 !important;
  }
  .lesson-bg-title {
    display: block !important;
    padding: 18px 16px !important;
    margin: 10px 0 18px !important;
    border-radius: 20px !important;
  }
  .lesson-bg-title span {
    display: block !important;
    margin-bottom: 10px !important;
    font-size: .8rem !important;
  }
  .lesson-bg-title strong {
    display: block !important;
    font-size: 1rem !important;
    line-height: 1.32 !important;
  }
  .lesson-video-frame:not(.lesson-file-frame) {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    min-height: 205px !important;
    max-height: 240px !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    margin: 0 auto !important;
  }
  .lesson-file-frame {
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    border-radius: 22px !important;
    overflow: visible !important;
  }
  .lesson-file-frame .lesson-file-view {
    min-height: 0 !important;
    padding: 28px 18px !important;
  }
  .lesson-file-view strong,
  .lesson-info-pro h1 {
    font-size: clamp(1.45rem, 9vw, 2.05rem) !important;
    line-height: 1.08 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }
  .lesson-file-icon-big {
    width: 92px !important;
    height: 92px !important;
    font-size: 2.4rem !important;
  }
  .lesson-info-pro {
    margin-top: 18px !important;
    padding: 22px 18px !important;
    border-radius: 22px !important;
  }
  .lesson-info-pro p {
    font-size: 1rem !important;
    line-height: 1.45 !important;
  }
  .lesson-actions-pro,
  .lesson-actions-pro form {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    gap: 12px !important;
  }
  .complete-btn,
  .next-btn,
  .arquivos-btn {
    width: 100% !important;
    min-height: 56px !important;
    border-radius: 999px !important;
    font-size: 1rem !important;
  }
  .comments-live-pro {
    padding: 18px !important;
    border-radius: 22px !important;
  }
  .comment-item-pro,
  .account-comment-item {
    gap: 10px !important;
    padding: 14px !important;
  }
  .lesson-sidebar-pro {
    margin-top: 4px !important;
  }
  .sidebar-course-title {
    padding: 16px 14px !important;
  }
  .side-module-head {
    padding: 14px !important;
  }
  .side-lesson {
    font-size: .9rem !important;
    padding: 12px 10px !important;
  }
  .canva-download-grid {
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }
  .canva-store-btn,
  .lesson-file-open {
    width: 100% !important;
    justify-content: center !important;
  }
}

@media (max-width: 390px) {
  .lesson-content-pro { padding-left: 10px !important; padding-right: 10px !important; }
  .lesson-video-frame:not(.lesson-file-frame) { min-height: 190px !important; max-height: 215px !important; }
  .lesson-file-view strong,
  .lesson-info-pro h1 { font-size: 1.55rem !important; }
}


/* === HOTFIX DEFINITIVO PLAYER MOBILE - 2026-05-13 === */
@media (max-width: 820px) {
  html, body { overflow-x: hidden !important; width: 100% !important; }
  .lesson-layout-pro { display: flex !important; flex-direction: column !important; grid-template-columns: none !important; width: 100% !important; max-width: 100% !important; min-height: auto !important; }
  .lesson-content-pro { order: 1 !important; width: 100% !important; max-width: 100% !important; margin: 0 !important; padding: 18px 12px 34px !important; box-sizing: border-box !important; }
  .lesson-sidebar-pro { order: 2 !important; width: 100% !important; max-width: 100% !important; position: relative !important; top: auto !important; height: auto !important; max-height: none !important; overflow: visible !important; border-left: 0 !important; border-top: 1px solid rgba(255,212,0,.18) !important; }
  .lesson-bg-title { margin: 0 0 16px !important; padding: 18px 16px !important; border-radius: 22px !important; display: block !important; }
  .lesson-video-frame:not(.lesson-file-frame) { position: relative !important; display: block !important; width: 100% !important; max-width: 100% !important; aspect-ratio: 16 / 9 !important; height: auto !important; min-height: 0 !important; max-height: none !important; padding: 0 !important; margin: 0 auto 18px !important; overflow: hidden !important; border-radius: 18px !important; background: #000 !important; box-sizing: border-box !important; }
  .lesson-video-frame:not(.lesson-file-frame)::before { content: none !important; display: none !important; }
  .lesson-video-frame:not(.lesson-file-frame) iframe, .lesson-video-frame:not(.lesson-file-frame) .drive-lesson-iframe { position: absolute !important; inset: 0 !important; display: block !important; width: 100% !important; height: 100% !important; min-width: 100% !important; min-height: 100% !important; max-width: none !important; max-height: none !important; border: 0 !important; background: #000 !important; transform: none !important; }
  .lesson-info-pro { margin-top: 0 !important; }
}


/* === PLAYER PREMIUM LOCAL MP4 - ENSINANDO ELÉTRICA === */
.lesson-video-frame .ee-premium-video{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:contain!important;
  background:#000!important;
  border:0!important;
  outline:0!important;
}
.lesson-video-frame:has(.ee-premium-video){
  background:#000!important;
  overflow:hidden!important;
  aspect-ratio:16/9!important;
}
@media(max-width:820px){
  .lesson-video-frame .ee-premium-video{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
  }
  .lesson-video-frame:has(.ee-premium-video){
    min-height:0!important;
    max-height:none!important;
    border-radius:18px!important;
  }
}


/* =========================================================
   LOGIN PREMIUM REFINADO - Ensinando Elétrica
   Tela limpa, proporcional e sem logo/imagem gigante.
   ========================================================= */
.ee-login-page{
  min-height:100vh;
  width:100%;
  padding:34px clamp(18px,5vw,86px) 28px;
  color:#fff;
  overflow-x:hidden;
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
  background:
    radial-gradient(circle at 0% 88%, rgba(255,204,0,.18), transparent 28%),
    radial-gradient(circle at 90% 52%, rgba(255,45,58,.10), transparent 30%),
    linear-gradient(180deg, rgba(2,3,6,.95), rgba(2,3,4,.99)),
    url('assets/hero-painel.png') right center/auto 100% no-repeat;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
.ee-login-page::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.84) 48%, rgba(0,0,0,.66) 100%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, transparent 1px 110px);
}
.ee-login-page::after{
  content:"";
  position:absolute;
  inset:auto -12% -22% -12%;
  height:250px;
  pointer-events:none;
  background:radial-gradient(ellipse at center, rgba(255,208,0,.11), transparent 64%);
  filter:blur(30px);
}
.ee-login-top-action{
  position:absolute;
  z-index:3;
  top:28px;
  right:clamp(18px,4vw,72px);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border-radius:14px;
  border:1px solid rgba(255,208,0,.45);
  background:rgba(7,8,11,.70);
  color:#fff;
  font-size:.90rem;
  font-weight:800;
  text-decoration:none;
  letter-spacing:-.01em;
  box-shadow:0 16px 42px rgba(0,0,0,.40), inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter:blur(14px);
}
.ee-login-layout{
  position:relative;
  z-index:2;
  width:min(1220px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(280px,390px) minmax(430px,560px);
  align-items:center;
  justify-content:center;
  gap:clamp(42px,7vw,98px);
}
.ee-login-brand-panel{
  min-width:0;
  border-right:1px solid rgba(255,255,255,.10);
  padding-right:clamp(28px,4vw,58px);
}
.ee-login-logo{
  display:inline-flex;
  align-items:center;
  gap:14px;
  color:#fff;
  text-decoration:none;
  margin-bottom:58px;
  line-height:1;
}
.ee-login-card-logo{margin:0 auto 22px;justify-content:center;transform:scale(.92);transform-origin:center}
.ee-logo-icon{
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  border:2px solid #ffd000;
  border-radius:4px;
  color:#ffd000;
  font-size:2rem;
  line-height:1;
  box-shadow:0 0 26px rgba(255,208,0,.13), inset 0 0 20px rgba(255,208,0,.08);
}
.ee-logo-text{display:grid;gap:4px;text-transform:uppercase;letter-spacing:.10em}
.ee-logo-text b{font-size:1.35rem;font-weight:600;color:#fff;letter-spacing:.16em}
.ee-logo-text strong{font-size:1.55rem;font-weight:1000;color:#ffd000;letter-spacing:.03em}
.ee-logo-text em{font-style:normal;font-size:.66rem;color:rgba(255,255,255,.78);letter-spacing:.16em}
.ee-login-copy h2{
  font-size:clamp(2.15rem,3.8vw,3.35rem);
  line-height:1.08;
  letter-spacing:-.055em;
  margin:0 0 18px;
  max-width:420px;
  font-weight:900;
}
.ee-login-copy h2 strong{color:#ffd000;display:inline;font-weight:950}
.ee-login-copy span{
  display:block;
  width:52px;
  height:2px;
  border-radius:99px;
  background:#ffd000;
  box-shadow:0 0 20px rgba(255,208,0,.56);
  margin-bottom:24px;
}
.ee-login-copy p{
  color:rgba(255,255,255,.72);
  font-size:.98rem;
  line-height:1.66;
  max-width:370px;
  margin:0;
}
.ee-login-benefits{display:grid;gap:18px;margin-top:34px}
.ee-login-benefits div{display:grid;grid-template-columns:48px 1fr;column-gap:14px;align-items:center}
.ee-login-benefits i{
  grid-row:1/3;
  width:44px;height:44px;
  display:grid;place-items:center;
  border-radius:10px;
  border:1px solid rgba(255,208,0,.62);
  color:#ffd000;
  background:rgba(255,208,0,.035);
  font-style:normal;
  font-size:1rem;
  font-weight:900;
}
.ee-login-benefits b{font-size:.98rem;color:#fff;line-height:1.2;font-weight:850}
.ee-login-benefits small{color:rgba(255,255,255,.62);font-size:.84rem;margin-top:3px}
.ee-login-card{
  width:100%;
  max-width:560px;
  min-width:0;
  padding:40px clamp(28px,4vw,48px) 34px;
  border-radius:24px;
  border:1px solid rgba(255,208,0,.26);
  background:linear-gradient(180deg, rgba(16,18,23,.90), rgba(5,6,9,.88));
  box-shadow:0 32px 100px rgba(0,0,0,.64), inset 0 1px 0 rgba(255,255,255,.055);
  backdrop-filter:blur(18px);
  text-align:center;
  position:relative;
  overflow:hidden;
}
.ee-login-card::before{
  content:"";
  position:absolute;
  inset:-42% auto auto 50%;
  width:330px;height:330px;
  transform:translateX(-50%);
  background:radial-gradient(circle, rgba(255,208,0,.09), transparent 64%);
  pointer-events:none;
}
.ee-login-card.is-blocked{
  border-color:rgba(255,61,73,.58);
  box-shadow:0 34px 110px rgba(0,0,0,.66), 0 0 42px rgba(255,45,58,.08), inset 0 1px 0 rgba(255,255,255,.05);
}
.ee-login-card.is-blocked::before{background:radial-gradient(circle, rgba(255,45,58,.20), transparent 62%)}
.ee-lock-icon{
  width:82px;height:82px;
  display:grid;place-items:center;
  margin:0 auto 18px;
  border-radius:50%;
  font-size:2rem;
  border:1px solid rgba(255,66,78,.74);
  background:radial-gradient(circle at 50% 30%, rgba(255,80,90,.22), rgba(255,45,58,.06));
  box-shadow:0 0 40px rgba(255,45,58,.24), inset 0 0 24px rgba(255,45,58,.08);
}
.ee-status-pill{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:27px;
  padding:0 14px;
  border-radius:99px;
  border:1px solid rgba(255,66,78,.46);
  background:rgba(255,45,58,.12);
  color:#ff5c65;
  text-transform:uppercase;
  letter-spacing:.15em;
  font-size:.66rem;
  font-weight:950;
  margin-bottom:12px;
}
.ee-status-pill.is-normal{border-color:rgba(255,208,0,.48);background:rgba(255,208,0,.10);color:#ffd000}
.ee-login-card h1{
  position:relative;
  z-index:1;
  margin:0 0 12px;
  font-size:clamp(2rem,3.5vw,2.7rem);
  line-height:1.04;
  letter-spacing:-.055em;
  font-weight:950;
}
.ee-login-card.is-blocked h1{color:#fff}
.ee-login-card.is-blocked h1::after{
  content:"";
  display:block;
  width:58px;height:2px;
  margin:16px auto 0;
  background:#ff3347;
  box-shadow:0 0 18px rgba(255,51,71,.72);
}
.ee-login-subtitle{
  position:relative;
  z-index:1;
  max-width:410px;
  margin:0 auto 20px;
  color:rgba(255,255,255,.68);
  line-height:1.55;
  font-size:.92rem;
}
.ee-alert-box{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:30px 1fr 1fr;
  align-items:center;
  gap:12px;
  text-align:left;
  margin:20px 0 18px;
  padding:14px 16px;
  border-radius:12px;
  border:1px solid rgba(255,66,78,.55);
  background:linear-gradient(90deg, rgba(90,15,23,.44), rgba(60,12,18,.26));
  color:#ffe1e1;
}
.ee-alert-box::before{
  content:"i";
  width:26px;height:26px;
  display:grid;place-items:center;
  border-radius:50%;
  border:1px solid rgba(255,66,78,.78);
  color:#ff5360;
  font-weight:1000;
  font-family:Georgia,serif;
}
.ee-alert-box b{display:block;color:#fff;font-size:.90rem;line-height:1.25}
.ee-alert-box span{display:block;color:#ffd2d2;font-size:.82rem;line-height:1.35}
.ee-login-field{position:relative;z-index:1;display:block;text-align:left;margin:0 0 12px}
.ee-login-field span{display:block;margin:0 0 8px;color:#ffd000;text-transform:uppercase;letter-spacing:.14em;font-size:.66rem;font-weight:950}
.ee-login-field input{
  width:100%;
  height:52px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.16);
  outline:0;
  background:rgba(255,255,255,.055);
  color:#fff;
  padding:0 16px;
  font-size:.95rem;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.ee-login-field input:focus{border-color:rgba(255,208,0,.70);box-shadow:0 0 0 4px rgba(255,208,0,.08)}
.ee-login-submit{
  position:relative;
  z-index:1;
  width:100%;
  min-height:52px;
  border:0;
  border-radius:12px;
  color:#070707;
  cursor:pointer;
  font-weight:950;
  font-size:.95rem;
  background:linear-gradient(180deg,#ffdf35,#ffc300);
  box-shadow:0 18px 45px rgba(255,196,0,.17), inset 0 1px 0 rgba(255,255,255,.42);
}
.ee-login-submit:hover{filter:brightness(1.05)}
.ee-login-divider{position:relative;z-index:1;display:flex;align-items:center;gap:14px;margin:18px 0 14px;color:rgba(255,255,255,.42);text-transform:uppercase;letter-spacing:.13em;font-size:.68rem}
.ee-login-divider::before,.ee-login-divider::after{content:"";height:1px;flex:1;background:rgba(255,255,255,.12)}
.ee-login-actions{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:9px}
.ee-login-actions a{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:11px;
  border:1px solid rgba(255,208,0,.38);
  background:rgba(255,255,255,.030);
  color:#fff;
  font-size:.92rem;
  font-weight:850;
  text-decoration:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}
.ee-login-actions a span{color:#ffd000;font-weight:900}
.ee-login-actions a:first-child{border-color:rgba(255,208,0,.58);background:rgba(255,208,0,.050)}
.ee-login-trust{
  position:relative;
  z-index:2;
  width:min(1120px,100%);
  margin:30px auto 0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid rgba(255,255,255,.09);
  border-radius:16px;
  background:rgba(10,12,16,.66);
  backdrop-filter:blur(14px);
  overflow:hidden;
}
.ee-login-trust div{padding:17px 22px;border-right:1px solid rgba(255,255,255,.10);position:relative;padding-left:52px}
.ee-login-trust div::before{content:"✦";position:absolute;left:24px;top:18px;color:#ffd000;font-size:1rem;text-shadow:0 0 16px rgba(255,208,0,.55)}
.ee-login-trust div:last-child{border-right:0}
.ee-login-trust b{display:block;color:#fff;margin-bottom:3px;font-size:.88rem;font-weight:850}
.ee-login-trust span{display:block;color:rgba(255,255,255,.58);font-size:.80rem}
@media(max-width:980px){
  .ee-login-page{justify-content:flex-start;padding-top:86px;background:linear-gradient(180deg,#050608,#020304)}
  .ee-login-layout{grid-template-columns:1fr;gap:24px;width:min(620px,100%)}
  .ee-login-brand-panel{border-right:0;padding-right:0;text-align:left}
  .ee-login-logo{margin-bottom:28px}
  .ee-login-copy h2{font-size:2.25rem}
  .ee-login-benefits{max-width:420px}
  .ee-login-card{max-width:560px;margin:auto}
  .ee-alert-box{grid-template-columns:30px 1fr}
  .ee-alert-box span{grid-column:2}
  .ee-login-trust{grid-template-columns:1fr 1fr}
  .ee-login-trust div:nth-child(2){border-right:0}
  .ee-login-trust div{border-bottom:1px solid rgba(255,255,255,.10)}
  .ee-login-trust div:nth-child(3),.ee-login-trust div:nth-child(4){border-bottom:0}
}
@media(max-width:560px){
  .ee-login-page{padding:76px 14px 20px}
  .ee-login-top-action{top:16px;right:14px;min-height:40px;padding:0 14px;font-size:.84rem}
  .ee-logo-icon{width:48px;height:48px;font-size:1.65rem}
  .ee-logo-text b{font-size:1.05rem}.ee-logo-text strong{font-size:1.22rem}.ee-logo-text em{font-size:.55rem}
  .ee-login-copy h2{font-size:2rem}
  .ee-login-copy p{font-size:.92rem}
  .ee-login-benefits{max-width:none}
  .ee-login-card{padding:30px 18px;border-radius:22px}
  .ee-lock-icon{width:74px;height:74px;font-size:1.75rem}
  .ee-login-card h1{font-size:2rem}
  .ee-login-card-logo{transform:scale(.82)}
  .ee-login-trust{grid-template-columns:1fr;margin-top:22px}
  .ee-login-trust div{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.10)!important;padding:15px 18px 15px 50px}
  .ee-login-trust div:last-child{border-bottom:0!important}
}


/* LOGO DA HOME - igual ao visual do login, sem imagem gigante */
.site-header .brand.brand-login-style{
  display:inline-flex !important;
  align-items:center !important;
  gap:14px !important;
  color:#fff !important;
  text-decoration:none !important;
  line-height:1 !important;
  font-weight:inherit !important;
  font-size:inherit !important;
  max-width:360px !important;
  min-width:260px !important;
  height:auto !important;
  white-space:normal !important;
}

.site-header .brand.brand-login-style .ee-logo-icon{
  width:52px !important;
  height:52px !important;
  min-width:52px !important;
  display:grid !important;
  place-items:center !important;
  border:2px solid #ffd000 !important;
  border-radius:6px !important;
  color:#ffd000 !important;
  font-size:1.75rem !important;
  line-height:1 !important;
  box-shadow:0 0 22px rgba(255,208,0,.14), inset 0 0 16px rgba(255,208,0,.08) !important;
}

.site-header .brand.brand-login-style .ee-logo-text{
  display:grid !important;
  gap:3px !important;
  text-transform:uppercase !important;
  letter-spacing:.10em !important;
  line-height:1 !important;
}

.site-header .brand.brand-login-style .ee-logo-text b{
  display:block !important;
  font-size:1.05rem !important;
  font-weight:700 !important;
  color:#fff !important;
  letter-spacing:.16em !important;
  line-height:1 !important;
}

.site-header .brand.brand-login-style .ee-logo-text strong{
  display:block !important;
  font-size:1.32rem !important;
  font-weight:1000 !important;
  color:#ffd000 !important;
  letter-spacing:.03em !important;
  line-height:1 !important;
}

.site-header .brand.brand-login-style .ee-logo-text em{
  display:block !important;
  font-style:normal !important;
  font-size:.56rem !important;
  color:rgba(255,255,255,.78) !important;
  letter-spacing:.16em !important;
  line-height:1.15 !important;
}

.site-header .brand.brand-login-style img{
  display:none !important;
}

@media(max-width:760px){
  .site-header .brand.brand-login-style{
    min-width:210px !important;
    gap:10px !important;
  }
  .site-header .brand.brand-login-style .ee-logo-icon{
    width:42px !important;
    height:42px !important;
    min-width:42px !important;
    font-size:1.35rem !important;
  }
  .site-header .brand.brand-login-style .ee-logo-text b{
    font-size:.83rem !important;
  }
  .site-header .brand.brand-login-style .ee-logo-text strong{
    font-size:1.04rem !important;
  }
  .site-header .brand.brand-login-style .ee-logo-text em{
    font-size:.45rem !important;
  }
}



/* LOGO MOBILE FIX FINAL */
@media(max-width: 768px){
  .site-header{
    overflow: visible !important;
    padding: 0 !important;
  }

  .site-header .container.nav,
  .site-header .nav{
    height: 118px !important;
    min-height: 118px !important;
    align-items: center !important;
    overflow: visible !important;
    padding-left: 14px !important;
    padding-right: 72px !important;
  }

  .site-header .ee-logo-home-correta,
  .site-header .ee-home-logo-clean,
  .site-header .logo-home-v2-link,
  .site-header .logo-home-final-link,
  .site-header .brand{
    width: 250px !important;
    min-width: 250px !important;
    max-width: 250px !important;
    height: 104px !important;
    flex: 0 0 250px !important;
    display: flex !important;
    align-items: center !important;
    overflow: visible !important;
  }

  .site-header .ee-logo-home-correta img,
  .site-header .ee-home-logo-clean img,
  .site-header .logo-home-v2-img,
  .site-header .logo-home-final-img,
  .site-header .brand img{
    width: 232px !important;
    min-width: 232px !important;
    max-width: 232px !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
  }

  .mobile-menu-toggle{
    top: 35px !important;
    right: 18px !important;
  }
}


/* MENU HAMBURGUER FINAL */
@media(max-width:768px){
  .site-header .nav-links{display:none !important;}
  .site-header .nav-links.is-open{display:flex !important;}
}
