/* HERO V3 «светлый воздух» 2026-07-17 — грузится в конце body, перекрывает inline-стили страниц */
.pbx-hero{position:relative;background:#fff !important;border:1px solid #ece8fb;border-radius:24px;padding:46px !important;color:#14102a !important;overflow:hidden}
.pbx-hero::before{content:"";position:absolute;left:-90px;bottom:-140px;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(58,0,255,.08),transparent 65%);pointer-events:none}
.pbx-hero.has-bento{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:start}
.pbx-hero-left{position:relative;z-index:1;min-width:0}
.pbx-kicker{display:inline-flex;align-items:center;gap:8px;color:#3a00ff;font-size:13px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;margin:0 0 12px}
.pbx-kicker::before{content:"";width:26px;height:3px;border-radius:2px;background:linear-gradient(90deg,#3a00ff,#f9b5ff)}
.pbx-hero h1{color:#14102a !important;font-size:40px !important;line-height:1.08 !important;letter-spacing:-.025em;max-width:none !important}
.pbx-hero h1 em{font-style:normal;background:linear-gradient(264.9deg,#3a00ff 30%,#b855f7 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.pbx-hero .pbx-lead{color:#57607a !important;max-width:54ch}
.pbx-hero ul{display:grid !important;grid-template-columns:1fr 1fr;gap:10px 16px;margin:0 0 24px !important}
.pbx-hero li{color:#2a2454 !important;font-weight:700;font-size:14.5px !important;padding-left:30px !important}
.pbx-hero li::before{content:"\2713" !important;display:inline-flex;align-items:center;justify-content:center;width:21px !important;height:21px !important;border-radius:7px !important;background:#efeaff !important;color:#3a00ff;font-size:12px;font-weight:800;top:0 !important}
.pbx-hero .pbx-cta{min-height:54px;display:inline-flex;align-items:center}
.pbx-hero .pbx-cta--p{background:linear-gradient(90deg,#3a00ff,#7c3aff) !important;color:#fff !important;box-shadow:0 12px 28px rgba(58,0,255,.30);font-size:16px;padding:0 30px}
.pbx-hero .pbx-cta--p:hover{transform:translateY(-1px)}
.pbx-hero .pbx-cta--s{background:#f4f1ff !important;color:#3a00ff !important;border:1px solid #e0d8ff !important;padding:0 22px}
.pbx-hero .pbx-cta--ic{width:54px;height:54px;min-height:54px;border-radius:50% !important;padding:0 !important;justify-content:center}
.pbx-hero .pbx-cta--ic img{width:22px !important;height:22px !important}
.pbx-hero p[style]{color:#57607a !important;font-size:13.5px !important}
.pbx-hero p[style] a{color:#3a00ff !important;text-decoration-color:#c9beff !important}
.pbx-trust{display:flex;align-items:center;gap:10px;margin-top:20px;color:#57607a;font-size:13.5px;font-weight:600}
.pbx-trust .stars{color:#ffb400;font-size:15px;letter-spacing:1.5px}
.pbx-bento{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:12px;align-self:center}
.pbx-bento img{width:100%;aspect-ratio:1/1;height:auto;object-fit:cover;border-radius:14px;box-shadow:0 8px 22px rgba(20,10,60,.10)}

.pbx-bento-tag{position:absolute;right:14px;bottom:14px;background:#14102a;color:#fff !important;font-size:13px;font-weight:700;padding:9px 16px;border-radius:999px;text-decoration:none !important;border-bottom:none !important;box-shadow:0 10px 26px rgba(20,16,42,.35)}
.pbx-bento-tag:hover{background:#3a00ff;color:#fff !important;text-decoration:none !important}
@media (max-width:760px){
 .pbx-hero{padding:26px 20px !important}
 .pbx-hero.has-bento{display:block}
 .pbx-hero h1{font-size:29px !important}
 .pbx-hero ul{grid-template-columns:1fr}
 .pbx-bento{margin-top:20px}
}
