
  :root{
    --ms-od-green:#6b8e23;
    --ms-dark:#050816;
  }

  /* Make sure hero feels like your homepage */
  .ms-hub-hero.hero.hero-slider-layout .hero-fixed-content{
    padding-top: 120px;
    padding-bottom: 80px;
  }

  /* Hero overlay readability */
  .ms-hub-hero .hero-slider-image::after{
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(90deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.45) 45%, rgba(0,0,0,0.18) 100%);
    pointer-events:none;
  }

  /* Make the background show the important part (you can tweak these) */
  .ms-hub-hero .hero-slider-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position: center 28%;
  }

  /* Buttons in hero */
  .ms-hub-hero .btn-call-home{
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff !important;
  }
  .ms-hub-hero .btn-call-home:hover{
    background-color:#ffffff;
    color:#000000 !important;
  }

  /* Badge pills under hero buttons */
  .ms-hero-pills{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top: 16px;
  }
  .ms-hero-pill{
    font-size: 13px;
    line-height: 1;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(0,0,0,0.55);
    border: 1px solid rgba(255,255,255,0.18);
    color: rgba(255,255,255,0.92);
    backdrop-filter: blur(6px);
  }

  /* Tight, visitor-friendly section header (replaces the big white box) */
  .ms-hub-section-title{
    padding: 48px 0 8px;
    text-align:center;
  }
  .ms-hub-section-title .kicker{
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 10px;
  }
  .ms-hub-section-title h2{
    font-size: 34px;
    line-height: 1.2;
    margin: 0 0 10px;
  }
  .ms-hub-section-title p{
    margin: 0 auto;
    max-width: 980px;
    color: #4b5563;
    line-height: 1.6;
  }

  /* Card grid that matches your site vibe (rounded, image, overlay) */
  .ms-hub-cards{
    padding: 22px 0 60px;
  }
  .ms-hub-card{
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    min-height: 270px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 20px 40px rgba(0,0,0,0.22);
    border: 1px solid rgba(156,163,175,0.18);
  }
  .ms-hub-card::before{
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.40) 45%, rgba(0,0,0,0.72) 100%);
    z-index: 1;
  }
  .ms-hub-card-inner{
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 26px 22px 22px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
  }
  .ms-hub-card h3{
    color:#ffffff;
    margin:0 0 10px;
    font-size: 20px;
    font-weight: 800;
    text-shadow: 0 2px 10px rgba(0,0,0,0.55);
  }
  .ms-hub-card p{
    color: rgba(255,255,255,0.88);
    margin:0 0 16px;
    font-size: 15px;
    line-height: 1.55;
    text-shadow: 0 2px 10px rgba(0,0,0,0.55);
  }
  .ms-hub-card .btn-default{
    align-self:flex-start;
  }

  /* Neighborhoods strip */
  .ms-neighborhoods{
    padding: 54px 0 44px;
    background: linear-gradient(135deg, #f9fafb, #eef2ff);
  }
  .ms-neighborhoods h2{
    text-align:center;
    margin-bottom: 10px;
  }
  .ms-neighborhoods p{
    text-align:center;
    color:#4b5563;
    max-width: 980px;
    margin: 0 auto 18px;
    line-height: 1.6;
  }
  .ms-neighborhood-pillwrap{
    display:flex;
    flex-wrap:wrap;
    gap:10px 12px;
    justify-content:center;
    margin-top: 14px;
  }
  .ms-neighborhood-pill{
    font-size: 13px;
    padding: 8px 12px;
    border-radius: 999px;
    background:#ffffff;
    border: 1px solid rgba(15,23,42,0.10);
    box-shadow: 0 12px 24px rgba(15,23,42,0.06);
  }

  /* Keep your metrics looking like the homepage if your theme already has it.
     If it does not, these are safe defaults. */
  .ms-metrics-section{ margin: 70px 0 40px; }
  .ms-metrics-inner{
    background:#f8fafc;
    border-radius:22px;
    padding:40px 30px 32px;
    box-shadow: 0 20px 40px rgba(15,23,42,0.12);
  }
  .ms-metrics-heading h2{
    font-size:30px;
    line-height:1.25;
    margin-bottom:8px;
    text-align:center;
  }
  .ms-metrics-heading p{
    margin:0 0 24px;
    color:#4b5563;
    text-align:center;
  }
  .ms-metrics-grid{
    display:grid;
    grid-template-columns: repeat(5, minmax(0,1fr));
    gap:18px;
  }
  .ms-metric-card{
    background:#ffffff;
    border-radius:18px;
    padding:16px 18px 18px;
    box-shadow: 0 12px 30px rgba(15,23,42,0.06);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
  }
  .ms-metric-card.ms-metric-green{
    background:#ecfdf3;
    border:1px solid #16a34a;
  }
  .ms-metric-label{
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:0.14em;
    color:#6b7280;
    margin-bottom:6px;
  }
  .ms-metric-number{
    font-size:32px;
    font-weight:800;
    color:#111827;
    margin-bottom:6px;
  }
  .ms-metric-card.ms-metric-green .ms-metric-number{ color:#16a34a; }
  .ms-metric-copy{ font-size:13px; color:#4b5563; margin:0; }

  @media (max-width: 1199.98px){
    .ms-metrics-grid{ grid-template-columns: repeat(3, minmax(0,1fr)); }
  }
  @media (max-width: 767.98px){
    .ms-hub-hero.hero.hero-slider-layout .hero-fixed-content{ padding-top: 95px; padding-bottom: 60px; }
    .ms-hub-section-title h2{ font-size: 28px; }
    .ms-metrics-section{ margin: 50px 0 30px; }
    .ms-metrics-inner{ padding: 26px 18px 22px; }
    .ms-metrics-heading h2{ font-size: 24px; }
    .ms-metrics-grid{ grid-template-columns: repeat(1, minmax(0,1fr)); }
  }
