.home-page{--bg:#0b100f;--bg2:#131a18;--bg3:#1b2320;--fg:#eef1ef;--fg2:#96a39a;--fg3:#6d7874;--lime:#1fdf64;--lime2:#77f194;--cyan:#188b60;--border:#2d3b36;--card:#131a18;--r:8px;--r2:16px;background:var(--bg);color:var(--fg);font-family:var(--font-outfit),sans-serif;font-weight:400;line-height:1.6;overflow-x:hidden}.home-page,.home-page :before,.home-page :after{box-sizing:border-box;margin:0;padding:0}.home-page a{color:inherit;text-decoration:none}.home-page img{max-width:100%;display:block}.home-page::-webkit-scrollbar{width:6px}.home-page::-webkit-scrollbar-track{background:var(--bg)}.home-page::-webkit-scrollbar-thumb{background:var(--bg3);border-radius:3px}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translate(0,0)}}@keyframes heroLineReveal{0%{opacity:0;filter:blur(10px);transform:translateY(40px)scale(.97)}to{opacity:1;filter:blur();transform:translate(0,0)scale(1)}}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}@keyframes gridMove{0%{background-position:0 0}to{background-position:40px 40px}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.anim{opacity:0;animation:.75s cubic-bezier(.22,1,.36,1) forwards fadeUp}.anim-1{animation-delay:80ms}.anim-2{animation-delay:.2s}.anim-3{animation-delay:.32s}.anim-4{animation-delay:.44s}.anim-5{animation-delay:.54s}.anim-6{animation-delay:.64s}.hero-h1 .hero-h1-line.anim{animation-name:heroLineReveal;animation-duration:.9s;animation-timing-function:cubic-bezier(.16,1,.32,1)}.hero-h1-anim-1{animation-delay:.12s}.hero-h1-anim-2{animation-delay:.28s}.hero-h1-anim-3{animation-delay:.44s}.hero-h1,.section-title,.stat-num,.step-num,.cta-title,.hero-fc-val,.companies-row .company-name,.why-progress-num{font-family:var(--font-bebas-neue),sans-serif}#hero{flex-direction:column;justify-content:flex-end;min-height:100vh;padding:0 5% 5rem;display:flex;position:relative;overflow:hidden}.hero-grid{background-image:linear-gradient(var(--border) 1px, transparent 1px),linear-gradient(90deg, var(--border) 1px, transparent 1px);opacity:.35;background-size:40px 40px;animation:8s linear infinite gridMove;position:absolute;inset:0}.hero-glow-1,.hero-glow-2{pointer-events:none;border-radius:50%;position:absolute}.hero-glow-1{background:radial-gradient(circle,#1fdf6406 0%,#0000 70%);width:60%;padding-bottom:60%;top:-10%;left:-10%}.hero-glow-2{background:radial-gradient(circle,#188b6008 0%,#0000 70%);width:50%;padding-bottom:50%;bottom:-20%;right:-5%}.hero-badge{color:var(--lime);letter-spacing:.04em;background:#1fdf6406;border:1px solid #1fdf641f;border-radius:99px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.8rem;font-weight:500;display:inline-flex}.hero-badge:before{content:"";background:var(--lime);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}.hero-h1{letter-spacing:.02em;text-transform:uppercase;perspective:1200px;margin-bottom:1.5rem;font-size:clamp(3.5rem,10vw,8rem);line-height:.95}.hero-h1-line{transform-origin:50% 80%;display:block}.hero-h1-line--accent{margin-top:.02em}.hero-h1 em{color:var(--lime);font-style:normal;display:block}.hero-sub{color:var(--fg2);max-width:480px;margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.2rem);font-weight:300;line-height:1.7}.hero-btns{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.btn-primary{background:var(--lime);color:#051208;border-radius:var(--r);letter-spacing:.04em;cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.9rem;font-weight:700;transition:background .2s,transform .15s;display:inline-flex}.btn-primary:hover{background:var(--lime2);transform:translateY(-2px)}.btn-ghost{color:var(--fg);letter-spacing:.04em;border-radius:var(--r);border:1px solid var(--border);cursor:pointer;background:0 0;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.9rem;font-weight:500;transition:border-color .2s,color .2s,transform .15s;display:inline-flex}.btn-ghost:hover{border-color:var(--fg2);transform:translateY(-2px)}.hero-trust{color:var(--fg3);align-items:center;gap:1rem;font-size:.8rem;display:flex}.hero-avatars{display:flex}.hero-avatars span{border:2px solid var(--bg);background:var(--bg3);width:32px;height:32px;color:var(--lime);border-radius:50%;justify-content:center;align-items:center;margin-left:-8px;font-size:.65rem;font-weight:600;display:flex}.hero-avatars span:first-child{margin-left:0}.hero-scroll{color:var(--fg3);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.75rem;display:flex;position:absolute;bottom:2rem;right:5%}.hero-scroll-line{background:var(--fg3);width:40px;height:1px}.hero-floating-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1.25rem 1.5rem;animation:4s ease-in-out infinite float;position:absolute;top:20%;right:5%}.hero-fc-title{color:var(--fg3);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-size:.75rem}.hero-fc-val{color:var(--lime);font-size:2rem;line-height:1}.hero-fc-sub{color:var(--fg2);font-size:.75rem}#stats{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:5rem 5%}.stats-grid{grid-template-columns:repeat(4,1fr);gap:2px;display:grid}.stat-item{text-align:center;padding:2rem;position:relative}.stat-item:after{content:"";background:var(--border);width:1px;position:absolute;top:20%;bottom:20%;right:0}.stat-item:last-child:after{display:none}.stat-num{color:var(--lime);font-size:clamp(2.5rem,5vw,4rem);line-height:1;display:block}.stat-label{color:var(--fg2);margin-top:.25rem;font-size:.85rem;font-weight:400}.stat-plus{color:var(--cyan)}section{padding:6rem 5%}.section-tag{letter-spacing:.12em;text-transform:uppercase;color:var(--lime);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:inline-flex}.section-tag:before{content:"";background:var(--lime);width:24px;height:2px}.section-title{letter-spacing:.02em;text-transform:uppercase;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem);line-height:1}.section-desc{color:var(--fg2);max-width:480px;font-size:1rem;font-weight:300;line-height:1.7}.section-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:3.5rem;display:flex}#courses{background:var(--bg2)}.courses-grid{grid-template-columns:repeat(3,1fr);gap:1.5px;display:grid}.course-card{background:var(--card);cursor:pointer;border:1px solid var(--border);padding:2rem;transition:background .25s;position:relative;overflow:hidden}.course-card:hover{background:var(--bg3)}.course-card:before{content:"";background:var(--lime);transform-origin:0;height:2px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.course-card:hover:before{transform:scaleX(1)}.course-icon{border-radius:var(--r);background:#1fdf6406;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;font-size:1.4rem;display:flex}.course-title{margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.course-desc{color:var(--fg2);margin-bottom:1.25rem;font-size:.875rem;line-height:1.6}.course-meta{gap:1rem;display:flex}.course-tag{color:var(--lime);letter-spacing:.06em;text-transform:uppercase;background:#1fdf6406;border:1px solid #1fdf6414;border-radius:99px;padding:.2rem .6rem;font-size:.7rem;font-weight:600}.course-duration{color:var(--fg3);align-items:center;gap:.3rem;font-size:.75rem;display:flex}.course-arrow{background:var(--lime);color:#051208;opacity:0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;transition:opacity .2s,transform .2s;display:flex;position:absolute;bottom:1.5rem;right:1.5rem;transform:scale(.8)}.course-card:hover .course-arrow{opacity:1;transform:scale(1)}button.course-card{font:inherit;color:inherit;text-align:left;appearance:none;cursor:pointer;width:100%;margin:0}@keyframes cta-modal-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes cta-modal-panel-in{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.cta-modal-backdrop{z-index:200;background:#000000a6;justify-content:center;align-items:center;padding:1.5rem;animation:.2s forwards cta-modal-backdrop-in;display:flex;position:fixed;inset:0}.cta-modal-panel{background:var(--bg);border:1px solid var(--border);border-radius:var(--r2);text-align:center;width:min(440px,100%);max-height:min(90vh,640px);animation:.25s forwards cta-modal-panel-in;position:relative;overflow:hidden auto;box-shadow:0 24px 80px #00000073}.cta-modal-bg{pointer-events:none;background:radial-gradient(#1fdf6406 0%,#0000 70%);position:absolute;inset:0}.cta-modal-content{z-index:1;padding:2rem 1.75rem 2.25rem;position:relative}.cta-modal-close{z-index:2;border:1px solid var(--border);border-radius:var(--r);background:var(--bg2);width:2.25rem;height:2.25rem;color:var(--fg2);cursor:pointer;justify-content:center;align-items:center;font-size:1.35rem;line-height:1;transition:border-color .2s,color .2s,background .2s;display:flex;position:absolute;top:.65rem;right:.65rem}.cta-modal-close:hover{border-color:var(--lime);color:var(--lime);background:#1fdf640a}.cta-modal-course{color:var(--fg2);margin:0 0 .75rem;font-size:.9rem;line-height:1.5}.cta-modal-course strong{color:var(--lime);font-weight:600}.cta-modal-panel .cta-tag{margin-bottom:.5rem}.cta-modal-panel .cta-title{margin-bottom:.75rem;font-size:clamp(1.35rem,4vw,2.35rem)}.cta-modal-panel .cta-desc{margin-bottom:1.5rem;font-size:.95rem}.cta-modal-panel .cta-form{flex-direction:column;max-width:100%}.cta-modal-panel .cta-input{width:100%;min-width:0}.cta-modal-panel .btn-primary{width:100%}#why{background:var(--bg)}.why-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.why-main-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r2);margin-bottom:1.5px;padding:2rem}.why-progress-title{color:var(--fg3);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-size:.75rem}.why-progress-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem;display:grid}.why-progress-item{border-radius:var(--r);padding:1rem}.why-progress-item-lime{background:#1fdf6408;border:1px solid #1fdf6414}.why-progress-item-cyan{background:#188b6008;border:1px solid #188b6014}.why-progress-num{font-size:2rem}.why-progress-num-lime{color:var(--lime)}.why-progress-num-cyan{color:var(--cyan)}.why-progress-label{color:var(--fg2);font-size:.75rem}.why-progress-row{border:1px solid var(--border);border-radius:var(--r);background:#1fdf6406;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.why-progress-dot{background:var(--lime);border-radius:50%;width:10px;height:10px}.why-progress-text{color:var(--fg2);font-size:.8rem}.why-progress-percent{color:var(--lime);margin-left:auto;font-size:.75rem}.why-mini-cards{grid-template-columns:1fr 1fr;gap:1.5px;display:grid}.why-mini{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r);padding:1.25rem}.why-mini-left{border-radius:0 0 0 var(--r2)}.why-mini-right{border-radius:0 0 var(--r2) 0}.why-mini-icon{margin-bottom:.5rem;font-size:1.5rem}.why-mini-title{margin-bottom:.25rem;font-size:.875rem;font-weight:600}.why-mini-desc{color:var(--fg2);font-size:.75rem;line-height:1.5}.why-features{flex-direction:column;gap:1.25rem;list-style:none;display:flex}.why-feat{align-items:flex-start;gap:1rem;display:flex}.why-feat-icon{border-radius:var(--r);background:#1fdf6406;border:1px solid #1fdf6414;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;display:flex}.why-feat-title{margin-bottom:.2rem;font-size:.95rem;font-weight:600}.why-feat-desc{color:var(--fg2);font-size:.85rem;line-height:1.5}#process{background:var(--bg2);padding:6rem 5%}.process-head,.reviews-head{text-align:center;margin-bottom:0}.process-tag,.reviews-tag,.cta-tag{justify-content:center}.process-steps{grid-template-columns:repeat(4,1fr);gap:0;margin-top:3.5rem;display:grid;position:relative}.process-steps:before{content:"";background:linear-gradient(90deg, var(--border), var(--lime), var(--border));height:1px;position:absolute;top:28px;left:10%;right:10%}.step{text-align:center;padding:0 1rem;position:relative}.step-num{border:1px solid var(--border);background:var(--bg);width:56px;height:56px;color:var(--lime);z-index:1;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:1.4rem;display:flex;position:relative}.step:hover .step-num{background:var(--lime);color:#051208;border-color:var(--lime);transition:all .25s}.step-title{margin-bottom:.5rem;font-size:.95rem;font-weight:600}.step-desc{color:var(--fg2);font-size:.8rem;line-height:1.6}#reviews{background:var(--bg);padding:6rem 5%}.reviews-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem;display:grid}.review-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r2);padding:1.75rem;transition:border-color .25s,transform .25s}.review-card:hover{border-color:var(--fg3);transform:translateY(-4px)}.review-stars{color:var(--lime);letter-spacing:.1em;margin-bottom:1rem;font-size:.9rem}.review-text{color:var(--fg2);margin-bottom:1.25rem;font-size:.9rem;font-style:italic;line-height:1.7}.review-author{align-items:center;gap:.75rem;display:flex}.review-avatar{background:linear-gradient(135deg, var(--bg3), var(--bg));border:1px solid var(--border);width:40px;height:40px;color:var(--lime);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.review-name{font-size:.875rem;font-weight:600}.review-course{color:var(--fg3);font-size:.75rem}#companies{background:var(--bg2);border-top:1px solid var(--border);padding:4rem 5%}.companies-title{text-align:center;letter-spacing:.15em;text-transform:uppercase;color:var(--fg3);margin-bottom:2.5rem;font-size:.75rem;font-weight:600}.companies-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.company-name{letter-spacing:.1em;color:var(--fg3);font-size:1.4rem;transition:color .2s}.company-name:hover{color:var(--fg2)}#cta{text-align:center;padding:8rem 5%;position:relative;overflow:hidden}.cta-bg{background:radial-gradient(#1fdf6406 0%,#0000 70%);position:absolute;inset:0}.cta-content{z-index:1;position:relative}.cta-title{letter-spacing:.02em;text-transform:uppercase;margin-bottom:1rem;font-size:clamp(2.5rem,7vw,5.5rem);line-height:1}.cta-title span{color:var(--lime)}.cta-desc{color:var(--fg2);max-width:440px;margin:0 auto 2.5rem;font-size:1.05rem;font-weight:300;line-height:1.7}.cta-form{flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:440px;margin:0 auto;display:flex}.cta-input{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r);min-width:200px;color:var(--fg);font-family:var(--font-outfit),sans-serif;outline:none;flex:1;padding:.85rem 1.25rem;font-size:.9rem;transition:border-color .2s}.cta-input:focus{border-color:var(--lime)}.cta-input::placeholder{color:var(--fg3)}.cta-note{color:var(--fg3);margin-top:1rem;font-size:.75rem}footer{background:var(--bg2);border-top:1px solid var(--border);padding:4rem 5% 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.footer-brand{align-items:center;max-width:min(400px,92vw);margin-bottom:1rem;line-height:0;display:flex}.footer-brand-img{object-fit:contain;object-position:left center;width:auto;max-width:100%;height:auto;max-height:72px;display:block}@media (max-width:600px){.footer-brand-img{max-height:56px}}.footer-brand-desc{color:var(--fg2);max-width:240px;margin-bottom:1.5rem;font-size:.875rem;line-height:1.7}.footer-social{gap:.75rem;display:flex}.footer-social a{border-radius:var(--r);border:1px solid var(--border);width:36px;height:36px;color:var(--fg2);justify-content:center;align-items:center;font-size:.85rem;transition:border-color .2s,color .2s;display:flex}.footer-social a:hover{border-color:var(--lime);color:var(--lime)}.footer-col-title{letter-spacing:.1em;text-transform:uppercase;color:var(--fg3);margin-bottom:1.25rem;font-size:.8rem;font-weight:600}.footer-links{flex-direction:column;gap:.6rem;list-style:none;display:flex}.footer-links a{color:var(--fg2);font-size:.875rem;transition:color .2s}.footer-links a:hover{color:var(--lime)}.footer-bottom{border-top:1px solid var(--border);color:var(--fg3);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.8rem;display:flex}.footer-legal{gap:1.5rem;display:flex}.footer-bottom a{color:var(--fg3);transition:color .2s}.footer-bottom a:hover{color:var(--lime)}@media (max-width:900px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-item:nth-child(2):after{display:none}.courses-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr;gap:3rem}.why-visual{order:-1}.process-steps{grid-template-columns:repeat(2,1fr);gap:2rem}.process-steps:before{display:none}.reviews-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}.hero-floating-card{display:none}}@media (max-width:600px){.courses-grid,.stats-grid,.reviews-grid,.why-mini-cards,.process-steps{grid-template-columns:1fr}.stat-item:after{display:none}.section-head{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr}.hero-h1{font-size:clamp(3rem,15vw,6rem)}#hero{padding-bottom:5rem}}
