@import"https://fonts.googleapis.com/css2?family=Bebas+Neue:wght@400&family=Nunito:wght@400;500;600&display=swap";@import"https://rsms.me/inter/inter.css";.announcement-bar{position:relative;width:100%;background:#cbabff;font-family:Inter,InterDisplay,Segoe UI,sans-serif;color:#000;overflow:hidden;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);height:48px;display:flex;align-items:center;z-index:10}.announcement-bar--fixed{position:fixed;top:0;left:0;right:0;z-index:1001}.announcement-bar__container{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;justify-content:center;align-items:center;position:relative;gap:1.5rem;height:100%}@media(max-width:480px){.announcement-bar__container{padding:0 1.5rem;gap:1rem}}.announcement-bar__content{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;justify-content:center;width:100%;min-width:0}@media(max-width:480px){.announcement-bar__content{gap:1rem}}.announcement-bar__marquee{position:relative;overflow:hidden;flex:1;white-space:nowrap;min-width:0;mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.9) 12%,rgba(0,0,0,.9) 88%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.9) 12%,rgba(0,0,0,.9) 88%,transparent 100%)}.announcement-bar__marquee-track{display:inline-flex;gap:2rem;min-width:200%}.announcement-bar__text{color:#000;font-weight:500;font-size:.8rem;display:inline-block;white-space:nowrap}.announcement-bar__gradient-border{position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#efbb3d,#cbabff,#efbb3d)}@keyframes sparkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.05)}}.hero{position:relative;overflow:hidden;padding:calc(6rem + 56px) 3rem 5rem;background:radial-gradient(circle at 20% 20%,rgba(203,171,255,.12),transparent 35%),radial-gradient(circle at 80% 0%,rgba(239,187,61,.14),transparent 40%),#110a26;color:#fff}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#110a26b8,#110a2699 38%,#110a2680);z-index:1;pointer-events:none}@media(max-width:768px){.hero{padding:calc(5rem + 48px) 2rem 4rem}}@media(max-width:480px){.hero{padding:calc(4rem + 40px) 1.5rem 3rem}}.hero__grid{position:relative;z-index:2;width:min(1200px,100%);margin:0 auto;display:flex;justify-content:center;align-items:center}@media(max-width:480px){.hero__grid{gap:1.5rem}}.hero__background{position:absolute;inset:0;z-index:0;pointer-events:none}.hero__background-image{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.03)}@media(max-width:768px){.hero__background-image{object-position:56% center}}.hero__copy{display:flex;flex-direction:column;gap:1.5rem;text-align:center;align-items:center;width:min(680px,100%);padding:0}@media(max-width:1024px){.hero__copy{text-align:center;align-items:center}}@media(max-width:768px){.hero__copy{width:100%}}@media(max-width:480px){.hero__copy{gap:1rem}}.hero__badge{display:inline-flex;align-items:center;width:fit-content;gap:.5rem;padding:.65rem 1.1rem;border-radius:999px;background:#cbabff29;color:#cbabff;font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:.8rem}.hero__title{margin:0;font-size:clamp(2.6rem,5vw,3.8rem);line-height:1.05;letter-spacing:.01em}.hero__title-highlight{display:inline-block;color:#efbb3d;text-shadow:0 8px 30px rgba(239,187,61,.3)}.hero__lead{margin:0;max-width:640px;color:#ffffffe0;line-height:1.7}@media(max-width:480px){.hero__lead{line-height:1.6}}.hero__cta{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:center}@media(max-width:768px){.hero__cta{justify-content:center}}@media(max-width:480px){.hero__cta{width:100%}}.hero__button{font-family:Nunito,Segoe UI,sans-serif;font-size:1rem;font-weight:700;line-height:1.2;letter-spacing:.01em;display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.4rem;border-radius:999px;border:2px solid transparent;cursor:pointer;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease,color .15s ease,filter .15s ease;text-align:center}.hero__button--primary{background:linear-gradient(135deg,#efbb3d,#f4cf76);border-color:#ffffff1f;color:#000}.hero__button--primary:hover{transform:translateY(-2px);box-shadow:0 12px 34px #00000059}.hero__button--primary:disabled{cursor:not-allowed;opacity:.6;filter:grayscale(.25);transform:none;box-shadow:none}.hero__button--ghost{background:transparent;border-color:#fff3;color:#fff}.hero__button--ghost:hover{transform:translateY(-2px);background:#ffffff12;box-shadow:0 10px 30px #00000040}.hero__button--ghost:disabled{cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.hero__button--ghost:hover{border-color:#cbabff}.hero__button--interactive{background:#cbabff24;border-color:#cbabff8c;color:#fff}.hero__button--interactive:hover{transform:translateY(-2px);background:#ffffff12;box-shadow:0 10px 30px #00000040}.hero__button--interactive:disabled{cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.hero__button--interactive{background:#cbabff24;color:#fff;box-shadow:0 12px 26px #cbabff40}.hero__button--interactive:hover{border-color:#efbb3d;box-shadow:0 14px 32px #efbb3d40}@media(max-width:480px){.hero__button{width:100%}}.hero__stats{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap;justify-content:center}@media(max-width:1024px){.hero__stats{justify-content:center}}@media(max-width:480px){.hero__stats{flex-direction:column;align-items:stretch;gap:.5rem}}.hero__stat{padding:1.5rem;border-radius:18px;background:#cbabff1a;border:1px solid rgba(203,171,255,.22);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);min-width:190px}@media(max-width:480px){.hero__stat{min-width:unset;width:100%;padding:1rem 1.5rem;text-align:center}}.hero__stat-value{display:block;font-size:1.6rem;font-weight:800;color:#efbb3d}@media(max-width:480px){.hero__stat-value{font-size:1.4rem}}.hero__stat-label{display:block;margin-top:.3rem;color:#ffffffbf;font-size:.95rem}@media(max-width:480px){.hero__stat-label{font-size:.9rem}}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:inline-flex;gap:.5rem;align-items:center;padding:.6rem .9rem;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.15);font-size:.95rem;color:#fffc}.hero__scroll-dot{width:8px;height:8px;border-radius:50%;background:#efbb3d;box-shadow:0 0 0 6px #efbb3d33}.ui-button{font-family:Nunito,Segoe UI,sans-serif;font-size:1rem;font-weight:700;line-height:1.2;letter-spacing:.01em;display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:12px;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease,color .15s ease,filter .15s ease;background:linear-gradient(135deg,#cbabff,#efbb3d);border-color:#ffffff1f;color:#fff}.ui-button:hover{transform:translateY(-2px);box-shadow:0 12px 34px #00000059}.ui-button:disabled{cursor:not-allowed;opacity:.6;filter:grayscale(.25);transform:none;box-shadow:none}.ui-button--sm{font-family:Nunito,Segoe UI,sans-serif;font-size:.95rem;font-weight:700;line-height:1.2;letter-spacing:.01em}.ui-button--md{font-family:Nunito,Segoe UI,sans-serif;font-size:1rem;font-weight:700;line-height:1.2;letter-spacing:.01em}.ui-button--pill{border-radius:999px}.ui-button--full-width{width:100%}.ui-button--primary{background:linear-gradient(135deg,#cbabff,#efbb3d);border-color:#ffffff1f;color:#fff}.ui-button--primary:hover{transform:translateY(-2px);box-shadow:0 12px 34px #00000059}.ui-button--primary:disabled{cursor:not-allowed;opacity:.6;filter:grayscale(.25);transform:none;box-shadow:none}.ui-button--ghost{background:transparent;border-color:#ffffff29;color:#fff}.ui-button--ghost:hover{transform:translateY(-2px);background:#ffffff12;box-shadow:0 10px 30px #00000040}.ui-button--ghost:disabled{cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.ui-button--neutral{background:#ffffff0a;border-color:#ffffff1f;color:#fff}.ui-button--neutral:hover{transform:translateY(-2px);background:#ffffff12;box-shadow:0 10px 30px #00000040}.ui-button--neutral:disabled{cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.ui-button--danger{background:#ffb4b41f;border-color:#ffb4b459;color:#ffb4b4}.ui-button--danger:hover{transform:translateY(-1px);box-shadow:0 12px 28px #00000047}.ui-button--danger:disabled{cursor:not-allowed;opacity:.6;transform:none;box-shadow:none;filter:grayscale(.25)}.ui-button--interactive{background:#cbabff24;border-color:#cbabff8c;color:#fff}.ui-button--interactive:hover{transform:translateY(-2px);background:#ffffff12;box-shadow:0 10px 30px #00000040}.ui-button--interactive:disabled{cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.ui-button--interactive{box-shadow:0 12px 26px #cbabff40}.ui-button--interactive:hover{border-color:#efbb3d;box-shadow:0 14px 32px #efbb3d40}.ui-button--sun{background:linear-gradient(135deg,#efbb3d,#f6d56b);border-color:#ffffff1f;color:#000}.ui-button--sun:hover{transform:translateY(-2px);box-shadow:0 12px 34px #00000059}.ui-button--sun:disabled{cursor:not-allowed;opacity:.6;filter:grayscale(.25);transform:none;box-shadow:none}.footer{position:relative;padding:3rem 2rem 3.5rem;background:#13092c;color:#fff;overflow:hidden}@media(max-width:768px){.footer{padding:2.5rem 1.5rem 3rem}}@media(max-width:480px){.footer{padding:2.5rem 1rem 3rem}}.footer__halo{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 18% 18%,rgba(239,187,61,.18),transparent 35%),radial-gradient(circle at 82% 26%,rgba(203,171,255,.16),transparent 40%),radial-gradient(circle at 50% 70%,rgba(239,187,61,.1),transparent 45%);filter:blur(70px)}.footer__container{position:relative;max-width:1200px;margin:0 auto}.footer__card{position:relative;border-radius:18px;padding:2rem;background:linear-gradient(135deg,#f0c556,#dea93b);color:#1c102d;box-shadow:0 20px 50px #0000004d;display:flex;flex-direction:column;gap:2rem}@media(max-width:768px){.footer__card{padding:1.5rem}}.footer__header{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;background:#0b041d;border-radius:12px;padding:1rem;border:1px solid rgba(255,255,255,.06);color:#fff;max-height:72px}.footer__logo{height:28px;width:auto;display:block;filter:drop-shadow(0 3px 8px rgba(0,0,0,.35))}.footer__cta{display:inline-flex;align-items:center;gap:.7rem;background:transparent;color:#fff;border-radius:12px;padding:.65rem;text-transform:uppercase;letter-spacing:.05em;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease;text-decoration:none}.footer__cta:hover{transform:translateY(-1px);box-shadow:0 10px 26px #00000059;border-color:#fff6;background:#ffffff0d}.footer__cta--ghost{background:transparent;color:inherit;border-color:#00000059}.footer__cta--ghost:hover{border-color:#0009;background:#0000000a}.footer__body{display:grid;grid-template-columns:2fr 1.2fr;gap:2rem;align-items:start;color:#000!important}@media(max-width:768px){.footer__body{grid-template-columns:1fr;gap:1.5rem}}.footer__title{display:flex;flex-direction:column;font-family:Bebas Neue,Impact,Arial Narrow,sans-serif;font-size:clamp(4.6rem,8vw,5.6rem);line-height:1;gap:.25rem;text-transform:uppercase}.footer__contact{display:flex;flex-direction:column;gap:1rem;font-weight:800;font-size:1.3rem}.footer__contact-item{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1rem;align-items:center}.footer__label{margin:0;font-weight:900}.footer__value{margin:0;color:inherit;text-decoration:none}.footer__divider{border-top:1px dashed rgba(0,0,0,.35);width:100%}.footer__divider--thin{border-top-style:solid;border-top-width:1px}.footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:1.5rem}@media(max-width:768px){.footer__bottom{flex-direction:column;align-items:flex-start}}.footer__note{display:flex;align-items:center;gap:.4rem;font-weight:700}.footer__bullet{font-size:1.3rem}.footer__socials{display:flex;gap:1rem;flex-wrap:wrap}.footer__social{width:42px;height:42px;border-radius:50%;border:1px solid rgba(0,0,0,.2);background:#ffffff2e;color:#1c102d;display:grid;place-items:center;font-weight:800;letter-spacing:.04em;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.footer__social:hover{transform:translateY(-2px);border-color:#00000073;box-shadow:0 8px 20px #00000040}.footer__social svg{width:22px;height:22px}.footer__credits{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;font-weight:800;letter-spacing:.02em}@media(max-width:768px){.footer__credits{flex-direction:column;align-items:flex-start}}.header{position:fixed;left:0;right:0;z-index:1000;padding:1.5rem 2rem;background:#0f172acc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}.header--scrolled{padding:1rem 2rem;background:#0f172af2;box-shadow:0 4px 30px #0000004d}.header__container{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header__logo a{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#fff;font-size:1.5rem;font-weight:700;cursor:pointer}.header__logo-image{display:block;width:235px;max-width:42vw;height:auto;filter:drop-shadow(0 0 12px rgba(139,92,246,.35))}.header__nav--desktop{display:none;gap:2rem}@media(min-width:1024px){.header__nav--desktop{display:flex}}.header__nav--mobile{position:absolute;top:100%;left:0;right:0;background:#0f172afa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:2rem;display:flex;flex-direction:column;gap:1.5rem;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.1)}@media(min-width:1024px){.header__nav--mobile{display:none}}.header__nav--mobile-open{animation:slideDown .3s ease}.header__nav-link{color:#fff;text-decoration:none;font-weight:500;position:relative;transition:color .3s ease;cursor:pointer}.header__nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(90deg,#cbabff,#efbb3d);transition:width .3s ease}.header__nav-link:hover:after{width:100%}.header__nav-link--cta{background:linear-gradient(135deg,#cbabff,#efbb3d);color:#fff;padding:1rem 1.5rem;border-radius:8px;text-align:center}.header__nav-link--cta:after{display:none}.header__nav-link--cta:hover{box-shadow:0 10px 30px #8b5cf666}.header__cta{display:none}@media(min-width:1024px){.header__cta{display:block}}.header__cta-button{font-family:Nunito,Segoe UI,sans-serif;font-size:.95rem;font-weight:700;line-height:1.2;letter-spacing:.01em;display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border-radius:8px;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease,color .15s ease,filter .15s ease;background:linear-gradient(135deg,#cbabff,#efbb3d);border-color:#ffffff1f;color:#fff}.header__cta-button:hover{transform:translateY(-2px);box-shadow:0 12px 34px #00000059}.header__cta-button:disabled{cursor:not-allowed;opacity:.6;filter:grayscale(.25);transform:none;box-shadow:none}.header__lang{display:flex;gap:.5rem;align-items:center}.header__lang-button{font-family:Nunito,Segoe UI,sans-serif;font-size:.9rem;font-weight:700;line-height:1.2;letter-spacing:.01em;display:inline-flex;align-items:center;justify-content:center;padding:6px 8px;border-radius:6px;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease,color .15s ease,filter .15s ease;background:transparent;border-color:#ffffff0f;color:#fff}.header__lang-button:hover{transform:translateY(-2px);background:#ffffff12;box-shadow:0 10px 30px #00000040}.header__lang-button:disabled{cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.header__lang-button{line-height:1}.header__lang-button:hover{box-shadow:0 6px 18px #00000059}.header__lang-button.is-active{background:#ffffff0f}.header__lang-text{display:block;text-align:center;letter-spacing:.06em;color:#fff}.header__lang--mobile{margin:1.5rem 0;justify-content:flex-start}.header__menu-toggle{display:flex;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:1001}@media(min-width:1024px){.header__menu-toggle{display:none}}.header__menu-toggle span{width:25px;height:3px;background:#fff;border-radius:3px;transition:all .3s ease}.header__menu-toggle--open span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.header__menu-toggle--open span:nth-child(2){opacity:0}.header__menu-toggle--open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Nunito,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;background-color:#110a26}p{font-family:Nunito,Segoe UI,sans-serif}@media(max-width:768px){body{font-size:calc(1.05rem + 2pt)}}button,a[class*=button],a[class*=btn]{font-family:Nunito,Segoe UI,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Bebas Neue,Impact,Arial Narrow,sans-serif;font-weight:400;color:#fff;text-transform:uppercase}h2{font-size:3.5rem}#root{min-height:100vh}.app-loading,.section-loading{display:flex;align-items:center;justify-content:center;min-height:40vh;color:#fff;font-size:1rem;letter-spacing:.04em}.section-loading{min-height:220px}
