/* Product-specific composition; base hero, cards, spacing and breakpoints are shared. */
.personal-page .motor-hero-copy { min-width: 0; }
.personal-page .motor-hero-copy h1 { font-size: clamp(2.5rem, 3.7vw, 4rem); line-height: 1; }
.personal-plans-layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 26px; align-items: center; }
.personal-plans-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.personal-plans-image { width: 100%; height: auto; border-radius: 9px; }
@media (max-width: 991.98px) {
  .personal-plans-layout { grid-template-columns: 1fr; }
  .personal-plans-image { max-width: 360px; margin-inline: auto; }
}
@media (max-width: 575.98px) {
  .personal-plans-grid { grid-template-columns: 1fr; }
  .personal-page .motor-hero-copy h1 { font-size: clamp(2.5rem, 11vw, 3.5rem); }
  /* Keep the shared footer gutter inside its small-screen container. */
  .site-footer > .container-xxl > .row { --bs-gutter-x: 2rem; }
}
