:root{--white:#fff;--off-white:#f5f5f5;--orange:#ea5c1f;--orange-hover:#d54e15;--navy:#212431;--navy-light:#2a2e3d;--slate:#4f5d75;--silver:#d6d7d7;--text-dark:#1a1d26;--text-muted:#6b7280;--border-light:#e5e7eb;--font-primary:"Plus Jakarta Sans", -apple-system, sans-serif;--font-mono:"Space Mono", monospace;--section-padding:100px;--container-width:1200px;--transition:.3s cubic-bezier(.4, 0, .2, 1);--shadow-xs:0 1px 4px #0000000d;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 4px 16px #00000014;--shadow-lg:0 12px 40px #0000001a;--shadow-orange:0 8px 28px #ea5c1f47}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-primary);background:var(--white);color:var(--text-dark);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{max-width:var(--container-width);margin:0 auto;padding:0 24px}.nav{z-index:1000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:var(--transition);background:#ffffffeb;border-bottom:1px solid #0000;padding:20px 0;position:fixed;top:0;left:0;right:0}.nav.scrolled{border-bottom-color:var(--border-light);box-shadow:var(--shadow-sm);background:#fffffff7;padding:14px 0}.nav__container{max-width:var(--container-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 24px;display:flex}.nav__logo{width:auto;height:48px}.nav__menu{align-items:center;gap:48px;display:flex}.nav__links{gap:36px;list-style:none;display:flex}.nav__link{color:var(--slate);transition:var(--transition);font-size:14px;font-weight:600;position:relative}.nav__link:hover,.nav__link--active{color:var(--navy)}.nav__link--active:after{content:"";background:var(--orange);width:100%;height:2px;position:absolute;bottom:-4px;left:0}.nav__dropdown-wrap{position:relative}.nav__link--has-dropdown{align-items:center;gap:5px;display:inline-flex}.nav__caret{font-size:13px;transition:transform .25s}.nav__dropdown-wrap:hover .nav__caret{transform:rotate(180deg)}.nav__dropdown{opacity:0;visibility:hidden;pointer-events:none;z-index:200;width:560px;padding-top:18px;transition:opacity .22s,transform .22s,visibility .22s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(-8px)}.nav__dropdown-wrap:hover .nav__dropdown{opacity:1;visibility:visible;pointer-events:all;transform:translate(-50%)translateY(0)}.nav__dropdown-inner{background:var(--white);border:1px solid var(--border-light);border-radius:16px;grid-template-columns:1fr 200px;display:grid;overflow:hidden;box-shadow:0 20px 60px #00000024}.nav__dropdown-links{padding:12px}.nav__dd-item{color:var(--text-dark);border-radius:10px;align-items:flex-start;gap:10px;padding:9px 10px;transition:background .18s;display:flex}.nav__dd-item:hover{background:var(--off-white)}.nav__dd-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-top:1px;display:flex}.nav__dd-icon--orange{background:#ea5c1f1a}.nav__dd-icon--orange i{color:var(--orange)}.nav__dd-icon--muted{background:#4f5d7514}.nav__dd-icon--muted i{color:var(--slate)}.nav__dd-icon i{font-size:15px}.nav__dd-name{color:var(--text-dark);font-size:13px;font-weight:700;line-height:1.2}.nav__dd-desc{color:var(--text-muted);margin-top:2px;font-size:11px}.nav__dd-badge{text-transform:uppercase;letter-spacing:.6px;border-radius:4px;margin-left:5px;padding:2px 6px;font-size:9px;font-weight:700;display:inline-block}.nav__dd-badge--live{color:#15803d;background:#22c55e1f}.nav__dd-badge--soon{color:var(--text-muted);background:#6b72801a}.nav__dd-divider{background:var(--border-light);height:1px;margin:6px 10px}.nav__dd-all{text-transform:uppercase;letter-spacing:.4px;color:var(--orange);border-radius:10px;align-items:center;gap:6px;padding:9px 10px;font-size:12px;font-weight:700;transition:background .18s;display:flex}.nav__dd-all:hover{background:#ea5c1f0f}.nav__dropdown-feature{background:linear-gradient(145deg, var(--navy), var(--navy-light));flex-direction:column;gap:10px;padding:20px;display:flex}.nav__dd-fc-label{text-transform:uppercase;letter-spacing:1.6px;color:var(--orange);font-size:9px;font-weight:700}.nav__dd-fc-title{color:var(--white);font-size:14px;font-weight:800;line-height:1.3}.nav__dd-fc-sub{color:#ffffff80;flex:1;font-size:11px;line-height:1.55}.nav__dd-fc-cta{text-transform:uppercase;color:var(--orange);align-items:center;gap:5px;margin-top:auto;font-size:11px;font-weight:700;display:inline-flex}.nav__actions{gap:12px;display:flex}.nav__hamburger{cursor:pointer;flex-direction:column;gap:5px;padding:8px;display:none}.nav__hamburger span{background:var(--navy);width:24px;height:2px;transition:var(--transition)}.btn{font-family:var(--font-primary);cursor:pointer;text-transform:uppercase;letter-spacing:.6px;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .25s;display:inline-flex}.btn--primary{background:linear-gradient(135deg, var(--orange), #d54e15);color:var(--white);box-shadow:var(--shadow-orange)}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 12px 36px #ea5c1f61}.btn--secondary{color:var(--navy);border:2px solid var(--navy);background:0 0}.btn--secondary:hover{background:var(--navy);color:var(--white);transform:translateY(-2px)}.btn--large{padding:16px 36px;font-size:15px}.btn i{font-size:18px}.partner-banner{background:linear-gradient(90deg, var(--navy), var(--navy-light), var(--navy));padding:20px 0}.partner-banner__content{flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;display:flex}.partner-banner__text{color:#ffffffbf;text-transform:uppercase;letter-spacing:1.5px;font-size:13px;font-weight:600}.partner-banner__badge{background:linear-gradient(135deg, var(--orange), var(--orange-hover));color:var(--white);text-transform:uppercase;border-radius:8px;padding:6px 14px;font-size:11px;font-weight:700}.section-header{text-align:center;margin-bottom:64px}.section-header__label{text-transform:uppercase;letter-spacing:2.5px;color:var(--orange);margin-bottom:20px;padding-bottom:16px;font-size:11px;font-weight:700;display:inline-block;position:relative}.section-header__label:after{content:"";background:linear-gradient(90deg, transparent, var(--orange), transparent);width:32px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.section-header__title{letter-spacing:-1px;color:var(--navy);margin-bottom:18px;font-size:44px;font-weight:800;line-height:1.15}.section-header__subtitle{color:var(--text-muted);max-width:620px;margin:0 auto;font-size:17px;line-height:1.7}.section-label{text-transform:uppercase;letter-spacing:2.5px;color:var(--orange);margin-bottom:16px;font-size:11px;font-weight:700;display:inline-block}.footer{background:linear-gradient(180deg, var(--navy), #1a1e2e);padding:80px 0 36px}.footer__grid{grid-template-columns:2fr repeat(3,1fr);gap:48px;margin-bottom:64px;display:grid}.footer__brand-logo{max-width:none;margin-bottom:20px;width:auto!important;height:44px!important}.footer__brand p{color:#ffffff7a;max-width:280px;margin-bottom:24px;font-size:14px;line-height:1.75}.footer__social{gap:10px;display:flex}.footer__social-link{width:40px;height:40px;transition:var(--transition);color:#ffffff7a;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;display:flex}.footer__social-link:hover{background:linear-gradient(135deg, var(--orange), var(--orange-hover));color:var(--white);border-color:#0000}.footer__social-link i{font-size:18px}.footer__column h4{text-transform:uppercase;letter-spacing:2px;color:var(--white);margin-bottom:24px;font-size:11px;font-weight:700}.footer__links{flex-direction:column;gap:12px;list-style:none;display:flex}.footer__links a{color:#ffffff7a;transition:var(--transition);font-size:14px}.footer__links a:hover{color:var(--orange)}.footer__bottom{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:32px;display:flex}.footer__copyright{color:#ffffff61;font-size:13px}.footer__legal{gap:32px;display:flex}.footer__legal a{color:#ffffff61;transition:var(--transition);font-size:13px}.footer__legal a:hover{color:var(--orange)}.ceh-hero.svelte-15vspdo{background:var(--navy);align-items:center;min-height:100vh;padding:140px 0 100px;display:flex;position:relative;overflow:hidden}.ceh-hero__grid-bg.svelte-15vspdo{opacity:.8;pointer-events:none;background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:64px 64px;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes svelte-15vspdo-orbDrift{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-20px)scale(1.05)}66%{transform:translate(-20px,30px)scale(.97)}}@keyframes svelte-15vspdo-termFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.ceh-hero__orbs.svelte-15vspdo{pointer-events:none;z-index:0;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.ceh-hero__orb.svelte-15vspdo{filter:blur(90px);border-radius:50%;animation:12s ease-in-out infinite svelte-15vspdo-orbDrift;position:absolute}.ceh-hero__orb--1.svelte-15vspdo{background:var(--orange);opacity:.15;width:450px;height:450px;animation-delay:0s;top:-100px;left:-80px}.ceh-hero__orb--2.svelte-15vspdo{opacity:.12;background:#6c3fea;width:380px;height:380px;animation-delay:-5s;top:40px;right:-60px}.ceh-hero__container.svelte-15vspdo{z-index:1;grid-template-columns:1fr 420px;align-items:center;gap:72px;display:grid;position:relative}.ceh-hero__content.svelte-15vspdo{animation:.8s forwards svelte-15vspdo-fadeUp}@keyframes svelte-15vspdo-fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.ceh-hero__badge.svelte-15vspdo{text-transform:uppercase;letter-spacing:1.5px;color:var(--orange);background:linear-gradient(135deg,#ea5c1f14,#ea5c1f0a);border:1px solid #ea5c1f40;border-radius:10px;align-items:center;gap:8px;margin-bottom:28px;padding:8px 20px;font-size:12px;font-weight:700;display:inline-flex}.ceh-hero__badge-dot.svelte-15vspdo{background:var(--orange);border-radius:50%;width:8px;height:8px;animation:2s infinite svelte-15vspdo-pulse}@keyframes svelte-15vspdo-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.ceh-hero__title.svelte-15vspdo{letter-spacing:-1.5px;color:var(--white);margin-bottom:20px;font-size:56px;font-weight:800;line-height:1.05}.ceh-hero__highlight.svelte-15vspdo{color:var(--orange)}.ceh-hero__subtitle.svelte-15vspdo{color:#ffffffbf;max-width:540px;margin-bottom:36px;font-size:17px;line-height:1.75}.ceh-hero__cta.svelte-15vspdo{flex-wrap:wrap;gap:16px;margin-bottom:48px;display:flex}.ceh-hero__stats.svelte-15vspdo{border-top:1px solid #ffffff1f;gap:36px;padding-top:36px;display:flex}.ceh-stat-mini.svelte-15vspdo{flex-direction:column;gap:4px;display:flex}.ceh-stat-mini__num.svelte-15vspdo{color:var(--white);letter-spacing:-1px;font-size:36px;font-weight:800;line-height:1}.ceh-stat-mini__num.svelte-15vspdo span:where(.svelte-15vspdo){color:var(--orange)}.ceh-stat-mini__label.svelte-15vspdo{color:#fff9;text-transform:uppercase;letter-spacing:1.5px;font-size:11px;font-weight:600}.ceh-hero__card.svelte-15vspdo{background:linear-gradient(145deg, var(--navy), var(--navy-light));box-shadow:var(--shadow-lg), 0 0 0 1px #ea5c1f1f;opacity:0;border-radius:20px;padding:40px;animation:.8s .2s forwards svelte-15vspdo-fadeUp,6s ease-in-out 1s infinite svelte-15vspdo-termFloat}.ceh-hero.svelte-15vspdo .btn--secondary{color:var(--white);border-color:#ffffff4d}.ceh-hero.svelte-15vspdo .btn--secondary:hover{background-color:#ffffff1a;border-color:#ffffff80}.ceh-hero__card-logo.svelte-15vspdo{width:auto;height:48px;margin-bottom:20px}.ceh-hero__card-title.svelte-15vspdo{color:var(--white);margin-bottom:6px;font-size:22px;font-weight:700}.ceh-hero__card-sub.svelte-15vspdo{color:#ffffff73;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:24px;font-size:11px}.ceh-hero__card-features.svelte-15vspdo{margin-bottom:24px;list-style:none}.ceh-hero__card-features.svelte-15vspdo li:where(.svelte-15vspdo){color:#ffffffd1;border-bottom:1px solid #ffffff12;align-items:center;gap:10px;padding:10px 0;font-size:14px;display:flex}.ceh-hero__card-features.svelte-15vspdo li:where(.svelte-15vspdo):last-child{border-bottom:none}.ceh-hero__card-features.svelte-15vspdo i:where(.svelte-15vspdo){color:var(--orange);flex-shrink:0;font-size:17px}.why-ceh.svelte-15vspdo{padding:var(--section-padding) 0;background:var(--white)}.why-ceh__grid.svelte-15vspdo{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.why-ceh__content.svelte-15vspdo h2:where(.svelte-15vspdo){color:var(--navy);letter-spacing:-.5px;margin-bottom:20px;font-size:40px;font-weight:800;line-height:1.15}.why-ceh__content.svelte-15vspdo h2:where(.svelte-15vspdo) span:where(.svelte-15vspdo){color:var(--orange)}.why-ceh__content.svelte-15vspdo>p:where(.svelte-15vspdo){color:var(--text-muted);margin-bottom:36px;font-size:16px;line-height:1.75}.why-ceh__stats-grid.svelte-15vspdo{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:36px;display:grid}.why-stat.svelte-15vspdo{background:var(--off-white);border:1px solid var(--border-light);transition:var(--transition);border-radius:14px;padding:20px 24px}.why-stat.svelte-15vspdo:hover{border-color:#ea5c1f4d}.why-stat__num.svelte-15vspdo{color:var(--orange);letter-spacing:-1px;margin-bottom:4px;font-size:30px;font-weight:800}.why-stat__label.svelte-15vspdo{color:var(--text-muted);font-size:12px;font-weight:500;line-height:1.4}.why-ceh__features.svelte-15vspdo{flex-direction:column;gap:16px;display:flex}.ceh-feature.svelte-15vspdo{background:var(--off-white);border:1px solid var(--border-light);border-radius:14px;gap:18px;padding:20px 22px;transition:all .25s;display:flex}.ceh-feature.svelte-15vspdo:hover{box-shadow:var(--shadow-sm);border-color:#ea5c1f40;transform:translate(4px)}.ceh-feature__icon.svelte-15vspdo{background:linear-gradient(135deg, var(--orange), var(--orange-hover));border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.ceh-feature__icon.svelte-15vspdo i:where(.svelte-15vspdo){color:var(--white);font-size:20px}.ceh-feature.svelte-15vspdo h4:where(.svelte-15vspdo){color:var(--navy);margin-bottom:4px;font-size:15px;font-weight:700}.ceh-feature.svelte-15vspdo p:where(.svelte-15vspdo){color:var(--text-muted);font-size:13px;line-height:1.55}.modules.svelte-15vspdo{padding:var(--section-padding) 0;background:linear-gradient(180deg, var(--off-white) 0%, #eeeff1 100%)}.modules__legend.svelte-15vspdo{flex-wrap:wrap;justify-content:center;gap:24px;margin-bottom:40px;display:flex}.modules__legend-item.svelte-15vspdo{border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:600;display:inline-flex}.modules__legend-item--lab.svelte-15vspdo{color:var(--orange);background:#ea5c1f14;border:1px solid #ea5c1f33}.modules__legend-item--lecture.svelte-15vspdo{color:var(--slate);background:#4f5d7514;border:1px solid #4f5d7526}.modules__grid.svelte-15vspdo{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.module-card.svelte-15vspdo{background:var(--white);border:1px solid var(--border-light);border-radius:14px;padding:20px;transition:all .25s}.module-card.svelte-15vspdo:hover{box-shadow:var(--shadow-md);border-color:#ea5c1f4d;transform:translateY(-3px)}.module-card--lab.svelte-15vspdo{border-left:3px solid var(--orange)}.module-card__header.svelte-15vspdo{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.module-card__number.svelte-15vspdo{font-family:var(--font-mono);color:var(--orange);text-transform:uppercase;letter-spacing:1px;font-size:11px;font-weight:700}.module-card__tag.svelte-15vspdo{text-transform:uppercase;letter-spacing:.6px;border-radius:5px;padding:3px 8px;font-size:9px;font-weight:700}.module-card__tag--lab.svelte-15vspdo{color:var(--orange);background:#ea5c1f1a}.module-card__tag.svelte-15vspdo{color:var(--slate);background:#4f5d7514}.module-card__title.svelte-15vspdo{color:var(--navy);margin-bottom:6px;font-size:14px;font-weight:700;line-height:1.3}.module-card__desc.svelte-15vspdo{color:var(--text-muted);font-size:12px;line-height:1.55}.lab-infra.svelte-15vspdo{padding:var(--section-padding) 0;background:var(--white)}.lab-infra__grid.svelte-15vspdo{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.lab-card.svelte-15vspdo{background:var(--off-white);border:1px solid var(--border-light);border-radius:20px;padding:36px 32px;transition:all .3s}.lab-card.svelte-15vspdo:hover{box-shadow:var(--shadow-md);border-color:#ea5c1f40;transform:translateY(-4px)}.lab-card--attacker.svelte-15vspdo{background:linear-gradient(145deg, var(--navy), var(--navy-light));border-color:#0000}.lab-card--attacker.svelte-15vspdo .lab-card__title:where(.svelte-15vspdo){color:var(--white)}.lab-card--attacker.svelte-15vspdo .lab-card__provider:where(.svelte-15vspdo){color:#ffffff73}.lab-card--attacker.svelte-15vspdo .lab-card__list:where(.svelte-15vspdo) li:where(.svelte-15vspdo){color:#fffc;border-bottom-color:#ffffff14}.lab-card--attacker.svelte-15vspdo .lab-card__list:where(.svelte-15vspdo) i:where(.svelte-15vspdo){color:var(--orange)}.lab-card__icon.svelte-15vspdo{background:linear-gradient(135deg, var(--orange), var(--orange-hover));border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:20px;display:flex}.lab-card__icon.svelte-15vspdo i:where(.svelte-15vspdo){color:var(--white);font-size:24px}.lab-card__title.svelte-15vspdo{color:var(--navy);margin-bottom:6px;font-size:20px;font-weight:700}.lab-card__provider.svelte-15vspdo{color:var(--text-muted);margin-bottom:20px;font-size:12px;font-weight:500}.lab-card__list.svelte-15vspdo{list-style:none}.lab-card__list.svelte-15vspdo li:where(.svelte-15vspdo){color:var(--slate);border-bottom:1px solid var(--border-light);align-items:center;gap:10px;padding:10px 0;font-size:14px;display:flex}.lab-card__list.svelte-15vspdo li:where(.svelte-15vspdo):last-child{border-bottom:none}.lab-card__list.svelte-15vspdo i:where(.svelte-15vspdo){color:var(--orange);flex-shrink:0;font-size:16px}.cta.svelte-15vspdo{padding:var(--section-padding) 0;text-align:center;background:linear-gradient(145deg, var(--navy), var(--navy-light));position:relative;overflow:hidden}.cta.svelte-15vspdo:before{content:"";pointer-events:none;background:radial-gradient(circle,#ea5c1f1a 0%,#0000 65%);width:500px;height:500px;position:absolute;top:-40%;right:-5%}.cta__container.svelte-15vspdo{z-index:1;max-width:700px;margin:0 auto;position:relative}.cta__title.svelte-15vspdo{letter-spacing:-1px;color:var(--white);margin-bottom:20px;font-size:44px;font-weight:800;line-height:1.15}.cta__title.svelte-15vspdo span:where(.svelte-15vspdo){color:var(--orange)}.cta__subtitle.svelte-15vspdo{color:var(--silver);opacity:.82;margin-bottom:16px;font-size:17px;line-height:1.7}.cta__buttons.svelte-15vspdo{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.cta.svelte-15vspdo .btn--secondary:where(.svelte-15vspdo){color:var(--white);border:2px solid #ffffff4d}.cta.svelte-15vspdo .btn--secondary:where(.svelte-15vspdo):hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.nav__overlay{z-index:998;background:#0000007a;display:none;position:fixed;top:0;bottom:0;left:0;right:0}.nav__overlay.active{display:block}@media (max-width:1024px){.nav__dropdown{display:none!important}.nav__caret{display:none}:root{--section-padding:80px}.ceh-hero__container.svelte-15vspdo{grid-template-columns:1fr;gap:48px}.ceh-hero__content.svelte-15vspdo{text-align:center}.ceh-hero__subtitle.svelte-15vspdo{margin:0 auto 36px}.ceh-hero__cta.svelte-15vspdo,.ceh-hero__stats.svelte-15vspdo{justify-content:center}.ceh-hero__card.svelte-15vspdo{max-width:480px;margin:0 auto}.why-ceh__grid.svelte-15vspdo{grid-template-columns:1fr;gap:48px}.modules__grid.svelte-15vspdo{grid-template-columns:repeat(3,1fr)}.lab-infra__grid.svelte-15vspdo{grid-template-columns:1fr;gap:20px}.footer__grid{grid-template-columns:repeat(2,1fr);gap:36px}.section-header__title{font-size:36px}}@media (max-width:768px){.ceh-hero.svelte-15vspdo{padding:110px 0 72px}.ceh-hero__title.svelte-15vspdo{font-size:34px}.ceh-hero__subtitle.svelte-15vspdo{font-size:15px}.ceh-hero__stats.svelte-15vspdo{flex-wrap:wrap;justify-content:center;gap:24px}.ceh-hero__cta.svelte-15vspdo{flex-direction:column}.ceh-hero__cta.svelte-15vspdo .btn:where(.svelte-15vspdo){justify-content:center;width:100%}.nav__menu{background:var(--white);border-left:1px solid var(--border-light);z-index:999;flex-direction:column;justify-content:center;width:85%;max-width:320px;height:100vh;padding:32px;transition:right .3s;position:fixed;top:0;right:-100%}.nav__menu.active{right:0}.nav__links{text-align:center;flex-direction:column;gap:20px}.nav__actions{flex-direction:column;gap:10px;width:100%;margin-top:16px}.nav__actions .btn{justify-content:center;width:100%}.nav__hamburger{display:flex}.nav__hamburger.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.nav__hamburger.active span:nth-child(2){opacity:0}.nav__hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.why-ceh__stats-grid.svelte-15vspdo{grid-template-columns:1fr 1fr}.modules__grid.svelte-15vspdo{grid-template-columns:repeat(2,1fr);gap:10px}.section-header__title,.cta__title.svelte-15vspdo{font-size:28px}.cta__buttons.svelte-15vspdo{flex-direction:column;align-items:stretch}.cta__buttons.svelte-15vspdo .btn:where(.svelte-15vspdo){justify-content:center;width:100%}.footer__grid{grid-template-columns:1fr;gap:28px}.footer__bottom{text-align:center;flex-direction:column;gap:16px}.partner-banner__content{text-align:center;flex-direction:column;gap:12px}}@media (max-width:480px){.ceh-hero__title.svelte-15vspdo{font-size:28px}.container{padding:0 16px}.modules__grid.svelte-15vspdo{grid-template-columns:1fr}.cta__title.svelte-15vspdo{font-size:24px}}
