@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,650;9..144,750&family=Inter:wght@400;500;650;750&display=swap");

body.mtr-generated-template {
  margin: 0;
  background: #fbfaf7;
}

.mtr-generated-main {
  min-height: 100vh;
}

.mtr-wrap {
  --mtr-ink: #16242b;
  --mtr-blue: #1a3d72;
  --mtr-blue-dk: #102347;
  --mtr-amber: #d99125;
  --mtr-amber-dk: #b87718;
  --mtr-bg: #fbfaf7;
  --mtr-tint: #f1efe8;
  --mtr-surface: #ffffff;
  --mtr-line: #e4e0d6;
  --mtr-muted: #5c6a6f;
  --mtr-on-dark: #eef3f2;
  --mtr-radius: 14px;
  --mtr-ease: cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  color: var(--mtr-ink);
  background: var(--mtr-bg);
  font-family: "Inter", system-ui, sans-serif;
}

.mtr-wrap *,
.mtr-wrap *::before,
.mtr-wrap *::after {
  box-sizing: border-box;
}

.mtr-wrap :where(h1, h2, h3, p, ul, dl, figure) {
  margin-top: 0;
}

.mtr-wrap :where(h1, h2, h3) {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 650;
  letter-spacing: 0;
  color: var(--mtr-blue);
}

.mtr-wrap h1 {
  max-width: 880px;
  margin-bottom: 24px;
  font-size: 2.45rem;
  line-height: 1.03;
}

.mtr-wrap h2 {
  margin: 48px 0 16px;
  font-size: 1.75rem;
  line-height: 1.14;
}

.mtr-wrap h3 {
  margin-bottom: 16px;
  font-size: 1.3rem;
  line-height: 1.2;
}

.mtr-wrap p,
.mtr-wrap li,
.mtr-wrap dd,
.mtr-wrap dt {
  color: var(--mtr-muted);
  font-size: 1rem;
  line-height: 1.68;
}

.mtr-wrap a {
  color: var(--mtr-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.mtr-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 88px;
  padding: 18px 32px;
  background: var(--mtr-blue-dk);
  color: var(--mtr-on-dark);
}

.mtr-topbar a {
  display: inline-flex;
  align-items: center;
}

.mtr-topbar img {
  display: block;
  width: auto;
  height: 48px;
}

.mtr-topbar span {
  color: #cdd9d8;
  font-size: .78rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0;
}

.mtr-hero,
.mtr-page-hero,
.mtr-card-grid,
.mtr-filterbar,
.mtr-category-grid,
.mtr-profession-list,
.mtr-panel,
.mtr-notice,
.mtr-profession-page > section,
.mtr-article,
.mtr-cta {
  width: min(1120px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.mtr-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
  gap: 48px;
  align-items: center;
  min-height: 620px;
  padding: 72px 0 88px;
}

.mtr-hero-copy {
  padding: 0;
}

.mtr-kicker {
  margin: 0 0 16px;
  color: var(--mtr-amber-dk);
  font-size: .78rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0;
}

.mtr-hero .mtr-kicker,
.mtr-page-hero .mtr-kicker {
  color: var(--mtr-amber);
}

.mtr-hero h1 {
  color: var(--mtr-on-dark);
}

.mtr-hero-copy p {
  max-width: 640px;
  color: #cdd9d8;
  font-size: 1.08rem;
}

.mtr-calculators-hub .mtr-hero {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: max(32px, calc((100vw - 1120px) / 2));
  padding-right: max(32px, calc((100vw - 1120px) / 2));
  background:
    linear-gradient(145deg, rgba(16, 35, 71, .98), rgba(22, 36, 43, .96)),
    radial-gradient(circle at 70% 20%, rgba(217, 145, 37, .16), transparent 34%);
}

.mtr-page-hero {
  margin-top: 0;
  margin-bottom: 64px;
  padding: 72px 0 56px;
  border-bottom: 1px solid rgba(228, 224, 214, .82);
}

.mtr-page-hero h1 {
  color: var(--mtr-blue-dk);
}

.mtr-page-hero p {
  max-width: 760px;
  font-size: 1.08rem;
}

.mtr-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.mtr-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  max-width: 100%;
  border: 1px solid var(--mtr-amber);
  border-radius: 999px;
  padding: 13px 22px;
  background: var(--mtr-amber);
  color: #241600 !important;
  font-weight: 750;
  line-height: 1.15;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .35s var(--mtr-ease), border-color .35s var(--mtr-ease), color .35s var(--mtr-ease), transform .35s var(--mtr-ease), box-shadow .35s var(--mtr-ease);
}

.mtr-button:hover,
.mtr-button:focus-visible {
  border-color: var(--mtr-amber-dk);
  background: var(--mtr-amber-dk);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(184, 119, 24, .22);
}

.mtr-button-ghost {
  border-color: rgba(238, 243, 242, .62);
  background: transparent;
  color: #fff !important;
}

.mtr-button-ghost:hover,
.mtr-button-ghost:focus-visible {
  border-color: var(--mtr-on-dark);
  background: rgba(255, 255, 255, .08);
  color: #fff !important;
  box-shadow: none;
}

.mtr-hero-badges {
  display: grid;
  gap: 10px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.mtr-hero-badges li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #cdd9d8;
  font-size: .98rem;
}

.mtr-hero-badges span {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--mtr-amber);
}

.mtr-hero-aside {
  position: relative;
  align-self: stretch;
  min-height: 420px;
}

.mtr-hero-media {
  height: 100%;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--mtr-radius);
  background: var(--mtr-tint);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .2);
}

.mtr-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
  background: linear-gradient(135deg, var(--mtr-tint), var(--mtr-line));
  filter: saturate(.92) contrast(.98);
  transition: transform .6s var(--mtr-ease), filter .6s var(--mtr-ease);
}

.mtr-hero-aside:hover .mtr-hero-media img {
  transform: scale(1.03);
  filter: saturate(1) contrast(1);
}

.mtr-hero-card-mini {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(320px, calc(100% - 48px));
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--mtr-radius);
  padding: 24px;
  background: rgba(16, 35, 71, .92);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
}

.mtr-card-kicker {
  margin: 0 0 8px;
  color: var(--mtr-amber) !important;
  font-size: .76rem !important;
  font-weight: 750;
  text-transform: uppercase;
}

.mtr-hero-card-mini strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 650;
  line-height: 1.18;
}

.mtr-hero-card-mini span {
  color: #cdd9d8;
  line-height: 1.55;
}

.mtr-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 88px 0 24px;
}

.mtr-card,
.mtr-category-card,
.mtr-profession-card,
.mtr-panel,
.mtr-result-card,
.mtr-cta {
  border: 1px solid var(--mtr-line);
  border-radius: var(--mtr-radius);
  background: var(--mtr-surface);
}

.mtr-card,
.mtr-profession-card {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  gap: 14px;
  padding: 32px;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(16, 35, 71, .03);
  transition: border-color .35s var(--mtr-ease), transform .35s var(--mtr-ease), box-shadow .35s var(--mtr-ease), background-color .35s var(--mtr-ease);
}

.mtr-card:hover,
.mtr-profession-card:hover {
  border-color: rgba(217, 145, 37, .6);
  transform: translateY(-4px);
  box-shadow: 0 22px 56px rgba(16, 35, 71, .12);
}

.mtr-card strong,
.mtr-profession-card strong {
  color: var(--mtr-blue-dk);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.28rem;
  font-weight: 650;
  line-height: 1.18;
}

.mtr-card span,
.mtr-profession-card span {
  color: var(--mtr-muted);
  line-height: 1.55;
}

.mtr-card-label {
  width: fit-content;
  border-bottom: 2px solid var(--mtr-amber);
  padding-bottom: 4px;
  color: var(--mtr-amber-dk) !important;
  font-size: .75rem;
  font-weight: 750;
  text-transform: uppercase;
}

.mtr-filterbar {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(220px, 320px);
  gap: 16px;
  margin-top: -32px;
  margin-bottom: 32px;
  padding: 24px;
  border: 1px solid var(--mtr-line);
  border-radius: var(--mtr-radius);
  background: var(--mtr-surface);
  box-shadow: 0 18px 44px rgba(16, 35, 71, .08);
}

.mtr-form label,
.mtr-filterbar label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  color: var(--mtr-blue-dk);
  font-weight: 750;
}

.mtr-form input,
.mtr-form select,
.mtr-filterbar input,
.mtr-filterbar select {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--mtr-line);
  border-radius: 10px;
  padding: 12px 14px;
  color: var(--mtr-ink);
  background: #fff;
  font: inherit;
  transition: border-color .3s var(--mtr-ease), box-shadow .3s var(--mtr-ease);
}

.mtr-form input:focus,
.mtr-form select:focus,
.mtr-filterbar input:focus,
.mtr-filterbar select:focus {
  outline: 0;
  border-color: var(--mtr-blue);
  box-shadow: 0 0 0 4px rgba(26, 61, 114, .1);
}

.mtr-panel {
  margin-top: 0;
  margin-bottom: 64px;
  padding: 40px;
  background: var(--mtr-surface);
  box-shadow: 0 18px 44px rgba(16, 35, 71, .08);
}

.mtr-panel h2 {
  margin-top: 0;
}

.mtr-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0;
}

.mtr-form-status,
.mtr-lead-note {
  margin: 16px 0 0;
  font-size: .96rem;
}

.mtr-result {
  margin-top: 32px;
}

.mtr-result-card {
  padding: 32px;
  background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
}

.mtr-result-card dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.mtr-result-card dl > div,
.mtr-total {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--mtr-line);
  padding: 12px 0;
}

.mtr-result-card dt {
  color: var(--mtr-muted);
}

.mtr-result-card dd {
  margin: 0;
  color: var(--mtr-blue-dk);
  font-weight: 750;
  text-align: right;
}

.mtr-total {
  margin: 18px 0 0;
  border-bottom: 0;
  color: var(--mtr-blue-dk);
  font-size: 1.15rem;
}

.mtr-total strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.5rem;
}

.mtr-notice {
  margin-top: 24px;
  margin-bottom: 72px;
  border-left: 3px solid var(--mtr-amber);
  border-radius: 0 var(--mtr-radius) var(--mtr-radius) 0;
  padding: 18px 22px;
  background: var(--mtr-tint);
  color: var(--mtr-muted);
}

.mtr-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 32px;
}

.mtr-category-card {
  min-height: 118px;
  padding: 22px;
  text-align: left;
  color: inherit;
  cursor: pointer;
  transition: border-color .35s var(--mtr-ease), transform .35s var(--mtr-ease), box-shadow .35s var(--mtr-ease);
}

.mtr-category-card:hover {
  border-color: rgba(217, 145, 37, .62);
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(16, 35, 71, .1);
}

.mtr-category-card strong,
.mtr-category-card span {
  display: block;
}

.mtr-category-card strong {
  color: var(--mtr-blue-dk);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.mtr-category-card span {
  margin-top: 10px;
  color: var(--mtr-muted);
}

.mtr-profession-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  max-height: 980px;
  overflow: auto;
  padding-right: 4px;
  padding-bottom: 8px;
}

.mtr-profession-card {
  min-height: 112px;
  padding: 24px;
}

.mtr-profession-page {
  padding-bottom: 80px;
}

.mtr-profession-page > section,
.mtr-article {
  max-width: 820px;
}

.mtr-profession-page ul,
.mtr-article ul {
  padding-left: 20px;
}

.mtr-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mtr-inline-links a {
  border: 1px solid var(--mtr-line);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--mtr-blue-dk);
  text-decoration: none;
  transition: border-color .3s var(--mtr-ease), background-color .3s var(--mtr-ease), transform .3s var(--mtr-ease);
}

.mtr-inline-links a:hover {
  border-color: var(--mtr-amber);
  background: var(--mtr-tint);
  transform: translateY(-2px);
}

.mtr-cta {
  margin-top: 56px;
  margin-bottom: 0;
  padding: 32px;
  background: var(--mtr-blue-dk);
}

.mtr-cta h2 {
  margin-top: 0;
  color: var(--mtr-on-dark);
}

.mtr-cta p {
  color: #cdd9d8;
}

.mtr-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.mtr-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s var(--mtr-ease), transform .8s var(--mtr-ease);
}

.mtr-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

[hidden] {
  display: none !important;
}

@media (min-width: 768px) {
  .mtr-wrap h1 {
    font-size: 3.2rem;
  }

  .mtr-wrap h2 {
    font-size: 2.2rem;
  }
}

@media (min-width: 1024px) {
  .mtr-wrap h1 {
    font-size: 4.2rem;
  }

  .mtr-wrap h2 {
    font-size: 2.7rem;
  }
}

@media (max-width: 980px) {
  .mtr-hero {
    grid-template-columns: 1fr;
  }

  .mtr-card-grid,
  .mtr-category-grid,
  .mtr-profession-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .mtr-topbar {
    min-height: 76px;
    padding: 16px 20px;
  }

  .mtr-topbar img {
    height: 38px;
  }

  .mtr-topbar span {
    display: none;
  }

  .mtr-hero,
  .mtr-page-hero,
  .mtr-card-grid,
  .mtr-filterbar,
  .mtr-category-grid,
  .mtr-profession-list,
  .mtr-panel,
  .mtr-notice,
  .mtr-profession-page > section,
  .mtr-article,
  .mtr-cta {
    width: min(100% - 28px, 1120px);
  }

  .mtr-calculators-hub .mtr-hero {
    padding: 56px 14px 64px;
  }

  .mtr-page-hero {
    padding: 56px 0 44px;
    margin-bottom: 44px;
  }

  .mtr-hero-aside,
  .mtr-hero-media,
  .mtr-hero-media img {
    min-height: 340px;
  }

  .mtr-hero-card-mini {
    position: static;
    width: 100%;
    margin-top: 14px;
  }

  .mtr-card-grid,
  .mtr-category-grid,
  .mtr-profession-list,
  .mtr-fields,
  .mtr-filterbar {
    grid-template-columns: 1fr;
  }

  .mtr-card-grid {
    padding-top: 64px;
  }

  .mtr-card,
  .mtr-panel,
  .mtr-result-card,
  .mtr-cta {
    padding: 24px;
  }

  .mtr-result-card dl > div,
  .mtr-total {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .mtr-result-card dd {
    text-align: left;
  }
}

/* Brand alignment v1.3.1 */
.mtr-wrap {
  --mtr-blue: #1a3d72;
  --mtr-blue-dk: #102347;
  --mtr-ink: #16242b;
  --mtr-bg: #fbfaf7;
  --mtr-tint: #f1efe8;
  --mtr-surface: #fff;
  --mtr-line: rgba(26, 61, 114, .16);
  background:
    linear-gradient(180deg, #fbfaf7 0%, #fff 34%, #f1efe8 100%);
}

.mtr-topbar {
  background: rgba(26, 61, 114, .96);
  box-shadow: 0 16px 42px rgba(26, 61, 114, .2);
}

.mtr-topbar .mtr-brand-mark {
  border-color: rgba(217, 145, 37, .68);
  box-shadow: 0 0 0 4px rgba(217, 145, 37, .08);
}

.mtr-nav a:hover,
.mtr-nav a:focus-visible {
  background: rgba(217, 145, 37, .12);
}

.mtr-nav-cta {
  background: #d99125;
  box-shadow: 0 12px 30px rgba(217, 145, 37, .25);
}

.mtr-calculators-hub .mtr-hero {
  background:
    linear-gradient(135deg, rgba(16, 35, 71, .98), rgba(22, 36, 43, .96)),
    linear-gradient(90deg, rgba(217, 145, 37, .14), transparent 44%, rgba(26, 61, 114, .2));
}

.mtr-calculator-card {
  border-width: 2px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(251, 250, 247, .94)) padding-box,
    conic-gradient(from var(--mtr-angle, 0deg), rgba(26, 61, 114, .2), rgba(217, 145, 37, 1), rgba(255, 255, 255, .95), rgba(26, 61, 114, .72), rgba(217, 145, 37, .95), rgba(26, 61, 114, .2)) border-box;
  box-shadow: 0 24px 62px rgba(26, 61, 114, .12);
}

.mtr-shimmer-card::before {
  inset: 2px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .97), rgba(241, 239, 232, .93)),
    linear-gradient(90deg, rgba(26, 61, 114, .08), transparent);
}

.mtr-shimmer-card::after {
  background: linear-gradient(110deg, transparent 0 32%, rgba(255, 255, 255, .88) 49%, transparent 66%);
}

.mtr-calculator-card:hover {
  box-shadow: 0 34px 82px rgba(26, 61, 114, .18);
}

.mtr-card-number {
  color: rgba(26, 61, 114, .12) !important;
}

.mtr-card-cta,
.mtr-calc-step-list li.is-active span,
.mtr-calc-step-list li.is-done span {
  background: #102347;
  color: #fff;
}

.mtr-card-label {
  background: rgba(217, 145, 37, .18);
  color: #b87718 !important;
}

.mtr-calc-sidebar {
  background:
    linear-gradient(160deg, #102347 0%, #1a3d72 100%);
  box-shadow: 0 24px 64px rgba(26, 61, 114, .18);
}

.mtr-calc-step-list li.is-active {
  border-color: rgba(217, 145, 37, .8);
  background: rgba(217, 145, 37, .14);
}

.mtr-calc-progress span {
  background: linear-gradient(90deg, #d99125, #1a3d72);
}

.mtr-calc-card,
.mtr-result-card,
.mtr-post-card {
  background:
    linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
}

/* Real final LP palette lock v1.3.3 */
.mtr-wrap {
  --mtr-ink: #16242b !important;
  --mtr-blue: #1a3d72 !important;
  --mtr-blue-dk: #102347 !important;
  --mtr-amber: #d99125 !important;
  --mtr-amber-dk: #b87718 !important;
  --mtr-bg: #fbfaf7 !important;
  --mtr-tint: #f1efe8 !important;
  --mtr-surface: #ffffff !important;
  --mtr-line: #e4e0d6 !important;
  --mtr-muted: #5c6a6f !important;
  --mtr-on-dark: #eef3f2 !important;
  color: #16242b !important;
  background: #fbfaf7 !important;
}

.mtr-wrap :where(h1, h2, h3),
.mtr-page-hero h1,
.mtr-section-heading h2,
.mtr-card strong,
.mtr-profession-card strong,
.mtr-category-card strong,
.mtr-post-hero h1,
.mtr-post-aside a,
.mtr-document-grid span {
  color: #102347 !important;
}

.mtr-calculators-hub .mtr-hero h1,
.mtr-calculators-hub .mtr-hero h2,
.mtr-calc-sidebar h2,
.mtr-cta h2 {
  color: #eef3f2 !important;
}

.mtr-topbar {
  background: #1a3d72 !important;
  box-shadow: 0 16px 42px rgba(26, 61, 114, .18) !important;
}

.mtr-calculators-hub .mtr-hero {
  background:
    linear-gradient(145deg, rgba(16, 35, 71, .98), rgba(22, 36, 43, .96)),
    radial-gradient(circle at 70% 20%, rgba(217, 145, 37, .16), transparent 34%) !important;
}

.mtr-nav-cta,
.mtr-button {
  border-color: transparent !important;
  background:
    linear-gradient(#d99125, #d99125) padding-box,
    linear-gradient(115deg, rgba(217, 145, 37, .42), rgba(255, 255, 255, .72), rgba(26, 61, 114, .32)) border-box !important;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(217, 145, 37, .24) !important;
}

.mtr-button:hover,
.mtr-button:focus-visible,
.mtr-nav-cta:hover,
.mtr-nav-cta:focus-visible {
  background:
    linear-gradient(#b87718, #b87718) padding-box,
    linear-gradient(115deg, rgba(184, 119, 24, .5), rgba(255, 255, 255, .72), rgba(26, 61, 114, .38)) border-box !important;
  color: #fff !important;
}

.mtr-button-ghost {
  background: transparent !important;
  border-color: rgba(238, 243, 242, .62) !important;
  color: #fff !important;
}

.mtr-button-light {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(115deg, rgba(26, 61, 114, .18), rgba(217, 145, 37, .36)) border-box !important;
  color: #102347 !important;
  box-shadow: none !important;
}

.mtr-calculator-card,
.mtr-rights-hub .mtr-category-card,
.mtr-rights-hub .mtr-profession-card,
.mtr-post-card {
  border-color: #e4e0d6 !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(251, 250, 247, .94)) !important;
  box-shadow: 0 1px 0 rgba(26, 61, 114, .04) !important;
}

.mtr-calculator-card {
  border-width: 1px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(251, 250, 247, .94)) padding-box,
    conic-gradient(from var(--mtr-angle, 0deg), rgba(228, 224, 214, .9), rgba(217, 145, 37, .82), rgba(255, 255, 255, .96), rgba(26, 61, 114, .42), rgba(217, 145, 37, .82), rgba(228, 224, 214, .9)) border-box !important;
}

.mtr-calculator-card:hover,
.mtr-rights-hub .mtr-category-card:hover,
.mtr-rights-hub .mtr-profession-card:hover,
.mtr-post-card:hover {
  border-color: rgba(217, 145, 37, .6) !important;
  box-shadow: 0 22px 56px rgba(26, 61, 114, .12) !important;
}

.mtr-shimmer-card::before {
  inset: 1px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(251, 250, 247, .94)),
    linear-gradient(90deg, rgba(217, 145, 37, .08), transparent) !important;
}

.mtr-card-number {
  color: rgba(26, 61, 114, .1) !important;
}

body:has(> .mtr-wrap) > p:first-child {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body:has(> .mtr-wrap) > .mtr-wrap {
  margin-top: 0 !important;
}

body:has(> .mtr-wrap) > .mtr-wrap + br,
body:has(> .mtr-wrap) > .mtr-wrap + br + p {
  display: none !important;
}

.mtr-calculator-card .mtr-card-number {
  color: rgba(26, 61, 114, .2) !important;
  text-shadow: 0 12px 28px rgba(16, 35, 71, .08);
}

.mtr-calculator-card:hover .mtr-card-number {
  color: rgba(26, 61, 114, .27) !important;
}

.mtr-topbar .mtr-brand-mark,
.mtr-topbar .mtr-topbar-side span {
  display: none !important;
}

.mtr-topbar .mtr-brand-logo {
  height: 48px !important;
  max-width: 190px !important;
}

.mtr-topbar-side {
  min-width: auto !important;
  width: auto !important;
}

.mtr-card-label,
.mtr-post-meta span {
  border-color: rgba(217, 145, 37, .16) !important;
  background: rgba(217, 145, 37, .14) !important;
  color: #b87718 !important;
}

.mtr-card-cta,
.mtr-leads-table th {
  background: #102347 !important;
  color: #fff !important;
}

.mtr-calc-sidebar {
  background:
    linear-gradient(160deg, #102347 0%, #1a3d72 100%) !important;
  box-shadow: 0 24px 64px rgba(26, 61, 114, .18) !important;
}

.mtr-calc-step-list li.is-active {
  border-color: rgba(217, 145, 37, .8) !important;
  background: rgba(217, 145, 37, .13) !important;
}

.mtr-calc-step-list li.is-active span,
.mtr-calc-step-list li.is-done span {
  background: #d99125 !important;
  color: #241600 !important;
}

.mtr-calc-progress span {
  background: linear-gradient(90deg, #d99125, #1a3d72) !important;
}

.mtr-calc-card,
.mtr-result-card,
.mtr-post-callout,
.mtr-post-card {
  background:
    linear-gradient(180deg, #fff 0%, #fbfaf7 100%) !important;
}

/* WhatsApp final overrides: keep Wpp buttons green over older duplicated theme blocks. */
.mtr-nav-cta,
.mtr-whatsapp-button,
.mtr-wrap a.mtr-whatsapp-button {
  border-color: rgba(37, 211, 102, .68) !important;
  background: #25d366 !important;
  color: #082114 !important;
  box-shadow: 0 14px 34px rgba(37, 211, 102, .26) !important;
}

.mtr-nav-cta:hover,
.mtr-nav-cta:focus-visible,
.mtr-whatsapp-button:hover,
.mtr-whatsapp-button:focus-visible,
.mtr-wrap a.mtr-whatsapp-button:hover,
.mtr-wrap a.mtr-whatsapp-button:focus-visible {
  border-color: rgba(18, 140, 86, .74) !important;
  background: #128c56 !important;
  color: #fff !important;
  box-shadow: 0 18px 40px rgba(18, 140, 86, .32) !important;
}

.mtr-result-whatsapp {
  display: flex !important;
  width: 100%;
  margin-top: 18px;
  gap: 8px;
}

.mtr-result-whatsapp span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  border-radius: 999px;
  padding: 3px 8px;
  background: rgba(8, 33, 20, .14);
  color: inherit;
  font-size: .72rem;
  line-height: 1;
  text-transform: uppercase;
}

/* WhatsApp hard override: header CTA, result CTA and result note must stay green. */
.mtr-wrap .mtr-topbar a.mtr-nav-cta,
.mtr-wrap .mtr-topbar a[href*="wa.me"],
.mtr-wrap .mtr-topbar a[href*="api.whatsapp"],
.mtr-wrap a.mtr-button.mtr-whatsapp-button,
.mtr-wrap a.mtr-button.mtr-result-whatsapp,
.mtr-wrap .mtr-result-card a.mtr-whatsapp-button,
.mtr-wrap .mtr-result-card a[href*="wa.me"] {
  border-color: rgba(37, 211, 102, .78) !important;
  background: #25d366 !important;
  background-image: none !important;
  color: #062514 !important;
  box-shadow: 0 14px 34px rgba(37, 211, 102, .28) !important;
}

.mtr-wrap .mtr-topbar a.mtr-nav-cta:hover,
.mtr-wrap .mtr-topbar a[href*="wa.me"]:hover,
.mtr-wrap .mtr-topbar a[href*="api.whatsapp"]:hover,
.mtr-wrap a.mtr-button.mtr-whatsapp-button:hover,
.mtr-wrap a.mtr-button.mtr-result-whatsapp:hover,
.mtr-wrap .mtr-result-card a.mtr-whatsapp-button:hover,
.mtr-wrap .mtr-result-card a[href*="wa.me"]:hover {
  border-color: rgba(18, 140, 86, .84) !important;
  background: #128c56 !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: 0 18px 42px rgba(18, 140, 86, .34) !important;
}

.mtr-wrap .mtr-notice,
.mtr-wrap .mtr-result-card .mtr-notice {
  border-left-color: #25d366 !important;
  background: rgba(37, 211, 102, .09) !important;
}

.mtr-wrap .mtr-result-whatsapp span {
  background: rgba(6, 37, 20, .14) !important;
  color: inherit !important;
}

/* WhatsApp final overrides: keep Wpp buttons green over older duplicated theme blocks. */
.mtr-nav-cta,
.mtr-whatsapp-button,
.mtr-wrap a.mtr-whatsapp-button {
  border-color: rgba(37, 211, 102, .68) !important;
  background: #25d366 !important;
  color: #082114 !important;
  box-shadow: 0 14px 34px rgba(37, 211, 102, .26) !important;
}

.mtr-nav-cta:hover,
.mtr-nav-cta:focus-visible,
.mtr-whatsapp-button:hover,
.mtr-whatsapp-button:focus-visible,
.mtr-wrap a.mtr-whatsapp-button:hover,
.mtr-wrap a.mtr-whatsapp-button:focus-visible {
  border-color: rgba(18, 140, 86, .74) !important;
  background: #128c56 !important;
  color: #fff !important;
  box-shadow: 0 18px 40px rgba(18, 140, 86, .32) !important;
}

.mtr-result-whatsapp {
  display: flex !important;
  width: 100%;
  margin-top: 18px;
  gap: 8px;
}

.mtr-result-whatsapp span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  border-radius: 999px;
  padding: 3px 8px;
  background: rgba(8, 33, 20, .14);
  color: inherit;
  font-size: .72rem;
  line-height: 1;
  text-transform: uppercase;
}

/* WhatsApp final overrides: keep Wpp buttons green over older duplicated theme blocks. */
.mtr-nav-cta,
.mtr-whatsapp-button,
.mtr-wrap a.mtr-whatsapp-button {
  border-color: rgba(37, 211, 102, .68) !important;
  background: #25d366 !important;
  color: #082114 !important;
  box-shadow: 0 14px 34px rgba(37, 211, 102, .26) !important;
}

.mtr-nav-cta:hover,
.mtr-nav-cta:focus-visible,
.mtr-whatsapp-button:hover,
.mtr-whatsapp-button:focus-visible,
.mtr-wrap a.mtr-whatsapp-button:hover,
.mtr-wrap a.mtr-whatsapp-button:focus-visible {
  border-color: rgba(18, 140, 86, .74) !important;
  background: #128c56 !important;
  color: #fff !important;
  box-shadow: 0 18px 40px rgba(18, 140, 86, .32) !important;
}

.mtr-result-whatsapp {
  display: flex !important;
  width: 100%;
  margin-top: 18px;
  gap: 8px;
}

.mtr-result-whatsapp span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  border-radius: 999px;
  padding: 3px 8px;
  background: rgba(8, 33, 20, .14);
  color: inherit;
  font-size: .72rem;
  line-height: 1;
  text-transform: uppercase;
}

.mtr-nav-cta,
.mtr-whatsapp-button,
.mtr-wrap a.mtr-whatsapp-button {
  border-color: rgba(37, 211, 102, .68) !important;
  background: #25d366 !important;
  color: #082114 !important;
  box-shadow: 0 14px 34px rgba(37, 211, 102, .26) !important;
}

.mtr-nav-cta:hover,
.mtr-nav-cta:focus-visible,
.mtr-whatsapp-button:hover,
.mtr-whatsapp-button:focus-visible,
.mtr-wrap a.mtr-whatsapp-button:hover,
.mtr-wrap a.mtr-whatsapp-button:focus-visible {
  border-color: rgba(18, 140, 86, .74) !important;
  background: #128c56 !important;
  color: #fff !important;
  box-shadow: 0 18px 40px rgba(18, 140, 86, .32) !important;
}

.mtr-result-whatsapp {
  display: flex !important;
  width: 100%;
  margin-top: 18px;
  gap: 8px;
}

.mtr-result-whatsapp span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  border-radius: 999px;
  padding: 3px 8px;
  background: rgba(8, 33, 20, .14);
  color: inherit;
  font-size: .72rem;
  line-height: 1;
  text-transform: uppercase;
}

/* MTR header clean 1.4.4 */
.mtr-topbar .mtr-brand-mark,
.mtr-topbar .mtr-topbar-side span {
  display: none !important;
}

.mtr-topbar .mtr-brand-logo {
  height: 48px !important;
  max-width: 190px !important;
}

.mtr-topbar-side {
  min-width: auto !important;
  width: auto !important;
}

.mtr-post-page .mtr-topbar {
  width: 100% !important;
}

body.mtr-generated-template {
  margin: 0 !important;
  padding: 0 !important;
  background: #fbfaf7 !important;
}

body.mtr-generated-template .mtr-generated-main,
body.mtr-generated-template .mtr-post-page {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Real final LP palette lock v1.3.3 */
.mtr-wrap {
  --mtr-ink: #16242b !important;
  --mtr-blue: #1a3d72 !important;
  --mtr-blue-dk: #102347 !important;
  --mtr-amber: #d99125 !important;
  --mtr-amber-dk: #b87718 !important;
  --mtr-bg: #fbfaf7 !important;
  --mtr-tint: #f1efe8 !important;
  --mtr-surface: #ffffff !important;
  --mtr-line: #e4e0d6 !important;
  --mtr-muted: #5c6a6f !important;
  --mtr-on-dark: #eef3f2 !important;
  color: #16242b !important;
  background: #fbfaf7 !important;
}

.mtr-wrap :where(h1, h2, h3),
.mtr-page-hero h1,
.mtr-section-heading h2,
.mtr-card strong,
.mtr-profession-card strong,
.mtr-category-card strong,
.mtr-post-hero h1,
.mtr-post-aside a,
.mtr-document-grid span {
  color: #102347 !important;
}

.mtr-calculators-hub .mtr-hero h1,
.mtr-calculators-hub .mtr-hero h2,
.mtr-calc-sidebar h2,
.mtr-cta h2 {
  color: #eef3f2 !important;
}

.mtr-topbar {
  background: #1a3d72 !important;
  box-shadow: 0 16px 42px rgba(26, 61, 114, .18) !important;
}

.mtr-calculators-hub .mtr-hero {
  background:
    linear-gradient(145deg, rgba(16, 35, 71, .98), rgba(22, 36, 43, .96)),
    radial-gradient(circle at 70% 20%, rgba(217, 145, 37, .16), transparent 34%) !important;
}

.mtr-nav-cta,
.mtr-button {
  border-color: transparent !important;
  background:
    linear-gradient(#d99125, #d99125) padding-box,
    linear-gradient(115deg, rgba(217, 145, 37, .42), rgba(255, 255, 255, .72), rgba(26, 61, 114, .32)) border-box !important;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(217, 145, 37, .24) !important;
}

.mtr-button:hover,
.mtr-button:focus-visible,
.mtr-nav-cta:hover,
.mtr-nav-cta:focus-visible {
  background:
    linear-gradient(#b87718, #b87718) padding-box,
    linear-gradient(115deg, rgba(184, 119, 24, .5), rgba(255, 255, 255, .72), rgba(26, 61, 114, .38)) border-box !important;
  color: #fff !important;
}

.mtr-button-ghost {
  background: transparent !important;
  border-color: rgba(238, 243, 242, .62) !important;
  color: #fff !important;
}

.mtr-button-light {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(115deg, rgba(26, 61, 114, .18), rgba(217, 145, 37, .36)) border-box !important;
  color: #102347 !important;
  box-shadow: none !important;
}

.mtr-calculator-card,
.mtr-rights-hub .mtr-category-card,
.mtr-rights-hub .mtr-profession-card,
.mtr-post-card {
  border-color: #e4e0d6 !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(251, 250, 247, .94)) !important;
  box-shadow: 0 1px 0 rgba(26, 61, 114, .04) !important;
}

.mtr-calculator-card {
  border-width: 1px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(251, 250, 247, .94)) padding-box,
    conic-gradient(from var(--mtr-angle, 0deg), rgba(228, 224, 214, .9), rgba(217, 145, 37, .82), rgba(255, 255, 255, .96), rgba(26, 61, 114, .42), rgba(217, 145, 37, .82), rgba(228, 224, 214, .9)) border-box !important;
}

.mtr-calculator-card:hover,
.mtr-rights-hub .mtr-category-card:hover,
.mtr-rights-hub .mtr-profession-card:hover,
.mtr-post-card:hover {
  border-color: rgba(217, 145, 37, .6) !important;
  box-shadow: 0 22px 56px rgba(26, 61, 114, .12) !important;
}

.mtr-shimmer-card::before {
  inset: 1px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(251, 250, 247, .94)),
    linear-gradient(90deg, rgba(217, 145, 37, .08), transparent) !important;
}

.mtr-card-number {
  color: rgba(26, 61, 114, .1) !important;
}

.mtr-card-label,
.mtr-post-meta span {
  border-color: rgba(217, 145, 37, .16) !important;
  background: rgba(217, 145, 37, .14) !important;
  color: #b87718 !important;
}

.mtr-card-cta,
.mtr-leads-table th {
  background: #102347 !important;
  color: #fff !important;
}

.mtr-calc-sidebar {
  background:
    linear-gradient(160deg, #102347 0%, #1a3d72 100%) !important;
  box-shadow: 0 24px 64px rgba(26, 61, 114, .18) !important;
}

.mtr-calc-step-list li.is-active {
  border-color: rgba(217, 145, 37, .8) !important;
  background: rgba(217, 145, 37, .13) !important;
}

.mtr-calc-step-list li.is-active span,
.mtr-calc-step-list li.is-done span {
  background: #d99125 !important;
  color: #241600 !important;
}

.mtr-calc-progress span {
  background: linear-gradient(90deg, #d99125, #1a3d72) !important;
}

.mtr-calc-card,
.mtr-result-card,
.mtr-post-callout,
.mtr-post-card {
  background:
    linear-gradient(180deg, #fff 0%, #fbfaf7 100%) !important;
}

/* Absolute final LP palette lock v1.3.3 */
.mtr-wrap {
  --mtr-ink: #16242b;
  --mtr-blue: #1a3d72;
  --mtr-blue-dk: #102347;
  --mtr-amber: #d99125;
  --mtr-amber-dk: #b87718;
  --mtr-bg: #fbfaf7;
  --mtr-tint: #f1efe8;
  --mtr-surface: #ffffff;
  --mtr-line: #e4e0d6;
  --mtr-muted: #5c6a6f;
  --mtr-on-dark: #eef3f2;
  color: var(--mtr-ink);
  background: var(--mtr-bg);
}

.mtr-wrap :where(h1, h2, h3),
.mtr-page-hero h1,
.mtr-section-heading h2,
.mtr-card strong,
.mtr-profession-card strong,
.mtr-category-card strong,
.mtr-post-hero h1,
.mtr-post-aside a,
.mtr-document-grid span {
  color: var(--mtr-blue-dk);
}

.mtr-topbar {
  background: var(--mtr-blue);
  box-shadow: 0 16px 42px rgba(26, 61, 114, .18);
}

.mtr-calculators-hub .mtr-hero {
  background:
    linear-gradient(145deg, rgba(16, 35, 71, .98), rgba(22, 36, 43, .96)),
    radial-gradient(circle at 70% 20%, rgba(217, 145, 37, .16), transparent 34%);
}

.mtr-nav-cta,
.mtr-button {
  border-color: transparent;
  background:
    linear-gradient(var(--mtr-amber), var(--mtr-amber)) padding-box,
    linear-gradient(115deg, rgba(217, 145, 37, .42), rgba(255, 255, 255, .72), rgba(26, 61, 114, .32)) border-box;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(217, 145, 37, .24);
}

.mtr-button:hover,
.mtr-button:focus-visible,
.mtr-nav-cta:hover,
.mtr-nav-cta:focus-visible {
  background:
    linear-gradient(var(--mtr-amber-dk), var(--mtr-amber-dk)) padding-box,
    linear-gradient(115deg, rgba(184, 119, 24, .5), rgba(255, 255, 255, .72), rgba(26, 61, 114, .38)) border-box;
  color: #fff !important;
}

.mtr-button-ghost {
  background: transparent;
  border-color: rgba(238, 243, 242, .62);
  color: #fff !important;
}

.mtr-button-light {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(115deg, rgba(26, 61, 114, .18), rgba(217, 145, 37, .36)) border-box;
  color: var(--mtr-blue-dk) !important;
  box-shadow: none;
}

.mtr-calculator-card,
.mtr-rights-hub .mtr-category-card,
.mtr-rights-hub .mtr-profession-card,
.mtr-post-card {
  border-color: var(--mtr-line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(251, 250, 247, .94));
  box-shadow: 0 1px 0 rgba(26, 61, 114, .04);
}

.mtr-calculator-card {
  border-width: 1px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(251, 250, 247, .94)) padding-box,
    conic-gradient(from var(--mtr-angle, 0deg), rgba(228, 224, 214, .9), rgba(217, 145, 37, .82), rgba(255, 255, 255, .96), rgba(26, 61, 114, .42), rgba(217, 145, 37, .82), rgba(228, 224, 214, .9)) border-box;
}

.mtr-calculator-card:hover,
.mtr-rights-hub .mtr-category-card:hover,
.mtr-rights-hub .mtr-profession-card:hover,
.mtr-post-card:hover {
  border-color: rgba(217, 145, 37, .6);
  box-shadow: 0 22px 56px rgba(26, 61, 114, .12);
}

.mtr-shimmer-card::before {
  inset: 1px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(251, 250, 247, .94)),
    linear-gradient(90deg, rgba(217, 145, 37, .08), transparent);
}

.mtr-card-number {
  color: rgba(26, 61, 114, .1) !important;
}

.mtr-card-label,
.mtr-post-meta span {
  border-color: rgba(217, 145, 37, .16);
  background: rgba(217, 145, 37, .14);
  color: var(--mtr-amber-dk) !important;
}

.mtr-card-cta,
.mtr-leads-table th {
  background: var(--mtr-blue-dk);
  color: #fff;
}

.mtr-calc-sidebar {
  background:
    linear-gradient(160deg, var(--mtr-blue-dk) 0%, var(--mtr-blue) 100%);
  box-shadow: 0 24px 64px rgba(26, 61, 114, .18);
}

.mtr-calc-step-list li.is-active {
  border-color: rgba(217, 145, 37, .8);
  background: rgba(217, 145, 37, .13);
}

.mtr-calc-step-list li.is-active span,
.mtr-calc-step-list li.is-done span {
  background: var(--mtr-amber);
  color: #241600;
}

.mtr-calc-progress span {
  background: linear-gradient(90deg, var(--mtr-amber), var(--mtr-blue));
}

.mtr-calc-card,
.mtr-result-card,
.mtr-post-callout,
.mtr-post-card {
  background:
    linear-gradient(180deg, #fff 0%, var(--mtr-bg) 100%);
}

/* Calculator wizard and profession blue reset v1.3.2 */
.mtr-step-panel[hidden] {
  display: none !important;
}

.mtr-step-panel h2 {
  margin-top: 0;
}

.mtr-step-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.mtr-button-light {
  border-color: rgba(26, 61, 114, .18);
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(115deg, rgba(26, 61, 114, .12), rgba(217, 145, 37, .35)) border-box;
  color: #102347 !important;
  box-shadow: none;
}

.mtr-button-light:hover,
.mtr-button-light:focus-visible {
  background:
    linear-gradient(#fbfaf7, #fbfaf7) padding-box,
    linear-gradient(115deg, rgba(26, 61, 114, .16), rgba(217, 145, 37, .5)) border-box;
  color: #102347 !important;
}

.mtr-rights-hub,
.mtr-profession-page {
  --mtr-blue: #1a3d72;
  --mtr-blue-dk: #102347;
  --mtr-ink: #16242b;
  --mtr-line: rgba(26, 61, 114, .16);
}

.mtr-rights-hub .mtr-page-hero h1,
.mtr-profession-page .mtr-page-hero h1,
.mtr-rights-hub .mtr-category-card strong,
.mtr-rights-hub .mtr-profession-card strong,
.mtr-profession-page h1,
.mtr-profession-page h2 {
  color: #102347;
}

.mtr-rights-hub .mtr-category-card,
.mtr-rights-hub .mtr-profession-card {
  border-color: rgba(26, 61, 114, .18);
  background:
    linear-gradient(145deg, #fff 0%, #fbfaf7 100%);
  box-shadow: 0 1px 0 rgba(26, 61, 114, .04);
}

.mtr-rights-hub .mtr-category-card:hover,
.mtr-rights-hub .mtr-profession-card:hover {
  border-color: rgba(26, 61, 114, .52);
  box-shadow: 0 20px 48px rgba(26, 61, 114, .12);
}

.mtr-rights-hub .mtr-category-card span,
.mtr-rights-hub .mtr-profession-card span {
  color: #5c6a6f;
}

.mtr-rights-hub .mtr-filterbar {
  border-color: rgba(26, 61, 114, .16);
}

.mtr-rights-hub .mtr-kicker,
.mtr-profession-page .mtr-kicker {
  color: #d99125;
}

/* LP original palette lock v1.3.3 */
.mtr-wrap {
  --mtr-ink: #16242b;
  --mtr-blue: #1a3d72;
  --mtr-blue-dk: #102347;
  --mtr-amber: #d99125;
  --mtr-amber-dk: #b87718;
  --mtr-bg: #fbfaf7;
  --mtr-tint: #f1efe8;
  --mtr-surface: #ffffff;
  --mtr-line: #e4e0d6;
  --mtr-muted: #5c6a6f;
  --mtr-on-dark: #eef3f2;
  color: var(--mtr-ink);
  background: var(--mtr-bg);
}

.mtr-wrap :where(h1, h2, h3),
.mtr-page-hero h1,
.mtr-section-heading h2,
.mtr-card strong,
.mtr-profession-card strong,
.mtr-category-card strong,
.mtr-post-hero h1,
.mtr-post-aside a,
.mtr-document-grid span {
  color: var(--mtr-blue-dk);
}

.mtr-topbar {
  background: var(--mtr-blue);
  box-shadow: 0 16px 42px rgba(26, 61, 114, .18);
}

.mtr-topbar .mtr-brand-mark {
  border-color: rgba(217, 145, 37, .68);
  box-shadow: 0 0 0 4px rgba(217, 145, 37, .08);
}

.mtr-nav a:hover,
.mtr-nav a:focus-visible {
  background: rgba(255, 255, 255, .1);
}

.mtr-nav-cta,
.mtr-button {
  border-color: transparent;
  background:
    linear-gradient(var(--mtr-amber), var(--mtr-amber)) padding-box,
    linear-gradient(115deg, rgba(217, 145, 37, .42), rgba(255, 255, 255, .72), rgba(26, 61, 114, .32)) border-box;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(217, 145, 37, .24);
}

.mtr-button:hover,
.mtr-button:focus-visible,
.mtr-nav-cta:hover,
.mtr-nav-cta:focus-visible {
  background:
    linear-gradient(var(--mtr-amber-dk), var(--mtr-amber-dk)) padding-box,
    linear-gradient(115deg, rgba(184, 119, 24, .5), rgba(255, 255, 255, .72), rgba(26, 61, 114, .38)) border-box;
  color: #fff !important;
}

.mtr-button-ghost {
  background: transparent;
  border-color: rgba(238, 243, 242, .62);
  color: #fff !important;
}

.mtr-button-ghost:hover,
.mtr-button-ghost:focus-visible {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(238, 243, 242, .9);
}

.mtr-button-light {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(115deg, rgba(26, 61, 114, .18), rgba(217, 145, 37, .36)) border-box;
  color: var(--mtr-blue-dk) !important;
  box-shadow: none;
}

.mtr-calculators-hub .mtr-hero {
  background:
    linear-gradient(145deg, rgba(16, 35, 71, .98), rgba(22, 36, 43, .96)),
    radial-gradient(circle at 70% 20%, rgba(217, 145, 37, .16), transparent 34%);
}

.mtr-calculator-card,
.mtr-rights-hub .mtr-category-card,
.mtr-rights-hub .mtr-profession-card,
.mtr-post-card {
  border-color: var(--mtr-line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(251, 250, 247, .94));
  box-shadow: 0 1px 0 rgba(26, 61, 114, .04);
}

.mtr-calculator-card {
  border-width: 1px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(251, 250, 247, .94)) padding-box,
    conic-gradient(from var(--mtr-angle, 0deg), rgba(228, 224, 214, .9), rgba(217, 145, 37, .82), rgba(255, 255, 255, .96), rgba(26, 61, 114, .42), rgba(217, 145, 37, .82), rgba(228, 224, 214, .9)) border-box;
}

.mtr-shimmer-card::before {
  inset: 1px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(251, 250, 247, .94)),
    linear-gradient(90deg, rgba(217, 145, 37, .08), transparent);
}

.mtr-shimmer-card::after {
  background: linear-gradient(110deg, transparent 0 34%, rgba(255, 255, 255, .82) 49%, transparent 64%);
}

.mtr-calculator-card:hover,
.mtr-rights-hub .mtr-category-card:hover,
.mtr-rights-hub .mtr-profession-card:hover,
.mtr-post-card:hover {
  border-color: rgba(217, 145, 37, .6);
  box-shadow: 0 22px 56px rgba(26, 61, 114, .12);
}

.mtr-card-number {
  color: rgba(26, 61, 114, .1) !important;
}

.mtr-card-label,
.mtr-post-meta span {
  border-color: rgba(217, 145, 37, .16);
  background: rgba(217, 145, 37, .14);
  color: var(--mtr-amber-dk) !important;
}

.mtr-card-cta {
  background: var(--mtr-blue-dk);
  color: #fff;
}

.mtr-calc-sidebar {
  background:
    linear-gradient(160deg, var(--mtr-blue-dk) 0%, var(--mtr-blue) 100%);
  box-shadow: 0 24px 64px rgba(26, 61, 114, .18);
}

.mtr-calc-step-list li.is-active {
  border-color: rgba(217, 145, 37, .8);
  background: rgba(217, 145, 37, .13);
}

.mtr-calc-step-list li.is-active span,
.mtr-calc-step-list li.is-done span {
  background: var(--mtr-amber);
  color: #241600;
}

.mtr-calc-progress span {
  background: linear-gradient(90deg, var(--mtr-amber), var(--mtr-blue));
}

.mtr-calc-card,
.mtr-result-card,
.mtr-post-callout {
  background:
    linear-gradient(180deg, #fff 0%, var(--mtr-bg) 100%);
}

.mtr-leads-table th {
  background: var(--mtr-blue);
}

.mtr-post-meta span,
.mtr-card-label {
  border: 1px solid rgba(217, 145, 37, .14);
}

/* Identity refresh v1.3 */
.mtr-wrap {
  --mtr-ink: #16242b;
  --mtr-blue: #1a3d72;
  --mtr-blue-dk: #102347;
  --mtr-amber: #d99125;
  --mtr-amber-dk: #b87718;
  --mtr-wine: #1a3d72;
  --mtr-bg: #fbfaf7;
  --mtr-tint: #f1efe8;
  --mtr-surface: #fff;
  --mtr-line: rgba(26, 61, 114, .14);
  background:
    linear-gradient(180deg, #fbfaf7 0%, #fff 28%, #f1efe8 100%);
}

.mtr-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: 82px;
  padding: 14px max(22px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  background: rgba(26, 61, 114, .96);
  box-shadow: 0 16px 42px rgba(8, 20, 39, .18);
  backdrop-filter: blur(16px);
}

.mtr-brand {
  gap: 12px;
  min-width: 210px;
  text-decoration: none;
}

.mtr-topbar .mtr-brand-mark {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(217, 145, 37, .55);
  border-radius: 50%;
  padding: 5px;
  background: #fbfaf7;
  object-fit: contain;
}

.mtr-topbar .mtr-brand-logo {
  width: auto;
  max-width: 176px;
  height: 42px;
  object-fit: contain;
}

.mtr-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
}

.mtr-nav a {
  border-radius: 999px;
  padding: 10px 12px;
  color: rgba(255, 255, 255, .84) !important;
  font-size: .88rem;
  font-weight: 650;
  text-decoration: none;
  transition: background-color .28s var(--mtr-ease), color .28s var(--mtr-ease);
}

.mtr-nav a:hover,
.mtr-nav a:focus-visible {
  background: rgba(255, 255, 255, .09);
  color: #fff !important;
  outline: 0;
}

.mtr-topbar-side {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
  justify-content: flex-end;
}

.mtr-topbar .mtr-topbar-side span {
  color: rgba(255, 255, 255, .62);
  font-size: .72rem;
  line-height: 1.15;
  text-align: right;
}

.mtr-nav-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(217, 145, 37, .58);
  border-radius: 999px;
  padding: 10px 15px;
  background: #d99125;
  color: #171008 !important;
  font-size: .86rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(217, 145, 37, .24);
}

.mtr-nav-cta::after,
.mtr-button::after {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(110deg, transparent 0 36%, rgba(255, 255, 255, .78) 48%, transparent 60%);
  transform: translateX(-130%);
  animation: mtr-shimmer-sweep 3.4s linear infinite;
  pointer-events: none;
}

.mtr-button {
  position: relative;
  overflow: hidden;
  border-color: transparent;
  background:
    linear-gradient(#d99125, #d99125) padding-box,
    linear-gradient(115deg, rgba(217, 145, 37, .4), rgba(255, 255, 255, .75), rgba(26, 61, 114, .36)) border-box;
  color: #171008 !important;
  box-shadow: 0 14px 34px rgba(184, 119, 24, .2);
}

.mtr-button:hover,
.mtr-button:focus-visible {
  border-color: transparent;
  background:
    linear-gradient(#b87718, #b87718) padding-box,
    linear-gradient(115deg, rgba(217, 145, 37, .45), rgba(255, 255, 255, .8), rgba(26, 61, 114, .4)) border-box;
  outline: 0;
  box-shadow: 0 18px 38px rgba(184, 119, 24, .28);
}

.mtr-button-ghost {
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .42);
  color: #fff !important;
}

.mtr-button-ghost:hover,
.mtr-button-ghost:focus-visible {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(217, 145, 37, .66);
}

.mtr-calculators-hub .mtr-hero {
  background:
    linear-gradient(135deg, rgba(16, 35, 71, .98), rgba(22, 36, 43, .96)),
    linear-gradient(90deg, rgba(217, 145, 37, .12), transparent 44%, rgba(26, 61, 114, .12));
}

.mtr-section-heading,
.mtr-calculator-showcase,
.mtr-calc-shell,
.mtr-post-hero,
.mtr-post-layout,
.mtr-leads-page .mtr-panel {
  width: min(1120px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.mtr-calculator-showcase {
  padding: 82px 0 18px;
}

.mtr-section-heading {
  margin-bottom: 28px;
}

.mtr-section-heading h2 {
  max-width: 720px;
  margin: 0 0 12px;
  color: var(--mtr-blue-dk);
}

.mtr-section-heading p:last-child {
  max-width: 760px;
  font-size: 1.04rem;
}

.mtr-calculator-showcase .mtr-card-grid {
  width: 100%;
  padding: 0;
  perspective: 1100px;
}

.mtr-calculator-card {
  position: relative;
  min-height: 278px;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 18px;
  padding: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(251, 250, 247, .94)) padding-box,
    conic-gradient(from var(--mtr-angle, 0deg), rgba(217, 145, 37, .18), rgba(217, 145, 37, .95), rgba(255, 255, 255, .85), rgba(26, 61, 114, .52), rgba(217, 145, 37, .18)) border-box;
  box-shadow: 0 22px 56px rgba(26, 61, 114, .1);
  transform-style: preserve-3d;
  will-change: transform;
}

.mtr-shimmer-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(241, 239, 232, .9)),
    linear-gradient(90deg, rgba(217, 145, 37, .08), transparent);
}

.mtr-shimmer-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent 0 35%, rgba(255, 255, 255, .76) 49%, transparent 63%);
  transform: translateX(-140%);
  animation: mtr-shimmer-sweep 3.8s ease-in-out infinite;
  pointer-events: none;
}

.mtr-shimmer-card > * {
  position: relative;
  z-index: 1;
  transition: transform .18s ease-out;
}

.mtr-calculator-card:hover {
  border-color: transparent;
  box-shadow: 0 30px 76px rgba(26, 61, 114, .16);
}

.mtr-card-number {
  position: absolute !important;
  top: 22px;
  right: 24px;
  color: rgba(24, 53, 95, .12) !important;
  font-family: "Fraunces", Georgia, serif;
  font-size: 4.4rem;
  font-weight: 750;
  line-height: .8;
}

.mtr-card-label {
  width: max-content;
  max-width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(217, 145, 37, .15);
  color: #b87718 !important;
  line-height: 1;
}

.mtr-card-cta {
  width: fit-content;
  margin-top: auto;
  border-radius: 999px;
  padding: 11px 14px;
  background: #102347;
  color: #fff;
  font-size: .84rem;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(26, 61, 114, .18);
}

.mtr-post-card {
  min-height: 238px;
  border-color: rgba(217, 145, 37, .28);
  background:
    linear-gradient(145deg, #fff, #fbfaf7);
}

.mtr-calculator {
  padding-bottom: 38px;
}

.mtr-calc-shell {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 54px;
}

.mtr-calc-sidebar {
  position: sticky;
  top: 104px;
  align-self: start;
  min-height: 540px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  padding: 30px;
  background:
    linear-gradient(160deg, #102347 0%, #16242b 100%);
  box-shadow: 0 24px 64px rgba(26, 61, 114, .18);
}

.mtr-calc-sidebar h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
}

.mtr-calc-sidebar p {
  color: rgba(255, 255, 255, .72);
}

.mtr-calc-step-list {
  display: grid;
  gap: 12px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.mtr-calc-step-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 2px 12px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, .05);
}

.mtr-calc-step-list span {
  display: grid;
  grid-row: span 2;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .09);
  color: #fff;
  font-weight: 800;
}

.mtr-calc-step-list strong {
  color: #fff;
  line-height: 1.1;
}

.mtr-calc-step-list small {
  color: rgba(255, 255, 255, .62);
}

.mtr-calc-step-list li.is-active {
  border-color: rgba(217, 145, 37, .76);
  background: rgba(217, 145, 37, .13);
}

.mtr-calc-step-list li.is-active span,
.mtr-calc-step-list li.is-done span {
  background: #d99125;
  color: #1b1308;
}

.mtr-calc-disclaimer {
  margin: auto 0 0;
  border-top: 1px solid rgba(255, 255, 255, .11);
  padding-top: 18px;
  font-size: .9rem !important;
}

.mtr-calc-workspace {
  min-width: 0;
}

.mtr-calc-progress {
  height: 8px;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(26, 61, 114, .12);
}

.mtr-calc-progress span {
  display: block;
  width: 18%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #d99125, #1a3d72);
  transition: width .45s var(--mtr-ease);
}

.mtr-calc-card {
  width: 100%;
  margin: 0;
  border-radius: 18px;
  background:
    linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
  box-shadow: 0 26px 68px rgba(26, 61, 114, .12);
}

.mtr-calc-card .mtr-button {
  margin-top: 4px;
}

.mtr-calc-card .mtr-gate-form > label {
  margin-bottom: 16px;
}

.mtr-result-card {
  border-color: rgba(217, 145, 37, .32);
  background:
    linear-gradient(180deg, #fff 0%, #f1efe8 100%);
}

.mtr-post-page {
  background:
    linear-gradient(180deg, #fbfaf7 0%, #fff 38%, #f1efe8 100%);
}

.mtr-post-hero {
  padding: 74px 0 48px;
  border-bottom: 1px solid rgba(26, 61, 114, .12);
}

.mtr-post-hero h1 {
  color: var(--mtr-blue-dk);
}

.mtr-post-hero p {
  max-width: 800px;
  font-size: 1.1rem;
}

.mtr-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.mtr-post-meta span {
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(217, 145, 37, .14);
  color: #b87718;
  font-size: .86rem;
  font-weight: 750;
}

.mtr-post-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 40px;
  padding: 54px 0 84px;
}

.mtr-post-aside {
  position: sticky;
  top: 112px;
  align-self: start;
  border: 1px solid var(--mtr-line);
  border-radius: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, .82);
}

.mtr-post-aside a {
  display: block;
  border-radius: 10px;
  padding: 10px 0;
  color: var(--mtr-blue-dk);
  font-weight: 700;
  text-decoration: none;
}

.mtr-post-callout {
  border: 1px solid rgba(217, 145, 37, .3);
  border-radius: 18px;
  padding: 24px;
  background: #fff8ea;
}

.mtr-document-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mtr-document-grid span {
  border: 1px solid rgba(26, 61, 114, .12);
  border-radius: 12px;
  padding: 14px;
  background: #fff;
  color: var(--mtr-blue-dk);
  font-weight: 750;
}

.mtr-leads-page .mtr-panel {
  margin-bottom: 28px;
}

.mtr-login-panel {
  max-width: 720px;
}

.mtr-table-wrap {
  width: 100%;
  overflow: auto;
  border: 1px solid var(--mtr-line);
  border-radius: 14px;
}

.mtr-leads-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  background: #fff;
}

.mtr-leads-table th,
.mtr-leads-table td {
  border-bottom: 1px solid rgba(26, 61, 114, .1);
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}

.mtr-leads-table th {
  background: #102347;
  color: #fff;
  font-size: .82rem;
  text-transform: uppercase;
}

@keyframes mtr-shimmer-sweep {
  0% {
    transform: translateX(-140%);
  }
  54%,
  100% {
    transform: translateX(140%);
  }
}

@property --mtr-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.mtr-shimmer-card {
  animation: mtr-border-spin 7s linear infinite;
}

@keyframes mtr-border-spin {
  to {
    --mtr-angle: 360deg;
  }
}

@media (max-width: 1080px) {
  .mtr-topbar {
    flex-wrap: wrap;
    justify-content: center;
  }

  .mtr-brand,
  .mtr-topbar-side {
    min-width: 0;
  }

  .mtr-nav {
    order: 3;
    width: 100%;
    flex-wrap: wrap;
  }

  .mtr-calc-shell,
  .mtr-post-layout {
    grid-template-columns: 1fr;
  }

  .mtr-calc-sidebar,
  .mtr-post-aside {
    position: static;
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .mtr-section-heading,
  .mtr-calculator-showcase,
  .mtr-calc-shell,
  .mtr-post-hero,
  .mtr-post-layout,
  .mtr-leads-page .mtr-panel {
    width: min(100% - 28px, 1120px);
  }

  .mtr-topbar {
    gap: 12px;
    min-height: auto;
    padding: 12px 14px;
  }

  .mtr-topbar span,
  .mtr-topbar .mtr-topbar-side span {
    display: block;
  }

  .mtr-topbar .mtr-brand-logo {
    height: 34px;
    max-width: 150px;
  }

  .mtr-topbar .mtr-brand-mark {
    width: 32px;
    height: 32px;
  }

  .mtr-nav a {
    padding: 9px 10px;
    font-size: .82rem;
  }

  .mtr-topbar-side {
    width: 100%;
    justify-content: center;
  }

  .mtr-calculator-showcase {
    padding-top: 56px;
  }

  .mtr-calculator-card {
    min-height: 250px;
    padding: 24px;
  }

  .mtr-card-number {
    top: 18px;
    right: 18px;
    font-size: 3.3rem;
  }

  .mtr-calc-sidebar,
  .mtr-calc-card {
    padding: 24px;
  }

  .mtr-document-grid {
    grid-template-columns: 1fr;
  }
}

/* Final palette from original LP v1.3.3 */
.mtr-wrap {
  --mtr-ink: #16242b !important;
  --mtr-blue: #1a3d72 !important;
  --mtr-blue-dk: #102347 !important;
  --mtr-amber: #d99125 !important;
  --mtr-amber-dk: #b87718 !important;
  --mtr-bg: #fbfaf7 !important;
  --mtr-tint: #f1efe8 !important;
  --mtr-surface: #ffffff !important;
  --mtr-line: #e4e0d6 !important;
  --mtr-muted: #5c6a6f !important;
  --mtr-on-dark: #eef3f2 !important;
  color: #16242b !important;
  background: #fbfaf7 !important;
}

.mtr-wrap :where(h1, h2, h3),
.mtr-page-hero h1,
.mtr-section-heading h2,
.mtr-card strong,
.mtr-profession-card strong,
.mtr-category-card strong,
.mtr-post-hero h1,
.mtr-post-aside a,
.mtr-document-grid span {
  color: #102347 !important;
}

.mtr-calculators-hub .mtr-hero h1,
.mtr-calculators-hub .mtr-hero h2,
.mtr-calc-sidebar h2,
.mtr-cta h2 {
  color: #eef3f2 !important;
}

.mtr-topbar {
  background: #1a3d72 !important;
  box-shadow: 0 16px 42px rgba(26, 61, 114, .18) !important;
}

.mtr-calculators-hub .mtr-hero {
  background:
    linear-gradient(145deg, rgba(16, 35, 71, .98), rgba(22, 36, 43, .96)),
    radial-gradient(circle at 70% 20%, rgba(217, 145, 37, .16), transparent 34%) !important;
}

.mtr-nav-cta,
.mtr-button {
  border-color: transparent !important;
  background:
    linear-gradient(#d99125, #d99125) padding-box,
    linear-gradient(115deg, rgba(217, 145, 37, .42), rgba(255, 255, 255, .72), rgba(26, 61, 114, .32)) border-box !important;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(217, 145, 37, .24) !important;
}

.mtr-button:hover,
.mtr-button:focus-visible,
.mtr-nav-cta:hover,
.mtr-nav-cta:focus-visible {
  background:
    linear-gradient(#b87718, #b87718) padding-box,
    linear-gradient(115deg, rgba(184, 119, 24, .5), rgba(255, 255, 255, .72), rgba(26, 61, 114, .38)) border-box !important;
  color: #fff !important;
}

.mtr-button-ghost {
  background: transparent !important;
  border-color: rgba(238, 243, 242, .62) !important;
  color: #fff !important;
}

.mtr-button-light {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(115deg, rgba(26, 61, 114, .18), rgba(217, 145, 37, .36)) border-box !important;
  color: #102347 !important;
  box-shadow: none !important;
}

.mtr-calculator-card,
.mtr-rights-hub .mtr-category-card,
.mtr-rights-hub .mtr-profession-card,
.mtr-post-card {
  border-color: #e4e0d6 !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(251, 250, 247, .94)) !important;
  box-shadow: 0 1px 0 rgba(26, 61, 114, .04) !important;
}

.mtr-calculator-card {
  border-width: 1px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(251, 250, 247, .94)) padding-box,
    conic-gradient(from var(--mtr-angle, 0deg), rgba(228, 224, 214, .9), rgba(217, 145, 37, .82), rgba(255, 255, 255, .96), rgba(26, 61, 114, .42), rgba(217, 145, 37, .82), rgba(228, 224, 214, .9)) border-box !important;
}

.mtr-calculator-card:hover,
.mtr-rights-hub .mtr-category-card:hover,
.mtr-rights-hub .mtr-profession-card:hover,
.mtr-post-card:hover {
  border-color: rgba(217, 145, 37, .6) !important;
  box-shadow: 0 22px 56px rgba(26, 61, 114, .12) !important;
}

.mtr-shimmer-card::before {
  inset: 1px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(251, 250, 247, .94)),
    linear-gradient(90deg, rgba(217, 145, 37, .08), transparent) !important;
}

.mtr-card-number {
  color: rgba(26, 61, 114, .1) !important;
}

.mtr-card-label,
.mtr-post-meta span {
  border-color: rgba(217, 145, 37, .16) !important;
  background: rgba(217, 145, 37, .14) !important;
  color: #b87718 !important;
}

.mtr-card-cta,
.mtr-leads-table th {
  background: #102347 !important;
  color: #fff !important;
}

.mtr-calc-sidebar {
  background:
    linear-gradient(160deg, #102347 0%, #1a3d72 100%) !important;
  box-shadow: 0 24px 64px rgba(26, 61, 114, .18) !important;
}

.mtr-calc-step-list li.is-active {
  border-color: rgba(217, 145, 37, .8) !important;
  background: rgba(217, 145, 37, .13) !important;
}

.mtr-calc-step-list li.is-active span,
.mtr-calc-step-list li.is-done span {
  background: #d99125 !important;
  color: #241600 !important;
}

.mtr-calc-progress span {
  background: linear-gradient(90deg, #d99125, #1a3d72) !important;
}

.mtr-calc-card,
.mtr-result-card,
.mtr-post-callout,
.mtr-post-card {
  background:
    linear-gradient(180deg, #fff 0%, #fbfaf7 100%) !important;
}

/* WhatsApp final overrides: keep Wpp buttons green over older duplicated theme blocks. */
.mtr-nav-cta,
.mtr-whatsapp-button,
.mtr-wrap a.mtr-whatsapp-button {
  border-color: rgba(37, 211, 102, .68) !important;
  background: #25d366 !important;
  color: #082114 !important;
  box-shadow: 0 14px 34px rgba(37, 211, 102, .26) !important;
}

.mtr-nav-cta:hover,
.mtr-nav-cta:focus-visible,
.mtr-whatsapp-button:hover,
.mtr-whatsapp-button:focus-visible,
.mtr-wrap a.mtr-whatsapp-button:hover,
.mtr-wrap a.mtr-whatsapp-button:focus-visible {
  border-color: rgba(18, 140, 86, .74) !important;
  background: #128c56 !important;
  color: #fff !important;
  box-shadow: 0 18px 40px rgba(18, 140, 86, .32) !important;
}

.mtr-result-whatsapp {
  display: flex !important;
  width: 100%;
  margin-top: 18px;
  gap: 8px;
}

.mtr-result-whatsapp span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  border-radius: 999px;
  padding: 3px 8px;
  background: rgba(8, 33, 20, .14);
  color: inherit;
  font-size: .72rem;
  line-height: 1;
  text-transform: uppercase;
}
