/* ===== AudioBerry — Home page (site/index) ===== */
.hero-block{position:relative;min-height:80vh;background:no-repeat center center/cover;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hero-block::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 80% 70% at 50% 45%,rgba(0,0,0,.62) 0%,rgba(0,0,0,.42) 55%,rgba(0,0,0,.28) 100%),linear-gradient(180deg,rgba(10,14,22,.36) 0%,rgba(10,14,22,.12) 40%,rgba(10,14,22,.52) 100%);z-index:1}
.hero-content{position:relative;z-index:3;text-align:center;max-width:860px;margin:0 auto;padding:40px 20px}
.hero-content h1{font-size:clamp(34px,5vw,52px);font-weight:700;line-height:1.2;margin-bottom:20px;letter-spacing:-.5px}
.hero-accent{display:inline-block}
.hero-subtitle{font-size:clamp(21px,2.6vw,26px);color:rgba(255,255,255,.92);margin-bottom:40px;text-shadow:0 1px 8px rgba(0,0,0,.35)}
.hero-stats{display:inline-flex;justify-content:center;gap:40px;margin-bottom:40px;padding:20px 36px;border-radius:20px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(12px) saturate(140%);-webkit-backdrop-filter:blur(12px) saturate(140%);box-shadow:0 8px 24px rgba(0,0,0,.15)}
.stat-item{text-align:center}
.stat-number{font-size:36px;font-weight:700;background:linear-gradient(120deg,#fff,#cfe7ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;display:block}
.stat-label{font-size:14px;color:rgba(255,255,255,.8);margin-top:4px}
.hero-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btn-hero{padding:14px 32px;font-size:16px;font-weight:500;border-radius:12px;text-decoration:none;cursor:pointer;border:none;display:inline-block;transition:all .3s cubic-bezier(.4,0,.2,1)}
.btn-hero-primary{background:linear-gradient(120deg,#1089ff,#4daefe);color:#fff;box-shadow:0 8px 24px rgba(16,137,255,.45)}
.btn-hero-secondary{background:transparent;color:#fff;border:2px solid #fff}
.v3 .hero-title{font-size:clamp(2.2rem,5vw,4rem);font-weight:800;line-height:1.1;color:#fff}
.typing-wrapper{display:inline-block}
.typing-cursor{display:inline-block;color:#4daefe;font-weight:300;animation:blinkCursor .8s step-end infinite;margin-left:2px}
@keyframes blinkCursor{0%,100%{opacity:1}50%{opacity:0}}

/* Hero title color overrides (kept class-based) */
.hero-title{color:#fff}

/* Utility: centered block spacing used on section CTA buttons */
.center-cta{text-align:center;margin-top:40px}
