
:root{
  --blue:#0756a8;
  --blue-dark:#123b69;
  --graphite:#202a35;
  --muted:#667484;
  --gray:#f4f6f8;
  --border:#d9dee5;
  --white:#fff;
  --success:#18864b;
  --warning:#9a6300;
  --shadow:0 8px 24px rgba(22,34,49,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.mps-site{margin:0;background:#fff;color:var(--graphite);font-family:Arial,Helvetica,sans-serif;line-height:1.5}
img{max-width:100%;display:block}
a{color:inherit}
button,input,select,textarea{font:inherit}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.mps-container{width:min(1240px,calc(100% - 40px));margin:0 auto}

/* Header */
.mps-topbar{background:var(--graphite);color:#e7edf3;font-size:13px}
.mps-topbar__inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.mps-topbar__inner div{display:flex;gap:18px}
.mps-topbar a{text-decoration:none;color:#fff}
.mps-mainbar{background:#fff;border-bottom:1px solid var(--border)}
.mps-mainbar__inner{min-height:86px;display:grid;grid-template-columns:300px minmax(260px,1fr) auto auto;gap:24px;align-items:center}
.mps-brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.mps-brand img{width:118px;height:64px;object-fit:contain}
.mps-brand strong{display:block;font-size:22px;line-height:1;color:var(--graphite)}
.mps-brand small{display:block;margin-top:4px;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.mps-header-search{display:grid;grid-template-columns:1fr auto;border:1px solid var(--border);background:#fff}
.mps-header-search input{height:46px;border:0;padding:0 14px;outline:0;color:var(--graphite)}
.mps-header-search button{border:0;background:var(--blue);color:#fff;padding:0 18px;font-weight:800;cursor:pointer}
.mps-header-actions{display:flex;gap:10px;align-items:center}
.mps-compare-link,.mps-callback-btn{height:40px;padding:0 13px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--border);background:#fff;color:var(--blue-dark);text-decoration:none;font-weight:800;cursor:pointer}
.mps-compare-link span{min-width:22px;height:22px;display:grid;place-items:center;background:var(--blue);color:#fff;border-radius:50%;font-size:12px}
.mps-callback-btn{background:var(--blue);border-color:var(--blue);color:#fff}
.mps-menu-toggle{display:none;border:1px solid var(--border);background:#fff;width:44px;height:44px;font-size:22px;cursor:pointer}
.mps-nav{background:#fff;border-bottom:1px solid var(--border)}
.mps-nav__inner{min-height:48px;display:flex;align-items:center;gap:4px}
.mps-nav a{height:48px;display:inline-flex;align-items:center;padding:0 15px;text-decoration:none;font-weight:700;color:#34404d;border-bottom:3px solid transparent}
.mps-nav a:hover,.mps-nav a.active{color:var(--blue);border-bottom-color:var(--blue)}

/* Buttons & headings */
.mps-btn{min-height:44px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:1px solid transparent;font-weight:800;cursor:pointer}
.mps-btn--primary{background:var(--blue);border-color:var(--blue);color:#fff}
.mps-btn--secondary{background:#fff;border-color:#bfc9d4;color:var(--blue-dark)}
.mps-kicker,.mps-section-head span,.mps-inner-intro>span{display:block;margin-bottom:8px;color:var(--blue);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.mps-section{padding:58px 0}
.mps-section--gray{background:var(--gray)}
.mps-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}
.mps-section-head h2{margin:0;font-size:34px;line-height:1.1;letter-spacing:-.03em}
.mps-section-head a{color:var(--blue);font-weight:800;text-decoration:none}

/* Hero */
.mps-hero{background:#fff;border-bottom:1px solid var(--border)}
.mps-hero__grid{min-height:310px;display:grid;grid-template-columns:1.1fr .9fr}
.mps-hero__content{padding:46px 42px 40px 0;display:flex;flex-direction:column;justify-content:center}
.mps-hero h1{margin:0 0 16px;max-width:720px;font-size:50px;line-height:1.02;letter-spacing:-.045em}
.mps-hero p{margin:0 0 24px;max-width:680px;color:var(--muted);font-size:18px;font-weight:600}
.mps-hero__actions{display:flex;gap:10px;flex-wrap:wrap}
.mps-hero__facts{display:flex;gap:22px;flex-wrap:wrap;margin-top:28px;padding-top:20px;border-top:1px solid var(--border)}
.mps-hero__facts span{display:flex;flex-direction:column;color:var(--muted);font-size:13px}
.mps-hero__facts b{color:var(--graphite);font-size:18px}
.mps-hero__visual{background:linear-gradient(rgba(18,59,105,.14),rgba(18,59,105,.14)),url("assets/site-background.png") center/cover no-repeat;border-left:1px solid var(--border)}

/* Categories, cards, steps */
.mps-category-grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--border)}
.mps-category-grid a{min-height:122px;padding:22px;border-right:1px solid var(--border);text-decoration:none;background:#fff}
.mps-category-grid a:last-child{border-right:0}
.mps-category-grid a:hover{background:#f7faff}
.mps-category-grid b{display:block;margin-bottom:8px;font-size:19px}
.mps-category-grid span{color:var(--muted);font-size:14px}
.mps-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.mps-service-grid article{padding:24px;border:1px solid var(--border);background:#fff}
.mps-service-grid b,.mps-about-grid b{display:inline-grid;place-items:center;width:36px;height:36px;margin-bottom:18px;background:var(--blue-dark);color:#fff}
.mps-service-grid h3{margin:0 0 8px}
.mps-service-grid p{margin:0;color:var(--muted)}
.mps-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--border)}
.mps-steps li{padding:22px;border-right:1px solid var(--border);background:#fff}
.mps-steps li:last-child{border-right:0}
.mps-steps b{display:block;color:var(--blue);font-size:13px;margin-bottom:8px}
.mps-steps span{font-size:18px;font-weight:800}
.mps-condition-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.mps-condition-grid article{padding:22px;border-left:4px solid var(--blue);background:var(--gray)}
.mps-condition-grid h3{margin:0 0 8px}
.mps-condition-grid p{margin:0;color:var(--muted)}

/* Products */
.mps-product-grid,.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card{border:1px solid var(--border);background:#fff;display:flex;flex-direction:column;min-width:0}
.product-media{position:relative;height:220px;background:#eef2f6;border-bottom:1px solid var(--border);overflow:hidden}
.product-media img{width:100%;height:100%;object-fit:cover}
.product-icon{width:100%;height:100%;display:grid;place-items:center;color:#8090a0}
.product-icon svg{width:86px;height:86px}
.badge{position:absolute;left:12px;top:12px;z-index:2;padding:5px 8px;background:#fff;border:1px solid var(--border);font-size:12px;font-weight:800}
.badge.ok{color:var(--success);border-color:#b5ddc7}
.badge.order{color:var(--warning);border-color:#e5d09b}
.gallery-count{position:absolute;right:12px;top:12px;z-index:2;padding:5px 8px;background:rgba(32,42,53,.86);color:#fff;font-size:12px}
.product-body{padding:18px;display:flex;flex-direction:column;flex:1}
.product-body small{color:var(--blue);font-weight:800;text-transform:uppercase}
.product-body h3{margin:7px 0 8px;font-size:21px;line-height:1.18}
.product-body p{margin:0 0 14px;color:var(--muted);font-size:14px}
.specs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:14px}
.specs span{padding:5px 7px;background:#f1f4f7;color:#526170;font-size:12px;font-weight:700}
.price-row{margin-top:auto;padding-top:8px}
.price-row b{font-size:22px;color:var(--graphite)}
.compare-check{margin:12px 0;color:#526170;font-size:13px;font-weight:700}
.card-actions{display:grid;grid-template-columns:1fr;gap:8px}
.card-actions .btn-dark{min-height:42px;border:0;background:var(--blue);color:#fff;font-weight:800;cursor:pointer}
.card-actions .icon-btn{display:none}
.pdf-link{display:inline-block;margin-top:10px;color:var(--blue);font-size:13px;font-weight:800;text-decoration:none}
.mps-empty-state{padding:34px;border:1px dashed #aeb9c5;background:#fff;text-align:center}
.mps-empty-state h3{margin:0 0 8px;font-size:24px}
.mps-empty-state p{margin:0 0 18px;color:var(--muted)}

/* Request, maps */
.mps-section--request{background:var(--graphite);color:#fff}
.mps-request-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:46px;align-items:start}
.mps-section--request h2{margin:0 0 12px;font-size:38px}
.mps-section--request p{color:#d5dde5}
.mps-contact-list{display:grid;gap:10px;margin-top:22px}
.mps-contact-list a{color:#fff;text-decoration:none;font-weight:800}
.mps-contact-list span{color:#c4ced8}
.mps-request-form,.mps-estimate-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:24px;background:#fff;color:var(--graphite);border:1px solid var(--border)}
.mps-request-form label,.mps-estimate-form label{display:flex;flex-direction:column;gap:7px;font-weight:800}
.mps-request-form input,.mps-request-form select,.mps-request-form textarea,
.mps-estimate-form input,.mps-estimate-form select,.mps-estimate-form textarea{width:100%;min-height:44px;border:1px solid #bec9d4;background:#fff;padding:0 12px;color:var(--graphite)}
.mps-request-form textarea,.mps-estimate-form textarea{min-height:110px;padding-top:12px;resize:vertical}
.wide{grid-column:1/-1}
.file-control{display:flex;align-items:center;gap:10px;min-height:44px}
.file-control input[type=file]{position:absolute;width:1px;height:1px;opacity:0}
.file-button{min-height:40px;padding:0 14px;display:inline-flex;align-items:center;background:var(--blue);color:#fff;cursor:pointer}
.file-name{color:var(--muted);font-size:13px}
.mps-map-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:22px;align-items:stretch}
.mps-map-grid iframe,.mps-contact-map,.mps-location-layout iframe{width:100%;min-height:360px;border:1px solid var(--border)}
.mps-map-grid h2{font-size:34px;margin:0 0 10px}
.mps-map-grid p{color:var(--muted)}

/* Catalog */
.mps-catalog-page,.mps-inner-page{padding:30px 0 60px;background:#fff}
.mps-breadcrumbs{display:flex;gap:8px;align-items:center;margin-bottom:20px;color:#7a8794;font-size:13px}
.mps-breadcrumbs a{color:var(--blue);text-decoration:none}
.mps-page-title{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;padding-bottom:22px;border-bottom:1px solid var(--border)}
.mps-page-title h1,.mps-inner-intro h1{margin:0 0 8px;font-size:40px;line-height:1.08;letter-spacing:-.035em}
.mps-page-title p,.mps-inner-intro p{margin:0;color:var(--muted)}
.mps-catalog-title-tools{display:flex;align-items:flex-end;gap:14px}
.mps-catalog-title-tools label{display:flex;flex-direction:column;gap:5px;font-size:12px;font-weight:800}
.mps-catalog-title-tools select{height:40px;border:1px solid var(--border);padding:0 10px}
.mps-filter-toggle{display:none;height:40px;border:1px solid var(--blue);background:var(--blue);color:#fff;padding:0 14px;font-weight:800}
.mps-catalog-layout{display:grid;grid-template-columns:260px 1fr;gap:24px;padding-top:24px}
.mps-filter-panel{align-self:start;border:1px solid var(--border);padding:20px;background:#fff}
.mps-filter-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}
.mps-filter-head h2{margin:0;font-size:22px}
.mps-filter-head button{display:none;border:0;background:transparent;font-size:28px}
.mps-filter-panel label{display:flex;flex-direction:column;gap:7px;margin-bottom:15px;font-size:13px;font-weight:800}
.mps-filter-panel select{height:42px;border:1px solid var(--border);padding:0 10px;background:#fff}
.mps-filter-panel .mps-btn{width:100%;margin-top:4px}
.mps-filter-reset{width:100%;margin-top:8px;height:40px;border:1px solid var(--border);background:#fff;color:var(--muted);font-weight:800;cursor:pointer}
.mps-filter-note{margin-top:20px;padding-top:18px;border-top:1px solid var(--border)}
.mps-filter-note p{color:var(--muted);font-size:13px}
.mps-filter-note a{color:var(--blue);font-weight:800;text-decoration:none}
.compare-bar{position:sticky;bottom:12px;margin-top:18px;padding:12px 14px;display:flex;align-items:center;gap:10px;background:var(--graphite);color:#fff;box-shadow:var(--shadow)}
.compare-bar button{height:36px;border:1px solid #fff;background:#fff;color:var(--graphite);font-weight:800;cursor:pointer}
.compare-bar button:last-child{background:transparent;color:#fff}
.mps-seo-text,.recent-viewed{margin-top:36px;padding:24px;background:var(--gray);border-left:4px solid var(--blue)}
.mps-seo-text h2{margin:0 0 10px}
.mps-seo-text p{margin:0;color:var(--muted)}
.recent-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.recent-item{padding:14px;background:#fff;border:1px solid var(--border)}
.recent-item strong,.recent-item span{display:block}

/* Inner pages */
.mps-inner-intro{max-width:850px;padding:22px 0 32px}
.mps-service-list{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--border)}
.mps-service-list article{display:grid;grid-template-columns:48px 1fr;gap:18px;padding:24px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}
.mps-service-list article:nth-child(even){border-right:0}
.mps-service-list article:nth-last-child(-n+2){border-bottom:0}
.mps-service-list b{color:var(--blue);font-size:13px}
.mps-service-list h2{margin:0 0 6px;font-size:22px}
.mps-service-list p{margin:0;color:var(--muted)}
.mps-info-grid,.mps-about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}
.mps-info-grid article,.mps-about-grid article{padding:22px;background:var(--gray);border-left:4px solid var(--blue)}
.mps-info-grid h3,.mps-about-grid h2{margin:0 0 8px}
.mps-info-grid p,.mps-about-grid p{margin:0;color:var(--muted)}
.mps-cta-strip{margin-top:30px;padding:24px;display:flex;justify-content:space-between;align-items:center;gap:20px;background:var(--graphite);color:#fff}
.mps-cta-strip h2{margin:0 0 6px}
.mps-cta-strip p{margin:0;color:#cbd4de}
.mps-estimate-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:24px}
.mps-estimate-result{padding:26px;background:var(--gray);border:1px solid var(--border);align-self:start}
.mps-estimate-result>span{color:var(--blue);font-size:12px;font-weight:900;text-transform:uppercase}
.mps-estimate-result strong{display:block;margin:10px 0;font-size:34px}
.mps-estimate-result p,.mps-estimate-result li{color:var(--muted)}
.mps-estimate-result a{display:block;margin-top:20px;color:var(--blue);font-size:20px;font-weight:900;text-decoration:none}
.mps-contact-page-grid,.mps-location-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:24px}
.mps-contact-card{padding:26px;border:1px solid var(--border)}
.mps-contact-card h2{margin:0 0 20px}
.mps-contact-card div{padding:14px 0;border-top:1px solid var(--border)}
.mps-contact-card span{display:block;margin-bottom:5px;color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}
.mps-contact-card a{color:var(--blue);font-weight:800;text-decoration:none}
.mps-contact-card p{margin:0}
.mps-location-layout aside{padding:26px;border:1px solid var(--border)}
.mps-location-layout aside a{display:block;margin:10px 0;color:var(--blue);font-weight:800;text-decoration:none}
.mps-project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.mps-project-grid article{border:1px solid var(--border);background:#fff}
.mps-project-grid img{width:100%;height:250px;object-fit:cover;background:#eef2f6}
.mps-project-grid div{padding:18px}
.mps-project-grid span{color:var(--blue);font-size:12px;font-weight:900;text-transform:uppercase}
.mps-project-grid h2{margin:7px 0 0;font-size:22px}

/* Footer */
.mps-footer{background:#eef2f5;border-top:1px solid var(--border);padding-top:34px}
.mps-footer__grid{display:grid;grid-template-columns:1.2fr .6fr 1fr;gap:36px;padding-bottom:30px}
.mps-footer__brand img{width:140px;height:76px;object-fit:contain}
.mps-footer p,.mps-footer span{color:var(--muted)}
.mps-footer h3{margin:0 0 12px;font-size:16px}
.mps-footer a{display:block;margin:7px 0;color:var(--graphite);text-decoration:none}
.mps-footer__bottom{padding:14px;text-align:center;border-top:1px solid var(--border);color:var(--muted);font-size:13px}

/* Modals, floating */
.product-modal{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:20px;background:rgba(20,28,37,.62)}
.product-modal__card{position:relative;width:min(1000px,100%);max-height:90vh;overflow:auto;display:grid;grid-template-columns:1fr 1fr;background:#fff}
.product-modal__close{position:absolute;right:12px;top:12px;z-index:2;width:38px;height:38px;border:1px solid var(--border);background:#fff;font-size:24px;cursor:pointer}
.product-modal__gallery{padding:24px;background:#f2f5f7}
.product-modal__main{width:100%;height:360px;object-fit:cover}
.product-modal__thumbs{display:flex;gap:8px;margin-top:10px}
.product-modal__thumbs button{width:70px;height:55px;padding:0;border:1px solid var(--border);background:#fff}
.product-modal__thumbs img{width:100%;height:100%;object-fit:cover}
.product-modal__info{padding:32px}
.product-modal__info h2{font-size:32px;margin:8px 0 12px}
.product-modal__info strong{font-size:25px}
.product-modal__info li{margin:7px 0}
.product-modal__actions{display:flex;gap:8px;margin-top:18px}
.product-modal__actions a{padding:11px 14px;background:var(--blue);color:#fff;text-decoration:none;font-weight:800}
.compare-modal__card{display:block;padding:28px}
.compare-table-wrap{overflow:auto}
.compare-table-wrap table{width:100%;border-collapse:collapse}
.compare-table-wrap th,.compare-table-wrap td{padding:12px;border:1px solid var(--border);text-align:left}
.floating-contact{position:fixed;right:22px;bottom:22px;z-index:100}
.floating-contact__main{width:56px;height:56px;border:0;border-radius:50%;background:var(--blue);color:#fff;font-size:22px;cursor:pointer;box-shadow:var(--shadow)}
.floating-contact__menu{position:absolute;right:0;bottom:66px;width:190px;display:none;padding:8px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow)}
.floating-contact.open .floating-contact__menu{display:grid}
.floating-contact__menu a,.floating-contact__menu button{min-height:38px;border:0;border-bottom:1px solid var(--border);background:#fff;text-decoration:none;color:var(--graphite);font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer}
.back-to-top{position:fixed;right:88px;bottom:26px;width:46px;height:46px;border:1px solid var(--border);border-radius:50%;background:#fff;color:var(--blue);font-size:20px;opacity:0;pointer-events:none;transition:.2s}
.back-to-top.visible{opacity:1;pointer-events:auto}

/* Responsive */
@media(max-width:1050px){
  .mps-mainbar__inner{grid-template-columns:1fr auto}
  .mps-header-search,.mps-header-actions{display:none}
  .mps-menu-toggle{display:block}
  .mps-nav{display:none}
  .mps-nav.open{display:block}
  .mps-nav__inner{display:grid;height:auto;padding:10px 0}
  .mps-nav a{height:42px;border:0}
  .mps-hero__grid{grid-template-columns:1fr}
  .mps-hero__visual{min-height:220px;border-left:0;border-top:1px solid var(--border)}
  .mps-category-grid{grid-template-columns:repeat(2,1fr)}
  .mps-category-grid a{border-bottom:1px solid var(--border)}
  .mps-service-grid{grid-template-columns:repeat(2,1fr)}
  .mps-steps{grid-template-columns:1fr}
  .mps-steps li{border-right:0;border-bottom:1px solid var(--border)}
  .mps-request-grid,.mps-map-grid,.mps-estimate-layout,.mps-contact-page-grid,.mps-location-layout{grid-template-columns:1fr}
  .mps-catalog-layout{grid-template-columns:1fr}
  .mps-filter-toggle{display:inline-flex;align-items:center}
  .mps-filter-panel{position:fixed;inset:0 auto 0 0;z-index:150;width:min(340px,90vw);transform:translateX(-105%);transition:.2s;overflow:auto;box-shadow:var(--shadow)}
  .mps-filter-panel.open{transform:translateX(0)}
  .mps-filter-head button{display:block}
  .mps-product-grid,.product-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .mps-container{width:min(100% - 24px,1240px)}
  .mps-topbar{display:none}
  .mps-mainbar__inner{min-height:72px}
  .mps-brand img{width:94px;height:52px}
  .mps-brand strong{font-size:18px}
  .mps-brand small{font-size:10px}
  .mps-hero__content{padding:32px 0}
  .mps-hero h1{font-size:38px}
  .mps-section{padding:42px 0}
  .mps-section-head h2{font-size:28px}
  .mps-category-grid,.mps-service-grid,.mps-condition-grid,.mps-product-grid,.product-grid,.mps-info-grid,.mps-about-grid,.mps-project-grid{grid-template-columns:1fr}
  .mps-category-grid a{border-right:0}
  .mps-request-form,.mps-estimate-form{grid-template-columns:1fr;padding:18px}
  .wide{grid-column:auto}
  .mps-page-title{align-items:flex-start;flex-direction:column}
  .mps-catalog-title-tools{width:100%;flex-wrap:wrap}
  .mps-service-list{grid-template-columns:1fr}
  .mps-service-list article{border-right:0!important;border-bottom:1px solid var(--border)!important}
  .mps-service-list article:last-child{border-bottom:0!important}
  .mps-footer__grid{grid-template-columns:1fr}
  .product-modal__card{grid-template-columns:1fr}
  .product-modal__main{height:240px}
  .recent-grid{grid-template-columns:1fr}
}


:root{
  --store-blue:#0756a8;
  --store-blue-dark:#123b69;
  --store-ink:#202a35;
  --store-muted:#687685;
  --store-bg:#f5f7f9;
  --store-border:#dce2e8;
  --store-white:#fff;
  --store-green:#1a7f4b;
  --store-red:#d13c3c;
  --store-shadow:0 8px 28px rgba(25,40,58,.08);
}

body.mps-site{background:#fff;color:var(--store-ink)}
.store-container{width:min(1320px,calc(100% - 40px));margin:0 auto}

/* Store header */
.store-topbar{background:#202a35;color:#dce4ec;font-size:12px}
.store-topbar__inner{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.store-topbar__inner div{display:flex;gap:18px}
.store-topbar a{color:#fff;text-decoration:none}
.store-mainbar{background:#fff;border-bottom:1px solid var(--store-border)}
.store-mainbar__inner{min-height:94px;display:grid;grid-template-columns:285px minmax(320px,1fr) auto auto;align-items:center;gap:24px}
.store-brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.store-brand img{width:112px;height:66px;object-fit:contain}
.store-brand strong{display:block;font-size:22px;line-height:1;color:var(--store-ink)}
.store-brand small{display:block;margin-top:5px;color:var(--store-muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.store-search{height:48px;display:grid;grid-template-columns:1fr auto;border:2px solid var(--store-blue);background:#fff}
.store-search input{min-width:0;border:0;padding:0 15px;outline:0;color:var(--store-ink)}
.store-search button{border:0;padding:0 22px;background:var(--store-blue);color:#fff;font-weight:900;cursor:pointer}
.store-header-actions{display:flex;align-items:stretch;gap:4px}
.store-header-action{min-width:88px;min-height:58px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;border:0;background:#fff;color:var(--store-ink);text-decoration:none;font-size:11px;font-weight:800;cursor:pointer}
.store-header-action:hover{background:#f1f6fb;color:var(--store-blue)}
.store-action-icon{font-size:23px;line-height:1}
.store-header-action b{position:absolute;right:12px;top:5px;min-width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:var(--store-blue);color:#fff;font-size:10px}
.store-nav{background:#fff;border-bottom:1px solid var(--store-border)}
.store-nav__inner{min-height:48px;display:flex;align-items:center;gap:2px}
.store-nav a{height:48px;padding:0 14px;display:inline-flex;align-items:center;text-decoration:none;color:#374656;font-size:14px;font-weight:800;border-bottom:3px solid transparent}
.store-nav a:hover,.store-nav a.active{color:var(--store-blue);border-bottom-color:var(--store-blue)}
.store-nav .store-catalog-link{margin-right:12px;padding:0 20px;background:var(--store-blue);color:#fff;border:0}
.store-category-bar{background:#f7f9fb;border-bottom:1px solid var(--store-border)}
.store-category-bar .store-container{min-height:39px;display:flex;align-items:center;gap:22px;overflow:auto}
.store-category-bar a{white-space:nowrap;color:#536170;text-decoration:none;font-size:13px;font-weight:700}
.store-category-bar a:hover{color:var(--store-blue)}

/* Homepage */
.store-home{background:#fff}
.store-home-hero{display:grid;grid-template-columns:230px 1fr 260px;gap:18px;padding-top:22px}
.store-category-menu{border:1px solid var(--store-border);background:#fff}
.store-category-menu h2{margin:0;padding:15px 17px;background:#202a35;color:#fff;font-size:16px}
.store-category-menu a{min-height:48px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--store-border);color:#344150;text-decoration:none;font-size:14px;font-weight:750}
.store-category-menu a:hover{background:#f4f8fc;color:var(--store-blue)}
.store-promo{min-height:350px;display:grid;grid-template-columns:1.1fr .9fr;background:#eaf2fb;border:1px solid #cfdaE7;overflow:hidden}
.store-promo__content{padding:42px;display:flex;flex-direction:column;justify-content:center}
.store-promo__content>span{color:var(--store-blue);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.store-promo h1{margin:10px 0 14px;font-size:42px;line-height:1.05;letter-spacing:-.035em}
.store-promo p{max-width:650px;margin:0 0 23px;color:var(--store-muted);font-size:17px}
.store-promo__actions{display:flex;gap:10px;flex-wrap:wrap}
.store-promo__image{background:linear-gradient(rgba(7,86,168,.08),rgba(18,59,105,.14)),url("assets/site-background.png?v=9200") center/cover no-repeat}
.store-promo-side{display:grid;gap:14px}
.store-promo-side a{padding:22px;display:flex;flex-direction:column;justify-content:center;background:#fff;border:1px solid var(--store-border);text-decoration:none}
.store-promo-side a:first-child{background:var(--store-blue);color:#fff}
.store-promo-side small{font-size:12px;opacity:.76;text-transform:uppercase;font-weight:900}
.store-promo-side strong{margin:8px 0;font-size:21px;line-height:1.15}
.store-promo-side span{font-weight:800}
.store-primary-button,.store-secondary-button{min-height:44px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:1px solid transparent;font-weight:900;cursor:pointer}
.store-primary-button{background:var(--store-blue);border-color:var(--store-blue);color:#fff}
.store-secondary-button{background:#fff;border-color:#b7c5d3;color:var(--store-blue-dark)}
.store-section{padding:48px 0}
.store-section--gray{background:var(--store-bg)}
.store-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:22px}
.store-section-head span{color:var(--store-blue);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.store-section-head h2{margin:5px 0 0;font-size:31px;letter-spacing:-.025em}
.store-section-head>a{color:var(--store-blue);font-weight:900;text-decoration:none}
.store-category-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.store-category-cards a{min-height:150px;padding:20px;display:flex;flex-direction:column;border:1px solid var(--store-border);background:#fff;text-decoration:none;transition:.15s}
.store-category-cards a:hover{border-color:#9ebce0;box-shadow:var(--store-shadow);transform:translateY(-2px)}
.store-category-cards i{width:35px;height:35px;display:grid;place-items:center;margin-bottom:18px;background:#eef4fb;color:var(--store-blue);font-style:normal;font-size:12px;font-weight:900}
.store-category-cards b{font-size:18px}
.store-category-cards span{margin-top:7px;color:var(--store-muted);font-size:13px}
.store-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.store-empty-state{padding:34px;text-align:center;border:1px dashed #aab8c6;background:#fff}
.store-empty-state h3{margin:0 0 8px;font-size:24px}
.store-empty-state p{margin:0 0 18px;color:var(--store-muted)}
.store-benefits{margin-top:4px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--store-border)}
.store-benefits article{min-height:90px;padding:18px;border-right:1px solid var(--store-border);display:flex;flex-direction:column;justify-content:center}
.store-benefits article:last-child{border-right:0}
.store-benefits b{font-size:15px}
.store-benefits span{margin-top:4px;color:var(--store-muted);font-size:12px}
.store-shop-request{padding:30px 34px;display:flex;align-items:center;justify-content:space-between;gap:30px;background:#202a35;color:#fff}
.store-shop-request span{color:#8ec3fb;font-size:12px;font-weight:900;text-transform:uppercase}
.store-shop-request h2{margin:5px 0 7px;font-size:30px}
.store-shop-request p{margin:0;color:#cbd4dd}
.store-order-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--store-border);background:#fff}
.store-order-steps li{min-height:126px;padding:20px;border-right:1px solid var(--store-border);display:flex;flex-direction:column}
.store-order-steps li:last-child{border-right:0}
.store-order-steps i{color:var(--store-blue);font-style:normal;font-size:13px;font-weight:900}
.store-order-steps b{margin:12px 0 5px;font-size:17px}
.store-order-steps span{color:var(--store-muted);font-size:13px}

/* Store product cards */
.store-products-grid .product-card{position:relative;border:1px solid var(--store-border);background:#fff;box-shadow:none;transition:.15s}
.store-products-grid .product-card:hover{border-color:#a9bfd7;box-shadow:var(--store-shadow);transform:translateY(-2px)}
.store-products-grid .product-media{height:220px;background:#eef2f5}
.store-favorite-btn{position:absolute;right:11px;bottom:11px;z-index:3;width:38px;height:38px;border:1px solid var(--store-border);border-radius:50%;background:#fff;color:#657587;font-size:22px;cursor:pointer}
.store-favorite-btn.active{background:#fff0f0;color:var(--store-red);border-color:#efb8b8}
.store-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}
.store-card-top small{color:var(--store-blue);font-weight:900;text-transform:uppercase}
.store-stock{color:var(--store-green);font-size:12px;font-weight:900}
.store-products-grid .product-body{padding:16px}
.store-products-grid .product-body h3{min-height:48px;margin:8px 0;font-size:19px}
.store-products-grid .product-body p{min-height:42px}
.store-price-block{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:12px;border-top:1px solid #edf0f3}
.store-price-block>div small{display:block;color:var(--store-muted);font-size:11px}
.store-price-block b{font-size:21px}
.store-request-btn{min-height:38px;padding:0 13px;border:1px solid var(--store-blue);background:#fff;color:var(--store-blue);font-weight:900;cursor:pointer}
.store-request-btn.active{background:var(--store-blue);color:#fff}
.store-card-actions{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:10px}
.store-details-btn{min-height:40px;border:0;background:var(--store-blue);color:#fff;font-weight:900;cursor:pointer}
.store-compare-label{min-width:98px;padding:0 9px;display:flex;align-items:center;gap:6px;border:1px solid var(--store-border);font-size:12px;font-weight:800;color:#526170}
.store-products-grid .pdf-link{margin-top:10px;color:var(--store-blue);font-size:12px}

/* Catalog */
.store-catalog-page{padding:24px 0 60px;background:#fff}
.store-breadcrumbs{display:flex;gap:8px;align-items:center;margin-bottom:18px;color:#7a8794;font-size:13px}
.store-breadcrumbs a{color:var(--store-blue);text-decoration:none}
.store-catalog-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:22px;padding-bottom:18px;border-bottom:1px solid var(--store-border)}
.store-catalog-heading h1{margin:0 0 6px;font-size:36px}
.store-catalog-heading p{margin:0;color:var(--store-muted)}
.store-catalog-heading__tools{display:flex;align-items:flex-end;gap:13px}
.store-product-count{height:40px;display:flex;align-items:center;color:var(--store-muted);font-size:13px}
.store-catalog-heading__tools label{display:flex;flex-direction:column;gap:5px;font-size:11px;font-weight:800;color:var(--store-muted)}
.store-catalog-heading__tools select{height:40px;border:1px solid var(--store-border);padding:0 10px;background:#fff}
.store-filter-toggle{display:none;height:40px;padding:0 14px;border:0;background:var(--store-blue);color:#fff;font-weight:900}
.store-category-pills{display:flex;gap:8px;flex-wrap:wrap;padding:18px 0}
.store-category-pills a{min-height:36px;padding:0 14px;display:inline-flex;align-items:center;border:1px solid var(--store-border);background:#fff;color:#405061;text-decoration:none;font-size:13px;font-weight:800}
.store-category-pills a:hover{border-color:var(--store-blue);color:var(--store-blue)}
.store-catalog-layout{display:grid;grid-template-columns:250px 1fr;gap:24px}
.store-filter-panel{align-self:start;padding:18px;border:1px solid var(--store-border);background:#fff}
.store-filter-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}
.store-filter-head h2{margin:0;font-size:21px}
.store-filter-head button{display:none;border:0;background:#fff;font-size:27px}
.store-filter-panel label{display:flex;flex-direction:column;gap:7px;margin-bottom:15px;color:#445363;font-size:13px;font-weight:800}
.store-filter-panel input,.store-filter-panel select{height:42px;border:1px solid var(--store-border);padding:0 10px;background:#fff}
.store-filter-panel .store-primary-button{width:100%}
.store-filter-reset{width:100%;height:40px;margin-top:8px;border:1px solid var(--store-border);background:#fff;color:var(--store-muted);font-weight:800}
.store-filter-help{margin-top:20px;padding:16px;background:var(--store-bg)}
.store-filter-help p{margin:6px 0;color:var(--store-muted);font-size:13px}
.store-filter-help a{color:var(--store-blue);font-weight:900;text-decoration:none}
.store-favorites-note{margin-bottom:15px;padding:13px 15px;background:#eef5fc;border-left:4px solid var(--store-blue);color:#405061}
.store-favorites-note a{color:var(--store-blue);font-weight:900}
.store-seo-block{margin-top:34px;padding:24px;background:var(--store-bg);border-left:4px solid var(--store-blue)}
.store-seo-block h2{margin:0 0 10px;font-size:24px}
.store-seo-block p{margin:0;color:var(--store-muted)}

/* Request drawer */
.store-drawer-overlay{position:fixed;inset:0;z-index:210;background:rgba(25,35,46,.45)}
.store-drawer{position:fixed;right:0;top:0;bottom:0;z-index:220;width:min(440px,100%);display:flex;flex-direction:column;background:#fff;box-shadow:-18px 0 42px rgba(20,31,44,.18);transform:translateX(105%);transition:.2s}
.store-drawer.open{transform:translateX(0)}
.store-drawer__head{padding:20px;display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid var(--store-border)}
.store-drawer__head span{color:var(--store-blue);font-size:11px;font-weight:900;text-transform:uppercase}
.store-drawer__head h2{margin:4px 0 0;font-size:23px}
.store-drawer__head button{width:36px;height:36px;border:1px solid var(--store-border);background:#fff;font-size:24px}
.store-drawer__body{flex:1;overflow:auto;padding:16px}
.store-drawer-empty{padding:28px 10px;text-align:center;color:var(--store-muted)}
.store-drawer-item{padding:14px 0;display:grid;grid-template-columns:1fr auto;gap:12px;border-bottom:1px solid var(--store-border)}
.store-drawer-item strong{display:block}
.store-drawer-item span{color:var(--store-blue);font-size:13px;font-weight:900}
.store-drawer-item button{border:0;background:transparent;color:#b43737;font-weight:800;cursor:pointer}
.store-drawer__footer{padding:16px;border-top:1px solid var(--store-border)}
.store-drawer__footer .store-primary-button{width:100%}
.store-clear-request{width:100%;height:40px;margin-top:8px;border:1px solid var(--store-border);background:#fff;color:var(--store-muted);font-weight:800}

/* Footer */
.store-footer{padding-top:36px;background:#eef2f5;border-top:1px solid var(--store-border)}
.store-footer__grid{display:grid;grid-template-columns:1.2fr .7fr .8fr 1.15fr;gap:36px;padding-bottom:30px}
.store-footer__brand img{width:145px;height:78px;object-fit:contain}
.store-footer p,.store-footer span{color:var(--store-muted)}
.store-footer h3{margin:0 0 12px;font-size:15px}
.store-footer a{display:block;margin:7px 0;color:var(--store-ink);text-decoration:none;font-size:14px}
.store-footer__bottom{padding:13px;text-align:center;border-top:1px solid var(--store-border);color:var(--store-muted);font-size:12px}

/* Make existing inner pages match store */
.mps-inner-page,.mps-catalog-page{background:#fff}
.mps-inner-intro{padding-top:8px}
.mps-service-list article,.mps-info-grid article,.mps-about-grid article,.mps-contact-card,.mps-estimate-form,.mps-estimate-result{border-radius:0;box-shadow:none}
.mps-btn{border-radius:0}
.product-modal__card{border-radius:0}
.floating-contact__main{background:var(--store-blue)}

/* Responsive */
@media(max-width:1150px){
  .store-mainbar__inner{grid-template-columns:260px 1fr auto}
  .store-header-actions{display:none}
  .store-home-hero{grid-template-columns:210px 1fr}
  .store-promo-side{grid-column:1/-1;grid-template-columns:1fr 1fr}
  .store-category-cards{grid-template-columns:repeat(3,1fr)}
  .store-products-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  .store-topbar{display:none}
  .store-mainbar__inner{grid-template-columns:1fr auto;min-height:78px}
  .store-search{display:none}
  .mps-menu-toggle{display:block}
  .store-nav{display:none}
  .store-nav.open{display:block}
  .store-nav__inner{display:grid;padding:10px 0}
  .store-nav a{height:42px;border:0}
  .store-category-bar{display:none}
  .store-home-hero{grid-template-columns:1fr}
  .store-category-menu{display:none}
  .store-promo-side{grid-column:auto}
  .store-category-cards{grid-template-columns:repeat(2,1fr)}
  .store-products-grid{grid-template-columns:repeat(2,1fr)}
  .store-benefits{grid-template-columns:repeat(2,1fr)}
  .store-benefits article:nth-child(2){border-right:0}
  .store-order-steps{grid-template-columns:1fr}
  .store-order-steps li{border-right:0;border-bottom:1px solid var(--store-border)}
  .store-catalog-layout{grid-template-columns:1fr}
  .store-filter-toggle{display:block}
  .store-filter-panel{position:fixed;left:0;top:0;bottom:0;z-index:190;width:min(340px,90vw);overflow:auto;transform:translateX(-105%);transition:.2s;box-shadow:var(--store-shadow)}
  .store-filter-panel.open{transform:translateX(0)}
  .store-filter-head button{display:block}
  .store-footer__grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .store-container{width:min(100% - 22px,1320px)}
  .store-brand img{width:92px;height:52px}
  .store-brand strong{font-size:18px}
  .store-brand small{font-size:9px}
  .store-promo{grid-template-columns:1fr;min-height:0}
  .store-promo__content{padding:28px 22px}
  .store-promo h1{font-size:34px}
  .store-promo__image{min-height:170px}
  .store-promo-side{grid-template-columns:1fr}
  .store-category-cards,.store-products-grid,.store-benefits{grid-template-columns:1fr}
  .store-benefits article{border-right:0;border-bottom:1px solid var(--store-border)}
  .store-shop-request{align-items:flex-start;flex-direction:column;padding:25px 22px}
  .store-catalog-heading{align-items:flex-start;flex-direction:column}
  .store-catalog-heading__tools{width:100%;flex-wrap:wrap}
  .store-footer__grid{grid-template-columns:1fr}
  .store-products-grid .product-media{height:235px}
}


/* Refined store design */
.store-category-bar{display:none!important}
.store-nav .store-catalog-link{
  background:#fff;
  color:#374656;
  border-bottom:3px solid transparent;
}
.store-nav .store-catalog-link:hover{
  color:var(--store-blue);
  background:#f4f8fc;
}
.store-nav .store-catalog-link.active{
  background:var(--store-blue);
  color:#fff;
  border-bottom-color:var(--store-blue);
}
.store-home-breadcrumbs{padding-top:14px}
.store-home-breadcrumbs .store-breadcrumbs{margin-bottom:0}

.store-home-hero{
  grid-template-columns:230px minmax(0,1fr) 235px;
}
.store-category-menu{
  position:sticky;
  top:12px;
  align-self:start;
}
.store-promo-side--compact{
  display:block;
}
.store-help-card{
  min-height:100%;
  padding:20px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:18px;
  background:#fff;
  border:1px solid var(--store-border);
}
.store-help-card small{
  color:var(--store-blue);
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
}
.store-help-card strong{
  display:block;
  margin:8px 0;
  font-size:20px;
  line-height:1.2;
}
.store-help-card p{
  margin:0;
  color:var(--store-muted);
  font-size:13px;
}
.store-help-card__actions{
  display:grid;
  gap:8px;
}
.store-help-card__actions a{
  min-height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--store-blue);
  color:var(--store-blue);
  text-decoration:none;
  font-weight:900;
}
.store-help-card__actions a:first-child{
  background:var(--store-blue);
  color:#fff;
}

.store-trust-strip{
  padding:18px 0;
  background:#fff;
}
.store-trust-strip .store-container{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid var(--store-border);
}
.store-trust-strip article{
  padding:18px 22px;
  border-right:1px solid var(--store-border);
}
.store-trust-strip article:last-child{border-right:0}
.store-trust-strip b{
  display:block;
  color:var(--store-blue);
  font-size:27px;
  line-height:1;
}
.store-trust-strip span{
  display:block;
  margin-top:6px;
  color:var(--store-muted);
  font-size:13px;
  font-weight:700;
}

.store-category-cards article{
  min-height:205px;
  padding:20px;
  display:flex;
  flex-direction:column;
  border:1px solid var(--store-border);
  background:#fff;
  transition:.15s;
}
.store-category-cards article:hover{
  border-color:#9ebce0;
  box-shadow:var(--store-shadow);
  transform:translateY(-2px);
}
.store-category-cards article i{
  width:35px;
  height:35px;
  display:grid;
  place-items:center;
  margin-bottom:16px;
  background:#eef4fb;
  color:var(--store-blue);
  font-style:normal;
  font-size:12px;
  font-weight:900;
}
.store-category-cards article b{
  font-size:18px;
}
.store-category-cards article span{
  margin-top:6px;
  color:var(--store-muted);
  font-size:13px;
}
.store-category-cards article strong{
  margin-top:auto;
  padding-top:14px;
  color:var(--store-ink);
  font-size:15px;
}
.store-category-cards article a{
  min-height:36px;
  margin-top:10px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--store-blue);
  color:var(--store-blue);
  text-decoration:none;
  font-size:13px;
  font-weight:900;
}
.store-category-cards article a:hover{
  background:var(--store-blue);
  color:#fff;
}

.store-cases-section{
  background:#fff;
}
.store-cases-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.store-cases-grid article{
  border:1px solid var(--store-border);
  background:#fff;
}
.store-cases-grid img{
  width:100%;
  height:205px;
  object-fit:cover;
  background:#eef2f5;
}
.store-cases-grid article>div{
  padding:18px;
}
.store-cases-grid span{
  color:var(--store-blue);
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
}
.store-cases-grid h3{
  margin:7px 0;
  font-size:20px;
}
.store-cases-grid p{
  margin:0 0 12px;
  color:var(--store-muted);
  font-size:13px;
}
.store-cases-grid strong{
  color:var(--store-ink);
  font-size:13px;
}

.floating-contact__main{
  width:68px;
  height:68px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:1px;
  border-radius:50%;
  line-height:1;
}
.floating-contact__main span{font-size:22px}
.floating-contact__main small{
  color:#fff;
  font-size:9px;
  font-weight:900;
  text-transform:uppercase;
}

.store-footer__messengers{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}
.store-footer__messengers a{
  margin:0;
  padding:6px 9px;
  border:1px solid #bcc8d4;
  color:var(--store-blue);
  font-size:12px;
  font-weight:800;
}
.store-footer__bottom{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}
.store-footer__bottom a{
  color:var(--store-blue);
  text-decoration:none;
  font-weight:800;
}

.store-privacy-content{
  max-width:900px;
  padding:0 0 35px;
}
.store-privacy-content h2{
  margin:28px 0 8px;
  font-size:22px;
}
.store-privacy-content p{
  margin:0;
  color:var(--store-muted);
  line-height:1.7;
}
.store-privacy-content a{
  color:var(--store-blue);
}

@media(max-width:1150px){
  .store-home-hero{grid-template-columns:210px 1fr}
  .store-promo-side--compact{grid-column:1/-1}
  .store-help-card{
    min-height:0;
    display:grid;
    grid-template-columns:1fr auto;
    align-items:center;
  }
}
@media(max-width:900px){
  .store-category-menu{position:static}
  .store-trust-strip .store-container{grid-template-columns:repeat(2,1fr)}
  .store-trust-strip article:nth-child(2){border-right:0}
  .store-trust-strip article:nth-child(-n+2){border-bottom:1px solid var(--store-border)}
  .store-cases-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .store-help-card{grid-template-columns:1fr}
  .store-trust-strip .store-container{grid-template-columns:1fr}
  .store-trust-strip article{
    border-right:0;
    border-bottom:1px solid var(--store-border);
  }
  .store-trust-strip article:last-child{border-bottom:0}
  .store-category-cards article{min-height:180px}
  .floating-contact__main{width:62px;height:62px}
}


/* Trust, testimonials, cases and FAQ */
.store-trust-strip .store-container{
  grid-template-columns:repeat(4,1fr);
}
.store-trust-strip article{
  display:flex;
  align-items:flex-start;
  gap:13px;
}
.store-trust-icon{
  width:40px;
  height:40px;
  flex:0 0 40px;
  display:grid;
  place-items:center;
  background:#eef4fb;
  color:var(--store-blue);
  font-size:22px;
  font-weight:900;
}
.store-trust-strip article div b{
  color:var(--store-ink);
  font-size:15px;
}
.store-trust-strip article div span{
  margin-top:4px;
  line-height:1.35;
}

.store-cases-disclaimer,
.store-testimonials-disclaimer{
  margin:-8px 0 20px;
  padding:10px 13px;
  border-left:3px solid #d19b2f;
  background:#fff8e8;
  color:#71551b;
  font-size:13px;
  font-weight:700;
}
.store-cases-grid--four{
  grid-template-columns:repeat(4,1fr);
}
.store-cases-grid--four img{
  height:180px;
}

.store-testimonials{
  background:var(--store-bg);
}
.store-testimonials-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.store-testimonials-grid article{
  padding:22px;
  border:1px solid var(--store-border);
  background:#fff;
}
.store-review-stars{
  color:#d89918;
  letter-spacing:.08em;
  font-size:15px;
}
.store-testimonials blockquote{
  min-height:96px;
  margin:15px 0 20px;
  color:#3d4c5b;
  font-size:15px;
  line-height:1.6;
}
.store-testimonials footer{
  padding-top:14px;
  border-top:1px solid var(--store-border);
}
.store-testimonials footer b,
.store-testimonials footer span{
  display:block;
}
.store-testimonials footer span{
  margin-top:3px;
  color:var(--store-muted);
  font-size:12px;
}

.store-order-steps--six{
  grid-template-columns:repeat(6,1fr);
}
.store-order-steps--six li{
  min-height:148px;
}

.store-faq-section{
  background:#fff;
}
.store-faq{
  max-width:940px;
  border-top:1px solid var(--store-border);
}
.store-faq article{
  border-bottom:1px solid var(--store-border);
}
.store-faq article>button{
  width:100%;
  min-height:62px;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border:0;
  background:#fff;
  color:var(--store-ink);
  text-align:left;
  font-weight:900;
  cursor:pointer;
}
.store-faq article>button b{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border:1px solid var(--store-border);
  color:var(--store-blue);
  font-size:20px;
}
.store-faq article>div{
  padding:0 52px 18px 0;
}
.store-faq article>div p{
  margin:0;
  color:var(--store-muted);
  line-height:1.65;
}

.store-footer__requisites{
  display:block;
  margin-top:9px;
  color:var(--store-muted);
  font-size:12px;
  line-height:1.45;
}

@media(max-width:1180px){
  .store-cases-grid--four{
    grid-template-columns:repeat(2,1fr);
  }
  .store-order-steps--six{
    grid-template-columns:repeat(3,1fr);
  }
  .store-order-steps--six li:nth-child(3){
    border-right:0;
  }
}
@media(max-width:900px){
  .store-trust-strip .store-container,
  .store-testimonials-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .store-testimonials-grid article:last-child{
    grid-column:1/-1;
  }
}
@media(max-width:620px){
  .store-trust-strip .store-container,
  .store-cases-grid--four,
  .store-testimonials-grid,
  .store-order-steps--six{
    grid-template-columns:1fr;
  }
  .store-testimonials-grid article:last-child{
    grid-column:auto;
  }
  .store-order-steps--six li{
    min-height:112px;
  }
}


/* Final visual polish */
body.mps-site{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  letter-spacing:-.005em;
}

.store-topbar .store-container,
.store-mainbar .store-container,
.store-nav .store-container{
  width:min(1320px,calc(100% - 40px));
  margin-left:auto;
  margin-right:auto;
  padding-left:0;
  padding-right:0;
}

.store-topbar__inner{
  min-height:34px;
  align-items:center;
}

.store-topbar__inner>span,
.store-topbar__inner>div{
  display:flex;
  align-items:center;
}

.store-search{
  border-color:#0756a8;
  box-shadow:0 0 0 1px rgba(7,86,168,.04);
}

.store-search input{
  font-size:14px;
  line-height:1.4;
}

.store-search button{
  min-width:104px;
  background:#123b69;
  border-left:2px solid #0b3158;
  color:#fff;
  font-size:14px;
  font-weight:900;
  letter-spacing:.02em;
  text-transform:none;
  transition:background-color .15s ease,transform .15s ease;
}

.store-search button:hover{
  background:#0b3158;
}

.store-search button:active{
  transform:translateY(1px);
}

.store-help-card p{
  line-height:1.62;
  font-size:14px;
  color:#5f6f7f;
}

.store-help-card strong{
  line-height:1.28;
  letter-spacing:-.015em;
}

.store-help-card__actions a{
  font-size:13px;
  letter-spacing:.01em;
}

.store-trust-icon{
  width:46px;
  height:46px;
  flex:0 0 46px;
  padding:8px;
  background:#eef4fb;
  border:1px solid #d9e6f4;
  border-radius:8px;
}

.store-trust-icon img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.store-trust-strip article{
  align-items:center;
}

.store-trust-strip article div b{
  font-size:15px;
  line-height:1.25;
}

.store-trust-strip article div span{
  line-height:1.48;
}

@media(max-width:620px){
  .store-topbar .store-container,
  .store-mainbar .store-container,
  .store-nav .store-container{
    width:min(100% - 22px,1320px);
  }
}


/* Final trust/content cleanup */
.store-trust-strip article{
  flex-direction:column;
  align-items:flex-start;
  gap:11px;
}
.store-trust-icon{
  margin-bottom:1px;
}
.store-trust-strip article div b{
  display:block;
  font-size:15px;
  line-height:1.28;
}
.store-trust-strip article div span{
  display:block;
  margin-top:5px;
}

.store-cases-disclaimer,
.store-testimonials-disclaimer{
  display:none!important;
}

.store-cases-grid--four article{
  display:flex;
  flex-direction:column;
}
.store-cases-grid--four article>div{
  display:flex;
  flex:1;
  flex-direction:column;
}
.store-cases-grid--four article a{
  margin-top:auto;
  padding-top:13px;
  color:var(--store-blue);
  text-decoration:none;
  font-size:13px;
  font-weight:900;
}
.store-cases-grid--four article a:hover{
  text-decoration:underline;
}

.store-footer{
  display:block;
  visibility:visible;
  opacity:1;
}
.store-footer__grid{
  min-height:230px;
}
.store-footer__requisites{
  margin-top:12px;
}


/* User account action */
.store-account-action{min-width:76px}
.store-account-action .store-action-icon{font-size:21px;color:var(--store-blue)}
.store-account-label{white-space:nowrap}
@media(max-width:1280px){
  .store-header-action{min-width:76px}
  .store-mainbar__inner{gap:16px}
}


/* =========================================================
   Hosting hotfix 9200: reliable assets and mobile layout
   ========================================================= */
html,body{width:100%;max-width:100%;overflow-x:hidden}
body.mps-site{min-width:0}
.store-header,.store-mainbar,.store-nav,.store-home,.store-section,.store-footer{max-width:100%}
.store-container,.store-mainbar__inner,.store-nav__inner,.store-home-hero,.store-promo,.store-category-cards,.store-products-grid,.store-benefits,.store-cases-grid,.store-order-steps,.store-footer__grid{min-width:0}
.store-brand img,.store-footer__brand img{display:block;object-fit:contain}
.mps-menu-toggle{flex:0 0 44px;border:1px solid var(--store-border);background:#fff;color:var(--store-ink);width:44px;height:44px;font-size:22px;line-height:1;cursor:pointer}

@media(max-width:900px){
  .store-mainbar__inner{
    min-height:72px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
  }
  .store-brand{
    min-width:0;
    flex:1 1 auto;
    gap:9px;
  }
  .store-brand img{
    width:72px;
    height:50px;
    flex:0 0 72px;
  }
  .store-brand span{min-width:0}
  .store-brand strong{font-size:17px;white-space:nowrap}
  .store-brand small{font-size:9px;white-space:nowrap}
  .store-search,.store-header-actions{display:none!important}
  .mps-menu-toggle{display:grid!important;place-items:center}
  .store-nav{
    display:none;
    position:relative;
    z-index:80;
    background:#fff;
    border-bottom:1px solid var(--store-border);
    box-shadow:0 12px 24px rgba(25,40,58,.10);
  }
  .store-nav.open{display:block!important}
  .store-nav__inner{
    width:min(100% - 24px,1320px)!important;
    display:grid!important;
    grid-template-columns:1fr;
    gap:0;
    padding:8px 0 12px;
  }
  .store-nav a,
  .store-nav .store-catalog-link{
    width:100%;
    height:auto;
    min-height:44px;
    margin:0;
    padding:0 12px;
    justify-content:flex-start;
    border:0;
    border-bottom:1px solid #edf1f5;
    background:#fff;
    color:#374656;
  }
  .store-nav a.active{color:var(--store-blue);background:#eef5fc}
  .store-home-breadcrumbs{padding-top:10px}
  .store-home-hero{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;padding-top:12px}
  .store-category-menu{display:none!important}
  .store-promo{width:100%;grid-template-columns:minmax(0,1fr);min-height:0}
  .store-promo__content{min-width:0;padding:30px 24px}
  .store-promo h1{font-size:clamp(32px,8vw,42px);overflow-wrap:anywhere}
  .store-promo__image{min-height:210px}
  .store-promo-side--compact{grid-column:auto;display:block}
  .store-help-card{min-height:0;display:grid;grid-template-columns:1fr auto;align-items:center}
  .store-section{padding:34px 0}
  .store-section-head{align-items:flex-start;flex-direction:column;margin-bottom:16px}
  .store-section-head h2{font-size:27px}
  .store-category-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .store-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .store-benefits,.store-trust-strip .store-container{grid-template-columns:repeat(2,minmax(0,1fr))}
  .store-cases-grid,.store-cases-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}
  .store-order-steps,.store-order-steps--six{grid-template-columns:repeat(2,minmax(0,1fr))}
  .store-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
  .mps-inner-page,.mps-catalog-page{min-width:0}
}

@media(max-width:620px){
  .store-container,
  .store-topbar .store-container,
  .store-mainbar .store-container,
  .store-nav .store-container{width:calc(100% - 20px)!important}
  .store-mainbar__inner{min-height:66px;gap:7px}
  .store-brand{gap:7px}
  .store-brand img{width:58px;height:44px;flex-basis:58px}
  .store-brand strong{font-size:15px}
  .store-brand small{font-size:8px;letter-spacing:.04em}
  .mps-menu-toggle{width:42px;height:42px;flex-basis:42px}
  .store-promo__content{padding:25px 18px}
  .store-promo h1{font-size:31px;line-height:1.08}
  .store-promo p{font-size:15px}
  .store-promo__actions{display:grid;grid-template-columns:1fr;width:100%}
  .store-primary-button,.store-secondary-button{width:100%}
  .store-promo__image{min-height:165px}
  .store-help-card{grid-template-columns:1fr;padding:18px}
  .store-help-card__actions{width:100%}
  .store-section{padding:28px 0}
  .store-section-head h2{font-size:24px}
  .store-category-cards,
  .store-products-grid,
  .store-benefits,
  .store-trust-strip .store-container,
  .store-cases-grid,
  .store-cases-grid--four,
  .store-order-steps,
  .store-order-steps--six,
  .store-footer__grid{grid-template-columns:minmax(0,1fr)!important}
  .store-category-cards article,.store-products-grid .product-card,.store-cases-grid article{min-width:0}
  .store-benefits article,.store-trust-strip article,.store-order-steps li{border-right:0!important;border-bottom:1px solid var(--store-border)}
  .store-benefits article:last-child,.store-trust-strip article:last-child,.store-order-steps li:last-child{border-bottom:0}
  .store-shop-request{padding:22px 18px;align-items:stretch}
  .store-shop-request .store-primary-button{width:100%}
  .store-footer{padding-top:28px}
  .store-footer__brand img{width:125px;height:68px}
  .store-footer__bottom{padding-left:10px;padding-right:10px}
  .floating-contact{right:12px;bottom:12px}
  .floating-contact__main{width:56px;height:56px}
  .back-to-top{right:12px;bottom:78px}
  .product-modal__card{width:calc(100% - 16px);max-height:calc(100vh - 16px)}
}

@media(max-width:390px){
  .store-brand span small{display:none}
  .store-brand strong{font-size:14px}
  .store-promo h1{font-size:28px}
}



/* Recovery 9301: self-contained public layout and reliable inline logo */
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0;max-width:100%;overflow-x:hidden}
img,svg,video,iframe{max-width:100%}
.mps-logo-inline{display:block;flex:0 0 auto;overflow:visible}
.store-brand .mps-logo-inline{width:112px;height:66px}
.store-footer__brand .mps-logo-inline{width:168px;height:78px;margin-bottom:10px}
.auth-brand .mps-logo-inline{width:106px;height:56px}
.store-header-action b:empty,.store-header-action b[data-count="0"]{display:none}
@media(max-width:900px){
  .store-topbar{display:none!important}
  .store-mainbar__inner{width:calc(100% - 24px)!important;min-height:70px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}
  .store-brand{min-width:0!important;flex:1 1 auto!important}
  .store-brand .mps-logo-inline{width:70px;height:48px}
  .store-brand strong{font-size:17px!important}
  .store-brand small{font-size:9px!important}
  .store-search,.store-header-actions{display:none!important}
  .mps-menu-toggle{display:grid!important;place-items:center!important}
  .store-nav{display:none!important}
  .store-nav.open{display:block!important}
  .store-nav__inner{display:grid!important;grid-template-columns:1fr!important;width:calc(100% - 24px)!important}
  .store-nav a,.store-nav .store-catalog-link{width:100%!important;min-height:44px!important;margin:0!important;padding:0 12px!important}
  .store-home-hero{grid-template-columns:minmax(0,1fr)!important}
  .store-category-menu{display:none!important}
  .store-promo{grid-template-columns:minmax(0,1fr)!important}
  .store-promo__content{padding:28px 22px!important}
  .store-promo__image{min-height:190px!important}
  .store-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:620px){
  .store-container,.store-mainbar__inner,.store-nav__inner{width:calc(100% - 20px)!important}
  .store-brand .mps-logo-inline{width:58px;height:42px}
  .store-brand strong{font-size:15px!important}
  .store-brand small{display:none!important}
  .store-promo__content{padding:22px 16px!important}
  .store-promo h1{font-size:30px!important;line-height:1.08!important}
  .store-promo__actions{display:grid!important;grid-template-columns:1fr!important}
  .store-primary-button,.store-secondary-button{width:100%!important}
  .store-category-cards,.store-products-grid,.store-benefits,.store-trust-strip .store-container,.store-cases-grid,.store-order-steps,.store-footer__grid{grid-template-columns:minmax(0,1fr)!important}
  .store-footer__brand .mps-logo-inline{width:140px;height:66px}
}
