:root{--blue:#123f70;--blue2:#0b2d53;--orange:#ff6508;--light:#f4f7fb;--text:#172033;--muted:#667085;--line:#dfe7f1;--shadow:0 18px 45px rgba(16,48,86,.12)}*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;color:var(--text);line-height:1.55;background:#fff}a{color:inherit}.wrap{max-width:1180px;margin:0 auto;padding:0 20px}.top{position:sticky;top:0;background:#fff;z-index:50;border-bottom:1px solid var(--line);box-shadow:0 8px 26px rgba(16,48,86,.06)}.top__in{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:14px}.logo img{width:205px;max-height:50px}.nav{display:flex;gap:4px;background:#f5f8fc;border:1px solid var(--line);border-radius:999px;padding:5px}.nav>a,.nav-dd>a{display:flex;min-height:34px;align-items:center;padding:8px 12px;border-radius:999px;color:#263b56;font-weight:700;font-size:13px;text-decoration:none;white-space:nowrap}.nav>a:hover,.nav-dd>a:hover{background:#fff;color:var(--blue)}.nav-dd{position:relative}.nav-dd__menu{display:none;position:absolute;top:calc(100% + 8px);left:0;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:10px;min-width:300px}.nav-dd:hover .nav-dd__menu{display:grid}.nav-dd__menu a{text-decoration:none;padding:10px;border-radius:10px}.nav-dd__menu a:hover{background:var(--light)}.contacts{display:flex;align-items:center;gap:10px}.phone{font-weight:800;color:var(--blue);text-decoration:none;border:1px solid var(--line);border-radius:999px;padding:9px 12px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;padding:14px 20px;font-weight:800;text-decoration:none;cursor:pointer;background:var(--orange);color:#fff}.btn--blue{background:var(--blue)}.hero{background:linear-gradient(125deg,#f8fbff,#eff5fb 50%,#fff2e9);padding:46px 0}.hero-title h1{font-size:46px;line-height:1.08;color:#0b2848;margin:14px 0}.eyebrow{display:inline-flex;padding:7px 12px;background:#fff;border:1px solid var(--line);border-radius:999px;color:var(--blue);font-weight:800;font-size:14px}.lead{font-size:20px;color:#344054;max-width:980px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px}.hero-photo{min-height:500px;border-radius:28px;border:1px solid var(--line);background:linear-gradient(135deg,#e8eef6,#fff2e9);box-shadow:var(--shadow);overflow:hidden;position:relative}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-photo.is-empty:before{content:'Добавьте фото: /assets/img/hero/hero-machine.jpg';position:absolute;inset:0;display:grid;place-items:center;color:var(--blue);font-weight:900}.hero-photo span{position:absolute;left:18px;bottom:16px;background:rgba(255,255,255,.92);border-radius:12px;padding:9px;color:var(--blue);font-size:12px;font-weight:800}.hero-form{background:linear-gradient(135deg,#fff,#fff7f1);border:2px solid rgba(255,101,8,.35);border-radius:22px;padding:24px;box-shadow:0 24px 70px rgba(255,101,8,.16)}.hero-form h2{margin:0 0 8px;color:#0b2848}.lead-form{display:grid;gap:10px;background:#fff;border:1px solid rgba(255,101,8,.20);border-radius:18px;padding:16px}.lead-form label{font-weight:800;color:#344054}.lead-form input,.lead-form textarea{width:100%;margin-top:6px;border:1px solid #cfd8e3;border-radius:12px;padding:13px 14px;font:inherit;font-weight:400}.lead-form textarea{min-height:80px}input::placeholder,textarea::placeholder{font-weight:400;color:#98a2b3}.consent{display:flex;gap:10px;font-weight:500}.consent input{width:18px}.field-error{display:none;color:#b42318;font-size:13px;font-weight:700}.field-error.is-visible{display:block}.formnote{font-size:13px;color:var(--muted);margin:0}.trustbar{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:22px}.trustbar div,.card,.proof{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 8px 28px rgba(16,48,86,.06)}.trustbar b{display:block;color:var(--blue);font-size:20px}.section{padding:66px 0}.section--gray{background:var(--light)}.section__head{display:flex;justify-content:space-between;gap:20px;margin-bottom:26px}.section__head h2{margin:0 0 10px;font-size:32px;color:#0b2848}.section__head p{margin:0;color:var(--muted)}.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.tech-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.tech-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:22px;text-decoration:none;overflow:hidden;box-shadow:0 8px 28px rgba(16,48,86,.06)}.tech-card__img{aspect-ratio:16/10;background:linear-gradient(135deg,#e8eef6,#fff2e9);position:relative}.tech-card__img img{width:100%;height:100%;object-fit:cover}.tech-card__img.is-empty:after{content:'Фото 640×420 px';position:absolute;inset:0;display:grid;place-items:center;color:var(--blue);font-weight:900}.tech-card__body{display:grid;gap:8px;padding:18px}.tech-card__body b{font-size:22px;color:#0b2848}.tech-card__body em{font-style:normal;color:#526074}.tech-card__body small{color:#7a8597;font-size:12px}.seo-text{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 8px 28px rgba(16,48,86,.06);font-size:17px;color:#344054}.faq{display:grid;gap:12px}.faq details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:17px}.faq summary{font-weight:800;color:#0b2848}.cta{background:linear-gradient(135deg,var(--blue2),var(--blue));color:#fff;border-radius:30px;padding:34px;display:grid;grid-template-columns:1fr 420px;gap:26px}.cta h2,.cta p{color:#fff}.cta-form{background:#fff;border-radius:22px;padding:20px;color:var(--text)}.footer{background:#071d35;color:#fff;padding:36px 0}.footer img{width:220px;background:#fff;border-radius:12px;padding:8px}.footer a{color:#fff}.modal{display:none;position:fixed;inset:0;z-index:1000;padding:20px;align-items:center;justify-content:center}.modal.is-open{display:flex}.modal__overlay{position:absolute;inset:0;background:rgba(7,29,53,.70)}.modal__dialog{position:relative;background:#fff;border-radius:24px;padding:26px;max-width:520px;width:100%;max-height:92vh;overflow:auto}.modal__close{position:absolute;right:12px;top:10px;width:36px;height:36px;border:0;border-radius:50%;font-size:26px}.thanks-icon{width:60px;height:60px;border-radius:50%;background:#e8f7f0;color:#14784b;display:grid;place-items:center;font-size:34px;font-weight:900;margin:auto}.modal__dialog--small{text-align:center}.cookie{display:none;position:fixed;left:18px;bottom:18px;z-index:900;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:var(--shadow);max-width:420px}.cookie.is-visible{display:flex;gap:12px;align-items:center}@media(max-width:1080px){.nav{display:none}.hero-grid,.cta{grid-template-columns:1fr}.grid4,.trustbar{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.hero-title h1{font-size:31px}.hero-photo{min-height:280px}.tech-cards,.grid4,.trustbar{grid-template-columns:1fr}.section{padding:46px 0}.contacts .btn{display:none}.phone{font-size:14px}.logo img{width:180px}.cookie{left:10px;right:10px;bottom:10px;max-width:none}}
/* v12: HTML SEO text from MySQL */
.seo-text{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px;box-shadow:0 8px 28px rgba(16,48,86,.06);color:#344054;font-size:17px;line-height:1.68}.seo-text h2,.seo-text h3,.seo-text h4{color:#0b2848;margin:18px 0 10px;line-height:1.25}.seo-text h3:first-child,.seo-text h2:first-child{margin-top:0}.seo-text p{margin:0 0 14px}.seo-text ul,.seo-text ol{margin:8px 0 16px;padding-left:24px}.seo-text li{margin:6px 0}.seo-text strong,.seo-text b{color:#0b2848}.seo-text a{color:var(--blue);font-weight:800}

/* v14: compact header, first screen and modern footer */
.top{background:rgba(255,255,255,.96);backdrop-filter:blur(10px);box-shadow:0 8px 26px rgba(16,48,86,.07)}
.top__in{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.logo img{width:190px;max-height:46px;display:block}.nav{display:none!important}
.header-contacts{display:flex;align-items:center;gap:10px;margin-left:auto}.header-contacts .mail{font-weight:800;color:#123f70;text-decoration:none;border:1px solid var(--line);background:#f8fbff;border-radius:999px;padding:9px 12px;white-space:nowrap}.header-contacts .phone{background:#fff}.header-contacts .btn{border-radius:999px;padding:12px 16px}
.hero{padding:24px 0 26px}.hero-title{margin-bottom:14px}.hero-title h1{font-size:38px;line-height:1.08;margin:10px 0 8px;letter-spacing:-.4px}.eyebrow{padding:6px 10px;font-size:13px}.lead{font-size:17px;line-height:1.45;max-width:1060px;margin:0;color:#344054}.hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:22px;align-items:stretch;margin-top:14px}.hero-photo{min-height:365px;height:calc(100vh - 365px);max-height:455px;border-radius:24px}.hero-photo span{font-size:11px;padding:7px 9px;max-width:calc(100% - 32px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-form{padding:18px 18px 16px;border-radius:22px}.hero-form h2{font-size:24px;line-height:1.18;margin:0 0 4px}.hero-form>p{margin:0 0 10px;font-size:14px;line-height:1.35;color:#526074}.hero-form .lead-form{gap:8px;padding:14px;border-radius:16px}.lead-form label{font-size:14px}.lead-form input,.lead-form textarea{margin-top:5px;padding:11px 12px;border-radius:10px}.hero-form .lead-form textarea{min-height:54px}.consent{font-size:12.5px;line-height:1.3}.formnote{font-size:12px}.hero-form .btn{padding:12px 16px;width:100%;border-radius:12px}.trustbar{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}.trustbar div{padding:12px 14px;border-radius:16px}.trustbar b{font-size:17px}.trustbar span{font-size:13px;color:#526074}.section{padding:58px 0}
.footer-modern{background:radial-gradient(circle at 15% 0%,rgba(255,101,8,.18),transparent 28%),linear-gradient(135deg,#061a30,#0b2d53);color:#fff;padding:42px 0 0}.footer__grid{display:grid;grid-template-columns:1.45fr .8fr .75fr 1fr;gap:28px;align-items:start}.footer__logo img{width:210px;background:#fff;border-radius:14px;padding:8px}.footer__brand p{max-width:430px;color:rgba(255,255,255,.78);margin:18px 0 16px}.footer__badges{display:flex;gap:8px;flex-wrap:wrap}.footer__badges span{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.footer__col,.footer__contact{display:grid;gap:9px}.footer h3{margin:0 0 8px;font-size:17px;color:#fff}.footer__col a,.footer__contact a{color:rgba(255,255,255,.82);text-decoration:none}.footer__col a:hover,.footer__contact a:hover{color:#fff}.footer__phone{font-size:22px;font-weight:900;color:#fff!important}.footer__mail{font-weight:800}.footer__contact .btn{margin-top:8px;max-width:190px}.footer__bottom{display:flex;gap:18px;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.12);margin-top:32px;padding:16px 20px;color:rgba(255,255,255,.7);font-size:13px}.footer__bottom a{color:rgba(255,255,255,.75);text-decoration:none}.footer img{width:auto;background:transparent;border-radius:0;padding:0}
@media(max-width:1080px){.header-contacts .mail{display:none}.hero-grid{grid-template-columns:1fr}.hero-photo{height:auto;min-height:320px;max-height:none}.footer__grid{grid-template-columns:1fr 1fr}.hero-title h1{font-size:34px}.trustbar{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.top__in{min-height:58px}.logo img{width:160px}.header-contacts .phone{font-size:13px;padding:7px 9px}.hero{padding:18px 0 22px}.hero-title h1{font-size:29px}.lead{font-size:16px}.hero-photo{min-height:260px;border-radius:18px}.hero-form{padding:15px}.trustbar,.footer__grid{grid-template-columns:1fr}.footer__bottom{display:grid;gap:8px}.section{padding:44px 0}}
