.hm-header{z-index:50;height:var(--header-height);background:linear-gradient(var(--color-bg-strong)0%,var(--color-bg)55%,var(--color-bg-light));border-bottom:1px solid var(--chrome-border);position:fixed;top:0;left:0;right:0;box-shadow:inset 0 -1px #ffffff0a,0 2px 10px #00000073}.hm-header:before{content:"";pointer-events:none;z-index:0;opacity:.18;mix-blend-mode:overlay;background-image:radial-gradient(#ffffff38 .7px,#0000 .9px),radial-gradient(#00000040 .8px,#0000 1px);background-position:0 0,3px 4px;background-size:7px 7px,11px 11px;position:absolute;inset:0}.hm-header:after{content:"";z-index:1;background:linear-gradient(90deg,transparent 0%,var(--accent-glow)18%,var(--accent-glow-soft)54%,transparent 100%);opacity:.95;height:3px;position:absolute;bottom:-1px;left:0;right:0}.hm-container{z-index:2;max-width:96rem;height:var(--header-height);justify-content:space-between;align-items:center;gap:16px;margin:0 auto;padding:0 18px;display:flex;position:relative}.hm-logo{background-color:var(--color-bg-light);border:1px solidv var(--color-bg-strong);border-radius:7px;flex-shrink:0;align-items:center;padding:6px;display:flex}.hm-logo-image{object-fit:contain;width:auto;height:42px;display:block}.hm-nav{flex-wrap:nowrap;align-items:center;gap:22px;display:flex}.hm-nav-item{align-items:center;display:flex;position:relative}.hm-divider{background:var(--chrome-border);width:1px;height:22px}.hm-link{white-space:nowrap;color:var(--chrome-text);cursor:pointer;align-items:center;gap:8px;font-size:.95rem;font-weight:600;transition:color .16s;display:inline-flex}.hm-link-static{cursor:default;pointer-events:none}.hm-link-avatar{background:var(--chrome-hover-bg);width:37px;height:37px;color:var(--chrome-text);border:2px solid #ffffffd9;border-radius:999px;justify-content:center;padding:0;overflow:hidden;box-shadow:0 0 0 2px #00000040}.hm-avatar-image{object-fit:cover;width:100%;height:100%;display:block}.hm-link:hover{color:var(--chrome-text-hover)}.hm-link-featured{min-height:40px;color:var(--color-primary-foreground);background:linear-gradient(180deg,var(--accent-from)0%,var(--accent-mid)48%,var(--accent-to)100%);border:1px solid var(--accent-glow-soft);box-shadow:0 0 0 1px var(--chrome-border),0 6px 18px var(--accent-glow-soft);border-radius:999px;padding:0 15px;font-weight:700}.hm-link.hm-link-featured:hover,.hm-link.hm-link-featured.active{color:var(--color-primary-foreground);filter:brightness(1.05)}.hm-link.active{color:var(--chrome-text-active);font-weight:700}.hm-submenu{background:var(--chrome-submenu-bg);border:1px solid var(--chrome-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:14px;min-width:180px;padding:8px 0;display:none;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 16px 40px #00000059}.hm-submenu:before{content:"";height:15px;position:absolute;top:-15px;left:0;right:0}.hm-nav-item:hover .hm-submenu{display:block}.hm-submenu-item{color:var(--chrome-text);padding:10px 14px;font-size:.9rem;display:block}.hm-submenu-item:hover{background:var(--chrome-hover-bg);color:var(--chrome-text-active)}.hm-auth-group{align-items:center;gap:12px;margin-left:6px;display:flex}.hm-auth-btn{white-space:nowrap;border-radius:13px;justify-content:center;align-items:center;gap:9px;min-height:42px;padding:0 17px;font-size:.9rem;font-weight:700;line-height:1;transition:background .16s,border-color .16s,color .16s,box-shadow .16s,transform .16s,filter .16s;display:inline-flex}.hm-auth-btn:hover{transform:translateY(-1px)}.hm-auth-btn-desktop{min-width:100px}.hm-auth-btn-secondary{background:rgb(var(--rgb-white)/.88);border:1px solid var(--accent-glow-soft);color:var(--accent-to);box-shadow:inset 0 1px 0 rgb(var(--rgb-white)/.72),0 8px 22px rgb(var(--rgb-shadow)/.14)}.hm-auth-btn-secondary:hover{background:rgb(var(--rgb-white)/.96);border-color:var(--accent-mid);color:var(--accent-mid)}.hm-auth-btn-primary{border:1px solid var(--accent-glow-soft);color:var(--color-primary-foreground);box-shadow:inset 0 1px 0 rgb(var(--rgb-white)/.32),0 9px 22px var(--accent-glow-soft);background:linear-gradient(180deg,var(--accent-from)0%,var(--accent-mid)50%,var(--accent-to)100%)!important}.hm-auth-btn-primary:hover{filter:brightness(1.06)}.hm-auth-icon{color:currentColor;flex-shrink:0}.hm-mobile-toggle{color:var(--chrome-text);cursor:pointer;background:0 0;border:0;display:none}.hm-mobile-overlay{inset:0;top:var(--header-height);z-index:40;background:var(--chrome-to);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:16px;position:fixed}.hm-mobile-top{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.hm-mobile-title{color:var(--chrome-text-active);font-size:1.125rem;font-weight:700}.hm-mobile-close{color:var(--chrome-text);cursor:pointer;background:0 0;border:0}.hm-mobile-nav{flex-direction:column;gap:14px;display:flex}.hm-mobile-link{background:var(--chrome-hover-bg);border:1px solid var(--chrome-border);border-radius:16px;align-items:center;gap:12px;padding:14px;display:flex}.hm-mobile-link-icon{color:var(--chrome-text-hover)}.hm-mobile-link-text{color:var(--chrome-text-hover);font-size:1rem;font-weight:600}.hm-mobile-link-featured{background:linear-gradient(180deg,var(--accent-from)0%,var(--accent-mid)48%,var(--accent-to)100%);border-color:var(--accent-glow-soft)}.hm-mobile-link-featured .hm-mobile-link-icon,.hm-mobile-link-featured .hm-mobile-link-text{color:var(--color-primary-foreground)}.hm-mobile-divider{background:var(--chrome-border);height:1px;margin:2px 0}.hm-mobile-avatar-image{object-fit:cover;border-radius:999px;width:20px;height:20px;display:block}.hm-mobile-auth{gap:12px;margin-top:8px;display:grid}.hm-mobile-auth-btn{background:var(--chrome-hover-bg);width:44px;height:44px;color:var(--chrome-text-hover);border-radius:14px;justify-content:center;align-items:center;display:flex}.hm-mobile-auth-btn-primary{background:linear-gradient(180deg,var(--accent-from)0%,var(--accent-mid)48%,var(--accent-to)100%);color:var(--color-primary-foreground)}.hm-bottom-bar{z-index:50;border-top:1px solid var(--chrome-border);background:var(--chrome-to);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:none;position:fixed;bottom:0;left:0;right:0}.hm-bottom-bar-inner{justify-content:space-around;align-items:center;height:64px;display:flex}.hm-bottom-link{width:100%;height:100%;color:var(--chrome-text);flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}.hm-bottom-link.active{color:var(--chrome-text-active)}.hm-bottom-link-featured{color:var(--color-primary-foreground);background:linear-gradient(180deg,var(--accent-from)0%,var(--accent-mid)48%,var(--accent-to)100%)}.hm-bottom-link-text{font-size:10px;font-weight:600}@media (max-width:768px){.hm-nav{display:none}.hm-mobile-toggle{justify-content:center;align-items:center;display:inline-flex}.hm-logo-image{height:38px}.hm-bottom-bar{display:block}}.hm-link:not(.hm-link-featured):not(.hm-link-avatar):not(.hm-link-icon-only){position:relative}.hm-link:not(.hm-link-featured):not(.hm-link-avatar):not(.hm-link-icon-only).active:after{background:linear-gradient(90deg,var(--accent-from),var(--accent-to));width:34px;height:3px;box-shadow:0 4px 12px var(--accent-glow-soft);content:"";border-radius:999px;position:absolute;bottom:-14px;left:50%;transform:translate(-50%)}@media (max-width:768px){.hm-link:not(.hm-link-featured):not(.hm-link-avatar):not(.hm-link-icon-only).active:after{display:none}}
.PublicFooterPortal-module__6MRdEG__footer{z-index:2;width:100%;color:var(--foreground);padding:clamp(34px,5vw,74px) clamp(18px,4vw,56px) clamp(28px,4vw,52px);position:relative}.PublicFooterPortal-module__6MRdEG__ctaCard{background:radial-gradient(circle at 88% 25%,#ffc66d2e,transparent 34%),linear-gradient(135deg,var(--accent-mid),var(--accent-to)62%,#752808);max-width:86rem;box-shadow:0 24px 58px #3d231124,inset 0 1px 0 rgb(var(--rgb-white)/.24);border:1px solid #ffe2bc6b;border-radius:clamp(18px,1.6vw,26px);grid-template-columns:minmax(0,.85fr) minmax(360px,1fr);align-items:center;gap:clamp(24px,4vw,70px);margin:0 auto;padding:clamp(28px,4vw,46px) clamp(26px,5vw,76px);display:grid;overflow:hidden}.PublicFooterPortal-module__6MRdEG__ctaText h2{max-width:13ch;color:var(--color-primary-foreground);font-family:var(--font-heading),serif;letter-spacing:-.025em;margin:0;font-size:clamp(30px,4vw,52px);font-weight:900;line-height:1.02}.PublicFooterPortal-module__6MRdEG__ctaText p{color:#fff8efd1;max-width:48rem;margin:18px 0 0;font-size:clamp(15px,1.3vw,20px);font-weight:650;line-height:1.55}.PublicFooterPortal-module__6MRdEG__ctaActions{justify-items:start;gap:22px;display:grid}.PublicFooterPortal-module__6MRdEG__ctaButtons,.PublicFooterPortal-module__6MRdEG__ctaChecks{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.PublicFooterPortal-module__6MRdEG__ctaPrimary,.PublicFooterPortal-module__6MRdEG__ctaSecondary{border-radius:13px;justify-content:center;align-items:center;gap:10px;min-height:54px;padding:0 28px;font-size:15px;font-weight:900;text-decoration:none;display:inline-flex}.PublicFooterPortal-module__6MRdEG__ctaPrimary{background:rgb(var(--rgb-white)/.92);color:var(--accent-to);box-shadow:inset 0 1px 0 rgb(var(--rgb-white)/.9),0 14px 28px #3d231133}.PublicFooterPortal-module__6MRdEG__ctaSecondary{border:1px solid rgb(var(--rgb-white)/.38);background:rgb(var(--rgb-white)/.08);color:var(--color-primary-foreground)}.PublicFooterPortal-module__6MRdEG__ctaChecks span{color:#fff8efe0;padding-left:24px;font-size:15px;font-weight:800;position:relative}.PublicFooterPortal-module__6MRdEG__ctaChecks span:before{content:"✓";font-weight:950;position:absolute;left:0}.PublicFooterPortal-module__6MRdEG__ctaLegal{justify-content:flex-end;gap:18px;width:100%;display:flex}.PublicFooterPortal-module__6MRdEG__ctaLegal a{color:#fff8efe6;font-size:13px;font-weight:800;text-decoration:none}.PublicFooterPortal-module__6MRdEG__ctaLegal a:hover{color:rgb(var(--rgb-white)/1);text-decoration:underline}@media (max-width:980px){.PublicFooterPortal-module__6MRdEG__ctaCard{grid-template-columns:1fr}.PublicFooterPortal-module__6MRdEG__ctaText h2{max-width:18ch}.PublicFooterPortal-module__6MRdEG__ctaLegal{justify-content:flex-start}}@media (max-width:560px){.PublicFooterPortal-module__6MRdEG__footer{padding-left:14px;padding-right:14px}.PublicFooterPortal-module__6MRdEG__ctaCard{padding:24px 18px}.PublicFooterPortal-module__6MRdEG__ctaButtons{grid-template-columns:1fr;width:100%;display:grid}.PublicFooterPortal-module__6MRdEG__ctaPrimary,.PublicFooterPortal-module__6MRdEG__ctaSecondary{width:100%}.PublicFooterPortal-module__6MRdEG__ctaLegal{flex-direction:column;align-items:flex-start;gap:12px}}
.HomeHeroCarousel-module__3aMXAG__hero{isolation:isolate;border-radius:clamp(18px,1.8vw,28px);width:100%;max-width:96rem;min-height:clamp(560px,72vh,700px);margin:0 auto;position:relative;overflow:hidden}.HomeHeroCarousel-module__3aMXAG__imageWrap{z-index:0;position:absolute;inset:0}.HomeHeroCarousel-module__3aMXAG__image{object-fit:cover;object-position:center}.HomeHeroCarousel-module__3aMXAG__imageShade{background:linear-gradient(90deg,rgb(var(--rgb-black)/.1),transparent 40%),linear-gradient(180deg,rgb(var(--rgb-black)/.1),transparent 42%,rgb(var(--rgb-black)/.18));pointer-events:none;position:absolute;inset:0}.HomeHeroCarousel-module__3aMXAG__panel{z-index:2;border:1px solid rgb(var(--rgb-white)/.2);background:linear-gradient(145deg,rgb(var(--rgb-black)/.52),rgb(var(--rgb-black)/.28)),radial-gradient(circle at 20% 0%,#ef831f3d,transparent 48%),linear-gradient(135deg,#ffb94c2e,#6d2b0a38);width:clamp(380px,36vw,560px);min-width:0;box-shadow:none;color:#fff8ef;-webkit-backdrop-filter:blur(14px)saturate(1.14);backdrop-filter:blur(14px)saturate(1.14);border-radius:30px;flex-direction:column;justify-content:flex-start;padding:clamp(22px,2.1vw,34px);display:flex;position:absolute;top:clamp(72px,16%,138px);bottom:clamp(28px,4vw,54px);right:clamp(28px,5vw,72px)}.HomeHeroCarousel-module__3aMXAG__panelContent{flex-direction:column;flex:0 auto;min-height:0;display:flex}.HomeHeroCarousel-module__3aMXAG__eyebrow{color:#ffd69bf0;letter-spacing:.02em;align-items:center;gap:10px;width:fit-content;font-size:12px;font-weight:800;display:inline-flex}.HomeHeroCarousel-module__3aMXAG__eyebrowIcon{width:31px;height:31px;color:var(--accent-from);background:#ef831f21;border:1px solid #ef831f61;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.HomeHeroCarousel-module__3aMXAG__title{color:#fff8ef;max-width:13ch;font-family:var(--font-heading),serif;letter-spacing:-.05em;text-wrap:balance;margin-top:clamp(18px,2vw,26px);font-size:clamp(34px,3.1vw,54px);font-weight:800;line-height:.96}.HomeHeroCarousel-module__3aMXAG__body{color:#fff8efcc;max-width:37rem;margin-top:clamp(18px,2vw,24px);font-size:clamp(14px,1.05vw,17px);font-weight:500;line-height:1.65}.HomeHeroCarousel-module__3aMXAG__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(10px,1.1vw,14px);margin-top:clamp(18px,2vw,26px);display:grid}.HomeHeroCarousel-module__3aMXAG__primaryAction,.HomeHeroCarousel-module__3aMXAG__secondaryAction{border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;min-width:0;min-height:46px;padding:0 clamp(12px,1.4vw,20px);font-size:clamp(12px,.82vw,13px);font-weight:800;text-decoration:none;transition:transform .16s,border-color .16s,background .16s,box-shadow .16s;display:inline-flex}.HomeHeroCarousel-module__3aMXAG__primaryAction{background:linear-gradient(180deg,var(--accent-from),var(--accent-mid)48%,var(--accent-to));color:var(--primary-foreground);box-shadow:0 12px 26px #ef831f57,inset 0 1px 0 rgb(var(--rgb-white)/.32);border:1px solid #ffbe3a75}.HomeHeroCarousel-module__3aMXAG__secondaryAction{border:1px solid rgb(var(--rgb-white)/.3);background:rgb(var(--rgb-white)/.06);color:#fff8efeb;cursor:default}.HomeHeroCarousel-module__3aMXAG__primaryAction:hover{box-shadow:0 16px 34px #ef831f6b,inset 0 1px 0 rgb(var(--rgb-white)/.35);transform:translateY(-1px)}.HomeHeroCarousel-module__3aMXAG__secondaryAction:hover{border-color:rgb(var(--rgb-white)/.42);background:rgb(var(--rgb-white)/.1)}.HomeHeroCarousel-module__3aMXAG__footerControls{flex:none;grid-template-columns:46px 1fr 46px;align-items:center;gap:18px;margin-top:clamp(16px,2vw,26px);display:grid}.HomeHeroCarousel-module__3aMXAG__dots{justify-content:center;align-items:center;gap:8px;display:inline-flex}.HomeHeroCarousel-module__3aMXAG__dot{background:rgb(var(--rgb-white)/.38);cursor:pointer;border:0;border-radius:999px;width:20px;height:5px;transition:width .16s,background .16s,box-shadow .16s}.HomeHeroCarousel-module__3aMXAG__dotActive{background:var(--accent-from);width:34px;box-shadow:0 0 14px #ef831f73}.HomeHeroCarousel-module__3aMXAG__navButton{border:1px solid rgb(var(--rgb-white)/.28);background:rgb(var(--rgb-white)/.07);color:#fff8efeb;width:46px;height:46px;box-shadow:inset 0 1px 0 rgb(var(--rgb-white)/.16);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:999px;justify-content:center;align-items:center;transition:transform .16s,background .16s,border-color .16s;display:inline-flex}.HomeHeroCarousel-module__3aMXAG__navButton:hover{background:rgb(var(--rgb-white)/.12);border-color:#ffbe3a94;transform:scale(1.04)}@media (max-width:1080px){.HomeHeroCarousel-module__3aMXAG__panel{width:clamp(360px,46vw,500px);top:clamp(76px,17%,130px);right:28px}.HomeHeroCarousel-module__3aMXAG__title{font-size:clamp(32px,4vw,46px)}.HomeHeroCarousel-module__3aMXAG__footerControls{margin-top:clamp(14px,1.7vw,20px)}}@media (max-width:860px){.HomeHeroCarousel-module__3aMXAG__hero{border-radius:24px;min-height:clamp(650px,82vh,750px)}.HomeHeroCarousel-module__3aMXAG__panel{border-bottom:0;border-left:0;border-right:0;border-radius:26px 26px 0 0;width:auto;min-width:0;padding:22px;inset:50% 0 0}.HomeHeroCarousel-module__3aMXAG__panelContent{min-height:100%;padding-top:44px}.HomeHeroCarousel-module__3aMXAG__title{max-width:16ch;font-size:clamp(28px,7vw,40px)}.HomeHeroCarousel-module__3aMXAG__body{-webkit-line-clamp:5;-webkit-box-orient:vertical;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}.HomeHeroCarousel-module__3aMXAG__actions{margin-top:auto;padding-top:16px}.HomeHeroCarousel-module__3aMXAG__footerControls{grid-template-columns:38px 38px;gap:10px;width:auto;margin-top:0;display:grid;position:absolute;top:18px;right:18px}.HomeHeroCarousel-module__3aMXAG__dots{display:none}.HomeHeroCarousel-module__3aMXAG__navButton{width:38px;height:38px}}@media (max-width:620px){.HomeHeroCarousel-module__3aMXAG__hero{border-radius:22px;min-height:660px}.HomeHeroCarousel-module__3aMXAG__panel{padding:18px}.HomeHeroCarousel-module__3aMXAG__actions{gap:9px;margin-top:auto;padding-top:14px}.HomeHeroCarousel-module__3aMXAG__primaryAction,.HomeHeroCarousel-module__3aMXAG__secondaryAction{white-space:nowrap;min-height:38px;padding:0 10px;font-size:11.5px}.HomeHeroCarousel-module__3aMXAG__footerControls{grid-template-columns:36px 36px;gap:9px;top:16px;right:16px}.HomeHeroCarousel-module__3aMXAG__navButton{width:36px;height:36px}}@media (min-width:1440px){.HomeHeroCarousel-module__3aMXAG__panel{top:clamp(72px,14%,120px)}.HomeHeroCarousel-module__3aMXAG__title{font-size:clamp(38px,2.9vw,56px)}}@media (max-width:460px){.HomeHeroCarousel-module__3aMXAG__panel{padding:15px}.HomeHeroCarousel-module__3aMXAG__panelContent{padding-top:38px}.HomeHeroCarousel-module__3aMXAG__eyebrow{gap:7px;font-size:10.5px}.HomeHeroCarousel-module__3aMXAG__eyebrowIcon{width:27px;height:27px}.HomeHeroCarousel-module__3aMXAG__title{margin-top:12px;font-size:clamp(25px,7vw,32px)}.HomeHeroCarousel-module__3aMXAG__body{-webkit-line-clamp:3;margin-top:10px;font-size:12.5px;line-height:1.42}.HomeHeroCarousel-module__3aMXAG__actions{gap:8px;margin-top:auto;padding-top:12px}.HomeHeroCarousel-module__3aMXAG__primaryAction,.HomeHeroCarousel-module__3aMXAG__secondaryAction{border-radius:11px;min-height:36px;padding:0 8px;font-size:10.5px}.HomeHeroCarousel-module__3aMXAG__primaryAction svg{width:12px;height:12px}.HomeHeroCarousel-module__3aMXAG__footerControls{grid-template-columns:34px 34px;gap:8px;top:14px;right:14px}.HomeHeroCarousel-module__3aMXAG__navButton{width:34px;height:34px}.HomeHeroCarousel-module__3aMXAG__dot{width:16px}.HomeHeroCarousel-module__3aMXAG__dotActive{width:26px}}.HomeHeroCarousel-module__3aMXAG__secondaryAction{cursor:pointer;text-decoration:none}
.FeaturesHero-module__w41f_W__hero{z-index:2;grid-template-columns:minmax(340px,.82fr) minmax(0,1.18fr);align-items:center;gap:clamp(26px,5vw,84px);max-width:96rem;min-height:clamp(640px,73vh,780px);margin:0 auto;padding:clamp(54px,6vw,84px) 0 clamp(44px,6vw,74px);display:grid;position:relative;overflow:hidden}.FeaturesHero-module__w41f_W__copyCol{min-width:0;padding-left:clamp(4px,1vw,12px)}.FeaturesHero-module__w41f_W__eyebrow{color:var(--accent-to);letter-spacing:.08em;text-transform:uppercase;margin:0 0 14px;font-size:14px;font-weight:950}.FeaturesHero-module__w41f_W__title{max-width:15ch;color:var(--foreground);font-family:var(--font-heading),serif;letter-spacing:-.018em;text-wrap:balance;margin:0;font-size:clamp(34px,3.75vw,54px);font-weight:900;line-height:1.08}.FeaturesHero-module__w41f_W__body{max-width:34rem;color:var(--muted-foreground);margin:clamp(22px,2.7vw,32px) 0 0;font-size:clamp(15px,1.2vw,18px);font-weight:650;line-height:1.55}.FeaturesHero-module__w41f_W__actions{flex-wrap:wrap;gap:18px;margin-top:clamp(28px,3.5vw,46px);display:flex}.FeaturesHero-module__w41f_W__primaryAction,.FeaturesHero-module__w41f_W__secondaryAction{border-radius:13px;justify-content:center;align-items:center;gap:11px;min-height:58px;padding:0 30px;font-size:16px;font-weight:900;text-decoration:none;display:inline-flex}.FeaturesHero-module__w41f_W__primaryAction{border:1px solid var(--accent-glow-soft);background:linear-gradient(180deg,var(--accent-from),var(--accent-mid)48%,var(--accent-to));color:var(--primary-foreground);box-shadow:0 14px 28px #ef831f42,inset 0 1px 0 rgb(var(--rgb-white)/.34)}.FeaturesHero-module__w41f_W__secondaryAction{background:rgb(var(--rgb-white)/.42);color:var(--foreground);border:1px solid #3d231147}.FeaturesHero-module__w41f_W__highlights{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:44rem;margin-top:clamp(44px,5vw,78px);display:grid}.FeaturesHero-module__w41f_W__highlightCard{border:1px solid rgb(var(--rgb-black)/.06);background:rgb(var(--rgb-white)/.58);color:var(--accent-to);border-radius:14px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:15px;display:grid;box-shadow:0 14px 28px #3d23110f}.FeaturesHero-module__w41f_W__highlightCard strong,.FeaturesHero-module__w41f_W__highlightCard em{display:block}.FeaturesHero-module__w41f_W__highlightCard strong{color:var(--foreground);font-size:13px;font-weight:950;line-height:1.2}.FeaturesHero-module__w41f_W__highlightCard em{color:var(--muted-foreground);margin-top:4px;font-size:12px;font-style:normal;font-weight:700;line-height:1.25}.FeaturesHero-module__w41f_W__imageCol{align-self:stretch;min-height:clamp(420px,53vw,680px);position:relative}.FeaturesHero-module__w41f_W__heroImage{object-fit:contain;object-position:center right;filter:drop-shadow(0 34px 42px #3d231133)}@media (max-width:1040px){.FeaturesHero-module__w41f_W__hero{grid-template-columns:1fr;min-height:0}.FeaturesHero-module__w41f_W__title,.FeaturesHero-module__w41f_W__body{max-width:52rem}.FeaturesHero-module__w41f_W__imageCol{min-height:clamp(360px,66vw,620px)}.FeaturesHero-module__w41f_W__heroImage{object-position:center}}@media (max-width:640px){.FeaturesHero-module__w41f_W__hero{padding-top:38px}.FeaturesHero-module__w41f_W__title{font-size:clamp(34px,10.5vw,46px)}.FeaturesHero-module__w41f_W__actions,.FeaturesHero-module__w41f_W__highlights{grid-template-columns:1fr}.FeaturesHero-module__w41f_W__actions{display:grid}.FeaturesHero-module__w41f_W__primaryAction,.FeaturesHero-module__w41f_W__secondaryAction{width:100%}.FeaturesHero-module__w41f_W__highlights{max-width:none}}
.HomeFeaturesOverview-module__QUqqhG__section{z-index:2;width:100%;max-width:96rem;color:var(--foreground);margin:0 auto;padding:clamp(54px,6vw,88px) 0 0;position:relative}.HomeFeaturesOverview-module__QUqqhG__headingBlock{text-align:center;max-width:980px;margin:0 auto}.HomeFeaturesOverview-module__QUqqhG__eyebrow{color:var(--accent-to);letter-spacing:.32em;text-transform:uppercase;margin:0 0 12px;font-size:clamp(11px,1.1vw,13px);font-weight:900}.HomeFeaturesOverview-module__QUqqhG__title{color:var(--foreground);font-family:var(--font-heading),serif;letter-spacing:-.018em;word-spacing:.035em;text-wrap:balance;margin:0;font-size:clamp(40px,5.4vw,70px);font-weight:900;line-height:1.04}.HomeFeaturesOverview-module__QUqqhG__subtitle{max-width:760px;color:var(--muted-foreground);margin:clamp(16px,2vw,22px) auto 0;font-size:clamp(16px,1.5vw,22px);font-weight:600;line-height:1.5}.HomeFeaturesOverview-module__QUqqhG__cardsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(20px,2.5vw,32px);margin-top:clamp(42px,5.5vw,70px);display:grid}.HomeFeaturesOverview-module__QUqqhG__card{border:1px solid rgb(var(--rgb-black)/.08);background:radial-gradient(circle at 16% 0%,#ffeed5b8,transparent 46%),linear-gradient(180deg,rgb(var(--rgb-white)/.74),#fff9efd6);min-width:0;box-shadow:0 26px 58px #3d23111a,inset 0 1px 0 rgb(var(--rgb-white)/.72);-webkit-backdrop-filter:blur(10px)saturate(1.06);backdrop-filter:blur(10px)saturate(1.06);border-radius:clamp(22px,2vw,30px);padding:clamp(20px,2vw,28px)}.HomeFeaturesOverview-module__QUqqhG__cardIntro{grid-template-columns:auto 1fr;align-items:start;gap:clamp(16px,1.6vw,24px);display:grid}.HomeFeaturesOverview-module__QUqqhG__iconBox{background:radial-gradient(circle at 45% 12%,rgb(var(--rgb-white)/.9),transparent 50%),linear-gradient(180deg,#fff6e8eb,#ffe1b26b);width:clamp(74px,6.8vw,96px);height:clamp(74px,6.8vw,96px);color:var(--accent-to);box-shadow:0 18px 36px #ef831f21,inset 0 1px 0 rgb(var(--rgb-white)/.88);border:1px solid #ef831f4d;border-radius:24px;justify-content:center;align-items:center;display:inline-flex}.HomeFeaturesOverview-module__QUqqhG__card h3{color:var(--foreground);font-family:var(--font-heading),serif;letter-spacing:-.04em;margin:8px 0 0;font-size:clamp(24px,2.25vw,32px);font-weight:900;line-height:1.08}.HomeFeaturesOverview-module__QUqqhG__card p{color:var(--muted-foreground);margin:12px 0 0;font-size:clamp(14px,1.18vw,18px);font-weight:600;line-height:1.55}.HomeFeaturesOverview-module__QUqqhG__learnButton{color:var(--accent-to);cursor:pointer;background:0 0;border:0;align-items:center;gap:12px;margin-top:clamp(18px,2vw,28px);font-size:clamp(14px,1.15vw,17px);font-weight:900;line-height:1;display:inline-flex}.HomeFeaturesOverview-module__QUqqhG__learnButton svg{transition:transform .16s}.HomeFeaturesOverview-module__QUqqhG__learnButton:hover svg{transform:translate(3px)}.HomeFeaturesOverview-module__QUqqhG__mockPanel{border:1px solid rgb(var(--rgb-black)/.07);background:rgb(var(--rgb-white)/.52);box-shadow:inset 0 1px 0 rgb(var(--rgb-white)/.7),0 12px 24px #3d23110d;border-radius:18px;margin-top:clamp(26px,3vw,42px);padding:clamp(14px,1.4vw,18px);overflow:hidden}.HomeFeaturesOverview-module__QUqqhG__mockHeader{color:var(--foreground);justify-content:space-between;align-items:center;gap:12px;font-size:clamp(12px,1vw,14px);font-weight:900;display:flex}.HomeFeaturesOverview-module__QUqqhG__liveBadge{color:var(--muted-foreground);padding-left:14px;font-size:12px;font-weight:800;position:relative}.HomeFeaturesOverview-module__QUqqhG__liveBadge:before{background:var(--badge-ready-text);content:"";border-radius:999px;width:6px;height:6px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.HomeFeaturesOverview-module__QUqqhG__staffList,.HomeFeaturesOverview-module__QUqqhG__ticketList{gap:10px;margin-top:18px;display:grid}.HomeFeaturesOverview-module__QUqqhG__staffRow{border:1px solid rgb(var(--rgb-black)/.06);background:rgb(var(--rgb-white)/.58);min-height:42px;color:var(--foreground);border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto auto auto;align-items:center;gap:10px;padding:7px 9px;font-size:12px;font-weight:750;display:grid}.HomeFeaturesOverview-module__QUqqhG__avatar{width:30px;height:30px;color:var(--muted-foreground);background:#3d23111a;border-radius:999px;justify-content:center;align-items:center;font-size:11px;font-weight:900;display:inline-flex}.HomeFeaturesOverview-module__QUqqhG__staffName{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.HomeFeaturesOverview-module__QUqqhG__staffRole{color:var(--muted-foreground);font-size:11px;font-weight:700}.HomeFeaturesOverview-module__QUqqhG__activeBadge{color:var(--status-ready-text);background:#45b16c26;border-radius:999px;padding:4px 9px;font-size:10px;font-weight:900}.HomeFeaturesOverview-module__QUqqhG__menuDots{color:var(--muted-foreground);font-weight:900}.HomeFeaturesOverview-module__QUqqhG__statsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.HomeFeaturesOverview-module__QUqqhG__statBox{border:1px solid rgb(var(--rgb-black)/.06);background:rgb(var(--rgb-white)/.58);border-radius:10px;min-width:0;padding:12px}.HomeFeaturesOverview-module__QUqqhG__statBox span,.HomeFeaturesOverview-module__QUqqhG__statBox small{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:750;display:block;overflow:hidden}.HomeFeaturesOverview-module__QUqqhG__statBox strong{color:var(--foreground);letter-spacing:-.04em;margin-top:5px;font-size:23px;font-weight:900;display:inline-block}.HomeFeaturesOverview-module__QUqqhG__statBox em{color:var(--status-ready-text);margin-left:8px;font-size:12px;font-style:normal;font-weight:900}.HomeFeaturesOverview-module__QUqqhG__orangeText{color:var(--accent-to)!important}.HomeFeaturesOverview-module__QUqqhG__recentOrder{border:1px solid rgb(var(--rgb-black)/.06);background:rgb(var(--rgb-white)/.58);border-radius:10px;gap:9px;margin-top:14px;padding:12px;display:grid}.HomeFeaturesOverview-module__QUqqhG__recentOrder>div{color:var(--foreground);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;font-size:12px;font-weight:850;display:grid}.HomeFeaturesOverview-module__QUqqhG__recentOrder>div:last-child{grid-template-columns:auto auto 1fr auto}.HomeFeaturesOverview-module__QUqqhG__recentOrder small{color:var(--accent-to);font-weight:900}.HomeFeaturesOverview-module__QUqqhG__takeawayBadge{color:var(--status-preparing-text);background:#ffbe3a3d;border-radius:999px;padding:4px 9px;font-size:10px;font-weight:900}.HomeFeaturesOverview-module__QUqqhG__ticketRow{border:1px solid rgb(var(--rgb-black)/.06);border-left:4px solid var(--accent-from);background:rgb(var(--rgb-white)/.62);min-height:42px;color:var(--foreground);border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:8px 10px;font-size:12px;font-weight:800;display:grid}.HomeFeaturesOverview-module__QUqqhG__ticketRow span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.HomeFeaturesOverview-module__QUqqhG__ticketRow small{color:var(--muted-foreground);font-size:11px;font-weight:750}.HomeFeaturesOverview-module__QUqqhG__ticketRow em{color:var(--status-preparing-text);background:#ffbe3a3d;border-radius:999px;padding:5px 8px;font-size:9px;font-style:normal;font-weight:950}.HomeFeaturesOverview-module__QUqqhG__ticketUrgent{border-left-color:var(--danger)}.HomeFeaturesOverview-module__QUqqhG__ticketUrgent em{color:var(--danger);background:#e44d4d1f}.HomeFeaturesOverview-module__QUqqhG__ticketReady{border-left-color:var(--badge-ready-text)}.HomeFeaturesOverview-module__QUqqhG__ticketReady em{color:var(--status-ready-text);background:#45b16c26}.HomeFeaturesOverview-module__QUqqhG__bottomStrip{border:1px solid rgb(var(--rgb-black)/.08);background:rgb(var(--rgb-white)/.5);box-shadow:0 20px 44px #3d231112,inset 0 1px 0 rgb(var(--rgb-white)/.74);-webkit-backdrop-filter:blur(10px)saturate(1.04);backdrop-filter:blur(10px)saturate(1.04);border-radius:clamp(22px,2vw,28px);grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:clamp(28px,3vw,38px);display:grid}.HomeFeaturesOverview-module__QUqqhG__bottomItem{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:clamp(14px,1.7vw,24px);min-width:0;padding:clamp(20px,2vw,28px) clamp(18px,3vw,42px);display:grid}.HomeFeaturesOverview-module__QUqqhG__bottomItem+.HomeFeaturesOverview-module__QUqqhG__bottomItem{border-left:1px solid rgb(var(--rgb-black)/.12)}.HomeFeaturesOverview-module__QUqqhG__bottomIcon{width:clamp(52px,4.6vw,68px);height:clamp(52px,4.6vw,68px);color:var(--accent-to);background:#ffbe3a26;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.HomeFeaturesOverview-module__QUqqhG__bottomItem strong,.HomeFeaturesOverview-module__QUqqhG__bottomItem em{text-overflow:ellipsis;display:block;overflow:hidden}.HomeFeaturesOverview-module__QUqqhG__bottomItem strong{color:var(--foreground);font-family:var(--font-heading),serif;letter-spacing:-.03em;font-size:clamp(18px,1.7vw,23px);font-weight:900;line-height:1.1}.HomeFeaturesOverview-module__QUqqhG__bottomItem em{color:var(--muted-foreground);margin-top:7px;font-size:clamp(13px,1.05vw,16px);font-style:normal;font-weight:600;line-height:1.35}@media (max-width:1180px){.HomeFeaturesOverview-module__QUqqhG__cardsGrid{grid-template-columns:1fr}.HomeFeaturesOverview-module__QUqqhG__card{grid-template-columns:minmax(260px,.8fr) minmax(0,1fr);align-items:stretch;gap:24px;display:grid}.HomeFeaturesOverview-module__QUqqhG__mockPanel{margin-top:0}}@media (max-width:840px){.HomeFeaturesOverview-module__QUqqhG__section{padding-top:48px}.HomeFeaturesOverview-module__QUqqhG__cardsGrid{gap:18px;margin-top:34px}.HomeFeaturesOverview-module__QUqqhG__card{display:block}.HomeFeaturesOverview-module__QUqqhG__mockPanel{margin-top:24px}.HomeFeaturesOverview-module__QUqqhG__bottomStrip{grid-template-columns:1fr}.HomeFeaturesOverview-module__QUqqhG__bottomItem+.HomeFeaturesOverview-module__QUqqhG__bottomItem{border-top:1px solid rgb(var(--rgb-black)/.1);border-left:0}}@media (max-width:560px){.HomeFeaturesOverview-module__QUqqhG__title{font-size:clamp(36px,11vw,48px)}.HomeFeaturesOverview-module__QUqqhG__subtitle{font-size:15px}.HomeFeaturesOverview-module__QUqqhG__cardIntro{grid-template-columns:1fr}.HomeFeaturesOverview-module__QUqqhG__iconBox{border-radius:20px;width:66px;height:66px}.HomeFeaturesOverview-module__QUqqhG__staffRole,.HomeFeaturesOverview-module__QUqqhG__menuDots{display:none}.HomeFeaturesOverview-module__QUqqhG__staffRow{grid-template-columns:auto minmax(0,1fr) auto}.HomeFeaturesOverview-module__QUqqhG__statsGrid,.HomeFeaturesOverview-module__QUqqhG__recentOrder>div:last-child,.HomeFeaturesOverview-module__QUqqhG__ticketRow{grid-template-columns:1fr}.HomeFeaturesOverview-module__QUqqhG__ticketRow{align-items:start}.HomeFeaturesOverview-module__QUqqhG__bottomItem{padding:18px}}.HomeFeaturesOverview-module__QUqqhG__title{letter-spacing:-.018em;word-spacing:.035em}.HomeFeaturesOverview-module__QUqqhG__learnButton{text-decoration:none}
.FeaturesShowcase-module___D8LUG__catalogue{z-index:2;width:100%;max-width:96rem;margin:0 auto;padding:clamp(16px,2vw,24px) 0 0;position:relative}.FeaturesShowcase-module___D8LUG__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.FeaturesShowcase-module___D8LUG__cardsGrid{grid-template-columns:repeat(6,minmax(0,1fr));gap:clamp(14px,1.6vw,22px);display:grid}.FeaturesShowcase-module___D8LUG__catalogueCard{background:linear-gradient(180deg,rgb(var(--rgb-white)/.82),#fffaf4b8);min-width:0;box-shadow:0 12px 26px #3d23110f,inset 0 1px 0 rgb(var(--rgb-white)/.76);text-align:center;border:1px solid #3d231114;border-radius:24px;padding:24px 18px 20px}.FeaturesShowcase-module___D8LUG__catalogueIcon{color:var(--accent-from);justify-content:center;align-items:center;display:inline-flex}.FeaturesShowcase-module___D8LUG__catalogueTitle{color:var(--foreground);font-family:var(--font-heading),serif;letter-spacing:-.03em;margin:14px 0 0;font-size:clamp(18px,1.5vw,24px);font-weight:900;line-height:1.12}.FeaturesShowcase-module___D8LUG__catalogueTitle span{display:block}.FeaturesShowcase-module___D8LUG__catalogueBody{max-width:16ch;color:var(--muted-foreground);margin:14px auto 0;font-size:13px;font-weight:650;line-height:1.5}.FeaturesShowcase-module___D8LUG__detailPanel{gap:40px;width:100%;max-width:96rem;margin:clamp(42px,5vw,70px) auto 0;display:grid}.FeaturesShowcase-module___D8LUG__detailSection{background:radial-gradient(circle at top left,#fff1db6b,transparent 28%),linear-gradient(180deg,rgb(var(--rgb-white)/.52),#fff8eeb8);box-shadow:0 26px 58px #3d231114,inset 0 1px 0 rgb(var(--rgb-white)/.78);-webkit-backdrop-filter:blur(10px)saturate(1.04);backdrop-filter:blur(10px)saturate(1.04);border:1px solid #3d231114;border-radius:clamp(28px,2.6vw,38px);grid-template-columns:minmax(320px,.74fr) minmax(0,1.26fr);align-items:center;gap:clamp(28px,4vw,56px);padding:clamp(44px,4.8vw,70px) clamp(28px,4vw,56px);display:grid}.FeaturesShowcase-module___D8LUG__detailSectionReverse{grid-template-columns:minmax(0,1.26fr) minmax(320px,.74fr)}.FeaturesShowcase-module___D8LUG__detailSectionReverse .FeaturesShowcase-module___D8LUG__detailImageWrap{justify-content:flex-start}.FeaturesShowcase-module___D8LUG__detailCopy{max-width:35rem}.FeaturesShowcase-module___D8LUG__detailEyebrow{color:var(--accent-from);letter-spacing:.08em;text-transform:uppercase;margin:0 0 18px;font-size:14px;font-weight:950}.FeaturesShowcase-module___D8LUG__detailTitle{max-width:15ch;color:var(--foreground);font-family:var(--font-heading),serif;letter-spacing:-.018em;text-wrap:balance;margin:0;font-size:clamp(34px,3.75vw,54px);font-weight:900;line-height:1.08}.FeaturesShowcase-module___D8LUG__detailBody{max-width:34rem;color:var(--muted-foreground);margin:clamp(22px,2.7vw,32px) 0 0;font-size:clamp(15px,1.2vw,18px);font-weight:650;line-height:1.55}.FeaturesShowcase-module___D8LUG__featureList{gap:14px;margin:28px 0 0;padding:0;list-style:none;display:grid}.FeaturesShowcase-module___D8LUG__featureItem{color:var(--foreground);align-items:center;gap:12px;font-size:clamp(15px,1.16vw,18px);font-weight:700;line-height:1.42;display:flex}.FeaturesShowcase-module___D8LUG__featureItem svg{color:var(--accent-from);flex:none}.FeaturesShowcase-module___D8LUG__statusBadge{color:#35844b;background:#e0f1dcf2;border-radius:999px;align-items:center;margin-top:32px;padding:13px 20px;font-size:clamp(14px,1vw,16px);font-weight:800;line-height:1;display:inline-flex}.FeaturesShowcase-module___D8LUG__statusBadge:before{content:"";background:currentColor;border-radius:999px;width:9px;height:9px;margin-right:10px}.FeaturesShowcase-module___D8LUG__detailImageWrap{justify-content:flex-end;align-items:center;display:flex}.FeaturesShowcase-module___D8LUG__detailImageCard{background:rgb(var(--rgb-white)/.42);width:100%;box-shadow:0 18px 38px #3d23111f,inset 0 1px 0 rgb(var(--rgb-white)/.76);border:1px solid #3d231114;border-radius:clamp(22px,2vw,30px);overflow:hidden}.FeaturesShowcase-module___D8LUG__detailImage{width:100%;height:auto;display:block}@media (max-width:1320px){.FeaturesShowcase-module___D8LUG__cardsGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1040px){.FeaturesShowcase-module___D8LUG__detailSection,.FeaturesShowcase-module___D8LUG__detailSectionReverse{grid-template-columns:1fr}.FeaturesShowcase-module___D8LUG__detailCopy{max-width:none}.FeaturesShowcase-module___D8LUG__detailTitle,.FeaturesShowcase-module___D8LUG__detailBody{max-width:52rem}.FeaturesShowcase-module___D8LUG__detailImageWrap,.FeaturesShowcase-module___D8LUG__detailSectionReverse .FeaturesShowcase-module___D8LUG__detailImageWrap{justify-content:center}}@media (max-width:760px){.FeaturesShowcase-module___D8LUG__cardsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.FeaturesShowcase-module___D8LUG__catalogueCard{border-radius:20px;padding:20px 14px 18px}.FeaturesShowcase-module___D8LUG__catalogueBody{max-width:none;font-size:12px}.FeaturesShowcase-module___D8LUG__detailPanel{gap:40px}.FeaturesShowcase-module___D8LUG__detailSection{border-radius:24px;padding:28px 18px}.FeaturesShowcase-module___D8LUG__detailTitle{font-size:clamp(34px,10.5vw,46px)}.FeaturesShowcase-module___D8LUG__featureItem{align-items:flex-start}}
.LegalDocumentPage-module__Dwut0G__pageShell{max-width:86rem;margin:0 auto}.LegalDocumentPage-module__Dwut0G__heroSection{grid-template-columns:minmax(0,1fr) minmax(320px,.88fr);align-items:center;gap:clamp(28px,4vw,56px);display:grid}.LegalDocumentPage-module__Dwut0G__heroCopy{max-width:44rem}.LegalDocumentPage-module__Dwut0G__eyebrowRow{align-items:center;gap:12px;display:inline-flex}.LegalDocumentPage-module__Dwut0G__eyebrowIcon{width:38px;height:38px;color:var(--accent-from);box-shadow:inset 0 1px 0 rgb(var(--rgb-white)/.72);background:#ef831f1f;border-radius:14px;justify-content:center;align-items:center;display:inline-flex}.LegalDocumentPage-module__Dwut0G__eyebrowText{color:var(--accent-from);letter-spacing:.05em;text-transform:uppercase;font-size:14px;font-weight:950}.LegalDocumentPage-module__Dwut0G__heroTitle{max-width:10ch;color:var(--foreground);font-family:var(--font-heading),serif;letter-spacing:-.04em;margin:20px 0 0;font-size:clamp(54px,6.4vw,86px);font-weight:900;line-height:.95}.LegalDocumentPage-module__Dwut0G__heroDescription{max-width:42rem;color:var(--muted-foreground);margin:24px 0 0;font-size:clamp(18px,1.35vw,24px);font-weight:600;line-height:1.55}.LegalDocumentPage-module__Dwut0G__updatedRow{color:rgb(var(--rgb-black)/.56);align-items:center;gap:10px;margin-top:28px;font-size:14px;font-weight:700;display:inline-flex}.LegalDocumentPage-module__Dwut0G__heroArtWrap{justify-content:flex-end;display:flex}.LegalDocumentPage-module__Dwut0G__heroArtScene{background:radial-gradient(circle at 65% 30%,#fff5e6fa,#f9f3ebc7 70%,transparent 72%),linear-gradient(180deg,rgb(var(--rgb-white)/.4),#fff9f1b8);border-radius:34px;width:min(100%,34rem);min-height:20rem;position:relative;overflow:hidden}.LegalDocumentPage-module__Dwut0G__dotsGrid{opacity:.7;background-image:radial-gradient(#e5b787c7 1.4px,#0000 1.4px);background-size:14px 14px;width:4.5rem;height:7rem;position:absolute;top:4.2rem;left:2rem}.LegalDocumentPage-module__Dwut0G__docCard,.LegalDocumentPage-module__Dwut0G__lockCard,.LegalDocumentPage-module__Dwut0G__shieldCard,.LegalDocumentPage-module__Dwut0G__profileChip,.LegalDocumentPage-module__Dwut0G__checkSeal{box-shadow:0 18px 32px #3d23111f,inset 0 1px 0 rgb(var(--rgb-white)/.78);border:1px solid #dbb2876b;justify-content:center;align-items:center;display:flex;position:absolute}.LegalDocumentPage-module__Dwut0G__docCard{color:#cd935c;background:linear-gradient(#fffaf4,#f7ecdffa);border-radius:22px;flex-direction:column;gap:1rem;width:13rem;height:15rem;top:2rem;right:3rem}.LegalDocumentPage-module__Dwut0G__docCard span{background:#d8b99ae6;border-radius:999px;width:7rem;height:.36rem}.LegalDocumentPage-module__Dwut0G__docCard .LegalDocumentPage-module__Dwut0G__shortLine{width:4.2rem}.LegalDocumentPage-module__Dwut0G__lockCard{color:#5e2e06d1;background:linear-gradient(#faab50,#db6f16fa);border-radius:22px;width:7.4rem;height:7.4rem;top:4.1rem;left:7rem}.LegalDocumentPage-module__Dwut0G__shieldCard{color:#fff6e7f2;background:linear-gradient(#452d1a,#1d120bfa);border-radius:22px;width:5.4rem;height:5.4rem;bottom:2rem;right:1.8rem}.LegalDocumentPage-module__Dwut0G__profileChip{width:4.8rem;height:4.8rem;color:var(--accent-from);background:linear-gradient(#fff8ef,#f4e7d6f5);border-radius:999px;bottom:2.2rem;left:14.4rem}.LegalDocumentPage-module__Dwut0G__stampCard{background:linear-gradient(#ea9741,#bd6313fa);border-radius:1.8rem 1.8rem .9rem .9rem;width:4rem;height:5.2rem;position:absolute;bottom:1.8rem;right:2.2rem;box-shadow:0 18px 32px #3d23111f}.LegalDocumentPage-module__Dwut0G__stampCard:before{content:"";background:linear-gradient(#d97e23,#9c4d08fa);border-radius:999px;width:4.8rem;height:1rem;position:absolute;bottom:-.8rem;left:50%;transform:translate(-50%)}.LegalDocumentPage-module__Dwut0G__checkSeal{color:#fff4e4f5;background:linear-gradient(#5e4937,#312317fa);border-radius:999px;width:3.8rem;height:3.8rem;bottom:2rem;right:6.8rem}.LegalDocumentPage-module__Dwut0G__contentPanel{background:rgb(var(--rgb-white)/.56);box-shadow:0 18px 42px #3d231114,inset 0 1px 0 rgb(var(--rgb-white)/.76);border:1px solid #3d231114;border-radius:28px;margin-top:2.5rem;padding:clamp(18px,2vw,30px)}.LegalDocumentPage-module__Dwut0G__contentRow{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:24px;padding:18px 10px;display:grid}.LegalDocumentPage-module__Dwut0G__rowBorder{border-bottom:1px solid #3d231117}.LegalDocumentPage-module__Dwut0G__rowIcon{width:84px;height:84px;color:var(--accent-from);box-shadow:inset 0 1px 0 rgb(var(--rgb-white)/.8);background:#f8eee2eb;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.LegalDocumentPage-module__Dwut0G__rowCopy h2{color:var(--foreground);font-family:var(--font-heading),serif;letter-spacing:-.02em;margin:8px 0 0;font-size:clamp(28px,2.3vw,42px);font-weight:800;line-height:1.1}.LegalDocumentPage-module__Dwut0G__rowCopy p{max-width:58rem;color:var(--muted-foreground);margin:14px 0 0;font-size:clamp(16px,1.18vw,19px);font-weight:570;line-height:1.6}.LegalDocumentPage-module__Dwut0G__bottomNote{color:rgb(var(--rgb-black)/.56);text-align:center;justify-content:center;align-items:center;gap:12px;padding:28px 8px 0;font-size:clamp(15px,1.08vw,18px);font-weight:700;display:flex}.LegalDocumentPage-module__Dwut0G__bottomNote svg{color:#bba38cf2}.LegalDocumentPage-module__Dwut0G__bottomNote a{color:var(--accent-from);font-weight:900;text-decoration:none}.LegalDocumentPage-module__Dwut0G__bottomNote a:hover{text-decoration:underline}@media (max-width:980px){.LegalDocumentPage-module__Dwut0G__heroSection{grid-template-columns:1fr}.LegalDocumentPage-module__Dwut0G__heroArtWrap{justify-content:center}}@media (max-width:760px){.LegalDocumentPage-module__Dwut0G__heroTitle{font-size:clamp(44px,16vw,70px)}.LegalDocumentPage-module__Dwut0G__heroDescription{font-size:16px}.LegalDocumentPage-module__Dwut0G__heroArtScene{min-height:18rem}.LegalDocumentPage-module__Dwut0G__docCard{width:10rem;height:12.5rem;right:1.4rem}.LegalDocumentPage-module__Dwut0G__docCard span{width:5.5rem}.LegalDocumentPage-module__Dwut0G__lockCard{width:6rem;height:6rem;left:3.2rem}.LegalDocumentPage-module__Dwut0G__profileChip{left:10.2rem}.LegalDocumentPage-module__Dwut0G__rowIcon{width:64px;height:64px}.LegalDocumentPage-module__Dwut0G__contentRow{grid-template-columns:1fr;gap:16px}.LegalDocumentPage-module__Dwut0G__rowCopy h2{margin-top:0;font-size:28px}.LegalDocumentPage-module__Dwut0G__bottomNote{align-items:flex-start;font-size:14px}}
.PricingPlans-module__i31pPW__section{z-index:2;width:100%;max-width:96rem;color:var(--foreground);margin:0 auto;padding:clamp(64px,7vw,104px) 0 clamp(22px,3vw,36px);position:relative}.PricingPlans-module__i31pPW__headingBlock{text-align:center;max-width:820px;margin:0 auto clamp(34px,4.5vw,58px)}.PricingPlans-module__i31pPW__eyebrow{color:var(--accent-to);letter-spacing:.32em;text-transform:uppercase;margin:0 0 12px;font-size:clamp(11px,1.1vw,13px);font-weight:900}.PricingPlans-module__i31pPW__headingBlock h2{color:var(--foreground);font-family:var(--font-heading),serif;letter-spacing:-.018em;text-wrap:balance;margin:0;font-size:clamp(38px,5vw,66px);font-weight:900;line-height:1.04}.PricingPlans-module__i31pPW__headingBlock p{max-width:720px;color:var(--muted-foreground);margin:18px auto 0;font-size:clamp(15px,1.35vw,20px);font-weight:650;line-height:1.5}.PricingPlans-module__i31pPW__cardsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(22px,3vw,38px);width:100%;margin:0 auto;display:grid}.PricingPlans-module__i31pPW__card{border:1px solid rgb(var(--rgb-black)/.08);background:radial-gradient(circle at 18% 0%,#ffefd9d6,transparent 50%),linear-gradient(180deg,rgb(var(--rgb-white)/.78),#fff8eee0);min-height:100%;box-shadow:0 28px 64px #3d23111a,inset 0 1px 0 rgb(var(--rgb-white)/.78);-webkit-backdrop-filter:blur(12px)saturate(1.06);backdrop-filter:blur(12px)saturate(1.06);border-radius:clamp(24px,2.3vw,34px);flex-direction:column;padding:clamp(32px,4vw,58px);display:flex;position:relative}.PricingPlans-module__i31pPW__card.PricingPlans-module__i31pPW__featured{box-shadow:0 28px 72px #ef831f24,inset 0 1px 0 rgb(var(--rgb-white)/.82);border-color:#ff9015a8}.PricingPlans-module__i31pPW__popularBadge{background:linear-gradient(180deg,var(--accent-from),var(--accent-to));min-height:38px;color:var(--color-primary-foreground);text-transform:uppercase;letter-spacing:.035em;border-radius:999px;align-items:center;gap:9px;padding:0 21px;font-size:15px;font-weight:950;display:inline-flex;position:absolute;top:-18px;left:clamp(34px,4vw,58px);box-shadow:0 12px 28px #ef831f40}.PricingPlans-module__i31pPW__card h3{color:var(--foreground);font-family:var(--font-heading),serif;letter-spacing:-.035em;margin:0;font-size:clamp(40px,4.6vw,58px);font-weight:900;line-height:1.02}.PricingPlans-module__i31pPW__priceRow{flex-wrap:wrap;align-items:baseline;gap:12px;margin-top:clamp(20px,2.5vw,34px);display:flex}.PricingPlans-module__i31pPW__pricePrefix{color:var(--muted-foreground);font-size:clamp(22px,2.4vw,32px);font-weight:750}.PricingPlans-module__i31pPW__priceRow strong{color:var(--accent-to);font-family:var(--font-heading),serif;letter-spacing:-.06em;text-shadow:0 10px 22px #ef831f29;align-items:baseline;font-size:clamp(58px,7vw,92px);font-weight:950;line-height:.9;display:inline-flex}.PricingPlans-module__i31pPW__priceRow strong span{margin-right:6px;font-size:.78em}.PricingPlans-module__i31pPW__priceRow em{color:var(--muted-foreground);font-size:clamp(18px,2vw,25px);font-style:normal;font-weight:700}.PricingPlans-module__i31pPW__contactPrice{font-size:clamp(42px,5.6vw,72px)!important}.PricingPlans-module__i31pPW__divider{background:linear-gradient(90deg,#0000,#3d23112e,#0000);height:1px;margin:clamp(24px,3vw,34px) 0}.PricingPlans-module__i31pPW__description{min-height:3.1em;color:var(--muted-foreground);margin:0;font-size:clamp(17px,1.55vw,23px);font-weight:700;line-height:1.45}.PricingPlans-module__i31pPW__featuresList{gap:14px;margin:clamp(26px,3vw,34px) 0 clamp(28px,3.2vw,42px);padding:0;list-style:none;display:grid}.PricingPlans-module__i31pPW__featuresList li{color:var(--foreground);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:15px;font-size:clamp(16px,1.45vw,22px);font-weight:820;line-height:1.25;display:grid}.PricingPlans-module__i31pPW__featuresList li span{background:linear-gradient(180deg,var(--accent-from),var(--accent-to));width:28px;height:28px;color:var(--color-primary-foreground);box-shadow:inset 0 1px 0 rgb(var(--rgb-white)/.28),0 8px 18px #ef831f38;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.PricingPlans-module__i31pPW__ctaButton{background:linear-gradient(180deg,var(--accent-from)0%,var(--accent-mid)46%,var(--accent-to)100%);min-height:76px;color:var(--color-primary-foreground);box-shadow:0 18px 36px #cd4b0042,inset 0 1px 0 rgb(var(--rgb-white)/.3);border-radius:18px;justify-content:center;align-items:center;gap:15px;margin-top:auto;padding:0 30px;font-size:clamp(20px,1.9vw,28px);font-weight:950;text-decoration:none;transition:filter .16s,transform .16s;display:inline-flex}.PricingPlans-module__i31pPW__ctaButton:hover{filter:brightness(1.05);transform:translateY(-1px)}@media (max-width:980px){.PricingPlans-module__i31pPW__cardsGrid{grid-template-columns:1fr;max-width:44rem}.PricingPlans-module__i31pPW__description{min-height:0}}@media (max-width:560px){.PricingPlans-module__i31pPW__section{padding-top:54px}.PricingPlans-module__i31pPW__card{border-radius:24px;padding:34px 22px 24px}.PricingPlans-module__i31pPW__popularBadge{min-height:34px;padding:0 16px;font-size:12px;left:22px}.PricingPlans-module__i31pPW__priceRow{gap:8px}.PricingPlans-module__i31pPW__priceRow strong{font-size:clamp(52px,18vw,68px)}.PricingPlans-module__i31pPW__priceRow em,.PricingPlans-module__i31pPW__pricePrefix{font-size:17px}.PricingPlans-module__i31pPW__featuresList{gap:12px}.PricingPlans-module__i31pPW__featuresList li{font-size:15px}.PricingPlans-module__i31pPW__ctaButton{border-radius:14px;min-height:60px;font-size:18px}}
