:root{
  color-scheme:dark;
  --bg:#050608;--surface:#0b0d12;--surface-2:#10131b;--surface-3:#151a24;
  --line:#202632;--line-soft:#171c25;--text:#f4f7fb;--muted:#8c96a8;--muted-2:#5f6878;
  --cyan:#55b7ff;--cyan-2:#1f82ff;--purple:#a78bfa;--green:#34d399;--yellow:#facc15;--red:#fb7185;
  --radius:24px;--shadow:0 24px 80px rgba(0,0,0,.38);--sidebar:316px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;min-height:100vh}a{text-decoration:none;color:inherit}.font-mono{font-family:'Fira Code',monospace}.hidden{display:none!important}
::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:#06070a}::-webkit-scrollbar-thumb{background:#242b38;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#334054}
.app-body:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 58% 0%,rgba(85,183,255,.10),transparent 30%),radial-gradient(circle at 100% 30%,rgba(167,139,250,.08),transparent 34%);pointer-events:none;z-index:-1}
.app-main{min-height:100vh}.has-app-shell .app-main{margin-left:var(--sidebar)}.content-frame{width:min(1440px,100%);margin:0 auto;padding:34px 38px 64px}.public-shell .content-frame{width:min(1240px,100%);padding-top:26px}.public-topbar{position:sticky;top:0;z-index:70;height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:0 max(18px,calc((100vw - 1240px)/2));background:rgba(5,6,8,.82);backdrop-filter:blur(16px);border-bottom:1px solid var(--line-soft)}.public-nav{display:flex;align-items:center;gap:10px}.public-nav a{font-size:.88rem;color:#aeb8c8;font-weight:850;border:1px solid transparent;border-radius:999px;padding:10px 14px}.public-nav a:hover{border-color:#253044;background:#0d131d;color:#fff}
.app-sidebar{position:fixed;left:0;top:0;bottom:0;width:var(--sidebar);background:linear-gradient(180deg,rgba(9,11,16,.985),rgba(5,6,8,.985));border-right:1px solid var(--line-soft);padding:22px 18px;display:flex;flex-direction:column;z-index:80}.sidebar-brand-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.sidebar-brand,.mobile-brand{display:flex;align-items:center;gap:12px;min-width:0}.brand-glyph{width:42px;height:42px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff,#a9d6ff);color:#050608;font-weight:950;letter-spacing:-.08em;box-shadow:0 0 34px rgba(85,183,255,.18)}.brand-copy{display:flex;flex-direction:column;line-height:1.05}.brand-copy strong{font-weight:900;letter-spacing:-.03em}.brand-copy small{color:var(--muted-2);font-size:.72rem;margin-top:4px;max-width:210px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-nav{display:grid;gap:6px;align-content:start;overflow:auto;padding-right:4px}.sidebar-label{font-size:.68rem;color:#596171;text-transform:uppercase;letter-spacing:.14em;font-weight:900;margin:18px 8px 7px}.module-label{color:#7c8798;letter-spacing:.08em}.sidebar-link{min-height:42px;border:1px solid transparent;border-radius:13px;color:#a3adbd;display:flex;align-items:center;gap:12px;padding:10px 12px;font-size:.88rem;font-weight:800;transition:.18s ease;text-align:left;background:transparent;width:100%;cursor:pointer}.sidebar-link:hover,.sidebar-link.is-active{background:#111823;border-color:#243247;color:#fff}.lesson-nav-link span{line-height:1.25}.lesson-nav-link.is-locked{opacity:.55}.sidebar-bottom-card{margin-top:auto;border:1px solid var(--line);background:rgba(16,19,27,.74);border-radius:18px;padding:14px;display:grid;gap:10px}.sidebar-bottom-card small{color:var(--muted);line-height:1.45}.sidebar-cta,.sidebar-logout{display:flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;background:#111827;border:1px solid #223044;padding:10px 12px;color:#dbeafe;font-size:.83rem;font-weight:800}.user-chip{display:flex;align-items:center;gap:10px;min-width:0}.avatar-dot{width:38px;height:38px;border-radius:12px;background:#12345a;color:#9bd2ff;display:inline-flex;align-items:center;justify-content:center;font-weight:900}.user-chip-text{min-width:0;display:flex;flex-direction:column}.user-chip-text strong,.user-chip-text small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-chip-text small{font-size:.72rem;color:var(--muted)}.icon-button{width:42px;height:42px;border-radius:13px;border:1px solid var(--line);background:#0e121a;color:#d7dee9;display:inline-flex;align-items:center;justify-content:center}.mobile-shellbar{display:none}.sidebar-overlay{display:none}.sidebar-close{display:none}
.page-shell{display:grid;gap:24px}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;margin-bottom:8px}.eyebrow{color:var(--cyan);font-family:'Fira Code',monospace;font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.page-title{font-size:clamp(2.2rem,4vw,4.8rem);line-height:.95;font-weight:950;letter-spacing:-.06em}.page-subtitle{color:var(--muted);font-size:1.04rem;line-height:1.65;max-width:760px}.panel{background:linear-gradient(180deg,rgba(16,19,27,.92),rgba(10,12,17,.92));border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.panel-soft{background:rgba(13,16,23,.74);border:1px solid var(--line-soft);border-radius:18px}.hero-panel{position:relative;overflow:hidden;padding:34px}.hero-panel:after,.classroom-header:after{content:"";position:absolute;right:-18%;top:-45%;width:520px;height:520px;border-radius:999px;background:radial-gradient(circle,rgba(85,183,255,.16),transparent 68%);pointer-events:none}.hero-panel>*{position:relative;z-index:1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border-radius:13px;padding:11px 16px;font-weight:900;border:1px solid transparent;transition:.18s ease;cursor:pointer}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,#1677ff,#55b7ff);color:#fff;box-shadow:0 16px 35px rgba(31,130,255,.20)}.btn-secondary{background:rgba(167,139,250,.12);color:#ddd6fe;border-color:rgba(167,139,250,.32)}.btn-subtle{background:#101722;color:#d4dcea;border-color:#223044}.btn-danger{background:rgba(251,113,133,.10);color:#fecdd3;border-color:rgba(251,113,133,.28)}.btn-mini{min-height:34px;padding:8px 10px;border-radius:10px;font-size:.78rem}.badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:950;letter-spacing:.03em;border:1px solid var(--line);background:#101722;color:#cbd5e1}.badge-free,.badge-paid{background:rgba(52,211,153,.12);border-color:rgba(52,211,153,.28);color:#86efac}.badge-presale{background:rgba(167,139,250,.13);border-color:rgba(167,139,250,.3);color:#c4b5fd}.badge-locked{background:rgba(148,163,184,.10);border-color:rgba(148,163,184,.20);color:#aab4c2}.badge-warn{background:rgba(250,204,21,.10);border-color:rgba(250,204,21,.25);color:#fde68a}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.metric-card{padding:18px;border-radius:17px;background:#0b0f16;border:1px solid var(--line-soft)}.metric-card small{color:var(--muted-2);display:block;font-weight:800}.metric-card strong{display:block;font-size:2rem;line-height:1;margin-top:10px}.split-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start}.input,.select,textarea,input,select{background:#070a0f;border:1px solid #253042;color:#f8fafc;border-radius:14px;padding:13px 14px;outline:none;width:100%;font:inherit}textarea{min-height:112px;resize:vertical}.input:focus,input:focus,select:focus,textarea:focus{border-color:rgba(85,183,255,.75);box-shadow:0 0 0 4px rgba(85,183,255,.08)}.label,label>span{display:block;color:#aeb8c8;font-size:.82rem;font-weight:850;margin-bottom:7px}.form-grid{display:grid;gap:16px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.alert{border:1px solid rgba(251,113,133,.28);background:rgba(251,113,133,.10);color:#fecdd3;border-radius:14px;padding:12px 14px}.modal{position:fixed;inset:0;background:rgba(0,0,0,.75);backdrop-filter:blur(10px);display:none;align-items:center;justify-content:center;z-index:200;padding:20px}.modal.is-open{display:flex}.course-video-box{overflow:hidden;border-radius:22px;border:1px solid var(--line);background:#000}.course-video-player{display:block;width:100%;max-height:660px;background:#000;aspect-ratio:16/9}.material-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px}.material-card{display:flex;align-items:center;gap:12px;padding:14px;border-radius:15px;background:#0b1018;border:1px solid #1d2634;color:#dbe6f6}.material-card:hover{border-color:#315a85;background:#0f1622}.timeline{display:grid;gap:14px}.right-rail{position:sticky;top:28px;display:grid;gap:16px}.quick-card{padding:18px}.quick-card h3{font-size:1rem;font-weight:950;margin-bottom:8px}.quick-card p{color:var(--muted);font-size:.88rem;line-height:1.5}.checkout-grid{display:grid;grid-template-columns:420px minmax(0,1fr);gap:26px;align-items:start}.payment-tabs{display:grid;grid-template-columns:1fr 1fr;gap:12px}.payment-tab{border:1px solid #253042;background:#080c12;border-radius:17px;padding:16px;cursor:pointer}.payment-tab.is-active{border-color:#55b7ff;background:rgba(85,183,255,.09)}.success-box{border:1px solid rgba(52,211,153,.30);background:rgba(52,211,153,.10);color:#bbf7d0;border-radius:18px;padding:18px}.chat-bubble-user,.chat-bubble-model{max-width:86%;border-radius:18px;padding:13px 15px;line-height:1.55}.chat-bubble-user{margin-left:auto;background:#123a63;color:#eaf5ff}.chat-bubble-model{background:#111823;border:1px solid #223044;color:#dbe6f3}.sales-chat-fab{position:fixed;right:24px;bottom:24px;z-index:70}.sales-window{position:fixed;right:24px;bottom:82px;width:360px;max-width:calc(100vw - 32px);z-index:70}.premium-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.premium-card{padding:22px;border-radius:22px;background:linear-gradient(180deg,#111722,#0a0d13);border:1px solid var(--line);min-height:190px}.premium-card .icon{width:52px;height:52px;border-radius:16px;background:#0b1320;border:1px solid #223044;display:flex;align-items:center;justify-content:center;color:var(--cyan);margin-bottom:20px}.section-title{font-size:clamp(1.5rem,2vw,2.4rem);font-weight:950;letter-spacing:-.04em}.kicker{display:inline-flex;gap:8px;align-items:center;border:1px solid rgba(85,183,255,.22);background:rgba(85,183,255,.08);color:#9bd2ff;border-radius:999px;padding:7px 12px;font-size:.75rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.mobile-login{font-weight:900;color:#9bd2ff}
.classroom-shell{display:grid;gap:22px}.classroom-header{position:relative;overflow:hidden;padding:26px 28px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.classroom-header>*{position:relative;z-index:1}.classroom-header h1{font-size:clamp(1.8rem,3vw,3.4rem);font-weight:950;letter-spacing:-.06em;line-height:.95;margin-top:14px}.classroom-header p{color:var(--muted);max-width:760px;line-height:1.6;margin-top:12px}.classroom-status{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;align-items:center}.lesson-stage{padding:22px}.stage-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid #1a202b;padding-bottom:18px;margin-bottom:18px}.stage-topline h2{font-size:clamp(1.4rem,2vw,2.25rem);font-weight:950;letter-spacing:-.04em}.metric-strip{border:1px solid #253044;background:#0b1018;border-radius:999px;padding:10px 14px;color:#a9d6ff;font-weight:900;white-space:nowrap}.lesson-panel{display:none}.lesson-panel.is-active{display:block}.lesson-video-frame{border:1px solid #172033;background:#000;border-radius:24px;overflow:hidden;min-height:420px;display:flex;align-items:center;justify-content:center}.external-video-card,.locked-video-card{min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px;color:#dbe6f3}.external-video-card h3,.locked-video-card h3{font-size:1.5rem;font-weight:950;margin-top:18px}.external-video-card p,.locked-video-card p{max-width:520px;color:var(--muted);line-height:1.55;margin:10px 0 20px}.lesson-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;margin-top:18px}.lesson-copy,.lesson-materials{border:1px solid var(--line-soft);border-radius:20px;background:#0b0f16;padding:20px}.lesson-copy h3{font-size:1.45rem;font-weight:950}.lesson-copy p{color:var(--muted);line-height:1.65;margin-top:10px}.material-list-vertical{display:grid;gap:10px;margin-top:12px}.material-list-vertical .material-card small{display:block;text-transform:uppercase;color:var(--muted-2);font-size:.72rem;margin-top:2px}.student-tools-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.empty-classroom{padding:36px}.lesson-row{border:1px solid var(--line);background:#0b0e14;border-radius:20px;padding:18px;display:grid;gap:16px}.lesson-row.locked{opacity:.78}.lesson-top{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.lesson-title{font-size:1.1rem;font-weight:900}
@media(max-width:1180px){.split-grid,.checkout-grid,.lesson-content-grid{grid-template-columns:1fr}.right-rail{position:static}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.student-tools-grid{grid-template-columns:1fr}.lesson-video-frame,.external-video-card,.locked-video-card{min-height:320px}}
@media(max-width:860px){:root{--sidebar:286px}.public-topbar{height:auto;padding:14px 16px;align-items:flex-start}.public-nav{gap:4px;flex-wrap:wrap;justify-content:flex-end}.public-nav a{font-size:.78rem;padding:8px 10px}.mobile-shellbar{height:64px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;border-bottom:1px solid var(--line-soft);background:rgba(5,6,8,.92);backdrop-filter:blur(12px);position:sticky;top:0;z-index:90}.mobile-brand{font-weight:950}.mobile-brand .brand-glyph{width:36px;height:36px;border-radius:11px}.has-app-shell .app-main{margin-left:0}.content-frame{padding:22px 16px 52px}.public-shell .content-frame{padding-top:18px}.app-sidebar{transform:translateX(-110%);transition:transform .22s ease;box-shadow:36px 0 80px rgba(0,0,0,.55)}.app-sidebar.is-open{transform:translateX(0)}.sidebar-overlay.is-open{display:block;position:fixed;inset:0;background:rgba(0,0,0,.66);backdrop-filter:blur(4px);z-index:75}.sidebar-close{display:inline-flex}.page-header,.classroom-header,.stage-topline{flex-direction:column}.classroom-status{justify-content:flex-start}.form-grid.two,.form-grid.three{grid-template-columns:1fr}.lesson-top{flex-direction:column}.page-title{font-size:2.5rem}.hero-panel{padding:24px}.lesson-stage{padding:14px}.lesson-video-frame,.external-video-card,.locked-video-card{min-height:240px}.lesson-copy,.lesson-materials{padding:16px}.sales-chat-fab{right:14px;bottom:14px}.sales-window{right:14px;bottom:74px}.chat-bubble-user,.chat-bubble-model{max-width:95%}}

/* Home comercial do curso: segue base_course.html, rotas course e classes premium existentes */
.course-home-shell{gap:26px}.course-sales-hero{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:28px;align-items:stretch;padding:34px;position:relative;overflow:hidden}.course-sales-hero:after{content:"";position:absolute;right:-160px;top:-220px;width:560px;height:560px;border-radius:999px;background:radial-gradient(circle,rgba(85,183,255,.18),transparent 68%);pointer-events:none}.course-sales-hero>*{position:relative;z-index:1}.course-hero-copy{max-width:880px}.course-hero-description{max-width:760px;color:#aeb8c8;font-size:1.03rem;line-height:1.65}.course-offer-stack{display:grid;gap:16px}.course-price-card,.course-price-mini,.price-box{border:1px solid rgba(85,183,255,.24);background:linear-gradient(180deg,rgba(85,183,255,.10),rgba(10,14,21,.84));border-radius:22px;padding:20px}.course-price-card{max-width:430px}.course-price-card span,.course-price-mini span,.price-box span{display:block;color:#9bd2ff;font-weight:950;text-transform:uppercase;letter-spacing:.08em;font-size:.74rem}.course-price-card strong,.price-box strong{display:block;font-size:clamp(2rem,4vw,3.6rem);line-height:1;font-weight:950;letter-spacing:-.06em;margin-top:10px}.course-price-card small,.price-box small{display:block;color:#94a3b8;margin-top:10px;font-weight:750}.course-price-mini{min-width:220px;text-align:right}.course-price-mini strong{display:block;font-size:1.65rem;font-weight:950;margin-top:6px}.offer-step{display:grid;gap:3px;border-top:1px solid #1c2634;padding-top:14px;margin-top:14px}.offer-step:first-of-type{border-top:0;padding-top:0}.offer-step strong{color:#f8fafc}.offer-step span{color:#94a3b8;font-size:.9rem;line-height:1.45}.curriculum-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.curriculum-module{border:1px solid var(--line);background:linear-gradient(180deg,#101722,#080b10);border-radius:22px;padding:22px;min-height:260px}.curriculum-module span{display:inline-flex;border:1px solid rgba(85,183,255,.25);background:rgba(85,183,255,.08);color:#9bd2ff;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.curriculum-module h3{font-size:1.15rem;font-weight:950;margin-top:16px}.curriculum-module p{color:#94a3b8;font-size:.92rem;line-height:1.55;margin-top:8px}.curriculum-module ol{display:grid;gap:8px;margin-top:16px;color:#dbe6f3;font-size:.92rem;counter-reset:item}.curriculum-module li{display:flex;gap:8px;align-items:flex-start}.curriculum-module li:before{counter-increment:item;content:counter(item,decimal-leading-zero);color:#55b7ff;font-size:.72rem;font-weight:950;margin-top:2px}.pricing-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:center}.included-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.included-list span{display:flex;align-items:center;gap:10px;border:1px solid var(--line-soft);background:#0b1018;border-radius:15px;padding:13px 14px;color:#dbe6f3;font-weight:800}.included-list i{width:18px;height:18px;color:#86efac}.price-box{text-align:center}.mentorship-section{border-color:rgba(167,139,250,.26);background:linear-gradient(180deg,rgba(167,139,250,.05),rgba(10,12,17,.92))}.mentorship-card{border-color:rgba(167,139,250,.24)}.comparison-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.faq-grid details{border:1px solid var(--line-soft);background:#0b1018;border-radius:18px;padding:18px}.faq-grid summary{cursor:pointer;font-weight:950;color:#f8fafc}.faq-grid p{color:#94a3b8;line-height:1.55;margin-top:10px}.final-cta{text-align:center;background:linear-gradient(135deg,rgba(22,119,255,.12),rgba(167,139,250,.08),rgba(10,12,17,.92))}
@media(max-width:1180px){.course-sales-hero,.pricing-layout{grid-template-columns:1fr}.course-offer-stack{grid-template-columns:1fr 1fr}.curriculum-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.course-price-mini{text-align:left}}
@media(max-width:860px){.course-sales-hero{padding:24px}.course-offer-stack,.curriculum-grid,.included-list,.comparison-grid,.faq-grid{grid-template-columns:1fr}.course-price-card strong,.price-box strong{font-size:2.45rem}.pricing-layout{gap:18px}.public-nav a[href="/#valor"]{display:none}}

/* Home pública de produção */
.production-home{gap:28px}.production-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:34px;padding:clamp(26px,4vw,52px);align-items:center}.production-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 0 0,rgba(31,130,255,.16),transparent 36%),radial-gradient(circle at 100% 0,rgba(167,139,250,.14),transparent 38%);pointer-events:none}.production-hero>*{position:relative;z-index:1}.production-hero h1{font-size:clamp(2.65rem,5.6vw,5.4rem);line-height:.94;letter-spacing:-.07em;font-weight:950;max-width:900px;margin:20px 0 0}.production-lead{max-width:780px;color:#aeb8c8;font-size:clamp(1rem,1.5vw,1.18rem);line-height:1.68;margin:22px 0 0}.production-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.production-trust-row{display:flex;flex-wrap:wrap;gap:13px 20px;margin-top:25px;color:#c7d0dc;font-size:.86rem;font-weight:800}.production-trust-row span{display:flex;align-items:center;gap:7px}.production-trust-row svg{width:17px;color:#34d399}.production-video-card{border:1px solid var(--line);background:rgba(7,10,15,.72);border-radius:24px;padding:12px;box-shadow:0 28px 90px rgba(0,0,0,.4)}.production-video-frame{aspect-ratio:16/9;border-radius:17px;overflow:hidden;background:#000}.production-video-frame iframe{width:100%;height:100%;border:0}.production-video-copy{display:grid;gap:4px;padding:15px 8px 6px}.production-video-copy strong{font-weight:950}.production-video-copy span{font-size:.84rem;color:var(--muted);line-height:1.45}.production-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.production-benefits article{display:flex;align-items:flex-start;gap:15px;padding:20px;border:1px solid var(--line);background:linear-gradient(180deg,#10151e,#0a0d13);border-radius:20px}.production-benefits svg{width:28px;height:28px;color:var(--cyan);flex:0 0 auto}.production-benefits strong{display:block;font-weight:950;margin-bottom:5px}.production-benefits span{display:block;color:var(--muted);font-size:.88rem;line-height:1.5}.production-section{display:grid;gap:20px;padding:10px 0}.production-section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px}.production-section-heading h2,.production-lead-copy h2,.production-faq h2,.production-final-cta h2{font-size:clamp(1.75rem,3vw,3rem);font-weight:950;letter-spacing:-.05em;line-height:1.05;margin:10px 0 0}.production-section-heading p,.production-lead-copy>p,.production-final-cta p{color:var(--muted);line-height:1.65;max-width:760px;margin:12px 0 0}.production-course-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:18px}.production-course-card{padding:24px;display:flex;flex-direction:column;min-height:390px}.production-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}.production-meta{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:.8rem;font-weight:850}.production-meta svg{width:15px}.production-course-card h3,.production-mentorship-card h3{font-size:1.45rem;font-weight:950;letter-spacing:-.035em;line-height:1.15;margin:20px 0 0}.production-course-card>p,.production-mentorship-card p{color:var(--muted);line-height:1.58;margin:12px 0 0}.production-price{margin-top:auto;padding-top:24px}.production-price small{display:block;color:var(--muted-2);font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.production-price strong{display:block;font-size:clamp(1.75rem,3vw,2.45rem);line-height:1;font-weight:950;letter-spacing:-.055em;margin-top:7px}.production-card-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.production-course-placeholder{max-width:590px}.production-lead-section{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:34px;padding:clamp(26px,4vw,46px);align-items:center;background:linear-gradient(135deg,rgba(31,130,255,.1),rgba(10,12,17,.94) 48%,rgba(167,139,250,.08))}.production-check-list{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:12px}.production-check-list li{display:flex;align-items:center;gap:10px;color:#dbe6f3;font-weight:800}.production-check-list svg{width:18px;color:#34d399}.production-form-card{padding:24px;border-radius:22px;border:1px solid var(--line);background:rgba(5,8,13,.78)}.production-form-card h3{font-size:1.45rem;font-weight:950}.production-form-card>p{color:var(--muted);font-size:.88rem;margin:6px 0 20px}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:var(--muted);cursor:pointer;padding:5px}.password-toggle svg{width:18px}.production-login-note{text-align:center;color:var(--muted-2);font-size:.82rem;margin-top:16px}.production-login-note a{color:#9bd2ff;font-weight:900}.production-mentorship-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:16px}.production-mentorship-card{padding:22px;display:flex;flex-direction:column;min-height:340px;border-color:rgba(167,139,250,.22)}.production-mentorship-card .btn{margin-top:20px}.production-faq{display:grid;grid-template-columns:340px minmax(0,1fr);gap:34px;padding:clamp(26px,4vw,42px);align-items:start}.production-faq .faq-grid{grid-template-columns:1fr}.production-final-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:clamp(28px,4vw,46px);background:linear-gradient(135deg,rgba(31,130,255,.12),rgba(167,139,250,.08),rgba(10,12,17,.95))}.production-final-cta .btn{flex:0 0 auto}
@media(max-width:1050px){.production-hero,.production-lead-section,.production-faq{grid-template-columns:1fr}.production-video-card{max-width:760px}.production-benefits{grid-template-columns:1fr}.production-final-cta{align-items:flex-start;flex-direction:column}.production-lead-section{gap:24px}.production-form-card{max-width:620px}}
@media(max-width:720px){.production-hero{padding:24px}.production-hero h1{font-size:2.65rem}.production-section-heading{align-items:flex-start;flex-direction:column}.production-course-grid{grid-template-columns:1fr}.production-course-card{min-height:0}.production-lead-section,.production-faq{padding:24px}.production-form-card{padding:18px}.production-card-actions>*{width:100%}.production-final-cta{padding:26px}.production-final-cta .btn{width:100%}.production-trust-row{display:grid}.public-topbar .public-nav{display:none}}



/* Home pública — identidade visual alinhada ao suporte */
:root{--mouse-x:50%;--mouse-y:18%;--tilt-x:0deg;--tilt-y:0deg}
.app-body{position:relative;background:#02040b}
.course-interactive-bg{position:fixed;inset:0;z-index:-2;pointer-events:none;background:radial-gradient(circle at 76% 0%,rgba(88,28,135,.33),transparent 30rem),radial-gradient(circle at 18% 8%,rgba(14,165,233,.24),transparent 28rem),radial-gradient(circle at var(--mouse-x) var(--mouse-y),rgba(56,189,248,.16),transparent 18rem),linear-gradient(180deg,#030712 0%,#02040b 48%,#000 100%)}
.course-interactive-bg:before{content:"";position:absolute;inset:-5rem;opacity:.18;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(circle at 50% 0%,black 0%,transparent 72%)}
.course-interactive-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.9),transparent 22%,transparent 78%,rgba(0,0,0,.85))}
.course-noise{position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.045;background-image:radial-gradient(circle,#fff 1px,transparent 1px);background-size:7px 7px}
.public-topbar{background:rgba(2,4,11,.72);border-bottom:1px solid rgba(255,255,255,.08)}
.course-public-brand{display:flex;align-items:center;gap:1rem;color:#fff;text-decoration:none;min-width:0}
.course-brand-name{font-size:1.35rem;font-weight:950;letter-spacing:-.055em;white-space:nowrap}
.course-brand-name strong{color:#22d3ee;font-weight:950}
.course-public-brand small{color:#c4b5fd;font-size:.76rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase;padding-left:1rem;border-left:1px solid rgba(148,163,184,.22)}
.production-hero{display:block!important;padding:clamp(1.4rem,3vw,2.5rem)!important;overflow:hidden}
.production-hero-copy{max-width:920px;margin:0 auto;text-align:center}
.production-hero-copy h1{max-width:900px;margin:.8rem auto 0}
.production-hero-lead{max-width:760px;margin:1.1rem auto 0;color:var(--muted);font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.65}
.production-hero-actions{justify-content:center;margin-top:1.45rem}
.production-hero-media{width:min(100%,980px);margin:2rem auto 0}
.production-video-frame{width:100%;aspect-ratio:16/9;border-radius:1.35rem;overflow:hidden;border:1px solid rgba(255,255,255,.14);background:#000;box-shadow:0 28px 90px rgba(0,0,0,.48)}
.production-video-frame iframe{width:100%;height:100%;display:block;border:0}
.production-video-copy{display:flex;flex-direction:column;gap:.35rem;text-align:left;padding:1rem .2rem 0}
.production-video-copy strong{color:#fff;font-size:1rem;font-weight:950}
.production-video-copy span{color:#9ca8ba;font-size:.9rem;line-height:1.55}
@media(max-width:760px){.course-public-brand small{display:none}.course-brand-name{font-size:1.12rem}.production-hero{padding:1.15rem!important}.production-hero-media{margin-top:1.4rem}.production-video-frame{border-radius:1rem}.production-video-copy{text-align:center}}
@media(prefers-reduced-motion:reduce){.course-interactive-bg{background:radial-gradient(circle at 76% 0%,rgba(88,28,135,.3),transparent 30rem),radial-gradient(circle at 18% 8%,rgba(14,165,233,.22),transparent 28rem),linear-gradient(180deg,#030712 0%,#02040b 48%,#000 100%)}}


/* Home de produção: marca oficial e formulário de cadastro */
.course-public-brand{gap:.85rem}
.course-brand-mark{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.course-brand-photo{display:block;width:100%;height:100%;object-fit:contain}
.course-brand-copy{display:flex;align-items:center;gap:1rem;min-width:0}
.course-brand-copy small{color:#c4b5fd;font-size:.76rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase;padding-left:1rem;border-left:1px solid rgba(148,163,184,.22);white-space:nowrap}
.production-form-card{padding:clamp(24px,3vw,34px);min-width:0}
.production-form-card>p{margin-bottom:22px}
.production-signup-form{gap:20px}
.production-signup-form .form-field{display:block;margin:0}
.production-signup-form .form-field>span{font-size:.84rem;margin-bottom:9px;color:#d7dee9}
.production-signup-form input{min-height:54px;padding:15px 16px;font-size:.96rem;line-height:1.2}
.production-signup-form .relative input{padding-right:50px}
.field-hint{display:block;color:#687386;font-size:.74rem;line-height:1.4;margin-top:7px}
.google-auth-button{min-height:54px;width:100%;display:flex;align-items:center;justify-content:center;gap:12px;border-radius:14px;border:1px solid #d8dde6;background:#fff;color:#151922;font-weight:900;font-size:.93rem;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;margin-bottom:18px}
.google-auth-button:hover{transform:translateY(-1px);background:#f7f8fa;box-shadow:0 14px 30px rgba(0,0,0,.22)}
.google-auth-button svg{width:21px;height:21px;flex:0 0 auto}
.auth-divider{display:flex;align-items:center;gap:12px;margin:0 0 20px;color:#697487;font-size:.7rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}
.auth-divider:before,.auth-divider:after{content:"";height:1px;background:#242b38;flex:1}
.password-strength{display:grid;gap:7px;margin-top:8px}
.password-strength-bar{height:5px;border-radius:999px;background:#202632;overflow:hidden}
.password-strength-bar i{display:block;height:100%;width:0;border-radius:inherit;background:#fb7185;transition:width .2s ease,background .2s ease}
.password-strength small{color:#798496;font-size:.73rem;line-height:1.35}
.production-submit{min-height:54px;margin-top:2px}
.production-signup-form input.is-invalid{border-color:rgba(251,113,133,.8);box-shadow:0 0 0 4px rgba(251,113,133,.1)}
.production-signup-form input.is-valid{border-color:rgba(52,211,153,.48)}
@media(max-width:760px){.course-brand-mark{width:36px;height:36px}.course-brand-copy{gap:.65rem}.course-brand-copy small{display:none}.production-form-card{padding:22px}.production-signup-form{gap:18px}.auth-divider{white-space:normal;text-align:center}}

/* Complementos da captura de lead */
.production-lead-copy{align-self:stretch;display:flex;flex-direction:column}
.production-lead-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:auto;padding-top:28px}
.production-lead-cards article{min-height:126px;padding:16px;border:1px solid rgba(148,163,184,.16);border-radius:18px;background:linear-gradient(180deg,rgba(16,23,34,.88),rgba(7,10,15,.76));display:flex;flex-direction:column;gap:13px;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}
.production-lead-cards article>span{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:13px;border:1px solid rgba(85,183,255,.24);background:rgba(85,183,255,.09);color:var(--cyan)}
.production-lead-cards svg{width:20px;height:20px}
.production-lead-cards strong{display:block;font-size:.88rem;font-weight:950;color:#f8fafc}
.production-lead-cards small{display:block;margin-top:5px;color:var(--muted);font-size:.75rem;line-height:1.4}
@media(max-width:1050px){.production-lead-cards{display:none}}

/* Currículo do curso carregado do banco — prévia expansível */
.production-course-curriculum{position:relative;margin-top:20px;border:1px solid var(--line-soft);border-radius:20px;background:#0b1018;overflow:hidden}
.course-curriculum-viewport{position:relative;max-height:430px;overflow:hidden;transition:max-height .55s cubic-bezier(.2,.8,.2,1)}
.course-curriculum-viewport:after{content:"";position:absolute;left:0;right:0;bottom:0;height:190px;pointer-events:none;background:linear-gradient(180deg,rgba(11,16,24,0),rgba(11,16,24,.72) 46%,#0b1018 92%);transition:opacity .25s ease}
.production-course-curriculum.is-expanded .course-curriculum-viewport{max-height:none;overflow:visible}
.production-course-curriculum.is-expanded .course-curriculum-viewport:after{opacity:0}
.course-curriculum-content{padding:18px 18px 86px;display:grid;gap:16px}
.production-course-curriculum.is-expanded .course-curriculum-content{padding-bottom:24px}
.course-curriculum-reveal{position:absolute;z-index:3;left:0;right:0;bottom:0;display:flex;justify-content:center;padding:42px 18px 18px;background:linear-gradient(180deg,rgba(11,16,24,0),#0b1018 58%)}
.production-course-curriculum.is-expanded .course-curriculum-reveal{position:relative;padding:8px 18px 20px;background:#0b1018}
.course-curriculum-toggle{min-width:220px;border-color:rgba(85,183,255,.32);background:linear-gradient(135deg,rgba(22,119,255,.2),rgba(85,183,255,.1));color:#eaf5ff;box-shadow:0 14px 34px rgba(0,0,0,.28)}
.course-curriculum-toggle:hover{border-color:rgba(85,183,255,.55);background:linear-gradient(135deg,rgba(22,119,255,.3),rgba(85,183,255,.16))}
.course-curriculum-toggle svg{width:18px;height:18px;color:var(--cyan)}
.course-curriculum-content .curriculum-intro{color:#aeb8c8;line-height:1.65;margin:0}
.course-curriculum-content .curriculum-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.course-curriculum-content .curriculum-module{min-height:0;padding:20px}
.course-curriculum-content .module-objective{color:#aeb8c8;line-height:1.55;margin:10px 0 0}
.course-curriculum-content .curriculum-lessons{display:grid;gap:12px;margin-top:18px}
.course-curriculum-content .curriculum-lesson{border-top:1px solid #1c2634;padding-top:12px}
.course-curriculum-content .curriculum-lesson:first-child{border-top:0;padding-top:0}
.course-curriculum-content .curriculum-lesson h4{margin:0;color:#f8fafc;font-size:.98rem;line-height:1.45;font-weight:900}
.course-curriculum-content .curriculum-lesson ul{margin:10px 0 0;padding-left:18px;color:#aeb8c8;font-size:.88rem;line-height:1.55}
.course-curriculum-content .curriculum-lesson li+li{margin-top:5px}
.course-curriculum-content .lesson-material{margin-top:11px;padding:10px 12px;border:1px solid rgba(85,183,255,.18);background:rgba(85,183,255,.06);border-radius:12px;color:#c7d8eb;font-size:.84rem;line-height:1.5}
.course-curriculum-content .lesson-material strong{color:#9bd2ff}
.course-curriculum-content .module-notebook{margin-top:16px;padding:12px 14px;border-radius:14px;border:1px solid rgba(167,139,250,.24);background:rgba(167,139,250,.08);color:#d8d1f7;font-size:.86rem;line-height:1.5}
.course-curriculum-content .module-notebook strong{color:#c4b5fd}
@media(max-width:1050px){.course-curriculum-content .curriculum-grid{grid-template-columns:1fr}.course-curriculum-viewport{max-height:520px}}
@media(max-width:720px){.course-curriculum-content{padding:14px 14px 84px}.course-curriculum-content .curriculum-module{padding:16px}.course-curriculum-viewport{max-height:470px}.course-curriculum-viewport:after{height:170px}.course-curriculum-toggle{width:100%;min-width:0}}



/* ==========================================================================
   HOME — PREÇOS, CONTATO, FOOTER E PÁGINAS LEGAIS
   ========================================================================== */
.production-price-comparison{display:grid;gap:12px}
.production-normal-price{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-bottom:10px;border-bottom:1px solid var(--line-soft)}
.production-normal-price small,.production-regular-price small,.production-presale-price small{display:block;color:var(--muted-2);font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.09em}
.production-normal-price del{color:#7d8999;font-size:1.05rem;font-weight:850;text-decoration-thickness:2px;text-decoration-color:#fb7185}
.production-presale-price strong{display:block;margin-top:6px;color:#fff;font-size:clamp(2.1rem,3.7vw,3.1rem);line-height:.94;font-weight:950;letter-spacing:-.06em}
.production-presale-price>span{display:inline-flex;margin-top:10px;padding:6px 9px;border:1px solid rgba(52,211,153,.28);border-radius:999px;background:rgba(52,211,153,.09);color:#88e7bc;font-size:.67rem;font-weight:900}
.production-regular-price strong{display:block;margin-top:7px;font-size:clamp(1.85rem,3vw,2.5rem);line-height:1;font-weight:950;letter-spacing:-.055em}
.production-free-class-note{display:flex;align-items:center;gap:11px;margin-top:18px;padding:12px 13px;border:1px solid rgba(85,183,255,.22);border-radius:14px;background:rgba(19,73,114,.09)}
.production-free-class-note>svg{width:20px;color:#65beff;flex:0 0 auto}
.production-free-class-note>span{display:grid}
.production-free-class-note strong{font-size:.76rem}
.production-free-class-note small{margin-top:3px;color:#6f7e91;font-size:.65rem}
.production-card-actions .btn{width:100%}

.production-contact{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);gap:34px;padding:clamp(26px,4vw,46px);align-items:start;background:linear-gradient(135deg,rgba(31,130,255,.08),rgba(10,12,17,.96) 48%,rgba(167,139,250,.07))}
.production-contact-copy h2{margin-top:10px;font-size:clamp(1.8rem,3vw,3.1rem);font-weight:950;letter-spacing:-.052em;line-height:1.04}
.production-contact-copy>p{max-width:650px;margin-top:13px;color:var(--muted);line-height:1.62}
.production-contact-points{display:grid;gap:10px;margin-top:25px}
.production-contact-points article{display:flex;align-items:flex-start;gap:11px;padding:13px;border:1px solid var(--line-soft);border-radius:14px;background:#0a1018}
.production-contact-points article>svg{width:20px;color:#61bcff;flex:0 0 auto}
.production-contact-points article>span{display:grid}
.production-contact-points strong{font-size:.78rem}
.production-contact-points small{margin-top:4px;color:#6d7b8f;font-size:.68rem}
.production-contact-form{display:grid;gap:16px;padding:22px;border:1px solid var(--line);border-radius:20px;background:rgba(5,8,13,.8)}
.production-contact-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.production-contact-form textarea{min-height:155px;resize:vertical}
.production-privacy-check{display:flex;align-items:flex-start;gap:9px;color:#778599;font-size:.7rem;line-height:1.45}
.production-privacy-check input{margin-top:2px}
.production-privacy-check a{color:#8fd2ff;font-weight:850}
.production-contact-submit{min-height:50px}
.production-contact-submit:disabled{opacity:.65;cursor:wait}
.production-contact-alert{padding:12px 14px;border-radius:13px;font-size:.74rem;line-height:1.45}
.production-contact-alert.is-success{border:1px solid rgba(52,211,153,.3);background:rgba(6,78,59,.18);color:#a7f3d0}
.production-contact-alert.is-error{border:1px solid rgba(251,113,133,.3);background:rgba(127,29,29,.17);color:#fecdd3}

.production-footer{display:grid;grid-template-columns:auto minmax(220px,1fr);gap:18px 34px;align-items:center;padding:28px 6px 4px;border-top:1px solid var(--line-soft)}
.production-footer-brand{display:flex;align-items:center;gap:11px}
.production-footer-brand img{width:46px;height:46px;object-fit:contain}
.production-footer-brand>span{display:grid}
.production-footer-brand strong{font-size:.85rem}
.production-footer-brand small{margin-top:2px;color:#67758a;font-size:.65rem}
.production-footer>p{color:#748195;font-size:.75rem;line-height:1.5}
.production-footer nav{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:8px 17px}
.production-footer nav a{color:#8d9bad;font-size:.72rem;font-weight:800}
.production-footer nav a:hover{color:#fff}
.production-footer>small{grid-column:1/-1;color:#526075;font-size:.64rem}

.course-legal-shell{display:grid;gap:20px}
.course-legal-hero{padding:clamp(28px,4vw,48px)}
.course-legal-back{display:inline-flex;align-items:center;gap:7px;margin-bottom:23px;color:#8fcfff;font-size:.74rem;font-weight:850}
.course-legal-back svg{width:17px}
.course-legal-hero h1{margin-top:11px;font-size:clamp(2.5rem,5vw,5rem);line-height:.96;letter-spacing:-.065em;font-weight:950}
.course-legal-hero p{max-width:760px;margin-top:14px;color:#8997aa;line-height:1.65}
.course-legal-hero>small{display:block;margin-top:16px;color:#5f6d81;font-size:.68rem}
.course-legal-content{display:grid;gap:0;padding:clamp(24px,4vw,46px)}
.course-legal-content section{padding:22px 0;border-top:1px solid var(--line-soft)}
.course-legal-content section:first-child{padding-top:0;border-top:0}
.course-legal-content h2{font-size:1.08rem;font-weight:950}
.course-legal-content p{max-width:950px;margin-top:9px;color:#8795a8;font-size:.82rem;line-height:1.75}
.course-legal-footer{display:flex;flex-wrap:wrap;gap:10px 18px;padding:5px 4px 20px}
.course-legal-footer a{color:#87cfff;font-size:.72rem;font-weight:850}

@media(max-width:900px){
  .production-contact{grid-template-columns:1fr}
}
@media(max-width:620px){
  .production-contact-row{grid-template-columns:1fr}
  .production-footer{grid-template-columns:1fr}
  .production-footer nav,.production-footer>small{grid-column:auto}
}


/* Formulário público com o mesmo padrão dimensional do cadastro */
.production-contact-form .form-field{display:block;margin:0}
.production-contact-form .form-field>span{display:block;margin-bottom:9px;color:#d7dee9;font-size:.84rem}
.production-contact-form input{min-height:54px;padding:15px 16px;font-size:.96rem;line-height:1.2}
.production-contact-form textarea{min-height:190px;padding:15px 16px;font-size:.96rem;line-height:1.55}
.production-contact-form .field-hint{margin-top:7px}
.production-contact-form .production-contact-row{align-items:start}
.production-contact-form .production-contact-row .form-field{min-width:0}
.production-contact-form .production-privacy-check input{width:18px;height:18px;min-height:0;padding:0;flex:0 0 auto}

/* Consentimento de cookies da home */
.course-cookie-consent{position:fixed;right:22px;bottom:22px;z-index:180;width:min(430px,calc(100vw - 28px));display:grid;grid-template-columns:44px minmax(0,1fr);gap:13px;padding:18px;border:1px solid #2a3e55;border-radius:19px;background:rgba(8,13,21,.96);backdrop-filter:blur(18px);box-shadow:0 28px 85px rgba(0,0,0,.6);opacity:0;transform:translateY(16px);transition:opacity .22s ease,transform .22s ease}
.course-cookie-consent[hidden]{display:none}
.course-cookie-consent.is-visible{opacity:1;transform:translateY(0)}
.course-cookie-close{position:absolute;right:10px;top:10px;width:32px;height:32px;display:grid;place-items:center;border:1px solid #29384a;border-radius:10px;background:#0c131d;color:#758499;cursor:pointer}
.course-cookie-close:hover{color:#fff;border-color:#466886}
.course-cookie-close svg{width:15px}
.course-cookie-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:#10253a;color:#66bfff}
.course-cookie-icon svg{width:21px}
.course-cookie-copy{display:grid;padding-right:24px}
.course-cookie-copy strong{font-size:.86rem}
.course-cookie-copy p{margin-top:7px;color:#7c8a9e;font-size:.71rem;line-height:1.52}
.course-cookie-copy a{margin-top:8px;color:#8fd2ff;font-size:.68rem;font-weight:850}
.course-cookie-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:9px}
.course-cookie-actions .btn{min-height:42px;padding:9px 11px;font-size:.68rem}
@media(max-width:560px){
  .course-cookie-consent{right:14px;bottom:14px}
  .course-cookie-actions{grid-template-columns:1fr}
}


/* Destaque de parcelamento e economia na home */
.production-presale-price em,
.production-regular-price em{
  display:block;
  margin-top:7px;
  color:#9fd7ff;
  font-size:.73rem;
  font-style:normal;
  font-weight:900;
}
.production-savings-badge{
  display:inline-flex!important;
  align-items:center;
  gap:7px;
  margin-top:12px!important;
  padding:8px 11px!important;
  border:1px solid rgba(52,211,153,.42)!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,rgba(16,185,129,.2),rgba(6,78,59,.2))!important;
  color:#b7f7d9!important;
  box-shadow:0 10px 28px rgba(16,185,129,.12);
  font-size:.74rem!important;
  font-weight:950!important;
  letter-spacing:.01em;
}
.production-savings-badge svg{
  width:16px;
  height:16px;
  color:#6ee7b7;
}
