/* CyberTeam — единый слой раздела (второй уровень под общим баром) */
.x-wrap{max-width:1152px;margin:0 auto;padding:0 16px}
.x-hero{text-align:center;padding:48px 16px 30px}
.x-hero h1{font-size:clamp(30px,5vw,46px);font-weight:800;line-height:1.12;margin:0;
  background:linear-gradient(120deg,#2563eb,#06b6d4 55%,#16a34a);
  -webkit-background-clip:text;background-clip:text;color:transparent}
.x-hero .x-sub{max-width:640px;margin:14px auto 0;color:#5b6b80;font-size:clamp(16px,2.2vw,20px);line-height:1.5}
.x-hero .x-cta{display:inline-flex;align-items:center;gap:8px;margin-top:24px;padding:13px 30px;border-radius:14px;
  font-weight:800;font-size:16px;background:linear-gradient(120deg,#2563eb,#06b6d4);color:#fff!important;text-decoration:none;
  box-shadow:0 6px 18px rgba(37,99,235,.28)}
.x-hero .x-cta:hover{transform:translateY(-2px)}
/* сервисная шапка раздела (суб-лого + инструменты) */
.x-svc{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;
  max-width:1152px;margin:0 auto;padding:14px 16px 10px;border-bottom:1px solid #e3e9f2}
.x-svc .x-logo{display:flex;align-items:center;gap:9px;font:800 19px system-ui,'Segoe UI',sans-serif;color:#172033;text-decoration:none}
.x-svc .x-logo .x-em{font-size:22px}
.x-svc .x-logo b{color:#2563eb}
/* SEO-секция внизу раздела */
.x-seo{max-width:760px;margin:34px auto 8px;padding:0 16px;color:#46566c;font-size:14.5px;line-height:1.62}
.x-seo h2{color:#172033;font-size:20px;margin-bottom:10px}
.x-seo p{margin-bottom:10px}
