:root{
  --blue:#0754e8;
  --blue-light:#2f77ff;
  --navy:#07111f;
  --navy-2:#0d1828;
  --ink:#131820;
  --muted:#697381;
  --line:#dfe4eb;
  --soft:#f4f7fb;
  --white:#fff;
  --shadow:0 22px 60px rgba(21,43,78,.11);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:"Manrope",Arial,sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}
button,input,select{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(calc(100% - 48px),1180px);margin-inline:auto}
.section{padding:105px 0}
.section--soft{background:var(--soft)}
.section--dark{color:#fff;background:var(--navy)}

.site-header{position:relative;z-index:30;background:#fff}
.header-main{display:flex;align-items:center;justify-content:space-between;height:82px;gap:28px}
.brand{display:flex;align-items:center;gap:13px;flex:0 0 auto}
.brand>img{width:142px;height:auto}
.brand-copy{padding-left:13px;border-left:1px solid var(--line);color:#7a8492;font-size:8px;font-weight:700;line-height:1.4;text-transform:uppercase;letter-spacing:.04em}
.header-actions{display:flex;align-items:center;gap:24px}
.online{display:flex;align-items:center;gap:9px;color:#5f6875;font-size:10px;font-weight:700;line-height:1.25}
.online>i{width:8px;height:8px;border-radius:50%;background:#25bd6a;box-shadow:0 0 0 5px #e6f8ee}
.online span{display:flex;flex-direction:column}.online small{color:#9aa2ad;font-size:8px}
.phone{font-size:16px;font-weight:800;letter-spacing:-.02em}
.main-nav{display:flex;align-items:center;height:53px;border-top:1px solid var(--line);gap:38px}
.main-nav a{color:#5e6875;font-size:11px;font-weight:700}
.main-nav a:hover{color:var(--blue)}
.main-nav .nav-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;height:53px;margin-left:auto;padding:0 22px;color:#fff;background:var(--blue)}
.menu-toggle{display:none;width:42px;height:42px;border:0;border-radius:50%;background:var(--navy)}
.menu-toggle span{display:block;width:17px;height:2px;margin:5px auto;background:#fff}

.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:54px;padding:14px 24px;border:1px solid var(--blue);border-radius:10px;color:#fff;background:var(--blue);font-size:11px;font-weight:800;line-height:1.25;cursor:pointer;transition:.25s}
.button:hover{border-color:#236cf2;background:#236cf2;transform:translateY(-2px)}
.button--outline{color:var(--ink);border-color:#cfd6df;background:#fff}.button--outline:hover{color:#fff;border-color:var(--blue)}
.button--small{min-height:42px;padding:10px 16px;font-size:9px}
.button--white{color:var(--ink);border-color:#fff;background:#fff}.button--white:hover{color:#fff;border-color:var(--blue);background:var(--blue)}
.text-button{padding:8px 0;border:0;border-bottom:1px solid rgba(255,255,255,.55);color:#fff;background:none;font-size:11px;font-weight:700;cursor:pointer}

.hero{position:relative;min-height:650px;overflow:hidden;color:#fff;background:var(--navy)}
.hero-bg{position:absolute;inset:0}.hero-bg:after{position:absolute;inset:0;content:"";background:linear-gradient(90deg,rgba(3,9,16,.96) 0%,rgba(3,9,16,.84) 33%,rgba(3,9,16,.22) 64%,rgba(3,9,16,.05) 100%)}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-inner{position:relative;z-index:2;display:flex;align-items:center;min-height:650px}
.hero-copy{width:min(630px,56%);padding:70px 0 88px}
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:#677280;font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.eyebrow>span{width:7px;height:7px;border-radius:50%;background:var(--blue-light);box-shadow:0 0 0 5px rgba(47,119,255,.16)}
.eyebrow--light{color:#aebbd0}
.hero h1{margin:25px 0 24px;font-size:clamp(47px,5.5vw,73px);line-height:1.01;letter-spacing:-.065em;text-wrap:balance}
.hero h1 em{color:#78a9ff;font-style:normal}
.hero-copy>p{max-width:560px;margin:0;color:#bdc8d7;font-size:16px;line-height:1.7}
.hero-actions{display:flex;align-items:center;gap:28px;margin-top:34px}
.hero-facts{display:flex;flex-direction:column;margin-top:38px;padding-left:17px;border-left:2px solid var(--blue)}
.hero-facts b{font-size:13px}.hero-facts span{margin-top:5px;color:#8693a6;font-size:9px}

.benefits{position:relative;z-index:5;margin-top:-34px}
.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:28px 20px;border-radius:22px;background:#fff;box-shadow:var(--shadow)}
.benefits article{display:flex;align-items:center;gap:14px;min-height:56px;padding:0 18px;border-right:1px solid var(--line)}
.benefits article:last-child{border-right:0}
.benefits b,.benefits small{display:block}.benefits b{margin-bottom:5px;font-size:12px}.benefits small{color:#8993a0;font-size:9px}
.icon{position:relative;display:grid;place-items:center;flex:0 0 44px;height:44px;border-radius:13px;background:#edf3ff}
.icon:before,.icon:after{position:absolute;content:""}
.icon--target:before{width:20px;height:20px;border:2px solid var(--blue);border-radius:50%;box-shadow:inset 0 0 0 4px #edf3ff}.icon--target:after{width:5px;height:5px;border-radius:50%;background:var(--blue)}
.icon--calc:before{width:18px;height:22px;border:2px solid var(--blue);border-radius:4px}.icon--calc:after{width:10px;height:2px;background:var(--blue);box-shadow:0 5px var(--blue),0 10px var(--blue)}
.icon--delivery:before{width:23px;height:13px;border:2px solid var(--blue);border-radius:3px}.icon--delivery:after{left:13px;bottom:9px;width:5px;height:5px;border:2px solid var(--blue);border-radius:50%;box-shadow:17px 0 0 -2px #edf3ff,17px 0 0 0 var(--blue)}
.icon--shield:before{width:19px;height:23px;border:2px solid var(--blue);border-radius:10px 10px 12px 12px}.icon--shield:after{width:9px;height:5px;border-left:2px solid var(--blue);border-bottom:2px solid var(--blue);transform:rotate(-45deg)}

.section-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:end;margin-bottom:52px}
.section-heading h2{margin:10px 0 0;font-size:clamp(38px,4.5vw,57px);line-height:1.05;letter-spacing:-.055em;text-wrap:balance}
.section-heading>p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}
.section-heading--light>p{color:#919dac}
.kicker{color:var(--blue);font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}

.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature{position:relative;display:flex;overflow:hidden;flex-direction:column;justify-content:space-between;min-height:440px;padding:27px;border:1px solid #e0e5ec;border-radius:25px;background:#fff}
.feature-number{position:absolute;z-index:2;right:24px;top:22px;color:#a4adba;font-size:10px;font-weight:800}
.feature h3{margin:0 0 9px;font-size:22px;letter-spacing:-.035em}.feature p{margin:0;color:#73808e;font-size:12px;line-height:1.65}
.feature--blue{color:#fff;border-color:var(--blue);background:var(--blue)}.feature--blue p{color:#c5d9ff}.feature--blue .feature-number{color:#a9c6ff}
.factory-visual{position:relative;display:flex;align-items:flex-end;justify-content:center;height:230px;gap:7px}
.factory-visual span{width:46px;height:92px;border:2px solid rgba(255,255,255,.75);border-radius:5px 5px 0 0}.factory-visual span:nth-child(2){height:132px}.factory-visual span:nth-child(3){height:110px}.factory-visual i{position:absolute;left:30px;right:30px;bottom:0;height:2px;background:rgba(255,255,255,.75)}
.ip-visual{display:flex;align-items:baseline;justify-content:center;flex-wrap:wrap;height:245px;padding-top:55px}.ip-visual strong{color:#aeb8c5;font-size:49px;letter-spacing:-.08em}.ip-visual b{color:var(--blue);font-size:97px;line-height:1;letter-spacing:-.09em}.ip-visual span{width:100%;color:#9ba5b2;font-size:9px;font-weight:800;text-align:center;text-transform:uppercase;letter-spacing:.15em}
.feature--image{padding:0;color:var(--ink);border:1px solid var(--line);background:#fff}.feature--image>img{position:static;width:100%;height:260px;padding:18px;object-fit:contain;object-position:center;background:#f3f6fa}.feature--image:after{display:none}.feature--image .feature-number{z-index:2;color:#88919f}.feature-overlay{position:relative;z-index:2;margin-top:auto;padding:28px}.feature-overlay p{color:var(--muted)}

.selection-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:72px;align-items:start}
.steps article{display:grid;grid-template-columns:44px 52px 1fr;align-items:center;gap:17px;min-height:112px;border-bottom:1px solid var(--line)}
.steps article:first-child{border-top:1px solid var(--line)}
.steps article>span{color:#a6afbb;font-size:11px;font-weight:800}.steps article>i{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;color:var(--blue);background:#edf3ff;font-size:18px;font-style:normal;font-weight:800}
.steps b{font-size:14px}.steps p{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.5}
.lead-form{position:relative;display:grid;gap:14px;padding:30px;border-radius:22px;background:#fff}
.selection-form{border:1px solid var(--line);background:var(--soft)}
.form-heading{margin-bottom:8px}.form-heading>span{color:var(--blue);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.14em}.form-heading h3{margin:7px 0 6px;font-size:23px;letter-spacing:-.04em}.form-heading p{margin:0;color:var(--muted);font-size:11px;line-height:1.55}
.lead-form label{display:flex;flex-direction:column;gap:6px}.lead-form label>span{color:#616b78;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.lead-form input,.lead-form select{width:100%;height:51px;padding:0 14px;border:1px solid #d4dae3;border-radius:9px;outline:0;color:var(--ink);background:#fff;font-size:13px;transition:.2s}.lead-form input:focus,.lead-form select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(7,84,232,.1)}.lead-form input.is-invalid{border-color:#db3d4f;background:#fff5f6}
.lead-form>small{color:#939ba6;font-size:8px;line-height:1.5}
.form-success{display:none;position:absolute;inset:0;z-index:5;align-items:center;justify-content:center;flex-direction:column;padding:25px;border-radius:inherit;background:#fff;text-align:center}.form-success.is-visible{display:flex}.form-success b{color:var(--blue);font-size:28px}.form-success span{margin-top:8px;color:var(--muted);font-size:12px}

.products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}
.product{display:flex;overflow:hidden;flex-direction:column;min-width:0;border:1px solid #283444;border-radius:24px;color:var(--ink);background:#fff}
.product-image{position:relative;display:grid;place-items:center;width:100%;height:auto;aspect-ratio:3/2;padding:0;overflow:hidden;border-bottom:1px solid #e2e7ed;background:#fff}.product-image img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;mix-blend-mode:normal}
.badge{position:absolute;z-index:2;left:18px;top:18px;padding:8px 11px;border-radius:99px;color:#fff;background:var(--blue);font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.product-body{display:flex;flex:1;flex-direction:column;min-height:390px;padding:27px}
.product-type{color:var(--blue);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.14em}
.product h3{margin:9px 0 0;font-size:22px;line-height:1.25;letter-spacing:-.04em}.product p{margin:16px 0;color:#6f7986;font-size:12px;line-height:1.65}
.specs{display:flex;flex-wrap:wrap;gap:6px}.specs span{padding:6px 9px;border:1px solid #dce2e9;border-radius:99px;color:#586474;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:22px}.product-bottom b{font-size:14px}.product-bottom button{display:grid;place-items:center;width:43px;height:43px;border:0;border-radius:50%;color:#fff;background:var(--blue);font-size:18px;cursor:pointer}
.product--featured{grid-column:1/-1;display:grid;grid-template-columns:3fr 2fr}.product--featured .product-image{height:auto;min-height:455px;aspect-ratio:auto}.product--featured .product-body{min-height:455px;padding:36px}.product--featured h3{font-size:31px}.product--featured p{font-size:13px}
.catalog-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:27px;padding:27px 30px;border:1px solid #2a3545;border-radius:21px;background:var(--navy-2)}.catalog-cta>div{display:flex;flex-direction:column}.catalog-cta span{color:#70a3ff;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.13em}.catalog-cta b{margin-top:6px;font-size:18px}.catalog-cta .button{flex:0 0 auto}

.case-card{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:0 20px 55px rgba(30,52,82,.07)}
.case-copy{display:flex;flex-direction:column;padding:45px}.quote{height:43px;color:var(--blue);font-size:70px;line-height:.8}.case-copy blockquote{margin:18px 0 34px;font-size:21px;line-height:1.6;letter-spacing:-.025em}.case-author{display:flex;flex-direction:column}.case-author b{font-size:13px}.case-author span{margin-top:4px;color:var(--muted);font-size:10px}
.rating{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:0 12px;margin-top:auto;padding-top:34px}.rating b{grid-row:1/3;color:var(--blue);font-size:43px;line-height:1}.rating span{color:#f0a61b;font-size:14px;letter-spacing:.08em}.rating small{color:#8e98a5;font-size:9px}
.case-image{position:relative;min-height:510px;padding:25px;background:#e9eef4}.case-image img{width:100%;height:100%;border-radius:18px;object-fit:contain;mix-blend-mode:multiply}.case-image>span{position:absolute;left:42px;bottom:42px;padding:9px 12px;border-radius:99px;background:#fff;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}

.request-section{padding:95px 0;background:#fff}
.request-card{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:46px;padding:55px;border-radius:32px;color:#fff;background:linear-gradient(135deg,#0754e8,#0737a7 72%,#062879)}
.request-copy{display:flex;flex-direction:column}.request-copy h2{max-width:690px;margin:18px 0 0;font-size:clamp(35px,4vw,50px);line-height:1.08;letter-spacing:-.055em}.request-copy>p{max-width:650px;margin:17px 0 0;color:#d3e1ff;font-size:13px;line-height:1.65}
.request-tags{display:flex;flex-wrap:wrap;gap:7px;margin:19px 0 23px}.request-tags span{padding:7px 10px;border:1px solid rgba(255,255,255,.25);border-radius:99px;color:#e9f1ff;font-size:8px;font-weight:700}
.request-form{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:auto;padding:24px}.request-form .wide{grid-column:1/-1}.request-form .button{width:100%}
.request-visual{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.3);border-radius:24px;background:#edf1f6}.request-visual img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.request-visual>div{position:absolute;left:17px;right:17px;bottom:17px;display:flex;flex-direction:column;padding:15px;border-radius:14px;color:var(--ink);background:rgba(255,255,255,.94)}.request-visual b{font-size:12px}.request-visual span{margin-top:4px;color:#75808d;font-size:9px;line-height:1.45}

.footer{color:#c7d0dc;background:var(--navy)}
.footer-main{display:grid;grid-template-columns:1.35fr .7fr .9fr auto;gap:55px;padding-top:58px;padding-bottom:46px}.brand--footer>img{width:150px}.footer-brand p{max-width:330px;margin:19px 0;color:#8491a2;font-size:10px;line-height:1.65}.footer-phone{display:block;margin-bottom:7px;color:#fff;font-size:16px;font-weight:800}.footer-brand>span{color:#7e8a9a;font-size:9px}.footer-main>div:not(.footer-brand){display:flex;flex-direction:column;gap:10px}.footer-main>div>b{margin-bottom:5px;color:#fff;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.footer-main>div>a{color:#8d99a8;font-size:10px}.footer-main>div>a:hover{color:#fff}
.footer-cta{align-self:start;min-width:205px;padding:18px;border:1px solid #344255;border-radius:12px;color:#fff;background:#101c2c;font-size:10px;font-weight:800;cursor:pointer}.footer-cta span{float:right}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:18px;padding-bottom:18px;border-top:1px solid #253142;color:#6f7b8b;font-size:8px}.footer-bottom a{color:#a5afbd}

.modal{position:fixed;inset:0;z-index:100;display:grid;visibility:hidden;place-items:center;padding:20px;opacity:0;transition:.25s}.modal.is-open{visibility:visible;opacity:1}.modal-backdrop{position:absolute;inset:0;background:rgba(2,8,16,.76);backdrop-filter:blur(8px)}.modal-dialog{position:relative;width:min(100%,470px);padding:40px;border-radius:26px;background:#fff;box-shadow:0 30px 100px rgba(0,0,0,.3);transform:translateY(16px);transition:.25s}.modal.is-open .modal-dialog{transform:none}.modal-close{position:absolute;right:17px;top:15px;width:38px;height:38px;border:0;border-radius:50%;color:#626c79;background:#edf1f5;font-size:22px;cursor:pointer}.modal-dialog h2{margin:10px 0 13px;font-size:34px;line-height:1.08;letter-spacing:-.05em}.modal-dialog>p{margin:0 0 20px;color:var(--muted);font-size:12px;line-height:1.6}.modal-form{padding:0}.modal-open{overflow:hidden}

@media(max-width:980px){
  .header-actions .online,.header-actions .button{display:none}.main-nav{gap:25px}
  .hero-copy{width:66%}.hero-bg img{object-position:57% center}
  .benefits-grid{grid-template-columns:repeat(2,1fr);row-gap:22px}.benefits article:nth-child(2){border-right:0}
  .section-heading{gap:45px}.features-grid{grid-template-columns:1fr 1fr}.feature--blue{grid-column:1/-1}
  .selection-layout{gap:36px}.steps article{grid-template-columns:34px 49px 1fr;gap:13px}
  .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product--featured{grid-column:1/-1}
  .request-card{grid-template-columns:minmax(0,1fr) 300px;padding:42px;gap:30px}.request-form{grid-template-columns:1fr}.request-form>*{grid-column:1/-1}
  .footer-main{grid-template-columns:1.3fr 1fr 1fr}.footer-cta{grid-column:1/-1}
}
@media(max-width:720px){
  .container{width:min(calc(100% - 32px),1180px)}.section{padding:76px 0}
  .header-main{height:72px}.brand-copy,.header-actions{display:none}.brand>img{width:126px}.menu-toggle{display:block}.main-nav{position:absolute;left:16px;right:16px;top:72px;display:none;height:auto;padding:20px;flex-direction:column;align-items:flex-start;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}.main-nav.is-open{display:flex}.main-nav .nav-cta{width:100%;height:48px;margin-left:0}
  .hero,.hero-inner{min-height:680px}.hero-bg img{object-position:68% center}.hero-bg:after{background:linear-gradient(90deg,rgba(3,9,16,.97) 0%,rgba(3,9,16,.86) 62%,rgba(3,9,16,.32) 100%)}.hero-copy{width:100%;padding:58px 0 120px}.hero h1{font-size:45px}.hero-copy>p{max-width:480px;font-size:14px}.hero-actions{align-items:flex-start;flex-direction:column;gap:15px}
  .benefits{margin-top:-55px}.benefits-grid{grid-template-columns:1fr;padding:20px}.benefits article{padding:13px 5px;border-right:0;border-bottom:1px solid var(--line)}.benefits article:last-child{border-bottom:0}
  .section-heading{grid-template-columns:1fr;gap:20px;margin-bottom:38px}.section-heading h2{font-size:37px}.section-heading>p{font-size:13px}
  .features-grid{grid-template-columns:1fr}.feature--blue{grid-column:auto}.feature{min-height:390px}
  .selection-layout{grid-template-columns:1fr}.selection-form{padding:23px}
  .products-grid{grid-template-columns:1fr}.product--featured{grid-column:auto;display:flex;flex-direction:column}.product--featured .product-image{height:auto;min-height:0;aspect-ratio:3/2}.product--featured .product-body{min-height:390px;padding:27px}.product--featured h3{font-size:24px}.product-image{height:auto;aspect-ratio:3/2}.product-body{min-height:0}.catalog-cta{align-items:stretch;flex-direction:column;padding:24px}.catalog-cta .button{width:100%}
  .case-card{grid-template-columns:1fr}.case-copy{padding:31px}.case-copy blockquote{font-size:17px}.case-image{min-height:330px;grid-row:1}
  .request-card{grid-template-columns:1fr;width:calc(100% - 20px);padding:30px 20px;gap:25px}.request-copy h2{font-size:34px}.request-form{padding:20px}.request-visual{min-height:360px}
  .footer-main{grid-template-columns:1fr;gap:33px}.footer-bottom{flex-direction:column}
  .modal-dialog{padding:34px 22px}.modal-dialog h2{font-size:30px}
}
@media(max-width:440px){
  .hero h1{font-size:39px}.hero-copy>p{font-size:13px}.button{width:100%}.hero-actions{width:100%}
  .section-heading h2{font-size:32px}.steps article{grid-template-columns:30px 44px 1fr}.steps article>i{width:43px;height:43px}.steps p{font-size:10px}
  .product h3,.product--featured h3{font-size:21px}.request-tags{align-items:flex-start;flex-direction:column}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}

/* Первый экран по композиции лендинга «Шорох» */
.hero.section{min-height:0;padding:72px 0 0;overflow:hidden;color:var(--ink);background:#fff}
.hero .eyebrow{margin-bottom:25px;color:#687280}
.hero-heading{display:grid;grid-template-columns:1.35fr .65fr;gap:70px;align-items:end;margin-bottom:48px}
.hero h1{margin:0;color:var(--ink);font-size:clamp(48px,6vw,78px);line-height:.99;letter-spacing:-.065em}
.hero h1 em{color:var(--blue);font-style:normal}
.hero-aside{padding-bottom:8px}
.hero-aside>p{margin:0 0 25px;color:var(--muted);font-size:15px;line-height:1.65}
.hero-aside .button{width:100%}
.hero .hero-facts{margin-top:24px;color:var(--ink)}
.hero .hero-facts span{color:#89929f}
.hero-visual{position:relative;height:auto;aspect-ratio:1672/941;overflow:hidden;border-radius:34px;background:var(--navy)}
.hero-visual img{width:100%;height:100%;object-fit:contain;object-position:center}
.benefit-bar{position:relative;z-index:7;display:grid;grid-template-columns:repeat(4,1fr);margin:-32px 36px 0;padding:32px 28px;border-radius:22px;background:#fff;box-shadow:var(--shadow)}
.benefit-bar article{display:flex;align-items:center;gap:14px;padding:0 17px;border-right:1px solid var(--line)}
.benefit-bar article:last-child{border-right:0}
.benefit-icon{display:grid;place-items:center;flex:0 0 46px;height:46px;border-radius:14px;background:#eef4ff}
.benefit-icon img{width:34px;height:34px;object-fit:contain}
.benefit-bar b,.benefit-bar small{display:block}.benefit-bar b{margin-bottom:5px;font-size:12px}.benefit-bar small{color:#89919d;font-size:9px;line-height:1.4}
.steps article>i img{width:36px;height:36px;object-fit:contain}
.request-visual img{object-fit:cover;object-position:center 22%;mix-blend-mode:normal}

@media(max-width:980px){
  .hero-heading{grid-template-columns:1fr;gap:28px}.hero-aside{max-width:570px}.hero-visual{height:auto}
  .benefit-bar{grid-template-columns:repeat(2,1fr);row-gap:24px}.benefit-bar article:nth-child(2){border-right:0}
}
@media(max-width:720px){
  .hero.section{min-height:0;padding-top:46px}.hero-heading{margin-bottom:32px}.hero h1{font-size:42px}.hero-aside{max-width:none}
  .hero-visual{height:auto;aspect-ratio:1672/941;border-radius:22px}.hero-visual img{object-fit:contain;object-position:center}
  .benefit-bar{grid-template-columns:1fr;margin:-25px 12px 0;padding:22px}.benefit-bar article{padding:13px 4px;border-right:0;border-bottom:1px solid var(--line)}.benefit-bar article:last-child{border-bottom:0}
  .request-visual img{object-position:center 20%}
}
@media(max-width:440px){.hero h1{font-size:37px}.hero-aside>p{font-size:13px}}
