.ComparisonChart-module__KuqqUq__wrapper{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--spacing-lg);max-width:560px;margin:0 auto}.ComparisonChart-module__KuqqUq__chartTitle{margin-bottom:var(--spacing-md);color:var(--text-primary);text-align:center;font-size:1.25rem;font-weight:700}.ComparisonChart-module__KuqqUq__bars{gap:var(--spacing-md);flex-direction:column;display:flex}.ComparisonChart-module__KuqqUq__row{align-items:center;gap:var(--spacing-md);grid-template-columns:140px 1fr 80px;display:grid}.ComparisonChart-module__KuqqUq__label{color:var(--text-secondary);font-size:.9rem;font-weight:500}.ComparisonChart-module__KuqqUq__barTrack{background:var(--bg-tertiary);border-radius:var(--radius-sm);height:32px;overflow:hidden}.ComparisonChart-module__KuqqUq__bar{border-radius:var(--radius-sm);height:100%;transition:width .8s ease-out}.ComparisonChart-module__KuqqUq__barHuman{background:linear-gradient(90deg,var(--text-muted),var(--text-secondary))}.ComparisonChart-module__KuqqUq__barAI{background:linear-gradient(90deg,var(--brand-primary),var(--brand-secondary))}.ComparisonChart-module__KuqqUq__value{color:var(--text-primary);text-align:right;font-size:1rem;font-weight:700}@media (max-width:640px){.ComparisonChart-module__KuqqUq__row{gap:var(--spacing-xs);grid-template-columns:1fr}.ComparisonChart-module__KuqqUq__label{grid-row:1}.ComparisonChart-module__KuqqUq__barTrack{grid-row:2}.ComparisonChart-module__KuqqUq__value{text-align:left;grid-row:3}}
.UseCaseCard-module__Wu6uRW__card{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-xl);padding:var(--spacing-2xl);cursor:pointer;height:100%;color:inherit;flex-direction:column;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.UseCaseCard-module__Wu6uRW__card:hover{border-color:#2563eb33;transform:translateY(-6px);box-shadow:0 12px 40px #2563eb1f,0 4px 16px #00000014}.UseCaseCard-module__Wu6uRW__card:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#2563eb08 0%,#2563eb00 100%);transition:opacity .3s;position:absolute;inset:0}.UseCaseCard-module__Wu6uRW__card:hover:after{opacity:1}.UseCaseCard-module__Wu6uRW__cardContent{flex-direction:column;flex:1;justify-content:center;min-height:0;display:flex}.UseCaseCard-module__Wu6uRW__iconWrapper{background:linear-gradient(135deg,var(--brand-accent)0%,#eff6ff 100%);width:56px;height:56px;margin-bottom:var(--spacing-lg);border:1px solid #2563eb1a;border-radius:50%;justify-content:center;align-items:center;transition:transform .3s,box-shadow .3s;display:inline-flex}.UseCaseCard-module__Wu6uRW__icon{font-size:1.75rem;display:inline-block}.UseCaseCard-module__Wu6uRW__card:hover .UseCaseCard-module__Wu6uRW__iconWrapper{border-color:#2563eb33;transform:scale(1.1)rotate(-5deg);box-shadow:0 10px 15px -3px #2563eb33}.UseCaseCard-module__Wu6uRW__cardTitle{margin-bottom:var(--spacing-sm);color:var(--text-primary);letter-spacing:-.01em;font-size:1.35rem;font-weight:700}.UseCaseCard-module__Wu6uRW__cardDescription{color:var(--text-secondary);margin-bottom:var(--spacing-lg);font-size:1rem;line-height:1.6}.UseCaseCard-module__Wu6uRW__learnMore{color:var(--brand-primary);align-items:center;gap:.5rem;font-size:.95rem;font-weight:700;display:inline-flex}.UseCaseCard-module__Wu6uRW__arrow{transition:transform .3s;display:inline-block}.UseCaseCard-module__Wu6uRW__card:hover .UseCaseCard-module__Wu6uRW__arrow{transform:translate(6px)}
.Navbar-module__UMbBgq__navbar{z-index:1000;pointer-events:none;justify-content:center;padding:1rem 1.5rem 0;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__UMbBgq__navbarInner{pointer-events:auto;background:#fff;border-radius:9999px;width:100%;max-width:1000px;margin:0 auto;padding:.6rem 1.5rem;box-shadow:0 0 0 1px #0000000a,0 2px 4px #0000000a,0 8px 16px #0000000f,0 16px 32px #0000000a}.Navbar-module__UMbBgq__navContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__UMbBgq__logo{cursor:pointer;transition:opacity var(--transition-base);align-items:center;min-width:fit-content;height:100%;display:flex;overflow:visible}.Navbar-module__UMbBgq__logo:hover{opacity:.8}.Navbar-module__UMbBgq__logoImage{object-fit:contain;object-position:left center;transform-origin:0;width:auto;max-width:none;height:40px;transform:scale(1.2)translateY(-4px)}.Navbar-module__UMbBgq__navLinks{gap:var(--spacing-lg);display:flex}.Navbar-module__UMbBgq__navLink{color:var(--text-secondary);transition:color var(--transition-base);font-weight:500;position:relative}.Navbar-module__UMbBgq__navLink:hover{color:var(--brand-primary)}.Navbar-module__UMbBgq__navLink:after{content:"";background:var(--brand-primary);width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:-4px;left:0}.Navbar-module__UMbBgq__navLink:hover:after{width:100%}.Navbar-module__UMbBgq__dropdown{position:relative}.Navbar-module__UMbBgq__dropdown .Navbar-module__UMbBgq__navLink{font:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;padding:0;display:inline-flex}.Navbar-module__UMbBgq__chevron{opacity:.8;width:20px;height:20px;transition:transform var(--transition-base),color var(--transition-base),opacity var(--transition-base);color:var(--text-secondary);vertical-align:middle;display:inline-block}.Navbar-module__UMbBgq__dropdown:hover .Navbar-module__UMbBgq__chevron{color:var(--brand-primary);opacity:1;transform:rotate(180deg)}.Navbar-module__UMbBgq__dropdownOpen .Navbar-module__UMbBgq__chevron{transform:rotate(180deg)}.Navbar-module__UMbBgq__dropdownMenu{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);min-width:220px;box-shadow:var(--shadow-lg);padding:var(--spacing-xs);z-index:100;margin-top:.5rem;animation:.15s ease-out Navbar-module__UMbBgq__fadeIn;position:absolute;top:100%;left:0}.Navbar-module__UMbBgq__dropdownMenu:before{content:"";background:0 0;width:100%;height:.5rem;position:absolute;top:-.5rem;left:0}.Navbar-module__UMbBgq__dropdownItem{border-radius:var(--radius-sm);color:var(--text-secondary);transition:background var(--transition-fast),color var(--transition-fast);padding:.6rem 1rem;font-size:.95rem;text-decoration:none;display:block}.Navbar-module__UMbBgq__dropdownItem:hover{background:var(--hover-overlay);color:var(--brand-primary);text-decoration:none}.Navbar-module__UMbBgq__ctaButton{background:var(--brand-primary);border-radius:var(--radius-md);transition:all var(--transition-base);box-shadow:var(--shadow-sm);text-align:center;border:none;padding:.75rem 1.5rem;font-weight:600;display:inline-block;color:#fff!important}.Navbar-module__UMbBgq__ctaButton:hover{background:var(--brand-secondary);box-shadow:var(--shadow-md);transform:translateY(-1px)}@media (max-width:768px){.Navbar-module__UMbBgq__navLinks{display:none}.Navbar-module__UMbBgq__logoImage{height:32px;transform:scale(1.1)translateY(-2px)}.Navbar-module__UMbBgq__ctaButton{padding:.6rem 1.2rem;font-size:.9rem}}
.Footer-module__as8s1W__footer{--footer-bg:#0f172a;--footer-text:#fff;--footer-text-muted:#ffffffe0;--footer-text-soft:#ffffffc7;--footer-border:#ffffff14;--footer-link-hover:#fff;--footer-social-bg:#ffffff1f;--footer-social-hover:#fff3;background:var(--footer-bg);padding:var(--spacing-3xl)0 var(--spacing-xl);border-top:none;margin-top:0}.Footer-module__as8s1W__footerContent{gap:var(--spacing-3xl);margin-bottom:var(--spacing-2xl);padding-bottom:var(--spacing-2xl);grid-template-columns:1.2fr 2fr;align-items:start;display:grid}.Footer-module__as8s1W__brand{max-width:340px}.Footer-module__as8s1W__logo{margin-bottom:var(--spacing-md);align-items:center;display:flex}.Footer-module__as8s1W__logoImage{object-fit:contain;width:auto;height:auto;min-height:44px;max-height:56px}.Footer-module__as8s1W__tagline{color:var(--footer-text-muted);margin-bottom:var(--spacing-lg);font-size:.95rem;line-height:1.6}.Footer-module__as8s1W__badgeBlock{margin-bottom:var(--spacing-lg);flex-direction:column;gap:.75rem;display:flex}.Footer-module__as8s1W__badgeRow{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.Footer-module__as8s1W__badgeLabel{color:var(--footer-text-soft);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:600}.Footer-module__as8s1W__badgeLink{width:fit-content;max-width:100%;display:inline-flex}.Footer-module__as8s1W__badgeLinkHalf{width:calc(50% - .375rem)}.Footer-module__as8s1W__badgeLinkCentered{justify-content:center;width:100%}.Footer-module__as8s1W__badgeImage{border-radius:12px;width:auto;max-width:100%;height:auto;max-height:56px;display:block}.Footer-module__as8s1W__badgeImageCompact{width:100%;max-height:42px}.Footer-module__as8s1W__badgeImageSlim{max-height:42px}.Footer-module__as8s1W__tryLaunchBadge{text-decoration:none;display:inline-block}.Footer-module__as8s1W__tryLaunchBadgeImage{width:auto;height:40px;display:block}.Footer-module__as8s1W__social{gap:var(--spacing-sm);display:flex}.Footer-module__as8s1W__socialLink{border-radius:var(--radius-sm);background:var(--footer-social-bg);width:40px;height:40px;color:var(--footer-text);transition:background var(--transition-fast),color var(--transition-fast);justify-content:center;align-items:center;display:flex}.Footer-module__as8s1W__socialLink:hover{background:var(--footer-social-hover);color:var(--footer-text)}.Footer-module__as8s1W__socialIcon{width:20px;height:20px}.Footer-module__as8s1W__links{gap:var(--spacing-xl);grid-template-columns:repeat(3,1fr);display:grid}.Footer-module__as8s1W__linkGroup{gap:var(--spacing-sm);flex-direction:column;display:flex}.Footer-module__as8s1W__linkGroup h4{color:var(--footer-text);letter-spacing:.02em;text-transform:uppercase;margin-bottom:var(--spacing-sm);font-size:1rem;font-weight:600}.Footer-module__as8s1W__footerLink{color:var(--footer-text-soft);transition:color var(--transition-fast);font-size:.9375rem;text-decoration:none}.Footer-module__as8s1W__footerLink:hover{color:var(--footer-link-hover)}.Footer-module__as8s1W__legalLink{color:var(--footer-text-soft);font-size:.875rem}.Footer-module__as8s1W__bottom{justify-content:space-between;align-items:center;gap:var(--spacing-md);padding-top:var(--spacing-md);border-top:1px solid var(--footer-border);flex-wrap:wrap;display:flex}.Footer-module__as8s1W__copyright{color:var(--footer-text-soft);font-size:.875rem}.Footer-module__as8s1W__legal{align-items:center;gap:var(--spacing-sm);display:flex}.Footer-module__as8s1W__legalLink{color:var(--footer-text-soft);transition:color var(--transition-fast);font-size:.875rem;text-decoration:none}.Footer-module__as8s1W__legalLink:hover{color:var(--footer-link-hover)}.Footer-module__as8s1W__legalDivider{background:var(--footer-border);flex-shrink:0;width:1px;height:1em}@media (max-width:968px){.Footer-module__as8s1W__footerContent{gap:var(--spacing-2xl);grid-template-columns:1fr}.Footer-module__as8s1W__brand{max-width:100%}.Footer-module__as8s1W__links{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Footer-module__as8s1W__footer{padding:var(--spacing-2xl)0 var(--spacing-lg)}.Footer-module__as8s1W__links{gap:var(--spacing-lg);grid-template-columns:1fr}.Footer-module__as8s1W__bottom{text-align:center;flex-direction:column;align-items:center}}
.EngagementModal-module__7n2lgW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;padding:var(--spacing-md);background:#00000080;justify-content:center;align-items:center;animation:.3s ease-out EngagementModal-module__7n2lgW__fadeIn;display:flex;position:fixed;inset:0}.EngagementModal-module__7n2lgW__modalWrapper{width:100%;max-width:600px;max-height:85dvh;animation:.3s ease-out EngagementModal-module__7n2lgW__slideUp;position:relative}.EngagementModal-module__7n2lgW__modal{background:var(--bg-primary);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);width:100%;max-height:85dvh;padding:var(--spacing-xl)var(--spacing-xl)var(--spacing-lg);padding-top:var(--spacing-lg);flex-direction:column;display:flex;overflow:hidden}@keyframes EngagementModal-module__7n2lgW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes EngagementModal-module__7n2lgW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.EngagementModal-module__7n2lgW__closeButton{background:var(--bg-primary);border:2px solid var(--border-color);width:36px;height:36px;box-shadow:var(--shadow-md);cursor:pointer;color:var(--text-secondary);transition:all var(--transition-base);z-index:10;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;display:flex;position:absolute;top:-10px;right:-10px}.EngagementModal-module__7n2lgW__closeButton:hover{background:var(--bg-tertiary);color:var(--text-primary);transform:scale(1.1)}.EngagementModal-module__7n2lgW__header{text-align:center;margin-bottom:var(--spacing-md);flex-shrink:0}.EngagementModal-module__7n2lgW__mainTitle{color:var(--text-primary);margin-bottom:var(--spacing-xs);letter-spacing:-.02em;font-size:clamp(1.35rem,3.5vw,1.65rem);font-weight:700}.EngagementModal-module__7n2lgW__ctaTitle{color:var(--text-primary);margin-bottom:var(--spacing-sm);letter-spacing:-.02em;font-size:clamp(1.5rem,4vw,1.85rem);font-weight:800}.EngagementModal-module__7n2lgW__description{color:var(--text-secondary);max-width:500px;margin:0 auto;font-size:clamp(.9rem,2vw,1rem);line-height:1.5}.EngagementModal-module__7n2lgW__testimonials{gap:var(--spacing-sm);margin-bottom:var(--spacing-md);flex:auto;grid-template-columns:1fr 1fr;min-height:0;display:grid}.EngagementModal-module__7n2lgW__testimonial{background:var(--bg-secondary);border-radius:var(--radius-md);padding:var(--spacing-sm);text-align:center;align-items:center;gap:var(--spacing-xs);flex-direction:column;min-height:0;display:flex}.EngagementModal-module__7n2lgW__testimonialAvatar{background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.EngagementModal-module__7n2lgW__personIcon{width:22px;height:22px;color:var(--text-muted)}.EngagementModal-module__7n2lgW__testimonialContent{gap:var(--spacing-xs);flex-direction:column;flex:1;display:flex}.EngagementModal-module__7n2lgW__testimonialName{color:var(--text-primary);font-size:clamp(.8rem,2vw,.9rem);font-weight:600}.EngagementModal-module__7n2lgW__stars{color:#ffb800;letter-spacing:1px;font-size:.8rem}.EngagementModal-module__7n2lgW__testimonialText{color:var(--text-secondary);font-size:clamp(.75rem,1.8vw,.8rem);font-style:italic;line-height:1.45}.EngagementModal-module__7n2lgW__actions{align-items:center;gap:var(--spacing-sm);flex-direction:column;flex-shrink:0;display:flex}.EngagementModal-module__7n2lgW__primaryButton{background:var(--brand-primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;width:100%;transition:all var(--transition-base);box-shadow:var(--shadow-md);border:none;padding:1rem 1.5rem;font-size:clamp(.95rem,2vw,1.05rem);font-weight:700}.EngagementModal-module__7n2lgW__primaryButton:hover{background:var(--brand-secondary);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.EngagementModal-module__7n2lgW__primaryButton:active{transform:translateY(0)}.EngagementModal-module__7n2lgW__secondaryAction{color:var(--text-secondary);text-align:center;font-size:clamp(.8rem,2vw,.9rem)}.EngagementModal-module__7n2lgW__emailLink{color:var(--brand-primary);transition:color var(--transition-base);font-weight:500;text-decoration:none}.EngagementModal-module__7n2lgW__emailLink:hover{color:var(--brand-secondary);text-decoration:underline}@media (max-width:640px){.EngagementModal-module__7n2lgW__modalWrapper{max-height:90dvh}.EngagementModal-module__7n2lgW__modal{padding:var(--spacing-md)var(--spacing-md)var(--spacing-lg);padding-top:var(--spacing-lg);max-height:90dvh}.EngagementModal-module__7n2lgW__closeButton{width:32px;height:32px;font-size:1.1rem;top:-8px;right:-8px}.EngagementModal-module__7n2lgW__testimonials{gap:var(--spacing-xs);grid-template-columns:1fr}.EngagementModal-module__7n2lgW__testimonial{padding:var(--spacing-xs)}}
.ContactActions-module__C4QUNq__actions{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.ContactActions-module__C4QUNq__primaryButton,.ContactActions-module__C4QUNq__secondaryButton{border-radius:var(--radius-md);min-height:48px;transition:transform var(--transition-base),box-shadow var(--transition-base),background var(--transition-base),color var(--transition-base);justify-content:center;align-items:center;padding:.9rem 1.4rem;font-weight:600;text-decoration:none;display:inline-flex}.ContactActions-module__C4QUNq__primaryButton{background:var(--brand-primary);color:#fff;box-shadow:var(--shadow-sm);cursor:pointer;border:none}.ContactActions-module__C4QUNq__primaryButton:hover{background:var(--brand-secondary);box-shadow:var(--shadow-md);transform:translateY(-1px)}.ContactActions-module__C4QUNq__secondaryButton{border:1px solid var(--border-color);color:var(--text-primary);background:#fff}.ContactActions-module__C4QUNq__secondaryButton:hover{border-color:var(--brand-primary);color:var(--brand-primary);transform:translateY(-1px)}.ContactActions-module__C4QUNq__helper{color:var(--text-secondary);margin-top:.85rem;font-size:.95rem;line-height:1.6}@media (max-width:640px){.ContactActions-module__C4QUNq__actions{flex-direction:column}.ContactActions-module__C4QUNq__primaryButton,.ContactActions-module__C4QUNq__secondaryButton{width:100%}}
.RelatedLinksSection-module__buvQPW__sectionInner{gap:1.5rem;display:grid}.RelatedLinksSection-module__buvQPW__header{max-width:760px}.RelatedLinksSection-module__buvQPW__eyebrow{color:var(--brand-primary);letter-spacing:.16em;text-transform:uppercase;margin-bottom:.75rem;font-size:.78rem;font-weight:800;display:inline-block}.RelatedLinksSection-module__buvQPW__title{letter-spacing:-.04em;color:var(--text-primary);margin-bottom:.75rem;font-size:clamp(1.9rem,3vw,2.4rem);line-height:1.08}.RelatedLinksSection-module__buvQPW__intro{color:var(--text-secondary);font-size:1.02rem;line-height:1.75}.RelatedLinksSection-module__buvQPW__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.RelatedLinksSection-module__buvQPW__primaryCard,.RelatedLinksSection-module__buvQPW__secondaryCard{min-height:160px;transition:transform var(--transition-base),box-shadow var(--transition-base),border-color var(--transition-base);border:1px solid #0f172a14;border-radius:22px;flex-direction:column;padding:1.2rem;text-decoration:none;display:flex}.RelatedLinksSection-module__buvQPW__primaryCard{background:radial-gradient(circle at 100% 0,#2563eb1a,#0000 35%),linear-gradient(#fffffffa 0%,#f4f8fff5 100%);border-color:#2563eb1f;box-shadow:0 20px 44px #0f172a0f}.RelatedLinksSection-module__buvQPW__secondaryCard{background:linear-gradient(#fffffffa 0%,#f7f9fcf0 100%);box-shadow:0 20px 44px #0f172a0d}.RelatedLinksSection-module__buvQPW__primaryCard:hover,.RelatedLinksSection-module__buvQPW__secondaryCard:hover{border-color:#2563eb2e;transform:translateY(-4px);box-shadow:0 34px 72px #0f172a1c}.RelatedLinksSection-module__buvQPW__cardBadge{width:fit-content;min-height:32px;color:var(--brand-primary);letter-spacing:.08em;text-transform:uppercase;background:#2563eb1a;border-radius:999px;justify-content:center;align-items:center;padding:.32rem .78rem;font-size:.76rem;font-weight:800;display:inline-flex}.RelatedLinksSection-module__buvQPW__primaryCard .RelatedLinksSection-module__buvQPW__cardBadge{background:#2563eb1f}.RelatedLinksSection-module__buvQPW__cardTitle{color:var(--text-primary);letter-spacing:-.03em;margin-top:1rem;font-size:1.35rem;font-weight:800;line-height:1.18}.RelatedLinksSection-module__buvQPW__primaryCard .RelatedLinksSection-module__buvQPW__cardTitle,.RelatedLinksSection-module__buvQPW__secondaryCard .RelatedLinksSection-module__buvQPW__cardTitle{margin-top:.85rem}.RelatedLinksSection-module__buvQPW__secondaryCard .RelatedLinksSection-module__buvQPW__cardTitle{font-size:1.14rem}.RelatedLinksSection-module__buvQPW__primaryCard .RelatedLinksSection-module__buvQPW__cardTitle{font-size:1.18rem}.RelatedLinksSection-module__buvQPW__cardDescription{color:var(--text-secondary);margin-top:.7rem;line-height:1.65}.RelatedLinksSection-module__buvQPW__cardAction{color:var(--brand-primary);margin-top:1rem;font-weight:700}@media (max-width:960px){.RelatedLinksSection-module__buvQPW__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.RelatedLinksSection-module__buvQPW__grid{grid-template-columns:1fr}.RelatedLinksSection-module__buvQPW__primaryCard,.RelatedLinksSection-module__buvQPW__secondaryCard{padding:1.15rem}}
.PageLayout-module__f6gN_q__hero{padding:calc(80px + var(--spacing-3xl))0 var(--spacing-3xl);background:var(--bg-primary);position:relative;overflow:hidden}.PageLayout-module__f6gN_q__heroBackground{background:linear-gradient(180deg,var(--bg-primary)0%,var(--bg-secondary)100%);z-index:0;position:absolute;inset:0}.PageLayout-module__f6gN_q__heroContainer{z-index:1;text-align:center;max-width:800px;margin:0 auto;position:relative}.PageLayout-module__f6gN_q__heroTitle{margin-bottom:var(--spacing-md);letter-spacing:-.02em;color:var(--text-primary);font-size:2.5rem;font-weight:800;line-height:1.2}.PageLayout-module__f6gN_q__heroSubtitle{color:var(--text-secondary);margin-bottom:var(--spacing-xl);font-size:1.2rem;line-height:1.6}.PageLayout-module__f6gN_q__cta{background:var(--brand-primary);border-radius:var(--radius-md);transition:all var(--transition-base);box-shadow:var(--shadow-sm);padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-block;color:#fff!important}.PageLayout-module__f6gN_q__cta:hover{background:var(--brand-secondary);box-shadow:var(--shadow-md);transform:translateY(-1px)}.PageLayout-module__f6gN_q__demoOffer{margin-top:var(--spacing-md);color:var(--brand-primary);font-weight:600}.PageLayout-module__f6gN_q__dataSection{padding:var(--spacing-2xl)0;background:var(--bg-secondary)}.PageLayout-module__f6gN_q__dataCopy{max-width:640px;margin:var(--spacing-lg)auto 0;text-align:center;color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.PageLayout-module__f6gN_q__howSection{padding:var(--spacing-2xl)0;background:var(--bg-primary);border-top:1px solid var(--border-light)}.PageLayout-module__f6gN_q__sectionTitle{margin-bottom:var(--spacing-xl);text-align:center;letter-spacing:-.02em;color:var(--text-primary);font-size:2rem;font-weight:800}.PageLayout-module__f6gN_q__stepperContainer{max-width:960px;margin:0 auto}.PageLayout-module__f6gN_q__stepperBar{margin-bottom:var(--spacing-lg);filter:drop-shadow(0 4px 6px #0000001a);justify-content:space-between;display:flex}.PageLayout-module__f6gN_q__chevronItem{background:var(--brand-primary);color:#fff;clip-path:polygon(0% 0%,calc(100% - 20px) 0%,100% 50%,calc(100% - 20px) 100%,0% 100%,20px 50%);flex:1;justify-content:center;align-items:center;height:56px;margin-right:-15px;padding-left:20px;display:flex;position:relative}.PageLayout-module__f6gN_q__chevronItem:first-child{clip-path:polygon(0% 0%,calc(100% - 20px) 0%,100% 50%,calc(100% - 20px) 100%,0% 100%);border-top-left-radius:4px;border-bottom-left-radius:4px;padding-left:0}.PageLayout-module__f6gN_q__chevronItem:last-child{clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%,20px 50%);border-top-right-radius:4px;border-bottom-right-radius:4px;margin-right:0}.PageLayout-module__f6gN_q__chevronItem:first-child{background-color:#3b82f6}.PageLayout-module__f6gN_q__chevronItem:nth-child(2){background-color:#2563eb}.PageLayout-module__f6gN_q__chevronItem:nth-child(3){background-color:#1d4ed8}.PageLayout-module__f6gN_q__chevronItem:nth-child(4){background-color:#1e40af}.PageLayout-module__f6gN_q__chevronText{text-transform:uppercase;letter-spacing:.05em;font-size:1rem;font-weight:700}.PageLayout-module__f6gN_q__steps{gap:var(--spacing-lg);grid-template-columns:repeat(3,1fr);align-items:start;display:grid}.PageLayout-module__f6gN_q__step{text-align:center;padding:var(--spacing-md)var(--spacing-lg);border-radius:var(--radius-lg);background:var(--bg-secondary);transition:transform var(--transition-base)}.PageLayout-module__f6gN_q__step:hover{transform:translateY(-5px)}.PageLayout-module__f6gN_q__stepIcon{margin-bottom:var(--spacing-md);font-size:2.5rem}.PageLayout-module__f6gN_q__stepTitle{margin-bottom:var(--spacing-sm);color:var(--text-primary);font-size:1.25rem;font-weight:700}.PageLayout-module__f6gN_q__stepDescription{color:var(--text-secondary);font-size:1rem;line-height:1.6}@media (max-width:768px){.PageLayout-module__f6gN_q__howSection{padding:var(--spacing-2xl)0}.PageLayout-module__f6gN_q__stepperBar{display:none}.PageLayout-module__f6gN_q__steps{gap:var(--spacing-lg);grid-template-columns:1fr}.PageLayout-module__f6gN_q__step{border:1px solid var(--border-color);position:relative}.PageLayout-module__f6gN_q__step:before{content:counter(step-counter);counter-increment:step-counter;color:var(--text-muted);opacity:.5;font-size:.8rem;font-weight:700;position:absolute;top:1rem;left:1rem}.PageLayout-module__f6gN_q__steps{counter-reset:step-counter}}.PageLayout-module__f6gN_q__useCasesSection{padding:var(--spacing-2xl)0;background:var(--bg-secondary);border-top:1px solid var(--border-light)}.PageLayout-module__f6gN_q__useCasesGrid{gap:var(--spacing-lg);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:stretch;display:grid}.PageLayout-module__f6gN_q__relatedSection{padding:var(--spacing-2xl)0;background:var(--bg-primary);border-top:1px solid var(--border-light)}.PageLayout-module__f6gN_q__demoSection{padding:var(--spacing-3xl)0;background:var(--bg-primary);text-align:center;border-top:1px solid var(--border-light)}.PageLayout-module__f6gN_q__demoTitle{margin-bottom:var(--spacing-sm);color:var(--text-primary);font-size:1.75rem;font-weight:700}.PageLayout-module__f6gN_q__demoSubtitle{color:var(--text-secondary);margin-bottom:var(--spacing-lg);max-width:500px;margin-left:auto;margin-right:auto}@media (max-width:768px){.PageLayout-module__f6gN_q__heroTitle{font-size:1.75rem}.PageLayout-module__f6gN_q__heroSubtitle{font-size:1.05rem}.PageLayout-module__f6gN_q__steps,.PageLayout-module__f6gN_q__useCasesGrid{grid-template-columns:1fr}}
.FeatureSection-module__s_oRkW__section{padding:var(--spacing-3xl)0 var(--spacing-xl);background:var(--bg-primary);overflow:hidden}.FeatureSection-module__s_oRkW__content{gap:var(--spacing-3xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.FeatureSection-module__s_oRkW__alignRight .FeatureSection-module__s_oRkW__textContent{order:1}.FeatureSection-module__s_oRkW__alignRight .FeatureSection-module__s_oRkW__visualWrapper{order:0}.FeatureSection-module__s_oRkW__textContent{max-width:600px}.FeatureSection-module__s_oRkW__label{text-transform:uppercase;letter-spacing:.1em;color:var(--brand-primary);margin-bottom:var(--spacing-sm);font-size:.875rem;font-weight:700}.FeatureSection-module__s_oRkW__title{margin-bottom:var(--spacing-md);color:var(--text-primary);font-size:2.5rem;font-weight:800;line-height:1.2}.FeatureSection-module__s_oRkW__description{color:var(--text-secondary);margin-bottom:var(--spacing-md);font-size:1.1rem;line-height:1.7}.FeatureSection-module__s_oRkW__highlightBox{margin-top:var(--spacing-xl);padding:var(--spacing-lg);background:linear-gradient(135deg,var(--bg-secondary)0%,#fff 100%);border-left:4px solid var(--brand-primary);border-radius:var(--radius-sm)}.FeatureSection-module__s_oRkW__highlightText{color:var(--text-primary);margin:0;font-size:1.2rem;font-weight:600;line-height:1.5}.FeatureSection-module__s_oRkW__visualWrapper{justify-content:center;align-items:center;display:flex}.FeatureSection-module__s_oRkW__visualContainer{aspect-ratio:4/3;border-radius:var(--radius-2xl);justify-content:center;align-items:center;width:100%;max-width:1000px;display:flex;position:relative}.FeatureSection-module__s_oRkW__visualContainer>*{object-fit:contain;width:100%;max-width:100%;height:auto;transform:scale(1.5)}@media (max-width:968px){.FeatureSection-module__s_oRkW__section{padding:var(--spacing-xl)0}.FeatureSection-module__s_oRkW__content{gap:var(--spacing-xl);grid-template-columns:1fr}.FeatureSection-module__s_oRkW__title{font-size:2rem}.FeatureSection-module__s_oRkW__alignRight .FeatureSection-module__s_oRkW__textContent,.FeatureSection-module__s_oRkW__alignRight .FeatureSection-module__s_oRkW__visualWrapper{order:unset}.FeatureSection-module__s_oRkW__visualWrapper{order:2}}
.blog-module__JsT-Oq__blogIndexPage{background:radial-gradient(circle at 0 0,#2563eb14,#0000 30%),linear-gradient(#f8fbff 0%,#fff 32%);min-height:100vh}.blog-module__JsT-Oq__blogIndexHero{padding:8.5rem 0 5rem}.blog-module__JsT-Oq__blogIndexHeader{max-width:50rem;margin-bottom:2.5rem}.blog-module__JsT-Oq__blogEyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--brand-primary);margin-bottom:.9rem;font-size:.78rem;font-weight:800}.blog-module__JsT-Oq__blogIndexTitle{letter-spacing:-.05em;color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2.4rem,5vw,4.3rem);line-height:1.05}.blog-module__JsT-Oq__blogIndexIntro{max-width:42rem;color:var(--text-secondary);font-size:1.05rem;line-height:1.8}.blog-module__JsT-Oq__featuredPostCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border:1px solid #2563eb24;border-radius:1.5rem;max-width:54rem;padding:2rem;box-shadow:0 28px 80px #0f172a12}.blog-module__JsT-Oq__featuredPostDate{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem;font-weight:700}.blog-module__JsT-Oq__featuredPostTitle{letter-spacing:-.04em;margin-bottom:.9rem;font-size:clamp(1.9rem,3vw,2.8rem);line-height:1.12}.blog-module__JsT-Oq__featuredPostTitle a{text-decoration:none;color:var(--text-primary)!important}.blog-module__JsT-Oq__featuredPostTitle a:hover{color:var(--brand-secondary)!important}.blog-module__JsT-Oq__featuredPostExcerpt{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.blog-module__JsT-Oq__featuredPostFooter{align-items:center;display:flex}.blog-module__JsT-Oq__postsSection{margin-top:3rem}.blog-module__JsT-Oq__sectionHeading{letter-spacing:-.04em;color:var(--text-primary);margin-bottom:1.25rem;font-size:clamp(1.5rem,2.4vw,2rem);line-height:1.15}.blog-module__JsT-Oq__postGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.blog-module__JsT-Oq__postCard{background:#ffffffeb;border:1px solid #2563eb24;border-radius:1.35rem;padding:1.6rem;box-shadow:0 20px 60px #0f172a0f}.blog-module__JsT-Oq__postCardDate{color:var(--text-muted);margin-bottom:.8rem;font-size:.9rem;font-weight:700}.blog-module__JsT-Oq__postCardTitle{letter-spacing:-.03em;margin-bottom:.8rem;font-size:1.45rem;line-height:1.2}.blog-module__JsT-Oq__postCardTitle a{text-decoration:none;color:var(--text-primary)!important}.blog-module__JsT-Oq__postCardTitle a:hover{color:var(--brand-secondary)!important}.blog-module__JsT-Oq__postCardExcerpt{color:var(--text-secondary);margin-bottom:1.25rem;font-size:1rem;line-height:1.75}.blog-module__JsT-Oq__readMoreLink{background:var(--brand-primary);transition:transform var(--transition-fast),background var(--transition-fast);border-radius:999px;justify-content:center;align-items:center;padding:.85rem 1.2rem;font-weight:700;display:inline-flex;color:#fff!important}.blog-module__JsT-Oq__readMoreLink:hover{background:var(--brand-secondary);text-decoration:none;transform:translateY(-1px)}.blog-module__JsT-Oq__articlePage{background:linear-gradient(#eff6ffa6 0%,#fffffffa 20rem),#fff;min-height:100vh}.blog-module__JsT-Oq__articleSection{padding:8rem 0 5rem}.blog-module__JsT-Oq__articleShell{background:#fffffff0;border:1px solid #2563eb24;border-radius:2rem;max-width:52rem;margin:0 auto;padding:2.75rem;box-shadow:0 30px 80px #0f172a14}.blog-module__JsT-Oq__articleHeader{margin-bottom:2.5rem}.blog-module__JsT-Oq__articlePublishedDate{color:var(--text-muted);margin-bottom:.75rem;font-size:1rem;font-style:italic}.blog-module__JsT-Oq__articleTitle{letter-spacing:-.05em;color:#1d2254;margin:1.6rem 0 1rem;font-size:clamp(2.35rem,5vw,3.8rem);line-height:1.05}.blog-module__JsT-Oq__lede{color:#334155;font-size:1.28rem;line-height:1.5}.blog-module__JsT-Oq__articleBody p{color:#334155;margin-bottom:1rem;font-size:1.12rem;line-height:1.62}.blog-module__JsT-Oq__articleBody h2{letter-spacing:-.04em;color:#4f46e5;margin:2.3rem 0 .9rem;font-size:clamp(1.9rem,3vw,2.45rem);line-height:1.16}.blog-module__JsT-Oq__articleBody h3{letter-spacing:-.03em;color:#6d28d9;margin:1.75rem 0 .55rem;font-size:1.55rem;line-height:1.25}.blog-module__JsT-Oq__articleBody ul,.blog-module__JsT-Oq__articleBody ol{color:#334155;margin:0 0 1.2rem 1.4rem}.blog-module__JsT-Oq__articleBody li{margin-bottom:.42rem;padding-left:.2rem;font-size:1.08rem;line-height:1.6}.blog-module__JsT-Oq__callout{color:#475569;background:#6366f114;border:1px solid #6366f147;border-left-width:3px;margin:1.5rem 0 2rem;padding:1rem 1.15rem;font-size:1.05rem;font-style:italic;line-height:1.55}.blog-module__JsT-Oq__comparisonTableWrap{margin:1.5rem 0 1.4rem;overflow-x:auto}.blog-module__JsT-Oq__comparisonTable{border-collapse:collapse;border:1px solid #6366f140;width:100%;min-width:36rem}.blog-module__JsT-Oq__comparisonTable th,.blog-module__JsT-Oq__comparisonTable td{text-align:left;color:#334155;border:1px solid #6366f133;padding:.8rem .9rem;font-size:1rem}.blog-module__JsT-Oq__comparisonTable th{color:#fff;background:linear-gradient(135deg,#4f46e5 0%,#4338ca 100%);font-weight:700}.blog-module__JsT-Oq__comparisonTable td:first-child{color:var(--text-primary);font-weight:600}.blog-module__JsT-Oq__faqItem{margin-bottom:1.5rem}.blog-module__JsT-Oq__faqItem h3{margin-bottom:.35rem}.blog-module__JsT-Oq__ctaBox{color:#475569;background:#6366f114;border:1px solid #6366f140;border-left-width:3px;margin-top:2rem;padding:1rem 1.2rem;font-size:1.05rem;font-style:italic;line-height:1.55}.blog-module__JsT-Oq__ctaBox a{font-weight:700}.blog-module__JsT-Oq__backLink{color:var(--brand-primary);align-items:center;gap:.4rem;margin-bottom:1.6rem;font-weight:700;display:inline-flex}.blog-module__JsT-Oq__relatedLinksSection{border-top:1px solid #6366f12e;margin-top:2.5rem;padding-top:2rem}@media (max-width:900px){.blog-module__JsT-Oq__blogIndexHero,.blog-module__JsT-Oq__articleSection{padding-top:7rem}.blog-module__JsT-Oq__postGrid{grid-template-columns:1fr}.blog-module__JsT-Oq__articleShell{border-radius:1.5rem;padding:2rem}}@media (max-width:640px){.blog-module__JsT-Oq__blogIndexHero,.blog-module__JsT-Oq__articleSection{padding:6.5rem 0 4rem}.blog-module__JsT-Oq__featuredPostCard,.blog-module__JsT-Oq__articleShell{padding:1.4rem}.blog-module__JsT-Oq__postCard{padding:1.35rem}.blog-module__JsT-Oq__featuredPostDate{font-size:.92rem}.blog-module__JsT-Oq__articleBody p,.blog-module__JsT-Oq__articleBody li{font-size:1rem}.blog-module__JsT-Oq__lede{font-size:1.12rem}.blog-module__JsT-Oq__comparisonTable{min-width:31rem}}
.booking-confirmed-module__Q9-DwW__page{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);padding:120px 0 80px}.booking-confirmed-module__Q9-DwW__card{border:1px solid var(--border-color);max-width:560px;box-shadow:var(--shadow-lg);text-align:center;background:#fff;border-radius:20px;margin:0 auto;padding:48px 56px;position:relative;overflow:hidden}.booking-confirmed-module__Q9-DwW__card:before{content:"";pointer-events:none;background:radial-gradient(circle,#2dd4bf26 0%,#2dd4bf0d 50%,#0000 70%);width:240px;height:240px;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.booking-confirmed-module__Q9-DwW__iconWrap{background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 24px;animation:.5s cubic-bezier(.34,1.56,.64,1) forwards booking-confirmed-module__Q9-DwW__scaleIn;display:flex;box-shadow:0 8px 24px #2dd4bf59}.booking-confirmed-module__Q9-DwW__checkIcon{color:#fff;font-size:2rem;font-weight:700;line-height:1}@keyframes booking-confirmed-module__Q9-DwW__scaleIn{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.booking-confirmed-module__Q9-DwW__title{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:12px;font-size:2rem;font-weight:700}.booking-confirmed-module__Q9-DwW__subtitle{color:var(--text-secondary);margin-bottom:32px;font-size:1.0625rem;line-height:1.65}.booking-confirmed-module__Q9-DwW__details{background:var(--bg-secondary);border:1px solid var(--border-color);text-align:left;border-radius:12px;margin-bottom:32px;padding:20px 24px}.booking-confirmed-module__Q9-DwW__row{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:flex-start;gap:16px;padding:10px 0;display:flex}.booking-confirmed-module__Q9-DwW__row:last-child{border-bottom:none;padding-bottom:0}.booking-confirmed-module__Q9-DwW__row:first-child{padding-top:0}.booking-confirmed-module__Q9-DwW__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;flex-shrink:0;font-size:.8125rem;font-weight:600}.booking-confirmed-module__Q9-DwW__value{color:var(--text-primary);text-align:right;font-size:.9375rem;line-height:1.4}.booking-confirmed-module__Q9-DwW__nextSteps{text-align:left;margin-bottom:32px}.booking-confirmed-module__Q9-DwW__nextTitle{color:var(--text-primary);margin-bottom:12px;font-size:1rem;font-weight:600}.booking-confirmed-module__Q9-DwW__nextList{margin:0;padding:0;list-style:none}.booking-confirmed-module__Q9-DwW__nextList li{color:var(--text-secondary);margin-bottom:10px;padding-left:24px;font-size:.9375rem;line-height:1.55;position:relative}.booking-confirmed-module__Q9-DwW__nextList li:before{content:"";background:var(--brand-primary);border-radius:50%;width:6px;height:6px;position:absolute;top:8px;left:0}.booking-confirmed-module__Q9-DwW__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:28px;display:flex}.booking-confirmed-module__Q9-DwW__actions a.booking-confirmed-module__Q9-DwW__btnPrimary,a.booking-confirmed-module__Q9-DwW__btnPrimary{background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));-webkit-font-smoothing:antialiased;text-shadow:0 1px 2px #00000026;border-radius:10px;justify-content:center;align-items:center;padding:14px 24px;font-size:.9375rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 2px 8px #2dd4bf4d;color:#fff!important;text-decoration:none!important}.booking-confirmed-module__Q9-DwW__actions a.booking-confirmed-module__Q9-DwW__btnPrimary:hover,a.booking-confirmed-module__Q9-DwW__btnPrimary:hover{transform:translateY(-1px);box-shadow:0 4px 14px #2dd4bf66;color:#fff!important}.booking-confirmed-module__Q9-DwW__btnSecondary{color:var(--text-primary);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:10px;justify-content:center;align-items:center;padding:14px 24px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.booking-confirmed-module__Q9-DwW__btnSecondary:hover{background:var(--bg-tertiary);border-color:var(--brand-primary);color:var(--brand-secondary)}.booking-confirmed-module__Q9-DwW__help{color:var(--text-muted);font-size:.875rem;line-height:1.5}.booking-confirmed-module__Q9-DwW__help a{color:var(--brand-primary);font-weight:500;text-decoration:none}.booking-confirmed-module__Q9-DwW__help a:hover{text-decoration:underline}@media (max-width:768px){.booking-confirmed-module__Q9-DwW__page{padding:100px 0 60px}.booking-confirmed-module__Q9-DwW__card{border-radius:16px;padding:36px 28px}.booking-confirmed-module__Q9-DwW__iconWrap{width:64px;height:64px;margin-bottom:20px}.booking-confirmed-module__Q9-DwW__checkIcon,.booking-confirmed-module__Q9-DwW__title{font-size:1.75rem}.booking-confirmed-module__Q9-DwW__subtitle{margin-bottom:28px;font-size:1rem}.booking-confirmed-module__Q9-DwW__details{margin-bottom:28px;padding:16px 20px}.booking-confirmed-module__Q9-DwW__value{font-size:.875rem}.booking-confirmed-module__Q9-DwW__actions{flex-direction:column;margin-bottom:24px}.booking-confirmed-module__Q9-DwW__btnPrimary,.booking-confirmed-module__Q9-DwW__btnSecondary{width:100%}}@media (max-width:480px){.booking-confirmed-module__Q9-DwW__card{padding:28px 20px}.booking-confirmed-module__Q9-DwW__row{flex-direction:column;gap:4px;padding:12px 0}.booking-confirmed-module__Q9-DwW__value{text-align:left}}
.company-pages-module__UBTSHG__page{padding:calc(80px + var(--spacing-2xl))0 var(--spacing-3xl);background:linear-gradient(#f8fbff 0%,#fff 35%,#f8fafc 100%)}.company-pages-module__UBTSHG__hero{max-width:760px;margin:0 auto var(--spacing-2xl);text-align:center}.company-pages-module__UBTSHG__eyebrow{margin-bottom:var(--spacing-sm);color:var(--brand-primary);letter-spacing:.14em;text-transform:uppercase;font-size:.8rem;font-weight:700}.company-pages-module__UBTSHG__title{letter-spacing:-.03em;margin-bottom:var(--spacing-md);font-size:clamp(2.2rem,4vw,3.4rem);line-height:1.08}.company-pages-module__UBTSHG__subtitle{color:var(--text-secondary);font-size:1.08rem;line-height:1.75}.company-pages-module__UBTSHG__heroHighlights{flex-wrap:wrap;justify-content:center;gap:.75rem;margin:1.5rem 0 .25rem;display:flex}.company-pages-module__UBTSHG__heroPill{min-height:40px;color:var(--text-primary);background:#ffffffd6;border:1px solid #2563eb1f;border-radius:999px;align-items:center;padding:.65rem .95rem;font-size:.95rem;font-weight:600;display:inline-flex;box-shadow:0 14px 34px #0f172a0d}.company-pages-module__UBTSHG__contentGrid{gap:var(--spacing-xl);display:grid}.company-pages-module__UBTSHG__section{background:linear-gradient(#fffffff5 0%,#f8fafce6 100%);border:1px solid #0f172a14;border-radius:28px;padding:1.75rem;box-shadow:0 24px 60px #0f172a0f}.company-pages-module__UBTSHG__section h2{letter-spacing:-.03em;margin-bottom:.75rem;font-size:1.7rem}.company-pages-module__UBTSHG__section p{color:var(--text-secondary);line-height:1.75}.company-pages-module__UBTSHG__section ul{margin-top:var(--spacing-md);gap:.85rem;display:grid}.company-pages-module__UBTSHG__section li{color:var(--text-secondary);line-height:1.6}.company-pages-module__UBTSHG__sectionLabel{color:var(--brand-primary);letter-spacing:.16em;text-transform:uppercase;margin-bottom:.9rem;font-size:.76rem;font-weight:800;display:inline-block}.company-pages-module__UBTSHG__storySection{overflow:hidden}.company-pages-module__UBTSHG__storyCards{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.35rem;display:grid}.company-pages-module__UBTSHG__storyCard{background:linear-gradient(135deg,#eff6fff2 0%,#ffffffeb 100%);border:1px solid #3b82f61a;border-radius:20px;padding:1.1rem 1.15rem}.company-pages-module__UBTSHG__storyCardLabel{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.45rem;font-size:.78rem;font-weight:700;display:block}.company-pages-module__UBTSHG__audienceSection{position:relative}.company-pages-module__UBTSHG__audienceGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.25rem;display:grid}.company-pages-module__UBTSHG__audienceCard{background:#ffffffeb;border:1px solid #0f172a12;border-radius:22px;padding:1.25rem;box-shadow:inset 0 1px #ffffffb3}.company-pages-module__UBTSHG__audienceEyebrow{color:var(--brand-primary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem;font-size:.8rem;font-weight:700;display:inline-flex}.company-pages-module__UBTSHG__audienceTitle{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:.55rem;font-size:1.2rem;line-height:1.3}.company-pages-module__UBTSHG__audienceText{color:var(--text-secondary);line-height:1.7}.company-pages-module__UBTSHG__linkGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1.25rem;display:grid}.company-pages-module__UBTSHG__linkCard{transition:transform var(--transition-base),box-shadow var(--transition-base),border-color var(--transition-base);background:#fff;border:1px solid #0f172a14;border-radius:18px;flex-direction:column;gap:.55rem;padding:1.1rem;text-decoration:none;display:flex;box-shadow:0 16px 36px #0f172a0d}.company-pages-module__UBTSHG__linkCard:hover{border-color:#2563eb33;transform:translateY(-2px);box-shadow:0 20px 44px #0f172a1a}.company-pages-module__UBTSHG__linkTitle{color:var(--text-primary);font-weight:700}.company-pages-module__UBTSHG__linkDescription{color:var(--text-secondary);line-height:1.6}.company-pages-module__UBTSHG__nextSection{position:relative}.company-pages-module__UBTSHG__nextIntro{max-width:680px;color:var(--text-secondary);margin-bottom:1.4rem;line-height:1.75}.company-pages-module__UBTSHG__nextGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.company-pages-module__UBTSHG__nextCard{min-height:210px;transition:transform var(--transition-base),box-shadow var(--transition-base),border-color var(--transition-base);background:linear-gradient(#fffffffa 0%,#f5f7faf5 100%);border:1px solid #0f172a14;border-radius:24px;flex-direction:column;gap:.7rem;padding:1.35rem;text-decoration:none;display:flex;box-shadow:0 20px 44px #0f172a0f}.company-pages-module__UBTSHG__nextCard:hover{border-color:#2563eb2e;transform:translateY(-4px);box-shadow:0 28px 56px #0f172a1a}.company-pages-module__UBTSHG__nextNumber{width:fit-content;min-width:44px;min-height:32px;color:var(--brand-primary);letter-spacing:.08em;background:#2563eb1a;border-radius:999px;justify-content:center;align-items:center;padding:.25rem .7rem;font-size:.82rem;font-weight:800;display:inline-flex}.company-pages-module__UBTSHG__nextArrow{color:var(--brand-primary);margin-top:auto;font-weight:700}.company-pages-module__UBTSHG__contactMeta{gap:1rem;margin-top:1.25rem;display:grid}.company-pages-module__UBTSHG__metaItem{background:#eff6ffb8;border:1px solid #3b82f61f;border-radius:18px;padding:1rem}.company-pages-module__UBTSHG__metaLabel{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem;font-size:.82rem;font-weight:700;display:block}.company-pages-module__UBTSHG__metaValue{color:var(--text-primary);font-weight:600}@media (max-width:768px){.company-pages-module__UBTSHG__page{padding-top:calc(72px + var(--spacing-xl))}.company-pages-module__UBTSHG__section{padding:1.2rem}.company-pages-module__UBTSHG__storyCards,.company-pages-module__UBTSHG__audienceGrid,.company-pages-module__UBTSHG__nextGrid,.company-pages-module__UBTSHG__linkGrid{grid-template-columns:1fr}}
.IndustryPage-module__Gt3c4W__section{padding:var(--spacing-2xl)0;background-color:#fff}.IndustryPage-module__Gt3c4W__altSection{padding:var(--spacing-2xl)0;background-color:var(--bg-secondary)}.IndustryPage-module__Gt3c4W__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.IndustryPage-module__Gt3c4W__title{margin-bottom:var(--spacing-xl);text-align:center;color:var(--text-primary);font-size:2.5rem;font-weight:700}.IndustryPage-module__Gt3c4W__title .IndustryPage-module__Gt3c4W__accent{color:var(--brand-primary)}.IndustryPage-module__Gt3c4W__grid{gap:var(--spacing-lg);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:start;display:grid}.IndustryPage-module__Gt3c4W__card{padding:var(--spacing-2xl);border-radius:var(--radius-xl);background:var(--bg-primary);border:1px solid var(--border-color);transition:transform .2s,box-shadow .2s;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.IndustryPage-module__Gt3c4W__card:hover{border-color:#2563eb33;transform:translateY(-6px);box-shadow:0 12px 40px #2563eb1f,0 4px 16px #00000014}.IndustryPage-module__Gt3c4W__cardIcon{width:56px;height:56px;margin-bottom:var(--spacing-lg);background:linear-gradient(135deg,var(--brand-accent)0%,#eff6ff 100%);border:1px solid #2563eb1a;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:1.75rem;display:inline-flex}.IndustryPage-module__Gt3c4W__cardTitle{margin-bottom:var(--spacing-sm);color:var(--text-primary);letter-spacing:-.01em;font-size:1.35rem;font-weight:700}.IndustryPage-module__Gt3c4W__cardText{color:var(--text-secondary);line-height:1.6}.IndustryPage-module__Gt3c4W__statGrid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem;display:grid}.IndustryPage-module__Gt3c4W__statItem{padding:1.5rem}.IndustryPage-module__Gt3c4W__statValue{color:var(--brand-primary);margin-bottom:.5rem;font-size:3rem;font-weight:800}.IndustryPage-module__Gt3c4W__statLabel{color:var(--text-secondary);font-size:1.1rem;font-weight:500}.IndustryPage-module__Gt3c4W__challengeCard{border-left:4px solid #ef4444}.IndustryPage-module__Gt3c4W__solutionCard{border-left:4px solid var(--brand-primary)}@media (max-width:768px){.IndustryPage-module__Gt3c4W__title{margin-bottom:var(--spacing-lg);font-size:2rem}.IndustryPage-module__Gt3c4W__section,.IndustryPage-module__Gt3c4W__altSection{padding:var(--spacing-xl)0}}
.pricing-module__kvPdYW__page{color:#e5e7eb;background:radial-gradient(circle at 15% 10%,#1d4ed859,#0000 30%),radial-gradient(circle at 80% 16%,#0ea5e938,#0000 28%),linear-gradient(#020617 0% 55%,#030712 100%);padding-top:5.75rem}.pricing-module__kvPdYW__heroSection{padding:4.25rem 0 2.25rem}.pricing-module__kvPdYW__heroInner{text-align:center;max-width:860px;margin:0 auto}.pricing-module__kvPdYW__eyebrow{color:#bfdbfe;letter-spacing:.05em;text-transform:uppercase;background:#1e40af33;border:1px solid #3b82f673;border-radius:999px;padding:.4rem .75rem;font-size:.78rem;font-weight:700;display:inline-block}.pricing-module__kvPdYW__heroInner h1{letter-spacing:-.02em;color:#f8fafc;margin-top:1rem;font-size:clamp(2rem,4.8vw,3.4rem);line-height:1.05}.pricing-module__kvPdYW__heroInner p{color:#cbd5e1;margin-top:.9rem;font-size:1.05rem}.pricing-module__kvPdYW__toggleWrap{background:#0f172ac2;border:1px solid #94a3b840;border-radius:999px;gap:.35rem;margin-top:1.25rem;padding:.3rem;display:inline-flex}.pricing-module__kvPdYW__toggleButton{color:#cbd5e1;transition:var(--transition-base);background:0 0;border-radius:999px;padding:.6rem 1.15rem;font-weight:600}.pricing-module__kvPdYW__toggleButton:hover{color:#f8fafc}.pricing-module__kvPdYW__toggleButton.pricing-module__kvPdYW__active{color:#fff;background:linear-gradient(120deg,#2563eb,#1d4ed8)}.pricing-module__kvPdYW__cardsSection{padding:1rem 0 3rem}.pricing-module__kvPdYW__cardsGrid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:1.1rem;display:grid}.pricing-module__kvPdYW__planShell{flex-direction:column;display:flex}.pricing-module__kvPdYW__ribbonSlot{align-items:center;height:2.2rem;padding-left:.8rem;display:flex}.pricing-module__kvPdYW__outsideRibbon{letter-spacing:.04em;text-transform:uppercase;color:#bfdbfe;background:linear-gradient(120deg,#1e3a8a,#1d4ed8);border:1px solid #93c5fd73;border-radius:999px;margin:0;padding:.28rem .72rem;font-size:.76rem;font-weight:700}.pricing-module__kvPdYW__card{background:linear-gradient(#0f172ad6,#020617e0);border:1px solid #94a3b833;border-radius:18px;flex-direction:column;flex:1;padding:1.05rem;display:flex;box-shadow:0 16px 44px #00000047}.pricing-module__kvPdYW__highlightCard{border-color:#3b82f6a6;outline:1px solid #3b82f652;box-shadow:0 20px 54px #2563eb38}.pricing-module__kvPdYW__cardTop{flex-direction:column;min-height:12rem;display:flex}.pricing-module__kvPdYW__card h2{color:#f8fafc;min-height:1.2em;margin-top:0;font-size:1.45rem;line-height:1.15}.pricing-module__kvPdYW__subTitle{color:#94a3b8;min-height:3.2rem;margin-top:.5rem;font-size:.93rem}.pricing-module__kvPdYW__priceRow{align-items:baseline;gap:.25rem;min-height:3.2rem;margin-top:.25rem;display:flex}.pricing-module__kvPdYW__price{color:#f8fafc;font-size:clamp(2rem,3vw,3.2rem);font-weight:800;line-height:1}.pricing-module__kvPdYW__cadence{color:#cbd5e1;font-weight:700}.pricing-module__kvPdYW__billingNote{color:#94a3b8;margin-top:.35rem;font-size:.92rem}.pricing-module__kvPdYW__metaBlock{min-height:2.8rem}.pricing-module__kvPdYW__savings{color:#60a5fa;margin-top:.2rem;font-weight:700}.pricing-module__kvPdYW__cardButton,.pricing-module__kvPdYW__enterpriseButton{letter-spacing:.01em;width:100%;transition:var(--transition-base);border-radius:10px;margin-top:1rem;padding:.86rem 1rem;font-size:1.03rem;font-weight:700}.pricing-module__kvPdYW__cardButton{color:#f8fafc;background:#ffffff14;border:1px solid #ffffff1f}.pricing-module__kvPdYW__cardButton:hover{background:#ffffff26}.pricing-module__kvPdYW__enterpriseButton{color:#0f172a;background:#f8fafc}.pricing-module__kvPdYW__enterpriseButton:hover{background:#e2e8f0}.pricing-module__kvPdYW__featuresList{flex:1;gap:.55rem;margin-top:1rem;list-style:none;display:grid}.pricing-module__kvPdYW__featuresList li{color:#dbeafe;align-items:flex-start;gap:.55rem;font-size:.92rem;display:flex}.pricing-module__kvPdYW__featureIcon{text-align:center;color:#f1f5f9b8;flex:none;width:1.15rem;height:1.15rem;margin-top:.04rem}.pricing-module__kvPdYW__featureIcon svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%;display:block}.pricing-module__kvPdYW__featureLead{font-weight:800}.pricing-module__kvPdYW__enterpriseCard{color:#0f172a;background:#e5e7eb;border-color:#94a3b873;box-shadow:0 14px 28px #0000002e}.pricing-module__kvPdYW__enterpriseCard h2,.pricing-module__kvPdYW__enterpriseCard .pricing-module__kvPdYW__price{color:#0f172a}.pricing-module__kvPdYW__enterpriseCard .pricing-module__kvPdYW__subTitle,.pricing-module__kvPdYW__enterpriseCard .pricing-module__kvPdYW__billingNote,.pricing-module__kvPdYW__enterpriseCard .pricing-module__kvPdYW__cadence{color:#334155}.pricing-module__kvPdYW__enterpriseCard .pricing-module__kvPdYW__featuresList li{color:#0f172a}.pricing-module__kvPdYW__enterpriseCard .pricing-module__kvPdYW__featureIcon{color:#0f172a94}.pricing-module__kvPdYW__addonsNote{background:#0f172a8c;border:1px solid #94a3b83d;border-radius:12px;margin-top:1rem;padding:.8rem 1rem}.pricing-module__kvPdYW__addonsNote p{color:#cbd5e1;font-size:.93rem}.pricing-module__kvPdYW__addonsNote strong{color:#f8fafc}.pricing-module__kvPdYW__comparisonSection{padding:.5rem 0 3rem}.pricing-module__kvPdYW__comparisonHeader h2{color:#f8fafc;font-size:clamp(1.5rem,2.8vw,2.1rem)}.pricing-module__kvPdYW__comparisonHeader p{color:#94a3b8;margin-top:.4rem}.pricing-module__kvPdYW__tableWrap{background:#020617a6;border:1px solid #94a3b833;border-radius:16px;margin-top:1rem;overflow-x:auto}.pricing-module__kvPdYW__table{border-collapse:collapse;width:100%;min-width:900px}.pricing-module__kvPdYW__table th,.pricing-module__kvPdYW__table td{color:#cbd5e1;vertical-align:middle;border-bottom:1px solid #94a3b81f;border-right:1px solid #94a3b81a;padding:.82rem .9rem;font-size:.93rem}.pricing-module__kvPdYW__table tr td:last-child,.pricing-module__kvPdYW__table tr th:last-child{border-right:none}.pricing-module__kvPdYW__table th{color:#f8fafc;text-align:left;text-transform:uppercase;letter-spacing:.03em;background:#0f172acc;font-size:.86rem}.pricing-module__kvPdYW__table td:first-child,.pricing-module__kvPdYW__table th:first-child{color:#f1f5f9;width:23%;font-weight:700}.pricing-module__kvPdYW__sectionRow td{color:#93c5fd;text-transform:uppercase;letter-spacing:.04em;background:#1e293b9e;font-size:.78rem;font-weight:700}.pricing-module__kvPdYW__check{color:#22c55e;font-size:1.08rem;font-weight:800;line-height:1}.pricing-module__kvPdYW__muted{color:#64748b}.pricing-module__kvPdYW__faqSection{padding:.5rem 0 4rem}.pricing-module__kvPdYW__faqWrap{background:#020617a3;border:1px solid #94a3b833;border-radius:16px;padding:1.2rem}.pricing-module__kvPdYW__faqWrap h2{text-align:center;color:#f8fafc;font-size:clamp(1.65rem,3vw,2.2rem)}.pricing-module__kvPdYW__faqList{gap:.65rem;margin-top:1rem;display:grid}.pricing-module__kvPdYW__faqItem{background:#0f172a73;border:1px solid #94a3b833;border-radius:12px;overflow:hidden}.pricing-module__kvPdYW__faqQuestion{color:#e2e8f0;text-align:left;background:0 0;width:100%;padding:.9rem 1rem;font-size:1.02rem;font-weight:700}.pricing-module__kvPdYW__faqQuestion:hover,.pricing-module__kvPdYW__faqQuestionOpen{background:#1e293b94}.pricing-module__kvPdYW__faqAnswer{color:#cbd5e1;padding:0 1rem 1rem;line-height:1.7}.pricing-module__kvPdYW__contactLine{text-align:center;color:#94a3b8;margin-top:.95rem}.pricing-module__kvPdYW__contactLine a{color:#93c5fd;font-weight:700}.pricing-module__kvPdYW__relatedSection{padding:0 0 4rem}.pricing-module__kvPdYW__relatedHeader{text-align:center;max-width:720px;margin:0 auto 2rem}.pricing-module__kvPdYW__relatedHeader h2{margin-bottom:.75rem}.pricing-module__kvPdYW__relatedHeader p{color:#64748b;line-height:1.7}.pricing-module__kvPdYW__relatedGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.pricing-module__kvPdYW__relatedCard{background:#fff;border:1px solid #0f172a14;border-radius:20px;flex-direction:column;gap:.65rem;padding:1.25rem;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 18px 36px #0f172a0f}.pricing-module__kvPdYW__relatedCard:hover{border-color:#2563eb33;transform:translateY(-2px);box-shadow:0 22px 44px #0f172a1a}.pricing-module__kvPdYW__relatedLabel{color:var(--text-primary);font-weight:700}.pricing-module__kvPdYW__relatedDescription{color:var(--text-secondary);line-height:1.6}@media (max-width:1200px){.pricing-module__kvPdYW__cardsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:800px){.pricing-module__kvPdYW__page{padding-top:5rem}.pricing-module__kvPdYW__heroSection{padding:3.2rem 0 1.8rem}.pricing-module__kvPdYW__cardsGrid{grid-template-columns:1fr}.pricing-module__kvPdYW__faqQuestion{font-size:.95rem}.pricing-module__kvPdYW__relatedGrid{grid-template-columns:1fr}}.pricing-module__kvPdYW__guestCheckoutOverlay{z-index:9999;background:#020617d9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.pricing-module__kvPdYW__guestCheckoutModal{background:linear-gradient(#0f172af2,#020617fa);border:1px solid #94a3b840;border-radius:18px;width:100%;max-width:420px;padding:1.75rem;box-shadow:0 24px 64px #0006}.pricing-module__kvPdYW__guestCheckoutTitle{color:#f8fafc;margin:0 0 .5rem;font-size:1.35rem}.pricing-module__kvPdYW__guestCheckoutSubtext{color:#94a3b8;margin:0 0 1.25rem;font-size:.9rem}.pricing-module__kvPdYW__guestCheckoutInput{color:#f8fafc;box-sizing:border-box;background:#0f172acc;border:1px solid #94a3b84d;border-radius:10px;width:100%;margin-bottom:.75rem;padding:.75rem 1rem;font-size:1rem}.pricing-module__kvPdYW__guestCheckoutInput::placeholder{color:#64748b}.pricing-module__kvPdYW__guestCheckoutInput:focus{border-color:#3b82f6;outline:none}.pricing-module__kvPdYW__guestCheckoutError{color:#f87171;margin:0 0 .75rem;font-size:.875rem}.pricing-module__kvPdYW__guestCheckoutActions{gap:.75rem;margin-top:1rem;display:flex}.pricing-module__kvPdYW__guestCheckoutCancel{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #94a3b84d;border-radius:10px;padding:.75rem 1.25rem;font-weight:600}.pricing-module__kvPdYW__guestCheckoutCancel:hover{color:#f8fafc;border-color:#94a3b880}.pricing-module__kvPdYW__guestCheckoutActions .pricing-module__kvPdYW__cardButton{flex:1;margin-top:0}
.privacy-module__ZGDmtG__privacyPage{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);padding:120px 0 80px}.privacy-module__ZGDmtG__content{border:1px solid var(--border-color);max-width:900px;box-shadow:var(--shadow-lg);background:#fff;border-radius:16px;margin:0 auto;padding:60px}.privacy-module__ZGDmtG__content h1{color:var(--text-primary);margin-bottom:20px;font-size:2.5rem;font-weight:700}.privacy-module__ZGDmtG__meta{border-bottom:1px solid var(--border-color);gap:30px;margin-bottom:40px;padding-bottom:30px;display:flex}.privacy-module__ZGDmtG__meta p{color:var(--text-secondary);margin:0;font-size:.95rem}.privacy-module__ZGDmtG__meta strong{color:var(--brand-primary);font-weight:600}.privacy-module__ZGDmtG__intro{color:var(--text-secondary);margin-bottom:40px;font-size:1.05rem;line-height:1.8}.privacy-module__ZGDmtG__content section{margin-bottom:50px}.privacy-module__ZGDmtG__content h2{color:var(--text-primary);margin-top:40px;margin-bottom:20px;padding-left:20px;font-size:1.75rem;font-weight:600;position:relative}.privacy-module__ZGDmtG__content h2:before{content:"";background:var(--brand-primary);border-radius:2px;width:4px;height:28px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.privacy-module__ZGDmtG__content h3{color:var(--text-primary);margin-top:30px;margin-bottom:15px;font-size:1.25rem;font-weight:600}.privacy-module__ZGDmtG__content p{color:var(--text-secondary);margin-bottom:20px;line-height:1.8}.privacy-module__ZGDmtG__content ul{margin-bottom:20px;padding-left:25px}.privacy-module__ZGDmtG__content li{color:var(--text-secondary);margin-bottom:12px;line-height:1.8;position:relative}.privacy-module__ZGDmtG__content li::marker{color:var(--brand-primary)}.privacy-module__ZGDmtG__content a{color:var(--brand-primary);border-bottom:1px solid #0000;text-decoration:none;transition:all .3s}.privacy-module__ZGDmtG__content a:hover{color:var(--brand-secondary);border-bottom-color:var(--brand-secondary)}.privacy-module__ZGDmtG__note{border-left:4px solid var(--brand-primary);background:#2dd4bf14;border-radius:8px;margin:25px 0;padding:20px}.privacy-module__ZGDmtG__tableWrapper{border:1px solid var(--border-color);border-radius:12px;margin:30px 0;overflow-x:auto}.privacy-module__ZGDmtG__subProcessorsTable{border-collapse:collapse;background:#fff;width:100%}.privacy-module__ZGDmtG__subProcessorsTable thead{background:var(--brand-accent)}.privacy-module__ZGDmtG__subProcessorsTable th{text-align:left;color:var(--text-primary);border-bottom:2px solid var(--brand-primary);padding:16px;font-weight:600}.privacy-module__ZGDmtG__subProcessorsTable td{border-bottom:1px solid var(--border-light);color:var(--text-secondary);padding:16px}.privacy-module__ZGDmtG__subProcessorsTable tbody tr:hover{background:var(--hover-overlay);transition:background .3s}.privacy-module__ZGDmtG__subProcessorsTable tbody tr:last-child td{border-bottom:none}.privacy-module__ZGDmtG__contactInfo{background:var(--brand-accent);border:1px solid var(--brand-primary);border-radius:12px;margin-top:20px;padding:25px}.privacy-module__ZGDmtG__contactInfo p{margin-bottom:10px}.privacy-module__ZGDmtG__contactInfo p:last-child{margin-bottom:0}@media (max-width:768px){.privacy-module__ZGDmtG__privacyPage{padding:100px 0 60px}.privacy-module__ZGDmtG__content{border-radius:15px;padding:40px 30px}.privacy-module__ZGDmtG__content h1{font-size:2.2rem}.privacy-module__ZGDmtG__content h2{font-size:1.6rem}.privacy-module__ZGDmtG__content h3{font-size:1.2rem}.privacy-module__ZGDmtG__meta{flex-direction:column;gap:10px}.privacy-module__ZGDmtG__intro{font-size:1rem}.privacy-module__ZGDmtG__subProcessorsTable{font-size:.9rem}.privacy-module__ZGDmtG__subProcessorsTable th,.privacy-module__ZGDmtG__subProcessorsTable td{padding:12px}}@media (max-width:480px){.privacy-module__ZGDmtG__content{padding:30px 20px}.privacy-module__ZGDmtG__content h1{font-size:1.8rem}.privacy-module__ZGDmtG__content h2{font-size:1.4rem}.privacy-module__ZGDmtG__subProcessorsTable{font-size:.85rem}.privacy-module__ZGDmtG__subProcessorsTable th,.privacy-module__ZGDmtG__subProcessorsTable td{padding:10px 8px}}
.terms-module__tZIRGq__termsPage{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);padding:120px 0 80px}.terms-module__tZIRGq__content{border:1px solid var(--border-color);max-width:900px;box-shadow:var(--shadow-lg);background:#fff;border-radius:16px;margin:0 auto;padding:60px}.terms-module__tZIRGq__content h1{color:var(--text-primary);margin-bottom:20px;font-size:2.5rem;font-weight:700}.terms-module__tZIRGq__meta{border-bottom:1px solid var(--border-color);gap:30px;margin-bottom:40px;padding-bottom:30px;display:flex}.terms-module__tZIRGq__meta p{color:var(--text-secondary);margin:0;font-size:.95rem}.terms-module__tZIRGq__meta strong{color:var(--brand-primary);font-weight:600}.terms-module__tZIRGq__intro{color:var(--text-secondary);margin-bottom:20px;font-size:1.05rem;line-height:1.8}.terms-module__tZIRGq__content section{margin-bottom:50px}.terms-module__tZIRGq__content h2{color:var(--text-primary);margin-top:40px;margin-bottom:20px;padding-left:20px;font-size:1.75rem;font-weight:600;position:relative}.terms-module__tZIRGq__content h2:before{content:"";background:var(--brand-primary);border-radius:2px;width:4px;height:28px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.terms-module__tZIRGq__content h3{color:var(--text-primary);margin-top:30px;margin-bottom:15px;font-size:1.25rem;font-weight:600}.terms-module__tZIRGq__content p{color:var(--text-secondary);margin-bottom:20px;line-height:1.8}.terms-module__tZIRGq__content ul{margin-bottom:20px;padding-left:25px}.terms-module__tZIRGq__content li{color:var(--text-secondary);margin-bottom:12px;line-height:1.8;position:relative}.terms-module__tZIRGq__content li::marker{color:var(--brand-primary)}.terms-module__tZIRGq__content a{color:var(--brand-primary);border-bottom:1px solid #0000;text-decoration:none;transition:all .3s}.terms-module__tZIRGq__content a:hover{color:var(--brand-secondary);border-bottom-color:var(--brand-secondary)}.terms-module__tZIRGq__warning{color:var(--text-primary);background:#ef444414;border-left:4px solid #ef4444;border-radius:8px;margin:25px 0;padding:20px;font-weight:500}.terms-module__tZIRGq__contactInfo{background:var(--brand-accent);border:1px solid var(--brand-primary);border-radius:12px;margin-top:20px;padding:25px}.terms-module__tZIRGq__contactInfo p{margin-bottom:10px}.terms-module__tZIRGq__contactInfo p:last-child{margin-bottom:0}@media (max-width:768px){.terms-module__tZIRGq__termsPage{padding:100px 0 60px}.terms-module__tZIRGq__content{border-radius:15px;padding:40px 30px}.terms-module__tZIRGq__content h1{font-size:2.2rem}.terms-module__tZIRGq__content h2{font-size:1.6rem}.terms-module__tZIRGq__content h3{font-size:1.2rem}.terms-module__tZIRGq__meta{flex-direction:column;gap:10px}.terms-module__tZIRGq__intro{font-size:1rem}}@media (max-width:480px){.terms-module__tZIRGq__content{padding:30px 20px}.terms-module__tZIRGq__content h1{font-size:1.8rem}.terms-module__tZIRGq__content h2{font-size:1.4rem}}
