.hero-stats-row{display:flex;flex-wrap:wrap;gap:1.25rem 2.25rem;margin-bottom:.5rem}.hero-stat-block{display:flex;flex-direction:column}.hero-stat-block__value{font-family:var(--font-head);font-size:1.85rem;font-weight:900;color:var(--white);line-height:1}.hero-stat-block__unit{font-size:1.1rem;font-weight:700;color:var(--red)}.hero-stat-block__label{font-family:var(--font-head);font-size:.67rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:rgba(255,255,255,.45);margin-top:.25rem}.hero-panel__header{display:flex;align-items:center;gap:.85rem;padding-bottom:1.1rem;border-bottom:1px solid rgba(255,255,255,.1)}.hero-panel__header-icon{width:46px;height:46px;border-radius:var(--r-md);background:var(--red);display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.1rem;flex-shrink:0;box-shadow:0 4px 16px rgba(227,27,35,.4)}.hero-panel__header-text{flex:1;min-width:0}.hero-panel__header-title{display:block;font-family:var(--font-head);font-size:.95rem;font-weight:800;color:var(--white);line-height:1.2}.hero-panel__header-area{display:block;font-family:var(--font-head);font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:rgba(255,255,255,.45);margin-top:.15rem}.hero-panel__services{display:flex;flex-direction:column;gap:.5rem}.hero-panel__service-item{display:flex;align-items:center;gap:.5rem;font-family:var(--font-head);font-size:.8rem;font-weight:600;color:rgba(255,255,255,.78)}.hero-panel__service-item i{color:#22c55e;font-size:.72rem;flex-shrink:0}.hero-circle{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.06);pointer-events:none;z-index:0}.hero-circle--tr{width:380px;height:380px;top:-140px;right:-100px}.hero-circle--bl{width:240px;height:240px;bottom:-80px;left:-60px}.benefits-list{display:grid;grid-template-columns:1fr;gap:.65rem;margin-top:.5rem}.benefit-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;background:var(--off-white);border-radius:var(--r-md);border:1px solid var(--border-grey);transition:border-color var(--t),background var(--t)}.benefit-item:hover{border-color:var(--red);background:var(--red-bg)}.benefit-item__icon{width:32px;height:32px;background:#d1fae5;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#059669;font-size:.75rem;flex-shrink:0}.benefit-item__text{font-family:var(--font-head);font-size:.88rem;font-weight:600;color:var(--charcoal);line-height:1.4;padding-top:.2rem}.benefit-item__text span{display:block;font-family:var(--font-body);font-family:var(--font-body);font-weight:400;font-size:.82rem;color:var(--text-light);margin-top:.15rem}.steps-list{display:flex;flex-direction:column;gap:1.25rem;margin-top:.5rem}.step-item{display:flex;gap:1rem;align-items:flex-start}.step-item__num{width:48px;height:48px;background:var(--red);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-size:1.1rem;font-weight:900;color:var(--white);flex-shrink:0;box-shadow:0 4px 12px rgba(227,27,35,.3)}.step-item__content{min-width:0;overflow-wrap:break-word}.step-item__title{font-family:var(--font-head);font-size:1rem;font-weight:700;color:var(--charcoal);margin-bottom:.3rem}.step-item__desc{font-size:.9rem;color:var(--text-light);line-height:1.65;margin:0}@media (min-width:600px){.steps-list{gap:0}.step-item{position:relative;padding-bottom:1.75rem}.step-item:last-child{padding-bottom:0}.step-item::before{content:"";position:absolute;left:23px;top:48px;bottom:0;width:2px;background:var(--border-grey)}.step-item:last-child::before{display:none}}@media (min-width:600px){.benefits-list{grid-template-columns:1fr 1fr}}@media (min-width:900px){.benefits-list{grid-template-columns:1fr 1fr}}@media (max-width:479px){.step-item__num{width:40px;height:40px;font-size:1rem;flex-shrink:0}.step-item{gap:.75rem}}