*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,Arial,sans-serif;background:#fff;color:#222}a{text-decoration:none;color:inherit}button{font-family:inherit}.app-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:linear-gradient(135deg,#fff,#fff5f5);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.4rem;opacity:1;transition:opacity .45s ease}.app-loader.fade-out{opacity:0;pointer-events:none}.app-loader-rings{position:relative;width:96px;height:96px;display:flex;align-items:center;justify-content:center}.app-loader-rings .ring{position:absolute;top:0;right:0;bottom:0;left:0;border:3px solid #ff3366;border-radius:50%;animation:loader-pulse 1.8s ease-out infinite;opacity:0}.app-loader-rings .ring:nth-child(2){border-color:#ff6b35;animation-delay:.6s}.app-loader-icon{font-size:34px;position:relative;z-index:1;animation:loader-bounce 1.4s ease-in-out infinite}.app-loader-text{font-size:20px;font-weight:800;letter-spacing:.5px;background:linear-gradient(90deg,#ff6b35,#c2185b,#ff6b35);background-size:200% auto;-webkit-background-clip:text;background-clip:text;color:#c2185b;animation:loader-shimmer 2s linear infinite}@supports (-webkit-background-clip:text) or (background-clip:text){.app-loader-text{color:transparent}}.app-loader-bar{width:160px;height:4px;background:#ffe4ec;border-radius:4px;overflow:hidden}.app-loader-bar span{display:block;width:40%;height:100%;background:linear-gradient(90deg,#ff6b35,#f36);border-radius:4px;animation:loader-bar-slide 1.2s ease-in-out infinite}@keyframes loader-pulse{0%{transform:scale(.6);opacity:.9}to{transform:scale(1.5);opacity:0}}@keyframes loader-bounce{0%,to{transform:translateY(0) rotate(-6deg)}50%{transform:translateY(-10px) rotate(6deg)}}@keyframes loader-shimmer{0%{background-position:0% 50%}to{background-position:200% 50%}}@keyframes loader-bar-slide{0%{transform:translate(-110%)}to{transform:translate(260%)}}nav{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #eee;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:60px}.nav-brand{display:flex;align-items:baseline;font-size:22px;font-weight:800;letter-spacing:-.5px}.nav-brand-main{background:linear-gradient(120deg,#ff8a5b,#f36 55%,#c0392b);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.nav-brand-tld{color:#f36;font-size:13px;font-weight:700;margin-left:1px}.nav-right{display:flex;align-items:center;gap:1.25rem}.nav-links{display:flex;gap:1.5rem}.nav-links a{font-size:14px;color:#555;transition:color .2s;cursor:pointer}.nav-links a:hover{color:#f36}.nav-cta{background:#f36;color:#fff;padding:8px 20px;border-radius:25px;font-size:14px;font-weight:600;transition:opacity .2s;border:none;cursor:pointer}.nav-cta:hover{opacity:.88}.lang-switcher{display:flex;gap:4px;border:1px solid #eee;border-radius:20px;padding:3px}.lang-switcher button{border:none;background:none;font-size:12px;font-weight:700;color:#999;padding:4px 9px;border-radius:16px;cursor:pointer;text-transform:uppercase}.lang-switcher button.active{background:#f36;color:#fff}.hero{background:linear-gradient(135deg,#ff6b35,#f36,#c0392b);padding:5rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-80px;left:-80px;width:300px;height:300px;background:#ffffff12;border-radius:50%}.hero:after{content:"";position:absolute;bottom:-60px;right:-40px;width:250px;height:250px;background:#ffffff0d;border-radius:50%}.hero-badge{display:inline-block;background:#fff3;color:#fff;font-size:13px;padding:5px 16px;border-radius:20px;margin-bottom:1.25rem;border:1px solid rgba(255,255,255,.35)}.hero h1{font-size:clamp(28px,5vw,48px);font-weight:800;color:#fff;line-height:1.2;margin-bottom:1rem;position:relative}.hero h1 span{color:#ffe066}.hero p{font-size:17px;color:#ffffffe6;max-width:560px;margin:0 auto 2rem;line-height:1.6;position:relative}.hero-badges{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-bottom:2rem;position:relative}.hbadge{background:#ffffff38;color:#fff;font-size:13px;padding:6px 16px;border-radius:20px;border:1px solid rgba(255,255,255,.4)}.hero-btns{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;position:relative}.btn-primary{background:#fff;color:#f36;font-size:15px;font-weight:700;padding:14px 32px;border-radius:30px;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000002e}.btn-secondary{background:transparent;color:#fff;font-size:15px;font-weight:600;padding:14px 32px;border-radius:30px;border:2px solid rgba(255,255,255,.6);cursor:pointer;transition:background .2s;display:inline-block}.btn-secondary:hover{background:#ffffff26}.stats{display:flex;justify-content:center;gap:0;flex-wrap:wrap;background:#1a1a2e;padding:2rem}.stat{text-align:center;padding:1rem 2.5rem;border-right:1px solid #333}.stat:last-child{border-right:none}.stat-num{font-size:28px;font-weight:800;color:#ff6b35}.stat-label{font-size:13px;color:#aaa;margin-top:4px}section{padding:4rem 2rem;max-width:1100px;margin:0 auto}.section-header{text-align:center;margin-bottom:2.5rem}.section-header h2{font-size:clamp(22px,4vw,32px);font-weight:800;color:#1a1a2e;margin-bottom:.5rem}.section-header p{font-size:15px;color:#666;max-width:500px;margin:0 auto}.tag{display:inline-block;background:#ffe4ec;color:#f36;font-size:12px;font-weight:700;padding:3px 12px;border-radius:10px;margin-bottom:.75rem}.courses-carousel{position:relative;display:flex;align-items:center;gap:.75rem}.courses-carousel-viewport{overflow:hidden;flex:1;min-width:0;padding-top:16px}.courses-carousel-track{display:flex;transition:transform .6s ease}.course-card-slide{padding:0 .75rem;box-sizing:border-box}.carousel-arrow{flex-shrink:0;width:40px;height:40px;border-radius:50%;border:1.5px solid #eee;background:#fff;color:#c2185b;font-size:20px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,box-shadow .2s}.carousel-arrow:hover{background:#ffe4ec;box-shadow:0 4px 14px #ff336626}.carousel-arrow:disabled{opacity:.35;cursor:default;pointer-events:none}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:1.5rem}.carousel-dot{width:9px;height:9px;border-radius:50%;border:none;background:#e2e2e2;cursor:pointer;padding:0;transition:background .2s,transform .2s}.carousel-dot.active{background:#f36;transform:scale(1.2)}@media(max-width:560px){.carousel-arrow{width:34px;height:34px;font-size:17px}}.course-card{background:#fff;border:1.5px solid #eee;border-radius:16px;padding:1.75rem;transition:transform .2s,box-shadow .2s;position:relative}.course-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #ff33661f}.course-card.featured{border-color:#f36;border-width:2px}.pop-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#f36;color:#fff;font-size:11px;font-weight:700;padding:4px 16px;border-radius:12px;white-space:nowrap}.course-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:26px}.course-card h3{font-size:18px;font-weight:700;color:#1a1a2e;text-align:center;margin-bottom:.5rem}.course-card .course-desc{font-size:13px;color:#666;text-align:center;line-height:1.6;margin-bottom:1rem}.course-features{list-style:none;margin-bottom:.5rem;max-height:160px;overflow:hidden}.course-features.expanded{max-height:none}.course-features li{font-size:13px;color:#444;padding:4px 0;display:flex;align-items:center;gap:6px}.course-features li:before{content:"✓";color:#f36;font-weight:700}.course-read-more{display:block;margin:0 auto .75rem;background:none;border:none;color:#f36;font-size:13px;font-weight:600;cursor:pointer;padding:0}.course-read-more:hover{text-decoration:underline}.price-row{display:flex;align-items:baseline;justify-content:center;gap:8px;margin-bottom:1rem}.price{font-size:26px;font-weight:800;color:#f36}.price-old{font-size:14px;color:#aaa;text-decoration:line-through}.btn-buy{width:100%;background:#f36;color:#fff;border:none;padding:12px;border-radius:25px;font-size:14px;font-weight:700;cursor:pointer;transition:opacity .2s}.btn-buy:hover{opacity:.88}.btn-buy.orange{background:#ff6b35}.highlights-section{padding:4rem 2rem}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;max-width:1100px;margin:0 auto}.highlights-card{background:#fff;border-radius:16px;padding:2rem;border:1px solid #eee}.highlights-icon{width:48px;height:48px;border-radius:50%;background:#ffe4ec;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:20px}.highlights-card h3{font-size:18px;font-weight:800;color:#1a1a2e;margin-bottom:1rem}.highlights-list{list-style:none}.highlights-list li{font-size:14px;color:#444;padding:6px 0;display:flex;align-items:flex-start;gap:8px;line-height:1.4}.highlights-list li:before{content:"✓";color:#f36;font-weight:700;flex-shrink:0}.why-section{background:#fafafa;padding:4rem 2rem}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;max-width:1100px;margin:0 auto}.why-card{background:#fff;border-radius:14px;padding:1.5rem;text-align:center;border:1px solid #eee}.why-icon{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;font-size:22px}.why-card h4{font-size:15px;font-weight:700;color:#1a1a2e;margin-bottom:.4rem}.why-card p{font-size:13px;color:#666;line-height:1.5}.dispatcher{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:4rem 2rem;text-align:center}.dispatcher h2{color:#fff;font-size:clamp(22px,4vw,32px);font-weight:800;margin-bottom:.75rem}.dispatcher p{color:#fffc;font-size:15px;max-width:540px;margin:0 auto 2rem;line-height:1.6}.dispatcher-steps{display:flex;justify-content:center;gap:0;flex-wrap:wrap;max-width:800px;margin:0 auto 2.5rem}.d-step{flex:1;min-width:140px;text-align:center;padding:1.25rem 1rem;position:relative}.d-step:not(:last-child):after{content:"→";position:absolute;right:-8px;top:50%;transform:translateY(-50%);color:#ffffff4d;font-size:20px}.d-num{width:40px;height:40px;border-radius:50%;background:#f36;color:#fff;font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.d-label{font-size:13px;color:#ffffffd9;line-height:1.4}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.blog-card{background:#fff;border:1px solid #eee;border-radius:16px;overflow:hidden;transition:transform .2s,box-shadow .2s;cursor:pointer}.blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.blog-img{height:120px;display:flex;align-items:center;justify-content:center;font-size:42px;overflow:hidden}.blog-img img{width:100%;height:100%;object-fit:cover}.blog-body{padding:1.25rem}.blog-tag{font-size:11px;font-weight:700;color:#f36;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.4rem}.blog-card h4{font-size:15px;font-weight:700;color:#1a1a2e;margin-bottom:.5rem;line-height:1.4}.blog-card p{font-size:13px;color:#666;line-height:1.5;margin-bottom:.75rem}.blog-meta{font-size:12px;color:#aaa;display:flex;justify-content:space-between}.blog-read-more{display:inline-block;margin-top:.75rem;font-size:13px;font-weight:700;color:#f36}.testi-section{background:#fff5f7;padding:4rem 2rem}.testi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;max-width:1100px;margin:0 auto}.testi-card{background:#fff;border-radius:14px;padding:1.5rem;border:1px solid #ffd6e0}.stars{color:#ff6b35;font-size:16px;margin-bottom:.75rem}.testi-text{font-size:14px;color:#333;line-height:1.6;margin-bottom:1rem;font-style:italic}.testi-author{display:flex;align-items:center;gap:10px}.avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#f36,#ff6b35);display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:700}.author-info{font-size:13px;font-weight:700;color:#1a1a2e}.author-info span{display:block;font-size:12px;color:#aaa;font-weight:400}.reviews-actions{text-align:center;margin-top:2rem}.cta-section{background:linear-gradient(135deg,#f36,#ff6b35);padding:4rem 2rem;text-align:center}.cta-section h2{color:#fff;font-size:clamp(22px,4vw,34px);font-weight:800;margin-bottom:.75rem}.cta-section p{color:#ffffffe6;font-size:16px;max-width:480px;margin:0 auto 2rem}.cta-btns{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}footer{background:#1a1a2e;padding:3rem 2rem 1.5rem;color:#aaa}.footer-top{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;max-width:1100px;margin:0 auto 2rem}.footer-brand h3{font-size:20px;font-weight:800;color:#f36;margin-bottom:.5rem}.footer-brand-logo{display:flex;align-items:baseline}.footer-brand p{font-size:13px;line-height:1.6}.footer-col h4{color:#fff;font-size:14px;font-weight:700;margin-bottom:1rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.6rem}.footer-col ul li a{font-size:13px;color:#aaa;transition:color .2s;cursor:pointer}.footer-col ul li a:hover{color:#f36}.footer-bottom{border-top:1px solid #333;padding-top:1.25rem;text-align:center;font-size:12px;color:#555;max-width:1100px;margin:0 auto}.modal-overlay{display:flex;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:1000;align-items:center;justify-content:center;padding:1rem}.modal{background:#fff;border-radius:20px;padding:2rem;max-width:440px;width:100%;text-align:center;position:relative;max-height:90vh;overflow-y:auto}.modal-close{position:absolute;top:12px;right:16px;font-size:22px;cursor:pointer;color:#aaa;background:none;border:none}.modal h3{font-size:20px;font-weight:800;color:#1a1a2e;margin-bottom:.5rem}.modal .modal-price{font-size:22px;font-weight:800;color:#f36;margin-bottom:.75rem}.modal p{font-size:14px;color:#666;margin-bottom:1rem}.modal input,.modal textarea,.modal select{width:100%;padding:12px 16px;border:1.5px solid #eee;border-radius:10px;font-size:14px;margin-bottom:.75rem;outline:none;font-family:inherit}.modal input:focus,.modal textarea:focus,.modal select:focus{border-color:#f36}.modal textarea{resize:vertical;min-height:90px}.modal .field-error{color:#f36;font-size:12px;text-align:left;margin:-.5rem 0 .75rem}.modal-article{max-width:640px;padding:0;text-align:left;overflow:hidden}.modal-article .modal-close{color:#1a1a2e;background:#ffffffb3;border-radius:50%;width:34px;height:34px;line-height:1}.modal-article-banner{height:180px;display:flex;align-items:center;justify-content:center;font-size:72px;overflow:hidden}.modal-article-banner img{width:100%;height:100%;object-fit:cover}.modal-article-body{padding:1.75rem 2rem 2rem}.modal-article-body h3{font-size:24px;line-height:1.3;margin-bottom:.75rem}.modal-article-meta{display:flex;gap:1.25rem;font-size:13px;color:#aaa;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #eee}.modal-article-text{font-size:15px;line-height:1.7;color:#444;white-space:pre-line}.rating-row{display:flex;gap:6px;justify-content:center;margin-bottom:1rem;font-size:28px;cursor:pointer}.rating-row .star{color:#ddd}.rating-row .star.on{color:#ff6b35}.center-muted{text-align:center;color:#888;padding:2rem;font-size:14px}@media(max-width:600px){nav .nav-links{display:none}.dispatcher-steps{flex-direction:column;align-items:center}.d-step:after{display:none}}
