.hero-home{background:var(--pri-grad);padding:96px 0 88px;position:relative;overflow:hidden}
.hero-home::before{content:'';position:absolute;top:-20%;right:-6%;width:380px;height:380px;background:radial-gradient(circle,rgba(255,255,255,.1),transparent 55%);border-radius:50%}
.hero-home::after{content:'';position:absolute;bottom:10%;left:60%;width:120px;height:120px;background:radial-gradient(circle,rgba(255,255,255,.06),transparent 60%);border-radius:50%}
.hero-home .hero-row{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center;position:relative;z-index:1}
.hero-home .hero-text h1{font-size:2.3rem;color:#fff;margin-bottom:14px;line-height:1.25}
.hero-home .hero-sub{font-size:17px;color:rgba(255,255,255,.72);margin-bottom:26px;max-width:480px}
.hero-home .hero-visual img{border-radius:20px;box-shadow:0 20px 48px rgba(0,0,0,.2)}
.feat-sec{padding:80px 0;background:#fff}
.showcase-sec{padding:80px 0;background:var(--bg-soft)}
.showcase-row{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
.showcase-img{border-radius:var(--r);overflow:hidden;box-shadow:var(--sh-hover)}
.showcase-text h2{font-size:1.7rem;margin-bottom:14px}
.showcase-text p{color:var(--txt-soft);line-height:1.9;margin-bottom:20px}
.hot-sec{padding:80px 0;background:#fff}
.scene-sec{padding:80px 0;background:var(--bg-soft)}
.terminal-sec{padding:80px 0;background:var(--bg-dark)}
.terminal-sec .sec-hd h2{color:#fff}.terminal-sec .sec-hd p{color:rgba(255,255,255,.5)}
.review-sec{padding:80px 0;background:#fff}
.stats-sec{padding:72px 0;background:var(--pri-grad)}
.faq-sec{padding:80px 0;background:#fff}
.faq-more{text-align:center;margin-top:28px}
.news-sec{padding:80px 0;background:var(--bg-soft)}
.news-more{text-align:center;margin-top:28px}
@media(max-width:768px){
    .hero-home{padding:56px 0}.hero-home .hero-row{grid-template-columns:1fr}.hero-home .hero-visual{display:none}
    .hero-home .hero-text h1{font-size:1.6rem}.showcase-row{grid-template-columns:1fr}
}
@media(max-width:480px){.hero-home .hero-text h1{font-size:1.4rem}.hero-home{padding:40px 0}}