.hero{padding-top:140px;text-align:center;min-height:80vh;display:flex;align-items:center;position:relative;overflow:hidden;margin:0 24px 48px;border-radius:24px;background:var(--bg-hero);border:1px solid var(--border-color);box-shadow:0 8px 40px rgba(0,0,0,.08)}
.hero .container{position:relative;z-index:1}
.hero h1{margin-bottom:16px}
.hero p{font-size:1.2rem;color:var(--text-muted);max-width:560px;margin:0 auto 32px}
.hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.service-hero{padding:32px 0 64px;position:relative;overflow:hidden;margin:0 24px 48px;border-radius:24px;background:var(--bg-hero);border:1px solid var(--border-color);box-shadow:0 8px 40px rgba(0,0,0,.08)}
.service-hero .container{position:relative;z-index:2}
.service-hero__content{max-width:680px}
.service-hero__icon{font-size:2rem;color:#000;width:56px;height:56px;background:var(--acid-green);border-radius:var(--radius-main);display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.service-hero h1{margin-bottom:16px;font-size:clamp(1.9rem,4vw,2.75rem);line-height:1.08;overflow-wrap:break-word;hyphens:auto}
.service-hero__subtitle{font-size:1.15rem;color:var(--text-muted);max-width:560px;line-height:1.7;margin-bottom:32px}
.service-hero__actions{display:flex;gap:16px;flex-wrap:wrap}
@media(max-width:768px){.service-hero{padding:12px 0 36px;margin:0 12px 32px;border-radius:16px}.hero{margin:0 12px 32px;border-radius:16px}}
.service-hero--with-media .container{display:flex;align-items:center;justify-content:space-between;gap:48px}
.service-hero__media{flex-shrink:0;width:420px;max-width:40%}
.service-hero__media img,.service-hero__media video{width:100%;height:auto;border-radius:var(--radius-main)}
@media(max-width:1024px){.service-hero--with-media .container{flex-direction:column}.service-hero__media{width:100%;max-width:480px}}

/* Hero chips */
.hero-chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}
.hero-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:var(--radius-pill);border:1px solid var(--border-color);font-size:.85rem;color:var(--text-muted)}
.hero-chip i{color:var(--accent-ink);font-size:.9rem}
/* Hero trust */
.hero-trust{display:flex;gap:24px;margin-top:28px;flex-wrap:wrap}
.hero-trust__item{display:flex;align-items:center;gap:8px}
.hero-trust__dot{width:6px;height:6px;border-radius:50%;background:var(--acid-green);flex-shrink:0}
.hero-trust__value{font-family:var(--font-heading);font-weight:700;font-size:1.25rem}
.hero-trust__label{font-size:.85rem;color:var(--text-muted)}
@media(max-width:768px){
    .hero{min-height:auto;padding:112px 0 64px;margin-bottom:32px}
    .hero h1{font-size:clamp(2rem,10vw,2.75rem)}
    .service-hero h1{font-size:clamp(1.8rem,8.5vw,2.35rem);line-height:1.1}
    .hero p{font-size:1.05rem;margin-bottom:24px}
    .hero-actions{gap:10px}
    .hero-actions .btn{width:100%;max-width:340px}
    .service-hero__actions .btn{width:100%}
    .hero-trust{gap:14px 20px}
}
@media(max-width:380px){.hero{padding:104px 0 48px}.hero .container{padding-left:16px;padding-right:16px}}
