*{box-sizing:border-box;margin:0;padding:0}body{color:#222;background:#fff;font-family:Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:1100px;margin:0 auto;padding:0 20px}.header-right{flex-shrink:0;align-items:center;gap:12px;display:flex}.lang-switch{border:1px solid #e2e8f0;border-radius:8px;display:flex;overflow:hidden}.lang-switch button{cursor:pointer;color:#718096;background:0 0;border:none;padding:8px 14px;font-size:14px;font-weight:600;transition:background .2s,color .2s}.lang-switch button.active{color:#fff;background:#e53e3e}.header{z-index:100;background:#fff;border-bottom:1px solid #e2e8f0;padding:16px 0;position:sticky;top:0}.header-inner{align-items:center;gap:32px;display:flex}.logo{color:#e53e3e;flex-shrink:0;font-size:22px;font-weight:800}.nav{flex:1;gap:24px;display:flex}.nav a{color:#2d3748;font-size:15px;font-weight:500;transition:color .2s}.btn-header{color:#fff;background:#e53e3e;border-radius:8px;flex-shrink:0;padding:10px 22px;font-size:15px;font-weight:600;transition:background .2s}.hero{color:#fff;background:linear-gradient(135deg,#1a202c 0%,#2d3748 100%);padding:80px 0}.hero-inner{align-items:center;gap:48px;display:flex}.hero-text{flex:1}.hero-text h1{margin-bottom:20px;font-size:52px;font-weight:900;line-height:1.2}.hero-text h1 span{color:#e53e3e}.hero-text p{color:#a0aec0;max-width:480px;margin-bottom:32px;font-size:18px}.hero-btns{flex-wrap:wrap;gap:16px;display:flex}.btn-red{color:#fff;cursor:pointer;background:#e53e3e;border:none;border-radius:8px;padding:14px 28px;font-size:16px;font-weight:600;transition:background .2s;display:inline-block}.btn-outline{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:8px;padding:14px 28px;font-size:16px;font-weight:600;transition:background .2s;display:inline-block}.btn-outline:hover{background:#ffffff1a}.hero-card{background:#ffffff12;border-radius:16px;flex-direction:column;flex-shrink:0;gap:24px;padding:32px 40px;display:flex}.stat span{color:#e53e3e;font-size:40px;font-weight:900}.stat p{color:#a0aec0;margin:0;font-size:14px}.categories-section{background:#fff;padding:80px 0}.section-sub{text-align:center;color:#718096;margin-top:-24px;margin-bottom:40px;font-size:16px}.categories-grid{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:48px;display:flex}.category-card{text-align:center;background:#f7fafc;border:2px solid #e2e8f0;border-radius:16px;min-width:140px;padding:28px 24px;transition:border-color .2s,transform .2s}.category-card:hover{border-color:#e53e3e;transform:translateY(-4px)}.category-badge{color:#e53e3e;margin-bottom:8px;font-size:32px;font-weight:900}.category-card p{color:#718096;font-size:13px}.payment-block{text-align:center;background:#f7fafc;border-radius:16px;padding:32px}.payment-block h3{color:#1a202c;margin-bottom:20px;font-size:20px;font-weight:700}.payment-list{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.payment-tag{color:#2d3748;background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:8px 20px;font-size:14px;font-weight:500}.contact-sub{color:#a0aec0;margin-bottom:24px;font-size:16px}.contact-row{color:#cbd5e0;align-items:flex-start;gap:12px;margin-bottom:12px;font-size:15px;display:flex}.contact-row strong{color:#e2e8f0;flex-shrink:0;min-width:120px;font-size:13px}.contact-link{color:#68d391;text-decoration:underline}.socials{margin-top:32px}.socials-label{color:#a0aec0;margin-bottom:12px;font-size:14px}.social-btn{color:#fff;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:600;transition:opacity .2s;display:inline-flex}.social-btn:hover{opacity:.85}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.footer-socials{gap:16px;display:flex}.footer-socials a{color:#a0aec0;font-size:14px;transition:color .2s}.footer-socials a:hover{color:#fff}.about{background:#f7fafc}.section-title{color:#1a202c;text-align:center;margin-bottom:40px;font-size:32px;font-weight:800}.features{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.feature{text-align:center;background:#fff;border-radius:12px;padding:28px 24px;box-shadow:0 2px 8px #0000000f}.feature-icon{margin-bottom:16px;font-size:36px}.feature h3{color:#1a202c;margin-bottom:10px;font-size:17px;font-weight:700}.feature p{color:#718096;font-size:14px}.courses{background:#fff;padding:80px 0}.courses-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (width<=900px){.courses-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.courses-grid{grid-template-columns:1fr}}.course-card{border:2px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:16px;padding:32px 28px;display:flex}.course-card.featured{background:#fff5f5;border-color:#e53e3e}.course-cat{color:#fff;background:#e53e3e;border-radius:20px;width:fit-content;padding:4px 12px;font-size:12px;font-weight:700;display:inline-block}.course-card h3{color:#1a202c;font-size:20px;font-weight:700}.course-card p{color:#718096;font-size:14px}.course-list{flex-direction:column;flex:1;gap:8px;padding:0;list-style:none;display:flex}.course-list li{color:#2d3748;font-size:14px}.prices{background:#f7fafc;padding:80px 0}.prices-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:24px;display:grid}.price-card{text-align:center;background:#fff;border-radius:16px;padding:32px 28px;box-shadow:0 2px 8px #0000000f}.price-card h3{color:#1a202c;margin-bottom:16px;font-size:16px;font-weight:700}.price-amount{color:#e53e3e;margin-bottom:12px;font-size:36px;font-weight:900}.price-card p{color:#718096;font-size:14px}.prices-note{text-align:center;color:#718096;font-size:14px}.price-card.kombo{border:2px solid #e53e3e;padding-top:56px;position:relative}.kombo-badge{color:#e53e3e;letter-spacing:1px;white-space:nowrap;background:#fff;border:2px solid #e53e3e;border-radius:8px;padding:8px 22px;font-size:18px;font-weight:900;position:absolute;top:-18px;left:50%;transform:translate(-50%)}.kombo-list{text-align:left;margin:16px 0 0;padding:0;list-style:none;display:inline-block}.kombo-list li{color:#1a202c;letter-spacing:-.2px;padding:8px 0 8px 26px;font-family:Montserrat,Inter,-apple-system,sans-serif;font-size:17px;font-weight:600;line-height:1.4;position:relative}.kombo-list li:before{content:"•";color:#e53e3e;font-weight:900;position:absolute;left:0}.contact{background:#1a202c;padding:80px 0}.contact-inner{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}.contact-title{color:#fff!important}.contact-info p{color:#a0aec0;margin-bottom:24px;font-size:16px}.contact-details{flex-direction:column;gap:12px;display:flex}.contact-details p{color:#cbd5e0;margin:0;font-size:15px}.contact-form{flex-direction:column;gap:16px;display:flex}.contact-form input,.contact-form select{color:#fff;background:#2d3748;border:none;border-radius:8px;outline:none;padding:14px 16px;font-size:15px}.contact-form select{color:#a0aec0}.whatsapp-btn{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:14px;font-size:16px;font-weight:700;transition:background .2s;display:flex}.whatsapp-btn:hover{background:#1ebe5d}.footer{text-align:center;color:#718096;background:#0f131a;padding:24px 0;font-size:14px}@media (width<=900px){.features{grid-template-columns:repeat(2,1fr)}.courses-grid,.prices-grid,.contact-inner{grid-template-columns:1fr}.hero-inner{text-align:center;flex-direction:column}.hero-text p{margin:0 auto 32px}.hero-btns{justify-content:center}.nav{display:none}.hero-text h1{font-size:36px}}@media (width<=600px){.features{grid-template-columns:1fr}}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}:root{--brand:#e53e3e;--brand-2:#ff6b6b;--brand-dark:#c53030;--ink:#1a202c;--ink-2:#2d3748;--muted:#718096;--bg-soft:#f7fafc;--line:#e2e8f0;--shadow-sm:0 2px 6px #0f172a0f;--shadow-md:0 8px 24px #0f172a14;--shadow-lg:0 18px 40px #0f172a1f;--r-sm:10px;--r-md:16px;--r-lg:22px}html{scroll-behavior:smooth}body{color:var(--ink);-webkit-font-smoothing:antialiased;background:#fafbfc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.header{-webkit-backdrop-filter:saturate(180%)blur(14px);box-shadow:0 1px #00000005;background:#ffffffd9!important;border-bottom:1px solid #e2e8f0b3!important}.logo{background:linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text}.nav a{position:relative}.nav a:after{content:"";background:var(--brand);width:0;height:2px;transition:width .25s;position:absolute;bottom:-6px;left:0}.nav a:hover:after{width:100%}.btn-header{box-shadow:0 6px 16px #e53e3e59;background:linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%)!important;transition:transform .2s,box-shadow .2s,filter .2s!important}.btn-header:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 10px 22px #e53e3e73}.lang-switch{box-shadow:var(--shadow-sm)}.lang-switch button.active{background:linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%)!important}.hero:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 75%);mask-image:radial-gradient(#000 30%,#0000 75%)}.hero h1,.hero-text h1{letter-spacing:-1px;background:linear-gradient(135deg,#fff 0%,#e2e8f0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;line-height:1.1;font-size:clamp(34px,5vw,56px)!important}section{padding:90px 0}.section-title{letter-spacing:-.5px;text-align:center;margin-bottom:48px;font-size:clamp(26px,3vw,38px);font-weight:800;position:relative}.feature-card,.category-card,.payment-card,.course-card,.price-card{border-radius:var(--r-md);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e2e8f0b3;transition:transform .25s,box-shadow .25s,border-color .25s}.feature-card:hover,.category-card:hover,.payment-card:hover,.course-card:hover,.price-card:hover{box-shadow:var(--shadow-lg);border-color:#e53e3e40;transform:translateY(-6px)}.price-card.kombo{background:linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%) border-box;box-shadow:var(--shadow-md);border-radius:var(--r-lg)!important;border:2px solid #0000!important;padding-top:64px!important}.price-card.kombo:hover{transform:translateY(-8px)scale(1.01)}.kombo-badge{box-shadow:0 8px 18px #e53e3e59;background:linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%)!important;color:#fff!important;border:none!important;border-radius:999px!important;padding:10px 24px!important;font-size:16px!important}.price-amount{background:linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:42px!important}.kombo-list li:before{display:none;content:""!important}.hero-accent{color:#fff;-webkit-text-fill-color:#fff;background:0 0;display:inline-block}.hero-accent:after{content:"";background:linear-gradient(90deg,#e53e3e,#ff6b6b);border-radius:3px;width:60%;height:5px;margin-top:6px;display:block}.prices-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:28px;display:grid}@media (width<=900px){.prices-grid{grid-template-columns:1fr}}.price-card.kombo{text-align:center;flex-direction:column;display:flex;position:relative;padding:56px 28px 28px!important}.price-card.kombo.is-hit{transform:translateY(-12px);box-shadow:0 24px 50px #e53e3e40!important}.hit-ribbon{color:#fff;letter-spacing:1.5px;clip-path:polygon(0 0,100% 0,100% 100%,8px 100%,0 50%);z-index:2;background:linear-gradient(135deg,#e53e3e,#ff6b6b);padding:6px 16px 6px 14px;font-size:13px;font-weight:900;position:absolute;top:14px;right:-6px;box-shadow:0 6px 14px #e53e3e66}.kombo-badge{font-family:Montserrat,sans-serif;position:absolute;top:-16px;left:50%;transform:translate(-50%);letter-spacing:2px!important}.kombo-name{color:#1a202c;letter-spacing:2px;text-transform:uppercase;margin:12px 0 22px;font-family:Montserrat,sans-serif;font-size:26px;font-weight:900}.kombo-list{text-align:left;max-width:260px;margin:0 auto 22px!important;display:block!important}.kombo-list li{align-items:center;gap:12px;font-family:Montserrat,sans-serif;display:flex;color:#2d3748!important;padding:10px 0!important;font-size:16px!important;font-weight:600!important}.kombo-ico{color:#fff;background:linear-gradient(135deg,#e53e3e,#ff6b6b);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;box-shadow:0 4px 10px #e53e3e4d}.price-card.kombo .price-amount{letter-spacing:-1px;font-family:Montserrat,sans-serif;font-weight:900;margin:8px 0 22px!important;font-size:38px!important}.btn-choose{letter-spacing:1.5px;background:linear-gradient(135deg,#e53e3e,#ff6b6b);border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:auto;padding:16px 22px;font-family:Montserrat,sans-serif;font-size:17px;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s,filter .2s;display:flex;box-shadow:0 10px 22px #e53e3e59;color:#fff!important}.btn-choose:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 14px 28px #e53e3e80}.btn-choose span{font-size:22px;line-height:1}.prices-strip{background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;flex-wrap:wrap;justify-content:center;gap:16px 40px;margin-top:40px;padding:22px 28px;display:flex;box-shadow:0 8px 20px #0f172a0f}.strip-item{color:#2d3748;align-items:center;gap:10px;font-family:Montserrat,sans-serif;font-size:15px;font-weight:600;display:flex}.strip-item strong{color:#e53e3e;font-weight:900}.btn-red,.btn-primary,button[type=submit]{letter-spacing:.2px;cursor:pointer;border:none;transition:transform .2s,box-shadow .2s,filter .2s;box-shadow:0 8px 20px #e53e3e59;background:linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%)!important;color:#fff!important;border-radius:12px!important;padding:14px 26px!important;font-weight:700!important}.btn-red:hover,.btn-primary:hover,button[type=submit]:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 12px 28px #e53e3e73}.contact input,.contact select,.contact textarea{background:#fff;font-size:15px;transition:border-color .2s,box-shadow .2s,background .2s;border:1.5px solid var(--line)!important;border-radius:12px!important;padding:14px 16px!important}.contact input:focus,.contact select:focus,.contact textarea:focus{outline:none;box-shadow:0 0 0 4px #e53e3e1f;border-color:var(--brand)!important}.contact-row{border-radius:10px;padding:12px 14px;transition:background .2s}.contact-row:hover{background:var(--bg-soft)}.contact-link{color:var(--ink-2);border-bottom:1px dashed #0000;font-weight:600;transition:color .2s,border-color .2s}.social-btn{box-shadow:var(--shadow-sm);justify-content:center;align-items:center;transition:transform .2s,box-shadow .2s;display:inline-flex;border-radius:12px!important;width:44px!important;height:44px!important}.social-btn:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)scale(1.05)}.footer{color:#cbd5e1;background:linear-gradient(#0f172a 0%,#020617 100%)!important;padding:40px 0!important}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-text,.section-title,.feature-card,.category-card,.payment-card,.course-card,.price-card{animation:.6s both fadeUp}@media (width<=768px){section{padding:60px 0}.hero{padding:70px 0!important}.nav{display:none}}:root{--brand:#e10600;--brand-2:#ff1a1a;--brand-dark:#b00500;--black:#0a0a0a;--white:#fff;--gray:#f4f4f4;--line:#ececec}body{background:var(--white);color:var(--black)}.header{box-shadow:0 2px #0000000a;border-bottom:1px solid var(--line)!important;background:#fffffff2!important}.logo{font-weight:900;-webkit-text-fill-color:var(--black)!important;color:var(--black)!important;background:0 0!important}.logo:before{content:"";background:var(--brand);vertical-align:2px;border-radius:50%;width:10px;height:10px;margin-right:8px;display:inline-block}.nav a{font-weight:600;color:var(--black)!important}.nav a:after{background:var(--brand)!important}.btn-header{background:var(--brand)!important;color:var(--white)!important;box-shadow:0 6px 16px #e1060059!important}.btn-header:hover{background:var(--brand-dark)!important}.lang-switch{border-color:var(--black)!important}.lang-switch button{color:var(--black)}.lang-switch button.active{background:var(--black)!important;color:var(--white)!important}.hero{background:var(--black)!important;background-image:radial-gradient(800px 400px at 90% 0,#e1060059,#0000 60%),radial-gradient(600px 400px at 0 100%,#e106002e,#0000 60%)!important}.hero h1,.hero-text h1{text-transform:uppercase;font-family:Montserrat,sans-serif;color:var(--white)!important;-webkit-text-fill-color:var(--white)!important;background:0 0!important;font-weight:900!important}.hero-accent{color:var(--white)!important;-webkit-text-fill-color:var(--white)!important}.btn-red{background:var(--brand)!important;color:var(--white)!important;box-shadow:0 10px 24px #e1060066!important}.btn-red:hover{background:var(--brand-dark)!important}.btn-outline{color:var(--white)!important;border:2px solid var(--white)!important;background:0 0!important}.btn-outline:hover{background:var(--white)!important;color:var(--black)!important}.hero-card{border:1px solid #ffffff26;background:#ffffff0f!important}.hero-card .stat span{color:var(--brand)!important;-webkit-text-fill-color:var(--brand)!important;background:0 0!important}.hero-card .stat p{color:#fffc}.section-title{text-transform:uppercase;font-family:Montserrat,sans-serif;color:var(--black)!important}.section-title:after{background:var(--brand)!important;width:80px!important;height:4px!important}.feature-card,.category-card,.payment-card,.course-card{background:var(--white)!important;border:1px solid var(--line)!important}.feature-card:hover,.category-card:hover,.payment-card:hover,.course-card:hover{border-color:var(--brand)!important;box-shadow:0 18px 36px #e106001f!important}.category-card h3,.category-card .cat-letter{color:var(--brand)!important}.course-card h3{color:var(--black)!important}.price-card.kombo .kombo-badge{display:none!important}.prices-strip{background:var(--white)!important;border:1px solid var(--line)!important}.strip-item{color:var(--black)!important}.strip-item strong{color:var(--brand)!important}.strip-item svg{stroke:var(--brand)!important}.payment-card,.payment-tag{background:var(--white)!important;border:1px solid var(--line)!important;color:var(--black)!important}.payment-card:hover,.payment-tag:hover{background:var(--black)!important;color:var(--white)!important;border-color:var(--black)!important}.contact-info,.contact-title{color:var(--black)!important}.contact-link{color:var(--black)!important}.contact-link:hover{color:var(--brand)!important;border-bottom-color:var(--brand)!important}.contact input,.contact select,.contact textarea{background:var(--white)!important;border:1.5px solid var(--line)!important;color:var(--black)!important}.contact input:focus,.contact select:focus,.contact textarea:focus{border-color:var(--brand)!important;box-shadow:0 0 0 4px #e106001f!important}button[type=submit],.btn-primary{background:var(--brand)!important;color:var(--white)!important;box-shadow:0 10px 24px #e1060066!important}button[type=submit]:hover{background:var(--brand-dark)!important}.social-btn{color:var(--white)!important}.footer{background:var(--black)!important;color:var(--white)!important;border-top:4px solid var(--brand)!important}.footer a{color:var(--white)!important}.footer a:hover{color:var(--brand)!important}.contact{background:var(--white)!important;color:var(--black)!important}.contact *{color:var(--black)!important}.contact-sub{font-size:16px;color:#2d3748!important;opacity:1!important}.contact-row span{font-weight:500;color:#2d3748!important;opacity:1!important}.contact-row strong{color:var(--brand)!important}.contact-link{font-weight:700;text-decoration:underline;color:var(--black)!important}.contact-link:hover{color:var(--brand)!important}.socials-label{font-size:16px;font-weight:700;color:var(--black)!important;opacity:1!important}.contact input::placeholder,.contact textarea::placeholder{opacity:1;color:#6b7280!important}.contact select{color:var(--black)!important}.contact-title,.contact h2{text-transform:uppercase;font-family:Montserrat,sans-serif;font-weight:900;color:var(--black)!important}.social-links{flex-wrap:wrap;gap:12px;display:flex}.social-btn{letter-spacing:.3px;white-space:nowrap;font-family:Montserrat,sans-serif;width:auto!important;height:auto!important;color:var(--white)!important;border-radius:999px!important;align-items:center!important;gap:10px!important;padding:12px 20px!important;font-size:14px!important;font-weight:700!important;text-decoration:none!important;display:inline-flex!important}.social-btn svg{flex-shrink:0}.social-btn.wa{background:#25d366!important}.social-btn.ig{background:linear-gradient(135deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)!important}.social-btn.tt{background:var(--black)!important}.social-btn:hover{filter:brightness(1.05);transform:translateY(-2px)}.hero{padding:80px 0!important}.hero h1,.hero-text h1{margin-bottom:18px;font-size:clamp(38px,5.5vw,64px)!important;line-height:1.05!important}.hero-text p{margin-bottom:28px;font-size:clamp(16px,1.6vw,19px);font-weight:500}.hero-tagline{letter-spacing:.18em;text-transform:uppercase;background:#e1060026;border:1px solid #e1060080;border-radius:999px;margin-bottom:22px;padding:8px 16px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;display:inline-block;color:#fff!important}.hero-card{grid-template-columns:repeat(2,1fr)!important;gap:18px!important;display:grid!important}.hero-card .stat{text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d!important;border:1px solid #ffffff1f!important;border-radius:14px!important;padding:22px 18px!important}.hero-card .stat span{margin-bottom:6px;font-family:Montserrat,sans-serif;line-height:1;display:block;color:var(--brand)!important;font-size:clamp(28px,3vw,40px)!important;font-weight:900!important}.hero-card .stat p{text-transform:uppercase;letter-spacing:.06em;color:#d8d8d8!important;margin:0!important;font-size:13px!important;font-weight:500!important}.section-sub{text-align:center;max-width:720px;font-size:17px;font-weight:500;line-height:1.55;color:#6b6b6b!important;margin:-16px auto 48px!important}.about .features{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;gap:22px!important;display:grid!important}.about .feature{transition:all .3s;position:relative;overflow:hidden;border:1px solid var(--line)!important;background:#fff!important;border-radius:16px!important;padding:28px 24px!important}.about .feature:before{content:"";background:var(--brand);transform-origin:top;width:4px;height:100%;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleY(0)}.about .feature:hover{transform:translateY(-4px);box-shadow:0 12px 28px #e106001f;border-color:var(--brand)!important}.about .feature:hover:before{transform:scaleY(1)}.about .feature h3{font-family:Montserrat,sans-serif;color:var(--black)!important;margin-bottom:10px!important;font-size:19px!important;font-weight:700!important}.about .feature p{color:#555!important;font-size:15px!important;line-height:1.55!important}.steps{background:var(--gray);padding:90px 0}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;display:grid}.step-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:32px 26px;transition:all .3s;position:relative}.step-card:hover{border-color:var(--brand);transform:translateY(-6px);box-shadow:0 14px 32px #00000014}.step-num{color:var(--brand);letter-spacing:-.02em;margin-bottom:14px;font-family:Montserrat,sans-serif;font-size:56px;font-weight:900;line-height:1;display:block}.step-card h3{color:var(--black);margin-bottom:10px;font-family:Montserrat,sans-serif;font-size:19px;font-weight:700}.step-card p{color:#555;font-size:15px;line-height:1.55}.category-card{text-align:center;transition:all .3s;position:relative;overflow:hidden;border:1px solid var(--line)!important;background:#fff!important;border-radius:16px!important;padding:32px 24px!important}.category-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #e106001f;border-color:var(--brand)!important}.category-card.is-top{border-color:var(--brand)!important;background:linear-gradient(#fff 0%,#fff5f5 100%)!important}.category-tag{background:var(--brand);color:#fff;letter-spacing:.1em;border-radius:999px;padding:5px 12px;font-family:Montserrat,sans-serif;font-size:11px;font-weight:800;position:absolute;top:14px;right:14px;box-shadow:0 4px 12px #e1060059}.category-card .category-badge{letter-spacing:.02em;color:var(--brand)!important;background:0 0!important;border:none!important;margin-bottom:12px!important;padding:0!important;font-family:Montserrat,sans-serif!important;font-size:28px!important;font-weight:900!important}.category-card p{color:#444!important;margin:0!important;font-size:15px!important;font-weight:500!important}.logo-link{align-items:center;text-decoration:none;display:inline-flex}.logo-link:before{display:none!important}.logo-img{width:auto;height:110px;transition:transform .25s;display:block}.logo-link:hover .logo-img{transform:scale(1.04)}.burger{border:1.5px solid var(--line);cursor:pointer;background:0 0;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;padding:0;display:none;position:relative}.burger span{background:var(--black);border-radius:2px;width:20px;height:2px;transition:all .3s;display:block}.burger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.burger.is-open span:nth-child(2){opacity:0}.burger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.promo-section{background:var(--white);padding:90px 0}.promo-card{text-align:center;color:#fff;background:linear-gradient(135deg,#0a0a0a 0%,#1a0303 50%,#2a0505 100%);border-radius:28px;padding:60px 48px;position:relative;overflow:hidden;box-shadow:0 24px 60px #e106002e}.promo-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#e1060073 0%,#0000 70%);width:380px;height:380px;position:absolute;top:-120px;right:-120px}.promo-card:after{content:"";pointer-events:none;background:radial-gradient(circle,#e1060047 0%,#0000 70%);width:320px;height:320px;position:absolute;bottom:-120px;left:-120px}.promo-badge{background:var(--brand);color:#fff;letter-spacing:.18em;z-index:1;border-radius:999px;margin-bottom:22px;padding:8px 18px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:800;display:inline-block;position:relative}.promo-title{z-index:1;color:#fff;margin:0 0 18px;font-family:Montserrat,sans-serif;font-size:clamp(28px,4vw,44px);font-weight:900;line-height:1.1;position:relative}.promo-title:after{display:none}.promo-sub{color:#d8d8d8;z-index:1;max-width:720px;margin:0 auto 44px;font-size:17px;line-height:1.6;position:relative}.promo-grid{z-index:1;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-bottom:40px;display:grid;position:relative}.promo-item{text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:16px;padding:28px 22px;transition:all .3s}.promo-item:hover{border-color:var(--brand);background:#e106000f;transform:translateY(-4px)}.promo-ico{background:var(--brand);color:#fff;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;display:flex;box-shadow:0 8px 20px #e1060066}.promo-ico svg{width:28px;height:28px}.promo-item h3{color:#fff;margin:0 0 8px;font-family:Montserrat,sans-serif;font-size:18px;font-weight:700}.promo-item p{color:#b8b8b8;margin:0;font-size:14px;line-height:1.55}.promo-cta{z-index:1;letter-spacing:.06em;display:inline-block;position:relative;padding:16px 36px!important;font-size:15px!important}@media (width<=960px){.nav{border-top:1px solid var(--line);z-index:90;background:#fff;flex-direction:column;gap:18px;padding:24px;transition:transform .3s;position:fixed;top:72px;left:0;right:0;transform:translateY(-120%);box-shadow:0 12px 28px #00000014;display:flex!important}.nav.is-open{transform:translateY(0)}.nav a{border-bottom:1px solid var(--line);padding:10px 0!important;font-size:17px!important;font-weight:600!important}.burger{display:flex}.header-right .lang-switch{order:1}.header-right .btn-header{display:none}.logo-img{height:78px}.hero-inner{grid-template-columns:1fr!important;gap:36px!important;padding:60px 0!important}.hero-card{grid-template-columns:repeat(2,1fr)!important}.hero h1,.hero-text h1{font-size:clamp(30px,8vw,44px)!important}.hero-tagline{font-size:11px!important}.promo-card{border-radius:20px;padding:40px 22px}.promo-section{padding:60px 0}.features,.steps-grid,.categories-grid,.promo-grid{grid-template-columns:1fr!important}.section-title{font-size:clamp(26px,6vw,34px)!important}.section-sub{padding:0 8px;font-size:15px}.container{padding-left:18px!important;padding-right:18px!important}}@media (width<=480px){.hero-card{grid-template-columns:1fr!important}.hero-card .stat span{font-size:32px!important}.promo-title{font-size:24px!important}.promo-sub{font-size:15px}.step-num{font-size:44px}.category-card{padding:24px 18px!important}.category-card .category-badge{font-size:22px!important}}html{scroll-behavior:smooth;scroll-padding-top:90px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.header{-webkit-backdrop-filter:saturate(180%)blur(14px);backdrop-filter:saturate(180%)blur(14px);box-shadow:0 1px #00000005;background:#ffffffeb!important;border-bottom:1px solid #0000000f!important}.header-inner{padding:14px 0!important}.nav a{transition:color .2s;position:relative;color:#0a0a0a!important;padding:8px 0!important;font-family:Inter,sans-serif!important;font-size:15px!important;font-weight:600!important}.nav a:after{content:"";background:var(--brand);transform-origin:0;height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.nav a:hover{color:var(--brand)!important}.nav a:hover:after{transform:scaleX(1)}.btn-header{letter-spacing:.04em;transition:all .25s;box-shadow:0 6px 16px #e1060047;background:var(--brand)!important;color:#fff!important;border-radius:999px!important;padding:11px 22px!important;font-family:Montserrat,sans-serif!important;font-size:14px!important;font-weight:700!important}.btn-header:hover{transform:translateY(-2px);box-shadow:0 10px 22px #e1060066;background:var(--brand-dark)!important}.lang-switch{background:var(--gray);border-radius:999px;padding:4px;display:inline-flex}.lang-switch button{cursor:pointer;transition:all .2s;color:#666!important;background:0 0!important;border:none!important;border-radius:999px!important;padding:6px 14px!important;font-family:Inter,sans-serif!important;font-size:13px!important;font-weight:700!important}.lang-switch button.active{box-shadow:0 2px 8px #00000014;color:var(--brand)!important;background:#fff!important}.hero{position:relative;overflow:hidden;background:radial-gradient(at 100% 0,#1a0808 0%,#0a0a0a 50%,#000 100%)!important;padding:100px 0 80px!important}.hero-bg-grid{pointer-events:none;background-image:linear-gradient(#e106000f 1px,#0000 1px),linear-gradient(90deg,#e106000f 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 80%);mask-image:radial-gradient(#000 30%,#0000 80%)}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#e1060066 0%,#0000 60%);width:600px;height:600px;animation:8s ease-in-out infinite pulse;position:absolute;top:-200px;right:-200px}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#e1060033 0%,#0000 65%);width:500px;height:500px;position:absolute;bottom:-160px;left:-160px}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.hero-inner{z-index:2;align-items:center;position:relative;grid-template-columns:1.15fr .85fr!important;gap:60px!important;display:grid!important}.hero-text h1{color:#fff!important;letter-spacing:-.02em!important;font-family:Montserrat,sans-serif!important;font-weight:900!important}.hero-accent{background:linear-gradient(135deg,#ff1a1a 0%,#e10600 50%,#b00500 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.hero-text p{color:#c8c8c8!important}.btn-red{letter-spacing:.04em;cursor:pointer;border:none;text-decoration:none;transition:all .25s;display:inline-block;box-shadow:0 12px 28px #e1060066;background:linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%)!important;color:#fff!important;border-radius:12px!important;padding:16px 32px!important;font-family:Montserrat,sans-serif!important;font-size:15px!important;font-weight:700!important}.btn-red:hover{transform:translateY(-3px);box-shadow:0 18px 36px #e1060080}.btn-outline{letter-spacing:.04em;text-decoration:none;transition:all .25s;display:inline-block;color:#fff!important;background:0 0!important;border:2px solid #ffffff40!important;border-radius:12px!important;padding:14px 30px!important;font-family:Montserrat,sans-serif!important;font-size:15px!important;font-weight:700!important}.btn-outline:hover{transform:translateY(-3px);border-color:var(--brand)!important;background:#e106001a!important}.hero-trust{border-top:1px solid #ffffff14;flex-wrap:wrap;gap:24px;margin-top:36px;padding-top:28px;display:flex}.trust-item{color:#d8d8d8;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;display:flex}.trust-item svg{width:18px;height:18px;color:var(--brand);flex-shrink:0}.section-title{text-align:center;letter-spacing:-.02em;position:relative;color:var(--black)!important;margin:0 0 14px!important;font-family:Montserrat,sans-serif!important;font-size:clamp(32px,4vw,46px)!important;font-weight:900!important}.section-title:after{content:"";background:linear-gradient(90deg, var(--brand) 0%, var(--brand-dark) 100%);border-radius:2px;width:64px;height:4px;margin:18px auto 0;display:block}.about,.steps,.categories-section,.courses,.prices,.contact{padding:100px 0!important}.prices{background:var(--gray)}.prices .price-card,.prices .kombo-card,.prices [class*=kombo]{transition:all .3s;box-shadow:0 4px 16px #0000000a;border:1px solid var(--line)!important;background:#fff!important;border-radius:20px!important}.prices [class*=kombo]:hover{transform:translateY(-8px);box-shadow:0 24px 48px #0000001f;border-color:var(--brand)!important}.course-card{transition:all .3s;position:relative;overflow:hidden;border:1px solid var(--line)!important;background:#fff!important;border-radius:20px!important;padding:32px 28px!important}.course-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0000001a;border-color:var(--brand)!important}.course-card.featured{box-shadow:0 16px 36px #e106002e;border:2px solid var(--brand)!important;background:linear-gradient(#fff 0%,#fff5f5 100%)!important}.course-card .course-cat{background:var(--gray);letter-spacing:.12em;border-radius:999px;margin-bottom:16px;padding:5px 12px;font-family:Montserrat,sans-serif;font-size:11px;font-weight:800;display:inline-block;color:var(--brand)!important}.course-card.featured .course-cat{background:var(--brand);color:#fff!important}.course-card h3{color:var(--black);margin-bottom:10px;font-family:Montserrat,sans-serif;font-size:22px;font-weight:800}.course-card p{color:#555;margin-bottom:20px;font-size:15px;line-height:1.55}.course-card .course-list{margin:0 0 24px;padding:0;list-style:none}.course-card .course-list li{color:#333;border-bottom:1px dashed var(--line);padding:8px 0 8px 26px;font-size:14px;position:relative}.course-card .course-list li:last-child{border-bottom:none}.course-card .course-list li:before{content:"";background:var(--brand);width:16px;height:16px;position:absolute;top:12px;left:0;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") 50%/contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") 50%/contain no-repeat}.contact form input,.contact form select,.contact form textarea{transition:border-color .2s,box-shadow .2s;border:1.5px solid var(--line)!important;color:var(--black)!important;background:#fff!important;border-radius:12px!important;padding:14px 18px!important;font-family:Inter,sans-serif!important;font-size:15px!important}.contact form input:focus,.contact form select:focus,.contact form textarea:focus{outline:none;box-shadow:0 0 0 4px #e106001a;border-color:var(--brand)!important}.footer{text-align:center;border-top:4px solid var(--brand);font-size:14px;background:var(--black)!important;color:#888!important;padding:36px 0!important}.about,.steps,.categories-section,.courses,.prices,.contact,.promo-section{animation:.7s both fadeUp}@media (width<=960px){.hero{padding:70px 0 60px!important}.hero-trust{gap:14px;margin-top:24px;padding-top:20px}.trust-item{font-size:12px}.trust-item svg{width:16px;height:16px}.section-title:after{width:48px;height:3px;margin-top:14px}.about,.steps,.categories-section,.courses,.prices,.contact{padding:70px 0!important}.course-card{padding:24px 20px!important}.course-card h3{font-size:19px}}.prices-grid{margin-top:24px;grid-template-columns:repeat(3,1fr)!important;align-items:stretch!important;gap:28px!important;display:grid!important}.price-card.kombo{text-align:center;border:1.5px solid var(--line)!important;background:#fff!important;border-radius:22px!important;flex-direction:column!important;align-items:stretch!important;padding:36px 28px 32px!important;transition:all .35s!important;display:flex!important;position:relative!important;overflow:visible!important;box-shadow:0 6px 20px #0000000d!important}.price-card.kombo:hover{border-color:var(--brand)!important;transform:translateY(-8px)!important;box-shadow:0 24px 48px #0000001f!important}.price-card.kombo.is-hit{transform:scale(1.02);border:2px solid var(--brand)!important;box-shadow:0 18px 44px #e106002e!important}.price-card.kombo.is-hit:hover{transform:scale(1.02)translateY(-8px)!important}.price-card.kombo .hit-ribbon{white-space:nowrap;background:linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%)!important;color:#fff!important;letter-spacing:.18em!important;z-index:5!important;border:none!important;border-radius:999px!important;padding:8px 18px!important;font-family:Montserrat,sans-serif!important;font-size:12px!important;font-weight:800!important;position:absolute!important;inset:-14px 24px auto auto!important;transform:none!important;box-shadow:0 8px 18px #e1060066!important}.price-card.kombo .kombo-name{background:var(--gray)!important;color:var(--black)!important;letter-spacing:.12em!important;text-transform:uppercase!important;border:1px solid var(--line)!important;border-radius:999px!important;margin-bottom:28px!important;padding:14px 20px!important;font-family:Montserrat,sans-serif!important;font-size:17px!important;font-weight:800!important;display:block!important}.price-card.kombo.is-hit .kombo-name{background:var(--black)!important;color:#fff!important;border-color:var(--black)!important}.price-card.kombo .kombo-list{background:#fafafa!important;border-radius:16px!important;flex-direction:column!important;gap:14px!important;margin:0 0 28px!important;padding:18px 16px!important;list-style:none!important;display:flex!important}.price-card.kombo .kombo-list li{color:var(--black)!important;text-align:left!important;border:none!important;align-items:center!important;gap:12px!important;margin:0!important;padding:0!important;font-family:Inter,sans-serif!important;font-size:15px!important;font-weight:600!important;display:flex!important}.price-card.kombo .kombo-list li:before{display:none!important}.price-card.kombo .kombo-ico{border:2px solid var(--brand)!important;width:36px!important;height:36px!important;color:var(--brand)!important;box-shadow:none!important;background:#fff!important;border-radius:50%!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;margin:0!important;padding:0!important;display:inline-flex!important}.price-card.kombo .kombo-ico svg{width:16px!important;height:16px!important}.price-card.kombo .price-amount{color:var(--brand)!important;-webkit-text-fill-color:var(--brand)!important;letter-spacing:-.02em!important;background:0 0!important;margin:auto 0 22px!important;font-family:Montserrat,sans-serif!important;font-size:clamp(34px,4vw,44px)!important;font-weight:900!important;line-height:1!important}.price-card.kombo .btn-choose{background:linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%)!important;color:#fff!important;letter-spacing:.15em!important;text-transform:uppercase!important;border:none!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;gap:8px!important;padding:18px 24px!important;font-family:Montserrat,sans-serif!important;font-size:14px!important;font-weight:800!important;text-decoration:none!important;transition:all .25s!important;display:flex!important;box-shadow:0 12px 26px #e1060059!important}.price-card.kombo .btn-choose:hover{transform:translateY(-3px);box-shadow:0 18px 34px #e1060080!important}.price-card.kombo .btn-choose span{font-size:18px;line-height:1}.prices-strip{flex-wrap:wrap;justify-content:center;border:1px solid var(--line)!important;background:#fff!important;border-radius:16px!important;gap:16px!important;margin-top:36px!important;padding:18px 24px!important;display:flex!important}.prices-strip .strip-item{align-items:center;gap:10px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;display:flex}@media (width<=960px){.prices-grid{grid-template-columns:1fr!important;gap:22px!important}.price-card.kombo.is-hit{transform:none!important}.price-card.kombo.is-hit:hover{transform:translateY(-6px)!important}.price-card.kombo{padding:30px 22px!important}}.contact{background:var(--gray)!important}.contact .section-title{margin-bottom:14px!important}.contact .section-sub{margin-bottom:56px!important}.contact-wrap{grid-template-columns:1.05fr .95fr;align-items:start;gap:24px;max-width:1080px;margin:0 auto;display:grid}.contact-cards{flex-direction:column;gap:10px;display:flex}.contact-card{border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;gap:14px;padding:14px 18px;transition:all .2s;display:flex;box-shadow:0 2px 6px #00000008;color:var(--black)!important;text-decoration:none!important}a.contact-card:hover{transform:translate(4px);box-shadow:0 8px 20px #00000014;border-color:#0000!important}.cc-ico{background:linear-gradient(135deg,#ef4444 0%,#b91c1c 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 4px 10px #ef444440;color:#fff!important}.cc-ico svg{width:20px;height:20px;color:#fff!important;stroke:#fff!important}.cc-ico svg [stroke]{stroke:#fff!important}.cc-ico svg [fill]:not([fill=none]){fill:#fff!important}.contact-cards>.contact-card:nth-of-type(2) .cc-ico,.cc-ico.cc-wa{background:linear-gradient(135deg,#25d366 0%,#128c7e 100%)!important;box-shadow:0 4px 10px #25d36647!important}.contact-cards>.contact-card:nth-of-type(3) .cc-ico{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);box-shadow:0 4px 10px #3b82f647}.contact-cards>.contact-card:nth-of-type(4) .cc-ico{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);box-shadow:0 4px 10px #f59e0b47}.contact-cards>.contact-card:nth-of-type(5) .cc-ico{background:linear-gradient(135deg,#8b5cf6 0%,#6d28d9 100%);box-shadow:0 4px 10px #8b5cf647}.cc-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.cc-label{text-transform:uppercase;letter-spacing:.12em;font-family:Inter,sans-serif;color:#999!important;margin:0 0 2px!important;font-size:11px!important;font-weight:700!important}.cc-text strong{word-break:break-word;font-family:Inter,sans-serif;font-size:15px;font-weight:700;line-height:1.35;color:var(--black)!important}.cc-text small{color:#888;margin-top:2px;font-size:12.5px;font-weight:500;line-height:1.45}.socials-card{text-align:left;flex-direction:column;align-items:stretch;gap:0;margin-top:4px;padding:18px 20px 20px}.socials-card:hover{transform:none!important}.socials-card .cc-label{margin:0 0 14px!important}.socials-card .social-links{flex-wrap:wrap;gap:10px;display:flex}.socials-card .social-btn{color:#fff!important;border:none!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;width:48px!important;height:48px!important;padding:0!important;font-size:0!important;text-decoration:none!important;transition:all .25s!important;display:inline-flex!important}.socials-card .social-btn.wa{background:#25d366!important;box-shadow:0 4px 12px #25d3664d!important}.socials-card .social-btn.ig{background:linear-gradient(135deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)!important;box-shadow:0 4px 12px #dc27434d!important}.socials-card .social-btn.tt{background:var(--black)!important;box-shadow:0 4px 12px #00000040!important}.socials-card .social-btn:hover{filter:brightness(1.08);transform:translateY(-3px)}.socials-card .social-btn svg{width:22px;height:22px}.contact-form{align-self:start;margin-top:0;position:sticky;top:100px;box-shadow:0 12px 32px #0000000f;border:1px solid var(--line)!important;background:#fff!important;border-radius:20px!important;flex-direction:column!important;gap:14px!important;padding:36px 32px!important;display:flex!important}.form-title{color:var(--black);text-align:center;margin:0 0 8px;font-family:Montserrat,sans-serif;font-size:24px;font-weight:800}.form-title:after{content:"";background:var(--brand);border-radius:2px;width:48px;height:3px;margin:12px auto;display:block}.contact-form input,.contact-form select{background:var(--gray)!important;width:100%!important;color:var(--black)!important;border:1.5px solid #0000!important;border-radius:12px!important;padding:16px 18px!important;font-family:Inter,sans-serif!important;font-size:15px!important;transition:all .2s!important}.contact-form input:focus,.contact-form select:focus{border-color:var(--brand)!important;background:#fff!important;outline:none!important;box-shadow:0 0 0 4px #e106001a!important}.contact-form input::placeholder{color:#999!important}.whatsapp-btn{color:#fff!important;cursor:pointer!important;background:#25d366!important;border:none!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;gap:10px!important;margin-top:8px!important;padding:17px 24px!important;font-family:Montserrat,sans-serif!important;font-size:15px!important;font-weight:700!important;transition:all .25s!important;display:inline-flex!important;box-shadow:0 8px 20px #25d3664d!important}.whatsapp-btn:hover{transform:translateY(-2px);background:#128c7e!important;box-shadow:0 14px 28px #25d36666!important}@media (width<=960px){.contact-wrap{grid-template-columns:1fr;gap:22px;max-width:600px}.contact-form{position:static;padding:28px 22px!important}}.footer{background:var(--black)!important;border-top:4px solid var(--brand)!important;text-align:center!important;padding:32px 20px!important}.footer-inner{text-align:center!important;justify-content:center!important;align-items:center!important;display:flex!important}.footer p{max-width:800px;color:#999!important;margin:0!important;font-family:Inter,sans-serif!important;font-size:14px!important;font-weight:500!important;line-height:1.55!important}html,body{max-width:100vw;overflow-x:hidden}*,:before,:after{box-sizing:border-box}img,svg,video{max-width:100%;height:auto}.container{width:100%;max-width:1200px;margin:0 auto}@media (width<=1024px){.container{padding-left:24px!important;padding-right:24px!important}.courses-grid{grid-template-columns:repeat(2,1fr)!important}.prices-grid{gap:18px!important}.hero h1,.hero-text h1{font-size:clamp(34px,5vw,48px)!important}}@media (width<=768px){.header{padding:10px 0!important}.header .container{padding-left:16px!important;padding-right:16px!important}.logo-img{height:64px!important}.hero{padding:40px 0 30px!important}.hero-inner{flex-direction:column!important;align-items:stretch!important;gap:28px!important;padding:30px 0!important;display:flex!important}.hero-text{flex:100%!important;width:100%!important}.hero-card{flex:100%!important;grid-template-columns:repeat(2,1fr)!important;gap:14px!important;width:100%!important;padding:18px!important;display:grid!important}.hero-tagline{display:inline-block;padding:6px 14px!important;font-size:11px!important}.hero h1,.hero-text h1{font-size:clamp(26px,7vw,38px)!important;line-height:1.15!important}.hero-sub,.hero-text p{font-size:15px!important}.hero-card .stat span{font-size:28px!important}.hero-card .stat small,.hero-card .stat p{font-size:11px!important}.hero-trust{flex-direction:column;align-items:flex-start;gap:10px!important;padding:14px!important}.hero-trust>*{font-size:12px!important}.hero-btns{width:100%}.hero-btns .btn-red,.hero-btns .btn-outline{text-align:center;flex:1}.promo-section,.about,.steps,.categories,.courses,.prices,.contact{padding:50px 0!important}.section-title{margin-bottom:8px!important;font-size:clamp(22px,6vw,30px)!important}.section-sub{margin-bottom:30px!important;font-size:14px!important}.courses-grid{grid-template-columns:1fr!important;gap:14px!important}.course-card{padding:22px 20px!important}.course-card h3{font-size:19px!important}.prices-grid{max-width:420px;grid-template-columns:1fr!important;gap:16px!important;margin:0 auto!important}.price-card.kombo{padding:28px 22px!important;transform:none!important}.price-card.kombo:hover{transform:translateY(-4px)!important}.price-amount{font-size:36px!important}.contact-wrap{grid-template-columns:1fr!important;gap:18px!important}.contact-cards{gap:10px!important}.contact-card{gap:12px!important;padding:14px 16px!important}.cc-ico{border-radius:11px!important;width:42px!important;height:42px!important}.cc-text strong{font-size:14.5px!important}.cc-text small{font-size:12px!important}.contact-form{padding:24px 20px!important;position:static!important}.form-title{font-size:22px!important}.contact-form input,.contact-form select{padding:14px 16px!important;font-size:14.5px!important}.whatsapp-btn{padding:15px 20px!important;font-size:14.5px!important}.socials-card .social-btn{width:44px!important;height:44px!important}.socials-card .social-btn svg{width:20px!important;height:20px!important}.footer{padding:26px 16px!important}.footer p{font-size:13px!important}}@media (width<=480px){.container{padding-left:14px!important;padding-right:14px!important}.logo-img{height:56px!important}.lang-switch{transform-origin:100%;transform:scale(.9)}.burger{width:38px!important;height:38px!important}.hero{padding:30px 0 20px!important}.hero h1,.hero-text h1{font-size:clamp(22px,8vw,30px)!important}.hero-sub{font-size:14px!important;line-height:1.45!important}.hero-cta{flex-direction:column;width:100%;gap:10px!important}.hero-cta a{justify-content:center!important;width:100%!important;padding:14px 18px!important;font-size:14px!important}.hero-card{grid-template-columns:1fr 1fr!important;gap:10px!important;padding:14px!important}.hero-card .stat span{font-size:24px!important}.hero-card .stat small{font-size:10px!important}.promo-card{padding:28px 18px!important}.promo-title{font-size:22px!important}.promo-sub{font-size:14px!important}.promo-icon{width:56px!important;height:56px!important}.feature-card,.step-card,.category-card{padding:22px 18px!important}.step-num{font-size:36px!important}.category-card .category-badge{padding:6px 12px!important;font-size:20px!important}.course-card{padding:20px 16px!important}.course-card h3{font-size:17px!important}.course-card p{font-size:13.5px!important}.course-cat{font-size:11px!important}.price-card.kombo{padding:24px 18px!important}.kombo-name{padding:8px 16px!important;font-size:18px!important}.price-amount{font-size:32px!important}.btn-choose{padding:13px 20px!important;font-size:13px!important}.hit-ribbon{padding:5px 12px!important;font-size:10px!important}.contact-card{padding:12px 14px!important}.cc-ico{width:40px!important;height:40px!important}.cc-ico svg{width:18px!important;height:18px!important}.cc-label{font-size:10px!important}.cc-text strong{word-break:break-word;font-size:14px!important}.cc-text small{font-size:11.5px!important}.form-title{font-size:20px!important}.contact-form{gap:11px!important;padding:22px 16px!important}.footer p{font-size:12px!important;line-height:1.5!important}}@media (width<=360px){.container{padding-left:12px!important;padding-right:12px!important}.logo-img{height:50px!important}.hero h1,.hero-text h1{font-size:22px!important}.hero-card{grid-template-columns:1fr!important}.section-title{font-size:22px!important}.price-amount{font-size:28px!important}.cc-text strong{font-size:13px!important}.contact-form input,.contact-form select{padding:12px 14px!important}}@media (hover:none){.course-card:hover,.price-card.kombo:hover,.feature-card:hover,.category-card:hover,.step-card:hover,.promo-card:hover,a.contact-card:hover,.social-btn:hover{transform:none!important}}@media (height<=500px) and (orientation:landscape){.hero{padding:30px 0!important}.hero-inner{gap:20px!important}}
