@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&family=Space+Grotesk:wght@300..700&display=swap";.navbar-header{z-index:1000;width:100%;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s,background-color .3s;position:fixed;top:0;left:0}.navbar-header.is-scrolled{-webkit-backdrop-filter:blur(16px)saturate(180%);background-color:#ffffffd9;box-shadow:0 10px 30px -10px #00000014,0 1px 3px #00000005}[data-theme=dark] .navbar-header.is-scrolled{box-shadow:0 10px 30px -10px #00000080, 0 1px 0 0 var(--border);background-color:#0f172ad9}.navbar-header.is-scrolled .nav-top{opacity:0;border-bottom-color:#0000;max-height:0;padding-top:0;padding-bottom:0;overflow:hidden}.nav-top{background-color:var(--surface-light);border-bottom:1px solid var(--border);opacity:1;max-height:40px;transition:all .35s cubic-bezier(.16,1,.3,1)}.nav-top__inner{justify-content:flex-end;align-items:center;max-width:1240px;margin:0 auto;padding:8px 32px;display:flex}.nav-top__group{align-items:center;gap:16px;display:flex}.nav-top__link{color:var(--text-secondary);align-items:center;gap:6px;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s,transform .2s;display:flex}.nav-top__link:hover{color:var(--primary);transform:translateY(-1px)}.nav-top__icon{width:14px;height:14px;stroke:var(--primary)}.nav-top__divider{background-color:var(--border);width:1px;height:12px}.navbar-main{width:100%}.navbar-main__inner{justify-content:space-between;align-items:center;max-width:1240px;margin:0 auto;padding:14px 32px;transition:padding .3s;display:flex}.navbar-header.is-scrolled .navbar-main__inner{padding:10px 32px}.navbar__logo{z-index:1001;align-items:center;text-decoration:none;display:flex}.logo-wrapper{border-radius:8px;transition:transform .3s;position:relative;overflow:hidden}.navbar__logo:hover .logo-wrapper{transform:scale(1.04)}.navbar__logo img{object-fit:contain;width:auto;height:42px;display:block}.navbar__menu{align-items:center;display:flex}.navbar__list{border:1px solid var(--border);background-color:#00000008;border-radius:99px;align-items:center;gap:8px;padding:4px;list-style:none;display:flex}[data-theme=dark] .navbar__list{background-color:#ffffff08}.navbar__link{color:var(--text-secondary);border-radius:99px;align-items:center;padding:8px 18px;font-size:14.5px;font-weight:500;text-decoration:none;transition:color .25s;display:inline-flex;position:relative}.navbar__link-text{z-index:2;position:relative}.navbar__link-hover-bg{background-color:var(--surface);opacity:0;z-index:1;border-radius:99px;transition:all .25s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:scale(.85);box-shadow:0 2px 8px #0000000f}.navbar__link:hover{color:var(--text-primary)}.navbar__link:hover .navbar__link-hover-bg{opacity:.6;transform:scale(1)}.navbar__link.is-active{color:var(--primary);font-weight:600}.navbar__link.is-active .navbar__link-hover-bg{opacity:1;transform:scale(1);box-shadow:0 2px 10px #00000014}.navbar__actions{align-items:center;gap:12px;display:flex}.btn-cta{background-color:var(--primary);color:#fff;border-radius:99px;align-items:center;gap:8px;padding:10px 22px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 14px #39b54a59}.btn-cta__icon svg{width:16px;height:16px;transition:transform .25s}.btn-cta:hover{background-color:var(--primary);filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 6px 20px #39b54a73}.btn-cta:hover .btn-cta__icon svg{transform:translate(4px)}.btn-cta:active{transform:translateY(0)}.navbar__mobile-cta{display:none}.navbar__toggle{cursor:pointer;z-index:1001;background:0 0;border:none;border-radius:8px;padding:8px;transition:background-color .2s;display:none}.navbar__toggle:hover{background-color:var(--surface-light)}.hamburger-box{width:22px;height:16px;display:inline-block;position:relative}.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{background-color:var(--text-primary);border-radius:4px;width:22px;height:2px;transition:transform .25s cubic-bezier(.16,1,.3,1),opacity .2s;position:absolute}.hamburger-inner{top:50%;transform:translateY(-50%)}.hamburger-inner:before{content:"";top:-7px}.hamburger-inner:after{content:"";bottom:-7px}.navbar__toggle.is-open .hamburger-inner{transform:rotate(45deg)}.navbar__toggle.is-open .hamburger-inner:before{opacity:0;top:0}.navbar__toggle.is-open .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.navbar__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;z-index:998;background-color:#0f172a66;transition:opacity .3s;position:fixed;inset:0}.navbar__backdrop.is-active{opacity:1;pointer-events:auto}@media (width<=992px){.navbar-main__inner{padding:12px 20px}.navbar__toggle{display:block}.btn-cta--desktop{display:none}.nav-top__inner{justify-content:center;padding:6px 16px}.navbar__menu{background-color:var(--surface);z-index:999;flex-direction:column;justify-content:space-between;align-items:stretch;width:300px;height:100vh;padding:100px 24px 40px;transition:transform .35s cubic-bezier(.16,1,.3,1);position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #00000026}.navbar__menu.is-open{transform:translate(0)}.navbar__list{background:0 0;border:none;flex-direction:column;gap:8px;width:100%;padding:0}.navbar__item{opacity:0;width:100%;transition:opacity .3s,transform .3s;transition-delay:calc(40ms * var(--i));transform:translateY(15px)}.navbar__menu.is-open .navbar__item{opacity:1;transform:translateY(0)}.navbar__link{width:100%;padding:12px 20px;font-size:16px}.navbar__mobile-cta{width:100%;display:block}.btn-cta--mobile{justify-content:center;width:100%;padding:14px;font-size:15px}}@media (width<=480px){.nav-top__link span{font-size:11.5px}}.footer{background-color:var(--background);border-top:1px solid var(--border);width:100%;color:var(--text-secondary);position:relative;overflow:hidden}.footer__top{padding:64px 0 48px}.footer__container{grid-template-columns:1.4fr .8fr .8fr 1fr;gap:40px;max-width:1240px;margin:0 auto;padding:0 32px;display:grid}.footer__top{background-image:var(--footer-bg);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:64px 0 48px}.footer__logo img{object-fit:contain;width:auto;height:44px;margin-bottom:20px;transition:transform .3s;display:block}.footer__logo:hover img{transform:scale(1.03)}.footer__description{color:var(--text-secondary);max-width:320px;margin-bottom:24px;font-size:14px;line-height:1.6}.footer__socials{align-items:center;gap:12px;display:flex}.social-icon{background-color:var(--surface-light);border:1px solid var(--border);width:38px;height:38px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.social-icon svg{width:18px;height:18px}.social-icon:hover{background-color:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-3px)scale(1.05);box-shadow:0 6px 16px #39b54a4d}.footer__title{color:var(--text-primary);margin-bottom:20px;font-size:16px;font-weight:600;display:inline-block;position:relative}.footer__title:after{content:"";background-color:var(--primary);border-radius:2px;width:24px;height:2px;transition:width .3s;position:absolute;bottom:-6px;left:0}.footer__col:hover .footer__title:after{width:100%}.footer__links{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.footer__link{color:var(--text-secondary);align-items:center;gap:6px;font-size:14.5px;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.footer__link-arrow{opacity:0;color:var(--primary);font-size:13px;transition:all .25s cubic-bezier(.16,1,.3,1);transform:translate(-8px)}.footer__link:hover{color:var(--primary);transform:translate(4px)}.footer__link:hover .footer__link-arrow{opacity:1;transform:translate(0)}.footer__text{color:var(--text-secondary);margin-bottom:16px;font-size:14px;line-height:1.5}.footer__newsletter{background-color:var(--surface-light);border:1px solid var(--border);border-radius:99px;align-items:center;padding:4px 4px 4px 16px;transition:border-color .25s,box-shadow .25s;display:flex}.footer__newsletter:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #39b54a26}.footer__input{color:var(--text-primary);background:0 0;border:none;outline:none;width:100%;font-size:13.5px}.footer__input::placeholder{color:var(--text-muted)}.footer__submit-btn{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;outline:none;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .25s;display:flex}.footer__submit-btn svg{width:16px;height:16px;transition:transform .2s}.footer__submit-btn:hover{filter:brightness(1.1);transform:scale(1.05)}.footer__submit-btn:hover svg{transform:translate(2px)}.footer__bottom{background-color:var(--surface-light);border-top:1px solid var(--border);padding:20px 0;font-size:13.5px}.footer__bottom-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;max-width:1240px;margin:0 auto;padding:0 32px;display:flex}.footer__copyright,.footer__developer{color:var(--text-muted)}.footer__dev-link{color:var(--text-primary);margin-left:4px;font-weight:600;text-decoration:none;transition:color .25s;display:inline-block;position:relative}.footer__dev-underline{background-color:var(--primary);transform-origin:100%;width:100%;height:2px;transition:transform .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.footer__dev-link:hover{color:var(--primary)}.footer__dev-link:hover .footer__dev-underline{transform-origin:0;transform:scaleX(1)}@media (width<=1024px){.footer__container{grid-template-columns:1fr 1fr;gap:40px 24px}}@media (width<=640px){.footer__top{padding:48px 0 32px}.footer__container{grid-template-columns:1fr;gap:32px;padding:0 24px}.footer__bottom-container{text-align:center;flex-direction:column;justify-content:center;padding:0 24px}}.whatsapp-wrapper{z-index:9999;justify-content:flex-end;align-items:center;display:flex;position:fixed;bottom:28px;right:28px}.whatsapp-btn{color:#fff;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;text-decoration:none;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s;display:flex;position:relative;box-shadow:0 10px 25px #25d36666}.whatsapp-icon{z-index:3;width:32px;height:32px;position:relative}.whatsapp-btn:hover{transform:scale(1.12)rotate(6deg);box-shadow:0 15px 30px #25d3668c}.whatsapp-btn__pulse{opacity:.6;z-index:1;pointer-events:none;background-color:#25d366;border-radius:50%;animation:2.5s ease-out infinite waPulse;position:absolute;inset:-6px}.whatsapp-btn__pulse--delay{animation-delay:1.25s}@keyframes waPulse{0%{opacity:.6;transform:scale(.9)}to{opacity:0;transform:scale(1.5)}}.whatsapp-btn__status{z-index:4;background-color:#00f5d4;border:2.5px solid #fff;border-radius:50%;width:14px;height:14px;position:absolute;top:2px;right:2px}.whatsapp-tooltip{color:#1a202c;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;background-color:#fff;border:1px solid #0000000f;border-radius:16px;padding:10px 16px;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;right:74px;transform:translate(10px);box-shadow:0 10px 30px #0000001f}.whatsapp-tooltip.is-visible{opacity:1;visibility:visible;transform:translate(0)}.whatsapp-tooltip__text{flex-direction:column;display:flex}.whatsapp-tooltip__title{color:#0f172a;font-size:13px;font-weight:800}.whatsapp-tooltip__sub{color:#64748b;font-size:11px;font-weight:600}.whatsapp-tooltip__arrow{background-color:#fff;border-top:1px solid #0000000a;border-right:1px solid #0000000a;width:12px;height:12px;position:absolute;top:50%;right:-6px;transform:translateY(-50%)rotate(45deg)}@media (width<=640px){.whatsapp-wrapper{bottom:20px;right:20px}.whatsapp-btn{width:52px;height:52px}.whatsapp-icon{width:28px;height:28px}.whatsapp-tooltip{display:none}}.hero{background-color:var(--background);align-items:center;width:100%;min-height:100vh;padding-top:140px;padding-bottom:80px;display:flex;position:relative;overflow:hidden}.hero__bg-glow{filter:blur(120px);opacity:.15;pointer-events:none;z-index:0;border-radius:50%;position:absolute}.hero__bg-glow--primary{background-color:var(--primary);width:500px;height:500px;top:-100px;right:-50px}.hero__bg-glow--secondary{background-color:var(--secondary);width:450px;height:450px;bottom:-100px;left:-100px}.hero__bg-grid{background-image:radial-gradient(var(--border) 1px, transparent 1px);opacity:.4;pointer-events:none;z-index:0;background-size:32px 32px;position:absolute;inset:0}.hero__container{z-index:1;grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;max-width:1240px;margin:0 auto;padding:0 32px;display:grid;position:relative}.hero__content{flex-direction:column;align-items:flex-start;display:flex}.hero__badge{background-color:var(--surface-light);border:1px solid var(--border);border-radius:99px;align-items:center;gap:10px;margin-bottom:24px;padding:6px 16px;animation:.6s cubic-bezier(.16,1,.3,1) fadeInDown;display:inline-flex}.hero__badge-dot{background-color:var(--primary);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;box-shadow:0 0 #39b54ab3}.hero__badge-text{color:var(--text-primary);font-size:13.5px;font-weight:600}.hero__title{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(36px,4.5vw,56px);font-weight:800;line-height:1.15}.text-gradient{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero__description{color:var(--text-secondary);max-width:540px;margin-bottom:36px;font-size:17px;line-height:1.6}.hero__actions{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:48px;display:flex}.hero__btn{border-radius:99px;justify-content:center;align-items:center;gap:10px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.hero__btn--primary{background-color:var(--primary);color:#fff;box-shadow:0 6px 20px #39b54a59}.hero__btn--primary svg{width:18px;height:18px;transition:transform .25s}.hero__btn--primary:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 10px 25px #39b54a73}.hero__btn--primary:hover svg{transform:translate(4px)}.hero__btn--secondary{background-color:var(--surface);border:1px solid var(--border);color:var(--text-primary)}.play-icon-wrapper{background-color:var(--surface-light);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:transform .25s;display:flex}.play-icon-wrapper svg{width:12px;height:12px;fill:var(--primary);margin-left:2px}.hero__btn--secondary:hover{background-color:var(--surface-light);border-color:var(--text-muted);transform:translateY(-2px)}.hero__btn--secondary:hover .play-icon-wrapper{transform:scale(1.1)}.hero__stats{background-color:var(--surface);border:1px solid var(--border);border-radius:16px;align-items:center;gap:24px;padding:16px 24px;display:flex;box-shadow:0 4px 16px #0000000a}.hero__stat-item{flex-direction:column;display:flex}.hero__stat-number{color:var(--text-primary);font-size:20px;font-weight:700}.hero__stat-label{color:var(--text-muted);font-size:12.5px;font-weight:500}.hero__stat-divider{background-color:var(--border);width:1px;height:32px}.hero__visual{justify-content:center;display:flex;position:relative}.hero__card-stack{width:100%;max-width:460px;position:relative}.hero__main-card{background-color:var(--surface);border:1px solid var(--border);border-radius:24px;transition:transform .4s cubic-bezier(.16,1,.3,1);overflow:hidden;box-shadow:0 20px 40px -15px #0000001a}.hero__main-card:hover{transform:translateY(-6px)}.hero__image-wrapper{width:100%;height:280px;position:relative;overflow:hidden}.hero__img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.hero__main-card:hover .hero__img{transform:scale(1.05)}.hero__card-footer{padding:24px}.hero__card-tag{color:var(--primary);background-color:#39b54a1a;border-radius:99px;margin-bottom:10px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-block}.hero__card-heading{color:var(--text-primary);margin-bottom:6px;font-size:18px;font-weight:700}.hero__card-sub{color:var(--text-secondary);font-size:13.5px}.hero__floating-card{-webkit-backdrop-filter:blur(12px);z-index:2;background:#ffffffe6;border:1px solid #fff9;border-radius:16px;align-items:center;gap:12px;padding:12px 18px;animation:4s ease-in-out infinite float;display:flex;position:absolute;box-shadow:0 10px 25px -5px #0000001a}[data-theme=dark] .hero__floating-card{background:#1e293bd9;border-color:#ffffff1a}.hero__floating-card--top{animation-delay:0s;top:-20px;left:-30px}.hero__floating-card--bottom{animation-delay:2s;bottom:20px;right:-20px}.hero__floating-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.hero__floating-icon svg{width:20px;height:20px}.hero__floating-icon--green{color:var(--primary);background-color:#39b54a26}.hero__floating-icon--blue{color:var(--secondary);background-color:#0d73c726}.hero__floating-title{color:var(--text-primary);font-size:13.5px;font-weight:700;line-height:1.2}.hero__floating-desc{color:var(--text-muted);font-size:11.5px}@keyframes pulse{0%{box-shadow:0 0 #39b54ab3}70%{box-shadow:0 0 0 8px #39b54a00}to{box-shadow:0 0 #39b54a00}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.hero{padding-top:130px}.hero__container{text-align:center;grid-template-columns:1fr;gap:50px}.hero__content{align-items:center}.hero__description{max-width:100%}.hero__stats{justify-content:space-around;width:100%}}@media (width<=640px){.hero{padding-top:120px;padding-bottom:60px}.hero__container{padding:0 20px}.hero__actions{flex-direction:column;width:100%}.hero__btn{width:100%}.hero__stats{flex-direction:column;gap:16px;padding:20px}.hero__stat-divider{width:100%;height:1px}.hero__floating-card--top{top:-15px;left:0}.hero__floating-card--bottom{bottom:-15px;right:0}}.about-sec{background-color:var(--surface);width:100%;padding:80px 0;position:relative}.about-sec__container{max-width:1240px;margin:0 auto;padding:0 32px}.affiliations{text-align:center;margin-bottom:90px}.affiliations__title{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:40px;font-size:32px;font-weight:800}.affiliations__grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;display:flex}.affiliations__item{opacity:.7;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.affiliations__item img{object-fit:contain;width:auto;max-height:150px}.affiliations__item:hover{filter:grayscale(0%);opacity:1;transform:translateY(-4px)}.about-main{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.about-main__gallery{width:100%;max-width:500px;margin:0 auto;position:relative}.gallery-grid{z-index:1;grid-template-columns:1fr 1fr;gap:16px;display:grid;position:relative}.gallery-item{aspect-ratio:1;width:100%;position:relative;overflow:hidden;box-shadow:0 10px 25px -5px #00000014}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-item:hover img{transform:scale(1.08)}.gallery-item--top-left{border-top-left-radius:40px;border-bottom-right-radius:8px}.gallery-item--top-right{border-top-right-radius:40px;border-bottom-left-radius:8px}.gallery-item--bottom-left{border-top-right-radius:8px;border-bottom-left-radius:40px}.gallery-item--bottom-right{border-top-left-radius:8px;border-bottom-right-radius:40px}.gallery-grid__cross-line{pointer-events:none;z-index:2;width:calc(100% + 12px);height:calc(100% + 12px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gallery-grid__cross-line:before,.gallery-grid__cross-line:after{content:"";background-color:var(--warning);border-radius:4px;position:absolute}.gallery-grid__cross-line:before{width:100%;height:8px;top:50%;left:0;transform:translateY(-50%)}.gallery-grid__cross-line:after{width:8px;height:100%;top:0;left:50%;transform:translate(-50%)}.about-main__info{flex-direction:column;display:flex}.about-main__subhead{color:var(--accent);letter-spacing:.1em;margin-bottom:8px;font-size:13px;font-weight:700}.about-main__title{color:var(--text-primary);margin-bottom:20px;font-size:38px;font-weight:800;line-height:1.2}.about-main__desc{color:var(--text-secondary);margin-bottom:36px;font-size:15px;line-height:1.7}.about-main__read-more{color:var(--accent);font-weight:600;text-decoration:none;transition:opacity .2s}.about-main__read-more:hover{text-decoration:underline}.stats-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.stat-card{border-radius:16px;align-items:center;gap:16px;padding:12px 16px;transition:transform .3s;display:flex}.stat-card:hover{transform:translateY(-3px)}.stat-card__icon{background-color:var(--surface-light);border:1px solid var(--border);width:48px;height:48px;color:var(--text-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.stat-card__icon svg{width:22px;height:22px}.stat-card__details{flex-direction:column;display:flex}.stat-card__value{color:var(--accent);margin-bottom:4px;font-size:32px;font-weight:800;line-height:1}.stat-card__label{color:var(--text-secondary);font-size:13.5px;font-weight:600}@media (width<=1024px){.about-main{grid-template-columns:1fr;gap:48px}.about-main__info{text-align:center;align-items:center}.stats-grid{width:100%;max-width:500px}}@media (width<=640px){.about-sec{padding:50px 0}.affiliations__title{font-size:24px}.affiliations__grid{gap:24px}.about-main__title{font-size:28px}.stats-grid{grid-template-columns:1fr 1fr;gap:16px}.stat-card{text-align:center;flex-direction:column}}.programs-sec{background-color:var(--surface,#fff);width:100%;margin:25px auto;padding:0;position:relative;overflow:hidden}.programs-sec__inner{z-index:2;background-color:#dbece9;padding:40px 0 60px;position:relative}.programs-sec__container{max-width:1240px;margin:0 auto;padding:0 32px}.programs-sec__cloud{z-index:2;width:100%;line-height:0;position:relative}.programs-sec__cloud svg{width:100%;height:120px;display:block}.programs-sec__cloud--top{transform:rotate(0)}.programs-sec__cloud--bottom{transform:rotate(180deg)}.programs-sec__header{text-align:center;max-width:600px;margin:0 auto 50px}.programs-sec__subhead{color:#c02626;letter-spacing:.12em;margin-bottom:8px;font-size:13px;font-weight:800;display:block}.programs-sec__title{color:#0d1b2a;letter-spacing:-.01em;margin-bottom:12px;font-size:42px;font-weight:900}.programs-sec__desc{color:#4a5568;font-size:15.5px;line-height:1.6}.programs-sec__bubble{opacity:.15;pointer-events:none;z-index:1;border-radius:50%;animation:6s ease-in-out infinite alternate floatBubble;position:absolute}.bubble--1{background-color:#e63946;width:120px;height:120px;top:25%;left:4%}.bubble--2{background-color:#00a896;width:160px;height:160px;animation-delay:2s;bottom:20%;right:3%}.bubble--3{background-color:#f77f00;width:90px;height:90px;animation-delay:4s;top:45%;right:12%}.programs-sec__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.prog-card{text-align:center;cursor:pointer;background-color:#fff;border-radius:28px;flex-direction:column;align-items:center;padding:24px 20px;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 12px 30px #0000000f}.prog-card__bar{background-color:var(--card-theme,#0d9488);width:100%;height:8px;transition:height .3s;position:absolute;top:0;left:0}.prog-card:hover .prog-card__bar,.prog-card.is-active .prog-card__bar{height:12px}.prog-card__badge-wrapper{color:#fff;background-color:#cb2027;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:64px;height:64px;margin-top:10px;margin-bottom:16px;transition:transform .3s;display:flex;box-shadow:0 6px 16px #cb20274d}.prog-card__badge-sub{letter-spacing:.05em;opacity:.9;font-size:8px;font-weight:800;line-height:1}.prog-card__badge{font-size:24px;font-weight:900;line-height:1}.prog-card:hover .prog-card__badge-wrapper{transform:scale(1.1)rotate(-6deg)}.prog-card__icon{color:var(--card-theme,#0d9488);margin-bottom:8px}.prog-card__icon svg{width:30px;height:30px}.prog-card__tagline{text-transform:uppercase;letter-spacing:.08em;color:#8898aa;margin-bottom:2px;font-size:11px;font-weight:700}.prog-card__title{color:#1a202c;margin-bottom:4px;font-size:22px;font-weight:800}.prog-card__age{color:#4a5568;margin-bottom:16px;font-size:13px;font-weight:600}.prog-card__skills{flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:20px;display:flex}.skill-pill{color:#2d3748;background-color:#f1f5f9;border-radius:8px;padding:3px 10px;font-size:11px;font-weight:600}.prog-card__btn{color:#1a202c;cursor:pointer;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:auto;padding:10px;font-size:13px;font-weight:700;transition:all .25s;display:flex}.prog-card__btn svg{width:14px;height:14px;transition:transform .2s}.prog-card:hover .prog-card__btn,.prog-card.is-active .prog-card__btn{background-color:var(--card-theme,#0d9488);color:#fff;border-color:var(--card-theme,#0d9488)}.prog-card:hover .prog-card__btn svg,.prog-card.is-active .prog-card__btn svg{transform:translate(3px)}.prog-card:hover,.prog-card.is-active{transform:translateY(-8px);box-shadow:0 22px 45px #0000001f}@keyframes floatBubble{0%{transform:translateY(0)scale(1)}to{transform:translateY(-20px)scale(1.05)}}@media (width<=1024px){.programs-sec__grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (width<=640px){.programs-sec__cloud svg{height:70px}.programs-sec__title{font-size:32px}.programs-sec__grid{grid-template-columns:1fr;max-width:360px;margin:0 auto}}.contact-cta{color:#fff;text-align:center;background:linear-gradient(135deg,#0d1b2a 0%,#1b263b 100%);border-radius:20px;width:90%;margin:50px auto;padding:100px 24px;position:relative;overflow:hidden}.contact-cta__bg-grid{pointer-events:none;background-image:linear-gradient(90deg,#ffffff08 1px,#0000 1px),linear-gradient(#ffffff08 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.contact-cta__orb{filter:blur(80px);pointer-events:none;opacity:.35;border-radius:50%;position:absolute}.contact-cta__orb--1{background-color:#00a896;width:300px;height:300px;top:-50px;left:-50px}.contact-cta__orb--2{background-color:#e63946;width:350px;height:350px;bottom:-80px;right:-50px}.contact-cta__container{z-index:2;flex-direction:column;align-items:center;max-width:860px;margin:0 auto;display:flex;position:relative}.contact-cta__bot-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#00f5d4;background:#ffffff14;border:1px solid #ffffff26;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:28px;animation:4s ease-in-out infinite botBounce;display:flex;position:relative;box-shadow:0 10px 25px #0000004d}.contact-cta__bot-badge svg{width:32px;height:32px}.contact-cta__tag{color:#00f5d4;letter-spacing:.15em;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:800;display:block}.contact-cta__title{letter-spacing:-.02em;margin-bottom:18px;font-size:44px;font-weight:900;line-height:1.2}.contact-cta__highlight{background:linear-gradient(90deg,#ff4d6d,#f77f00);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.contact-cta__desc{color:#a0aec0;max-width:640px;margin-bottom:32px;font-size:17px;line-height:1.6}.contact-cta__perks{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:40px;display:flex}.perk-item{color:#e2e8f0;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:99px;align-items:center;gap:8px;padding:8px 16px;font-size:13.5px;font-weight:600;display:flex}.perk-icon{font-size:15px}.contact-cta__actions{align-items:center;gap:16px;display:flex}.contact-cta-btn{cursor:pointer;border:none;border-radius:16px;align-items:center;gap:10px;padding:16px 32px;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.contact-cta-btn--primary{color:#fff;background:linear-gradient(135deg,#e63946 0%,#d62828 100%);box-shadow:0 10px 25px #e6394666}.contact-cta-btn--primary svg{width:18px;height:18px;transition:transform .2s}.contact-cta-btn--primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px #e639468c}.contact-cta-btn--primary:hover svg{transform:translate(4px)}.contact-cta-btn--secondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #fff3}.contact-cta-btn--secondary svg{color:#00f5d4;width:18px;height:18px}.contact-cta-btn--secondary:hover{background:#ffffff26;border-color:#fff6;transform:translateY(-3px)}.contact-cta__footer{color:#718096;font-size:14px}.contact-cta__phone{color:#00f5d4;margin-left:4px;font-weight:700;text-decoration:none;transition:opacity .2s}.contact-cta__phone:hover{text-decoration:underline}@keyframes botBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (width<=768px){.contact-cta{padding:70px 20px}.contact-cta__title{font-size:32px}.contact-cta__desc{font-size:15px}.contact-cta__actions{flex-direction:column;width:100%;max-width:320px}.contact-cta-btn{justify-content:center;width:100%}}:root{--hero-primary:#08786f;--hero-primary-bright:#16a798;--hero-primary-deep:#044f49;--hero-secondary:#ed684f;--hero-secondary-soft:#f29a79;--hero-accent:#f4c96e;--hero-accent-soft:#ffe4a7;--hero-background:#f4faf8;--hero-background-deep:#e7f4f0;--hero-surface:#ffffffb3;--hero-surface-strong:#ffffffe6;--hero-text:#092f2b;--hero-text-soft:#607873;--hero-border:#07534c1f;--hero-border-strong:#07534c33;--hero-shadow:0 40px 100px #044c4426;--hero-shadow-soft:0 24px 60px #044c441a;--hero-radius-large:40px;--hero-radius-medium:24px;--hero-container:1540px;--hero-ease:cubic-bezier(.22, 1, .36, 1);--hero-ease-soft:cubic-bezier(.16, 1, .3, 1)}.premium-hero{--pointer-x:50%;--pointer-y:30%;--hero-scroll:0;isolation:isolate;background:radial-gradient(circle at 16% 15%, #4cd7bf29, transparent 31%), radial-gradient(circle at 88% 20%, #ed684f1a, transparent 25%), linear-gradient(145deg, var(--hero-background), var(--hero-background-deep));min-height:max(850px,100svh);color:var(--hero-text);align-items:center;padding:clamp(150px,13vw,205px) clamp(18px,3.6vw,58px) 135px;font-family:Manrope,Avenir Next,Segoe UI,sans-serif;display:flex;position:relative;overflow:hidden}.premium-hero,.premium-hero *,.premium-hero :before,.premium-hero :after{box-sizing:border-box}.premium-hero a{-webkit-tap-highlight-color:transparent}.premium-hero a:focus-visible{outline:3px solid var(--hero-secondary);outline-offset:5px}.premium-hero__background{z-index:-3;pointer-events:none;position:absolute;inset:0;overflow:hidden}.premium-hero__mesh{filter:blur(46px);opacity:.82;background:radial-gradient(circle at 21% 31%,#41d9be40,#0000 23%),radial-gradient(circle at 77% 24%,#f4bb8236,#0000 24%),radial-gradient(circle at 72% 77%,#7480e71f,#0000 28%);animation:18s ease-in-out infinite alternate premiumHeroMesh;position:absolute;inset:-20%;transform:scale(1.08)}.premium-hero__aurora{filter:blur(60px);opacity:.2;will-change:transform;border-radius:44% 56% 62% 38%;position:absolute}.premium-hero__aurora--one{background:var(--hero-primary-bright);width:530px;height:480px;animation:15s ease-in-out infinite alternate premiumHeroAuroraOne;top:3%;left:-12%}.premium-hero__aurora--two{background:var(--hero-secondary);opacity:.11;width:510px;height:550px;animation:19s ease-in-out infinite alternate premiumHeroAuroraTwo;top:12%;right:-12%}.premium-hero__aurora--three{opacity:.08;background:#6879df;width:580px;height:500px;animation:21s ease-in-out infinite alternate premiumHeroAuroraThree;bottom:-28%;right:25%}.premium-hero__beam{filter:blur(16px);opacity:.14;background:linear-gradient(#0000,#ffffff8c,#0000);width:190px;height:1050px;position:absolute;transform:rotate(26deg)}.premium-hero__beam--one{animation:13s ease-in-out infinite alternate premiumHeroBeam;top:-400px;left:34%}.premium-hero__beam--two{opacity:.08;width:100px;animation:17s ease-in-out -6s infinite alternate premiumHeroBeam;top:-370px;left:55%}.premium-hero__pointer-light{top:var(--pointer-y);left:var(--pointer-x);opacity:.62;background:radial-gradient(circle,#ffffffe6,#50dbc21f 38%,#0000 68%);border-radius:50%;width:640px;height:640px;position:absolute;transform:translate(-50%,-50%)}.premium-hero__grid{background-image:linear-gradient(#07564f09 1px,#0000 1px),linear-gradient(90deg,#07564f09 1px,#0000 1px);background-size:76px 76px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000000d6,#0000 88%);mask-image:linear-gradient(#000000d6,#0000 88%)}.premium-hero__noise{opacity:.1;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='.23'/%3E%3C/svg%3E");position:absolute;inset:0}.premium-hero__particle{background:var(--hero-primary-bright);border-radius:50%;width:5px;height:5px;animation:5s ease-in-out infinite premiumHeroParticle;position:absolute;box-shadow:0 0 12px #16a798b3,0 0 30px #16a7984d}.premium-hero__particle--one{top:17%;left:11%}.premium-hero__particle--two{animation-delay:-1.4s;top:24%;right:18%}.premium-hero__particle--three{background:var(--hero-secondary);width:4px;height:4px;animation-delay:-2.6s;bottom:26%;right:8%}.premium-hero__particle--four{background:var(--hero-accent);animation-delay:-3.7s;bottom:18%;left:27%}.premium-hero__particle--five{width:3px;height:3px;animation-delay:-4.3s;top:42%;left:49%}.premium-hero__decorative-line{z-index:-1;fill:none;stroke:#07645b17;stroke-width:1px;stroke-dasharray:6 10;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.premium-hero__container{z-index:3;width:min(100%, var(--hero-container));grid-template-columns:minmax(0,1.02fr) minmax(510px,.98fr);grid-template-areas:"number visual""content visual""stats stats";align-items:center;gap:30px clamp(45px,7vw,120px);margin:0 auto;display:grid;position:relative}.premium-hero__editorial-number{opacity:0;transition:opacity .7s ease, transform .8s var(--hero-ease);grid-area:number;align-self:end;align-items:center;gap:15px;display:flex;transform:translateY(16px)}.premium-hero.is-ready .premium-hero__editorial-number{opacity:1;transform:translateY(0)}.premium-hero__editorial-number>span{color:var(--hero-primary);letter-spacing:.13em;font-size:.64rem;font-weight:820}.premium-hero__editorial-number>small{color:var(--hero-text-soft);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:12px;font-size:.58rem;font-weight:720;display:inline-flex}.premium-hero__editorial-number>small:before{background:var(--hero-border-strong);content:"";width:30px;height:1px}.premium-hero__content{z-index:5;grid-area:content;position:relative}.premium-hero__badge{color:var(--hero-primary);-webkit-backdrop-filter:blur(15px)saturate(140%);backdrop-filter:blur(15px)saturate(140%);letter-spacing:.13em;text-transform:uppercase;opacity:0;transition:opacity .8s ease .1s, transform .9s var(--hero-ease) .1s;background:#ffffff94;border:1px solid #075e5624;border-radius:999px;align-items:center;gap:10px;padding:6px 10px 6px 6px;font-size:.63rem;font-weight:790;display:inline-flex;transform:translateY(18px)scale(.94);box-shadow:0 13px 35px #05504812,inset 0 1px #ffffffe0}.premium-hero.is-ready .premium-hero__badge{opacity:1;transform:translateY(0)scale(1)}.premium-hero__badge-icon{background:linear-gradient(145deg, var(--hero-primary), var(--hero-primary-bright));color:#fff;border-radius:50%;place-items:center;width:32px;height:32px;display:grid;box-shadow:0 9px 20px #08786f38}.premium-hero__badge-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;width:15px}.premium-hero__badge-status{border:1px solid #08786f24;border-radius:50%;place-items:center;width:17px;height:17px;display:grid}.premium-hero__badge-status i{background:#2cbd84;border-radius:50%;width:5px;height:5px;animation:2.3s ease-in-out infinite premiumHeroStatusPulse;box-shadow:0 0 8px #2cbd84b8}.premium-hero h1{letter-spacing:-.082em;opacity:0;filter:blur(13px);max-width:900px;transition:opacity 1s ease .18s, filter 1.1s ease .18s, transform 1.1s var(--hero-ease) .18s;margin:25px 0 0;font-size:clamp(4.4rem,7.5vw,9rem);font-weight:570;line-height:.85;transform:translateY(40px)scale(.97)}.premium-hero.is-ready h1{opacity:1;filter:blur();transform:translateY(0)scale(1)}.premium-hero__headline-row{white-space:nowrap;align-items:baseline;gap:.15em;display:flex}.premium-hero__headline-accent{background:linear-gradient(100deg, var(--hero-primary), var(--hero-primary-bright) 38%, var(--hero-secondary) 75%, var(--hero-primary));color:#0000;background-size:240%;-webkit-background-clip:text;background-clip:text;padding-right:.09em;animation:8s linear infinite premiumHeroGradientText;display:inline-block;position:relative}.premium-hero__headline-accent:before{content:"";pointer-events:none;border:1px solid #ed684f30;border-radius:50%;position:absolute;inset:-.02em -.09em -.08em -.04em;transform:rotate(-5deg)}.premium-hero__headline-accent:after{background:var(--hero-secondary);content:"";border-radius:50%;width:7px;height:7px;animation:3.6s ease-in-out infinite premiumHeroAccentDot;position:absolute;top:4%;right:2%;box-shadow:0 0 13px #ed684fc2,0 0 32px #ed684f52}.premium-hero__headline-accent svg{fill:none;width:98%;height:.25em;stroke:var(--hero-secondary);stroke-linecap:round;stroke-width:3px;stroke-dasharray:400;stroke-dashoffset:400px;opacity:.74;transition:stroke-dashoffset 1.3s var(--hero-ease) .85s;position:absolute;bottom:-.18em;left:1%;right:1%;overflow:visible}.premium-hero.is-ready .premium-hero__headline-accent svg{stroke-dashoffset:0}.premium-hero__content-lower{grid-template-columns:minmax(230px,.86fr) minmax(280px,1.14fr);align-items:end;gap:clamp(30px,5vw,70px);margin-top:40px;display:grid}.premium-hero__content-lower>p{max-width:510px;color:var(--hero-text-soft);opacity:0;transition:opacity .8s ease .42s, transform .9s var(--hero-ease) .42s;margin:0;font-size:clamp(.92rem,1.12vw,1.08rem);line-height:1.8;transform:translateY(24px)}.premium-hero.is-ready .premium-hero__content-lower>p{opacity:1;transform:translateY(0)}.premium-hero__actions{opacity:0;transition:opacity .8s ease .52s, transform .9s var(--hero-ease) .52s;flex-direction:column;align-items:stretch;gap:10px;display:flex;transform:translateY(24px)}.premium-hero.is-ready .premium-hero__actions{opacity:1;transform:translateY(0)}.premium-hero__button{--magnetic-x:0px;--magnetic-y:0px;letter-spacing:.01em;min-height:59px;transform:translate(var(--magnetic-x), var(--magnetic-y));transition:transform .18s ease-out, border-color .35s ease, background-position .5s var(--hero-ease), background-color .35s ease, box-shadow .45s var(--hero-ease);border-radius:18px;align-items:center;gap:13px;font-size:.74rem;font-weight:780;text-decoration:none;display:inline-flex;position:relative}.premium-hero__button--primary{background:linear-gradient(110deg, var(--hero-primary-deep), var(--hero-primary) 48%, var(--hero-primary-bright));color:#fff;background-size:185% 100%;border:1px solid #ffffff6b;padding:7px 7px 7px 21px;overflow:hidden;box-shadow:0 19px 40px #044f493d,inset 0 1px #ffffff38}.premium-hero__button--primary:before{content:"";pointer-events:none;border:1px solid #ffffff1c;border-radius:16px;position:absolute;inset:1px}.premium-hero__button-shine{width:34%;height:190%;transition:left .7s var(--hero-ease);background:linear-gradient(90deg,#0000,#ffffff8c,#0000);position:absolute;top:-45%;left:-50%;transform:rotate(18deg)}.premium-hero__button-icon{z-index:2;width:44px;height:44px;transition:border-radius .45s var(--hero-ease), background-color .3s ease, transform .45s var(--hero-ease);background:#ffffff29;border-radius:14px;place-items:center;margin-left:auto;display:grid;position:relative;box-shadow:inset 0 1px #ffffff30}.premium-hero__button-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:18px}.premium-hero__button--primary:hover{background-position:100% 0;box-shadow:0 27px 54px #044f494d,0 0 0 6px #08786f14}.premium-hero__button--primary:hover .premium-hero__button-shine{left:120%}.premium-hero__button--primary:hover .premium-hero__button-icon{background:#ffffff3b;border-radius:50%;transform:translate(3px)rotate(-5deg)}.premium-hero__button--secondary{border:1px solid var(--hero-border);color:var(--hero-text);-webkit-backdrop-filter:blur(14px)saturate(140%);backdrop-filter:blur(14px)saturate(140%);background:#ffffff8f;padding:8px 16px 8px 8px;box-shadow:0 14px 35px #054a4312,inset 0 1px #ffffffd6}.premium-hero__button--secondary:before{border-radius:inherit;content:"";opacity:0;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(110deg,#0000,#08786f66,#ed684f4d,#0000) 0 0/250% 100%;padding:1px;transition:opacity .35s;animation:6s linear infinite premiumHeroButtonBorder;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.premium-hero__button--secondary:hover{background:#ffffffd1;border-color:#08786f33;box-shadow:0 21px 43px #054a431c}.premium-hero__button--secondary:hover:before{opacity:1}.premium-hero__play-icon{width:43px;height:43px;color:var(--hero-primary);transition:border-radius .45s var(--hero-ease), background-color .3s ease, color .3s ease, transform .45s var(--hero-ease);background:#08786f17;border-radius:14px;place-items:center;display:grid}.premium-hero__play-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55px;width:20px}.premium-hero__button--secondary:hover .premium-hero__play-icon{background:var(--hero-primary);color:#fff;border-radius:50%;transform:rotate(5deg)}.premium-hero__secondary-arrow{fill:none;width:16px;stroke:var(--hero-primary);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;opacity:.5;transition:opacity .3s ease, transform .4s var(--hero-ease);margin-left:auto}.premium-hero__button--secondary:hover .premium-hero__secondary-arrow{opacity:1;transform:translate(4px)}.premium-hero__visual{--visual-rotate-x:0deg;--visual-rotate-y:0deg;--visual-shift-x:0px;--visual-shift-y:0px;opacity:0;filter:blur(15px);min-height:660px;transform:perspective(1500px) translate3d(var(--visual-shift-x), var(--visual-shift-y), 0) rotateX(var(--visual-rotate-x)) rotateY(var(--visual-rotate-y)) translateY(38px) scale(.95);transform-style:preserve-3d;transition:opacity 1s ease .26s, filter 1.1s ease .26s, transform .38s var(--hero-ease);grid-area:visual;position:relative}.premium-hero.is-ready .premium-hero__visual{opacity:1;filter:blur();transform:perspective(1500px) translate3d(var(--visual-shift-x), var(--visual-shift-y), 0) rotateX(var(--visual-rotate-x)) rotateY(var(--visual-rotate-y)) translateY(calc(var(--hero-scroll) * -22px)) scale(1)}.premium-hero__core{width:100%;min-height:660px;transform-style:preserve-3d;position:relative}.premium-hero__core-light{background:radial-gradient(circle,#45d3bb3d,#fff0 67%);border-radius:50%;width:640px;height:640px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.premium-hero__constellation{pointer-events:none;width:min(640px,106%);height:min(640px,106%);position:absolute;top:50%;left:50%;overflow:visible;transform:translate(-50%,-50%)translateZ(-20px)}.premium-hero__constellation-path{fill:none;stroke:url(#constellation-gradient);stroke-width:1.1px;stroke-dasharray:7 12;opacity:.23;animation:15s linear infinite premiumHeroConstellation}.premium-hero__constellation-path--two{animation-duration:19s;animation-direction:reverse}.premium-hero__constellation-path--three{animation-duration:22s}.premium-hero__constellation-dot{fill:var(--hero-secondary);filter:url(#constellation-glow);animation:3s ease-in-out infinite premiumHeroConstellationDot}.premium-hero__constellation-dot--two{fill:var(--hero-primary-bright);animation-delay:-1.1s}.premium-hero__constellation-dot--three{fill:var(--hero-accent);animation-delay:-2.2s}.premium-hero__orbit{pointer-events:none;border:1px solid #075b541c;border-radius:46% 54% 61% 39%;position:absolute;top:50%;left:50%}.premium-hero__orbit i{background:var(--hero-primary-bright);border-radius:50%;width:8px;height:8px;position:absolute;box-shadow:0 0 14px #16a798b8,0 0 34px #16a7984d}.premium-hero__orbit--one{width:590px;height:550px;animation:24s linear infinite premiumHeroOrbitOne;transform:translate(-50%,-50%)}.premium-hero__orbit--one i{top:15%;right:3%}.premium-hero__orbit--two{border-color:#ed684f1f;width:490px;height:540px;animation:18s linear infinite premiumHeroOrbitTwo;transform:translate(-50%,-50%)}.premium-hero__orbit--two i{background:var(--hero-secondary);width:7px;height:7px;bottom:8%;left:9%;right:auto;box-shadow:0 0 14px #ed684fb3,0 0 32px #ed684f4a}.premium-hero__orbit--three{border-color:#f4c96e26;width:410px;height:400px;animation:14s linear infinite reverse premiumHeroOrbitOne;transform:translate(-50%,-50%)}.premium-hero__orbit--three i{background:var(--hero-accent);width:6px;height:6px;top:2%;left:32%;box-shadow:0 0 14px #f4c96ec7,0 0 28px #f4c96e57}.premium-hero__core-panel{z-index:5;-webkit-backdrop-filter:blur(27px)saturate(150%);backdrop-filter:blur(27px)saturate(150%);background:linear-gradient(145deg,#ffffffd6,#ebf7f499);border:1px solid #ffffffbf;border-radius:33px;width:min(405px,72%);padding:13px;animation:7s ease-in-out infinite alternate premiumHeroCoreFloat;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)translateZ(45px)rotate(-2deg);box-shadow:0 48px 110px #044d4538,inset 0 2px #ffffffe8}.premium-hero__core-reflection{opacity:.94;background:linear-gradient(90deg,#0000,#fff,#0000);height:1px;position:absolute;top:0;left:15%;right:15%}.premium-hero__core-header,.premium-hero__core-footer{min-height:42px;color:var(--hero-text-soft);letter-spacing:.05em;justify-content:space-between;align-items:center;padding:0 8px;font-size:.57rem;font-weight:720;display:flex}.premium-hero__core-header>span,.premium-hero__core-footer>span{align-items:center;gap:7px;display:inline-flex}.premium-hero__core-header i,.premium-hero__core-footer i{background:#2abf86;border-radius:50%;width:6px;height:6px;animation:2.4s ease-in-out infinite premiumHeroStatusPulse;box-shadow:0 0 10px #2abf86b3}.premium-hero__core-header small{color:#607873ad;font-size:.52rem}.premium-hero__core-display{background:radial-gradient(circle at 50% 47%,#55e5cb40,#0000 34%),radial-gradient(circle at 15% 12%,#ffffff1f,#0000 25%),linear-gradient(145deg,#0b655d,#063f3a);border:1px solid #ffffff1c;border-radius:24px;place-items:center;min-height:390px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff24}.premium-hero__core-display:before{content:"";border:1px solid #ffffff12;border-radius:44% 56% 63% 37%;width:250px;height:250px;animation:20s linear infinite premiumHeroOrbitOne;position:absolute;bottom:-100px;right:-90px}.premium-hero__core-display-grid{background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:38px 38px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 78%);mask-image:radial-gradient(circle,#000,#0000 78%)}.premium-hero__core-sphere{place-items:center;width:220px;height:220px;display:grid;position:relative}.premium-hero__sphere-layer{border:1px solid #dafff830;border-radius:50%;position:absolute}.premium-hero__sphere-layer--one{animation:13s linear infinite premiumHeroSphereSpin;inset:0}.premium-hero__sphere-layer--two{animation:10s linear infinite premiumHeroSphereSpinReverse;inset:14% -7%;transform:rotate(57deg)}.premium-hero__sphere-layer--three{border-color:#f4c96e3d;animation:16s linear infinite premiumHeroSphereSpin;inset:-6% 19%;transform:rotate(-38deg)}.premium-hero__sphere-layer:before{background:var(--hero-accent);content:"";border-radius:50%;width:7px;height:7px;position:absolute;top:5%;left:50%;box-shadow:0 0 14px #f4c96ebf}.premium-hero__sphere-center{z-index:3;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:radial-gradient(circle at 28% 24%,#ffffff4f,#0000 33%),linear-gradient(145deg,#93efdfd4,#48c2ae94);border:1px solid #ffffff42;border-radius:49% 51% 58% 42%;flex-direction:column;justify-content:center;align-items:center;width:118px;height:118px;animation:6.5s ease-in-out infinite alternate premiumHeroSphereMorph;display:flex;position:relative;box-shadow:0 23px 48px #00000038,0 0 50px #4adec438,inset 0 1px #ffffff59}.premium-hero__sphere-center svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.45px;width:23px}.premium-hero__sphere-center small{color:#ffffffad;letter-spacing:.13em;text-transform:uppercase;margin-top:7px;font-size:.48rem}.premium-hero__sphere-center strong{letter-spacing:-.045em;margin-top:1px;font-size:1.05rem}.premium-hero__core-node{color:#ffffffc7;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);letter-spacing:.06em;text-transform:uppercase;background:#ffffff14;border:1px solid #ffffff21;border-radius:10px;align-items:center;gap:6px;padding:7px 9px;font-size:.5rem;font-weight:700;animation:4.5s ease-in-out infinite premiumHeroNodeFloat;display:inline-flex;position:absolute}.premium-hero__core-node svg{fill:none;stroke:#8cf0de;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;width:13px}.premium-hero__core-node--code{top:17%;left:8%}.premium-hero__core-node--build{animation-delay:-1.4s;top:23%;right:7%}.premium-hero__core-node--think{animation-delay:-2.8s;bottom:13%;right:15%}.premium-hero__core-footer strong{color:var(--hero-primary);letter-spacing:.1em;font-size:.59rem}.premium-hero__floating-card,.premium-hero__signal-card{z-index:8;-webkit-backdrop-filter:blur(20px)saturate(145%);backdrop-filter:blur(20px)saturate(145%);transform-style:preserve-3d;background:linear-gradient(145deg,#ffffffc9,#f1f9f79c);border:1px solid #ffffffb8;position:absolute;box-shadow:0 26px 60px #044c4426,inset 0 1px #ffffffe8}.premium-hero__floating-card{border-radius:19px;align-items:center;gap:10px;padding:10px;animation:6s ease-in-out infinite alternate premiumHeroFloatingCard;display:flex}.premium-hero__floating-card--project{min-width:238px;top:10%;left:-5%;transform:translateZ(90px)rotate(-3deg)}.premium-hero__floating-card--award{min-width:205px;animation-delay:-2.1s;top:25%;right:-4%;transform:translateZ(110px)rotate(4deg)}.premium-hero__floating-card--program{min-width:218px;animation-delay:-3.7s;bottom:11%;right:1%;transform:translateZ(100px)rotate(-3deg)}.premium-hero__floating-card-icon{width:43px;height:43px;color:var(--hero-primary);background:linear-gradient(145deg,#31c5ac36,#ffffffc7);border-radius:14px;flex:none;place-items:center;display:grid;box-shadow:0 10px 22px #08786f1a}.premium-hero__floating-card-icon--warm{color:#9b6c16;background:linear-gradient(145deg,#f4c96e52,#fffc)}.premium-hero__floating-card-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55px;width:20px}.premium-hero__floating-card-copy,.premium-hero__floating-card--award>span:last-child,.premium-hero__floating-card--program>span:nth-child(2){flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.premium-hero__floating-card small,.premium-hero__signal-card small{color:var(--hero-text-soft);letter-spacing:.09em;text-transform:uppercase;font-size:.49rem;font-weight:740}.premium-hero__floating-card strong,.premium-hero__signal-card strong{font-size:.65rem;font-weight:780;line-height:1.35}.premium-hero__floating-card-value{color:var(--hero-primary);font-size:.62rem;font-weight:820}.premium-hero__progress{background:#08786f17;border-radius:99px;width:100%;height:3px;margin-top:4px;display:block;overflow:hidden}.premium-hero__progress i{border-radius:inherit;background:linear-gradient(90deg, var(--hero-primary), var(--hero-primary-bright));transform-origin:0;width:82%;height:100%;animation:premiumHeroProgress 2.6s var(--hero-ease) infinite alternate;display:block}.premium-hero__award-orbit{color:#a16d11;background:radial-gradient(circle,#f4c96e4f,#ffffffa6);border:1px solid #f4c96e3b;border-radius:50%;place-items:center;width:47px;height:47px;display:grid;box-shadow:0 0 0 5px #f4c96e1a,0 12px 25px #885c0c1a}.premium-hero__award-orbit svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55px;width:20px}.premium-hero__status{color:var(--hero-primary);align-items:center;gap:5px;font-size:.5rem;font-weight:750;display:inline-flex}.premium-hero__status i{background:#29bd84;border-radius:50%;width:5px;height:5px;box-shadow:0 0 8px #29bd84ad}.premium-hero__signal-card{border-radius:20px;align-items:center;gap:12px;min-width:210px;padding:13px;animation:6.8s ease-in-out -2.7s infinite alternate premiumHeroFloatingCard;display:flex;bottom:4%;left:-1%;transform:translateZ(95px)rotate(2deg)}.premium-hero__signal-wave{background:linear-gradient(145deg, var(--hero-primary), var(--hero-primary-bright));border-radius:14px;justify-content:center;align-items:center;gap:2px;width:45px;height:45px;display:flex;box-shadow:0 12px 25px #08786f33}.premium-hero__signal-wave i{background:#ffffffdb;border-radius:99px;width:2px;animation:1.4s ease-in-out infinite alternate premiumHeroSignal}.premium-hero__signal-wave i:first-child{height:8px}.premium-hero__signal-wave i:nth-child(2){height:17px;animation-delay:-.2s}.premium-hero__signal-wave i:nth-child(3){height:25px;animation-delay:-.4s}.premium-hero__signal-wave i:nth-child(4){height:14px;animation-delay:-.6s}.premium-hero__signal-wave i:nth-child(5){height:21px;animation-delay:-.8s}.premium-hero__signal-wave i:nth-child(6){height:10px;animation-delay:-1s}.premium-hero__signal-card>span:last-child{flex-direction:column;gap:3px;display:flex}.premium-hero__statistics{border-top:1px solid var(--hero-border);border-bottom:1px solid var(--hero-border);grid-area:stats;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:28px;display:grid}.premium-hero__stat{border-right:1px solid var(--hero-border);opacity:0;min-height:110px;transition:opacity .7s ease calc(.65s + var(--stat-index) * 90ms), transform .8s var(--hero-ease) calc(.65s + var(--stat-index) * 90ms), background-color .35s ease;padding:24px 28px;position:relative;transform:translateY(20px)}.premium-hero.is-ready .premium-hero__stat{opacity:1;transform:translateY(0)}.premium-hero__stat:last-child{border-right:0}.premium-hero__stat:after{background:var(--hero-secondary);content:"";opacity:0;width:5px;height:5px;transition:opacity .3s ease, transform .4s var(--hero-ease);border-radius:50%;position:absolute;bottom:14px;right:16px;transform:scale(0);box-shadow:0 0 10px #ed684f99}.premium-hero__stat:hover{background:linear-gradient(145deg,#ffffff9e,#ffffff38)}.premium-hero__stat:hover:after{opacity:1;transform:scale(1)}.premium-hero__stat strong{letter-spacing:-.065em;font-size:clamp(1.8rem,2.8vw,3rem);font-weight:590;line-height:1;display:block}.premium-hero__stat span{color:var(--hero-text-soft);letter-spacing:.05em;margin-top:8px;font-size:.58rem;font-weight:690;display:block}.premium-hero__scroll-indicator{z-index:5;color:var(--hero-text-soft);letter-spacing:.13em;text-transform:uppercase;opacity:0;transition:opacity .7s ease .95s, transform .8s var(--hero-ease) .95s;align-items:center;gap:11px;font-size:.52rem;font-weight:740;display:flex;position:absolute;bottom:54px;left:clamp(20px,3.5vw,57px);transform:translateY(15px)}.premium-hero.is-ready .premium-hero__scroll-indicator{opacity:1;transform:translateY(0)}.premium-hero__scroll-index{color:var(--hero-primary);font-weight:820}.premium-hero__scroll-track{background:var(--hero-border-strong);width:55px;height:1px;display:block;position:relative;overflow:hidden}.premium-hero__scroll-track i{background:linear-gradient(90deg, transparent, var(--hero-primary), transparent);animation:2.3s ease-in-out infinite premiumHeroScrollTrack;position:absolute;inset:0}.premium-hero__side-caption{z-index:5;color:#092f2b6e;letter-spacing:.18em;text-transform:uppercase;transform-origin:50%;align-items:center;gap:12px;font-size:.5rem;font-weight:760;display:flex;position:absolute;top:50%;right:clamp(11px,1.6vw,26px);transform:translateY(-50%)rotate(90deg)}.premium-hero__side-caption i{background:var(--hero-secondary);border-radius:50%;width:4px;height:4px}.premium-hero__divider{z-index:6;fill:#fff;pointer-events:none;width:100%;height:105px;position:absolute;bottom:-1px;left:0;right:0}@media (width<=1260px){.premium-hero__container{grid-template-columns:minmax(0,.97fr) minmax(450px,.83fr);column-gap:45px}.premium-hero h1{font-size:clamp(4.1rem,7.1vw,7rem)}.premium-hero__content-lower{grid-template-columns:1fr;gap:27px}.premium-hero__actions{max-width:370px}.premium-hero__visual,.premium-hero__core{min-height:600px}.premium-hero__core-panel{width:360px}.premium-hero__core-display{min-height:345px}.premium-hero__orbit--one{width:510px;height:490px}.premium-hero__orbit--two{width:430px;height:460px}.premium-hero__orbit--three{width:360px;height:350px}.premium-hero__floating-card--project{left:-2%}.premium-hero__floating-card--award{right:-2%}}@media (width<=980px){.premium-hero{min-height:auto;padding:155px 22px 125px;display:block}.premium-hero__container{grid-template-columns:1fr;grid-template-areas:"number""content""visual""stats";row-gap:25px}.premium-hero__editorial-number{justify-content:center}.premium-hero__content{text-align:center;max-width:830px;margin:0 auto}.premium-hero__badge{margin:0 auto}.premium-hero h1{font-size:clamp(4.5rem,12vw,7.8rem)}.premium-hero__headline-row{justify-content:center}.premium-hero__content-lower{justify-items:center;max-width:690px;margin-left:auto;margin-right:auto}.premium-hero__content-lower>p{max-width:620px}.premium-hero__actions{width:min(100%,430px)}.premium-hero__visual{width:min(100%,720px);min-height:680px;margin:20px auto 0}.premium-hero__core{min-height:680px}.premium-hero__core-panel{width:405px}.premium-hero__core-display{min-height:390px}.premium-hero__orbit--one{width:590px;height:550px}.premium-hero__orbit--two{width:490px;height:540px}.premium-hero__orbit--three{width:410px;height:400px}.premium-hero__floating-card--project{left:2%}.premium-hero__floating-card--award{right:1%}.premium-hero__signal-card{left:4%}.premium-hero__floating-card--program{right:3%}.premium-hero__statistics{margin-top:10px}.premium-hero__side-caption{display:none}}@media (width<=650px){:root{--hero-radius-large:29px}.premium-hero{padding:125px 14px 105px}.premium-hero__pointer-light{display:none}.premium-hero__editorial-number{justify-content:flex-start;padding-left:4px}.premium-hero__content{text-align:left}.premium-hero__badge{margin:0}.premium-hero__badge>span:nth-child(2){text-overflow:ellipsis;white-space:nowrap;max-width:190px;overflow:hidden}.premium-hero h1{margin-top:23px;font-size:clamp(3.8rem,17vw,6rem);line-height:.87}.premium-hero__headline-row{white-space:normal;display:block}.premium-hero__headline-accent{width:max-content;display:block}.premium-hero__content-lower{justify-items:stretch;margin-top:34px}.premium-hero__content-lower>p{font-size:.9rem}.premium-hero__actions{width:100%;max-width:none}.premium-hero__button{width:100%}.premium-hero__visual{min-height:555px;margin-top:10px}.premium-hero__core{min-height:555px}.premium-hero__core-light,.premium-hero__constellation{width:470px;height:470px}.premium-hero__core-panel{border-radius:27px;width:min(310px,78vw);padding:10px}.premium-hero__core-display{border-radius:20px;min-height:290px}.premium-hero__core-sphere{width:175px;height:175px}.premium-hero__sphere-center{width:94px;height:94px}.premium-hero__sphere-center svg{width:19px}.premium-hero__sphere-center strong{font-size:.88rem}.premium-hero__orbit--one{width:410px;height:390px}.premium-hero__orbit--two{width:350px;height:370px}.premium-hero__orbit--three{width:290px;height:280px}.premium-hero__floating-card{border-radius:15px;padding:8px}.premium-hero__floating-card--project{min-width:174px;top:2%;left:-2%}.premium-hero__floating-card--award{min-width:157px;top:19%;right:-3%}.premium-hero__floating-card--program{min-width:166px;bottom:7%;right:-1%}.premium-hero__floating-card-icon,.premium-hero__award-orbit{border-radius:12px;width:37px;height:37px}.premium-hero__floating-card-icon svg,.premium-hero__award-orbit svg{width:17px}.premium-hero__floating-card small,.premium-hero__signal-card small{font-size:.42rem}.premium-hero__floating-card strong,.premium-hero__signal-card strong{font-size:.55rem}.premium-hero__floating-card-value{display:none}.premium-hero__signal-card{border-radius:16px;min-width:167px;padding:9px;bottom:1%;left:-2%}.premium-hero__signal-wave{border-radius:12px;width:37px;height:37px}.premium-hero__core-node{padding:5px 7px;font-size:.4rem}.premium-hero__core-node svg{width:11px}.premium-hero__statistics{grid-template-columns:repeat(2,minmax(0,1fr))}.premium-hero__stat{min-height:94px;padding:20px 17px}.premium-hero__stat:nth-child(2){border-right:0}.premium-hero__stat:nth-child(-n+2){border-bottom:1px solid var(--hero-border)}.premium-hero__stat strong{font-size:1.75rem}.premium-hero__stat span{font-size:.51rem;line-height:1.4}.premium-hero__scroll-indicator{display:none}.premium-hero__divider{height:62px}}@media (width<=390px){.premium-hero__badge{letter-spacing:.08em;font-size:.54rem}.premium-hero__editorial-number>small{font-size:.49rem}.premium-hero__floating-card--award{right:-8px}.premium-hero__floating-card--project{left:-8px}.premium-hero__signal-card{left:-7px}.premium-hero__floating-card--program{right:-7px}}@media (width>=1750px){:root{--hero-container:1680px}.premium-hero__container{grid-template-columns:minmax(0,1.05fr) minmax(590px,.95fr)}.premium-hero__visual,.premium-hero__core{min-height:730px}.premium-hero__core-panel{width:440px}.premium-hero__core-display{min-height:425px}.premium-hero__orbit--one{width:660px;height:620px}.premium-hero__orbit--two{width:540px;height:590px}.premium-hero__orbit--three{width:450px;height:440px}}@media (prefers-color-scheme:dark){:root{--hero-background:#061a18;--hero-background-deep:#03110f;--hero-surface:#0d2f2ba8;--hero-surface-strong:#0d2f2be6;--hero-text:#effbf8;--hero-text-soft:#9db8b3;--hero-border:#e1fff81c;--hero-border-strong:#e1fff830;--hero-shadow:0 42px 110px #0000006b;--hero-shadow-soft:0 25px 65px #0000004d}.premium-hero{background:radial-gradient(circle at 16% 15%, #4cd7bf24, transparent 31%), radial-gradient(circle at 88% 20%, #ed684f17, transparent 25%), linear-gradient(145deg, var(--hero-background), var(--hero-background-deep))}.premium-hero__pointer-light{background:radial-gradient(circle,#55dcc41a,#0000 68%)}.premium-hero__grid{background-image:linear-gradient(#e6fff906 1px,#0000 1px),linear-gradient(90deg,#e6fff906 1px,#0000 1px)}.premium-hero__badge,.premium-hero__button--secondary,.premium-hero__floating-card,.premium-hero__signal-card{background:linear-gradient(145deg,#113732db,#08221fb3);border-color:#ffffff1a;box-shadow:0 25px 65px #00000052,inset 0 1px #ffffff12}.premium-hero__button--secondary{color:var(--hero-text)}.premium-hero__play-icon{background:#54dcc31c}.premium-hero__core-panel{background:linear-gradient(145deg,#0e332eeb,#071d1ac2);border-color:#ffffff1f;box-shadow:0 48px 115px #00000070,inset 0 1px #ffffff12}.premium-hero__floating-card-icon{background:linear-gradient(145deg,#3dd3b924,#ffffff0b)}.premium-hero__floating-card-icon--warm{background:linear-gradient(145deg,#f4c96e29,#ffffff0b)}.premium-hero__stat:hover{background:#ffffff0d}.premium-hero__divider{fill:#fff}}@media (prefers-reduced-motion:reduce){.premium-hero *,.premium-hero :before,.premium-hero :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.premium-hero__visual,.premium-hero__button{transform:none!important}.premium-hero__editorial-number,.premium-hero__badge,.premium-hero h1,.premium-hero__content-lower>p,.premium-hero__actions,.premium-hero__visual,.premium-hero__stat,.premium-hero__scroll-indicator{opacity:1;filter:none;transform:none}}@keyframes premiumHeroMesh{0%{transform:translate(-2%,-2%)scale(1.05)}to{transform:translate(4%,4%)scale(1.14)}}@keyframes premiumHeroAuroraOne{0%{transform:translate(-5%,-4%)rotate(-8deg)scale(.94)}to{transform:translate(16%,13%)rotate(12deg)scale(1.1)}}@keyframes premiumHeroAuroraTwo{0%{transform:translate(7%,-6%)rotate(10deg)scale(1.05)}to{transform:translate(-17%,11%)rotate(-12deg)scale(.91)}}@keyframes premiumHeroAuroraThree{0%{transform:translate(-8%,5%)scale(.95)}to{transform:translate(13%,-10%)scale(1.1)}}@keyframes premiumHeroBeam{0%{opacity:.06;transform:translate(-210px)rotate(26deg)}to{opacity:.18;transform:translate(260px)rotate(26deg)}}@keyframes premiumHeroParticle{0%,to{opacity:.25;transform:translateY(0)scale(.75)}50%{opacity:1;transform:translateY(-14px)scale(1.25)}}@keyframes premiumHeroGradientText{to{background-position:240%}}@keyframes premiumHeroAccentDot{0%,to{opacity:.45;transform:scale(.7)}50%{opacity:1;transform:scale(1.25)}}@keyframes premiumHeroButtonBorder{to{background-position:250% 0}}@keyframes premiumHeroConstellation{to{stroke-dashoffset:-190px}}@keyframes premiumHeroConstellationDot{0%,to{opacity:.35;transform:scale(.7)}50%{opacity:1;transform:scale(1.3)}}@keyframes premiumHeroOrbitOne{to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes premiumHeroOrbitTwo{to{transform:translate(-50%,-50%)rotate(-360deg)}}@keyframes premiumHeroCoreFloat{0%{transform:translate(-50%,calc(-50% - 7px))translateZ(45px)rotate(-2.8deg)}to{transform:translate(-50%,calc(8px - 50%))translateZ(45px)rotate(1.5deg)}}@keyframes premiumHeroSphereSpin{to{transform:rotate(360deg)}}@keyframes premiumHeroSphereSpinReverse{to{transform:rotate(-303deg)}}@keyframes premiumHeroSphereMorph{0%{border-radius:49% 51% 58% 42%;transform:translateY(-4px)rotate(-2deg)}to{border-radius:60% 40% 45% 55%;transform:translateY(6px)rotate(4deg)}}@keyframes premiumHeroNodeFloat{0%,to{transform:translateY(2px)}50%{transform:translateY(-6px)}}@keyframes premiumHeroFloatingCard{0%{margin-top:-6px}to{margin-top:8px}}@keyframes premiumHeroProgress{0%{transform:scaleX(.72)}to{transform:scaleX(1)}}@keyframes premiumHeroSignal{0%{transform:scaleY(.5)}to{transform:scaleY(1)}}@keyframes premiumHeroStatusPulse{0%,to{opacity:.45;transform:scale(.75)}50%{opacity:1;transform:scale(1.18)}}@keyframes premiumHeroScrollTrack{0%{transform:translate(-120%)}to{transform:translate(120%)}}.about-content,.programs-content,.franchise-content,.gallery-content,.faqs-content,.contact-content{padding:48px}*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#39b54a;--secondary:#0d73c7;--accent:#ff640d;--purple:#7c3a9e;--warning:#f8b112;--background:#f8fafc;--surface:#fff;--surface-light:#f1f5f9;--text-primary:#111827;--text-secondary:#475569;--text-muted:#94a3b8;--border:#e2e8f0;--success:#39b54a;--info:#0d73c7;--danger:#ef4444}[data-theme=dark]{--background:#0f172a;--surface:#1e293b;--surface-light:#334155;--text-primary:#f8fafc;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--border:#334155;--primary:#49c75a;--secondary:#3b82f6;--accent:#ff7a29;--purple:#a855f7;--warning:#fbbf24}body,html{width:100%;height:100%;font-family:Poppins,sans-serif;font-size:15px}
