@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;min-width:320px;min-height:100vh;width:100%}#root{width:100%}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #1a56db;--primary-dark: #1344b5;--gold: #d4a017;--gold-light: #f5c842;--text: #111827;--text-muted: #6b7280;--bg: #ffffff;--bg-light: #f9fafb;--border: #e5e7eb;--green: #16a34a;--radius: 10px;--shadow: 0 2px 12px rgba(0,0,0,.08);--shadow-md: 0 4px 24px rgba(0,0,0,.12)}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:Inter,system-ui,sans-serif;color:var(--text);background:var(--bg);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}.root{overflow-x:hidden;max-width:100vw}.fade-section{opacity:1;transform:none}.btn{display:inline-flex;align-items:center;gap:6px;padding:12px 24px;border-radius:var(--radius);font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;border:2px solid transparent;transition:background .2s,color .2s,border-color .2s;white-space:nowrap}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.btn-outline{background:transparent;color:var(--primary);border-color:var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}.btn-outline-light{background:transparent;color:#fff;border-color:#fff9}.btn-outline-light:hover{background:#ffffff26}.btn-sm{padding:8px 16px;font-size:14px}.btn-lg{padding:15px 32px;font-size:16px}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between;background:transparent;transition:background .25s,box-shadow .25s}.nav.scrolled{background:#fffffff7;box-shadow:0 1px 0 var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.logo{display:flex;align-items:center;gap:8px;font-size:17px;font-weight:700;color:#fff;text-decoration:none}.nav.scrolled .logo{color:var(--text)}.logo-img{width:28px;height:28px;border-radius:6px;object-fit:cover}.logo-sub{font-weight:400;font-size:13px;opacity:.7}.nav-links{display:flex;align-items:center;gap:28px}.nav-links a{color:#ffffffd9;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s}.nav.scrolled .nav-links a{color:var(--text-muted)}.nav-links a:hover{color:#fff}.nav.scrolled .nav-links a:hover{color:var(--text)}.nav-cta{background:var(--primary)!important;color:#fff!important;padding:8px 18px;border-radius:8px}.nav-cta:hover{background:var(--primary-dark)!important}.burger{display:none;background:none;border:none;cursor:pointer;font-size:22px;color:#fff}.nav.scrolled .burger{color:var(--text)}@media(max-width:768px){.burger{display:block}.nav-links{display:none;position:fixed;top:64px;left:0;right:0;background:#fff;flex-direction:column;padding:20px 24px;gap:16px;box-shadow:var(--shadow)}.nav-links.open{display:flex}.nav-links a{color:var(--text-muted)!important;font-size:16px}.nav-cta{width:100%;justify-content:center}}.hero{background:linear-gradient(135deg,#0f172a,#1e3a5f);padding:120px 48px 100px;display:flex;align-items:center;overflow:hidden;width:100%}.hero-inner{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:center;width:100%}.hero-badge{display:inline-block;background:#ffffff1a;color:#fffc;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:500;margin-bottom:20px;border:1px solid rgba(255,255,255,.15)}.hero-h1{font-size:46px;font-weight:800;color:#fff;line-height:1.15;margin-bottom:20px;letter-spacing:-.5px}.hero-accent{color:var(--gold-light)}.hero-sub{color:#ffffffbf;font-size:17px;line-height:1.65;margin-bottom:28px}.hero-sub strong{color:#fff}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}.hero-checks{display:flex;flex-wrap:wrap;gap:10px}.hero-checks span{color:#ffffffb3;font-size:13px;background:#ffffff12;padding:5px 12px;border-radius:20px}@media(max-width:900px){.hero-inner{grid-template-columns:1fr}.hero-h1{font-size:34px}.hero-demo{display:none}}.stats-bar{background:var(--primary);display:grid;grid-template-columns:repeat(4,1fr)}.stat{padding:28px 20px;text-align:center;border-right:1px solid rgba(255,255,255,.15)}.stat:last-child{border-right:none}.stat-n{font-size:28px;font-weight:800;color:#fff}.stat-l{font-size:13px;color:#ffffffbf;margin-top:4px}@media(max-width:600px){.stats-bar{grid-template-columns:repeat(2,1fr)}.stat:nth-child(2){border-right:none}.stat{border-bottom:1px solid rgba(255,255,255,.15)}}.section{padding:80px 24px}.section-light{background:var(--bg-light)}.sec-wrap{max-width:1100px;margin:0 auto}.sec-label{font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--primary);margin-bottom:12px}.sec-label--gold{color:var(--gold)}.sec-label--light{color:#ffffffb3}.sec-h2{font-size:34px;font-weight:800;line-height:1.2;letter-spacing:-.3px;margin-bottom:20px}.sec-p{color:var(--text-muted);font-size:16px;line-height:1.7;margin-bottom:16px}.sec-p strong{color:var(--text)}.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:36px}.problem-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:20px}.problem-flag{font-size:24px;margin-bottom:10px}.problem-msg{font-size:14px;font-style:italic;color:var(--text);margin-bottom:8px}.problem-time{font-size:13px;color:var(--text-muted);margin-bottom:8px}.problem-noreply{color:#dc2626;font-weight:600}.problem-lost{font-size:13px;font-weight:700;color:#dc2626;background:#fef2f2;padding:4px 10px;border-radius:20px;display:inline-block}@media(max-width:768px){.problem-grid{grid-template-columns:repeat(2,1fr)}}.solution-hint{margin-top:32px}.solution-hint-inner{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--radius);padding:20px 24px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.solution-hint-icon{font-size:28px}.demo-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-top:40px}.demo-right h3{font-size:22px;font-weight:700;margin-bottom:20px}.demo-list{list-style:none;display:flex;flex-direction:column;gap:14px;margin-bottom:28px}.demo-list li{display:flex;gap:12px;align-items:flex-start;font-size:15px;color:var(--text-muted)}.demo-list li span:first-child{font-size:18px;flex-shrink:0}@media(max-width:900px){.demo-grid{grid-template-columns:1fr}}.wp-wrap{display:flex;justify-content:center}.wp-phone{width:320px;background:#fff;border-radius:16px;box-shadow:var(--shadow-md);border:1px solid var(--border);overflow:hidden}.wp-header{background:#075e54;padding:14px 16px;display:flex;align-items:center;gap:10px}.wp-av{width:36px;height:36px;border-radius:50%;background:#128c7e;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px;flex-shrink:0}.wp-name{color:#fff;font-weight:600;font-size:14px}.wp-sub{color:#fffc;font-size:12px}.wp-body{background:#ece5dd url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Ccircle cx='20' cy='20' r='1' fill='rgba(0,0,0,.05)'/%3E%3C/svg%3E");padding:16px;min-height:220px;display:flex;flex-direction:column;gap:8px}.wp-date{text-align:center;font-size:11px;color:#667781;background:#ffffffb3;padding:3px 10px;border-radius:10px;align-self:center;margin-bottom:4px}.wp-msg{max-width:80%;padding:8px 12px;border-radius:8px;font-size:13px;line-height:1.5;position:relative}.wp-msg--in{background:#fff;align-self:flex-start;border-bottom-left-radius:2px}.wp-msg--out{background:#dcf8c6;align-self:flex-end;border-bottom-right-radius:2px}.wp-time{display:block;font-size:10px;color:#8696a0;text-align:right;margin-top:2px}.wp-typing{display:flex;gap:4px;padding:10px 14px;background:#fff;border-radius:8px;align-self:flex-start;width:56px}.wp-typing span{width:6px;height:6px;background:#8696a0;border-radius:50%;animation:dot .9s infinite}.wp-typing span:nth-child(2){animation-delay:.2s}.wp-typing span:nth-child(3){animation-delay:.4s}@keyframes dot{0%,80%,to{opacity:.2;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.wp-footer{background:#f0f2f5;padding:8px 14px;font-size:11px;color:#667781;text-align:center;border-top:1px solid var(--border)}.ia2030-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.ia-boxes{display:flex;flex-direction:column;gap:14px;margin:28px 0}.ia-box{display:flex;gap:14px;align-items:flex-start;background:var(--bg-light);padding:16px;border-radius:var(--radius);border:1px solid var(--border)}.ia-icon{font-size:22px;flex-shrink:0}.ia-title{font-weight:600;font-size:15px;margin-bottom:4px}.ia-desc{font-size:13px;color:var(--text-muted)}.ia-card{background:linear-gradient(135deg,#0f172a,#1e3a5f);border-radius:16px;padding:32px;color:#fff;text-align:center}.ia-card-flag{font-size:48px;margin-bottom:12px}.ia-card-title{font-size:22px;font-weight:800;margin-bottom:6px}.ia-card-sub{color:#ffffffa6;font-size:13px;margin-bottom:24px}.ia-card-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px;padding:20px 0;border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}.ia-card-stats span{display:block;font-size:22px;font-weight:800;color:var(--gold-light)}.ia-card-stats p{font-size:12px;color:#fff9;margin-top:4px}.ia-card-tag{background:#ffffff1a;border-radius:8px;padding:10px 16px;font-size:13px;color:#fffc}@media(max-width:900px){.ia2030-grid{grid-template-columns:1fr}}.sol-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:40px}.sol-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:28px;height:100%}.sol-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.sol-icon{font-size:28px}.sol-num{font-size:13px;font-weight:700;color:var(--text-muted);background:var(--bg-light);padding:4px 10px;border-radius:20px}.sol-tag{font-size:12px;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.sol-title{font-size:18px;font-weight:700;margin-bottom:10px}.sol-desc{font-size:14px;color:var(--text-muted);line-height:1.65;margin-bottom:16px}.sol-list{list-style:none;display:flex;flex-direction:column;gap:6px}.sol-list li{font-size:13px;color:var(--text-muted);padding-left:4px}@media(max-width:700px){.sol-grid{grid-template-columns:1fr}}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.about-tags span{background:var(--bg-light);border:1px solid var(--border);padding:7px 14px;border-radius:20px;font-size:13px;font-weight:500}.about-stats{display:grid;grid-template-columns:1fr 1fr;gap:20px}.about-stat{background:var(--bg-light);border:1px solid var(--border);border-radius:var(--radius);padding:24px;text-align:center}.about-n{font-size:32px;font-weight:800;color:var(--primary)}.about-l{font-size:13px;color:var(--text-muted);margin-top:6px}@media(max-width:900px){.about-grid{grid-template-columns:1fr}}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}.testi-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:24px}.testi-stars{color:#f59e0b;font-size:14px;margin-bottom:12px}.testi-text{font-size:14px;color:var(--text-muted);line-height:1.65;margin-bottom:16px;font-style:italic}.testi-author{display:flex;align-items:center;gap:12px}.testi-av{width:38px;height:38px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;flex-shrink:0}.testi-name{font-weight:600;font-size:14px}.testi-role{font-size:12px;color:var(--text-muted)}@media(max-width:900px){.testi-grid{grid-template-columns:1fr}}.final{background:linear-gradient(135deg,#0f172a,#1e3a5f);padding:80px 24px;text-align:center}.final-inner{max-width:680px;margin:0 auto}.final-h2{font-size:38px;font-weight:800;color:#fff;line-height:1.2;margin-bottom:16px}.final-p{color:#ffffffb3;font-size:16px;line-height:1.65;margin-bottom:32px}.final-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:28px}.final-trust{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.final-trust span{color:#fff9;font-size:13px}.footer{background:#0a0f1c;padding:40px 24px 0}.footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:24px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand p{color:#fff6;font-size:13px;margin-top:8px}.footer-links{display:flex;flex-wrap:wrap;gap:20px}.footer-links a{color:#ffffff80;font-size:14px;text-decoration:none}.footer-links a:hover{color:#fffc}.footer-copy{text-align:center;color:#ffffff4d;font-size:12px;padding:16px 0}
