*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--laranja:#e8610a;--laranja-escuro:#ba4a07;--laranja-claro:#fef0e8;--azul:#1b4f72;--azul-escuro:#08111d;--azul-claro:#eaf4fb;--areia:#f7f4f0;--areia-escura:#ede9e3;--texto:#1a1a2e;--texto-medio:#555563;--texto-claro:#888898;--verde:#3b6d11;--verde-claro:#eaf3de;--borda:#e0ddd8}.landing-page-wrapper{background:transparent;position:relative;overflow-x:clip;width:100%}.mgm-bg{top:0;left:0;width:100%;height:100%;background:#fff;z-index:-1;overflow:hidden}.blob,.mgm-bg{position:absolute}.blob{width:70vw;height:70vw;border-radius:50%;filter:blur(120px);opacity:.35;mix-blend-mode:multiply;animation:float-mgm 25s ease-in-out infinite alternate;pointer-events:none}.blob-gold{background:radial-gradient(circle,#e6c27a 0,hsla(40,68%,69%,0) 70%);top:-15%;left:-15%}.blob-soft{background:radial-gradient(circle,#d1d1d1 0,hsla(0,0%,82%,0) 70%);bottom:-10%;right:-5%;animation-delay:-5s}@keyframes float-mgm{0%{transform:translate(0) scale(1)}33%{transform:translate(12%,18%) scale(1.15)}66%{transform:translate(-8%,22%) scale(.9)}to{transform:translate(6%,-6%) scale(1.08)}}html{scroll-behavior:smooth;width:100%;max-width:100vw;position:relative}body{font-family:Plus Jakarta Sans,sans-serif;background:var(--areia);color:var(--texto);line-height:1.6}nav{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .5s cubic-bezier(.165,.84,.44,1);height:100px;display:flex;align-items:center;justify-content:center;padding:0 20px;pointer-events:none;animation:slideDownNav .8s cubic-bezier(.165,.84,.44,1) both}@keyframes slideDownNav{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}nav.nav-scrolled{height:80px}.nav-container{max-width:1200px;width:100%;margin:0 auto;background:hsla(0,0%,100%,.5);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.3);height:64px;padding:0 28px;border-radius:20px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;pointer-events:auto;transition:all .5s cubic-bezier(.165,.84,.44,1);transform:translateY(10px);overflow:visible}.nav-container.scrolled{background:hsla(0,0%,100%,.85);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.5);box-shadow:0 10px 40px -10px rgba(0,0,0,.1);transform:translateY(0);height:60px;max-width:1100px}.nav-logo{font-family:Playfair Display,serif;font-size:26px;font-weight:900;color:var(--texto);text-decoration:none;letter-spacing:-.8px;display:flex;align-items:center;gap:0;justify-self:start;transition:transform .3s ease}.nav-logo:hover{transform:scale(1.02)}.nav-logo span{font-weight:900}.nav-menu{display:flex;align-items:center;gap:36px;justify-self:center}.nav-menu a{font-size:14px;font-weight:600;color:var(--texto-medio);text-decoration:none;position:relative;padding:8px 0;transition:all .3s ease}.nav-menu a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--laranja);transition:width .3s ease;border-radius:2px;opacity:.6}.nav-menu a:hover{color:var(--laranja-escuro)}.nav-menu a:hover:after{width:100%}.nav-actions{display:flex;align-items:center;justify-content:flex-end;gap:24px;justify-self:end}.btn-login{font-size:14px;font-weight:600;color:var(--texto-medio);text-decoration:none;transition:color .3s ease}.btn-login:hover{color:var(--texto)}.btn-nav{background:linear-gradient(135deg,var(--laranja) 0,#ff8c42 100%);color:#fff!important;border:none;border-radius:12px;padding:11px 26px;font-size:14px;font-weight:700;line-height:1;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275)!important;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 12px rgba(232,97,10,.2),0 2px 4px rgba(0,0,0,.05);position:relative;overflow:hidden;white-space:nowrap;width:-moz-max-content;width:max-content}.btn-nav:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 24px rgba(232,97,10,.35),0 4px 8px rgba(0,0,0,.1);background:linear-gradient(135deg,var(--laranja-escuro) 0,var(--laranja) 100%)}.btn-nav:active{transform:translateY(0) scale(.98)}.btn-nav:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.25),transparent);transition:left .8s ease}.btn-nav:hover:before{left:100%}.btn-nav svg{transition:transform .3s ease}.btn-nav:hover svg{transform:translateX(3px)}.nav-desktop-only{display:none}.nav-mobile-only{display:flex}@media (min-width:768px){.nav-desktop-only{display:flex;align-items:center;gap:8px}.nav-mobile-only{display:none!important}}.hero{padding:120px 40px 80px;max-width:1280px;margin:0 auto;display:grid;grid-template-columns:540px 1fr;gap:48px;align-items:center}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--laranja-claro);border:1px solid #fac9a8;border-radius:20px;padding:6px 14px;font-size:12px;font-weight:600;color:var(--laranja-escuro);margin-bottom:20px;animation:fadeUp .6s ease both}.hero-eyebrow:before{content:"";width:6px;height:6px;background:var(--laranja);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero h1{font-family:Playfair Display,serif;font-size:48px;font-weight:700;line-height:1.15;color:var(--texto);margin-bottom:20px;animation:fadeUp .6s ease .1s both}.hero h1 em{font-style:normal;background:linear-gradient(135deg,var(--laranja) 0,#ff8c42 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;position:relative;display:inline-block}.hero h1 em:after{content:"";position:absolute;left:0;bottom:2px;right:0;height:4px;background:linear-gradient(90deg,transparent 0,var(--laranja) 50%,transparent 100%);border-radius:2px;opacity:.8;box-shadow:0 4px 12px rgba(232,97,10,.5);animation:pulse 2s infinite}.hero-sub{font-size:16px;color:var(--texto-medio);line-height:1.6;margin-bottom:32px;animation:fadeUp .6s ease .2s both}.hero-ctas{display:flex;align-items:center;gap:16px;animation:fadeUp .6s ease .3s both}.btn-primary{background:linear-gradient(90deg,var(--laranja) 0,#ff8c42 100%);color:#fff;border:none;border-radius:12px;padding:16px 32px;font-size:16px;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);text-decoration:none;display:inline-flex;align-items:center;gap:8px;box-shadow:0 8px 24px rgba(232,97,10,.25),0 2px 8px rgba(232,97,10,.1);position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);transform:skewX(-20deg)}.btn-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 14px 32px rgba(232,97,10,.35),0 4px 12px rgba(232,97,10,.15)}.btn-primary:hover:before{animation:shine-sweep 1s ease}@keyframes shine-sweep{to{left:200%}}.btn-secondary{color:var(--texto-medio);font-size:14px;font-weight:500;text-decoration:none;display:flex;align-items:center;gap:6px;transition:color .2s}.btn-secondary:hover{color:var(--texto)}.hero-trust{margin-top:28px;gap:20px;animation:fadeUp .6s ease .4s both}.hero-trust,.trust-item{display:flex;align-items:center}.trust-item{gap:6px;font-size:12px;color:var(--texto-claro)}.trust-item svg{color:var(--verde)}.hero-visual{position:relative;animation:fadeUp .8s ease .2s both;min-width:0;display:flex;align-items:center;justify-content:center}.lp-mockup-wrapper{width:100%;border-radius:20px;overflow:hidden;background:#fafbfc;border:1px solid rgba(200,210,230,.7);box-shadow:0 40px 100px rgba(27,79,114,.15),0 12px 30px rgba(0,0,0,.05),inset 0 0 0 1px hsla(0,0%,100%,.8);transform:perspective(1400px) rotateY(-2deg) rotateX(1.5deg) scale(.78);transform-origin:center center;transition:transform .6s cubic-bezier(.175,.885,.32,1.275)}.hero-visual:hover .lp-mockup-wrapper{transform:perspective(1400px) rotateY(0deg) rotateX(0deg) translateY(-5px) scale(.78)}.lp-chrome{background:linear-gradient(90deg,#091e30,#0d2b40);padding:10px 16px;display:flex;align-items:center;gap:12px;border-bottom:1px solid hsla(0,0%,100%,.06)}.lp-chrome-dots{display:flex;gap:6px;flex-shrink:0}.lp-dot{width:11px;height:11px;border-radius:50%}.lp-dot.red{background:#ff5f56;box-shadow:0 0 5px #ff5f56aa}.lp-dot.yellow{background:#ffbd2e;box-shadow:0 0 5px #ffbd2eaa}.lp-dot.green{background:#27c93f;box-shadow:0 0 5px #27c93faa}.lp-chrome-url{flex:1;gap:6px;font-size:11px;color:hsla(0,0%,100%,.5);font-family:Plus Jakarta Sans,sans-serif;background:hsla(0,0%,100%,.06);border-radius:8px;padding:4px 12px;white-space:nowrap}.lp-chrome-avatar,.lp-chrome-url{display:flex;align-items:center;justify-content:center}.lp-chrome-avatar{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,var(--laranja),#ff8c42);color:#fff;font-size:10px;font-weight:800;box-shadow:0 2px 8px rgba(232,97,10,.4);flex-shrink:0}.lp-app-body{background:#fafbfc}.lp-stepper-wrap{padding:16px 20px;background:#fff;border-bottom:1px solid rgba(0,0,0,.06)}.lp-stepper{justify-content:center;gap:0;max-width:340px;margin:0 auto}.lp-step,.lp-stepper{display:flex;align-items:center;position:relative}.lp-step{flex-direction:column;gap:5px;flex:1;z-index:1}.lp-step-circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;background:#f0f0f0;border:2px solid #e0e0e0;color:#aaa}.lp-step-circle.active{background:var(--laranja);border-color:var(--laranja);color:#fff;box-shadow:0 4px 12px rgba(232,97,10,.3)}.lp-step-label{font-size:9px;font-weight:700;color:#aaa;text-transform:uppercase;letter-spacing:.8px;text-align:center;white-space:nowrap}.lp-step-label.active{color:var(--texto)}.lp-step-line{flex:1;height:2px;background:#ebebeb;margin-bottom:20px;position:relative;z-index:0}.lp-step-line-fill{height:100%;width:0;background:var(--laranja)}.lp-main{display:grid;grid-template-columns:200px 1fr;gap:0;min-height:320px}.lp-sidebar-col{background:#fff;border-right:1px solid rgba(0,0,0,.06);padding:14px 10px;display:flex;flex-direction:column;gap:8px}.lp-sidebar-section-title{font-size:9px;font-weight:800;color:#aaa;text-transform:uppercase;letter-spacing:1px;padding:0 4px;margin-bottom:4px}.lp-tipo-list{display:flex;flex-direction:column;gap:3px}.lp-tipo-item{display:flex;align-items:center;gap:8px;padding:7px 8px;border-radius:12px;cursor:default;border:1px solid transparent;transition:all .15s}.lp-tipo-item.active{background:linear-gradient(135deg,rgba(232,97,10,.08),rgba(255,140,66,.04));border-color:rgba(232,97,10,.2)}.lp-tipo-icon{width:28px;height:28px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f0f0f0;color:#999}.lp-tipo-icon.active{background:var(--laranja);color:#fff;box-shadow:0 3px 10px rgba(232,97,10,.3)}.lp-tipo-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.lp-tipo-name{font-size:11px;font-weight:700;color:var(--texto);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp-tipo-item.active .lp-tipo-name{color:var(--laranja-escuro)}.lp-tipo-desc{font-size:9px;color:#aaa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp-plan-badge{font-size:8px;font-weight:800;padding:2px 6px;border-radius:6px;background:rgba(27,79,114,.1);color:var(--azul);letter-spacing:.3px;flex-shrink:0}.lp-plan-badge.pro{background:rgba(232,97,10,.12);color:var(--laranja-escuro)}.lp-form-col{min-width:0}.lp-form-card,.lp-form-col{padding:14px;display:flex;flex-direction:column;gap:10px}.lp-form-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.03)}.lp-form-card-header{display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,.05)}.lp-form-card-icon{width:36px;height:36px;border-radius:10px;flex-shrink:0;background:rgba(232,97,10,.08);color:var(--laranja);display:flex;align-items:center;justify-content:center}.lp-form-card-title{font-size:13px;font-weight:800;color:var(--texto)}.lp-form-card-sub{font-size:10px;color:#aaa;margin-top:1px}.lp-field-group{display:flex;flex-direction:column;gap:4px}.lp-field-label{font-size:9.5px;font-weight:700;color:#888;text-transform:uppercase;letter-spacing:.6px}.lp-required{color:var(--laranja)}.lp-select-field{border:1px solid #e8ecf2;border-radius:9px;display:flex;align-items:center;justify-content:space-between;box-shadow:inset 0 1px 2px rgba(0,0,0,.03)}.lp-select-field,.lp-textarea-field{background:#f7f8fa;padding:8px 11px;font-size:11.5px;color:var(--texto)}.lp-textarea-field{border:1.5px solid var(--azul);border-radius:9px;line-height:1.5;box-shadow:0 0 0 3px rgba(27,79,114,.07);min-height:42px}.lp-bncc-row{justify-content:space-between;background:rgba(59,109,17,.07);border:1px solid rgba(59,109,17,.18);border-radius:10px;padding:7px 10px}.lp-bncc-row,.lp-bncc-toggle{display:flex;align-items:center}.lp-bncc-toggle{gap:8px}.lp-toggle-on{width:32px;height:18px;background:var(--verde);border-radius:9px;position:relative;flex-shrink:0}.lp-toggle-knob{position:absolute;right:3px;top:3px;width:12px;height:12px;background:#fff;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.15)}.lp-bncc-toggle span{font-size:10px;font-weight:700;color:var(--verde)}.lp-bncc-code{font-size:9px;font-weight:800;color:var(--verde);background:rgba(59,109,17,.12);border-radius:5px;padding:2px 8px;letter-spacing:.3px}.lp-step-footer{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:rgba(0,0,0,.02);border:1px solid rgba(0,0,0,.05);border-radius:14px}.lp-btn-back{padding:7px 14px;border-radius:9px;border:1px solid rgba(0,0,0,.1);font-size:11px;font-weight:700;color:#888;background:#fff}.lp-btn-back,.lp-btn-continue{display:inline-flex;align-items:center;gap:6px;cursor:default}.lp-btn-continue{padding:9px 22px;border-radius:9px;background:var(--laranja);color:#fff;font-size:12px;font-weight:800;box-shadow:0 4px 14px rgba(232,97,10,.3)}.mockup-card{background:#f2f4f8;border:1px solid rgba(200,210,230,.6);border-radius:18px;overflow:hidden;width:100%;box-shadow:0 40px 100px rgba(27,79,114,.16),0 16px 40px rgba(232,97,10,.06),inset 0 0 0 1px hsla(0,0%,100%,.7);transform:perspective(1400px) rotateY(-2deg) rotateX(1.5deg);transition:transform .6s cubic-bezier(.175,.885,.32,1.275)}.hero-visual:hover .mockup-card{transform:perspective(1400px) rotateY(0deg) rotateX(0deg) translateY(-5px)}.mockup-topbar{background:linear-gradient(90deg,#091e30,#0d2b40 60%,#133150);padding:10px 16px;display:flex;align-items:center;gap:12px;border-bottom:1px solid hsla(0,0%,100%,.06);flex-shrink:0}.mockup-dots{display:flex;gap:6px;flex-shrink:0}.mockup-dots span{width:11px;height:11px;border-radius:50%}.mockup-dots span:first-child{background:#ff5f56;box-shadow:0 0 5px #ff5f56aa}.mockup-dots span:nth-child(2){background:#ffbd2e;box-shadow:0 0 5px #ffbd2eaa}.mockup-dots span:nth-child(3){background:#27c93f;box-shadow:0 0 5px #27c93faa}.mockup-topbar-center{flex:1;display:flex;justify-content:center;min-width:0}.mockup-breadcrumb{display:flex;align-items:center;gap:6px;font-size:11px;color:hsla(0,0%,100%,.45);font-family:Plus Jakarta Sans,sans-serif;white-space:nowrap}.mockup-topbar-actions{display:flex;align-items:center;flex-shrink:0}.mockup-avatar{width:26px;height:26px;font-size:10px;box-shadow:0 2px 8px rgba(232,97,10,.4)}.mockup-avatar,.mockup-avatar-sm{border-radius:50%;background:linear-gradient(135deg,var(--laranja),#ff8c42);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center}.mockup-avatar-sm{width:22px;height:22px;font-size:9px}.mockup-layout{display:flex;min-height:360px;overflow:hidden}.mockup-sidebar{width:46px;background:#0d2b40;border-right:1px solid hsla(0,0%,100%,.06);flex-direction:column;padding:14px 0;gap:6px}.mockup-nav-item,.mockup-sidebar{flex-shrink:0;display:flex;align-items:center}.mockup-nav-item{width:32px;height:32px;border-radius:9px;justify-content:center;color:hsla(0,0%,100%,.35);cursor:default}.mockup-nav-item.active{background:rgba(232,97,10,.18);color:#ff8c42;box-shadow:inset 0 0 0 1px rgba(232,97,10,.25)}.mockup-content{flex:1;min-width:0;padding:14px 16px;background:#fafbfc;overflow:hidden}.mockup-section-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px}.mockup-section-title{font-size:13px;font-weight:800;color:var(--texto);line-height:1}.mockup-section-sub{font-size:10px;color:var(--texto-claro);margin-top:3px}.mockup-ai-badge{display:inline-flex;align-items:center;gap:4px;background:linear-gradient(90deg,rgba(232,97,10,.12),rgba(255,140,66,.08));border:1px solid rgba(232,97,10,.25);border-radius:20px;padding:4px 10px;font-size:10px;font-weight:700;color:var(--laranja)}.mockup-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}.mockup-form-group{display:flex;flex-direction:column;gap:4px}.mockup-field-label{font-size:9px;font-weight:700;color:#9098a9;text-transform:uppercase;letter-spacing:.6px}.mockup-input-field{border:1px solid #e8ecf2;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.04);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mockup-input-field,.mockup-textarea-field{background:#fff;padding:7px 10px;font-size:11px;color:var(--texto)}.mockup-textarea-field{border:1.5px solid #1b4f72;border-radius:8px;line-height:1.4;box-shadow:0 0 0 3px rgba(27,79,114,.06);margin-bottom:8px}.mockup-tags-row{display:flex;gap:5px;flex-wrap:nowrap;margin-bottom:10px;overflow:hidden}.mockup-tag-chip{padding:3px 8px;border-radius:20px;border:1px solid #dde3ec;font-size:9.5px;font-weight:600;color:#7a8499;background:#fff;cursor:default;white-space:nowrap;flex-shrink:0}.mockup-tag-chip.active{background:var(--laranja-claro);border-color:rgba(232,97,10,.3);color:var(--laranja-escuro)}.mockup-generate-btn{background:linear-gradient(90deg,var(--laranja) 0,#ff8c42 100%);color:#fff;border-radius:9px;padding:10px 14px;font-size:11.5px;font-weight:800;text-align:center;margin-bottom:12px;cursor:default;box-shadow:0 4px 14px rgba(232,97,10,.3);white-space:nowrap;overflow:hidden}.mockup-output{background:linear-gradient(180deg,#f0f9f2,#fff);border:1px solid #b8dfc0;border-radius:12px;padding:12px;box-shadow:0 2px 10px rgba(59,109,17,.07)}.mockup-output-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.mockup-output-status{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:700;color:var(--verde);text-transform:uppercase;letter-spacing:.5px}.mockup-status-dot{width:7px;height:7px;border-radius:50%;background:var(--verde);box-shadow:0 0 6px rgba(59,109,17,.6);animation:pulse 2s infinite}.mockup-output-actions{display:flex;gap:5px}.mockup-action-btn{display:flex;align-items:center;gap:4px;padding:4px 10px;border-radius:7px;font-size:10px;font-weight:700;cursor:default;background:#fff;border:1px solid #dde3ec;color:#7a8499}.mockup-action-btn.primary{background:var(--azul-escuro);border-color:var(--azul-escuro);color:#fff}.mockup-output-q{background:#fff;border:1px solid #e8ecf2;border-radius:10px;padding:12px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.mockup-q-header{display:flex;align-items:center;gap:6px;margin-bottom:8px}.mockup-q-pill{background:var(--laranja);color:#fff;border-radius:5px;padding:2px 7px;font-size:9px;font-weight:800;letter-spacing:.5px;flex-shrink:0}.mockup-q-title{font-size:11px;font-weight:700;color:var(--texto);flex:1}.mockup-bncc-tag{background:#eaf3de;color:var(--verde);border-radius:5px;padding:2px 7px;font-size:9px;font-weight:700;flex-shrink:0}.mockup-q-body{font-size:11.5px;color:var(--texto);line-height:1.5;font-weight:500;margin-bottom:10px}.mockup-q-options{display:flex;flex-direction:column;gap:4px}.mockup-opt{font-size:11px;color:var(--texto-medio);padding:5px 8px;border-radius:7px;background:#fafbfc;border:1px solid #eef0f4;display:flex;align-items:center;justify-content:space-between}.mockup-opt.correct{background:#f0f9f2;border-color:#b8dfc0;color:var(--verde);font-weight:700}.floating-tag{position:absolute;z-index:20;background:hsla(0,0%,100%,.78);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid hsla(0,0%,100%,.95);border-radius:11px;padding:7px 13px;box-shadow:0 6px 20px rgba(0,0,0,.08),inset 0 1px 0 #fff;font-size:11px;font-weight:700;color:var(--texto);display:flex;align-items:center;gap:7px;white-space:nowrap}.floating-tag.t1{top:-16px;right:-16px;animation:float-tag 4s ease-in-out infinite}.floating-tag.t2{bottom:50px;left:-16px;animation:float-tag 4s ease-in-out 1.5s infinite}.floating-tag.t3{top:45%;right:-16px;animation:float-tag-right 4s ease-in-out .8s infinite}@keyframes float-tag{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-7px) rotate(.5deg)}}@keyframes float-tag-right{0%,to{transform:translateY(-50%) translateX(0)}50%{transform:translateY(-50%) translateX(4px)}}.hero-ambient-1{top:-10%;left:-5%;width:600px;height:600px;background:radial-gradient(circle,rgba(232,97,10,.08) 0,hsla(0,0%,100%,0) 70%);animation:drift 15s ease-in-out infinite alternate}.hero-ambient-1,.hero-ambient-2{position:absolute;border-radius:50%;filter:blur(60px);pointer-events:none;z-index:0}.hero-ambient-2{top:10%;right:-5%;width:500px;height:500px;background:radial-gradient(circle,rgba(27,79,114,.06) 0,hsla(0,0%,100%,0) 70%);animation:drift 20s ease-in-out infinite alternate-reverse}@keyframes drift{0%{transform:translate(0) scale(1)}to{transform:translate(30px,-30px) scale(1.05)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.proof-bar{background:var(--areia);border-top:1px solid var(--borda);border-bottom:1px solid var(--borda);padding:20px 40px;display:flex;align-items:center;justify-content:center;gap:48px}.proof-item{text-align:center}.proof-num{font-family:Playfair Display,serif;font-size:28px;font-weight:700;color:var(--texto);line-height:1}.proof-num span{color:var(--laranja)}.proof-label{font-size:12px;color:var(--texto-claro);margin-top:2px}.proof-div{width:1px;height:40px;background:var(--borda)}section{padding:80px 40px}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 20px;box-sizing:border-box}.section-eyebrow{font-size:12px;font-weight:700;color:var(--laranja);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}.section-title{font-family:Playfair Display,serif;font-size:38px;font-weight:700;line-height:1.2;color:var(--texto);margin-bottom:16px}.section-sub{font-size:16px;color:var(--texto-medio);line-height:1.7;max-width:560px}.problema-bg{background:var(--azul-escuro);position:relative;overflow:hidden}.problema-bg:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(https://www.transparenttextures.com/patterns/dark-matter.png);opacity:.1;pointer-events:none}.problema-bg .section-eyebrow{color:var(--laranja);font-weight:800;border-left:3px solid var(--laranja);padding-left:12px}.problema-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:24px;margin-top:56px}.problema-card{background:hsla(0,0%,100%,.03);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.08);border-radius:24px;padding:40px 32px;transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative}.problema-card.highlight{background:linear-gradient(135deg,rgba(232,97,10,.15),rgba(255,140,66,.05));border-color:rgba(232,97,10,.3);box-shadow:0 20px 50px rgba(0,0,0,.3);transform:scale(1.02);z-index:2}.problema-card:hover{transform:translateY(-10px)!important;border-color:hsla(0,0%,100%,.3);background:hsla(0,0%,100%,.08);box-shadow:0 20px 40px rgba(0,0,0,.4)}.problema-card.highlight:hover{background:linear-gradient(135deg,rgba(232,97,10,.3),rgba(255,140,66,.15));transform:scale(1.04) translateY(-12px)!important;border-color:rgba(232,97,10,.6);box-shadow:0 30px 60px rgba(0,0,0,.5)}.problema-icon{width:52px;height:52px;border-radius:16px;background:hsla(0,0%,100%,.05);display:flex;align-items:center;justify-content:center;margin-bottom:24px;transition:all .3s ease}.problema-card:hover .problema-icon{background:hsla(0,0%,100%,.15);box-shadow:0 0 20px hsla(0,0%,100%,.1)}.problema-card:hover .problema-icon svg{color:var(--laranja)}.problema-card h3{font-size:20px;font-weight:800;color:#fff;margin-bottom:16px;letter-spacing:-.02em}.problema-card p{font-size:15px;color:hsla(0,0%,100%,.65);line-height:1.7}.problema-card.highlight p{color:hsla(0,0%,100%,.85);font-weight:500}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:48px}.step-card{background:#fff;border:1px solid var(--borda);border-radius:14px;padding:24px;position:relative}.step-num{font-family:Playfair Display,serif;font-size:36px;font-weight:700;color:var(--areia-escura);line-height:1;margin-bottom:12px}.step-card h3{font-size:15px;font-weight:700;color:var(--texto);margin-bottom:8px}.step-card p{font-size:13px;color:var(--texto-medio);line-height:1.6}.step-arrow{position:absolute;right:-12px;top:50%;transform:translateY(-50%);width:24px;height:24px;background:var(--laranja);border-radius:50%;align-items:center;font-size:12px;color:#fff;z-index:1}.formatos-nav,.step-arrow{display:flex;justify-content:center}.formatos-nav{gap:12px;margin-top:40px;padding:10px 4px 32px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none}.formatos-nav::-webkit-scrollbar{display:none}.formato-tab{flex-shrink:0;scroll-snap-align:center;background:transparent;border:1px solid transparent;padding:12px 24px;border-radius:40px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .4s cubic-bezier(.165,.84,.44,1);color:var(--texto-medio);outline:none;position:relative}.formato-tab:hover{background:rgba(0,0,0,.02);color:var(--texto)}.formato-tab.active{background:#fff;border-color:var(--laranja);color:var(--laranja);box-shadow:0 15px 35px rgba(232,97,10,.1);transform:translateY(-2px)}.tab-icon-wrap{width:36px;height:36px;background:rgba(0,0,0,.04);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.formato-tab.active .tab-icon-wrap{background:rgba(232,97,10,.1);color:var(--laranja)}.tab-name{font-size:15px;font-weight:800;letter-spacing:-.2px;white-space:nowrap}.tab-active-dot{width:6px;height:6px;background:var(--laranja);border-radius:50%;margin-left:2px}.apostila-section{background:#060d16;padding:120px 0;position:relative;overflow:hidden;z-index:1;border-top:1px solid hsla(0,0%,100%,.06);color:#fff}.apostila-section:before{top:-10%;right:-5%;width:50%;height:70%;background:radial-gradient(circle,rgba(232,97,10,.12) 0,transparent 65%);filter:blur(80px)}.apostila-section:after,.apostila-section:before{content:"";position:absolute;pointer-events:none;z-index:-1}.apostila-section:after{bottom:-5%;left:-5%;width:40%;height:60%;background:radial-gradient(circle,hsla(0,0%,100%,.04) 0,transparent 70%);filter:blur(60px)}.apostila-accent-bar{width:60px;height:4px;background:var(--laranja);margin-bottom:32px;border-radius:4px}.apostila-grid{gap:60px}.apostila-section .section-title{color:#fff}.apostila-section .section-sub{color:hsla(0,0%,100%,.6);max-width:440px}.apostila-features{margin-top:28px;display:flex;flex-direction:column;gap:14px}.apostila-feat{display:flex;gap:12px;align-items:flex-start}.apostila-feat-icon{width:36px;height:36px;border-radius:10px;background:rgba(232,97,10,.2);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:16px}.apostila-feat-text h4{font-size:14px;font-weight:700;color:#fff;margin-bottom:2px}.apostila-feat-text p{font-size:12px;color:hsla(0,0%,100%,.5);line-height:1.5}.apostila-visual{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12);border-radius:16px;padding:24px}.apostila-tabs{display:flex;gap:8px;margin-bottom:16px}.apostila-tab{padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600}.apostila-tab.active{background:var(--laranja);color:#fff}.apostila-tab.inactive{background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.5)}.apostila-textarea{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:10px;padding:12px;font-size:12px;color:hsla(0,0%,100%,.7);line-height:1.6;font-family:Plus Jakarta Sans,sans-serif;margin-bottom:12px}.apostila-bncc{background:rgba(59,109,17,.2);border:1px solid rgba(59,109,17,.4);border-radius:8px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between}.apostila-bncc span{font-size:12px;color:#9fe1cb;font-weight:600}.toggle-on{width:36px;height:20px;background:var(--verde);border-radius:10px;position:relative}.toggle-on:after{content:"";position:absolute;right:3px;top:3px;width:14px;height:14px;background:#fff;border-radius:50%}.depo-container{overflow:hidden;padding:40px 0;position:relative;width:100%}.depo-container:after,.depo-container:before{content:"";position:absolute;top:0;width:150px;height:100%;z-index:2;pointer-events:none}.depo-container:before{left:0;background:linear-gradient(to right,var(--areia) 0,transparent 100%)}.depo-container:after{right:0;background:linear-gradient(to left,var(--areia) 0,transparent 100%)}.depo-track{display:flex;gap:24px;width:-moz-max-content;width:max-content;animation:scrollTestimonials 60s linear infinite}.depo-track:hover{animation-play-state:paused}@keyframes scrollTestimonials{0%{transform:translateX(0)}to{transform:translateX(calc(-50% - 12px))}}.depo-card{background:#fff;border:1px solid var(--borda);border-radius:24px;padding:32px;width:380px;flex-shrink:0;box-shadow:0 4px 20px rgba(0,0,0,.03);transition:transform .3s ease}.depo-card:hover{transform:translateY(-5px);border-color:var(--laranja-claro)}.depo-stars{color:#f59e0b;font-size:14px;margin-bottom:16px}.depo-text{font-size:15px;color:var(--texto);line-height:1.7;margin-bottom:24px;font-weight:500}.depo-author{display:flex;align-items:center;gap:14px}.depo-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid #fff;box-shadow:0 4px 10px rgba(0,0,0,.1)}.depo-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.depo-name{font-size:14px;font-weight:800;color:var(--texto)}.depo-role{font-size:12px;color:var(--texto-claro);font-weight:600}.pricing-bg{background:var(--areia)}.pricing-toggle{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--borda);border-radius:30px;padding:4px;width:-moz-fit-content;width:fit-content;margin:24px auto 0}.pricing-opt{padding:8px 20px;border-radius:24px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.pricing-opt.active{background:var(--laranja);color:#fff}.pricing-opt.inactive{color:var(--texto-medio)}.pricing-opt .save-badge{background:var(--verde-claro);color:var(--verde);font-size:9px;font-weight:700;padding:2px 6px;border-radius:10px;margin-left:6px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:36px;max-width:860px;margin-left:auto;margin-right:auto}.pricing-card{background:#fff;border:1px solid var(--borda);border-radius:16px;padding:28px 24px;position:relative;transition:all .2s}.pricing-card.featured{border:2px solid var(--laranja);box-shadow:0 8px 32px rgba(232,97,10,.12)}.pricing-popular{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--laranja);color:#fff;font-size:11px;font-weight:700;padding:4px 14px;border-radius:20px;white-space:nowrap}.pricing-plan-name{font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:var(--texto);margin-bottom:4px}.pricing-plan-desc{font-size:12px;color:var(--texto-claro);margin-bottom:20px;line-height:1.5}.pricing-price{display:flex;align-items:baseline;gap:4px;margin-bottom:4px}.pricing-currency{font-size:16px}.pricing-currency,.pricing-value{font-weight:700;color:var(--texto)}.pricing-value{font-family:Playfair Display,serif;font-size:44px;line-height:1}.pricing-period{font-size:13px;color:var(--texto-claro)}.pricing-year-note{font-size:11px;color:var(--texto-claro);margin-bottom:20px}.pricing-divider{height:1px;background:var(--borda);margin:16px 0}.pricing-feat{display:flex;gap:10px;align-items:flex-start;margin-bottom:10px}.pricing-check{width:16px;height:16px;border-radius:50%;flex-shrink:0;margin-top:1px;display:flex;align-items:center;justify-content:center}.pricing-check.yes{background:var(--verde-claro)}.pricing-check.no{background:var(--areia-escura)}.pricing-feat-text{font-size:13px;color:var(--texto);line-height:1.4}.pricing-feat-text.muted{color:var(--texto-claro);text-decoration:line-through}.pricing-qty{font-size:10px;font-weight:700;padding:1px 7px;border-radius:10px;margin-left:4px}.qty-orange{background:var(--laranja-claro);color:var(--laranja-escuro)}.qty-green{background:var(--verde-claro);color:var(--verde)}.qty-blue{background:var(--azul-claro);color:var(--azul)}.btn-pricing{width:100%;padding:12px;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;font-family:Plus Jakarta Sans,sans-serif;transition:all .2s;margin-top:20px;border:none;text-align:center;display:block;text-decoration:none}.btn-pricing.primary{background:var(--laranja);color:#fff}.btn-pricing.primary:hover{background:var(--laranja-escuro)}.btn-pricing.outline{background:#fff;color:var(--texto);border:1.5px solid var(--borda)}.btn-pricing.outline:hover{border-color:var(--laranja);color:var(--laranja)}.pricing-guarantee{text-align:center;margin-top:24px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;color:var(--texto-claro)}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:48px}.faq-item{background:#fff;border:1px solid var(--borda);border-radius:12px;padding:20px 22px}.faq-q{font-size:14px;font-weight:700;color:var(--texto);margin-bottom:8px}.faq-a{font-size:13px;color:var(--texto-medio);line-height:1.6}.cta-final{background:linear-gradient(135deg,var(--laranja) 0,#d85a09 100%);padding:120px 40px;text-align:center;position:relative}.cta-final:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(#fff 1px,transparent 0);background-size:32px 32px;opacity:.08;pointer-events:none}.cta-final h2{font-family:Playfair Display,serif;font-size:56px;font-weight:800;color:#fff;margin-bottom:24px;line-height:1.15;letter-spacing:-1.5px}.cta-final p{font-size:19px;color:hsla(0,0%,100%,.9);margin-bottom:48px;max-width:680px;margin-left:auto;margin-right:auto;line-height:1.6;letter-spacing:-.01em}.btn-cta-white{background:#fff;color:var(--laranja);border:none;border-radius:60px;padding:20px 48px;font-size:18px;font-weight:800;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;align-items:center;gap:12px;text-decoration:none;box-shadow:0 10px 40px rgba(0,0,0,.1)}.btn-cta-white:hover{transform:translateY(-5px) scale(1.03);box-shadow:0 20px 60px rgba(0,0,0,.2);background:#fff8f5}.cta-sub{font-size:14px;color:hsla(0,0%,100%,.7);margin-top:32px;font-weight:500}.footer{background:var(--azul-escuro);padding:120px 0 80px;color:#fff;border-top:1px solid hsla(0,0%,100%,.06);margin-bottom:0;position:relative;z-index:10;overflow:hidden}.footer:before{top:-100px;right:-100px;background:radial-gradient(circle,rgba(232,97,10,.05) 0,transparent 70%)}.footer:after,.footer:before{content:"";position:absolute;width:400px;height:400px;pointer-events:none;z-index:-1}.footer:after{bottom:-100px;left:-100px;background:radial-gradient(circle,hsla(0,0%,100%,.03) 0,transparent 70%)}.footer-grid{display:grid;grid-template-columns:1.5fr 2fr;gap:120px;margin-bottom:80px}.footer-brand{max-width:440px}.footer-logo{font-family:Playfair Display,serif;font-size:32px;font-weight:900;color:#fff;margin-bottom:24px;letter-spacing:-1px;text-decoration:none;display:block;line-height:1}.footer-logo span{color:var(--laranja)}.footer-description{font-size:15px;color:hsla(0,0%,100%,.45);line-height:1.6;margin-bottom:32px}.footer-socials{display:flex;gap:16px}.footer-socials a{width:40px;height:40px;border-radius:12px;background:hsla(0,0%,100%,.05);display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.6);transition:all .3s cubic-bezier(.165,.84,.44,1);border:1px solid hsla(0,0%,100%,.05)}.footer-socials a:hover{background:var(--laranja);color:#fff;transform:translateY(-4px);border-color:hsla(0,0%,100%,.1);box-shadow:0 8px 20px rgba(232,97,10,.3)}.footer-links-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:80px}.footer-col h4{font-size:13px;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:28px}.footer-col a{display:block;font-size:14px;color:hsla(0,0%,100%,.5);text-decoration:none;margin-bottom:14px;transition:all .2s ease;width:-moz-fit-content;width:fit-content;position:relative}.footer-col a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--laranja);transition:width .3s ease}.footer-col a:hover{color:#fff}.footer-col a:hover:after{width:100%}.footer-bottom{padding-top:40px;border-top:1px solid hsla(0,0%,100%,.06);display:flex;justify-content:space-between;align-items:center}.footer-copyright{font-size:13px;color:hsla(0,0%,100%,.3);font-weight:500}.footer-meta{gap:32px}.footer-badge,.footer-meta{display:flex;align-items:center}.footer-badge{font-size:12px;color:hsla(0,0%,100%,.4);gap:8px;background:hsla(0,0%,100%,.03);padding:6px 14px;border-radius:30px;border:1px solid hsla(0,0%,100%,.05)}.footer-badge svg{color:var(--laranja)}.footer-made-by{font-size:12px;color:hsla(0,0%,100%,.3);font-weight:600}.footer-made-by span{color:#e24b4a;display:inline-block;animation:heartBeat 2s infinite}@keyframes heartBeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.antes-depois-bg{background:var(--areia)}.ad-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:48px;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.06);border:1px solid var(--borda)}.ad-col{padding:40px}.ad-col.antes{background:#fff}.ad-col.depois{background:var(--laranja-claro)}.ad-header{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:24px;display:flex;align-items:center;gap:8px}.ad-antes-title{color:var(--texto-medio)}.ad-depois-title{color:var(--laranja-escuro)}.ad-list{list-style:none;display:flex;flex-direction:column;gap:20px}.ad-item{display:flex;gap:12px;font-size:14px;line-height:1.6}.ad-item.antes-item{color:var(--texto-medio)}.ad-item.depois-item{color:var(--texto);font-weight:500}.ad-icon{flex-shrink:0;margin-top:2px}.comp-table{width:100%;border-collapse:separate;border-spacing:0;margin-top:56px;background:#fff;border-radius:32px;overflow:hidden;border:1px solid var(--borda);box-shadow:0 40px 100px rgba(0,0,0,.04)}.comp-table td,.comp-table th{padding:24px 32px;text-align:left;border-bottom:1px solid var(--borda);font-size:15px}.comp-table th{background:#f8fafc;font-weight:800;color:var(--azul-escuro);text-transform:uppercase;letter-spacing:1px;font-size:12px}.comp-header-didatika{background:var(--laranja-claro)!important;color:var(--laranja)!important}.comp-row-title{font-weight:700;color:var(--azul-escuro);background:#f8fafc}.comp-cell-content{display:flex;align-items:center;gap:12px;color:var(--texto-medio)}.comp-cell-content.v-win{color:var(--texto)}.comp-col-didatika-v{background:rgba(232,97,10,.02)}.comp-table tr:last-child td{border-bottom:none}.comp-col-didatika{background:rgba(232,97,10,.03);border-left:2px solid var(--laranja);font-weight:600;color:var(--texto)}.comp-check{color:var(--verde)}.comp-check,.comp-cross{font-weight:700;margin-right:6px}.comp-cross{color:#e53e3e}.apostila-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.apostila-text-col{text-align:left}.apostila-accent-bar{transition:all .3s ease}.apostila-visual-container{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:40px;padding:40px;backdrop-filter:blur(20px);position:relative;box-shadow:0 40px 100px rgba(0,0,0,.5)}.apostila-visual-card{transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.text-center{text-align:center}.text-center .section-sub{margin:0 auto}.ad-hybrid-toggle-container{display:none}.ad-hybrid-toggle{margin:40px auto 56px;background:rgba(0,0,0,.03);padding:6px;border-radius:40px;display:inline-flex;border:1px solid var(--borda);gap:4px;position:relative}.ad-hybrid-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:56px;max-width:1100px;margin-left:auto;margin-right:auto}.ad-hybrid-col{opacity:1!important;visibility:visible!important;transform:none!important;position:static!important}@media (max-width:1024px){section{padding:64px 32px}.proof-bar{padding:20px 32px;gap:32px}.hero{grid-template-columns:1fr 1fr;gap:32px;padding:100px 32px 60px}.hero h1{font-size:42px}.steps-grid{grid-template-columns:repeat(2,1fr);gap:20px}.formatos-grid{grid-template-columns:repeat(3,1fr)}.apostila-grid{gap:40px}.pricing-grid{max-width:100%}}@media (max-width:768px){div,footer,nav,section{max-width:100vw}nav{height:60px;padding:0 12px}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:0 16px;height:48px;border-radius:12px;transform:translateY(6px);background:hsla(0,0%,100%,.8);backdrop-filter:blur(10px)}.nav-container.scrolled{transform:translateY(0)}.nav-logo{height:18px}.nav-menu{display:none}.nav-actions{gap:12px}.btn-login.nav-desktop-only,.btn-nav.nav-desktop-only{display:none}.btn-nav.nav-mobile-only{padding:0 16px;font-size:13px;min-height:32px;border-radius:8px;background:var(--laranja);color:#fff;display:flex;align-items:center;justify-content:center}.hero{grid-template-columns:1fr;padding:48px 20px 32px;gap:0;text-align:center}.hero h1{font-size:35px;line-height:1.15;letter-spacing:-1.2px;margin-bottom:20px}.hero em:after{height:3px;bottom:4px;filter:none;opacity:1;background:rgba(232,97,10,.2)}.hero-sub{font-size:16px;line-height:1.5;color:var(--texto-medio);margin-bottom:32px;max-width:95%!important;margin-left:auto;margin-right:auto}.hero-ctas{flex-direction:column;align-items:center;gap:14px;width:100%}.btn-primary{font-size:16px;padding:18px 24px;border-radius:12px;box-shadow:0 8px 20px rgba(232,97,10,.15);border:1px solid rgba(232,97,10,.2)}.btn-primary,.btn-secondary{width:100%;justify-content:center}.btn-secondary{font-size:15px;font-weight:700;color:var(--texto-medio);display:flex;align-items:center;height:48px;border-radius:12px;border:1px solid var(--borda);background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.02)}.hero-trust{margin-top:36px;flex-direction:column;gap:12px;font-size:13px;color:var(--texto-claro)}.hero-trust,.trust-item{justify-content:center;display:flex}.trust-item{align-items:center;gap:8px;font-weight:500}.trust-item svg{color:var(--verde)}.hero-eyebrow{align-self:center;font-size:11px;padding:6px 14px;margin-bottom:20px;border-radius:30px;background:rgba(232,97,10,.05);color:var(--laranja-escuro);border:1px solid rgba(232,97,10,.1)}.hero-visual{display:none}.hero-ambient-1,.hero-ambient-2{display:block;opacity:.05;filter:blur(40px);z-index:-1;scale:.8}.proof-bar{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:40px 20px;background:#fff;border-top:1px solid var(--borda)}.proof-div{display:none}.proof-item{text-align:center;padding:20px;background:var(--areia);border-radius:20px}.proof-num{font-size:32px;font-weight:900;color:var(--laranja);margin-bottom:2px}.proof-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;opacity:.6}section{padding:48px 20px}.section-title{font-size:28px}.section-sub{font-size:15px;max-width:100%}.problema-grid{grid-template-columns:1fr;gap:12px;margin-top:28px}.problema-card{padding:22px 20px}.problema-card h3{font-size:16px}.problema-card p{font-size:13px;line-height:1.65}.steps-grid{grid-template-columns:1fr;gap:12px;margin-top:28px}.step-arrow{display:none}.step-card{padding:20px 18px}.formatos-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:28px}.formato-stage-layout{flex-direction:column!important}.formato-stage-layout>div{min-width:0!important;width:100%!important}.apostila-grid{grid-template-columns:1fr;gap:40px}.apostila-section{padding:64px 24px!important}.apostila-section h2{font-size:32px!important}.apostila-section .section-sub{font-size:16px!important;margin-bottom:32px!important}.apostila-accent-bar{margin-bottom:24px!important}.apostila-visual-container{padding:32px 20px;border-radius:24px;margin-bottom:32px}.apostila-visual-card{padding:20px!important;margin-bottom:16px!important}.apostila-visual-card.card-1,.apostila-visual-card.card-2{transform:translateY(0) rotate(0)!important}.apostila-visual-card.card-2{margin-bottom:0!important}.apostila-text-col{order:2;margin-top:0}.apostila-visual{order:1;margin-bottom:0}.apostila-tabs{flex-wrap:wrap}.ad-hybrid-toggle-container{display:flex;justify-content:center}.ad-hybrid-toggle{display:flex;margin-bottom:28px}.ad-hybrid-toggle button{padding:13px 22px!important;font-size:14px!important;border-radius:28px!important}.ad-hybrid-grid{grid-template-columns:1fr;position:relative;margin-top:0;min-height:auto;overflow:hidden;width:100%}.ad-hybrid-col{grid-column:1;grid-row:1;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0!important;pointer-events:none!important;z-index:0!important;height:0!important;overflow:hidden!important;padding:28px 16px!important}.ad-hybrid-col.antes{transform:translateX(-24px)!important}.ad-hybrid-col.depois{transform:translateX(24px)!important}.ad-hybrid-col.active{opacity:1!important;pointer-events:auto!important;z-index:1!important;height:auto!important;overflow:visible!important;transform:translateX(0)!important}.comp-table{display:block;overflow-x:auto;border-radius:20px;margin-top:32px}.comp-table td,.comp-table th{padding:14px 16px;font-size:13px}.comp-table th{font-size:11px}.comp-cell-content{gap:8px;align-items:flex-start}.comp-row-title{font-size:13px}.depo-grid{display:flex;flex-direction:column;gap:12px;margin-top:28px}.depo-card{padding:20px 18px}.pricing-toggle{width:100%;justify-content:center}.pricing-grid{grid-template-columns:1fr;gap:14px;margin-top:24px;padding:0 4px}.pricing-card{padding:24px 20px}.pricing-value{font-size:38px}.pricing-card.featured{transform:none!important}.faq-grid{grid-template-columns:1fr;gap:12px;margin-top:28px}.faq-card{padding:24px 20px}.faq-q{font-size:14px}.acad-bento-grid{grid-template-columns:1fr!important}.acad-bento-grid>div{border-right:none!important;border-bottom:1px solid #f1f5f9;padding:36px 20px!important}.acad-bento-grid>div:last-child{border-bottom:none}.acad-bento-grid h3{font-size:26px!important}.cta-final{padding:80px 24px}.cta-final h2{font-size:32px}.cta-final p{font-size:16px;margin-bottom:32px}.btn-cta-white{font-size:16px;justify-content:center;display:block;width:100%;max-width:360px;margin:0 auto;padding:15px 24px}.footer{padding:60px 0 40px}.footer-grid{grid-template-columns:1fr;gap:40px;margin-bottom:40px;text-align:center}.footer-brand{max-width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center}.footer-description{margin-bottom:20px;font-size:14px;line-height:1.6;max-width:280px}.footer-socials{justify-content:center;gap:16px}.footer-socials a{width:40px;height:40px}.footer-links-grid{grid-template-columns:1fr 1fr;gap:24px;text-align:center}.footer-col{display:flex;flex-direction:column;align-items:center}.footer-col h4{margin-bottom:16px;font-size:11px}.footer-col a{font-size:14px;margin-bottom:10px;width:-moz-fit-content;width:fit-content}.footer-bottom{flex-direction:column;gap:24px;text-align:center;padding-top:32px}.footer-copyright{font-size:12px;order:3;opacity:.6}.footer-meta{flex-direction:column;gap:16px;order:1;width:100%}.footer-badge{margin:0 auto;width:-moz-fit-content;width:fit-content;padding:6px 14px;font-size:12px}.footer-made-by{order:2;font-size:12px;opacity:.6}.back-to-top{display:flex;margin:0 auto 32px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);color:#fff;padding:8px 20px;border-radius:30px;font-size:12px;font-weight:700;align-items:center;gap:8px;cursor:pointer}.formatos-nav{justify-content:flex-start;padding-left:20px;padding-right:20px}.swipe-indicator{display:flex}.floating-btn-container{bottom:20px;right:20px}.floating-btn-content{padding:10px 18px}.floating-btn-text{font-size:13px}.floating-btn-tooltip{display:none!important}}@media (max-width:480px){nav{padding:0 12px}.nav-container{padding:0 14px}.btn-nav{padding:10px 22px;font-size:14px;border-radius:10px}.hero{padding:76px 16px 36px}.hero h1{font-size:28px}.hero-sub{font-size:14px}.hero-eyebrow{font-size:11px;padding:5px 12px}section{padding:40px 16px}.section-title{font-size:24px}.section-sub{font-size:14px}.proof-bar{display:grid;grid-template-columns:1fr 1fr;gap:32px 16px;padding:40px 20px;justify-items:center}.proof-div{display:none!important}.proof-num{font-size:32px}.proof-label{font-size:13px;max-width:140px}.formatos-grid{grid-template-columns:1fr}.depo-card,.problema-card{padding:18px 16px}.cta-final h2{font-size:24px}.cta-sub{font-size:12px}}.swipe-indicator{display:none;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:800;color:var(--laranja);text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;opacity:.9;animation:swipeHint 2s ease-in-out infinite}@keyframes swipeHint{0%,to{transform:translateX(0)}50%{transform:translateX(10px)}}#robbu-whatsapp-button{position:fixed!important;z-index:99999!important;bottom:30px!important;right:30px!important;visibility:visible!important;display:flex!important;opacity:1!important}.auth-row{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;font-family:Plus Jakarta Sans,sans-serif}.auth-brand-panel{background:#060d16;padding:64px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.auth-glow-1{right:-100px;top:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(232,97,10,.08) 0,transparent 70%);filter:blur(60px)}.auth-glow-1,.auth-glow-2{position:absolute;border-radius:50%;pointer-events:none}.auth-glow-2{left:-50px;bottom:-50px;width:300px;height:300px;background:radial-gradient(circle,hsla(0,0%,100%,.02) 0,transparent 70%);filter:blur(40px)}.auth-logo-wrap{font-family:Playfair Display,serif;font-size:32px;font-weight:900;color:#fff;letter-spacing:-1.5px;display:flex;align-items:center;position:relative;z-index:2;margin-top:56px}.auth-logo-wrap span{color:#e8610a}.auth-left-content{position:relative;z-index:2;width:100%;max-width:540px}.show-mobile{display:none!important}@media (max-width:991px){.hide-mobile{display:none!important}.show-mobile{display:flex!important}}.auth-stats-row{display:flex;gap:20px;position:relative;z-index:2;flex-wrap:wrap}.auth-stat-item{display:flex;flex-direction:column;gap:4px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.05);padding:16px 20px;border-radius:16px;min-width:140px;transition:all .3s ease}.auth-stat-item:hover{background:hsla(0,0%,100%,.05);border-color:rgba(232,97,10,.2);transform:translateY(-5px)}.auth-stat-num{font-family:Playfair Display,serif;font-size:26px;font-weight:900;color:#fff;display:block;line-height:1}.auth-stat-label{font-size:11px;color:hsla(0,0%,100%,.4);text-transform:uppercase;letter-spacing:1.5px;font-weight:700}.auth-form-panel{background:#fff;display:flex;align-items:center;justify-content:center;padding:64px}.auth-form-container{width:100%;max-width:400px}@media (max-width:991px){.auth-row{display:flex;flex-direction:column}.auth-brand-panel{padding:40px 24px;min-height:auto;gap:32px;order:2}.auth-logo-wrap{position:static;margin-top:60px;margin-bottom:24px;display:flex;justify-content:flex-start;font-size:26px}.auth-form-panel{padding:90px 24px 40px;order:1;background:#f8fafc}.auth-stats-row{justify-content:flex-start;gap:12px;padding-top:24px;border-top:1px solid hsla(0,0%,100%,.05)}.auth-stat-item{min-width:calc(33.33% - 8px);padding:12px 14px}.auth-stat-num{font-size:20px}.auth-back-btn{top:20px;left:20px;right:auto;width:38px;height:38px}}@media (max-width:480px){.auth-brand-panel{padding:40px 20px}.auth-logo-wrap{font-size:24px;top:16px;left:16px}.auth-form-panel{padding:70px 20px 32px}.auth-stat-num{font-size:18px}.auth-stat-label{font-size:9px}.auth-stat-item{min-width:100px}}.auth-back-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;color:#fff;opacity:.35;text-decoration:none;transition:all .3s cubic-bezier(.19,1,.22,1);position:absolute;top:32px;left:32px;z-index:20;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.02)}.auth-back-btn:hover{opacity:1;background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.2);transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.auth-left-content p{color:hsla(0,0%,100%,.7)!important}.auth-header-h2{font-family:Playfair Display,serif;font-size:34px;font-weight:900;color:#0d2b40;margin-bottom:12px;letter-spacing:-1.5px}.auth-header-p{font-size:16px;color:#64748b;font-weight:500;line-height:1.5}.auth-form-group{display:flex;flex-direction:column;gap:10px}.auth-label{font-size:14px;font-weight:700;color:#1b4f72;display:flex;align-items:center;gap:8px}@media (max-width:991px){.auth-header-h2{font-size:28px;letter-spacing:-.5px}.auth-header-p{font-size:15px}.auth-form-panel{padding:90px 24px 40px}.auth-form-container{max-width:100%;border-radius:0}.auth-brand-panel{padding:60px 24px 40px;min-height:auto;justify-content:flex-start;gap:0}.auth-back-btn{top:20px;left:20px;right:auto;width:38px;height:38px}.auth-logo-wrap{margin-top:48px;margin-bottom:32px;font-size:28px}.auth-left-content{margin-bottom:48px}.auth-left-content h1{font-size:28px!important;line-height:1.15!important}.auth-left-content p{font-size:15px!important;margin-top:12px}.auth-stats-row{margin-top:24px;padding-top:32px}}@media (max-width:480px){.auth-form-panel{padding:80px 20px 32px}.auth-header-h2{font-size:26px}.auth-brand-panel{padding:50px 20px 32px}.auth-back-btn{top:16px;left:16px}.auth-logo-wrap{margin-top:40px;font-size:24px}.auth-left-content h1{font-size:22px!important}.auth-left-content p{font-size:14px!important}}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.demo-section-inner{display:flex;flex-direction:column;align-items:center;gap:48px;max-width:900px;margin:0 auto}.demo-copy{text-align:center}@media (min-width:768px){.demo-section-inner{flex-direction:row;align-items:center;justify-content:space-between}.demo-copy{text-align:left;max-width:500px}}