* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #000;
  background: #fff;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.mp-wrap {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
}

.mp-header {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 130px;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.mp-header-inner {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.mp-brand {
  font-size: 22px;
  font-weight: 800;
  color: transparent;
}

.mp-brand-visible {
  color: #111;
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 900;
}

.mp-brand-logo {
  display: block;
  height: 74px;
  width: auto;
}

.mp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 32px;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.18);
  color: #000;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}

.mp-button-yellow {
  background: #ffdf16;
}

.mp-button-blue {
  background: #1995f3;
  color: #fff;
  border-radius: 0;
}

.mp-button-large {
  min-height: 62px;
  padding: 16px 42px;
  font-size: 18px;
}

.mp-hero {
  position: relative;
  overflow: hidden;
  padding: 34px 0 72px;
  background: #111;
}

.mp-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(21, 38, 52, 0.82), rgba(21, 38, 52, 0.82)),
    url("/assets/maxprice-old/logo.png") center / cover;
}

.mp-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.mp-kicker {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 4.4vw, 53px);
  line-height: 1.05;
  font-weight: 900;
}

.mp-hero h1 {
  margin: 10px 0 64px;
  color: #fff;
  font-size: clamp(21px, 2.5vw, 32px);
  line-height: 1.2;
  font-weight: 800;
}

.mp-video-frame {
  width: min(1130px, 100%);
  padding: 10px;
  margin-bottom: 34px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.65), 0 12px 24px rgba(0, 0, 0, 0.45);
}

.mp-video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #fff;
  border-radius: 8px;
}

.mp-intro {
  padding: 58px 0 22px;
  text-align: center;
  background: #fff;
}

.mp-intro h2,
.mp-faq-heading h2 {
  margin: 0;
  font-size: clamp(34px, 4.8vw, 56px);
  line-height: 1.1;
  font-weight: 900;
}

.mp-intro p {
  max-width: 960px;
  margin: 10px auto 0;
  font-size: 13px;
  line-height: 1.5;
}

.mp-benefits {
  padding: 34px 0 56px;
  background: #fff;
}

.mp-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px;
  text-align: center;
}

.mp-benefit-grid h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 900;
}

.mp-benefit-grid p {
  min-height: 44px;
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
}

.mp-benefit-line {
  width: 155px;
  height: 8px;
  margin: 28px auto 0;
  background: linear-gradient(90deg, #293849, #5bb7ee);
}

.mp-benefit-line.muted {
  background: linear-gradient(90deg, #918f82, #50602f);
}

.mp-benefit-img {
  display: block;
  width: 100%;
  max-width: 360px;
  aspect-ratio: 4 / 3;
  margin: 28px auto 0;
  object-fit: cover;
  border-radius: 8px;
}

.mp-benefit-cta {
  display: flex;
  justify-content: flex-end;
  margin-top: 38px;
}

.mp-testimonials {
  min-height: 0;
  padding: 82px 0 94px;
  background: #3b3b3b;
  text-align: center;
}

.mp-testimonials h2 {
  margin: 0 0 56px;
  color: #fff;
  font-size: clamp(34px, 4.4vw, 52px);
  font-weight: 900;
}

.mp-client-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 70px;
}

.mp-client-strip img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #2f2f2f;
}

.mp-reasons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
  margin-bottom: 64px;
  text-align: center;
}

.mp-reasons h3 {
  margin: 0 0 14px;
  color: #ffdf16;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

.mp-reasons p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 500;
}

.mp-steps {
  padding: 42px 0 48px;
  background: #1995f3;
  color: #fff;
  text-align: center;
}

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

.mp-step-grid h3 {
  margin: 0 0 22px;
  font-size: 30px;
  font-weight: 900;
}

.mp-step-grid p {
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 500;
}

.mp-faq-heading {
  padding: 68px 24px;
  background: #fff;
  text-align: center;
}

.mp-faq {
  padding: 58px 0 64px;
  background: #f1f1f1;
}

.mp-faq article {
  margin-bottom: 26px;
}

.mp-faq h3 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 900;
}

.mp-faq p {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
}

.mp-faq p a {
  color: #188bf6;
}

.mp-faq-cta {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.mp-footer {
  min-height: 134px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 28px max(54px, calc((100vw - 1120px) / 2));
  background: #000;
  color: #fff;
}

.mp-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.mp-footer-logo {
  display: block;
  width: 210px;
  max-width: 70vw;
  height: auto;
  background: #fff;
  padding: 12px 18px;
  border-radius: 10px;
}

.mp-footer p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.78);
}

.mp-footer-end {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
}

.mp-footer-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.mp-footer-links a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.mp-footer-links a:hover {
  color: #ffdf16;
}

.mp-footer-social {
  display: flex;
  align-items: center;
  gap: 32px;
}

.mp-footer-social a {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-decoration: none;
}

.mp-footer-social a:hover {
  color: #ffdf16;
}

.mp-intake-header {
  min-height: 104px;
}

.mp-intake-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 6vw, 74px) 0;
  background: #111;
}

.mp-intake-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(380px, 0.72fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.mp-intake-copy {
  color: #fff;
  padding-top: 26px;
}

.mp-intake-copy h1 {
  max-width: 620px;
  margin: 14px 0 18px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
  font-weight: 900;
}

.mp-intake-copy p:not(.mp-kicker) {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,0.86);
  font-size: 20px;
  line-height: 1.45;
}

.mp-intake-points {
  display: grid;
  gap: 14px;
  max-width: 520px;
  margin-top: 34px;
}

.mp-intake-points div {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}

.mp-intake-points strong {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #1995f3;
  color: #fff;
}

.mp-offer-card {
  padding: clamp(22px, 3vw, 34px);
  background: #fff;
  box-shadow: 0 18px 42px rgba(0,0,0,0.34);
}

.mp-offer-card h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.05;
  font-weight: 900;
}

.mp-offer-card > p {
  margin: 10px 0 18px;
  color: #505050;
  font-size: 14px;
  line-height: 1.45;
}

.mp-offer-card form {
  display: grid;
  gap: 18px;
}

.mp-offer-card fieldset {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0 0 18px;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
}

.mp-offer-card fieldset:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.mp-offer-card legend {
  margin-bottom: 8px;
  color: #1995f3;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.mp-offer-card label {
  display: grid;
  gap: 6px;
  color: #111;
  font-size: 13px;
  font-weight: 900;
}

.mp-offer-card input,
.mp-offer-card select,
.mp-offer-card textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #c8c8c8;
  background: #fbfbfb;
  color: #111;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
}

.mp-offer-card textarea {
  min-height: 96px;
  resize: vertical;
}

.mp-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mp-consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  color: #3d3d3d;
  font-weight: 700;
  line-height: 1.35;
}

.mp-consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.mp-submit {
  width: 100%;
  margin-top: 4px;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.16);
}

.mp-success {
  display: none;
  margin: 14px 0 0;
  padding: 12px;
  background: #e9f6ff;
  border: 1px solid #8bc9f4;
  color: #0c304a;
  font-size: 13px;
  font-weight: 800;
}

.mp-intake-steps {
  border-top: 6px solid #3b3b3b;
}

.mp-form-hero {
  position: relative;
  min-height: calc(100vh - 104px);
  overflow: hidden;
  padding: 34px 0 72px;
  background: #111;
}

.mp-form-page {
  position: relative;
  z-index: 1;
}

.mp-form-title {
  margin-bottom: 28px;
  color: #fff;
  text-align: center;
}

.mp-form-title h1 {
  max-width: 900px;
  margin: 8px auto 0;
  color: #fff;
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.18;
  font-weight: 800;
}

.mp-wizard {
  width: min(860px, 100%);
  margin: 0 auto;
  overflow: hidden;
  background: #3f8df2;
  border-radius: 8px;
  box-shadow: 0 22px 48px rgba(0,0,0,0.28);
}

.mp-wizard-step {
  display: none;
  min-height: 610px;
  padding: clamp(34px, 5vw, 58px) clamp(28px, 5vw, 54px) 42px;
  color: #fff;
}

.mp-wizard-step.is-active {
  display: grid;
  align-content: start;
  gap: 22px;
}

.mp-wizard label,
.mp-check-group legend {
  display: grid;
  gap: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.mp-wizard input,
.mp-wizard select,
.mp-wizard textarea {
  width: 100%;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid rgba(0,0,0,0.16);
  border-radius: 4px;
  background: #fff;
  color: #222;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
}

.mp-wizard select {
  appearance: auto;
}

.mp-wizard textarea {
  min-height: 92px;
  resize: vertical;
}

.mp-search-field {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
}

.mp-search-field span {
  display: grid;
  place-items: center;
  color: #637083;
  font-size: 22px;
}

.mp-search-field input {
  border: 0;
  border-radius: 0;
}

.mp-check-group {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  border: 0;
}

.mp-check-group label,
.mp-sms-consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 11px;
}

.mp-check-group input,
.mp-sms-consent input {
  width: 14px;
  min-height: 14px;
  margin-top: 4px;
  padding: 0;
}

.mp-offer-note {
  margin: -6px 0 0;
  color: rgba(0, 0, 0, 0.38);
  font-size: 11px;
  line-height: 1.55;
}

.mp-policy-links {
  color: rgba(0, 73, 145, 0.72);
  font-size: 12px;
  text-align: center;
}

.mp-policy-links a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mp-wizard-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  min-height: 56px;
  background: #0b87db;
}

.mp-step-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
}

.mp-next,
.mp-submit {
  min-width: 118px;
  background: #0778c8;
}

.mp-wizard .mp-success {
  margin: 0;
  border-radius: 0;
}

.mp-thanks-card {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 36px));
  padding: clamp(38px, 6vw, 72px);
  background: #3f8df2;
  color: #fff;
  text-align: center;
  box-shadow: 0 22px 48px rgba(0,0,0,0.28);
}

.mp-thanks-card h1 {
  margin: 12px auto 18px;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
  font-weight: 900;
}

.mp-thanks-card p:not(.mp-kicker) {
  max-width: 560px;
  margin: 0 auto 30px;
  color: rgba(255,255,255,0.9);
  font-size: 18px;
  line-height: 1.45;
}

@media (max-width: 820px) {
  .mp-wrap,
  .mp-header-inner {
    width: min(100% - 32px, 1120px);
  }

  .mp-header {
    min-height: 92px;
  }

  .mp-header-inner {
    justify-content: center;
  }

  .mp-brand {
    display: none;
  }

  .mp-hero {
    padding: 28px 0 52px;
  }

  .mp-hero h1 {
    margin-bottom: 28px;
  }

  .mp-video-frame {
    padding: 6px;
  }

  .mp-benefit-grid,
  .mp-client-strip,
  .mp-reasons,
  .mp-step-grid,
  .mp-footer,
  .mp-intake-layout,
  .mp-form-row,
  .mp-wizard-actions {
    grid-template-columns: 1fr;
  }

  .mp-intake-copy {
    padding-top: 0;
  }

  .mp-benefit-cta,
  .mp-footer-links,
  .mp-footer-social {
    justify-content: center;
  }

  .mp-footer-brand,
  .mp-footer-end {
    align-items: center;
  }

  .mp-testimonials {
    min-height: 0;
  }

  .mp-wizard-step {
    min-height: auto;
  }

  .mp-step-button,
  .mp-next,
  .mp-submit {
    width: 100%;
  }
}

