/* VINTEL mobile redesign v1. The outer media query is intentional: desktop is untouched. */
@media (max-width: 991.98px) {
  html.vintel-mobile-redesign {
    --vmr-accent: #0c5c79;
    --vmr-accent-dark: #08445c;
    --vmr-ink: #17313b;
    --vmr-muted: #63747c;
    --vmr-line: #dbe5e8;
    --vmr-bg: #f1f4f5;
    --vmr-card: #ffffff;
    --vmr-radius: 16px;
    --vmr-shadow: 0 8px 24px rgba(20, 56, 69, .08);
    background: var(--vmr-bg);
  }

  html.vintel-mobile-redesign body {
    min-width: 0;
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
    background: var(--vmr-bg);
    color: var(--vmr-ink);
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.45;
  }

  html.vintel-mobile-redesign body,
  html.vintel-mobile-redesign body * { box-sizing: border-box; }

  html.vintel-mobile-redesign img,
  html.vintel-mobile-redesign video,
  html.vintel-mobile-redesign iframe { max-width: 100%; }

  html.vintel-mobile-redesign a { color: var(--vmr-accent); }
  html.vintel-mobile-redesign button,
  html.vintel-mobile-redesign input,
  html.vintel-mobile-redesign select,
  html.vintel-mobile-redesign textarea { font: inherit; font-size: 14px; }

  html.vintel-mobile-redesign button,
  html.vintel-mobile-redesign a,
  html.vintel-mobile-redesign input[type="submit"],
  html.vintel-mobile-redesign input[type="button"] { min-height: 44px; }

  html.vintel-mobile-redesign #main p,
  html.vintel-mobile-redesign #main li,
  html.vintel-mobile-redesign #main span,
  html.vintel-mobile-redesign #main a,
  html.vintel-mobile-redesign #main button,
  html.vintel-mobile-redesign #main label,
  html.vintel-mobile-redesign #main input,
  html.vintel-mobile-redesign #main textarea,
  html.vintel-mobile-redesign #main select,
  html.vintel-mobile-redesign #main th,
  html.vintel-mobile-redesign #main td,
  html.vintel-mobile-redesign .footer p,
  html.vintel-mobile-redesign .footer li,
  html.vintel-mobile-redesign .footer a { font-size: 14px; }
  html.vintel-mobile-redesign .vintel-rect-eyebrow,
  html.vintel-mobile-redesign .vintel-rect-hero__note { font-size: 14px !important; }

  html.vintel-mobile-redesign .mobileheader-v2.vmr-native-hidden,
  html.vintel-mobile-redesign.vmr-ready .mobileheader-v2 { display: none !important; }

  /* The legacy mobile ticker is decorative; address and hours remain in menu/contacts. */
  html.vintel-mobile-redesign .vintel-top-bar,
  html.vintel-mobile-redesign .vintel-top-marquee { display: none !important; }

  html.vintel-mobile-redesign .vmr-header {
    position: sticky;
    z-index: 1100;
    top: 0;
    display: block;
    width: 100%;
    padding: max(8px, env(safe-area-inset-top)) 14px 10px;
    background: var(--vmr-accent);
    border-bottom: 0;
    box-shadow: 0 3px 14px rgba(20, 56, 69, .16);
  }

  html.vintel-mobile-redesign .vmr-header__top {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px 44px;
    align-items: center;
    gap: 4px;
  }

  html.vintel-mobile-redesign .vmr-brand {
    display: flex;
    min-width: 0;
    min-height: 44px;
    flex-direction: column;
    justify-content: center;
    padding: 3px 4px;
    color: #fff;
    text-decoration: none;
  }
  html.vintel-mobile-redesign .vmr-header .vmr-icon-button { background: rgba(255,255,255,.12); color: #fff; }

  html.vintel-mobile-redesign .vmr-brand__name {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1.05;
  }

  html.vintel-mobile-redesign .vmr-brand__tagline {
    overflow: hidden;
    color: rgba(255,255,255,.82);
    font-size: 14px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.vintel-mobile-redesign .vmr-icon-button,
  html.vintel-mobile-redesign .vmr-search-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
  }

  html.vintel-mobile-redesign .vmr-icon-button { width: 44px; padding: 8px; }
  html.vintel-mobile-redesign .vmr-icon-button svg { width: 23px; height: 23px; }
  html.vintel-mobile-redesign .vmr-icon-button:focus-visible,
  html.vintel-mobile-redesign .vmr-search-button:focus-visible,
  html.vintel-mobile-redesign .vmr-bottom-nav__item:focus-visible,
  html.vintel-mobile-redesign .vmr-menu-goal:focus-visible { outline: 3px solid #f1a43c; outline-offset: 2px; }

  html.vintel-mobile-redesign .vmr-search-button {
    justify-content: flex-start;
    width: 100%;
    min-height: 44px;
    margin-top: 7px;
    padding: 0 13px;
    gap: 9px;
    border: 0;
    background: #fff;
    color: var(--vmr-muted);
    font-weight: 600;
    text-align: left;
  }
  html.vintel-mobile-redesign .vmr-search-button svg { width: 20px; height: 20px; flex: none; }

  html.vintel-mobile-redesign .vmr-bottom-nav {
    position: fixed;
    z-index: 1150;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    min-height: 62px;
    padding: 4px 8px max(5px, env(safe-area-inset-bottom));
    border-top: 1px solid var(--vmr-line);
    background: rgba(255,255,255,.98);
    box-shadow: 0 -6px 22px rgba(20, 56, 69, .1);
  }
  html.vintel-mobile-redesign .vmr-bottom-nav__item {
    position: relative;
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    border-radius: 12px;
    color: var(--vmr-muted);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
  }
  html.vintel-mobile-redesign .vmr-bottom-nav__item[aria-current="page"] { color: var(--vmr-accent); background: #eaf3f6; }
  html.vintel-mobile-redesign .vmr-bottom-nav__item svg { width: 22px; height: 22px; }
  html.vintel-mobile-redesign .vmr-badge,
  html.vintel-mobile-redesign .vmr-inline-count {
    display: inline-flex;
    min-width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border-radius: 999px;
    background: #d94a36;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
  }
  html.vintel-mobile-redesign .vmr-bottom-nav__item .vmr-badge { position: absolute; top: 3px; left: calc(50% + 7px); }
  html.vintel-mobile-redesign .vmr-bottom-nav__item .vmr-badge[hidden],
  html.vintel-mobile-redesign .vmr-inline-count[hidden] { display: none; }

  html.vintel-mobile-redesign.vmr-menu-open .vmr-bottom-nav,
  html.vintel-mobile-redesign.vmr-overlay-open .vmr-bottom-nav,
  html.vintel-mobile-redesign.vmr-keyboard-open .vmr-bottom-nav { display: none; }
  html.vintel-mobile-redesign.vmr-menu-open body { overflow: hidden; }

  /* Existing Aspro menu is kept as the source of truth for links and state. */
  html.vintel-mobile-redesign .mobilemenu-v2 {
    z-index: 1200;
    width: min(100%, 440px);
    max-width: 100%;
    padding: max(10px, env(safe-area-inset-top)) 16px max(88px, env(safe-area-inset-bottom));
    overflow-y: auto;
    background: var(--vmr-bg);
  }
  html.vintel-mobile-redesign .vmr-menu-enhancements { padding-bottom: 8px; }
  html.vintel-mobile-redesign .vmr-menu-title { display: flex; min-height: 48px; align-items: center; justify-content: space-between; margin: -10px -16px 10px; padding: 7px 16px; background: var(--vmr-accent); color: #fff; font-size: 20px; }
  html.vintel-mobile-redesign .vmr-menu-goals { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin: 7px 0 14px; }
  html.vintel-mobile-redesign .vmr-menu-goal {
    display: grid;
    min-height: 108px;
    align-content: center;
    gap: 5px;
    padding: 14px;
    border: 1px solid var(--vmr-line);
    border-radius: var(--vmr-radius);
    background: var(--vmr-card);
    box-shadow: var(--vmr-shadow);
    color: var(--vmr-ink);
    text-decoration: none;
  }
  html.vintel-mobile-redesign .vmr-menu-goal--primary { border-color: transparent; background: var(--vmr-accent); color: #fff; }
  html.vintel-mobile-redesign .vmr-menu-goal svg { width: 24px; height: 24px; color: var(--vmr-accent); }
  html.vintel-mobile-redesign .vmr-menu-goal--primary svg { color: #fff; }
  html.vintel-mobile-redesign .vmr-menu-goal strong { font-size: 14px; }
  html.vintel-mobile-redesign .vmr-menu-goal span { color: var(--vmr-muted); font-size: 14px; }
  html.vintel-mobile-redesign .vmr-menu-goal--primary span { color: rgba(255,255,255,.84); }
  html.vintel-mobile-redesign .vmr-menu-account { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-bottom: 12px; }
  html.vintel-mobile-redesign .vmr-menu-account a { display: flex; min-height: 48px; align-items: center; gap: 8px; padding: 9px 11px; border: 1px solid var(--vmr-line); border-radius: 12px; background: #fff; color: var(--vmr-ink); text-decoration: none; }
  html.vintel-mobile-redesign .vmr-menu-account svg { width: 20px; height: 20px; color: var(--vmr-accent); }
  html.vintel-mobile-redesign .vmr-menu-account .vmr-inline-count { margin-left: auto; }
  html.vintel-mobile-redesign .vmr-menu-contact { display: grid; gap: 7px; margin: 8px 0 14px; padding: 14px; border-radius: var(--vmr-radius); background: #fff; box-shadow: var(--vmr-shadow); }
  html.vintel-mobile-redesign .vmr-menu-contact strong { font-size: 16px; }
  html.vintel-mobile-redesign .vmr-menu-contact > a { color: var(--vmr-ink); font-weight: 650; text-decoration: none; }
  html.vintel-mobile-redesign .vmr-menu-contact__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 4px; }
  html.vintel-mobile-redesign .vmr-menu-contact__actions a,
  html.vintel-mobile-redesign .vmr-menu-contact__actions button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 5px; padding: 8px 9px; border: 1px solid var(--vmr-accent); border-radius: 10px; background: transparent; color: var(--vmr-accent); text-decoration: none; }
  html.vintel-mobile-redesign .vmr-menu-contact__actions button { cursor: pointer; }
  html.vintel-mobile-redesign .vmr-menu-contact__actions svg { width: 17px; height: 17px; }
  html.vintel-mobile-redesign .mobilemenu-v2 .menu.top-mobile-menu > li > a,
  html.vintel-mobile-redesign .mobilemenu-v2 .menu.top-mobile-menu .submenu > li > a { min-height: 46px; padding: 11px 4px; color: var(--vmr-ink); font-size: 14px; }

  html.vintel-mobile-redesign .middle,
  html.vintel-mobile-redesign #main { min-width: 0; }
  html.vintel-mobile-redesign .wrapper_inner,
  html.vintel-mobile-redesign .maxwidth-theme,
  html.vintel-mobile-redesign .content-md { width: 100%; max-width: 100%; }
  html.vintel-mobile-redesign .middle > * { max-width: 100%; }
  html.vintel-mobile-redesign h1,
  html.vintel-mobile-redesign .h1 { margin: 0 0 12px; color: var(--vmr-ink); font-size: clamp(24px, 6.5vw, 34px); line-height: 1.12; }
  html.vintel-mobile-redesign h2,
  html.vintel-mobile-redesign .h2 { margin: 0 0 12px; color: var(--vmr-ink); font-size: clamp(20px, 5vw, 28px); line-height: 1.2; }
  html.vintel-mobile-redesign h3,
  html.vintel-mobile-redesign .h3 { font-size: 18px; line-height: 1.25; }
  html.vintel-mobile-redesign p { margin: 0 0 10px; }

  html.vintel-mobile-redesign .vmr-home-hero,
  html.vintel-mobile-redesign .vmr-home-services,
  html.vintel-mobile-redesign .vmr-home-benefits { width: 100%; margin: 0 auto 14px; padding: 18px 14px; border-radius: var(--vmr-radius); background: var(--vmr-card); box-shadow: var(--vmr-shadow); }
  html.vintel-mobile-redesign .vmr-home-hero { background: linear-gradient(135deg, var(--vmr-accent) 0%, var(--vmr-accent-dark) 100%); color: #fff; }
  html.vintel-mobile-redesign .vmr-home-hero__eyebrow { margin-bottom: 7px; color: rgba(255,255,255,.82); font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  html.vintel-mobile-redesign .vmr-home-hero__title h1 { margin-bottom: 10px; color: #fff; }
  html.vintel-mobile-redesign .vmr-home-hero > p { max-width: 650px; color: rgba(255,255,255,.86); font-size: 15px; }
  html.vintel-mobile-redesign .vmr-home-hero__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 14px 0 10px; }
  html.vintel-mobile-redesign .vmr-home-hero__actions a,
  html.vintel-mobile-redesign .vmr-quick-actions a,
  html.vintel-mobile-redesign .vmr-quick-actions button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 7px; padding: 9px 12px; border: 1px solid var(--vmr-accent); border-radius: 11px; background: var(--vmr-accent); color: #fff; font-size: 14px; font-weight: 750; text-align: center; text-decoration: none; }
  html.vintel-mobile-redesign .vmr-home-hero__actions a + a { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.14); color: #fff; }
  html.vintel-mobile-redesign .vmr-quick-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
  html.vintel-mobile-redesign .vmr-quick-actions a,
  html.vintel-mobile-redesign .vmr-quick-actions button { min-height: 70px; flex-direction: column; padding: 7px 4px; border-color: var(--vmr-line); background: #fff; color: var(--vmr-accent); font-size: 14px; }
  html.vintel-mobile-redesign .vmr-quick-actions svg { width: 22px; height: 22px; }
  html.vintel-mobile-redesign .vmr-section-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 11px; }
  html.vintel-mobile-redesign .vmr-section-heading h2 { margin: 0; }
  html.vintel-mobile-redesign .vmr-home-services > a { display: flex; min-height: 60px; align-items: center; gap: 10px; padding: 9px 0; border-top: 1px solid var(--vmr-line); color: var(--vmr-ink); text-decoration: none; }
  html.vintel-mobile-redesign .vmr-home-services > a > svg:first-child { width: 25px; height: 25px; flex: none; color: var(--vmr-accent); }
  html.vintel-mobile-redesign .vmr-home-services > a > svg:last-child { width: 19px; height: 19px; margin-left: auto; color: var(--vmr-muted); }
  html.vintel-mobile-redesign .vmr-home-services span { display: grid; gap: 2px; min-width: 0; }
  html.vintel-mobile-redesign .vmr-home-services strong { font-size: 14px; }
  html.vintel-mobile-redesign .vmr-home-services small { color: var(--vmr-muted); font-size: 14px; }
  html.vintel-mobile-redesign .vmr-home-benefits { display: grid; grid-template-columns: 1fr; gap: 9px; }
  html.vintel-mobile-redesign .vmr-home-benefits .vmr-section-heading { grid-column: 1 / -1; }
  html.vintel-mobile-redesign .vmr-home-benefits article { padding: 12px; border: 1px solid var(--vmr-line); border-radius: 12px; background: #fbfcfc; }
  html.vintel-mobile-redesign .vmr-home-benefits article strong { display: block; margin-bottom: 4px; font-size: 14px; }
  html.vintel-mobile-redesign .vmr-home-benefits article p { margin: 0; color: var(--vmr-muted); font-size: 14px; }

  /* Keep the existing homepage blocks/content, but establish the prototype order. */
  html.vintel-mobile-redesign.vmr-page-home .middle:not(.menu) { display: flex; flex-direction: column; gap: 12px; padding: 0 12px; }
  html.vintel-mobile-redesign.vmr-page-home .middle > .vmr-home-hero { order: -20; }
  html.vintel-mobile-redesign.vmr-page-home .middle > .MIDDLE_ADV,
  html.vintel-mobile-redesign.vmr-page-home .middle > .TIZERS { display: none !important; }
  html.vintel-mobile-redesign.vmr-page-home .middle > .CATALOG_SECTIONS,
  html.vintel-mobile-redesign.vmr-page-home .middle > .catalog-sections { order: -10; }
  html.vintel-mobile-redesign.vmr-page-home .middle > .CATALOG_TAB,
  html.vintel-mobile-redesign.vmr-page-home .middle > .catalog-block { order: -5; }
  html.vintel-mobile-redesign.vmr-page-home .middle > .NEWS,
  html.vintel-mobile-redesign.vmr-page-home .middle > .news-block { order: 15; }
  html.vintel-mobile-redesign.vmr-page-home .middle > .COMPANY_TEXT { order: 20; }
  html.vintel-mobile-redesign.vmr-page-home .middle > .vmr-home-services { order: 5; }
  html.vintel-mobile-redesign.vmr-page-home .middle > .vmr-home-benefits { order: 10; }
  html.vintel-mobile-redesign.vmr-page-home .COMPANY_TEXT { padding: 14px 2px 5px; color: var(--vmr-muted); font-size: 14px; }
  html.vintel-mobile-redesign.vmr-page-home .COMPANY_TEXT h1 { margin-bottom: 12px; }
  html.vintel-mobile-redesign.vmr-page-home .COMPANY_TEXT h2 { font-size: 20px; }

  html.vintel-mobile-redesign .catalog-sections,
  html.vintel-mobile-redesign .CATALOG_SECTIONS,
  html.vintel-mobile-redesign .catalog-block,
  html.vintel-mobile-redesign .CATALOG_TAB,
  html.vintel-mobile-redesign .catalog_detail,
  html.vintel-mobile-redesign .basket-content,
  html.vintel-mobile-redesign .bx_ordercart,
  html.vintel-mobile-redesign .contacts-page,
  html.vintel-mobile-redesign .article-detail,
  html.vintel-mobile-redesign .news-list { max-width: 100%; }
  html.vintel-mobile-redesign .catalog-sections > *,
  html.vintel-mobile-redesign .CATALOG_SECTIONS > * { min-width: 0; }
  html.vintel-mobile-redesign .catalog-section-list,
  html.vintel-mobile-redesign .catalog-sections .items,
  html.vintel-mobile-redesign .CATALOG_SECTIONS .items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  html.vintel-mobile-redesign .catalog-section-list > *,
  html.vintel-mobile-redesign .catalog-sections .item,
  html.vintel-mobile-redesign .CATALOG_SECTIONS .item { min-width: 0; border: 1px solid var(--vmr-line); border-radius: 13px; background: #fff; }
  html.vintel-mobile-redesign .catalog-section-list a,
  html.vintel-mobile-redesign .catalog-sections a { display: block; min-height: 88px; padding: 10px; color: var(--vmr-ink); font-weight: 650; text-decoration: none; }
  html.vintel-mobile-redesign .catalog-section-list img,
  html.vintel-mobile-redesign .catalog-sections img { display: block; width: 55px; height: 55px; object-fit: contain; margin-bottom: 5px; }
  html.vintel-mobile-redesign .catalog-items,
  html.vintel-mobile-redesign .ajax_load .item-views { min-width: 0; }
  html.vintel-mobile-redesign .catalog-items .item,
  html.vintel-mobile-redesign .catalog_item,
  html.vintel-mobile-redesign .item-views .item { min-width: 0; }
  html.vintel-mobile-redesign .catalog-items .item .image,
  html.vintel-mobile-redesign .catalog_item .image { min-height: 0; }
  html.vintel-mobile-redesign .catalog_block.mobile-overflow { max-width: 100%; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; }
  html.vintel-mobile-redesign .bx_filter,
  html.vintel-mobile-redesign .bx_filter_container { max-width: 100%; border-radius: 14px; }
  html.vintel-mobile-redesign .bx_filter .bx_filter_parameters_box { padding: 10px 0; }
  html.vintel-mobile-redesign .bx_filter .bx_filter_parameters_box_title { min-height: 44px; padding: 10px 0; font-size: 14px; }
  html.vintel-mobile-redesign .bx_filter input,
  html.vintel-mobile-redesign .bx_filter select { min-height: 44px; }
  html.vintel-mobile-redesign .bx_filter_search_button,
  html.vintel-mobile-redesign .bx_filter_reset_button { min-height: 46px; }
  html.vintel-mobile-redesign .sort_header { min-height: 44px; }
  html.vintel-mobile-redesign .catalog_detail .detail-text-wrap,
  html.vintel-mobile-redesign .catalog_detail .props_block { max-width: 100%; }
  html.vintel-mobile-redesign .catalog_detail .price,
  html.vintel-mobile-redesign .catalog_detail .price_value { font-size: 22px; font-weight: 800; }
  html.vintel-mobile-redesign .catalog_detail .counter input,
  html.vintel-mobile-redesign .catalog_detail .counter button { min-height: 44px; }
  html.vintel-mobile-redesign .catalog_detail .to-cart,
  html.vintel-mobile-redesign .catalog_detail .buy_block .btn { min-height: 50px; font-size: 15px; }
  html.vintel-mobile-redesign .catalog_detail table,
  html.vintel-mobile-redesign .props_table table { width: 100%; }
  html.vintel-mobile-redesign .vmr-table-scroll { max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  html.vintel-mobile-redesign .vmr-table-scroll table { min-width: 540px; }
  html.vintel-mobile-redesign .type-grid,
  html.vintel-mobile-redesign .transition-types { max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }

  html.vintel-mobile-redesign .basket-content,
  html.vintel-mobile-redesign .bx_ordercart { padding: 0 12px; }
  html.vintel-mobile-redesign .bx_ordercart .bx_ordercart_coupon input,
  html.vintel-mobile-redesign .bx_ordercart .bx_ordercart_order_pay input,
  html.vintel-mobile-redesign .bx_ordercart input[type="text"] { min-height: 44px; max-width: 100%; }
  html.vintel-mobile-redesign .basket-checkout-block,
  html.vintel-mobile-redesign .bx_ordercart_order_pay_center { position: sticky; bottom: calc(70px + env(safe-area-inset-bottom)); z-index: 100; padding: 10px; border: 1px solid var(--vmr-line); border-radius: 14px; background: rgba(255,255,255,.97); box-shadow: var(--vmr-shadow); }
  html.vintel-mobile-redesign .basket-checkout-block .btn,
  html.vintel-mobile-redesign .bx_ordercart_order_pay_center .btn { width: 100%; min-height: 48px; }
  html.vintel-mobile-redesign .basket-empty { padding: 34px 12px; text-align: center; }

  html.vintel-mobile-redesign .form-control,
  html.vintel-mobile-redesign input[type="text"],
  html.vintel-mobile-redesign input[type="email"],
  html.vintel-mobile-redesign input[type="tel"],
  html.vintel-mobile-redesign input[type="search"],
  html.vintel-mobile-redesign input[type="number"],
  html.vintel-mobile-redesign textarea,
  html.vintel-mobile-redesign select { min-height: 46px; max-width: 100%; border-radius: 9px; font-size: 14px; }
  html.vintel-mobile-redesign textarea { min-height: 110px; }
  html.vintel-mobile-redesign .form .btn,
  html.vintel-mobile-redesign form .btn { min-height: 46px; }
  html.vintel-mobile-redesign label { font-size: 14px; }
  html.vintel-mobile-redesign input[type="checkbox"],
  html.vintel-mobile-redesign input[type="radio"] { width: 20px; height: 20px; }

  html.vintel-mobile-redesign .footer,
  html.vintel-mobile-redesign #footer { margin-top: 18px; padding-right: 12px; padding-left: 12px; }
  html.vintel-mobile-redesign .footer-bottom__items-wrapper { width: 100%; max-width: 100%; margin-right: 0 !important; margin-left: 0 !important; }
  html.vintel-mobile-redesign .footer-bottom__item.pays { width: 100%; max-width: calc(100% - 4px); margin-right: 0 !important; }
  html.vintel-mobile-redesign .footer a { min-height: 44px; }

  html.vintel-mobile-redesign .vmr-fixed-cta,
  html.vintel-mobile-redesign .fixed-buy { bottom: calc(68px + env(safe-area-inset-bottom)); }
  html.vintel-mobile-redesign .installation-page img,
  html.vintel-mobile-redesign .installation-page table,
  html.vintel-mobile-redesign .konstruktor-page img { max-width: 100%; }

  /* v2 visual direction: light utility header, teal hero and restrained cards. */
  html.vintel-mobile-redesign .vmr-header {
    background: rgba(246, 248, 249, .97);
    border-bottom: 1px solid var(--vmr-line);
    box-shadow: 0 4px 18px rgba(20, 56, 69, .08);
    color: var(--vmr-ink);
  }
  html.vintel-mobile-redesign .vmr-header .vmr-icon-button {
    border: 1px solid var(--vmr-line);
    background: #fff;
    color: var(--vmr-accent);
  }
  html.vintel-mobile-redesign .vmr-brand { color: var(--vmr-ink); }
  html.vintel-mobile-redesign .vmr-brand__tagline { color: var(--vmr-muted); }
  html.vintel-mobile-redesign .vmr-search-button {
    border: 1px solid var(--vmr-line);
    box-shadow: 0 5px 16px rgba(20, 56, 69, .06);
  }
  html.vintel-mobile-redesign .vmr-home-hero {
    position: relative;
    overflow: hidden;
    min-height: 250px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0c5c79 0%, #083e52 100%);
  }
  html.vintel-mobile-redesign .vmr-home-hero::after {
    position: absolute;
    z-index: 0;
    top: -68px;
    right: -48px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    box-shadow: 0 0 0 18px rgba(255,255,255,.04), 0 0 0 38px rgba(255,255,255,.035);
    content: '';
    pointer-events: none;
  }
  html.vintel-mobile-redesign .vmr-home-hero > * { position: relative; z-index: 1; }
  html.vintel-mobile-redesign .vmr-home-hero__actions a,
  html.vintel-mobile-redesign .vmr-home-hero__actions a + a { min-height: 48px; }
  html.vintel-mobile-redesign .vmr-quick-actions { margin-top: 14px; }
  html.vintel-mobile-redesign .vmr-quick-actions a,
  html.vintel-mobile-redesign .vmr-quick-actions button {
    min-height: 72px;
    border-color: rgba(12, 92, 121, .14);
    background: #fff;
    color: var(--vmr-accent);
    box-shadow: 0 7px 18px rgba(20, 56, 69, .08);
  }
  html.vintel-mobile-redesign .vmr-home-services {
    color: #fff;
    background: var(--vmr-accent-dark);
    box-shadow: none;
  }
  html.vintel-mobile-redesign .vmr-home-services h2,
  html.vintel-mobile-redesign .vmr-home-services > a { color: #fff; }
  html.vintel-mobile-redesign .vmr-home-services > a { border-top-color: rgba(255,255,255,.18); }
  html.vintel-mobile-redesign .vmr-home-services > a > svg:first-child,
  html.vintel-mobile-redesign .vmr-home-services > a > svg:last-child { color: #fff; }
  html.vintel-mobile-redesign .vmr-home-services small { color: rgba(255,255,255,.75); }

  /* Aspro's desktop flex equal-height rule is scoped away from mobile news. */
  html.vintel-mobile-redesign.vmr-page-news .content_news2 .item-views.news2,
  html.vintel-mobile-redesign.vmr-page-news .content_news2 .item-views.news2 .items,
  html.vintel-mobile-redesign.vmr-page-news .content_news2 .item-views.news2 .items > .row,
  html.vintel-mobile-redesign .vmr-news-enhanced {
    min-width: 0;
    max-width: 100%;
  }
  html.vintel-mobile-redesign .vmr-news-enhanced .vmr-news-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 16px;
    margin: 0;
  }
  html.vintel-mobile-redesign .vmr-news-enhanced .vmr-news-item-wrapper {
    width: auto;
    min-width: 0;
    min-height: 0;
    padding: 0;
    float: none;
    margin: 0;
  }
  html.vintel-mobile-redesign .vmr-news-enhanced .vmr-news-item {
    display: grid;
    grid-template-columns: minmax(86px, 32%) minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    height: auto;
    min-height: 0;
    padding: 10px;
    border: 1px solid var(--vmr-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(20, 56, 69, .06);
  }
  html.vintel-mobile-redesign .vmr-news-enhanced .vmr-news-item .image {
    width: 100%;
    min-width: 0;
    margin: 0 !important;
    float: none;
  }
  html.vintel-mobile-redesign .vmr-news-enhanced .vmr-news-item .image span {
    display: block;
    width: 100%;
    height: auto !important;
    min-height: 0;
    padding-top: 0 !important;
    aspect-ratio: 4 / 3;
    border-radius: 9px;
    background-position: center;
    background-size: cover;
  }
  html.vintel-mobile-redesign .vmr-news-enhanced .vmr-news-item .inner-text {
    min-width: 0;
    margin: 0;
    padding: 0;
  }
  html.vintel-mobile-redesign .vmr-news-enhanced .vmr-news-item .period-block {
    margin: 0 0 5px;
    font-size: 14px !important;
    line-height: 1.25;
  }
  html.vintel-mobile-redesign .vmr-news-enhanced .vmr-news-item .title,
  html.vintel-mobile-redesign .vmr-news-enhanced .vmr-news-item .title a {
    margin: 0;
    font-size: 14px !important;
    line-height: 1.35;
  }
  html.vintel-mobile-redesign .vmr-news-enhanced .vmr-news-no-image { display: block; }
  html.vintel-mobile-redesign .vmr-news-enhanced .vmr-news-no-image .image { display: none; }

  @media (max-width: 599.98px) {
    html.vintel-mobile-redesign .vmr-news-enhanced .vmr-news-row {
      grid-template-columns: minmax(0, 1fr);
      gap: 14px;
    }
  }

  @media (min-width: 600px) and (max-width: 991.98px) {
    html.vintel-mobile-redesign .vmr-header { padding-right: 24px; padding-left: 24px; }
    html.vintel-mobile-redesign .vmr-header__top { grid-template-columns: 48px minmax(0, 1fr) 48px 48px; }
    html.vintel-mobile-redesign.vmr-page-home .middle { padding: 0 24px; }
    html.vintel-mobile-redesign .vmr-home-benefits { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    html.vintel-mobile-redesign .vmr-home-benefits .vmr-section-heading { grid-column: 1 / -1; }
    html.vintel-mobile-redesign .catalog-section-list,
    html.vintel-mobile-redesign .catalog-sections .items,
    html.vintel-mobile-redesign .CATALOG_SECTIONS .items { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    html.vintel-mobile-redesign .bx_filter_parameters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  }
}
