:root{
  --bg:#f6f8fb;
  --surface:#fff;
  --surface-2:#eef3f8;
  --ink:#111827;
  --muted:#667085;
  --line:#dde5ef;
  --accent:#1769ff;
  --accent-2:#0d55d7;
  --dark:#111923;
  --shadow:0 18px 48px rgba(17,24,39,.09);
  --shadow-soft:0 10px 28px rgba(17,24,39,.06);
  --container:1200px;
  --header-h:76px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,Manrope,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.menu-open{overflow:hidden}
img{display:block;width:100%;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button{cursor:pointer}
svg{display:block;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.section{padding:68px 0}
.soft-section{background:var(--bg)}
.skip-link{position:fixed;left:16px;top:16px;z-index:9999;transform:translateY(-140%);padding:10px 14px;background:#fff;border-radius:10px;box-shadow:var(--shadow)}
.skip-link:focus{transform:none}

.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(221,229,239,.82)}
.header-inner{height:var(--header-h);display:flex;align-items:center;gap:28px}
.brand{display:inline-flex;align-items:center;gap:11px;flex:none}
.brand-mark{width:43px;height:43px;border-radius:13px;display:grid;place-items:center;color:#fff;background:linear-gradient(180deg,#287cff,#0d58dd);box-shadow:0 8px 20px rgba(23,105,255,.25)}
.brand-mark svg{width:28px;height:28px;stroke-width:2.2}
.brand-copy{display:grid;gap:3px;line-height:1}
.brand-copy strong{font-size:17px;letter-spacing:-.025em}
.brand-copy small{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.075em}
.desktop-nav{display:flex;gap:24px;margin-left:auto}
.desktop-nav a{font-size:13px;font-weight:700;color:#475467;transition:.2s}
.desktop-nav a:hover{color:var(--accent)}
.header-actions{display:flex;align-items:center;gap:14px}
.header-phone{display:grid;text-align:right;line-height:1.1;gap:3px}
.header-phone span{font-size:9px;color:var(--muted)}
.header-phone strong{font-size:14px}
.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);background:#fff;border-radius:12px;padding:0;place-items:center;align-content:center;gap:4px}
.menu-toggle span{width:20px;height:2px;border-radius:99px;background:var(--ink);transition:.22s}
.menu-toggle.active span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.menu-toggle.active span:nth-child(2){opacity:0}
.menu-toggle.active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.mobile-menu{position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid var(--line);box-shadow:0 20px 34px rgba(17,24,39,.12)}
.mobile-menu-inner{display:grid;padding:12px 0 20px}
.mobile-menu a:not(.btn){padding:12px 2px;border-bottom:1px solid #eef2f6;font-weight:700;font-size:14px}
.mobile-menu .btn{margin-top:12px}

.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border:1px solid transparent;border-radius:13px;font-size:14px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s,color .2s}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--accent);color:#fff;box-shadow:0 10px 22px rgba(23,105,255,.22)}
.btn-primary:hover{background:var(--accent-2);box-shadow:0 14px 28px rgba(23,105,255,.3)}
.btn-ghost{background:#fff;border-color:var(--line);box-shadow:var(--shadow-soft)}
.btn-ghost:hover,.btn-outline:hover{border-color:#b8cffc;color:var(--accent)}
.btn-outline{background:#fff;border-color:#ccd6e3}
.btn-white{background:#fff;color:var(--dark)}
.btn-white:hover{box-shadow:0 14px 30px rgba(0,0,0,.2)}
.btn-sm{min-height:42px;padding:0 16px;font-size:13px}
.btn-lg{min-height:54px;padding:0 22px}

.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:999px;background:#f1f5fb;border:1px solid #e2e9f3;color:#3b526f;font-size:11px;font-weight:800;letter-spacing:.02em}
.eyebrow-blue{background:#edf4ff;border-color:#d8e6ff;color:var(--accent)}
.eyebrow-light{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#e5edfa}
.status-dot{width:7px;height:7px;border-radius:50%;background:#20b26b;box-shadow:0 0 0 4px rgba(32,178,107,.12)}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(44px,5vw,68px);line-height:1.01;letter-spacing:-.055em;margin:22px 0 20px}
h1 span{color:var(--accent)}
h2{font-size:clamp(34px,3.6vw,48px);line-height:1.07;letter-spacing:-.045em;margin:12px 0 0}
h3{letter-spacing:-.025em}

.hero{padding:40px 0 28px;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)}
.hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:52px;align-items:center}
.hero-text{font-size:17px;color:var(--muted);max-width:600px;margin-bottom:26px}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px}
.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:590px}
.hero-facts div{padding:14px 15px;border:1px solid var(--line);border-radius:16px;background:#fff}
.hero-facts strong{display:block;font-size:20px;letter-spacing:-.03em}
.hero-facts span{display:block;font-size:11px;color:var(--muted);margin-top:2px}
.hero-media{position:relative;height:520px;border-radius:26px;overflow:hidden;box-shadow:var(--shadow)}
.hero-media>img{height:100%;object-fit:cover}
.hero-media-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,24,40,.02),rgba(16,24,40,.18))}
.hero-badge{position:absolute;display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:15px;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);box-shadow:0 10px 24px rgba(0,0,0,.12)}
.hero-badge span:not(.badge-icon):not(.badge-number){display:grid;gap:2px}
.hero-badge strong{font-size:12px}.hero-badge small{font-size:10px;color:var(--muted)}
.hero-badge-top{left:18px;bottom:18px}.hero-badge-bottom{right:18px;top:18px}
.badge-icon{width:32px;height:32px;border-radius:10px;background:#edf4ff;color:var(--accent);display:grid;place-items:center}.badge-icon svg{width:18px;height:18px;stroke-width:2.4}
.badge-number{width:42px;height:42px;border-radius:12px;background:var(--dark);color:#fff;display:grid;place-items:center;font-weight:900}
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:24px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-soft);overflow:hidden}
.trust-strip span{padding:16px 18px;font-size:12px;font-weight:700;color:#536174;border-right:1px solid #edf1f5}
.trust-strip span:last-child{border-right:0}
.trust-strip span:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--accent);margin-right:9px;vertical-align:1px}

.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:36px;margin-bottom:30px}
.section-head>div:first-child{max-width:720px}.section-head>p{max-width:390px;margin:0;color:var(--muted);font-size:14px}.section-head.compact{margin-bottom:26px}

.solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.solution-card{position:relative;height:330px;border-radius:20px;overflow:hidden;background:#202733;isolation:isolate}
.solution-card img{height:100%;object-fit:cover;transition:transform .55s ease}
.solution-card:hover img{transform:scale(1.04)}
.solution-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,15,24,.02) 25%,rgba(9,15,24,.80) 100%)}
.solution-content{position:absolute;left:0;right:0;bottom:0;padding:22px;color:#fff;z-index:2}
.solution-content>span{display:inline-block;padding:5px 8px;margin-bottom:9px;border-radius:999px;background:rgba(255,255,255,.14);font-size:10px;font-weight:800;backdrop-filter:blur(8px)}
.solution-content h3{font-size:22px;margin:0 0 6px}.solution-content p{font-size:12px;color:#e3e8ef;margin:0 0 11px;max-width:300px}.solution-content a{display:inline-flex;gap:7px;align-items:center;font-size:12px;font-weight:800}.solution-content b{font-size:15px;transition:transform .2s}.solution-content a:hover b{transform:translate(2px,-2px)}

.benefits-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:16px}
.benefits-photo{position:relative;min-height:420px;border-radius:22px;overflow:hidden;box-shadow:var(--shadow-soft)}
.benefits-photo img{height:100%;object-fit:cover}
.benefits-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.01),rgba(0,0,0,.34))}
.photo-note{position:absolute;left:18px;bottom:18px;z-index:2;display:grid;gap:3px;padding:13px 15px;border-radius:14px;background:rgba(255,255,255,.95);max-width:300px}.photo-note strong{font-size:13px}.photo-note span{font-size:10px;color:var(--muted)}
.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.benefit-card{padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(17,24,39,.04);transition:.22s}
.benefit-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft);border-color:#cbd8ec}
.benefit-icon{width:46px;height:46px;border-radius:13px;background:#edf4ff;color:var(--accent);display:grid;place-items:center;margin-bottom:18px}.benefit-icon svg{width:23px;height:23px;stroke-width:2}
.benefit-card h3{font-size:18px;margin:0 0 7px}.benefit-card p{font-size:12px;color:var(--muted);margin:0}

.calc-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:52px;align-items:center}
.calc-copy>p{max-width:490px;color:var(--muted);font-size:16px;margin:18px 0 0}
.check-list{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:10px}.check-list li{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:700}.check-list svg{width:18px;height:18px;color:var(--accent);stroke-width:2.4}
.calculator-card{padding:28px;border:1px solid var(--line);border-radius:24px;background:var(--bg);box-shadow:var(--shadow-soft)}
.calc-field{display:grid;gap:9px}.calc-field+.calc-field,.calc-columns,.toggle-row,.calc-result,.calc-note{margin-top:16px}.field-head{display:flex;justify-content:space-between;gap:12px}.calculator-card label{font-size:12px;font-weight:800;color:#344054}#area-output{font-size:13px;font-weight:900;color:var(--accent)}
input[type=range]{width:100%;accent-color:var(--accent)}.range-scale{display:flex;justify-content:space-between;color:#98a2b3;font-size:10px}.select-wrap{position:relative}.select-wrap:after{content:"";position:absolute;right:16px;top:50%;width:8px;height:8px;border-right:2px solid #667085;border-bottom:2px solid #667085;transform:translateY(-70%) rotate(45deg);pointer-events:none}
select,.stepper input{height:50px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);outline:none;padding:0 14px}select{width:100%;appearance:none}.calc-columns{display:grid;grid-template-columns:1fr 1fr;gap:12px}.stepper{display:grid;grid-template-columns:44px 1fr 44px;gap:7px}.stepper button{border:1px solid var(--line);border-radius:12px;background:#fff;font-size:21px}.stepper input{text-align:center;padding:0 6px}.toggle-row{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:#fff;cursor:pointer}.toggle-row input{position:absolute;opacity:0}.switch{position:relative;width:42px;height:24px;border-radius:999px;background:#d5dde7;flex:none;transition:.2s}.switch:before{content:"";position:absolute;left:4px;top:4px;width:16px;height:16px;background:#fff;border-radius:50%;box-shadow:0 2px 7px rgba(0,0,0,.15);transition:.2s}.toggle-row input:checked+.switch{background:var(--accent)}.toggle-row input:checked+.switch:before{transform:translateX(18px)}.toggle-row strong{display:block;font-size:13px}.toggle-row small{display:block;font-size:10px;color:var(--muted)}
.calc-result{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:17px;border-radius:16px;background:#fff;border:1px solid var(--line)}.calc-result span{display:block;font-size:10px;color:var(--muted)}.calc-result strong{display:block;font-size:32px;line-height:1.05;letter-spacing:-.045em;margin-top:3px}.calc-note{font-size:10px;color:var(--muted);margin-bottom:0}

.gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:205px;gap:14px}
.gallery-item{position:relative;margin:0;border-radius:19px;overflow:hidden;background:#e9eef4;box-shadow:0 8px 22px rgba(17,24,39,.05)}
.gallery-item img{height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.035)}
.gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,13,22,.02) 35%,rgba(7,13,22,.68) 100%)}
.gallery-item figcaption{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:16px;color:#fff}.gallery-item span{display:block;font-size:10px;color:#dbe3ec;margin-bottom:3px}.gallery-item strong{font-size:14px}
.gallery-main{grid-column:span 6;grid-row:span 2}.gallery-grid .gallery-item:not(.gallery-main){grid-column:span 3}

.process-line{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;box-shadow:var(--shadow-soft)}
.process-step{position:relative;display:flex;gap:13px;align-items:flex-start;padding:22px 18px;border-right:1px solid var(--line)}.process-step:last-child{border-right:0}.step-num{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#edf4ff;color:var(--accent);font-size:11px;font-weight:900;flex:none}.process-step h3{font-size:16px;margin:1px 0 5px}.process-step p{font-size:11px;color:var(--muted);margin:0}

.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.price-card{position:relative;display:flex;flex-direction:column;padding:26px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 8px 24px rgba(17,24,39,.04);transition:.22s}.price-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.price-card.featured{border-color:#bed3ff;box-shadow:0 14px 34px rgba(23,105,255,.10)}.popular-label{position:absolute;right:18px;top:18px;padding:6px 9px;border-radius:999px;background:var(--accent);color:#fff;font-size:10px;font-weight:900}.plan-icon{width:48px;height:48px;border-radius:14px;background:#edf4ff;color:var(--accent);display:grid;place-items:center;margin-bottom:16px}.plan-icon svg{width:24px;height:24px;stroke-width:2}.plan-tag{font-size:10px;font-weight:900;color:var(--accent);text-transform:uppercase;letter-spacing:.05em}.price-card h3{font-size:27px;margin:7px 0 5px}.price-card>p{font-size:12px;color:var(--muted);min-height:36px;margin-bottom:15px}.price{display:flex;align-items:flex-end;gap:7px;padding-bottom:18px;border-bottom:1px solid #edf1f5}.price small,.price span{font-size:11px;color:var(--muted);margin-bottom:5px}.price strong{font-size:36px;line-height:1;letter-spacing:-.05em}.price-card ul{list-style:none;padding:18px 0 0;margin:0 0 20px;display:grid;gap:9px;flex:1}.price-card li{position:relative;padding-left:20px;font-size:12px}.price-card li:before{content:"";position:absolute;left:0;top:6px;width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 3px rgba(23,105,255,.10)}.price-card .btn{width:100%}

.rating-block{display:flex;align-items:center;gap:12px;padding:13px 15px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow-soft)}.rating-block strong{font-size:30px;letter-spacing:-.05em}.stars{font-size:14px;letter-spacing:.11em;color:#f3b13f}.rating-block small{display:block;font-size:10px;color:var(--muted);margin-top:2px}.review-track{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.review-card{padding:23px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(17,24,39,.04)}.review-head{display:flex;align-items:center;gap:11px;margin-bottom:10px}.avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#edf4ff;color:var(--accent);font-size:11px;font-weight:900;flex:none}.review-head strong{display:block;font-size:13px}.review-head span{display:block;font-size:10px;color:var(--muted)}.review-card>p{font-size:12px;color:#344054;margin:11px 0 15px}.review-meta{display:flex;justify-content:space-between;gap:10px;padding-top:13px;border-top:1px solid #edf1f5;font-size:10px;color:var(--muted)}

.faq-section{background:#fff}
.faq-shell{display:grid;grid-template-columns:.72fr 1.28fr;gap:18px;padding:18px;border-radius:26px;background:var(--dark);color:#fff}
.faq-intro{padding:28px 24px}.faq-intro h2{margin:15px 0 14px;color:#fff}.faq-intro>p{max-width:420px;color:#aeb9c8;font-size:14px}.faq-contact{margin-top:28px;padding:17px;border:1px solid rgba(255,255,255,.11);border-radius:17px;background:rgba(255,255,255,.055);display:grid;gap:5px}.faq-contact span{font-size:10px;color:#9faabd}.faq-contact strong{font-size:14px;margin-bottom:8px}.faq-contact .btn{justify-self:start}
.faq-list{padding:8px 22px;border-radius:20px;background:#fff;color:var(--ink)}.faq-item{border-bottom:1px solid #edf1f5}.faq-item:last-child{border-bottom:0}.faq-item button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 0;border:0;background:none;text-align:left;color:var(--ink);font-size:14px;font-weight:800}.faq-item i{position:relative;width:28px;height:28px;border:1px solid #d4dce7;border-radius:50%;flex:none}.faq-item i:before,.faq-item i:after{content:"";position:absolute;left:50%;top:50%;width:10px;height:1.5px;background:#5e6d80;transform:translate(-50%,-50%);transition:.2s}.faq-item i:after{transform:translate(-50%,-50%) rotate(90deg)}.faq-item.active i:after{opacity:0}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .27s ease}.faq-answer>p{overflow:hidden;margin:0;padding-right:46px;color:var(--muted);font-size:12px;line-height:1.65}.faq-item.active .faq-answer{grid-template-rows:1fr}.faq-item.active .faq-answer>p{padding-bottom:18px}

.lead-section{padding:0 0 68px}.lead-card{display:grid;grid-template-columns:.85fr 1.15fr;min-height:470px;border-radius:24px;overflow:hidden;background:var(--dark);color:#fff}.lead-visual{position:relative}.lead-visual img{height:100%;object-fit:cover}.lead-visual-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,25,35,.06),rgba(17,25,35,.28))}.lead-content{padding:44px;display:flex;flex-direction:column;justify-content:center}.lead-content h2{font-size:clamp(32px,3.2vw,43px);margin:15px 0 14px}.lead-content>p{color:#b2bdcc;font-size:14px;margin-bottom:23px}.lead-form{display:grid;grid-template-columns:1fr 1fr;gap:10px}.lead-form label:not(.consent){display:grid;gap:5px}.lead-form label>span{font-size:9px;color:#aab5c4}.lead-form input[type=text],.lead-form input[type=tel]{height:50px;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:rgba(255,255,255,.075);color:#fff;padding:0 13px;outline:none}.lead-form input:focus{border-color:#6f9dff;box-shadow:0 0 0 3px rgba(23,105,255,.16)}.lead-form input[aria-invalid="true"]{border-color:#ff7d7d}.lead-form button,.consent{grid-column:1/-1}.consent{display:flex;align-items:center;gap:7px;cursor:pointer}.consent input{accent-color:var(--accent)}.consent span{font-size:9px!important;color:#8995a5!important}

.contacts-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:16px}.contact-panel{display:grid;grid-template-columns:1fr 1fr;gap:23px;padding:26px;border:1px solid var(--line);border-radius:21px;background:var(--bg)}.contact-item{display:grid;align-content:start;gap:4px}.contact-item>span{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#98a2b3;font-weight:900}.contact-item>a,.contact-item>strong{font-size:15px}.contact-item small{font-size:9px;color:var(--muted)}.messengers{display:flex;gap:6px;flex-wrap:wrap}.messengers a{padding:6px 9px;border-radius:8px;background:#eaf2ff;color:var(--accent);font-size:11px;font-weight:800}.map-wrap{position:relative;min-height:330px;border:1px solid var(--line);border-radius:21px;overflow:hidden;background:#e9edf2}.map-wrap iframe{width:100%;height:100%;min-height:330px;border:0;filter:saturate(.78) contrast(.96)}.map-card{position:absolute;left:15px;bottom:15px;padding:10px 12px;border-radius:12px;background:#fff;box-shadow:var(--shadow-soft);display:grid}.map-card strong{font-size:12px}.map-card span{font-size:9px;color:var(--muted)}

.footer{padding:36px 0 20px;background:#0d141e;color:#fff}.footer-main{display:grid;grid-template-columns:1fr 1.35fr .7fr;gap:34px;align-items:start}.brand-light .brand-mark{background:rgba(255,255,255,.08);box-shadow:none}.brand-light .brand-copy small{color:#778394}.footer-nav{display:grid;grid-template-columns:repeat(3,max-content);gap:11px 22px}.footer-nav a{font-size:11px;color:#b5bfcd}.footer-nav a:hover{color:#fff}.footer-contact{display:grid;text-align:right;gap:3px}.footer-contact a{font-size:14px;font-weight:800}.footer-contact span{font-size:9px;color:#7c8899}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:28px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08);font-size:9px;color:#6f7b8c}
.mobile-cta-bar{display:none}.mobile-cta-bar.is-hidden{transform:translateY(140%);opacity:0;pointer-events:none}.menu-open .mobile-cta-bar{transform:translateY(140%);opacity:0;pointer-events:none}
.toast{position:fixed;right:18px;bottom:18px;z-index:999;display:flex;align-items:center;gap:10px;max-width:340px;padding:13px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:var(--shadow)}.toast[hidden]{display:none}.toast-icon{width:34px;height:34px;border-radius:10px;background:#e9f8f0;color:#16a363;display:grid;place-items:center;flex:none}.toast-icon svg{width:18px;height:18px;stroke-width:2.4}.toast>div{display:grid;flex:1}.toast strong{font-size:11px}.toast span{font-size:9px;color:var(--muted)}.toast button{border:0;background:none;color:#98a2b3;font-size:20px}
.reveal{opacity:0;transform:translateY(14px);transition:opacity .55s ease,transform .55s ease}.reveal.in-view{opacity:1;transform:none}.reveal-delay-1{transition-delay:.07s}.reveal-delay-2{transition-delay:.14s}.reveal-delay-3{transition-delay:.21s}

@media (max-width:1080px){
  .desktop-nav{display:none}.desktop-cta{display:none}.menu-toggle{display:grid}.header-phone{margin-left:auto}
  .hero-grid{gap:30px}.hero-media{height:480px}h1{font-size:52px}
  .solutions-grid{grid-template-columns:repeat(2,1fr)}
  .benefits-layout{grid-template-columns:1fr}.benefits-photo{min-height:380px}.benefits-grid{grid-template-columns:repeat(4,1fr)}
  .calc-layout{gap:30px}
  .gallery-grid .gallery-item:not(.gallery-main){grid-column:span 6}
  .process-line{grid-template-columns:1fr 1fr 1fr;border:0;background:transparent;box-shadow:none;gap:12px}.process-step{border:1px solid var(--line)!important;border-radius:17px;background:#fff;box-shadow:0 8px 20px rgba(17,24,39,.04)}
  .footer-main{grid-template-columns:1fr 1.2fr}.footer-contact{grid-column:1/-1;text-align:left}
}

@media (max-width:780px){
  :root{--header-h:68px}
  .container{width:min(calc(100% - 28px),700px)}.section{padding:52px 0}
  .brand-mark{width:39px;height:39px}.brand-mark svg{width:25px;height:25px}.brand-copy strong{font-size:15px}.header-phone{display:none}
  .hero{padding-top:24px}.hero-grid{grid-template-columns:1fr;gap:24px}.hero-media{height:430px}.hero-facts{max-width:none}.trust-strip{grid-template-columns:1fr 1fr}.trust-strip span:nth-child(2){border-right:0}.trust-strip span:nth-child(-n+2){border-bottom:1px solid #edf1f5}
  .section-head{display:grid;gap:12px;margin-bottom:24px}.section-head>p{max-width:600px}
  .benefits-grid{grid-template-columns:1fr 1fr}
  .calc-layout{grid-template-columns:1fr}.calc-copy>p{max-width:620px}
  .gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:230px}.gallery-main,.gallery-grid .gallery-item:not(.gallery-main),.gallery-grid .gallery-item:nth-child(6){grid-column:auto;grid-row:auto}.gallery-main{grid-column:1/-1!important;height:330px}
  .process-line{grid-template-columns:1fr 1fr}
  .review-track{grid-template-columns:1fr}
  .faq-shell{grid-template-columns:1fr;padding:14px}.faq-intro{padding:22px 18px}.faq-contact{max-width:460px}.faq-list{padding:6px 18px}
  .lead-card{grid-template-columns:1fr}.lead-visual{height:300px}.lead-content{padding:34px}.lead-form{grid-template-columns:1fr}.lead-form button,.consent{grid-column:auto}
  .contacts-grid{grid-template-columns:1fr}
}

@media (max-width:520px){
  .container{width:min(calc(100% - 20px),500px)}
  .section{padding:44px 0}
  h1{font-size:clamp(38px,11.5vw,48px);margin:18px 0 16px}
  h2{font-size:31px}
  .eyebrow{font-size:10px;padding:6px 9px}
  .hero{padding:18px 0 20px}.hero-grid{gap:20px}.hero-text{font-size:15px;margin-bottom:20px}.hero-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-bottom:20px}.hero-actions .btn{width:100%}.hero-facts{grid-template-columns:repeat(3,1fr);gap:7px}.hero-facts div{padding:11px 9px;border-radius:13px}.hero-facts strong{font-size:16px}.hero-facts span{font-size:9px;line-height:1.35}.hero-media{height:330px;border-radius:20px}.hero-badge{padding:9px 10px;border-radius:12px}.hero-badge small{display:none}.hero-badge-top{left:10px;bottom:10px}.hero-badge-bottom{top:10px;right:10px}.badge-number{width:36px;height:36px;font-size:12px}.badge-icon{width:29px;height:29px}.trust-strip{margin-top:14px;border-radius:14px}.trust-strip span{padding:12px 11px;font-size:10px}
  .section-head{margin-bottom:20px}.section-head>p{font-size:12px}
  .solutions-grid{grid-template-columns:1fr 1fr;gap:9px}.solution-card{height:220px;border-radius:16px}.solution-content{padding:13px}.solution-content>span{font-size:8px;padding:4px 6px;margin-bottom:6px}.solution-content h3{font-size:16px}.solution-content p{display:none}.solution-content a{font-size:10px}
  .benefits-photo{min-height:260px;border-radius:18px}.photo-note{left:10px;right:10px;bottom:10px;max-width:none;padding:11px 12px}.benefits-grid{grid-template-columns:1fr 1fr;gap:9px}.benefit-card{padding:16px;border-radius:16px}.benefit-icon{width:38px;height:38px;margin-bottom:12px}.benefit-icon svg{width:20px;height:20px}.benefit-card h3{font-size:15px}.benefit-card p{font-size:10px}
  .calc-copy>p{font-size:14px}.check-list{margin-top:18px}.calculator-card{padding:18px;border-radius:18px}.calc-columns{grid-template-columns:1fr}.calc-result{display:grid;gap:12px}.calc-result strong{font-size:29px}.calc-result .btn{width:100%}
  .gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:165px;gap:9px}.gallery-main{height:auto;grid-column:1/-1!important;grid-row:span 2}.gallery-item{border-radius:16px}.gallery-item figcaption{padding:11px}.gallery-item span{font-size:8px}.gallery-item strong{font-size:11px;line-height:1.25;display:block}
  .process-line{grid-template-columns:1fr;gap:8px;position:relative}.process-line:before{content:"";position:absolute;left:30px;top:30px;bottom:30px;width:1px;background:#dce5f0}.process-step{display:grid;grid-template-columns:40px 1fr;align-items:center;padding:14px 16px;border-radius:15px!important}.step-num{width:34px;height:34px;position:relative;z-index:2}.process-step h3{font-size:15px;margin:0 0 2px}.process-step p{font-size:10px}
  .price-grid{grid-template-columns:1fr}.price-card{padding:20px;border-radius:18px}.price-card>p{min-height:0}.price-card h3{font-size:24px}.price strong{font-size:33px}.plan-icon{width:42px;height:42px;margin-bottom:13px}.popular-label{right:12px;top:12px}
  .rating-block{justify-self:start}.review-card{padding:19px;border-radius:17px}.review-card>p{font-size:11px}
  .faq-section{padding-top:44px}.faq-shell{border-radius:20px;padding:10px}.faq-intro{padding:18px 14px}.faq-intro h2{font-size:30px}.faq-intro>p{font-size:12px}.faq-contact{margin-top:18px;padding:14px}.faq-contact .btn{width:100%}.faq-list{border-radius:15px;padding:4px 14px}.faq-item button{padding:16px 0;font-size:12px}.faq-item i{width:25px;height:25px}.faq-answer>p{padding-right:20px;font-size:10px}.faq-item.active .faq-answer>p{padding-bottom:14px}
  .lead-section{padding-bottom:48px}.lead-card{border-radius:19px}.lead-visual{height:230px}.lead-content{padding:24px 18px}.lead-content h2{font-size:29px}.lead-content>p{font-size:12px;margin-bottom:18px}
  .contact-panel{grid-template-columns:1fr;padding:20px;border-radius:18px}.map-wrap,.map-wrap iframe{min-height:270px;border-radius:18px}
  .footer{padding:30px 0 28px}.footer-main{grid-template-columns:1fr;gap:24px}.footer-nav{grid-template-columns:1fr 1fr}.footer-contact{grid-column:auto}.footer-bottom{display:grid;gap:7px;margin-top:22px}
  .toast{left:10px;right:10px;bottom:10px;max-width:none}
}


/* Mobile header and typography refinement */
.mobile-call{display:none}
.mobile-menu-head,.mobile-menu-grid{display:none}

@media (max-width:780px){
  :root{--header-h:64px}
  html{scroll-padding-top:76px}
  .site-header{background:rgba(255,255,255,.97);backdrop-filter:blur(20px);box-shadow:0 1px 0 rgba(17,24,39,.04)}
  .header-inner{height:var(--header-h);gap:9px}
  .brand{gap:9px;min-width:0;flex:1}
  .brand-mark{width:36px;height:36px;border-radius:11px;box-shadow:0 7px 16px rgba(23,105,255,.22)}
  .brand-mark svg{width:23px;height:23px}
  .brand-copy{gap:2px;min-width:0}
  .brand-copy strong{font-size:14px;line-height:1.05;white-space:nowrap}
  .brand-copy small{font-size:7.5px;line-height:1.1;letter-spacing:.065em;white-space:nowrap}
  .header-actions{gap:7px;flex:none}
  .mobile-call{display:grid;place-items:center;width:40px;height:40px;border:1px solid #dce6f2;border-radius:12px;background:#f4f8ff;color:var(--accent);box-shadow:0 4px 12px rgba(17,24,39,.04)}
  .mobile-call svg{width:19px;height:19px;stroke-width:2}
  .menu-toggle{width:40px;height:40px;border-radius:12px;border-color:#dce4ee;gap:4px;box-shadow:0 4px 12px rgba(17,24,39,.04)}
  .menu-toggle span{width:18px;height:1.8px}
  .menu-toggle.active span:nth-child(1){transform:translateY(5.8px) rotate(45deg)}
  .menu-toggle.active span:nth-child(3){transform:translateY(-5.8px) rotate(-45deg)}

  .mobile-menu{position:absolute;top:100%;left:0;right:0;bottom:auto;padding:0 10px 10px;background:transparent;backdrop-filter:none;border-top:0;box-shadow:none;overflow:visible}
  .mobile-menu-inner{width:min(100%,700px);margin:0 auto;padding:14px;border:1px solid #e4eaf2;border-top:0;border-radius:0 0 22px 22px;background:#fff;box-shadow:0 22px 44px rgba(17,24,39,.16);gap:12px}
  .mobile-menu-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding:4px 3px 14px;border-bottom:1px solid #eef2f6}
  .mobile-menu-head>div{display:grid;gap:3px}
  .mobile-menu-head span{font-size:9px;line-height:1.2;text-transform:uppercase;letter-spacing:.08em;color:#98a2b3;font-weight:800}
  .mobile-menu-head a{font-size:17px;line-height:1.1;font-weight:850;letter-spacing:-.025em}
  .mobile-menu-head small{display:flex;align-items:center;gap:6px;font-size:9px;color:#667085;white-space:nowrap}
  .mobile-menu-head i{display:block;width:7px;height:7px;border-radius:50%;background:#20b26b;box-shadow:0 0 0 3px rgba(32,178,107,.11)}
  .mobile-menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}
  .mobile-menu-grid a:not(.btn){min-height:52px;padding:12px 13px;border:1px solid #e8edf4!important;border-radius:14px;background:#f8fafc;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px!important;font-weight:750!important;line-height:1.2;transition:background .2s,border-color .2s,color .2s}
  .mobile-menu-grid a:hover{background:#f0f5ff;border-color:#d3e1fb!important;color:var(--accent)}
  .mobile-menu-grid b{font-size:9px;font-weight:850;color:#a4afbd}
  .mobile-menu-cta{margin-top:0!important;min-height:50px;border-radius:14px;font-size:13px}
  .mobile-menu-inner>a:not(.btn){display:none}

  h2,.lead-content h2,.faq-intro h2{text-wrap:balance}
  h1{text-wrap:pretty}
  h1{font-size:clamp(38px,8.8vw,44px);line-height:1.015;letter-spacing:-.047em;margin:17px 0 15px;max-width:650px}
  h2{font-size:clamp(29px,6.8vw,34px);line-height:1.08;letter-spacing:-.038em}
  h3{letter-spacing:-.018em}
  .hero-text{font-size:15px;line-height:1.58;max-width:620px;color:#5f6c7d}
  .section-head{gap:10px;margin-bottom:22px}
  .section-head>p{font-size:13px;line-height:1.55;color:#667085}
  .eyebrow{font-size:10px;line-height:1.2;padding:6px 9px}
  .calc-copy>p{font-size:14px;line-height:1.6}
  .check-list li{font-size:12.5px;line-height:1.4}
  .lead-content>p{font-size:13px;line-height:1.6}
  .faq-intro>p{font-size:13px;line-height:1.55}
}

@media (max-width:520px){
  .container{width:min(calc(100% - 24px),500px)}
  .section{padding:40px 0}
  .header-inner{gap:7px}
  .brand{gap:8px}
  .brand-mark{width:35px;height:35px;border-radius:10px}
  .brand-mark svg{width:22px;height:22px}
  .brand-copy strong{font-size:13.5px}
  .brand-copy small{font-size:7px}
  .mobile-call,.menu-toggle{width:38px;height:38px;border-radius:11px}
  .mobile-call svg{width:18px;height:18px}
  .menu-toggle span{width:17px}
  .mobile-menu{padding-inline:8px}
  .mobile-menu-inner{padding:12px;border-radius:0 0 20px 20px}
  .mobile-menu-head{align-items:flex-start;flex-direction:column;gap:8px;padding-bottom:12px}
  .mobile-menu-head a{font-size:16px}
  .mobile-menu-head small{font-size:9px}
  .mobile-menu-grid{gap:6px}
  .mobile-menu-grid a:not(.btn){min-height:48px;padding:10px 11px;border-radius:12px;font-size:12px!important}
  .mobile-menu-cta{min-height:48px}

  h1{font-size:clamp(34.5px,9.4vw,38px);line-height:1.025;letter-spacing:-.042em;margin:16px 0 14px}
  h2{font-size:clamp(27px,7.6vw,31px);line-height:1.09;letter-spacing:-.034em}
  .hero{padding:16px 0 18px}
  .hero-text{font-size:14px;line-height:1.57;margin-bottom:18px}
  .hero-actions{margin-bottom:18px}
  .hero-actions .btn{min-height:50px;font-size:13px}
  .hero-facts{gap:6px}
  .hero-facts div{padding:10px 8px}
  .hero-facts strong{font-size:15px}
  .hero-facts span{font-size:9.5px;line-height:1.35}
  .section-head{margin-bottom:18px}
  .section-head>p{font-size:12.5px;line-height:1.55}
  .eyebrow{font-size:9.5px;padding:5px 8px}
  .solution-content h3{font-size:15px;line-height:1.12}
  .benefit-card h3{font-size:14.5px;line-height:1.25}
  .benefit-card p{font-size:10.5px;line-height:1.5}
  .process-step h3{font-size:14.5px}
  .process-step p{font-size:10.5px;line-height:1.45}
  .price-card h3{font-size:23px;line-height:1.08}
  .price-card>p{font-size:11.5px;line-height:1.5}
  .review-card>p{font-size:11.5px;line-height:1.55}
  .faq-intro h2{font-size:29px;line-height:1.08}
  .faq-intro>p{font-size:12px;line-height:1.55}
  .faq-item button{font-size:12.5px;line-height:1.35}
  .faq-answer>p{font-size:11px;line-height:1.6}
  .lead-content h2{font-size:28px;line-height:1.08}
  .lead-content>p{font-size:12.5px;line-height:1.55}
}

@media (max-width:370px){
  .brand-copy small{display:none}
  .brand-copy strong{font-size:13px}
  .mobile-call,.menu-toggle{width:36px;height:36px}
  h1{font-size:33px}
  h2{font-size:26px}
  .mobile-menu-grid{grid-template-columns:1fr}
  .mobile-menu-grid a:not(.btn){min-height:44px}
}

@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* Mobile redesign: prices + reviews */
.reviews-lead{margin:10px 0 0;color:var(--muted);font-size:13px;max-width:520px}
.rating-caption{display:none}

@media (max-width:520px){
  .prices-section,.reviews-section{padding:38px 0}
  .prices-section .section-head,.reviews-section .section-head{margin-bottom:16px}
  .prices-section .section-head h2,.reviews-section .section-head h2{font-size:27px;line-height:1.06;letter-spacing:-.035em;max-width:330px}
  .prices-section .section-head>p{font-size:12px;line-height:1.5;max-width:330px;margin-top:1px}

  .price-grid{display:grid;grid-template-columns:1fr;gap:12px}
  .price-card{
    display:grid;
    grid-template-columns:42px minmax(0,1fr) auto;
    grid-template-areas:
      "icon tag price"
      "icon title price"
      "desc desc desc"
      "list list list"
      "button button button";
    column-gap:12px;
    row-gap:0;
    padding:17px;
    border-radius:18px;
    box-shadow:0 6px 18px rgba(17,24,39,.045);
    overflow:visible;
  }
  .price-card:hover{transform:none}
  .price-card.featured{border:1.5px solid #a9c8ff;box-shadow:0 10px 26px rgba(23,105,255,.10)}
  .plan-icon{grid-area:icon;width:42px;height:42px;margin:0;border-radius:12px;align-self:start}
  .plan-icon svg{width:21px;height:21px}
  .plan-tag{grid-area:tag;align-self:end;font-size:9px;line-height:1.2;letter-spacing:.045em}
  .price-card h3{grid-area:title;font-size:21px;line-height:1.05;margin:3px 0 0;align-self:start}
  .price-card>p{grid-area:desc;font-size:11.5px;line-height:1.45;min-height:0;margin:14px 0 12px;color:#657285}
  .price{
    grid-area:price;
    display:grid;
    align-content:center;
    justify-items:end;
    gap:0;
    min-width:78px;
    padding:0;
    border:0;
  }
  .price small{display:none}
  .price strong{font-size:26px;line-height:1;letter-spacing:-.045em;white-space:nowrap}
  .price span{font-size:9px;line-height:1.2;margin:4px 0 0;color:#7b8797}
  .price-card ul{
    grid-area:list;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:7px;
    padding:0;
    margin:0 0 14px;
  }
  .price-card li{
    min-height:42px;
    display:flex;
    align-items:center;
    padding:8px 8px 8px 26px;
    border:1px solid #e8edf4;
    border-radius:11px;
    background:#f8fafc;
    font-size:10px;
    line-height:1.3;
    color:#344054;
  }
  .price-card li:before{left:9px;top:50%;width:7px;height:7px;transform:translateY(-50%);box-shadow:0 0 0 3px rgba(23,105,255,.09)}
  .price-card .btn{grid-area:button;min-height:46px;border-radius:12px;font-size:12.5px}
  .popular-label{top:-9px;right:13px;padding:5px 8px;font-size:8.5px;box-shadow:0 5px 12px rgba(23,105,255,.18)}

  .reviews-head{gap:12px}
  .reviews-head>div:first-child{max-width:none}
  .reviews-lead{display:block;margin:8px 0 0;font-size:12px;line-height:1.5;color:#6b7788}
  .rating-block{
    width:100%;
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:10px;
    padding:13px 14px;
    border-radius:16px;
    box-shadow:none;
    background:#f8fafc;
  }
  .rating-block strong{font-size:34px;line-height:1}
  .rating-block .stars{font-size:12px;letter-spacing:.09em}
  .rating-block small{font-size:10px;margin-top:2px}
  .rating-caption{display:block;font-size:9px;color:#8a95a3;text-align:right;max-width:72px;line-height:1.25}

  .review-track{
    display:flex;
    gap:10px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    overscroll-behavior-inline:contain;
    padding:2px 18px 8px 0;
    margin-right:-12px;
    scrollbar-width:none;
  }
  .review-track::-webkit-scrollbar{display:none}
  .review-card{
    position:relative;
    flex:0 0 min(86vw,340px);
    min-width:min(86vw,340px);
    scroll-snap-align:start;
    padding:18px;
    border-radius:18px;
    box-shadow:0 7px 20px rgba(17,24,39,.05);
  }
  .review-card:before{content:"“";position:absolute;right:15px;bottom:27px;font-family:Georgia,serif;font-size:54px;line-height:1;color:#edf2f8;pointer-events:none}
  .review-head{gap:10px;margin:0 0 13px;padding-right:78px}
  .avatar{width:40px;height:40px;font-size:10.5px}
  .review-head strong{font-size:13px;line-height:1.2}
  .review-head span{font-size:9.5px;line-height:1.3;margin-top:2px}
  .review-card>.stars{position:absolute;right:16px;top:20px;font-size:10px;letter-spacing:.06em}
  .review-card>p{position:relative;z-index:1;font-size:12.5px;line-height:1.55;margin:0 0 16px;color:#344054}
  .review-meta{position:relative;z-index:1;justify-content:flex-start;align-items:center;gap:7px;padding-top:12px;border-top:1px solid #edf1f5;font-size:9.5px}
  .review-meta span{padding:5px 7px;border-radius:999px;background:#edf4ff;color:#1769ff;font-weight:700}
  .review-meta time{color:#8a95a3}
}

@media (max-width:370px){
  .prices-section .section-head h2,.reviews-section .section-head h2{font-size:25px}
  .price-card{grid-template-columns:38px minmax(0,1fr) auto;padding:15px;column-gap:10px}
  .plan-icon{width:38px;height:38px}
  .price-card h3{font-size:19px}
  .price strong{font-size:23px}
  .price-card ul{gap:6px}
  .price-card li{font-size:9.5px;padding-left:24px}
  .review-card{flex-basis:88vw;min-width:88vw}
}

/* Mobile-only redesign: process + contacts */
.process-mobile,.contacts-mobile{display:none}

@media (max-width:520px){
  #process .process-line{display:none}
  #process .process-mobile{display:block}
  #process .section-head{margin-bottom:14px}
  #process .section-head>p{display:none}
  #process .section-head h2{font-size:26px;line-height:1.06;max-width:315px}
  .process-mobile{border:1px solid #e3eaf3;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 10px 28px rgba(17,24,39,.06)}
  .process-mobile-top{padding:18px 18px 17px;background:linear-gradient(135deg,#111b28 0%,#172638 100%);color:#fff}
  .process-mobile-top>span{display:inline-flex;align-items:center;min-height:25px;padding:0 9px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.07);font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#cbd8e7}
  .process-mobile-top>strong{display:block;max-width:290px;margin:13px 0 6px;font-size:21px;line-height:1.08;letter-spacing:-.035em}
  .process-mobile-top>p{margin:0;color:#9fb0c3;font-size:11px;line-height:1.5}
  .process-mobile-steps{padding:4px 16px 8px}
  .process-mobile-step{position:relative;display:grid;grid-template-columns:37px 1fr;gap:12px;align-items:center;min-height:70px;padding:10px 0;border-bottom:1px solid #edf1f5}
  .process-mobile-step:last-child{border-bottom:0}
  .process-mobile-step>span{width:37px;height:37px;border-radius:12px;display:grid;place-items:center;background:#edf4ff;color:#1769ff;font-size:9.5px;font-weight:900;position:relative;z-index:2}
  .process-mobile-step:not(:last-child):after{content:"";position:absolute;left:18px;top:49px;bottom:-11px;width:1px;background:#dce6f3}
  .process-mobile-step>div{display:grid;gap:2px}
  .process-mobile-step strong{font-size:14px;line-height:1.2;letter-spacing:-.015em}
  .process-mobile-step small{font-size:10.5px;line-height:1.45;color:#728094}
  .process-mobile-step.is-final{grid-template-columns:37px 1fr 28px}
  .process-mobile-step.is-final>span{background:#1769ff;color:#fff}
  .process-mobile-step.is-final>i{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#e8f7ef;color:#16a363;font-style:normal;font-size:14px;font-weight:900}

  #contacts .contacts-grid{display:none}
  #contacts .contacts-mobile{display:grid;gap:10px}
  #contacts .section-head{margin-bottom:14px}
  #contacts .section-head h2{font-size:26px;line-height:1.06;max-width:320px}
  #contacts .section-head>p{font-size:11.5px;line-height:1.5;margin:0;color:#718095}
  .contacts-mobile-hero{padding:19px;border-radius:22px;background:linear-gradient(135deg,#111b28 0%,#15283c 100%);color:#fff;box-shadow:0 12px 30px rgba(17,24,39,.12)}
  .contacts-mobile-label{display:inline-flex;align-items:center;min-height:25px;padding:0 9px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#b9c8d9;font-weight:800}
  .contacts-mobile-hero>strong{display:block;margin:14px 0 6px;font-size:27px;line-height:1;letter-spacing:-.04em}
  .contacts-mobile-hero>p{margin:0 0 15px;color:#9fb0c3;font-size:10.5px;line-height:1.5}
  .contacts-mobile-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .contacts-mobile-actions a{min-height:44px;border-radius:12px;display:grid;place-items:center;font-size:12px;font-weight:850;background:#fff;color:#111b28}
  .contacts-mobile-actions a:last-child{background:#1769ff;color:#fff;box-shadow:0 8px 18px rgba(23,105,255,.24)}
  .contacts-mobile-info{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .contacts-mobile-info>div,.contacts-mobile-messengers{padding:14px;border:1px solid #e5ebf3;border-radius:17px;background:#fff;box-shadow:0 6px 18px rgba(17,24,39,.04)}
  .contacts-mobile-info span,.contacts-mobile-messengers>span{display:block;margin-bottom:6px;font-size:8.5px;line-height:1.2;letter-spacing:.07em;text-transform:uppercase;color:#98a2b3;font-weight:900}
  .contacts-mobile-info strong,.contacts-mobile-info a{display:block;font-size:13px;line-height:1.3;letter-spacing:-.01em;color:#1d2939;overflow-wrap:anywhere}
  .contacts-mobile-info small{display:block;margin-top:4px;font-size:9px;line-height:1.4;color:#8a95a3}
  .contacts-mobile-messengers>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .contacts-mobile-messengers a{min-height:37px;border-radius:10px;display:grid;place-items:center;background:#eef5ff;color:#1769ff;font-size:11px;font-weight:800}
  .contacts-mobile-map{height:220px;border-radius:18px;overflow:hidden;border:1px solid #e2e8f0;background:#edf1f5}
  .contacts-mobile-map iframe{width:100%;height:100%;border:0;filter:saturate(.78) contrast(.97)}
}

@media (max-width:370px){
  #process .section-head h2,#contacts .section-head h2{font-size:24px}
  .process-mobile-top{padding:16px}
  .process-mobile-top>strong{font-size:19px}
  .process-mobile-steps{padding-inline:14px}
  .process-mobile-step{grid-template-columns:34px 1fr;gap:10px}
  .process-mobile-step>span{width:34px;height:34px;border-radius:11px}
  .process-mobile-step:not(:last-child):after{left:16.5px}
  .process-mobile-step.is-final{grid-template-columns:34px 1fr 26px}
  .process-mobile-step.is-final>i{width:26px;height:26px}
  .contacts-mobile-hero>strong{font-size:24px}
  .contacts-mobile-info{grid-template-columns:1fr}
  .contacts-mobile-map{height:200px}
}
