.prymd-hero{isolation:isolate;background:var(--color-background);min-height:calc(100svh - 80px);scroll-margin-top:110px;position:relative;overflow:clip}.prymd-hero:before{z-index:-2;content:"";pointer-events:none;opacity:.42;background-image:linear-gradient(rgba(var(--color-brand-primary-rgb),.035)1px,transparent 1px),linear-gradient(90deg,rgba(var(--color-brand-primary-rgb),.035)1px,transparent 1px);background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 18% 80%,#0000);mask-image:linear-gradient(#0000,#000 18% 80%,#0000)}.prymd-hero__ambient{z-index:-1;aspect-ratio:1;pointer-events:none;background:radial-gradient(circle,rgba(var(--color-brand-accent-rgb),.14),transparent 67%);filter:blur(34px);border-radius:50%;width:min(62vw,920px);position:absolute;top:5%;right:-10%}.prymd-hero__inner{width:min(100% - 48px,1420px);min-height:inherit;grid-template-columns:minmax(430px,.9fr) minmax(560px,1.1fr);align-items:center;gap:clamp(38px,4.5vw,80px);margin:0 auto;padding:clamp(76px,8vw,124px) 0;display:grid}.prymd-hero__copy{z-index:12;max-width:720px;position:relative}.prymd-hero__eyebrow{border:1px solid var(--color-border);width:fit-content;color:var(--color-text-secondary);background:var(--color-surface);box-shadow:var(--shadow-card);font-size:.75rem;font-weight:var(--font-weight-semibold);letter-spacing:.12em;text-transform:uppercase;border-radius:999px;align-items:center;gap:10px;margin:0 0 28px;padding:9px 13px;line-height:1;display:inline-flex}.prymd-hero__eyebrow-dot{background:var(--color-brand-accent);width:7px;height:7px;box-shadow:0 0 0 5px rgba(var(--color-brand-accent-rgb),.16);border-radius:50%}.prymd-hero__title{max-width:780px;font-size:clamp(3.2rem,5.35vw,6.45rem);font-weight:var(--font-weight-extrabold);letter-spacing:-.065em;text-wrap:balance;line-height:.96}.prymd-hero__description{max-width:660px;color:var(--color-text-secondary);margin:30px 0 0;font-size:clamp(1.05rem,1.3vw,1.28rem);line-height:1.7}.prymd-hero__actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:38px;display:flex}.prymd-button{border-radius:var(--radius-md);min-height:54px;font-family:var(--font-body);font-size:.95rem;font-weight:var(--font-weight-semibold);border:1px solid #0000;justify-content:center;align-items:center;gap:10px;padding:0 20px;line-height:1;text-decoration:none;transition:transform .18s,background-color .18s,border-color .18s,box-shadow .18s;display:inline-flex}.prymd-button:hover{transform:translateY(-2px)}.prymd-button--primary{color:var(--color-text-inverse);background:var(--color-action-primary);box-shadow:var(--shadow-card)}.prymd-button--primary:hover{background:var(--color-action-primary-hover);box-shadow:var(--shadow-elevated)}.prymd-button--secondary{color:var(--color-text-primary);border-color:var(--color-border);background:var(--color-action-secondary)}.prymd-button--secondary:hover{border-color:var(--color-border-strong);background:var(--color-action-secondary-hover)}.prymd-button__icon{width:18px;height:18px}.prymd-hero__note{color:var(--color-text-muted);font-size:.82rem;font-weight:var(--font-weight-medium);margin:16px 0 0}.prymd-hero__stage{--pointer-x:50%;--pointer-y:50%;--brain-intensity:0;--brain-scale:.985;--dormant-brightness:.97;--dormant-saturation:.92;--awakening-opacity:.18;--active-opacity:0;--peak-opacity:0;--aura-opacity:.14;--aura-scale:.88;--shadow-opacity:.48;--shadow-scale:.92;--card-opacity:.78;--card-brightness:.99;--particle-opacity:.54;--particle-brightness:.96;--scene-rotate-x:0deg;--scene-rotate-y:0deg;--scene-shift-x:0px;--scene-shift-y:0px;perspective:1200px;touch-action:pan-y;place-items:center;min-width:0;display:grid;position:relative}.brain-scene{aspect-ratio:1;width:min(50vw,620px);transform-style:preserve-3d;transform:translate3d(var(--scene-shift-x),var(--scene-shift-y),0)rotateX(var(--scene-rotate-x))rotateY(var(--scene-rotate-y))scale(var(--brain-scale));will-change:transform;transition:transform .22s ease-out;position:relative}.brain-scene:before{z-index:-2;content:"";pointer-events:none;background:rgba(var(--color-brand-primary-rgb),.11);filter:blur(34px);height:13%;transform:translateZ(-50px)scaleX(var(--shadow-scale));opacity:var(--shadow-opacity);border-radius:50%;transition:opacity .24s,transform .24s;position:absolute;bottom:9%;left:17%;right:14%}.brain-scene__brain{z-index:3;transform-style:preserve-3d;animation:5.8s ease-in-out infinite brain-breathe;position:absolute;inset:4%}.brain-scene__layer{object-fit:contain;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none;will-change:opacity,filter,mask-image;width:100%;height:100%;position:absolute;inset:0;transform:translateZ(0)}.brain-scene__layer--dormant{z-index:1;opacity:1;filter:brightness(var(--dormant-brightness))saturate(var(--dormant-saturation))drop-shadow(0 20px 28px rgba(var(--color-brand-primary-rgb),.08))}.brain-scene__layer--awakening{z-index:2;opacity:var(--awakening-opacity);-webkit-mask-image:radial-gradient(circle 34% at var(--pointer-x)var(--pointer-y),black 0%,#000000f5 40%,#0000008c 68%,transparent 100%);-webkit-mask-image:radial-gradient(circle 34% at var(--pointer-x)var(--pointer-y),black 0%,#000000f5 40%,#0000008c 68%,transparent 100%);mask-image:radial-gradient(circle 34% at var(--pointer-x)var(--pointer-y),black 0%,#000000f5 40%,#0000008c 68%,transparent 100%)}.brain-scene__layer--active{z-index:3;opacity:var(--active-opacity);filter:brightness(1.02);-webkit-mask-image:radial-gradient(circle 25% at var(--pointer-x)var(--pointer-y),black 0%,#000000f5 44%,#0000007a 72%,transparent 100%);-webkit-mask-image:radial-gradient(circle 25% at var(--pointer-x)var(--pointer-y),black 0%,#000000f5 44%,#0000007a 72%,transparent 100%);mask-image:radial-gradient(circle 25% at var(--pointer-x)var(--pointer-y),black 0%,#000000f5 44%,#0000007a 72%,transparent 100%)}.brain-scene__layer--peak{z-index:4;opacity:var(--peak-opacity);filter:brightness(1.07)drop-shadow(0 0 30px rgba(var(--color-brand-accent-rgb),.16));-webkit-mask-image:radial-gradient(circle 17% at var(--pointer-x)var(--pointer-y),black 0%,#000000fa 47%,#00000080 72%,transparent 100%);-webkit-mask-image:radial-gradient(circle 17% at var(--pointer-x)var(--pointer-y),black 0%,#000000fa 47%,#00000080 72%,transparent 100%);mask-image:radial-gradient(circle 17% at var(--pointer-x)var(--pointer-y),black 0%,#000000fa 47%,#00000080 72%,transparent 100%)}.brain-scene__aura{z-index:0;pointer-events:none;background:rgba(var(--color-brand-accent-rgb),.2);opacity:var(--aura-opacity);filter:blur(62px);transform:translateZ(-80px)scale(var(--aura-scale));border-radius:50%;transition:opacity .22s,transform .22s;position:absolute;inset:19%}.brain-card{z-index:9;box-sizing:border-box;border-radius:var(--radius-lg);width:clamp(170px,14vw,220px);box-shadow:0 20px 54px rgba(var(--color-brand-primary-rgb),.1),inset 0 1px 0 #ffffffe6;-webkit-backdrop-filter:blur(18px)saturate(1.08);transform-style:preserve-3d;opacity:var(--card-opacity);filter:brightness(var(--card-brightness));background:linear-gradient(145deg,#ffffffc2,#ffffff5c);border:1px solid #ffffffb8;padding:14px;transition:opacity .24s,filter .24s,box-shadow .24s;position:absolute;overflow:hidden}.brain-card:before{z-index:0;content:"";pointer-events:none;border-radius:inherit;background:linear-gradient(120deg,#ffffffb3,transparent 38%,rgba(var(--color-brand-accent-rgb),.1));position:absolute;inset:0}.brain-card:after{z-index:0;aspect-ratio:1;content:"";pointer-events:none;background:rgba(var(--color-brand-accent-rgb),.1);filter:blur(22px);border-radius:50%;width:52%;position:absolute;top:-26%;left:-14%}.brain-card__header,.brain-card__value,.brain-card__meta,.brain-card__visual{z-index:1;position:relative}.brain-card__header{align-items:center;gap:9px;display:flex}.brain-card__icon{border:1px solid rgba(var(--color-brand-accent-rgb),.22);background:rgba(var(--color-brand-accent-rgb),.12);border-radius:11px;flex:none;place-items:center;width:34px;height:34px;display:grid;overflow:hidden}.brain-card__icon img{object-fit:contain;width:76%;height:76%;display:block}.brain-card__label{color:var(--color-text-muted);font-size:.61rem;font-weight:var(--font-weight-semibold);letter-spacing:.1em;text-transform:uppercase;line-height:1.2}.brain-card__value{color:var(--color-text-primary);font-size:.92rem;font-weight:var(--font-weight-semibold);letter-spacing:-.02em;margin:11px 0 0;line-height:1.35}.brain-card__meta{color:var(--color-text-secondary);margin:5px 0 0;font-size:.68rem;line-height:1.45}.brain-card__visual{object-fit:contain;opacity:.92;width:70px;height:34px;margin:10px 0 0 auto;display:block}.prymd-hero__stage[data-active=true] .brain-card{box-shadow:0 24px 60px rgba(var(--color-brand-primary-rgb),.11),0 0 40px rgba(var(--color-brand-accent-rgb),.08),inset 0 1px 0 #ffffffeb}.brain-particle{z-index:7;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;filter:brightness(var(--particle-brightness))drop-shadow(0 10px 20px rgba(var(--color-brand-primary-rgb),.08));opacity:var(--particle-opacity);animation:5.6s ease-in-out infinite particle-float;display:block;position:absolute}.brain-particle--one{width:58px;animation-delay:-.8s;bottom:22%;left:13%}.brain-particle--two{width:46px;animation-delay:-2.1s;top:8%;right:18%}.brain-particle--three{width:38px;animation-delay:-3.4s;top:6%;left:28%}.brain-particle--four{width:52px;animation-delay:-1.7s;bottom:34%;right:8%}@keyframes brain-breathe{0%,to{transform:translate(0,0)scale(1)}50%{transform:translateY(-7px)scale(1.008)}}@keyframes particle-float{0%,to{transform:translateZ(40px)rotate(0)}50%{transform:translate3d(0,-9px,56px)rotate(4deg)}}.prymd-hero__visual{place-items:center;min-width:0;display:grid;position:relative}.prymd-hero__media-shell{aspect-ratio:1;place-items:center;width:750px;display:grid;position:relative;overflow:visible}.prymd-hero__poster,.prymd-hero__video-frame{pointer-events:none;-webkit-user-select:none;user-select:none;border:0;width:100%;height:100%;display:block;position:absolute;inset:0}.prymd-hero__poster,.prymd-hero__video{object-fit:contain;object-position:center}.prymd-hero__video{width:100%;height:100%;display:block}@media (max-width:1180px){.prymd-hero__inner{grid-template-columns:1fr;gap:36px;padding-top:104px}.prymd-hero__copy{max-width:900px}.prymd-hero__title{max-width:980px}.prymd-hero__description{max-width:760px}.brain-scene{width:min(86vw,760px)}}@media (max-width:760px){.prymd-hero{min-height:auto;scroll-margin-top:88px}.prymd-hero__inner{width:min(100% - 32px,1420px);padding:82px 0 56px}.prymd-hero__eyebrow{margin-bottom:22px}.prymd-hero__title{letter-spacing:-.058em;font-size:clamp(3rem,15vw,4.6rem)}.prymd-hero__description{margin-top:24px;font-size:1rem;line-height:1.65}.prymd-hero__actions{align-items:stretch;margin-top:30px}.prymd-button{width:100%}.brain-scene{width:min(112vw,640px);margin-left:-6vw}.brain-card{width:168px;padding:12px}.brain-card--discovery{display:none}.brain-card--product{top:15%;right:2%}.brain-card--revenue{bottom:10%;right:4%}.brain-card__meta,.brain-particle--one,.brain-particle--three{display:none}}@media (max-width:500px){.brain-scene{width:118vw;margin-left:-9vw}.brain-card--product{display:none}.brain-card--revenue{width:158px;bottom:8%;right:10%}.brain-particle--two{top:5%;right:24%}.brain-particle--four{bottom:31%;right:12%}}@media (hover:none),(pointer:coarse){.brain-scene__layer--awakening{animation:7s ease-in-out infinite mobile-awakening}.brain-scene__layer--active{animation:7s ease-in-out infinite mobile-active}.brain-scene__layer--peak{animation:7s ease-in-out infinite mobile-peak}.brain-scene__aura{animation:7s ease-in-out infinite mobile-aura}}@keyframes mobile-awakening{0%,to{opacity:.18}45%,70%{opacity:.72}}@keyframes mobile-active{0%,20%,to{opacity:0}50%,72%{opacity:.78}}@keyframes mobile-peak{0%,38%,to{opacity:0}58%,66%{opacity:.72}}@keyframes mobile-aura{0%,to{opacity:.14;transform:translateZ(-80px)scale(.88)}58%{opacity:.56;transform:translateZ(-80px)scale(1.06)}}@media (prefers-reduced-motion:reduce){.brain-scene,.brain-scene__brain,.brain-scene__layer,.brain-scene__aura,.brain-particle,.prymd-button{transition-duration:.01ms!important;animation:none!important}.brain-scene__layer--awakening{opacity:.3}.brain-scene__layer--active,.brain-scene__layer--peak{opacity:0}}.prymd-hero__stage{isolation:isolate;box-shadow:none;background:0 0}.brain-scene{isolation:isolate;width:min(48vw,760px)}.brain-scene:after{z-index:-4;content:"";pointer-events:none;background:radial-gradient(circle at 52% 46%,rgba(var(--color-brand-accent-rgb),.18)0%,rgba(var(--color-brand-accent-rgb),.09)34%,rgba(var(--color-brand-accent-rgb),.025)56%,transparent 76%);filter:blur(18px);border-radius:50%;position:absolute;inset:9% 7% 7%;transform:translateZ(-100px)}.brain-scene:before{z-index:-3;background:rgba(var(--color-brand-primary-rgb),.14);filter:blur(30px);height:8%;opacity:var(--shadow-opacity);transform:translateZ(-70px)scaleX(var(--shadow-scale));bottom:9%;left:25%;right:21%}.brain-scene__brain{isolation:isolate;inset:6%;-webkit-mask-image:radial-gradient(78% 82%,#000 0% 72%,#000000eb 82%,#0000 100%);mask-image:radial-gradient(78% 82%,#000 0% 72%,#000000eb 82%,#0000 100%)}.brain-scene__layer{box-shadow:none;background:0 0}.brain-scene__layer--dormant{filter:brightness(var(--dormant-brightness))saturate(var(--dormant-saturation))}.brain-scene__layer--awakening{filter:brightness(1.01)saturate(1.02)}.brain-scene__layer--active{filter:brightness(1.035)saturate(1.04)}.brain-scene__layer--peak{filter:brightness(1.075)saturate(1.06)drop-shadow(0 0 24px rgba(var(--color-brand-accent-rgb),.12))}.brain-scene__aura{background:rgba(var(--color-brand-accent-rgb),.2);filter:blur(54px);inset:24%}.brain-card{--card-surface:color-mix(in srgb,var(--color-surface)96%,transparent);--card-surface-bottom:color-mix(in srgb,var(--color-surface)90%,transparent);--card-stroke:color-mix(in srgb,var(--color-border-strong)64%,transparent);z-index:12;border:1px solid var(--color-border);border-color:var(--card-stroke);border-radius:calc(var(--radius-lg) + 2px);background:var(--color-surface);background:linear-gradient(155deg,var(--card-surface)0%,var(--card-surface-bottom)100%);width:clamp(198px,14.5vw,236px);box-shadow:0 24px 58px rgba(var(--color-brand-primary-rgb),.12),0 4px 14px rgba(var(--color-brand-primary-rgb),.055),inset 0 1px 0 var(--color-surface);-webkit-backdrop-filter:blur(12px)saturate(1.04);opacity:1;filter:none;padding:16px 16px 15px;transition:translate .24s,box-shadow .24s,border-color .24s;overflow:hidden;translate:0}.brain-card:before{z-index:2;content:"";pointer-events:none;background:linear-gradient(90deg,transparent,rgba(var(--color-brand-accent-rgb),.76),transparent);border-radius:999px;height:1px;position:absolute;top:0;left:16px;right:16px}.brain-card:after{z-index:2;content:"";pointer-events:none;background:var(--color-brand-accent);width:6px;height:6px;box-shadow:0 0 0 5px rgba(var(--color-brand-accent-rgb),.1),0 0 18px rgba(var(--color-brand-accent-rgb),.22);border-radius:50%;position:absolute;top:17px;right:17px}.brain-card__header{padding-right:20px}.brain-card__icon{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-subtle);width:36px;height:36px;box-shadow:inset 0 1px 0 var(--color-surface),0 5px 12px rgba(var(--color-brand-primary-rgb),.055)}.brain-card__icon img{width:72%;height:72%}.brain-card--product .brain-card__icon img{width:92%;height:92%}.brain-card__label{color:var(--color-text-muted);font-size:.61rem;font-weight:var(--font-weight-bold);letter-spacing:.105em;line-height:1.25}.brain-card__value{color:var(--color-text-primary);font-size:clamp(.94rem,1vw,1.04rem);font-weight:var(--font-weight-bold);letter-spacing:-.035em;text-wrap:balance;margin:13px 0 0;line-height:1.34}.brain-card__meta{color:var(--color-text-secondary);font-size:.72rem;font-weight:var(--font-weight-medium);margin:7px 0 0;line-height:1.5}.brain-card__visual{opacity:1;width:84px;height:38px;margin-top:11px}.brain-card--discovery{top:13%;left:-2%;transform:translate3d(-4%,0,82px)rotateY(3deg)rotate(-1.4deg)}.brain-card--product{top:13%;right:-3%;transform:translate3d(4%,0,94px)rotateY(-3deg)rotate(1.4deg)}.brain-card--revenue{bottom:10%;right:1%;transform:translate3d(3%,0,88px)rotateY(-2deg)rotate(-.8deg)}.prymd-hero__stage[data-active=true] .brain-card{border-color:color-mix(in srgb,var(--color-brand-accent)24%,var(--color-border));box-shadow:0 28px 68px rgba(var(--color-brand-primary-rgb),.14),0 6px 18px rgba(var(--color-brand-primary-rgb),.06),0 0 36px rgba(var(--color-brand-accent-rgb),.07),inset 0 1px 0 var(--color-surface);translate:0 -4px}.brain-card--product{transition-delay:35ms}.brain-card--revenue{transition-delay:70ms}.brain-particle{opacity:.7;filter:brightness(var(--particle-brightness))drop-shadow(0 8px 16px rgba(var(--color-brand-primary-rgb),.06))}.brain-particle--one{width:44px}.brain-particle--two{width:40px}.brain-particle--three{width:32px}.brain-particle--four{width:42px}@media (max-width:1240px) and (min-width:761px){.brain-scene{width:min(55vw,720px)}.brain-card{width:206px}.brain-card--discovery{left:1%}.brain-card--product{right:1%}}@media (max-width:760px){.brain-scene{width:min(112vw,640px)}.brain-card{border-radius:var(--radius-lg);width:176px;padding:13px}.brain-card__value{margin-top:10px;font-size:.88rem}.brain-card__label{font-size:.56rem}.brain-card--product{top:14%;right:4%}.brain-card--revenue{bottom:9%;right:6%}}@media (max-width:500px){.brain-card--revenue{width:164px}}
.TheProblem-module__CPcw6a__section{background-color:var(--color-surface-inverse);color:#fff;padding:8rem 2rem;position:relative;overflow:hidden}.TheProblem-module__CPcw6a__bgGrid{pointer-events:none;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.TheProblem-module__CPcw6a__bgOrbLeft{filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#ef44440f 0%,#0000 65%);border-radius:50%;width:500px;height:500px;animation:12s ease-in-out infinite alternate TheProblem-module__CPcw6a__orbFloat;position:absolute;top:15%;left:-10%}.TheProblem-module__CPcw6a__bgOrbRight{filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#ef44440d 0%,#0000 65%);border-radius:50%;width:450px;height:450px;animation:14s ease-in-out infinite alternate-reverse TheProblem-module__CPcw6a__orbFloat;position:absolute;bottom:10%;right:-10%}@keyframes TheProblem-module__CPcw6a__orbFloat{0%{transform:translate(0)scale(1)}to{transform:translate(30px,-20px)scale(1.1)}}.TheProblem-module__CPcw6a__container{z-index:2;max-width:1200px;margin:0 auto;position:relative}.TheProblem-module__CPcw6a__header{text-align:center;margin-bottom:4rem}.TheProblem-module__CPcw6a__heading{color:#fff;margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.1}.TheProblem-module__CPcw6a__underline{background:linear-gradient(135deg,var(--color-brand-accent)0%,var(--color-brand-accent)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.TheProblem-module__CPcw6a__subtext{color:#9ca3af;max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.TheProblem-module__CPcw6a__splitVisual{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin-bottom:4rem;display:flex;position:relative}.TheProblem-module__CPcw6a__googleCard,.TheProblem-module__CPcw6a__aiCard{background:#1e1e1e;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;flex:1;min-width:320px;max-width:480px;height:320px;display:flex;overflow:hidden;box-shadow:0 8px 32px #0006}.TheProblem-module__CPcw6a__cardLabel{color:#9ca3af;background:#ffffff0a;border-bottom:1px solid #ffffff14;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;display:flex}.TheProblem-module__CPcw6a__mockSearch{flex-direction:column;gap:1rem;height:100%;padding:1.5rem;display:flex;position:relative}.TheProblem-module__CPcw6a__mockInput{color:#e2e8f0;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:24px;width:100%;padding:.5rem 1rem;font-size:.9rem;box-shadow:0 1px 6px #0000004d}.TheProblem-module__CPcw6a__mockResult{margin-top:.5rem}.TheProblem-module__CPcw6a__mockLink{color:#9ca3af;margin-bottom:4px;font-size:.85rem}.TheProblem-module__CPcw6a__mockTitle{color:#60a5fa;cursor:pointer;font-size:1.25rem;line-height:1.3}.TheProblem-module__CPcw6a__mockTitle:hover{text-decoration:underline}.TheProblem-module__CPcw6a__mockDesc{color:#6b7280;font-size:.9rem;line-height:1.58}.TheProblem-module__CPcw6a__rankBadge{color:#166534;background:#dcfce7;border:1px solid #bbf7d0;border-radius:99px;padding:.25rem .75rem;font-size:.875rem;font-weight:700;position:absolute;top:50%;right:1.5rem;transform:rotate(12deg)}.TheProblem-module__CPcw6a__connector{z-index:10;justify-content:center;align-items:center;display:flex;position:relative}.TheProblem-module__CPcw6a__connectorX{color:#ef4444;background:#ef444426;border:1px solid #ef44444d;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 20px #ef444440}.TheProblem-module__CPcw6a__appUiMock{background:#1e1e1e;flex-direction:column;flex-grow:1;display:flex}.TheProblem-module__CPcw6a__uiHeader{border-bottom:1px solid #ffffff0f;padding:1rem}.TheProblem-module__CPcw6a__uiQuery{color:#e2e8f0;background:#ffffff0f;border-radius:6px;padding:.4rem .8rem;font-family:monospace;font-size:.95rem;display:block}.TheProblem-module__CPcw6a__uiBody{padding:1rem}.TheProblem-module__CPcw6a__uiRow{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.TheProblem-module__CPcw6a__providerBadge{color:#10b981;align-items:center;font-size:.75rem;font-weight:700;display:flex}.TheProblem-module__CPcw6a__providerBadge:before{content:"";background:#10b981;border-radius:50%;width:6px;height:6px;margin-right:6px;display:block}.TheProblem-module__CPcw6a__competitorTag{background:rgba(var(--color-brand-accent-rgb),.12);color:var(--color-brand-accent);border:1px solid rgba(var(--color-brand-accent-rgb),.25);border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:600}.TheProblem-module__CPcw6a__dotRed{background:var(--color-brand-accent);border-radius:50%;width:6px;height:6px;margin-right:4px;display:inline-block}.TheProblem-module__CPcw6a__aiAnalysisBox{background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;padding:1rem}.TheProblem-module__CPcw6a__aiAnalysisText{color:#9ca3af;margin-bottom:1rem;font-size:.9rem;line-height:1.5}.TheProblem-module__CPcw6a__uiDivider{background:#ffffff0f;height:1px;margin:.75rem 0}.TheProblem-module__CPcw6a__statusRow{flex-direction:column;gap:.5rem;display:flex}.TheProblem-module__CPcw6a__brandStatus{justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.TheProblem-module__CPcw6a__statusLabel{color:#6b7280}.TheProblem-module__CPcw6a__tagNotMentioned{color:#fbbf24;background:#eab3081f;border:1px solid #eab30840;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:600}.TheProblem-module__CPcw6a__tagRecommended{background:rgba(var(--color-brand-accent-rgb),.12);color:var(--color-brand-secondary);border:1px solid rgba(var(--color-brand-accent-rgb),.25);border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:600}.TheProblem-module__CPcw6a__hardTruthBox{text-align:center;background:#ef444414;border:1px solid #ef444433;border-radius:12px;max-width:600px;margin:0 auto;padding:1.5rem}.TheProblem-module__CPcw6a__boxHeader{color:#ef4444;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.TheProblem-module__CPcw6a__truthText{color:#fca5a5;font-size:1.1rem;line-height:1.5}.TheProblem-module__CPcw6a__truthText strong{color:#fff}@media (max-width:768px){.TheProblem-module__CPcw6a__heading{font-size:2rem}.TheProblem-module__CPcw6a__splitVisual{flex-direction:column;gap:0}.TheProblem-module__CPcw6a__connector{z-index:20;margin:-1rem 0;transform:rotate(90deg)}}
.CoreBenefits-module__4f7UHq__section{background-color:var(--color-background);color:var(--color-text-primary);flex-direction:column;align-items:center;padding:6rem 1.5rem;display:flex}.CoreBenefits-module__4f7UHq__container{flex-direction:column;gap:4rem;width:100%;max-width:1200px;display:flex}.CoreBenefits-module__4f7UHq__header{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:700px;margin:0 auto;display:flex}.CoreBenefits-module__4f7UHq__badge{background-color:rgba(var(--color-brand-accent-rgb),.1);color:var(--color-brand-primary);text-transform:uppercase;letter-spacing:.1em;border-radius:9999px;padding:.5rem 1rem;font-size:.75rem;font-weight:700}.CoreBenefits-module__4f7UHq__heading{letter-spacing:-.02em;font-size:2.25rem;font-weight:800;line-height:1.2}.CoreBenefits-module__4f7UHq__subtext{font-family:var(--font-body);color:#666;font-size:1.125rem;line-height:1.6}@media (min-width:768px){.CoreBenefits-module__4f7UHq__heading{font-size:3rem}}.CoreBenefits-module__4f7UHq__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:900px){.CoreBenefits-module__4f7UHq__grid{grid-template-rows:repeat(2,minmax(300px,auto));grid-template-columns:repeat(2,1fr)}}.CoreBenefits-module__4f7UHq__card{border:1px solid var(--color-border);background:#fff;border-radius:1.5rem;flex-direction:column;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.CoreBenefits-module__4f7UHq__card:hover{border-color:var(--color-brand-primary);transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.CoreBenefits-module__4f7UHq__cardContent{z-index:2;background:#fff;flex-direction:column;flex-grow:1;gap:.75rem;padding:2rem;display:flex}.CoreBenefits-module__4f7UHq__cardVisual{border-bottom:1px solid var(--color-border);background:#fafaf9;justify-content:center;align-items:center;height:240px;display:flex;position:relative;overflow:hidden}.CoreBenefits-module__4f7UHq__cardTitle{color:var(--color-text-primary);font-size:1.5rem;font-weight:700}.CoreBenefits-module__4f7UHq__cardBody{font-family:var(--font-body);color:#666;font-size:1rem;line-height:1.5}.CoreBenefits-module__4f7UHq__chartContainer{width:160px;height:160px;position:relative}.CoreBenefits-module__4f7UHq__chartLabel{flex-direction:column;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CoreBenefits-module__4f7UHq__chartValue{color:var(--color-brand-primary);font-size:1.75rem;font-weight:800}.CoreBenefits-module__4f7UHq__chartText{color:#888;text-transform:uppercase;font-size:.75rem;font-weight:600}.CoreBenefits-module__4f7UHq__listContainer{flex-direction:column;gap:.75rem;width:100%;max-width:280px;display:flex}.CoreBenefits-module__4f7UHq__listItem{background:#fff;border-radius:.75rem;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;display:flex;box-shadow:0 1px 3px #0000001a}.CoreBenefits-module__4f7UHq__shieldContainer{flex-direction:column;align-items:center;gap:.5rem;display:flex;position:relative}.CoreBenefits-module__4f7UHq__badgeOrbit{border:1px solid var(--color-border);white-space:nowrap;background:#fff;border-radius:.5rem;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.7rem;font-weight:600;display:flex;position:absolute;box-shadow:0 2px 4px #0000000d}.CoreBenefits-module__4f7UHq__productCard{background:#fff;border:1px solid #e5e5e5;border-radius:.75rem;flex-direction:column;gap:.5rem;width:200px;height:140px;padding:1rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.CoreBenefits-module__4f7UHq__scanLine{background:var(--color-brand-primary);width:100%;height:2px;box-shadow:0 0 8px 1px var(--color-brand-primary);z-index:10;position:absolute;left:0}.CoreBenefits-module__4f7UHq__tagFloat{color:#aaa;background:#0000000d;border-radius:.2rem;padding:.1rem .3rem;font-family:monospace;font-size:.7rem;position:absolute}
.HowItWorks-module__CrnX4a__section{background-color:var(--color-surface-inverse);color:#fff;flex-direction:column;align-items:center;padding:8rem 2rem;display:flex;position:relative;overflow:hidden}.HowItWorks-module__CrnX4a__section:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:60px 60px;width:100%;height:100%;position:absolute;top:0;left:0}.HowItWorks-module__CrnX4a__container{z-index:2;flex-direction:column;gap:6rem;width:100%;max-width:1200px;display:flex;position:relative}.HowItWorks-module__CrnX4a__header{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:700px;margin:0 auto;display:flex}.HowItWorks-module__CrnX4a__heading{letter-spacing:-.02em;font-size:2.5rem;font-weight:800;line-height:1.1}@media (min-width:768px){.HowItWorks-module__CrnX4a__heading{font-size:3.5rem}}.HowItWorks-module__CrnX4a__subtext{font-family:var(--font-body);color:#9ca3af;max-width:500px;font-size:1.125rem}.HowItWorks-module__CrnX4a__pipelineWrapper{flex-direction:column;gap:3rem;width:100%;display:flex;position:relative}@media (min-width:900px){.HowItWorks-module__CrnX4a__pipelineWrapper{flex-direction:row;justify-content:space-between;align-items:flex-start}}.HowItWorks-module__CrnX4a__trackContainer{z-index:0;background:#ffffff14;border-radius:99px;position:absolute;overflow:hidden}@media (max-width:899px){.HowItWorks-module__CrnX4a__trackContainer{width:4px;height:100%;top:0;bottom:0;left:2.5rem}}@media (min-width:900px){.HowItWorks-module__CrnX4a__trackContainer{width:100%;height:4px;top:40px;left:0}}.HowItWorks-module__CrnX4a__beam{background:linear-gradient(90deg,transparent,var(--color-brand-primary),transparent);opacity:.8;filter:blur(2px);position:absolute}@media (max-width:899px){.HowItWorks-module__CrnX4a__beam{background:linear-gradient(180deg,transparent,var(--color-brand-primary),transparent);width:100%;height:200px;animation:3s cubic-bezier(.4,0,.2,1) infinite HowItWorks-module__CrnX4a__beamVertical;top:-200px;left:0}}@media (min-width:900px){.HowItWorks-module__CrnX4a__beam{width:300px;height:100%;animation:4s cubic-bezier(.4,0,.2,1) infinite HowItWorks-module__CrnX4a__beamHorizontal;top:0;left:-300px}}@keyframes HowItWorks-module__CrnX4a__beamVertical{0%{top:-200px}to{top:120%}}@keyframes HowItWorks-module__CrnX4a__beamHorizontal{0%{left:-300px}to{left:120%}}.HowItWorks-module__CrnX4a__stepCard{z-index:10;-webkit-backdrop-filter:blur(8px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:1.5rem;flex:1;align-items:flex-start;gap:1.25rem;padding:1.5rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s;display:flex;position:relative;box-shadow:0 4px 6px -1px #0000001a,0 10px 15px -3px #0003}@media (min-width:900px){.HowItWorks-module__CrnX4a__stepCard{text-align:center;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;background:0 0;border:none;flex-direction:column;align-items:center;gap:2rem;padding:0 1rem}}.HowItWorks-module__CrnX4a__iconNode{background:#1e1e1e;border:2px solid #ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;transition:all .4s;display:flex;position:relative;box-shadow:0 0 0 4px #1e1e1e,0 8px 20px #0000004d}@media (min-width:900px){.HowItWorks-module__CrnX4a__iconNode{width:80px;height:80px}}.HowItWorks-module__CrnX4a__stepCard:hover .HowItWorks-module__CrnX4a__iconNode{box-shadow:0 0 0 4px #1e1e1e,0 0 0 8px rgba(var(--color-brand-accent-rgb),.15),0 12px 24px rgba(var(--color-brand-accent-rgb),.2);border-color:rgba(var(--color-brand-accent-rgb),.3);transform:scale(1.1)}.HowItWorks-module__CrnX4a__iconNode svg{transition:color .3s}.HowItWorks-module__CrnX4a__stepContent{flex-direction:column;gap:.5rem;display:flex}.HowItWorks-module__CrnX4a__stepNumber{font-family:var(--font-heading);color:#ffffff08;pointer-events:none;font-size:3rem;font-weight:800;line-height:1;position:absolute;top:10px;right:20px}@media (min-width:900px){.HowItWorks-module__CrnX4a__stepNumber{z-index:-1;color:rgba(var(--color-brand-accent-rgb),.04);font-size:8rem;top:50%;left:50%;transform:translate(-50%,-50%)}}.HowItWorks-module__CrnX4a__stepTitle{color:#fff;font-size:1.25rem;font-weight:800}@media (min-width:900px){.HowItWorks-module__CrnX4a__stepTitle{font-size:1.5rem}}.HowItWorks-module__CrnX4a__stepBody{font-family:var(--font-body);color:#9ca3af;font-size:1rem;line-height:1.6}@media (min-width:900px){.HowItWorks-module__CrnX4a__stepBody{font-size:1.125rem}}.HowItWorks-module__CrnX4a__radarPulse{border:1px solid var(--color-brand-primary);opacity:0;border-radius:50%;width:100%;height:100%;animation:2s infinite HowItWorks-module__CrnX4a__radarPing;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes HowItWorks-module__CrnX4a__radarPing{0%{opacity:.8;transform:translate(-50%,-50%)scale(.8)}to{opacity:0;transform:translate(-50%,-50%)scale(1.5)}}@media (max-width:899px){.HowItWorks-module__CrnX4a__stepCard{margin-left:1rem}}
.IntentLinks-module__Yziiha__section{background-color:var(--color-background);color:var(--color-text-primary);flex-direction:column;align-items:center;padding:6rem 1.5rem;display:flex}.IntentLinks-module__Yziiha__container{flex-direction:column;gap:4rem;width:100%;max-width:1200px;display:flex}.IntentLinks-module__Yziiha__header{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:740px;margin:0 auto;display:flex}.IntentLinks-module__Yziiha__badge{background-color:rgba(var(--color-brand-accent-rgb),.1);color:var(--color-brand-primary);text-transform:uppercase;letter-spacing:.1em;border-radius:9999px;padding:.5rem 1rem;font-size:.75rem;font-weight:700}.IntentLinks-module__Yziiha__heading{letter-spacing:-.02em;font-size:2.25rem;font-weight:800;line-height:1.2}@media (min-width:768px){.IntentLinks-module__Yziiha__heading{font-size:3rem}}.IntentLinks-module__Yziiha__subtext{font-family:var(--font-body);color:#666;max-width:660px;font-size:1.125rem;line-height:1.7}.IntentLinks-module__Yziiha__visualWrap{width:100%}.IntentLinks-module__Yziiha__visual{border:1px solid var(--color-border);background:#fff;border-radius:1.5rem;flex-direction:column;align-items:center;gap:2rem;padding:2.5rem 1.5rem;display:flex;position:relative;box-shadow:0 1px 3px #0000000a,0 8px 30px #0000000f}@media (min-width:960px){.IntentLinks-module__Yziiha__visual{flex-direction:row;align-items:center;gap:0;padding:3rem 2.5rem;position:relative}}.IntentLinks-module__Yziiha__linesSvg{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.IntentLinks-module__Yziiha__colLabel{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.12em;color:#999;margin-bottom:.75rem;font-size:.65rem;font-weight:700}.IntentLinks-module__Yziiha__productCol{flex-direction:column;flex-shrink:0;align-items:center;display:flex}@media (min-width:960px){.IntentLinks-module__Yziiha__productCol{z-index:2;width:260px;position:relative;transform:translateY(-12px)}}.IntentLinks-module__Yziiha__productCard{background:var(--color-background);border:1px solid var(--color-border);border-radius:1rem;justify-content:center;align-items:center;width:240px;padding:1rem;display:flex;box-shadow:0 2px 8px #0000000a}.IntentLinks-module__Yziiha__productImage{object-fit:contain;border-radius:.75rem;width:100%;height:auto;display:block}.IntentLinks-module__Yziiha__hubCol{z-index:2;flex:1;justify-content:center;align-items:center;min-height:200px;display:flex;position:relative}@media (max-width:959px){.IntentLinks-module__Yziiha__hubCol{min-height:auto}}@media (min-width:960px){.IntentLinks-module__Yziiha__hubCol{transform:translateY(-12px)}}.IntentLinks-module__Yziiha__hub{border:2px solid var(--color-brand-primary);z-index:2;background:linear-gradient(135deg,#fff8f5 0%,#fff 100%);border-radius:1.25rem;flex-direction:column;flex-shrink:0;align-items:center;gap:.25rem;padding:1.5rem 2rem;display:flex;position:relative}.IntentLinks-module__Yziiha__hubIcon{background:var(--color-brand-primary);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:.25rem;display:flex}.IntentLinks-module__Yziiha__hubTitle{font-family:var(--font-heading);color:var(--color-brand-primary);letter-spacing:.06em;font-size:.8rem;font-weight:800;line-height:1}.IntentLinks-module__Yziiha__hubSub{font-family:var(--font-body);color:#999;text-transform:uppercase;letter-spacing:.12em;font-size:.6rem;font-weight:700;line-height:1}.IntentLinks-module__Yziiha__hubMeta{color:var(--color-brand-secondary);font-family:var(--font-body);align-items:center;gap:3px;margin-top:.5rem;font-size:.6rem;font-weight:600;display:flex}.IntentLinks-module__Yziiha__pathwaysCol{z-index:2;flex-direction:column;flex-shrink:0;display:flex;position:relative}@media (min-width:960px){.IntentLinks-module__Yziiha__pathwaysCol{width:300px}}.IntentLinks-module__Yziiha__pathwayList{flex-direction:column;gap:1.25rem;display:flex}.IntentLinks-module__Yziiha__pathwayCard{border:1px solid var(--color-border);background:#fff;border-radius:.875rem;flex-direction:column;gap:.3rem;padding:.875rem 1rem;transition:all .25s;display:flex;box-shadow:0 1px 4px #0000000a}.IntentLinks-module__Yziiha__pathwayCard:hover{border-color:var(--color-brand-primary);box-shadow:0 4px 16px rgba(var(--color-brand-accent-rgb),.1);transform:translate(4px)}.IntentLinks-module__Yziiha__pathwayTop{align-items:center;gap:.5rem;display:flex}.IntentLinks-module__Yziiha__pathwayIcon{width:32px;height:32px;color:var(--color-brand-secondary);background:#0d94881a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.IntentLinks-module__Yziiha__pathwayTag{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.08em;color:var(--color-brand-secondary);background:#0d948814;border-radius:4px;padding:2px 8px;font-size:.6rem;font-weight:700}.IntentLinks-module__Yziiha__pathwayScore{font-family:var(--font-heading);color:var(--color-brand-secondary);margin-left:auto;font-size:1rem;font-weight:800}.IntentLinks-module__Yziiha__pathwayTitle{font-family:var(--font-heading);color:var(--color-text-primary);font-size:.88rem;font-weight:700;line-height:1.25}.IntentLinks-module__Yziiha__pathwayDesc{font-family:var(--font-body);color:#888;font-size:.75rem;line-height:1.4}.IntentLinks-module__Yziiha__totalCard{background:rgba(var(--color-brand-accent-rgb),.06);border:1px dashed rgba(var(--color-brand-accent-rgb),.3);color:var(--color-brand-primary);font-family:var(--font-body);border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.78rem;font-weight:500;display:flex}.IntentLinks-module__Yziiha__totalCard strong{font-weight:800;font-family:var(--font-heading)}.IntentLinks-module__Yziiha__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.IntentLinks-module__Yziiha__grid{grid-template-columns:repeat(3,1fr)}}.IntentLinks-module__Yziiha__card{border:1px solid var(--color-border);background:#fff;border-radius:1.25rem;flex-direction:column;gap:.75rem;padding:2rem;transition:all .3s;display:flex;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.IntentLinks-module__Yziiha__card:hover{border-color:var(--color-brand-primary);transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.IntentLinks-module__Yziiha__cardIcon{background:rgba(var(--color-brand-accent-rgb),.1);width:48px;height:48px;color:var(--color-brand-primary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.IntentLinks-module__Yziiha__cardTitle{font-family:var(--font-heading);font-size:1.15rem;font-weight:700;line-height:1.3}.IntentLinks-module__Yziiha__cardBody{font-family:var(--font-body);color:#666;font-size:.95rem;line-height:1.65}.IntentLinks-module__Yziiha__cta{text-align:center;border:1px solid var(--color-border);background:#fff;border-radius:1.25rem;flex-direction:column;align-items:center;gap:1.5rem;padding:2.5rem 2rem;display:flex;box-shadow:0 4px 6px -1px #0000000d}.IntentLinks-module__Yziiha__ctaText{font-family:var(--font-heading);color:var(--color-text-primary);font-size:1.25rem;font-weight:700;line-height:1.4}.IntentLinks-module__Yziiha__ctaSub{font-family:var(--font-body);color:#666;font-size:1rem;font-weight:400}.IntentLinks-module__Yziiha__ctaButton{background:var(--color-brand-primary);color:#fff;font-family:var(--font-heading);cursor:pointer;border:none;border-radius:.75rem;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.IntentLinks-module__Yziiha__ctaButton:hover{background:#e6502e;transform:translateY(-2px)}
.AntiHype-module__7Lx_JW__section{background-color:var(--color-surface-inverse);color:#fff;justify-content:center;padding:8rem 2rem;display:flex;position:relative;overflow:hidden}.AntiHype-module__7Lx_JW__section:before{content:"";pointer-events:none;opacity:.5;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:50px 50px;width:100%;height:100%;position:absolute;top:0;left:0}.AntiHype-module__7Lx_JW__container{z-index:2;flex-direction:column;gap:4rem;width:100%;max-width:1200px;display:flex;position:relative}@media (min-width:1024px){.AntiHype-module__7Lx_JW__container{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:6rem}}.AntiHype-module__7Lx_JW__manifesto{flex-direction:column;flex:1;gap:1.5rem;max-width:500px;padding-left:2rem;display:flex;position:relative}.AntiHype-module__7Lx_JW__manifesto:before{content:"";background:linear-gradient(to bottom,var(--color-brand-primary)0%,#ffffff1a 100%);border-radius:4px;width:2px;position:absolute;top:.5rem;bottom:.5rem;left:0}.AntiHype-module__7Lx_JW__badge{border:1px solid var(--color-brand-primary);background:rgba(var(--color-brand-accent-rgb),.1);color:var(--color-brand-primary);letter-spacing:.1em;text-transform:uppercase;width:fit-content;box-shadow:0 0 15px rgba(var(--color-brand-accent-rgb),.2);border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.75rem;font-weight:700;display:inline-flex}.AntiHype-module__7Lx_JW__heading{letter-spacing:-.02em;color:#fff;margin-top:.5rem;font-size:2.5rem;font-weight:800;line-height:1.1}@media (min-width:768px){.AntiHype-module__7Lx_JW__heading{font-size:3.5rem}}.AntiHype-module__7Lx_JW__subtext{font-family:var(--font-body);color:#9ca3af;font-size:1.125rem;line-height:1.7}.AntiHype-module__7Lx_JW__highlight{color:#fff;font-weight:600}.AntiHype-module__7Lx_JW__ledgerContainer{-webkit-backdrop-filter:blur(20px);background:#14141499;border:1px solid #ffffff14;border-radius:1.5rem;flex-direction:column;flex:1.2;gap:2.5rem;padding:3rem;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #000000b3}.AntiHype-module__7Lx_JW__ledgerContainer:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff08 0%,#0000 60%);width:100%;height:100%;position:absolute;top:-50%;right:-50%}.AntiHype-module__7Lx_JW__ledgerContainer:after{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:1px;position:absolute;top:0;left:0}.AntiHype-module__7Lx_JW__ledgerRow{flex-direction:column;gap:.75rem;display:flex;position:relative}.AntiHype-module__7Lx_JW__ledgerRow:not(:last-child):before{content:"";background:#ffffff1a;width:1px;position:absolute;top:50px;bottom:-20px;left:12px}.AntiHype-module__7Lx_JW__item{align-items:flex-start;gap:1rem;display:flex}.AntiHype-module__7Lx_JW__iconWrapper{justify-content:center;align-items:center;width:24px;height:24px;margin-top:4px;display:flex}.AntiHype-module__7Lx_JW__hypeText{font-family:var(--font-body);color:#6b7280;font-size:1rem;-webkit-text-decoration:line-through #ef444466;text-decoration:line-through #ef444466}.AntiHype-module__7Lx_JW__truthText{font-family:var(--font-body);color:#fff;text-shadow:0 0 20px #0d948866;font-size:1.125rem;font-weight:600}
.MarketIntelligence-module__0QtUoq__section{background-color:var(--color-surface-inverse);color:#fff;flex-direction:column;align-items:center;padding:7rem 1.5rem;display:flex;position:relative;overflow:hidden}.MarketIntelligence-module__0QtUoq__bgGrid{pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.MarketIntelligence-module__0QtUoq__container{z-index:2;flex-direction:column;gap:3rem;width:100%;max-width:1200px;display:flex;position:relative}.MarketIntelligence-module__0QtUoq__header{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:700px;margin:0 auto;display:flex}.MarketIntelligence-module__0QtUoq__badge{background-color:rgba(var(--color-brand-accent-rgb),.15);color:var(--color-brand-primary);border:1px solid rgba(var(--color-brand-accent-rgb),.3);text-transform:uppercase;letter-spacing:.1em;box-shadow:0 0 20px rgba(var(--color-brand-accent-rgb),.15);border-radius:9999px;padding:.5rem 1rem;font-size:.75rem;font-weight:700}.MarketIntelligence-module__0QtUoq__heading{letter-spacing:-.02em;color:#fff;font-size:2.25rem;font-weight:800;line-height:1.15}@media (min-width:768px){.MarketIntelligence-module__0QtUoq__heading{font-size:3.25rem}}.MarketIntelligence-module__0QtUoq__headingGradient{background:linear-gradient(135deg,var(--color-brand-primary)0%,var(--color-brand-accent)50%,#ffb199 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.MarketIntelligence-module__0QtUoq__subtext{font-family:var(--font-body);color:#9ca3af;max-width:640px;font-size:1.125rem;line-height:1.7}.MarketIntelligence-module__0QtUoq__tabBar{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.MarketIntelligence-module__0QtUoq__tabButton{color:#888;font-family:var(--font-body);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.85rem;font-weight:600;transition:all .25s;display:flex;position:relative;overflow:hidden}.MarketIntelligence-module__0QtUoq__tabButton:hover{color:#ccc;background:#ffffff0f;border-color:#ffffff26}.MarketIntelligence-module__0QtUoq__tabActive{color:#fff;background:rgba(var(--color-brand-accent-rgb),.1);border-color:rgba(var(--color-brand-accent-rgb),.35)}.MarketIntelligence-module__0QtUoq__tabActive:hover{color:#fff;border-color:rgba(var(--color-brand-accent-rgb),.35);background:rgba(var(--color-brand-accent-rgb),.1)}.MarketIntelligence-module__0QtUoq__tabLabel{display:none}@media (min-width:640px){.MarketIntelligence-module__0QtUoq__tabLabel{display:inline}}.MarketIntelligence-module__0QtUoq__progressTrack{background:#ffffff0f;border-radius:0 0 12px 12px;height:3px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.MarketIntelligence-module__0QtUoq__progressFill{background:var(--color-brand-primary);border-radius:0 0 12px 12px;height:100%;transition:width 80ms linear}.MarketIntelligence-module__0QtUoq__stageArea{width:100%;min-height:400px}@media (min-width:768px){.MarketIntelligence-module__0QtUoq__stageArea{min-height:440px}}.MarketIntelligence-module__0QtUoq__tabContent{width:100%}.MarketIntelligence-module__0QtUoq__tabHeading{font-family:var(--font-heading);color:#fff;margin-bottom:.75rem;font-size:1.75rem;font-weight:800;line-height:1.15}@media (min-width:768px){.MarketIntelligence-module__0QtUoq__tabHeading{font-size:2.25rem}}.MarketIntelligence-module__0QtUoq__tabSubtext{font-family:var(--font-body);color:#9ca3af;margin-bottom:.5rem;font-size:1rem;line-height:1.65}.MarketIntelligence-module__0QtUoq__briefingLayout{flex-direction:column;gap:2.5rem;display:flex}@media (min-width:1024px){.MarketIntelligence-module__0QtUoq__briefingLayout{flex-direction:row;align-items:flex-start;gap:4rem}}.MarketIntelligence-module__0QtUoq__briefingCopy{flex:1;max-width:480px}.MarketIntelligence-module__0QtUoq__featureList{flex-direction:column;flex:1;gap:1.75rem;display:flex}.MarketIntelligence-module__0QtUoq__featureItem{align-items:flex-start;gap:1rem;display:flex}.MarketIntelligence-module__0QtUoq__iconBox{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.MarketIntelligence-module__0QtUoq__iconOrange{background-color:rgba(var(--color-brand-accent-rgb),.12);color:var(--color-brand-primary)}.MarketIntelligence-module__0QtUoq__iconTeal{background-color:rgba(var(--color-brand-accent-rgb),.12);color:var(--color-brand-secondary)}.MarketIntelligence-module__0QtUoq__iconGray{color:#ccc;background-color:#ffffff0f}.MarketIntelligence-module__0QtUoq__featureText{flex-direction:column;gap:.2rem;display:flex}.MarketIntelligence-module__0QtUoq__featureTitle{font-family:var(--font-heading);color:#fff;font-size:1rem;font-weight:700}.MarketIntelligence-module__0QtUoq__featureDesc{font-family:var(--font-body);color:#9ca3af;font-size:.9rem;line-height:1.5}.MarketIntelligence-module__0QtUoq__diagnosticsLayout{flex-direction:column;gap:2.5rem;display:flex}@media (min-width:1024px){.MarketIntelligence-module__0QtUoq__diagnosticsLayout{flex-direction:row;align-items:flex-start;gap:4rem}}.MarketIntelligence-module__0QtUoq__diagCopy{flex:1;max-width:440px}.MarketIntelligence-module__0QtUoq__diagVisualContainer{flex:1;justify-content:center;align-items:center;min-height:380px;display:flex;position:relative}@media (min-width:768px){.MarketIntelligence-module__0QtUoq__diagVisualContainer{min-height:420px}}.MarketIntelligence-module__0QtUoq__diagCardBack,.MarketIntelligence-module__0QtUoq__diagCardFront{background:#1e1e1e;border:1px solid #ffffff14;border-radius:16px;width:85%;max-width:340px;padding:1.5rem;position:absolute;box-shadow:0 20px 60px #00000080}.MarketIntelligence-module__0QtUoq__diagCardBack{z-index:1;top:0;left:0}.MarketIntelligence-module__0QtUoq__diagCardFront{z-index:2;bottom:0;right:0}.MarketIntelligence-module__0QtUoq__floatingBadge{z-index:10;-webkit-backdrop-filter:blur(10px);border:1px solid rgba(var(--color-brand-accent-rgb),.35);color:var(--color-brand-secondary);white-space:nowrap;box-shadow:0 8px 24px #00000080,0 0 15px rgba(var(--color-brand-accent-rgb),.15);background:#0a0a0ae6;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem .85rem;font-size:.78rem;font-weight:600;display:flex;position:absolute;top:-8px;right:10%}.MarketIntelligence-module__0QtUoq__botIcon{color:var(--color-brand-secondary);flex-shrink:0}.MarketIntelligence-module__0QtUoq__diagCardHeader{flex-direction:column;gap:.4rem;margin-bottom:1rem;display:flex}.MarketIntelligence-module__0QtUoq__diagCardHeaderTop{justify-content:space-between;align-items:center;display:flex}.MarketIntelligence-module__0QtUoq__diagCardTitle{font-family:var(--font-heading);color:#fff;font-size:.9rem;font-weight:700}.MarketIntelligence-module__0QtUoq__iconOpac{opacity:.3;color:#888}.MarketIntelligence-module__0QtUoq__diagMetrics{align-items:baseline;gap:1rem;display:flex}.MarketIntelligence-module__0QtUoq__metricBig{font-family:var(--font-heading);color:#fff;font-size:1.25rem;font-weight:700}.MarketIntelligence-module__0QtUoq__positive{color:var(--color-brand-secondary);font-size:.9rem}.MarketIntelligence-module__0QtUoq__metricSmall{color:#666;font-size:.85rem}.MarketIntelligence-module__0QtUoq__chartArea{width:100%;height:90px;overflow:hidden}.MarketIntelligence-module__0QtUoq__trendChart{width:100%;height:100%}.MarketIntelligence-module__0QtUoq__donutRow{align-items:center;gap:1.25rem;margin-bottom:.75rem;display:flex}.MarketIntelligence-module__0QtUoq__donutChart{flex-shrink:0;width:100px;height:100px;position:relative}.MarketIntelligence-module__0QtUoq__donutSvg{width:100%;height:100%}.MarketIntelligence-module__0QtUoq__donutCenter{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.MarketIntelligence-module__0QtUoq__criticalLabel{background:var(--color-brand-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:13px;font-weight:700;display:flex}.MarketIntelligence-module__0QtUoq__donutLegend{flex-direction:column;gap:.5rem;display:flex}.MarketIntelligence-module__0QtUoq__legendRow{color:#ccc;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;display:flex}.MarketIntelligence-module__0QtUoq__dotOrange{background-color:var(--color-brand-accent);border-radius:50%;flex-shrink:0;width:8px;height:8px}.MarketIntelligence-module__0QtUoq__tooltip{background:var(--color-brand-accent);color:#fff;border-radius:4px;width:fit-content;padding:.2rem .5rem;font-size:.7rem;font-weight:600}.MarketIntelligence-module__0QtUoq__insightBox{border-top:1px solid #ffffff0f;flex-direction:column;gap:.4rem;padding-top:.875rem;display:flex}.MarketIntelligence-module__0QtUoq__insightHeader{color:var(--color-brand-accent);align-items:center;gap:.4rem;display:flex}.MarketIntelligence-module__0QtUoq__insightTitle{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:700}.MarketIntelligence-module__0QtUoq__insightText{font-family:var(--font-body);color:#9ca3af;font-size:.82rem;line-height:1.5}.MarketIntelligence-module__0QtUoq__insightText strong{color:#fff;font-weight:600}.MarketIntelligence-module__0QtUoq__reputationLayout{flex-direction:column;gap:3rem;display:flex}@media (min-width:1024px){.MarketIntelligence-module__0QtUoq__reputationLayout{flex-direction:row;align-items:center;gap:4rem}}.MarketIntelligence-module__0QtUoq__repCopy{flex:1;max-width:480px}.MarketIntelligence-module__0QtUoq__highlightOrange{color:var(--color-brand-primary)}.MarketIntelligence-module__0QtUoq__checkList{flex-direction:column;gap:1rem;margin-top:1.25rem;display:flex}.MarketIntelligence-module__0QtUoq__checkItem{color:#e2e8f0;align-items:center;gap:.75rem;font-size:1rem;font-weight:500;display:flex}.MarketIntelligence-module__0QtUoq__checkIcon{color:var(--color-brand-secondary);flex-shrink:0}.MarketIntelligence-module__0QtUoq__radarStage{flex:1;justify-content:center;align-items:center;min-height:320px;display:flex}.MarketIntelligence-module__0QtUoq__radarWrapper{justify-content:center;align-items:center;width:300px;height:300px;display:flex;position:relative}@media (min-width:768px){.MarketIntelligence-module__0QtUoq__radarWrapper{width:340px;height:340px}}.MarketIntelligence-module__0QtUoq__radarCircle{border:1px solid rgba(var(--color-brand-accent-rgb),.2);box-shadow:0 0 20px rgba(var(--color-brand-accent-rgb),.05);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.MarketIntelligence-module__0QtUoq__orbit1{width:100%;height:100%}.MarketIntelligence-module__0QtUoq__orbit2{border-style:dashed;width:70%;height:70%}.MarketIntelligence-module__0QtUoq__orbit3{border-color:rgba(var(--color-brand-accent-rgb),.4);width:40%;height:40%}.MarketIntelligence-module__0QtUoq__radarBeam{background:linear-gradient(90deg,rgba(var(--color-brand-accent-rgb),0),var(--color-brand-accent));transform-origin:0;opacity:.5;width:50%;height:2px;animation:4s linear infinite MarketIntelligence-module__0QtUoq__radarScan;position:absolute;top:50%;left:50%}@keyframes MarketIntelligence-module__0QtUoq__radarScan{0%{transform:translateY(-50%)rotate(0)}to{transform:translateY(-50%)rotate(360deg)}}.MarketIntelligence-module__0QtUoq__shieldCore{z-index:10;background:rgba(var(--color-brand-accent-rgb),.1);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(var(--color-brand-accent-rgb),.5);width:100px;height:100px;box-shadow:0 0 40px rgba(var(--color-brand-accent-rgb),.2);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.MarketIntelligence-module__0QtUoq__statusCard{-webkit-backdrop-filter:blur(10px);white-space:nowrap;z-index:20;background:#141414d9;border-radius:10px;align-items:center;gap:.6rem;padding:.6rem .85rem;font-size:.8rem;font-weight:600;display:flex;position:absolute;box-shadow:0 8px 24px #00000080}.MarketIntelligence-module__0QtUoq__cardWarning{border:1px solid rgba(var(--color-brand-accent-rgb),.3);color:var(--color-brand-accent);bottom:18%;left:-8%}.MarketIntelligence-module__0QtUoq__cardSuccess{border:1px solid rgba(var(--color-brand-accent-rgb),.3);color:var(--color-brand-secondary);top:14%;right:-8%}
.Optimization-module__dqtwCa__section{background-color:var(--color-background);color:var(--color-text-primary);padding:6rem 0;position:relative;overflow:hidden}.Optimization-module__dqtwCa__container{flex-direction:column;gap:3rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}@media (min-width:1024px){.Optimization-module__dqtwCa__container{flex-direction:row;align-items:center;gap:4rem}}.Optimization-module__dqtwCa__visualColumn{z-index:10;width:100%;position:relative}@media (min-width:1024px){.Optimization-module__dqtwCa__visualColumn{width:55%}}.Optimization-module__dqtwCa__browserWindow{border:1px solid var(--color-border);background:#fff;border-radius:12px;height:500px;position:relative;overflow:hidden;box-shadow:0 20px 40px -10px #00000026}@media (min-width:1024px){.Optimization-module__dqtwCa__browserWindow{aspect-ratio:4/3;height:400px}}.Optimization-module__dqtwCa__compareContainer{width:100%;height:100%;position:relative}.Optimization-module__dqtwCa__viewLayer{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Optimization-module__dqtwCa__humanView{background:var(--color-surface);z-index:1}.Optimization-module__dqtwCa__aiView{z-index:2;border-right:2px solid var(--color-brand-accent);background:#1e1e1e}.Optimization-module__dqtwCa__viewContent{width:100%;min-width:100%;height:100%;position:relative}.Optimization-module__dqtwCa__productImg{object-fit:cover;width:100%;height:100%;display:block}.Optimization-module__dqtwCa__codeContainer{color:#d4d4d4;padding:1.5rem;font-family:Fira Code,monospace;font-size:.75rem;line-height:1.6}@media (min-width:640px){.Optimization-module__dqtwCa__codeContainer{font-size:.85rem}}.Optimization-module__dqtwCa__codeLine{display:block}.Optimization-module__dqtwCa__syntaxPurple{color:#c586c0}.Optimization-module__dqtwCa__syntaxBlue{color:#569cd6}.Optimization-module__dqtwCa__syntaxOrange{color:#ce9178}.Optimization-module__dqtwCa__syntaxGreen{color:#4ec9b0}.Optimization-module__dqtwCa__syntaxComment{color:#6a9955}.Optimization-module__dqtwCa__label{text-transform:uppercase;z-index:20;pointer-events:none;border-radius:4px;padding:4px 8px;font-size:.7rem;font-weight:600;position:absolute;top:10px}.Optimization-module__dqtwCa__humanLabel{color:#fff;background:#3b82f6;border:1px solid #3b82f6;left:10px}.Optimization-module__dqtwCa__aiLabel{background:rgba(var(--color-brand-accent-rgb),.2);color:var(--color-brand-accent);border:1px solid var(--color-brand-accent);right:10px}.Optimization-module__dqtwCa__trafficContainer{pointer-events:none;z-index:30;width:100%;height:100%;position:absolute;top:-20px;left:0;overflow:hidden}.Optimization-module__dqtwCa__particle{opacity:0;border-radius:50%;width:8px;height:8px;position:absolute;top:0}.Optimization-module__dqtwCa__sliderHandle{background:var(--color-brand-accent);z-index:25;cursor:ew-resize;width:2px;position:absolute;top:0;bottom:0;transform:translate(-50%)}.Optimization-module__dqtwCa__knob{background:var(--color-brand-accent);width:32px;height:32px;box-shadow:0 4px 12px rgba(var(--color-brand-accent-rgb),.4);color:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Optimization-module__dqtwCa__copyColumn{width:100%}@media (min-width:1024px){.Optimization-module__dqtwCa__copyColumn{width:45%}}.Optimization-module__dqtwCa__badge{color:#6b7280;background:var(--color-surface);border:1px solid #e5e7eb;border-radius:99px;margin-bottom:1.5rem;padding:4px 12px;font-family:monospace;font-size:.75rem;display:inline-block}.Optimization-module__dqtwCa__heading{margin-bottom:1rem;font-family:Plus Jakarta Sans,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.2}@media (min-width:768px){.Optimization-module__dqtwCa__heading{font-size:2.5rem}}.Optimization-module__dqtwCa__subtext{color:#4b5563;margin-bottom:2.5rem;font-family:Inter,sans-serif;font-size:1.125rem;line-height:1.6}.Optimization-module__dqtwCa__featureList{flex-direction:column;gap:1.5rem;display:flex}.Optimization-module__dqtwCa__featureItem{flex-direction:column;display:flex}.Optimization-module__dqtwCa__featureTitle{align-items:center;gap:.5rem;margin-bottom:.25rem;font-family:Plus Jakarta Sans,sans-serif;font-size:1.1rem;font-weight:600;display:flex}.Optimization-module__dqtwCa__featureBody{color:#6b7280;margin-left:0;font-family:Inter,sans-serif;font-size:.95rem}.Optimization-module__dqtwCa__iconBox{width:24px;height:24px;color:var(--color-text-primary);background:#f3f4f6;border-radius:4px;justify-content:center;align-items:center;display:flex}.Optimization-module__dqtwCa__highlight{color:var(--color-brand-accent)}
.AITraffic-module__uyqUpG__section{background-color:var(--color-surface-inverse);color:#fff;flex-direction:column;align-items:center;padding:6rem 1.5rem;display:flex;position:relative;overflow:hidden}.AITraffic-module__uyqUpG__section:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:60px 60px;width:100%;height:100%;position:absolute;top:0;left:0}.AITraffic-module__uyqUpG__container{z-index:2;flex-direction:column;gap:4rem;width:100%;max-width:1200px;display:flex;position:relative}.AITraffic-module__uyqUpG__header{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:750px;margin:0 auto;display:flex}.AITraffic-module__uyqUpG__badge{background-color:rgba(var(--color-brand-accent-rgb),.15);color:var(--color-brand-primary);border:1px solid rgba(var(--color-brand-accent-rgb),.3);text-transform:uppercase;letter-spacing:.1em;box-shadow:0 0 20px rgba(var(--color-brand-accent-rgb),.15);border-radius:9999px;padding:.5rem 1rem;font-size:.75rem;font-weight:700}.AITraffic-module__uyqUpG__heading{letter-spacing:-.02em;color:#fff;font-size:2.25rem;font-weight:800;line-height:1.2}@media (min-width:768px){.AITraffic-module__uyqUpG__heading{font-size:3rem}}.AITraffic-module__uyqUpG__subtext{font-family:var(--font-body);color:#9ca3af;max-width:680px;font-size:1.125rem;line-height:1.7}.AITraffic-module__uyqUpG__dashboardWrapper{justify-content:center;width:100%;padding:2rem 0;display:flex;position:relative}.AITraffic-module__uyqUpG__dashboardGlow{background:radial-gradient(ellipse at center,rgba(var(--color-brand-accent-rgb),.18)0%,rgba(var(--color-brand-accent-rgb),.06)40%,transparent 70%);pointer-events:none;filter:blur(40px);border-radius:50%;width:80%;height:70%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.AITraffic-module__uyqUpG__browserFrame{width:100%;max-width:960px;box-shadow:0 0 0 1px #ffffff0d,0 25px 60px -12px #00000080,0 0 80px -20px rgba(var(--color-brand-accent-rgb),.15);z-index:1;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:16px;position:relative;overflow:hidden}.AITraffic-module__uyqUpG__browserBar{background:#1a1a1a;border-bottom:1px solid #ffffff14;align-items:center;gap:1rem;padding:12px 16px;display:flex}.AITraffic-module__uyqUpG__browserDots{flex-shrink:0;align-items:center;gap:6px;display:flex}.AITraffic-module__uyqUpG__dotRed{background:#ff5f57;border-radius:50%;width:12px;height:12px}.AITraffic-module__uyqUpG__dotYellow{background:#ffbd2e;border-radius:50%;width:12px;height:12px}.AITraffic-module__uyqUpG__dotGreen{background:#28c840;border-radius:50%;width:12px;height:12px}.AITraffic-module__uyqUpG__browserAddress{color:#888;font-size:.8rem;font-family:var(--font-body);text-align:center;background:#ffffff0f;border:1px solid #ffffff0d;border-radius:8px;flex:1;padding:6px 14px}.AITraffic-module__uyqUpG__browserContent{width:100%;line-height:0}.AITraffic-module__uyqUpG__dashboardImage{width:100%;height:auto;display:block}.AITraffic-module__uyqUpG__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.AITraffic-module__uyqUpG__grid{grid-template-columns:repeat(3,1fr)}}.AITraffic-module__uyqUpG__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:1.25rem;flex-direction:column;gap:1rem;padding:2rem;transition:all .3s;display:flex}.AITraffic-module__uyqUpG__card:hover{border-color:var(--color-brand-primary);box-shadow:0 10px 30px -8px rgba(var(--color-brand-accent-rgb),.2);background:#ffffff0f;transform:translateY(-4px)}.AITraffic-module__uyqUpG__cardIcon{background:rgba(var(--color-brand-accent-rgb),.12);width:48px;height:48px;color:var(--color-brand-primary);border-radius:12px;justify-content:center;align-items:center;display:flex}.AITraffic-module__uyqUpG__cardTitle{color:#fff;font-size:1.25rem;font-weight:700;line-height:1.3}.AITraffic-module__uyqUpG__cardBody{font-family:var(--font-body);color:#9ca3af;font-size:.95rem;line-height:1.6}.AITraffic-module__uyqUpG__ctaArea{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;display:flex}.AITraffic-module__uyqUpG__ctaText{font-family:var(--font-heading);color:#fff;font-size:1.25rem;font-weight:600}.AITraffic-module__uyqUpG__ctaButton{background-color:var(--color-brand-primary);color:#fff;font-family:var(--font-heading);cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.AITraffic-module__uyqUpG__ctaButton:hover{box-shadow:0 8px 24px -4px rgba(var(--color-brand-accent-rgb),.5);background-color:#e04e2b;transform:translateY(-2px)}
.AIRevenue-module__qVTUXG__section{background-color:var(--color-surface-inverse);color:#fff;flex-direction:column;align-items:center;padding:7rem 1.5rem;display:flex;position:relative;overflow:hidden}.AIRevenue-module__qVTUXG__bgGrid{pointer-events:none;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.AIRevenue-module__qVTUXG__bgGradient{background:radial-gradient(ellipse 70% 50% at 50% 0%,rgba(var(--color-brand-accent-rgb),.08)0%,transparent 60%),radial-gradient(ellipse 50% 40% at 50% 100%,rgba(var(--color-brand-accent-rgb),.05)0%,transparent 50%);pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.AIRevenue-module__qVTUXG__bgOrbLeft{background:radial-gradient(circle,rgba(var(--color-brand-accent-rgb),.07)0%,transparent 65%);filter:blur(80px);pointer-events:none;border-radius:50%;width:500px;height:500px;animation:12s ease-in-out infinite alternate AIRevenue-module__qVTUXG__orbFloat;position:absolute;top:20%;left:-10%}.AIRevenue-module__qVTUXG__bgOrbRight{background:radial-gradient(circle,rgba(var(--color-brand-accent-rgb),.06)0%,transparent 65%);filter:blur(80px);pointer-events:none;border-radius:50%;width:450px;height:450px;animation:14s ease-in-out infinite alternate-reverse AIRevenue-module__qVTUXG__orbFloat;position:absolute;bottom:10%;right:-10%}@keyframes AIRevenue-module__qVTUXG__orbFloat{0%{transform:translate(0)scale(1)}to{transform:translate(30px,-20px)scale(1.1)}}.AIRevenue-module__qVTUXG__container{z-index:2;flex-direction:column;gap:4rem;width:100%;max-width:1200px;display:flex;position:relative}.AIRevenue-module__qVTUXG__header{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;max-width:750px;margin:0 auto;display:flex}.AIRevenue-module__qVTUXG__badge{background-color:rgba(var(--color-brand-accent-rgb),.15);color:var(--color-brand-primary);border:1px solid rgba(var(--color-brand-accent-rgb),.3);text-transform:uppercase;letter-spacing:.1em;box-shadow:0 0 20px rgba(var(--color-brand-accent-rgb),.15);border-radius:9999px;padding:.5rem 1rem;font-size:.75rem;font-weight:700}.AIRevenue-module__qVTUXG__heading{letter-spacing:-.02em;color:#fff;font-size:2.25rem;font-weight:800;line-height:1.15}@media (min-width:768px){.AIRevenue-module__qVTUXG__heading{font-size:3.25rem}}.AIRevenue-module__qVTUXG__headingGradient{background:linear-gradient(135deg,var(--color-brand-primary)0%,var(--color-brand-accent)50%,#ffb199 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.AIRevenue-module__qVTUXG__subtext{font-family:var(--font-body);color:#9ca3af;max-width:680px;font-size:1.125rem;line-height:1.7}.AIRevenue-module__qVTUXG__statsRow{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.AIRevenue-module__qVTUXG__statsRow{grid-template-columns:repeat(3,1fr)}}.AIRevenue-module__qVTUXG__statCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:1rem;align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:all .3s;display:flex}.AIRevenue-module__qVTUXG__statCard:hover{border-color:rgba(var(--color-brand-accent-rgb),.3);background:#ffffff0f}.AIRevenue-module__qVTUXG__statIconWrap{background:rgba(var(--color-brand-accent-rgb),.12);width:44px;height:44px;color:var(--color-brand-primary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.AIRevenue-module__qVTUXG__statContent{flex-direction:column;gap:.1rem;display:flex}.AIRevenue-module__qVTUXG__statValue{font-family:var(--font-heading);color:#fff;letter-spacing:-.02em;font-size:1.5rem;font-weight:800;line-height:1.2}.AIRevenue-module__qVTUXG__statLabel{font-family:var(--font-body);color:#ddd;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.AIRevenue-module__qVTUXG__statSub{font-family:var(--font-body);color:#666;font-size:.75rem}.AIRevenue-module__qVTUXG__dashboardStage{perspective:1200px;justify-content:center;width:100%;min-height:420px;padding:2rem 0 4rem;display:flex;position:relative}@media (min-width:768px){.AIRevenue-module__qVTUXG__dashboardStage{min-height:520px;padding:3rem 0 5rem}}@media (min-width:1024px){.AIRevenue-module__qVTUXG__dashboardStage{min-height:560px}}.AIRevenue-module__qVTUXG__stageGlow{background:radial-gradient(ellipse at center,rgba(var(--color-brand-accent-rgb),.14)0%,rgba(var(--color-brand-accent-rgb),.04)45%,transparent 70%);pointer-events:none;filter:blur(50px);border-radius:50%;width:70%;height:60%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.AIRevenue-module__qVTUXG__dashCard{width:80%;max-width:620px;position:absolute}@media (min-width:768px){.AIRevenue-module__qVTUXG__dashCard{width:58%}}@media (min-width:1024px){.AIRevenue-module__qVTUXG__dashCard{width:55%;max-width:600px}}.AIRevenue-module__qVTUXG__dashCardBack{z-index:1;transform-origin:bottom;top:0;left:2%}.AIRevenue-module__qVTUXG__dashCardFront{z-index:2;transform-origin:bottom;top:15%;left:auto;right:2%}@media (min-width:768px){.AIRevenue-module__qVTUXG__dashCardBack{left:8%}.AIRevenue-module__qVTUXG__dashCardFront{top:12%;right:8%}}@media (min-width:1024px){.AIRevenue-module__qVTUXG__dashCardBack{left:10%}.AIRevenue-module__qVTUXG__dashCardFront{top:14%;right:10%}}.AIRevenue-module__qVTUXG__dashLabel{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.12em;color:var(--color-brand-primary);border:1px solid rgba(var(--color-brand-accent-rgb),.3);-webkit-backdrop-filter:blur(4px);background:#0a0a0ae6;border-radius:6px;width:fit-content;margin-bottom:.75rem;padding:.5rem .85rem;font-size:.7rem;font-weight:700;box-shadow:0 4px 12px #0006}.AIRevenue-module__qVTUXG__browserFrame{width:100%;box-shadow:0 0 0 1px #ffffff0a,0 25px 60px -12px #0009,0 0 80px -20px rgba(var(--color-brand-accent-rgb),.12);background:#1a1a1a;border:1px solid #ffffff1a;border-radius:14px;transition:transform .35s,box-shadow .35s;overflow:hidden}.AIRevenue-module__qVTUXG__dashCard:hover .AIRevenue-module__qVTUXG__browserFrame{box-shadow:0 0 0 1px rgba(var(--color-brand-accent-rgb),.2),0 30px 70px -12px #000000b3,0 0 100px -20px rgba(var(--color-brand-accent-rgb),.2);transform:translateY(-4px)}.AIRevenue-module__qVTUXG__browserBar{background:#1a1a1a;border-bottom:1px solid #ffffff14;align-items:center;gap:.75rem;padding:10px 14px;display:flex}.AIRevenue-module__qVTUXG__browserDots{flex-shrink:0;align-items:center;gap:5px;display:flex}.AIRevenue-module__qVTUXG__dotRed{background:#ff5f57;border-radius:50%;width:10px;height:10px}.AIRevenue-module__qVTUXG__dotYellow{background:#ffbd2e;border-radius:50%;width:10px;height:10px}.AIRevenue-module__qVTUXG__dotGreen{background:#28c840;border-radius:50%;width:10px;height:10px}.AIRevenue-module__qVTUXG__browserAddress{color:#888;font-size:.72rem;font-family:var(--font-body);text-align:center;background:#ffffff0f;border:1px solid #ffffff0d;border-radius:6px;flex:1;padding:5px 12px}.AIRevenue-module__qVTUXG__browserContent{width:100%;line-height:0}.AIRevenue-module__qVTUXG__dashboardImage{width:100%;height:auto;display:block}.AIRevenue-module__qVTUXG__grid{grid-template-columns:1fr;gap:1.5rem;margin-top:1rem;display:grid}@media (min-width:768px){.AIRevenue-module__qVTUXG__grid{grid-template-columns:repeat(3,1fr)}}.AIRevenue-module__qVTUXG__card{border-radius:1.25rem;transition:all .35s;position:relative;overflow:hidden}.AIRevenue-module__qVTUXG__card:hover{transform:translateY(-5px)}.AIRevenue-module__qVTUXG__cardGlow{display:none}.AIRevenue-module__qVTUXG__cardInner{background:#1e1e1e;border:1px solid #ffffff14;border-radius:1.25rem;flex-direction:column;gap:1rem;height:100%;padding:2rem;transition:border-color .35s,box-shadow .35s;display:flex}.AIRevenue-module__qVTUXG__card:hover .AIRevenue-module__qVTUXG__cardInner{border-color:rgba(var(--color-brand-accent-rgb),.35);box-shadow:0 12px 36px -8px rgba(var(--color-brand-accent-rgb),.15)}.AIRevenue-module__qVTUXG__cardIcon{background:rgba(var(--color-brand-accent-rgb),.12);width:48px;height:48px;color:var(--color-brand-primary);border-radius:12px;justify-content:center;align-items:center;transition:all .3s;display:flex}.AIRevenue-module__qVTUXG__card:hover .AIRevenue-module__qVTUXG__cardIcon{background:rgba(var(--color-brand-accent-rgb),.2);box-shadow:0 0 20px rgba(var(--color-brand-accent-rgb),.2)}.AIRevenue-module__qVTUXG__cardTitle{color:#fff;font-size:1.25rem;font-weight:700;line-height:1.3}.AIRevenue-module__qVTUXG__cardBody{font-family:var(--font-body);color:#9ca3af;font-size:.95rem;line-height:1.6}.AIRevenue-module__qVTUXG__ctaArea{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.AIRevenue-module__qVTUXG__ctaText{font-family:var(--font-heading);color:#fff;font-size:1.25rem;font-weight:600}.AIRevenue-module__qVTUXG__ctaButton{background:linear-gradient(135deg,var(--color-brand-primary)0%,#ff7b57 100%);color:#fff;font-family:var(--font-heading);cursor:pointer;box-shadow:0 4px 20px rgba(var(--color-brand-accent-rgb),.3);border:none;border-radius:9999px;align-items:center;gap:.6rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .25s;display:inline-flex;position:relative}.AIRevenue-module__qVTUXG__ctaButton:hover{box-shadow:0 8px 30px rgba(var(--color-brand-accent-rgb),.5);transform:translateY(-2px)}.AIRevenue-module__qVTUXG__ctaArrow{transition:transform .25s}.AIRevenue-module__qVTUXG__ctaButton:hover .AIRevenue-module__qVTUXG__ctaArrow{transform:translate(4px)}
.StoreVisibility-module__jzRWFq__section{background-color:var(--color-background);color:var(--color-text-primary);padding:6rem 1.5rem}.StoreVisibility-module__jzRWFq__container{flex-direction:column;gap:3.5rem;max-width:1200px;margin:0 auto;display:flex}.StoreVisibility-module__jzRWFq__header{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:760px;margin:0 auto;display:flex}.StoreVisibility-module__jzRWFq__eyebrow{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.12em;color:var(--color-brand-primary);font-size:.75rem;font-weight:600}.StoreVisibility-module__jzRWFq__headline{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--color-text-primary);font-size:2rem;font-weight:800;line-height:1.15}@media (min-width:768px){.StoreVisibility-module__jzRWFq__headline{font-size:3rem}}.StoreVisibility-module__jzRWFq__headlineMuted{color:#6b7280}.StoreVisibility-module__jzRWFq__subheadline{font-family:var(--font-body);color:#4b5563;max-width:680px;font-size:1.05rem;line-height:1.7}.StoreVisibility-module__jzRWFq__showcase{flex-direction:column;gap:2.5rem;display:flex}@media (min-width:1024px){.StoreVisibility-module__jzRWFq__showcase{flex-direction:row;align-items:flex-start;gap:3rem}}.StoreVisibility-module__jzRWFq__tabColumn{flex-direction:column;flex-shrink:0;gap:0;display:flex}@media (min-width:1024px){.StoreVisibility-module__jzRWFq__tabColumn{width:360px}}.StoreVisibility-module__jzRWFq__tab{text-align:left;cursor:pointer;background:0 0;border:none;border-left:3px solid #0000;border-radius:0;flex-direction:column;gap:0;padding:1.15rem 1.25rem;transition:all .25s;display:flex;position:relative}.StoreVisibility-module__jzRWFq__tab:hover{background:#00000005}.StoreVisibility-module__jzRWFq__tabActive{border-left-color:var(--color-brand-primary);background:var(--color-border)}.StoreVisibility-module__jzRWFq__tabActive:hover{background:var(--color-border)}.StoreVisibility-module__jzRWFq__tabHeader{align-items:center;gap:.6rem;display:flex}.StoreVisibility-module__jzRWFq__tabIcon{color:#9ca3af;flex-shrink:0;transition:color .25s}.StoreVisibility-module__jzRWFq__tabActive .StoreVisibility-module__jzRWFq__tabIcon{color:var(--color-brand-primary)}.StoreVisibility-module__jzRWFq__tabLabel{font-family:var(--font-heading);color:#6b7280;font-size:.95rem;font-weight:700;transition:color .25s}.StoreVisibility-module__jzRWFq__tabActive .StoreVisibility-module__jzRWFq__tabLabel{color:var(--color-text-primary)}.StoreVisibility-module__jzRWFq__tabBody{padding-left:2.35rem;overflow:hidden}.StoreVisibility-module__jzRWFq__tabTitle{font-family:var(--font-heading);color:var(--color-text-primary);margin-top:.65rem;margin-bottom:.35rem;font-size:1.1rem;font-weight:700}.StoreVisibility-module__jzRWFq__tabDescription{font-family:var(--font-body);color:#4b5563;font-size:.88rem;line-height:1.6}.StoreVisibility-module__jzRWFq__visualColumn{flex:1;min-width:0}.StoreVisibility-module__jzRWFq__browserFrame{border:1px solid var(--color-border);background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 4px 24px #0000000f,0 1px 4px #0000000a}.StoreVisibility-module__jzRWFq__browserDots{border-bottom:1px solid var(--color-border);gap:6px;padding:12px 16px;display:flex}.StoreVisibility-module__jzRWFq__dot{background:var(--color-border);border-radius:50%;width:10px;height:10px}.StoreVisibility-module__jzRWFq__imageStage{min-height:280px;position:relative;overflow:hidden}@media (min-width:768px){.StoreVisibility-module__jzRWFq__imageStage{min-height:380px}}@media (min-width:1024px){.StoreVisibility-module__jzRWFq__imageStage{min-height:440px}}.StoreVisibility-module__jzRWFq__dashImage{object-fit:cover;width:100%;height:auto;display:block}.StoreVisibility-module__jzRWFq__competitorStack{width:100%;min-height:280px;position:relative}@media (min-width:768px){.StoreVisibility-module__jzRWFq__competitorStack{min-height:380px}}@media (min-width:1024px){.StoreVisibility-module__jzRWFq__competitorStack{min-height:440px}}.StoreVisibility-module__jzRWFq__stackBack{z-index:1;border-radius:8px;width:92%;height:auto;display:block;position:relative}.StoreVisibility-module__jzRWFq__stackFront{z-index:2;border:2px solid #ffffffe6;border-radius:8px;width:55%;height:auto;position:absolute;bottom:8%;right:0;box-shadow:0 12px 40px #00000026,0 2px 8px #00000014}.StoreVisibility-module__jzRWFq__ctaArea{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;display:flex}.StoreVisibility-module__jzRWFq__ctaText{font-family:var(--font-heading);color:var(--color-text-primary);font-size:1.25rem;font-weight:700}.StoreVisibility-module__jzRWFq__ctaButton{background-color:var(--color-brand-primary);color:#fff;font-family:var(--font-heading);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.6rem;padding:.85rem 2rem;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex}.StoreVisibility-module__jzRWFq__ctaButton:hover{box-shadow:0 6px 20px rgba(var(--color-brand-accent-rgb),.3);transform:translateY(-2px)}@media (max-width:1023px){.StoreVisibility-module__jzRWFq__tabColumn{flex-direction:column}}@media (max-width:767px){.StoreVisibility-module__jzRWFq__section{padding:4rem 1rem}.StoreVisibility-module__jzRWFq__headline{font-size:1.65rem}.StoreVisibility-module__jzRWFq__subheadline{font-size:.95rem}.StoreVisibility-module__jzRWFq__tab{padding:.9rem 1rem}.StoreVisibility-module__jzRWFq__tabTitle{font-size:1rem}.StoreVisibility-module__jzRWFq__tabDescription{font-size:.82rem}.StoreVisibility-module__jzRWFq__ctaText{font-size:1.1rem}.StoreVisibility-module__jzRWFq__ctaButton{padding:.75rem 1.5rem;font-size:.92rem}}
.Pricing-module__p5ZFka__section{isolation:isolate;background:var(--color-background);padding:clamp(112px,12vw,188px) 0;scroll-margin-top:96px;position:relative;overflow:hidden}.Pricing-module__p5ZFka__backgroundGrid{z-index:-2;pointer-events:none;opacity:.35;background-image:linear-gradient(rgba(var(--color-brand-primary-rgb),.035)1px,transparent 1px),linear-gradient(90deg,rgba(var(--color-brand-primary-rgb),.035)1px,transparent 1px);background-size:78px 78px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 16% 84%,#0000);mask-image:linear-gradient(#0000,#000 16% 84%,#0000)}.Pricing-module__p5ZFka__ambientGlow{z-index:-1;aspect-ratio:1;pointer-events:none;background:radial-gradient(circle,rgba(var(--color-brand-accent-rgb),.12),transparent 68%);filter:blur(42px);border-radius:50%;width:min(58vw,820px);position:absolute;top:8%;right:-12%}.Pricing-module__p5ZFka__container{width:min(100% - 48px,1380px);margin:0 auto}.Pricing-module__p5ZFka__header{grid-template-columns:minmax(0,1.12fr) minmax(340px,.62fr);align-items:end;gap:clamp(50px,8vw,128px);display:grid}.Pricing-module__p5ZFka__headingBlock{max-width:900px}.Pricing-module__p5ZFka__eyebrow{width:fit-content;color:var(--color-text-muted);font-size:.73rem;font-weight:var(--font-weight-semibold);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:10px;margin:0 0 20px;line-height:1;display:inline-flex}.Pricing-module__p5ZFka__eyebrow>span{background:var(--color-brand-accent);width:26px;height:1px;box-shadow:0 0 14px rgba(var(--color-brand-accent-rgb),.5)}.Pricing-module__p5ZFka__title{max-width:900px;font-size:clamp(3rem,5.45vw,6.25rem);font-weight:var(--font-weight-extrabold);letter-spacing:-.07em;text-wrap:balance;line-height:.97}.Pricing-module__p5ZFka__title em{color:var(--color-brand-accent);font-style:normal}.Pricing-module__p5ZFka__headerCopy{max-width:520px;padding-bottom:8px}.Pricing-module__p5ZFka__headerCopy>p{color:var(--color-text-secondary);margin:0;font-size:clamp(1rem,1.28vw,1.16rem);line-height:1.75}.Pricing-module__p5ZFka__auditNote{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-card);grid-template-columns:38px minmax(0,1fr);align-items:center;gap:12px;margin-top:24px;padding:14px;display:grid}.Pricing-module__p5ZFka__auditIcon{width:38px;height:38px;color:var(--color-text-primary);background:rgba(var(--color-brand-accent-rgb),.16);border-radius:11px;place-items:center;display:grid}.Pricing-module__p5ZFka__auditNote>span:last-child{color:var(--color-text-muted);font-size:.72rem;line-height:1.45}.Pricing-module__p5ZFka__auditNote strong{color:var(--color-text-primary);margin-bottom:3px;font-size:.75rem;display:block}.Pricing-module__p5ZFka__planNavigation{z-index:5;border:1px solid var(--color-border);min-height:66px;box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(16px);background:#ffffffe0;border-radius:18px;justify-content:space-between;align-items:center;gap:20px;margin:clamp(48px,6vw,76px) 0 32px;padding:8px 10px 8px 18px;display:flex;position:relative}.Pricing-module__p5ZFka__planNavigationLabel{color:var(--color-text-muted);font-size:.66rem;font-weight:var(--font-weight-semibold);letter-spacing:.1em;text-transform:uppercase}.Pricing-module__p5ZFka__planNavigationButtons{background:var(--color-surface-subtle);border-radius:13px;align-items:center;gap:5px;padding:4px;display:inline-flex}.Pricing-module__p5ZFka__planNavigationButtons button{min-height:40px;color:var(--color-text-muted);font-family:var(--font-body);font-size:.72rem;font-weight:var(--font-weight-semibold);cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:9px;padding:0 15px;transition:color .2s,background-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.Pricing-module__p5ZFka__planNavigationButtons button:hover{color:var(--color-text-primary);transform:translateY(-1px)}.Pricing-module__p5ZFka__planNavigationButtons button>span{color:var(--color-text-muted);letter-spacing:.08em;font-size:.56rem}.Pricing-module__p5ZFka__planNavigationButtons .Pricing-module__p5ZFka__activePlan{color:var(--color-text-primary);background:var(--color-surface);box-shadow:var(--shadow-card)}.Pricing-module__p5ZFka__planNavigationButtons .Pricing-module__p5ZFka__activePlan>span{color:var(--color-brand-accent)}.Pricing-module__p5ZFka__grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:18px;display:grid}.Pricing-module__p5ZFka__card{--card-index:0;border:1px solid var(--color-border);background:var(--color-surface);min-width:0;min-height:790px;box-shadow:var(--shadow-card);opacity:0;transition:opacity .64s ease calc(var(--card-index)*.11s),transform .76s cubic-bezier(.22,1,.36,1)calc(var(--card-index)*.11s),border-color .24s ease,box-shadow .24s ease;border-radius:24px;outline:none;flex-direction:column;padding:26px;display:flex;position:relative;overflow:hidden;transform:translateY(34px)scale(.985)}.Pricing-module__p5ZFka__section[data-visible=true] .Pricing-module__p5ZFka__card{opacity:1;transform:translateY(0)scale(1)}.Pricing-module__p5ZFka__card:hover,.Pricing-module__p5ZFka__card:focus-visible,.Pricing-module__p5ZFka__activeCard{border-color:rgba(var(--color-brand-accent-rgb),.42);box-shadow:0 26px 74px rgba(var(--color-brand-primary-rgb),.12),0 0 0 1px rgba(var(--color-brand-accent-rgb),.07)}.Pricing-module__p5ZFka__popularCard{color:var(--color-text-inverse);border-color:rgba(var(--color-brand-accent-rgb),.38);background:radial-gradient(circle at 82% 10%,rgba(var(--color-brand-accent-rgb),.17),transparent 28%),var(--color-surface-inverse);box-shadow:0 34px 92px rgba(var(--color-brand-primary-rgb),.2),0 0 0 1px rgba(var(--color-brand-accent-rgb),.08),inset 0 1px 0 #ffffff14}.Pricing-module__p5ZFka__section[data-visible=true] .Pricing-module__p5ZFka__popularCard{transform:translateY(-12px)scale(1)}.Pricing-module__p5ZFka__popularCard:hover,.Pricing-module__p5ZFka__popularCard:focus-visible,.Pricing-module__p5ZFka__popularCard.Pricing-module__p5ZFka__activeCard{border-color:rgba(var(--color-brand-accent-rgb),.64);box-shadow:0 42px 110px rgba(var(--color-brand-primary-rgb),.26),0 0 54px rgba(var(--color-brand-accent-rgb),.1),inset 0 1px 0 #ffffff14}.Pricing-module__p5ZFka__cardGlow{aspect-ratio:1;pointer-events:none;opacity:0;background:rgba(var(--color-brand-accent-rgb),.09);filter:blur(34px);border-radius:50%;width:270px;transition:opacity .3s,transform .5s;position:absolute;top:-16%;right:-24%}.Pricing-module__p5ZFka__card:hover .Pricing-module__p5ZFka__cardGlow,.Pricing-module__p5ZFka__card:focus-visible .Pricing-module__p5ZFka__cardGlow,.Pricing-module__p5ZFka__activeCard .Pricing-module__p5ZFka__cardGlow,.Pricing-module__p5ZFka__popularCard .Pricing-module__p5ZFka__cardGlow{opacity:1;transform:translate(-10px,14px)scale(1.08)}.Pricing-module__p5ZFka__cardTopline{z-index:2;justify-content:space-between;align-items:center;gap:12px;display:flex;position:relative}.Pricing-module__p5ZFka__planIndex{color:var(--color-text-muted);font-size:.66rem;font-weight:var(--font-weight-semibold);letter-spacing:.12em}.Pricing-module__p5ZFka__popularCard .Pricing-module__p5ZFka__planIndex{color:#ffffff5c}.Pricing-module__p5ZFka__planLabel{border:1px solid var(--color-border);min-height:30px;color:var(--color-text-muted);background:var(--color-surface-subtle);font-size:.58rem;font-weight:var(--font-weight-semibold);letter-spacing:.04em;border-radius:999px;align-items:center;gap:7px;padding:0 10px;display:inline-flex}.Pricing-module__p5ZFka__recommendedLabel{color:var(--color-text-primary);border-color:rgba(var(--color-brand-accent-rgb),.28);background:var(--color-brand-accent);box-shadow:0 10px 28px rgba(var(--color-brand-accent-rgb),.16)}.Pricing-module__p5ZFka__cardHeader{z-index:2;margin-top:34px;position:relative}.Pricing-module__p5ZFka__bestFor{color:var(--color-text-muted);font-size:.66rem;font-weight:var(--font-weight-semibold);letter-spacing:.1em;text-transform:uppercase;margin:0}.Pricing-module__p5ZFka__popularCard .Pricing-module__p5ZFka__bestFor{color:#ffffff5c}.Pricing-module__p5ZFka__cardHeader h3{color:var(--color-text-primary);font-size:clamp(2rem,3vw,3.2rem);font-weight:var(--font-weight-extrabold);letter-spacing:-.055em;margin-top:10px;line-height:1}.Pricing-module__p5ZFka__popularCard .Pricing-module__p5ZFka__cardHeader h3{color:var(--color-text-inverse)}.Pricing-module__p5ZFka__planDescription{min-height:78px;color:var(--color-text-secondary);margin:16px 0 0;font-size:.85rem;line-height:1.62}.Pricing-module__p5ZFka__popularCard .Pricing-module__p5ZFka__planDescription{color:#ffffff8f}.Pricing-module__p5ZFka__priceBlock{z-index:2;align-items:flex-end;min-height:112px;margin-top:24px;display:flex;position:relative}.Pricing-module__p5ZFka__currency{color:var(--color-text-muted);font-size:1rem;font-weight:var(--font-weight-semibold);align-self:flex-start;margin-top:15px}.Pricing-module__p5ZFka__priceBlock>strong{color:var(--color-text-primary);font-size:clamp(4.4rem,6vw,6.4rem);font-weight:var(--font-weight-extrabold);letter-spacing:-.085em;line-height:.86}.Pricing-module__p5ZFka__popularCard .Pricing-module__p5ZFka__priceBlock>strong{color:var(--color-text-inverse)}.Pricing-module__p5ZFka__period{color:var(--color-text-secondary);flex-direction:column;gap:3px;margin:0 0 9px 12px;font-size:.7rem;display:flex}.Pricing-module__p5ZFka__period small{color:var(--color-text-muted);letter-spacing:.08em;font-size:.53rem}.Pricing-module__p5ZFka__popularCard .Pricing-module__p5ZFka__currency,.Pricing-module__p5ZFka__popularCard .Pricing-module__p5ZFka__period{color:#ffffff6b}.Pricing-module__p5ZFka__popularCard .Pricing-module__p5ZFka__period small{color:#ffffff42}.Pricing-module__p5ZFka__chooseButton{z-index:2;border:1px solid var(--color-border-strong);min-height:54px;color:var(--color-text-primary);background:var(--color-surface);font-family:var(--font-body);font-size:.76rem;font-weight:var(--font-weight-semibold);cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;margin-top:22px;padding:0 17px;transition:transform .2s,border-color .2s,background-color .2s,box-shadow .2s;display:flex;position:relative}.Pricing-module__p5ZFka__chooseButton:hover{border-color:var(--color-text-primary);box-shadow:var(--shadow-card);transform:translateY(-2px)}.Pricing-module__p5ZFka__chooseButtonPrimary{color:var(--color-text-primary);border-color:var(--color-brand-accent);background:var(--color-brand-accent);box-shadow:0 16px 40px rgba(var(--color-brand-accent-rgb),.18)}.Pricing-module__p5ZFka__chooseButtonPrimary:hover{border-color:var(--color-brand-accent);background:var(--color-brand-accent);box-shadow:0 22px 52px rgba(var(--color-brand-accent-rgb),.25)}.Pricing-module__p5ZFka__cardDivider{z-index:2;background:var(--color-border);height:1px;margin:28px 0;position:relative}.Pricing-module__p5ZFka__popularCard .Pricing-module__p5ZFka__cardDivider{background:#ffffff17}.Pricing-module__p5ZFka__features{z-index:2;flex:1;position:relative}.Pricing-module__p5ZFka__featureGroup+.Pricing-module__p5ZFka__featureGroup{margin-top:27px}.Pricing-module__p5ZFka__featureGroup h4{color:var(--color-text-muted);font-size:.61rem;font-weight:var(--font-weight-semibold);letter-spacing:.11em;text-transform:uppercase}.Pricing-module__p5ZFka__popularCard .Pricing-module__p5ZFka__featureGroup h4{color:var(--color-brand-accent)}.Pricing-module__p5ZFka__featureGroup ul{gap:12px;margin:15px 0 0;padding:0;list-style:none;display:grid}.Pricing-module__p5ZFka__featureGroup li{color:var(--color-text-secondary);grid-template-columns:23px minmax(0,1fr) auto;align-items:start;gap:9px;font-size:.76rem;line-height:1.48;display:grid}.Pricing-module__p5ZFka__popularCard .Pricing-module__p5ZFka__featureGroup li{color:#ffffff94}.Pricing-module__p5ZFka__checkIcon{width:22px;height:22px;color:var(--color-text-primary);background:rgba(var(--color-brand-accent-rgb),.16);border-radius:50%;place-items:center;display:grid}.Pricing-module__p5ZFka__popularCard .Pricing-module__p5ZFka__checkIcon{color:var(--color-text-primary);background:var(--color-brand-accent)}.Pricing-module__p5ZFka__featureText{padding-top:2px}.Pricing-module__p5ZFka__infoWrap{position:relative}.Pricing-module__p5ZFka__infoButton{width:24px;height:24px;color:var(--color-text-muted);cursor:help;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:grid}.Pricing-module__p5ZFka__popularCard .Pricing-module__p5ZFka__infoButton{color:#fff6}.Pricing-module__p5ZFka__tooltip{z-index:12;border:1px solid var(--color-border);width:240px;color:var(--color-text-secondary);background:var(--color-surface);box-shadow:var(--shadow-elevated);opacity:0;pointer-events:none;border-radius:10px;padding:11px 12px;font-size:.66rem;line-height:1.48;transition:opacity .18s,transform .18s;position:absolute;bottom:calc(100% + 9px);right:0;transform:translateY(5px)}.Pricing-module__p5ZFka__infoWrap:hover .Pricing-module__p5ZFka__tooltip,.Pricing-module__p5ZFka__infoWrap:focus-within .Pricing-module__p5ZFka__tooltip{opacity:1;transform:translateY(0)}.Pricing-module__p5ZFka__cardFooter{z-index:2;border-top:1px solid var(--color-border);color:var(--color-text-muted);align-items:center;gap:9px;margin-top:30px;padding-top:18px;font-size:.62rem;display:flex;position:relative}.Pricing-module__p5ZFka__popularCard .Pricing-module__p5ZFka__cardFooter{color:#ffffff4f;border-color:#ffffff14}.Pricing-module__p5ZFka__cardFooterDot{background:var(--color-brand-accent);width:6px;height:6px;box-shadow:0 0 0 5px rgba(var(--color-brand-accent-rgb),.1);border-radius:50%}.Pricing-module__p5ZFka__bottomNote{border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-card);border-radius:18px;justify-content:space-between;align-items:center;gap:28px;margin-top:32px;padding:20px 22px;display:flex}.Pricing-module__p5ZFka__bottomNote>div{grid-template-columns:38px minmax(0,1fr);align-items:center;gap:12px;display:grid}.Pricing-module__p5ZFka__bottomNoteIcon{width:38px;height:38px;color:var(--color-text-primary);background:rgba(var(--color-brand-accent-rgb),.16);border-radius:11px;place-items:center;display:grid}.Pricing-module__p5ZFka__bottomNote p{color:var(--color-text-muted);margin:0;font-size:.72rem;line-height:1.45}.Pricing-module__p5ZFka__bottomNote strong{color:var(--color-text-primary);margin-bottom:3px;font-size:.76rem;display:block}.Pricing-module__p5ZFka__bottomNote>a{color:var(--color-text-primary);font-size:.72rem;font-weight:var(--font-weight-semibold);flex:none;align-items:center;gap:8px;text-decoration:none;display:inline-flex}.Pricing-module__p5ZFka__bottomNote>a svg{transition:transform .18s}.Pricing-module__p5ZFka__bottomNote>a:hover svg{transform:translate(2px,-2px)}@media (max-width:1120px){.Pricing-module__p5ZFka__header{grid-template-columns:1fr;gap:26px}.Pricing-module__p5ZFka__headerCopy{max-width:760px}.Pricing-module__p5ZFka__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.Pricing-module__p5ZFka__popularCard{grid-column:span 1}.Pricing-module__p5ZFka__card:last-child{grid-column:1/-1;min-height:auto}}@media (max-width:760px){.Pricing-module__p5ZFka__section{padding:94px 0}.Pricing-module__p5ZFka__container{width:min(100% - 30px,1380px)}.Pricing-module__p5ZFka__title{font-size:clamp(2.9rem,13vw,4.6rem)}.Pricing-module__p5ZFka__planNavigation{border-radius:16px;flex-direction:column;align-items:stretch;padding:10px;position:sticky;top:78px}.Pricing-module__p5ZFka__planNavigationLabel{padding:3px 4px 0}.Pricing-module__p5ZFka__planNavigationButtons{box-sizing:border-box;scrollbar-width:none;width:100%;overflow-x:auto}.Pricing-module__p5ZFka__planNavigationButtons::-webkit-scrollbar{display:none}.Pricing-module__p5ZFka__planNavigationButtons button{flex:1 0 auto}.Pricing-module__p5ZFka__grid{grid-template-columns:1fr;gap:16px}.Pricing-module__p5ZFka__card,.Pricing-module__p5ZFka__card:last-child{grid-column:auto;min-height:auto;padding:23px}.Pricing-module__p5ZFka__section[data-visible=true] .Pricing-module__p5ZFka__popularCard{transform:none}.Pricing-module__p5ZFka__planDescription{min-height:0}.Pricing-module__p5ZFka__bottomNote{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.Pricing-module__p5ZFka__priceBlock>strong{font-size:4.8rem}.Pricing-module__p5ZFka__tooltip{width:min(240px,74vw);right:-6px}}@media (prefers-reduced-motion:reduce){.Pricing-module__p5ZFka__section *,.Pricing-module__p5ZFka__section :before,.Pricing-module__p5ZFka__section :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation:none!important}.Pricing-module__p5ZFka__card,.Pricing-module__p5ZFka__section[data-visible=true] .Pricing-module__p5ZFka__popularCard{opacity:1;transform:none}}
.FAQ-module__Gh4E7W__section{background-color:var(--color-background);color:var(--color-text-primary);flex-direction:column;align-items:center;padding:8rem 2rem;display:flex}.FAQ-module__Gh4E7W__container{flex-direction:column;align-items:center;gap:3rem;width:100%;max-width:800px;display:flex}.FAQ-module__Gh4E7W__header{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:600px;display:flex}.FAQ-module__Gh4E7W__heading{letter-spacing:-.02em;font-size:2rem;font-weight:800;line-height:1.2}@media (min-width:768px){.FAQ-module__Gh4E7W__heading{font-size:2.5rem}}.FAQ-module__Gh4E7W__subtext{font-family:var(--font-body);color:#64748b;font-size:1.125rem}.FAQ-module__Gh4E7W__faqList{flex-direction:column;gap:1rem;width:100%;display:flex}.FAQ-module__Gh4E7W__faqItem{background:#fff;border:1px solid #0000;border-radius:.75rem;transition:box-shadow .2s,border-color .2s;overflow:hidden;box-shadow:0 1px 3px #0000000d}.FAQ-module__Gh4E7W__faqItem:hover{border-color:var(--color-border);box-shadow:0 4px 6px -1px #0000000d}.FAQ-module__Gh4E7W__questionButton{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.5rem;display:flex}.FAQ-module__Gh4E7W__questionText{font-family:var(--font-body);color:var(--color-text-primary);font-size:1.125rem;font-weight:500}.FAQ-module__Gh4E7W__iconWrapper{color:var(--color-brand-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.FAQ-module__Gh4E7W__answerWrapper{overflow:hidden}.FAQ-module__Gh4E7W__answerContent{font-family:var(--font-body);color:#475569;padding:0 1.5rem 1.5rem;font-size:1rem;line-height:1.6}
.system-layer{isolation:isolate;background:var(--color-background);padding:0 0 clamp(104px,11vw,176px);scroll-margin-top:110px;position:relative;overflow:hidden}.system-layer__inner{width:min(100% - 48px,1380px);margin:0 auto}.system-layer__header{grid-template-columns:minmax(0,1.2fr) minmax(320px,.58fr);align-items:end;gap:clamp(42px,7vw,110px);margin-bottom:clamp(48px,6vw,78px);display:grid}.system-layer__header-copy{max-width:900px}.system-layer__eyebrow{width:fit-content;color:var(--color-text-muted);font-size:.74rem;font-weight:var(--font-weight-semibold);letter-spacing:.13em;text-transform:uppercase;align-items:center;gap:10px;margin:0 0 20px;line-height:1;display:inline-flex}.system-layer__eyebrow-mark{background:var(--color-brand-accent);width:24px;height:1px;box-shadow:0 0 12px rgba(var(--color-brand-accent-rgb),.5)}.system-layer__title{max-width:900px;font-size:clamp(2.8rem,5vw,5.8rem);font-weight:var(--font-weight-extrabold);letter-spacing:-.065em;text-wrap:balance;line-height:.98}.system-layer__intro{max-width:470px;color:var(--color-text-secondary);margin:0 0 8px;font-size:clamp(1rem,1.28vw,1.18rem);line-height:1.72}.system-layer__canvas{--pointer-x:50%;--pointer-y:50%;--reveal-opacity:0;--reveal-radius:250px;border:1px solid var(--color-border);background:var(--color-surface);min-height:720px;box-shadow:var(--shadow-elevated),inset 0 1px 0 var(--color-surface);isolation:isolate;border-radius:32px;position:relative;overflow:hidden}.system-layer__canvas:before{z-index:8;content:"";pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--color-surface)72%,transparent),inset 0 -120px 160px color-mix(in srgb,var(--color-background)42%,transparent);position:absolute;inset:0}.system-layer__canvas:after{z-index:9;content:"";pointer-events:none;border:1px solid color-mix(in srgb,var(--color-border)72%,transparent);opacity:.72;border-radius:22px;position:absolute;inset:16px}.system-layer__background{z-index:-4;pointer-events:none;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.system-layer__background--base{background-image:linear-gradient(color-mix(in srgb,var(--color-background)16%,transparent),color-mix(in srgb,var(--color-background)16%,transparent)),url(/assets/systemlayer/system-base.png);opacity:.82}.system-layer__background--reveal{opacity:var(--reveal-opacity);filter:saturate(1.03)contrast(1.02);-webkit-mask-image:radial-gradient(circle var(--reveal-radius)at var(--pointer-x)var(--pointer-y),black 0%,#000000f5 34%,#0000009e 60%,transparent 100%);-webkit-mask-image:radial-gradient(circle var(--reveal-radius)at var(--pointer-x)var(--pointer-y),black 0%,#000000f5 34%,#0000009e 60%,transparent 100%);mask-image:radial-gradient(circle var(--reveal-radius)at var(--pointer-x)var(--pointer-y),black 0%,#000000f5 34%,#0000009e 60%,transparent 100%);background-image:url(/assets/systemlayer/system-reveal.png);transition:opacity .26s}.system-layer__grid{z-index:-3;pointer-events:none;opacity:.42;background-image:linear-gradient(rgba(var(--color-brand-primary-rgb),.045)1px,transparent 1px),linear-gradient(90deg,rgba(var(--color-brand-primary-rgb),.045)1px,transparent 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 54% 48%,#000,#0000 84%);mask-image:radial-gradient(circle at 54% 48%,#000,#0000 84%)}.system-layer__cursor-light{left:var(--pointer-x);top:var(--pointer-y);z-index:-1;width:calc(var(--reveal-radius)*1.45);aspect-ratio:1;pointer-events:none;opacity:calc(var(--reveal-opacity)*.72);background:radial-gradient(circle,rgba(var(--color-brand-accent-rgb),.13),rgba(var(--color-brand-accent-rgb),.045)46%,transparent 72%);filter:blur(9px);border-radius:50%;transition:width .24s,opacity .24s;position:absolute;transform:translate(-50%,-50%)}.system-layer__ambient{z-index:-2;pointer-events:none;filter:blur(30px);border-radius:50%;position:absolute}.system-layer__ambient--one{background:rgba(var(--color-brand-accent-rgb),.08);width:360px;height:360px;top:12%;left:24%}.system-layer__ambient--two{background:rgba(var(--color-brand-primary-rgb),.055);width:300px;height:300px;bottom:4%;right:9%}.system-layer__phase{z-index:2;color:var(--color-text-muted);font-size:.64rem;font-weight:var(--font-weight-semibold);letter-spacing:.13em;text-transform:uppercase;opacity:0;transition:opacity .5s,transform .5s;position:absolute;transform:translateY(8px)}.system-layer__phase:before{vertical-align:middle;content:"";background:var(--color-border-strong);width:18px;height:1px;margin-right:9px;display:inline-block}.system-layer__phase--one{top:7%;left:5.5%}.system-layer__phase--two{top:8%;left:43%}.system-layer__phase--three{bottom:7%;right:5.5%}.system-layer[data-visible=true] .system-layer__phase{opacity:1;transform:translateY(0)}.system-layer[data-visible=true] .system-layer__phase--one{transition-delay:.18s}.system-layer[data-visible=true] .system-layer__phase--two{transition-delay:.48s}.system-layer[data-visible=true] .system-layer__phase--three{transition-delay:.78s}.system-layer__connections{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.system-layer__connection{fill:none;stroke-linecap:round;stroke-linejoin:round}.system-layer__connection--base{stroke:var(--color-border-strong);stroke-width:1.2px;opacity:.56}.system-layer__connection--active{stroke:url(#system-path-gradient);stroke-width:2px;filter:url(#system-path-glow);opacity:.78;stroke-dasharray:1500;stroke-dashoffset:1500px;transition:stroke-dashoffset 1.8s cubic-bezier(.22,1,.36,1)}.system-layer__connection--pulse{stroke:var(--color-brand-accent);stroke-width:2px;stroke-dasharray:3 26;opacity:0;filter:url(#system-path-glow)}.system-layer__signal{fill:var(--color-brand-accent);opacity:0;filter:url(#system-path-glow)}.system-layer[data-visible=true] .system-layer__connection--active{stroke-dashoffset:0}.system-layer[data-visible=true] .system-layer__connection--pulse{opacity:.72;animation:2.4s linear 1.7s infinite system-path-pulse}.system-layer[data-visible=true] .system-layer__signal{opacity:1;transition:opacity .3s 1.75s}.system-layer__core{z-index:1;pointer-events:none;opacity:0;width:94px;height:94px;transition:opacity .5s .8s,transform .7s cubic-bezier(.22,1,.36,1) .8s;position:absolute;top:45%;left:46%;transform:translate(-50%,-50%)scale(.7)}.system-layer[data-visible=true] .system-layer__core{opacity:1;transform:translate(-50%,-50%)scale(1)}.system-layer__core-ring{border:1px solid rgba(var(--color-brand-accent-rgb),.42);border-radius:50%;position:absolute;inset:0}.system-layer__core-ring--one{animation:8s linear infinite system-core-orbit;transform:rotateX(70deg)rotate(24deg)}.system-layer__core-ring--two{border-color:rgba(var(--color-brand-primary-rgb),.16);animation:11s linear infinite reverse system-core-orbit;inset:15px;transform:rotateY(66deg)rotate(-22deg)}.system-layer__core-dot{background:var(--color-brand-accent);width:18px;height:18px;box-shadow:0 0 0 8px rgba(var(--color-brand-accent-rgb),.12),0 0 38px rgba(var(--color-brand-accent-rgb),.52);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.system-layer__nodes{z-index:3;position:absolute;inset:0}.system-node{box-sizing:border-box;border:1px solid color-mix(in srgb,var(--color-border)82%,transparent);background:linear-gradient(145deg,color-mix(in srgb,var(--color-surface)91%,transparent),color-mix(in srgb,var(--color-surface-subtle)74%,transparent));width:min(30%,360px);min-height:330px;box-shadow:0 24px 70px rgba(var(--color-brand-primary-rgb),.095),inset 0 1px 0 color-mix(in srgb,var(--color-surface)90%,transparent);-webkit-backdrop-filter:blur(18px);opacity:0;border-radius:24px;outline:none;padding:24px;transition:opacity .62s,transform .65s cubic-bezier(.22,1,.36,1),border-color .26s,box-shadow .26s,background-color .26s;position:absolute;overflow:hidden;transform:translateY(28px)scale(.965)}.system-node:hover,.system-node:focus-visible{z-index:5;border-color:rgba(var(--color-brand-accent-rgb),.55);box-shadow:0 34px 90px rgba(var(--color-brand-primary-rgb),.14),0 0 0 1px rgba(var(--color-brand-accent-rgb),.1),0 0 48px rgba(var(--color-brand-accent-rgb),.12);transform:translateY(-10px)scale(1.015)!important}.system-node--readable{top:15%;left:5.5%;transform:translateY(28px)rotate(-1.2deg)scale(.965)}.system-node--relevant{width:min(31%,385px);min-height:350px;top:27%;left:35%;transform:translateY(28px)rotate(1deg)scale(.965)}.system-node--measurable{bottom:10%;right:5.5%;transform:translateY(28px)rotate(-.8deg)scale(.965)}.system-layer[data-visible=true] .system-node{opacity:1}.system-layer[data-visible=true] .system-node--readable{transition-delay:.22s;transform:translateY(0)rotate(-1.2deg)scale(1)}.system-layer[data-visible=true] .system-node--relevant{transition-delay:.52s;transform:translateY(0)rotate(1deg)scale(1)}.system-layer[data-visible=true] .system-node--measurable{transition-delay:.82s;transform:translateY(0)rotate(-.8deg)scale(1)}.system-node__chrome{pointer-events:none;opacity:.62;background:radial-gradient(circle,rgba(var(--color-brand-accent-rgb),.12),transparent 68%);filter:blur(18px);border-radius:50%;height:66%;transition:opacity .26s,transform .4s;position:absolute;top:-36%;left:20%;right:-20%}.system-node:hover .system-node__chrome,.system-node:focus-visible .system-node__chrome{opacity:1;transform:translate(-12px,14px)scale(1.12)}.system-node__topline{z-index:1;justify-content:space-between;align-items:center;gap:16px;display:flex;position:relative}.system-node__number{color:var(--color-text-muted);font-size:.7rem;font-weight:var(--font-weight-semibold);letter-spacing:.14em}.system-node__status{color:var(--color-text-muted);font-size:.67rem;font-weight:var(--font-weight-medium);align-items:center;gap:7px;display:inline-flex}.system-node__status-dot{background:var(--color-brand-accent);width:6px;height:6px;box-shadow:0 0 0 5px rgba(var(--color-brand-accent-rgb),.12);border-radius:50%}.system-node__icon{z-index:1;border:1px solid var(--color-border);width:54px;height:54px;color:var(--color-text-primary);background:linear-gradient(145deg,var(--color-surface),var(--color-surface-subtle));box-shadow:var(--shadow-card);border-radius:17px;place-items:center;margin-top:34px;transition:color .26s,border-color .26s,background-color .26s,transform .4s cubic-bezier(.22,1,.36,1),box-shadow .26s;display:grid;position:relative}.system-node:hover .system-node__icon,.system-node:focus-visible .system-node__icon{color:var(--color-text-primary);border-color:rgba(var(--color-brand-accent-rgb),.48);background:rgba(var(--color-brand-accent-rgb),.16);box-shadow:var(--shadow-card),0 14px 38px rgba(var(--color-brand-accent-rgb),.18);transform:rotate(-4deg)scale(1.08)}.system-node__icon svg{fill:none;stroke:currentColor;stroke-width:1.55px;stroke-linecap:round;stroke-linejoin:round;width:25px;height:25px}.system-node__eyebrow{z-index:1;color:var(--color-text-muted);font-size:.66rem;font-weight:var(--font-weight-semibold);letter-spacing:.12em;text-transform:uppercase;margin:26px 0 8px;position:relative}.system-node__title{z-index:1;font-size:clamp(1.45rem,2vw,1.85rem);font-weight:var(--font-weight-bold);letter-spacing:-.045em;position:relative}.system-node__description{z-index:1;color:var(--color-text-secondary);margin:13px 0 0;font-size:.91rem;line-height:1.62;position:relative}.system-node__details{z-index:1;opacity:0;flex-wrap:wrap;gap:8px;max-height:0;margin-top:0;transition:max-height .42s,margin-top .42s,opacity .3s,transform .42s cubic-bezier(.22,1,.36,1);display:flex;position:relative;overflow:hidden;transform:translateY(10px)}.system-node:hover .system-node__details,.system-node:focus-visible .system-node__details{opacity:1;max-height:90px;margin-top:20px;transform:translateY(0)}.system-node__detail{border:1px solid var(--color-border);color:var(--color-text-secondary);background:color-mix(in srgb,var(--color-surface)86%,transparent);font-size:.67rem;font-weight:var(--font-weight-medium);border-radius:999px;align-items:center;gap:7px;padding:7px 10px;display:inline-flex}.system-node__detail-dot{background:var(--color-brand-accent);border-radius:50%;width:5px;height:5px}.system-node__edge{background:linear-gradient(90deg,transparent,var(--color-brand-accent),transparent);opacity:0;border-radius:999px;height:2px;transition:opacity .26s,transform .5s cubic-bezier(.22,1,.36,1);position:absolute;bottom:0;left:24px;right:24px;transform:scaleX(.2)}.system-node:hover .system-node__edge,.system-node:focus-visible .system-node__edge{opacity:.9;transform:scaleX(1)}.system-layer__instruction{z-index:4;border:1px solid var(--color-border);color:var(--color-text-muted);background:color-mix(in srgb,var(--color-surface)84%,transparent);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(14px);font-size:.68rem;font-weight:var(--font-weight-medium);opacity:0;border-radius:999px;align-items:center;gap:10px;padding:9px 13px;transition:opacity .45s 1.45s,transform .45s 1.45s;display:inline-flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%,12px)}.system-layer[data-visible=true] .system-layer__instruction{opacity:1;transform:translate(-50%)}.system-layer__instruction-icon{width:20px;height:20px;color:var(--color-text-primary);background:rgba(var(--color-brand-accent-rgb),.2);border-radius:50%;place-items:center;display:grid}.system-layer__instruction-icon svg{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linejoin:round;width:11px;height:11px}@keyframes system-path-pulse{to{stroke-dashoffset:-58px}}@keyframes system-core-orbit{to{rotate:1turn}}@media (max-width:1120px){.system-layer__header{grid-template-columns:1fr;gap:24px}.system-layer__intro{max-width:680px}.system-layer__canvas{min-height:840px}.system-node{width:min(42%,390px)}.system-node--readable{top:13%;left:5%}.system-node--relevant{width:min(43%,405px);top:26%;left:auto;right:5%}.system-node--measurable{bottom:8%;left:17%;right:auto}.system-layer__phase--two,.system-layer__phase--three,.system-layer__core{display:none}}@media (max-width:760px){.system-layer{padding:90px 0;scroll-margin-top:88px}.system-layer__inner{width:min(100% - 32px,1380px)}.system-layer__header{margin-bottom:42px}.system-layer__title{font-size:clamp(2.7rem,13vw,4.35rem)}.system-layer__canvas{border-radius:24px;min-height:0;padding:84px 16px 78px}.system-layer__canvas:after{border-radius:17px;inset:10px}.system-layer__nodes{gap:18px;display:grid;position:relative}.system-node,.system-node--readable,.system-node--relevant,.system-node--measurable{width:100%;min-height:0;padding:22px;position:relative;inset:auto;transform:translateY(22px)scale(.97)}.system-layer[data-visible=true] .system-node--readable,.system-layer[data-visible=true] .system-node--relevant,.system-layer[data-visible=true] .system-node--measurable{transform:translateY(0)scale(1)}.system-node:hover,.system-node:focus-visible{transform:translateY(-4px)scale(1.005)!important}.system-node__icon{margin-top:28px}.system-node__details{opacity:1;max-height:none;margin-top:18px;transform:none}.system-layer__connections,.system-layer__core,.system-layer__phase{display:none}.system-layer__instruction{bottom:22px}.system-layer__background--reveal,.system-layer__cursor-light{display:none}}@media (hover:none){.system-layer__background--reveal,.system-layer__cursor-light,.system-layer__instruction{display:none}.system-node__details{opacity:1;max-height:none;margin-top:18px;transform:none}}@media (prefers-reduced-motion:reduce){.system-layer *,.system-layer :before,.system-layer :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation:none!important}.system-layer__background--reveal,.system-layer__cursor-light,.system-layer__instruction{display:none}.system-layer__connection--active{stroke-dashoffset:0}.system-layer__connection--pulse,.system-layer__signal{display:none}.system-node,.system-node--readable,.system-node--relevant,.system-node--measurable,.system-layer__phase,.system-layer__core{opacity:1;transform:none}}
