:root {
  --mgp3-ink: #172331;
  --mgp3-navy: #20354a;
  --mgp3-slate: #5f6872;
  --mgp3-orange: #f15b18;
  --mgp3-orange-dark: #d94709;
  --mgp3-orange-soft: #fff0e7;
  --mgp3-paper: #f7f5f0;
  --mgp3-sand: #ece7dc;
  --mgp3-sky: #e7f0f5;
  --mgp3-mint: #dff5eb;
  --mgp3-green: #16865a;
  --mgp3-white: #ffffff;
  --mgp3-line: #d9deda;
  --mgp3-shadow: 0 26px 70px rgba(23, 35, 49, 0.14);
  --mgp3-radius: 26px;
}

body.home {
  color: var(--mgp3-ink);
  background: var(--mgp3-white);
}

body.home .mgp-site-header {
  position: sticky;
  top: 0;
  border-bottom: 1px solid rgba(23, 35, 49, 0.1);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

body.home.admin-bar .mgp-site-header {
  top: 32px;
}

body.home .mgp-header-inner {
  min-height: 84px;
}

body.home .mgp-logo {
  flex: 0 0 auto;
}

body.home .mgp-brand-logo {
  width: 220px;
  max-width: 22vw;
  max-height: 54px;
}

body.home .mgp-primary-nav {
  gap: 28px;
}

body.home .mgp-primary-nav a {
  color: var(--mgp3-ink);
  font-size: 0.84rem;
}

body.home .mgp-primary-nav a:not(.mgp-button)::after {
  background: var(--mgp3-orange);
}

body.home .mgp-primary-nav .mgp-button {
  min-height: 48px;
  padding: 12px 20px;
  color: #fff;
  background: var(--mgp3-orange);
  box-shadow: none;
}

body.home .mgp-primary-nav .mgp-button:hover {
  color: #fff;
  background: var(--mgp3-orange-dark);
}

.mgp3-eyebrow,
.mgp3-mini-label {
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mgp3-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--mgp3-orange-dark);
  font-size: 0.74rem;
}

.mgp3-eyebrow > span {
  width: 30px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.mgp3-mini-label {
  margin: 0;
  color: var(--mgp3-orange-dark);
  font-size: 0.69rem;
}

.mgp3-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 24px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--mgp3-orange);
  box-shadow: 0 14px 28px rgba(241, 91, 24, 0.22);
  font-size: 0.91rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 170ms ease, box-shadow 170ms ease, background-color 170ms ease;
}

.mgp3-button svg,
.mgp3-secondary-link svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.mgp3-button:hover {
  color: #fff;
  background: var(--mgp3-orange-dark);
  box-shadow: 0 18px 36px rgba(241, 91, 24, 0.28);
  transform: translateY(-2px);
}

.mgp3-button--wide {
  width: 100%;
}

.mgp3-button--dark {
  color: #fff;
  background: var(--mgp3-ink);
  box-shadow: none;
}

.mgp3-button--dark:hover {
  color: #fff;
  background: var(--mgp3-navy);
}

.mgp3-button--light {
  color: var(--mgp3-ink);
  background: #fff;
  box-shadow: none;
}

.mgp3-button--light:hover {
  color: var(--mgp3-ink);
  background: var(--mgp3-orange-soft);
}

.mgp3-secondary-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--mgp3-ink);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.mgp3-secondary-link:hover {
  color: var(--mgp3-orange-dark);
}

.mgp3-hero {
  position: relative;
  padding: 92px 0 110px;
  overflow: hidden;
  background: linear-gradient(115deg, #fff 0%, var(--mgp3-paper) 54%, #f5eee7 100%);
}

.mgp3-hero::before {
  position: absolute;
  top: -280px;
  right: -220px;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(241, 91, 24, 0.14);
  border-radius: 50%;
  content: "";
}

.mgp3-hero-glow {
  position: absolute;
  bottom: -160px;
  left: -100px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(231, 240, 245, 0.95), rgba(231, 240, 245, 0));
  pointer-events: none;
}

.mgp3-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(480px, 1.06fr);
  gap: 72px;
  align-items: center;
}

.mgp3-hero-copy {
  padding: 24px 0 40px;
}

.mgp3-hero h1 {
  max-width: 750px;
  margin: 0;
  color: var(--mgp3-ink);
  font-family: "Manrope", sans-serif;
  font-size: clamp(3.3rem, 5.7vw, 5.9rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.97;
}

.mgp3-hero h1 em {
  position: relative;
  display: inline;
  color: var(--mgp3-orange);
  font-style: normal;
}

.mgp3-hero h1 em::after {
  position: absolute;
  z-index: -1;
  right: -0.04em;
  bottom: 0.03em;
  left: -0.04em;
  height: 0.14em;
  border-radius: 999px;
  background: rgba(241, 91, 24, 0.18);
  content: "";
}

.mgp3-hero-lead {
  max-width: 660px;
  margin: 27px 0 0;
  color: #4e5964;
  font-size: clamp(1rem, 1.45vw, 1.17rem);
  line-height: 1.66;
}

.mgp3-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 27px;
  margin-top: 34px;
}

.mgp3-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 34px;
}

.mgp3-hero-facts span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(23, 35, 49, 0.12);
  border-radius: 999px;
  color: #56616c;
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  font-weight: 800;
}

.mgp3-hero-facts svg {
  width: 15px;
  height: 15px;
  color: var(--mgp3-green);
}

.mgp3-hero-product {
  position: relative;
  padding-bottom: 50px;
}

.mgp3-product-photo {
  position: relative;
  height: 360px;
  margin-left: 45px;
  overflow: hidden;
  border-radius: 88px 24px 24px 24px;
  box-shadow: var(--mgp3-shadow);
}

.mgp3-product-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.mgp3-product-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(23, 35, 49, 0.22), transparent 42%);
  content: "";
}

.mgp3-photo-badge {
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--mgp3-ink);
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.mgp3-photo-badge i,
.mgp3-trust-photo figcaption i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #27b876;
  box-shadow: 0 0 0 3px rgba(39, 184, 118, 0.16);
}

.mgp3-location-card {
  position: relative;
  z-index: 2;
  width: calc(100% - 34px);
  margin: -86px 34px 0 0;
  padding: 30px;
  border: 1px solid rgba(23, 35, 49, 0.12);
  border-radius: var(--mgp3-radius);
  background: #fff;
  box-shadow: 0 24px 65px rgba(23, 35, 49, 0.18);
}

.mgp3-location-heading {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
}

.mgp3-location-heading > span {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #fff;
  background: var(--mgp3-orange);
  font-family: "Manrope", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
}

.mgp3-location-heading h2 {
  margin: 0;
  color: var(--mgp3-ink);
  font-family: "Manrope", sans-serif;
  font-size: 1.4rem;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.mgp3-location-heading p {
  margin: 6px 0 0;
  color: var(--mgp3-slate);
  font-size: 0.81rem;
  line-height: 1.45;
}

.mgp3-route-fields {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 12px;
  margin: 23px 0 14px;
}

.mgp3-field {
  display: block;
}

.mgp3-field > span,
.mgp3-location-card .mgp-form-grid label > span {
  display: block;
  margin: 0 0 6px;
  color: var(--mgp3-ink);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mgp3-field select,
.mgp3-field input,
.mgp3-location-card .mgp-form-grid input {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid #bcc5ca;
  border-radius: 10px;
  color: var(--mgp3-ink);
  background: #fff;
  box-shadow: none;
  outline: none;
}

.mgp3-field select:focus,
.mgp3-field input:focus,
.mgp3-location-card .mgp-form-grid input:focus {
  border-color: var(--mgp3-orange);
  box-shadow: 0 0 0 4px rgba(241, 91, 24, 0.12);
}

.mgp3-field select.is-validation-error,
.mgp3-field input.is-validation-error {
  border-color: #c94a3a;
  background: #fff8f7;
  box-shadow: 0 0 0 3px rgba(201, 74, 58, 0.14);
}

.mgp3-location-note {
  margin: 12px 0 0;
  color: #7a8288;
  font-size: 0.68rem;
  line-height: 1.45;
  text-align: center;
}

.mgp3-location-card .mgp-route-status {
  color: var(--mgp3-ink);
  background: var(--mgp3-paper);
}

.mgp3-location-card .mgp-route-status.is-success {
  border-color: #83cbae;
  color: #0e6342;
  background: #e3f6ed;
}

.mgp3-location-card .mgp-route-status.is-error {
  border-color: #f1a27e;
  color: #8c330d;
  background: #fff0e7;
}

.mgp3-location-card .mgp-waitlist {
  color: var(--mgp3-ink);
  border-top-color: var(--mgp3-line);
}

.mgp3-location-card .mgp-waitlist h3 {
  margin: 0;
  color: var(--mgp3-ink);
  font-family: "Manrope", sans-serif;
  font-size: 1.15rem;
}

.mgp3-location-card .mgp-waitlist > p {
  color: var(--mgp3-slate);
}

.mgp3-location-card .mgp-consent {
  color: var(--mgp3-slate);
}

.mgp3-location-card .mgp-consent a {
  color: var(--mgp3-orange-dark);
}

.mgp-match-panel {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid #83cbae;
  border-radius: 18px;
  color: var(--mgp3-ink);
  background: linear-gradient(145deg, #f0fbf6 0%, #ffffff 70%);
  box-shadow: 0 16px 36px rgba(16, 99, 66, 0.1);
}

.mgp-match-panel[hidden],
.mgp-sms-form[hidden] {
  display: none;
}

.mgp-match-panel.is-visible {
  animation: mgpReveal 280ms ease both;
}

.mgp-match-panel__icon {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
  border-radius: 50%;
  color: #fff;
  background: #168a7c;
}

.mgp-match-panel__icon svg {
  width: 22px;
  height: 22px;
}

.mgp-match-panel__eyebrow {
  margin: 0 0 5px !important;
  color: #147264 !important;
  font-size: 0.68rem !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mgp-match-panel.is-open-territory {
  border-color: #f2b28e;
  background: linear-gradient(145deg, #fff3ea 0%, #ffffff 72%);
  box-shadow: 0 16px 36px rgba(208, 78, 16, 0.1);
}

.mgp-match-panel.is-open-territory .mgp-match-panel__icon {
  background: var(--mgp3-orange);
}

.mgp-match-panel.is-open-territory .mgp-match-panel__eyebrow {
  color: var(--mgp3-orange-dark) !important;
}

.mgp-match-panel h3 {
  margin: 0;
  color: var(--mgp3-ink);
  font-family: "Manrope", sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
}

.mgp-match-panel > p:not(.mgp-match-panel__eyebrow) {
  margin: 7px 0 0;
  color: var(--mgp3-slate);
  font-size: 0.86rem;
  line-height: 1.5;
}

.mgp-match-panel .mgp-match-panel__question {
  margin-top: 15px;
  color: var(--mgp3-ink);
  font-weight: 700;
}

.mgp-match-actions {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 10px;
  margin-top: 17px;
}

.mgp3-button--secondary {
  border: 1px solid rgba(23, 35, 49, 0.2);
  color: var(--mgp3-ink);
  background: #fff;
}

.mgp3-button--secondary:hover {
  border-color: var(--mgp3-orange);
  color: var(--mgp3-ink);
  background: #fff7f2;
}

.mgp-match-change {
  display: block;
  margin: 13px auto 0;
  padding: 4px;
  border: 0;
  color: #66747d;
  background: transparent;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.mgp-sms-form {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #cce8dd;
}

.mgp-sms-form__heading h4 {
  margin: 0;
  color: var(--mgp3-ink);
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
}

.mgp-sms-form__heading p {
  margin: 5px 0 15px;
  color: var(--mgp3-slate);
  font-size: 0.78rem;
}

.mgp-sms-form .mgp-consent {
  margin: 14px 0;
}

.mgp-sms-status {
  display: none;
  margin-top: 12px;
  padding: 11px 13px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 0.78rem;
  line-height: 1.45;
}

.mgp-sms-status.is-visible {
  display: block;
}

.mgp-sms-status.is-pending {
  color: #5c4a0a;
  border-color: #ead58c;
  background: #fff9df;
}

.mgp-sms-status.is-success {
  color: #0e6342;
  border-color: #83cbae;
  background: #e3f6ed;
}

.mgp-sms-status.is-error {
  color: #8c330d;
  border-color: #f1a27e;
  background: #fff0e7;
}

.mgp3-area-picker {
  padding: 72px 0 78px;
  color: #fff;
  background: var(--mgp3-ink);
}

.mgp3-area-heading {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 0.72fr);
  gap: 60px;
  align-items: end;
}

.mgp3-area-heading .mgp3-mini-label {
  color: #ff925f;
}

.mgp3-area-heading h2 {
  margin: 10px 0 0;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2rem, 3.7vw, 3.6rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.mgp3-area-heading > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
}

.mgp3-area-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 36px;
}

.mgp3-area-card {
  display: flex;
  min-height: 98px;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  transition: border-color 170ms ease, background-color 170ms ease, transform 170ms ease;
}

.mgp3-area-card:hover,
.mgp3-area-card.is-active {
  border-color: rgba(255, 146, 95, 0.76);
  background: rgba(241, 91, 24, 0.12);
  transform: translateY(-3px);
}

.mgp3-area-card strong {
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.25;
}

.mgp3-area-card > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
}

.mgp3-state-choice {
  display: inline-flex;
  min-width: 34px;
  height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.66rem;
  font-weight: 800;
  transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease;
}

.mgp3-state-choice:hover,
.mgp3-state-choice.is-active {
  border-color: #fff;
  color: var(--mgp3-ink);
  background: #fff;
}

.mgp3-explainer {
  padding: 120px 0 130px;
  background: #fff;
}

.mgp3-section-heading {
  display: grid;
  grid-template-columns: 0.35fr 1.65fr;
  gap: 55px;
  align-items: start;
}

.mgp3-section-heading .mgp3-eyebrow {
  margin-top: 10px;
}

.mgp3-section-heading h2,
.mgp3-guided-copy h2,
.mgp3-trust-copy h2,
.mgp3-faq-heading h2,
.mgp3-final h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.mgp3-section-heading h2 {
  max-width: 980px;
  color: var(--mgp3-ink);
  font-size: clamp(2.8rem, 5vw, 5.4rem);
}

.mgp3-section-heading > div > p {
  max-width: 710px;
  margin: 23px 0 0;
  color: var(--mgp3-slate);
  font-size: 1rem;
}

.mgp3-process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  margin-top: 75px;
}

.mgp3-process-line::before {
  position: absolute;
  top: 46px;
  right: 14%;
  left: 14%;
  height: 2px;
  background: repeating-linear-gradient(to right, #c7d0d4 0 8px, transparent 8px 15px);
  content: "";
}

.mgp3-process-line article {
  position: relative;
  padding: 0 12px;
  text-align: center;
}

.mgp3-step-number {
  position: absolute;
  top: 9px;
  left: calc(50% + 34px);
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--mgp3-orange);
  font-size: 0.63rem;
  font-weight: 800;
}

.mgp3-step-icon {
  position: relative;
  z-index: 1;
  display: flex;
  width: 94px;
  height: 94px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid #cbd4d8;
  border-radius: 30px;
  color: var(--mgp3-orange);
  background: var(--mgp3-paper);
  box-shadow: 0 14px 28px rgba(23, 35, 49, 0.08);
  transform: rotate(-3deg);
}

.mgp3-process-line article:nth-child(2) .mgp3-step-icon {
  color: var(--mgp3-green);
  background: var(--mgp3-mint);
  transform: rotate(3deg);
}

.mgp3-process-line article:nth-child(3) .mgp3-step-icon {
  color: var(--mgp3-navy);
  background: var(--mgp3-sky);
}

.mgp3-step-icon svg {
  width: 38px;
  height: 38px;
}

.mgp3-process-line h3 {
  margin: 28px 0 10px;
  color: var(--mgp3-ink);
  font-family: "Manrope", sans-serif;
  font-size: 1.26rem;
  letter-spacing: -0.025em;
}

.mgp3-process-line p {
  margin: 0 auto;
  color: var(--mgp3-slate);
  font-size: 0.9rem;
}

.mgp3-guided {
  padding: 120px 0;
  background: var(--mgp3-paper);
}

.mgp3-guided-grid {
  display: grid;
  grid-template-columns: minmax(350px, 0.88fr) minmax(0, 1.12fr);
  gap: 90px;
  align-items: center;
}

.mgp3-guided-photo {
  position: relative;
  margin: 0;
}

.mgp3-guided-photo::before {
  position: absolute;
  z-index: 0;
  inset: 36px -30px -30px 34px;
  border-radius: 90px 24px 24px 24px;
  background: var(--mgp3-orange-soft);
  content: "";
  transform: rotate(3deg);
}

.mgp3-guided-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center 36%;
  border-radius: 90px 24px 24px 24px;
  box-shadow: var(--mgp3-shadow);
}

.mgp3-guided-photo figcaption {
  position: absolute;
  z-index: 2;
  right: -18px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px 13px 12px;
  border: 1px solid rgba(23, 35, 49, 0.12);
  border-radius: 999px;
  color: var(--mgp3-ink);
  background: #fff;
  box-shadow: 0 14px 35px rgba(23, 35, 49, 0.14);
  font-size: 0.74rem;
  font-weight: 800;
}

.mgp3-guided-photo figcaption > span {
  display: flex;
  width: 31px;
  height: 31px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--mgp3-green);
  background: var(--mgp3-mint);
}

.mgp3-guided-photo figcaption svg {
  width: 18px;
  height: 18px;
}

.mgp3-guided-copy h2 {
  max-width: 760px;
  color: var(--mgp3-ink);
  font-size: clamp(2.7rem, 4.6vw, 4.9rem);
}

.mgp3-guided-copy > p:not(.mgp3-eyebrow) {
  max-width: 700px;
  margin: 23px 0 0;
  color: var(--mgp3-slate);
  font-size: 1rem;
}

.mgp3-guided-copy ul {
  display: grid;
  gap: 20px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.mgp3-guided-copy li {
  display: grid;
  grid-template-columns: 33px 1fr;
  gap: 14px;
  align-items: start;
}

.mgp3-guided-copy li > svg {
  width: 29px;
  height: 29px;
  padding: 6px;
  border-radius: 50%;
  color: var(--mgp3-green);
  background: var(--mgp3-mint);
}

.mgp3-guided-copy strong,
.mgp3-guided-copy li span {
  display: block;
}

.mgp3-guided-copy strong {
  color: var(--mgp3-ink);
  font-size: 0.98rem;
}

.mgp3-guided-copy li span {
  margin-top: 3px;
  color: var(--mgp3-slate);
  font-size: 0.88rem;
}

.mgp3-trust {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  color: #fff;
  background: var(--mgp3-ink);
}

.mgp3-trust::before {
  position: absolute;
  top: -240px;
  left: -130px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.mgp3-trust-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  gap: 80px;
  align-items: center;
}

.mgp3-trust .mgp3-eyebrow {
  color: #ff925f;
}

.mgp3-trust-copy h2 {
  max-width: 780px;
  color: #fff;
  font-size: clamp(2.8rem, 4.8vw, 5.2rem);
}

.mgp3-trust-copy > p:not(.mgp3-eyebrow) {
  max-width: 670px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
}

.mgp3-trust-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 29px;
}

.mgp3-trust-points span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 800;
}

.mgp3-trust-points svg {
  width: 16px;
  height: 16px;
  color: #72dfb5;
}

.mgp3-trust-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px 88px 24px 24px;
  box-shadow: 12px 12px 0 rgba(241, 91, 24, 0.8);
  transform: rotate(1.5deg);
}

.mgp3-trust-photo img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: 50% center;
}

.mgp3-trust-photo figcaption {
  position: absolute;
  right: 17px;
  bottom: 17px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border-radius: 999px;
  color: var(--mgp3-ink);
  background: #fff;
  font-size: 0.69rem;
  font-weight: 800;
}

.mgp3-dealer-link {
  padding: 80px 0;
  background: var(--mgp3-orange-soft);
}

.mgp3-dealer-link-inner {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 38px 42px;
  border: 1px solid rgba(23, 35, 49, 0.12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(23, 35, 49, 0.08);
}

.mgp3-dealer-mark {
  display: flex;
  width: 78px;
  height: 78px;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  color: #fff;
  background: var(--mgp3-orange);
  font-family: "Manrope", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  transform: rotate(-5deg);
}

.mgp3-dealer-link h2 {
  margin: 8px 0 0;
  color: var(--mgp3-ink);
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.mgp3-dealer-link-inner > div:nth-child(2) > p:last-child {
  margin: 8px 0 0;
  color: var(--mgp3-slate);
  font-size: 0.84rem;
}

.mgp3-faq {
  padding: 120px 0;
  background: #fff;
}

.mgp3-faq-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 90px;
  align-items: start;
}

.mgp3-faq-heading h2 {
  color: var(--mgp3-ink);
  font-size: clamp(2.6rem, 4.4vw, 4.8rem);
}

.mgp3-faq-heading .mgp3-secondary-link {
  margin-top: 27px;
}

.mgp3-faq-list {
  border-top: 1px solid var(--mgp3-line);
}

.mgp3-faq-list details {
  border-bottom: 1px solid var(--mgp3-line);
}

.mgp3-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 24px 3px;
  color: var(--mgp3-ink);
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  list-style: none;
}

.mgp3-faq-list summary::-webkit-details-marker {
  display: none;
}

.mgp3-faq-list summary::after {
  display: flex;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--mgp3-orange-dark);
  background: var(--mgp3-orange-soft);
  content: "+";
  font-family: sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
}

.mgp3-faq-list details[open] summary::after {
  color: var(--mgp3-green);
  background: var(--mgp3-mint);
  content: "−";
}

.mgp3-faq-list details > div {
  max-width: 700px;
  padding: 0 58px 24px 3px;
  color: var(--mgp3-slate);
  font-size: 0.91rem;
}

.mgp3-final {
  padding: 90px 0;
  color: #fff;
  background: var(--mgp3-orange);
}

.mgp3-final-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 55px;
}

.mgp3-final .mgp3-mini-label {
  color: rgba(255, 255, 255, 0.76);
}

.mgp3-final h2 {
  max-width: 830px;
  margin-top: 12px;
  color: #fff;
  font-size: clamp(2.5rem, 4.5vw, 4.8rem);
}

body.home .mgp-site-footer {
  padding-top: 75px;
  color: rgba(23, 35, 49, 0.66);
  background: var(--mgp3-paper);
}

body.home .mgp-site-footer .mgp-brand-logo {
  width: 230px;
  max-width: 100%;
}

body.home .mgp-site-footer .mgp-logo,
body.home .mgp-site-footer .mgp-logo:hover,
body.home .mgp-site-footer h3 {
  color: var(--mgp3-ink);
}

body.home .mgp-site-footer a {
  color: rgba(23, 35, 49, 0.66);
}

body.home .mgp-site-footer a:hover {
  color: var(--mgp3-orange-dark);
}

body.home .mgp-footer-bottom {
  border-top-color: rgba(23, 35, 49, 0.13);
}

@media (max-width: 1080px) {
  .mgp3-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: 42px;
  }

  .mgp3-hero h1 {
    font-size: clamp(3.1rem, 6vw, 4.8rem);
  }

  .mgp3-area-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .mgp3-guided-grid,
  .mgp3-trust-grid {
    gap: 60px;
  }

  .mgp3-dealer-link-inner {
    grid-template-columns: 75px 1fr;
  }

  .mgp3-dealer-link-inner .mgp3-button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 1050px) {
  body.home .mgp-primary-nav {
    top: 84px;
  }

  body.home.admin-bar .mgp-primary-nav {
    top: 116px;
  }

  body.home .mgp-brand-logo {
    max-width: 210px;
  }
}

@media (max-width: 900px) {
  .mgp3-hero {
    padding-top: 70px;
  }

  .mgp3-hero-grid,
  .mgp3-guided-grid,
  .mgp3-trust-grid,
  .mgp3-faq-grid {
    grid-template-columns: 1fr;
  }

  .mgp3-hero-grid {
    gap: 42px;
  }

  .mgp3-hero-copy {
    max-width: 760px;
    padding-bottom: 0;
  }

  .mgp3-hero-product {
    max-width: 720px;
    margin-left: auto;
  }

  .mgp3-product-photo {
    margin-left: 70px;
  }

  .mgp3-area-heading,
  .mgp3-section-heading {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .mgp3-area-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mgp3-section-heading .mgp3-eyebrow {
    margin-top: 0;
  }

  .mgp3-guided-photo {
    max-width: 680px;
  }

  .mgp3-guided-photo img {
    height: 560px;
  }

  .mgp3-guided-copy {
    max-width: 760px;
  }

  .mgp3-trust-photo {
    max-width: 680px;
  }

  .mgp3-faq-heading {
    max-width: 700px;
  }
}

@media (max-width: 780px) {
  body.home.admin-bar .mgp-site-header {
    top: 46px;
  }

  body.home .mgp-header-inner {
    min-height: 72px;
  }

  body.home .mgp-brand-logo {
    width: 190px;
    max-width: 55vw;
    max-height: 44px;
  }

  body.home .mgp-primary-nav {
    top: 72px;
  }

  body.home.admin-bar .mgp-primary-nav {
    top: 118px;
  }

  .mgp3-hero,
  .mgp3-explainer,
  .mgp3-guided,
  .mgp3-trust,
  .mgp3-faq {
    padding-top: 85px;
    padding-bottom: 90px;
  }

  .mgp3-hero h1 {
    font-size: clamp(3rem, 12vw, 4.8rem);
  }

  .mgp3-hero-product {
    padding-bottom: 0;
  }

  .mgp3-product-photo {
    height: 310px;
    margin-left: 35px;
  }

  .mgp3-location-card {
    width: calc(100% - 15px);
    margin-right: 15px;
  }

  .mgp3-area-picker {
    padding: 60px 0 65px;
  }

  .mgp3-process-line {
    grid-template-columns: 1fr;
    gap: 46px;
    margin-top: 55px;
  }

  .mgp3-process-line::before {
    top: 55px;
    bottom: 55px;
    left: 46px;
    width: 2px;
    height: auto;
    background: repeating-linear-gradient(to bottom, #c7d0d4 0 8px, transparent 8px 15px);
  }

  .mgp3-process-line article {
    display: grid;
    grid-template-columns: 94px 1fr;
    gap: 4px 24px;
    align-items: center;
    padding: 0;
    text-align: left;
  }

  .mgp3-step-icon {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .mgp3-step-number {
    top: 8px;
    left: 72px;
  }

  .mgp3-process-line h3 {
    margin: 0;
  }

  .mgp3-process-line p {
    margin: 6px 0 0;
  }

  .mgp3-guided-photo figcaption {
    right: 10px;
  }

  .mgp3-dealer-link-inner {
    padding: 32px;
  }

  .mgp3-final-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 560px) {
  .mgp3-hero-actions {
    display: grid;
    gap: 22px;
  }

  .mgp3-hero-actions .mgp3-button {
    width: 100%;
  }

  .mgp3-hero-facts {
    display: grid;
    justify-items: start;
  }

  .mgp3-product-photo {
    height: 250px;
    margin-left: 18px;
    border-radius: 55px 18px 18px 18px;
  }

  .mgp3-location-card {
    width: 100%;
    margin: -54px 0 0;
    padding: 24px 19px;
    border-radius: 20px;
  }

  .mgp3-route-fields,
  .mgp3-location-card .mgp-form-grid {
    grid-template-columns: 1fr;
  }

  .mgp3-location-card .mgp-field--full {
    grid-column: auto;
  }

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

  .mgp-match-actions .mgp3-button {
    width: 100%;
  }

  .mgp3-area-grid {
    grid-template-columns: 1fr;
  }

  .mgp3-area-card {
    min-height: 82px;
  }

  .mgp3-section-heading h2,
  .mgp3-guided-copy h2,
  .mgp3-trust-copy h2,
  .mgp3-faq-heading h2 {
    font-size: 2.65rem;
  }

  .mgp3-process-line article {
    grid-template-columns: 72px 1fr;
    gap: 3px 17px;
  }

  .mgp3-process-line::before {
    left: 34px;
  }

  .mgp3-step-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
  }

  .mgp3-step-icon svg {
    width: 31px;
    height: 31px;
  }

  .mgp3-step-number {
    left: 52px;
  }

  .mgp3-process-line h3 {
    font-size: 1.08rem;
  }

  .mgp3-guided-photo::before {
    inset: 24px -8px -18px 18px;
  }

  .mgp3-guided-photo img {
    height: 450px;
    border-radius: 60px 18px 18px 18px;
  }

  .mgp3-guided-photo figcaption {
    right: 4px;
    max-width: 84%;
  }

  .mgp3-trust-photo {
    border-radius: 18px 60px 18px 18px;
    box-shadow: 8px 8px 0 rgba(241, 91, 24, 0.8);
  }

  .mgp3-trust-photo img {
    height: 390px;
  }

  .mgp3-dealer-link-inner {
    grid-template-columns: 1fr;
    padding: 26px 21px;
  }

  .mgp3-dealer-link-inner .mgp3-button {
    grid-column: auto;
    justify-self: stretch;
  }

  .mgp3-dealer-mark {
    width: 62px;
    height: 62px;
    border-radius: 19px;
  }

  .mgp3-faq-list summary {
    font-size: 0.94rem;
  }

  .mgp3-final h2 {
    font-size: 2.7rem;
  }

  .mgp3-final .mgp3-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mgp3-step-icon,
  .mgp3-guided-photo::before,
  .mgp3-trust-photo,
  .mgp3-dealer-mark {
    transform: none;
  }
}

/* Mobile-device clarity for the route result / phone handoff. */
.mgp-match-phone-notice {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 17px;
  padding: 13px 14px;
  border: 1px solid rgba(228, 95, 43, 0.26);
  border-radius: 13px;
  background: #fff7f2;
}

.mgp-match-phone-notice__icon {
  display: grid;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  color: #fff;
  background: var(--mgp3-orange);
  place-items: center;
}

.mgp-match-phone-notice__icon svg {
  display: block;
  width: 25px;
  height: 25px;
}

.mgp-match-phone-notice > div strong,
.mgp-match-phone-notice > div span {
  display: block;
}

.mgp-match-phone-notice strong {
  color: var(--mgp3-ink);
  font-size: 0.84rem;
  line-height: 1.3;
}

.mgp-match-phone-notice div > span {
  margin-top: 3px;
  color: var(--mgp3-slate);
  font-size: 0.74rem;
  line-height: 1.45;
}

.mgp3-button--phone {
  gap: 8px;
}

.mgp3-button--phone svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

@media (max-width: 560px) {
  .mgp-match-phone-notice {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 12px;
  }

  .mgp-match-phone-notice__icon {
    width: 40px;
    height: 40px;
  }

  .mgp-match-phone-notice__icon svg {
    width: 22px;
    height: 22px;
  }
}

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

@media (max-width: 560px) {
  .mgp-match-actions {
    grid-template-columns: 1fr;
  }
}
