.ContactModal-module__K3lvsq__overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a0a0bb8;justify-content:center;align-items:flex-start;padding:48px 20px;animation:.2s ContactModal-module__K3lvsq__overlayIn;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes ContactModal-module__K3lvsq__overlayIn{0%{opacity:0}to{opacity:1}}.ContactModal-module__K3lvsq__dialog{background:var(--bg-2);border:1px solid var(--border-bright);border-radius:var(--radius-lg);width:100%;max-width:520px;margin:auto;padding:36px;animation:.24s cubic-bezier(.2,.8,.2,1) ContactModal-module__K3lvsq__dialogIn;position:relative;box-shadow:0 24px 80px #0000008c,0 0 0 1px #ffdea50f}@keyframes ContactModal-module__K3lvsq__dialogIn{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.ContactModal-module__K3lvsq__closeBtn{border:1px solid var(--border);width:34px;height:34px;color:var(--text-muted);cursor:pointer;background:#ffffff0a;border-radius:50%;justify-content:center;align-items:center;transition:all .16s;display:inline-flex;position:absolute;top:18px;right:18px}.ContactModal-module__K3lvsq__closeBtn:hover{color:var(--text);border-color:var(--border-bright);background:#ffffff17}.ContactModal-module__K3lvsq__header{margin-bottom:24px;padding-right:36px}.ContactModal-module__K3lvsq__eyebrow{font-size:var(--fs-2xs);letter-spacing:.12em;text-transform:uppercase;color:var(--brand)}.ContactModal-module__K3lvsq__header h2{letter-spacing:-.02em;margin:8px 0 10px;font-size:clamp(1.8rem,4vw,2.3rem)}.ContactModal-module__K3lvsq__header p{font-size:var(--fs-sm);color:var(--text-muted);line-height:1.6}.ContactModal-module__K3lvsq__form{flex-direction:column;gap:14px;display:flex}.ContactModal-module__K3lvsq__row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.ContactModal-module__K3lvsq__field{flex-direction:column;gap:6px;display:flex}.ContactModal-module__K3lvsq__label{font-size:var(--fs-xs);color:var(--text);letter-spacing:-.01em;font-weight:500}.ContactModal-module__K3lvsq__req{color:var(--brand)}.ContactModal-module__K3lvsq__input,.ContactModal-module__K3lvsq__select,.ContactModal-module__K3lvsq__textarea{width:100%;font-family:var(--display);font-size:var(--fs-sm);color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:11px 14px;transition:border-color .16s,box-shadow .16s}.ContactModal-module__K3lvsq__textarea{resize:vertical;min-height:76px;line-height:1.5}.ContactModal-module__K3lvsq__input::placeholder,.ContactModal-module__K3lvsq__textarea::placeholder{color:var(--text-dim)}.ContactModal-module__K3lvsq__input:focus,.ContactModal-module__K3lvsq__select:focus,.ContactModal-module__K3lvsq__textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-dim);outline:none}.ContactModal-module__K3lvsq__select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffdea5' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.ContactModal-module__K3lvsq__select option{background:var(--bg-2);color:var(--text)}.ContactModal-module__K3lvsq__submitBtn{border-radius:var(--radius-pill);font-family:var(--display);font-size:var(--fs-sm);letter-spacing:-.01em;cursor:pointer;background:var(--brand);color:var(--on-brand);border:none;justify-content:center;align-items:center;gap:8px;margin-top:4px;padding:13px 22px;font-weight:600;transition:all .18s;display:inline-flex;box-shadow:0 0 0 1px #ffdea54d}.ContactModal-module__K3lvsq__submitBtn:hover:not(:disabled){background:var(--brand-hover);transform:translateY(-1px);box-shadow:0 6px 24px #ffdea540}.ContactModal-module__K3lvsq__submitBtn:disabled{opacity:.6;cursor:progress}.ContactModal-module__K3lvsq__btnSecondary{color:var(--text);box-shadow:none;border:1px solid var(--border-bright);background:#ffffff0f}.ContactModal-module__K3lvsq__btnSecondary:hover:not(:disabled){box-shadow:none;background:#ffffff1a;transform:none}.ContactModal-module__K3lvsq__error{font-size:var(--fs-sm);color:var(--danger);line-height:1.5}.ContactModal-module__K3lvsq__privacy{font-size:var(--fs-xs);color:var(--text-dim);text-align:center;margin-top:2px;line-height:1.5}.ContactModal-module__K3lvsq__privacyLink{color:inherit;text-underline-offset:2px;text-decoration:underline}.ContactModal-module__K3lvsq__privacyLink:hover{color:var(--text)}.ContactModal-module__K3lvsq__success{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:16px 8px 8px;display:flex}.ContactModal-module__K3lvsq__successIcon{background:var(--brand-dim);width:56px;height:56px;color:var(--brand);border-radius:50%;justify-content:center;align-items:center;margin-bottom:4px;display:inline-flex}.ContactModal-module__K3lvsq__success h2{letter-spacing:-.02em;font-size:1.7rem}.ContactModal-module__K3lvsq__success p{font-size:var(--fs-sm);color:var(--text-muted);max-width:360px}.ContactModal-module__K3lvsq__success .ContactModal-module__K3lvsq__submitBtn{margin-top:10px}@media (max-width:520px){.ContactModal-module__K3lvsq__dialog{border-radius:var(--radius);padding:28px 20px}.ContactModal-module__K3lvsq__overlay{padding:20px 12px}.ContactModal-module__K3lvsq__row{grid-template-columns:1fr}}
.Nav-module__x_hx6q__nav{z-index:100;border-bottom:1px solid #0000;align-items:center;height:64px;padding:0 32px;transition:background .3s,border-color .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;display:flex;position:fixed;top:0;left:0;right:0}.Nav-module__x_hx6q__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom-color:var(--border);background:#080809d9}.Nav-module__x_hx6q__inner{max-width:var(--max);align-items:center;gap:0;width:100%;margin:0 auto;display:flex}.Nav-module__x_hx6q__logo{font-family:var(--display);font-size:var(--fs-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--text);align-items:center;margin-right:auto;font-weight:500;display:inline-flex}.Nav-module__x_hx6q__logo img{border-radius:var(--radius-sm);vertical-align:middle;margin-right:8px}.Nav-module__x_hx6q__logoDropKick{transform-origin:50%;animation:2.2s both Nav-module__x_hx6q__logoDropKick}@keyframes Nav-module__x_hx6q__logoDropKick{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.085,.68,.53);transform:translateY(-160px)rotate(0)}9%{opacity:1}20%{animation-timing-function:cubic-bezier(.25,.46,.45,.94);transform:translateY(10px)rotate(0)}29%{animation-timing-function:cubic-bezier(.55,.085,.68,.53);transform:translateY(-5px)rotate(0)}37%{animation-timing-function:ease-out;transform:translateY(2px)rotate(0)}43%{transform:translateY(0)rotate(0)}86%{animation-timing-function:cubic-bezier(.12,.8,.3,1);transform:translateY(0)rotate(0)}92%{animation-timing-function:cubic-bezier(.45,0,.55,1);transform:translateY(0)rotate(14deg)}96%{animation-timing-function:ease-out;transform:translateY(0)rotate(8.5deg)}to{transform:translateY(0)rotate(10deg)}}@media (prefers-reduced-motion:reduce){.Nav-module__x_hx6q__logoDropKick{animation:none}}.Nav-module__x_hx6q__logo span{color:var(--text-muted);margin-left:.32em}.Nav-module__x_hx6q__links{align-items:center;gap:4px;margin-right:16px;display:flex}.Nav-module__x_hx6q__link{font-size:var(--fs-sm);color:var(--text-muted);border-radius:var(--radius-sm);align-items:center;gap:6px;padding:8px 14px;transition:all .15s;display:flex}.Nav-module__x_hx6q__link:hover{color:var(--text);background:#ffffff0d}.Nav-module__x_hx6q__link.Nav-module__x_hx6q__active{color:var(--text)}button.Nav-module__x_hx6q__link{font:inherit;cursor:pointer;background:0 0;border:0}.Nav-module__x_hx6q__linkSoon{opacity:.5;cursor:default;pointer-events:none}.Nav-module__x_hx6q__soon{font-family:var(--display);font-size:var(--fs-2xs);letter-spacing:.08em;text-transform:uppercase;color:var(--brand);border-radius:var(--radius-xs);vertical-align:middle;background:#ffdea51f;border:1px solid #ffdea533;margin-left:5px;padding:2px 5px}.Nav-module__x_hx6q__ctaGroup{align-items:center;gap:8px;display:flex}.Nav-module__x_hx6q__cta{font-size:var(--fs-sm);background:var(--text);color:var(--bg);border-radius:var(--radius-pill);padding:8px 20px;font-weight:500;transition:all .15s}.Nav-module__x_hx6q__cta:hover{background:#d0d0d0;transform:translateY(-1px)}.Nav-module__x_hx6q__ctaGhost{font-size:var(--fs-sm);color:#fff9;border-radius:var(--radius-pill);background:0 0;border:1px solid #ffffff24;padding:8px 16px;font-weight:500;transition:all .15s}.Nav-module__x_hx6q__ctaGhost:hover{color:var(--text);border-color:#ffffff4d}.Nav-module__x_hx6q__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;margin-left:4px;padding:0;display:none}.Nav-module__x_hx6q__hamburger span{background:var(--text);border-radius:var(--radius-xs);width:22px;height:2px;transition:all .25s;display:block}.Nav-module__x_hx6q__hamburger.Nav-module__x_hx6q__open span:first-child{transform:translateY(7px)rotate(45deg)}.Nav-module__x_hx6q__hamburger.Nav-module__x_hx6q__open span:nth-child(2){opacity:0}.Nav-module__x_hx6q__hamburger.Nav-module__x_hx6q__open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Nav-module__x_hx6q__mobile{-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--border);z-index:99;background:#080809f7;flex-direction:column;gap:4px;padding:16px 20px 24px;display:none;position:fixed;top:64px;left:0;right:0}.Nav-module__x_hx6q__mobile.Nav-module__x_hx6q__open{display:flex}.Nav-module__x_hx6q__mobile .Nav-module__x_hx6q__link{font-size:var(--fs-base);border-radius:var(--radius-sm);padding:12px 14px}.Nav-module__x_hx6q__mobileCtas{border-top:1px solid var(--border);flex-direction:column;gap:8px;margin-top:12px;padding-top:16px;display:flex}.Nav-module__x_hx6q__mobileCtas .Nav-module__x_hx6q__cta,.Nav-module__x_hx6q__mobileCtas .Nav-module__x_hx6q__ctaGhost{text-align:center;font-size:var(--fs-base);border-radius:var(--radius-sm);padding:12px 20px;display:block}@media (max-width:900px){.Nav-module__x_hx6q__nav{padding:0 20px}.Nav-module__x_hx6q__links{display:none}.Nav-module__x_hx6q__hamburger{display:flex}.Nav-module__x_hx6q__ctaGhost{display:none}.Nav-module__x_hx6q__cta{font-size:var(--fs-xs);padding:8px 14px}}
.Footer-module__rnk_JG__footer{z-index:1;background:#0d0d0d;position:relative;overflow:hidden}.Footer-module__rnk_JG__ctaBlock{max-width:var(--max);text-align:center;margin:0 auto;padding:96px 32px 72px;position:relative}.Footer-module__rnk_JG__ctaBlock:before{content:"";background:radial-gradient(#ffdea54d 0%,#0000 70%);width:100%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Footer-module__rnk_JG__ctaGlow{pointer-events:none;background:radial-gradient(#ffdea512 0%,#0000 70%);width:500px;height:300px;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.Footer-module__rnk_JG__heading{font-family:var(--display);letter-spacing:-.04em;color:var(--text);margin-bottom:24px;font-size:clamp(2.4rem,6vw,4.8rem);font-weight:700;line-height:1.05;position:relative}.Footer-module__rnk_JG__sub{font-family:var(--display);font-size:var(--fs-base);color:#ffffff73;margin-bottom:40px;position:relative}.Footer-module__rnk_JG__btns{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.Footer-module__rnk_JG__btn{background:var(--brand);color:#0a0a0a;font-family:var(--display);font-size:var(--fs-base);border-radius:var(--radius-pill);align-items:center;gap:8px;padding:14px 32px;font-weight:700;transition:opacity .2s,transform .2s;display:inline-flex;position:relative}.Footer-module__rnk_JG__btn:hover{opacity:.9;transform:translateY(-1px)}.Footer-module__rnk_JG__ghost{color:#ffffffb3;font-family:var(--display);font-size:var(--fs-base);border-radius:var(--radius-pill);cursor:pointer;background:0 0;border:1px solid #ffffff26;align-items:center;gap:8px;padding:14px 28px;font-weight:500;transition:border-color .2s,color .2s;display:inline-flex;position:relative}.Footer-module__rnk_JG__ghost:hover{color:var(--text);border-color:#ffffff59}.Footer-module__rnk_JG__footnote{font-size:var(--fs-xs);color:#ffffff47;margin-top:20px;position:relative}.Footer-module__rnk_JG__divider{max-width:var(--max);background:radial-gradient(#ffffff1f 0%,#0000 70%);height:1px;margin:0 auto}.Footer-module__rnk_JG__bottomBar{max-width:var(--max);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:48px;margin:0 auto;padding:64px 32px 48px;display:flex}.Footer-module__rnk_JG__brandBlock{flex-direction:column;gap:16px;max-width:260px;display:flex}.Footer-module__rnk_JG__brandName{font-family:var(--display);font-size:var(--fs-lg);letter-spacing:-.02em;color:var(--text);align-items:center;gap:10px;font-weight:700;display:flex}.Footer-module__rnk_JG__brandName img{opacity:.9}.Footer-module__rnk_JG__brandName em{color:var(--brand);font-style:normal}.Footer-module__rnk_JG__brandTagline{font-family:var(--display);font-size:var(--fs-xs);color:#ffffff61;line-height:1.55}.Footer-module__rnk_JG__contactLink{font-family:var(--display);font-size:var(--fs-xs);color:var(--brand);width:fit-content;font-weight:600;transition:opacity .15s}.Footer-module__rnk_JG__contactLink:hover{opacity:.75}.Footer-module__rnk_JG__socials{align-items:center;gap:8px;display:flex}.Footer-module__rnk_JG__socialLink{border-radius:var(--radius-sm);color:#ffffff73;border:1px solid #ffffff1a;justify-content:center;align-items:center;width:34px;height:34px;transition:all .15s;display:flex}.Footer-module__rnk_JG__socialLink:hover{color:var(--brand);border-color:#ffdea54d}.Footer-module__rnk_JG__linkGroups{flex-wrap:wrap;gap:48px;display:flex}.Footer-module__rnk_JG__linkGroup{flex-direction:column;gap:12px;min-width:120px;display:flex}.Footer-module__rnk_JG__groupTitle{font-family:var(--display);font-size:var(--fs-2xs);letter-spacing:.1em;text-transform:uppercase;color:#ffffff47;font-weight:600}.Footer-module__rnk_JG__groupList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__rnk_JG__groupLink{font-family:var(--display);font-size:var(--fs-sm);color:#fff9;transition:color .15s}.Footer-module__rnk_JG__groupLink:hover{color:var(--text)}.Footer-module__rnk_JG__copyright{max-width:var(--max);font-family:var(--display);font-size:var(--fs-xs);color:#fff3;border-top:1px solid #ffffff0f;margin:0 auto;padding:20px 32px 32px}@media (max-width:900px){.Footer-module__rnk_JG__bottomBar{flex-direction:column;gap:40px;padding:48px 24px 32px}.Footer-module__rnk_JG__linkGroups{gap:32px}.Footer-module__rnk_JG__ctaBlock{padding:72px 24px 56px}}@media (max-width:480px){.Footer-module__rnk_JG__btns{flex-direction:column;align-items:stretch}.Footer-module__rnk_JG__btn,.Footer-module__rnk_JG__ghost{justify-content:center;width:100%}.Footer-module__rnk_JG__linkGroups{gap:24px}}
.Hero-module__D9Cm9a__hero{z-index:1;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100svh;padding:0;display:flex;position:relative;overflow:hidden}.Hero-module__D9Cm9a__hero>.container{padding-top:80px;padding-bottom:60px}.Hero-module__D9Cm9a__heroBgVideo{object-fit:cover;object-position:center center;opacity:.18;z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}@media (max-width:600px){.Hero-module__D9Cm9a__heroBgVideo{object-position:60% center}}.Hero-module__D9Cm9a__hero .Hero-module__D9Cm9a__heroGlow,.Hero-module__D9Cm9a__hero .Hero-module__D9Cm9a__heroGlowBlue{z-index:1}.Hero-module__D9Cm9a__hero>.container{z-index:1;position:relative}.Hero-module__D9Cm9a__heroGlow{pointer-events:none;background:radial-gradient(44% 55% at 50% 30%,#78788c38 0%,#0000 100%);width:900px;height:700px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Hero-module__D9Cm9a__heroGlowBlue{pointer-events:none;background:radial-gradient(40% 50% at 50% 30%,#ffdea512 0%,#0000 100%);width:600px;height:400px;position:absolute;top:60px;left:50%;transform:translate(-50%)}.Hero-module__D9Cm9a__heroContent{max-width:760px;margin:0 auto}.Hero-module__D9Cm9a__heroBadge{border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:var(--display);font-size:var(--fs-2xs);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);background:#ffffff0d;border:1px solid #ffffff1f;align-items:center;gap:8px;margin-bottom:32px;padding:6px 14px 6px 8px;display:inline-flex}.Hero-module__D9Cm9a__badgeDot{background:var(--brand);border-radius:50%;width:6px;height:6px;animation:2s infinite Hero-module__D9Cm9a__pulse;box-shadow:0 0 6px #ffdea5cc}@keyframes Hero-module__D9Cm9a__pulse{0%,to{opacity:1}50%{opacity:.4}}.Hero-module__D9Cm9a__heroH1{color:var(--text);text-wrap:balance;margin-bottom:24px;font-weight:700}.Hero-module__D9Cm9a__heroH1 em{text-wrap:balance;color:var(--brand);font-style:normal;font-weight:700;animation:3.4s ease-in-out infinite Hero-module__D9Cm9a__heroGlowPulse;display:block}@keyframes Hero-module__D9Cm9a__heroGlowPulse{0%,to{text-shadow:0 0 16px #ffdea51f}50%{text-shadow:0 0 8px #ffdea547,0 0 34px #ffdea566}}.Hero-module__D9Cm9a__heroLead{font-size:var(--fs-md);color:#f2f2f285;text-wrap:balance;max-width:540px;margin:0 auto 12px;font-weight:400;line-height:1.65}.Hero-module__D9Cm9a__heroIcp{font-size:var(--fs-xs);font-family:var(--display);color:#f2f2f252;letter-spacing:.04em;text-align:center;margin:0 auto 32px;font-weight:500}.Hero-module__D9Cm9a__heroCtas{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:72px;display:flex}.Hero-module__D9Cm9a__logosSection{border-top:1px solid var(--border);padding:40px 0 80px;overflow:hidden}.Hero-module__D9Cm9a__logosLabel{font-family:var(--display);font-size:var(--fs-2xs);letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);text-align:center;margin-bottom:28px}.Hero-module__D9Cm9a__marqueeWrapper{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 160px calc(100% - 160px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 160px calc(100% - 160px),#0000 100%)}.Hero-module__D9Cm9a__marqueeTrack{gap:0;width:max-content;animation:28s linear infinite Hero-module__D9Cm9a__marquee;display:flex}.Hero-module__D9Cm9a__marqueeTrack:hover{animation-play-state:paused}@keyframes Hero-module__D9Cm9a__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.Hero-module__D9Cm9a__marqueeItem{font-family:var(--display);font-size:var(--fs-sm);color:#f2f2f247;white-space:nowrap;letter-spacing:-.01em;align-items:center;padding:0 40px;font-weight:500;transition:color .2s;display:flex;position:relative}.Hero-module__D9Cm9a__marqueeItem:after{content:"";background:#ffffff26;border-radius:50%;width:3px;height:3px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.Hero-module__D9Cm9a__marqueeItem.Hero-module__D9Cm9a__stat{font-family:var(--display);letter-spacing:-.02em;font-weight:600;font-size:var(--fs-base);color:#f2f2f273}.Hero-module__D9Cm9a__marqueeItem:hover{color:#f2f2f2b3}.Hero-module__D9Cm9a__marqueeLogo{padding:0 48px}.Hero-module__D9Cm9a__marqueeLogo img{opacity:.85;width:auto;height:24px;transition:opacity .2s;display:block}.Hero-module__D9Cm9a__marqueeLogo:hover img{opacity:1}@media (max-width:768px){.Hero-module__D9Cm9a__hero>.container{padding-top:92px;padding-bottom:40px}.Hero-module__D9Cm9a__heroBadge{margin-bottom:22px}.Hero-module__D9Cm9a__heroLead{font-size:var(--fs-base);margin-bottom:32px}.Hero-module__D9Cm9a__heroCtas{margin-bottom:44px}.Hero-module__D9Cm9a__logosSection{padding:28px 0 8px}.Hero-module__D9Cm9a__logosLabel{margin-bottom:20px}.Hero-module__D9Cm9a__marqueeItem{padding:0 26px}.Hero-module__D9Cm9a__marqueeWrapper{-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 36px calc(100% - 36px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 36px calc(100% - 36px),#0000 100%)}}@media (max-width:480px){.Hero-module__D9Cm9a__heroCtas{flex-direction:column;align-items:stretch;gap:10px}.Hero-module__D9Cm9a__heroCtas .btn{justify-content:center;width:100%}}
.Problem-module__SwhstG__problem{border-top:1px solid var(--border);height:300vh;position:relative}.Problem-module__SwhstG__sticky{align-items:center;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.Problem-module__SwhstG__grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;width:100%;display:grid}.Problem-module__SwhstG__h2{margin-bottom:32px}.Problem-module__SwhstG__body{font-size:var(--fs-md);color:var(--text-muted);margin-bottom:48px;line-height:1.75}.Problem-module__SwhstG__punchline{font-family:var(--display);color:var(--text);letter-spacing:-.02em;border-left:2px solid var(--brand);margin-bottom:16px;padding-left:20px;font-size:clamp(1.4rem,2.5vw,2rem);font-style:normal;font-weight:600;line-height:1.2;display:block}.Problem-module__SwhstG__punchlineSub{font-size:var(--fs-base);color:var(--text-muted);padding-left:22px}.Problem-module__SwhstG__visual{height:320px;position:relative}.Problem-module__SwhstG__flowSteps{height:100%;position:relative}.Problem-module__SwhstG__flowStep{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);will-change:transform, opacity;opacity:0;padding:20px 24px;position:absolute;top:0;left:0;right:0;transform:translateY(110%)}.Problem-module__SwhstG__flowStep:hover{border-color:var(--border-bright)}.Problem-module__SwhstG__flowStepOutput{background:linear-gradient(135deg, #ffdea50a 0%, transparent 60%), var(--bg-2);border-color:#ffdea533}.Problem-module__SwhstG__flowStepOutput:hover{border-color:#ffdea559}.Problem-module__SwhstG__flowStepNum{font-family:var(--display);font-size:var(--fs-2xs);letter-spacing:.1em;color:var(--text-dim);margin-bottom:10px}.Problem-module__SwhstG__flowStepBody{align-items:flex-start;gap:14px;display:flex}.Problem-module__SwhstG__flowStepIcon{border-radius:var(--radius-sm);border:1px solid var(--border);width:36px;height:36px;color:var(--text-muted);background:#ffffff0d;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Problem-module__SwhstG__flowStepIconBrand{color:var(--brand);background:#ffdea514;border-color:#ffdea533}.Problem-module__SwhstG__flowStepTitle{font-family:var(--display);font-size:var(--fs-base);color:var(--text);letter-spacing:-.01em;margin-bottom:4px;font-weight:600}.Problem-module__SwhstG__flowStepDesc{font-size:var(--fs-sm);color:var(--text-muted);line-height:1.6}.Problem-module__SwhstG__flowArtifacts{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.Problem-module__SwhstG__flowArtifact{font-family:var(--display);font-size:var(--fs-2xs);border-radius:var(--radius-pill);color:#ffdea5bf;background:#ffdea512;border:1px solid #ffdea526;padding:3px 10px}@media (max-width:900px){.Problem-module__SwhstG__problem{height:auto}.Problem-module__SwhstG__sticky{height:auto;position:relative;overflow:visible}.Problem-module__SwhstG__grid{grid-template-columns:1fr;gap:32px;padding:64px 0 48px}.Problem-module__SwhstG__visual{height:auto}.Problem-module__SwhstG__flowSteps{flex-direction:column;gap:10px;height:auto;display:flex}.Problem-module__SwhstG__flowStep{width:auto;position:relative;top:auto;left:auto;right:auto;opacity:1!important;transform:none!important}}
.Produkt-module__3qjzbq__produkt{border-top:1px solid var(--border);background:var(--bg-light);color:var(--text-on-light);padding:120px 0}.Produkt-module__3qjzbq__produkt h2,.Produkt-module__3qjzbq__produkt h3{color:var(--text-on-light)}.Produkt-module__3qjzbq__produkt p{color:#0a0a0b8a}.Produkt-module__3qjzbq__produkt .eyebrow{color:#0a0a0b66}.Produkt-module__3qjzbq__productHeader{max-width:560px;margin-bottom:64px}.Produkt-module__3qjzbq__productHeader h2{margin:12px 0 16px}.Produkt-module__3qjzbq__productScreenImg{opacity:0;transition:opacity 1s,transform 1.1s cubic-bezier(.16,1,.3,1);transform:translateY(60px)scale(.97)}.Produkt-module__3qjzbq__productScreenImg.Produkt-module__3qjzbq__screenVisible{opacity:1;transform:translateY(0)scale(1)}.Produkt-module__3qjzbq__productScreenshot{cursor:default;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s}.Produkt-module__3qjzbq__productScreenImg.Produkt-module__3qjzbq__screenVisible:hover .Produkt-module__3qjzbq__productScreenshot{transform:scale(1.015)translateY(-4px);box-shadow:0 60px 140px -20px #00000073!important}@media (max-width:768px){.Produkt-module__3qjzbq__produkt{padding:72px 0}.Produkt-module__3qjzbq__productHeader{margin-bottom:36px}}
.Context-module__-VPCbG__context{border-top:1px solid var(--border);padding:120px 0}.Context-module__-VPCbG__contextHeader{max-width:680px;margin-bottom:64px}.Context-module__-VPCbG__contextHeader h2{margin:12px 0 0}.Context-module__-VPCbG__lead{font-size:var(--fs-base);color:var(--text-muted);max-width:560px;margin-top:16px}.Context-module__-VPCbG__ccLayout{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}.Context-module__-VPCbG__ccMock{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.Context-module__-VPCbG__ccMockChrome{border-bottom:1px solid var(--border);background:#ffffff08;align-items:center;gap:10px;padding:12px 16px;display:flex}.Context-module__-VPCbG__ccMockDots{gap:6px;display:flex}.Context-module__-VPCbG__ccMockDots span{border-radius:50%;width:10px;height:10px}.Context-module__-VPCbG__ccMockTitle{font-family:var(--display);font-size:var(--fs-2xs);color:var(--text-dim);letter-spacing:.04em}.Context-module__-VPCbG__ccMockBody{padding:24px}.Context-module__-VPCbG__ccMockSection{margin-bottom:20px}.Context-module__-VPCbG__ccMockLabel{font-family:var(--display);font-size:var(--fs-2xs);letter-spacing:.14em;text-transform:uppercase;color:var(--text-dim);margin-bottom:10px}.Context-module__-VPCbG__ccBarWrapper{align-items:center;gap:10px;display:flex}.Context-module__-VPCbG__ccBar{border-radius:var(--radius-xs);background:#ffffff12;flex:1;height:6px;overflow:hidden}.Context-module__-VPCbG__ccBarFill{background:linear-gradient(90deg, var(--brand) 0%, #ffdea599 100%);border-radius:var(--radius-xs);height:100%;transition:width 1.2s cubic-bezier(.4,0,.2,1)}.Context-module__-VPCbG__ccPct{font-family:var(--display);font-size:var(--fs-xs);color:var(--brand);text-align:right;width:36px;font-weight:600;transition:color .3s}.Context-module__-VPCbG__ccMockItems{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.Context-module__-VPCbG__ccItem{font-family:var(--display);font-size:var(--fs-xs);border-radius:var(--radius-sm);opacity:0;transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1);transition-delay:calc(var(--i,0) * 90ms);align-items:center;gap:8px;padding:8px 10px;display:flex;transform:translate(-10px)}.Context-module__-VPCbG__ccItem.Context-module__-VPCbG__in{opacity:1;transform:translate(0)}.Context-module__-VPCbG__ccItem.Context-module__-VPCbG__done{color:#ffffffbf;background:#ffdea50d}.Context-module__-VPCbG__ccItem.Context-module__-VPCbG__done svg{color:var(--brand);transition:transform .45s cubic-bezier(.34,1.56,.64,1);transition-delay:calc(var(--i,0) * 90ms + .16s);flex-shrink:0;transform:scale(0)}.Context-module__-VPCbG__ccItem.Context-module__-VPCbG__done.Context-module__-VPCbG__in svg{transform:scale(1)}.Context-module__-VPCbG__ccItem.Context-module__-VPCbG__pending{color:#ffffff4d;background:#ffffff05}.Context-module__-VPCbG__ccItem.Context-module__-VPCbG__pending svg{color:#fff3;flex-shrink:0}.Context-module__-VPCbG__ccMockHint{font-family:var(--display);font-size:var(--fs-xs);color:#fff6;border-radius:var(--radius-sm);background:#ffffff08;border:1px solid #ffffff12;align-items:flex-start;gap:8px;padding:10px 12px;line-height:1.5;display:flex}.Context-module__-VPCbG__ccMockHint svg{color:var(--brand);opacity:.7;flex-shrink:0;margin-top:1px}.Context-module__-VPCbG__ccBenefits{flex-direction:column;gap:0;display:flex}.Context-module__-VPCbG__ccBenefit{border-bottom:1px solid #ffffff0d;align-items:flex-start;gap:16px;padding:24px 0;display:flex}.Context-module__-VPCbG__ccBenefit:first-child{padding-top:4px}.Context-module__-VPCbG__ccBenefit:last-child{border-bottom:none}.Context-module__-VPCbG__ccBenefitIcon{border-radius:var(--radius-sm);width:38px;height:38px;color:var(--brand);background:#ffdea512;border:1px solid #ffdea526;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;transition:transform .5s cubic-bezier(.34,1.56,.64,1) .15s;display:flex;transform:scale(.5)}.Context-module__-VPCbG__ccBenefit.visible .Context-module__-VPCbG__ccBenefitIcon{transform:scale(1)}.Context-module__-VPCbG__ccBenefitTitle{font-family:var(--display);font-size:var(--fs-base);color:var(--text);letter-spacing:-.01em;margin-bottom:4px;font-weight:600}.Context-module__-VPCbG__ccBenefitDesc{font-family:var(--display);font-size:var(--fs-xs);color:var(--text-muted);line-height:1.6}@media (max-width:768px){.Context-module__-VPCbG__context{padding:72px 0}.Context-module__-VPCbG__contextHeader{margin-bottom:36px}.Context-module__-VPCbG__ccLayout{grid-template-columns:1fr;gap:32px}.Context-module__-VPCbG__ccMockBody{padding:20px}}@media (prefers-reduced-motion:reduce){.Context-module__-VPCbG__ccItem,.Context-module__-VPCbG__ccItem.Context-module__-VPCbG__done svg,.Context-module__-VPCbG__ccBenefitIcon{opacity:1;transition:none;transform:none}}
.Integracje-module__vTnTzq__integracje{border-top:1px solid var(--border);padding:96px 0 80px}.Integracje-module__vTnTzq__header{text-align:center;margin-bottom:64px}.Integracje-module__vTnTzq__eyebrow{font-family:var(--display);font-size:var(--fs-2xs);letter-spacing:.12em;text-transform:uppercase;color:var(--brand);margin-bottom:18px;display:block}.Integracje-module__vTnTzq__title{font-family:var(--display);letter-spacing:-.035em;color:var(--text);font-size:clamp(2rem,4vw,3.2rem);font-weight:700;line-height:1.1}.Integracje-module__vTnTzq__diagram{flex-direction:column;align-items:center;max-width:760px;margin:0 auto;display:flex}.Integracje-module__vTnTzq__tools{z-index:2;width:100%;margin-bottom:0;display:flex;position:relative}.Integracje-module__vTnTzq__tool{flex-direction:column;flex:1;align-items:center;gap:10px;display:flex}.Integracje-module__vTnTzq__icon{border-radius:var(--radius);background:var(--bg-2);border:1px solid var(--border-bright);justify-content:center;align-items:center;width:52px;height:52px;transition:border-color .25s,transform .25s;display:flex}.Integracje-module__vTnTzq__tool:hover .Integracje-module__vTnTzq__icon{border-color:#ffdea573;transform:translateY(-3px)}.Integracje-module__vTnTzq__toolName{font-family:var(--display);font-size:var(--fs-2xs);color:var(--text-dim);letter-spacing:.06em}.Integracje-module__vTnTzq__linesWrap{z-index:1;width:100%;margin-top:-2px;position:relative}.Integracje-module__vTnTzq__svg{width:100%;height:auto;display:block;overflow:visible}@keyframes Integracje-module__vTnTzq__shimmer-flow{0%{stroke-dashoffset:130px}to{stroke-dashoffset:0}}.Integracje-module__vTnTzq__shimmerPath{stroke-dasharray:30 100;animation:2s linear infinite Integracje-module__vTnTzq__shimmer-flow}.Integracje-module__vTnTzq__shimmerPath:nth-of-type(2){animation-delay:0s}.Integracje-module__vTnTzq__shimmerPath:nth-of-type(4){animation-delay:.32s}.Integracje-module__vTnTzq__shimmerPath:nth-of-type(6){animation-delay:.64s}.Integracje-module__vTnTzq__shimmerPath:nth-of-type(8){animation-delay:.96s}.Integracje-module__vTnTzq__shimmerPath:nth-of-type(10){animation-delay:1.28s}.Integracje-module__vTnTzq__shimmerPath:nth-of-type(12){animation-delay:1.6s}.Integracje-module__vTnTzq__centerNode{z-index:3;background:var(--bg-2);border-radius:var(--radius-pill);border:1px solid #ffdea559;margin-top:-18px;padding:9px 22px;position:relative;box-shadow:0 0 24px #ffdea51a}.Integracje-module__vTnTzq__centerLogo{border-radius:var(--radius-xs);vertical-align:middle;margin-right:7px;position:relative;top:-1px}.Integracje-module__vTnTzq__nodeLabel{font-family:var(--display);font-size:var(--fs-2xs);letter-spacing:.1em;color:var(--brand);text-transform:uppercase}.Integracje-module__vTnTzq__nodeLabelDim{color:#ffdea573;margin-left:3px;font-weight:400}.Integracje-module__vTnTzq__features{flex-wrap:wrap;justify-content:center;align-items:center;margin-top:56px;display:flex}.Integracje-module__vTnTzq__feat{font-family:var(--display);font-size:var(--fs-xs);color:var(--text-muted);align-items:center;gap:8px;padding:0 24px;display:flex}.Integracje-module__vTnTzq__featDot{background:var(--border-bright);border-radius:50%;flex-shrink:0;width:3px;height:3px}@media (max-width:768px){.Integracje-module__vTnTzq__integracje{padding:64px 0 56px}.Integracje-module__vTnTzq__header{margin-bottom:40px}.Integracje-module__vTnTzq__features{flex-direction:column;gap:14px;margin-top:40px}.Integracje-module__vTnTzq__featDot{display:none}.Integracje-module__vTnTzq__feat{padding:0}}
.Features-module__IgGOBa__featuresHeader{margin-bottom:40px}.Features-module__IgGOBa__headerEm{color:#f2f2f273;font-style:normal}.Features-module__IgGOBa__vbento{flex-direction:column;gap:12px;display:flex}.Features-module__IgGOBa__vbentoRow{gap:12px;display:grid}.Features-module__IgGOBa__vbentoRow3{grid-template-columns:repeat(3,1fr)}.Features-module__IgGOBa__vbentoRow2{grid-template-columns:1.6fr 1fr}.Features-module__IgGOBa__vbentoCard{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;transition:border-color .25s;display:flex;overflow:hidden}.Features-module__IgGOBa__vbentoCard:hover{border-color:var(--border-bright)}.Features-module__IgGOBa__vbcTop{padding:32px 32px 24px}.Features-module__IgGOBa__vbcEyebrow{font-family:var(--display);font-size:var(--fs-2xs);letter-spacing:.1em;text-transform:uppercase;color:var(--brand);margin-bottom:12px}.Features-module__IgGOBa__vbcTitle{font-family:var(--display);font-size:var(--fs-lg);letter-spacing:-.02em;color:var(--text);margin-bottom:10px;font-weight:600;line-height:1.2}.Features-module__IgGOBa__vbcDesc{font-size:var(--fs-sm);color:var(--text-muted);line-height:1.65}.Features-module__IgGOBa__vbcVisual{border-top:1px solid var(--border);background:var(--bg-2);flex:1;align-items:stretch;min-height:220px;margin-top:auto;display:flex;position:relative;overflow:hidden}.Features-module__IgGOBa__vbcFloatEl{will-change:transform;z-index:4;pointer-events:none;transition:transform .45s cubic-bezier(.34,1.56,.64,1),opacity .35s;position:absolute}.Features-module__IgGOBa__vbcFp{border-radius:var(--radius-lg);font-size:var(--fs-2xs);font-family:var(--display);color:#ffffffb8;white-space:nowrap;-webkit-backdrop-filter:blur(8px);background:#212121eb;border:1px solid #ffffff1f;align-items:center;gap:6px;padding:5px 12px 5px 8px;font-weight:500;display:flex;box-shadow:0 4px 20px #0006}.Features-module__IgGOBa__vbcFp.Features-module__IgGOBa__brand{background:var(--brand-dim);color:#ffdea5d9;border-color:#ffdea538}.Features-module__IgGOBa__vfcA1{bottom:28px;right:20px;transform:rotate(5deg)translateY(0)}.Features-module__IgGOBa__vfcA2{bottom:62px;right:12px;transform:rotate(-4deg)translateY(0)}.Features-module__IgGOBa__vbentoCard:hover .Features-module__IgGOBa__vfcA1{transform:rotate(1deg)translateY(-8px)}.Features-module__IgGOBa__vbentoCard:hover .Features-module__IgGOBa__vfcA2{transform:rotate(-1deg)translateY(-12px)}.Features-module__IgGOBa__vfcM1{top:18px;right:18px;transform:rotate(-6deg)translateY(0)}.Features-module__IgGOBa__vfcM2{top:50px;right:26px;transform:rotate(4deg)translateY(0)}.Features-module__IgGOBa__vfcM3{top:82px;right:14px;transform:rotate(-3deg)translateY(0)}.Features-module__IgGOBa__vbentoCard:hover .Features-module__IgGOBa__vfcM1{transform:rotate(-1deg)translateY(-8px)}.Features-module__IgGOBa__vbentoCard:hover .Features-module__IgGOBa__vfcM2{transform:rotate(1deg)translateY(-5px)}.Features-module__IgGOBa__vbentoCard:hover .Features-module__IgGOBa__vfcM3{transform:rotate(0)translateY(-10px)}.Features-module__IgGOBa__vfcR1{top:14px;right:18px;transform:rotate(5deg)translateY(0)}.Features-module__IgGOBa__vfcR2{top:46px;right:10px;transform:rotate(-4deg)translateY(0)}.Features-module__IgGOBa__vbentoCard:hover .Features-module__IgGOBa__vfcR1{transform:rotate(1deg)translateY(-7px)}.Features-module__IgGOBa__vbentoCard:hover .Features-module__IgGOBa__vfcR2{transform:rotate(-1deg)translateY(-10px)}.Features-module__IgGOBa__vbcAgentsVisual{flex-direction:row}.Features-module__IgGOBa__vbvSidebar{border-right:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;gap:3px;width:140px;padding:16px 12px;display:flex}.Features-module__IgGOBa__vbvSl{font-family:var(--display);font-size:var(--fs-2xs);letter-spacing:.1em;text-transform:uppercase;color:#fff3;padding:8px 8px 4px}.Features-module__IgGOBa__vbvChip{border-radius:var(--radius-sm);font-size:var(--fs-xs);color:#fff6;padding:6px 8px}.Features-module__IgGOBa__vbvChip.Features-module__IgGOBa__active{background:var(--brand-dim);color:#ffdea5e6;border:1px solid #ffdea52e}.Features-module__IgGOBa__vbvChat{flex-direction:column;flex:1;justify-content:center;gap:10px;padding:16px;display:flex}.Features-module__IgGOBa__vbvMsg{border-radius:var(--radius-sm);font-size:var(--fs-xs);padding:10px 12px;line-height:1.5}.Features-module__IgGOBa__vbvMsg.Features-module__IgGOBa__user{color:#ffffffb3;background:#ffffff0d;align-self:flex-end;max-width:80%}.Features-module__IgGOBa__vbvMsg.Features-module__IgGOBa__ai{color:#ffdea5cc;background:#ffdea50f;border:1px solid #ffdea51f}.Features-module__IgGOBa__vbvArtifact{background:var(--brand-dim);border-radius:var(--radius-sm);font-size:var(--fs-2xs);align-items:center;gap:6px;margin-top:8px;padding:6px 10px;display:flex}.Features-module__IgGOBa__vbvArtifact span{color:#ffdea599;font-family:var(--display);font-size:var(--fs-2xs);margin-left:auto}.Features-module__IgGOBa__vbcMindVisual{justify-content:center;align-items:center;padding:20px}.Features-module__IgGOBa__vbvMindCard{border-radius:var(--radius);background:linear-gradient(135deg,#2a1f0a 0%,#1a1208 100%);border:1px solid #ffdea533;width:100%;max-width:280px;padding:20px}.Features-module__IgGOBa__vbvMindLabel{font-family:var(--display);font-size:var(--fs-2xs);letter-spacing:.08em;color:#ffdea580;margin-bottom:14px}.Features-module__IgGOBa__vbvMindSwitch{font-size:var(--fs-xs);color:#ffdea5e6;align-items:center;gap:10px;margin-bottom:16px;display:flex}.Features-module__IgGOBa__vbvMindEntries{flex-direction:column;gap:8px;display:flex}.Features-module__IgGOBa__vbvEntry{font-size:var(--fs-xs);color:#ffffff73;align-items:center;gap:8px;display:flex}.Features-module__IgGOBa__vbvDot{background:#fff3;border-radius:50%;flex-shrink:0;width:6px;height:6px}.Features-module__IgGOBa__vbvDot.Features-module__IgGOBa__brand{background:var(--brand);box-shadow:0 0 6px #ffdea580}.Features-module__IgGOBa__switchTrack{background:var(--brand);border-radius:var(--radius-sm);flex-shrink:0;width:36px;height:20px;position:relative}.Features-module__IgGOBa__switchTrack.Features-module__IgGOBa__on{background:var(--brand)}.Features-module__IgGOBa__switchThumb{background:var(--accent);border-radius:50%;width:16px;height:16px;position:absolute;top:2px;right:2px}.Features-module__IgGOBa__vbcModelsVisual{flex-direction:column;justify-content:center;gap:16px;padding:24px}.Features-module__IgGOBa__vbvModelsGrid{flex-wrap:wrap;gap:8px;display:flex}.Features-module__IgGOBa__vbvModelPill{border-radius:var(--radius-sm);border:1px solid var(--border-bright);font-size:var(--fs-xs);color:var(--text);background:#ffffff0a;padding:8px 16px;font-weight:500}.Features-module__IgGOBa__vbvModelPill.Features-module__IgGOBa__dim{color:var(--text-dim);border-color:var(--border)}.Features-module__IgGOBa__vbvSecurityRow{flex-wrap:wrap;gap:8px;display:flex}.Features-module__IgGOBa__vbvSecItem{border-radius:var(--radius-sm);font-size:var(--fs-2xs);color:#ffdea5b3;font-family:var(--display);background:#ffdea50f;border:1px solid #ffdea51f;padding:6px 12px}.Features-module__IgGOBa__vbcArtifactsVisual{flex-direction:column;justify-content:center;padding:20px 28px}.Features-module__IgGOBa__vbvDocList{flex-direction:column;gap:2px;display:flex}.Features-module__IgGOBa__vbvDoc{border-radius:var(--radius-sm);border:1px solid var(--border);background:#ffffff08;align-items:center;gap:14px;padding:12px 14px;display:flex}.Features-module__IgGOBa__vbvDocIcon{font-size:var(--fs-md);flex-shrink:0}.Features-module__IgGOBa__vbvDocName{font-size:var(--fs-xs);color:var(--text);font-weight:500;line-height:1.3}.Features-module__IgGOBa__vbvDocMeta{font-size:var(--fs-2xs);color:var(--text-dim);font-family:var(--display);margin-top:2px}.Features-module__IgGOBa__vbvDocBadge{font-size:var(--fs-2xs);font-family:var(--display);letter-spacing:.06em;text-transform:uppercase;color:#ffdea599;background:var(--brand-dim);border-radius:var(--radius-xs);border:1px solid #ffdea526;flex-shrink:0;margin-left:auto;padding:2px 8px}.Features-module__IgGOBa__vbcChangelogVisual{flex-direction:column;justify-content:center;padding:20px 24px}.Features-module__IgGOBa__vbvClList{flex-direction:column;gap:0;display:flex}.Features-module__IgGOBa__vbvClItem{border-bottom:1px solid var(--border);font-size:var(--fs-xs);color:var(--text-muted);align-items:baseline;gap:12px;padding:8px 0;display:flex}.Features-module__IgGOBa__vbvClItem:last-child{border-bottom:none}.Features-module__IgGOBa__vbvClDate{font-family:var(--display);font-size:var(--fs-2xs);letter-spacing:.06em;color:var(--text-dim);flex-shrink:0;width:70px}@media (max-width:900px){.Features-module__IgGOBa__vbentoRow3,.Features-module__IgGOBa__vbentoRow2{grid-template-columns:1fr}}@media (max-width:480px){.Features-module__IgGOBa__vbcTop{padding:24px 22px 20px}.Features-module__IgGOBa__vbvSidebar{width:116px;padding:14px 8px}}.Features-module__IgGOBa__vbentoGroupLabel{font-family:var(--display);font-size:var(--fs-2xs);letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);margin-bottom:12px;font-weight:600}
.Testimonials-module__oxjY5W__testimonials{border-top:1px solid var(--border);padding:120px 0;position:relative;overflow:hidden}.Testimonials-module__oxjY5W__testimonials:before{content:"";pointer-events:none;background:radial-gradient(#ffdea50f 0%,#0000 70%);width:600px;height:300px;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.Testimonials-module__oxjY5W__testimonialsHeader{text-align:center;z-index:1;opacity:0;margin-bottom:72px;transition:opacity .9s,transform .9s;position:relative;transform:translateY(14px)}.Testimonials-module__oxjY5W__testimonials.Testimonials-module__oxjY5W__tVisible .Testimonials-module__oxjY5W__testimonialsHeader{opacity:1;transform:translateY(0)}.Testimonials-module__oxjY5W__testimonialsHeader .eyebrow{margin-bottom:12px}.Testimonials-module__oxjY5W__testimonialsHeader h2{margin-top:12px}.Testimonials-module__oxjY5W__tScrollWrap{z-index:1;margin:0 -24px;position:relative}.Testimonials-module__oxjY5W__tFadeLeft,.Testimonials-module__oxjY5W__tFadeRight{z-index:2;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.Testimonials-module__oxjY5W__tFadeLeft{background:linear-gradient(to right, var(--bg), transparent);left:0}.Testimonials-module__oxjY5W__tFadeRight{background:linear-gradient(to left, var(--bg), transparent);right:0}.Testimonials-module__oxjY5W__tScrollTrack{overflow-clip-margin:80px;cursor:grab;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;scroll-snap-type:x mandatory;justify-content:safe center;align-items:stretch;gap:20px;padding:24px 120px;display:flex;overflow:auto clip}.Testimonials-module__oxjY5W__tScrollTrack::-webkit-scrollbar{display:none}.Testimonials-module__oxjY5W__tScrollTrack.Testimonials-module__oxjY5W__dragging{cursor:grabbing;scroll-behavior:auto}.Testimonials-module__oxjY5W__tcard{background:var(--bg-2);border-radius:var(--radius-lg);scroll-snap-align:center;border:1px solid #ffdea51f;flex-direction:column;flex-shrink:0;justify-content:space-between;width:340px;min-height:280px;padding:32px;transition:transform .7s cubic-bezier(.16,1,.3,1),box-shadow .4s;display:flex;position:relative;overflow:hidden}.Testimonials-module__oxjY5W__tcard:hover{box-shadow:0 20px 60px -10px #00000080;transform:translateY(-6px)rotate(0)!important}.Testimonials-module__oxjY5W__tcard:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle,#ffdea51a 0%,#0000 70%);border-radius:50%;width:160px;height:160px;transition:opacity .7s;position:absolute;top:-40px;left:-40px}.Testimonials-module__oxjY5W__tcard:hover:before{opacity:1}.Testimonials-module__oxjY5W__tcardLightning{width:22px;height:22px;color:var(--brand);opacity:.7;flex-shrink:0;margin-bottom:20px}.Testimonials-module__oxjY5W__tcardQuote{font-family:var(--display);font-size:var(--fs-base);color:#ffffffb8;flex:1;margin:0;line-height:1.7}.Testimonials-module__oxjY5W__tcardAuthor{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-top:24px;padding-top:20px;display:flex}.Testimonials-module__oxjY5W__tcardAuthorLeft{align-items:center;gap:12px;display:flex}.Testimonials-module__oxjY5W__tcardAvatar{width:40px;height:40px;font-size:var(--fs-2xs);letter-spacing:.05em;color:var(--brand);font-weight:700;font-family:var(--display);background:#ffdea51a;border:1px solid #ffdea533;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Testimonials-module__oxjY5W__tcardName{font-family:var(--display);font-size:var(--fs-sm);color:#ffffffe6;font-weight:600;line-height:1.3}.Testimonials-module__oxjY5W__tcardRole{font-family:var(--display);font-size:var(--fs-2xs);letter-spacing:.05em;color:#ffffff59;margin-top:2px}.Testimonials-module__oxjY5W__tcardStars{font-size:var(--fs-xs);color:var(--brand);opacity:.7;letter-spacing:1px}@media (max-width:768px){.Testimonials-module__oxjY5W__testimonials{padding:72px 0}.Testimonials-module__oxjY5W__testimonialsHeader{margin-bottom:44px}.Testimonials-module__oxjY5W__tScrollWrap{margin:0}.Testimonials-module__oxjY5W__tFadeLeft,.Testimonials-module__oxjY5W__tFadeRight{width:44px}.Testimonials-module__oxjY5W__tScrollTrack{gap:14px;padding:20px}.Testimonials-module__oxjY5W__tcard{width:min(330px,84vw);padding:26px}}.Testimonials-module__oxjY5W__tDots{justify-content:center;gap:6px;margin-top:20px;display:flex}.Testimonials-module__oxjY5W__tDot{background:#fff3;border-radius:50%;width:6px;height:6px;display:inline-block}.Testimonials-module__oxjY5W__tDot:first-child{background:var(--brand);border-radius:var(--radius-xs);width:18px}
.Cennik-module__VJqIga__cennik{border-top:1px solid var(--border);padding:120px 0;position:relative;overflow:hidden}.Cennik-module__VJqIga__cennik:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(320px 320px at 15%,#ff64501f 0%,#0000 70%),radial-gradient(400px 400px,#ffb4321a 0%,#0000 70%),radial-gradient(320px 320px at 85%,#ff822817 0%,#0000 70%);width:100%;max-width:900px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Cennik-module__VJqIga__pricingHeader{text-align:center;z-index:1;margin-bottom:64px;position:relative}.Cennik-module__VJqIga__pricingHeader h2{margin-top:12px}.Cennik-module__VJqIga__agentPacks{z-index:1;width:100%;max-width:1100px;margin:0 auto 40px;position:relative}.Cennik-module__VJqIga__agentPacksLabel{font-family:var(--display);font-size:var(--fs-2xs);letter-spacing:.08em;text-transform:uppercase;color:#ffdea599;margin-bottom:16px}.Cennik-module__VJqIga__agentPacksRow{flex-wrap:wrap;gap:16px;display:flex}.Cennik-module__VJqIga__agentPack{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-sm);min-width:200px;color:inherit;flex-direction:column;flex:1;justify-content:flex-end;padding:22px 24px;text-decoration:none;transition:border-color .15s;display:flex;position:relative}.Cennik-module__VJqIga__packGo{font-family:var(--display);font-size:var(--fs-xs);letter-spacing:.01em;color:var(--brand);opacity:.8;pointer-events:none;align-items:center;gap:5px;font-weight:500;transition:opacity .15s;display:inline-flex;position:absolute;top:18px;right:22px}.Cennik-module__VJqIga__packGoArrow{width:13px;height:13px;fill:var(--brand);flex-shrink:0;transition:transform .2s cubic-bezier(.22,1,.36,1)}.Cennik-module__VJqIga__available:hover .Cennik-module__VJqIga__packGo{opacity:1}.Cennik-module__VJqIga__available:hover .Cennik-module__VJqIga__packGoArrow{transform:translate(4px)}.Cennik-module__VJqIga__available{cursor:pointer;border-color:#ffdea533}.Cennik-module__VJqIga__available:hover{border-color:#ffdea566}.Cennik-module__VJqIga__comingSoon{opacity:.55}.Cennik-module__VJqIga__packBadge{font-family:var(--display);font-size:var(--fs-2xs);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-pill);color:var(--brand);background:#ffdea51f;border:1px solid #ffdea533;margin-bottom:10px;padding:2px 8px;display:inline-block}.Cennik-module__VJqIga__packBadge.Cennik-module__VJqIga__soon{color:var(--text-dim);border-color:var(--border);background:#ffffff0d;margin-bottom:0;position:absolute;top:18px;right:22px}.Cennik-module__VJqIga__packIcon{font-size:var(--fs-lg);margin-bottom:6px}.Cennik-module__VJqIga__packName{font-family:var(--display);font-size:var(--fs-base);color:var(--text);margin-bottom:4px;font-weight:600}.Cennik-module__VJqIga__packDesc{font-size:var(--fs-xs);color:var(--text-muted);line-height:1.5}.Cennik-module__VJqIga__pricingStage{z-index:1;flex-direction:row;justify-content:center;align-items:center;gap:0;width:100%;max-width:1100px;margin:0 auto;display:flex;position:relative}.Cennik-module__VJqIga__pricingCard{background:var(--bg-2);border-radius:var(--radius-lg);opacity:.55;filter:saturate(.6);border:1px solid #ffdea51a;flex-direction:column;flex:0 0 320px;gap:0;padding:32px;transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .35s,border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden}.Cennik-module__VJqIga__pricingCard.Cennik-module__VJqIga__featured{z-index:2;opacity:1;filter:none;border-radius:var(--radius-lg);border-color:#ffdea559;flex:0 0 360px;padding:40px;box-shadow:0 0 60px -10px #ffc8502e,0 0 0 1px #ffdea533}.Cennik-module__VJqIga__pricingCard.Cennik-module__VJqIga__cardRight{border-radius:var(--radius-lg);margin-left:16px}.Cennik-module__VJqIga__pricingStage:has(.Cennik-module__VJqIga__cardRight:hover) .Cennik-module__VJqIga__cardRight{opacity:1;filter:none;transform:translate(-4px);box-shadow:0 0 40px -8px #ffc8501f}.Cennik-module__VJqIga__pricingStage:has(.Cennik-module__VJqIga__cardRight:hover) .Cennik-module__VJqIga__featured{opacity:.75}.Cennik-module__VJqIga__pricingCard .Cennik-module__VJqIga__cardShimmer{border-radius:inherit;opacity:0;pointer-events:none;background:linear-gradient(135deg,#ffffff0f 0%,#0000 60%);transition:opacity .3s;position:absolute;inset:0}.Cennik-module__VJqIga__pricingCard:hover .Cennik-module__VJqIga__cardShimmer{opacity:1}.Cennik-module__VJqIga__pricingCard:after{content:"";border-radius:inherit;opacity:.7;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 0H0v40' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='0.5'/%3E%3C/svg%3E");position:absolute;inset:0}.Cennik-module__VJqIga__planIconRow{align-items:center;gap:10px;margin-bottom:20px;display:flex}.Cennik-module__VJqIga__planIcon{border-radius:var(--radius-xs);background:#ffdea51a;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Cennik-module__VJqIga__planIcon svg{width:18px;height:18px;fill:var(--brand)}.Cennik-module__VJqIga__planName{font-family:var(--display);font-size:var(--fs-md);color:#fafafa;font-weight:600}.Cennik-module__VJqIga__planPrice{margin-bottom:8px}.Cennik-module__VJqIga__planPrice .Cennik-module__VJqIga__amount{font-family:var(--display);letter-spacing:-.04em;color:var(--accent);font-size:clamp(2.2rem,4vw,3rem);font-weight:700;line-height:1}.Cennik-module__VJqIga__planPrice .Cennik-module__VJqIga__amountSolo{letter-spacing:-.05em;color:var(--brand);font-size:clamp(4rem,8vw,6.5rem)}.Cennik-module__VJqIga__planPrice .Cennik-module__VJqIga__amountCustom{font-size:2.4rem}.Cennik-module__VJqIga__planPrice .Cennik-module__VJqIga__currency{color:#ffffff80;font-size:1rem;font-family:var(--display);margin-left:4px}.Cennik-module__VJqIga__planPrice .Cennik-module__VJqIga__currencySolo{color:var(--brand);opacity:.8;font-size:1.4rem}.Cennik-module__VJqIga__planPrice .Cennik-module__VJqIga__period{font-family:var(--display);font-size:var(--fs-xs);color:#fff6;margin-top:4px;display:block}.Cennik-module__VJqIga__planDesc{font-family:var(--display);font-size:var(--fs-sm);color:#ffffff8c;margin:12px 0 24px;line-height:1.55}.Cennik-module__VJqIga__planCta{border-radius:var(--radius-lg);width:100%;font-family:var(--display);font-size:var(--fs-sm);cursor:pointer;z-index:1;border:none;justify-content:center;align-items:center;margin-bottom:24px;padding:13px 24px;font-weight:600;text-decoration:none;transition:opacity .15s;display:flex;position:relative}.Cennik-module__VJqIga__planCta:hover{opacity:.85}.Cennik-module__VJqIga__ctaPrimary{background:var(--brand);color:var(--on-brand)}.Cennik-module__VJqIga__ctaWhite{color:var(--on-brand);background:#fafafa}.Cennik-module__VJqIga__ctaGhost{color:#ffffffe6;background:#ffffff14}.Cennik-module__VJqIga__planIncludesLabel{font-family:var(--display);font-size:var(--fs-xs);color:#ffffff80;margin-bottom:14px;font-weight:500}.Cennik-module__VJqIga__planFeatures{z-index:1;flex-direction:column;flex:1;gap:12px;list-style:none;display:flex;position:relative}.Cennik-module__VJqIga__planFeatures li{font-family:var(--display);font-size:var(--fs-sm);color:#ffffffa6;align-items:flex-start;gap:10px;line-height:1.45;display:flex}.Cennik-module__VJqIga__planFeatures li svg{width:16px;height:16px;fill:var(--brand);flex-shrink:0;margin-top:1px}.Cennik-module__VJqIga__planNote{font-family:var(--display);font-size:var(--fs-2xs);color:#ffffff59;z-index:1;margin-bottom:20px;position:relative}.Cennik-module__VJqIga__teamCalc{border:1px solid var(--border);border-radius:var(--radius-sm);z-index:1;background:#ffffff0a;flex-direction:column;gap:12px;margin:12px 0;padding:14px;display:flex;position:relative}.Cennik-module__VJqIga__teamCalcRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.Cennik-module__VJqIga__teamStepper{align-items:center;gap:6px;display:flex}.Cennik-module__VJqIga__teamCalcLabel{font-family:var(--display);font-size:var(--fs-xs);letter-spacing:.04em;color:var(--text-dim)}.Cennik-module__VJqIga__teamCalcTotal{border-top:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:8px;padding-top:12px;display:flex}.Cennik-module__VJqIga__teamCalcTotalLabel{font-family:var(--display);font-size:var(--fs-xs);letter-spacing:.04em;color:var(--text-dim)}.Cennik-module__VJqIga__teamCalcTotalValue{font-family:var(--display);font-size:var(--fs-lg);color:var(--text);font-weight:700;line-height:1}.Cennik-module__VJqIga__teamCalcTotalUnit{font-size:var(--fs-xs);color:var(--text-muted);margin-left:6px;font-weight:500}.Cennik-module__VJqIga__calcBtn{border-radius:var(--radius-sm);border:1px solid var(--border);width:26px;height:26px;color:var(--text);font-size:var(--fs-base);cursor:pointer;background:#ffffff0f;flex-shrink:0;justify-content:center;align-items:center;line-height:1;transition:background .1s;display:flex}.Cennik-module__VJqIga__calcBtn:hover{background:#ffffff1f}.Cennik-module__VJqIga__calcSeats{font-family:var(--display);font-size:var(--fs-base);color:var(--text);text-align:center;min-width:24px;font-weight:700}.Cennik-module__VJqIga__pricingFooter{z-index:1;border-top:1px solid #ffffff14;grid-template-columns:1fr 1fr;gap:32px;margin:40px 0 0;padding:32px 0 0;display:grid;position:relative}.Cennik-module__VJqIga__pricingFooterItem{font-family:var(--display);font-size:var(--fs-sm);color:#ffffff80;line-height:1.65}.Cennik-module__VJqIga__pricingFooterItem strong{color:#ffffffd9;margin-bottom:6px;display:block}.Cennik-module__VJqIga__pricingFooterItem a{color:#ffffffd9;text-underline-offset:3px;-webkit-text-decoration:underline #fff3;text-decoration:underline #fff3;transition:text-decoration-color .15s}.Cennik-module__VJqIga__pricingFooterItem a:hover{text-decoration-color:#ffffffb3}@media (max-width:900px){.Cennik-module__VJqIga__cennik{padding:72px 0}.Cennik-module__VJqIga__pricingHeader{margin-bottom:40px}.Cennik-module__VJqIga__agentPacks{padding:20px}.Cennik-module__VJqIga__pricingStage{flex-direction:column;gap:16px}.Cennik-module__VJqIga__pricingCard,.Cennik-module__VJqIga__pricingCard.Cennik-module__VJqIga__featured{opacity:1;filter:none;flex:100%;width:100%;max-width:420px}.Cennik-module__VJqIga__pricingCard.Cennik-module__VJqIga__cardRight{border-radius:var(--radius-lg);margin-left:0;transform:none}.Cennik-module__VJqIga__pricingFooter{grid-template-columns:1fr}}
.PlanTeam-module__Z3iXLq__whyTeamHeader{max-width:720px;margin-bottom:64px}.PlanTeam-module__Z3iXLq__whyTeamHeader h2{margin-top:12px}.PlanTeam-module__Z3iXLq__whyTeamLead{font-size:var(--fs-md);color:var(--text-muted);margin-top:16px;line-height:1.7}.PlanTeam-module__Z3iXLq__whyTeamBento{flex-direction:column;gap:12px;margin-bottom:64px;display:flex}.PlanTeam-module__Z3iXLq__vbentoRow{gap:12px;display:grid}.PlanTeam-module__Z3iXLq__rowMath{grid-template-columns:1.7fr 1fr}.PlanTeam-module__Z3iXLq__rowTriple{grid-template-columns:1.2fr 1fr 1fr}.PlanTeam-module__Z3iXLq__rowPair{grid-template-columns:1fr 1fr}.PlanTeam-module__Z3iXLq__vbentoCard{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;transition:border-color .25s;display:flex;overflow:hidden}.PlanTeam-module__Z3iXLq__vbentoCard:hover{border-color:var(--border-bright)}.PlanTeam-module__Z3iXLq__vbcTop{padding:32px 32px 24px}.PlanTeam-module__Z3iXLq__vbcEyebrow{font-family:var(--display);font-size:var(--fs-2xs);letter-spacing:.1em;text-transform:uppercase;color:var(--brand);margin-bottom:12px}.PlanTeam-module__Z3iXLq__vbcTitle{font-family:var(--display);font-size:var(--fs-lg);letter-spacing:-.02em;color:var(--text);margin-bottom:10px;font-weight:600;line-height:1.2}.PlanTeam-module__Z3iXLq__vbcDesc{font-size:var(--fs-sm);color:var(--text-muted);line-height:1.65}.PlanTeam-module__Z3iXLq__vbcVisual{border-top:1px solid var(--border);background:var(--bg-2);flex:1;align-items:stretch;min-height:220px;margin-top:auto;display:flex;position:relative;overflow:hidden}.PlanTeam-module__Z3iXLq__vbcFloatEl{will-change:transform;z-index:4;pointer-events:none;transition:transform .45s cubic-bezier(.34,1.56,.64,1),opacity .35s;position:absolute}.PlanTeam-module__Z3iXLq__vbcFp{border-radius:var(--radius-lg);font-size:var(--fs-2xs);font-family:var(--display);color:#ffffffb8;white-space:nowrap;-webkit-backdrop-filter:blur(8px);background:#212121eb;border:1px solid #ffffff1f;align-items:center;gap:6px;padding:5px 12px 5px 8px;font-weight:500;display:flex;box-shadow:0 4px 20px #0006}.PlanTeam-module__Z3iXLq__vbcFp.PlanTeam-module__Z3iXLq__brand{background:var(--brand-dim);color:#ffdea5d9;border-color:#ffdea538}.PlanTeam-module__Z3iXLq__wtMathVisual{flex-direction:row;align-items:stretch;min-height:200px}.PlanTeam-module__Z3iXLq__wtMathCol{flex-direction:column;flex:1;gap:0;padding:20px 24px;display:flex}.PlanTeam-module__Z3iXLq__wtMathColLabel{font-size:var(--fs-2xs);letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);margin-bottom:16px;font-weight:600}.PlanTeam-module__Z3iXLq__wtMathTeam .PlanTeam-module__Z3iXLq__wtMathColLabel{color:var(--brand)}.PlanTeam-module__Z3iXLq__wtMathDivider{background:var(--border);justify-content:center;align-items:center;width:1px;display:flex;position:relative}.PlanTeam-module__Z3iXLq__wtMathDivider span{background:var(--bg-2);font-size:var(--fs-2xs);letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);writing-mode:vertical-rl;padding:4px 0;position:absolute}.PlanTeam-module__Z3iXLq__wtMathTeam{background:#ffdea508}.PlanTeam-module__Z3iXLq__wtMathLine{font-size:var(--fs-xs);color:var(--text-muted);border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;gap:12px;padding:8px 0;display:flex}.PlanTeam-module__Z3iXLq__wtMathLine:last-child{border-bottom:none}.PlanTeam-module__Z3iXLq__wtMathTotal{border-top:1px solid var(--border);border-bottom:none;margin-top:4px;padding-top:13px}.PlanTeam-module__Z3iXLq__wtNum{color:var(--text);white-space:nowrap;font-weight:600;font-size:var(--fs-xs)}.PlanTeam-module__Z3iXLq__wtRed{color:#ff6450bf}.PlanTeam-module__Z3iXLq__wtGold{color:var(--brand)}.PlanTeam-module__Z3iXLq__wtBadgeYes{border-radius:var(--radius-lg);font-size:var(--fs-2xs);color:var(--brand);white-space:nowrap;background:#ffdea51a;border:1px solid #ffdea533;padding:2px 10px;font-weight:500}.PlanTeam-module__Z3iXLq__wtOpiekunVisual{flex-direction:column;justify-content:flex-start;align-items:stretch;padding:20px}.PlanTeam-module__Z3iXLq__wtChatMock{flex-direction:column;gap:10px;width:100%;display:flex}.PlanTeam-module__Z3iXLq__wtChatAvatar{align-items:center;gap:10px;margin-bottom:4px;display:flex}.PlanTeam-module__Z3iXLq__wtAvatar{width:44px;height:44px;color:var(--brand);font-size:var(--fs-xs);background:#ffdea526;border:1px solid #ffdea540;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex;overflow:hidden}.PlanTeam-module__Z3iXLq__wtAvatarInfo{flex-direction:column;gap:0;display:flex}.PlanTeam-module__Z3iXLq__wtAvatarName{font-size:var(--fs-sm);color:var(--text);font-weight:600}.PlanTeam-module__Z3iXLq__wtAvatarStatus{font-size:var(--fs-2xs);color:var(--success);letter-spacing:.03em}.PlanTeam-module__Z3iXLq__wtChatBubble{border-radius:var(--radius-sm);font-size:var(--fs-xs);max-width:90%;padding:9px 12px;line-height:1.55}.PlanTeam-module__Z3iXLq__wtBubbleThem{color:#ffffffa6;background:#ffffff0d;border-radius:4px 10px 10px;align-self:flex-start}.PlanTeam-module__Z3iXLq__wtBubbleYou{color:#ffdea5bf;background:#ffdea514;border:1px solid #ffdea526;border-radius:10px 4px 10px 10px;align-self:flex-end}.PlanTeam-module__Z3iXLq__wtWorkspaceVisual{flex-direction:column;align-items:stretch;padding:0;position:relative}.PlanTeam-module__Z3iXLq__wtWorkspaceMock{flex-direction:column;flex:1;gap:4px;padding:16px 20px;display:flex}.PlanTeam-module__Z3iXLq__wtWsHeader{border-bottom:1px solid #ffffff0f;align-items:center;gap:8px;margin-bottom:4px;padding-bottom:12px;display:flex}.PlanTeam-module__Z3iXLq__wtWsIcon{font-size:var(--fs-sm)}.PlanTeam-module__Z3iXLq__wtWsTitle{font-size:var(--fs-xs);color:var(--text);flex:1;font-weight:600}.PlanTeam-module__Z3iXLq__wtWsAvatars{display:flex}.PlanTeam-module__Z3iXLq__wtWsAv{border:2px solid var(--bg-2);width:22px;height:22px;font-size:var(--fs-2xs);color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin-left:-6px;font-weight:700;display:flex}.PlanTeam-module__Z3iXLq__wtWsAv:first-child{margin-left:0}.PlanTeam-module__Z3iXLq__wtWsAvMore{color:#ffffff80;font-size:var(--fs-2xs);background:#ffffff1a}.PlanTeam-module__Z3iXLq__wtWsRow{border-radius:var(--radius-sm);font-size:var(--fs-xs);color:var(--text-muted);align-items:center;gap:8px;padding:8px 10px;transition:background .15s;display:flex}.PlanTeam-module__Z3iXLq__wtWsRow svg{opacity:.5;flex-shrink:0}.PlanTeam-module__Z3iXLq__wtWsRow.PlanTeam-module__Z3iXLq__active{color:#ffdea5cc;background:#ffdea512}.PlanTeam-module__Z3iXLq__wtWsRow.PlanTeam-module__Z3iXLq__active svg{opacity:1;stroke:var(--brand)}.PlanTeam-module__Z3iXLq__wtWsBadge{border-radius:var(--radius-lg);font-size:var(--fs-2xs);color:var(--brand);letter-spacing:.04em;background:#ffdea51f;border:1px solid #ffdea533;margin-left:auto;padding:1px 8px}.PlanTeam-module__Z3iXLq__wtFp1{bottom:16px;right:16px;transform:rotate(2deg)}.PlanTeam-module__Z3iXLq__vbentoCard:hover .PlanTeam-module__Z3iXLq__wtFp1{transform:rotate(0)translateY(-6px)}.PlanTeam-module__Z3iXLq__wtTokensVisual{flex-direction:column;justify-content:center;align-items:center;padding:20px 24px}.PlanTeam-module__Z3iXLq__wtTokensMock{flex-direction:column;gap:14px;width:100%;display:flex}.PlanTeam-module__Z3iXLq__wtTokRow{align-items:center;gap:10px;display:flex}.PlanTeam-module__Z3iXLq__wtTokLabel{font-size:var(--fs-2xs);color:var(--text-dim);flex-shrink:0;width:34px}.PlanTeam-module__Z3iXLq__wtTokBarWrap{flex:1;align-items:center;gap:8px;display:flex}.PlanTeam-module__Z3iXLq__wtTokBar{border-radius:var(--radius-xs);background:#ffffff0d;flex:1;height:8px;overflow:hidden}.PlanTeam-module__Z3iXLq__wtTokFill{border-radius:var(--radius-xs);background:#ffffff2e;height:100%;transition:width 1.2s cubic-bezier(.16,1,.3,1)}.PlanTeam-module__Z3iXLq__wtTokFillBrand{background:linear-gradient(90deg, var(--brand) 0%, #ffdea580 100%)}.PlanTeam-module__Z3iXLq__wtTokPct{font-size:var(--fs-2xs);color:var(--text-dim);width:28px}.PlanTeam-module__Z3iXLq__wtTokPctBrand{color:var(--brand)}.PlanTeam-module__Z3iXLq__wtTokNote{font-size:var(--fs-2xs);color:var(--text-dim);text-align:center;border-radius:var(--radius-sm);background:#ffdea50a;border:1px solid #ffdea514;margin-top:8px;padding:8px 12px}.PlanTeam-module__Z3iXLq__wtOsVisual{flex-direction:column;justify-content:flex-start;align-items:stretch;padding:16px 20px}.PlanTeam-module__Z3iXLq__wtOsMock{flex-direction:column;gap:2px;width:100%;display:flex}.PlanTeam-module__Z3iXLq__wtOsItem{border-radius:var(--radius-sm);font-size:var(--fs-xs);color:var(--text-muted);align-items:center;gap:10px;padding:8px 10px;display:flex}.PlanTeam-module__Z3iXLq__wtOsItem.PlanTeam-module__Z3iXLq__wtOsDone{color:#ffffffb3}.PlanTeam-module__Z3iXLq__wtOsDot{background:#ffffff1f;border:1.5px solid #fff3;border-radius:50%;flex-shrink:0;width:8px;height:8px}.PlanTeam-module__Z3iXLq__wtOsDot.PlanTeam-module__Z3iXLq__done{background:var(--brand);border-color:var(--brand);box-shadow:0 0 6px #ffdea566}.PlanTeam-module__Z3iXLq__wtOsStatus{font-size:var(--fs-2xs);color:var(--text-dim);letter-spacing:.04em;margin-left:auto}.PlanTeam-module__Z3iXLq__wtOsStatus.PlanTeam-module__Z3iXLq__done{color:var(--brand)}.PlanTeam-module__Z3iXLq__wtOsBadgeWrap{padding:10px 10px 0}.PlanTeam-module__Z3iXLq__wtOsAllBadge{border-radius:var(--radius-sm);font-size:var(--fs-2xs);color:var(--brand);text-align:center;background:#ffdea514;border:1px solid #ffdea529;padding:8px 12px}.PlanTeam-module__Z3iXLq__wtMcpCard{flex-direction:row;align-items:center}.PlanTeam-module__Z3iXLq__wtMcpTop{flex:1;padding:28px 32px}.PlanTeam-module__Z3iXLq__wtMcpTitle{font-size:var(--fs-md)}.PlanTeam-module__Z3iXLq__wtMcpBadge{border-left:1px solid var(--border);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:8px;min-width:100px;padding:24px 28px;display:flex}.PlanTeam-module__Z3iXLq__wtMcpBadge span{font-size:var(--fs-2xs);letter-spacing:.12em;text-transform:uppercase;color:var(--brand);font-weight:600}.PlanTeam-module__Z3iXLq__wtMcpBadgeAlt{background:0 0;border-color:#0000}.PlanTeam-module__Z3iXLq__wtMcpBadgeAlt span{color:#ffffff59}.PlanTeam-module__Z3iXLq__whyTeamCta{text-align:center;flex-direction:column;align-items:center;gap:20px;padding-top:12px;display:flex}.PlanTeam-module__Z3iXLq__whyTeamCta p{font-size:var(--fs-base);color:var(--text-muted);margin:0}.PlanTeam-module__Z3iXLq__whyTeamCtaBtn{border-radius:var(--radius-lg);width:auto;font-family:var(--display);font-size:var(--fs-sm);cursor:pointer;color:var(--on-brand);background:#fafafa;justify-content:center;align-items:center;padding:14px 32px;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.PlanTeam-module__Z3iXLq__whyTeamCtaBtn:hover{opacity:.85}@media (max-width:900px){.PlanTeam-module__Z3iXLq__whyTeamHeader{margin-bottom:40px}.PlanTeam-module__Z3iXLq__rowMath,.PlanTeam-module__Z3iXLq__rowTriple,.PlanTeam-module__Z3iXLq__rowPair{grid-template-columns:1fr}.PlanTeam-module__Z3iXLq__wtMcpCard{flex-direction:row}}
.Howto-module__2m1Vaa__howto{border-top:1px solid var(--border);padding:120px 0}.Howto-module__2m1Vaa__howtoHeader{margin-bottom:64px}.Howto-module__2m1Vaa__howtoHeader h2{margin-top:12px}.Howto-module__2m1Vaa__howtoGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.Howto-module__2m1Vaa__howtoCol{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);padding:48px}.Howto-module__2m1Vaa__howtoColHeading{font-family:var(--display);font-size:var(--fs-3xl);color:var(--text);margin:0 0 8px;font-weight:700;line-height:1}.Howto-module__2m1Vaa__howtoColLabel{font-family:var(--display);font-size:var(--fs-2xs);letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);margin-bottom:32px}.Howto-module__2m1Vaa__howtoSteps{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.Howto-module__2m1Vaa__howtoStep{gap:20px;padding-bottom:28px;display:flex;position:relative}.Howto-module__2m1Vaa__howtoStep:not(:last-child):after{content:"";background:var(--border);width:1px;position:absolute;top:32px;bottom:0;left:15px}.Howto-module__2m1Vaa__howtoStep:not(:last-child):before{content:"";background:var(--brand);transform-origin:top;z-index:1;width:1px;transition:transform .3s;position:absolute;top:32px;bottom:0;left:15px;transform:scaleY(0)}.Howto-module__2m1Vaa__howtoStepNum{border:1px solid var(--border);width:32px;height:32px;font-family:var(--display);font-size:var(--fs-2xs);color:var(--text-muted);z-index:2;background:#ffffff0d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .3s,border-color .3s,color .3s;display:flex;position:relative}.Howto-module__2m1Vaa__howtoCol:hover .Howto-module__2m1Vaa__howtoStepNum{background:var(--brand);border-color:var(--brand);color:var(--bg)}.Howto-module__2m1Vaa__howtoCol:hover .Howto-module__2m1Vaa__howtoStep:first-child .Howto-module__2m1Vaa__howtoStepNum{transition-delay:0s}.Howto-module__2m1Vaa__howtoCol:hover .Howto-module__2m1Vaa__howtoStep:nth-child(2) .Howto-module__2m1Vaa__howtoStepNum{transition-delay:.18s}.Howto-module__2m1Vaa__howtoCol:hover .Howto-module__2m1Vaa__howtoStep:nth-child(3) .Howto-module__2m1Vaa__howtoStepNum{transition-delay:.36s}.Howto-module__2m1Vaa__howtoCol:hover .Howto-module__2m1Vaa__howtoStep:first-child:before{transition-delay:.12s;transform:scaleY(1)}.Howto-module__2m1Vaa__howtoCol:hover .Howto-module__2m1Vaa__howtoStep:nth-child(2):before{transition-delay:.3s;transform:scaleY(1)}@media (prefers-reduced-motion:reduce){.Howto-module__2m1Vaa__howtoStepNum,.Howto-module__2m1Vaa__howtoStep:before{transition:none}}.Howto-module__2m1Vaa__howtoStepBody{padding-top:4px}.Howto-module__2m1Vaa__howtoStepTitle{font-family:var(--display);font-size:var(--fs-md);letter-spacing:-.015em;color:var(--text);margin:0 0 6px;font-weight:600}.Howto-module__2m1Vaa__howtoStepDesc{font-size:var(--fs-base);color:var(--text-muted);margin:0;line-height:1.6}@media (max-width:768px){.Howto-module__2m1Vaa__howto{padding:72px 0}.Howto-module__2m1Vaa__howtoHeader{margin-bottom:40px}.Howto-module__2m1Vaa__howtoGrid{grid-template-columns:1fr}.Howto-module__2m1Vaa__howtoCol{border-radius:0;padding:32px 28px}.Howto-module__2m1Vaa__howtoCol:first-child{border-radius:14px 14px 0 0}.Howto-module__2m1Vaa__howtoCol:last-child{border-radius:0 0 14px 14px}}
.Proof-module__4PrGRG__proof{border-top:1px solid var(--border);padding:120px 0}.Proof-module__4PrGRG__proofStats{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:80px;display:grid}.Proof-module__4PrGRG__proofStat{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);padding:52px 48px}.Proof-module__4PrGRG__statNum{font-family:var(--display);letter-spacing:-.03em;color:var(--text);margin-bottom:8px;font-size:clamp(3.5rem,5vw,5rem);font-weight:600;line-height:1}.Proof-module__4PrGRG__statLabel{font-size:var(--fs-base);color:var(--text-muted);line-height:1.4}.Proof-module__4PrGRG__blogGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.Proof-module__4PrGRG__blogCard{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);color:inherit;flex-direction:column;text-decoration:none;transition:border-color .25s,transform .25s;display:flex;overflow:hidden}.Proof-module__4PrGRG__blogCard:hover{border-color:#ffdea54d;transform:translateY(-3px)}.Proof-module__4PrGRG__blogCardImg{aspect-ratio:64/27;background:var(--bg);position:relative;overflow:hidden}.Proof-module__4PrGRG__blogCardImgPlaceholder{background:linear-gradient(135deg,#ffdea50f 0%,#ffdea505 100%);position:absolute;inset:0;overflow:hidden}.Proof-module__4PrGRG__blogCardImgPlaceholder:after{content:"";background:repeating-linear-gradient(90deg,#0000,#0000 12px,#ffffff06 12px 13px),repeating-linear-gradient(0deg,#0000,#0000 12px,#ffffff06 12px 13px);position:absolute;inset:0}.Proof-module__4PrGRG__blogCardSoon{pointer-events:none;opacity:.55;position:relative}.Proof-module__4PrGRG__blogCardSoon:after{content:"Wkrótce";color:var(--brand);font-size:var(--fs-2xs);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-sm);pointer-events:none;background:#ffdea51f;border:1px solid #ffdea533;padding:3px 8px;font-weight:600;position:absolute;top:12px;left:12px}.Proof-module__4PrGRG__blogCardRead{font-size:var(--fs-2xs);color:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:var(--radius-sm);background:#0006;padding:4px 8px;font-weight:500;transition:color .2s;position:absolute;top:10px;right:10px}.Proof-module__4PrGRG__blogCard:hover .Proof-module__4PrGRG__blogCardRead{color:var(--brand)}.Proof-module__4PrGRG__blogCardBody{flex-direction:column;flex:1;gap:10px;padding:24px;display:flex}.Proof-module__4PrGRG__blogCardTitle{font-family:var(--display);font-size:var(--fs-md);color:var(--text);margin:0;font-weight:600;line-height:1.3}.Proof-module__4PrGRG__blogCardDesc{font-size:var(--fs-sm);color:#ffffff80;flex:1;margin:0;line-height:1.65}.Proof-module__4PrGRG__blogCardMeta{font-size:var(--fs-xs);border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-top:14px;display:flex}.Proof-module__4PrGRG__blogCardAuthor{color:#ffffff80;font-weight:500}.Proof-module__4PrGRG__blogCardDate{color:#ffffff4d;text-align:right}@media (max-width:900px){.Proof-module__4PrGRG__proof{padding:72px 0}.Proof-module__4PrGRG__proofStats{grid-template-columns:1fr;gap:10px;margin-bottom:56px}.Proof-module__4PrGRG__proofStat{padding:36px 28px}.Proof-module__4PrGRG__blogGrid{grid-template-columns:1fr}}
.CaseStudyCard-module__jd5lda__card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);color:inherit;flex-direction:column;text-decoration:none;transition:border-color .25s,transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.CaseStudyCard-module__jd5lda__card:not(.CaseStudyCard-module__jd5lda__soon):hover{border-color:#ffdea54d;transform:translateY(-3px)}.CaseStudyCard-module__jd5lda__soon{cursor:default;pointer-events:none;opacity:.55}.CaseStudyCard-module__jd5lda__hidden{display:none}.CaseStudyCard-module__jd5lda__img{aspect-ratio:64/27;background:var(--bg);flex-shrink:0;position:relative;overflow:hidden}.CaseStudyCard-module__jd5lda__imgPlaceholder{background:linear-gradient(135deg, color-mix(in srgb, var(--accent,var(--brand)) 18%, transparent) 0%, color-mix(in srgb, var(--accent,var(--brand)) 6%, transparent) 100%);position:absolute;inset:0;overflow:hidden}.CaseStudyCard-module__jd5lda__imgPlaceholder:after{content:"";background:repeating-linear-gradient(90deg,#0000,#0000 12px,#ffffff06 12px 13px),repeating-linear-gradient(0deg,#0000,#0000 12px,#ffffff06 12px 13px);position:absolute;inset:0}.CaseStudyCard-module__jd5lda__soonBadge{color:var(--brand);font-size:var(--fs-2xs);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-sm);background:#ffdea51f;border:1px solid #ffdea533;padding:3px 8px;font-weight:600;position:absolute;top:12px;left:12px}.CaseStudyCard-module__jd5lda__read{font-size:var(--fs-2xs);color:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:var(--radius-sm);background:#0006;padding:4px 8px;font-weight:500;transition:color .2s;position:absolute;top:10px;right:10px}.CaseStudyCard-module__jd5lda__card:not(.CaseStudyCard-module__jd5lda__soon):hover .CaseStudyCard-module__jd5lda__read{color:var(--brand)}.CaseStudyCard-module__jd5lda__body{flex-direction:column;flex:1;gap:10px;padding:24px;display:flex}.CaseStudyCard-module__jd5lda__tags{flex-wrap:wrap;gap:6px;display:flex}.CaseStudyCard-module__jd5lda__tag{font-size:var(--fs-2xs);letter-spacing:.08em;text-transform:uppercase;color:var(--brand);border-radius:var(--radius-xs);background:#ffdea514;border:1px solid #ffdea526;padding:3px 7px;font-weight:600}.CaseStudyCard-module__jd5lda__title{font-family:var(--display);font-size:var(--fs-md);color:var(--text);letter-spacing:-.01em;text-align:left;margin:0;font-weight:600;line-height:1.3}.CaseStudyCard-module__jd5lda__desc{font-size:var(--fs-sm);color:#ffffff80;text-align:left;flex:1;margin:0;line-height:1.65}.CaseStudyCard-module__jd5lda__meta{font-size:var(--fs-xs);border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-top:14px;display:flex}.CaseStudyCard-module__jd5lda__author{color:#ffffff80;font-weight:500}.CaseStudyCard-module__jd5lda__date{color:#ffffff4d;text-align:right}
.AionMind-module__DYPTuG__aionMind{border-top:1px solid var(--border);padding:120px 0}.AionMind-module__DYPTuG__header{margin-bottom:40px}.AionMind-module__DYPTuG__header h2{margin:12px 0 0}.AionMind-module__DYPTuG__bento{flex-direction:column;gap:12px;display:flex}.AionMind-module__DYPTuG__bentoRow{gap:12px;display:grid}.AionMind-module__DYPTuG__bentoRow2{grid-template-columns:1.6fr 1fr}.AionMind-module__DYPTuG__bentoRow3{grid-template-columns:repeat(3,1fr)}.AionMind-module__DYPTuG__bentoCard{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;transition:border-color .25s;display:flex;overflow:hidden}.AionMind-module__DYPTuG__bentoCard:hover{border-color:var(--border-bright)}.AionMind-module__DYPTuG__cardTop{padding:32px 32px 24px}.AionMind-module__DYPTuG__cardEyebrow{font-family:var(--display);font-size:var(--fs-2xs);letter-spacing:.1em;text-transform:uppercase;color:var(--brand);margin-bottom:12px}.AionMind-module__DYPTuG__cardTitle{font-family:var(--display);font-size:var(--fs-lg);letter-spacing:-.01em;margin:0 0 10px;font-weight:600;line-height:1.25}.AionMind-module__DYPTuG__cardDesc{font-size:var(--fs-sm);color:var(--text-muted);margin:0;line-height:1.6}.AionMind-module__DYPTuG__cardVisual{border-top:1px solid var(--border);background:var(--bg-2);flex:1;align-items:center;min-height:140px;margin-top:auto;display:flex}.AionMind-module__DYPTuG__priceVisual{flex-wrap:wrap;gap:20px;padding:24px 32px}.AionMind-module__DYPTuG__priceTag{align-items:baseline;gap:6px;display:flex}.AionMind-module__DYPTuG__priceAmount{font-family:var(--display);font-size:var(--fs-3xl);color:var(--brand);letter-spacing:-.02em;font-weight:600}.AionMind-module__DYPTuG__priceUnit{font-family:var(--display);font-size:var(--fs-xs);color:var(--text-dim)}.AionMind-module__DYPTuG__priceIncludes{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.AionMind-module__DYPTuG__priceChip{font-family:var(--display);font-size:var(--fs-xs);color:var(--text-muted);border:1px solid var(--border);border-radius:var(--radius-pill);background:#ffffff08;padding:6px 12px}.AionMind-module__DYPTuG__priceChip.AionMind-module__DYPTuG__brandChip{color:var(--brand);background:#ffdea50f;border-color:#ffdea540}.AionMind-module__DYPTuG__guidesVisual{flex-wrap:wrap;gap:8px;padding:20px 24px}.AionMind-module__DYPTuG__guideChip{border-radius:var(--radius-pill);border:1px solid var(--border);font-size:var(--fs-xs);color:var(--text-muted);font-family:var(--display);background:#ffffff08;align-items:center;gap:6px;padding:6px 12px;display:flex}.AionMind-module__DYPTuG__guideChip.AionMind-module__DYPTuG__active{background:var(--brand-dim);color:var(--brand);border-color:#ffdea540}.AionMind-module__DYPTuG__guideAvatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:20px;height:20px}.AionMind-module__DYPTuG__daypartsVisual{flex-direction:column;align-items:flex-start;gap:8px;padding:20px 24px}.AionMind-module__DYPTuG__daypartChip{border-radius:var(--radius-sm);border:1px solid var(--border);width:100%;font-size:var(--fs-xs);font-family:var(--display);color:var(--text-dim);background:#ffffff08;padding:9px 14px}.AionMind-module__DYPTuG__daypartChip.AionMind-module__DYPTuG__active{background:var(--brand-dim);color:var(--brand);border-color:#ffdea540;font-weight:500}.AionMind-module__DYPTuG__journalVisual{flex-direction:column;align-items:flex-start;gap:10px;padding:20px 24px}.AionMind-module__DYPTuG__journalEntry{font-size:var(--fs-xs);color:#ffffff73;align-items:center;gap:8px;display:flex}.AionMind-module__DYPTuG__journalDot{background:#fff3;border-radius:50%;flex-shrink:0;width:6px;height:6px}.AionMind-module__DYPTuG__journalDot.AionMind-module__DYPTuG__brand{background:var(--brand);box-shadow:0 0 6px #ffdea580}.AionMind-module__DYPTuG__switchVisual{font-size:var(--fs-xs);color:#ffdea5e6;font-family:var(--display);gap:10px;padding:20px 24px}.AionMind-module__DYPTuG__switchTrack{background:var(--brand);border-radius:var(--radius-sm);flex-shrink:0;width:36px;height:20px;position:relative}.AionMind-module__DYPTuG__switchThumb{background:var(--accent);border-radius:50%;width:16px;height:16px;position:absolute;top:2px;right:2px}@media (max-width:768px){.AionMind-module__DYPTuG__aionMind{padding:72px 0}.AionMind-module__DYPTuG__header{margin-bottom:28px}.AionMind-module__DYPTuG__bentoRow2,.AionMind-module__DYPTuG__bentoRow3{grid-template-columns:1fr}.AionMind-module__DYPTuG__cardTop{padding:24px 24px 18px}.AionMind-module__DYPTuG__priceVisual,.AionMind-module__DYPTuG__guidesVisual,.AionMind-module__DYPTuG__daypartsVisual,.AionMind-module__DYPTuG__journalVisual,.AionMind-module__DYPTuG__switchVisual{padding:18px 24px}}
.am-module__1b2j9W__progressBar{background:var(--brand);z-index:200;width:0;height:2px;box-shadow:0 0 8px var(--brand-glow);pointer-events:none;position:fixed;top:0;left:0}.am-module__1b2j9W__toc{z-index:50;flex-direction:column;gap:8px;display:flex;position:fixed;top:50%;right:32px;transform:translateY(-50%)}.am-module__1b2j9W__tocItem{cursor:pointer;justify-content:flex-end;align-items:center;gap:10px;padding:4px 0;display:flex}.am-module__1b2j9W__tocLabel{font-size:var(--fs-2xs);letter-spacing:.06em;color:var(--text-dim);text-transform:uppercase;opacity:0;white-space:nowrap;transition:opacity .2s,transform .2s,color .2s;transform:translate(8px)}.am-module__1b2j9W__tocItem:hover .am-module__1b2j9W__tocLabel,.am-module__1b2j9W__tocActive .am-module__1b2j9W__tocLabel{opacity:1;transform:translate(0)}.am-module__1b2j9W__tocActive .am-module__1b2j9W__tocLabel{color:var(--brand)}.am-module__1b2j9W__tocDot{background:var(--text-dim);border-radius:50%;flex-shrink:0;width:6px;height:6px;transition:background .2s,transform .2s}.am-module__1b2j9W__tocActive .am-module__1b2j9W__tocDot{background:var(--brand);box-shadow:0 0 6px var(--brand);transform:scale(1.5)}.am-module__1b2j9W__hero{z-index:1;flex-direction:column;padding:144px 0 120px;display:flex;position:relative;overflow:hidden}.am-module__1b2j9W__heroBg{z-index:0;position:absolute;inset:0}.am-module__1b2j9W__heroBg:before{content:"";pointer-events:none;background:radial-gradient(#ffdea512 0%,#0000 65%);border-radius:50%;width:700px;height:700px;position:absolute;top:-20%;right:-10%}.am-module__1b2j9W__heroBg:after{content:"";background:linear-gradient(to top, var(--bg), transparent);pointer-events:none;height:220px;position:absolute;bottom:0;left:0;right:0}.am-module__1b2j9W__heroContent{z-index:2;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.am-module__1b2j9W__back{font-size:var(--fs-xs);letter-spacing:.04em;color:var(--text-dim);align-items:center;gap:6px;margin-bottom:48px;font-weight:500;transition:color .15s;display:inline-flex}.am-module__1b2j9W__back:hover{color:var(--text-muted)}.am-module__1b2j9W__back svg{transition:transform .15s}.am-module__1b2j9W__back:hover svg{transform:translate(-3px)}.am-module__1b2j9W__eyebrow{margin-bottom:28px}.am-module__1b2j9W__eyebrowDot{background:var(--brand);width:6px;height:6px;box-shadow:0 0 8px var(--brand);border-radius:50%}.am-module__1b2j9W__heroTitle{font-family:var(--display);letter-spacing:-.03em;color:var(--text);max-width:820px;margin-bottom:32px;font-size:clamp(2.8rem,6vw,5.2rem);font-weight:600;line-height:1.04}.am-module__1b2j9W__heroTitle em{color:var(--brand);font-style:normal}.am-module__1b2j9W__heroMeta{flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;display:flex}.am-module__1b2j9W__metaItem{flex-direction:column;gap:4px;display:flex}.am-module__1b2j9W__metaLabel{font-size:var(--fs-2xs);letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);font-weight:500}.am-module__1b2j9W__metaValue{font-size:var(--fs-sm);color:var(--text);align-items:center;font-weight:500;display:inline-flex}.am-module__1b2j9W__metaDivider{background:var(--border);width:1px;height:36px}.am-module__1b2j9W__audikaLogo{opacity:.9;vertical-align:middle;width:auto;height:20px;display:inline-block}.am-module__1b2j9W__section{z-index:1;padding:80px 0;position:relative}.am-module__1b2j9W__sectionDivider{border-top:1px solid var(--border)}.am-module__1b2j9W__sectionHeader{align-items:flex-start;gap:60px;margin-bottom:56px;display:flex}.am-module__1b2j9W__sectionNumber{font-size:var(--fs-2xs);letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);min-width:40px;padding-top:6px;font-weight:500}.am-module__1b2j9W__sectionTitleBlock{flex:1}.am-module__1b2j9W__sectionEyebrow{font-size:var(--fs-2xs);letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:8px;margin-bottom:16px;font-weight:500;display:inline-flex}.am-module__1b2j9W__sectionTitle{font-family:var(--display);letter-spacing:-.025em;color:var(--text);margin-bottom:20px;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:600;line-height:1.1}.am-module__1b2j9W__sectionLead{font-size:var(--fs-md);color:var(--text-muted);max-width:640px;line-height:1.7}.am-module__1b2j9W__challengeGrid{border-radius:var(--radius-lg);border:1px solid var(--border);grid-template-columns:1fr 1fr 1fr;gap:2px;display:grid;overflow:hidden}.am-module__1b2j9W__challengeCard{background:var(--bg-2);padding:40px 32px;position:relative;overflow:hidden}.am-module__1b2j9W__challengeNumber{font-size:var(--fs-3xl);letter-spacing:-.04em;color:var(--border-bright);font-variant-numeric:tabular-nums;margin-bottom:20px;font-weight:700;line-height:1}.am-module__1b2j9W__challengeTitle{font-size:var(--fs-md);letter-spacing:-.02em;color:var(--text);margin-bottom:12px;font-weight:600}.am-module__1b2j9W__challengeDesc{font-size:var(--fs-sm);color:var(--text-muted);line-height:1.7}.am-module__1b2j9W__timeComparison{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);justify-content:center;align-items:center;gap:48px;margin:72px 0;padding:48px 56px;display:flex}.am-module__1b2j9W__timeBlock{flex-direction:column;flex:1;gap:8px;max-width:260px;display:flex}.am-module__1b2j9W__timeBefore{opacity:.5}.am-module__1b2j9W__timeNum{letter-spacing:-.04em;font-size:clamp(3rem,6vw,5rem);font-weight:700;line-height:1}.am-module__1b2j9W__timeBefore .am-module__1b2j9W__timeNum{color:var(--text-muted)}.am-module__1b2j9W__timeAfter .am-module__1b2j9W__timeNum{color:var(--brand)}.am-module__1b2j9W__timeUnit{font-size:var(--fs-sm);color:var(--text-dim);letter-spacing:.04em;text-transform:uppercase;font-weight:500}.am-module__1b2j9W__timeLabel{font-size:var(--fs-sm);color:var(--text-muted);max-width:180px;line-height:1.5}.am-module__1b2j9W__timeArrow{color:var(--text-dim);flex-direction:column;align-items:center;gap:8px;display:flex}.am-module__1b2j9W__timeArrowIcon{background:var(--brand-dim);width:44px;height:44px;font-size:var(--fs-md);color:var(--brand);border:1px solid #ffdea533;border-radius:50%;justify-content:center;align-items:center;display:flex}.am-module__1b2j9W__timeArrowLabel{font-size:var(--fs-2xs);letter-spacing:.1em;text-transform:uppercase;color:var(--brand);font-weight:600}.am-module__1b2j9W__aiSteps{flex-direction:column;display:flex}.am-module__1b2j9W__aiStep{border-bottom:1px solid var(--border);grid-template-columns:280px 1fr;align-items:start;gap:60px;padding:56px 0;display:grid}.am-module__1b2j9W__aiStep:last-child{border-bottom:none}.am-module__1b2j9W__aiStepLeft{flex-direction:column;gap:12px;display:flex}.am-module__1b2j9W__aiStepTag{border-radius:var(--radius-pill);background:var(--brand-dim);font-size:var(--fs-2xs);letter-spacing:.08em;text-transform:uppercase;color:var(--brand);border:1px solid #ffdea526;align-items:center;gap:6px;width:fit-content;padding:5px 12px;font-weight:500;display:inline-flex}.am-module__1b2j9W__aiStepHeading{font-size:var(--fs-lg);letter-spacing:-.02em;color:var(--text);font-weight:600;line-height:1.2}.am-module__1b2j9W__aiStepRight{padding-top:8px}.am-module__1b2j9W__aiStepBody{font-size:var(--fs-base);color:var(--text-muted);margin-bottom:28px;line-height:1.75}.am-module__1b2j9W__aiHighlight{background:var(--bg-3);border:1px solid var(--border);border-left:3px solid var(--brand);border-radius:var(--radius);font-size:var(--fs-sm);color:var(--text);align-items:center;gap:12px;padding:16px 20px;line-height:1.6;display:flex}.am-module__1b2j9W__aiHighlight strong{color:var(--brand)}.am-module__1b2j9W__deliverablesGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.am-module__1b2j9W__deliverableCard{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:16px;padding:36px 32px;transition:border-color .2s,box-shadow .2s;display:flex}.am-module__1b2j9W__deliverableCard:hover{border-color:#ffdea540;box-shadow:0 8px 32px -8px #0000004d}.am-module__1b2j9W__deliverableNum{font-size:var(--fs-2xs);letter-spacing:.08em;color:var(--text-dim);text-transform:uppercase;font-weight:600}.am-module__1b2j9W__deliverableTitle{font-size:var(--fs-base);letter-spacing:-.015em;color:var(--text);font-weight:600}.am-module__1b2j9W__deliverableDesc{font-size:var(--fs-sm);color:var(--text-muted);line-height:1.65}.am-module__1b2j9W__impactGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.am-module__1b2j9W__impactCard{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px 28px;position:relative;overflow:hidden}.am-module__1b2j9W__impactCard:after{content:"";background:linear-gradient(90deg, var(--brand), transparent);height:2px;position:absolute;bottom:0;left:0;right:0}.am-module__1b2j9W__impactStat{font-size:var(--fs-3xl);letter-spacing:-.04em;color:var(--brand);margin-bottom:12px;font-weight:700;line-height:1;display:block}.am-module__1b2j9W__impactLabel{font-size:var(--fs-base);color:var(--text);margin-bottom:8px;font-weight:600}.am-module__1b2j9W__impactDesc{font-size:var(--fs-xs);color:var(--text-muted);line-height:1.6}.am-module__1b2j9W__insightBlock{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;padding:64px;position:relative;overflow:hidden}.am-module__1b2j9W__insightBlock:before{content:"";pointer-events:none;background:radial-gradient(#ffdea50f 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:-60px;right:-60px}.am-module__1b2j9W__insightMark{color:var(--brand);opacity:.3;margin-bottom:-20px;font-size:80px;line-height:1;display:block}.am-module__1b2j9W__insightText{letter-spacing:-.02em;color:var(--text);max-width:720px;margin:0 auto 28px;font-size:clamp(1.2rem,2.5vw,1.7rem);font-weight:600;line-height:1.45}.am-module__1b2j9W__insightText em{color:var(--brand);font-style:normal}.am-module__1b2j9W__insightSource{font-size:var(--fs-xs);color:var(--text-dim);letter-spacing:.06em;text-transform:uppercase}.am-module__1b2j9W__moreSection{border-top:1px solid var(--border);text-align:center;z-index:1;padding:80px 0 0;position:relative}.am-module__1b2j9W__moreLabel{font-size:var(--fs-2xs);letter-spacing:.14em;text-transform:uppercase;color:var(--text-dim);margin-bottom:40px}.am-module__1b2j9W__moreGrid{text-align:left;grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.am-module__1b2j9W__moreLink{font-size:var(--fs-md);letter-spacing:-.02em;color:var(--text);align-items:center;gap:10px;margin:40px 0 80px;font-weight:600;transition:gap .2s;display:inline-flex}.am-module__1b2j9W__moreLink:hover{gap:16px}.am-module__1b2j9W__heroByline{font-size:var(--fs-xs);color:var(--text-dim);flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:28px;display:flex}.am-module__1b2j9W__bylineAuthor{color:var(--text-muted);font-weight:500}.am-module__1b2j9W__heroByline time{color:var(--text-muted)}.am-module__1b2j9W__bylineSep{color:var(--border-bright)}.am-module__1b2j9W__faqList{border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;display:flex;overflow:hidden}.am-module__1b2j9W__faqItem{background:var(--bg-2);border-bottom:1px solid var(--border)}.am-module__1b2j9W__faqItem:last-child{border-bottom:none}.am-module__1b2j9W__faqQ{cursor:pointer;font-size:var(--fs-md);letter-spacing:-.01em;color:var(--text);justify-content:space-between;align-items:center;gap:16px;padding:24px 28px;font-weight:600;list-style:none;transition:color .15s;display:flex}.am-module__1b2j9W__faqQ::-webkit-details-marker{display:none}.am-module__1b2j9W__faqQ:hover{color:var(--brand)}.am-module__1b2j9W__faqIcon{flex-shrink:0;width:14px;height:14px;position:relative}.am-module__1b2j9W__faqIcon:before,.am-module__1b2j9W__faqIcon:after{content:"";background:var(--text-muted);transition:transform .2s,background .2s;position:absolute}.am-module__1b2j9W__faqIcon:before{width:14px;height:2px;top:6px;left:0}.am-module__1b2j9W__faqIcon:after{width:2px;height:14px;top:0;left:6px}.am-module__1b2j9W__faqItem[open] .am-module__1b2j9W__faqQ{color:var(--brand)}.am-module__1b2j9W__faqItem[open] .am-module__1b2j9W__faqIcon:before{background:var(--brand)}.am-module__1b2j9W__faqItem[open] .am-module__1b2j9W__faqIcon:after{transform:scaleY(0)}.am-module__1b2j9W__faqA{font-size:var(--fs-base);color:var(--text-muted);max-width:760px;margin:0;padding:0 28px 26px;line-height:1.7}@media (max-width:900px){.am-module__1b2j9W__toc{display:none}.am-module__1b2j9W__challengeGrid,.am-module__1b2j9W__deliverablesGrid,.am-module__1b2j9W__impactGrid,.am-module__1b2j9W__moreGrid{grid-template-columns:1fr}.am-module__1b2j9W__sectionHeader{flex-direction:column;gap:24px}.am-module__1b2j9W__aiStep{grid-template-columns:1fr;gap:20px}.am-module__1b2j9W__timeComparison{text-align:center;flex-direction:column;gap:28px}.am-module__1b2j9W__timeBlock{align-items:center;max-width:none}.am-module__1b2j9W__timeLabel{max-width:240px}}@media (max-width:768px){.am-module__1b2j9W__hero{padding:116px 0 80px}.am-module__1b2j9W__heroMeta{gap:20px}.am-module__1b2j9W__heroByline{font-size:var(--fs-xs);gap:8px;margin-top:22px}.am-module__1b2j9W__insightBlock{padding:40px 28px}.am-module__1b2j9W__faqQ{font-size:var(--fs-base);padding:20px}.am-module__1b2j9W__faqA{font-size:var(--fs-sm);padding:0 20px 22px}}
.artyz-module__oJy_Xq__progressBar{background:var(--brand);z-index:200;width:0;height:2px;box-shadow:0 0 8px var(--brand-glow);pointer-events:none;position:fixed;top:0;left:0}.artyz-module__oJy_Xq__toc{z-index:50;flex-direction:column;gap:8px;display:flex;position:fixed;top:50%;right:32px;transform:translateY(-50%)}.artyz-module__oJy_Xq__tocItem{cursor:pointer;justify-content:flex-end;align-items:center;gap:10px;padding:4px 0;display:flex}.artyz-module__oJy_Xq__tocLabel{font-size:var(--fs-2xs);letter-spacing:.06em;color:var(--text-dim);text-transform:uppercase;opacity:0;white-space:nowrap;transition:opacity .2s,transform .2s,color .2s;transform:translate(8px)}.artyz-module__oJy_Xq__tocItem:hover .artyz-module__oJy_Xq__tocLabel,.artyz-module__oJy_Xq__tocActive .artyz-module__oJy_Xq__tocLabel{opacity:1;transform:translate(0)}.artyz-module__oJy_Xq__tocActive .artyz-module__oJy_Xq__tocLabel{color:var(--brand)}.artyz-module__oJy_Xq__tocDot{background:var(--text-dim);border-radius:50%;flex-shrink:0;width:6px;height:6px;transition:background .2s,transform .2s}.artyz-module__oJy_Xq__tocActive .artyz-module__oJy_Xq__tocDot{background:var(--brand);box-shadow:0 0 6px var(--brand);transform:scale(1.5)}.artyz-module__oJy_Xq__hero{z-index:1;flex-direction:column;padding:144px 0 120px;display:flex;position:relative;overflow:hidden}.artyz-module__oJy_Xq__heroBg{z-index:0;position:absolute;inset:0}.artyz-module__oJy_Xq__heroBg:before{content:"";pointer-events:none;background:radial-gradient(#ffdea512 0%,#0000 65%);border-radius:50%;width:700px;height:700px;position:absolute;top:-20%;right:-10%}.artyz-module__oJy_Xq__heroBg:after{content:"";background:linear-gradient(to top, var(--bg), transparent);pointer-events:none;height:220px;position:absolute;bottom:0;left:0;right:0}.artyz-module__oJy_Xq__heroContent{z-index:2;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.artyz-module__oJy_Xq__back{font-size:var(--fs-xs);letter-spacing:.04em;color:var(--text-dim);align-items:center;gap:6px;margin-bottom:48px;font-weight:500;transition:color .15s;display:inline-flex}.artyz-module__oJy_Xq__back:hover{color:var(--text-muted)}.artyz-module__oJy_Xq__back svg{transition:transform .15s}.artyz-module__oJy_Xq__back:hover svg{transform:translate(-3px)}.artyz-module__oJy_Xq__eyebrow{margin-bottom:28px}.artyz-module__oJy_Xq__eyebrowDot{background:var(--brand);width:6px;height:6px;box-shadow:0 0 8px var(--brand);border-radius:50%}.artyz-module__oJy_Xq__heroTitle{font-family:var(--display);letter-spacing:-.03em;color:var(--text);max-width:820px;margin-bottom:32px;font-size:clamp(2.8rem,6vw,5.2rem);font-weight:600;line-height:1.04}.artyz-module__oJy_Xq__heroTitle em{color:var(--brand);font-style:normal}.artyz-module__oJy_Xq__heroMeta{flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;display:flex}.artyz-module__oJy_Xq__metaItem{flex-direction:column;gap:4px;display:flex}.artyz-module__oJy_Xq__metaLabel{font-size:var(--fs-2xs);letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);font-weight:500}.artyz-module__oJy_Xq__metaValue{font-size:var(--fs-sm);color:var(--text);align-items:center;font-weight:500;display:inline-flex}.artyz-module__oJy_Xq__metaDivider{background:var(--border);width:1px;height:36px}.artyz-module__oJy_Xq__audikaLogo{opacity:.9;vertical-align:middle;width:auto;height:20px;display:inline-block}.artyz-module__oJy_Xq__section{z-index:1;padding:80px 0;position:relative}.artyz-module__oJy_Xq__sectionDivider{border-top:1px solid var(--border)}.artyz-module__oJy_Xq__sectionHeader{align-items:flex-start;gap:60px;margin-bottom:56px;display:flex}.artyz-module__oJy_Xq__sectionNumber{font-size:var(--fs-2xs);letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);min-width:40px;padding-top:6px;font-weight:500}.artyz-module__oJy_Xq__sectionTitleBlock{flex:1}.artyz-module__oJy_Xq__sectionEyebrow{font-size:var(--fs-2xs);letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:8px;margin-bottom:16px;font-weight:500;display:inline-flex}.artyz-module__oJy_Xq__sectionTitle{font-family:var(--display);letter-spacing:-.025em;color:var(--text);margin-bottom:20px;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:600;line-height:1.1}.artyz-module__oJy_Xq__sectionLead{font-size:var(--fs-md);color:var(--text-muted);max-width:640px;line-height:1.7}.artyz-module__oJy_Xq__challengeGrid{border-radius:var(--radius-lg);border:1px solid var(--border);grid-template-columns:1fr 1fr 1fr;gap:2px;display:grid;overflow:hidden}.artyz-module__oJy_Xq__challengeCard{background:var(--bg-2);padding:40px 32px;position:relative;overflow:hidden}.artyz-module__oJy_Xq__challengeNumber{font-size:var(--fs-3xl);letter-spacing:-.04em;color:var(--border-bright);font-variant-numeric:tabular-nums;margin-bottom:20px;font-weight:700;line-height:1}.artyz-module__oJy_Xq__challengeTitle{font-size:var(--fs-md);letter-spacing:-.02em;color:var(--text);margin-bottom:12px;font-weight:600}.artyz-module__oJy_Xq__challengeDesc{font-size:var(--fs-sm);color:var(--text-muted);line-height:1.7}.artyz-module__oJy_Xq__timeComparison{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);justify-content:center;align-items:center;gap:48px;margin:72px 0;padding:48px 56px;display:flex}.artyz-module__oJy_Xq__timeBlock{flex-direction:column;flex:1;gap:8px;max-width:260px;display:flex}.artyz-module__oJy_Xq__timeBefore{opacity:.5}.artyz-module__oJy_Xq__timeNum{letter-spacing:-.04em;font-size:clamp(3rem,6vw,5rem);font-weight:700;line-height:1}.artyz-module__oJy_Xq__timeBefore .artyz-module__oJy_Xq__timeNum{color:var(--text-muted)}.artyz-module__oJy_Xq__timeAfter .artyz-module__oJy_Xq__timeNum{color:var(--brand)}.artyz-module__oJy_Xq__timeUnit{font-size:var(--fs-sm);color:var(--text-dim);letter-spacing:.04em;text-transform:uppercase;font-weight:500}.artyz-module__oJy_Xq__timeLabel{font-size:var(--fs-sm);color:var(--text-muted);max-width:180px;line-height:1.5}.artyz-module__oJy_Xq__timeArrow{color:var(--text-dim);flex-direction:column;align-items:center;gap:8px;display:flex}.artyz-module__oJy_Xq__timeArrowIcon{background:var(--brand-dim);width:44px;height:44px;font-size:var(--fs-md);color:var(--brand);border:1px solid #ffdea533;border-radius:50%;justify-content:center;align-items:center;display:flex}.artyz-module__oJy_Xq__timeArrowLabel{font-size:var(--fs-2xs);letter-spacing:.1em;text-transform:uppercase;color:var(--brand);font-weight:600}.artyz-module__oJy_Xq__aiSteps{flex-direction:column;display:flex}.artyz-module__oJy_Xq__aiStep{border-bottom:1px solid var(--border);grid-template-columns:280px 1fr;align-items:start;gap:60px;padding:56px 0;display:grid}.artyz-module__oJy_Xq__aiStep:last-child{border-bottom:none}.artyz-module__oJy_Xq__aiStepLeft{flex-direction:column;gap:12px;display:flex}.artyz-module__oJy_Xq__aiStepTag{border-radius:var(--radius-pill);background:var(--brand-dim);font-size:var(--fs-2xs);letter-spacing:.08em;text-transform:uppercase;color:var(--brand);border:1px solid #ffdea526;align-items:center;gap:6px;width:fit-content;padding:5px 12px;font-weight:500;display:inline-flex}.artyz-module__oJy_Xq__aiStepHeading{font-size:var(--fs-lg);letter-spacing:-.02em;color:var(--text);font-weight:600;line-height:1.2}.artyz-module__oJy_Xq__aiStepRight{padding-top:8px}.artyz-module__oJy_Xq__aiStepBody{font-size:var(--fs-base);color:var(--text-muted);margin-bottom:28px;line-height:1.75}.artyz-module__oJy_Xq__aiHighlight{background:var(--bg-3);border:1px solid var(--border);border-left:3px solid var(--brand);border-radius:var(--radius);font-size:var(--fs-sm);color:var(--text);align-items:center;gap:12px;padding:16px 20px;line-height:1.6;display:flex}.artyz-module__oJy_Xq__aiHighlight strong{color:var(--brand)}.artyz-module__oJy_Xq__deliverablesGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.artyz-module__oJy_Xq__deliverableCard{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:16px;padding:36px 32px;transition:border-color .2s,box-shadow .2s;display:flex}.artyz-module__oJy_Xq__deliverableCard:hover{border-color:#ffdea540;box-shadow:0 8px 32px -8px #0000004d}.artyz-module__oJy_Xq__deliverableNum{font-size:var(--fs-2xs);letter-spacing:.08em;color:var(--text-dim);text-transform:uppercase;font-weight:600}.artyz-module__oJy_Xq__deliverableTitle{font-size:var(--fs-base);letter-spacing:-.015em;color:var(--text);font-weight:600}.artyz-module__oJy_Xq__deliverableDesc{font-size:var(--fs-sm);color:var(--text-muted);line-height:1.65}.artyz-module__oJy_Xq__impactGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.artyz-module__oJy_Xq__impactCard{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px 28px;position:relative;overflow:hidden}.artyz-module__oJy_Xq__impactCard:after{content:"";background:linear-gradient(90deg, var(--brand), transparent);height:2px;position:absolute;bottom:0;left:0;right:0}.artyz-module__oJy_Xq__impactStat{font-size:var(--fs-3xl);letter-spacing:-.04em;color:var(--brand);margin-bottom:12px;font-weight:700;line-height:1;display:block}.artyz-module__oJy_Xq__impactLabel{font-size:var(--fs-base);color:var(--text);margin-bottom:8px;font-weight:600}.artyz-module__oJy_Xq__impactDesc{font-size:var(--fs-xs);color:var(--text-muted);line-height:1.6}.artyz-module__oJy_Xq__insightBlock{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;padding:64px;position:relative;overflow:hidden}.artyz-module__oJy_Xq__insightBlock:before{content:"";pointer-events:none;background:radial-gradient(#ffdea50f 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:-60px;right:-60px}.artyz-module__oJy_Xq__insightMark{color:var(--brand);opacity:.3;margin-bottom:-20px;font-size:80px;line-height:1;display:block}.artyz-module__oJy_Xq__insightText{letter-spacing:-.02em;color:var(--text);max-width:720px;margin:0 auto 28px;font-size:clamp(1.2rem,2.5vw,1.7rem);font-weight:600;line-height:1.45}.artyz-module__oJy_Xq__insightText em{color:var(--brand);font-style:normal}.artyz-module__oJy_Xq__insightSource{font-size:var(--fs-xs);color:var(--text-dim);letter-spacing:.06em;text-transform:uppercase}.artyz-module__oJy_Xq__moreSection{border-top:1px solid var(--border);text-align:center;z-index:1;padding:80px 0 0;position:relative}.artyz-module__oJy_Xq__moreLabel{font-size:var(--fs-2xs);letter-spacing:.14em;text-transform:uppercase;color:var(--text-dim);margin-bottom:40px}.artyz-module__oJy_Xq__moreGrid{text-align:left;grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.artyz-module__oJy_Xq__moreLink{font-size:var(--fs-md);letter-spacing:-.02em;color:var(--text);align-items:center;gap:10px;margin:40px 0 80px;font-weight:600;transition:gap .2s;display:inline-flex}.artyz-module__oJy_Xq__moreLink:hover{gap:16px}.artyz-module__oJy_Xq__heroByline{font-size:var(--fs-xs);color:var(--text-dim);flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:28px;display:flex}.artyz-module__oJy_Xq__bylineAuthor{color:var(--text-muted);font-weight:500}.artyz-module__oJy_Xq__heroByline time{color:var(--text-muted)}.artyz-module__oJy_Xq__bylineSep{color:var(--border-bright)}.artyz-module__oJy_Xq__faqList{border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;display:flex;overflow:hidden}.artyz-module__oJy_Xq__faqItem{background:var(--bg-2);border-bottom:1px solid var(--border)}.artyz-module__oJy_Xq__faqItem:last-child{border-bottom:none}.artyz-module__oJy_Xq__faqQ{cursor:pointer;font-size:var(--fs-md);letter-spacing:-.01em;color:var(--text);justify-content:space-between;align-items:center;gap:16px;padding:24px 28px;font-weight:600;list-style:none;transition:color .15s;display:flex}.artyz-module__oJy_Xq__faqQ::-webkit-details-marker{display:none}.artyz-module__oJy_Xq__faqQ:hover{color:var(--brand)}.artyz-module__oJy_Xq__faqIcon{flex-shrink:0;width:14px;height:14px;position:relative}.artyz-module__oJy_Xq__faqIcon:before,.artyz-module__oJy_Xq__faqIcon:after{content:"";background:var(--text-muted);transition:transform .2s,background .2s;position:absolute}.artyz-module__oJy_Xq__faqIcon:before{width:14px;height:2px;top:6px;left:0}.artyz-module__oJy_Xq__faqIcon:after{width:2px;height:14px;top:0;left:6px}.artyz-module__oJy_Xq__faqItem[open] .artyz-module__oJy_Xq__faqQ{color:var(--brand)}.artyz-module__oJy_Xq__faqItem[open] .artyz-module__oJy_Xq__faqIcon:before{background:var(--brand)}.artyz-module__oJy_Xq__faqItem[open] .artyz-module__oJy_Xq__faqIcon:after{transform:scaleY(0)}.artyz-module__oJy_Xq__faqA{font-size:var(--fs-base);color:var(--text-muted);max-width:760px;margin:0;padding:0 28px 26px;line-height:1.7}@media (max-width:900px){.artyz-module__oJy_Xq__toc{display:none}.artyz-module__oJy_Xq__challengeGrid,.artyz-module__oJy_Xq__deliverablesGrid,.artyz-module__oJy_Xq__impactGrid,.artyz-module__oJy_Xq__moreGrid{grid-template-columns:1fr}.artyz-module__oJy_Xq__sectionHeader{flex-direction:column;gap:24px}.artyz-module__oJy_Xq__aiStep{grid-template-columns:1fr;gap:20px}.artyz-module__oJy_Xq__timeComparison{text-align:center;flex-direction:column;gap:28px}.artyz-module__oJy_Xq__timeBlock{align-items:center;max-width:none}.artyz-module__oJy_Xq__timeLabel{max-width:240px}}@media (max-width:768px){.artyz-module__oJy_Xq__hero{padding:116px 0 80px}.artyz-module__oJy_Xq__heroMeta{gap:20px}.artyz-module__oJy_Xq__heroByline{font-size:var(--fs-xs);gap:8px;margin-top:22px}.artyz-module__oJy_Xq__insightBlock{padding:40px 28px}.artyz-module__oJy_Xq__faqQ{font-size:var(--fs-base);padding:20px}.artyz-module__oJy_Xq__faqA{font-size:var(--fs-sm);padding:0 20px 22px}}
.case-studies-module__AyNS7q__hero{z-index:1;border-bottom:none;padding:160px 0 80px;position:relative}.case-studies-module__AyNS7q__eyebrowDot{background:var(--brand);width:6px;height:6px;box-shadow:0 0 8px var(--brand);border-radius:50%}.case-studies-module__AyNS7q__heroTitle{font-family:var(--display);letter-spacing:-.03em;color:var(--text);margin:24px 0 20px;font-size:clamp(2.4rem,5vw,4rem);font-weight:600;line-height:1.06}.case-studies-module__AyNS7q__heroLead{font-family:var(--display);font-size:var(--fs-md);color:var(--text-muted);max-width:520px;line-height:1.7}.case-studies-module__AyNS7q__filterBar{z-index:1;flex-wrap:wrap;align-items:center;gap:8px;padding:32px 0 16px;display:flex;position:relative}.case-studies-module__AyNS7q__filterBtn{border-radius:var(--radius-pill);font-size:var(--fs-xs);color:var(--text-muted);border:1px solid var(--border);cursor:pointer;font-weight:500;font-family:var(--display);background:0 0;padding:7px 16px;transition:color .15s,border-color .15s,background .15s}.case-studies-module__AyNS7q__filterBtn:hover{color:var(--text);border-color:var(--border-bright)}.case-studies-module__AyNS7q__filterActive{color:var(--on-brand);background:var(--brand);border-color:var(--brand)}.case-studies-module__AyNS7q__filterActive:hover{color:var(--on-brand)}.case-studies-module__AyNS7q__gridSection{z-index:1;padding:48px 0 120px;position:relative}.case-studies-module__AyNS7q__grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.case-studies-module__AyNS7q__empty{text-align:center;color:var(--text-dim);font-size:var(--fs-base);padding:80px 0}@media (max-width:900px){.case-studies-module__AyNS7q__grid{grid-template-columns:1fr}}@media (max-width:768px){.case-studies-module__AyNS7q__hero{padding:116px 0 56px}.case-studies-module__AyNS7q__gridSection{padding:40px 0 80px}}
.o-nas-module__locvxG__hero{text-align:center;border-bottom:1px solid var(--border);z-index:1;padding:160px 0 96px;position:relative}.o-nas-module__locvxG__hero:before{content:"";pointer-events:none;background:radial-gradient(44% 55% at 50% 30%,#ffdea512 0%,#0000 100%);width:700px;height:400px;position:absolute;top:0;left:50%;transform:translate(-50%)}.o-nas-module__locvxG__heroTitle{font-family:var(--display);letter-spacing:-.04em;color:var(--text);margin-bottom:24px;font-size:clamp(3rem,6vw,5rem);font-weight:800;line-height:1.04}.o-nas-module__locvxG__heroLead{font-family:var(--display);font-size:var(--fs-md);color:var(--text-muted);max-width:540px;margin:0 auto;line-height:1.75}.o-nas-module__locvxG__section{padding:var(--space-9) 0;z-index:1;position:relative}.o-nas-module__locvxG__sectionAlt{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.o-nas-module__locvxG__label{font-family:var(--display);font-size:var(--fs-2xs);letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);margin-bottom:var(--space-2);display:block}.o-nas-module__locvxG__twoCol{gap:var(--space-8);grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:start;display:grid}.o-nas-module__locvxG__twoCol h2{max-width:380px;font-size:clamp(1.6rem,3vw,2.2rem)}.o-nas-module__locvxG__prose p{font-family:var(--display);font-size:var(--fs-base);color:var(--text-muted);margin-bottom:var(--space-3);line-height:1.8}.o-nas-module__locvxG__prose p:last-child{margin-bottom:0}.o-nas-module__locvxG__prose strong{color:var(--text);font-weight:600}@media (max-width:900px){.o-nas-module__locvxG__twoCol{gap:var(--space-3);grid-template-columns:1fr}.o-nas-module__locvxG__twoCol h2{max-width:none}}.o-nas-module__locvxG__teamSection{z-index:1;padding:80px 0 120px;position:relative}.o-nas-module__locvxG__teamHeader{max-width:480px;margin-bottom:var(--space-5)}.o-nas-module__locvxG__teamHeader h2{font-size:clamp(1.8rem,3vw,2.6rem)}.o-nas-module__locvxG__teamGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.o-nas-module__locvxG__teamCard{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;padding:32px;transition:border-color .2s,transform .2s;display:flex;position:relative;overflow:hidden}.o-nas-module__locvxG__teamCard:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#ffdea540,#0000);height:1px;transition:opacity .2s;position:absolute;top:0;left:0;right:0}.o-nas-module__locvxG__teamCard:hover{border-color:var(--border-bright);transform:translateY(-2px)}.o-nas-module__locvxG__teamCard:hover:before{opacity:1}.o-nas-module__locvxG__teamAvatar{background:var(--bg-3);border:1px solid var(--border-bright);width:56px;height:56px;font-size:var(--fs-xl);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:20px;display:flex;overflow:hidden}.o-nas-module__locvxG__teamAvatar img{object-fit:cover;width:100%;height:100%}.o-nas-module__locvxG__teamName{font-family:var(--display);letter-spacing:-.025em;color:var(--text);margin-bottom:5px;font-size:1.25rem;font-weight:700}.o-nas-module__locvxG__teamRole{font-family:var(--display);font-size:var(--fs-2xs);letter-spacing:.09em;text-transform:uppercase;color:var(--brand);margin-bottom:16px}.o-nas-module__locvxG__teamBio{font-family:var(--display);font-size:var(--fs-base);color:var(--text-muted);flex:1;margin-bottom:24px;line-height:1.75}.o-nas-module__locvxG__teamLinks{flex-wrap:wrap;gap:8px;margin-top:auto;display:flex}.o-nas-module__locvxG__teamLink{border-radius:var(--radius-pill);font-size:var(--fs-xs);color:var(--text-muted);border:1px solid var(--border);font-family:var(--display);align-items:center;gap:6px;padding:6px 14px;transition:all .15s;display:inline-flex}.o-nas-module__locvxG__teamLink:hover{color:var(--text);border-color:var(--border-bright);background:#ffffff0a}.o-nas-module__locvxG__joinSection{border-top:1px solid var(--border);text-align:center;z-index:1;padding:80px 0;position:relative}.o-nas-module__locvxG__joinSection h2{font-family:var(--display);letter-spacing:-.03em;color:var(--text);margin-bottom:14px;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700}.o-nas-module__locvxG__joinSection p{font-family:var(--display);font-size:var(--fs-base);color:var(--text-muted);max-width:440px;margin:0 auto 32px;line-height:1.75}.o-nas-module__locvxG__joinActions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}@media (max-width:768px){.o-nas-module__locvxG__hero{padding:116px 0 64px}.o-nas-module__locvxG__teamSection{padding:56px 0 72px}.o-nas-module__locvxG__teamCard{padding:26px}.o-nas-module__locvxG__joinSection{padding:64px 0}.o-nas-module__locvxG__teamGrid{grid-template-columns:1fr}}
