.hero{padding-top:90px;overflow:hidden}
.hero__content{text-align:center}
.hero__title{font-size:66px;line-height:1.2;letter-spacing:-2px}
.hero__title span{color:var(--primary)}
.hero__title b{font-weight:700}
.hero__title em{color:var(--purple);font-style:normal}
.hero__lead{max-width:916px;margin:26px auto 34px;color:var(--text);font-size:24px;line-height:1.45}
.hero__visual{height:660px;margin-top:-66px;position:relative;z-index:-1;overflow:hidden}
.hero__visual img{position:absolute;inset:0;width:100%;max-width:none;height:100%;object-fit:cover;object-position:center}
.product{height:696px;display:flex;align-items:center}
.product--tinted{background:var(--tint)}
.product__inner{display:grid;grid-template-columns:520px 600px;align-items:center;justify-content:space-between;gap:80px}
.product--image-left .product__inner{grid-template-columns:560px 520px;gap:120px}
.product--image-left .product__media{width:560px}
.product__content h2{font-size:38px;line-height:1.3;margin-bottom:12px}
.product__content h2 strong{display:block;font-size:52px}
.product__content h2 span{display:block}
.product__content>p{color:var(--text);font-size:16px;line-height:1.55;margin-bottom:52px}
.product__media{width:600px;border-radius:12px;overflow:hidden}
.product__media img{width:100%;object-fit:cover}
.advantages{padding-top:75px;padding-bottom:78px}
.advantage-grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:60px;row-gap:58px;margin-top:78px}
.advantage-card{min-height:222px}
.advantage-card img{width:88px;height:88px;object-fit:contain;margin-bottom:20px}
.advantage-card h3{font-size:24px;line-height:1.25;margin-bottom:12px}
.advantage-card p{max-width:340px;color:var(--text);font-size:14px;line-height:1.55}
.clients{background:#f3f7fb;padding-top:80px;padding-bottom:110px}
.client-grid{display:grid;grid-template-columns:repeat(4,276px);gap:30px;margin-top:68px;justify-content:center}
.client-card{height:120px;display:flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:2px;background:#fff;overflow:hidden;padding:14px}
.client-card img{max-width:100%;max-height:88px;object-fit:contain}
.client-card--text{color:#32517a;font-size:24px;line-height:1.4;font-weight:700;text-align:left;justify-content:flex-start;padding-left:41px}
.home-cta{height:320px;background:#001d6f;color:#fff;text-align:center;padding-top:52px}
.home-cta h2{max-width:1106px;margin:0 auto 38px;font-size:44px;line-height:1.4}
.home-cta__button{width:160px;height:58px;margin:auto;font-size:20px}
@media(max-width:1100px){.hero__title{font-size:54px}.hero__lead{font-size:20px}.product{height:auto;padding:90px 0}.product__inner{grid-template-columns:1fr 1fr;gap:48px}.product__media{width:100%}.advantage-grid{grid-template-columns:repeat(2,1fr)}.client-grid{grid-template-columns:repeat(2,276px)}}
@media(max-width:767px){.hero{padding-top:64px}.hero__title{font-size:40px;letter-spacing:-1px}.hero__lead{font-size:17px;margin-top:20px}.hero__visual{height:420px;margin-top:-20px}.product{padding:64px 0}.product__inner{display:flex;flex-direction:column;gap:40px}.product--image-left .product__content{order:1}.product--image-left .product__media{order:2;width:100%;max-width:100%}.product__content h2,.product__content h2 strong{font-size:34px}.product__content h2 span{font-size:28px}.product__content>p{margin-bottom:32px}.advantage-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:44px 20px;margin-top:54px}.advantage-card{min-width:0;min-height:0}.advantage-card img{width:72px;height:72px;margin-bottom:16px}.advantage-card h3{font-size:18px}.advantage-card p{font-size:13px}.client-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.client-card{height:100px}.client-card--text{padding:14px;font-size:16px}.home-cta{height:auto;padding:52px 0}.home-cta h2{font-size:30px;margin-bottom:30px}}
@media(max-width:767px){.home-page .clients{padding:56px 0 64px}.home-page .client-grid{gap:10px;margin-top:42px}.home-page .client-card{height:72px;padding:8px 10px}.home-page .client-card img{max-height:52px}.home-page .client-card--text{padding:8px 12px;font-size:12px}}
