.esth-hero{width:100%;max-width:1180px;margin:0 auto;padding:clamp(26px,4.2vw,54px) clamp(18px,3.2vw,34px);box-sizing:border-box}.esth-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(24px,3.6vw,56px);align-items:center}.esth-hero__title{font-family:inherit;font-weight:800;letter-spacing:-.02em;color:#0b1220;font-size:clamp(34px,4.5vw,56px);line-height:1.06;margin:0 0 14px}.esth-hero__lead{margin:0 0 26px;color:#4a5568;font-size:16px;line-height:1.6;max-width:520px}.esth-hero__btns{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin:0 0 22px}.esth-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none!important;font-weight:700;border-radius:12px;padding:12px 18px;min-height:46px;transition:transform .08s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease;box-sizing:border-box;white-space:nowrap}.esth-btn--primary{background:#56c6c4;color:#fff!important;box-shadow:0 10px 18px rgba(86,198,196,.26);border:1px solid #56c6c4}.esth-btn--ghost{background:0 0;color:#56c6c4!important;border:2px solid #56c6c4}.esth-hero__badges{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:10px;max-width:620px}.esth-badge{background:#f4fbfb;border:1px solid rgba(86,198,196,.22);border-radius:14px;padding:12px;display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center}.esth-badge__icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#e9f8f8;color:#56c6c4}.esth-badge__top{font-weight:800;color:#0b1220;font-size:14px;line-height:1.1;margin:0}.esth-badge__sub{margin:2px 0 0;font-size:12.5px;color:#4a5568;line-height:1.2}.esth-hero__media{position:relative;border-radius:22px;overflow:hidden;box-shadow:0 24px 44px rgba(11,18,32,.12);background:#e6eef0;aspect-ratio:4/3}.esth-hero__media img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:920px){.esth-hero__grid{grid-template-columns:1fr}.esth-hero__media{max-width:720px;margin:0 auto}.esth-hero__badges{grid-template-columns:1fr;max-width:520px}}