*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:#1e293b;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}:root{--site-header-height:72px}@media (max-width:768px){:root{--site-header-height:60px}}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:80px 0}.section-title{text-align:center;color:#0f172a;margin-bottom:16px;font-size:2.25rem;font-weight:800}.section-subtitle{text-align:center;color:#64748b;margin-bottom:48px;font-size:1.1rem}.fade-up{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.fade-up.visible{opacity:1;transform:translateY(0)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes orbFloat{0%{transform:translate(0)scale(1)}to{transform:translate(30px,-30px)scale(1.1)}}@media (max-width:768px){.container{padding:0 16px}.section{padding:60px 0}.section-title{font-size:1.75rem}.section-desc{font-size:.9rem}}@media (max-width:480px){.section{padding:40px 0}.section-title{font-size:1.5rem}}
.btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#ef4444,#f97316);box-shadow:0 4px 20px #ef444459}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #ef444473}.btn-secondary{color:#ef4444;background:#fff;border:2px solid #ef4444}.btn-secondary:hover{background:#fef2f2;transform:translateY(-2px)}.btn-white{color:#ef4444;background:#fff;box-shadow:0 4px 20px #0000001a}.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000026}.btn-glow{color:#fff;background:linear-gradient(135deg,#ef4444,#f97316);animation:2.5s ease-in-out infinite btnPulse;position:relative;overflow:hidden;box-shadow:0 0 20px #ef444466,0 0 60px #ef444426}.btn-glow:after{content:"";background:linear-gradient(45deg,#0000 30%,#ffffff26 50%,#0000 70%);width:200%;height:200%;animation:3s ease-in-out infinite btnShine;position:absolute;top:-50%;left:-50%}.btn-glow:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 0 30px #ef444480,0 0 80px #ef444433}@keyframes btnPulse{0%,to{box-shadow:0 0 20px #ef444466,0 0 60px #ef444426}50%{box-shadow:0 0 30px #ef444499,0 0 80px #ef444440}}@keyframes btnShine{0%{transform:translate(-100%)rotate(45deg)}30%,to{transform:translate(100%)rotate(45deg)}}.download-btn{position:relative}.platform-indicator{opacity:.85;border-left:1px solid #ffffff4d;align-items:center;margin-left:12px;padding-left:12px;display:inline-flex}.btn-white .platform-indicator{border-left-color:#0f172a33}.btn-primary .platform-indicator{border-left-color:#ffffff4d}
.header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border-bottom:1px solid #0000000f;transition:box-shadow .3s;position:fixed;top:0;left:0;right:0}.header .container{max-width:1400px}.header.scrolled{box-shadow:0 2px 20px #00000014}.nav{height:var(--site-header-height);justify-content:space-between;align-items:center;display:flex}.nav-brand{color:#0f172a;white-space:nowrap;flex-shrink:1;align-items:center;gap:12px;min-width:0;font-size:1.15rem;font-weight:800;display:flex;overflow:hidden}.nav-brand svg,.nav-brand img{flex-shrink:0;width:40px;height:40px}.nav-links{flex-shrink:1;align-items:center;gap:16px;min-width:0;list-style:none;display:flex;overflow:hidden}.nav-links a{color:#475569;white-space:nowrap;font-size:.85rem;font-weight:600;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:#ef4444}.nav-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;padding:8px;display:none}.mobile-menu-btn svg{color:#334155;width:28px;height:28px;transition:transform .25s}.mobile-menu-btn.active svg{transform:rotate(90deg)}.mobile-nav{top:var(--site-header-height);z-index:99;opacity:0;pointer-events:none;background:#fff;border-bottom:1px solid #e2e8f0;padding:16px 24px;transition:opacity .25s,transform .25s;display:none;position:fixed;left:0;right:0;transform:translateY(-10px);box-shadow:0 8px 20px #00000014}.mobile-nav.open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-nav a{color:#334155;border-bottom:1px solid #f1f5f9;padding:12px 0;font-size:1rem;font-weight:600;display:block}.mobile-nav a:hover{color:#ef4444}.footer{color:#94a3b8;background:#0f172a;padding:60px 0 32px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px;display:grid}.footer-brand h3{color:#fff;margin-bottom:12px;font-size:1.2rem;font-weight:800}.footer-brand p{font-size:.85rem;line-height:1.7}.footer-col h4{color:#e2e8f0;margin-bottom:16px;font-size:.95rem;font-weight:700}.footer-col a{color:#94a3b8;word-break:break-word;padding:4px 0;font-size:.85rem;transition:color .2s;display:block}.footer-col a:hover{color:#ef4444}.footer-bottom{word-break:break-word;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;padding-top:24px;font-size:.8rem;display:flex}.i18n-lang-switcher{z-index:120;align-items:center;display:inline-flex;position:relative}.i18n-lang-btn{color:#334155;cursor:pointer;background:#ffffffeb;border:1px solid #dbe3ee;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:8px 14px;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 6px 18px #0f172a14}.i18n-lang-btn:hover{color:#0f172a;background:#fff;border-color:#cbd5e1;box-shadow:0 10px 24px #0f172a1f}.i18n-lang-btn svg{width:16px;height:16px}.i18n-lang-dropdown{z-index:1000;background:#fffffffa;border:1px solid #e2e8f0;border-radius:14px;min-width:156px;padding:6px;display:none;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 18px 40px #0f172a29}.i18n-lang-dropdown.open{display:block}.i18n-lang-option{color:#475569;cursor:pointer;border-radius:10px;padding:10px 12px;font-size:.85rem;font-weight:600;transition:background .15s,color .15s}.i18n-lang-option:hover{color:#0f172a;background:#f8fafc}.i18n-lang-option.active{color:#dc2626;background:#ef44441a;font-weight:700}@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.nav-links,.nav-actions{display:none}.mobile-menu-btn,.mobile-nav{display:block}.footer-grid{grid-template-columns:1fr;gap:24px}}@media (max-width:480px){.footer-bottom{text-align:center;flex-direction:column;gap:12px}}
.page-hero{padding-top:var(--site-header-height);background:linear-gradient(135deg,#0a0e1a,#1e293b);position:relative;overflow:hidden}.page-hero-inner{text-align:center;z-index:2;padding:80px 0 60px;position:relative}.page-hero h1{color:#f1f5f9;margin-bottom:16px;font-size:2.8rem;font-weight:900}.page-hero h1 .highlight{background:linear-gradient(135deg,#ef4444,#f97316,#fbbf24);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.page-hero p{color:#94a3b8;max-width:600px;margin:0 auto;font-size:1.15rem}.page-hero-orb{filter:blur(80px);border-radius:50%;animation:8s ease-in-out infinite alternate orbFloat;position:absolute}.page-hero-orb-1{background:#ef44441a;width:400px;height:400px;top:-100px;right:-50px}.page-hero-orb-2{background:#3b82f614;width:300px;height:300px;animation-delay:4s;bottom:-80px;left:-50px}@media (max-width:768px){.page-hero h1{font-size:2rem}.page-hero{padding-top:var(--site-header-height)}.page-hero-inner{padding:54px 16px 42px}.page-hero-orb-1{width:200px;height:200px}.page-hero-orb-2{width:150px;height:150px}}@media (max-width:480px){.page-hero{padding-top:var(--site-header-height)}.page-hero-inner{padding:44px 16px 34px}.page-hero h1{font-size:1.6rem}.page-hero p{font-size:.96rem;line-height:1.7}.page-hero-orb{display:none}}
.revamp-page{background:linear-gradient(#fff,#f8fafc 22%,#fff 100%)}.revamp-page .page-hero p{max-width:780px}.revamp-hero-actions{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:28px;display:flex}.revamp-hero-actions .btn{min-width:180px}.revamp-hero-actions .btn:not(.btn-primary):not(.btn-white){color:#f1f5f9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff14;border:1.5px solid #ffffff47}.revamp-hero-actions .btn:not(.btn-primary):not(.btn-white):hover{background:#ffffff29;border-color:#ffffff80;transform:translateY(-2px)}.page-hero .revamp-kicker{animation:.6s ease-out both heroFadeUp}.page-hero h1{animation:.7s ease-out .1s both heroFadeUp}.page-hero p{animation:.7s ease-out .22s both heroFadeUp}.page-hero .revamp-hero-actions{animation:.7s ease-out .36s both heroFadeUp}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.page-hero-orb-1{animation:8s ease-in-out infinite alternate orbFloat,4s ease-in-out infinite orbPulse}.page-hero-orb-2{animation:8s ease-in-out 4s infinite alternate orbFloat,5s ease-in-out 2s infinite orbPulse}@keyframes orbPulse{0%,to{opacity:1}50%{opacity:.5}}.revamp-kicker{color:#f8fafc;letter-spacing:.02em;background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:8px;margin-bottom:16px;padding:7px 14px;font-size:.8rem;font-weight:700;display:inline-flex}.revamp-page-main{padding:36px 0 96px}.revamp-section{padding:38px 0}.revamp-section-head{margin-bottom:28px}.revamp-section-head h2{color:#0f172a;margin:0 0 12px;font-size:2rem;font-weight:900;line-height:1.28}.revamp-section-head p{color:#475569;margin:0;font-size:1rem;line-height:1.8}.revamp-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.revamp-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.revamp-card{background:linear-gradient(#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:24px;padding:28px;box-shadow:0 18px 44px #0f172a0d}.revamp-card--dark{color:#e2e8f0;background:linear-gradient(160deg,#0f172a,#111827 62%,#172554);border-color:#60a5fa29}.revamp-card--warm{background:linear-gradient(135deg,#fff7ed,#fff 62%);border-color:#fed7aa}.revamp-card--cool{background:linear-gradient(135deg,#eff6ff,#fff 65%);border-color:#bfdbfe}.revamp-card h3{color:#0f172a;margin:0 0 10px;font-size:1.1rem;font-weight:800;line-height:1.45}.revamp-card--dark h3,.revamp-card--dark p,.revamp-card--dark li,.revamp-card--dark strong,.revamp-card--dark span{color:#e2e8f0}.revamp-card p{color:#64748b;margin:0;font-size:.95rem;line-height:1.75}.revamp-eyebrow{color:#2563eb;background:#eff6ff;border-radius:999px;align-items:center;margin-bottom:14px;padding:6px 12px;font-size:.78rem;font-weight:800;display:inline-flex}.revamp-card--dark .revamp-eyebrow{color:#f8fafc;background:#ffffff14}.revamp-step-list{gap:16px;display:grid}.revamp-step{background:#fff;border:1px solid #e2e8f0;border-radius:22px;grid-template-columns:56px 1fr;align-items:start;gap:16px;padding:18px 18px 18px 14px;display:grid;box-shadow:0 12px 30px #0f172a0a}.revamp-step-num{color:#fff;background:linear-gradient(135deg,#ef4444,#f97316);border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;font-size:.92rem;font-weight:900;display:inline-flex}.revamp-step h3,.revamp-step h4{color:#0f172a;margin:0 0 6px;font-size:1rem;font-weight:800}.revamp-step p{color:#64748b;margin:0;font-size:.92rem;line-height:1.7}.revamp-model-family-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.revamp-model-family strong{color:#0f172a;margin-bottom:10px;font-size:1rem;font-weight:800;display:block}.revamp-model-family p{color:#334155;margin:0 0 8px}.revamp-model-family span{color:#64748b;font-size:.84rem;line-height:1.65}.revamp-chip-list{flex-wrap:wrap;gap:10px;display:flex}.revamp-chip{color:#1e3a8a;background:#fff;border:1px solid #dbeafe;border-radius:999px;align-items:center;padding:10px 14px;font-size:.84rem;font-weight:700;display:inline-flex;box-shadow:0 10px 24px #2563eb0f}.revamp-chip--soft{color:#334155;box-shadow:none;background:#f8fafc;border-color:#e2e8f0}.revamp-chip--link{cursor:pointer;text-decoration:none;transition:background .2s,border-color .2s,transform .15s}.revamp-chip--link:hover{background:#eff6ff;border-color:#93c5fd;transform:translateY(-1px)}.revamp-card--link{cursor:pointer;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .15s;display:block}.revamp-card--link:hover{border-color:#93c5fd;transform:translateY(-2px);box-shadow:0 20px 48px #2563eb1a}.revamp-card--link h3{color:#1e40af}.revamp-card--link p{color:#64748b}.revamp-list{color:#475569;margin:0;padding-left:18px}.revamp-list li{margin:0 0 10px;line-height:1.7}.revamp-columns{grid-template-columns:1.15fr .85fr;align-items:start;gap:24px;display:grid}.revamp-note{color:#854d0e;background:#fffbeb;border:1px solid #fde68a;border-radius:18px;margin-top:16px;padding:16px 18px;font-size:.9rem;line-height:1.7}.revamp-callout-tip{color:#0c4a6e;background:#f0f9ff;border:1px solid #bae6fd;border-radius:14px;align-items:flex-start;gap:10px;margin-top:20px;padding:14px 18px;font-size:.9rem;line-height:1.6;display:flex}.revamp-callout-tip span{flex-shrink:0;font-size:1.1rem}.revamp-callout-tip a{color:#0369a1;text-underline-offset:2px;font-weight:500;text-decoration:underline}.revamp-callout-tip a:hover{color:#0284c7}.revamp-cta-panel{color:#1e293b;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 50%,#f1f5f9 100%);border:1px solid #e2e8f0;border-radius:28px;justify-content:space-between;align-items:center;gap:24px;padding:28px 30px;display:flex;box-shadow:0 28px 60px #0f172a0f}.revamp-cta-panel h2,.revamp-cta-panel h3{color:#0f172a;margin:0 0 10px;font-size:1.6rem;font-weight:900}.revamp-cta-panel p{color:#475569;max-width:700px;margin:0;line-height:1.8}.revamp-cta-actions{flex-wrap:wrap;flex-shrink:0;gap:12px;display:flex}.revamp-faq-list{gap:16px;display:grid}.revamp-faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:22px;overflow:hidden;box-shadow:0 12px 32px #0f172a0a}.revamp-faq-item summary{cursor:pointer;color:#0f172a;padding:22px 24px;font-size:1rem;font-weight:800;list-style:none}.revamp-faq-item summary::-webkit-details-marker{display:none}.revamp-faq-answer{color:#64748b;padding:0 24px 22px;font-size:.94rem;line-height:1.8}.revamp-compare-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.revamp-compare-card ul{margin:0;padding-left:18px}.revamp-compare-card li{color:#475569;margin:0 0 10px;line-height:1.7}.revamp-compare-card--negative{background:linear-gradient(#fff,#fff7ed);border-color:#fed7aa}.revamp-compare-card--positive{background:linear-gradient(#f0fdf4,#fff);border-color:#bbf7d0}.revamp-compare-card--negative .revamp-eyebrow{color:#c2410c;background:#fff7ed}.revamp-compare-card--positive .revamp-eyebrow{color:#15803d;background:#dcfce7}.revamp-split{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.revamp-mini-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}@media (max-width:1024px){.revamp-grid,.revamp-mini-grid,.revamp-model-family-grid,.revamp-split,.revamp-compare-grid,.revamp-grid--2,.revamp-columns{grid-template-columns:1fr}.revamp-cta-panel{flex-direction:column;align-items:flex-start}}.pricing-plan-card{padding-top:48px;position:relative}.pricing-plan-badge{color:#fff;letter-spacing:.02em;background:linear-gradient(135deg,#f97316,#ef4444);border-radius:999px;padding:4px 12px;font-size:.72rem;font-weight:700;position:absolute;top:16px;right:16px}.pricing-plan-badge--blue{background:linear-gradient(135deg,#3b82f6,#6366f1)}.pricing-plan-card h3{margin-bottom:6px;font-size:1.4rem}.pricing-plan-tagline{font-weight:700;color:#1d4ed8!important;margin-bottom:12px!important;font-size:.88rem!important}.pricing-feature-list{list-style:none;margin-top:18px!important;padding-left:0!important}.pricing-feature-list li{border-bottom:1px solid #0000000a;align-items:center;gap:10px;padding:8px 0;display:flex}.pricing-feature-list li:last-child{border-bottom:none}.pricing-feature-icon{flex-shrink:0;font-size:1.1rem}.pricing-compare-table-wrap{border:1px solid #e2e8f0;border-radius:22px;overflow:hidden;box-shadow:0 12px 32px #0f172a0a}.pricing-compare-table{border-collapse:collapse;width:100%;font-size:.92rem}.pricing-compare-table thead{background:linear-gradient(135deg,#0f172a,#1e293b)}.pricing-compare-table th{color:#f1f5f9;text-align:left;padding:16px 20px;font-weight:700}.pricing-compare-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background .2s}.pricing-compare-table tbody tr:hover{background:#f8fafc}.pricing-compare-table tbody tr:last-child{border-bottom:none}.pricing-compare-table td{color:#334155;padding:14px 20px;line-height:1.6}.pricing-compare-table td:first-child{color:#0f172a;font-weight:700}.pricing-audience-card{transition:transform .25s,box-shadow .25s}.pricing-audience-card:hover{transform:translateY(-4px);box-shadow:0 20px 48px #0f172a14}.pricing-recommendation{color:#1d4ed8;background:#eff6ff;border-radius:999px;padding:4px 12px;font-size:.82rem;font-weight:700;display:inline-block;margin-bottom:8px!important}@media (max-width:768px){.pricing-compare-table-wrap{border-radius:14px}.pricing-compare-table th,.pricing-compare-table td{padding:10px 12px;font-size:.82rem}}.revamp-highlight-bar{grid-template-columns:repeat(4,1fr);gap:18px;padding:28px 0;display:grid}.revamp-highlight-item{background:linear-gradient(135deg,#eff6ff,#fff 70%);border:1px solid #dbeafe;border-radius:22px;flex-direction:column;align-items:center;gap:6px;padding:22px 16px;display:flex;box-shadow:0 12px 28px #2563eb0f}.revamp-highlight-item strong{color:#1d4ed8;font-size:1.8rem;font-weight:900;line-height:1.1}.revamp-highlight-item span{color:#64748b;font-size:.84rem;font-weight:600}.revamp-card-icon{margin-bottom:12px;font-size:1.8rem;line-height:1}.revamp-card-detail{color:#94a3b8;margin-top:10px;font-size:.82rem;line-height:1.6;display:block}.revamp-card--dark .revamp-card-detail{color:#f8fafc99}.revamp-step-sub{color:#2563eb;background:#eff6ff;border-radius:999px;margin-top:6px;padding:3px 10px;font-size:.72rem;font-weight:700;display:inline-block}@media (max-width:768px){.revamp-highlight-bar{grid-template-columns:repeat(2,1fr)}.revamp-page-main{padding:24px 0 72px}.revamp-section{padding:28px 0}.revamp-section-head h2{font-size:1.65rem}.revamp-card,.revamp-step,.revamp-faq-item summary,.revamp-faq-answer,.revamp-cta-panel{padding-left:20px;padding-right:20px}.revamp-hero-actions,.revamp-cta-actions{width:100%}.revamp-hero-actions .btn,.revamp-cta-actions .btn{justify-content:center;width:100%}}
@font-face{font-family:Material Symbols Outlined;font-style:normal;font-weight:400;font-display:block;src:url(../media/material-symbols-outlined.f4033559.woff2)format("woff2")}.material-symbols-outlined{letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-feature-settings:"liga";direction:ltr;font-family:Material Symbols Outlined;font-size:24px;font-style:normal;font-weight:400;line-height:1;display:inline-block}.ai-products-page{color:#0f172a;background:linear-gradient(#fff 0%,#fff7f7 34%,#f8fafc 100%);min-height:100vh;overflow:hidden}.ai-products-page,.ai-products-page *,.ai-products-page :before,.ai-products-page :after{box-sizing:border-box}.ai-products-page h1,.ai-products-page h2,.ai-products-page h3,.ai-products-page p,.ai-products-page ul{margin-bottom:0}.ai-products-page img,.ai-products-page svg{max-width:100%;display:block}.ai-products-hero{padding:88px 24px 16px;position:relative}.ai-products-heroGlow{z-index:0;background:#fecaca59;border-radius:50%;width:288px;height:288px;position:absolute;top:40px;left:50%;transform:translate(-50%)}.ai-products-heroInner,.ai-products-main{width:100%;max-width:72rem;margin-left:auto;margin-right:auto}.ai-products-heroInner{z-index:1;text-align:center;position:relative}.ai-products-heroTitle{color:#020617;letter-spacing:-.035em;margin-top:0;font-size:3rem;font-weight:900;line-height:1.18}.ai-products-heroAccent{color:#dc2626}.ai-products-heroDescription{color:#475569;max-width:42rem;margin:10px auto 0;font-size:1.125rem;line-height:2}.ai-products-main{padding:0 24px 64px}.ai-products-featured{background:#020617;border:1px solid #fee2e2;border-radius:28px;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);min-height:340px;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 80px #0f172a29}.ai-products-featuredGlow{z-index:0;pointer-events:none;background:#ef444440;border-radius:50%;width:320px;height:320px;position:absolute;top:-128px;left:-80px}.ai-products-featuredCardLink{z-index:2;border-radius:inherit;position:absolute;inset:0}.ai-products-featuredCardLink:focus-visible{outline-offset:-3px;outline:3px solid #fca5a5}.ai-products-featuredContent{z-index:3;pointer-events:none;flex-direction:column;justify-content:center;height:100%;padding:28px 36px;display:flex;position:relative}.ai-products-featuredHeader,.ai-products-featureItem,.ai-products-chatIdentity,.ai-products-chatHeader,.ai-products-chatPrompt,.ai-products-primaryAction,.ai-products-action{align-items:center;display:flex}.ai-products-featuredHeader>*+*,.ai-products-featureItem>*+*,.ai-products-chatIdentity>*+*,.ai-products-chatPrompt>*+*,.ai-products-primaryAction>*+*,.ai-products-action>*+*{margin-left:10px}.ai-products-featuredLogo{border-radius:16px}.ai-products-featuredBadge{color:#fecaca;letter-spacing:.08em;background:#ffffff1a;border:1px solid #ffffff26;border-radius:999px;padding:6px 12px;font-size:.75rem;font-weight:700}.ai-products-featuredTitle{color:#fff;margin-top:12px;font-size:1.875rem;font-weight:900;line-height:1.25}.ai-products-featuredTagline{color:#fca5a5;margin-top:6px;font-size:1.125rem;font-weight:600}.ai-products-featuredDescription{color:#cbd5e1;max-width:36rem;margin-top:8px;font-size:1rem;line-height:1.75}.ai-products-featureList{color:#e2e8f0;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px;padding:0;font-size:.875rem;list-style:none;display:grid}.ai-products-checkIcon{color:#f87171;flex:0 0 20px;width:20px;height:20px}.ai-products-featuredAction{z-index:3;pointer-events:auto;margin-top:auto;padding-top:10px;position:relative}.ai-products-primaryAction{color:#fff;background:#dc2626;border-radius:12px;justify-content:center;align-items:center;min-height:48px;padding:10px 20px;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 10px 15px #450a0a4d}.ai-products-primaryAction:hover{color:#fff}.ai-products-primaryAction svg,.ai-products-action svg,.ai-products-chatSend svg{flex:0 0 16px;width:16px;height:16px}.ai-products-primaryAction .material-symbols-outlined,.ai-products-action .material-symbols-outlined{flex:0 0 18px;width:18px;height:18px;font-size:18px;line-height:1}.ai-products-featuredVisual{background:radial-gradient(circle at 70% 20%,#f8717152,#0000 36%),linear-gradient(145deg,#1e293b,#0f172a);display:block;position:relative;overflow:hidden}.ai-products-chatPanel{background:#ffffff1a;border:1px solid #ffffff26;border-radius:24px;padding:20px;position:absolute;top:50%;left:36px;right:36px;transform:translateY(-50%);box-shadow:0 25px 50px #0000004d}@supports ((-webkit-backdrop-filter:blur(16px)) or (backdrop-filter:blur(16px))){.ai-products-chatPanel{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}}.ai-products-chatHeader{border-bottom:1px solid #ffffff1a;justify-content:space-between;padding-bottom:12px}.ai-products-chatLogo{border-radius:12px}.ai-products-chatName{color:#fff;font-size:.875rem;font-weight:700}.ai-products-chatStatusText{color:#94a3b8;font-size:.75rem}.ai-products-onlineDot{background:#34d399;border-radius:50%;width:10px;height:10px;box-shadow:0 0 14px #34d399}.ai-products-chatMessages{margin-top:14px}.ai-products-chatMessages>*+*{margin-top:12px}.ai-products-chatPrompt{margin-top:14px}.ai-products-userBubble,.ai-products-assistantBubble,.ai-products-chatPrompt{padding:10px 14px}.ai-products-userBubble{color:#fff;background:#ef4444e6;border-radius:16px 4px 16px 16px;width:80%;margin-left:auto}.ai-products-assistantBubble{color:#e2e8f0;background:#ffffff1a;border-radius:4px 16px 16px;width:92%}.ai-products-chatPrompt{color:#94a3b8;background:#02061759;border:1px solid #ffffff1a;border-radius:12px}.ai-products-chatSend{color:#fff;background:#dc2626;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;margin-left:auto;display:flex}.ai-products-moreSection{padding-top:24px}.ai-products-sectionHeader{flex-direction:row;justify-content:space-between;align-items:flex-end;display:flex}.ai-products-sectionTitle{color:#020617;letter-spacing:-.025em;margin-top:0;font-size:2.25rem;font-weight:900}.ai-products-sectionDescription{color:#475569;text-align:right;max-width:28rem;font-size:.875rem;line-height:1.75}.ai-products-productGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:14px;display:grid}.ai-products-productCard{background:#fff;border:1px solid #e2e8f0;border-radius:24px;grid-template-columns:minmax(0,1.15fr) minmax(180px,.85fr);min-width:0;min-height:280px;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 50px #0f172a12}.ai-products-productCardLink{z-index:2;border-radius:inherit;position:absolute;inset:0}.ai-products-productCardLink:focus-visible{outline-offset:-3px;outline:3px solid #dc2626}.ai-products-productContent{flex-direction:column;align-items:flex-start;min-width:0;padding:28px 12px 26px 28px;display:flex;position:relative}.ai-products-productEyebrow{letter-spacing:.04em;font-size:.875rem;font-weight:900}.ai-products-accentBlue{color:#1d4ed8}.ai-products-accentViolet{color:#6d28d9}.ai-products-accentTeal{color:#0f766e}.ai-products-accentOrange{color:#c2410c}.ai-products-surfaceBlue{background:linear-gradient(135deg,#eff6ff,#e0e7ffb3)}.ai-products-surfaceViolet{background:linear-gradient(135deg,#f5f3ff,#dbeafeb3)}.ai-products-surfaceTeal{background:linear-gradient(135deg,#ecfeff,#d1fae5b3)}.ai-products-surfaceOrange{background:linear-gradient(135deg,#fff7ed,#ffe4e6b3)}.ai-products-productName{color:#020617;margin-top:5px;font-size:1.5rem;font-weight:900}.ai-products-productTagline{color:#334155;margin-top:3px;font-weight:700}.ai-products-productDescription{color:#475569;flex:auto;margin-top:7px;font-size:.875rem;line-height:1.75}.ai-products-productAction{z-index:3;margin-top:auto;padding-top:8px;position:relative}.ai-products-action{color:#fff;background:linear-gradient(135deg,#ef4444,#f97316);border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;min-height:44px;padding:9px 14px;font-size:.75rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 4px 20px #ef444459}.ai-products-action:hover{color:#fff;border-color:#0000;transform:translateY(-2px);box-shadow:0 8px 30px #ef444473}.ai-products-productVisual{min-height:100%;position:relative;overflow:hidden}.ai-products-deployImage{object-fit:contain;padding:30px 18px}.ai-products-productImage{object-fit:contain;padding:34px 20px}@media (max-width:1023px){.ai-products-featured{grid-template-columns:1fr;min-height:0}.ai-products-featureList{grid-template-columns:repeat(2,minmax(0,1fr))}.ai-products-featuredVisual{min-height:360px}}@media (max-width:767px){.ai-products-hero{padding:96px 16px 20px}.ai-products-heroTitle{font-size:2.25rem}.ai-products-heroDescription{font-size:1rem}.ai-products-main{padding:0 16px 40px}.ai-products-moreSection{padding-top:48px}.ai-products-sectionHeader{flex-direction:column;align-items:flex-start}.ai-products-sectionDescription{text-align:left;margin-top:8px}.ai-products-productGrid{grid-template-columns:1fr}.ai-products-featuredContent{padding:28px}.ai-products-productCard{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}}@media (max-width:639px){.ai-products-featured{min-height:0}.ai-products-featuredContent{padding:28px}.ai-products-featureList{grid-template-columns:1fr}.ai-products-productCard{grid-template-columns:minmax(0,1.2fr) minmax(106px,.8fr);min-height:230px}.ai-products-productContent{padding:24px}}@media (max-width:374px){.ai-products-hero,.ai-products-main{padding-left:12px;padding-right:12px}.ai-products-featuredContent,.ai-products-productContent{padding:22px}}@media (prefers-reduced-motion:reduce){.ai-products-page *,.ai-products-page :before,.ai-products-page :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@supports not (display:grid){.ai-products-featured,.ai-products-productGrid,.ai-products-productCard,.ai-products-featureList{display:block}.ai-products-featuredVisual{min-height:360px}.ai-products-productCard+.ai-products-productCard{margin-top:24px}}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.ai-products-chatPanel{background:#1e293bf5}}
