body.mm-front-page {
  margin: 0;
  background: #eceff3;
  overflow-x: hidden;
}

.mm-home {
  --ink: #1d1e20;
  --muted: #5b616b;
  --soft: #eceff3;
  --paper: #fff;
  --line: #d7dce4;
  --blue: #176be0;
  --navy: #16005d;
  color: var(--ink);
  background: var(--soft);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  line-height: 1.55;
  max-width: 100%;
  overflow-x: hidden;
}

.mm-home *, .mm-home *::before, .mm-home *::after { box-sizing: border-box; }
.mm-home a { color: inherit; text-decoration: none; }
.mm-home img { display: block; max-width: 100%; }

.mm-home section {
  max-width: 100vw;
  overflow-x: hidden;
}

.mm-shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }

.mm-header {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 24px 36px;
  background: var(--soft);
}

.mm-logo { width: 305px; flex: 0 0 305px; }

.mm-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  flex-wrap: wrap;
  font-size: 21px;
  line-height: 1;
}

.mm-nav a { padding: 8px 0 7px; border-bottom: 2px solid transparent; }
.mm-nav a:hover, .mm-nav .mm-current { border-bottom-color: currentColor; }

.mm-nav .mm-lang-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 7px 11px;
  border: 1px solid rgba(29,30,32,.16);
  background: rgba(255,255,255,.58);
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.mm-nav .mm-lang-link:hover {
  border-color: rgba(29,30,32,.36);
}

.mm-hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  padding: 52px 0 66px;
  background:
    linear-gradient(90deg, rgba(236,239,243,.98) 0%, rgba(236,239,243,.92) 52%, rgba(236,239,243,.76) 100%),
    url("/wp-content/uploads/2025/11/ophorus-167985-nice_large-mnlWl2v126igPVVJ.jpeg") center/cover;
}

.mm-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 70px;
  align-items: center;
}

.mm-kicker {
  margin: 0 0 12px;
  color: var(--muted);
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.mm-visual-title {
  max-width: 680px;
  margin: 0 0 18px;
  font-size: 66px;
  font-weight: 400;
  line-height: 1.12;
}

.mm-subtitle {
  max-width: 700px;
  margin: 0 0 26px;
  font-size: 21px;
  line-height: 1.45;
}

.mm-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 28px; }

.mm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.mm-button-primary { background: var(--ink); color: #fff !important; }
.mm-button-light { background: rgba(255,255,255,.35); }

.mm-reassurance {
  max-width: 760px;
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(29,30,32,.24);
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: var(--muted);
}

.mm-portrait-wrap {
  width: 430px;
  height: 455px;
  overflow: hidden;
  border-radius: 46% 54% 58% 42% / 34% 38% 62% 66%;
  box-shadow: 0 28px 70px rgba(29,30,32,.12);
}

.mm-portrait {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.mm-section { background: #fff; padding: 74px 0; }
.mm-section-soft { background: var(--soft); }

.mm-heading-row {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 34px;
}

.mm-section h2 {
  margin: 0;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.14;
}

.mm-section h3 {
  margin: 0 0 10px;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.18;
}

.mm-section p { margin: 0 0 14px; }
.mm-lead { font-size: 20px; line-height: 1.45; }
.mm-muted { color: var(--muted); }

.mm-intro-visual {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(460px, 1.14fr);
  gap: 64px;
  align-items: center;
}

.mm-intro-copy .mm-lead {
  font-size: inherit;
  line-height: 1.48;
}

.mm-nice-shape-wrap {
  width: min(780px, 100%);
  aspect-ratio: 2.05 / 1;
  overflow: hidden;
  border-radius: 61% 39% 56% 44% / 60% 56% 44% 40%;
  box-shadow: 0 26px 68px rgba(29,30,32,.12);
  justify-self: center;
}

.mm-photo-oval {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mm-two-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.mm-audience-card {
  min-height: 430px;
  display: flex;
  align-items: flex-end;
  padding: 28px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--line);
  background: #111;
}

.mm-audience-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.68));
  z-index: 1;
}

.mm-audience-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mm-audience-card div {
  position: relative;
  z-index: 2;
  color: #fff;
}

.mm-audience-card h2 { color: #fff; margin-bottom: 14px; }
.mm-audience-card p { max-width: 560px; }

.mm-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mm-mini-card {
  min-height: 170px;
  padding: 20px;
  border: 1px solid var(--line);
  background: #fff;
}

.mm-mini-card h3 { font-size: 23px; }
.mm-mini-card p { font-size: 15px; line-height: 1.45; }

.mm-method-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(236,239,243,.94) 0%, rgba(236,239,243,.88) 58%, rgba(236,239,243,.66) 100%),
    url("/wp-content/uploads/2025/11/be0123_bfa853b75fac4feabc649ea33b1dcccamv2-mnl5epgkn2uvqqgb-d95KwjB5g5s9MPno.webp") center/cover;
}

.mm-method-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 44px;
  align-items: center;
}

.mm-method-fees {
  justify-self: end;
  width: min(100%, 500px);
  padding: 30px;
  border: 1px solid rgba(29,30,32,.16);
  background: rgba(255,255,255,.58);
  box-shadow: 0 22px 60px rgba(29,30,32,.08);
  backdrop-filter: blur(2px);
}

.mm-method-fees h2 {
  margin-bottom: 14px;
  font-size: 38px;
}

.mm-method-fees p {
  color: var(--ink);
  line-height: 1.58;
}

.mm-fees-note {
  display: inline-block;
  margin: 4px 0 16px;
  padding: 9px 12px;
  border: 1px solid rgba(29,30,32,.14);
  background: rgba(255,255,255,.66);
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.mm-method-fees .mm-button {
  margin-top: 8px;
}

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

.mm-step {
  padding: 18px;
  border: 1px solid rgba(29,30,32,.18);
  background: rgba(255,255,255,.66);
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.mm-local-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 42px;
  align-items: center;
}

.mm-local-grid img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 22px 48px rgba(29,30,32,.10);
}

.mm-fees {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
}

.mm-fees-hero .mm-page-visual img {
  border-radius: 58% 42% 47% 53% / 52% 48% 52% 48%;
}

.mm-fees-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.mm-fee-card {
  min-height: 100%;
  padding: 30px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 45px rgba(29,30,32,.04);
}

.mm-fee-card h2 {
  margin-bottom: 18px;
  font-size: 36px;
}

.mm-fee-card p {
  color: var(--muted);
  line-height: 1.62;
}

.mm-fees-estimate,
.mm-fees-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 36px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 45px rgba(29,30,32,.04);
}

.mm-fees-contact {
  background:
    linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.86)),
    url("/wp-content/uploads/2025/11/be0123_bfa853b75fac4feabc649ea33b1dcccamv2-mnl5epgkn2uvqqgb-d95KwjB5g5s9MPno.webp") center/cover;
}

.mm-fees-estimate h2,
.mm-fees-contact h2 {
  margin-bottom: 16px;
  font-size: 40px;
}

.mm-fees-estimate p,
.mm-fees-contact p {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.62;
}

.mm-articles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mm-article {
  display: grid;
  grid-template-rows: 170px auto;
  border: 1px solid var(--line);
  background: #fff;
}

.mm-article img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.mm-article div { padding: 20px; }
.mm-article h3 { font-size: 23px; }
.mm-read { font-family: "Inter", Arial, sans-serif; font-size: 14px; font-weight: 600; color: var(--blue) !important; }

.mm-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mm-faq-item {
  padding: 22px;
  border: 1px solid var(--line);
  background: #fff;
}

.mm-faq-item h3 { font-size: 22px; }
.mm-faq-item p { font-size: 15px; line-height: 1.45; }

.mm-reviews {
  background:
    linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.88)),
    url("/wp-content/uploads/2025/11/assistance-juridique-en-quoi-ca-consiste-AE0veZG0rzSK3gB2.jpg") center/cover;
}

.mm-reviews-grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: 34px;
  align-items: center;
}

.mm-reviews-panel {
  padding: 28px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.82);
}

.mm-reviews-widget {
  min-height: 230px;
  padding: 20px;
  border: 1px solid rgba(29,30,32,.12);
  background: rgba(255,255,255,.9);
  box-shadow: 0 20px 54px rgba(29,30,32,.08);
  max-width: 100%;
  overflow: hidden;
}

.mm-reviews-widget .grw-slider,
.mm-reviews-widget .wp-gr,
.mm-reviews-widget .grw {
  max-width: 100%;
  width: 100% !important;
}

.mm-reviews-link {
  display: inline-flex;
  margin-top: 16px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--blue) !important;
}

.mm-contact {
  background:
    linear-gradient(90deg, rgba(236,239,243,.97), rgba(236,239,243,.9)),
    url("/wp-content/uploads/2025/11/be0123_bfa853b75fac4feabc649ea33b1dcccamv2-mnl5epgkn2uvqqgb-d95KwjB5g5s9MPno.webp") center/cover;
}

.mm-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: stretch;
}

.mm-contact-box {
  padding: 30px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.72);
}

.mm-contact-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 18px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
}

.mm-social-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 24px;
}

.mm-social-card {
  min-height: 132px;
  display: grid;
  align-content: space-between;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(29,30,32,.16);
  background: rgba(255,255,255,.74);
  font-family: "Inter", Arial, sans-serif;
  transition: transform .18s ease, box-shadow .18s ease;
}

.mm-social-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(29,30,32,.10);
}

.mm-social-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mm-social-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
}

.mm-social-icon svg {
  width: 24px;
  height: 24px;
}

.mm-social-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.mm-social-note {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.mm-social-cta {
  color: var(--blue);
  font-size: 14px;
  font-weight: 600;
}

.mm-google-mark {
  color: #4285f4;
}

.mm-linkedin-mark {
  color: #0a66c2;
}

.mm-map-link {
  display: flex;
  align-items: flex-end;
  min-height: 330px;
  padding: 26px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.45)),
    url("/wp-content/uploads/2025/11/ophorus-167985-nice_large-mnlWl2v126igPVVJ.jpeg") center/cover;
  color: #fff !important;
}

.mm-footer {
  padding: 58px 0 28px;
  border-top: 1px solid rgba(29,30,32,.12);
  background:
    linear-gradient(180deg, rgba(236,239,243,.94), rgba(255,255,255,.98)),
    url("/wp-content/uploads/2025/11/be0123_bfa853b75fac4feabc649ea33b1dcccamv2-mnl5epgkn2uvqqgb-d95KwjB5g5s9MPno.webp") center/cover;
}

.mm-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) minmax(190px, .9fr) minmax(190px, .9fr) minmax(220px, 1fr);
  gap: 34px;
  align-items: start;
}

.mm-footer p,
.mm-footer a,
.mm-footer address {
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.mm-footer p,
.mm-footer address {
  margin: 0;
  color: var(--muted);
}

.mm-footer a {
  color: var(--ink);
  text-decoration: none;
}

.mm-footer a:hover {
  color: var(--navy);
}

.mm-footer h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mm-footer-brand {
  display: grid;
  gap: 18px;
}

.mm-footer-logo {
  width: min(260px, 100%);
  height: auto;
  display: block;
}

.mm-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mm-footer-badges a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid rgba(29,30,32,.16);
  background: rgba(255,255,255,.62);
  color: var(--ink);
  font-weight: 700;
  line-height: 1.2;
}

.mm-footer-links {
  display: grid;
  gap: 9px;
}

.mm-footer-links a {
  color: var(--muted);
}

.mm-footer-contact {
  display: grid;
  gap: 14px;
}

.mm-footer-contact strong {
  color: var(--ink);
}

.mm-footer-contact address {
  font-style: normal;
}

.mm-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid rgba(29,30,32,.12);
}

.mm-footer-bottom p {
  font-size: 13px;
}

.mm-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 19;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #008f72;
  box-shadow: 0 4px 12px rgba(0,0,0,.16);
}

.mm-whatsapp svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mm-site-page .mm-header { box-shadow: 0 16px 36px rgba(29,30,32,.05); }

.mm-page-hero {
  padding: 72px 0 78px;
  background:
    linear-gradient(90deg, rgba(236,239,243,.98) 0%, rgba(236,239,243,.92) 58%, rgba(236,239,243,.82) 100%),
    url("/wp-content/uploads/2025/11/ophorus-167985-nice_large-mnlWl2v126igPVVJ.jpeg") center/cover;
}

.mm-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 68px;
  align-items: center;
}

.mm-page-hero h1 {
  max-width: 820px;
  margin: 0 0 18px;
  font-size: 58px;
  font-weight: 400;
  line-height: 1.12;
}

.mm-page-visual {
  width: 360px;
  aspect-ratio: 1.12 / 1;
  overflow: hidden;
  border-radius: 56% 44% 49% 51% / 39% 46% 54% 61%;
  box-shadow: 0 24px 58px rgba(29,30,32,.12);
}

.mm-page-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mm-contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(320px, 1.18fr);
  gap: 34px;
  align-items: start;
}

.mm-contact-panel,
.mm-contact-form,
.mm-post-card,
.mm-faq-detail,
.mm-cta-band {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 45px rgba(29,30,32,.06);
}

.mm-contact-panel,
.mm-contact-form { padding: 34px; }

.mm-detail-list {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}

.mm-detail-list div {
  display: grid;
  gap: 4px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.mm-detail-list strong,
.mm-contact-form label,
.mm-post-card time {
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
}

.mm-detail-list span,
.mm-detail-list a { color: var(--muted); }
.mm-map-link-inline { margin-top: 26px; }

.mm-contact-form { display: grid; gap: 18px; }

.mm-contact-form h2,
.mm-contact-panel h2,
.mm-map-embed h2,
.mm-cta-band h2 {
  margin: 0 0 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.14;
}

.mm-contact-form label { display: grid; gap: 8px; }

.mm-contact-form input,
.mm-contact-form textarea {
  width: 100%;
  border: 1px solid #bcc4d0;
  background: #fff;
  padding: 13px 14px;
  color: var(--ink);
  font: 16px/1.4 "Inter", Arial, sans-serif;
}

.mm-contact-form textarea { resize: vertical; }
.mm-honeypot { position: absolute; left: -9999px; }

.mm-form-message {
  margin: 0;
  padding: 12px 14px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
}

.mm-form-success { background: #eaf6ef; color: #1f6b3d; }
.mm-form-error { background: #fbebeb; color: #8c2424; }

.mm-map-embed iframe {
  width: 100%;
  min-height: 390px;
  border: 0;
  margin-top: 22px;
  filter: saturate(.9);
}

.mm-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.mm-post-card {
  display: grid;
  grid-template-rows: 210px minmax(0, 1fr);
  overflow: hidden;
}

.mm-post-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.mm-post-card div { padding: 24px; }
.mm-post-card time { color: var(--muted); }

.mm-post-card h2 {
  margin: 10px 0 12px;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.16;
}

.mm-post-card p {
  color: var(--muted);
  font-size: 16px;
}

.mm-pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 36px;
  font-family: "Inter", Arial, sans-serif;
}

.mm-pagination .page-numbers {
  min-width: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  padding: 0 12px;
}

.mm-pagination .current {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.mm-faq-list { display: grid; gap: 14px; }
.mm-faq-detail { padding: 0; }

.mm-faq-detail summary {
  cursor: pointer;
  padding: 22px 26px;
  font-size: 25px;
  line-height: 1.25;
  list-style: none;
}

.mm-faq-detail summary::-webkit-details-marker { display: none; }
.mm-faq-detail summary::after { content: "+"; float: right; font-family: "Inter", Arial, sans-serif; }
.mm-faq-detail[open] summary::after { content: "-"; }

.mm-faq-detail p {
  margin: 0;
  padding: 0 26px 24px;
  max-width: 850px;
  color: var(--muted);
}

.mm-faq-answer {
  max-width: 900px;
  padding: 0 26px 24px;
  color: var(--muted);
}

.mm-faq-answer p {
  margin: 0 0 14px;
  padding: 0;
  max-width: none;
  line-height: 1.62;
}

.mm-faq-answer p:last-child {
  margin-bottom: 0;
}

.mm-faq-table-wrap {
  overflow-x: auto;
  margin: 18px 0;
  border: 1px solid var(--line);
  background: #fff;
}

.mm-faq-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.mm-faq-table th,
.mm-faq-table td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.mm-faq-table th {
  background: #f5f6f8;
  color: var(--ink);
  font-weight: 700;
}

.mm-faq-table tr:last-child td {
  border-bottom: 0;
}

.mm-cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 34px;
}

@media (max-width: 1050px) {
  .mm-header { align-items: flex-start; flex-direction: column; min-height: auto; padding: 22px 20px; }
  .mm-logo { width: 245px; flex-basis: auto; }
  .mm-nav { justify-content: flex-start; gap: 16px 22px; font-size: 19px; }
  .mm-hero-grid,
  .mm-heading-row,
  .mm-intro-visual,
  .mm-two-cards,
  .mm-method-grid,
  .mm-local-grid,
  .mm-fees,
  .mm-fees-page-grid,
  .mm-fees-estimate,
  .mm-fees-contact,
  .mm-reviews-grid,
  .mm-contact-grid,
  .mm-page-hero-grid,
  .mm-contact-layout,
  .mm-cta-band { grid-template-columns: 1fr; }
  .mm-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mm-card-grid, .mm-articles, .mm-faq, .mm-social-cards, .mm-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mm-visual-title { font-size: 48px; }
  .mm-page-hero h1 { font-size: 48px; }
  .mm-page-visual { width: min(86vw, 390px); margin: 0 auto; }
  .mm-method-fees { justify-self: stretch; width: auto; }
  .mm-portrait-wrap {
    width: min(86vw, 420px);
    height: min(86vw, 420px);
    margin-left: auto;
    margin-right: auto;
  }
  .mm-local-grid img {
    width: min(86vw, 420px);
    height: min(86vw, 420px);
    margin-left: auto;
    margin-right: auto;
  }
  .mm-nice-shape-wrap { margin: 0 auto; }
}

@media (max-width: 640px) {
  .mm-shell { width: calc(100% - 32px); }
  .mm-home { font-size: 16px; }
  .mm-section { padding: 50px 0; }
  .mm-section h2 { font-size: 35px; }
  .mm-section h3 { font-size: 24px; }
  .mm-page-hero { padding: 46px 0 52px; }
  .mm-page-hero h1 { font-size: 40px; }
  .mm-hero { padding: 32px 0 46px; }
  .mm-visual-title { font-size: 42px; }
  .mm-subtitle, .mm-lead { font-size: 18px; }
  .mm-card-grid, .mm-articles, .mm-faq, .mm-steps, .mm-social-cards, .mm-post-grid { grid-template-columns: 1fr; }
  .mm-reviews {
    overflow: hidden;
  }
  .mm-reviews .mm-shell,
  .mm-reviews-grid,
  .mm-reviews-panel,
  .mm-reviews-widget {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .mm-reviews-widget {
    padding: 14px;
  }
  .mm-reviews-widget *,
  .mm-reviews-widget *::before,
  .mm-reviews-widget *::after {
    max-width: 100% !important;
    box-sizing: border-box;
  }
  .mm-reviews-widget .grw-slider,
  .mm-reviews-widget .grw-slider-inner,
  .mm-reviews-widget .grw-slider-content,
  .mm-reviews-widget .grw-slider-reviews,
  .mm-reviews-widget .grw-slider-review,
  .mm-reviews-widget .grw-row,
  .mm-reviews-widget .grw-review,
  .mm-reviews-widget .grw-reviews,
  .mm-reviews-widget .wp-gr,
  .mm-reviews-widget .wp-google-reviews,
  .mm-reviews-widget .wp-google-review,
  .mm-reviews-widget .wp-google-list,
  .mm-reviews-widget .grw {
    width: 100% !important;
    min-width: 0 !important;
    transform: none !important;
  }
  .mm-reviews-widget .grw-slider-review,
  .mm-reviews-widget .grw-review,
  .mm-reviews-widget .wp-google-review {
    flex: 0 0 100% !important;
  }
  .mm-reviews-widget iframe {
    width: 100% !important;
  }
  .mm-footer { padding: 42px 0 24px; }
  .mm-footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .mm-footer-bottom { display: grid; gap: 8px; margin-top: 30px; }
  .mm-audience-card { min-height: 390px; padding: 22px; }
  .mm-contact-panel, .mm-contact-form, .mm-cta-band, .mm-fee-card, .mm-fees-estimate, .mm-fees-contact, .mm-method-fees { padding: 24px; }
  .mm-fee-card h2, .mm-fees-estimate h2, .mm-fees-contact h2, .mm-method-fees h2 { font-size: 31px; }
  .mm-post-card { grid-template-rows: 190px minmax(0, 1fr); }
  .mm-post-card img { height: 190px; }
  .mm-faq-detail summary { font-size: 21px; padding: 20px; }
  .mm-faq-detail p { padding: 0 20px 22px; }
  .mm-faq-answer { padding: 0 20px 22px; }
  .mm-faq-answer p { padding: 0; }
  .mm-portrait-wrap {
    width: min(84vw, 340px);
    height: min(84vw, 340px);
    margin: 0 auto;
  }
  .mm-local-grid img {
    width: min(86vw, 350px);
    height: min(86vw, 350px);
    margin-left: auto;
    margin-right: auto;
  }
  .mm-nice-shape-wrap {
    width: 100%;
    aspect-ratio: 1.65 / 1;
    margin: 0 auto;
  }
  .mm-whatsapp { width: 54px; height: 54px; right: 14px; bottom: 16px; }
}
