@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--dark:#0E3F67;--yellow:#FFAF05;--orange:#FF9415;--purple:#5D2063;--silver:#B0BBBF;--burgundy:#710F1E;--grad:linear-gradient(90deg,#FF9415,#FFAF05);--light-bg:#f5f7fa;--text:#333;--white:#fff;--font-head:"Nunito",sans-serif;--font-body:"Inter",sans-serif}html{scroll-behavior:smooth}body,html{overflow-x:clip}body{font-family:var(--font-body);color:var(--text);background:var(--white);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.btn-yellow{display:inline-block;background:var(--yellow);color:var(--dark);font-weight:700;font-size:.85rem;padding:.65rem 1.4rem;border-radius:6px;border:none;cursor:pointer;transition:opacity .2s;white-space:nowrap}.btn-yellow:hover{opacity:.88}.btn-outline{display:inline-block;background:transparent;color:var(--dark);font-weight:700;font-size:.85rem;padding:.62rem 1.4rem;border-radius:6px;border:2px solid var(--dark);cursor:pointer;transition:background .2s,color .2s;white-space:nowrap}.btn-outline:hover{background:var(--dark);color:var(--white)}.btn-yellow-lg{display:inline-block;background:var(--yellow);color:var(--dark);font-weight:700;font-size:1rem;padding:.9rem 2rem;border-radius:8px;border:none;cursor:pointer;transition:opacity .2s}.btn-yellow-lg:hover{opacity:.88}.btn-outline-white{display:inline-block;background:transparent;color:var(--white);font-weight:700;font-size:1rem;padding:.88rem 2rem;border-radius:8px;border:2px solid var(--white);cursor:pointer;transition:background .2s,color .2s}.btn-outline-white:hover{background:var(--white);color:var(--dark)}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--dark);box-shadow:0 2px 16px rgba(0,0,0,.22)}.header-top{justify-content:space-between;max-width:1280px;margin:0 auto;padding:.9rem 2rem;gap:1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.header-logo,.header-top{display:flex;align-items:center}.header-logo{gap:.75rem;text-decoration:none;cursor:pointer;position:relative;z-index:1;flex-shrink:0}.header-logo img{height:68px;width:auto}.header-logo-text{display:flex;flex-direction:column;line-height:1.1}.header-logo-name{font-family:var(--font-head);font-size:1.55rem;font-weight:900;color:var(--yellow);letter-spacing:.02em}.header-logo-sub{font-size:.78rem;color:rgba(255,255,255,.65);font-weight:400;letter-spacing:.02em}.header-actions{display:flex;align-items:center;gap:.85rem}.header-phone{font-weight:600;color:var(--white);font-size:1rem;white-space:nowrap;text-decoration:none;letter-spacing:.01em}.header-phone:hover{color:var(--yellow)}.btn-header-cta{background:var(--yellow);color:var(--dark);font-family:var(--font-head);font-weight:700;font-size:.82rem;padding:.6rem 1.1rem;border-radius:6px;text-decoration:none;white-space:nowrap;transition:background .2s,transform .15s;display:inline-block}.btn-header-cta:hover{background:#e6a800;transform:translateY(-1px)}.btn-header-wa{background:transparent;color:var(--white);font-family:var(--font-head);font-weight:700;font-size:.82rem;padding:.58rem 1rem;border-radius:6px;border:2px solid rgba(255,255,255,.35);text-decoration:none;white-space:nowrap;display:inline-flex;align-items:center;gap:.4rem;transition:border-color .2s,color .2s}.btn-header-wa:hover{border-color:#25D366;color:#25D366}.header-nav{background:var(--dark)}.header-nav-inner{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:center;gap:.25rem}.nav-link{color:rgba(255,255,255,.88);font-size:1.15rem;font-weight:500;padding:.9rem 1.25rem;display:inline-block;transition:color .2s,background .2s;position:relative;letter-spacing:.01em}.nav-link:hover{color:var(--white);background:rgba(255,255,255,.08)}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.4rem;color:var(--white)}.hero{position:relative;min-height:65vh;background:var(--dark) url(https://static.tildacdn.net/tild3738-6238-4634-b436-343335663739/43CEE2A8-2FCE-4454-A.jpeg) no-repeat center right /cover;display:flex;align-items:flex-end}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,62,99,.92) 40%,rgba(15,62,99,.3))}.hero-content{position:relative;z-index:2;max-width:1200px;max-width:640px;margin:0 auto;padding:4rem 1.5rem}.hero-content-inner{max-width:580px}.hero-title{font-family:var(--font-head);font-size:clamp(1.75rem,6vw,4.5rem);font-weight:800;color:var(--white);line-height:1.1;margin-bottom:.5rem}.hero-subtitle{font-size:clamp(1.1rem,2.5vw,1.5rem);color:var(--yellow);font-weight:600;margin-bottom:1rem}.hero-desc{color:rgba(255,255,255,.85);font-size:1rem;margin-bottom:2rem;max-width:480px}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section,.section-dark{padding:5rem 1.5rem}.section-dark{background:var(--dark);color:var(--white)}.section-light{padding:5rem 1.5rem;background:var(--light-bg)}.section-title{font-family:var(--font-head);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;color:var(--dark);margin-bottom:.5rem;text-align:center}.section-title span{color:var(--orange)}.section-title-white{font-family:var(--font-head);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;color:var(--white);margin-bottom:1rem;text-align:center}.section-subtitle{color:#666}.section-subtitle,.section-subtitle-white{text-align:center;font-size:1.05rem;margin-bottom:3rem}.section-subtitle-white{color:rgba(255,255,255,.8)}.pain-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:1200px;margin:0 auto}.pain-card{background:rgba(255,255,255,.08);border-left:4px solid var(--yellow);border-radius:8px;padding:1.5rem;color:var(--white);font-size:.95rem;line-height:1.6}.course-desc-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;max-width:1100px;margin:0 auto;align-items:center}.course-desc-text h2{font-family:var(--font-head);font-size:clamp(1.5rem,5vw,2.2rem);font-weight:800;color:var(--dark);margin-bottom:1rem}.course-desc-text h2 span{color:var(--orange)}.course-desc-text p{color:#555;line-height:1.75;margin-bottom:1.5rem}.imagine-section{background:var(--dark);padding:5rem 1.5rem;text-align:center}.imagine-text{max-width:700px;margin:0 auto;color:rgba(255,255,255,.9);font-size:1.2rem;line-height:1.9}.imagine-text strong{color:var(--yellow)}.imagine-result{background:rgba(255,255,255,.08);border-radius:12px;padding:2rem;max-width:600px;margin:2rem auto 0;color:var(--white)}.cert-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;max-width:1000px;margin:0 auto;align-items:center}.cert-showcase{position:relative;display:flex;align-items:center;justify-content:center;padding:2.5rem 1.5rem}.cert-showcase:before{content:"";position:absolute;inset:10% 5%;background:rgba(245,166,35,.18);border-radius:14px;transform:rotate(6deg);z-index:0}.cert-img{position:relative;z-index:1;border-radius:10px;box-shadow:0 16px 60px rgba(0,0,0,.22),0 2px 8px rgba(0,0,0,.1);width:100%;max-width:400px;transform:rotate(-9deg);filter:blur(.5px) brightness(.97);transition:transform .4s ease,filter .4s ease,box-shadow .4s ease}.cert-img:hover{transform:rotate(-4deg) scale(1.03);filter:blur(0) brightness(1);box-shadow:0 24px 80px rgba(0,0,0,.28)}.cert-text h3{font-family:var(--font-head);font-size:1.5rem;font-weight:700;color:var(--dark);margin-bottom:.75rem}.cert-text p{color:#555;line-height:1.75}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:1100px;margin:0 auto}.review-card{background:var(--white);border-radius:12px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.07);border-top:4px solid var(--yellow)}.review-stars{color:var(--yellow);font-size:1.2rem;margin-bottom:.75rem}.review-text{color:#555;font-size:.95rem;line-height:1.7;margin-bottom:1rem}.review-author{font-weight:700;color:var(--dark);font-size:.9rem}.review-source{color:#999;font-size:.8rem;margin-top:.25rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;max-width:1100px;margin:0 auto}.feature-card{background:var(--white);border-radius:12px;padding:2.5rem 2rem;box-shadow:0 4px 20px rgba(0,0,0,.06);text-align:center;border-bottom:4px solid var(--yellow)}.feature-icon{width:60px;height:60px;background:var(--grad);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-size:1.5rem;color:var(--white)}.feature-title{font-family:var(--font-head);font-size:1.4rem;font-weight:700;color:var(--dark);margin-bottom:.75rem}.feature-desc{color:#666;font-size:.95rem;line-height:1.7}.stufen-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.07);cursor:pointer;text-decoration:none;display:block;color:inherit;transition:transform .13s ease,box-shadow .13s ease}.stufen-card:hover{transform:scale(.982) translateY(2px);box-shadow:0 2px 8px rgba(0,0,0,.13),inset 0 2px 8px rgba(0,0,0,.06)}.stufen-card:active{transform:scale(.975) translateY(3px);box-shadow:0 1px 4px rgba(0,0,0,.18),inset 0 3px 12px rgba(0,0,0,.1)}.hero-roblox-img{position:absolute;right:4%;bottom:0;height:88%;max-height:440px;max-width:46%;z-index:1;object-fit:contain;pointer-events:none}.carousel-wrap{position:relative;max-width:1200px;margin:0 auto}.carousel{overflow:hidden;padding-bottom:1rem}.carousel-track{display:flex;gap:1.25rem;will-change:transform}.carousel-track.sliding{transition:transform .35s cubic-bezier(.4,0,.2,1)}.carousel-card{flex:0 0 210px;border-radius:12px;overflow:hidden;background:var(--white);box-shadow:0 4px 16px rgba(0,0,0,.1);transition:transform .2s,box-shadow .2s;text-decoration:none;color:inherit;border:1px solid #eee}.carousel-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.carousel-card-img-wrap{width:100%;height:160px;background:#f5f7fa;display:flex;align-items:center;justify-content:center;overflow:hidden}.carousel-card-img-wrap img{width:100%;height:100%;object-fit:contain;padding:.5rem}.carousel-card-title{padding:.7rem 1rem .9rem;font-weight:600;font-size:.88rem;color:var(--dark);line-height:1.3;border-top:1px solid #f0f0f0}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:1100px;margin:0 auto}.benefit-card{background:var(--white);border-radius:12px;padding:2rem;box-shadow:0 4px 16px rgba(0,0,0,.06)}.benefit-title{font-family:var(--font-head);font-size:1.3rem;font-weight:700;color:var(--dark);margin-bottom:.5rem}.benefit-desc{color:#666;font-size:.92rem;line-height:1.65}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;max-width:1100px;margin:0 auto}.why-card{display:flex;gap:1rem;align-items:flex-start}.why-icon{width:48px;height:48px;flex-shrink:0}.why-content h3{font-family:var(--font-head);font-size:1.2rem;font-weight:700;color:var(--dark);margin-bottom:.5rem}.why-content p{color:#555;font-size:.9rem;line-height:1.65}.module-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:1200px;margin:0 auto}.module-card{border-radius:12px;overflow:hidden;background:var(--white);box-shadow:0 4px 16px rgba(0,0,0,.08);transition:transform .2s,box-shadow .2s;text-decoration:none;color:var(--dark)}.module-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.14)}.module-card img{width:100%;height:130px;object-fit:cover}.module-card-body{padding:.9rem 1rem;font-weight:600;font-size:.9rem;line-height:1.3;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.module-hero{background:var(--dark);padding:4rem 1.5rem;text-align:center;color:var(--white);overflow:hidden}.module-hero-title{font-family:var(--font-head);font-size:clamp(2rem,5vw,3.5rem);font-weight:800;margin-bottom:.75rem}.module-hero-desc{max-width:680px;margin:0 auto 2rem;color:rgba(255,255,255,.85);font-size:1.05rem}.module-hero-img{display:block;border-radius:12px;width:100%;max-width:600px;margin:2rem auto 0;box-shadow:0 8px 40px rgba(0,0,0,.3)}.module-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:1000px;margin:0 auto}.module-info-card{background:var(--white);border-radius:10px;padding:1.75rem;box-shadow:0 4px 16px rgba(0,0,0,.07);display:flex;align-items:flex-start;gap:1rem}.module-info-icon{font-size:2rem;flex-shrink:0}.module-info-title{font-weight:700;color:var(--dark);margin-bottom:.35rem;font-size:1rem}.module-info-desc{color:#666;font-size:.88rem;line-height:1.6}.cta-banner{background:var(--grad);padding:4rem 1.5rem;text-align:center}.cta-banner h2{font-family:var(--font-head);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;color:var(--dark);margin-bottom:.75rem}.cta-banner p{color:rgba(0,0,0,.7);font-size:1.05rem;margin-bottom:2rem}.cta-btns{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.footer{background:var(--dark);color:rgba(255,255,255,.7);padding:3rem 1.5rem 1.5rem}.footer-inner{max-width:1200px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;grid-gap:2.5rem;gap:2.5rem;margin:0 auto 2rem}.footer-logo img{height:48px;margin-bottom:1rem;filter:brightness(0) invert(1)}.footer-desc{font-size:.9rem;line-height:1.6}.footer-col h4{color:var(--white);font-weight:700;margin-bottom:1rem;font-size:1rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.5rem}.footer-col a{color:rgba(255,255,255,.7);font-size:.9rem}.footer-col a:hover{color:var(--yellow)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;font-size:.85rem;flex-wrap:wrap;gap:.5rem}.steps-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:1000px;margin:0 auto;counter-reset:step}.step-item{text-align:center;padding:1.5rem;position:relative}.step-number{width:56px;height:56px;background:var(--grad);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-size:1.5rem;font-weight:800;color:var(--white);margin:0 auto 1rem}.step-title{font-weight:700;color:var(--dark);margin-bottom:.4rem}.step-desc,.step-title{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}.step-desc{color:#666;font-size:.9rem;line-height:1.6}.steps-3col{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem}.grid-2col{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem}.grid-form{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem}@media (max-width:768px){.header-nav-inner{flex-wrap:wrap;gap:0;justify-content:flex-start}.mobile-menu-btn{display:block}.nav-links-desktop{display:none}.header-top{padding:.65rem 1rem}.header-logo img{height:48px}.btn-header-cta,.btn-header-wa,.header-phone{display:none}.hero{min-height:50vh}.hero-content{padding:2rem 1rem 2.5rem}.hero-desc{margin-bottom:1.5rem}.hero-btns{flex-direction:column;align-items:flex-start;gap:.75rem}.hero-btns a,.hero-btns button{width:100%;text-align:center}.hero-title{word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.course-desc-text h2,.hero-subtitle,.hero-title{overflow-wrap:break-word}.hero-roblox-img{display:none}.section,.section-dark,.section-light{padding:2.5rem 1rem}.container{padding:0 1rem}.cta-banner,.imagine-section,.module-hero{padding:2.5rem 1rem}.section-subtitle,.section-subtitle-white{margin-bottom:1.5rem;font-size:.95rem}.section-title{margin-bottom:.4rem}.section-title-white{margin-bottom:.5rem}.cta-banner p{margin-bottom:1.25rem}.cert-grid,.course-desc-grid{grid-template-columns:1fr;gap:1.5rem}.features-grid,.why-grid{grid-template-columns:1fr;gap:1.25rem}.pain-grid{grid-template-columns:1fr;gap:1rem}.benefits-grid,.reviews-grid{grid-template-columns:1fr;gap:1.25rem}.steps-list{grid-template-columns:1fr 1fr;gap:1rem}.module-info-grid{grid-template-columns:1fr;gap:1rem}.module-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.grid-2col{gap:1.5rem}.footer-inner,.grid-2col,.grid-form{grid-template-columns:1fr}.footer-inner{gap:1.5rem}.feature-card{padding:1.5rem 1.25rem}.benefit-card,.module-info-card,.pain-card,.review-card{padding:1.25rem}.cert-showcase{padding:1.5rem 1rem}.step-item{padding:.75rem .5rem}.steps-3col{gap:.5rem}.step-number{width:44px;height:44px;font-size:1.2rem;margin-bottom:.6rem}.cta-btns{flex-direction:column;align-items:stretch;gap:.75rem}.cta-btns a,.cta-btns button{text-align:center}.imagine-text{font-size:1rem}.imagine-result{padding:1.25rem}}@media (max-width:480px){.cta-banner,.imagine-section,.module-hero,.section,.section-dark,.section-light{padding:2rem 1rem}.hero{min-height:44vh}.hero-content{padding:1.5rem 1rem 2rem}.steps-3col,.steps-list{grid-template-columns:1fr}.step-item{text-align:left;display:flex;align-items:flex-start;gap:.75rem}.step-number{margin:0;flex-shrink:0;width:36px;height:36px;font-size:1rem}.module-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.footer-inner{gap:1.25rem}.footer{padding:2rem 1rem 1rem}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9997;background:#fff;box-shadow:0 -4px 24px rgba(14,63,103,.14);border-top:3px solid var(--orange);padding:1.25rem 1.5rem}.cookie-banner-inner{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1rem 2rem;align-items:center}.cookie-banner-text{flex:1 1 340px;min-width:0}.cookie-banner-actions{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;flex-shrink:0}.cookie-btn{padding:.65rem 1.2rem;border-radius:8px;border:2px solid #c0d0e0;background:#fff;color:var(--dark)}.cookie-btn,.cookie-btn-primary{font-weight:700;font-size:.9rem;cursor:pointer;white-space:nowrap;font-family:var(--font-body)}.cookie-btn-primary{padding:.65rem 1.4rem;border-radius:8px;background:var(--orange);color:#fff;border:2px solid var(--orange)}.cookie-modal-btns{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem;border-top:1px solid #e8eff6;padding-top:1.25rem}.cookie-modal-btn{flex:1 1 auto;padding:.65rem 1rem;border-radius:8px;font-weight:700;font-size:.9rem;cursor:pointer;font-family:var(--font-body)}@media (max-width:600px){.cookie-banner{padding:1rem}.cookie-banner-inner{gap:.75rem;flex-direction:column;align-items:stretch}.cookie-banner-text{flex:none}.cookie-banner-actions{flex-direction:column}.cookie-btn,.cookie-btn-primary{width:100%;text-align:center}}