/* ==================================================
   EPC Near Me — Assessor page content design
   Matches the enm- profile hero design language:
   deep green #043D24, CTA green #25C146, accent #4ade80,
   soft shadows, 16-24px radii.
   ================================================== */

:root {
  --enm-deep: #043D24;
  --enm-deep-2: #0a5233;
  --enm-cta: #25C146;
  --enm-accent: #4ade80;
  --enm-ink: #16241d;
  --enm-muted: #4b5f55;
  --enm-tint: #f2faf5;
  --enm-line: #dcebe2;
  --enm-radius: 20px;
  --enm-shadow: 0 16px 38px rgba(4, 61, 36, 0.10);
}

/* ---------- Price + phone band (wrapper .enm-price-band) ---------- */
.enm-price-band {
  width: 100%;
  box-sizing: border-box;
  max-width: 900px;
  margin: 34px auto 10px;
  background: var(--enm-deep);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--enm-radius);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.22);
  padding: 30px 28px 32px;
  text-align: center;
}
.enm-price-band .fl-module,
.enm-price-band .fl-module-content,
.enm-price-band .fl-html {
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  max-width: none !important;
  float: none !important;
}
.enm-price-band h2.fl-heading {
  background: transparent !important;
  color: #fff !important;
  text-align: center;
  font-size: 32px !important;
  font-weight: 800;
  letter-spacing: 0.2px;
  line-height: 1.2 !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
}
.enm-price-band h2.fl-heading .fl-heading-text {
  background: transparent !important;
  color: #fff !important;
  font-size: inherit !important;
  line-height: inherit !important;
  display: inline !important;
  padding: 0 !important;
}
.enm-price-band .fl-html h4,
.enm-price-band .fl-html p {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.92) !important;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 !important;
}
.enm-price-band .fl-html a.assessor_phone {
  display: inline-block;
  background: var(--enm-cta);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
  padding: 8px 18px;
  margin: 0 4px;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.enm-price-band .fl-html a.assessor_phone:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

/* ---------- SEO content block (node 0nliqhmxzgd3) ---------- */
.fl-node-0nliqhmxzgd3 {
  max-width: 900px;
  margin: 8px auto 0 !important;
}
.fl-node-0nliqhmxzgd3 .fl-module-content {
  margin: 0 !important;
}

/* Intro */
.enm-bio-intro {
  padding: 30px 4px 6px;
}
.enm-bio-title {
  font-size: 32px !important;
  font-weight: 800;
  color: var(--enm-ink) !important;
  margin: 0 0 14px !important;
  line-height: 1.15;
}
.enm-bio-title strong {
  font-weight: 800;
}
.enm-bio-intro > p:first-of-type {
  font-size: 19px;
  line-height: 1.65;
  color: var(--enm-ink);
}
.enm-bio-intro p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--enm-muted);
  margin: 0 0 14px;
}

/* Sections */
.enm-bio-section {
  background: #fff;
  border: 1px solid var(--enm-line);
  border-radius: var(--enm-radius);
  box-shadow: var(--enm-shadow);
  padding: 26px 30px;
  margin: 18px 0;
}
.enm-bio-section h2 {
  font-size: 22px !important;
  font-weight: 800;
  color: var(--enm-ink) !important;
  margin: 0 0 6px !important;
  padding-bottom: 12px;
  line-height: 1.25;
  position: relative;
}
.enm-bio-section h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 46px;
  height: 4px;
  border-radius: 2px;
  background: var(--enm-accent);
}
.enm-bio-section p {
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--enm-muted);
  margin: 10px 0 0;
}
.enm-bio-section a,
.enm-bio-intro a {
  color: var(--enm-deep-2);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: var(--enm-accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
.enm-bio-section a:hover,
.enm-bio-intro a:hover {
  color: var(--enm-deep);
}

/* Checklist */
ul.enm-checklist {
  list-style: none !important;
  margin: 16px 0 4px !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 22px;
}
ul.enm-checklist li {
  position: relative;
  padding: 10px 12px 10px 44px;
  background: var(--enm-tint);
  border: 1px solid var(--enm-line);
  border-radius: 12px;
  font-size: 15.5px;
  line-height: 1.45;
  color: var(--enm-ink);
}
ul.enm-checklist li::before {
  content: "\2713";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--enm-cta);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 22px;
  text-align: center;
}

/* Final CTA card */
.enm-bio-section.enm-bio-cta {
  background: var(--enm-deep);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.22);
}
.enm-bio-cta h2 {
  color: #fff !important;
}
.enm-bio-cta p {
  color: rgba(255, 255, 255, 0.85);
}
.enm-bio-cta a {
  color: var(--enm-accent);
}
.enm-bio-cta a:hover {
  color: #fff;
}
.enm-bio-cta a.enm-town-pill {
  display: inline-block;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  padding: 7px 16px;
  margin: 6px 6px 0 0;
  border-radius: 999px;
  transition: background 0.15s ease;
}
.enm-bio-cta a.enm-town-pill:hover {
  background: var(--enm-cta);
  border-color: var(--enm-cta);
  color: #fff;
}

/* ---------- Accreditation gallery (node lzvcnh10pd4m) ---------- */
.fl-node-lzvcnh10pd4m {
  display: block !important;
  width: 100% !important;
  max-width: 900px !important;
  margin: 26px auto !important;
  box-sizing: border-box;
}
.fl-node-lzvcnh10pd4m .fl-module-content {
  margin: 0 !important;
  width: 100% !important;
}
.fl-node-lzvcnh10pd4m .fl-mosaicflow {
  height: auto !important;
  width: 100% !important;
}
.fl-node-lzvcnh10pd4m .fl-mosaicflow-content {
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 18px;
  width: 100%;
  height: auto !important;
}
/* flatten mosaic columns so every logo sits on one row */
.fl-node-lzvcnh10pd4m .fl-mosaicflow-col {
  display: contents !important;
}
.fl-node-lzvcnh10pd4m .fl-mosaicflow-item {
  flex: 1 0 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--enm-line);
  border-radius: 14px;
  padding: 18px 16px;
  box-shadow: var(--enm-shadow);
  margin: 0 !important;
}
.fl-node-lzvcnh10pd4m .fl-photo,
.fl-node-lzvcnh10pd4m .fl-photo-content {
  width: 100%;
}
.fl-node-lzvcnh10pd4m .fl-photo-img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 190px;
  margin: 0 auto;
}

/* ---------- Separators ---------- */
.fl-node-2x7z8dw3oapq,
.fl-node-8dvw0ptx4sz6 {
  display: none !important;
}

/* ---------- Bottom CTA strips (nodes cdprxu4bih07 + hrlzwd8f42xy) ---------- */
.fl-node-cdprxu4bih07,
.fl-node-hrlzwd8f42xy {
  display: block !important;
  width: 100% !important;
  max-width: 900px !important;
  margin: 18px auto !important;
  float: none !important;
  box-sizing: border-box;
}
.fl-node-cdprxu4bih07 .fl-module-content,
.fl-node-hrlzwd8f42xy .fl-module-content {
  margin: 0 !important;
  width: 100% !important;
}
.fl-node-cdprxu4bih07 .fl-cta-wrap,
.fl-node-hrlzwd8f42xy .fl-cta-wrap {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 28px;
  align-items: center;
  width: 100% !important;
  box-sizing: border-box;
  background: var(--enm-tint);
  border: 1px solid var(--enm-line);
  border-radius: var(--enm-radius);
  box-shadow: var(--enm-shadow);
  padding: 26px 30px;
}
.fl-node-cdprxu4bih07 .fl-cta-title,
.fl-node-hrlzwd8f42xy .fl-cta-title {
  font-size: 21px !important;
  font-weight: 800;
  color: var(--enm-ink) !important;
  margin: 0 0 6px !important;
  line-height: 1.3;
}
.fl-node-cdprxu4bih07 .fl-cta-text-content p,
.fl-node-hrlzwd8f42xy .fl-cta-text-content p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--enm-muted);
  margin: 0;
}
.fl-node-cdprxu4bih07 .fl-cta-button,
.fl-node-hrlzwd8f42xy .fl-cta-button {
  width: auto !important;
  justify-self: end;
}
.fl-node-cdprxu4bih07 .fl-button-wrap,
.fl-node-hrlzwd8f42xy .fl-button-wrap {
  display: block !important;
  width: auto !important;
}
.fl-node-cdprxu4bih07 a.fl-button,
.fl-node-hrlzwd8f42xy a.fl-button {
  display: inline-block !important;
  position: static !important;
  width: auto !important;
  min-width: 170px;
  background: var(--enm-cta) !important;
  border: 1px solid var(--enm-cta) !important;
  border-radius: 10px !important;
  padding: 15px 28px !important;
  box-shadow: 0 10px 24px rgba(4, 61, 36, 0.18);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  white-space: nowrap;
  text-align: center;
  text-decoration: none !important;
  line-height: 1.2 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #fff !important;
  box-sizing: border-box;
  overflow: visible;
}
.fl-node-cdprxu4bih07 a.fl-button:hover,
.fl-node-hrlzwd8f42xy a.fl-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(4, 61, 36, 0.26);
  background: #31D957 !important;
  border-color: #31D957 !important;
}
.fl-node-cdprxu4bih07 a.fl-button .fl-button-text,
.fl-node-hrlzwd8f42xy a.fl-button .fl-button-text {
  display: inline !important;
  position: static !important;
  color: #fff !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  background: transparent !important;
  padding: 0 !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .enm-price-band {
    padding: 22px 16px 24px;
  }
  .enm-price-band h2.fl-heading {
    font-size: 25px !important;
  }
  .fl-node-lzvcnh10pd4m .fl-mosaicflow-content {
    flex-wrap: wrap;
  }
  .enm-bio-title {
    font-size: 26px !important;
  }
  .enm-bio-section {
    padding: 20px 18px;
  }
  ul.enm-checklist {
    grid-template-columns: 1fr;
  }
  .fl-node-cdprxu4bih07 .fl-cta-wrap,
  .fl-node-hrlzwd8f42xy .fl-cta-wrap {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }
  .fl-node-cdprxu4bih07 .fl-button-wrap,
  .fl-node-hrlzwd8f42xy .fl-button-wrap {
    width: 100%;
  }
  .fl-node-cdprxu4bih07 a.fl-button,
  .fl-node-hrlzwd8f42xy a.fl-button {
    display: block;
    text-align: center;
  }
}
