.faq-page a{min-height:100vh;background-color:transparent;color:#ffffff;font-family:Inter,sans-serif;position:relative;overflow-x:hidden;padding-bottom:40rem}.faq-page .content-layer{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;min-height:100vh;padding:0 2rem 10rem}.faq-header{text-align:center;max-width:900px;margin:clamp(4rem,12vh,7rem) auto 3rem;padding:2rem 1rem}.faq-hero-title{font-size:3rem!important;font-weight:800!important;color:#ffffff!important;margin-bottom:1.5rem!important;letter-spacing:-.02em;line-height:1.2!important}.faq-hero-title span{display:inline-block!important;color:#ffffff!important}.faq-subtitle{font-size:1.1rem;line-height:1.7;color:#b0bec5;max-width:700px;margin:0 auto}.faq-container{width:100%;max-width:900px;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:5rem}.faq-card,.faq-item-wrapper{position:relative}.faq-card{background:linear-gradient(145deg,rgba(30,30,30,.5),rgba(20,20,20,.3));backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:1.25rem;padding:2rem;cursor:pointer;transition:all .4s cubic-bezier(.25,.4,.25,1);overflow:hidden}.faq-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(168,85,247,.08),rgba(236,72,153,.04));opacity:0;transition:opacity .4s ease;pointer-events:none}.faq-card:hover{border-color:rgba(168,85,247,.35);box-shadow:0 10px 30px rgba(168,85,247,.15)}.faq-card:hover:before{opacity:1}.faq-card.open{border-color:rgba(168,85,247,.3)}.faq-question-section{display:flex;flex-direction:column;gap:1.25rem;position:relative;z-index:1}.faq-icon-wrapper{display:flex;align-items:center;gap:1rem}.faq-icon-circle{width:3rem;height:3rem;border-radius:50%;border:2px solid;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.5);transition:all .3s ease}.faq-icon{width:1.5rem;height:1.5rem}.faq-category{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.faq-question-content{display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-question{font-size:1.35rem;font-weight:600;color:#ffffff;margin:0;text-align:left;letter-spacing:-.01em;flex:1}.faq-toggle{display:flex;align-items:center;justify-content:center;color:#a855f7;flex-shrink:0;opacity:.7;transition:opacity .3s ease}.faq-card:hover .faq-toggle{opacity:1}.faq-answer-wrapper{overflow:hidden;position:relative;z-index:1}.faq-answer{font-size:1rem;color:#c8d6e5;line-height:1.7;padding-top:1.5rem;border-top:1px solid rgba(168,85,247,.15);margin-top:1.5rem;text-align:left}.faq-accent{position:absolute;left:0;top:0;bottom:0;width:4px;opacity:0;transition:opacity .4s ease}.faq-card.open .faq-accent,.faq-card:hover .faq-accent{opacity:.8}.faq-cta{text-align:center;max-width:600px;padding:0;margin-top:3rem;margin-bottom:10rem;background:transparent}.faq-cta h3{font-size:1.75rem;font-weight:600;color:rgba(255,255,255,.9);margin-bottom:.75rem}.faq-cta p{font-size:1.05rem;color:#8b92a8;margin-bottom:2rem}.contact-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;background:#7a00b3;border:1px solid rgba(168,85,247,.3);border-radius:.75rem;color:#ffffff;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(168,85,247,.3)}.contact-btn:hover{box-shadow:0 8px 25px rgba(168,85,247,.4);transform:translateY(-2px);border-color:rgba(168,85,247,.5)}.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.popup-content{position:relative;background:linear-gradient(145deg,rgba(30,30,30,.95),rgba(20,20,20,.9));backdrop-filter:blur(20px);border:1px solid rgba(168,85,247,.3);border-radius:1.5rem;padding:3rem 2.5rem;max-width:550px;width:100%;box-shadow:0 25px 60px rgba(168,85,247,.3)}.popup-close{position:absolute;top:1.5rem;right:1.5rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#ffffff}.popup-close:hover{background:rgba(168,85,247,.3);border-color:rgba(168,85,247,.5);transform:rotate(90deg)}.popup-close svg{width:1.5rem;height:1.5rem}.popup-title{font-size:2rem;font-weight:700;color:#ffffff;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.popup-subtitle{font-size:1rem;color:#b0bec5;margin-bottom:2rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{font-size:.95rem;font-weight:600;color:#e5e5e5}.form-group input,.form-group textarea{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:.875rem 1rem;font-size:1rem;color:#ffffff;font-family:Inter,sans-serif;transition:all .3s ease;outline:none}.form-group input:focus,.form-group textarea:focus{border-color:rgba(168,85,247,.5);background:rgba(168,85,247,.08);box-shadow:0 0 0 3px rgba(168,85,247,.1)}.form-group input::placeholder,.form-group textarea::placeholder{color:#6b7280}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{padding:1rem 2rem;background:#7a00b3;border:none;border-radius:.75rem;color:#ffffff;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(168,85,247,.3);margin-top:.5rem}.submit-btn:hover:not(:disabled){box-shadow:0 8px 25px rgba(168,85,247,.4);transform:translateY(-2px)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.submit-btn.success{background:linear-gradient(135deg,#10b981,#059669)}.submit-btn.error{background:linear-gradient(135deg,#ef4444,#dc2626)}.form-success-message{text-align:center;color:#10b981;font-size:.95rem;margin-top:.5rem}@media (max-width:768px){.faq-page .content-layer{padding:0 1.5rem 3rem}.faq-header{margin:4.5rem auto 2.5rem;padding:1.5rem 1rem}.background-quote{top:50%;width:85%}.quote-text{font-size:2.75rem}.popup-content{padding:2.5rem 2rem}.popup-title{font-size:1.75rem}.faq-hero-title{font-size:2.25rem!important}.faq-subtitle{font-size:1rem}.faq-container{gap:1.25rem;margin-bottom:3.5rem}.faq-card{padding:1.75rem 1.5rem}.faq-question{font-size:1.2rem}.faq-answer{font-size:.95rem}.faq-icon-circle{width:2.75rem;height:2.75rem}.faq-icon{width:1.35rem;height:1.35rem}.faq-cta{padding:2.5rem 1.75rem}.faq-cta h3{font-size:1.5rem}.contact-btn,.faq-cta p{font-size:1rem}.contact-btn{padding:.875rem 2rem}}@media (max-width:480px){.faq-page .content-layer{padding:0 1.25rem 2.5rem}.faq-header{margin:3.5rem auto 2rem}.background-quote{top:50%;width:90%}.quote-text{font-size:1.75rem}.popup-overlay{padding:1rem}.popup-content{padding:2rem 1.5rem}.popup-title{font-size:1.5rem}.popup-subtitle{font-size:.925rem}.faq-hero-title{font-size:1.85rem!important}.faq-subtitle{font-size:.95rem}.faq-container{gap:1rem;margin-bottom:3rem}.faq-card{padding:1.5rem 1.25rem}.faq-question{font-size:1.1rem}.faq-answer{font-size:.9rem}.faq-icon-circle{width:2.5rem;height:2.5rem}.faq-icon{width:1.25rem;height:1.25rem}.faq-cta{padding:2rem 1.5rem}.faq-cta h3{font-size:1.35rem}.faq-cta p{font-size:.95rem;margin-bottom:1.5rem}.contact-btn{padding:.75rem 1.75rem;font-size:.95rem}}.HowWeWork_section__1Tl_C{position:relative;overflow:hidden;width:100%;padding:5rem 1.5rem 4rem;background:transparent;color:#ffffff}.HowWeWork_gridOverlay__g1kkl{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(122,0,179,.08) 1px,transparent 0),linear-gradient(rgba(255,255,255,.04) 1px,transparent 0);background-size:72px 72px;mask-image:linear-gradient(180deg,transparent,#000 20%,#000 78%,transparent);pointer-events:none}.HowWeWork_header__Xh51O{position:relative;z-index:1;max-width:680px;margin:0 auto 2.5rem;text-align:center}.HowWeWork_title__Fv_DY{margin:0 0 .85rem;color:#ffffff;font-size:3rem;font-weight:750;line-height:1.05;letter-spacing:0}.HowWeWork_subtitle__LNS_h{max-width:560px;margin:0 auto;color:#aeb8c5;font-size:1.05rem;line-height:1.65}.HowWeWork_cardsContainer__6_pR6{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;width:min(100%,1180px);margin:0 auto}.HowWeWork_card__FuspZ{position:relative;min-height:248px;padding:1.5rem;display:grid;grid-template-rows:auto auto 1fr;align-content:start;gap:1rem;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025)),rgba(8,8,12,.7)}.HowWeWork_card__FuspZ:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(122,0,179,.26),transparent 54%);opacity:0;transition:opacity .18s ease;pointer-events:none}.HowWeWork_card__FuspZ:focus-within:before,.HowWeWork_card__FuspZ:hover:before{opacity:1}.HowWeWork_cardNumber__ARQmW{position:relative;z-index:1;color:#b985ff;font-size:.88rem;font-weight:800;line-height:1;letter-spacing:0}.HowWeWork_cardTitle__YlhH6{position:relative;z-index:1;margin:0;color:#ffffff;font-size:1.45rem;font-weight:750;line-height:1.15;letter-spacing:0}.HowWeWork_cardDescription__TwrYm{position:relative;z-index:1;margin:0;color:#bac7d5;font-size:.96rem;line-height:1.58}[data-theme=light] .HowWeWork_section__1Tl_C{color:#111827}[data-theme=light] .HowWeWork_gridOverlay__g1kkl{background-image:linear-gradient(90deg,rgba(122,0,179,.08) 1px,transparent 0),linear-gradient(rgba(15,23,42,.05) 1px,transparent 0)}[data-theme=light] .HowWeWork_cardTitle__YlhH6,[data-theme=light] .HowWeWork_title__Fv_DY{color:#111827}[data-theme=light] .HowWeWork_cardDescription__TwrYm,[data-theme=light] .HowWeWork_subtitle__LNS_h{color:#4b5563}[data-theme=light] .HowWeWork_card__FuspZ{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,252,.92)),#ffffff;border-color:rgba(15,23,42,.1);box-shadow:0 16px 34px rgba(15,23,42,.08)}[data-theme=light] .HowWeWork_card__FuspZ:before{background:linear-gradient(135deg,rgba(122,0,179,.08),transparent 58%)}@media (max-width:1100px){.HowWeWork_section__1Tl_C{padding:4.5rem 1.25rem 3.5rem}.HowWeWork_cardsContainer__6_pR6{grid-template-columns:repeat(2,minmax(0,1fr))}.HowWeWork_card__FuspZ{min-height:220px}}@media (max-width:768px){.HowWeWork_section__1Tl_C{padding:3.5rem 1rem 3rem}.HowWeWork_header__Xh51O{margin-bottom:1.75rem}.HowWeWork_title__Fv_DY{font-size:2.25rem}.HowWeWork_subtitle__LNS_h{font-size:1rem}}@media (max-width:560px){.HowWeWork_cardsContainer__6_pR6{grid-template-columns:1fr}.HowWeWork_card__FuspZ{min-height:0;padding:1.25rem}.HowWeWork_cardTitle__YlhH6{font-size:1.3rem}}.LandingGridStage_stage__YtNxw{position:relative;isolation:isolate;overflow:hidden;padding-bottom:clamp(2rem,5vw,4rem)}.LandingGridStage_reveal__t5Pzs{position:fixed;inset:0;z-index:100;overflow:hidden;background:transparent;pointer-events:none;animation:LandingGridStage_reveal-fade__daDyp 1.8s cubic-bezier(.16,1,.3,1) forwards}.LandingGridStage_revealLayer__VjnHs{position:absolute;inset:0;will-change:transform,opacity;backface-visibility:hidden}.LandingGridStage_revealLayerTop__T4A8N{background:color-mix(in srgb,var(--cache-accent,#7628d8) 76%,transparent);clip-path:polygon(0 0,100% 0,0 100%);animation:LandingGridStage_reveal-top-left___4EiH 1.5s cubic-bezier(.16,1,.3,1) .08s forwards}.LandingGridStage_revealLayerTopAccent__eC7E2{background:color-mix(in srgb,var(--cache-accent-hover,#a855df) 54%,transparent);clip-path:polygon(0 0,72% 0,0 72%);animation:LandingGridStage_reveal-top-left___4EiH 1.28s cubic-bezier(.16,1,.3,1) .2s forwards}.LandingGridStage_revealLayerBottom__Ne1FX{background:color-mix(in srgb,var(--cache-page-raised,#ffffff) 62%,transparent);clip-path:polygon(100% 0,100% 100%,0 100%);animation:LandingGridStage_reveal-bottom-right__6KjES 1.58s cubic-bezier(.16,1,.3,1) .12s forwards}.LandingGridStage_revealLayerBottomAccent__4ESzh{background:color-mix(in srgb,var(--cache-accent,#7628d8) 38%,transparent);clip-path:polygon(0 100%,0 62%,38% 100%);animation:LandingGridStage_reveal-bottom-right__6KjES 1.36s cubic-bezier(.16,1,.3,1) .28s forwards}.LandingGridStage_revealSeam__XwN6w{position:absolute;top:50%;left:-12%;width:124%;height:2px;background:color-mix(in srgb,var(--cache-accent,#7628d8) 46%,transparent);transform:rotate(45deg);transform-origin:center;opacity:.55;will-change:transform,opacity;animation:LandingGridStage_reveal-seam__1ebQ4 1.22s cubic-bezier(.16,1,.3,1) .18s forwards}@keyframes LandingGridStage_reveal-top-left___4EiH{0%{opacity:1;transform:translateZ(0) scale(1)}72%{opacity:.78}to{opacity:0;transform:translate3d(-108%,-108%,0) scale(1.04)}}@keyframes LandingGridStage_reveal-bottom-right__6KjES{0%{opacity:1;transform:translateZ(0) scale(1)}72%{opacity:.72}to{opacity:0;transform:translate3d(108%,108%,0) scale(1.04)}}@keyframes LandingGridStage_reveal-seam__1ebQ4{0%{opacity:.55;transform:rotate(45deg) scaleX(1)}to{opacity:0;transform:rotate(45deg) scaleX(.18)}}@keyframes LandingGridStage_reveal-fade__daDyp{0%,86%{opacity:1}to{opacity:0;visibility:hidden}}.app-main:has(.LandingGridStage_stage__YtNxw){padding-top:0}.LandingGridStage_grid__fhz9D{position:absolute;inset:0;z-index:1;background-image:linear-gradient(90deg,rgba(122,0,179,.08) 1px,transparent 0),linear-gradient(rgba(255,255,255,.04) 1px,transparent 0);background-size:72px 72px;mask-image:linear-gradient(180deg,transparent 0,#000 13%,#000 98%,transparent);pointer-events:none}.LandingGridStage_content__ZCJLf{position:relative;z-index:2}.LandingGridStage_content__ZCJLf .landing-left,.LandingGridStage_content__ZCJLf .landing-row{text-align:center}.LandingGridStage_stage__YtNxw .asteroid-section{position:absolute;inset:0;z-index:0;width:100%;height:100%}.LandingGridStage_stage__YtNxw .asteroid-section canvas{height:100%!important}[data-theme=light] .LandingGridStage_grid__fhz9D{background-image:linear-gradient(90deg,rgba(122,0,179,.08) 1px,transparent 0),linear-gradient(rgba(15,23,42,.05) 1px,transparent 0)}@media (max-width:768px){.LandingGridStage_grid__fhz9D{background-size:48px 48px}}@media (prefers-reduced-motion:reduce){.LandingGridStage_reveal__t5Pzs{animation-duration:.01ms}.LandingGridStage_revealLayer__VjnHs,.LandingGridStage_revealSeam__XwN6w{animation-duration:.01ms;animation-delay:0s;opacity:0}}.LandingAudienceSections_wrapper__UBG2s{position:relative;width:min(100%,1180px);margin:0 auto;padding:1rem 1.5rem 8rem;color:var(--cache-text,#f7f4fb)}.LandingAudienceSections_explorer__ySsSg{display:flex;align-items:end;justify-content:space-between;gap:2rem;padding:2rem 0 3rem;border-bottom:1px solid var(--cache-border,rgba(255,255,255,.14));scroll-margin-top:2rem}.LandingAudienceSections_explorer__ySsSg h2{margin:0;font-size:clamp(2rem,4vw,3.4rem);line-height:.95;letter-spacing:-.055em}.LandingAudienceSections_explorerControls__EK4IY{display:inline-flex;gap:.35rem;padding:.3rem;border:1px solid var(--cache-border,rgba(255,255,255,.14));border-radius:999px}.LandingAudienceSections_explorerButton__B2CJq{border:0;border-radius:999px;padding:.7rem 1.1rem;background:transparent;color:var(--cache-text-muted,#a9a2b5);cursor:pointer;font:inherit;font-weight:750}.LandingAudienceSections_explorerButtonActive__g1mbE{background:var(--cache-text,#f7f4fb);color:var(--cache-page,#17131d)}.LandingAudienceSections_proof__CkHCV{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--cache-border,rgba(255,255,255,.14));margin:0 0 6rem}.LandingAudienceSections_proofItem__ZB8zE{padding:1.6rem 1.2rem;display:grid;gap:.35rem;text-align:center}.LandingAudienceSections_proofItem__ZB8zE+.LandingAudienceSections_proofItem__ZB8zE{border-left:1px solid var(--cache-border,rgba(255,255,255,.14))}.LandingAudienceSections_proofItem__ZB8zE strong{font-size:clamp(1.8rem,3vw,2.8rem);letter-spacing:-.04em}.LandingAudienceSections_audienceIntro__lSCj3>p,.LandingAudienceSections_benefit__h0HtC p,.LandingAudienceSections_comparison__SxOZv p,.LandingAudienceSections_comparison__SxOZv small,.LandingAudienceSections_comparison__SxOZv>span,.LandingAudienceSections_pricingIntro__vyDaD,.LandingAudienceSections_proofItem__ZB8zE span,.LandingAudienceSections_step__pxybj p,.LandingAudienceSections_testimonial__Ie67Z span{color:var(--cache-text-muted,#a9a2b5);line-height:1.6}.LandingAudienceSections_audience__X_Vt7{padding-block:1rem 5rem}.LandingAudienceSections_audience__X_Vt7+.LandingAudienceSections_audience__X_Vt7{border-top:1px solid var(--cache-border,rgba(255,255,255,.14));padding-top:5rem}.LandingAudienceSections_audienceIntro__lSCj3{max-width:760px;margin-bottom:4rem}.LandingAudienceSections_eyebrow__JWtJr{margin:0 0 .7rem;color:var(--cache-accent,#b985ff);font-size:.76rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.LandingAudienceSections_audienceIntro__lSCj3 h2{max-width:760px;margin:0 0 1rem;font-size:clamp(2.4rem,5vw,5.1rem);line-height:.98;letter-spacing:-.055em}.LandingAudienceSections_audienceIntro__lSCj3>p{max-width:600px;margin:0;font-size:1.1rem}.LandingAudienceSections_sectionBlock__8LeaO{margin-top:4rem}.LandingAudienceSections_sectionHeading__E07Cm{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.LandingAudienceSections_sectionHeading__E07Cm h3{margin:0;font-size:clamp(1.7rem,3vw,2.5rem);letter-spacing:-.04em}.LandingAudienceSections_learnMoreLink__VVWlq{display:inline-flex;align-items:center;gap:.35rem;color:var(--cache-text-muted,#a9a2b5);font-size:.82rem;font-weight:700;text-decoration:none;white-space:nowrap}.LandingAudienceSections_learnMoreLink__VVWlq svg{width:.95rem;height:.95rem;transition:transform .2s ease}.LandingAudienceSections_learnMoreLink__VVWlq:focus-visible,.LandingAudienceSections_learnMoreLink__VVWlq:hover{color:var(--cache-text,#f7f4fb);text-decoration:underline;text-underline-offset:.2em}.LandingAudienceSections_learnMoreLink__VVWlq:focus-visible svg,.LandingAudienceSections_learnMoreLink__VVWlq:hover svg{transform:translateX(.15rem)}.LandingAudienceSections_workflow__hhCbD{position:relative;min-height:330px;padding:1rem 0 .5rem}.LandingAudienceSections_workflowPath__JepxM{position:absolute;inset:0;width:100%;height:280px;overflow:visible;pointer-events:none}.LandingAudienceSections_workflowPath__JepxM path{fill:none;stroke:var(--cache-accent,#b985ff);stroke-dasharray:4 10;stroke-linecap:round;stroke-width:2;opacity:.72}.LandingAudienceSections_workflowSteps__z15AW{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0;padding:0;list-style:none}.LandingAudienceSections_workflowStep__wfwHu{position:relative;min-height:190px;padding-inline:1rem;text-align:center}.LandingAudienceSections_workflowStep__wfwHu:first-child,.LandingAudienceSections_workflowStep__wfwHu:nth-child(2),.LandingAudienceSections_workflowStep__wfwHu:nth-child(3){padding-top:6rem}.LandingAudienceSections_workflowStep__wfwHu:first-child{transform:translateX(-.0005rem)}.LandingAudienceSections_workflowStep__wfwHu:last-child{transform:translateX(.0005rem)}.LandingAudienceSections_workflowNode__Wvx7X{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;width:4rem;height:4rem;margin-inline:auto;padding:.7rem;border:1px solid var(--cache-accent,#b985ff);border-radius:50%;background:var(--cache-page,#17131d);color:var(--cache-accent,#b985ff);font-weight:850}.LandingAudienceSections_workflowNode__Wvx7X svg{width:1.15rem;height:1.15rem}.LandingAudienceSections_workflowStep__wfwHu h4{margin:1.35rem 0 .55rem;font-size:1.18rem}.LandingAudienceSections_benefit__h0HtC p,.LandingAudienceSections_testimonial__Ie67Z p,.LandingAudienceSections_workflowStep__wfwHu p{margin:0}.LandingAudienceSections_companyAudience__Dldf7 .LandingAudienceSections_workflowPath__JepxM path{stroke:#d7a83e}.LandingAudienceSections_companyAudience__Dldf7 .LandingAudienceSections_workflowNode__Wvx7X{border-color:#d7a83e;border-radius:12px;color:#d7a83e}.LandingAudienceSections_companyAudience__Dldf7 .LandingAudienceSections_workflowStep__wfwHu h4{letter-spacing:-.02em}.LandingAudienceSections_benefitRail__U1Jn3{display:flex;border-block:1px solid var(--cache-border,rgba(255,255,255,.14))}.LandingAudienceSections_benefit__h0HtC{flex:1;min-height:170px;padding:1.2rem 1.5rem 1.5rem}.LandingAudienceSections_benefit__h0HtC+.LandingAudienceSections_benefit__h0HtC{border-left:1px solid var(--cache-border,rgba(255,255,255,.14))}.LandingAudienceSections_benefitNumber__lycGa{display:block;margin-bottom:1.5rem;color:var(--cache-accent,#b985ff);font-weight:850}.LandingAudienceSections_benefit__h0HtC>svg,.LandingAudienceSections_priceCard__twt5d li svg{width:1.35rem;height:1.35rem}.LandingAudienceSections_benefit__h0HtC>svg{color:var(--cache-accent,#b985ff)}.LandingAudienceSections_benefit__h0HtC h4{margin:.8rem 0 .5rem;font-size:1.1rem}.LandingAudienceSections_testimonialGrid__S8ucU{display:flex;align-items:start;gap:1rem}.LandingAudienceSections_priceCard__twt5d,.LandingAudienceSections_testimonial__Ie67Z{border:1px solid var(--cache-border,rgba(255,255,255,.14));background:var(--cache-surface,rgba(255,255,255,.04));border-radius:10px;padding:1.5rem}.LandingAudienceSections_testimonial__Ie67Z{flex:1;min-height:170px;display:flex;flex-direction:column;justify-content:space-between;gap:1.4rem}.LandingAudienceSections_testimonial__Ie67Z:nth-child(2){margin-top:2rem}.LandingAudienceSections_testimonial__Ie67Z:nth-child(3){margin-top:.65rem}.LandingAudienceSections_talentFeedback__jyXyW .LandingAudienceSections_testimonial__Ie67Z:first-child{border-top:2px solid #d7a83e;transform:translateY(.35rem)}.LandingAudienceSections_companyFeedback__CRHQT .LandingAudienceSections_testimonial__Ie67Z{border-radius:2px 14px 14px 14px}.LandingAudienceSections_companyFeedback__CRHQT .LandingAudienceSections_testimonial__Ie67Z:nth-child(2){border-top:2px solid #d7a83e}.LandingAudienceSections_stars__llp1E{display:inline-flex;align-items:center;color:#d7a83e;letter-spacing:.12em;font-size:.9rem}.LandingAudienceSections_starFull__izEvd{color:#d7a83e}.LandingAudienceSections_starHalf__CDtqS{background:linear-gradient(90deg,#d7a83e 50%,var(--cache-border-strong,#6d6578) 50%);background-clip:text;-webkit-background-clip:text;color:transparent}.LandingAudienceSections_starEmpty__CgXmz{color:var(--cache-border-strong,#6d6578)}.LandingAudienceSections_stars__llp1E small{margin-left:.45rem;color:var(--cache-text-muted,#a9a2b5);letter-spacing:0;font-size:.75rem}.LandingAudienceSections_testimonial__Ie67Z p{color:var(--cache-text,#f7f4fb);font-size:1.02rem;line-height:1.55}.LandingAudienceSections_audienceSwap__w4diU{animation:LandingAudienceSections_audience-pop__tvcRA .42s cubic-bezier(.22,.8,.28,1) both;transform-origin:50% 0}@keyframes LandingAudienceSections_audience-pop__tvcRA{0%{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.LandingAudienceSections_priceCard__twt5d{position:relative;min-height:285px}.LandingAudienceSections_recommended__5bptw{border-color:var(--cache-accent,#b985ff);box-shadow:0 0 0 1px color-mix(in srgb,var(--cache-accent,#b985ff) 30%,transparent)}.LandingAudienceSections_recommendedLabel__qOEYl{position:absolute;top:-1px;right:1rem;padding:.38rem .62rem;border-radius:0 0 6px 6px;background:var(--cache-accent,#b985ff);color:#ffffff;font-size:.68rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em}.LandingAudienceSections_planName__KUdfr{margin:0 0 .7rem;font-weight:800}.LandingAudienceSections_price__fT_lR{font-size:2.3rem;font-weight:800;letter-spacing:-.05em}.LandingAudienceSections_price__fT_lR span{margin-left:.25rem;color:var(--cache-text-muted,#a9a2b5);font-size:.85rem;font-weight:500;letter-spacing:0}.LandingAudienceSections_priceCard__twt5d ul{display:grid;gap:.65rem;margin:1.5rem 0 0;padding:0;list-style:none}.LandingAudienceSections_priceCard__twt5d li{display:flex;gap:.5rem;color:var(--cache-text-muted,#a9a2b5);font-size:.9rem;line-height:1.4}.LandingAudienceSections_priceCard__twt5d li svg{flex:0 0 auto;color:var(--cache-accent,#b985ff)}.LandingAudienceSections_comparison__SxOZv{border-color:color-mix(in srgb,var(--cache-text-muted,#a9a2b5) 25%,var(--cache-border,rgba(255,255,255,.14)));background:color-mix(in srgb,var(--cache-text-muted,#a9a2b5) 7%,var(--cache-page,#17131d));color:color-mix(in srgb,var(--cache-text-muted,#a9a2b5) 85%,var(--cache-text,#f7f4fb));filter:saturate(.45)}.LandingAudienceSections_comparison__SxOZv .LandingAudienceSections_price__fT_lR{margin:1.2rem 0 .35rem}.LandingAudienceSections_comparison__SxOZv small,.LandingAudienceSections_comparison__SxOZv>span{display:block;margin-top:1rem;font-size:.78rem}.LandingAudienceSections_recruiterPricing__7mzNt{scroll-margin-top:2rem}.LandingAudienceSections_recruiterPricing__7mzNt .LandingAudienceSections_sectionHeading__E07Cm{display:block;max-width:none;margin-bottom:2.25rem;text-align:center}.LandingAudienceSections_recruiterPricing__7mzNt .LandingAudienceSections_sectionHeading__E07Cm h3{font-size:clamp(2rem,4vw,3.2rem)}.LandingAudienceSections_recruiterPricing__7mzNt .LandingAudienceSections_sectionHeading__E07Cm strong{color:var(--cache-text,#f7f4fb)}.LandingAudienceSections_recruiterPricing__7mzNt .LandingAudienceSections_priceCard__twt5d{display:flex;flex-direction:column}.LandingAudienceSections_recruiterPricing__7mzNt .LandingAudienceSections_priceCard__twt5d ul{flex:0 0 auto}.LandingAudienceSections_recruiterPricing__7mzNt .LandingAudienceSections_priceCard__twt5d:not(.LandingAudienceSections_comparison__SxOZv) ul{gap:.45rem;min-height:0;margin-top:1rem;align-content:start}.LandingAudienceSections_recruiterPricing__7mzNt .LandingAudienceSections_priceCard__twt5d:not(.LandingAudienceSections_comparison__SxOZv) li{line-height:1.32}.LandingAudienceSections_recruiterPricing__7mzNt .LandingAudienceSections_recommended__5bptw{background:color-mix(in srgb,var(--cache-accent,#b985ff) 13%,var(--cache-surface,#17131d))}.LandingAudienceSections_pricingStart__yNpcz{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;width:min(760px,100%);margin:2rem auto 0}.LandingAudienceSections_pricingStart__yNpcz>span{height:1px;background:var(--cache-border,rgba(255,255,255,.14))}.LandingAudienceSections_pricingStart__yNpcz .LandingAudienceSections_primaryCta__OshBE{justify-content:center;white-space:nowrap}.LandingAudienceSections_finalCta__joTzk{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-top:5rem;padding:2rem 0 0;border-top:1px solid var(--cache-border,rgba(255,255,255,.14))}.LandingAudienceSections_finalCta__joTzk h3{max-width:680px;margin:0;font-size:clamp(1.8rem,4vw,3.5rem);line-height:1;letter-spacing:-.05em}.LandingAudienceSections_ctaActions__IIxj8{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.LandingAudienceSections_primaryCta__OshBE,.LandingAudienceSections_secondaryCta__4h3AF{display:inline-flex;align-items:center;gap:.5rem;border-radius:999px;padding:.8rem 1rem;text-decoration:none;font-weight:750}.LandingAudienceSections_primaryCta__OshBE{background:var(--cache-accent,#b985ff);color:#ffffff}.LandingAudienceSections_secondaryCta__4h3AF{color:var(--cache-text,#f7f4fb);border:1px solid var(--cache-border,rgba(255,255,255,.14))}.LandingAudienceSections_pricingGrid__MUpXs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}@media (max-width:1050px){.LandingAudienceSections_pricingGrid__MUpXs{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.LandingAudienceSections_wrapper__UBG2s{padding-inline:1rem}.LandingAudienceSections_explorer__ySsSg{align-items:start;flex-direction:column}.LandingAudienceSections_proof__CkHCV{grid-template-columns:1fr}.LandingAudienceSections_proofItem__ZB8zE+.LandingAudienceSections_proofItem__ZB8zE{border-left:0;border-top:1px solid var(--cache-border,rgba(255,255,255,.14))}.LandingAudienceSections_workflow__hhCbD{min-height:0}.LandingAudienceSections_workflowPath__JepxM{display:none}.LandingAudienceSections_workflowSteps__z15AW{display:grid;gap:1.75rem;padding-left:1rem;border-left:1px dashed var(--cache-accent,#b985ff)}.LandingAudienceSections_workflowStep__wfwHu,.LandingAudienceSections_workflowStep__wfwHu:first-child,.LandingAudienceSections_workflowStep__wfwHu:nth-child(2),.LandingAudienceSections_workflowStep__wfwHu:nth-child(3){width:100%;min-height:0;padding:0 0 1rem;text-align:left;transform:none}.LandingAudienceSections_workflowNode__Wvx7X{position:relative;top:auto;left:auto;width:3.5rem;height:3.5rem;margin-left:-2.75rem;margin-right:0}.LandingAudienceSections_benefitRail__U1Jn3,.LandingAudienceSections_testimonialGrid__S8ucU{display:grid;grid-template-columns:1fr}.LandingAudienceSections_benefit__h0HtC+.LandingAudienceSections_benefit__h0HtC{border-top:1px solid var(--cache-border,rgba(255,255,255,.14));border-left:0}.LandingAudienceSections_testimonial__Ie67Z:nth-child(2),.LandingAudienceSections_testimonial__Ie67Z:nth-child(3){margin-top:0}.LandingAudienceSections_pricingGrid__MUpXs,.LandingAudienceSections_pricingStart__yNpcz{grid-template-columns:1fr}.LandingAudienceSections_pricingStart__yNpcz>span{display:none}.LandingAudienceSections_pricingStart__yNpcz .LandingAudienceSections_primaryCta__OshBE{justify-self:center}.LandingAudienceSections_audienceIntro__lSCj3{margin-bottom:3rem}.LandingAudienceSections_finalCta__joTzk{align-items:start;flex-direction:column}}@media (max-width:480px){.LandingAudienceSections_sectionHeading__E07Cm{align-items:flex-start;flex-direction:column;gap:.55rem}}[data-theme=light] .LandingAudienceSections_wrapper__UBG2s{--cache-text:#111827;--cache-text-muted:#4b5563;--cache-border:rgba(15,23,42,.12);--cache-border-strong:#9ca3af;--cache-page:#ffffff;--cache-surface:rgba(255,255,255,.88);--cache-surface-strong:rgba(122,0,179,.06)}[data-theme=light] .LandingAudienceSections_primaryCta__OshBE{color:#ffffff}@media (prefers-reduced-motion:reduce){.LandingAudienceSections_audienceSwap__w4diU{animation:none}}