*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#07090f;--bg2:#0d1120;--bg3:#121828;--border:#6366f12e;--primary:#6366f1;--primary-h:#818cf8;--cyan:#06b6d4;--cyan-h:#22d3ee;--text:#f1f5f9;--muted:#94a3b8;--muted2:#64748b;--radius:12px;--radius-lg:20px;--shadow:0 4px 32px #00000073;--glow:0 0 40px #6366f140}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}h1{letter-spacing:-.03em;font-size:max(2.4rem,min(5vw,4rem));font-weight:800;line-height:1.1}h2{letter-spacing:-.025em;font-size:max(1.8rem,min(3.5vw,2.6rem));font-weight:700;line-height:1.2}h3{letter-spacing:-.01em;font-size:1.15rem;font-weight:600}.container{max-width:1140px;margin:0 auto;padding:0 24px}.section{padding:96px 0}.grad{background:linear-gradient(135deg,var(--primary-h)0%,var(--cyan)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn{border-radius:var(--radius);border:none;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:600;transition:transform .15s,box-shadow .15s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-primary{background:linear-gradient(135deg,var(--primary)0%,#4f46e5 100%);color:#fff;box-shadow:0 4px 20px #6366f173}.btn-primary:hover{box-shadow:0 8px 30px #6366f199}.btn-outline{color:var(--text);border:1.5px solid var(--border);background:0 0}.btn-outline:hover{border-color:var(--primary);color:var(--primary-h)}.btn-lg{border-radius:14px;padding:18px 36px;font-size:1.05rem}.nav{z-index:100;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--border);background:#07090fd1;padding:0 24px;position:fixed;top:0;left:0;right:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1140px;height:64px;margin:0 auto;display:flex}.nav-logo{align-items:center;gap:10px;font-size:1.15rem;font-weight:700;display:flex}.nav-logo-icon{background:linear-gradient(135deg,var(--primary)0%,var(--cyan)100%);color:#fff;letter-spacing:-.03em;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:.8rem;font-weight:900;display:flex}.nav-right{align-items:center;gap:12px;display:flex}.lang-toggle{background:var(--bg3);border:1.5px solid var(--border);border-radius:8px;align-items:center;display:flex;overflow:hidden}.lang-btn{color:var(--muted);background:0 0;border:none;padding:6px 12px;font-size:.8rem;font-weight:600;transition:background .15s,color .15s}.lang-btn.active{background:var(--primary);color:#fff}.hero{background:radial-gradient(70% 50% at 60% 40%,#6366f11f 0%,#0000 70%),radial-gradient(50% 40% at 20% 80%,#06b6d414 0%,#0000 60%);padding:160px 0 96px}.hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}@media (max-width:860px){.hero-inner{grid-template-columns:1fr;gap:48px}.hero-visual{order:-1}}.hero-badge{color:var(--primary-h);background:#6366f11f;border:1px solid #6366f14d;border-radius:99px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 14px;font-size:.8rem;font-weight:600;display:inline-flex}.badge-dot{background:var(--cyan);width:7px;height:7px;box-shadow:0 0 6px var(--cyan);border-radius:50%;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-title{margin-bottom:24px}.hero-sub{color:var(--muted);max-width:520px;margin-bottom:36px;font-size:1.1rem;line-height:1.75}.hero-cta{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.hero-note{color:var(--muted2);margin-top:16px;font-size:.8rem}.hero-visual{justify-content:center;align-items:center;display:flex}.voice-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:440px;box-shadow:var(--shadow),var(--glow);padding:32px}.voice-header{align-items:center;gap:12px;margin-bottom:28px;display:flex}.voice-avatar{background:linear-gradient(135deg,var(--primary),var(--cyan));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;display:flex}.voice-info .voice-name{font-size:.9rem;font-weight:600}.voice-status{color:var(--cyan);align-items:center;gap:5px;margin-top:2px;font-size:.75rem;display:flex}.voice-status-dot{background:var(--cyan);border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite pulse}.waveform{justify-content:center;align-items:center;gap:3px;height:56px;margin-bottom:28px;display:flex}.wave-bar{background:linear-gradient(to top,var(--primary),var(--cyan));border-radius:2px;width:4px;animation:1.4s ease-in-out infinite wave}.wave-bar:first-child{height:16px;animation-delay:0s}.wave-bar:nth-child(2){height:28px;animation-delay:.1s}.wave-bar:nth-child(3){height:40px;animation-delay:.2s}.wave-bar:nth-child(4){height:52px;animation-delay:.3s}.wave-bar:nth-child(5){height:44px;animation-delay:.4s}.wave-bar:nth-child(6){height:36px;animation-delay:.3s}.wave-bar:nth-child(7){height:48px;animation-delay:.2s}.wave-bar:nth-child(8){height:56px;animation-delay:.1s}.wave-bar:nth-child(9){height:48px;animation-delay:.2s}.wave-bar:nth-child(10){height:36px;animation-delay:.3s}.wave-bar:nth-child(11){height:44px;animation-delay:.4s}.wave-bar:nth-child(12){height:52px;animation-delay:.3s}.wave-bar:nth-child(13){height:40px;animation-delay:.2s}.wave-bar:nth-child(14){height:28px;animation-delay:.1s}.wave-bar:nth-child(15){height:16px;animation-delay:0s}@keyframes wave{0%,to{opacity:.8;transform:scaleY(1)}50%{opacity:.45;transform:scaleY(.35)}}.voice-bubble{background:var(--bg3);border:1px solid var(--border);color:var(--muted);border-radius:12px;margin-bottom:10px;padding:14px 16px;font-size:.88rem;line-height:1.55}.voice-bubble.ai-bubble{color:var(--text);background:#6366f11a;border-color:#6366f140}.voice-bubble .bubble-role{color:var(--muted2);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-size:.72rem;font-weight:600;display:block}.voice-metrics{grid-template-columns:1fr 1fr 1fr;gap:10px;margin-top:20px;display:grid}.metric{background:var(--bg3);border:1px solid var(--border);text-align:center;border-radius:10px;padding:12px}.metric-val{color:var(--primary-h);font-size:1.05rem;font-weight:700}.metric-lbl{color:var(--muted2);margin-top:2px;font-size:.68rem}.section-header{text-align:center;max-width:640px;margin:0 auto 64px}.section-tag{color:var(--cyan);text-transform:uppercase;letter-spacing:.1em;background:#06b6d41a;border:1px solid #06b6d440;border-radius:99px;margin-bottom:16px;padding:5px 14px;font-size:.75rem;font-weight:700;display:inline-block}.section-sub{color:var(--muted);margin-top:14px;font-size:1.05rem;line-height:1.7}.problem-grid{grid-template-columns:1fr 1fr;align-items:center;gap:40px;display:grid}@media (max-width:768px){.problem-grid{grid-template-columns:1fr}}.problem-list{flex-direction:column;gap:16px;display:flex}.problem-item{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);align-items:flex-start;gap:14px;padding:18px;display:flex}.problem-icon{flex-shrink:0;margin-top:2px;font-size:1.4rem}.problem-text h3{margin-bottom:4px;font-size:1rem}.problem-text p{color:var(--muted);font-size:.88rem}.solution-card{background:var(--bg2);border-radius:var(--radius-lg);box-shadow:var(--glow);border:1px solid #6366f159;padding:36px}.solution-card h2{margin-bottom:16px}.solution-card p{color:var(--muted);margin-bottom:24px;line-height:1.75}.solution-points{flex-direction:column;gap:12px;display:flex}.solution-point{align-items:flex-start;gap:10px;font-size:.92rem;display:flex}.check{color:var(--cyan);flex-shrink:0;margin-top:2px}.features-bg{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.features-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (max-width:900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.features-grid{grid-template-columns:1fr}}.feature-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;transition:border-color .2s,transform .2s,box-shadow .2s}.feature-card:hover{border-color:#6366f166;transform:translateY(-4px);box-shadow:0 12px 40px #6366f126}.feature-icon{background:#6366f11f;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:18px;font-size:1.4rem;display:flex}.feature-card h3{margin-bottom:10px}.feature-card p{color:var(--muted);font-size:.9rem;line-height:1.65}.steps{grid-template-columns:repeat(3,1fr);gap:32px;display:grid;position:relative}@media (max-width:760px){.steps{grid-template-columns:1fr}}.steps:before{content:"";background:linear-gradient(90deg,var(--primary),var(--cyan));opacity:.3;height:1px;position:absolute;top:32px;left:calc(16.66% + 16px);right:calc(16.66% + 16px)}@media (max-width:760px){.steps:before{display:none}}.step{text-align:center}.step-num{background:linear-gradient(135deg,var(--primary),var(--cyan));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;font-size:1.25rem;font-weight:800;display:flex;box-shadow:0 4px 20px #6366f166}.step h3{margin-bottom:10px}.step p{color:var(--muted);font-size:.9rem;line-height:1.65}.usecases-bg{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.cases-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}@media (max-width:640px){.cases-grid{grid-template-columns:1fr}}.case-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;transition:border-color .2s,transform .2s}.case-card:hover{border-color:#06b6d459;transform:translateY(-3px)}.case-tag{text-transform:uppercase;letter-spacing:.08em;color:var(--cyan);background:#06b6d41a;border-radius:6px;margin-bottom:14px;padding:4px 10px;font-size:.72rem;font-weight:700;display:inline-block}.case-card h3{margin-bottom:10px;font-size:1.05rem}.case-card p{color:var(--muted);font-size:.88rem;line-height:1.65}.platform-block{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:24px;padding:36px}.platform-label{text-transform:uppercase;letter-spacing:.1em;color:var(--primary-h);margin-bottom:24px;font-size:.72rem;font-weight:700}.platform-row{grid-template-columns:1fr 1fr;align-items:center;gap:40px;display:grid}.platform-row-reverse{direction:rtl}.platform-row-reverse>*{direction:ltr}@media (max-width:760px){.platform-row,.platform-row-reverse{direction:ltr;grid-template-columns:1fr}}.platform-copy h3{margin-bottom:12px;font-size:1.3rem;line-height:1.3}.platform-copy p{color:var(--muted);font-size:.9rem;line-height:1.7}.rag-note{color:var(--muted2)!important;margin-top:10px!important;font-size:.8rem!important}.scenario-examples{flex-direction:column;gap:12px;display:flex}.scenario-example{background:var(--bg2);border:1px solid var(--border);border-radius:10px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.scenario-num{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:.72rem;font-weight:700;display:flex}.scenario-text{color:var(--muted);font-size:.85rem;font-style:italic;line-height:1.55}.cloud-sources{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;position:relative}.cloud-source{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:12px 0;display:flex}.cloud-source:last-of-type{border-bottom:none}.cloud-icon{font-size:1.2rem}.cloud-name{flex:1;font-size:.9rem;font-weight:600}.cloud-check{color:var(--cyan);font-weight:700}.rag-badge{background:linear-gradient(135deg,var(--primary),var(--cyan));color:#fff;letter-spacing:.08em;border-radius:99px;padding:4px 12px;font-size:.72rem;font-weight:800;position:absolute;top:-12px;right:20px}.api-actions{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (max-width:760px){.api-actions{grid-template-columns:1fr}}.api-action{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);align-items:flex-start;gap:14px;padding:20px;transition:border-color .2s,transform .2s;display:flex}.api-action:hover{border-color:#6366f159;transform:translateY(-2px)}.api-action-icon{background:#6366f11a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;display:flex}.api-action h3{margin-bottom:6px;font-size:.95rem}.api-action p{color:var(--muted);font-size:.83rem;line-height:1.55}.stats-row{text-align:center;grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (max-width:640px){.stats-row{grid-template-columns:repeat(2,1fr)}}.stat-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 16px}.stat-val{margin-bottom:6px;font-size:2.2rem;font-weight:800}.stat-lbl{color:var(--muted);font-size:.85rem}.form-section{background:radial-gradient(ellipse 60% 60% at 50% 50%,#6366f11a 0%,transparent 70%),var(--bg)}.form-wrap{background:var(--bg2);border-radius:var(--radius-lg);max-width:680px;box-shadow:var(--shadow),var(--glow);border:1px solid #6366f14d;margin:0 auto;padding:48px}@media (max-width:600px){.form-wrap{padding:28px 20px}}.form-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (max-width:500px){.form-grid{grid-template-columns:1fr}}.form-full{grid-column:1/-1}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:var(--muted);font-size:.82rem;font-weight:600}.form-input,.form-select,.form-textarea{background:var(--bg3);border:1.5px solid var(--border);color:var(--text);border-radius:10px;width:100%;padding:12px 14px;font-family:inherit;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #6366f126}.form-input::placeholder,.form-textarea::placeholder{color:var(--muted2)}.form-select option{background:var(--bg3)}.form-textarea{resize:vertical;min-height:100px}.form-submit{justify-content:center;width:100%;margin-top:8px}.form-success{text-align:center;color:var(--cyan);margin-top:16px;padding:16px;font-size:1rem;font-weight:600}.form-error{text-align:center;color:#f87171;background:#f8717114;border:1px solid #f8717140;border-radius:10px;margin-top:12px;padding:14px 16px;font-size:.9rem;font-weight:500}.footer{border-top:1px solid var(--border);padding:40px 0 24px}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;display:flex}.footer-links{flex-wrap:wrap;gap:24px;display:flex}.footer-links a{color:var(--muted);font-size:.85rem;transition:color .15s}.footer-links a:hover{color:var(--primary-h)}.footer-link-button{font:inherit;color:var(--muted);background:0 0;border:none;padding:0;font-size:.85rem;transition:color .15s}.footer-link-button:hover{color:var(--primary-h)}.footer-copy{text-align:center;color:var(--muted2);border-top:1px solid var(--border);padding-top:20px;font-size:.8rem}.cookie-banner{z-index:120;max-width:980px;box-shadow:var(--shadow),var(--glow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0d1120f5;border:1px solid #6366f152;border-radius:18px;justify-content:space-between;align-items:center;gap:24px;margin:0 auto;padding:22px 24px;display:flex;position:fixed;bottom:24px;left:24px;right:24px}.cookie-banner-copy{max-width:620px}.cookie-banner-copy strong{margin-bottom:6px;font-size:1rem;display:block}.cookie-banner-copy p{color:var(--muted);font-size:.9rem;line-height:1.65}.cookie-banner-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.cookie-btn{justify-content:center;min-width:180px}@media (max-width:760px){.cookie-banner{flex-direction:column;align-items:stretch;padding:20px;bottom:16px;left:16px;right:16px}.cookie-banner-actions{width:100%}.cookie-btn{width:100%;min-width:0}}