:root {
  --mwa2-blue: #101b5f;
  --mwa2-blue-2: #172a7c;
  --mwa2-blue-3: #263b98;
  --mwa2-gold: #c9a24a;
  --mwa2-gold-2: #e0c06d;
  --mwa2-text: #10172f;
  --mwa2-muted: #566079;
  --mwa2-line: #dbe2ef;
  --mwa2-soft: #f4f7fc;
  --mwa2-white: #fff;
  --mwa2-shadow: 0 18px 48px rgba(16, 27, 95, .13);
  --mwa2-radius: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f1f4fa;
  color: var(--mwa2-text);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  z-index: 30;
  padding: 10px 14px;
  border-radius: 6px;
  background: #fff;
  color: var(--mwa2-blue);
  font-weight: 700;
}

.skip-link:focus {
  left: 8px;
}

.mwa2-shell {
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
}

.mwa2-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 66px;
  padding: 8px max(22px, calc((100vw - 1180px) / 2));
  background: var(--mwa2-blue);
  color: #fff;
}

.mwa2-logo {
  display: block;
  flex: 0 0 auto;
  width: 116px;
  line-height: 0;
}

.mwa2-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.mwa2-nav {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-left: auto;
}

.mwa2-nav a,
.mwa2-topbar p {
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .2px;
  text-decoration: none;
}

.mwa2-nav a:hover,
.mwa2-topbar a:hover {
  color: var(--mwa2-gold-2);
}

.mwa2-topbar p {
  margin: 0;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mwa2-topbar p a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mwa2-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .78fr);
  gap: 42px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 22px 34px;
  align-items: center;
}

.mwa2-hero::before {
  position: absolute;
  inset: 28px -120px auto auto;
  width: 510px;
  height: 510px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 162, 74, .18), rgba(201, 162, 74, 0) 65%);
  content: "";
  pointer-events: none;
}

.mwa2-hero-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 124px;
  gap: 28px;
  align-items: start;
}

.mwa2-copy h1 {
  margin: 0;
  max-width: 560px;
  color: var(--mwa2-blue);
  font-size: clamp(34px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
  hyphens: none;
  overflow-wrap: normal;
}

.mwa2-copy,
.mwa2-hero-content,
.mwa2-advisor,
.mwa2-property,
.mwa2-trustbar article,
.mwa2-step-grid article,
.mwa2-faq-grid article {
  min-width: 0;
}

.mwa2-copy p {
  max-width: 560px;
  margin: 22px 0 0;
  color: #34405b;
  font-size: 18px;
  line-height: 1.65;
}

.mwa2-advisor {
  margin: 0;
  padding-top: 4px;
  text-align: center;
}

.mwa2-advisor-photo {
  display: block;
  width: 112px;
  height: 112px;
  margin: 0 auto;
  overflow: hidden;
  border: 6px solid #fff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px var(--mwa2-line), 0 14px 30px rgba(16, 27, 95, .18);
}

.mwa2-advisor img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 18%;
  transform: scale(1.48);
  transform-origin: 52% 18%;
}

.mwa2-advisor figcaption {
  display: block;
  width: 122px;
  margin: -7px auto 0;
  padding: 7px 9px 8px;
  border-radius: 5px;
  background: var(--mwa2-blue);
  color: #fff;
  box-shadow: 0 10px 22px rgba(16, 27, 95, .2);
}

.mwa2-advisor figcaption strong,
.mwa2-advisor figcaption span {
  display: block;
  font-size: 10px;
  line-height: 1.25;
}

.mwa2-advisor figcaption strong {
  font-weight: 800;
}

.mwa2-proof {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
  max-width: 650px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.mwa2-proof li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-width: 0;
  color: #152143;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.mwa2-proof svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border: 1.7px solid var(--mwa2-gold);
  border-radius: 50%;
  color: var(--mwa2-gold);
}

.mwa2-proof path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mwa2-lock {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  gap: 7px;
  margin: 15px 0 0;
  color: #6f7789;
  font-size: 13px;
  font-weight: 650;
}

.mwa2-lock svg {
  width: 15px;
  height: 15px;
  color: #8c95a9;
}

.mwa2-lock rect,
.mwa2-lock path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mwa2-valuation {
  position: relative;
  z-index: 1;
  padding: 28px;
  border: 1px solid rgba(219, 226, 239, .95);
  border-radius: var(--mwa2-radius);
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--mwa2-shadow);
}

.mwa2-progress {
  height: 3px;
  margin: 0 0 20px;
  background: #d7deeb;
}

.mwa2-progress span {
  display: block;
  width: 82px;
  height: 3px;
  background: var(--mwa2-gold);
}

.mwa2-valuation h2,
.mwa2-real-form h2,
.mwa2-steps h2,
.mwa2-local h2,
.mwa2-faq h2 {
  margin: 0;
  color: var(--mwa2-blue);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.2;
  letter-spacing: 0;
}

.mwa2-valuation h2 {
  font-size: 22px;
  text-align: center;
}

.mwa2-property-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.mwa2-property {
  display: flex;
  min-height: 126px;
  padding: 18px 12px 15px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #e7edf6;
  border-radius: 12px;
  background: #fff;
  color: var(--mwa2-blue);
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(16, 27, 95, .08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mwa2-property:focus-visible,
.mwa2-property:hover {
  border-color: rgba(201, 162, 74, .72);
  box-shadow: 0 16px 30px rgba(16, 27, 95, .13);
  outline: 0;
  transform: translateY(-2px);
}

.mwa2-property svg {
  width: 46px;
  height: 46px;
  color: var(--mwa2-blue);
}

.mwa2-property path,
.mwa2-property circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 3.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mwa2-property:nth-child(1) path:nth-child(1),
.mwa2-property:nth-child(3) path:nth-child(1),
.mwa2-property:nth-child(3) circle,
.mwa2-property:nth-child(4) path:nth-child(1) {
  stroke: var(--mwa2-gold);
}

.mwa2-property span {
  color: #16203e;
  font-size: 16px;
  font-weight: 800;
}

.mwa2-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 18px auto 0;
  padding: 13px 22px;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--mwa2-blue-2), var(--mwa2-blue));
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(16, 27, 95, .22);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.mwa2-cta::after {
  margin-left: 12px;
  content: "→";
  font-size: 18px;
  line-height: 1;
}

.mwa2-cta:hover,
.mwa2-cta:focus-visible {
  background: linear-gradient(180deg, var(--mwa2-blue-3), var(--mwa2-blue));
  box-shadow: 0 18px 34px rgba(16, 27, 95, .28);
  outline: 0;
  transform: translateY(-1px);
}

.mwa2-duration {
  margin: 16px 0 0;
  color: #6a7285;
  font-size: 13px;
  text-align: center;
}

.mwa2-trustbar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px 52px;
}

.mwa2-trustbar article {
  padding: 24px;
  border: 1px solid var(--mwa2-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16, 27, 95, .06);
}

.mwa2-trustbar strong {
  display: block;
  color: var(--mwa2-blue);
  font-size: 17px;
  line-height: 1.25;
}

.mwa2-trustbar span {
  display: block;
  margin-top: 8px;
  color: var(--mwa2-muted);
  font-size: 14px;
}

.mwa2-steps {
  padding: 42px 22px 48px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
  text-align: center;
}

.mwa2-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1040px;
  margin: 22px auto 0;
}

.mwa2-step-grid article {
  min-width: 0;
  padding: 22px 22px;
  border: 1px solid rgba(219, 226, 239, .9);
  border-radius: 14px;
  background: #fff;
  text-align: left;
  box-shadow: 0 14px 28px rgba(16, 27, 95, .07);
}

.mwa2-step-grid span {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--mwa2-blue);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.mwa2-step-grid svg {
  display: block;
  width: 28px;
  height: 28px;
  margin: 12px 0 10px;
  color: var(--mwa2-gold);
}

.mwa2-step-grid path,
.mwa2-step-grid circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mwa2-step-grid h3 {
  margin: 0 0 10px;
  color: #111a33;
  font-size: 18px;
  line-height: 1.18;
}

.mwa2-step-grid p {
  margin: 0;
  color: #4e5870;
  font-size: 14px;
  line-height: 1.55;
}

.mwa2-local {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 44px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 22px 64px;
}

.mwa2-local-image {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: var(--mwa2-shadow);
}

.mwa2-local-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.35;
  height: auto;
  object-fit: cover;
}

.mwa2-local-text p {
  margin: 20px 0 0;
  color: #3e4861;
  font-size: 17px;
  line-height: 1.72;
}

.mwa2-local-text ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.mwa2-local-text li {
  position: relative;
  padding-left: 28px;
  color: #24304d;
  font-size: 15px;
  line-height: 1.55;
}

.mwa2-local-text li::before {
  position: absolute;
  left: 0;
  top: .25em;
  width: 17px;
  height: 17px;
  border: 1.5px solid var(--mwa2-gold);
  border-radius: 50%;
  content: "";
}

.mwa2-local-text li::after {
  position: absolute;
  left: 5px;
  top: .58em;
  width: 7px;
  height: 4px;
  border-left: 2px solid var(--mwa2-gold);
  border-bottom: 2px solid var(--mwa2-gold);
  content: "";
  transform: rotate(-45deg);
}

.mwa2-faq {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px 66px;
}

.mwa2-faq h2 {
  text-align: center;
}

.mwa2-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.mwa2-faq-grid article {
  padding: 28px;
  border: 1px solid var(--mwa2-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16, 27, 95, .06);
}

.mwa2-faq-grid h3 {
  margin: 0 0 10px;
  color: var(--mwa2-blue);
  font-size: 20px;
}

.mwa2-faq-grid p {
  margin: 0;
  color: var(--mwa2-muted);
  font-size: 15px;
  line-height: 1.65;
}

.mwa2-real-form {
  padding: 64px 22px 74px;
  background: #f7f9fd;
}

.mwa2-real-form h2,
.mwa2-real-form p {
  text-align: center;
}

.mwa2-real-form p {
  max-width: 560px;
  margin: 12px auto 24px;
  color: var(--mwa2-muted);
  font-size: 16px;
}

.realEstateRatingContainer {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  line-height: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--mwa2-shadow);
}

.realEstateRatingIframe {
  width: 1px;
  min-width: 100%;
  height: 650px;
  border: 0;
}

.mwa2-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
  padding: 24px 22px 28px;
  background: var(--mwa2-blue);
  color: #fff;
  font-size: 13px;
}

.mwa2-footer a {
  color: #fff;
  text-decoration: none;
}

.mwa2-footer a:hover {
  color: var(--mwa2-gold-2);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 760px) {
  body {
    background: #edf2fb;
  }

  .mwa2-shell {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    box-shadow: 0 18px 55px rgba(16, 27, 95, .13);
  }

  .mwa2-topbar {
    min-height: 56px;
    padding: 7px 12px 7px 14px;
    gap: 10px;
  }

  .mwa2-logo {
    width: 92px;
  }

  .mwa2-nav {
    display: none;
  }

  .mwa2-topbar p {
    display: none;
  }

  .mwa2-hero {
    display: block;
    width: min(382px, calc(100% - 24px));
    margin: 0 auto;
    padding: 22px 0 12px;
  }

  .mwa2-hero::before {
    display: none;
  }

  .mwa2-hero-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
  }

  .mwa2-copy h1 {
    font-size: 22px;
    line-height: 1.08;
    hyphens: auto;
    overflow-wrap: break-word;
  }

  .mwa2-copy p {
    margin-top: 13px;
    font-size: 12.8px;
    line-height: 1.58;
  }

  .mwa2-advisor {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 2px;
    padding: 8px 10px;
    border: 1px solid rgba(219, 226, 239, .95);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(16, 27, 95, .08);
    text-align: left;
  }

  .mwa2-advisor-photo {
    width: 70px;
    height: 70px;
    margin: 0;
    border-width: 4px;
    flex: 0 0 auto;
  }

  .mwa2-advisor img {
    transform: scale(1.58);
  }

  .mwa2-advisor figcaption {
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--mwa2-blue);
    box-shadow: none;
  }

  .mwa2-advisor figcaption strong,
  .mwa2-advisor figcaption span {
    font-size: 11.8px;
    line-height: 1.25;
  }

  .mwa2-advisor figcaption strong {
    font-size: 14px;
  }

  .mwa2-proof {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin: 20px 0 0;
  }

  .mwa2-proof li {
    justify-content: center;
    gap: 5px;
    font-size: 10.5px;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }

  .mwa2-proof svg {
    width: 17px;
    height: 17px;
  }

  .mwa2-lock {
    justify-content: center;
    margin-top: 8px;
    font-size: 10.2px;
  }

  .mwa2-lock svg {
    width: 12px;
    height: 12px;
  }

  .mwa2-valuation {
    margin-top: 14px;
    padding: 14px 12px 13px;
    border: 1px solid rgba(203, 213, 230, .95);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(16, 27, 95, .08);
  }

  .mwa2-progress {
    height: 2px;
    margin: 0 0 13px;
  }

  .mwa2-progress span {
    width: 58px;
    height: 2px;
  }

  .mwa2-valuation h2 {
    font-size: 14.8px;
    line-height: 1.25;
  }

  .mwa2-property-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
  }

  .mwa2-property {
    min-height: 106px;
    padding: 14px 9px 12px;
    gap: 9px;
    border-radius: 7px;
  }

  .mwa2-property svg {
    width: 39px;
    height: 39px;
  }

  .mwa2-property span {
    font-size: 13.5px;
  }

  .mwa2-duration {
    margin-top: 8px;
    padding-inline: 4px;
    font-size: 10.2px;
    line-height: 1.35;
  }

  .mwa2-cta {
    min-height: 46px;
    margin-top: 14px;
    padding: 11px 16px;
    border-radius: 7px;
    font-size: 15px;
  }

  .mwa2-trustbar {
    grid-template-columns: 1fr;
    gap: 10px;
    width: min(382px, calc(100% - 24px));
    margin: 0 auto;
    padding: 18px 0 22px;
  }

  .mwa2-trustbar article {
    padding: 14px 16px;
    border-radius: 10px;
  }

  .mwa2-trustbar strong {
    font-size: 14px;
  }

  .mwa2-trustbar span {
    margin-top: 4px;
    font-size: 12px;
  }

  .mwa2-steps {
    padding: 20px 0 22px;
  }

  .mwa2-steps h2,
  .mwa2-local h2,
  .mwa2-faq h2,
  .mwa2-real-form h2 {
    font-size: 19px;
  }

  .mwa2-steps h2 {
    font-size: 18px;
    padding-inline: 24px;
  }

  .mwa2-step-grid {
    grid-template-columns: 1fr;
    gap: 9px;
    width: min(382px, calc(100% - 24px));
    margin: 13px auto 0;
  }

  .mwa2-step-grid article {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 2px 12px;
    align-items: start;
    min-height: 0;
    padding: 12px 14px;
    border-radius: 10px;
  }

  .mwa2-step-grid span {
    grid-row: 1 / span 3;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    font-size: 9px;
  }

  .mwa2-step-grid svg {
    display: none;
  }

  .mwa2-step-grid h3 {
    margin: 0 0 3px;
    font-size: 14px;
    line-height: 1.15;
  }

  .mwa2-step-grid p {
    font-size: 11.2px;
    line-height: 1.42;
  }

  .mwa2-local {
    grid-template-columns: 1fr;
    gap: 18px;
    width: min(382px, calc(100% - 24px));
    margin: 0 auto;
    padding: 34px 0 30px;
  }

  .mwa2-local-image {
    border-radius: 12px;
  }

  .mwa2-local-text p {
    margin-top: 12px;
    font-size: 13.5px;
    line-height: 1.58;
  }

  .mwa2-local-text ul {
    gap: 8px;
    margin-top: 14px;
  }

  .mwa2-local-text li {
    font-size: 13px;
    line-height: 1.45;
  }

  .mwa2-faq {
    width: min(382px, calc(100% - 24px));
    margin: 0 auto;
    padding: 0 0 34px;
  }

  .mwa2-faq-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 16px;
  }

  .mwa2-faq-grid article {
    padding: 18px;
    border-radius: 10px;
  }

  .mwa2-faq-grid h3 {
    font-size: 16px;
  }

  .mwa2-faq-grid p {
    font-size: 13px;
  }

  .mwa2-real-form {
    padding: 34px 16px 38px;
  }

  .mwa2-real-form p {
    margin-top: 8px;
    font-size: 12px;
  }

  .realEstateRatingContainer {
    border-radius: 10px;
  }

  .mwa2-footer {
    padding: 18px 22px 24px;
    font-size: 11px;
  }
}

@media (max-width: 374px) {
  .mwa2-topbar {
    padding-inline: 12px;
  }

  .mwa2-logo {
    width: 82px;
  }

  .mwa2-topbar p {
    font-size: 9px;
  }

  .mwa2-hero {
    width: min(352px, calc(100% - 20px));
    margin-inline: auto;
  }

  .mwa2-hero-content {
    grid-template-columns: 1fr;
  }

  .mwa2-copy h1 {
    font-size: 21px;
  }

  .mwa2-advisor-photo {
    width: 64px;
    height: 64px;
  }

  .mwa2-advisor figcaption {
    width: auto;
  }

  .mwa2-proof {
    gap: 4px;
  }

  .mwa2-proof li {
    font-size: 9.8px;
  }

  .mwa2-property-grid {
    gap: 8px;
  }

  .mwa2-property {
    min-height: 100px;
  }

  .mwa2-property span {
    font-size: 12.8px;
  }

  .mwa2-step-grid {
    width: min(352px, calc(100% - 20px));
    gap: 8px;
  }

  .mwa2-trustbar,
  .mwa2-local,
  .mwa2-faq {
    width: min(352px, calc(100% - 20px));
  }
}

@media (min-width: 761px) and (max-width: 980px) {
  .mwa2-hero {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .mwa2-trustbar,
  .mwa2-local,
  .mwa2-faq-grid {
    grid-template-columns: 1fr;
  }

  .mwa2-step-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
