@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
  --content-max-width: 1200px;
}

*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Inter',sans-serif;background:#fff;color:#111827;font-weight:400;}

/* NAV */
nav{display:flex;align-items:center;justify-content:space-between;padding:20px 48px;max-width:var(--content-max-width);margin:0 auto}
.logo{font-size:22px;font-weight:700;letter-spacing:3px;color:#0000F4}
.logo a{text-decoration: none;}
.logo a:visited, .logo a:active{text-decoration: none; color:#0000F4;}
.nav-center{display:flex;align-items:center;gap:36px;}
.nav-center a{text-decoration:none;color:#111827;font-size:14px;font-weight:500}
.nav-center a:hover{color:#0000F4}
.nav-right{display:flex;align-items:center;gap:24px}
.nav-right a{text-decoration:none;color:#111827;font-size:14px;font-weight:500;transition:color .2s}
.nav-right a:hover{color:#0000F4}
.btn-outline{border:1.5px solid #ddd;padding:10px 16px;border-radius:8px;background:#fff;transition:all .2s}
.btn-outline:hover{border-color:#0000F4;color:#0000F4}

/* HERO */
.hero{max-width:var(--content-max-width);margin:0 auto;padding:64px 48px 48px}
.hero h1{font-size:64px;font-weight:500;line-height:1.05;letter-spacing:-.03em;color:#111827;margin-bottom:8px}
.hero h1 span{color:#0000F4}
.hero-desc{margin-top:24px;max-width:600px}
.hero-desc p{font-size:17px;color:#666;line-height:1.7;margin-bottom:32px}
.btn-primary{background:#0000F4;color:#fff;border:none;padding:16px 40px;border-radius:12px;font-size:15px;font-weight:500;cursor:pointer;font-family:inherit;transition:background .2s}
.btn-primary:hover{background:#0000cc}

/* TABS */
.visual{max-width:var(--content-max-width);margin:0 auto;padding:0 48px 60px}
.visual-box{border-radius:16px;overflow:hidden;background:#fff;border:1px solid #e8e9ec}
.tabs-bar{display:flex;border-bottom:1px solid #e8e9ec;background:#fafbfc}
.tab-btn{display:flex;align-items:center;gap:8px;padding:16px 28px;font-size:14px;font-weight:500;color:#AAB2C5;cursor:pointer;border:none;background:none;border-bottom:2px solid transparent;transition:all .2s;white-space:nowrap;font-family:inherit;flex:1;justify-content: center; position: relative;}
.tab-btn.disabled{color:#AAB2C555;}
.tab-btn:hover{color:#111827}
.tab-btn.disabled:hover{color:#AAB2C555}
.tab-btn.active{color:#0000F4;border-bottom-color:#0000F4;background:#fff}
.tab-btn svg{width:20px;height:20px;flex-shrink:0}
.tab-content{display:flex;height:420px}
.tab-left{flex:1;padding:40px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid #e8e9ec;overflow:hidden}
.tab-left h3{font-size:28px;font-weight:500;line-height:1.15;letter-spacing:-.02em;color:#111827;margin-bottom:16px;min-height:33px}
.tab-left .sub{font-size:15px;color:#666;line-height:1.7;margin-bottom:28px;max-width:400px;min-height:78px}
.bullets{display:flex;flex-direction:column}
.bullet{display:flex;align-items:center;gap:10px;height:38px}
.bullet-dot{width:6px;height:6px;border-radius:50%;background:#0000F4;flex-shrink:0}
.bullet span{font-size:14px;font-weight:500;color:#111827}
.tab-right{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;background:#fafbfc;overflow:hidden}
.voice-anim{position:relative;width:200px;height:200px;display:flex;align-items:center;justify-content:center;margin-bottom:32px}
.ring{position:absolute;border-radius:50%;border:1.5px solid rgba(0,0,244,.12);animation:pulse 3s ease-in-out infinite}
.ring:nth-child(1){width:80px;height:80px;animation-delay:0s}
.ring:nth-child(2){width:120px;height:120px;animation-delay:.4s}
.ring:nth-child(3){width:160px;height:160px;animation-delay:.8s}
.ring:nth-child(4){width:200px;height:200px;animation-delay:1.2s}
@keyframes pulse{0%,100%{transform:scale(.95);opacity:.3}50%{transform:scale(1.05);opacity:1}}
.mic-circle{width:56px;height:56px;border-radius:50%;background:#0000F4;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px rgba(0,0,244,.3);z-index:1}
.mic-circle svg{width:24px;height:24px}
.btn-dark{background:#0000F4;color:#fff;border:none;padding:16px 40px;border-radius:12px;font-size:15px;font-weight:500;cursor:pointer;font-family:inherit;transition:all .2s}
.btn-dark:hover{background:#0000cc}
.btn-dark:disabled{opacity:.6;cursor:not-allowed}
.demo-form{width:100%;max-width:380px;padding:4px 0}
.demo-field{margin-bottom:16px}
.demo-field label{display:block;font-weight:600;color:#0a1551;margin-bottom:4px;font-size:.9rem}
.demo-field input{width:100%;padding:10px 0;border:none;border-bottom:2px solid #0a1551;background:transparent;font-size:.9rem;font-family:inherit;outline:none;transition:border-color .2s}
.demo-field input:focus{border-bottom-color:#0000F4}
.demo-field input::placeholder{color:#9ca3af;font-size:.85rem}
.tag {
  display: block;
  position: absolute;
  right: 0;
  transform: rotate(45deg);
  color: #0000F4cc;
  font-size: 10px;
  top: 14px;
}

/* DEMO FORM */
.demo-form{display:flex;flex-direction:column;width:100%;max-width:340px;margin:0 auto;justify-content:center;height:100%}
.demo-form h4{font-size:20px;font-weight:600;color:#081A5C;margin-bottom:32px}
.demo-fields{display:flex;flex-direction:column;gap:24px}
.field label{display:block;font-size:14px;font-weight:500;color:#081A5C;margin-bottom:6px}
.field input{width:100%;border:none;border-bottom:1.5px solid #081A5C;padding:8px 0;font-size:15px;font-family:inherit;color:#081A5C;background:transparent;outline:none;transition:border-color .2s}
.field input::placeholder{color:#AAB2C5}
.field input:focus{border-bottom-color:#0000F4}
.btn-submit{background:#0000F4;color:#fff;border:none;padding:14px 32px;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;width:100%;margin-top:12px;font-family:inherit;transition:background .2s}
.btn-submit:hover{background:#0000cc}

/* RESULTS */
.results{max-width:var(--content-max-width);margin:0 auto;padding:60px 48px 80px}
.results h2{font-size:48px;font-weight:500;line-height:1.08;max-width:800px;margin-bottom:48px;letter-spacing:-.03em;color:#111827}
.stats{display:grid;grid-template-columns:repeat(4,1fr)}
.stat{padding:32px 0 32px 24px;display:flex;flex-direction:column;border-left:1px solid #e0e0e0}
.stat:first-child{border-left:none;padding-left:0}
.stat-label{font-size:14px;color:#888;line-height:1.4;height:40px}
.stat-num{font-size:44px;font-weight:500;letter-spacing:-.03em;color:#111827;font-feature-settings:"tnum" 1,"zero" 1;margin-top:24px}

/* COMPARISON */
.comparison{max-width:var(--content-max-width);margin:0 auto;padding:0 48px 80px}
.comp-top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px;gap:60px}
.comp-top h2{font-size:48px;font-weight:500;line-height:1.08;letter-spacing:-.03em;color:#111827}
.comp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card{border-radius:16px;padding:32px;display:flex;flex-direction:column;min-height:480px;border:1px solid #e8e9ec;background:#f7f8fa}
.card.dark{background:#081A5C;border-color:#081A5C;color:#fff}
.card-label{font-size:13px;font-weight:500;color:#AAB2C5;margin-bottom:24px}
.card.dark .card-label{color:rgba(255,255,255,.5)}
.card-title{font-size:24px;font-weight:600;color:#111827;margin-bottom:8px;letter-spacing:-.02em}
.card.dark .card-title{color:#fff}
.card-sub{font-size:13px;color:#AAB2C5;margin-bottom:20px;font-weight:500}
.card.dark .card-sub{color:rgba(255,255,255,.5)}
.card-list{display:flex;flex-direction:column;gap:12px}
.card-li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#666;line-height:1.5}
.card.dark .card-li{color:rgba(255,255,255,.8)}
.card-li svg{width:18px;height:18px;flex-shrink:0;margin-top:1px}
.icon-x{color:#ccc}
.icon-ok{color:#00D4FF}

/* LEVERAGE */
.leverage{max-width:var(--content-max-width);margin:0 auto;padding:0 48px 80px}
.leverage h2{font-size:48px;font-weight:500;line-height:1.08;letter-spacing:-.03em;color:#111827;margin-bottom:48px;max-width:700px}
.leverage-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.lev-card{border-radius:16px;padding:40px;border:1px solid #e8e9ec;background:#fff}
.lev-card.dark{background:#081A5C;border-color:#081A5C}
.lev-card-title{font-size:20px;font-weight:600;color:#111827;text-align:center;margin-bottom:16px;padding-bottom:20px;border-bottom:1px solid #e8e9ec}
.lev-card.dark .lev-card-title{color:#fff;border-bottom-color:rgba(255,255,255,.15)}
.lev-list{display:flex;flex-direction:column;gap:24px;margin-top:24px}
.lev-item{display:flex;align-items:flex-start;gap:14px;font-size:14px;line-height:1.6;color:#444}
.lev-card.dark .lev-item{color:rgba(255,255,255,.75)}
.lev-item strong{color:#111827}
.lev-card.dark .lev-item strong{color:#fff}
.lev-icon{width:24px;height:24px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:2px}
.lev-icon.red{background:#FF5A5F}
.lev-icon.green{background:#00D4FF}
.lev-icon svg{width:14px;height:14px}

/* NEWS */
.news{max-width:var(--content-max-width);margin:0 auto;padding:0 48px 80px}
.news h2{font-size:48px;font-weight:500;line-height:1.08;letter-spacing:-.03em;color:#111827;margin-bottom:48px}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.news-card{display:flex;flex-direction:column}
.news-img{width:100%;aspect-ratio:16/10;border-radius:14px;background:#f0f1f5;overflow:hidden;margin-bottom:24px;display:flex;align-items:center;justify-content:center;position:relative; background-size: cover;}
.news-img svg{width:48px;height:48px;color:#0000F4;opacity:.45}
.news-card h3{font-size:20px;font-weight:600;color:#111827;line-height:1.3;letter-spacing:-.01em;margin-bottom:12px}
.news-sep{width:100%;height:1px;background:#e8e9ec;margin-bottom:12px}
.news-card p{font-size:14px;color:#666;line-height:1.65;flex:1}
.news-link{display:inline-flex;align-items:center;gap:10px;margin-top:20px;font-size:14px;font-weight:500;color:#111827;text-decoration:none;border:1.5px solid #ddd;padding:10px 20px;border-radius:50px;transition:all .2s;width:fit-content}
.news-link:hover{border-color:#0000F4;color:#0000F4}
.news-link svg{width:20px;height:20px}

/* CTA BANNER */
.cta{max-width:var(--content-max-width);margin:0 auto;padding:0 48px 80px}
.cta-box{background:#081A5C;border-radius:20px;padding:72px 48px;display:flex;flex-direction:column;align-items:center;text-align:center}
.cta-box h2{font-size:48px;font-weight:600;color:#fff;line-height:1.1;letter-spacing:-.03em;margin-bottom:40px}
.cta-btns{display:flex;gap:16px;align-items:center;flex-wrap:wrap;justify-content:center}
.cta-btn-primary{display:inline-flex;align-items:center;gap:10px;background:#0000F4;color:#fff;border:none;padding:18px 36px;border-radius:50px;font-size:15px;font-weight:500;cursor:pointer;font-family:inherit;transition:background .2s;text-decoration:none}
.cta-btn-primary:hover{background:#0000cc}
.cta-btn-primary svg{width:20px;height:20px}
.cta-btn-outline{display:inline-flex;align-items:center;gap:10px;background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.3);padding:18px 36px;border-radius:50px;font-size:15px;font-weight:500;cursor:pointer;font-family:inherit;transition:all .2s;text-decoration:none}
.cta-btn-outline:hover{border-color:#fff}
.cta-btn-outline svg{width:20px;height:20px}
.cta-form{flex-direction:column;gap:16px;width:100%;max-width:380px;margin-top:8px}
.cta-field input{width:100%;border:none;border-bottom:1.5px solid rgba(255,255,255,.3);padding:12px 0;font-size:15px;font-family:inherit;color:#fff;background:transparent;outline:none;transition:border-color .2s}
.cta-field input::placeholder{color:rgba(255,255,255,.4)}
.cta-field input:focus{border-bottom-color:#0000F4}
@media(max-width:900px){
  .cta{padding:0 24px 60px}
  .cta-box{padding:48px 24px}
  .cta-box h2{font-size:32px}
}

/* FOOTER */
footer{background:#111827;padding:48px}
.footer-in{max-width:1104px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}
.footer-in .left{font-size:14px;color:rgba(255,255,255,.5); line-height: 1.6}
.footer-in .nav-center a{font-size:14px;color:rgba(255,255,255,.5)}
.footer-in .right{display:flex;gap:40px}
.footer-in .right a{font-size:14px;color:rgba(255,255,255,.5);text-decoration:none;transition:color .2s}
.footer-in .right a:hover{color:#fff}

.flex-hor-8 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-image {
  width: 100%;
  height: auto;
  margin: 16px 0 48px;
  border-radius: 16px;
}

/* RESPONSIVE */
@media(max-width:900px){
  nav{padding:16px 24px}
  .hero{padding:30px 24px 20px}
  .hero h1{font-size:36px}
  .visual{padding:0 24px 40px}
  .tabs-bar{overflow-x:auto; }
  .tabs-bar::-webkit-scrollbar { display: none; }
  .tab-btn{padding:14px 18px;font-size:13px}
  .tab-content{flex-direction:column;height:auto;min-height:420px}
  .tab-left{border-right:none;border-bottom:1px solid #e8e9ec;padding:32px 24px}
  .tab-left h3{font-size:24px}
  .tab-right{padding:32px 24px}
  .results{padding:40px 24px 60px}
  .results h2{font-size:32px}
  .stats{grid-template-columns:repeat(2,1fr)}
  .stat:nth-child(odd){border-left:none;padding-left:0}
  .stat-num{font-size:36px}
  .comparison{padding:0 24px 60px}
  .comp-top{flex-direction:column;gap:16px}
  .comp-top h2{font-size:32px}
  .comp-grid{grid-template-columns:1fr}
  .card{min-height:auto}
  .leverage{padding:0 24px 60px}
  .leverage h2{font-size:32px}
  .leverage-grid{grid-template-columns:1fr}
  .news{padding:0 24px 60px}
  .news h2{font-size:32px}
  .news-grid{grid-template-columns:1fr}
  footer{padding:32px 24px}
}

@media(max-width:700px){
  .nav-center {display: none; background: green;}
}

footer.fixed-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}