
/* === CRP page styles (safe to append to styles.css or link as a separate file) === */
:root {
  --brand-primary: #02334e;
  --brand-accent: #d68c2a;
  --text: #1f2937;
  --muted: #6b7280;
  --bg: #f9fafb;
  --card: #ffffff;
  --border: #e5e7eb;
}

.crp-hero {
  background: linear-gradient(180deg, rgba(2,51,78,0.9), rgba(2,51,78,0.7)), url('wp-content/uploads/2019/02/photo-1498757581981-8ddb3c0b9b07-684x1024.jpg') center/cover no-repeat;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}
.crp-hero h1 { margin: 0 0 10px; font-size: 2.2rem; letter-spacing: .2px; }
.crp-hero p  { margin: 0; opacity: .95; }

.crp-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 16px 60px;
}

.crp-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin: 16px 0 28px;
}
.crp-meta .card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px 16px;
}
.crp-meta .card h4 {
  margin: 0 0 6px; 
  font-size: .95rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .06em;
}
.crp-meta .card p {
  margin: 0;
  font-weight: 600;
}

.crp-section { margin: 32px 0; }
.crp-section h2 { color: var(--brand-primary); margin: 0 0 8px; font-size: 1.4rem; }
.crp-section p, .crp-section li { color: var(--text); line-height: 1.65; }
.crp-section .note { color: var(--muted); font-size: .95rem; }

.crp-table {
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0 6px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
}
.crp-table th, .crp-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}
.crp-table thead th { background: #f3f4f6; font-weight: 700; }
.crp-table tfoot td { font-weight: 700; }
.crp-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(214,140,42,.1);
  color: var(--brand-accent);
  font-weight: 600;
  font-size: .9rem;
}

.crp-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 22px 0 10px;
}
.crp-btn {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid var(--brand-primary);
  color: #fff;
  background: var(--brand-primary);
}
.crp-btn.alt {
  background: transparent;
  color: var(--brand-primary);
}

.crp-updated {
  margin-top: 26px;
  color: var(--muted);
  font-size: .95rem;
  border-top: 1px dashed var(--border);
  padding-top: 16px;
}

/* === Footer (4-column) === */
.site-footer4 {
  background: #0f172a;
  color: #e5e7eb;
  margin-top: 40px;
}
.site-footer4 a { color: #e5e7eb; text-decoration: none; }
.site-footer4 a:hover { color: #ffffff; text-decoration: underline; }
.footer4-wrap { max-width: 1100px; margin: 0 auto; padding: 40px 16px; }
.footer4-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
@media (max-width: 900px) {
  .footer4-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .footer4-grid { grid-template-columns: 1fr; }
}
.footer4 h4 { margin: 0 0 10px; color: #fff; font-size: 1.05rem; letter-spacing: .02em; }
.footer4 p  { margin: 0 0 8px; color: #cbd5e1; }
.footer4 ul { list-style: none; padding: 0; margin: 0; }
.footer4 li { margin: 6px 0; }
.footer4 small { color: #94a3b8; }
.footer4-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 16px; padding-top: 16px; display:flex; justify-content:space-between; gap:10px; flex-wrap:wrap; }
.footer4-logo { font-weight: 700; }
/* CQC widget container */
.footer4-cqc .cqc-wrap { background: rgba(255,255,255,.05); border-radius: 12px; padding: 10px; }
