@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap";:root{--primary:#0f172a;--primary-light:#1e293b;--secondary:#f15a24;--secondary-hover:#d94b1b;--bg-color:#0f172a;--surface:#1e293b;--surface-light:#334155;--text-main:#f8fafc;--text-muted:#94a3b8;--border:#ffffff1a;--border-highlight:#f15a244d;--error:#ef4444;--success:#10b981}*{box-sizing:border-box;margin:0;padding:0}body.tour-active>#root{pointer-events:none;-webkit-user-select:none;user-select:none}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle at 100% 0,#1e1b4b 0%,#0f172a 100%);min-height:100vh;font-family:Inter,sans-serif;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif}.container{background:radial-gradient(circle at 15%,#f15a2414,#0000 25%),radial-gradient(circle at 85% 30%,#1e1b4b66,#0000 35%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.auth-card{-webkit-backdrop-filter:blur(24px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:480px;padding:3rem;animation:.5s ease-out fadeIn;position:relative;overflow:visible;box-shadow:0 4px 30px #0000001a,inset 0 1px #ffffff1a}.glass-panel{-webkit-backdrop-filter:blur(16px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 4px 30px #0000001a,inset 0 1px #ffffff0d}.auth-card.register{max-width:800px}.auth-header{text-align:center;margin-bottom:2.5rem}.auth-title{color:#fff;letter-spacing:-.025em;margin-bottom:.5rem;font-size:2rem;font-weight:700}.auth-subtitle{color:var(--text-muted);font-size:1rem}.form-group{margin-bottom:1.5rem;position:relative}.form-row{gap:1.5rem;margin-bottom:1.5rem;display:flex}.form-row .form-group{flex:1;margin-bottom:0}label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.85rem;font-weight:500;display:block}input,select,textarea{color:#fff;background-color:#0f172a80;border:1px solid #ffffff1a;border-radius:10px;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}input::placeholder{color:#94a3b866}input:focus,select:focus,textarea:focus{border-color:var(--secondary);background-color:#0f172acc;outline:none;box-shadow:0 0 0 4px #f15a2426}select option{background-color:var(--surface);color:#fff}.phone-input-group{gap:.75rem;display:flex}.phone-input-group select{width:35%}.phone-input-group input{width:65%}.btn{cursor:pointer;letter-spacing:.025em;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem 1.5rem;font-family:inherit;font-size:1.05rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{color:#fff;text-shadow:0 1px 2px #0003;background:linear-gradient(135deg,#f15a24 0%,#ff7b00 100%);border:1px solid #fff3;box-shadow:0 10px 15px -3px #f15a244d,0 4px 6px -2px #f15a2426}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#ff6f3d 0%,#ff8f1f 100%);transform:translateY(-2px)scale(1.02);box-shadow:0 20px 25px -5px #f15a2466,0 10px 10px -5px #f15a2433}.btn-secondary{color:#fff;background-color:#ffffff0d;border:1px solid #ffffff1a}.btn-secondary:hover:not(:disabled){background-color:#ffffff1a;border-color:#fff3}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.alert{border-radius:10px;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.9rem;animation:.3s ease-out slideDown;display:flex}.alert-error{color:#fca5a5;background-color:#ef44441a;border:1px solid #ef444433}.alert-success{color:#6ee7b7;background-color:#10b9811a;border:1px solid #10b98133}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.container{padding:1rem}.auth-card{-webkit-backdrop-filter:blur(24px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:480px;padding:3rem;animation:.5s ease-out fadeIn;position:relative;overflow:visible;box-shadow:0 4px 30px #0000001a,inset 0 1px #ffffff1a}.form-row{flex-direction:column;gap:1.5rem}.phone-input-group{flex-direction:column;gap:.75rem}.phone-input-group select,.phone-input-group input{width:100%}.auth-title{font-size:1.5rem}}.landing-container{background-color:var(--bg-main,#0f172a);min-height:100vh;color:var(--text-main,#f8fafc);font-family:Inter,system-ui,sans-serif;position:relative;overflow-x:hidden}.landing-container:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#0ea5e926 0%,#0000 70%);border-radius:50%;width:50vw;height:50vw;position:absolute;top:-10%;left:-10%}.landing-container:after{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#6366f11a 0%,#0000 70%);border-radius:50%;width:60vw;height:60vw;position:absolute;bottom:20%;right:-10%}.landing-nav{z-index:10;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;position:relative}.landing-logo{color:#fff;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;display:flex}.login-btn-outline{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:8px;padding:.5rem 1rem;font-weight:500;transition:all .2s}.login-btn-outline:hover{background:#ffffff1a;border-color:#fff6}.landing-main{z-index:10;flex-direction:column;gap:4rem;max-width:1200px;margin:0 auto;padding:2rem 1.5rem;display:flex;position:relative}.hero-section{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:4rem 0 2rem;animation:.8s ease-out forwards fadeUp;display:flex}.hero-title{background:linear-gradient(90deg,#93c5fd,#6366f1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;max-width:900px;margin:0;font-size:clamp(3rem,6vw,4.5rem);font-weight:800;line-height:1.2}.gradient-text-blue{background:linear-gradient(90deg,#60a5fa,#2563eb);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.gradient-text-orange{background:linear-gradient(90deg,#60a5fa,#fb923c);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-subtitle{color:#cbd5e1;max-width:700px;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.cta-btn{cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex}.cta-btn:hover{transform:translateY(-2px)}.primary-cta{color:#fff;background:linear-gradient(90deg,#60a5fa,#2563eb);margin-top:1rem;box-shadow:0 10px 25px -5px #2563eb4d}.primary-cta:hover{background:linear-gradient(90deg,#3b82f6,#1d4ed8);box-shadow:0 15px 30px -5px #2563eb80}.secondary-cta{color:#fff;background:linear-gradient(135deg,#f59e0b,#ea580c);box-shadow:0 10px 25px -5px #ea580c66}.secondary-cta:hover{box-shadow:0 15px 30px -5px #ea580c99}.glass-panel{-webkit-backdrop-filter:blur(24px);background:#1e293b66;border:1px solid #ffffff1a;border-radius:20px;padding:3rem 2rem;box-shadow:0 20px 40px -10px #0000004d}.section-title{text-align:center;background:linear-gradient(90deg,#93c5fd,#6366f1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.vision-section{text-align:center}.vision-text,.expectations-text{color:#e2e8f0;max-width:800px;margin:0 auto;font-size:1.125rem;line-height:1.7}.benefits-section{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.benefit-card{flex-direction:column;gap:1rem;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex}.benefit-card.clickable{cursor:pointer}.benefit-card{transition:all .3s ease-in-out;background:#1e293b4d!important;border:1px solid #ffffff0d!important}.benefit-card h3{color:#fff}.benefit-card p{color:#94a3b8}.benefit-card:hover{transform:translateY(-8px);background:#33415580!important;border-color:#3b82f666!important;box-shadow:0 0 15px #3b82f626!important}.read-more{color:#38bdf8;opacity:.8;margin-top:auto;font-size:.95rem;font-weight:600;transition:opacity .2s}.benefit-card:hover .read-more{opacity:1}.benefit-icon-wrapper{color:#fff;background:linear-gradient(135deg,#3b82f633,#f9731633);border:1px solid #3b82f64d;border-radius:12px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.5rem;display:flex}.benefit-icon-wrapper svg{width:32px;height:32px}.benefit-card h3{color:#fff;margin:0;font-size:1.5rem;font-weight:600}.benefit-card p{color:#94a3b8;margin:0;line-height:1.6}.expectations-section{border-left:none}.final-cta-section{text-align:center;flex-direction:column;align-items:center;gap:2rem;padding:4rem 0;display:flex}.final-cta-title{text-align:center;background:linear-gradient(90deg,#93c5fd,#6366f1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:2.5rem;font-weight:800}.landing-footer{text-align:center;color:#64748b;z-index:10;border-top:1px solid #ffffff0d;padding:2rem;position:relative}.modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:100;background:#0f172ad9;justify-content:center;align-items:center;padding:1.5rem;animation:.3s ease-out forwards fadeIn;display:flex;position:fixed;inset:0}.modal-content{width:100%;max-width:650px;max-height:90vh;padding:3rem;animation:.4s cubic-bezier(.16,1,.3,1) forwards modalPop;position:relative;overflow-y:auto}.modal-close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.modal-close:hover{background:#fff3;transform:rotate(90deg)}.modal-body h2{color:#fff;background:linear-gradient(135deg,#38bdf8,#818cf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-top:0;margin-bottom:1.5rem;font-size:2rem;font-weight:800}.modal-body p{color:#e2e8f0;margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.modal-highlights{-webkit-backdrop-filter:blur(24px);border-radius:20px;padding:2.5rem 2rem;transition:all .3s ease-in-out;background:#1e293b4d!important;border:1px solid #ffffff0d!important}.modal-highlights:hover{transform:translateY(-8px);background:#33415580!important;border-color:#3b82f666!important;box-shadow:0 0 15px #3b82f626!important}.modal-highlights p{color:#fff;margin-bottom:1rem}.modal-highlights ul{flex-direction:column;gap:1rem;margin:0;padding:0;list-style-type:none;display:flex}.modal-highlights li{color:#cbd5e1;padding-left:2rem;line-height:1.6;position:relative}.modal-highlights li:before{content:"✓";color:#fb923c;font-weight:700;position:absolute;top:0;left:0}.modal-highlights li strong{color:#fff}.modal-cta{justify-content:center;width:100%;margin-top:2rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes modalPop{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (width<=768px){.landing-main{gap:3rem}.glass-panel{padding:2rem 1.5rem}.cta-btn{justify-content:center;width:100%}.landing-nav{padding:1rem}.modal-content{padding:2rem 1.5rem}.modal-body h2{padding-right:2rem;font-size:1.5rem}}.dark-premium-cta{color:#fff;background:linear-gradient(90deg,#60a5fa,#2563eb);box-shadow:0 10px 25px -5px #2563eb4d}.dark-premium-cta:hover{background:linear-gradient(90deg,#3b82f6,#1d4ed8);box-shadow:0 15px 30px -5px #2563eb80}.offer-container{color:#0f172a;background-color:#f8fafc;min-height:100vh;font-family:Inter,system-ui,sans-serif}.offer-header{background:#fff;justify-content:space-between;align-items:center;padding:1.5rem 5%;display:flex;box-shadow:0 1px 3px #0000000d}.offer-logo{color:#0369a1;letter-spacing:-.5px;align-items:center;gap:10px;font-size:1.5rem;font-weight:800;display:flex}.partner-badge{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:flex}.offer-main{max-width:1100px;margin:0 auto;padding:3rem 2rem}.hero-banner{text-align:center;margin-bottom:4rem}.offer-title{color:#0f172a;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.highlight-school{color:#f59e0b}.offer-subtitle{color:#475569;max-width:800px;margin:0 auto;font-size:1.25rem;line-height:1.6}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:5rem;display:grid}.benefit-card{background:#fff;border-radius:16px;padding:2rem;transition:transform .2s;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.benefit-card:hover{transform:translateY(-5px)}.icon-wrapper{border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex}.icon-wrapper.bg-blue{color:#0284c7;background:#e0f2fe}.icon-wrapper.bg-green{color:#16a34a;background:#dcfce7}.icon-wrapper.bg-purple{color:#9333ea;background:#f3e8ff}.benefit-card h3{color:#0f172a;margin-bottom:1rem;font-size:1.25rem}.benefit-card p{color:#64748b;line-height:1.6}.pricing-section{justify-content:center;display:flex}.pricing-card{background:#fff;border:2px solid #e2e8f0;border-radius:24px;width:100%;max-width:700px;padding:3rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.pricing-card h2{text-align:center;color:#0f172a;margin-bottom:2.5rem;font-size:2rem}.price-rows{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.price-row{border-bottom:1px dashed #cbd5e1;justify-content:space-between;padding-bottom:1rem;font-size:1.1rem;display:flex}.price-row.crossed-out{color:#94a3b8;text-decoration:line-through}.price-row.discount,.price-row.discount-partner{color:#16a34a;font-weight:600}.final-price{text-align:center;margin:3rem 0}.price-amount{justify-content:center;align-items:baseline;gap:.5rem;display:flex}.price-amount .value{color:#0f172a;font-size:4rem;font-weight:800;line-height:1}.price-amount .currency{color:#0f172a;font-size:1.5rem;font-weight:700}.final-price .period{color:#64748b;margin-top:.5rem;font-size:1.1rem;display:block}.trojan-box{background:#fefce8;border:2px solid #fef08a;border-radius:12px;margin-bottom:2.5rem;padding:1.5rem}.trojan-header{color:#ca8a04;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.trojan-box p{color:#854d0e;font-size:.95rem;line-height:1.5}.activate-btn{color:#fff;cursor:pointer;background:#0369a1;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.25rem;font-size:1.25rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 6px -1px #0369a166}.activate-btn:hover{background:#0284c7;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0369a166}.guarantee-text{text-align:center;color:#64748b;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;font-size:.9rem;display:flex}.offer-footer{text-align:center;color:#94a3b8;border-top:1px solid #e2e8f0;padding:2rem}@media (width<=768px){.offer-title{font-size:2rem}.pricing-card{padding:2rem 1.5rem}.price-amount .value{font-size:3rem}.price-row{flex-direction:column;gap:.25rem}}
