.elementor-57584 .elementor-element.elementor-element-2eb64736{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-2eb64736 *//* Table Layout & Typography */
.cliff-comparison-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #eee; /* This is your clean single border */
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3;
    color: #444;
}

.cliff-comparison-table th {
    padding: 12px 5px;
    color: #1a1a1a;
    font-weight: 600;
    text-align: left;
    border-bottom: 2px solid #222;
}

.cliff-comparison-table td {
    padding: 10px 5px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}

.cliff-comparison-table .cliff-col {
    color: #000;
    font-weight: 600;
}

/* Superscripts */
.cliff-comparison-table sup {
    color: #888;
    font-size: 10px;
    margin-left: 2px;
    vertical-align: super;
}

/* Footnotes Section */
.footnote-section {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    font-size: 12px;
    line-height: 1.4;
    color: #444;
}

.footnote-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footnote-list li {
    margin-bottom: 6px;
}/* End custom CSS */
/* Start custom CSS *//* =========================================================
   Team Coyle | Cliff Estates Page CSS
   Organized in page order. Each content section has its own
   START/END block matching the HTML markers, with its own
   mobile rules. Global layout first, global responsive last.
   Hero consolidated as SECTION 0 (was in container CSS).
   ========================================================= */


/* =========================================================
   GLOBAL 0: BOX SIZING / ANCHOR FIXES — START
   ========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

#tc-disclaimer-anchor {
  scroll-margin-top: 170px !important;
}

/* =========================================================
   GLOBAL 0: BOX SIZING / ANCHOR FIXES — END
   ========================================================= */


/* =========================================================
   GLOBAL 1: MAIN LAYOUT (container / columns / sidebar) — START
   ========================================================= */

.cliff-container {
  max-width: 1180px !important;
  width: 100% !important;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.cliff-main-content {
  padding-top: 10px;
  padding-bottom: 70px;
}

.cliff-content-column {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
}

.cliff-sidebar {
  flex: 0 0 300px;
  min-width: 280px;
}

/* =========================================================
   GLOBAL 1: MAIN LAYOUT — END
   ========================================================= */


/* =========================================================
   GLOBAL 2: BASE TYPOGRAPHY, LINKS & SECTION SHELLS — START
   ========================================================= */

.section-header,
.cliff-content-column h2 {
  font-size: clamp(1.7rem, 4vw, 1.75rem) !important;
  margin: 0 0 20px;
  color: #1a1a1a;
  font-weight: 700;
}

.cliff-content-column h3 {
  font-size: 1.35rem;
  margin: 34px 0 12px;
  color: #1a1a1a;
}

.cliff-content-column p {
  line-height: 1.8;
  color: #444;
  margin-bottom: 18px;
}

/* Default content link (accessible slate blue) */
.cliff-content-column a {
  color: #1a5fb4;
  text-decoration: none;
  border-bottom: 2px solid rgba(26, 95, 180, 0.2);
  transition: all 0.2s ease;
}

.cliff-content-column a:hover {
  color: #000000;
  border-bottom-color: #000000;
}

/* Standard content link */
.cliff-content-column .tc-inline-link {
  color: #1a5fb4 !important;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  border-bottom: none !important;
}

.cliff-content-column .tc-inline-link:hover,
.cliff-content-column .tc-inline-link:focus {
  color: #8b6914 !important;
  border-bottom: none !important;
}

/* Section shells */
.cliff-content-column .cliff-section {
  width: 100%;
  max-width: 100%;
  margin: 0 0 34px;
}

.cliff-content-column .cliff-section p:last-child {
  margin-bottom: 0;
}

.cliff-content-column .cliff-section-soft {
  width: 100%;
  max-width: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #f6f6f4;
  border: 1px solid #b3b3b3;
}

.cliff-content-column .cliff-section-card {
  width: 100%;
  max-width: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #c5c5be;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.cliff-content-column .cliff-section-faq {
  width: 100%;
  max-width: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #f6f6f4;
  border: 1px solid #b3b3b3;
}

/* Shells: mobile */
@media (max-width: 768px) {
  .section-header,
  .cliff-content-column h2 {
    margin-top: 0;
  }

  .cliff-content-column .cliff-section {
    width: 100%;
    max-width: 100%;
    margin-bottom: 28px;
  }

  .cliff-content-column .cliff-section-soft,
  .cliff-content-column .cliff-section-card,
  .cliff-content-column .cliff-section-faq {
    width: 100%;
    max-width: 100%;
    padding: 22px;
    border-radius: 8px;
  }
}

/* =========================================================
   GLOBAL 2: BASE TYPOGRAPHY, LINKS & SECTION SHELLS — END
   ========================================================= */


/* =========================================================
   GLOBAL 3: NEIGHBORHOOD IMAGE WRAPPER (reusable) — START
   ========================================================= */

.cliff-content-column .cliff-image-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 0 34px;
  border-radius: 10px;
  overflow: hidden;
  background: #f7f7f7;
  border: 1px solid #b3b3b3;
}

.cliff-content-column .cliff-image-wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.cliff-content-column .cliff-image-wrapper .caption,
.caption {
  padding: 10px 14px;
  margin: 0;
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}

/* =========================================================
   GLOBAL 3: NEIGHBORHOOD IMAGE WRAPPER — END
   ========================================================= */


/* =========================================================
   GLOBAL 4: FOOTNOTE BOX — START
   ========================================================= */

.footnote-section {
  margin-top: 14px;
  padding: 13px 14px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.5;
  color: #444;
  background: #f8f8f6;
  border: 1px solid #b3b3b3;
}

.footnote-section p {
  font-size: 12px;
  line-height: 1.5;
  color: #444;
  margin-bottom: 0;
}

/* =========================================================
   GLOBAL 4: FOOTNOTE BOX — END
   ========================================================= */


/* =========================================================
   SECTION 0: HERO v3 (image overlay) — START
   ========================================================= */

/* Section wrapper */
.cliff-hero-v3 {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  padding: 15px 20px 10px 20px !important;
}

/* Frame: wraps the image exactly */
.hero-frame {
  position: relative !important;
  width: 100% !important;
  max-width: 1140px !important;
  overflow: hidden !important;
}

/* Image: explicit safe desktop height */
.hero-frame img, .hero-bg {
  display: block !important;
  width: 100% !important;
  height: 500px !important;
  object-fit: cover !important;
  object-position: center 40% !important;
}

/* Gradient shade */
.hero-shade {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.85) 0%,
    rgba(0,0,0,0.6) 35%,
    rgba(0,0,0,0.15) 60%,
    rgba(0,0,0,0) 100%
  ) !important;
  pointer-events: none !important;
}

/* Content: pinned to bottom of frame */
.hero-content {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  padding: 0 40px 36px 40px !important;
  color: #fff !important;
  text-align: left !important;
}

/* H1 + geo line */
.hero-content .visual-title {
  margin: 0 !important;
  font-size: 2.8rem !important;
  line-height: 1.1 !important;
  color: #fff !important;
  font-weight: 700 !important;
  text-shadow: 0 2px 14px rgba(0,0,0,0.55) !important;
}

.hero-content .h1-geo {
  display: block !important;
  font-size: 0.5em !important;
  font-weight: 500 !important;
  color: #fff !important;
  opacity: 0.9 !important;
  letter-spacing: 0.01em !important;
  margin-top: 0.3rem !important;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5) !important;
}

/* Section 0 - Hero Tagline */
.hero-content .visual-tagline {
    font-style: italic !important;
    font-size: 1.05rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.05em !important;
    color: rgba(255,255,255,0.9) !important;
    text-shadow: 0 1px 8px rgba(0,0,0,0.6) !important;
    max-width: 50ch !important;
    margin: 16px 0 22px 0 !important;
    text-align: left !important;
}

/* Mobile Responsiveness */
@media (max-width: 880px) {
    .hero-content .visual-tagline {
        text-align: center !important;              /* Centers neatly on mobile */
        margin: 14px auto 18px auto !important;     /* Centered block, slightly tighter gap */
    }
}

/* Buttons (scoped to hero) */
.hero-button-group {
  display: flex !important;
  gap: 15px !important;
}

.hero-button-group .btn-hero {
  display: inline-block !important;
  padding: 12px 28px !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  transition: all 0.3s ease !important;
  text-align: center !important;
  min-width: 160px !important;
}

.hero-button-group .btn-white {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #fff !important;
}
.hero-button-group .btn-white:hover {
  background: transparent !important;
  color: #fff !important;
}

.hero-button-group .btn-black {
  background: #000 !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}
.hero-button-group .btn-black:hover {
  background: #fff !important;
  color: #000 !important;
}

/* Hero: short screens (laptops) */
@media (max-height: 900px) {
  .hero-frame img, .hero-bg { height: 460px !important; }
}

/* Hero: tablet (max 1100px wide) */
@media (max-width: 1100px) {
  .hero-frame img, .hero-bg { height: 460px !important; }
  .hero-content .visual-title { font-size: 2.3rem !important; }
  .hero-content { padding: 0 30px 30px 30px !important; }
}

/* Hero: small tablet (max 900px wide) */
@media (max-width: 900px) {
  .hero-frame img, .hero-bg { height: 440px !important; }
  .hero-content .visual-title { font-size: 2.1rem !important; }
}

/* Hero: mobile (max 768px wide) */
@media (max-width: 768px) {
  .cliff-hero-v3 { padding: 10px 12px 25px 12px !important; }

  .hero-frame img, .hero-bg {
    height: 430px !important;
    object-position: 42% 30% !important;
  }

  .hero-content {
    padding: 0 16px 20px 16px !important;
    text-align: center !important;
  }

  .hero-content .visual-title { font-size: 1.9rem !important; }
  .hero-content .h1-geo { font-size: 0.55em !important; }

  .hero-content .visual-tagline {
    font-size: 0.95rem !important;
    margin: 8px auto 16px auto !important;
  }

  .hero-button-group {
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .hero-button-group .btn-hero {
    width: 100% !important;
    max-width: 280px !important;
    padding: 11px 20px !important;
  }
}

/* Hero: small phones (max 400px wide) */
@media (max-width: 400px) {
  .hero-frame img, .hero-bg { height: 390px !important; }
  .hero-content .visual-title { font-size: 1.9rem !important; }
}

/* =========================================================
   SECTION 0: HERO v3 — END
   ========================================================= */


/* =========================================================
   SECTION 1: FEATURE GRID — START
   ========================================================= */

.tc-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 26px 0 0;
}

.tc-feature {
  background: #ffffff;
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  padding: 19px 20px;
}

.tc-feature-label {
  display: block;
  margin-bottom: 7px;
  color: #8b6914;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.tc-feature p {
  margin: 0 !important;
  color: #222222;
  font-size: 1rem;
  line-height: 1.55;
}

.tc-feature-note {
  margin: 14px 0 0;
  color: #555555;
  font-size: 13px;
  font-style: italic;
  line-height: 1.5;
}

/* Feature grid: mobile */
@media (max-width: 768px) {
  .tc-feature-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }
  .tc-feature {
    padding: 16px 18px;
  }
}

/* =========================================================
   SECTION 1: FEATURE GRID — END
   ========================================================= */


/* =========================================================
   SECTION 2: LOCATION & MAP — START
   ========================================================= */

.cliff-map-embed {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.cliff-map-embed iframe {
  width: 100% !important;
  max-width: 100%;
  pointer-events: none;
}

.cliff-map-embed.clicked iframe {
  pointer-events: auto;
}

.map-footnote {
  font-size: 12px;
  color: #666;
  margin: 10px 0 0;
}

/* Map: mobile */
@media (max-width: 768px) {
  .cliff-map-embed iframe {
    width: 100% !important;
    height: 380px !important;
    pointer-events: auto !important; /* Forces the map to be fully interactive on phones */
  }
}

/* =========================================================
   SECTION 2: LOCATION & MAP - END
   ========================================================= */


/* =========================================================
   SECTION 3: COMMUTE — START
   ========================================================= */

.tc-feature-grid--single {
  grid-template-columns: 1fr;
}

.tc-commute-list {
  margin: 0;
  padding-left: 20px;
}

.tc-commute-list li {
  margin-bottom: 10px;
  color: #333333;
  font-size: 1rem;
  line-height: 1.55;
}

.tc-commute-list li:last-child {
  margin-bottom: 0;
}

.tc-commute-list strong {
  color: #111111;
  font-weight: 700;
}

/* =========================================================
   SECTION 3: COMMUTE — END
   ========================================================= */


/* =========================================================
   SECTION 4: MARKET SNAPSHOT (Elementor template) — START
   ========================================================= */

.market-snapshot {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  border: none;
  padding: 0;
  border-radius: 4px;
  margin: 30px 0 24px;
}

.snapshot-title {
  font-size: 1.1rem;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1.75rem;
  text-align: center;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 0.85rem;
  font-weight: 700;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  margin-bottom: 1.75rem;
}

.metric-item {
  text-align: center;
}

.metric-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.metric-value {
  display: block;
  font-size: 1.8rem;
  color: #222;
  font-weight: 400;
  line-height: 1.2;
}

.value-subtext {
  display: block;
  font-size: 0.75rem;
  color: #555555;
  margin-top: 4px;
}

.metric-range {
  display: block;
  margin-top: 0.9rem;
  font-size: 0.82rem;
  color: #333;
  background: #ededed;
  padding: 6px 8px;
  border-radius: 2px;
  border: 1px solid #b3b3b3;
}

.snapshot-footer {
  margin-top: 1.25rem;
  font-size: 0.72rem;
  color: #444444;
  line-height: 1.6;
  text-align: left;
  border-top: 1px solid #b3b3b3;
  padding-top: 1rem;
}

.snapshot-footer strong {
  color: #111;
}

/* Market snapshot: mobile */
@media (max-width: 768px) {
  .market-snapshot {
    padding: 1.25rem;
  }

  .metrics-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .metric-value {
    font-size: 1.6rem;
  }

  .snapshot-title {
    font-size: 1rem;
    letter-spacing: 1.5px;
  }
}

/* =========================================================
   SECTION 4: MARKET SNAPSHOT — END
   ========================================================= */


/* =========================================================
   SECTION 5: SCHOOLS & EDUCATION — START
   ========================================================= */

.tc-school-label {
  margin: 24px 0 10px !important;
  color: #8b6914;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

/* Public school path: three steps with arrows */
.tc-school-path {
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.tc-school-step {
  flex: 1;
  background: #ffffff;
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  padding: 13px 15px;
}

.tc-school-step-level {
  display: block;
  margin-bottom: 3px;
  color: #666666;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tc-school-step-name {
  display: block;
  color: #1a1a1a;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
}

/* Public school path: three steps with arrows */
.tc-school-path {
  display: flex;
  align-items: stretch;
  gap: 8px;
}
.tc-school-step {
  flex: 1;
  background: #ffffff;
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  padding: 13px 15px;
}
.tc-school-step-level {
  display: block;
  margin-bottom: 3px;
  color: #666666;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.tc-school-step-name {
  display: block;
  color: #1a1a1a;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
}
.tc-school-step-detail {
  display: block;
  color: #555555;
  font-size: 0.82rem;
  line-height: 1.4;
  margin-top: 2px;
}
.tc-school-arrow {
  display: flex;
  align-items: center;
  color: #7c7a72;
  font-size: 1.1rem;
}







.tc-school-arrow {
  display: flex;
  align-items: center;
  color: #7c7a72;
  font-size: 1.1rem;
}

/* Verification note callout card */
.tc-school-note {
  margin: 14px 0 4px;
  padding: 15px 18px;
  background: #fffdf6;
  border-left: 4px solid #d9a04a;
  border-top: 1px solid #e8e3d3;
  border-right: 1px solid #e8e3d3;
  border-bottom: 1px solid #e8e3d3;
  border-radius: 0 8px 8px 0;
  color: #4a3b22;
  font-size: 0.88rem;
  line-height: 1.6;
}

/* Private school cards */
.tc-school-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 10px;
  margin-top: 4px;
}

.tc-school-card {
  background: #ffffff;
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  padding: 13px 15px;
}

.tc-school-card-name {
  display: block;
  margin-bottom: 3px;
  font-size: 0.98rem;
  line-height: 1.35;
}

.tc-school-card-detail {
  display: block;
  color: #555555;
  font-size: 0.82rem;
  line-height: 1.4;
}

/* Schools: mobile */
@media (max-width: 768px) {
  .tc-school-path {
    flex-direction: column;
    gap: 6px;
  }
  .tc-school-arrow {
    justify-content: center;
    transform: rotate(90deg);
    font-size: 1rem;
  }
  .tc-school-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   SECTION 5: SCHOOLS & EDUCATION — END
   ========================================================= */


/* =========================================================
   SECTION 6: FAQ ACCORDION — START
   ========================================================= */

.cliff-content-column .cliff-section-faq .cliff-faq-accordion {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  border-top: none;
}

.cliff-faq-accordion details {
  background: #ffffff;
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  padding: 0;
  margin-bottom: 14px;
  overflow: hidden;
}

.cliff-faq-accordion details:last-child {
  margin-bottom: 0;
}

.cliff-faq-accordion summary {
  display: block !important;
  cursor: pointer;
  list-style: none;
  outline: none;
  position: relative !important;
  padding: 18px 46px 18px 18px !important;
  background: #ffffff;
}

.cliff-faq-accordion summary::-webkit-details-marker {
  display: none !important;
}

.faq-question::before {
  content: "Q:";
  display: inline-block;
  margin-right: 8px;
  font-weight: 800;
  color: #000;
}

.faq-question {
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
  color: #1a1a1a !important;
  line-height: 1.4 !important;
  text-align: left !important;
  padding-right: 12px !important;
}

.cliff-faq-accordion summary::before {
  content: "" !important;
  position: absolute !important;
  left: auto !important;
  right: 18px !important;
  top: 50% !important;
  width: 12px !important;
  height: 2px !important;
  background-color: #444 !important;
  transform: translateY(-50%) !important;
}

.cliff-faq-accordion summary::after {
  content: "" !important;
  position: absolute !important;
  left: auto !important;
  right: 23px !important;
  top: 50% !important;
  width: 2px !important;
  height: 12px !important;
  background-color: #444 !important;
  transform: translateY(-50%) !important;
  transition: opacity 0.25s ease !important;
}

.cliff-faq-accordion details[open] summary::after {
  opacity: 0 !important;
}

.faq-content {
  position: relative;
  padding: 0 22px 20px 54px !important;
  line-height: 1.8;
  color: #444;
  background: #ffffff;
}

.faq-content::before {
  content: "A:";
  position: absolute;
  left: 22px;
  top: 1px;
  font-weight: 800;
  color: #000;
}

.faq-content p:last-child {
  margin-bottom: 0;
}

/* FAQ: mobile */
@media (max-width: 768px) {
  .cliff-content-column .cliff-section-faq {
    padding: 22px;
    border-radius: 8px;
  }

  .cliff-faq-accordion summary {
    padding: 16px 42px 16px 16px !important;
  }

  .faq-content {
    padding: 0 18px 18px 48px !important;
  }

  .faq-content::before {
    left: 18px;
  }
}

/* =========================================================
   SECTION 6: FAQ ACCORDION — END
   ========================================================= */


/* =========================================================
   SECTION 7: BOTTOM CTA (Matt & Ying) — START
   ========================================================= */

.cliff-bottom-cta {
  margin-top: 45px;
  margin-bottom: 0;
}

.niche-box {
  display: flex;
  background: #faf9f5;
  padding: 35px 30px;
  border-radius: 12px;
  border: 1px solid #c5c5be;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin: 0;
}

.niche-image-wrapper {
  flex: 0 0 130px;
  text-align: center;
  margin-right: 28px;
}

.niche-image-wrapper img {
  width: 130px;
  max-width: 100%;
  border-radius: 6px;
  margin-bottom: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.y-title {
  font-size: 13px;
  line-height: 1.4;
  color: #555;
  font-weight: 500;
}

.niche-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Section 7 - Bottom CTA Custom Typography */
.cta-eyebrow {
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #7c7a72;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 8px;
}

.cta-heading {
    margin-top: 0;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000;
}

.niche-btn-container {
  display: flex;
  gap: 14px;
  max-width: 440px;
  margin-top: 4px;
}

.niche-btn-container .niche-btn {
  flex: 1;
  padding: 14px 0;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  border: 2px solid #000000;
  text-decoration: none !important;
  border-radius: 4px;
}

.niche-btn-container .btn-black {
  background: #000000 !important;
  color: #ffffff !important;
}

.niche-btn-container .btn-black:hover {
  background: #ffffff !important;
  color: #000000 !important;
}

.niche-btn-container .btn-white {
  background: #ffffff !important;
  color: #000000 !important;
}

.niche-btn-container .btn-white:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

/* CTA: mobile */
@media (max-width: 768px) {
  .niche-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 30px 20px;
  }

  .niche-image-wrapper {
    flex: 0 0 auto;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .niche-image-wrapper img {
    width: 140px;
  }

  .cta-heading {
    font-size: 1.4rem !important;
  }

  .niche-btn-container {
    width: 100%;
    max-width: 340px;
    margin: 8px auto 0;
  }
}

@media (max-width: 480px) {
  .niche-btn-container {
    flex-direction: column;
    gap: 10px;
  }
}

/* =========================================================
   SECTION 7: BOTTOM CTA — END
   ========================================================= */


/* =========================================================
   SECTION 8: TOWNRATINGS SIDEBAR — START
   ========================================================= */

.cliff-sidebar .sidebar-box {
  padding: 25px;
  background: #222222 !important;
  border-radius: 4px;
  position: sticky;
  top: 125px;
}

.town-ratings-label {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  color: #ffffff !important;
  opacity: 0.8;
  margin-bottom: 2px;
  display: block;
}

.town-ratings-label sup {
  font-size: 8px;
  top: -0.5em;
  margin-left: 2px;
}

.report-card-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 16px !important;
  text-transform: uppercase !important;
  white-space: nowrap;
  letter-spacing: 0.5px;
  color: #ffffff !important;
}

.report-card-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #444;
}

.report-card-row strong {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff !important;
}

.report-card-row span {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #FFFF8F !important;
}

.cliff-btn-black {
  text-align: center;
  display: block;
  background: #ffffff !important;
  color: #000000 !important;
  padding: 16px;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none !important;
  margin-top: 20px;
}

.sidebar-footnote {
  margin-top: 15px;
  font-size: 10px;
  line-height: 1.5;
  color: #ffffff !important;
  border-top: 1px solid #444;
  padding-top: 10px;
}

.sidebar-footnote a {
  color: #FFFF8F !important;
  text-decoration: underline !important;
  font-weight: 700;
  cursor: pointer;
}

.sidebar-footnote a:hover {
  color: #ffffff !important;
  opacity: 1;
}

/* Sidebar: mobile */
@media (max-width: 768px) {
  .report-card-title {
    white-space: normal;
    font-size: 18px !important;
  }

  .cliff-sidebar .sidebar-box {
    position: static;
  }
}

/* =========================================================
   SECTION 8: TOWNRATINGS SIDEBAR — END
   ========================================================= */


/* =========================================================
   GLOBAL RESPONSIVE: PAGE-LEVEL MOBILE / CLIPPING FIX — START
   ========================================================= */

@media (max-width: 768px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .cliff-container {
    width: 100% !important;
    max-width: 100% !important;
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
    gap: 28px;
    overflow-x: hidden;
  }

.cliff-main-content {
    padding-top: 5px !important;
  }

  .cliff-content-column,
  .cliff-sidebar {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  .cliff-content-column img,
  .cliff-content-column iframe,
  .cliff-map-embed,
  .market-snapshot,
  .cliff-faq-accordion,
  .niche-box {
    max-width: 100%;
  }
}

/* =========================================================
   GLOBAL RESPONSIVE: PAGE-LEVEL MOBILE / CLIPPING FIX — END
   ========================================================= *//* End custom CSS */