@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 100 900;
  src: url("/modelpier-home/fonts/Urbanist-Variable.ttf") format("truetype-variations");
}

@font-face {
  font-display: swap;
  font-family: "Clash Display";
  font-style: normal;
  font-weight: 700;
  src: url("/modelpier-home/fonts/ClashDisplay-Bold.otf") format("opentype");
}

:root {
  --mp-brand: #677bc4;
  --mp-brand-strong: #5b70b9;
  --mp-brand-soft: rgba(103, 123, 196, 0.1);
  --mp-page: #ffffff;
  --mp-surface: #ffffff;
  --mp-surface-soft: #f4f4f4;
  --mp-hero: #f4f4f4;
  --mp-text: #0b1020;
  --mp-muted: #626b7c;
  --mp-border: #dce1ed;
  --mp-nav: rgba(255, 255, 255, 0.94);
  --mp-card-shadow: 0 18px 50px rgba(31, 42, 82, 0.07);
  --mp-page-gutter: max(24px, calc((100vw - 1296px) / 2));
}

body.mp-theme-dark {
  --mp-brand: #aebbfa;
  --mp-brand-strong: #677bc4;
  --mp-brand-soft: rgba(103, 123, 196, 0.24);
  --mp-page: #0f1726;
  --mp-surface: #141d2c;
  --mp-surface-soft: #101827;
  --mp-hero: #0d1421;
  --mp-text: #f5f7fb;
  --mp-muted: #b3bdcd;
  --mp-border: #2a354a;
  --mp-nav: rgba(17, 25, 39, 0.96);
  --mp-card-shadow: 0 18px 50px rgba(0, 0, 0, 0.14);
}

body.mp-modern-home {
  background: var(--mp-page);
  color: var(--mp-text);
  font-family: "Urbanist", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: background-color 0.2s ease, color 0.2s ease;
}

body.mp-modern-home #root,
body.mp-modern-home .mp-upstream-home-shell {
  height: 0 !important;
  min-height: 0 !important;
}

body.mp-modern-home .mp-upstream-home-hidden,
body.mp-modern-home #root header ~ :not(.fixed) {
  display: none !important;
}

body.mp-modern-home #root header {
  color: var(--mp-text) !important;
  overflow: visible !important;
}

body.mp-modern-home #root header a,
body.mp-modern-home #root header button,
body.mp-modern-home #root header span {
  color: var(--mp-text) !important;
}

body.mp-modern-home #root header nav {
  color: var(--mp-text) !important;
}

body.mp-modern-home #root header button {
  border-radius: 999px !important;
}

body.mp-modern-home #root header button:has(svg),
body.mp-modern-home #root header [role="button"]:has(svg) {
  color: var(--mp-text) !important;
}

body.mp-modern-home #root header a[href^="/sign-in"] {
  background: var(--mp-brand-strong) !important;
  color: #ffffff !important;
}

.mp-standalone-home {
  background: var(--mp-page);
  min-height: 100vh;
  overflow: hidden;
  padding: 64px 0 0;
  position: relative;
  transition: background-color 0.2s ease;
}

.mp-standalone-backdrop,
.mp-standalone-grid {
  display: none;
}

.mp-standalone-content,
.mp-home-wrap {
  margin: 0;
  max-width: none !important;
  padding: 0;
  width: 100%;
}

.mp-hero-stage {
  align-items: center;
  background: var(--mp-hero);
  border-radius: 40px;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(440px, 0.84fr) minmax(520px, 1.16fr);
  margin: 16px auto 0;
  max-width: 1408px;
  min-height: 820px;
  overflow: hidden;
  padding: 128px 46px 56px 56px;
  position: relative;
  width: calc(100% - 32px);
}

.mp-hero-copy {
  align-self: center;
  margin: 0;
  max-width: 570px;
  position: relative;
  text-align: left;
  z-index: 2;
}

.mp-hero-kicker {
  color: var(--mp-brand) !important;
  font-size: 11px !important;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 18px !important;
  text-transform: uppercase;
}

.mp-hero-copy h1 {
  color: var(--mp-text) !important;
  font-family: "Clash Display", "Urbanist", sans-serif;
  font-size: clamp(52px, 5vw, 72px) !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.333 !important;
  margin: 0 !important;
  text-shadow: none !important;
}

.mp-hero-copy > p:not(.mp-hero-kicker) {
  color: var(--mp-muted) !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin: 32px 0 0 !important;
}

.mp-api-bar {
  align-items: center;
  background: var(--mp-surface);
  border: 1px solid var(--mp-border);
  border-radius: 999px;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  margin-top: 16px;
  min-height: 52px;
  padding: 5px 6px 5px 16px;
}

body.mp-theme-dark .mp-api-bar {
  background: #182235;
}

.mp-api-bar span,
.mp-api-bar strong {
  color: var(--mp-text);
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mp-api-bar span {
  font-weight: 500;
}

.mp-api-bar strong {
  font-weight: 800;
}

.mp-api-bar button {
  background: var(--mp-brand-strong);
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  min-height: 40px;
  min-width: 72px;
  padding: 0 14px;
  text-transform: uppercase;
}

.mp-hero-actions {
  display: flex;
  gap: 11px;
  justify-content: flex-start;
  margin-top: 40px;
}

.mp-primary-action,
.mp-secondary-action,
.mp-download {
  align-items: center;
  border-radius: 999px !important;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mp-primary-action,
.mp-download {
  background: var(--mp-brand-strong) !important;
  color: #ffffff !important;
}

.mp-secondary-action {
  background: transparent;
  border: 1px solid var(--mp-border);
  color: var(--mp-text);
}

.mp-primary-action:hover,
.mp-secondary-action:hover,
.mp-download:hover {
  transform: translateY(-2px);
}

.mp-hero-visual {
  aspect-ratio: 725 / 518;
  border: 1px solid transparent;
  border-radius: 28px;
  max-height: 518px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.mp-hero-visual img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body.mp-theme-dark .mp-hero-visual {
  border-color: #334057;
}

body.mp-theme-dark .mp-hero-visual img {
  filter: invert(1) brightness(0.48) contrast(1.1);
}

body.mp-theme-dark .mp-hero-visual::after {
  background: #677bc4;
  content: "";
  inset: 0;
  mix-blend-mode: color;
  opacity: 0.78;
  pointer-events: none;
  position: absolute;
}

.mp-home-section {
  background: var(--mp-page);
  margin: 0;
  max-width: none;
  padding: 80px var(--mp-page-gutter) 64px;
  position: relative;
  width: 100%;
}

#mp-live-models,
#mp-sibuddy {
  background: var(--mp-surface-soft);
}

.mp-home-head {
  display: block;
  margin: 0 auto 48px;
  max-width: 1296px;
  text-align: center;
}

.mp-eyebrow {
  color: var(--mp-brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.mp-home-head h2,
.mp-sibuddy h2 {
  color: var(--mp-text);
  font-size: clamp(34px, 3.35vw, 48px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.16;
  margin: 0;
}

.mp-home-head h2 span {
  color: inherit;
  display: inline;
  font-size: inherit;
  margin: 0;
  vertical-align: baseline;
}

.mp-home-head h2 #mp-model-total {
  margin-left: 8px;
}

.mp-home-head p:not(.mp-eyebrow) {
  color: var(--mp-muted);
  font-size: 16px;
  line-height: 24px;
  margin: 12px auto 0;
  max-width: 790px;
}

.mp-offer-grid,
.mp-model-grid,
.mp-advantages-grid,
.mp-case-carousel {
  margin: 0 auto;
  max-width: 1296px;
}

.mp-offer-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mp-offer-card {
  background: var(--mp-surface);
  border: 1px solid var(--mp-border);
  border-radius: 24px;
  box-shadow: var(--mp-card-shadow);
  min-height: 300px;
  overflow: hidden;
  padding: 27px;
  position: relative;
}

.mp-offer-brand {
  align-items: center;
  display: flex;
  gap: 16px;
}

.mp-offer-brand .mp-model-icon {
  background: var(--mp-brand-strong);
  border: 0;
  color: #ffffff;
  height: 48px;
  width: 48px;
}

.mp-offer-brand .mp-model-icon svg {
  color: #ffffff;
  height: 28px;
  width: 28px;
}

.mp-offer-brand .mp-model-icon-fallback img {
  filter: brightness(0) invert(1);
}

.mp-offer-brand h3 {
  color: var(--mp-brand);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}

.mp-offer-card-wide .mp-offer-brand h3 {
  font-size: 18px;
}

.mp-offer-label {
  color: var(--mp-muted);
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: 28px;
  text-transform: uppercase;
}

.mp-offer-card strong {
  color: var(--mp-brand);
  display: block;
  font-size: 56px;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 56px;
  margin-top: 10px;
  text-transform: uppercase;
}

.mp-offer-divider {
  background: var(--mp-border);
  height: 1px;
  margin-top: 26px;
  width: 100%;
}

.mp-offer-coverage {
  color: var(--mp-muted);
  font-size: 14px;
  line-height: 18px;
  margin: 22px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#mp-live-models {
  padding-bottom: 64px;
}

.mp-model-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mp-model-family-card {
  background: var(--mp-surface);
  border: 1px solid var(--mp-border);
  border-radius: 24px;
  box-shadow: var(--mp-card-shadow);
  color: var(--mp-text);
  min-height: 392px;
  outline: none;
  overflow: hidden;
  padding: 23px;
  position: relative;
  transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.mp-model-family-card:hover,
.mp-model-family-card:focus-visible {
  background: var(--mp-brand-strong);
  border-color: var(--mp-brand-strong);
  color: #ffffff;
  transform: translateY(-3px);
}

.mp-model-family-header {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 48px minmax(0, 1fr) auto;
}

.mp-model-icon {
  align-items: center;
  background: var(--mp-surface);
  border: 1px solid var(--mp-border);
  border-radius: 14px;
  color: var(--mp-text);
  display: flex;
  flex: 0 0 auto;
  height: 48px;
  justify-content: center;
  overflow: hidden;
  width: 48px;
}

.mp-model-icon svg {
  display: block;
  height: 28px;
  width: 28px;
}

.mp-model-icon-fallback img,
.mp-model-icon img {
  display: block;
  height: 28px;
  object-fit: contain;
  width: 28px;
}

.mp-model-family-header h3 {
  color: inherit;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mp-family-count {
  color: var(--mp-muted);
  font-size: 11px;
  line-height: 16px;
  text-align: right;
  white-space: nowrap;
}

.mp-family-discount {
  align-items: center;
  background: var(--mp-brand-soft);
  border-radius: 999px;
  color: var(--mp-brand);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  height: 32px;
  justify-content: center;
  margin-top: 20px;
  min-width: 112px;
  padding: 0 20px;
  text-transform: uppercase;
  transition: width 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.mp-model-family-divider {
  background: var(--mp-border);
  height: 1px;
  margin-top: 16px;
}

.mp-model-list-label {
  color: var(--mp-muted);
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: 12px;
  text-transform: uppercase;
}

.mp-family-model-list {
  display: grid;
  gap: 16px 22px;
  grid-template-columns: 1fr;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.mp-model-family-card--dense .mp-family-model-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mp-family-model-list li {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 0;
}

.mp-family-model-list li > span {
  background: var(--mp-brand-strong);
  border-radius: 50%;
  flex: 0 0 auto;
  height: 8px;
  width: 8px;
}

.mp-family-model-list strong {
  color: var(--mp-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mp-model-family-card:hover .mp-family-count,
.mp-model-family-card:focus-visible .mp-family-count,
.mp-model-family-card:hover .mp-model-list-label,
.mp-model-family-card:focus-visible .mp-model-list-label,
.mp-model-family-card:hover .mp-family-model-list strong,
.mp-model-family-card:focus-visible .mp-family-model-list strong {
  color: rgba(255, 255, 255, 0.9);
}

.mp-model-family-card:hover .mp-family-discount,
.mp-model-family-card:focus-visible .mp-family-discount {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  width: 100%;
}

.mp-model-family-card:hover .mp-model-family-divider,
.mp-model-family-card:focus-visible .mp-model-family-divider {
  background: rgba(255, 255, 255, 0.28);
}

.mp-model-family-card:hover .mp-family-model-list li > span,
.mp-model-family-card:focus-visible .mp-family-model-list li > span {
  background: #d8ff5a;
}

.mp-advantages-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mp-advantage-card {
  background: var(--mp-surface);
  border: 1px solid var(--mp-border);
  border-radius: 24px;
  box-shadow: var(--mp-card-shadow);
  min-height: 360px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.mp-advantage-index {
  color: var(--mp-brand);
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.mp-advantage-icon {
  height: 64px;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 64px;
}

.mp-advantage-icon img {
  height: 64px;
  width: 64px;
}

.mp-advantage-accent {
  background: var(--mp-brand);
  display: block;
  height: 2px;
  margin-top: 64px;
  width: 32px;
}

.mp-advantage-card h3 {
  color: var(--mp-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 42px 0 0;
}

.mp-advantage-card p {
  color: var(--mp-muted);
  font-size: 14px;
  line-height: 1.62;
  margin: 34px 0 0;
}

.mp-theme-asset-dark {
  display: none !important;
}

body.mp-theme-dark .mp-theme-asset-light {
  display: none !important;
}

body.mp-theme-dark .mp-theme-asset-dark {
  display: block !important;
}

.mp-sibuddy {
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(360px, 0.72fr) minmax(560px, 1.08fr);
  margin: 0 auto;
  max-width: 1296px;
  padding: 0;
}

.mp-sibuddy > div {
  min-width: 0;
}

.mp-sibuddy h2 {
  font-size: clamp(40px, 4.3vw, 64px);
}

.mp-sibuddy h2::first-line {
  color: var(--mp-brand);
}

.mp-sibuddy p:not(.mp-eyebrow) {
  color: var(--mp-muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 24px 0 34px;
}

.mp-download {
  min-height: 56px;
  padding: 0 32px;
}

.mp-sibuddy-shot {
  aspect-ratio: 755 / 494;
  background: var(--mp-surface);
  border: 1px solid var(--mp-border);
  border-radius: 18px;
  min-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.mp-sibuddy-shot img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.mp-provider-strip {
  background: var(--mp-page);
  border: 0;
  border-radius: 0;
  height: auto;
  margin: 0 !important;
  max-width: none;
  overflow: hidden;
  padding: 80px var(--mp-page-gutter) 64px;
  width: 100% !important;
}

.mp-logo-wall-frame {
  height: auto;
  margin: 0 auto;
  max-width: 1296px;
  overflow: visible;
}

.mp-logo-wall-title {
  color: var(--mp-text);
  font-size: clamp(34px, 3.35vw, 48px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.16;
  margin: 0;
  text-align: center;
}

.mp-logo-wall-row {
  align-items: center;
  border: 0;
  display: grid;
  gap: 24px clamp(12px, calc((100% - 1128px) / 5), 34px);
  grid-template-columns: repeat(6, 188px);
  height: auto;
  justify-content: center;
  margin-top: 56px;
  overflow: visible;
  padding: 0;
  white-space: normal;
}

.mp-provider-card {
  align-items: center;
  background: var(--mp-surface);
  border: 1px solid var(--mp-border);
  border-radius: 24px;
  display: flex;
  height: 100px;
  justify-content: center;
  min-width: 0;
}

.mp-provider-logo {
  filter: brightness(0) saturate(100%) invert(51%) sepia(17%) saturate(1448%) hue-rotate(190deg) brightness(91%);
  height: 22px !important;
  margin: auto;
  max-width: 132px;
  object-fit: contain;
  opacity: 0.84;
  width: auto !important;
}

body.mp-theme-dark .mp-provider-logo {
  filter: brightness(0) saturate(100%) invert(76%) sepia(13%) saturate(1314%) hue-rotate(190deg) brightness(103%);
}

.mp-case-carousel {
  display: flex;
  gap: 24px;
}

.mp-case-card {
  background: var(--mp-surface);
  border: 1px solid #afc0ff;
  border-radius: 24px;
  box-shadow: var(--mp-card-shadow);
  flex: 1 1 0;
  min-height: 486px;
  min-width: 0;
  overflow: hidden;
  transition: flex-grow 300ms cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease, box-shadow 0.25s ease;
}

.mp-case-media {
  aspect-ratio: auto;
  background: var(--mp-brand-soft);
  height: 276px;
  overflow: hidden;
  position: relative;
}

.mp-case-media img {
  backface-visibility: hidden;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transform: translateZ(0);
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
  width: 100%;
}

.mp-case-card:hover .mp-case-media img {
  transform: translateZ(0) scale(1.025);
}

.mp-case-card:hover,
.mp-case-card:focus-visible {
  flex-grow: 1.566;
}

.mp-case-body {
  padding: 24px;
}

.mp-case-body span {
  color: var(--mp-brand);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.mp-case-body h3 {
  color: var(--mp-text);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 18px;
}

.mp-case-body p {
  color: var(--mp-muted);
  font-size: 14px;
  line-height: 1.62;
  margin: 0;
}

.mp-standalone-footer {
  align-items: center;
  background: #0b1020;
  color: #ffffff;
  display: flex;
  height: 112px;
  justify-content: center;
  margin: 0;
  max-width: none;
  padding: 0 24px;
  text-align: center;
}

.mp-standalone-footer p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 1100px) {
  .mp-hero-stage {
    grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
  }

  .mp-model-grid,
  .mp-offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mp-offer-card-wide {
    grid-column: 1 / -1;
  }

  .mp-advantages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mp-sibuddy {
    grid-template-columns: minmax(300px, 0.8fr) minmax(440px, 1.2fr);
  }

  .mp-logo-wall-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .mp-hero-stage {
    gap: 44px;
    grid-template-columns: 1fr;
    padding: 120px 40px 56px;
  }

  .mp-hero-copy {
    max-width: 620px;
  }

  .mp-hero-visual {
    justify-self: center;
    max-width: 720px;
  }

  .mp-sibuddy {
    grid-template-columns: 1fr;
  }

  .mp-case-carousel {
    display: flex;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mp-case-carousel::-webkit-scrollbar {
    display: none;
  }

  .mp-case-card {
    flex: 0 0 min(82vw, 500px);
    scroll-snap-align: start;
  }
}

@media (max-width: 560px) {
  :root {
    --mp-page-gutter: 18px;
  }

  .mp-hero-stage {
    border-radius: 28px;
    gap: 40px;
    margin-top: 8px;
    min-height: 0;
    padding: 106px 18px 32px;
    width: calc(100% - 16px);
  }

  .mp-hero-copy h1 {
    font-size: clamp(40px, 12.5vw, 50px) !important;
  }

  .mp-hero-copy > p:not(.mp-hero-kicker) {
    font-size: 14px !important;
    margin-top: 24px !important;
  }

  .mp-api-bar {
    gap: 6px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding-left: 14px;
  }

  .mp-api-bar strong {
    display: none;
  }

  .mp-api-bar span {
    font-size: 13px;
  }

  .mp-hero-actions {
    margin-top: 28px;
  }

  .mp-primary-action,
  .mp-secondary-action {
    font-size: 14px;
    min-height: 46px;
    padding: 0 18px;
  }

  .mp-home-section,
  .mp-provider-strip {
    padding-bottom: 48px;
    padding-top: 58px;
  }

  .mp-home-head {
    margin-bottom: 32px;
  }

  .mp-home-head h2,
  .mp-logo-wall-title {
    font-size: 34px;
  }

  .mp-home-head p:not(.mp-eyebrow) {
    font-size: 14px;
  }

  .mp-model-grid,
  .mp-offer-grid,
  .mp-advantages-grid {
    grid-template-columns: 1fr;
  }

  .mp-offer-card-wide {
    grid-column: auto;
  }

  .mp-offer-card {
    min-height: 280px;
    padding: 22px;
  }

  .mp-offer-card strong {
    font-size: 48px;
  }

  .mp-model-family-card {
    min-height: 340px;
  }

  .mp-model-family-card--dense .mp-family-model-list {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .mp-advantage-card {
    min-height: 320px;
  }

  .mp-sibuddy h2 {
    font-size: 42px;
  }

  .mp-sibuddy-shot {
    border-radius: 12px;
  }

  .mp-logo-wall-row {
    gap: 30px 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 42px;
  }

  .mp-case-card {
    flex-basis: 86vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mp-model-family-card,
  .mp-primary-action,
  .mp-secondary-action,
  .mp-download,
  .mp-case-media img {
    transition: none;
  }
}
