.page-module__WSTYbW__hero{background:var(--teal-bg-subtle);padding:120px 0 100px;position:relative;overflow:hidden}.page-module__WSTYbW__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#4184890f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-200px}.page-module__WSTYbW__hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#4184890a 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-150px;left:-150px}.page-module__WSTYbW__heroInner{text-align:center;z-index:1;max-width:780px;margin:0 auto;position:relative}.page-module__WSTYbW__heroBadge{background:var(--teal-bg);color:var(--teal);border-radius:var(--border-radius-full);letter-spacing:.02em;border:1px solid #41848926;align-items:center;gap:8px;margin-bottom:24px;padding:8px 20px;font-size:.8125rem;font-weight:600;animation:.6s ease-out both page-module__WSTYbW__fadeInUp;display:inline-flex}.page-module__WSTYbW__heroBadgeIcon{font-size:1rem}.page-module__WSTYbW__heroTitle{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:24px;font-size:clamp(2.5rem,5vw,3.75rem);font-weight:800;line-height:1.1;animation:.6s ease-out .1s both page-module__WSTYbW__fadeInUp}.page-module__WSTYbW__heroHighlight{background:linear-gradient(135deg, var(--teal) 0%, var(--teal-hover) 50%, var(--teal-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.page-module__WSTYbW__heroSubtitle{color:var(--text-secondary);max-width:640px;margin:0 auto 40px;font-size:1.1875rem;line-height:1.75;animation:.6s ease-out .2s both page-module__WSTYbW__fadeInUp}.page-module__WSTYbW__heroActions{animation:.6s ease-out .3s both page-module__WSTYbW__fadeInUp}.page-module__WSTYbW__dataSources{padding:var(--section-padding) 0;background:var(--white)}.page-module__WSTYbW__dataSourcesGrid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.page-module__WSTYbW__sourceCard{background:var(--white);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);transition:all var(--transition-base);box-shadow:var(--shadow-card);padding:36px 32px;position:relative;overflow:hidden}.page-module__WSTYbW__sourceCard:before{content:"";background:linear-gradient(90deg, var(--teal), var(--teal-hover));opacity:0;height:3px;transition:opacity var(--transition-base);position:absolute;top:0;left:0;right:0}.page-module__WSTYbW__sourceCard:hover{box-shadow:var(--shadow-card-hover);border-color:#0000;transform:translateY(-3px)}.page-module__WSTYbW__sourceCard:hover:before{opacity:1}.page-module__WSTYbW__sourceCardIcon{border-radius:var(--border-radius-md);background:var(--teal-bg);justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:24px;font-size:1.5rem;display:flex}.page-module__WSTYbW__sourceCardTitle{color:var(--text-primary);margin-bottom:12px;font-size:1.25rem;font-weight:700}.page-module__WSTYbW__sourceCardText{color:var(--text-secondary);font-size:.9375rem;line-height:1.7}.page-module__WSTYbW__powers{padding:var(--section-padding) 0;background:var(--gray-50)}.page-module__WSTYbW__powersRows{flex-direction:column;gap:0;display:flex}.page-module__WSTYbW__powersRow{border-bottom:1px solid var(--border-color);grid-template-columns:1fr 1fr;align-items:center;gap:64px;padding:64px 0;display:grid}.page-module__WSTYbW__powersRow:last-child{border-bottom:none}.page-module__WSTYbW__powersRowReverse{}.page-module__WSTYbW__powersRowReverse .page-module__WSTYbW__powersVisual{order:-1}.page-module__WSTYbW__powersVisual{position:relative}.page-module__WSTYbW__powersVisualCard{background:var(--white);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);padding:32px;position:relative;overflow:hidden}.page-module__WSTYbW__powersVisualCard:after{content:"";background:linear-gradient(90deg, var(--teal), var(--teal-hover));height:3px;position:absolute;bottom:0;left:0;right:0}.page-module__WSTYbW__visualHeader{border-bottom:1px solid var(--gray-100);align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;display:flex}.page-module__WSTYbW__visualHeaderIcon{border-radius:var(--border-radius-sm);background:var(--teal-bg);justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex}.page-module__WSTYbW__visualHeaderTitle{color:var(--text-primary);font-size:.875rem;font-weight:600}.page-module__WSTYbW__visualLines{flex-direction:column;gap:10px;display:flex}.page-module__WSTYbW__visualLine{border-radius:var(--border-radius-full);background:var(--gray-100);height:10px}.page-module__WSTYbW__visualLineTeal{background:var(--teal-bg);}.page-module__WSTYbW__visualTags{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.page-module__WSTYbW__visualTag{border-radius:var(--border-radius-full);background:var(--teal-bg);color:var(--teal);border:1px solid #41848926;align-items:center;gap:6px;padding:6px 14px;font-size:.75rem;font-weight:600;display:inline-flex}.page-module__WSTYbW__visualTagGray{background:var(--gray-100);color:var(--text-secondary);border-color:var(--gray-200);}.page-module__WSTYbW__visualChatBubbles{flex-direction:column;gap:12px;display:flex}.page-module__WSTYbW__chatBubble{border-radius:var(--border-radius-md);max-width:85%;padding:12px 18px;font-size:.875rem;line-height:1.6}.page-module__WSTYbW__chatBubbleUser{background:var(--teal);color:var(--white);border-bottom-right-radius:4px;align-self:flex-end;}.page-module__WSTYbW__chatBubbleAi{background:var(--gray-100);color:var(--text-primary);border-bottom-left-radius:4px;align-self:flex-start;}.page-module__WSTYbW__chatBubbleLabel{text-transform:uppercase;letter-spacing:.06em;opacity:.7;margin-bottom:4px;font-size:.6875rem;font-weight:600}.page-module__WSTYbW__powersContent{max-width:480px}.page-module__WSTYbW__powersNumber{background:var(--teal);width:36px;height:36px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;font-size:.875rem;font-weight:700;display:inline-flex}.page-module__WSTYbW__powersLabel{background:var(--teal-bg);color:var(--teal);border-radius:var(--border-radius-full);letter-spacing:.03em;text-transform:uppercase;margin-bottom:16px;padding:4px 14px;font-size:.75rem;font-weight:600;display:inline-block}.page-module__WSTYbW__powersTitle{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:16px;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700}.page-module__WSTYbW__powersText{color:var(--text-secondary);font-size:1.0625rem;line-height:1.75}.page-module__WSTYbW__cta{padding:var(--section-padding) 0;background:var(--gray-900);position:relative;overflow:hidden}.page-module__WSTYbW__cta:before{content:"";pointer-events:none;background:radial-gradient(circle,#41848926 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;right:-100px}.page-module__WSTYbW__cta:after{content:"";pointer-events:none;background:radial-gradient(circle,#41848914 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;bottom:-100px;left:-100px}.page-module__WSTYbW__ctaInner{text-align:center;z-index:1;max-width:640px;margin:0 auto;position:relative}.page-module__WSTYbW__ctaIcon{border-radius:var(--border-radius-md);background:#41848926;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 24px;font-size:1.75rem;display:flex}.page-module__WSTYbW__ctaTitle{letter-spacing:-.03em;color:var(--white);margin-bottom:16px;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800}.page-module__WSTYbW__ctaHighlight{color:var(--teal-hover)}.page-module__WSTYbW__ctaText{color:var(--gray-300);margin-bottom:40px;font-size:1.125rem;line-height:1.7}.page-module__WSTYbW__ctaActions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}@media (max-width:1024px){.page-module__WSTYbW__dataSourcesGrid{grid-template-columns:repeat(2,1fr)}.page-module__WSTYbW__powersRow,.page-module__WSTYbW__powersRowReverse{grid-template-columns:1fr;gap:40px;padding:48px 0}.page-module__WSTYbW__powersRowReverse .page-module__WSTYbW__powersVisual{order:0}.page-module__WSTYbW__powersContent{max-width:100%}}@media (max-width:768px){.page-module__WSTYbW__hero{padding:96px 0 72px}.page-module__WSTYbW__heroSubtitle{font-size:1.0625rem}.page-module__WSTYbW__dataSourcesGrid{grid-template-columns:1fr}.page-module__WSTYbW__powersRow,.page-module__WSTYbW__powersRowReverse{gap:32px;padding:40px 0}.page-module__WSTYbW__ctaActions{flex-direction:column;align-items:center}}
