*,::after,::before{box-sizing:border-box;margin:0;padding:0}:root{--purple:#5f2fd6;--purple-dark:#4c25ab;--purple-light:#8560e8;--purple-pale:#f0ebfc;--purple-bg:#f7f4fd;--mauve-bright:#b794f6;--text:#1A1A2E;--text-muted:#6B7280;--white:#FFFFFF;--radius:8px;--radius-lg:16px;--shadow:0 4px 24px rgba(95, 47, 214, 0.12);--font:'Aspekta',system-ui,sans-serif;--font-heading:'Aspekta',system-ui,sans-serif;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-extrabold:600;--header-h:64px;--hero-margin:12px;--header-inset:20px;--content-inset:24px;--hero-content-inset:3.75rem}html{overflow-x:clip;max-width:100%;-webkit-text-size-adjust:100%}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain;overflow-y:auto;-webkit-overflow-scrolling:touch}.lenis.lenis-stopped{overflow:hidden}body{font-family:var(--font);font-weight:var(--fw-regular);color:var(--text);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:clip;max-width:100%;overflow-wrap:break-word}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}ul{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.text-accent{color:var(--mauve-bright)}.btn{display:inline-flex;align-items:center;gap:6px;padding:12px 24px;border-radius:var(--radius);font-family:var(--font);font-weight:var(--fw-medium);font-size:.9375rem;border:2px solid transparent;cursor:pointer;transition:background .2s,color .2s,border-color .2s,transform .15s;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--purple);color:var(--white);border-color:var(--purple)}.btn--primary:hover{background:var(--purple-dark);border-color:var(--purple-dark)}.btn--outline{background:var(--white);color:var(--purple);border-color:var(--purple)}.btn--outline:hover{background:var(--purple-pale)}.btn--white{background:var(--white);color:var(--purple);border-color:var(--white)}.btn--white:hover{background:var(--purple-pale)}.btn--header{background:var(--white);color:var(--purple);border-color:var(--white);box-shadow:0 2px 12px rgba(0,0,0,.08);transition:background .3s,color .3s,border-color .3s}.btn--header:hover{background:var(--purple-pale);border-color:var(--purple-pale)}.header--light .btn--header{background:var(--purple);color:var(--white);border-color:var(--purple);box-shadow:none}.header--light .btn--header:hover{background:var(--purple-dark);border-color:var(--purple-dark)}.btn--sm{padding:8px 18px;font-size:.875rem}.btn--lg{padding:16px 32px;font-size:1rem}.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:12px max(var(--content-inset),var(--hero-margin));padding-left:max(var(--content-inset),var(--hero-margin),env(safe-area-inset-left));padding-right:max(var(--content-inset),var(--hero-margin),env(safe-area-inset-right))}.header__inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-h);gap:12px;padding:0;background:0 0;border:none;border-radius:0;position:relative;width:100%;min-width:0}.header__logo{flex-shrink:0;margin-left:var(--content-inset)}.header__logo img{height:52px;width:auto;filter:brightness(0) invert(1);transition:filter .3s}.header--light .header__logo img{filter:none}.header__nav{position:absolute;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:2px;background:var(--purple);padding:5px;border-radius:999px;overflow:visible}.nav-link{display:inline-flex;align-items:center;gap:4px;padding:8px 14px;font-family:var(--font);font-size:.8125rem;font-weight:var(--fw-medium);color:rgba(255,255,255,.92);border-radius:999px;transition:color .2s,background .2s;white-space:nowrap}.nav-link:hover{color:var(--white);background:rgba(255,255,255,.12)}.nav-chevron{width:11px;height:11px;flex-shrink:0;opacity:.75}.nav-link:hover .nav-chevron{opacity:1}.nav-link--active,.nav-link--active:hover{background:var(--white);color:var(--text)}.header__actions{display:flex;align-items:center;gap:10px;flex-shrink:0;margin-right:var(--content-inset)}.lang-btn{display:flex;align-items:center;gap:4px;background:0 0;border:none;font-family:var(--font);font-size:.8125rem;font-weight:var(--fw-medium);color:var(--white);cursor:pointer;padding:6px 8px;border-radius:999px;transition:background .3s,color .3s}.lang-btn:hover{background:rgba(255,255,255,.15)}.header--light .lang-btn{color:var(--text)}.header--light .lang-btn:hover{background:var(--purple-pale);color:var(--purple)}.lang-btn .nav-chevron{width:11px;height:11px}.lang-switcher{position:relative}.lang-menu{position:absolute;top:calc(100% + 8px);inset-inline-end:0;min-width:9rem;padding:.35rem;border-radius:.75rem;background:rgba(9,5,20,.92);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.12);box-shadow:0 12px 40px rgba(0,0,0,.28);opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .2s,transform .2s,visibility .2s;z-index:200}.header--light .lang-menu{background:var(--white);border-color:var(--siwa-line,#e5e5e5);box-shadow:var(--shadow)}.lang-switcher.is-open .lang-menu{opacity:1;visibility:visible;transform:translateY(0)}.lang-menu button{display:block;width:100%;padding:.55rem .75rem;border:none;border-radius:.5rem;background:0 0;font-family:var(--font);font-size:.8125rem;font-weight:var(--fw-medium);color:rgba(255,255,255,.88);text-align:start;cursor:pointer;transition:background .15s}.header--light .lang-menu button{color:var(--text)}.lang-menu button.is-active,.lang-menu button:hover{background:rgba(255,255,255,.12)}.header--light .lang-menu button.is-active,.header--light .lang-menu button:hover{background:var(--purple-pale);color:var(--purple)}.header__demo{display:inline-flex}.menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;background:0 0;border:none;cursor:pointer;padding:6px;border-radius:8px;transition:background .2s}.menu-toggle:hover{background:var(--purple-pale)}.menu-toggle span{display:block;width:20px;height:2px;background:var(--white);border-radius:2px;transition:transform .25s,opacity .2s,background .3s;transform-origin:center}.header--light .menu-toggle span{background:var(--text)}.menu-toggle--open span:first-child{transform:translateY(7px) rotate(45deg)}.menu-toggle--open span:nth-child(2){opacity:0}.menu-toggle--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__mobile-extra{display:none}.nav-dropdown{position:relative}.nav-dropdown__trigger{background:0 0;border:none;cursor:pointer;font-family:inherit}.nav-dropdown.is-open .nav-chevron{transform:rotate(180deg)}.nav-dropdown.is-open .nav-dropdown__trigger,.nav-dropdown.is-open .nav-dropdown__trigger:hover,.nav-dropdown__trigger.nav-link--active,.nav-dropdown__trigger.nav-link--active:hover{background:var(--white);color:var(--text)}.nav-chevron{transition:transform .2s,opacity .2s}.mega-menu{position:fixed;top:calc(var(--header-h) + 24px);left:50%;transform:translateX(-50%) translateY(8px);width:min(920px,calc(100vw - 48px));background:#faf8f6;border-radius:20px;box-shadow:0 12px 48px rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.04);padding:28px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s,transform .25s,visibility .25s;z-index:110}.nav-dropdown.is-open .mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.mega-menu__inner{display:grid;grid-template-columns:1fr min(280px,34%);gap:28px;align-items:stretch}.mega-menu__grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 32px}.mega-menu__item{display:flex;flex-direction:column;gap:4px;padding:12px 10px;border-radius:10px;transition:background .2s}.mega-menu__item:hover{background:rgba(95,47,214,.06)}.mega-menu__title{font-size:.9375rem;font-weight:var(--fw-medium);color:var(--text);line-height:1.3}.mega-menu__desc{font-size:.8125rem;font-weight:var(--fw-regular);color:var(--text-muted);line-height:1.45}.mega-menu__featured{display:flex;flex-direction:column;background:#efefef;border-radius:14px;overflow:hidden;transition:transform .2s}.mega-menu__featured:hover{transform:translateY(-2px)}.mega-menu__featured img{width:100%;height:140px;object-fit:cover}.mega-menu__featured-body{padding:16px 18px 18px;background:#efefef}.mega-menu__featured-title{margin:0 0 8px;font-size:1.0625rem;font-weight:var(--fw-medium);color:var(--text);line-height:1.35}.mega-menu__featured-title em{font-family:Georgia,'Times New Roman',serif;font-style:italic;font-weight:400}.mega-menu__featured-desc{margin:0;font-size:.8125rem;color:var(--text-muted);line-height:1.5}.mega-menu__backdrop{display:none}.hero{position:relative;margin:var(--hero-margin);border-radius:var(--radius-lg);overflow:hidden;min-height:calc(100vh - var(--hero-margin) * 2);min-height:calc(100dvh - var(--hero-margin) * 2);display:flex;flex-direction:column;justify-content:flex-end}.hero__bg{position:absolute;inset:0;z-index:0;overflow:hidden}.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center;will-change:transform}.hero__shade{position:absolute;inset:0;background:radial-gradient(ellipse 90% 70% at 0 100%,rgba(12,8,28,.55) 0,transparent 62%),linear-gradient(to top,rgba(10,6,22,.35) 0,transparent 45%);pointer-events:none}.hero__body{position:relative;z-index:1;width:100%;padding:0 2.5rem 28px;padding-left:var(--hero-content-inset)}.hero__main{position:relative;z-index:2;width:100%;max-width:40rem;margin-right:auto}.hero__title{font-family:var(--font-heading);font-size:clamp(1.75rem, 5.4vw, 3.5rem);font-weight:400;line-height:1.12;letter-spacing:-.02em;margin-bottom:20px;color:var(--white);max-width:100%}.hero__title-line{display:block;white-space:nowrap}@media (min-width:1200px){.hero__title{font-size:56px;line-height:1.1}}@media (max-width:1199px){.hero__title-line{white-space:normal}}.hero__subtitle{font-family:var(--font);font-size:clamp(.9375rem, 1.5vw, 1.0625rem);font-weight:400;color:rgba(255,255,255,.9);max-width:620px;line-height:1.7;margin-bottom:28px}.hero__actions{display:flex;flex-wrap:wrap;gap:10px;max-width:34rem}.hero__actions .btn{flex:1 1 calc(50% - 5px);min-width:200px;justify-content:center;text-align:center}.btn--hero-primary{background:#f3f0eb;color:var(--text);border-color:#f3f0eb;border-radius:999px;padding:12px 20px;font-family:var(--font);font-weight:500;font-size:.9375rem}.btn--hero-primary:hover{background:var(--white);border-color:var(--white)}.btn--hero-glass{background:rgba(0,0,0,.28);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:var(--white);border:none;border-radius:999px;padding:12px 20px;font-family:var(--font);font-weight:500;font-size:.9375rem}.btn--hero-glass:hover{background:rgba(0,0,0,.38)}.hero__bottom{position:relative;z-index:2;display:flex;justify-content:flex-end;padding:0 2.5rem 32px;padding-left:var(--hero-content-inset)}.hero__scroll{display:inline-flex;align-items:center;gap:10px;font-family:var(--font);font-size:.8125rem;font-weight:400;color:rgba(255,255,255,.85);transition:color .2s;white-space:nowrap}.hero__scroll:hover{color:var(--white)}.hero__scroll-icon{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border:1px solid rgba(255,255,255,.45);border-radius:50%;flex-shrink:0}@media (max-width:1199px){.header__nav{display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;transform:none;flex-direction:column;align-items:stretch;gap:2px;background:var(--white);padding:12px;border:1px solid rgba(95,47,214,.1);border-radius:var(--radius-lg);box-shadow:var(--shadow);max-height:calc(100dvh - var(--header-h) - 28px);overflow-y:auto;-webkit-overflow-scrolling:touch}.header--open .header__nav{display:flex}.nav-link{padding:12px 14px;font-size:.9375rem;border-radius:8px;color:var(--text)}.nav-dropdown.is-open .nav-dropdown__trigger,.nav-dropdown.is-open .nav-dropdown__trigger:hover,.nav-dropdown__trigger.nav-link--active,.nav-dropdown__trigger.nav-link--active:hover,.nav-link--active,.nav-link--active:hover,.nav-link:hover{background:var(--purple-pale);color:var(--purple)}.header__demo,.lang-btn--desktop{display:none}.header__mobile-extra{display:flex;flex-direction:column;gap:8px;margin-top:8px;padding-top:12px;border-top:1px solid rgba(91,45,170,.1)}.header__mobile-extra .lang-btn{justify-content:center;width:100%;padding:10px;background:var(--purple-pale);color:var(--purple)}.header__mobile-extra .lang-switcher{overflow:visible}.header__mobile-extra .lang-menu{position:static;inset:auto;width:100%;min-width:0;margin-top:6px;opacity:0;visibility:hidden;max-height:0;overflow:hidden;padding:0;transform:none;border:1px solid transparent;background:var(--white);box-shadow:none;transition:max-height .22s,opacity .2s,padding .2s,border-color .2s}.header__mobile-extra .lang-switcher.is-open .lang-menu{opacity:1;visibility:visible;max-height:7rem;padding:.35rem;border-color:rgba(95,47,214,.14)}.header__mobile-extra .lang-menu button{color:var(--text);text-align:center}.header__mobile-extra .lang-menu button.is-active,.header__mobile-extra .lang-menu button:hover{background:var(--purple-pale);color:var(--purple)}.header__mobile-extra .btn{width:100%;justify-content:center}.menu-toggle{display:flex}.mega-menu{position:static;transform:none;width:100%;padding:0 12px;border-radius:12px;box-shadow:none;background:var(--purple-pale);opacity:1;visibility:hidden;max-height:0;overflow:hidden;margin-top:0;pointer-events:none;transition:max-height .3s,padding .3s,visibility .2s}.nav-dropdown.is-open .mega-menu{visibility:visible;max-height:1200px;padding:12px;margin-top:4px;pointer-events:auto;transform:none}.mega-menu__inner{grid-template-columns:1fr;gap:16px}.mega-menu__grid{grid-template-columns:1fr;gap:0}.mega-menu__featured img{height:120px}.nav-dropdown{display:flex;flex-direction:column;width:100%}.nav-dropdown__trigger{width:100%;justify-content:space-between}}@media (max-width:1024px){:root{--hero-content-inset:2rem}.hero,.hero--page{justify-content:flex-start}.hero:not(.hero--page){min-height:calc(70svh - var(--hero-margin) + 1cm);min-height:calc(70dvh - var(--hero-margin) + 1cm)}.hero:not(.hero--page) .hero__bg img{object-position:calc(50% - 2cm) center}.hero__body{padding-top:calc(var(--header-h) + 4.5rem)}.hero__main{margin-top:0}.hero__bottom{margin-top:auto;padding-top:1rem;padding-bottom:1.35rem;flex-shrink:0}.hero__actions{margin-bottom:1.5rem}.hero:not(.hero--page) .hero__actions{margin-top:1cm}}@media (max-width:768px){:root{--content-inset:16px;--hero-content-inset:1.5rem;--header-h:56px}.header__logo{margin-left:4px}.header__actions{margin-right:4px}.header__logo img{height:44px}.hero__body{padding:0 1.15rem 1.25rem;padding-left:var(--hero-content-inset);padding-top:calc(var(--header-h) + 4rem)}.hero:not(.hero--page){min-height:calc(70svh - var(--hero-margin) + 1cm);min-height:calc(70dvh - var(--hero-margin) + 1cm)}.hero__bottom{margin-top:auto;padding:1.15rem 1.15rem 1.35rem;padding-left:var(--hero-content-inset);justify-content:flex-start}.hero__actions{margin-bottom:1.75rem;gap:.65rem;flex-direction:column;width:100%;max-width:none}.hero:not(.hero--page) .hero__actions{margin-top:calc(4.75rem + 1cm)}.hero__actions .btn{width:100%;min-width:0;flex:1 1 auto;justify-content:center}.hero__main{max-width:none;margin-top:.5rem}.hero__subtitle{margin-bottom:22px;max-width:none}}@media (max-width:480px){:root{--hero-margin:8px;--header-inset:12px;--content-inset:12px;--hero-content-inset:1.15rem}.header{padding-top:8px;padding-bottom:8px}.header__inner{padding:0}.header__logo img{height:38px}.menu-toggle{width:34px;height:34px}.hero{border-radius:12px}.hero:not(.hero--page){min-height:calc(70svh - var(--hero-margin) + 1cm);min-height:calc(70dvh - var(--hero-margin) + 1cm)}.hero__body{padding-top:calc(var(--header-h) + 3.5rem)}.hero__main{margin-top:0}.hero__actions{margin-bottom:1.5rem}.hero:not(.hero--page) .hero__actions{margin-top:calc(5.25rem + 1cm)}.hero__bottom{margin-top:auto;padding-top:1rem}.hero__title{margin-bottom:14px}.hero__subtitle{font-size:.9rem;line-height:1.6;margin-bottom:18px}.hero__actions .btn{padding:12px 16px;font-size:.875rem}.hero__scroll{font-size:.75rem}}