.ChatWidget-module__zCRJnG__dock{z-index:90;pointer-events:none;flex-direction:column;align-items:flex-end;gap:14px;display:flex;position:fixed;bottom:22px;right:22px}.ChatWidget-module__zCRJnG__panel{pointer-events:auto;background:var(--white);width:min(374px,100vw - 32px);height:min(534px,100vh - 130px);animation:ChatWidget-module__zCRJnG__riseIn .34s var(--ease-out-soft) both;border:1px solid #efecf1;border-radius:22px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 40px 70px -34px #17121f6b}.ChatWidget-module__zCRJnG__header{background:var(--ink);flex:none;align-items:center;gap:12px;padding:16px 16px 15px;display:flex}.ChatWidget-module__zCRJnG__headerBadge{background:#ffffff17;border-radius:11px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:relative}.ChatWidget-module__zCRJnG__headerBody{flex:1;min-width:0}.ChatWidget-module__zCRJnG__headerTitle{color:var(--white);letter-spacing:-.01em;font-size:14px;font-weight:700}.ChatWidget-module__zCRJnG__headerStatus{color:#ffffff9e;align-items:center;gap:6px;margin-top:2px;font-size:11.5px;display:flex}.ChatWidget-module__zCRJnG__headerDot{background:#5ed39a;border-radius:50%;width:5px;height:5px}.ChatWidget-module__zCRJnG__close{width:30px;height:30px;color:var(--white);cursor:pointer;background:#ffffff14;border:0;border-radius:9px;flex:none;justify-content:center;align-items:center;transition:background .2s;display:flex}.ChatWidget-module__zCRJnG__close:hover{background:#ffffff2e}.ChatWidget-module__zCRJnG__scroll{background:var(--white);flex-direction:column;flex:1;gap:12px;padding:20px 16px;display:flex;overflow-y:auto}.ChatWidget-module__zCRJnG__rowBot{justify-content:flex-start;display:flex}.ChatWidget-module__zCRJnG__rowUser{justify-content:flex-end;display:flex}.ChatWidget-module__zCRJnG__bubble{letter-spacing:-.005em;text-wrap:pretty;max-width:80%;padding:12px 14px;font-size:13.5px;line-height:1.6}.ChatWidget-module__zCRJnG__bubbleBot{background:var(--cream);color:var(--ink);border-radius:15px 15px 15px 4px}.ChatWidget-module__zCRJnG__bubbleUser{background:var(--ink);color:var(--white);border-radius:15px 15px 4px}.ChatWidget-module__zCRJnG__typing{background:var(--cream);border-radius:14px 14px 14px 4px;align-items:center;gap:5px;padding:14px 15px;display:flex}.ChatWidget-module__zCRJnG__typingDot{background:var(--faint-2);border-radius:50%;width:6px;height:6px;animation:1.1s infinite ChatWidget-module__zCRJnG__chatDot}.ChatWidget-module__zCRJnG__topics{flex-wrap:wrap;gap:8px;margin-top:2px;display:flex}.ChatWidget-module__zCRJnG__topic{border:1px solid var(--line);background:var(--white);color:var(--ink);cursor:pointer;border-radius:11px;padding:9px 14px;font-size:13px;font-weight:600;transition:border-color .2s,background .2s}.ChatWidget-module__zCRJnG__topic:hover{border-color:var(--ink);background:var(--cream)}.ChatWidget-module__zCRJnG__recap{background:var(--orange-150);border:1px solid var(--orange-200);border-radius:14px;margin-top:4px;padding:16px}.ChatWidget-module__zCRJnG__recapLabel{font-family:var(--font-code);letter-spacing:.16em;color:var(--orange);font-size:10.5px;font-weight:700}.ChatWidget-module__zCRJnG__recapRows{color:var(--ink);flex-direction:column;gap:7px;margin-top:11px;font-size:13px;display:flex}.ChatWidget-module__zCRJnG__recapKey{color:#9a8f8a}.ChatWidget-module__zCRJnG__recapReset{color:var(--orange);cursor:pointer;text-underline-offset:3px;background:0 0;border:0;margin-top:14px;padding:0;font-size:12.5px;font-weight:700;text-decoration:underline}.ChatWidget-module__zCRJnG__composer{background:var(--white);border-top:1px solid #f1eef3;flex:none;padding:12px 14px 14px}.ChatWidget-module__zCRJnG__field{border:1px solid var(--line);background:var(--cream);border-radius:14px;align-items:flex-end;gap:9px;padding:6px 6px 6px 14px;transition:border-color .2s;display:flex}.ChatWidget-module__zCRJnG__field:focus-within{border-color:var(--ink)}.ChatWidget-module__zCRJnG__input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;flex:1;padding:9px 0;font-size:14px}.ChatWidget-module__zCRJnG__send{background:var(--ink);cursor:pointer;border:0;border-radius:10px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex}.ChatWidget-module__zCRJnG__send:hover{background:var(--orange)}.ChatWidget-module__zCRJnG__disclaimer{text-align:center;color:var(--faint-3);margin-top:9px;font-size:10.5px}.ChatWidget-module__zCRJnG__launcher{pointer-events:auto;background:var(--ink);height:54px;color:var(--white);letter-spacing:-.01em;cursor:pointer;border:0;border-radius:16px;align-items:center;gap:11px;padding:0 20px 0 17px;font-size:14.5px;font-weight:700;transition:transform .18s,background .2s;display:flex;position:relative;box-shadow:0 20px 38px -18px #17121fa8}.ChatWidget-module__zCRJnG__launcher:hover{background:#000;transform:translateY(-2px)}.ChatWidget-module__zCRJnG__launcherPing{background:var(--orange);border:2px solid var(--cream);border-radius:50%;width:11px;height:11px;position:absolute;top:-3px;right:-3px}@keyframes ChatWidget-module__zCRJnG__riseIn{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}@keyframes ChatWidget-module__zCRJnG__chatDot{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}.ChatWidget-module__zCRJnG__teaser{pointer-events:auto;background:var(--white);cursor:pointer;text-align:left;width:min(320px,100vw - 32px);animation:ChatWidget-module__zCRJnG__riseIn .34s var(--ease-out-soft) both;border:1px solid #efecf1;border-radius:18px;gap:11px;padding:15px 15px 15px 14px;display:flex;position:relative;box-shadow:0 30px 56px -30px #17121f6b}.ChatWidget-module__zCRJnG__teaserBadge{background:var(--ink);border-radius:10px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ChatWidget-module__zCRJnG__teaserBody{flex-direction:column;gap:3px;padding-right:12px;display:flex}.ChatWidget-module__zCRJnG__teaserName{letter-spacing:-.01em;color:var(--ink);font-size:12px;font-weight:700}.ChatWidget-module__zCRJnG__teaserText{color:var(--muted);text-wrap:pretty;font-size:13px;line-height:1.5}.ChatWidget-module__zCRJnG__teaserClose{width:22px;height:22px;color:var(--faint);cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;transition:background .18s;display:flex;position:absolute;top:9px;right:9px}.ChatWidget-module__zCRJnG__teaserClose:hover{background:var(--cream)}.ChatWidget-module__zCRJnG__launcherCount{background:var(--orange);border:2px solid var(--cream);min-width:19px;height:19px;color:var(--white);border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:11px;font-weight:700;line-height:1;display:flex;position:absolute;top:-6px;right:-6px}.ChatWidget-module__zCRJnG__toolButton{width:34px;height:34px;color:var(--faint);cursor:pointer;background:0 0;border:0;border-radius:10px;flex:none;justify-content:center;align-items:center;transition:background .18s;display:flex}.ChatWidget-module__zCRJnG__toolButton:hover:not(:disabled){background:var(--white)}.ChatWidget-module__zCRJnG__toolButton:disabled{opacity:.45;cursor:default}.ChatWidget-module__zCRJnG__expand{width:30px;height:30px;color:var(--white);cursor:pointer;background:#ffffff14;border:0;border-radius:9px;flex:none;justify-content:center;align-items:center;transition:background .2s;display:flex}.ChatWidget-module__zCRJnG__expand:hover{background:#ffffff29}.ChatWidget-module__zCRJnG__panelLarge{width:min(720px,100vw - 32px);height:min(80vh,100vh - 110px)}@media (max-width:600px){.ChatWidget-module__zCRJnG__expand{display:none}.ChatWidget-module__zCRJnG__panelLarge{width:min(374px,100vw - 32px);height:min(534px,100vh - 130px)}.ChatWidget-module__zCRJnG__launcherLabel{display:none}.ChatWidget-module__zCRJnG__launcher{padding:0 17px}}@media (prefers-reduced-motion:reduce){.ChatWidget-module__zCRJnG__teaser{animation:none}}.ChatWidget-module__zCRJnG__micActif{background:var(--orange-100);color:var(--orange)}.ChatWidget-module__zCRJnG__micActif:hover:not(:disabled){background:var(--orange-150)}.ChatWidget-module__zCRJnG__micOnde{align-items:center;gap:2px;height:16px;display:flex}.ChatWidget-module__zCRJnG__micOnde span{background:var(--orange);transform-origin:50%;width:2.5px;height:100%;animation:ChatWidget-module__zCRJnG__micPulse 1s var(--ease-out-soft) infinite;border-radius:2px}.ChatWidget-module__zCRJnG__micOnde span:nth-child(2){animation-delay:.15s}.ChatWidget-module__zCRJnG__micOnde span:nth-child(3){animation-delay:.3s}@keyframes ChatWidget-module__zCRJnG__micPulse{0%,to{transform:scaleY(.35)}50%{transform:scaleY(1)}}@media (prefers-reduced-motion:reduce){.ChatWidget-module__zCRJnG__micOnde span{animation:none;transform:scaleY(.7)}}
.AiSection-module__ZCECgq__section{background:var(--white);width:100%;padding:clamp(96px,13vw,186px) 0 0;position:relative;overflow:hidden}.AiSection-module__ZCECgq__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,420px),1fr));align-items:stretch;gap:clamp(40px,5vw,72px);width:100%;display:grid}.AiSection-module__ZCECgq__copy{animation:AiSection-module__ZCECgq__riseIn .7s var(--ease-out-soft) both;flex-direction:column;justify-content:center;padding:0 24px 0 max(24px,50vw - 590px);animation-timeline:view();animation-range:entry cover 26%;display:flex}.AiSection-module__ZCECgq__kicker{font-family:var(--font-code);letter-spacing:.2em;color:var(--faint);font-size:11.5px;font-weight:700}.AiSection-module__ZCECgq__title{letter-spacing:-.035em;text-wrap:balance;max-width:480px;margin-top:14px;font-size:clamp(28px,3.4vw,40px);font-weight:800;line-height:1.12}.AiSection-module__ZCECgq__rule{background:var(--orange);border-radius:4px;width:56px;height:4px;margin-top:18px;display:block}.AiSection-module__ZCECgq__lede{max-width:470px;color:var(--muted);text-wrap:pretty;margin-top:26px;font-size:15px;line-height:1.8}.AiSection-module__ZCECgq__cards{flex-direction:column;gap:12px;max-width:530px;margin-top:34px;display:flex}.AiSection-module__ZCECgq__card{background:var(--grey);border:1px solid var(--line-4);animation:AiSection-module__ZCECgq__riseIn .6s var(--ease-out-soft) both;border-radius:16px;align-items:flex-start;gap:16px;padding:20px 22px;animation-timeline:view();display:flex}.AiSection-module__ZCECgq__cardIcon{background:var(--white);border:1px solid #e7e7e7;border-radius:11px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.AiSection-module__ZCECgq__cardTitle{font-family:var(--font-display);letter-spacing:-.015em;font-size:15.5px;font-weight:700}.AiSection-module__ZCECgq__cardText{color:var(--muted);text-wrap:pretty;margin-top:6px;font-size:13.5px;line-height:1.65}.AiSection-module__ZCECgq__note{font-family:var(--font-code);letter-spacing:.13em;color:var(--faint);align-items:center;gap:9px;margin-top:22px;font-size:11px;display:inline-flex}.AiSection-module__ZCECgq__noteDot{background:var(--orange);border-radius:50%;width:6px;height:6px}.AiSection-module__ZCECgq__panel{background:var(--grey);border-radius:32px 0 0 32px;min-height:clamp(520px,60vw,760px);position:relative;overflow:hidden}.AiSection-module__ZCECgq__panelGlow{aspect-ratio:1;filter:blur(14px);pointer-events:none;background:radial-gradient(circle,#fa531b47 0%,#fa531b14 45%,#fa531b00 70%);width:74%;position:absolute;top:46%;left:50%;transform:translate(-50%,-50%)}.AiSection-module__ZCECgq__panelBrand{pointer-events:none;align-items:center;gap:9px;display:flex;position:absolute;top:clamp(22px,3vw,32px);left:clamp(22px,3vw,36px)}.AiSection-module__ZCECgq__panelBrandDot{background:var(--orange);border-radius:50%;width:9px;height:9px}.AiSection-module__ZCECgq__panelBrandText{font-family:var(--font-code);letter-spacing:.18em;color:var(--ink);font-size:11px;font-weight:700}.AiSection-module__ZCECgq__viewer{transform-origin:50% 56%;width:max(100%,clamp(520px,60vw,760px)/1.05263);height:100%;display:block;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)translateY(7%)scale(.92)}@media (max-width:900px){.AiSection-module__ZCECgq__grid{flex-direction:column;display:flex}.AiSection-module__ZCECgq__panel{border-radius:32px 32px 0 0;min-height:clamp(400px,80vw,560px);margin-top:48px}}@keyframes AiSection-module__ZCECgq__riseIn{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}
.CtaSection-module__KnhjNW__section{justify-content:center;width:100%;padding:44px 24px 0;display:flex}.CtaSection-module__KnhjNW__panel{background:var(--orange);text-align:center;width:100%;max-width:1180px;animation:CtaSection-module__KnhjNW__riseIn .7s var(--ease-out-soft) both;border-radius:28px;flex-direction:column;align-items:center;padding:clamp(52px,6vw,78px) clamp(26px,4vw,60px) clamp(56px,6vw,82px);animation-timeline:view();animation-range:entry cover 26%;display:flex;position:relative;overflow:hidden}.CtaSection-module__KnhjNW__hatchTop{pointer-events:none;background:repeating-linear-gradient(-45deg,#ffffff4d 0 3px,#0000 3px 14px);width:190px;height:120px;position:absolute;top:-10px;left:-16px}.CtaSection-module__KnhjNW__hatchBottom{pointer-events:none;background:repeating-linear-gradient(-45deg,#ffffff4d 0 3px,#0000 3px 14px);width:190px;height:120px;position:absolute;bottom:-14px;right:-16px}.CtaSection-module__KnhjNW__title{letter-spacing:-.035em;color:var(--white);text-wrap:balance;max-width:660px;font-size:clamp(29px,3.6vw,42px);font-weight:800;line-height:1.12;position:relative}.CtaSection-module__KnhjNW__lede{color:#ffffffe6;max-width:560px;margin-top:18px;font-size:15.5px;line-height:1.75;position:relative}.CtaSection-module__KnhjNW__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:34px;display:flex;position:relative}.CtaSection-module__KnhjNW__primary{color:var(--ink);background:var(--white);cursor:pointer;border:0;border-radius:999px;align-items:center;gap:9px;padding:15px 28px;font-size:15px;font-weight:700;transition:transform .15s;display:inline-flex}.CtaSection-module__KnhjNW__primary:hover{color:var(--ink);transform:translateY(-2px)}.CtaSection-module__KnhjNW__secondary{color:var(--white);border:1.5px solid #ffffff80;border-radius:999px;align-items:center;padding:15px 28px;font-size:15px;font-weight:700;transition:background .2s;display:inline-flex}.CtaSection-module__KnhjNW__secondary:hover{color:var(--white);background:#ffffff24}.CtaSection-module__KnhjNW__meta{color:#ffffffd9;align-items:center;gap:14px;margin-top:32px;font-size:12.5px;display:flex;position:relative}.CtaSection-module__KnhjNW__metaDot{background:#fff9;border-radius:50%;width:4px;height:4px}@keyframes CtaSection-module__KnhjNW__riseIn{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}
.Footer-module__zX2wcG__footer{flex-direction:column;align-items:center;width:100%;padding:clamp(84px,11vw,140px) 24px 0;display:flex}.Footer-module__zX2wcG__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:44px;width:100%;max-width:1180px;display:grid}.Footer-module__zX2wcG__brand{align-items:center;gap:10px;display:flex}.Footer-module__zX2wcG__brandName{font-family:var(--font-display);letter-spacing:.15em;color:var(--ink);font-size:15px;font-weight:700}.Footer-module__zX2wcG__blurb{max-width:260px;color:var(--muted);margin-top:16px;font-size:13.5px;line-height:1.7}.Footer-module__zX2wcG__colTitle{font-family:var(--font-code);letter-spacing:.16em;color:var(--faint);margin-bottom:16px;font-size:10.5px;font-weight:700}.Footer-module__zX2wcG__colLinks{color:var(--muted);flex-direction:column;gap:11px;font-size:13.5px;display:flex}.Footer-module__zX2wcG__email{color:var(--ink);font-weight:600}.Footer-module__zX2wcG__bottom{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;width:100%;max-width:1180px;margin-top:56px;padding:26px 0 40px;display:flex}.Footer-module__zX2wcG__legal{color:var(--faint);flex-wrap:wrap;align-items:center;gap:22px;font-size:12.5px;display:flex}.Footer-module__zX2wcG__social{align-items:center;gap:10px;display:flex}.Footer-module__zX2wcG__socialLink{background:var(--orange);width:32px;height:32px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.Footer-module__zX2wcG__socialLink:hover{color:var(--white)}
.Nav-module__gq3ekG__nav{z-index:100;justify-content:center;padding:0 16px;display:flex;position:fixed;top:10px;left:0;right:0}.Nav-module__gq3ekG__bar{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff80;border-radius:999px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;width:min(94%,1140px);padding:11px 18px;display:flex}.Nav-module__gq3ekG__brand{align-items:center;gap:8px;display:flex}.Nav-module__gq3ekG__brandName{font-family:var(--font-display);letter-spacing:.15em;color:var(--ink);font-size:14px;font-weight:700}.Nav-module__gq3ekG__links{color:#000000e6;flex-wrap:wrap;justify-content:center;align-items:center;gap:2px;font-size:14px;display:flex}.Nav-module__gq3ekG__link{white-space:nowrap;border-radius:8px;padding:6px 12px 9px;position:relative}.Nav-module__gq3ekG__underline{background:var(--orange);border-radius:2px;height:2px;position:absolute;bottom:2px;left:12px;right:12px}.Nav-module__gq3ekG__actions{align-items:center;gap:10px;display:flex}.Nav-module__gq3ekG__cta{color:var(--white);background:var(--ink);white-space:nowrap;border-radius:12px;padding:10px 20px;font-size:14px;font-weight:700;transition:transform .15s,background .2s;box-shadow:0 6px 18px -10px #17121fcc}.Nav-module__gq3ekG__cta:hover{color:var(--white);background:#000;transform:translateY(-1px)}.Nav-module__gq3ekG__burger{border:1px solid var(--line);background:var(--white);cursor:pointer;border-radius:999px;flex:none;justify-content:center;align-items:center;width:44px;height:44px;display:none}.Nav-module__gq3ekG__menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:24px;flex-direction:column;gap:2px;padding:14px;display:flex;position:absolute;top:70px;left:16px;right:16px;box-shadow:0 26px 52px -30px #17121f8c}.Nav-module__gq3ekG__menuLink{color:var(--ink);border-radius:14px;padding:13px 14px;font-size:15px;font-weight:600}.Nav-module__gq3ekG__menuLink:hover{background:var(--cream);color:var(--ink)}.Nav-module__gq3ekG__menuCta{background:var(--ink);color:var(--white);text-align:center;border-radius:12px;margin-top:8px;padding:15px;font-size:15px;font-weight:700}.Nav-module__gq3ekG__menuCta:hover{color:var(--white);background:#000}@media (max-width:980px){.Nav-module__gq3ekG__links{display:none}.Nav-module__gq3ekG__burger{display:flex}}@media (min-width:981px){.Nav-module__gq3ekG__menu{display:none}}@media (min-width:561px){.Nav-module__gq3ekG__menuCta{display:none}}@media (max-width:560px){.Nav-module__gq3ekG__cta{display:none}}.Nav-module__gq3ekG__ctaActive{background:var(--orange);box-shadow:0 6px 18px -10px #fa531be6}
.PresenceSection-module__Sm9jFW__section{flex-direction:column;align-items:center;width:100%;padding:clamp(96px,13vw,186px) 24px 0;display:flex;position:relative;overflow:hidden}.PresenceSection-module__Sm9jFW__inner{flex-direction:column;align-items:center;width:100%;max-width:1180px;display:flex;position:relative}.PresenceSection-module__Sm9jFW__kicker{font-family:var(--font-code);letter-spacing:.2em;color:var(--faint);font-size:11.5px;font-weight:700}.PresenceSection-module__Sm9jFW__title{letter-spacing:-.03em;text-align:center;text-wrap:balance;max-width:760px;margin-top:14px;font-size:clamp(27px,3.3vw,38px);font-weight:800;line-height:1.15}.PresenceSection-module__Sm9jFW__rule{background:var(--orange);border-radius:4px;width:56px;height:4px;margin-top:18px}.PresenceSection-module__Sm9jFW__lede{text-align:center;max-width:560px;color:var(--muted);text-wrap:pretty;margin-top:20px;font-size:15px;line-height:1.8}.PresenceSection-module__Sm9jFW__map{aspect-ratio:960/440;width:100%;max-width:1020px;margin-top:30px;position:relative;container-type:inline-size}.PresenceSection-module__Sm9jFW__mapFrame{background:0 0;border:none;width:100%;height:100%;position:relative}.PresenceSection-module__Sm9jFW__mapOverlay{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.PresenceSection-module__Sm9jFW__card{background:var(--white);border-radius:max(12px,1.7cqw);flex-direction:column;gap:max(8px,1.1cqw);padding:max(12px,1.6cqw);display:flex;position:absolute;box-shadow:0 20px 38px -20px #17121f4d}.PresenceSection-module__Sm9jFW__cardHead{justify-content:space-between;align-items:center;gap:8px;display:flex}.PresenceSection-module__Sm9jFW__cardIcon{background:var(--grey);border-radius:50%;flex:none;justify-content:center;align-items:center;width:max(26px,3.3cqw);height:max(26px,3.3cqw);display:flex}.PresenceSection-module__Sm9jFW__cardIconBrand{background:var(--orange-100)}.PresenceSection-module__Sm9jFW__cardTime{font-family:var(--font-code);letter-spacing:.1em;color:var(--faint);font-size:max(9px,1.02cqw)}.PresenceSection-module__Sm9jFW__cardTimeBrand{color:var(--orange)}.PresenceSection-module__Sm9jFW__cardTitle{letter-spacing:-.01em;font-size:max(11.5px,1.36cqw);font-weight:700}.PresenceSection-module__Sm9jFW__cardText{color:var(--faint);margin-top:3px;font-size:max(10px,1.08cqw);line-height:1.5}.PresenceSection-module__Sm9jFW__chip{background:var(--white);border-radius:999px;align-items:center;gap:max(8px,1cqw);padding:1cqw 1.7cqw 1cqw 1.2cqw;display:flex;position:absolute;top:56%;right:3%;box-shadow:0 16px 32px -18px #17121f4d}.PresenceSection-module__Sm9jFW__chipBadge{background:var(--orange-100);width:max(22px,2.8cqw);height:max(22px,2.8cqw);color:var(--orange);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:max(9.5px,1.08cqw);font-weight:800;display:flex}.PresenceSection-module__Sm9jFW__chipLabel{letter-spacing:-.01em;font-size:max(11px,1.3cqw);font-weight:700}.PresenceSection-module__Sm9jFW__stack{grid-template-columns:repeat(auto-fit,minmax(min(100%,150px),1fr));gap:14px;width:100%;margin-top:34px;display:grid}.PresenceSection-module__Sm9jFW__stackCard{background:var(--white);border:1px solid var(--line);border-radius:16px;flex-direction:column;gap:10px;padding:16px;display:flex}.PresenceSection-module__Sm9jFW__stackIcon{background:var(--grey);border-radius:50%;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.PresenceSection-module__Sm9jFW__stackIconBrand{background:var(--orange-100)}.PresenceSection-module__Sm9jFW__stackTime{font-family:var(--font-code);letter-spacing:.1em;color:var(--faint);font-size:10px}.PresenceSection-module__Sm9jFW__stackTimeBrand{color:var(--orange)}.PresenceSection-module__Sm9jFW__stackTitle{letter-spacing:-.01em;font-size:14px;font-weight:700}.PresenceSection-module__Sm9jFW__stackText{color:var(--faint);margin-top:4px;font-size:12.5px;line-height:1.55}
.ReferencesSection-module__4xM9Dq__section{width:100%;padding:clamp(96px,13vw,186px) 0 0;position:relative;overflow:hidden}.ReferencesSection-module__4xM9Dq__watermarkRow{pointer-events:none;justify-content:center;display:flex;position:absolute;top:34%;left:0;right:0;overflow:hidden}.ReferencesSection-module__4xM9Dq__watermark{font-family:var(--font-display);letter-spacing:-.05em;color:var(--ink);opacity:.032;white-space:nowrap;font-size:min(23vw,320px);font-weight:800;animation:linear both ReferencesSection-module__4xM9Dq__markDrift;animation-timeline:view();animation-range:cover}.ReferencesSection-module__4xM9Dq__head{animation:ReferencesSection-module__4xM9Dq__riseIn .8s var(--ease-out-soft) both;flex-direction:column;align-items:center;padding:0 clamp(24px,4vw,48px);animation-timeline:view();animation-range:entry cover 26%;display:flex;position:relative}.ReferencesSection-module__4xM9Dq__kicker{font-family:var(--font-code);letter-spacing:.2em;color:var(--faint);font-size:11.5px;font-weight:700}.ReferencesSection-module__4xM9Dq__title{font-family:var(--font-display);letter-spacing:-.038em;text-align:center;text-wrap:balance;max-width:760px;margin-top:16px;font-size:clamp(30px,3.6vw,44px);font-weight:800;line-height:1.1}.ReferencesSection-module__4xM9Dq__rule{background:var(--orange);transform-origin:0;width:72px;height:4px;animation:ReferencesSection-module__4xM9Dq__drawLine .9s var(--ease-out-soft) both;border-radius:4px;margin-top:20px;animation-timeline:view();animation-range:entry cover 30%}.ReferencesSection-module__4xM9Dq__lede{text-align:center;max-width:600px;color:var(--muted);text-wrap:pretty;margin-top:22px;font-size:15.5px;line-height:1.75}.ReferencesSection-module__4xM9Dq__rail{scroll-snap-type:x proximity;scrollbar-width:none;gap:clamp(20px,2.4vw,32px);margin-top:52px;padding:8px clamp(24px,4vw,48px) 28px;scroll-padding-inline:clamp(24px,4vw,48px);display:flex;position:relative;overflow-x:auto}.ReferencesSection-module__4xM9Dq__rail::-webkit-scrollbar{display:none}.ReferencesSection-module__4xM9Dq__card{scroll-snap-align:start;background:var(--white);border:1px solid var(--line-2);border-radius:28px;flex:none;grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr));align-items:center;gap:clamp(28px,3.6vw,56px);width:min(92vw,1040px);padding:clamp(24px,3vw,44px);transition:transform .4s;display:grid}.ReferencesSection-module__4xM9Dq__card:hover{transform:translateY(-3px)}.ReferencesSection-module__4xM9Dq__laptop{justify-self:center;width:100%;max-width:600px;position:relative}.ReferencesSection-module__4xM9Dq__laptopGlow{filter:blur(12px);pointer-events:none;background:radial-gradient(circle,#fa531b29 0%,#fa531b00 70%);position:absolute;inset:14% 6% 20%}.ReferencesSection-module__4xM9Dq__laptopBody{background:var(--ink);border-radius:12px;padding:8px 8px 10px;position:relative;box-shadow:0 30px 54px -32px #17121f80}.ReferencesSection-module__4xM9Dq__laptopCam{justify-content:center;align-items:center;height:7px;display:flex}.ReferencesSection-module__4xM9Dq__laptopCam span{background:#332c3d;border-radius:50%;width:4px;height:4px}.ReferencesSection-module__4xM9Dq__laptopScreen{aspect-ratio:16/10;background:var(--grey);border-radius:4px;position:relative;overflow:hidden}.ReferencesSection-module__4xM9Dq__laptopShot{animation:linear both ReferencesSection-module__4xM9Dq__shotDrift;animation-timeline:view(x);animation-range:cover;position:absolute;inset:0 0 -8%}.ReferencesSection-module__4xM9Dq__laptopBase{background:linear-gradient(#ededef,#c9c9ce);border-radius:0 0 4px 4px;justify-content:center;width:110%;height:9px;margin-left:-5%;display:flex;position:relative;box-shadow:0 10px 18px -10px #1b1a184d}.ReferencesSection-module__4xM9Dq__laptopNotch{background:#b4b4ba;border-radius:0 0 5px 5px;width:12%;height:4px}.ReferencesSection-module__4xM9Dq__laptopFoot{background:linear-gradient(#d6d6da,#adadb3);border-radius:0 0 8px 8px;width:110%;height:4px;margin-left:-5%;position:relative}.ReferencesSection-module__4xM9Dq__body{max-width:440px}.ReferencesSection-module__4xM9Dq__badges{align-items:center;gap:12px;display:flex}.ReferencesSection-module__4xM9Dq__index{font-family:var(--font-code);letter-spacing:.14em;color:var(--faint-2);font-size:11px}.ReferencesSection-module__4xM9Dq__status{background:var(--orange-150);border-radius:999px;align-items:center;gap:7px;padding:5px 11px;display:inline-flex}.ReferencesSection-module__4xM9Dq__statusDot{background:var(--orange);border-radius:50%;width:5px;height:5px}.ReferencesSection-module__4xM9Dq__statusText{font-family:var(--font-code);letter-spacing:.16em;color:var(--orange);font-size:9.5px;font-weight:700}.ReferencesSection-module__4xM9Dq__name{font-family:var(--font-display);letter-spacing:-.035em;margin-top:16px;font-size:clamp(26px,3vw,34px);font-weight:800;line-height:1.1}.ReferencesSection-module__4xM9Dq__tagline{color:var(--muted);text-wrap:pretty;margin-top:12px;font-size:15.5px;line-height:1.7}.ReferencesSection-module__4xM9Dq__about{border-top:1px solid var(--line-2);color:var(--ink);text-wrap:pretty;margin-top:18px;padding-top:18px;font-size:14.5px;line-height:1.7}.ReferencesSection-module__4xM9Dq__links{flex-direction:column;align-items:flex-start;gap:18px;margin-top:26px;display:flex}.ReferencesSection-module__4xM9Dq__site{font-family:var(--font-code);letter-spacing:.12em;color:var(--ink);border-bottom:1.5px solid var(--orange);align-items:center;gap:9px;padding-bottom:4px;font-size:11px;text-decoration:none;transition:gap .2s,color .2s;display:inline-flex}.ReferencesSection-module__4xM9Dq__site:hover{color:var(--orange);gap:14px}.ReferencesSection-module__4xM9Dq__stores{align-items:center;gap:8px;display:flex}.ReferencesSection-module__4xM9Dq__storeApple{border:1px solid var(--ink);background:var(--ink);letter-spacing:-.01em;color:var(--white);border-radius:11px;align-items:center;gap:7px;padding:9px 14px;font-size:12px;font-weight:700;transition:background .2s;display:inline-flex}.ReferencesSection-module__4xM9Dq__storeApple:hover{color:var(--white);background:#000}.ReferencesSection-module__4xM9Dq__storeGoogle{border:1px solid var(--line);background:var(--white);letter-spacing:-.01em;color:var(--ink);border-radius:11px;align-items:center;gap:7px;padding:9px 14px;font-size:12px;font-weight:700;transition:border-color .2s,background .2s;display:inline-flex}.ReferencesSection-module__4xM9Dq__storeGoogle:hover{border-color:var(--ink);background:var(--cream);color:var(--ink)}.ReferencesSection-module__4xM9Dq__controls{justify-content:center;align-items:center;gap:20px;padding:0 clamp(24px,4vw,48px);display:flex;position:relative}.ReferencesSection-module__4xM9Dq__arrow{border:1px solid var(--line);background:var(--white);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:transform .15s,border-color .2s;display:flex}.ReferencesSection-module__4xM9Dq__arrow:hover{border-color:var(--orange);transform:translateY(-2px)}.ReferencesSection-module__4xM9Dq__track{background:var(--line-2);border-radius:3px;width:min(280px,40vw);height:3px;position:relative;overflow:hidden}.ReferencesSection-module__4xM9Dq__thumb{background:var(--orange);border-radius:3px;width:34%;transition:transform .25s ease-out;position:absolute;top:0;bottom:0;left:0}@media (max-width:760px){.ReferencesSection-module__4xM9Dq__rail{scroll-snap-type:x mandatory}.ReferencesSection-module__4xM9Dq__card{width:88vw}}@keyframes ReferencesSection-module__4xM9Dq__riseIn{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}@keyframes ReferencesSection-module__4xM9Dq__drawLine{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes ReferencesSection-module__4xM9Dq__markDrift{0%{transform:translate(-7%)}to{transform:translate(7%)}}@keyframes ReferencesSection-module__4xM9Dq__shotDrift{0%{transform:translate(-3.5%)}to{transform:translate(3.5%)}}
.Services-module__7T4CNq__section{justify-content:center;width:100%;padding:clamp(96px,13vw,186px) 24px 0;display:flex}.Services-module__7T4CNq__panel{background:var(--white);border:1px solid var(--line);width:100%;max-width:1180px;animation:Services-module__7T4CNq__riseIn .7s var(--ease-out-soft) both;border-radius:30px;grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr));align-items:center;gap:clamp(36px,4vw,58px);padding:clamp(34px,4.2vw,60px);animation-timeline:view();animation-range:entry cover 26%;display:grid;position:relative;overflow:hidden}.Services-module__7T4CNq__glow{pointer-events:none;background:radial-gradient(#fa531b24,#fff0 70%);width:520px;height:420px;position:absolute;top:-190px;right:-150px}.Services-module__7T4CNq__hatch{background:repeating-linear-gradient(-45deg, var(--orange-hatch) 0 3px, transparent 3px 14px);opacity:.7;pointer-events:none;width:170px;height:110px;position:absolute;bottom:-10px;left:-12px}.Services-module__7T4CNq__copy{position:relative}.Services-module__7T4CNq__kicker{font-family:var(--font-code);letter-spacing:.2em;color:var(--faint);font-size:11.5px;font-weight:700}.Services-module__7T4CNq__title{letter-spacing:-.03em;text-wrap:balance;max-width:460px;margin-top:14px;font-size:clamp(27px,3.3vw,38px);font-weight:800;line-height:1.15}.Services-module__7T4CNq__lede{max-width:420px;color:var(--muted);margin-top:16px;font-size:14.5px;line-height:1.75}.Services-module__7T4CNq__list{border-bottom:1px solid var(--line);margin-top:28px}.Services-module__7T4CNq__item{cursor:pointer;border:0;border-top:1px solid var(--line);text-align:left;background:0 0;align-items:flex-start;gap:16px;width:100%;padding:18px 0;transition:opacity .2s;display:flex}.Services-module__7T4CNq__item:hover{opacity:.7}.Services-module__7T4CNq__itemIndex{font-family:var(--font-code);color:var(--orange);flex:none;padding-top:4px;font-size:11px;font-weight:700}.Services-module__7T4CNq__itemBody{flex:1;min-width:0}.Services-module__7T4CNq__itemHead{align-items:center;gap:10px;display:flex}.Services-module__7T4CNq__itemLabel{letter-spacing:-.015em;color:var(--ink);font-size:17px;font-weight:700}.Services-module__7T4CNq__itemRule{background:var(--orange);border-radius:3px;width:26px;height:3px}.Services-module__7T4CNq__itemText{max-width:420px;color:var(--muted);margin-top:8px;font-size:14px;line-height:1.7}.Services-module__7T4CNq__moreLink{color:var(--ink);align-items:center;gap:6px;margin-top:18px;font-size:13.5px;font-weight:700;display:inline-flex}.Services-module__7T4CNq__moreLink:hover{color:var(--orange)}.Services-module__7T4CNq__preview{border:1px solid var(--line);background:var(--cream);border-radius:22px;flex-direction:column;min-height:428px;padding:20px;display:flex;position:relative}.Services-module__7T4CNq__previewChrome{align-items:center;gap:7px;margin-bottom:16px;display:flex}.Services-module__7T4CNq__dotLive{background:var(--orange);border-radius:50%;width:7px;height:7px}.Services-module__7T4CNq__dotIdle{background:#e2dfe6;border-radius:50%;width:7px;height:7px}.Services-module__7T4CNq__previewLabel{font-family:var(--font-code);letter-spacing:.14em;color:var(--faint);margin-left:auto;font-size:10px}.Services-module__7T4CNq__scene{animation:Services-module__7T4CNq__sceneIn .45s var(--ease-out-soft) both;flex:1;display:flex}.Services-module__7T4CNq__sceneColumn{animation:Services-module__7T4CNq__sceneIn .45s var(--ease-out-soft) both;flex-direction:column;flex:1;gap:12px;display:flex}.Services-module__7T4CNq__appsScene{align-items:stretch;gap:16px}.Services-module__7T4CNq__browser{background:var(--white);border:1px solid var(--line-2);border-radius:14px;flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden;box-shadow:0 18px 34px -30px #17121f80}.Services-module__7T4CNq__browserBar{border-bottom:1px solid var(--line-3);align-items:center;gap:6px;padding:10px 12px;display:flex}.Services-module__7T4CNq__browserDot{background:#e2dfe6;border-radius:50%;width:6px;height:6px}.Services-module__7T4CNq__browserUrl{background:var(--grey);border-radius:99px;flex:1;height:14px;margin-left:8px}.Services-module__7T4CNq__browserBody{flex-direction:column;flex:1;gap:12px;padding:14px;display:flex}.Services-module__7T4CNq__rowHead{justify-content:space-between;align-items:center;gap:10px;display:flex}.Services-module__7T4CNq__rowTitle{color:var(--ink);font-size:12.5px;font-weight:700}.Services-module__7T4CNq__rowTag{font-size:9.5px;font-family:var(--font-code);letter-spacing:.1em;color:var(--faint)}.Services-module__7T4CNq__rows{flex-direction:column;gap:8px;display:flex}.Services-module__7T4CNq__row{background:#f9f8fa;border-radius:10px;align-items:center;gap:10px;padding:9px 10px;display:flex}.Services-module__7T4CNq__rowIcon{background:var(--line-3);border-radius:7px;flex:none;width:22px;height:22px}.Services-module__7T4CNq__rowIconActive{background:var(--orange-100)}.Services-module__7T4CNq__rowFill{flex:1}.Services-module__7T4CNq__rowLine{background:var(--line);border-radius:4px;height:8px}.Services-module__7T4CNq__rowMeta{background:var(--line-3);border-radius:4px;width:34px;height:8px}.Services-module__7T4CNq__browserFooter{align-items:center;gap:10px;margin-top:auto;display:flex}.Services-module__7T4CNq__pillPrimary{color:var(--white);background:var(--orange);border-radius:999px;padding:9px 15px;font-size:11px;font-weight:700}.Services-module__7T4CNq__pillNote{color:var(--faint);font-size:11px;font-weight:600}.Services-module__7T4CNq__phone{background:var(--white);border:1px solid var(--line-2);border-radius:20px;flex-direction:column;flex:none;width:112px;display:flex;overflow:hidden;box-shadow:0 18px 34px -30px #17121f80}.Services-module__7T4CNq__phoneNotch{justify-content:center;padding:9px 0 7px;display:flex}.Services-module__7T4CNq__phoneNotch span{background:var(--line);border-radius:99px;width:34px;height:5px}.Services-module__7T4CNq__phoneBody{flex-direction:column;flex:1;gap:8px;padding:4px 10px 10px;display:flex}.Services-module__7T4CNq__phoneTitle{color:var(--ink);font-size:10.5px;font-weight:700}.Services-module__7T4CNq__phoneHero{background:var(--grey);border-radius:10px;height:54px}.Services-module__7T4CNq__phoneLine{background:var(--line-2);border-radius:4px;height:8px}.Services-module__7T4CNq__phoneCta{background:var(--orange-050);border:1px solid var(--orange-250);border-radius:9px;height:34px}.Services-module__7T4CNq__phoneTabs{border-top:1px solid var(--line-3);justify-content:space-around;align-items:center;padding:9px 6px;display:flex}.Services-module__7T4CNq__phoneTab{background:var(--line);border-radius:3px;width:16px;height:4px}.Services-module__7T4CNq__phoneTabActive{background:var(--orange)}.Services-module__7T4CNq__erpScene{background:var(--white);border:1px solid var(--line-2);border-radius:14px;overflow:hidden;box-shadow:0 18px 34px -30px #17121f80}.Services-module__7T4CNq__erpSidebar{border-right:1px solid var(--line-3);background:#fcfbfc;flex-direction:column;flex:none;gap:7px;width:92px;padding:14px 10px;display:flex}.Services-module__7T4CNq__erpBrand{align-items:center;gap:7px;margin-bottom:6px;display:flex}.Services-module__7T4CNq__erpBrandDot{background:var(--orange);border-radius:50%;width:8px;height:8px}.Services-module__7T4CNq__erpBrandText{font-family:var(--font-code);letter-spacing:.12em;color:var(--faint);font-size:8.5px}.Services-module__7T4CNq__erpNavActive{color:var(--ink);background:var(--orange-100);border-radius:8px;padding:7px 9px;font-size:10.5px;font-weight:700}.Services-module__7T4CNq__erpNav{color:var(--faint);padding:7px 9px;font-size:10.5px}.Services-module__7T4CNq__erpMain{flex-direction:column;flex:1;gap:12px;min-width:0;padding:14px;display:flex}.Services-module__7T4CNq__erpCards{gap:10px;display:flex}.Services-module__7T4CNq__erpCard{border:1px solid var(--line-3);border-radius:12px;flex:1;padding:10px}.Services-module__7T4CNq__erpCardLabel{font-size:9.5px;font-family:var(--font-code);letter-spacing:.1em;color:var(--faint)}.Services-module__7T4CNq__erpBars{align-items:flex-end;gap:5px;height:38px;margin-top:8px;display:flex}.Services-module__7T4CNq__erpBar{background:var(--line-2);transform-origin:bottom;border-radius:3px;flex:1;animation:.5s both Services-module__7T4CNq__barGrow}.Services-module__7T4CNq__erpBarActive{background:var(--orange)}.Services-module__7T4CNq__erpSpark{width:100%;height:38px;margin-top:8px;display:block}.Services-module__7T4CNq__erpRows{color:var(--ink);flex-direction:column;flex:1;gap:9px;font-size:11.5px;display:flex}.Services-module__7T4CNq__erpRow{border-bottom:1px solid var(--line-3);justify-content:space-between;padding-bottom:9px;display:flex}.Services-module__7T4CNq__erpRowLast{justify-content:space-between;display:flex}.Services-module__7T4CNq__statusOk{color:var(--green);font-weight:700}.Services-module__7T4CNq__statusIdle{color:var(--faint)}.Services-module__7T4CNq__statusWarn{color:var(--orange);font-weight:700}.Services-module__7T4CNq__apiBoard{background:var(--white);border:1px solid var(--line-2);border-radius:14px;flex:1;grid-template-columns:1fr auto 1fr;align-items:center;padding:16px;display:grid;position:relative;box-shadow:0 18px 34px -30px #17121f80}.Services-module__7T4CNq__apiWires{pointer-events:none;width:calc(100% - 32px);height:calc(100% - 32px);position:absolute;inset:16px}.Services-module__7T4CNq__apiWiresPath{animation:1.6s linear infinite Services-module__7T4CNq__dashFlow}.Services-module__7T4CNq__apiLeft,.Services-module__7T4CNq__apiRight{flex-direction:column;align-items:flex-start;gap:14px;display:flex;position:relative}.Services-module__7T4CNq__apiRight{align-items:flex-end;gap:12px}.Services-module__7T4CNq__apiChip{background:var(--white);border:1px solid var(--line);border-radius:10px;padding:9px 13px;font-size:11px;font-weight:700;box-shadow:0 8px 18px -14px #17121f99}.Services-module__7T4CNq__apiHub{background:var(--orange);width:74px;height:74px;color:var(--white);font-family:var(--font-code);letter-spacing:.1em;border-radius:50%;justify-content:center;justify-self:center;align-items:center;font-size:9px;display:flex;position:relative;box-shadow:0 16px 30px -18px #fa531be6}.Services-module__7T4CNq__apiLog{background:var(--white);border:1px solid var(--line-2);font-family:var(--font-code);color:var(--muted);border-radius:14px;padding:12px 14px;font-size:10.5px;line-height:1.9}.Services-module__7T4CNq__apiLogOk{color:var(--green)}.Services-module__7T4CNq__apiLogRetry{color:var(--orange)}.Services-module__7T4CNq__apiFooter{color:var(--faint);justify-content:space-between;font-size:10.5px;display:flex}.Services-module__7T4CNq__aiCard{background:var(--white);border:1px solid var(--line-2);border-radius:14px;flex-direction:column;flex:1;gap:12px;padding:14px;display:flex;box-shadow:0 18px 34px -30px #17121f80}.Services-module__7T4CNq__aiHead{justify-content:space-between;align-items:center;gap:10px;display:flex}.Services-module__7T4CNq__aiTitle{color:var(--ink);font-size:12.5px;font-weight:700}.Services-module__7T4CNq__aiStatus{font-size:9.5px;font-family:var(--font-code);letter-spacing:.1em;color:var(--orange);background:var(--orange-100);border-radius:999px;align-items:center;gap:6px;padding:4px 9px;display:inline-flex}.Services-module__7T4CNq__aiStatusDot{background:var(--orange);border-radius:50%;width:5px;height:5px;animation:1.4s ease-in-out infinite Services-module__7T4CNq__softPulse}.Services-module__7T4CNq__aiCompose{align-items:flex-start;gap:12px;display:flex}.Services-module__7T4CNq__aiThumb{background:var(--grey);border-radius:12px;flex:none;justify-content:center;align-items:center;width:74px;height:74px;display:flex}.Services-module__7T4CNq__aiLines{flex-direction:column;flex:1;gap:8px;min-width:0;padding-top:2px;display:flex}.Services-module__7T4CNq__aiLine{background:var(--line-3);border-radius:4px;height:8px;overflow:hidden}.Services-module__7T4CNq__aiLineFill{background:#e4e1e8;border-radius:4px;height:100%;animation:.5s steps(14,end) both Services-module__7T4CNq__typeIn}.Services-module__7T4CNq__aiTags{gap:6px;margin-top:2px;display:flex}.Services-module__7T4CNq__aiTagBrand{color:var(--orange);background:var(--orange-050);border-radius:999px;padding:3px 8px;font-size:10px}.Services-module__7T4CNq__aiTag{color:var(--faint);background:var(--grey);border-radius:999px;padding:3px 8px;font-size:10px}.Services-module__7T4CNq__aiFooter{align-items:center;gap:10px;margin-top:auto;display:flex}.Services-module__7T4CNq__aiPill{color:var(--white);background:var(--orange);border-radius:999px;padding:9px 16px;font-size:11px;font-weight:700}.Services-module__7T4CNq__aiPillNote{color:var(--faint);font-size:11px}.Services-module__7T4CNq__aiAgent{background:var(--white);border:1px solid var(--line-2);border-radius:14px;flex-direction:column;gap:9px;padding:13px 14px;display:flex}.Services-module__7T4CNq__aiAgentHead{justify-content:space-between;align-items:center;gap:10px;display:flex}.Services-module__7T4CNq__aiAgentTitle{color:var(--ink);align-items:center;gap:8px;font-size:12px;font-weight:700;display:inline-flex}.Services-module__7T4CNq__aiAgentDot{background:var(--green);border-radius:50%;width:7px;height:7px}.Services-module__7T4CNq__aiAgentState{font-size:9.5px;font-family:var(--font-code);letter-spacing:.1em;color:var(--green)}.Services-module__7T4CNq__aiAgentRow{color:var(--muted);justify-content:space-between;align-items:center;gap:10px;font-size:11.5px;display:flex}.Services-module__7T4CNq__aiAgentRowAccent{color:var(--orange);font-weight:700}.Services-module__7T4CNq__aiAgentNote{color:var(--faint);font-size:10.5px;line-height:1.6}@media (max-width:1024px){.Services-module__7T4CNq__preview{display:none}}@keyframes Services-module__7T4CNq__riseIn{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}@keyframes Services-module__7T4CNq__sceneIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes Services-module__7T4CNq__barGrow{0%{transform:scaleY(.15)}to{transform:scaleY(1)}}@keyframes Services-module__7T4CNq__typeIn{0%{width:0}to{width:100%}}@keyframes Services-module__7T4CNq__softPulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes Services-module__7T4CNq__dashFlow{to{stroke-dashoffset:-28px}}
.WhySection-module__vml80q__section{flex-direction:column;align-items:center;width:100%;padding:clamp(96px,13vw,186px) 24px 0;display:flex}.WhySection-module__vml80q__inner{width:100%;max-width:1180px;animation:WhySection-module__vml80q__riseIn .7s var(--ease-out-soft) both;flex-direction:column;align-items:center;animation-timeline:view();animation-range:entry cover 26%;display:flex}.WhySection-module__vml80q__kicker{font-family:var(--font-code);letter-spacing:.2em;color:var(--faint);font-size:11.5px;font-weight:700}.WhySection-module__vml80q__title{letter-spacing:-.03em;text-align:center;text-wrap:balance;max-width:640px;margin-top:14px;font-size:clamp(27px,3.3vw,38px);font-weight:800;line-height:1.15}.WhySection-module__vml80q__accent{color:var(--orange)}.WhySection-module__vml80q__rule{background:var(--orange);border-radius:4px;width:56px;height:4px;margin-top:18px}.WhySection-module__vml80q__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,262px),1fr));gap:26px;width:100%;margin-top:56px;display:grid}.WhySection-module__vml80q__card{background:var(--cream);border-radius:20px;padding:32px 30px 34px}.WhySection-module__vml80q__cardIndex{font-family:var(--font-code);letter-spacing:.14em;color:var(--orange);font-size:12px;font-weight:700}.WhySection-module__vml80q__cardTitle{letter-spacing:-.015em;margin-top:14px;font-size:18px;font-weight:700}.WhySection-module__vml80q__cardText{color:var(--muted);margin-top:10px;font-size:14px;line-height:1.75}.WhySection-module__vml80q__signature{flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;margin-top:clamp(90px,14vw,170px);display:flex;position:relative;overflow:hidden}.WhySection-module__vml80q__signatureText{font-family:var(--font-display);letter-spacing:-.04em;color:var(--line-2);white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:clamp(72px,17vw,260px);font-weight:800;line-height:1.06}.WhySection-module__vml80q__signatureTagline{font-family:var(--font-serif);color:var(--orange);margin-top:-.75em;font-size:clamp(22px,2.7vw,38px);font-style:italic}@keyframes WhySection-module__vml80q__riseIn{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}
.FaqPage-module__g7c0mW__hero{justify-content:center;width:100%;padding:88px 24px 0;display:flex}.FaqPage-module__g7c0mW__grid{grid-template-columns:minmax(0,380px) minmax(0,1fr);gap:clamp(40px,6vw,96px);width:100%;max-width:1180px;padding:clamp(56px,8vw,110px) 0 clamp(96px,12vw,160px);display:grid}.FaqPage-module__g7c0mW__intro{align-self:start;position:sticky;top:120px}.FaqPage-module__g7c0mW__kicker{font-family:var(--font-code);letter-spacing:.2em;color:var(--faint);font-size:11.5px;font-weight:700}.FaqPage-module__g7c0mW__title{letter-spacing:-.03em;text-wrap:balance;margin-top:14px;font-size:clamp(32px,4vw,46px);font-weight:800;line-height:1.1}.FaqPage-module__g7c0mW__accent{color:var(--orange)}.FaqPage-module__g7c0mW__rule{background:var(--orange);border-radius:4px;width:56px;height:4px;margin-top:20px}.FaqPage-module__g7c0mW__lead{color:var(--muted);max-width:40ch;margin-top:22px;font-size:15px;line-height:1.75}.FaqPage-module__g7c0mW__cta{background:var(--ink);color:var(--white);border-radius:12px;align-items:center;gap:8px;margin-top:30px;padding:14px 24px;font-size:14.5px;font-weight:700;transition:transform .15s,background .2s;display:inline-flex}.FaqPage-module__g7c0mW__cta:hover{color:var(--white);background:#000;transform:translateY(-1px)}@media (max-width:860px){.FaqPage-module__g7c0mW__grid{grid-template-columns:1fr}.FaqPage-module__g7c0mW__intro{position:static}}
.ContentPage-module__XklE7q__heroSection{justify-content:center;width:100%;padding:88px 24px 0;display:flex}.ContentPage-module__XklE7q__heroPanel{background:var(--cream);width:100%;max-width:1180px;animation:ContentPage-module__XklE7q__riseIn .8s var(--ease-out-soft) both;border-radius:26px;padding:clamp(56px,7vw,96px) clamp(26px,5vw,72px);position:relative;overflow:hidden}.ContentPage-module__XklE7q__kicker{font-family:var(--font-code);letter-spacing:.2em;color:var(--faint);font-size:11.5px;font-weight:700}.ContentPage-module__XklE7q__heroTitle{letter-spacing:-.03em;text-wrap:balance;max-width:18ch;margin-top:16px;font-size:clamp(34px,4.6vw,54px);font-weight:800;line-height:1.08}.ContentPage-module__XklE7q__accent{color:var(--orange)}.ContentPage-module__XklE7q__rule{background:var(--orange);border-radius:4px;width:56px;height:4px;margin-top:22px;display:block}.ContentPage-module__XklE7q__heroLead{color:var(--muted);max-width:56ch;margin-top:22px;font-size:16px;line-height:1.75}.ContentPage-module__XklE7q__heroActions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.ContentPage-module__XklE7q__ctaPrimary{background:var(--ink);color:var(--white);border-radius:12px;align-items:center;gap:8px;padding:14px 24px;font-size:14.5px;font-weight:700;transition:transform .15s,background .2s;display:inline-flex}.ContentPage-module__XklE7q__ctaPrimary:hover{color:var(--white);background:#000;transform:translateY(-1px)}.ContentPage-module__XklE7q__ctaSecondary{border:1px solid var(--line);color:var(--ink);border-radius:12px;align-items:center;gap:8px;padding:14px 24px;font-size:14.5px;font-weight:700;display:inline-flex}.ContentPage-module__XklE7q__section{justify-content:center;width:100%;padding:clamp(80px,11vw,140px) 24px 0;display:flex}.ContentPage-module__XklE7q__sectionInner{width:100%;max-width:1180px;animation:ContentPage-module__XklE7q__riseIn .7s var(--ease-out-soft) both;animation-timeline:view();animation-range:entry cover 26%}.ContentPage-module__XklE7q__sectionKicker{font-family:var(--font-code);letter-spacing:.2em;color:var(--faint);font-size:11.5px;font-weight:700}.ContentPage-module__XklE7q__sectionTitle{letter-spacing:-.03em;text-wrap:balance;max-width:640px;margin-top:14px;font-size:clamp(26px,3vw,34px);font-weight:800;line-height:1.18}.ContentPage-module__XklE7q__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,262px),1fr));gap:26px;margin-top:46px;display:grid}.ContentPage-module__XklE7q__card{background:var(--cream);border-radius:20px;padding:32px 30px 34px}.ContentPage-module__XklE7q__cardIndex{font-family:var(--font-code);letter-spacing:.14em;color:var(--orange);font-size:12px;font-weight:700}.ContentPage-module__XklE7q__cardTitle{letter-spacing:-.015em;margin-top:14px;font-size:17px;font-weight:700}.ContentPage-module__XklE7q__cardText{color:var(--muted);margin-top:10px;font-size:14px;line-height:1.75}.ContentPage-module__XklE7q__proofGrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:22px;margin-top:46px;display:grid}.ContentPage-module__XklE7q__proofCard{border:1px solid var(--line);border-radius:20px;padding:28px 28px 30px}.ContentPage-module__XklE7q__proofName{font-size:16px;font-weight:700}.ContentPage-module__XklE7q__proofTagline{color:var(--orange);margin-top:4px;font-size:13px;font-weight:600}.ContentPage-module__XklE7q__proofText{color:var(--muted);margin-top:12px;font-size:14px;line-height:1.75}.ContentPage-module__XklE7q__proofLink{margin-top:16px;font-size:13px;font-weight:700;display:inline-flex}.ContentPage-module__XklE7q__faqList{flex-direction:column;margin-top:46px;display:flex}.ContentPage-module__XklE7q__faqItem{border-bottom:1px solid var(--line);padding:24px 0}.ContentPage-module__XklE7q__faqItem:first-child{border-top:1px solid var(--line)}.ContentPage-module__XklE7q__faqQuestion{letter-spacing:-.01em;font-size:16px;font-weight:700}.ContentPage-module__XklE7q__faqAnswer{color:var(--muted);max-width:70ch;margin-top:8px;font-size:14px;line-height:1.75}.ContentPage-module__XklE7q__closing{justify-content:center;width:100%;margin-top:clamp(80px,11vw,140px);padding:0 24px clamp(96px,12vw,160px);display:flex}.ContentPage-module__XklE7q__closingPanel{background:var(--ink);width:100%;max-width:1180px;color:var(--white);border-radius:26px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:clamp(48px,6vw,72px);display:flex}.ContentPage-module__XklE7q__closingTitle{letter-spacing:-.02em;max-width:32ch;font-size:clamp(22px,2.6vw,30px);font-weight:800}.ContentPage-module__XklE7q__closingCta{background:var(--orange);color:var(--white);white-space:nowrap;border-radius:12px;align-items:center;gap:8px;padding:14px 26px;font-size:14.5px;font-weight:700;transition:transform .15s;display:inline-flex}.ContentPage-module__XklE7q__closingCta:hover{color:var(--white);transform:translateY(-1px)}@keyframes ContentPage-module__XklE7q__riseIn{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}
