:root {
      --cream: #f7efdf;
      --cream-2: #fff8eb;
      --paper: #fffdf7;
      --ink: #2b2926;
      --muted: #6f6861;
      --red: #c94f54;
      --red-dark: #a83d42;
      --teal: #2d8999;
      --teal-soft: #dceff1;
      --gold: #edc57a;
      --line: #e6d9c5;
      --shadow: 0 22px 60px rgba(67, 49, 31, .16);
    }

    * { box-sizing: border-box; }
    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--cream-2);
      font-family: "Inter", "Segoe UI", Arial, sans-serif;
      line-height: 1.55;
      padding-top: 82px;
    }
    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }
    .page { overflow: hidden; }
    .shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

    .topbar {
      height: 82px;
      background: rgba(255, 253, 247, .96);
      border-bottom: 1px solid rgba(230, 217, 197, .7);
      display: flex;
      align-items: center;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 50;
      backdrop-filter: blur(10px);
    }
    .topbar .shell { display: flex; align-items: center; justify-content: space-between; }
    .brand-logo { width: 176px; height: auto; display: block; }
    .main-nav { display: flex; align-items: center; gap: 34px; color: #4e5964; font-weight: 700; }
    .main-nav a { font-size: 15px; }
    .member {
      border: 0;
      background: var(--red);
      padding: 13px 22px;
      border-radius: 8px;
      font-size: 15px;
      font-weight: 700;
      color: #fff;
      box-shadow: 0 10px 22px rgba(201,79,84,.22);
    }

    .hero {
      position: relative;
      min-height: 596px;
      padding: 29px 0;
      margin-top: -4px;
      margin-bottom: -7px;
      background:
        linear-gradient(90deg, rgba(18, 25, 28, .82), rgba(25, 31, 34, .62) 48%, rgba(44, 34, 23, .22)),
        url("../optimized/hero-northeast-couple.webp") center 26%/cover;
      background-repeat: no-repeat;
      background-color: #2b2d28;
      color: #fff;
      display: grid;
      align-items: center;
      box-shadow: inset 0 -90px 110px rgba(48, 33, 21, .24);
    }
    .hero::before {
      display: none;
    }
    .hero::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      height: 92px;
      background: linear-gradient(180deg, rgba(255,248,235,0), rgba(255,248,235,.96));
      pointer-events: none;
      z-index: 1;
    }
    .hero-grid {
      width: min(840px, 100%);
      position: relative;
      z-index: 2;
      margin: 0 auto;
      text-align: center;
    }
    .hero-label {
      color: #ffe28a;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .12em;
      margin: 0 auto 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      text-shadow: 0 2px 14px rgba(0,0,0,.45);
    }
    .hero-label::before {
      content: "";
      width: 28px;
      height: 2px;
      background: var(--red);
      display: inline-block;
    }
    h1, h2, h3 { line-height: 1.08; margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
    h1 {
      font-family: system-ui, sans-serif;
      font-size: clamp(42px, 4.1vw, 63px);
      line-height: 1.08;
      max-width: 780px;
      margin: 0 auto;
      font-weight: 600;
      letter-spacing: 0;
      text-shadow: 0 3px 18px rgba(0,0,0,.45);
      text-align: center;
    }
    h1 .brand-white { color: #fff; font-weight: 600; }
    h1 .region-red, .signup-band .region-red { color: var(--red); }
    .hero-copy {
      max-width: 660px;
      margin: 22px auto 0;
      color: rgba(255,255,255,.96);
      font-size: 18px;
      font-weight: 500;
      line-height: 1.55;
      text-shadow: 0 2px 14px rgba(0,0,0,.48);
    }
    .actions { display: flex; gap: 16px; align-items: center; justify-content: center; flex-wrap: wrap; margin-top: 26px; }
    .btn {
      display: inline-flex;
      min-height: 72px;
      align-items: center;
      justify-content: center;
      padding: 0 34px;
      border-radius: 18px;
      font-family: system-ui, sans-serif;
      font-size: 22px;
      font-weight: 600;
      border: 1px solid transparent;
      white-space: nowrap;
    }
    .btn.primary {
      background: var(--red);
      color: #fff;
      min-width: 250px;
      box-shadow: 0 16px 36px rgba(201,79,84,.36);
    }
    .btn.primary:hover { background: var(--red-dark); }
    .trust-chips { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
    .trust-chips span {
      border: 1px solid rgba(255,255,255,.42);
      background: rgba(255,255,255,.12);
      border-radius: 999px;
      padding: 8px 13px;
      font-size: 13px;
      color: #fff;
      backdrop-filter: blur(6px);
    }

    .brand-red { color: var(--red); font-weight: 600; }

    section { padding: 74px 0; }
    .section-title { text-align: center; margin-bottom: 34px; }
    .section-title h2 { font-size: clamp(32px, 4vw, 48px); }
    .section-title p { color: var(--muted); max-width: 760px; margin: 14px auto 0; }
    .eyebrow {
      color: var(--red);
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .12em;
      margin-bottom: 14px;
    }

    .features { background: var(--cream); }
    .features { padding-top: 70px; padding-bottom: 63px; margin-top: 0; }
    .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 58px; }
    .feature {
      text-align: center;
      padding: 10px 22px 0;
      display: grid;
      grid-template-rows: 86px 134px 258px;
      align-items: start;
    }
    .iconbox {
      width: 260px;
      height: 206px;
      margin: 0 auto;
      background: #f0c981;
      position: relative;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      overflow: visible;
      align-self: end;
    }
    .feature-icon {
      max-width: 82%;
      height: 252px;
      max-height: 252px;
      object-fit: contain;
      margin-bottom: -19px;
      filter: contrast(1.05);
    }
    .feature h3 {
      font-family: "Inter", "Segoe UI", Arial, sans-serif;
      font-size: 31px;
      line-height: 1.1;
      font-weight: 500;
      margin: 0 0 30px;
      color: #2f3d4b;
    }
    .feature p {
      margin: 0 auto;
      color: #1f2732;
      font-size: 21px;
      line-height: 1.28;
      font-weight: 400;
      max-width: 320px;
      min-height: 126px;
    }
    .breadcrumb {
      display: flex;
      flex-wrap: wrap;
      gap: 7px;
      align-items: center;
      margin: 57px 0 -55px;
      padding-top: 1px;
      color: #7a7168;
      font-size: 13px;
    }
    .breadcrumb .current { color: var(--red); font-weight: 700; }
    .breadcrumb span:not(:last-child)::after { content: ">"; color: #a59a8c; margin-left: 7px; }
    .breadcrumb a { color: inherit; text-decoration: none; }
    .breadcrumb a:hover { color: var(--red); }

    .directory { background: #fff; }
    .city-search {
      width: min(320px, 100%);
      min-height: 62px;
      margin: 28px auto 0;
      border: 1px solid #dcd5c8;
      border-left: 5px solid var(--red);
      border-radius: 999px;
      background: #ecece3;
      color: #5d6570;
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 0 24px;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 16px 34px rgba(67,49,31,.09);
      font-size: 22px;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .city-search:focus-within,
    .city-search:hover {
      transform: translateY(-2px);
      border-color: #d6c7b2;
      transform: translateY(-2px);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 20px 40px rgba(67,49,31,.13);
    }
    .city-search svg {
      width: 25px;
      height: 25px;
      color: var(--red);
      flex: 0 0 auto;
    }
    .city-search input {
      width: 100%;
      border: 0;
      outline: 0;
      background: transparent;
      color: #4f5963;
      font: inherit;
    }
    .city-search input::placeholder { color: #69727b; opacity: 1; }
    .region-stack { display: grid; gap: 30px; }
    .region-block {
      border-top: 3px solid var(--teal);
      position: relative;
      overflow: visible;
      background: #f5eddb;
      border-radius: 34px;
      padding: 24px 28px 28px;
      box-shadow: 0 34px 82px rgba(67,49,31,.22), 0 12px 28px rgba(45,137,153,.10);
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }
    .region-block::before {
      display: none;
    }
    .region-block::after {
      display: none;
    }
    details.region-block summary {
      list-style: none;
      cursor: pointer;
      position: relative;
      display: block;
      z-index: 1;
    }
    details.region-block summary::-webkit-details-marker { display: none; }
    .region-block:hover {
      transform: translateY(-4px);
      border-color: var(--red);
      box-shadow: 0 42px 92px rgba(67,49,31,.26), 0 14px 30px rgba(45,137,153,.14);
    }
    .region-head {
      display: block;
      margin-bottom: 18px;
    }
    .region-head > div {
      position: relative;
      left: auto;
      top: auto;
      min-height: 0;
      margin: 0;
      width: min(760px, calc(100% - 220px));
      background: transparent;
      border: 0;
      border-radius: 0;
      padding: 0;
      box-shadow: none;
    }
    .region-name {
      display: flex;
      gap: 10px;
      align-items: center;
      color: var(--teal);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 27px;
      font-weight: 600;
    }
    .pin {
      width: 24px;
      height: 24px;
      color: var(--red);
      flex: 0 0 auto;
    }
    .region-block p {
      color: var(--muted);
      margin: 8px 0 0;
      max-width: 793px;
      font-size: 17px;
      line-height: 1.5;
      font-weight: 400;
    }
    .drawer-toggle {
      position: absolute;
      top: 4px;
      right: 26px;
      color: #fff;
      background: linear-gradient(180deg, #3ea8ba 0%, #2d8999 100%);
      border: 1px solid rgba(255,255,255,.72);
      border-radius: 999px;
      min-width: 158px;
      padding: 13px 22px;
      text-align: center;
      font-size: 16px;
      font-weight: 700;
      box-shadow: 0 16px 34px rgba(45,137,153,.20), inset 0 1px 0 rgba(255,255,255,.22);
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
    }
    .drawer-toggle::before { content: attr(data-count) " More Cities"; }
    details.region-block[open] .drawer-toggle::before { content: "Hide City List"; }
    .state-region .drawer-toggle::before { content: attr(data-count) " More States"; }
    details.region-block.state-region[open] .drawer-toggle::before { content: "Hide State List"; }
    details.region-block summary:hover .drawer-toggle {
      transform: translateY(-3px);
      background: var(--red);
      box-shadow: 0 18px 34px rgba(201,79,84,.22), 0 0 22px rgba(201,79,84,.18);
    }
    .city-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 22px;
      margin-top: 18px;
      position: relative;
      z-index: 1;
    }
    .city-preview {
      margin-top: 0;
      padding-top: 0;
    }
    .city-drawer {
      margin-top: 22px;
      padding-top: 22px;
      border-top: 1px solid rgba(45,137,153,.16);
    }
    .city-card {
      min-height: 107px;
      width: 92%;
      justify-self: center;
      border: 1px solid rgba(255,255,255,.68);
      background:
        linear-gradient(180deg, rgba(26,26,22,.08), rgba(20,20,18,.52)),
        var(--city-img, linear-gradient(135deg, #efe2c7 0%, #d9c7a5 100%)) center/cover;
      border-radius: 18px;
      display: flex;
      align-items: flex-end;
      justify-content: flex-start;
      text-align: left;
      padding: 0 0 16px 18px;
      box-shadow: 0 14px 30px rgba(67,49,31,.16);
      overflow: hidden;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
    }
    .city-card:hover {
      transform: translateY(-4px);
      border-color: var(--red);
      box-shadow: 0 22px 42px rgba(67,49,31,.22), 0 0 0 2px rgba(201,79,84,.42), 0 0 22px rgba(201,79,84,.22);
    }
    .placeholder-card {
      background:
        linear-gradient(180deg, rgba(36, 47, 54, .05), rgba(36, 47, 54, .28)),
        linear-gradient(135deg, #efe2c7 0%, #d9c7a5 100%);
      border-color: rgba(255,255,255,.76);
    }
    .city-card strong {
      display: block;
      color: #fff;
      font-size: 18px;
      line-height: 1.05;
      font-weight: 600;
      background: transparent;
      border-radius: 0;
      padding: 0;
      margin: 0;
      box-shadow: none;
      text-shadow: 0 2px 10px rgba(0,0,0,.58);
    }
    .article { background: var(--paper); }
    .article-grid { display: grid; grid-template-columns: 1fr; gap: 52px; align-items: start; margin: 0 auto; }
    .article h2 { font-size: clamp(32px, 4vw, 48px); margin-bottom: 22px; }
    .article h3 { font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 500; line-height: 1.22; color: var(--teal); margin: 34px 0 10px; }
    .article p { color: var(--muted); }
    .article a { color: #087f8f; font-size: inherit; font-weight: inherit; text-decoration: none; }
    .article a:hover { color: var(--red); text-decoration: underline; }

    .faq { background: var(--cream); padding-top: 66px; padding-bottom: 56px; }
    .faq-list { max-width: 930px; margin: 0 auto; display: grid; gap: 14px; }
    .faq-item { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
    .faq-item summary {
      list-style: none;
      cursor: pointer;
      padding: 20px 24px;
      color: var(--teal);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 22px;
      font-weight: 500;
      display: flex;
      justify-content: space-between;
      gap: 20px;
      align-items: center;
    }
    .faq-item summary::-webkit-details-marker { display: none; }
    .faq-item summary::after { content: "+"; color: var(--red); font-family: "Inter", "Segoe UI", Arial, sans-serif; font-size: 28px; line-height: 1; }
    .faq-item[open] summary::after { content: "-"; }
    .faq-item p { color: var(--muted); margin: 0; padding: 0 24px 22px; }

    .signup-band {
      position: relative;
      min-height: 387px;
      padding-top: 71px;
      padding-bottom: 71px;
      display: grid;
      place-items: center;
      overflow: hidden;
      color: #fff;
      text-align: center;
      background: #25485d;
    }
    .signup-band::before {
      content: "";
      position: absolute;
      inset: -8px;
      background: url("../optimized/cta-coastal-couple.webp") 64% 18%/cover;
      filter: saturate(.96);
      transform: scale(1);
    }
    .signup-band::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(35,55,63,.76), rgba(35,55,63,.56)), rgba(42,30,20,.22);
    }
    .signup-band .shell { position: relative; z-index: 1; }
    .signup-band h2 {
      font-family: system-ui, sans-serif;
      font-size: clamp(32px, 3.3vw, 39px);
      line-height: 1.15;
      font-weight: 450;
      max-width: 820px;
      min-height: 94px;
      margin: 0 auto;
      letter-spacing: 0;
    }
    .signup-band p { max-width: 620px; margin: 18px auto 28px; font-size: 18px; color: rgba(255,255,255,.92); }
    .signup-band .btn.primary {
      min-height: 65px;
      width: 249px;
      margin-top: -7px;
      margin-bottom: -9px;
      border: 0;
      border-radius: 18px;
      padding: 0 31px;
      flex-direction: column;
      gap: 0;
      font-size: 20px;
      font-weight: 700;
    }

    footer {
      background: #f2e8d5;
      border-top: 1px solid var(--line);
      padding: 38px 0 28px;
      color: #5f554b;
    }
    .footer-grid { display: grid; grid-template-columns: 1.25fr repeat(5, 1fr); gap: 34px; align-items: start; }
    footer h3 { font-family: "Inter", "Segoe UI", Arial, sans-serif; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: #39332e; }
    footer a { display: block; font-size: 13px; margin: 7px 0; color: #62584f; }
    .footer-brand { max-width: 250px; }
    .store { display: inline-block; background: #141414; color: #fff; padding: 8px 10px; border-radius: 4px; font-size: 12px; margin: 4px 4px 0 0; }
    .copyright { border-top: 1px solid var(--line); margin-top: 28px; padding-top: 18px; font-size: 12px; color: #7b7065; text-align: center; line-height: 1.55; }
    .copyright a { display: inline; color: var(--red); text-decoration: underline; margin: 0; }

    @media (max-width: 1000px) {
      .city-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .drawer-toggle { width: max-content; }
    }
    @media (max-width: 900px) {
      .main-nav { display: none; }
      .feature-grid { grid-template-columns: repeat(2, 1fr); }
      .signup-band::before { background-position: 66% 18%; }
    }
    @media (max-width: 620px) {
      .shell { width: min(100% - 28px, 1120px); }
      body { padding-top: 58px; }
      .topbar { height: 58px; }
      .brand-logo { width: 142px; }
      .member { padding: 8px 10px; font-size: 12px; }
      .hero {
        min-height: 470px;
        padding: 42px 0 40px;
        background:
          linear-gradient(180deg, rgba(18, 25, 28, .38) 0%, rgba(18, 25, 28, .54) 46%, rgba(18, 25, 28, .86) 100%),
          url("../optimized/hero-northeast-couple.webp") 58% top/cover;
        background-color: #2e302b;
      }
      .hero-grid { width: 100%; padding: 0; gap: 18px; text-align: center; transform: translateY(-2px); }
      .hero-label { margin-left: 0; margin-bottom: 8px; font-size: 10px; letter-spacing: .075em; transform: translateY(-28px); }
      .hero-label::before { width: 24px; }
      h1 { font-size: clamp(28px, 7.9vw, 34px); line-height: 1.07; padding-left: 0; transform: translateY(-28px); }
      .hero-copy { min-height: auto; max-width: 350px; font-size: 14px; line-height: 1.45; margin: 16px auto 0; text-align: center; transform: translateY(-6px); }
      .hero .actions { justify-content: center; margin-top: 31px; }
      .hero .actions .btn { width: 64%; min-width: 218px; min-height: 54px; padding: 0 14px; font-size: 15px; white-space: nowrap; }
      .feature-grid, .city-grid { grid-template-columns: 1fr; }
      .feature { grid-template-rows: auto auto 236px; gap: 0; }
      .feature p { min-height: auto; }
      .iconbox { width: 260px; max-width: 78vw; height: 206px; }
      .feature-icon { height: 248px; max-height: 248px; }
      .features { padding-top: 61px; }
      .region-block {
        border-top-color: var(--red);
        border-radius: 26px;
        padding: 22px 22px 26px;
      }
      .region-head { margin-bottom: 18px; }
      .region-head > div {
        width: 100%;
      }
      .region-block p {
        max-width: none;
        font-size: 16px;
        line-height: 1.5;
      }
      .drawer-toggle {
        position: static;
        display: flex;
        width: fit-content;
        min-width: 152px;
        margin: 18px auto 0;
        justify-content: center;
        background: var(--red);
        box-shadow: 0 16px 34px rgba(201,79,84,.22);
      }
      .city-grid {
        gap: 20px;
        margin-top: 18px;
      }
      .city-card {
        width: 100%;
        min-height: 94px;
        border-radius: 14px;
      }
      .signup-band {
        min-height: 430px;
        padding: 68px 0;
      }
      .signup-band::before {
        background-position: 70% 18%;
      }
      .signup-band h2 {
        min-height: 0;
        font-size: clamp(29px, 8vw, 36px);
      }
      .signup-band p {
        font-size: 16px;
      }
      .signup-band .btn.primary { width: 100%; max-width: 260px; }
      section { padding: 54px 0; }
      .footer-grid { grid-template-columns: 1fr; gap: 8px; }
    }
    @media (max-width: 420px) {
      .brand-logo { width: 132px; }
      .member { min-width: 74px; text-align: center; }
      .signup-band::before { background-position: 72% 16%; }
    }
  

/* Footer - Simple Style */
.slp-footer {
    padding: 2.5rem 0;
    border-top: 1px solid rgba(42, 40, 38, 0.1);
    background: var(--cream-2, #fff8eb);
}
.slp-footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
.slp-footer-logo {
    display: flex;
    align-items: center;
}
.slp-footer-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
}
.slp-footer-link {
    font-size: 0.875rem;
    color: #5A5856;
    text-decoration: none;
    transition: color 0.2s;
}
.slp-footer-link:hover {
    color: var(--red, #c94f54);
}
.slp-footer-copyright {
    text-align: center;
    font-size: 0.75rem;
    color: #7b7065;
    line-height: 1.6;
}
.slp-footer-copyright p {
    margin: 4px 0;
}
.slp-footer a {
    display: inline;
    margin: 0;
}
.ppsaColor {
    color: #305CEF !important;
}
.slp-footer-copyright a {
    color: var(--red, #c94f54);
    text-decoration: underline;
    display: inline;
}
@media (max-width: 620px) {
    .slp-footer-content {
        flex-direction: column;
        gap: 1.25rem;
    }
}
