.mtdnf-section {
  padding: 84px 0;
}

.mtdnf-dark {
  background: var(--mtdnf-black);
  color: #fff;
}

.mtdnf-heading {
  max-width: 940px;
  margin: 0;
  font-size: clamp(39px, 5.2vw, 68px);
  font-weight: 900;
  line-height: .97;
  letter-spacing: -.052em;
}

.mtdnf-intro {
  max-width: 830px;
  margin: 19px 0 0;
  color: var(--mtdnf-muted);
  font-size: 18px;
  line-height: 1.58;
}

.mtdnf-dark .mtdnf-intro {
  color: #c8ccc6;
}

.mtdnf-proof {
  padding: 0 0 24px;
  background: var(--mtdnf-black);
  color: #fff;
}

.mtdnf-proof-inner {
  display: grid;
  padding: 18px 21px;
  grid-template-columns: 1fr auto;
  gap: 14px 26px;
  align-items: center;
  border: 1px solid rgba(184, 239, 0, .35);
  border-radius: var(--mtd-nf-card-radius);
  background: rgba(0, 0, 0, .46);
}

.mtdnf-google-proof {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 11px;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
  text-decoration: none;
}

.mtdnf-google-proof > span:first-child {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #1769aa;
  font-size: 18px;
}

.mtdnf-payments {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}

.mtdnf-payments img {
  display: block;
  width: auto;
  height: 31px;
  padding: 3px 5px;
  border-radius: 5px;
  background: #fff;
  object-fit: contain;
}

.mtdnf-proof ul {
  display: grid;
  margin: 0;
  padding: 14px 0 0;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  list-style: none;
}

.mtdnf-proof li {
  padding-left: 13px;
  border-left: 3px solid var(--mtdnf-lime);
  color: #d7dad6;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.mtdnf-repair-grid {
  display: grid;
  margin-top: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mtdnf-repair-card {
  overflow: hidden;
  border: 1px solid var(--mtdnf-line);
  border-radius: var(--mtd-nf-card-radius);
  background: #fff;
}

.mtdnf-repair-card img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.mtdnf-repair-card > div {
  padding: 24px;
}

.mtdnf-repair-card h3 {
  margin: 0 0 9px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

.mtdnf-repair-card p {
  margin: 0;
  color: #565b55;
  font-size: 17px;
  line-height: 1.55;
}

.mtdnf-repair-card a {
  display: inline-flex;
  min-height: 52px;
  margin-top: 14px;
  align-items: center;
  padding: 8px 12px;
  border: 2px solid #242824;
  border-radius: var(--mtd-nf-control-radius);
  color: #242824;
  font-size: var(--mtd-cta-font-size);
  font-weight: var(--mtd-cta-font-weight);
  line-height: var(--mtd-cta-line-height);
  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: break-word;
}

.mtdnf-gallery-section {
  border-block: 1px solid var(--mtdnf-line);
  background: #ebe7de;
}

.mtdnf-gallery-grid {
  display: grid;
  max-width: 820px;
  margin-top: 32px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mtdnf-gallery-grid > :only-child {
  grid-column: 1 / -1;
  max-width: 720px;
}

.mtdnf-gallery-card {
  overflow: hidden;
  border: 1px solid var(--mtdnf-line);
  border-radius: var(--mtd-nf-card-radius);
  background: #fff;
}

.mtdnf-gallery-card > div:last-child {
  padding: 24px;
}

.mtdnf-gallery-card h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
}

.mtdnf-gallery-card p {
  margin: 9px 0 0;
  color: #565b55;
  font-size: 17px;
  line-height: 1.58;
}

.mtdnf-gallery-card .mtdnf-gallery-city {
  color: #242824;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.mtdnf-compare {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #c9ccc7;
}

.mtdnf-compare-layer {
  position: absolute;
  inset: 0;
}

.mtdnf-compare-layer img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mtdnf-compare-layer span {
  position: absolute;
  top: 11px;
  padding: 6px 9px;
  border-radius: 4px;
  background: rgba(0, 0, 0, .75);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mtdnf-compare-before span { left: 11px; }
.mtdnf-compare-after {
  clip-path: inset(0 calc(100% - var(--mtdnf-compare)) 0 0);
}
.mtdnf-compare-after span { right: 11px; }

.mtdnf-compare input[type="range"] {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: .001;
  cursor: ew-resize;
}

.mtdnf-compare:focus-within {
  outline: 4px solid #1b5fc1;
  outline-offset: -4px;
}

.mtdnf-compare-handle {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: var(--mtdnf-compare);
  width: 3px;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .45);
}

.mtdnf-compare-handle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #111;
  color: #fff;
  content: "↔";
}

.mtdnf-services-section {
  background: #fff;
}

.mtdnf-service-grid {
  display: grid;
  margin-top: 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mtdnf-service-card {
  min-height: 420px;
  padding: 34px;
  border: 1px solid #303430;
  border-radius: var(--mtd-nf-card-radius);
  background: linear-gradient(135deg, #070808, #181b18);
  color: #fff;
}

.mtdnf-service-card h3 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.045em;
}

.mtdnf-service-card p:not(.mtdnf-kicker) {
  margin: 17px 0 0;
  color: #d8dcd6;
  font-size: 17px;
  line-height: 1.58;
}

.mtdnf-service-card ul {
  display: grid;
  margin: 24px 0 0;
  padding: 0;
  gap: 9px;
  list-style: none;
}

.mtdnf-service-card li {
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-left: 4px solid var(--mtdnf-lime);
  border-radius: 5px;
  background: rgba(0, 0, 0, .35);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.4;
}

.mtdnf-services-section > .mtdnf-wrap > .mtdnf-actions {
  margin-top: 22px;
}

.mtdnf-human-proof {
  background: var(--mtdnf-paper);
}

.mtdnf-human-grid {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: 42px;
  align-items: stretch;
}

.mtdnf-operational-mark {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  border-radius: var(--mtd-nf-card-radius);
  background: radial-gradient(circle at 75% 18%, rgba(184,239,0,.24), transparent 34%), linear-gradient(145deg, #080909, #1b1f1b);
  color: #fff;
}

.mtdnf-operational-mark span {
  color: var(--mtdnf-lime);
  font-size: clamp(40px, 6vw, 70px);
  font-weight: 900;
  letter-spacing: -.06em;
}

.mtdnf-operational-mark strong {
  margin-top: 5px;
  font-size: 16px;
  text-transform: uppercase;
}

.mtdnf-human-grid ul {
  display: grid;
  margin: 24px 0 0;
  padding: 0;
  gap: 9px;
  list-style: none;
}

.mtdnf-human-grid li {
  padding: 12px 13px;
  border-left: 4px solid var(--mtdnf-lime);
  background: #fff;
  font-size: 17px;
  font-weight: 850;
}

.mtdnf-review-grid {
  display: grid;
  margin-top: 34px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mtdnf-review-card {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #e0ddd5;
  border-radius: var(--mtd-nf-card-radius);
  background: #fff;
  color: #202124;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .14);
}

.mtdnf-review-card header {
  display: flex;
  align-items: center;
  gap: 11px;
}

.mtdnf-review-card header span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: #5c6bc0;
  color: #fff;
  font-weight: 900;
}

.mtdnf-stars {
  margin: 18px 0 0;
  color: #8b5000;
  font-size: 20px;
  letter-spacing: 1px;
}

.mtdnf-review-card blockquote {
  margin: 15px 0;
  color: #3c4043;
  font-size: 17px;
  line-height: 1.58;
}

.mtdnf-review-card > a {
  display: flex;
  min-height: 44px;
  margin-top: auto;
  align-items: center;
  padding-top: 13px;
  border-top: 1px solid #eceff1;
  color: #304f85;
  font-size: 15px;
  font-weight: 900;
}

.mtdnf-local-section {
  background: #fff;
}

.mtdnf-local-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: 44px;
  align-items: stretch;
}

.mtdnf-local-grid h3 {
  margin: 26px 0 8px;
  font-size: 22px;
  font-weight: 900;
}

.mtdnf-local-grid p {
  color: #565b55;
  font-size: 17px;
  line-height: 1.58;
}

.mtdnf-place-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mtdnf-place-links > * {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 8px 11px;
  border: 1px solid var(--mtdnf-line);
  border-left: 4px solid var(--mtdnf-lime);
  border-radius: 12px;
  background: var(--mtdnf-paper);
  color: #242824;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.25;
  text-decoration: none;
}

.mtdnf-disclosure {
  margin-top: 22px;
  padding: 15px 17px;
  border-radius: 12px;
  background: #ece9e1;
}

.mtdnf-map-shell {
  position: relative;
  display: grid;
  min-height: 430px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--mtdnf-line);
  border-radius: var(--mtd-nf-card-radius);
  background: radial-gradient(circle at center, rgba(184,239,0,.2), transparent 42%), #101211;
}

.mtdnf-map-shell iframe {
  width: 100%;
  min-height: 430px;
  border: 0;
}

.mtdnf-map-shell iframe[hidden] { display: none; }

.mtdnf-map-load {
  min-height: 52px;
  padding: 12px 18px;
  border: 2px solid var(--mtdnf-lime);
  border-radius: var(--mtd-nf-control-radius);
  background: #101211;
  color: #fff;
  font-family: inherit;
  font-size: var(--mtd-cta-font-size);
  font-weight: var(--mtd-cta-font-weight);
  line-height: var(--mtd-cta-line-height);
  text-align: center;
  white-space: normal;
  overflow-wrap: break-word;
  cursor: pointer;
}

.mtdnf-process-section {
  background: var(--mtdnf-lime);
  color: var(--mtdnf-ink);
}

.mtdnf-process-section .mtdnf-kicker {
  color: var(--mtdnf-ink);
}

.mtdnf-process-grid {
  display: grid;
  margin-top: 32px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.mtdnf-process-grid article {
  padding: 25px;
  border: 1px solid rgba(0, 0, 0, .28);
  border-radius: var(--mtd-nf-card-radius);
  background: rgba(255, 255, 255, .42);
}

.mtdnf-process-grid article > span {
  display: block;
  margin-bottom: 17px;
  color: #343a30;
  font-size: 32px;
  font-weight: 900;
}

.mtdnf-process-grid h3 {
  margin: 0 0 8px;
  font-size: 21px;
  font-weight: 900;
}

.mtdnf-process-grid p {
  margin: 0;
  color: #30352e;
  font-size: 17px;
  line-height: 1.58;
}

.mtdnf-brands-section {
  border-bottom: 1px solid #292c29;
}

.mtdnf-brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.mtdnf-brand-list span {
  padding: 10px 13px;
  border: 1px solid #373b37;
  border-left: 4px solid var(--mtdnf-lime);
  border-radius: 6px;
  background: #111;
  color: #fff;
  font-size: 15px;
  font-weight: 850;
}

.mtdnf-faq-list {
  max-width: 900px;
  margin-top: 31px;
}

.mtdnf-faq-list details {
  border-top: 1px solid var(--mtdnf-line);
  background: #fff;
}

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

.mtdnf-faq-list summary {
  min-height: 58px;
  padding: 17px 44px 17px 16px;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
}

.mtdnf-faq-list p {
  max-width: 780px;
  margin: 0;
  padding: 0 16px 19px;
  color: #565b55;
  font-size: 17px;
  line-height: 1.58;
}

.mtdnf-final-section {
  background: #111311;
  color: #fff;
}

.mtdnf-final-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr);
  gap: 42px;
  align-items: start;
}

.mtdnf-final-section .mtdnf-kicker {
  color: var(--mtdnf-lime);
}

.mtdnf-final-section .mtdnf-intro,
.mtdnf-final-section .mtdnf-urgent-copy {
  color: #d4d8d2;
}

.mtdnf-footer {
  padding: 60px 0 24px;
  background: #070808;
  color: #fff;
}

.mtdnf-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, minmax(0, .8fr));
  gap: 28px;
}

.mtdnf-footer h2,
.mtdnf-footer h3 {
  margin: 0 0 14px;
}

.mtdnf-footer h2 {
  color: var(--mtdnf-lime);
  font-size: 28px;
}

.mtdnf-footer h3 {
  font-size: 15px;
  text-transform: uppercase;
}

.mtdnf-footer p,
.mtdnf-footer span,
.mtdnf-footer a {
  display: block;
  margin: 0 0 9px;
  color: #c6cac4;
  font-size: 15px;
  line-height: 1.55;
}

.mtdnf-footer a {
  display: flex;
  min-height: 44px;
  align-items: center;
  text-decoration: none;
}

body.mtdnf-page-body .mtdnf-footer .mtd-callrail-phone {
  display: flex;
  min-height: 44px;
  align-items: center;
  font-size: 17px;
  font-weight: var(--mtd-cta-font-weight);
  line-height: 1.25;
}

.mtdnf-footer a:hover,
.mtdnf-footer a:focus-visible {
  color: var(--mtdnf-lime);
}

.mtdnf-footer-bottom {
  display: flex;
  margin-top: 34px;
  padding-top: 19px;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid #303430;
}

.mtdnf-footer-bottom span {
  margin: 0;
  font-size: 13px;
}

.mtdnf-google-proof:focus-visible,
.mtdnf-repair-card a:focus-visible,
.mtdnf-review-card > a:focus-visible,
.mtdnf-place-links > a:focus-visible,
.mtdnf-map-load:focus-visible,
.mtdnf-faq-list summary:focus-visible,
.mtdnf-footer a:focus-visible {
  outline: 3px solid #1b5fc1;
  outline-offset: 3px;
}

/* Paid landing pages keep third-party chat controls out of the conversion UI. */
body.mtdnf-page-body .wp-social-ninja-chat,
body.mtdnf-page-body .wpsocialninja-chat-wrapper,
body.mtdnf-page-body [id*="wpsocialninja"][class*="chat"],
body.mtdnf-page-body .floating-chat-widget {
  display: none !important;
}

@media (max-width: 1040px) {
  .mtdnf-repair-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mtdnf-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mtdnf-review-grid { grid-template-columns: 1fr; }
  .mtdnf-review-card { min-height: 0; }
  .mtdnf-local-grid,
  .mtdnf-final-intro { grid-template-columns: 1fr; }
  .mtdnf-map-shell { min-height: 380px; }
  .mtdnf-footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mtdnf-footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .mtdnf-section { padding: 60px 0; }
  .mtdnf-heading { font-size: clamp(35px, 10vw, 49px); line-height: 1; }
  .mtdnf-intro { font-size: 17px; }
  .mtdnf-proof { padding-bottom: 18px; }
  .mtdnf-proof-inner { grid-template-columns: 1fr; padding: 16px; }
  .mtdnf-payments { justify-content: flex-start; }
  .mtdnf-proof ul { grid-template-columns: 1fr 1fr; }
  .mtdnf-repair-grid,
  .mtdnf-gallery-grid,
  .mtdnf-service-grid,
  .mtdnf-human-grid,
  .mtdnf-process-grid { grid-template-columns: 1fr; }
  .mtdnf-gallery-grid > :only-child { grid-column: auto; }
  .mtdnf-service-card { min-height: 0; padding: 26px 22px; }
  .mtdnf-repair-card a { font-size: var(--mtd-cta-font-size); }
  .mtdnf-human-grid { gap: 28px; }
  .mtdnf-operational-mark { min-height: 250px; }
  .mtdnf-local-grid { gap: 28px; }
  .mtdnf-map-shell,
  .mtdnf-map-shell iframe { min-height: 340px; }
  .mtdnf-process-grid article { padding: 22px; }
  .mtdnf-footer { padding-top: 48px; }
  .mtdnf-footer-grid { grid-template-columns: 1fr 1fr; gap: 25px 18px; }
  .mtdnf-footer-grid > div:first-child { grid-column: 1 / -1; }
  .mtdnf-footer-bottom { flex-direction: column; }
}

@media (max-width: 390px) {
  .mtdnf-proof ul,
  .mtdnf-footer-grid { grid-template-columns: 1fr; }
  .mtdnf-footer-grid > div:first-child { grid-column: auto; }
}
