:root {
  --brand-red: #c91422;
  --brand-red-dark: #8f0d16;
  --brand-red-soft: #fff1f2;
  --ink: #15171b;
  --ink-secondary: #30343a;
  --muted: #6d7278;
  --surface: #ffffff;
  --page-bg: #f7f8f9;
  --warm-bg: #fffaf6;
  --border: #e2e5e8;
  --success: #138a4b;
  --warning: #a15c00;
  --info: #175ea8;
  --shadow-sm: 0 4px 14px rgba(17, 24, 39, 0.06);
  --shadow-md: 0 12px 30px rgba(17, 24, 39, 0.09);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
}

html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--page-bg); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.device-ui-ready { padding-top: 0 !important; padding-bottom: 0 !important; }
body.mp-drawer-open { overflow: hidden; }
*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; }
a, button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(201,20,34,.28); outline-offset: 3px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; padding: 0 !important; margin: -1px !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 10000; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: var(--brand-red-dark); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

body > .site-header, body > .catalog-header, body > header:not(.marketplace-header):not(.auth-header), body > .device-app-header,
body > .mobile-channel-nav, body > .device-bottom-nav, body > .utility-bar, body > .topline, body > .topbar { display: none !important; }
body > footer:not(.marketplace-footer) { display: none !important; }

body.device-ui-ready > header.marketplace-header, body > header.marketplace-header { position: sticky; z-index: 1000; top: 0; width: 100%; display: block !important; background: #fff; border-bottom: 1px solid var(--border); box-shadow: 0 2px 10px rgba(17,24,39,.04); }
.mp-announcement { min-height: 30px; display: flex; align-items: center; justify-content: center; padding: 5px 16px; color: #fff; background: var(--brand-red-dark); font-size: 12px; font-weight: 700; letter-spacing: .01em; text-align: center; }
.mp-core, .mp-nav-inner { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.mp-core { min-height: 72px; display: grid; grid-template-columns: 190px 170px minmax(280px, 1fr) auto; align-items: center; gap: 16px; }
.mp-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.mp-brand img { width: 42px; height: 42px; object-fit: contain; border-radius: 50%; }
.mp-brand span { display: grid; line-height: 1; }
.mp-brand strong { color: var(--brand-red); font-size: 19px; letter-spacing: .08em; }
.mp-brand small { margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.mp-location { min-height: 44px; display: flex; align-items: center; gap: 9px; padding: 6px 10px; color: var(--ink); background: transparent; border: 0; border-radius: 8px; cursor: pointer; text-align: left; }
.mp-location:hover { background: var(--page-bg); }
.mp-location svg, .mp-action svg, .mp-menu svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.mp-location span { display: grid; min-width: 0; }
.mp-location small { color: var(--muted); font-size: 10px; }
.mp-location strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.mp-search { position: relative; display: grid; grid-template-columns: 1fr 48px; min-width: 0; }
.mp-search input { width: 100%; height: 46px; padding: 0 16px; color: var(--ink); background: var(--page-bg); border: 1px solid var(--border); border-right: 0; border-radius: 10px 0 0 10px; }
.mp-search input:focus { background: #fff; border-color: var(--brand-red); outline: 0; box-shadow: 0 0 0 3px rgba(201,20,34,.09); }
.mp-search button { display: grid; place-items: center; color: #fff; background: var(--brand-red); border: 0; border-radius: 0 10px 10px 0; cursor: pointer; }
.mp-search button:hover { background: var(--brand-red-dark); }
.mp-search button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.mp-suggestions { position: absolute; z-index: 20; top: calc(100% + 6px); left: 0; right: 0; overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: 10px; box-shadow: var(--shadow-md); }
.mp-suggestions[hidden] { display: none; }
.mp-suggestions a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; color: var(--ink); border-bottom: 1px solid #f0f1f2; text-decoration: none; }
.mp-suggestions a:last-child { border-bottom: 0; }
.mp-suggestions a:hover, .mp-suggestions a:focus { background: var(--brand-red-soft); }
.mp-suggestions small { color: var(--muted); }
.mp-actions { display: flex; align-items: center; gap: 4px; }
.mp-action { min-width: 54px; min-height: 48px; display: grid; place-items: center; gap: 2px; padding: 4px 8px; color: var(--ink); background: transparent; border: 0; border-radius: 8px; cursor: pointer; font-size: 10px; font-weight: 700; text-decoration: none; }
.mp-action:hover { color: var(--brand-red); background: var(--brand-red-soft); }
.mp-cart-count { position: absolute; margin: -23px 0 0 22px; min-width: 18px; min-height: 18px; display: grid; place-items: center; padding: 2px; color: #fff; background: var(--brand-red); border-radius: 999px; font-size: 10px; }
.mp-menu { display: none; min-width: 44px; min-height: 44px; place-items: center; color: var(--ink); background: transparent; border: 0; border-radius: 8px; }
.mp-nav { border-top: 1px solid #f0f1f2; }
.mp-nav-inner { min-height: 45px; display: flex; align-items: center; justify-content: space-between; gap: 2px; }
.mp-nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 12px; color: var(--ink-secondary); border-bottom: 2px solid transparent; font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.mp-nav a:hover, .mp-nav a.active { color: var(--brand-red); border-bottom-color: var(--brand-red); }

.mp-drawer-backdrop { position: fixed; z-index: 1100; inset: 0; background: rgba(15,18,22,.5); opacity: 0; pointer-events: none; transition: opacity 180ms ease; }
.mp-drawer-backdrop.open { opacity: 1; pointer-events: auto; }
.mp-drawer { position: fixed; z-index: 1110; inset: 0 auto 0 0; width: min(86vw, 360px); display: grid; grid-template-rows: auto 1fr auto; padding: 18px; background: #fff; box-shadow: var(--shadow-md); transform: translateX(-105%); transition: transform 200ms ease; }
.mp-drawer.open { transform: none; }
.mp-drawer-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.mp-drawer-close { width: 44px; height: 44px; color: var(--ink); background: var(--page-bg); border: 0; border-radius: 50%; font-size: 24px; }
.mp-drawer nav { overflow-y: auto; display: grid; align-content: start; padding: 10px 0; }
.mp-drawer nav a { min-height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 0 8px; color: var(--ink); border-bottom: 1px solid #f0f1f2; font-weight: 700; text-decoration: none; }
.mp-drawer nav a.active { color: var(--brand-red); }
.mp-drawer-foot { padding-top: 14px; color: var(--muted); font-size: 12px; }

.mp-dialog { width: min(520px, calc(100% - 32px)); padding: 0; color: var(--ink); background: #fff; border: 0; border-radius: 14px; box-shadow: var(--shadow-md); }
.mp-dialog::backdrop { background: rgba(15,18,22,.55); }
.mp-dialog-card { padding: 24px; }
.mp-dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.mp-dialog h2 { margin: 0; font-size: 22px; }
.mp-dialog p { color: var(--muted); line-height: 1.6; }
.mp-dialog-close { width: 44px; height: 44px; color: var(--ink); background: var(--page-bg); border: 0; border-radius: 50%; font-size: 24px; }
.mp-dialog-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.mp-dialog-actions a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 16px; color: #fff; background: var(--brand-red); border-radius: 9px; font-weight: 800; text-decoration: none; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid transparent; border-radius: 9px; font-weight: 800; text-decoration: none; }
.button-primary { color: #fff; background: var(--brand-red); }
.button-primary:hover { background: var(--brand-red-dark); }
.button-secondary { color: var(--ink); background: #fff; border-color: var(--border); }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; }

main { width: 100%; }
body:not(.home-page) main { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.section-shell, .catalog-hero, .catalog-toolbar, .catalog-results, .compare-panel, .catalog-assurance, .product-main, .services-hero, .service-directory, .simple-journey, .service-contact, .sell-brand-picker, .model-gallery, .sell-hero { width: min(1240px, calc(100% - 48px)) !important; margin-inline: auto !important; }
.section-heading h2, .results-head h2, .directory-heading h2 { font-size: 26px !important; line-height: 32px !important; }

.hero { min-height: 360px; align-items: center; gap: 32px !important; padding-top: 24px !important; padding-bottom: 24px !important; }
.hero h1 { max-width: 680px; font-size: clamp(32px, 4vw, 44px) !important; line-height: 1.08 !important; letter-spacing: -.035em; }
.hero-media { overflow: hidden; border-radius: var(--radius-lg) !important; box-shadow: var(--shadow-md); }
.hero-media img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.service-grid { grid-template-columns: repeat(6, minmax(0,1fr)) !important; gap: 16px !important; }
.service-grid .service-card { min-width: 0; min-height: 0 !important; height: auto !important; display: grid !important; grid-template-columns: 1fr !important; align-content: start; gap: 10px !important; padding: 12px !important; color: var(--ink); background: #fff; border: 1px solid var(--border) !important; border-radius: 12px !important; box-shadow: none !important; text-decoration: none; transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.service-grid .service-card:hover { transform: translateY(-2px); border-color: var(--brand-red) !important; box-shadow: var(--shadow-sm) !important; }
.service-grid .service-card img { width: 100% !important; height: auto !important; aspect-ratio: 4 / 3; padding: 10px; object-fit: contain !important; background: #fff4f4; border-radius: 9px; }
.service-grid .service-card h3 { margin: 0 !important; font-size: 15px !important; line-height: 1.35 !important; text-align: center; }
.service-grid .service-card p, .service-grid .service-card > b { display: none !important; }
.product-grid, .catalog-grid { gap: 18px !important; }
.product-card, .catalog-card { overflow: hidden; background: #fff !important; border: 1px solid var(--border) !important; border-radius: 12px !important; box-shadow: var(--shadow-sm) !important; }
.product-card img, .catalog-card img { object-fit: contain !important; }
.product-card .stock-note, .stock-tag, .detail-stock { color: var(--muted) !important; }
.catalog-toolbar { position: sticky; z-index: 20; top: 148px; display: grid !important; grid-template-columns: minmax(260px,2fr) repeat(5,minmax(120px,1fr)) !important; align-items: end !important; gap: 10px !important; padding: 14px !important; background: rgba(247,248,249,.96) !important; backdrop-filter: blur(10px); }
.catalog-toolbar label { min-width: 0 !important; min-height: 0 !important; height: auto !important; margin: 0 !important; }
.catalog-toolbar input, .catalog-toolbar select { min-height: 44px !important; height: 44px !important; margin: 0 !important; }
.catalog-grid { grid-template-columns: repeat(4, minmax(0,1fr)) !important; }
.catalog-card { position: relative; min-width: 0; }
.catalog-card .catalog-image { aspect-ratio: 1 / 1; background: #fff !important; }
.catalog-card .catalog-image img { width: 100%; height: 100%; padding: 16px; }
.catalog-card h3 { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.compare-toggle { z-index: 2; }
.catalog-sort-filter, .catalog-availability-filter { min-height: 44px; }
.catalog-empty { border: 1px dashed var(--border) !important; border-radius: 14px !important; background: #fff !important; }
.image-fallback { display: grid; place-items: center; width: 100%; height: 100%; padding: 20px; color: var(--brand-red-dark); background: var(--brand-red-soft); font-weight: 800; text-align: center; }

.product-detail { gap: 36px !important; }
.product-gallery { min-height: 480px; display: grid; place-items: center; background: #fff !important; border: 1px solid var(--border); border-radius: 14px !important; }
.product-gallery > img { width: 100%; height: 430px; padding: 28px; object-fit: contain !important; }
.detail-rating[data-backed="false"] { display: none; }
.product-buybox { position: sticky; top: 170px; align-self: start; background: #fff; border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow-sm); }
.product-buybox h1 { font-size: clamp(26px,3vw,36px) !important; line-height: 1.15 !important; }
.payment-options { display: grid; gap: 12px; margin: 0; padding: 0; border: 0; }
.payment-options legend { margin-bottom: 14px; font-size: 18px; font-weight: 800; }
.payment-option { position: relative; min-height: 72px; display: grid; grid-template-columns: 44px 1fr 22px; align-items: center; gap: 12px; padding: 12px 14px; background: #fff; border: 1px solid var(--border); border-radius: 12px; cursor: pointer; }
.payment-option:has(input:checked) { background: var(--brand-red-soft); border-color: var(--brand-red); box-shadow: 0 0 0 3px rgba(201,20,34,.1); }
.payment-option input { position: absolute; opacity: 0; pointer-events: none; }
.payment-option__logo { width: 44px; height: 44px; display: grid; place-items: center; color: var(--brand-red); background: #fff; border: 1px solid var(--border); border-radius: 9px; font-size: 11px; font-weight: 900; }
.payment-option__content { display: grid; gap: 3px; }
.payment-option__content small { color: var(--muted); }
.order-submit { min-height: 48px !important; }

.sell-page-intro { padding: 40px 0 16px; }
.sell-page-intro .crumbs { margin-bottom: 14px; }
.sell-page-intro h1 { max-width: 700px; margin: 0; font-size: 36px; line-height: 44px; }
.sell-page-intro p { max-width: 760px; color: var(--muted); line-height: 1.6; }
.sell-process, .repair-process { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 26px 0; counter-reset: steps; }
.sell-process article, .repair-process article { position: relative; padding: 20px; background: #fff; border: 1px solid var(--border); border-radius: 12px; }
.sell-process article::before, .repair-process article::before { counter-increment: steps; content: counter(steps); width: 30px; height: 30px; display: grid; place-items: center; margin-bottom: 12px; color: #fff; background: var(--brand-red); border-radius: 50%; font-weight: 900; }
.sell-process h2, .repair-process h2 { margin: 0 0 6px; font-size: 16px; }
.sell-process p, .repair-process p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.sell-brand-picker { padding-top: 24px !important; }
.sell-brand-picker h2 { font-size: 26px !important; }

.repair-main { padding: 36px 0 64px; }
.repair-hero { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 32px; padding: 34px; background: linear-gradient(120deg,#fff 55%,#fff1f2); border: 1px solid var(--border); border-radius: 16px; }
.repair-hero h1 { margin: 8px 0 14px; font-size: clamp(30px,4vw,44px); line-height: 1.08; }
.repair-hero p { color: var(--muted); line-height: 1.65; }
.repair-hero img { width: 100%; aspect-ratio: 4/3; object-fit: contain; }
.repair-issues { padding: 48px 0 12px; }
.repair-issues h2, .repair-form-section h2, .repair-faq h2 { font-size: 26px; }
.repair-issue-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.repair-issue { min-height: 100px; display: grid; place-items: center; gap: 8px; padding: 16px; background: #fff; border: 1px solid var(--border); border-radius: 12px; text-align: center; }
.repair-issue b { font-size: 15px; }
.repair-issue span { color: var(--brand-red); font-size: 26px; }
.repair-form-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; padding: 48px 0; }
.repair-form { display: grid; gap: 14px; padding: 24px; background: #fff; border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow-sm); }
.repair-form .form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.repair-form label { display: grid; gap: 7px; font-size: 13px; font-weight: 700; }
.repair-form input, .repair-form select, .repair-form textarea { width: 100%; min-height: 46px; padding: 10px 12px; color: var(--ink); background: #fff; border: 1px solid var(--border); border-radius: 9px; }
.repair-form button { min-height: 48px; color: #fff; background: var(--brand-red); border: 0; border-radius: 9px; font-weight: 800; }
.repair-status { min-height: 20px; margin: 0; color: var(--muted); }
.repair-faq { padding: 22px 0 48px; }
.repair-faq details { padding: 16px 0; border-bottom: 1px solid var(--border); }
.repair-faq summary { cursor: pointer; font-weight: 800; }
.repair-faq p { color: var(--muted); line-height: 1.6; }

.marketplace-footer { display: block !important; margin-top: 56px; color: #d8dadd; background: #191b20; }
.mp-footer-grid { width: min(1240px, calc(100% - 48px)); display: grid; grid-template-columns: 1.5fr repeat(4,1fr); gap: 32px; margin-inline: auto; padding: 48px 0 34px; }
.mp-footer-brand p { max-width: 310px; color: #aeb2b8; line-height: 1.6; }
.mp-footer-col { display: grid; align-content: start; gap: 10px; }
.mp-footer-col strong { margin-bottom: 5px; color: #fff; }
.mp-footer-col a { color: #c5c8cd; text-decoration: none; }
.mp-footer-col a:hover { color: #fff; }
.mp-footer-bottom { width: min(1240px, calc(100% - 48px)); display: flex; justify-content: space-between; gap: 20px; margin-inline: auto; padding: 18px 0; border-top: 1px solid #303238; color: #9ea2a9; font-size: 12px; }

@media (max-width: 1024px) {
  .mp-core { grid-template-columns: 170px minmax(260px,1fr) auto; }
  .mp-location { display: none; }
  .mp-nav-inner { overflow-x: auto; justify-content: flex-start; scrollbar-width: none; }
  .service-grid { grid-template-columns: repeat(4,minmax(0,1fr)) !important; }
  .catalog-grid { grid-template-columns: repeat(3,minmax(0,1fr)) !important; }
  .mp-footer-grid { grid-template-columns: 1.5fr repeat(2,1fr); }
}

@media (max-width: 767px) {
  .mp-announcement { min-height: 28px; font-size: 10px; }
  .mp-core { width: 100%; min-height: 108px; grid-template-columns: 44px 1fr auto; grid-template-rows: 56px 46px; gap: 0 8px; padding: 0 16px 8px; }
  .mp-menu { display: grid !important; }
  .mp-brand img { width: 34px; height: 34px; }
  .mp-brand strong { font-size: 15px; }
  .mp-brand small { display: none; }
  .mp-actions { justify-self: end; }
  .mp-action { min-width: 42px; padding: 4px; }
  .mp-action span:not(.mp-cart-count) { display: none; }
  .mp-search { grid-column: 1 / -1; grid-row: 2; }
  .mp-search input { height: 44px; }
  .mp-nav { display: none; }
  .mp-core > .mp-location { display: none; }
  body:not(.home-page) main, .section-shell, .catalog-hero, .catalog-toolbar, .catalog-results, .compare-panel, .catalog-assurance, .product-main, .services-hero, .service-directory, .simple-journey, .service-contact, .sell-brand-picker, .model-gallery, .sell-hero { width: calc(100% - 32px) !important; }
  .section-heading h2, .results-head h2, .directory-heading h2 { font-size: 18px !important; line-height: 26px !important; }
  .hero { min-height: 0; display: grid !important; grid-template-columns: 1fr !important; gap: 14px !important; margin-top: 16px !important; padding: 18px !important; background: #fff !important; border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow-sm); }
  .hero .hero-copy, .hero .hero-media { display: block !important; width: 100% !important; }
  .hero .hero-copy { order: 1 !important; }
  .hero .hero-media { order: 2 !important; }
  .hero .section-label { margin-bottom: 7px !important; font-size: 10px !important; }
  .hero h1 { margin-bottom: 10px !important; font-size: 26px !important; line-height: 1.08 !important; }
  .hero .hero-lead { margin-bottom: 14px !important; font-size: 14px !important; line-height: 1.5 !important; }
  .hero .button-row { display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .hero .button { min-height: 44px; padding-inline: 10px; font-size: 12px; text-align: center; }
  .hero .trust-list { display: none !important; }
  .hero-media { height: 170px; min-height: 0 !important; }
  .hero-media img { height: 170px; min-height: 0; }
  .hero-caption { inset: auto 10px 10px !important; padding: 9px 11px !important; }
  .hero-caption strong { font-size: 12px !important; }
  .hero-caption span { font-size: 10px !important; }
  .service-section { padding-top: 28px !important; padding-bottom: 28px !important; }
  .service-section .section-heading { margin-bottom: 16px !important; }
  .service-section .section-heading > p { margin-top: 8px !important; font-size: 12px !important; line-height: 1.45 !important; }
  .service-grid { display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)) !important; gap: 8px !important; overflow: visible !important; }
  .service-grid .service-card { min-height: 108px !important; padding: 6px !important; gap: 6px !important; }
  .service-grid .service-card img { height: 58px !important; min-height: 0 !important; padding: 5px; aspect-ratio: auto; }
  .service-grid .service-card h3 { font-size: 10px !important; line-height: 1.25 !important; }
  .catalog-toolbar { position: static; top: auto; grid-template-columns: 1fr 1fr !important; padding: 12px !important; }
  .catalog-toolbar .catalog-search { grid-column: 1 / -1; }
  .catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; gap: 10px !important; }
  .catalog-card .catalog-copy { padding: 12px !important; }
  .catalog-card .description { display: none; }
  .catalog-card h3 { font-size: 14px !important; }
  .catalog-card .catalog-price-row { display: grid !important; }
  .compare-toggle { min-height: 36px !important; }
  .product-detail { grid-template-columns: 1fr !important; gap: 16px !important; }
  .product-gallery { min-height: 330px; }
  .product-gallery > img { height: 310px; padding: 18px; }
  .product-buybox { position: static; padding: 18px !important; }
  .product-buybox h1 { font-size: 26px !important; }
  .sell-page-intro { padding-top: 26px; }
  .sell-page-intro h1 { font-size: 24px; line-height: 30px; }
  .sell-process, .repair-process { grid-template-columns: 1fr; }
  .repair-main { padding-top: 20px; }
  .repair-hero, .repair-form-section { grid-template-columns: 1fr; padding: 22px; }
  .repair-hero img { order: -1; max-height: 210px; }
  .repair-issue-grid { grid-template-columns: repeat(2,1fr); }
  .repair-form-section { padding-inline: 0; }
  .repair-form .form-grid { grid-template-columns: 1fr; }
  .mp-footer-grid { width: calc(100% - 32px); grid-template-columns: 1fr 1fr; gap: 28px 18px; padding-top: 36px; }
  .mp-footer-brand { grid-column: 1 / -1; }
  .mp-footer-bottom { width: calc(100% - 32px); display: grid; }
}

@media (max-width: 359px) {
  .mp-core { padding-inline: 10px; }
  .service-grid { display: flex !important; overflow-x: auto !important; scroll-snap-type: x mandatory; }
  .service-grid .service-card { min-width: 88px !important; scroll-snap-align: start; }
  .catalog-grid { grid-template-columns: 1fr !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
