.landing-page{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0000;box-sizing:border-box;color:#fff;color:var(--landing-text,#fff);display:flex;flex-direction:column;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;overflow-x:hidden;position:relative;z-index:1}.landing-page .landing-page{display:block;flex:none;min-height:0}.landing-page *,.landing-page :after,.landing-page :before{box-sizing:border-box}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4,.landing-page p{margin:0}.landing-page a{color:inherit;text-decoration:none}.landing-page button{color:inherit;font:inherit}.landing-page img,.landing-page svg{max-width:100%}.landing-page{--landing-bg:#070b1a;--landing-accent:#8b5cf6;--landing-accent-soft:#8b5cf61a;--landing-accent-border:#8b5cf68c;--landing-panel:hsla(0,0%,100%,.035);--landing-panel-strong:#ffffff12;--landing-border:#ffffff1a;--landing-border-strong:#ffffff2e;--landing-text:#fff;--landing-text-muted:#ffffffad;--landing-text-faint:#ffffff85;--landing-text-input:#fff6;--landing-radius-lg:24px;--landing-radius-md:16px;--landing-radius-sm:12px}.landing-container{margin:0 auto;max-width:72rem;padding:0 1rem}@media (min-width:1440px){.landing-container{max-width:80rem}}.landing-section{padding:2.5rem 0}@media (min-width:768px){.landing-section{padding:4rem 0}}.landing-section__heading{align-items:center;display:flex;flex-direction:column;margin-left:auto;margin-right:auto;max-width:48rem;text-align:center;width:100%}.landing-section__title{font-size:1.5rem;font-weight:600;letter-spacing:-.01em;line-height:1.3;margin:0;text-align:center;width:100%}@media (min-width:768px){.landing-section__title{font-size:1.875rem}}.landing-section__subtitle{color:var(--landing-text-muted);display:block;font-size:.875rem;line-height:1.6;margin:.75rem auto 0;max-width:40rem;text-align:center;width:100%}.landing-main{flex:1 1;position:relative;width:100%;z-index:1}.landing-grid{grid-gap:1rem;display:grid;gap:1rem;margin-top:1.5rem}.landing-grid--2,.landing-grid--3,.landing-grid--4{grid-template-columns:1fr}@media (min-width:640px){.landing-grid--3{grid-template-columns:repeat(3,1fr)}.landing-grid--4{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.landing-grid--2{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.landing-grid--4{grid-template-columns:repeat(4,1fr)}}.landing-btn{align-items:center;border:1px solid #0000;border-radius:9999px;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;line-height:1;padding:.75rem 1.5rem;text-decoration:none;transition:background .2s ease,border-color .2s ease,transform .15s ease}.landing-btn:active{transform:scale(.98)}.landing-btn--accent{background:var(--landing-accent);color:#06101a}.landing-btn--accent:hover{background:#a5f3fc}.landing-btn--white{background:#fff;color:#07101a}.landing-btn--white:hover{background:#ffffffe6}.landing-btn--ghost{background:var(--landing-panel);border-color:var(--landing-border-strong);color:var(--landing-text)}.landing-btn--ghost:hover{background:var(--landing-panel-strong)}.landing-btn--sm{font-size:.8125rem;padding:.5rem 1rem}.landing-card{background:var(--landing-panel);border:1px solid var(--landing-border);border-radius:var(--landing-radius-md);padding:1.25rem;transition:border-color .2s ease,background .2s ease}.landing-card--active{background:var(--landing-accent-soft);border-color:var(--landing-accent-border)}.landing-card__title{font-size:1.125rem;font-weight:600;line-height:1.35}.landing-card__text{color:var(--landing-text-muted);font-size:.875rem;line-height:1.55;margin-top:.75rem}.landing-card__action{margin-top:1.25rem}.landing-card--audience{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:linear-gradient(145deg,hsla(0,0%,100%,.065),hsla(0,0%,100%,.018));border:1px solid #ffffff1c;border-radius:1.25rem;display:flex;flex-direction:column;justify-content:space-between;min-height:220px;overflow:hidden;padding:1.6rem;position:relative;text-align:left!important;transition:transform .35s ease,border-color .35s ease,background .35s ease,box-shadow .35s ease}.landing-card--audience:before{background:radial-gradient(circle,#67e8f929,#0000 70%);content:"";height:180px;pointer-events:none;position:absolute;right:-70px;top:-90px;width:180px}.landing-card--audience:after{background:radial-gradient(circle,#8b5cf621,#0000 70%);bottom:-70px;content:"";height:120px;left:-50px;pointer-events:none;position:absolute;width:120px}.landing-card--audience>*{position:relative;z-index:1}.landing-card--audience:hover{background:linear-gradient(145deg,#8b5cf61a,hsla(0,0%,100%,.035));border-color:#a78bfa6b;box-shadow:0 20px 50px #00000047,0 0 35px #8b5cf614;transform:translateY(-7px)}.landing-card--audience .landing-card__title{font-size:1.2rem;font-weight:650;letter-spacing:-.01em;line-height:1.35}.landing-card--audience .landing-card__text{color:#e2e8f0b8;font-size:.9rem;line-height:1.65;margin-top:.9rem;max-width:30rem}.landing-card--audience .landing-card__action{margin-top:1.5rem}@media (max-width:639px){.landing-card--audience{min-height:auto;padding:1.35rem}}.landing-reveal{opacity:0;transform:translateY(24px) scale(.985);transition:opacity .75s ease,transform .75s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.landing-reveal.is-visible{opacity:1;transform:translateY(0) scale(1)}.landing-reveal--d1{transition-delay:.08s}.landing-reveal--d2{transition-delay:.16s}.landing-reveal--d3{transition-delay:.24s}@media (min-width:1024px){.landing-reveal{transform:translateY(28px) scale(.985)}.landing-reveal.is-visible{transform:translateY(0) scale(1)}}@media (max-width:639px){.landing-reveal{transform:translateY(16px);transition-duration:.6s}.landing-reveal.is-visible{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.landing-reveal{opacity:1;transform:none;transition:none}}.landing-header{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#070b1ab3;border-bottom:1px solid var(--landing-border);position:-webkit-sticky;position:sticky;top:0;z-index:20}.landing-header__inner{align-items:center;display:flex;gap:1rem;justify-content:space-between;padding-bottom:.75rem;padding-top:.75rem}.landing-brand{align-items:center;display:inline-flex;gap:.5rem}.landing-brand__logo{display:block;height:28px;width:28px}.landing-header__brand-image{flex:0 0 44px;height:44px!important;width:44px!important}.landing-header__brand-mark{flex:0 0 42px;height:42px;width:42px}.landing-brand__text{font-size:.875rem;font-weight:600;letter-spacing:.02em;white-space:nowrap}.landing-nav{align-items:center;display:flex;font-size:.75rem;gap:1.25rem}.landing-nav__link{color:var(--landing-text-muted);transition:color .2s ease;white-space:nowrap}.landing-nav__link:hover{color:var(--landing-text)}@media (max-width:479px){.landing-nav{gap:.75rem}.landing-nav__link{font-size:.6875rem}.landing-brand__text{font-size:.8125rem}}.landing-header__brand{align-items:center;color:#fff;display:inline-flex;flex-shrink:0;gap:.65rem;text-decoration:none;transition:opacity .2s ease}.landing-header__brand:hover{opacity:.94}.landing-header__brand-image{display:block;flex:0 0 40px;height:40px!important;max-height:none!important;max-width:none!important;object-fit:contain;object-position:center;transition:transform .25s ease,filter .25s ease;width:40px!important}.landing-header__brand:hover .landing-header__brand-image{filter:drop-shadow(0 0 10px rgba(139,92,246,.18));transform:scale(1.05)}.landing-header__brand-name{color:#fff;font-family:Trebuchet MS,Segoe UI,sans-serif;font-size:1.08rem;font-weight:700;letter-spacing:.015em;line-height:1;white-space:nowrap}.hero{align-items:center;display:flex;isolation:isolate;justify-content:center;min-height:78vh;padding-bottom:100px;padding-top:100px;position:relative;text-align:center}.hero:before{background:radial-gradient(ellipse,#8b5cf62e 0,#4c1d9517 38%,#0000 72%);content:"";filter:blur(38px);height:460px;left:50%;pointer-events:none;position:absolute;top:90px;transform:translateX(-50%);width:min(760px,90vw);z-index:-1}.hero__content{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:900px;width:100%}.hero__badge{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#0f0a1e6b;border:1px solid #a78bfa3d;border-radius:999px;color:#ddd6fee0;display:inline-flex;font-size:.82rem;font-weight:600;gap:9px;letter-spacing:.01em;margin-bottom:28px;padding:8px 15px}.hero__badge-dot{background:#a78bfa;border-radius:50%;box-shadow:0 0 14px #a78bfad9;flex-shrink:0;height:6px;width:6px}.hero__title{color:#fff;font-size:clamp(2.65rem,5.2vw,4.6rem);font-weight:650;letter-spacing:-.025em;line-height:1.08;margin:0 auto;max-width:820px}.hero__subtitle,.hero__title{text-wrap:balance;text-align:center}.hero__subtitle{color:#e2e8f0c7;font-size:clamp(1rem,1.6vw,1.2rem);line-height:1.7;margin:38px auto 0;max-width:680px}.hero__cta{align-items:center;display:flex;gap:14px;justify-content:center;margin-top:38px}.hero__cta .landing-btn{min-height:48px;padding:0 22px}.hero__cta .landing-btn--accent{background:#8b5cf6;border:1px solid #a78bfa59;box-shadow:0 10px 30px #7c3aed38,0 0 0 1px #a78bfa14;color:#fff;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.hero__cta .landing-btn--accent:hover{background:#7c3aed;box-shadow:0 12px 35px #8b5cf647;transform:translateY(-2px)}.hero__cta .landing-btn--ghost,.hero__cta .landing-btn--secondary{background:#ffffff0a;border-color:#ffffff29;color:#ffffffe0}.hero__cta .landing-btn--ghost:hover,.hero__cta .landing-btn--secondary:hover{background:#8b5cf61a;border-color:#a78bfa61;color:#fff;transform:translateY(-2px)}.hero__roles{margin:4.5rem auto 0;max-width:960px;width:100%}.hero__roles-label{color:#ffffff6b;font-size:.75rem;font-weight:500;letter-spacing:.04em;margin-bottom:1rem!important;text-align:center;text-transform:uppercase}.hero__roles-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);width:100%}.landing-role-card{align-items:center;background:hsla(0,0%,100%,.025);border:1px solid #ffffff17;border-radius:18px;color:#fff;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:135px;padding:1.25rem;text-align:center;transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease;width:100%}.landing-role-card:hover{background:hsla(0,0%,100%,.045);border-color:#8b5cf647;box-shadow:0 12px 35px #0000002e;transform:translateY(-4px)}.landing-role-card--active{background:#8b5cf614;border-color:#8b5cf67a;box-shadow:0 12px 35px #8b5cf61a}.landing-role-card__icon{align-items:center;background:#8b5cf614;border-radius:12px;color:#c4b5fd;display:flex;height:38px;justify-content:center;margin-bottom:.7rem;width:38px}.landing-role-card__title{color:#fff;font-size:.95rem;font-weight:600;line-height:1.3;margin-top:0!important}.landing-role-card__headline{color:#ffffff7a;font-size:.75rem;line-height:1.45;margin-top:.4rem!important;max-width:220px;text-align:center}@media (max-width:767px){.hero{min-height:auto;padding-bottom:3.5rem;padding-top:3rem}.hero__badge{font-size:.68rem;margin-bottom:22px;max-width:calc(100% - 32px);padding:.45rem .75rem;text-align:center}.hero__content{margin-top:1.4rem}.hero__title{font-size:clamp(2.4rem,11vw,3.5rem);letter-spacing:-.04em;max-width:100%}.hero__subtitle{font-size:.95rem;line-height:1.6;margin-top:1.7rem;max-width:90%}.hero__cta{flex-direction:column;margin-top:1.75rem;width:100%}.hero__cta .landing-btn{width:min(100%,320px)}.hero__roles{margin-top:3.5rem}.hero__roles-grid{gap:.75rem;grid-template-columns:1fr}.landing-role-card{min-height:110px}}@media (prefers-reduced-motion:reduce){.landing-btn--accent,.landing-btn--secondary,.landing-role-card{transition:none}}.landing-steps{grid-gap:0;gap:0;grid-template-columns:1fr;margin-top:2.5rem}.landing-step,.landing-steps{display:grid;position:relative}.landing-step{grid-template-columns:58px 1fr;min-height:150px}.landing-step__line{display:flex;justify-content:center;position:relative}.landing-step__line:after{background:linear-gradient(180deg,#8b5cf68c,#67e8f929,#0000);bottom:-1px;content:"";position:absolute;top:54px;width:1px}.landing-step:last-child .landing-step__line:after{display:none}.landing-step__number{align-items:center;background:radial-gradient(circle,#8b5cf62e,#070b1ae6);border:1px solid #a78bfa59;border-radius:50%;box-shadow:0 0 24px #8b5cf61f;color:#c4b5fd;display:flex;font-size:.72rem;font-weight:700;height:42px;justify-content:center;letter-spacing:.04em;position:relative;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;width:42px;z-index:2}.landing-step__body{align-items:flex-start;display:flex;gap:1rem;padding:0 0 2.5rem 1rem}.landing-step__icon{align-items:center;background:#8b5cf614;border-radius:14px;box-shadow:0 0 24px #8b5cf60f;display:flex;flex-shrink:0;font-size:1.3rem;height:46px;justify-content:center;transition:transform .3s ease,background .3s ease;width:46px}.landing-step__content{max-width:520px}.landing-step__title{font-size:1.05rem;font-weight:650;letter-spacing:-.01em;line-height:1.35;margin:0}.landing-step__text{color:var(--landing-text-muted);font-size:.875rem;line-height:1.6;margin-top:.5rem}.landing-step:hover .landing-step__number{border-color:#67e8f980;box-shadow:0 0 28px #67e8f91f;transform:scale(1.08)}.landing-step:hover .landing-step__icon{background:#8b5cf624;transform:scale(1.06)}@media (min-width:768px){.landing-steps{margin-left:auto;margin-right:auto;margin-top:3rem;max-width:820px}.landing-step{grid-template-columns:72px 1fr;min-height:155px}.landing-step__body{gap:1.25rem;padding-left:1.25rem}}@media (min-width:1024px){.landing-steps{max-width:900px}.landing-step{grid-template-columns:78px 1fr}.landing-step__body{padding-bottom:3rem}.landing-step__title{font-size:1.15rem}.landing-step__text{font-size:.9rem;max-width:600px}}@media (max-width:639px){.landing-steps{margin-top:2rem}.landing-step{grid-template-columns:48px 1fr;min-height:145px}.landing-step__number{font-size:.65rem;height:36px;width:36px}.landing-step__line:after{top:46px}.landing-step__body{gap:.75rem;padding-bottom:2rem;padding-left:.5rem}.landing-step__icon{border-radius:12px;font-size:1.1rem;height:40px;width:40px}.landing-step__title{font-size:.95rem}.landing-step__text{font-size:.8rem}}.landing-benefits-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-top:2rem}.landing-benefit-card{align-items:flex-start;background:linear-gradient(145deg,hsla(0,0%,100%,.055),hsla(0,0%,100%,.018));border:1px solid #ffffff17;border-radius:var(--landing-radius-md);display:flex;gap:1rem;min-height:150px;overflow:hidden;padding:1.35rem;position:relative;transition:transform .3s ease,border-color .3s ease,background .3s ease,box-shadow .3s ease}.landing-benefit-card:before{background:radial-gradient(circle,#8b5cf629,#0000 70%);content:"";height:130px;pointer-events:none;position:absolute;right:-50px;top:-70px;width:130px}.landing-benefit-card:hover{background:linear-gradient(145deg,#8b5cf617,hsla(0,0%,100%,.025));border-color:#8b5cf64d;box-shadow:0 16px 40px #00000038,0 0 25px #8b5cf60f;transform:translateY(-5px)}.landing-benefit-card__icon{align-items:center;background:#8b5cf61a;border-radius:14px;box-shadow:0 0 22px #8b5cf612;display:flex;flex-shrink:0;font-size:1.35rem;height:46px;justify-content:center;position:relative;transition:transform .3s ease,background .3s ease;width:46px;z-index:1}.landing-benefit-card:hover .landing-benefit-card__icon{background:#8b5cf629;transform:scale(1.08)}.landing-benefit-card__content{position:relative;z-index:1}.landing-benefit-card__title{font-size:1rem;font-weight:650;letter-spacing:-.01em;line-height:1.35}.landing-benefit-card__text{color:var(--landing-text-muted);font-size:.8125rem;line-height:1.55;margin-top:.5rem}@media (min-width:640px){.landing-benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.landing-benefits-grid{gap:1.15rem;grid-template-columns:repeat(3,1fr);margin-top:2.25rem}.landing-benefit-card{min-height:165px;padding:1.5rem}}@media (max-width:639px){.landing-benefit-card{min-height:auto}}.landing-preview-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1.75rem}.landing-preview-card{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:linear-gradient(145deg,hsla(0,0%,100%,.065),hsla(0,0%,100%,.018));border:1px solid #ffffff1a;border-radius:1.5rem;min-height:340px;overflow:hidden;padding:1.5rem;position:relative;transition:transform .35s ease,border-color .35s ease,background .35s ease,box-shadow .35s ease}.landing-preview-card:before{background:radial-gradient(circle,#8b5cf624,#0000 70%);border-radius:50%;content:"";height:220px;pointer-events:none;position:absolute;right:-90px;top:-120px;width:220px}.landing-preview-card:hover{background:linear-gradient(145deg,rgba(139,92,246,.075),hsla(0,0%,100%,.025));border-color:#a78bfa52;box-shadow:0 20px 50px #0000003d,0 0 35px #8b5cf612;transform:translateY(-6px)}.landing-preview-card__header{align-items:center;display:flex;gap:.85rem;position:relative;z-index:1}.landing-preview-card__icon{align-items:center;background:#8b5cf617;border:1px solid #8b5cf62e;border-radius:14px;box-shadow:0 0 22px #8b5cf612;display:flex;flex-shrink:0;font-size:1.25rem;height:44px;justify-content:center;transition:transform .3s ease,background .3s ease;width:44px}.landing-preview-card:hover .landing-preview-card__icon{background:#8b5cf626;transform:scale(1.08)}.landing-preview-card__title{color:#fff;font-size:1.05rem;font-weight:650;line-height:1.3}.landing-preview-card__text{color:#e2e8f0a3;font-size:.85rem;line-height:1.6;margin-top:.85rem;max-width:34rem;position:relative;z-index:1}.landing-preview-card__screen{background:linear-gradient(180deg,#070b1ab8,#070b1a75);border:1px solid #ffffff14;border-radius:1rem;box-shadow:inset 0 1px 0 #ffffff0a;margin-top:1.35rem;padding:1rem;position:relative;z-index:1}.landing-preview-card__screen-header{align-items:center;border-bottom:1px solid #ffffff12;color:#ffffffad;display:flex;font-size:.7rem;font-weight:600;justify-content:space-between;padding-bottom:.75rem}.landing-preview-card__dots{color:#ffffff52;letter-spacing:.12em}.landing-preview-card__items{grid-gap:.55rem;display:grid;gap:.55rem;margin-top:.8rem}.landing-preview-card__item{align-items:center;background:hsla(0,0%,100%,.035);border-radius:.65rem;color:#ffffffa8;display:flex;font-size:.72rem;gap:.55rem;padding:.55rem .65rem;transition:background .25s ease,transform .25s ease}.landing-preview-card:hover .landing-preview-card__item{background:#ffffff0d}.landing-preview-card__item-dot{color:#a78bfa;font-size:.65rem}.landing-preview-card__action{align-items:center;border-top:1px solid #ffffff0f;color:#c4b5fd;display:flex;font-size:.7rem;font-weight:600;justify-content:space-between;margin-top:.75rem;padding-top:.7rem;transition:color .25s ease,transform .25s ease}.landing-preview-card:hover .landing-preview-card__action{color:#fff}.landing-preview-card__action span{font-size:.9rem;transition:transform .25s ease}.landing-preview-card:hover .landing-preview-card__action span{transform:translateX(4px)}@media (max-width:767px){.landing-preview-grid{gap:1rem;grid-template-columns:1fr}.landing-preview-card{min-height:auto;padding:1.25rem}.landing-preview-card__screen{margin-top:1.1rem}}@media (prefers-reduced-motion:reduce){.landing-preview-card,.landing-preview-card__action,.landing-preview-card__action span,.landing-preview-card__icon,.landing-preview-card__item{transition:none}}.faq{grid-gap:.85rem;display:grid;gap:.85rem;margin-top:1.75rem}.faq-item{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:linear-gradient(145deg,#ffffff12,hsla(0,0%,100%,.025));border:1px solid #ffffff1c;border-radius:1.25rem;overflow:hidden;position:relative;transition:border-color .3s ease,background .3s ease,box-shadow .3s ease,transform .3s ease}.faq-item:before{background:radial-gradient(circle,#67e8f91f,#0000 70%);border-radius:50%;content:"";height:150px;pointer-events:none;position:absolute;right:-50px;top:-70px;width:150px}.faq-item:hover{border-color:#67e8f940;box-shadow:0 12px 35px #0000002e,0 0 25px #67e8f90a;transform:translateY(-2px)}.faq-item__trigger{align-items:center;background:#0000;border:0;color:inherit;cursor:pointer;display:flex;font:inherit;gap:1rem;justify-content:space-between;outline:none;padding:1.25rem 1.4rem;position:relative;text-align:left;width:100%;z-index:1}.faq-item__trigger:focus-visible{outline:2px solid #67e8f9a6;outline-offset:-3px}.faq-item__question{font-size:.95rem;font-weight:600;line-height:1.45;transition:color .3s ease}.faq-item--open .faq-item__question{color:#e0faff}.faq-item__icon{align-items:center;background:#8b5cf614;border:1px solid #a78bfa47;border-radius:50%;color:#c4b5fdf2;display:flex;flex-shrink:0;height:32px;justify-content:center;position:relative;transition:transform .3s ease,color .3s ease,border-color .3s ease,background .3s ease,box-shadow .3s ease;width:32px}.faq-item__icon span{background:currentColor;border-radius:999px;height:1.5px;position:absolute;transition:transform .3s ease;width:10px}.faq-item__icon span:first-child{transform:rotate(90deg)}.faq-item__icon.is-open{background:#67e8f914;border-color:#67e8f966;box-shadow:0 0 20px #67e8f914;color:#67e8f9f2;transform:rotate(0deg)}.faq-item__icon.is-open span:first-child{transform:rotate(0deg)}.faq-item__answer-wrapper{max-height:0;opacity:0;overflow:hidden;position:relative;transition:max-height .4s ease,opacity .3s ease;z-index:1}.faq-item__answer-wrapper.is-open{max-height:300px;opacity:1}.faq-item__answer{color:#e2e8f0b8;font-size:.9rem;line-height:1.7;padding:0 1.4rem 1.35rem}.faq-item--open{background:linear-gradient(145deg,rgba(103,232,249,.075),hsla(0,0%,100%,.025));border-color:#67e8f94d;box-shadow:0 14px 40px #0003,0 0 30px #67e8f90d}@media (max-width:639px){.faq{gap:.7rem}.faq-item__trigger{padding:1.1rem 1.05rem}.faq-item__question{font-size:.9rem}.faq-item__icon{height:30px;width:30px}.faq-item__answer{font-size:.875rem;padding:0 1.05rem 1.15rem}}.landing-cta-banner{background:var(--landing-accent-soft);border:1px solid #22d3ee4d;border-radius:var(--landing-radius-lg);padding:1.5rem}@media (min-width:768px){.landing-cta-banner{padding:2rem}}.landing-cta-banner__title{font-size:1.5rem;font-weight:600}.landing-cta-banner__text{color:#fffc;font-size:.875rem;line-height:1.6;margin-top:.75rem;max-width:48rem}.landing-form-card{background:var(--landing-panel);border:1px solid var(--landing-border);border-radius:var(--landing-radius-lg);margin-top:1.5rem;padding:2rem 1.5rem;transition:border-color .3s ease,background .3s ease,box-shadow .3s ease,padding .3s ease}.landing-form-card--open{background:var(--landing-panel-strong);border-color:var(--landing-accent-border);box-shadow:0 18px 50px #0000002e,0 0 35px #67e8f90a}@media (min-width:768px){.landing-form-card{padding:2.5rem 3rem}}.landing-form-card__intro{text-align:center}.landing-form-card__title{font-size:1.5rem;font-weight:600;line-height:1.3}.landing-form-card__hint{color:#e2e8f0ad;font-size:.95rem;line-height:1.6;max-width:620px}.landing-form__open-wrap{margin-top:1.5rem}.landing-form__open{min-width:180px}.landing-form__body{margin:2rem auto 0;max-width:820px}.landing-form__role-heading{color:#e2e8f0cc;font-size:.9rem;font-weight:500;margin-bottom:.9rem}.landing-form__role-row{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr}@media (min-width:640px){.landing-form__role-row{grid-template-columns:repeat(3,1fr)}}.landing-form__role{background:var(--landing-panel);border:1px solid #ffffff26;border-radius:var(--landing-radius-sm);color:inherit;font-size:.875rem;padding:.75rem 1rem;transition:border-color .2s ease,background .2s ease,transform .2s ease;width:100%}.landing-form__role:hover{background:var(--landing-panel-strong);border-color:#67e8f94d}.landing-form__role--active{background:var(--landing-accent-soft);border-color:var(--landing-accent-border)}.landing-form{grid-gap:1.25rem;display:grid;gap:1.25rem;margin-top:1.75rem}.landing-form__fields{grid-gap:1rem;gap:1rem;grid-template-columns:1fr}@media (min-width:700px){.landing-form__fields{gap:1.1rem;grid-template-columns:repeat(2,minmax(0,1fr))}}.landing-form__label{font-size:.85rem;font-weight:500;gap:.5rem;margin-bottom:.45rem}.landing-form__input,.landing-form__textarea{background:hsla(0,0%,100%,.045);border:1px solid #ffffff24;border-radius:var(--landing-radius-sm);color:inherit;font-size:.9rem;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.landing-form__input{min-height:46px;padding:.7rem .9rem}.landing-form__textarea{padding:.8rem .9rem}.landing-form__input::placeholder,.landing-form__textarea::placeholder{color:#e2e8f059}.landing-form__input:focus,.landing-form__textarea:focus{background:hsla(0,0%,100%,.065);border-color:#67e8f980;box-shadow:0 0 0 3px #67e8f912}.landing-form__submit-wrap{margin-top:.75rem}.landing-form__submit{min-width:190px}.landing-form__success{max-width:600px}.landing-form__success-title{font-size:1.3rem;margin:0 0 .5rem}.landing-form__success-text{color:#e2e8f0ad;line-height:1.6}.landing-form-field{display:block}.landing-form-field__label{color:#fffc;display:block;font-size:.75rem;font-weight:500;margin-bottom:.5rem}.landing-form-field__control{align-items:center;background:var(--landing-panel);border:1px solid #ffffff26;border-radius:var(--landing-radius-sm);display:flex;padding:.5rem .75rem;transition:border-color .2s ease}.landing-form-field__control:focus-within{border-color:#22d3ee80}.landing-form-field__icon{color:#a5f3fccc;flex-shrink:0;margin-right:.5rem}.landing-form-field__input,.landing-form-field__textarea{background:#0000;border:none;color:#fff;font:inherit;font-size:.875rem;outline:none;width:100%}.landing-form-field__input::placeholder,.landing-form-field__textarea::placeholder{color:var(--landing-text-input)}.landing-form-field__textarea{background:var(--landing-panel);border:1px solid #ffffff26;border-radius:var(--landing-radius-sm);min-height:92px;padding:.5rem .75rem;resize:vertical;transition:border-color .2s ease}.landing-form-field__textarea:focus{border-color:#22d3ee80}.landing-form__success{background:#6ee7b71a;border:1px solid #6ee7b766;border-radius:var(--landing-radius-md);margin-top:1.5rem;padding:1.5rem}.landing-form__success-title{font-size:1.25rem;font-weight:600}.landing-form__success-text{color:#fffc;font-size:.875rem;line-height:1.55;margin-top:.5rem}.landing-final{background:linear-gradient(90deg,#a855f733,#22d3ee33);border:1px solid var(--landing-border);border-radius:var(--landing-radius-lg);margin-top:1.5rem;padding:2rem;text-align:center}.landing-final__title{font-size:1.5rem;font-weight:600}@media (min-width:768px){.landing-final__title{font-size:1.875rem}}.landing-final__text{color:#ffffffd9;font-size:.875rem;line-height:1.6;margin:.75rem auto 0;max-width:40rem}.landing-final__cta{margin-top:1.5rem}.landing-footer{background:#070b1a47;border-top:1px solid var(--landing-border);flex-shrink:0;margin-top:auto}.landing-footer>.landing-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1.3fr 1fr .8fr;padding-bottom:3.5rem;padding-top:3.5rem}.landing-footer__title{color:#fff;display:block;font-size:.8125rem;font-weight:700;letter-spacing:.08em;margin-bottom:1rem;text-transform:uppercase}.landing-footer__main{align-items:flex-start;display:flex;flex-direction:column}.landing-footer__brand{align-items:center;background:#0000;border:0;display:inline-flex;justify-content:flex-start;padding:0;text-decoration:none;width:-webkit-fit-content;width:fit-content}.landing-footer__logo{display:block;height:auto;object-fit:contain;transition:transform .25s ease,filter .25s ease;width:90px}.landing-footer__brand:hover .landing-footer__logo{filter:drop-shadow(0 0 14px rgba(139,92,246,.2));transform:translateY(-2px)}.landing-footer__brand:hover{color:#e9e3ff;text-shadow:0 0 22px #8b5cf659,0 0 35px #67e8f91a;transform:translateY(-1px)}.landing-footer__tagline{color:#ffffffb8;font-size:.875rem;line-height:1.75;margin:1rem 0 0}.landing-footer__nav{align-items:flex-start;display:flex;flex-direction:column;gap:.7rem}.landing-footer__nav button{background:#0000;border:0;color:#ffffffb8;cursor:pointer;font:inherit;font-size:.875rem;padding:0;transition:color .2s ease,transform .2s ease}.landing-footer__nav button:hover{color:#8b5cf6;transform:translateX(3px)}.landing-footer__socials{align-items:flex-start;display:flex;flex-direction:column;gap:.7rem}.landing-footer__socials a{color:#ffffffb8;font-size:.875rem;text-decoration:none;transition:color .2s ease,transform .2s ease}.landing-footer__socials a:hover{color:#8b5cf6;transform:translateX(3px)}.landing-footer__bottom{background:#00000040;border-top:1px solid #ffffff24}.landing-footer__bottom>.landing-container{align-items:center;display:flex;gap:1.5rem;justify-content:space-between;padding-bottom:1.25rem;padding-top:1.25rem}.landing-footer__copyright{align-items:center;color:#ffffffa8;display:flex;flex-wrap:wrap;font-size:.75rem;gap:.75rem 1.5rem}.landing-footer__legal{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;justify-content:flex-end}.landing-footer__legal a{color:#ffffffa8;font-size:.75rem;text-decoration:none;transition:color .2s ease}.landing-footer__legal a:hover{color:#c4b5fd}@media (max-width:767px){.landing-footer>.landing-container{gap:2.25rem;grid-template-columns:1fr;padding-bottom:2.5rem;padding-top:2.5rem}.landing-footer__bottom>.landing-container{align-items:flex-start;flex-direction:column}.landing-footer__legal{justify-content:flex-start}}.landing-form-card{box-sizing:border-box;text-align:center;width:100%}.landing-form-card__intro{margin:0 auto;max-width:900px;width:100%}.landing-form-card__title{margin:0;text-align:center}.landing-form-card__hint{margin:.75rem auto 0;max-width:760px;text-align:center}.landing-form__open-wrap{align-items:center;display:flex;justify-content:center;margin-top:1.75rem;width:100%}.landing-form__open{min-width:170px}.landing-form__body{margin:2.25rem auto 0;max-width:920px;width:100%}.landing-form__role-heading{color:#e2e8f0d1;font-size:.95rem;font-weight:600;margin-bottom:.85rem;text-align:center}.landing-form__role-row{align-items:center;display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center;margin:0 auto 2rem;width:100%}.landing-form__role{background:hsla(0,0%,100%,.045);border:1px solid #c4b5fd38;border-radius:999px;color:#e2e8f0c7;cursor:pointer;font:inherit;font-size:.88rem;font-weight:600;min-height:42px;padding:.65rem 1.15rem;transition:background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease}.landing-form__role:hover{border-color:#67e8f973;color:#fff;transform:translateY(-1px)}.landing-form__role--active{background:linear-gradient(135deg,#8b5cf680,#06b6d447);border-color:#67e8f9a6;box-shadow:0 8px 25px #06b6d414;color:#fff}.landing-form{width:100%}.landing-form__fields{grid-gap:1.15rem 1.25rem;display:grid;gap:1.15rem 1.25rem;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.landing-form__field{display:flex;flex-direction:column;gap:.5rem;min-width:0;text-align:left;width:100%}.landing-form__field--full{grid-column:1/-1}.landing-form__label{align-items:center;color:#e2e8f0d1;display:flex;font-size:.84rem;font-weight:600;gap:.45rem}.landing-form__label svg{color:#c4b5fde6;flex-shrink:0}.landing-form__input,.landing-form__textarea{background:#040a196b;border:1px solid #c4b5fd2e;border-radius:12px;box-sizing:border-box;color:#fff;font:inherit;font-size:.92rem;outline:none;transition:border-color .25s ease,background .25s ease,box-shadow .25s ease;width:100%}.landing-form__input{min-height:48px;padding:0 .95rem}.landing-form__textarea{min-height:120px;padding:.85rem .95rem;resize:vertical}.landing-form__input::placeholder,.landing-form__textarea::placeholder{color:#e2e8f061}.landing-form__input:focus,.landing-form__textarea:focus{background:#040a1994;border-color:#67e8f98c;box-shadow:0 0 0 3px #67e8f914}.landing-form__submit-wrap{align-items:center;display:flex;justify-content:center;margin-top:2rem;width:100%}.landing-form__submit{min-width:180px}.landing-form__success{background:rgba(103,232,249,.045);border:1px solid #67e8f933;border-radius:16px;margin:2rem auto 0;max-width:620px;padding:2rem;text-align:center}.landing-form__success-title{color:#fff;margin:0 0 .65rem}.landing-form__success-text{color:#e2e8f0b3;line-height:1.65;margin:0}@media (max-width:720px){.landing-form__body{margin-top:1.75rem}.landing-form__fields{gap:1rem;grid-template-columns:1fr}.landing-form__field--full{grid-column:auto}.landing-form__role-row{margin-bottom:1.5rem}.landing-form__role{flex:1 1 auto}.landing-form__submit-wrap{margin-top:1.5rem}}.landing-back-to-top{align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#0f172ad1;border:1px solid #67e8f959;border-radius:50%;bottom:24px;box-shadow:0 8px 25px #00000040,0 0 20px #67e8f914;color:#67e8f9f2;cursor:pointer;display:flex;font-size:1.4rem;height:46px;justify-content:center;line-height:1;position:fixed;right:24px;transition:transform .25s ease,border-color .25s ease,background .25s ease,box-shadow .25s ease;width:46px;z-index:1000}.landing-back-to-top:hover{background:#0f172af2;border-color:#67e8f9a6;box-shadow:0 12px 30px #0000004d,0 0 25px #67e8f926;transform:translateY(-3px)}@media (max-width:640px){.landing-back-to-top{bottom:16px;height:42px;right:16px;width:42px}}.legal-page{padding:3rem 1rem 5rem;position:relative;width:100%;z-index:1}.legal-page__content{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#070b1aad;border:1px solid var(--landing-border);border-radius:var(--landing-radius-lg);box-shadow:0 20px 60px #0000002e,0 0 40px #8b5cf60a;margin:0 auto;padding:2.5rem 2rem;width:min(100%,900px)}.legal-page__content h1{color:#fff;font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.025em;line-height:1.1;margin:0}.legal-page__meta{color:var(--landing-text-muted);font-size:.875rem;line-height:1.6;margin:1rem 0 2.5rem}.legal-page__content section{margin-top:2.5rem}.legal-page__content section:first-of-type{margin-top:0}.legal-page__content h2{color:#fff;font-size:1.25rem;font-weight:650;line-height:1.35;margin:0 0 .9rem}.legal-page__content li,.legal-page__content p{color:#ffffffc2;font-size:.95rem;line-height:1.75}.legal-page__content p{margin:.9rem 0 0}.legal-page__content ol,.legal-page__content ul{margin:.9rem 0 0;padding-left:1.4rem}.legal-page__content li+li{margin-top:.45rem}.legal-page__content strong{color:#ffffffeb;font-weight:650}.legal-page__content a{color:#c4b5fd;text-decoration:none}.legal-page__content a:hover{color:#fff;text-decoration:underline}@media (max-width:767px){.legal-page{padding:2rem .75rem 3rem}.legal-page__content{border-radius:var(--landing-radius-md);padding:1.5rem 1.15rem}.legal-page__content h1{font-size:1.85rem}.legal-page__content h2{font-size:1.1rem}.legal-page__content li,.legal-page__content p{font-size:.9rem;line-height:1.7}}.dream-background{inset:0;overflow:hidden;pointer-events:none;position:fixed;z-index:0}.dream-background__base{background-color:#050816;background-image:radial-gradient(circle at 20% 20%,#581c872e,#0000 40%),radial-gradient(circle at 80% 30%,#0891b21f,#0000 45%),radial-gradient(circle at 50% 80%,#4c1d9526,#0000 50%);inset:0;position:absolute}.dream-background__stars{background-image:radial-gradient(#ffffffd9 1px,#0000 0);background-size:120px 120px;inset:0;opacity:.12;position:absolute}@keyframes dream-float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.04)}}.dream-background__glow{animation:dream-float 18s ease-in-out infinite;border-radius:50%;filter:blur(160px);position:absolute}.dream-background__glow--violet{background:#8b5cf61f;height:24rem;left:-8%;top:5%;width:24rem}.dream-background__glow--cyan{animation-delay:3s;background:#22d3ee14;height:20rem;right:-6%;top:30%;width:20rem}.dream-background__glow--indigo{animation-delay:6s;background:#7c3aed1a;bottom:0;height:22rem;left:25%;width:22rem}@media (prefers-reduced-motion:reduce){.dream-background__glow{animation:none}}@media (max-width:768px){.dream-background__stars{background-size:90px 90px}.dream-background__glow--violet{height:16rem;width:16rem}.dream-background__glow--cyan{height:14rem;width:14rem}.dream-background__glow--indigo{height:16rem;width:16rem}}
/*# sourceMappingURL=main.25ab208b.css.map*/