.box-divider {
    position: absolute;
    transform: rotate(90deg);
    top: 0;
    bottom: 0;
	right: 20px;
}

.box-divider2 {
    position: absolute;
    transform: rotate(90deg);
    top: 0;
    bottom: 0;
	right: 0px;
}


.storm{
	display:none !important; 
}

.gform-17 .gform_heading {
    display: none;
}

.jyMMOR{
	transform: translateX(-275px) !important;
}


.get-in-touch form#gform_17 input[type="submit"] {
    max-width: 260px !important;
}

@media (min-width: 320px) and (max-width: 345px) {
.referral-list li span {
    font-size: 12px !important;
}
	.jyMMOR{
	transform: translateX(0px) !important;
}
	
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

/* ==========================================================================
   M&M Roofing — Responsive Blog Tables
   CSS-only, no HTML changes required, no CSS variables (WordPress safe)
   ========================================================================== */

/* ---- Base table styles ---- */

.entry-content table,
.post-content table,
article table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: inherit;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333333;
  margin: 1.5em 0;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

/* ---- Header row ---- */

.entry-content table thead th,
.post-content table thead th,
article table thead th {
  background: #1a1a2e;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0.85em 1.1em;
  text-align: left;
  border: none;
}

/* ---- Body cells ---- */

.entry-content table tbody td,
.post-content table tbody td,
article table tbody td {
  padding: 0.75em 1.1em;
  border-bottom: 1px solid #d4d4d4;
  vertical-align: middle;
}

/* ---- Striped rows ---- */

.entry-content table tbody tr:nth-child(even),
.post-content table tbody tr:nth-child(even),
article table tbody tr:nth-child(even) {
  background: #f7f7f7;
}

/* ---- Hover ---- */

.entry-content table tbody tr:hover,
.post-content table tbody tr:hover,
article table tbody tr:hover {
  background: #eef2ff;
  transition: background 0.15s ease;
}

/* ---- Last row — remove bottom border ---- */

.entry-content table tbody tr:last-child td,
.post-content table tbody tr:last-child td,
article table tbody tr:last-child td {
  border-bottom: none;
}

/* ---- First column labels ---- */

.entry-content table tbody td:first-child,
.post-content table tbody td:first-child,
article table tbody td:first-child {
  font-weight: 600;
}


/* ==========================================================================
   MOBILE — Card-style stacked rows (640px and below)
   ========================================================================== */

@media only screen and (max-width: 640px) {

  .entry-content table,
  .post-content table,
  article table {
    box-shadow: none;
    border-radius: 0;
    background: transparent;
  }

  /* Hide the header row visually but keep it accessible */
  .entry-content table thead,
  .post-content table thead,
  article table thead {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  /* Each row becomes a card */
  .entry-content table tbody tr,
  .post-content table tbody tr,
  article table tbody tr {
    display: block;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    margin-bottom: 0.75em;
    padding: 0.85em 1em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  }

  .entry-content table tbody tr:nth-child(even),
  .post-content table tbody tr:nth-child(even),
  article table tbody tr:nth-child(even) {
    background: #ffffff;
  }

  .entry-content table tbody tr:hover,
  .post-content table tbody tr:hover,
  article table tbody tr:hover {
    background: #eef2ff;
  }

  /* Each cell stacks vertically */
  .entry-content table tbody td,
  .post-content table tbody td,
  article table tbody td {
    display: block;
    padding: 0.25em 0;
    border-bottom: none;
    text-align: left;
  }

  /* First cell = bold label */
  .entry-content table tbody td:first-child,
  .post-content table tbody td:first-child,
  article table tbody td:first-child {
    font-weight: 700;
    font-size: 0.95em;
    padding-bottom: 0.15em;
    color: #1a1a2e;
  }

  /* Remaining cells = values */
  .entry-content table tbody td:not(:first-child),
  .post-content table tbody td:not(:first-child),
  article table tbody td:not(:first-child) {
    font-weight: 400;
    color: #555555;
    font-size: 0.92em;
  }

  /* Divider between cells in a card (for 3+ column tables) */
  .entry-content table tbody td:not(:last-child),
  .post-content table tbody td:not(:last-child),
  article table tbody td:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 0.4em;
    margin-bottom: 0.4em;
  }
}


/* ==========================================================================
   MEDIUM SCREENS — Compact tabular layout (641px–768px)
   ========================================================================== */

@media only screen and (min-width: 641px) and (max-width: 768px) {

  .entry-content table,
  .post-content table,
  article table {
    font-size: 0.88rem;
  }

  .entry-content table thead th,
  .post-content table thead th,
  article table thead th {
    padding: 0.7em 0.8em;
    font-size: 0.82rem;
  }

  .entry-content table tbody td,
  .post-content table tbody td,
  article table tbody td {
    padding: 0.6em 0.8em;
  }
}

  /* ===== TABLE STYLES — M&M Green Palette #2a4932 ===== */
  .mm-table-wrap {
    overflow-x: auto;
    margin: 1.5em 0 2em;
    border-radius: 6px;
    box-shadow: 0 1px 6px rgba(42,73,50,0.15);
  }
  .mm-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95em;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
  }
  .mm-table thead tr {
    background: #2a4932;
    color: #fff;
    text-align: left;
  }
  .mm-table thead th {
    padding: 12px 16px;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }
  .mm-table tbody tr:nth-child(even) {
    background: #f0f5f1;
  }
  .mm-table tbody tr:hover {
    background: #deeae0;
  }
  .mm-table tbody td {
    padding: 11px 16px;
    border-bottom: 1px solid #c8dace;
    vertical-align: top;
    line-height: 1.5;
  }
  .mm-table tbody tr:last-child td {
    border-bottom: none;
  }
  /* First column label styling */
  .mm-table tbody td:first-child {
    font-weight: 600;
    color: #1e3626;
  }
  /* Cost table — accent the comparison (shingles) column header */
  .mm-table.cost-table thead th:last-child {
    background: #3d6b4a;
  }
  /* Climate table — muted impact column text */
  .mm-table.climate-table tbody td:last-child {
    font-size: 0.92em;
    color: #374151;
  }
  /* ===== TABLE NOTE ===== */
  .mm-table-note {
    font-size: 0.85em;
    color: #6b7280;
    margin-top: -1em;
    margin-bottom: 1.5em;
    font-style: italic;
    padding: 0 4px;
  }

/* ── Namespace: mm-hr (M&M Houston Roofing) ── */

.mm-hr * { box-sizing: border-box; margin: 0; padding: 0; }

.mm-hr {
  font-family: 'Satoshi', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #0D2517;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  --green: #3FAA6C;
  --dark-green: #2a4932;
  --navy: #0D2517;
  --off-white: #F1EFEB;
  --gold: #F5A623;
  --text-body: #2d4a3a;
  --text-muted: #5a7a68;
  --radius-card: 10px;
  --radius-btn: 24px;
  --shadow-card: 0 1px 6px rgba(42,73,50,0.15);
  --shadow-card-hover: 0 4px 20px rgba(42,73,50,0.22);
}

.mm-hr h1,.mm-hr h2,.mm-hr h3,.mm-hr h4 {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.15;
  font-weight: 700;
}

/* ── Buttons ── */
.mm-hr .btn-primary {
  display: inline-block; background: var(--green); color: #fff;
  font-family: 'Satoshi', sans-serif; font-weight: 700; font-size: 16px;
  padding: 14px 28px; border-radius: var(--radius-btn); text-decoration: none;
  border: none; cursor: pointer; transition: background 0.2s, transform 0.15s; box-sizing: border-box;
}
.mm-hr .btn-primary:hover { background: #329958; transform: translateY(-1px); color: #fff; }

.mm-hr .btn-outline {
  display: inline-block; background: transparent; color: #fff;
  font-family: 'Satoshi', sans-serif; font-weight: 700; font-size: 16px;
  padding: 13px 28px; border-radius: var(--radius-btn); border: 2px solid #fff;
  text-decoration: none; cursor: pointer; transition: background 0.2s, color 0.2s; box-sizing: border-box;
}
.mm-hr .btn-outline:hover { background: #fff; color: var(--dark-green); }

.mm-hr .btn-ghost {
  display: inline-block; background: transparent; color: var(--green);
  font-family: 'Satoshi', sans-serif; font-weight: 700; font-size: 16px;
  padding: 11px 24px; border-radius: var(--radius-btn); border: 2px solid var(--green);
  text-decoration: none; cursor: pointer; transition: background 0.2s, color 0.2s;
}
.mm-hr .btn-ghost:hover { background: var(--green); color: #fff; }

.mm-hr .btn-ghost-white {
  display: inline-block; background: transparent; color: #fff;
  font-family: 'Satoshi', sans-serif; font-weight: 700; font-size: 16px;
  padding: 11px 24px; border-radius: var(--radius-btn); border: 2px solid rgba(255,255,255,0.6);
  text-decoration: none; cursor: pointer; transition: background 0.2s, color 0.2s;
}
.mm-hr .btn-ghost-white:hover { background: rgba(255,255,255,0.15); }

/* ── Layout helpers ── */
.mm-hr .mm-section { padding: 72px 24px; }
.mm-hr .mm-narrow { max-width: 780px; margin: 0 auto; text-align: center; }
.mm-hr .mm-wide { max-width: 1180px; margin: 0 auto; }

.mm-hr .section-label {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--green); margin-bottom: 12px;
}
.mm-hr .section-title { font-size: clamp(28px, 4vw, 42px); color: var(--navy); margin-bottom: 16px; }
.mm-hr .section-sub { font-size: 18px; color: var(--text-muted); max-width: 640px; margin: 0 auto 40px; }

/* ══════════════════════════════════
   1. HERO
══════════════════════════════════ */
.mm-hr .hero {
  position: relative; background: var(--navy); min-height: 600px;
  display: flex; align-items: center; overflow: hidden; padding: 200px 24px 80px;
}
@media (max-width: 600px) {
  .mm-hr .hero {
    padding-top: 130px;
  }
}
.mm-hr .hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(125deg, rgba(13,37,23,0.88) 0%, rgba(13,37,23,0.65) 60%, rgba(13,37,23,0.4) 100%);
  z-index: 1;
}
.mm-hr .hero-bg-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 35%; z-index: 0;
}
.mm-hr .hero-content {
  position: relative; z-index: 2; max-width: 760px; margin: 0 auto; text-align: center;
}
.mm-hr .hero-eyebrow {
  display: inline-block; background: rgba(63,170,108,0.2); border: 1px solid rgba(63,170,108,0.5);
  color: #7dd4a8; font-size: 12px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 6px 16px; border-radius: 24px; margin-bottom: 24px;
}
.mm-hr .hero h1 { font-size: clamp(30px, 5vw, 52px); color: #fff; margin-bottom: 20px; letter-spacing: -0.01em; }
.mm-hr .hero h1 em { font-style: normal; color: #7dd4a8; }
.mm-hr .hero-sub { font-size: clamp(16px, 2vw, 19px); color: rgba(255,255,255,0.82); margin: 0 auto 36px; max-width: 620px; }
.mm-hr .hero-ctas { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* ══════════════════════════════════
   2. TRUST BAR
══════════════════════════════════ */
.mm-hr .trust-bar { background: var(--green); padding: 24px; }
.mm-hr .trust-bar-inner {
  max-width: 1000px; margin: 0 auto; display: grid;
  grid-template-columns: repeat(4, 1fr); gap: 16px; text-align: center;
}
.mm-hr .trust-item { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.mm-hr .trust-item-icon {
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 40px;
  color: #fff;
}
.mm-hr .trust-item-icon svg { width: 36px; height: 36px; display: block; }
.mm-hr .trust-item-icon.trust-stars svg { width: 72px; height: 18px; margin: 0 auto; }
.mm-hr .trust-icon-soft { fill: rgba(255,255,255,0.18); stroke: none; }
.mm-hr .trust-icon-gold { fill: var(--gold); stroke: none; }
.mm-hr .trust-icon-mark { fill: none; stroke: #fff; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mm-hr .trust-label { color: #fff; font-weight: 700; font-size: 14px; line-height: 1.3; text-align: center; width: 100%; }
.mm-hr .trust-sub { color: rgba(255,255,255,0.75); font-size: 12px; text-align: center; width: 100%; }

/* ══════════════════════════════════
   3. WHY CHOOSE M&M
══════════════════════════════════ */
.mm-hr .why-section { background: var(--off-white); }
.mm-hr .why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 40px; }
.mm-hr .why-card {
  background: #fff; border-radius: var(--radius-card); padding: 28px 22px;
  box-shadow: var(--shadow-card); text-align: center; transition: box-shadow 0.2s, transform 0.2s;
}
.mm-hr .why-card:hover { box-shadow: var(--shadow-card-hover); transform: translateY(-2px); }
.mm-hr .why-icon { margin: 0 auto 14px; color: var(--dark-green); }
.mm-hr .why-card h3 { font-size: 17px; color: var(--navy); margin-bottom: 8px; }
.mm-hr .why-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

/* ══════════════════════════════════
   4. SERVICES
══════════════════════════════════ */
.mm-hr .services-section { background: #fff; }
.mm-hr .services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.mm-hr .service-card {
  background: var(--off-white); border-radius: var(--radius-card); padding: 0;
  box-shadow: var(--shadow-card); transition: box-shadow 0.2s, transform 0.2s; overflow: hidden;
  display: block; color: inherit; text-decoration: none;
}
.mm-hr .service-card:hover,
.mm-hr .service-card:focus-visible { box-shadow: var(--shadow-card-hover); transform: translateY(-2px); }
.mm-hr .service-card:focus-visible { outline: 3px solid rgba(63,170,108,0.35); outline-offset: 4px; }
.mm-hr .service-media {
  width: 100%; height: 180px; overflow: hidden;
  background: #c8d8ce; border-radius: var(--radius-card) var(--radius-card) 0 0;
}
.mm-hr .service-photo {
  width: calc(100% + 32px); max-width: none; height: 100%; margin-left: -16px;
  object-fit: cover; object-position: center; display: block;
  background: #c8d8ce;
}
.mm-hr .service-photo-placeholder {
  width: 100%; height: 100%; background: linear-gradient(135deg, #c8d8ce 0%, #a0bfac 100%);
  display: flex; align-items: center; justify-content: center; color: var(--dark-green); opacity: 0.5;
}
.mm-hr .service-body { padding: 24px 22px; }
.mm-hr .service-badge {
  display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--green); background: rgba(63,170,108,0.12);
  padding: 3px 10px; border-radius: 12px; margin-bottom: 12px;
}
.mm-hr .service-card h3 { font-size: 19px; color: var(--navy); margin-bottom: 10px; }
.mm-hr .service-card p { font-size: 16px; color: var(--text-muted); line-height: 1.6; margin-bottom: 16px; }
.mm-hr .service-link { font-size: 14px; font-weight: 700; color: var(--green); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.mm-hr .service-card:hover .service-link,
.mm-hr .service-card:focus-visible .service-link { text-decoration: underline; }

/* ══════════════════════════════════
   5. MID-PAGE CTA BANNERS
══════════════════════════════════ */
.mm-hr .cta-banner { background: var(--green); padding: 28px 24px; }
.mm-hr .cta-banner-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.mm-hr .cta-banner h3 { color: #fff; font-size: clamp(18px, 2.5vw, 24px); margin-bottom: 4px; }
.mm-hr .cta-banner p { color: rgba(255,255,255,0.82); font-size: 16px; }
.mm-hr .cta-banner-btns { display: flex; gap: 12px; flex-wrap: wrap; flex-shrink: 0; }
.mm-hr .cta-inspection {
  background: #329958; padding: 46px 24px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), inset 0 -1px 0 rgba(13,37,23,0.10);
}
.mm-hr .cta-inspection .cta-banner-inner {
  max-width: 900px; flex-direction: column; justify-content: center; align-items: center;
  gap: 24px; text-align: center;
}
.mm-hr .cta-inspection h3 { font-size: clamp(24px, 3.4vw, 34px); margin-bottom: 8px; }
.mm-hr .cta-inspection p { font-size: clamp(16px, 2vw, 18px); max-width: 620px; margin: 0 auto; }
.mm-hr .cta-inspection .cta-banner-btns { justify-content: center; gap: 14px; width: 100%; }
.mm-hr .cta-inspection .btn-ghost-white,
.mm-hr .cta-inspection .btn-outline {
  min-width: 250px; padding: 14px 28px; font-size: 16px; text-align: center;
}
.mm-hr .cta-inspection .btn-ghost-white {
  background: #fff; color: var(--dark-green); border-color: #fff;
  box-shadow: 0 10px 22px rgba(13,37,23,0.18);
}
.mm-hr .cta-inspection .btn-ghost-white:hover { background: var(--off-white); color: var(--dark-green); transform: translateY(-1px); }
.mm-hr .cta-inspection .btn-outline { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.9); }
.mm-hr .cta-inspection .btn-outline:hover { background: rgba(255,255,255,0.18); color: #fff; }

.mm-hr .cta-border { background: #fff; border: 2px solid var(--green); padding: 28px 24px; }
.mm-hr .cta-border .cta-banner-inner { border: none; padding: 0; }
.mm-hr .cta-border h3 { color: var(--navy); }
.mm-hr .cta-border .eyebrow-tag {
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--green); margin-bottom: 4px;
}
.mm-hr .cta-border p { color: var(--text-muted); }
/* ══════════════════════════════════
   6. PROCESS
══════════════════════════════════ */
.mm-hr .process-section { background: #fff; }
.mm-hr .process-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; margin-top: 48px; position: relative; }
.mm-hr .process-steps::before {
  content: ''; position: absolute; top: 36px; left: calc(16.6% + 12px); right: calc(16.6% + 12px);
  height: 2px; background: var(--green); opacity: 0.25;
}
.mm-hr .process-step { text-align: center; position: relative; }
.mm-hr .step-number {
  width: 72px; height: 72px; border-radius: 50%; background: var(--green); color: #fff;
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Arial, sans-serif; font-size: 26px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; position: relative; z-index: 1;
}
.mm-hr .process-step h3 { font-size: 18px; color: var(--navy); margin-bottom: 10px; }
.mm-hr .process-step p { font-size: 16px; color: var(--text-muted); line-height: 1.6; }
.mm-hr .process-note {
  margin-top: 40px; background: rgba(63,170,108,0.08); border-left: 4px solid var(--green);
  border-radius: 0 var(--radius-card) var(--radius-card) 0; padding: 18px 24px;
  font-size: 16px; color: var(--dark-green); max-width: 680px; margin-left: auto; margin-right: auto;
}

/* ══════════════════════════════════
   7. SERVICE MAP
══════════════════════════════════ */
.mm-hr .map-section { background: var(--off-white); }
.mm-hr .map-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 40px; align-items: start; }
.mm-hr .map-embed {
  border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-card);
  background: #c8d8ce; min-height: 320px; display: flex; align-items: center; justify-content: center;
}
.mm-hr .map-embed iframe { width: 100%; height: 320px; border: none; display: block; }
.mm-hr .map-placeholder-label { color: var(--dark-green); font-size: 16px; font-weight: 600; opacity: 0.5; text-align: center; padding: 24px; }
.mm-hr .hq-card {
  background: var(--dark-green); border-radius: var(--radius-card); padding: 28px 24px;
  margin-bottom: 20px; box-shadow: var(--shadow-card);
}
.mm-hr .hq-card h3 { color: #fff; font-size: 18px; margin-bottom: 12px; }
.mm-hr .hq-address { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.6; margin-bottom: 12px; }
.mm-hr .hq-phone {
  display: inline-flex; align-items: center; gap: 6px; color: #7dd4a8;
  font-weight: 700; font-size: 18px; text-decoration: none; margin-bottom: 16px; display: flex;
}
.mm-hr .hq-phone:hover { color: #fff; }
.mm-hr .hq-btns { display: flex; margin-top: 4px; }
.mm-hr .hq-primary-cta {
  width: 100%; display: inline-flex; align-items: center; justify-content: center;
  background: #fff; color: var(--dark-green); border: 2px solid #fff;
  font-family: 'Satoshi', sans-serif; font-weight: 800; font-size: 16px;
  padding: 14px 24px; border-radius: var(--radius-btn); text-decoration: none;
  box-shadow: 0 10px 24px rgba(13,37,23,0.24);
  transition: background 0.2s, color 0.2s, transform 0.15s, box-shadow 0.2s;
}
.mm-hr .hq-primary-cta:hover {
  background: var(--off-white); color: var(--dark-green); transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(13,37,23,0.28);
}
.mm-hr .suburbs-heading { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 12px; }
.mm-hr .suburb-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.mm-hr .suburb-pill {
  background: rgba(63,170,108,0.12); border: 1px solid rgba(63,170,108,0.3); color: var(--dark-green);
  font-size: 13px; font-weight: 600; padding: 5px 12px; border-radius: 20px; text-decoration: none;
}
.mm-hr .suburb-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  line-height: 1;
  white-space: nowrap;
}

.mm-hr a.suburb-pill,
.mm-hr a.suburb-pill:visited {
  color: var(--dark-green);
  text-decoration: none;
}
.mm-hr a.suburb-pill { transition: background 0.2s, border-color 0.2s, transform 0.15s; }
.mm-hr a.suburb-pill:hover,
.mm-hr a.suburb-pill:focus-visible {
  background: rgba(63,170,108,0.2); border-color: rgba(63,170,108,0.5);
  transform: translateY(-1px); outline: none;
}

/* ══════════════════════════════════
   8. MEET THE CEO
══════════════════════════════════ */
.mm-hr .ceo-section { background: #fff; }
.mm-hr .ceo-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 56px; margin-top: 40px; align-items: center; }
.mm-hr .ceo-photo {
  border-radius: 14px; overflow: hidden; aspect-ratio: 3/4; background: #c8d8ce;
  display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-card);
}
.mm-hr .ceo-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.mm-hr .ceo-photo-placeholder { color: var(--dark-green); font-size: 14px; font-weight: 600; opacity: 0.4; text-align: center; padding: 24px; }
.mm-hr .ceo-quote {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(20px, 2.5vw, 26px); font-weight: 700; color: var(--navy);
  line-height: 1.3; margin: 16px 0 20px; padding-left: 20px;
  border-left: 4px solid var(--green);
}
.mm-hr .ceo-body { font-size: 16px; color: var(--text-muted); line-height: 1.7; margin-bottom: 28px; }
.mm-hr .ceo-stats { display: flex; gap: 32px; margin-bottom: 28px; flex-wrap: wrap; }
.mm-hr .ceo-stat-num {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Arial, sans-serif;
  font-size: 36px; font-weight: 700; color: var(--green); line-height: 1;
}
.mm-hr .ceo-stat-label { font-size: 13px; color: var(--text-muted); margin-top: 4px; }

/* ══════════════════════════════════
   9. MEET THE TEAM
══════════════════════════════════ */
.mm-hr .team-section { background: var(--off-white); }
.mm-hr .team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 40px; }
.mm-hr .team-card {
  background: #fff; border-radius: var(--radius-card); overflow: hidden;
  box-shadow: var(--shadow-card); text-align: center; transition: box-shadow 0.2s, transform 0.2s;
}
.mm-hr .team-card:hover { box-shadow: var(--shadow-card-hover); transform: translateY(-2px); }
.mm-hr .team-photo {
  width: 100%; height: 200px; object-fit: cover; object-position: top; display: block; background: #c8d8ce;
}
.mm-hr .team-photo-placeholder {
  width: 100%; height: 200px; background: linear-gradient(135deg, #c8d8ce 0%, #a0bfac 100%);
  display: flex; align-items: center; justify-content: center; color: var(--dark-green); opacity: 0.4;
}
.mm-hr .team-body { padding: 16px 14px 20px; }
.mm-hr .team-card h4 { font-size: 17px; color: var(--navy); margin-bottom: 4px; }
.mm-hr .team-role { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green); }

/* ══════════════════════════════════
   11. GALLERY
══════════════════════════════════ */
.mm-hr .gallery-section { background: var(--navy); padding: 72px 24px; }
.mm-hr .gallery-section .section-label { color: #7dd4a8; }
.mm-hr .gallery-section .section-title { color: #fff; }
.mm-hr .gallery-section .section-sub { color: rgba(255,255,255,0.65); }
.mm-hr .gallery-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-top: 48px; }
.mm-hr .gallery-card { border-radius: var(--radius-card); overflow: hidden; }
.mm-hr .gallery-photo { width: 100%; height: clamp(300px, 24vw, 380px); object-fit: cover; object-position: center; display: block; }
.mm-hr .gallery-caption { padding: 12px 14px 16px; background: rgba(255,255,255,0.06); }
.mm-hr .gallery-caption strong { font-size: 14px; color: #fff; display: block; margin-bottom: 2px; }
.mm-hr .gallery-caption p { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.4; margin: 0; }

/* ══════════════════════════════════
   12. GOOGLE REVIEWS
══════════════════════════════════ */
.mm-hr .reviews-section { background: var(--off-white); padding: 52px 24px; }
.mm-hr .reviews-inner { max-width: 700px; margin: 0 auto; text-align: center; }
.mm-hr .reviews-stars { display: flex; justify-content: center; gap: 6px; margin-bottom: 16px; }
.mm-hr .reviews-score {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Arial, sans-serif;
  font-size: 22px; font-weight: 700; color: var(--navy); margin-bottom: 8px;
}
.mm-hr .reviews-score span { color: var(--green); }
.mm-hr .reviews-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid #d8e8de; border-radius: 40px;
  padding: 8px 20px; margin-bottom: 24px; box-shadow: 0 1px 4px rgba(42,73,50,0.10);
}
.mm-hr .reviews-badge-text { font-size: 14px; font-weight: 600; color: var(--text-body); }
.mm-hr .elfsight-wrap { width: 100%; max-width: 900px; height: 200px; margin: 24px auto 0; background: #F1EFEB !important; }
.mm-hr .elfsight-wrap [class*="review"],
.mm-hr .elfsight-wrap [class*="card"],
.mm-hr .elfsight-wrap [class*="item"],
.mm-hr .elfsight-wrap [class*="widget"],
.mm-hr .elfsight-wrap [class*="eapps"] { background-color: #F1EFEB !important; background: #F1EFEB !important; }
.mm-hr .reviews-link {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--green); font-weight: 700; font-size: 16px; text-decoration: none;
}
.mm-hr .reviews-link:hover { text-decoration: underline; }

/* ══════════════════════════════════
   13. CREDENTIALS
══════════════════════════════════ */
.mm-hr .creds-section { background: var(--dark-green); padding: 72px 24px; }
.mm-hr .creds-section .section-label { color: #7dd4a8; }
.mm-hr .creds-section .section-title { color: #fff; }
.mm-hr .creds-section .section-sub { color: rgba(255,255,255,0.7); }
.mm-hr .creds-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.mm-hr .creds-grid .cred-card:last-child:nth-child(3n+1) { grid-column: 2; }
.mm-hr .cred-card {
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-card); padding: 28px 24px; display: flex; gap: 16px; align-items: flex-start;
}
.mm-hr .cred-card-link {
  color: inherit; text-decoration: none;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.mm-hr .cred-card-link:hover,
.mm-hr .cred-card-link:focus {
  background: rgba(255,255,255,0.11); border-color: rgba(125,212,168,0.42);
  transform: translateY(-2px); outline: none;
}
.mm-hr .cred-icon-wrap {
  width: 44px; height: 44px; min-width: 44px; background: rgba(63,170,108,0.2);
  border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #7dd4a8;
}
.mm-hr .cred-text h4 { font-size: 16px; color: #fff; margin-bottom: 6px; }
.mm-hr .cred-text p { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.5; }

/* ══════════════════════════════════
   14. FAQ
══════════════════════════════════ */
.mm-hr .faq-section { background: var(--off-white); }
.mm-hr .faq-list { max-width: 780px; margin: 40px auto 0; }
.mm-hr .faq-item { border-bottom: 1px solid rgba(42,73,50,0.12); }
.mm-hr .faq-item input[type="checkbox"] { display: none; }
.mm-hr .faq-question-heading { margin: 0; font-size: inherit; line-height: inherit; }
.mm-hr .faq-label {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 0; cursor: pointer; font-weight: 700; font-size: 16px; color: var(--navy);
  user-select: none; -webkit-user-select: none;
}
.mm-hr .faq-label:hover { color: var(--green); }
.mm-hr .faq-icon {
  width: 28px; height: 28px; min-width: 28px; border-radius: 50%;
  background: rgba(63,170,108,0.12); display: flex; align-items: center; justify-content: center;
  color: var(--green); transition: transform 0.25s, background 0.2s;
}
.mm-hr .faq-item input:checked ~ .faq-question-heading .faq-icon { background: var(--green); color: #fff; transform: rotate(45deg); }
.mm-hr .faq-answer {
  max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.25s ease;
  font-size: 16px; color: var(--text-muted); line-height: 1.7;
}
.mm-hr .faq-answer a { color: var(--green); font-weight: 700; text-decoration: none; }
.mm-hr .faq-answer a:hover { text-decoration: underline; }
.mm-hr .faq-item input:checked ~ .faq-answer { max-height: 620px; padding-bottom: 20px; }

/* ══════════════════════════════════
   15. LEAD GEN FORM
══════════════════════════════════ */
.mm-hr .form-section { background: #fff; padding: 80px 24px; }
.mm-hr .form-wrapper { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.mm-hr .form-left .section-label { text-align: left; }
.mm-hr .form-left h2 { font-size: clamp(24px, 3vw, 36px); color: var(--navy); margin-bottom: 16px; text-align: left; }
.mm-hr .form-left p { font-size: 16px; color: var(--text-muted); margin-bottom: 28px; }
.mm-hr .form-trust-list { list-style: none; }
.mm-hr .form-trust-list li {
  font-size: 16px; color: var(--text-body); padding: 10px 0;
  display: flex; align-items: center; gap: 10px; border-bottom: 1px solid rgba(42,73,50,0.08);
}
.mm-hr .form-trust-list li::before {
  content: ''; display: block; width: 20px; height: 20px; min-width: 20px; background: var(--green);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
  background-size: 12px; background-repeat: no-repeat; background-position: center;
}
.mm-hr .form-right {
  background: var(--off-white); border-radius: 14px; padding: 40px 36px;
  box-shadow: 0 4px 24px rgba(42,73,50,0.12);
}
.mm-hr .form-right h3 { font-size: 22px; color: var(--navy); margin-bottom: 6px; }
.mm-hr .form-subtitle { font-size: 14px; color: var(--text-muted); margin-bottom: 28px; }
.mm-hr .form-legal { font-size: 12px; color: var(--text-muted); text-align: center; margin-top: 14px; }

/* Gravity Forms brand overrides */
.mm-hr .gform-wrapper { font-family: 'Satoshi', sans-serif !important; }
.mm-hr .gform-wrapper label.gfield_label { font-weight: 600 !important; font-size: 14px !important; color: var(--navy) !important; margin-bottom: 6px !important; }
.mm-hr .gform-wrapper input[type="text"],
.mm-hr .gform-wrapper input[type="email"],
.mm-hr .gform-wrapper input[type="tel"],
.mm-hr .gform-wrapper select,
.mm-hr .gform-wrapper textarea {
  width: 100% !important; border: 1.5px solid #c8d8ce !important; border-radius: 8px !important;
  padding: 12px 14px !important; font-size: 16px !important; font-family: 'Satoshi', sans-serif !important;
  color: var(--navy) !important; background: #fff !important; transition: border-color 0.2s !important;
}
.mm-hr .gform-wrapper input:focus,.mm-hr .gform-wrapper select:focus,.mm-hr .gform-wrapper textarea:focus { outline: none !important; border-color: var(--green) !important; }
.mm-hr .gform-wrapper .gform_footer input[type="submit"],
.mm-hr .gform-wrapper .gform_footer button {
  width: 100% !important; background: var(--green) !important; color: #fff !important; border: none !important;
  border-radius: var(--radius-btn) !important; padding: 15px 24px !important;
  font-size: 16px !important; font-weight: 700 !important; font-family: 'Satoshi', sans-serif !important;
  cursor: pointer !important; transition: background 0.2s !important;
}
.mm-hr .gform-wrapper .gform_footer input[type="submit"]:hover,
.mm-hr .gform-wrapper .gform_footer button:hover { background: #329958 !important; }

/* ══════════════════════════════════
   16. FINAL CTA
══════════════════════════════════ */
.mm-hr .final-cta { background: var(--green); padding: 64px 24px; text-align: center; }
.mm-hr .final-cta h2 { font-size: clamp(24px, 3.5vw, 38px); color: #fff; margin-bottom: 10px; }
.mm-hr .final-cta p { font-size: 17px; color: rgba(255,255,255,0.82); margin-bottom: 32px; }
.mm-hr .final-cta-btns {
  display: flex; gap: 16px; justify-content: center; align-items: center; flex-wrap: wrap;
  max-width: 760px; margin: 0 auto;
}
.mm-hr .final-cta-btns .btn-ghost-white {
  min-width: 290px; background: #fff; color: var(--dark-green); border-color: #fff;
  padding: 15px 32px; font-size: 17px; font-weight: 800; text-align: center;
  box-shadow: 0 14px 30px rgba(13,37,23,0.2);
}
.mm-hr .final-cta-btns .btn-ghost-white:hover {
  background: var(--off-white); color: var(--dark-green);
  box-shadow: 0 18px 34px rgba(13,37,23,0.26); transform: translateY(-1px);
}
.mm-hr .final-cta-btns .btn-outline {
  min-width: 250px; padding: 14px 30px; text-align: center;
  background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.82);
}

/* ══════════════════════════════════
   17. LOCATIONS
══════════════════════════════════ */
.mm-hr .locations-section { background: var(--dark-green); padding: 72px 24px; }
.mm-hr .locations-section .section-label { color: #7dd4a8; }
.mm-hr .locations-section .section-title { color: #fff; }
.mm-hr .locations-section .section-sub { color: rgba(255,255,255,0.65); }
.mm-hr .locations-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 48px; }
.mm-hr .location-card {
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-card); padding: 28px 24px; transition: background 0.2s;
}
.mm-hr .location-card:hover { background: rgba(255,255,255,0.11); }
.mm-hr .location-card.current-location { background: rgba(63,170,108,0.15); border-color: rgba(63,170,108,0.4); }
.mm-hr .location-pin { color: var(--green); margin-bottom: 14px; }
.mm-hr .location-city { font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Arial, sans-serif; font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.mm-hr .location-city-tag { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #7dd4a8; background: rgba(125,212,168,0.15); padding: 2px 8px; border-radius: 10px; display: inline-block; margin-bottom: 8px; }
.mm-hr .location-addr { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.55; margin-bottom: 12px; text-decoration: none; display: block; }
.mm-hr a.location-addr:hover { color: rgba(255,255,255,0.85); text-decoration: underline; }
.mm-hr .location-phone { display: inline-flex; align-items: center; gap: 6px; color: #7dd4a8; font-weight: 700; font-size: 16px; text-decoration: none; }
.mm-hr .location-phone:hover { color: #fff; }

/* ══════════════════════════════════
   RESPONSIVE
══════════════════════════════════ */
@media (max-width: 1024px) {
  .mm-hr .why-grid { grid-template-columns: repeat(2,1fr); }
  .mm-hr .team-grid { grid-template-columns: repeat(2,1fr); }
  .mm-hr .team-photo { height: auto; object-fit: initial; object-position: initial; background: #f4f4f1; }
  .mm-hr .team-photo-placeholder { height: clamp(280px, 42vw, 420px); }
}

@media (max-width: 900px) {
  .mm-hr .trust-bar-inner { grid-template-columns: repeat(2,1fr); gap: 20px; }
  .mm-hr .trust-bar-inner .trust-item:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .mm-hr .services-grid, .mm-hr .process-steps,
  .mm-hr .creds-grid, .mm-hr .locations-grid { grid-template-columns: repeat(2,1fr); }
  .mm-hr .service-media { height: clamp(220px, 32vw, 300px); }
  .mm-hr .creds-grid .cred-card:last-child:nth-child(3n+1) { grid-column: auto; }
  .mm-hr .map-grid { grid-template-columns: 1fr; }
  .mm-hr .ceo-grid { grid-template-columns: 1fr; }
  .mm-hr .ceo-photo { aspect-ratio: 4/3; max-width: 480px; }
  .mm-hr .form-wrapper { grid-template-columns: 1fr; gap: 40px; }
  .mm-hr .process-steps::before { display: none; }
}

@media (max-width: 600px) {
  .mm-hr .mm-section { padding: 52px 18px; }
  .mm-hr .trust-bar-inner { grid-template-columns: repeat(2,1fr); }
  .mm-hr .trust-item-icon { width: 54px; height: 54px; }
  .mm-hr .trust-item-icon svg { width: 32px; height: 32px; }
  .mm-hr .services-grid, .mm-hr .process-steps,
  .mm-hr .creds-grid, .mm-hr .locations-grid,
  .mm-hr .gallery-grid, .mm-hr .why-grid,
  .mm-hr .team-grid { grid-template-columns: 1fr; }
  .mm-hr .service-media { height: clamp(220px, 48vw, 320px); }
  .mm-hr .team-card { max-width: 520px; margin: 0 auto; width: 100%; }
  .mm-hr .team-photo { height: auto; }
  .mm-hr .team-photo-placeholder { height: clamp(300px, 78vw, 440px); }
  .mm-hr .gallery-photo { height: 200px; }
  .mm-hr .hero-ctas { flex-direction: column; }
  .mm-hr .hero-ctas a { width: 100%; text-align: center; }
  .mm-hr .cta-banner-inner { flex-direction: column; align-items: flex-start; }
  .mm-hr .cta-inspection .cta-banner-inner { align-items: center; }
  .mm-hr .cta-inspection .cta-banner-btns { flex-direction: column; align-items: center; }
  .mm-hr .cta-inspection .cta-banner-btns a { width: 100%; max-width: 360px; }
  .mm-hr .final-cta-btns { flex-direction: column; align-items: center; }
  .mm-hr .final-cta-btns a { width: 100%; text-align: center; }
  .mm-hr .form-right { padding: 28px 20px; }
  .mm-hr .ceo-stats { gap: 20px; }
}

/* ── Namespace: mm-cr (M&M Commercial Roofing) ── */

.mm-cr * { box-sizing: border-box; margin: 0; padding: 0; }

.mm-cr {
  font-family: 'Satoshi', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #0D2517;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  --green: #3FAA6C;
  --dark-green: #2a4932;
  --navy: #0D2517;
  --off-white: #F1EFEB;
  --red: #D61F1F;
  --gold: #F5A623;
  --text-body: #2d4a3a;
  --text-muted: #5a7a68;
  --radius-card: 10px;
  --radius-btn: 24px;
  --shadow-card: 0 1px 6px rgba(42,73,50,0.15);
  --shadow-card-hover: 0 4px 20px rgba(42,73,50,0.22);
}

.mm-cr h1,.mm-cr h2,.mm-cr h3,.mm-cr h4 {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.15;
  font-weight: 700;
}

/* ── Buttons ── */
.mm-cr .btn-primary {
  display: inline-block; background: var(--green); color: #fff;
  font-family: 'Satoshi', sans-serif; font-weight: 700; font-size: 16px;
  padding: 14px 28px; border-radius: var(--radius-btn); text-decoration: none;
  border: none; cursor: pointer; transition: background 0.2s, transform 0.15s; box-sizing: border-box;
}
.mm-cr .btn-primary:hover { background: #329958; transform: translateY(-1px); color: #fff; }

.mm-cr .btn-outline {
  display: inline-block; background: transparent; color: #fff;
  font-family: 'Satoshi', sans-serif; font-weight: 700; font-size: 16px;
  padding: 13px 28px; border-radius: var(--radius-btn); border: 2px solid #fff;
  text-decoration: none; cursor: pointer; transition: background 0.2s, color 0.2s; box-sizing: border-box;
}
.mm-cr .btn-outline:hover { background: #fff; color: var(--dark-green); }

.mm-cr .btn-ghost {
  display: inline-block; background: transparent; color: var(--green);
  font-family: 'Satoshi', sans-serif; font-weight: 700; font-size: 15px;
  padding: 11px 24px; border-radius: var(--radius-btn); border: 2px solid var(--green);
  text-decoration: none; cursor: pointer; transition: background 0.2s, color 0.2s;
}
.mm-cr .btn-ghost:hover { background: var(--green); color: #fff; }

/* ── Layout helpers ── */
.mm-cr .mm-section { padding: 72px 24px; }
.mm-cr .mm-narrow { max-width: 780px; margin: 0 auto; text-align: center; }
.mm-cr .mm-wide { max-width: 1180px; margin: 0 auto; }

.mm-cr .section-label {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--green); margin-bottom: 12px;
}
.mm-cr .section-title { font-size: clamp(28px, 4vw, 42px); color: var(--navy); margin-bottom: 16px; }
.mm-cr .section-sub { font-size: 18px; color: var(--text-muted); max-width: 640px; margin: 0 auto 40px; }

/* ── SVG icon helpers ── */
.mm-cr .mm-icon { display: block; }
.mm-cr .mm-icon svg { display: block; }

/* ══════════════════════════════════
   1. HERO
══════════════════════════════════ */
.mm-cr .hero {
  position: relative; background: var(--navy); min-height: 580px;
  display: flex; align-items: center; overflow: hidden; padding: 200px 24px 80px;
}
.mm-cr .hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(125deg, rgba(13,37,23,0.92) 0%, rgba(13,37,23,0.7) 60%, rgba(13,37,23,0.5) 100%);
  z-index: 1;
}
.mm-cr .hero-bg-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 40%; z-index: 0;
}
.mm-cr .hero-content {
  position: relative; z-index: 2; max-width: 720px; margin: 0 auto; text-align: center;
}
.mm-cr .hero-eyebrow {
  display: inline-block; background: rgba(63,170,108,0.2); border: 1px solid rgba(63,170,108,0.5);
  color: #7dd4a8; font-size: 12px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 6px 16px; border-radius: 24px; margin-bottom: 24px;
}
.mm-cr .hero h1 { font-size: clamp(30px, 5vw, 52px); color: #fff; margin-bottom: 20px; letter-spacing: -0.01em; }
.mm-cr .hero h1 em { font-style: normal; color: #7dd4a8; }
.mm-cr .hero-sub { font-size: clamp(16px, 2vw, 19px); color: rgba(255,255,255,0.82); margin-bottom: 36px; max-width: 580px; margin-left: auto; margin-right: auto; }
.mm-cr .hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }

/* ══════════════════════════════════
   2. TRUST BAR
══════════════════════════════════ */
.mm-cr .trust-bar { background: var(--green); padding: 24px; }
.mm-cr .trust-bar-inner {
  max-width: 900px; margin: 0 auto; display: grid;
  grid-template-columns: repeat(3, 1fr); gap: 16px; text-align: center;
}
.mm-cr .trust-item { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.mm-cr .trust-item-icon { color: #fff; opacity: 0.9; }
.mm-cr .trust-label { color: #fff; font-weight: 700; font-size: 14px; line-height: 1.3; }

/* ══════════════════════════════════
   3. GOOGLE REVIEWS
══════════════════════════════════ */
.mm-cr .reviews-section { background: var(--off-white); padding: 52px 24px; }
.mm-cr .reviews-inner {
  max-width: 700px; margin: 0 auto; text-align: center;
}
.mm-cr .reviews-stars { display: flex; justify-content: center; gap: 6px; margin-bottom: 16px; }
.mm-cr .reviews-score {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Arial, sans-serif;
  font-size: 22px; font-weight: 700; color: var(--navy); margin-bottom: 8px;
}
.mm-cr .reviews-score span { color: var(--green); }
.mm-cr .reviews-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid #d8e8de; border-radius: 40px;
  padding: 8px 20px; margin-bottom: 24px;
  box-shadow: 0 1px 4px rgba(42,73,50,0.10);
}
.mm-cr .reviews-badge-text { font-size: 14px; font-weight: 600; color: var(--text-body); }
.mm-cr .elfsight-wrap { width: 100%; max-width: 900px; margin: 24px auto 0; }
/* Elfsight background override — targets common widget card classes */
.mm-cr .elfsight-wrap [class*="review"],
.mm-cr .elfsight-wrap [class*="card"],
.mm-cr .elfsight-wrap [class*="item"],
.mm-cr .elfsight-wrap [class*="widget"],
.mm-cr .elfsight-wrap [class*="eapps"] { background-color: #F1EFEB !important; background: #F1EFEB !important; }
.mm-cr .elfsight-wrap { background: #F1EFEB !important; }
.mm-cr .reviews-link {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--green); font-weight: 700; font-size: 15px; text-decoration: none;
}
.mm-cr .reviews-link:hover { text-decoration: underline; }

/* ══════════════════════════════════
   4. PROBLEM → SOLUTION
══════════════════════════════════ */
.mm-cr .problem-section { background: #fff; }
.mm-cr .problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin: 40px 0; }
.mm-cr .problem-card {
  background: var(--off-white); border-radius: var(--radius-card); padding: 28px 24px;
  box-shadow: var(--shadow-card); border-top: 3px solid #ddd9d3; text-align: center;
}
.mm-cr .problem-icon { margin: 0 auto 16px; color: var(--dark-green); }
.mm-cr .problem-card h3 { font-size: 18px; color: var(--navy); margin-bottom: 10px; }
.mm-cr .problem-card p { font-size: 15px; color: var(--text-muted); line-height: 1.6; }
.mm-cr .solution-bridge {
  background: var(--dark-green); border-radius: var(--radius-card); padding: 32px 36px;
  text-align: center; margin-top: 8px;
}
.mm-cr .solution-bridge p { color: rgba(255,255,255,0.9); font-size: 18px; margin-bottom: 20px; }
.mm-cr .solution-bridge strong { color: #7dd4a8; }

/* ══════════════════════════════════
   5. SERVICES GRID
══════════════════════════════════ */
.mm-cr .services-section { background: var(--off-white); }
.mm-cr .services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.mm-cr .service-card {
  background: #fff; border-radius: var(--radius-card); padding: 28px 24px;
  box-shadow: var(--shadow-card); transition: box-shadow 0.2s, transform 0.2s; text-align: center;
}
.mm-cr .service-card:hover { box-shadow: var(--shadow-card-hover); transform: translateY(-2px); }
.mm-cr .service-card.featured { background: var(--dark-green); border: 2px solid var(--green); }
.mm-cr .service-icon { margin: 0 auto 14px; }
.mm-cr .service-card:not(.featured) .service-icon { color: var(--dark-green); }
.mm-cr .service-card.featured .service-icon { color: #7dd4a8; }
.mm-cr .service-badge {
  display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--green); background: rgba(63,170,108,0.12);
  padding: 3px 10px; border-radius: 12px; margin-bottom: 12px;
}
.mm-cr .service-card.featured .service-badge { background: rgba(125,212,168,0.2); color: #7dd4a8; }
.mm-cr .service-card h3 { font-size: 18px; color: var(--navy); margin-bottom: 10px; }
.mm-cr .service-card.featured h3 { color: #fff; }
.mm-cr .service-card p { font-size: 15px; color: var(--text-muted); line-height: 1.6; margin-bottom: 16px; }
.mm-cr .service-card.featured p { color: rgba(255,255,255,0.75); }
.mm-cr .service-link { font-size: 14px; font-weight: 700; color: var(--green); text-decoration: none; }
.mm-cr .service-card.featured .service-link { color: #7dd4a8; }
.mm-cr .service-link:hover { text-decoration: underline; }

/* ══════════════════════════════════
   6. COATINGS FEATURE
══════════════════════════════════ */
.mm-cr .coatings-section { background: var(--navy); padding: 80px 24px; }
.mm-cr .coatings-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.mm-cr .coatings-text .section-label { color: #7dd4a8; }
.mm-cr .coatings-text h2 { font-size: clamp(26px, 3.5vw, 40px); color: #fff; margin-bottom: 20px; }
.mm-cr .coatings-text p { color: rgba(255,255,255,0.75); font-size: 16px; margin-bottom: 16px; }
.mm-cr .coatings-stat-box {
  background: rgba(63,170,108,0.15); border: 1px solid rgba(63,170,108,0.35);
  border-radius: var(--radius-card); padding: 20px 24px; margin: 24px 0;
}
.mm-cr .stat-number { font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Arial, sans-serif; font-size: 36px; font-weight: 700; color: #7dd4a8; display: block; margin-bottom: 4px; }
.mm-cr .stat-desc { color: rgba(255,255,255,0.75); font-size: 15px; margin: 0; }
.mm-cr .coatings-benefits { list-style: none; margin-bottom: 32px; }
.mm-cr .coatings-benefits li {
  color: rgba(255,255,255,0.85); font-size: 15px; padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; gap: 10px;
}
.mm-cr .coatings-benefits li::before {
  content: ''; display: block; width: 22px; height: 22px; min-width: 22px;
  background: var(--green); border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
  background-size: 14px; background-repeat: no-repeat; background-position: center;
}
.mm-cr .coatings-photo { position: relative; }
.mm-cr .coatings-photo-inner {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px; overflow: hidden; aspect-ratio: 1/1;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 12px; color: rgba(255,255,255,0.5); text-align: center; padding: 32px;
}
.mm-cr .coatings-photo-icon { opacity: 0.4; color: rgba(255,255,255,0.6); }
.mm-cr .coatings-photo-label { font-size: 14px; font-weight: 600; opacity: 0.5; }
.mm-cr .coatings-case-tag {
  position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%);
  background: var(--green); color: #fff; font-size: 13px; font-weight: 700;
  padding: 8px 20px; border-radius: 24px; white-space: nowrap; box-shadow: 0 4px 12px rgba(63,170,108,0.4);
}

/* ══════════════════════════════════
   7. BUILDINGS WE SERVE
══════════════════════════════════ */
.mm-cr .buildings-section { background: #fff; }
.mm-cr .buildings-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 48px; }
.mm-cr .building-card {
  background: var(--off-white); border-radius: var(--radius-card); padding: 28px 20px;
  text-align: center; box-shadow: var(--shadow-card); transition: box-shadow 0.2s, transform 0.2s;
}
.mm-cr .building-card:hover { box-shadow: var(--shadow-card-hover); transform: translateY(-2px); }
.mm-cr .building-icon { margin: 0 auto 12px; color: var(--dark-green); }
.mm-cr .building-card h3 { font-size: 16px; color: var(--navy); margin-bottom: 8px; }
.mm-cr .building-card p { font-size: 14px; color: var(--text-muted); line-height: 1.5; }

/* ══════════════════════════════════
   8. PROCESS
══════════════════════════════════ */
.mm-cr .process-section { background: var(--off-white); }
.mm-cr .process-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; margin-top: 48px; position: relative; }
.mm-cr .process-steps::before {
  content: ''; position: absolute; top: 36px; left: calc(16.6% + 12px); right: calc(16.6% + 12px);
  height: 2px; background: var(--green); opacity: 0.25;
}
.mm-cr .process-step { text-align: center; position: relative; }
.mm-cr .step-number {
  width: 72px; height: 72px; border-radius: 50%; background: var(--green); color: #fff;
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Arial, sans-serif; font-size: 26px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; position: relative; z-index: 1;
}
.mm-cr .process-step h3 { font-size: 18px; color: var(--navy); margin-bottom: 10px; }
.mm-cr .process-step p { font-size: 15px; color: var(--text-muted); line-height: 1.6; }
.mm-cr .process-note {
  margin-top: 40px; background: rgba(63,170,108,0.08); border-left: 4px solid var(--green);
  border-radius: 0 var(--radius-card) var(--radius-card) 0; padding: 18px 24px;
  font-size: 15px; color: var(--dark-green); max-width: 680px; margin-left: auto; margin-right: auto;
}

/* ══════════════════════════════════
   9. CREDENTIALS
══════════════════════════════════ */
.mm-cr .creds-section { background: var(--dark-green); padding: 72px 24px; }
.mm-cr .creds-section .section-label { color: #7dd4a8; }
.mm-cr .creds-section .section-title { color: #fff; }
.mm-cr .creds-section .section-sub { color: rgba(255,255,255,0.7); }
.mm-cr .creds-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.mm-cr .creds-grid .cred-card:last-child:nth-child(3n+1) { grid-column: 2; }
.mm-cr .cred-card {
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-card); padding: 28px 24px; display: flex; gap: 16px; align-items: flex-start;
}
.mm-cr .cred-icon-wrap {
  width: 44px; height: 44px; min-width: 44px; background: rgba(63,170,108,0.2);
  border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #7dd4a8;
}
.mm-cr .cred-text h4 { font-size: 16px; color: #fff; margin-bottom: 6px; }
.mm-cr .cred-text p { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.5; }


/* ══════════════════════════════════
   10. FORM SECTION
══════════════════════════════════ */
.mm-cr .form-section { background: #fff; padding: 80px 24px; }
.mm-cr .form-wrapper { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.mm-cr .form-left .section-label { text-align: left; }
.mm-cr .form-left h2 { font-size: clamp(24px, 3vw, 36px); color: var(--navy); margin-bottom: 16px; text-align: left; }
.mm-cr .form-left p { font-size: 16px; color: var(--text-muted); margin-bottom: 28px; }
.mm-cr .form-trust-list { list-style: none; }
.mm-cr .form-trust-list li {
  font-size: 15px; color: var(--text-body); padding: 8px 0;
  display: flex; align-items: center; gap: 10px; border-bottom: 1px solid rgba(42,73,50,0.08);
}
.mm-cr .form-trust-list li::before {
  content: ''; display: block; width: 20px; height: 20px; min-width: 20px; background: var(--green);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
  background-size: 12px; background-repeat: no-repeat; background-position: center;
}
.mm-cr .form-right {
  background: var(--off-white); border-radius: 14px; padding: 40px 36px;
  box-shadow: 0 4px 24px rgba(42,73,50,0.12);
}
.mm-cr .form-right h3 { font-size: 22px; color: var(--navy); margin-bottom: 6px; }
.mm-cr .form-subtitle { font-size: 14px; color: var(--text-muted); margin-bottom: 28px; }
.mm-cr .form-legal { font-size: 12px; color: var(--text-muted); text-align: center; margin-top: 14px; }

/* Gravity Forms brand overrides */
.mm-cr .gform-wrapper { font-family: 'Satoshi', sans-serif !important; }
.mm-cr .gform-wrapper label.gfield_label { font-weight: 600 !important; font-size: 14px !important; color: var(--navy) !important; margin-bottom: 6px !important; }
.mm-cr .gform-wrapper input[type="text"],
.mm-cr .gform-wrapper input[type="email"],
.mm-cr .gform-wrapper input[type="tel"],
.mm-cr .gform-wrapper select,
.mm-cr .gform-wrapper textarea {
  width: 100% !important; border: 1.5px solid #c8d8ce !important; border-radius: 8px !important;
  padding: 12px 14px !important; font-size: 15px !important; font-family: 'Satoshi', sans-serif !important;
  color: var(--navy) !important; background: #fff !important; transition: border-color 0.2s !important;
}
.mm-cr .gform-wrapper input:focus,.mm-cr .gform-wrapper select:focus,.mm-cr .gform-wrapper textarea:focus { outline: none !important; border-color: var(--green) !important; }
.mm-cr .gform-wrapper .gform_footer input[type="submit"],
.mm-cr .gform-wrapper .gform_footer button {
  width: 100% !important; background: var(--green) !important; color: #fff !important; border: none !important;
  border-radius: var(--radius-btn) !important; padding: 15px 24px !important;
  font-size: 16px !important; font-weight: 700 !important; font-family: 'Satoshi', sans-serif !important;
  cursor: pointer !important; transition: background 0.2s !important;
}
.mm-cr .gform-wrapper .gform_footer input[type="submit"]:hover,
.mm-cr .gform-wrapper .gform_footer button:hover { background: #329958 !important; }

/* ══════════════════════════════════
   11. LOCATIONS
══════════════════════════════════ */
.mm-cr .locations-section { background: var(--dark-green); padding: 72px 24px; }
.mm-cr .locations-section .section-label { color: #7dd4a8; }
.mm-cr .locations-section .section-title { color: #fff; }
.mm-cr .locations-section .section-eyebrow-sub { color: rgba(255,255,255,0.75); font-size: 15px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; margin-top: -8px; margin-bottom: 12px; }
.mm-cr .locations-section .section-sub { color: rgba(255,255,255,0.65); }
.mm-cr .locations-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 48px; }
.mm-cr .location-card {
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-card); padding: 28px 24px;
  transition: background 0.2s;
}
.mm-cr .location-card:hover { background: rgba(255,255,255,0.11); }
.mm-cr .location-pin { color: var(--green); margin-bottom: 14px; }
.mm-cr .location-city { font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Arial, sans-serif; font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.mm-cr .location-addr { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.55; margin-bottom: 12px; text-decoration: none; display: block; }
.mm-cr a.location-addr:hover { color: rgba(255,255,255,0.85); text-decoration: underline; }
.mm-cr .location-phone { display: inline-flex; align-items: center; gap: 6px; color: #7dd4a8; font-weight: 700; font-size: 15px; text-decoration: none; }
.mm-cr .location-phone:hover { color: #fff; }

/* ══════════════════════════════════
   12. EMERGENCY BANNER
══════════════════════════════════ */
.mm-cr .emergency-banner { background: var(--red); padding: 22px 24px; text-align: center; }
.mm-cr .emergency-banner p { color: #fff; font-size: 17px; font-weight: 700; }
.mm-cr .emergency-phone { color: #fff; text-decoration: underline; font-weight: 700; }
.mm-cr .btn-emergency {
  display: inline-block; background: #fff; color: var(--red); font-weight: 700;
  font-size: 15px; padding: 10px 22px; border-radius: var(--radius-btn);
  text-decoration: none; margin-left: 20px; vertical-align: middle; transition: opacity 0.2s;
}
.mm-cr .btn-emergency:hover { opacity: 0.9; color: var(--red); }

/* ══════════════════════════════════
   RESPONSIVE
══════════════════════════════════ */
@media (max-width: 900px) {
  .mm-cr .trust-bar-inner { grid-template-columns: repeat(2,1fr); gap: 20px; }
  .mm-cr .trust-bar-inner .trust-item:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .mm-cr .problem-grid,.mm-cr .services-grid,.mm-cr .buildings-grid,
  .mm-cr .process-steps,.mm-cr .locations-grid { grid-template-columns: repeat(2,1fr); }
  .mm-cr .creds-grid {
    grid-template-columns: 1fr;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .mm-cr .creds-grid .cred-card:last-child:nth-child(3n+1) { grid-column: auto; }
  .mm-cr .coatings-inner,.mm-cr .form-wrapper { grid-template-columns: 1fr; gap: 40px; }
  .mm-cr .process-steps::before { display: none; }
}
@media (max-width: 600px) {
  .mm-cr .mm-section { padding: 52px 18px; }
  .mm-cr .hero { padding-top: 130px; }
  .mm-cr .trust-bar-inner { grid-template-columns: repeat(2,1fr); }
  .mm-cr .problem-grid,.mm-cr .services-grid,.mm-cr .buildings-grid,
  .mm-cr .process-steps,.mm-cr .creds-grid,.mm-cr .locations-grid { grid-template-columns: 1fr; }
  .mm-cr .hero-ctas { flex-direction: column; align-items: center; }
  .mm-cr .hero-ctas a { width: 100%; text-align: center; }
  .mm-cr .cred-card { padding: 24px 20px; }
  .mm-cr .form-right { padding: 28px 20px; }
  .mm-cr .coatings-section { padding: 60px 18px; }
  .mm-cr .emergency-banner .btn-emergency { display: block; margin: 12px auto 0; max-width: 220px; }
}




