.msa-mobile-page {
  display: none;
}

@media (max-width: 767px) {
  :root {
    --msa-bg: #f5f8fc;
    --msa-card: #ffffff;
    --msa-ink: #071f38;
    --msa-muted: #526d89;
    --msa-accent: #0ea5e9;
    --msa-blue: #0b83e6;
    --msa-cyan: #35c7f3;
    --msa-green: #25bf72;
    --msa-violet: #7063e8;
    --msa-line: #dce8f3;
    --msa-shadow: 0 16px 38px rgba(20, 54, 88, 0.12);
    --msa-soft: 0 10px 24px rgba(20, 54, 88, 0.08);
  }

  html,
  body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    background: var(--msa-bg) !important;
  }

  body > .header,
  body > section:not(.msa-mobile-page),
  body > .call-premium,
  body > .call-reasons-premium,
  body > .cta-section,
  body > footer {
    display: none !important;
  }

  .msa-mobile-page,
  .msa-mobile-page * {
    box-sizing: border-box;
  }

  .msa-mobile-page {
    display: block;
    min-height: 100vh;
    padding: 8px 0 28px;
    overflow-x: hidden;
    color: var(--msa-ink);
    background: var(--msa-bg);
    font-family: Inter, Arial, Helvetica, sans-serif;
    letter-spacing: 0;
  }

  .msa-mobile-page a {
    color: inherit;
    text-decoration: none;
  }

  .msa-mobile-page button {
    font: inherit;
  }

  .msa-shell {
    width: calc(100% - 24px);
    max-width: 460px;
    margin: 0 auto;
    overflow-x: hidden;
  }

  .msa-topbar {
    position: sticky;
    z-index: 60;
    top: 8px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 10px;
    align-items: center;
    min-height: 60px;
    margin: 0 auto 14px;
    padding: 8px;
    border: 1px solid rgba(214, 228, 241, 0.92);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 14px 30px rgba(29, 60, 90, 0.1);
  }

  .msa-home-button,
  .msa-burger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #e0ebf6;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(18, 49, 80, 0.08);
  }

  .msa-home-button img {
    width: 27px;
    height: 27px;
  }

  .msa-burger {
    gap: 4px;
    flex-direction: column;
    color: #0a4a93;
  }

  .msa-burger span {
    width: 19px;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
  }

  .msa-phone-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 44px;
    gap: 8px;
    padding: 0 12px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0668f5, #14a6f5);
    color: #fff !important;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(11, 131, 230, 0.22);
  }

  /* Phone number displays fully; overflow-hidden on pill clips cleanly on very narrow screens */

  .msa-stack {
    display: grid;
    gap: 14px;
  }

  .msa-hero-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 320px;
    overflow: hidden;
    border: 1px solid var(--msa-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--msa-shadow);
  }

  .msa-hero-card::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 64%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 66%, rgba(255, 255, 255, 0) 100%);
    content: "";
  }

  .msa-hero-card::after {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    height: 55%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0) 100%);
    content: "";
  }

  .msa-hero-copy {
    position: relative;
    z-index: 3;
    width: 60%;
    padding: 26px 0 16px 22px;
    flex-shrink: 0;
  }

  .msa-hero-copy h1 {
    margin: 18px 0 0;
    color: var(--msa-ink);
    font-size: 34px;
    font-weight: 950;
    line-height: 1.02;
    letter-spacing: 0;
  }

  .msa-hero-copy h1 span {
    color: var(--msa-blue);
  }

  .msa-hero-copy p {
    margin: 14px 0 0;
    color: #183a60;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.45;
  }

  .msa-hero-photo {
    position: absolute;
    inset: 0 0 0 auto;
    z-index: 0;
    width: 67%;
    height: 100%;
    object-fit: cover;
    object-position: 70% center;
  }

  .msa-hero-card--catalog .msa-hero-photo,
  .msa-hero-card--call .msa-hero-photo,
  .msa-hero-card--contacts .msa-hero-photo {
    object-position: 72% center;
  }

  .msa-badge {
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    gap: 7px;
    padding: 8px 11px;
    border: 1px solid #d9ebfb;
    border-radius: 999px;
    background: rgba(238, 247, 255, 0.94);
    color: #1267af;
    font-size: 12px;
    font-weight: 900;
  }

  .msa-directions-mini {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
  }

  .msa-directions-mini a {
    display: grid;
    place-items: center;
    min-height: 96px;
    gap: 8px;
    padding: 12px 5px;
    border: 1px solid #dce8f3;
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--msa-soft);
    color: #0a2b51;
    text-align: center;
  }

  .msa-directions-mini strong {
    max-width: 100%;
    font-size: 10.5px;
    font-weight: 950;
    line-height: 1.15;
    overflow-wrap: normal;
  }

  .msa-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    min-width: 0;
  }

  .msa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    gap: 8px;
    padding: 0 14px;
    border: 0;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 950;
    line-height: 1.1;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .msa-btn-primary {
    background: linear-gradient(135deg, #0571f5, #16a8f5);
    color: #fff !important;
    box-shadow: 0 14px 26px rgba(11, 131, 230, 0.24);
  }

  .msa-btn-secondary {
    border: 1px solid #cfe0f0;
    background: #fff;
    color: var(--msa-blue) !important;
  }

  .msa-arrow {
    margin-left: auto;
    font-size: 23px;
    line-height: 1;
  }

  .msa-trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #dce8f3;
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--msa-soft);
  }

  .msa-trust-row article {
    min-width: 0;
    padding: 14px 9px;
    border-right: 1px solid #e1ecf5;
  }

  .msa-trust-row article:last-child {
    border-right: 0;
  }

  .msa-trust-row strong,
  .msa-trust-row small {
    display: block;
  }

  .msa-trust-row strong {
    margin-top: 8px;
    color: var(--msa-ink);
    font-size: 12px;
    font-weight: 950;
    line-height: 1.2;
  }

  .msa-trust-row small {
    margin-top: 5px;
    color: var(--msa-muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
  }

  .msa-status-card {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr) 34px;
    align-items: center;
    gap: 12px;
    min-height: 104px;
    padding: 10px;
    border: 1px solid #dce8f3;
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--msa-soft);
  }

  .msa-status-card img {
    width: 84px;
    height: 82px;
    border-radius: 18px;
    object-fit: cover;
    object-position: 68% center;
  }

  .msa-status-card strong,
  .msa-status-card small {
    display: block;
  }

  .msa-status-card strong {
    color: var(--msa-ink);
    font-size: 17px;
    font-weight: 950;
    line-height: 1.2;
  }

  .msa-status-card small {
    margin-top: 5px;
    color: #31516f;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.3;
  }

  .msa-round-arrow,
  .msa-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #f4f9ff;
    color: var(--msa-ink);
    font-size: 26px;
    font-weight: 800;
    box-shadow: 0 8px 16px rgba(20, 54, 88, 0.09);
  }

  .msa-popular {
    display: grid;
    gap: 10px;
  }

  .msa-popular h2 {
    margin: 2px 0 0;
    color: var(--msa-ink);
    font-size: 20px;
    font-weight: 950;
  }

  .msa-service-list,
  .msa-more-services__inner {
    display: grid;
    gap: 9px;
  }

  .msa-service-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto 28px;
    align-items: center;
    gap: 9px;
    min-height: 64px;
    min-width: 0;
    padding: 10px;
    border: 1px solid #dce8f3;
    border-radius: 19px;
    background: #fff;
    box-shadow: var(--msa-soft);
  }

  .msa-service-item strong {
    color: var(--msa-ink);
    font-size: 14px;
    font-weight: 950;
    line-height: 1.2;
  }

  .msa-service-item b {
    color: var(--msa-ink);
    font-size: 13px;
    white-space: nowrap;
  }

  .msa-more-services {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 0.28s ease;
  }

  .msa-more-services.is-open {
    grid-template-rows: 1fr;
  }

  .msa-more-services__inner {
    min-height: 0;
  }

  .msa-more-button {
    min-height: 54px;
    border: 1px solid #dce8f3;
    border-radius: 19px;
    background: #fff;
    color: var(--msa-blue);
    font-size: 16px;
    font-weight: 950;
    box-shadow: var(--msa-soft);
  }

  .msa-search-fake {
    display: flex;
    align-items: center;
    min-height: 56px;
    gap: 12px;
    padding: 0 16px;
    border: 1px solid #d7e5f1;
    border-radius: 18px;
    background: #fff;
    color: #9aadbf;
    font-size: 16px;
    font-weight: 800;
    box-shadow: var(--msa-soft);
  }

  .msa-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    min-width: 0;
  }

  .msa-category {
    position: relative;
    display: grid;
    min-height: 192px;
    min-width: 0;
    padding: 18px;
    border: 1px solid #dce8f3;
    border-radius: 25px;
    box-shadow: var(--msa-soft);
  }

  .msa-category strong,
  .msa-category small,
  .msa-category b {
    display: block;
    min-width: 0;
  }

  .msa-category strong {
    margin-top: 14px;
    color: var(--msa-ink);
    font-size: 18px;
    font-weight: 950;
    line-height: 1.1;
  }

  .msa-category small {
    margin-top: 10px;
    color: #23415f;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.35;
  }

  .msa-category b {
    align-self: end;
    margin-top: 18px;
    color: var(--accent, var(--msa-blue));
    font-size: 21px;
    font-weight: 950;
  }

  .msa-category .msa-round-arrow {
    position: absolute;
    right: 15px;
    bottom: 17px;
  }

  .msa-category--blue {
    --accent: #0b83e6;
    background: linear-gradient(145deg, #f4faff, #eaf5ff);
  }

  .msa-category--amber {
    --accent: #f5a400;
    background: linear-gradient(145deg, #fffdfa, #fff4df);
  }

  .msa-category--green {
    --accent: #28c57a;
    background: linear-gradient(145deg, #f8fffb, #eaf9f2);
  }

  .msa-category--cyan {
    --accent: #18bce8;
    background: linear-gradient(145deg, #f8fdff, #e8f9ff);
  }

  .msa-help-card {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 16px;
    border: 1px solid #dce8f3;
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--msa-soft);
  }

  .msa-help-card .msa-btn {
    grid-column: 1 / -1;
  }

  .msa-help-card strong,
  .msa-help-card small {
    display: block;
  }

  .msa-help-card strong {
    color: var(--msa-ink);
    font-size: 17px;
    font-weight: 950;
  }

  .msa-help-card small {
    margin-top: 5px;
    color: var(--msa-muted);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.35;
  }

  .msa-request-card,
  .msa-step,
  .msa-info-list article {
    border: 1px solid #dce8f3;
    background: #fff;
    box-shadow: var(--msa-soft);
  }

  .msa-request-card {
    display: grid;
    gap: 12px;
    padding: 14px;
    border-radius: 26px;
  }

  .msa-step {
    display: grid;
    gap: 12px;
    padding: 14px;
    border-radius: 20px;
  }

  .msa-step-title {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .msa-step-title span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #d7e5f1;
    border-radius: 12px;
    color: var(--msa-blue);
    font-size: 22px;
    font-weight: 950;
  }

  .msa-step-title strong {
    color: var(--msa-ink);
    font-size: 17px;
    font-weight: 950;
  }

  .msa-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
  }

  .msa-chip-row button {
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #d7e4f0;
    border-radius: 999px;
    background: #fff;
    color: #173b62;
    font-weight: 800;
  }

  .msa-chip-row button.is-active {
    border-color: var(--msa-blue);
    background: var(--msa-blue);
    color: #fff;
  }

  .msa-phone-field {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #d7e4f0;
    border-radius: 16px;
    color: #466485;
    font-size: 20px;
    font-weight: 800;
  }

  .msa-contact-list,
  .msa-info-list {
    display: grid;
    gap: 12px;
  }

  .msa-contact-card {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 24px;
    gap: 14px;
    align-items: center;
    min-width: 0;
    min-height: 104px;
    padding: 17px;
    border-radius: 24px;
    color: #fff !important;
    box-shadow: var(--msa-shadow);
  }

  .msa-contact-card--phone {
    background: linear-gradient(135deg, #056bf2, #13a7f5);
  }

  .msa-contact-card--telegram {
    background: linear-gradient(135deg, #24b8e5, #35c7f3);
  }

  .msa-contact-card--max {
    background: linear-gradient(135deg, #7562e9, #6f7ff2);
  }

  .msa-contact-card--request {
    background: linear-gradient(135deg, #24b967, #37cf82);
  }

  .msa-contact-card strong,
  .msa-contact-card b,
  .msa-contact-card small {
    display: block;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .msa-contact-card strong {
    font-size: 20px;
    font-weight: 950;
  }

  .msa-contact-card b {
    margin-top: 5px;
    font-size: 17px;
    font-weight: 850;
  }

  .msa-contact-card small {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 750;
  }

  .msa-contact-card em {
    font-style: normal;
    font-size: 34px;
    line-height: 1;
  }

  .msa-info-list article {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 92px;
    padding: 15px;
    border-radius: 22px;
  }

  .msa-info-list strong,
  .msa-info-list small {
    display: block;
  }

  .msa-info-list strong {
    color: var(--msa-ink);
    font-size: 17px;
    font-weight: 950;
    line-height: 1.2;
  }

  .msa-info-list small {
    margin-top: 5px;
    color: var(--msa-muted);
    font-size: 14px;
    font-weight: 750;
  }

  .msa-i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    border-radius: 16px;
    background: #eef7ff;
    color: var(--accent, var(--msa-blue));
  }

  .msa-i::before {
    display: block;
    width: 24px;
    height: 24px;
    background: currentColor;
    content: "";
    -webkit-mask: var(--msa-mask) center / contain no-repeat;
    mask: var(--msa-mask) center / contain no-repeat;
  }

  .msa-phone-pill .msa-i,
  .msa-badge .msa-i {
    width: 20px;
    height: 20px;
    border-radius: 0;
    background: transparent;
    color: currentColor;
  }

  .msa-phone-pill .msa-i::before,
  .msa-badge .msa-i::before {
    width: 18px;
    height: 18px;
  }

  .msa-i-phone { --msa-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 4.8 8.8 4l2.4 5.4-1.7 1.1c.9 1.8 2.2 3.1 4 4l1.1-1.7 5.4 2.4-.8 2.2c-.4 1.1-1.5 1.8-2.7 1.6C10.4 18.2 5.8 13.6 5 7.5c-.2-1.2.5-2.3 1.6-2.7Z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .msa-i-pin { --msa-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21s7-5.1 7-11a7 7 0 1 0-14 0c0 5.9 7 11 7 11Zm0-8.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .msa-i-plumb { --msa-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 13h10M8 6h8v5H8zm2 7v5m4-5v5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .msa-i-electric { --msa-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13 2-7 12h6l-1 8 7-12h-6z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .msa-i-tech { --msa-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4h10v16H7zm3 4h4m-4 8h4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .msa-i-split { --msa-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7h14v7H5zm3 11h8M9 11h1m4 0h1' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .msa-i-ruble { --msa-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 5h6a4 4 0 0 1 0 8H8m0-8v14m0-6H5m3 3h7' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); }
  .msa-i-wallet { --msa-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7h16v12H4zM4 7l12-3v3m12 4h-5a2 2 0 0 0 0 4h5' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .msa-i-shield { --msa-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3 5 6v5c0 4.5 2.8 8 7 10 4.2-2 7-5.5 7-10V6zm-3 9 2 2 4-5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .msa-i-clock { --msa-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 7v5l3 2m6-2a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); }
  .msa-i-search { --msa-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20 20-4.5-4.5M18 11a7 7 0 1 1-14 0 7 7 0 0 1 14 0Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); }
  .msa-i-help, .msa-i-max { --msa-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 20a8 8 0 1 0-7-4l-1 4 4-1a8 8 0 0 0 4 1Zm-2-10a2 2 0 1 1 3.4 1.4c-.8.7-1.4 1.1-1.4 2.1m0 3h.01' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .msa-i-telegram { --msa-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4 12 16-7-3 15-5-4-3 3 1-5z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .msa-i-request { --msa-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4h10v16H7zm3 4h4m-4 4h4m-4 4h2' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); }
  .msa-i-car { --msa-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5 12 2-5h10l2 5M5 12h14v6H5zm2 6v2m10-2v2M8 15h.01M16 15h.01' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

  .msa-contact-card .msa-i {
    width: 56px;
    height: 56px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
  }

  .msa-side-actions {
    position: fixed;
    z-index: 50;
    right: 16px;
    top: 54%;
    display: grid;
    gap: 8px;
    transform: translateY(-50%);
  }

  .msa-side-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    opacity: 0.9;
    box-shadow: 0 10px 22px rgba(10, 38, 69, 0.22);
  }

  .msa-side-actions a:active {
    opacity: 1;
    transform: scale(1.04);
  }

  .msa-side-actions .msa-i {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: transparent;
    color: #fff;
  }

  .msa-side-actions .msa-i::before {
    width: 20px;
    height: 20px;
  }

  .msa-side-actions__phone { background: #087df1; }
  .msa-side-actions__telegram { background: #25bfe8; }
  .msa-side-actions__max { background: #7564e9; display: inline-flex; align-items: center; justify-content: center; }
  .msa-side-actions__request { background: #25bf72; }

  .msa-side-actions__max-img {
    width: 20px;
    height: 20px;
    display: block;
  }

  .msa-category .msa-i,
  .msa-help-card > .msa-i,
  .msa-info-list .msa-i {
    width: 56px;
    height: 56px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.7);
    color: var(--accent, var(--msa-blue));
  }

  .social-widget {
    position: fixed !important;
    right: 46px !important;
    top: 54% !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 45 !important;
    display: grid !important;
    gap: 8px !important;
    width: auto !important;
    padding: 0 !important;
    transform: translateY(-50%) !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .social-widget__button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    opacity: 0.9 !important;
    box-shadow: 0 10px 22px rgba(10, 38, 69, 0.22) !important;
    transform: none !important;
  }

  .social-widget__button:active {
    opacity: 1 !important;
    transform: scale(1.04) !important;
  }

  .social-widget__button svg {
    width: 21px !important;
    height: 21px !important;
  }

  .social-widget__max-icon-img {
    width: 21px !important;
    height: 21px !important;
  }

  .social-widget__button--call { background: #087df1 !important; }
  .social-widget__button--telegram { background: #25bfe8 !important; }
  .social-widget__button--max { background: #7564e9 !important; }
  .social-widget__button--request { background: #25bf72 !important; }

  html body .social-widget,
  html body.service-page .social-widget,
  html body.social-widget-visible .social-widget,
  html body.service-page.social-widget-visible .social-widget {
    position: fixed !important;
    right: 46px !important;
    top: 54% !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 45 !important;
    display: grid !important;
    flex-direction: initial !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    padding: 0 !important;
    transform: translateY(-50%) !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  html body .social-widget__button,
  html body.service-page .social-widget__button {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    border-radius: 999px !important;
    opacity: 0.9 !important;
  }

  @media (max-width: 380px) {
    .msa-mobile-page {
      padding-right: 0;
      padding-left: 0;
    }

    .msa-topbar {
      grid-template-columns: 40px minmax(0, 1fr) 40px;
      gap: 7px;
      min-height: 56px;
      border-radius: 24px;
    }

    .msa-home-button,
    .msa-burger {
      width: 40px;
      height: 40px;
      border-radius: 16px;
    }

    .msa-phone-pill {
      height: 40px;
      padding: 0 8px;
      font-size: 12px;
    }

    .msa-hero-card {
      min-height: 270px;
    }

    .msa-hero-copy {
      width: 62%;
      padding-left: 18px;
    }

    .msa-hero-copy h1 {
      font-size: 29px;
    }

    .msa-hero-copy p {
      font-size: 14px;
    }

    .msa-directions-mini {
      gap: 7px;
    }

    .msa-directions-mini a {
      min-height: 86px;
    }

    .msa-actions {
      grid-template-columns: 1fr;
    }

    .msa-category {
      min-height: 178px;
      padding: 15px;
    }

    .msa-category strong {
      font-size: 16px;
    }

    .social-widget {
      right: 42px !important;
      gap: 7px !important;
    }

    html body .social-widget,
    html body.service-page .social-widget,
    html body.social-widget-visible .social-widget,
    html body.service-page.social-widget-visible .social-widget {
      right: 42px !important;
    }

    .social-widget__button {
      width: 36px !important;
      height: 36px !important;
      min-width: 36px !important;
      min-height: 36px !important;
      opacity: 0.78 !important;
    }

    .msa-side-actions {
      right: 10px;
    }

    .msa-side-actions a,
    .msa-side-actions .msa-i {
      width: 36px;
      height: 36px;
    }
  }
}

/* =========================================================
   MSA REDESIGN — Additional styles for mobile home page
   ========================================================= */

@media (max-width: 767px) {

  /* ── Hero: actions zone (bottom of hero card) ── */
  .msa-hero-actions {
    position: relative;
    z-index: 4;
    margin-top: auto;
    padding: 0 18px 20px;
    display: grid;
    gap: 10px;
  }

  /* ── Hero: trust badge pills ── */
  .msa-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 12px 0 0;
  }

  .msa-hero-trust > span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    background: rgba(238, 247, 255, 0.96);
    border: 1px solid #d4e8f9;
    border-radius: 999px;
    color: #1267af;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
  }

  .msa-hero-trust .msa-i {
    width: 15px;
    height: 15px;
    border-radius: 0;
    background: transparent;
    color: currentColor;
    flex-shrink: 0;
  }

  .msa-hero-trust .msa-i::before {
    width: 13px;
    height: 13px;
  }

  /* ── Hero: accent text ── */
  /* Specificity (0,2,0) > .msa-hero-copy p (0,1,1) — prevents the parent
     descendant rule from overriding color / font-size / font-weight here. */
  .msa-hero-copy .msa-hero-accent {
    display: flex;
    align-items: flex-start;
    margin: 10px 0 0;
    padding-left: 9px;
    border-left: 3px solid var(--msa-blue);
    color: #0b5ea6;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
  }

  /* ── Hero: security note ── */
  .msa-hero-note {
    margin: 0;
    text-align: center;
    color: #8aabb0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
  }

  /* ── category-grid as section ── */
  section.msa-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    min-width: 0;
  }

  /* ── Section title ── */
  .msa-section-title {
    margin: 0 0 12px;
    color: var(--msa-ink);
    font-size: 20px;
    font-weight: 950;
    line-height: 1.2;
  }

  /* ── Contacts section wrapper ── */
  .msa-contacts-section {
    display: grid;
    gap: 10px;
  }

  /* ── Contact card: body and arrow (new structure) ── */
  .msa-contact-card__body {
    flex: 1;
    min-width: 0;
  }

  .msa-contact-card__body strong,
  .msa-contact-card__body b,
  .msa-contact-card__body small {
    display: block;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .msa-contact-card__body strong {
    font-size: 18px;
    font-weight: 950;
    line-height: 1.1;
  }

  .msa-contact-card__body b {
    margin-top: 4px;
    font-size: 15px;
    font-weight: 850;
  }

  .msa-contact-card__body small {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 700;
  }

  .msa-contact-card__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
  }

  /* Override contact-card grid to work with new __body structure */
  .msa-contact-card {
    grid-template-columns: 56px minmax(0, 1fr) 32px;
  }

  /* ── "All services" link ── */
  .msa-all-link {
    display: block;
    text-align: center;
    padding: 14px 16px;
    color: var(--msa-blue);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    border: 1px solid #dce8f3;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--msa-soft);
  }

  /* ── MSA Nav Menu overlay ── */
  .msa-menu {
    position: fixed;
    inset: 0;
    z-index: 200;
    pointer-events: none;
    visibility: hidden;
  }

  .msa-menu[aria-hidden="false"] {
    pointer-events: auto;
    visibility: visible;
  }

  .msa-menu__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 31, 56, 0.52);
    opacity: 0;
    transition: opacity 0.24s ease;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
  }

  .msa-menu[aria-hidden="false"] .msa-menu__backdrop {
    opacity: 1;
  }

  .msa-menu__panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(300px, 86vw);
    display: flex;
    flex-direction: column;
    padding: 24px 20px 32px;
    background: #fff;
    border-radius: 28px 0 0 28px;
    box-shadow: -20px 0 60px rgba(7, 31, 56, 0.18);
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 0;
  }

  .msa-menu[aria-hidden="false"] .msa-menu__panel {
    transform: translateX(0);
  }

  .msa-menu__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e8f1f8;
  }

  .msa-menu__brand {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    color: var(--msa-ink);
    font-size: 17px;
    font-weight: 900;
    text-decoration: none;
  }

  .msa-menu__brand img {
    width: 34px;
    height: 34px;
    border-radius: 12px;
  }

  .msa-menu__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #e0ebf6;
    border-radius: 12px;
    background: #f5f8fc;
    color: var(--msa-ink);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
  }

  .msa-menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
  }

  .msa-menu__link {
    display: block;
    padding: 13px 14px;
    border-radius: 16px;
    color: var(--msa-ink);
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    transition: background 0.14s;
  }

  .msa-menu__link:active {
    background: #eef5ff;
  }

  .msa-menu__cta {
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
  }

  /* ── Fix Bug 1: beat mobile-hero-reference.css high-specificity rules ──────────────────────
     mobile-hero-reference.css uses `html body .pd-hero-clean.pfhero-v7--home { display:flex!important }`
     which has specificity (0,2,2) and overrides our `body > section:not(.msa-mobile-page)` (0,1,2).
     Counter with equal or higher specificity — wins because mobile-service-app.css loads LAST. */
  html body .msa-mobile-page ~ .pfhero-v7,
  html body .msa-mobile-page ~ .pfhero-v7--home,
  html body .msa-mobile-page ~ .pd-hero-clean {
    display: none !important;
    visibility: hidden !important;
  }

  /* ── Hide social-widget on ALL msa-mobile-page pages (msa-side-actions covers floating btns) ── */
  /* Primary rule: modern browsers with :has() support (Chrome 105+, Firefox 121+, Safari 15.4+) */
  body:has(.msa-mobile-page) .social-widget,
  body:has(.msa-mobile-page) .social-widget * {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  /* Fallback: JS adds .msa-page-active to body for browsers without :has() */
  body.msa-page-active .social-widget,
  body.msa-page-active .social-widget * {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  /* ════════════════════════════════════════════════════════════════
     MOBILE CONTENT BLOCKS — общие стили секций
  ═══════════════════════════════════════════════════════════════ */

  .msa-block {
    padding: 28px 16px 0;
  }

  .msa-block__head {
    margin-bottom: 20px;
    padding-right: 54px;
  }

  .msa-block__kicker {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.14);
    border: 1px solid rgba(14, 165, 233, 0.22);
    color: var(--msa-accent);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .msa-block__kicker--light {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.9);
  }

  .msa-block__title {
    margin: 4px 0 10px;
    font-size: clamp(1.25rem, 5vw, 1.5rem);
    font-weight: 900;
    color: var(--msa-text-primary);
    line-height: 1.25;
    letter-spacing: -0.02em;
  }

  .msa-block__sub {
    margin: 0;
    font-size: 0.92rem;
    color: var(--msa-text-secondary);
    line-height: 1.6;
  }

  .msa-block__link-all {
    display: block;
    margin-top: 14px;
    text-align: center;
    color: var(--msa-accent);
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.01em;
  }

  .msa-block__link-all:hover {
    text-decoration: underline;
  }

  /* ── Service cards ───────────────────────────────────────────── */

  .msa-svc-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .msa-svc-card {
    position: relative;
    padding: 18px 16px 16px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(14,165,233,0.12);
    box-shadow: 0 4px 20px rgba(0,20,40,0.10);
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
  }

  .msa-svc-card:active {
    transform: scale(0.984);
    box-shadow: 0 2px 12px rgba(0,20,40,0.08);
  }

  .msa-svc-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
  }

  .msa-svc-card--plumbing { border-left: none; }
  .msa-svc-card--plumbing::before { background: #38bdf8; }
  .msa-svc-card--electric { border-left: none; }
  .msa-svc-card--electric::before { background: #fbbf24; }
  .msa-svc-card--appliance { border-left: none; }
  .msa-svc-card--appliance::before { background: #34d399; }
  .msa-svc-card--split { border-left: none; }
  .msa-svc-card--split::before { background: #22d3ee; }

  .msa-svc-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
  }

  .msa-chip {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.02em;
  }

  .msa-chip--plumbing { background: rgba(56,189,248,0.12); color: #0369a1; }
  .msa-chip--electric { background: rgba(251,191,36,0.15); color: #92400e; }
  .msa-chip--appliance { background: rgba(52,211,153,0.12); color: #065f46; }
  .msa-chip--split { background: rgba(34,211,238,0.12); color: #0e7490; }

  .msa-svc-card__price {
    font-size: 0.86rem;
    font-weight: 900;
    color: #0f172a;
    white-space: nowrap;
    padding: 3px 9px;
    background: rgba(14,165,233,0.08);
    border-radius: 8px;
  }

  .msa-svc-card h3 {
    margin: 0 0 6px;
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
  }

  .msa-svc-card p {
    margin: 0 0 10px;
    font-size: 0.86rem;
    color: #4b5563;
    line-height: 1.55;
  }

  .msa-svc-card__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 11px 16px;
    border-radius: 10px;
    background: linear-gradient(90deg, #0ea5e9 0%, #22d3ee 100%);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    margin-top: 8px;
    transition: opacity 0.15s;
    gap: 4px;
  }

  .msa-svc-card__link:hover {
    opacity: 0.9;
    text-decoration: none;
  }

  /* ── Show-more panel (grid height animation) ─────────────────── */

  .msa-more-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .msa-more-panel.is-open {
    grid-template-rows: 1fr;
  }

  .msa-more-panel__inner {
    overflow: hidden;
    padding-top: 0;
    transition: padding-top 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .msa-more-panel.is-open .msa-more-panel__inner {
    padding-top: 10px;
  }

  /* ── Show-more button ────────────────────────────────────────── */

  .msa-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 14px;
    padding: 13px 20px;
    border-radius: 12px;
    border: 1.5px solid rgba(14, 165, 233, 0.28);
    background: rgba(14, 165, 233, 0.08);
    color: var(--msa-accent);
    font-size: 0.92rem;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.18s ease, transform 0.15s ease;
    -webkit-tap-highlight-color: transparent;
  }

  .msa-more-btn:active {
    transform: scale(0.97);
    background: rgba(14, 165, 233, 0.14);
  }

  .msa-more-btn__icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-radius: 50%;
    position: relative;
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }

  .msa-more-btn__icon::before,
  .msa-more-btn__icon::after {
    content: '';
    position: absolute;
    left: 50%;
    background: currentColor;
  }

  .msa-more-btn__icon::before {
    width: 1.5px;
    height: 6px;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .msa-more-btn__icon::after {
    width: 6px;
    height: 1.5px;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .msa-more-btn[aria-expanded="true"] .msa-more-btn__icon {
    transform: rotate(45deg);
  }

  /* ════════════════════════════════════════════════════════════════
     MOBILE: Почему выбирают Профи Дом — reason cards
  ═══════════════════════════════════════════════════════════════ */

  .msa-reasons-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .msa-reason-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 16px 20px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(14,165,233,0.10);
    box-shadow: 0 3px 16px rgba(0,20,40,0.09);
    position: relative;
    overflow: hidden;
    transition: transform 0.18s ease;
  }

  .msa-reason-card:active {
    transform: scale(0.985);
  }

  .msa-reason-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    border-radius: 0 0 14px 14px;
  }

  .msa-reasons-grid .msa-reason-card:nth-child(1)::after { background: #38bdf8; }
  .msa-reasons-grid .msa-reason-card:nth-child(2)::after { background: #22d3ee; }
  .msa-reasons-grid .msa-reason-card:nth-child(3)::after { background: #34d399; }
  .msa-reasons-grid .msa-reason-card:nth-child(4)::after { background: #fb923c; }
  .msa-reasons-grid .msa-reason-card:nth-child(5)::after { background: #a78bfa; }
  .msa-reasons-grid .msa-reason-card:nth-child(6)::after { background: #14b8a6; }

  .msa-reason-card__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-top: 2px;
  }

  .msa-reason-card__icon svg {
    width: 24px;
    height: 24px;
  }

  .msa-reason-card__icon--blue  { background: rgba(56,189,248,0.12); color: #0369a1; }
  .msa-reason-card__icon--cyan  { background: rgba(34,211,238,0.12); color: #0e7490; }
  .msa-reason-card__icon--green { background: rgba(52,211,153,0.12); color: #065f46; }
  .msa-reason-card__icon--orange{ background: rgba(251,146,60,0.12); color: #c2410c; }
  .msa-reason-card__icon--purple{ background: rgba(167,139,250,0.12); color: #6d28d9; }
  .msa-reason-card__icon--teal  { background: rgba(20,184,166,0.12); color: #0f766e; }

  .msa-reason-card__text h3 {
    margin: 0 0 5px;
    font-size: 0.98rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
  }

  .msa-reason-card__text p {
    margin: 0;
    font-size: 0.84rem;
    color: #4b5563;
    line-height: 1.55;
  }

  /* ════════════════════════════════════════════════════════════════
     MOBILE: С какими проблемами — case cards
  ═══════════════════════════════════════════════════════════════ */

  .msa-cases-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .msa-case-card {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(14,165,233,0.10);
    box-shadow: 0 4px 20px rgba(0,20,40,0.10);
    transition: transform 0.18s ease;
  }

  .msa-case-card:active {
    transform: scale(0.984);
  }

  .msa-case-card__img {
    display: block;
    overflow: hidden;
    aspect-ratio: 16/8;
  }

  .msa-case-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }

  .msa-case-card:active .msa-case-card__img img {
    transform: scale(1.03);
  }

  .msa-case-card__body {
    padding: 14px 16px 16px;
  }

  .msa-case-card__tag {
    display: inline-block;
    margin-bottom: 8px;
    padding: 3px 10px;
    border-radius: 999px;
    background: rgba(14,165,233,0.10);
    color: #0369a1;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .msa-case-card__body h3 {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
  }

  .msa-case-card__body p {
    margin: 0 0 12px;
    font-size: 0.84rem;
    color: #4b5563;
    line-height: 1.55;
  }

  .msa-case-card__body strong {
    color: #0f172a;
    font-weight: 700;
  }

  .msa-case-card__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 16px;
    border-radius: 10px;
    background: linear-gradient(90deg, #0ea5e9 0%, #22d3ee 100%);
    color: #fff;
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.15s;
    margin-top: 2px;
  }

  .msa-case-card__cta:hover {
    opacity: 0.9;
    text-decoration: none;
  }

  /* ════════════════════════════════════════════════════════════════
     MOBILE: Где проверить — platform cards
  ═══════════════════════════════════════════════════════════════ */

  .msa-platforms-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
  }

  .msa-platform-card {
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(14,165,233,0.10);
    box-shadow: 0 3px 16px rgba(0,20,40,0.09);
    overflow: hidden;
    transition: transform 0.18s ease;
    min-width: 0;
  }

  .msa-platform-card:active {
    transform: scale(0.984);
  }

  .msa-platform-card__img {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    margin: 0;
  }

  .msa-platform-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .msa-platform-card__body {
    padding: 10px 12px 12px;
    flex: 1;
    min-width: 0;
  }

  .msa-platform-card__tag {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 800;
    color: #0369a1;
    background: rgba(14,165,233,0.10);
    padding: 2px 8px;
    border-radius: 999px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 5px;
  }

  .msa-platform-card__body h3 {
    margin: 0 0 3px;
    font-size: 0.92rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
  }

  .msa-platform-card__body p {
    margin: 0;
    font-size: 0.78rem;
    color: #4b5563;
    line-height: 1.4;
  }

  .msa-platforms-contact {
    padding: 16px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(14,165,233,0.14);
    box-shadow: 0 3px 16px rgba(0,20,40,0.08);
    text-align: center;
  }

  .msa-platforms-contact p {
    margin: 0 0 12px;
    font-size: 0.9rem;
    color: #374151;
  }

  .msa-platforms-contact__btns {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }

  /* ════════════════════════════════════════════════════════════════
     MOBILE: Как проходит работа — process steps
  ═══════════════════════════════════════════════════════════════ */

  .msa-process-steps {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .msa-process-step {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(14,165,233,0.10);
    box-shadow: 0 3px 16px rgba(0,20,40,0.09);
    border-bottom: none;
    position: relative;
    transition: transform 0.18s ease;
  }

  .msa-process-step:last-child {
    border-bottom: none;
  }

  .msa-process-step:active {
    transform: scale(0.984);
  }

  .msa-process-step__num {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #0ea5e9, #22d3ee);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 900;
    box-shadow: 0 4px 12px rgba(14,165,233,0.28);
    margin-top: 1px;
  }

  .msa-process-step__icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(14,165,233,0.10);
    color: #0ea5e9;
    margin-top: 0;
  }

  .msa-process-step__icon svg {
    width: 20px;
    height: 20px;
  }

  .msa-process-step__text h3 {
    margin: 0 0 5px;
    font-size: 0.98rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
  }

  .msa-process-step__text p {
    margin: 0;
    font-size: 0.84rem;
    color: #4b5563;
    line-height: 1.55;
  }

  /* ════════════════════════════════════════════════════════════════
     MOBILE: Финальный CTA
  ═══════════════════════════════════════════════════════════════ */

  .msa-final-cta {
    margin: 28px 0 0;
  }

  .msa-final-cta__inner {
    padding: 24px 20px 28px;
    border-radius: 20px;
    background: linear-gradient(135deg, #071f38 0%, #0e2d4a 60%, #071f38 100%);
    border: 1px solid rgba(14,165,233,0.24);
    box-shadow: 0 16px 48px rgba(0,0,0,0.32);
    margin: 0;
  }

  .msa-final-cta__title {
    margin: 8px 0 12px;
    font-size: clamp(1.2rem, 5vw, 1.45rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.25;
    letter-spacing: -0.02em;
  }

  .msa-final-cta__sub {
    margin: 0 0 16px;
    font-size: 0.9rem;
    color: rgba(226,242,255,0.78);
    line-height: 1.6;
  }

  .msa-final-cta__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 20px;
  }

  .msa-final-cta__chips span {
    display: inline-flex;
    align-items: center;
    padding: 5px 11px;
    border-radius: 999px;
    background: rgba(14,165,233,0.16);
    border: 1px solid rgba(125,211,252,0.2);
    color: #bae6fd;
    font-size: 0.78rem;
    font-weight: 800;
  }

  .msa-final-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }

  .msa-final-cta__actions .msa-btn {
    width: 100%;
    justify-content: center;
  }

  .msa-final-cta__directions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .msa-final-cta__directions a {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.1);
    text-decoration: none;
    transition: background 0.18s ease;
    min-width: 0;
    overflow: hidden;
  }

  .msa-final-cta__directions a:active {
    background: rgba(255,255,255,0.12);
  }

  .msa-final-cta__directions strong {
    font-size: 0.88rem;
    font-weight: 800;
    color: #e0f2fe;
    line-height: 1.2;
  }

  .msa-final-cta__directions small {
    font-size: 0.74rem;
    color: rgba(186,230,253,0.7);
    line-height: 1.35;
  }

  /* ── 380px tweaks for new elements ── */
  @media (max-width: 380px) {
    .msa-hero-actions {
      padding: 0 14px 16px;
    }

    .msa-hero-trust > span {
      font-size: 10px;
      padding: 4px 8px;
    }

    section.msa-category-grid {
      gap: 9px;
    }

    .msa-final-cta__directions strong {
      font-size: 0.82rem;
    }

    .msa-final-cta__directions small {
      font-size: 0.70rem;
    }
  }
}
