.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__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)}}
.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__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__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}}
.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}}
.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}}
.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}}
