/* Programmatic Pages Styles */
/* Generated by generate-programmatic-pages.js */

/* Breadcrumb */
.breadcrumb {
  background: #f8fafc;
  padding: 0.75rem 0;
  font-size: 0.875rem;
  border-bottom: 1px solid #e2e8f0;
}

.breadcrumb .container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.breadcrumb a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: #0f2744;
}

.breadcrumb .separator {
  color: #94a3b8;
}

.breadcrumb span:last-child {
  color: #0f2744;
  font-weight: 500;
}

/* Programmatic Page Layout */
.programmatic-page {
  padding: 3rem 0;
}

.programmatic-page .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 3rem;
  align-items: start;
}

@media (max-width: 1024px) {
  .programmatic-page .content-wrapper {
    grid-template-columns: 1fr;
  }
}

/* Main Content */
.main-content {
  max-width: 100%;
}

.main-content h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #0f2744;
  margin: 2rem 0 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
}

.main-content h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.main-content h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f2744;
  margin: 1.5rem 0 0.75rem;
}

.main-content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #334155;
  margin: 1.25rem 0 0.5rem;
}

.main-content p {
  color: #475569;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.main-content ul,
.main-content ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
  color: #475569;
}

.main-content li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.main-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.9rem;
}

.main-content th,
.main-content td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
}

.main-content th {
  background: #f8fafc;
  font-weight: 600;
  color: #0f2744;
}

.main-content td {
  color: #475569;
}

.main-content strong {
  color: #0f2744;
}

/* Sidebar */
.sidebar {
  position: sticky;
  top: 2rem;
}

.cta-box {
  background: linear-gradient(135deg, #0f2744 0%, #1a3a5c 100%);
  color: white;
  padding: 1.5rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}

.cta-box h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.cta-box p {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 1rem;
}

.cta-box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.875rem 1.25rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 0.75rem;
  transition: all 0.2s;
}

.cta-box .btn:last-child {
  margin-bottom: 0;
}

.cta-box .btn-primary {
  background: #c9a227;
  color: #0f2744;
}

.cta-box .btn-primary:hover {
  background: #d4b038;
  transform: translateY(-2px);
}

.cta-box .btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-box .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
}

.trust-badges {
  background: #f8fafc;
  padding: 1.25rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}

.trust-badges .badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e2e8f0;
}

.trust-badges .badge:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.trust-badges .badge:first-child {
  padding-top: 0;
}

.trust-badges .badge i {
  font-size: 1.5rem;
  color: #c9a227;
}

.trust-badges .badge span {
  font-size: 0.875rem;
  color: #334155;
  font-weight: 500;
}

.internal-links {
  background: white;
  border: 1px solid #e2e8f0;
  padding: 1.25rem;
  border-radius: 12px;
}

.internal-links h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #0f2744;
  margin-bottom: 1rem;
}

.internal-links-group {
  margin-bottom: 1rem;
}

.internal-links-group:last-child {
  margin-bottom: 0;
}

.internal-links-group h4 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
  margin-bottom: 0.5rem;
}

.internal-links-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.internal-links-group li {
  margin-bottom: 0.25rem;
}

.internal-links-group a {
  font-size: 0.875rem;
  color: #0f2744;
  text-decoration: none;
  transition: color 0.2s;
}

.internal-links-group a:hover {
  color: #c9a227;
}

/* Simple markdown to HTML conversion styling */
.main-content hr {
  border: none;
  border-top: 1px solid #e2e8f0;
  margin: 2rem 0;
}

/* Nearby Areas Section */
.nearby-areas{padding:3rem 0;background:#f8f9fa;border-top:1px solid #e2e8f0}
.nearby-areas h2{font-family:'Outfit',sans-serif;font-size:1.5rem;color:#0f2744;margin-bottom:1.5rem;text-align:center}
.nearby-links{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}
.nearby-link{display:inline-block;padding:.5rem 1.25rem;background:#fff;color:#0f2744;border:1px solid #c9a227;border-radius:6px;text-decoration:none;font-family:'Inter',sans-serif;font-weight:500;font-size:.9rem;transition:all .2s}
.nearby-link:hover{background:#c9a227;color:#0f2744}

/* ── Mobile Tap Targets (M10/M11) ── */
@media (max-width: 768px) {
    .btn, a.btn, button.btn {
        min-height: 48px;
        padding: 14px 24px;
        font-size: 1rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    a[href^="tel"] {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
    }
    input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
    select,
    textarea {
        min-height: 48px;
        font-size: 16px !important;
        padding: 12px 16px;
    }
}
