/* Blog-specific styles — kept separate from main style.css */
.blog-wrap { max-width: 760px; margin: 40px auto 60px; padding: 0 24px; color: #0F172A; }
.blog-meta { color: #64748B; font-size: 13px; margin-bottom: 14px; display: flex; gap: 14px; flex-wrap: wrap; }
.blog-meta a { color: #0B1F47; text-decoration: none; font-weight: 600; }
.blog-meta a:hover { text-decoration: underline; }
.blog-wrap h1 { font-size: 38px; line-height: 1.18; color: #0B1F47; font-weight: 800; margin-bottom: 14px; letter-spacing: -0.5px; }
.blog-wrap .lede { font-size: 18px; line-height: 1.55; color: #334155; margin-bottom: 32px; font-weight: 400; }
.blog-wrap p { font-size: 17px; line-height: 1.72; color: #1F2937; margin: 0 0 22px; }
.blog-wrap h2 { font-size: 26px; color: #0B1F47; font-weight: 800; margin: 40px 0 14px; line-height: 1.25; letter-spacing: -0.3px; }
.blog-wrap h3 { font-size: 19px; color: #0B1F47; font-weight: 700; margin: 28px 0 10px; }
.blog-wrap a:not(.cta-btn) { color: #0B1F47; text-decoration: underline; text-decoration-color: #C9A961; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.blog-wrap a:not(.cta-btn):hover { color: #C9A961; }
.blog-wrap strong { color: #0B1F47; }
.blog-wrap blockquote {
  border-left: 4px solid #C9A961; background: #FAF6EC; padding: 18px 22px; margin: 24px 0;
  font-style: italic; color: #4B5C72; font-size: 17px; border-radius: 0 8px 8px 0;
}

/* Callout box — muted gold */
.callout {
  background: #FAF6EC; border: 1px solid #C9A961; border-radius: 12px;
  padding: 22px 26px; margin: 32px 0; position: relative;
}
.callout::before {
  content: 'KEY POINT'; position: absolute; top: -10px; left: 22px; background: #C9A961;
  color: white; font-size: 10px; font-weight: 800; letter-spacing: 1px; padding: 4px 10px; border-radius: 4px;
}
.callout.warn { background: #FEF3C7; border-color: #B45309; }
.callout.warn::before { content: 'IMPORTANT'; background: #B45309; }
.callout.tip { background: #DCFCE7; border-color: #16a34a; }
.callout.tip::before { content: 'TIP'; background: #16a34a; }
.callout p:last-child { margin-bottom: 0; }
.callout p { font-size: 15.5px; line-height: 1.65; color: #1F2937; }

/* Tables */
.compare-table {
  width: 100%; border-collapse: collapse; margin: 28px 0; font-size: 14px;
  border: 1px solid #E2E8F0; border-radius: 10px; overflow: hidden;
}
.compare-table th { background: #0B1F47; color: white; padding: 12px 14px; text-align: left;
  font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.4px; }
.compare-table td { padding: 12px 14px; border-bottom: 1px solid #F1F5F9; vertical-align: top; }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table tr:nth-child(even) td { background: #F8FAFC; }
.compare-table strong { color: #0B1F47; }

/* CTA inline */
.cta-block {
  background: linear-gradient(135deg, #0B1F47 0%, #1E3A5F 100%); color: white;
  padding: 28px 30px; border-radius: 14px; margin: 36px 0; text-align: center;
}
.cta-block h3 { color: white !important; margin: 0 0 8px; font-size: 20px; }
.cta-block p { color: #CBD5E1 !important; font-size: 15px; margin: 0 0 16px !important; }
.cta-btn { display: inline-block; background: #C9A961; color: white !important; padding: 12px 26px;
  border-radius: 8px; font-weight: 700; text-decoration: none !important; font-size: 14px; }
.cta-btn:hover { background: #A18142; }

/* Read more / next-up */
.next-up {
  background: #F8FAFC; border-radius: 12px; padding: 24px 28px; margin: 40px 0 0;
}
.next-up .label { font-size: 11px; font-weight: 700; color: #64748B; letter-spacing: 0.6px; text-transform: uppercase; margin-bottom: 6px; }
.next-up h3 { margin: 0 0 6px; font-size: 18px; }
.next-up h3 a { color: #0B1F47; }
.next-up p { font-size: 14px; color: #475569; margin: 0; }

/* Blog carousel on homepage */
.blog-carousel { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 28px; }
@media (max-width: 700px) { .blog-carousel { grid-template-columns: 1fr; gap: 16px; } }
.blog-card { background: white; border-radius: 14px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.08);
  border: 1px solid #E2E8F0; transition: all .2s; display: flex; flex-direction: column; }
.blog-card:hover { box-shadow: 0 12px 36px rgba(0,0,0,.13); transform: translateY(-3px); }
.blog-card a.full-link { color: inherit; text-decoration: none; display: flex; flex-direction: column; flex: 1; }
.blog-card .thumb { height: 190px; background: linear-gradient(135deg, #0B1F47 0%, #1E3A5F 60%, #C9A961 100%);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  overflow: hidden; position: relative; }
.blog-card .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-card .thumb .thumb-label { position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(11,31,71,.75)); padding: 28px 18px 14px;
  color: white; font-size: 10px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; }
.blog-card .body { padding: 20px 22px; flex: 1; display: flex; flex-direction: column; }
.blog-card .cat { font-size: 10px; font-weight: 700; color: #C9A961; letter-spacing: 0.8px; text-transform: uppercase; margin-bottom: 6px; }
.blog-card h4 { font-size: 16px; line-height: 1.35; margin: 0 0 8px; color: #0B1F47; font-weight: 800; }
.blog-card p { font-size: 13.5px; line-height: 1.58; color: #475569; margin: 0 0 14px; flex: 1; }
.blog-card .read-more { font-size: 12px; color: #0B1F47; text-decoration: none; font-weight: 700; }
.blog-card .read-more:hover { color: #C9A961; }

/* FAQ */
.faq-item { background: white; border: 1px solid #E2E8F0; border-radius: 10px; margin-bottom: 12px; overflow: hidden; }
.faq-item summary { padding: 16px 22px; font-weight: 700; font-size: 15.5px; color: #0B1F47;
  cursor: pointer; list-style: none; position: relative; padding-right: 50px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
  font-size: 24px; font-weight: 300; color: #64748B; transition: transform .2s; }
.faq-item[open] summary::after { content: '−'; }
.faq-item .faq-body { padding: 0 22px 18px; font-size: 15px; line-height: 1.65; color: #334155; }
.faq-item .faq-body p { margin: 0 0 10px; font-size: 15px; }
.faq-item .faq-body p:last-child { margin-bottom: 0; }

/* Neighborhood grid */
.nbh-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 22px; }
@media (max-width: 800px) { .nbh-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .nbh-grid { grid-template-columns: 1fr; } }
.nbh-card { background: white; border: 1px solid #E2E8F0; border-radius: 10px; padding: 18px 20px;
  transition: all .15s; }
.nbh-card:hover { border-color: #C9A961; box-shadow: 0 4px 12px rgba(0,0,0,.06); }
.nbh-card .name { font-size: 16px; font-weight: 800; color: #0B1F47; margin-bottom: 4px; }
.nbh-card .zips { font-size: 11px; color: #94A3B8; margin-bottom: 10px; font-family: 'Courier New', monospace; }
.nbh-card .blurb { font-size: 13px; line-height: 1.55; color: #475569; }

/* Page heading section */
.page-heading { background: #0B1F47; color: white; padding: 40px 24px; text-align: center; }
.page-heading .label { font-size: 12px; color: #C9A961; letter-spacing: 1px; text-transform: uppercase; font-weight: 700; }
.page-heading h1 { color: white; font-size: 38px; line-height: 1.2; margin: 8px 0 4px; font-weight: 800; }
.page-heading p { color: #CBD5E1; font-size: 16px; margin: 0; }
