/* Compliance Hub — extends products-luxury / home-luxury */

.ch-hub-main {
  padding-bottom: 4rem;
}

.ch-hub-scenarios {
  max-width: 72rem;
  margin: 0 auto;
  padding: 3rem 1.25rem 0;
}

.ch-hub-scenarios h2 {
  font-family: var(--home-font-display);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 600;
  color: var(--home-text);
  margin: 0 0 0.5rem;
}

.ch-hub-scenarios-lead {
  color: var(--home-text-muted);
  max-width: 42rem;
  margin: 0 0 2rem;
  line-height: 1.6;
}

.ch-hub-scenario-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}

.ch-hub-scenario-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(184, 151, 94, 0.2);
  border-radius: 0.75rem;
  padding: 1.25rem 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.ch-hub-scenario-card--featured {
  border-color: rgba(184, 151, 94, 0.45);
  background: linear-gradient(135deg, rgba(184, 151, 94, 0.1), rgba(7, 26, 24, 0.5));
  grid-column: 1 / -1;
}

.ch-hub-scenario-card h3 {
  font-family: var(--home-font-sans);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--home-text);
  margin: 0;
}

.ch-hub-scenario-card p {
  font-size: 0.9rem;
  color: var(--home-text-muted);
  margin: 0;
  line-height: 1.55;
  flex: 1;
}

.ch-hub-scenario-card .btn {
  align-self: flex-start;
  margin-top: 0.25rem;
}

.ch-hub-areas {
  max-width: 72rem;
  margin: 0 auto;
  padding: 3.5rem 1.25rem 0;
}

.ch-hub-areas h2 {
  font-family: var(--home-font-display);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 600;
  color: var(--home-text);
  margin: 0 0 0.5rem;
}

.ch-hub-areas-lead {
  color: var(--home-text-muted);
  max-width: 44rem;
  margin: 0 0 2rem;
  line-height: 1.6;
}

.ch-hub-area-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
}

.ch-hub-area-card {
  background: linear-gradient(145deg, rgba(7, 26, 24, 0.9), rgba(12, 38, 34, 0.75));
  border: 1px solid rgba(184, 151, 94, 0.25);
  border-radius: 0.85rem;
  padding: 1.5rem;
}

.ch-hub-area-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--home-gold);
  margin-bottom: 0.65rem;
}

.ch-hub-area-card h3 {
  font-family: var(--home-font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--home-text);
  margin: 0 0 0.5rem;
}

.ch-hub-area-card p {
  font-size: 0.92rem;
  color: var(--home-text-muted);
  margin: 0 0 1rem;
  line-height: 1.55;
}

.ch-hub-area-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.ch-hub-area-links a {
  color: var(--home-gold-light, #d4b87a);
  font-size: 0.9rem;
  text-decoration: none;
}

.ch-hub-area-links a:hover {
  text-decoration: underline;
}

.ch-hub-trust {
  max-width: 72rem;
  margin: 0 auto;
  padding: 3rem 1.25rem 0;
}

.ch-hub-trust-strip {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  border: 1px solid rgba(184, 151, 94, 0.2);
  border-radius: 0.75rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.02);
}

.ch-hub-trust-item strong {
  display: block;
  font-family: var(--home-font-display);
  font-size: 1.5rem;
  color: var(--home-gold);
  margin-bottom: 0.25rem;
}

.ch-hub-trust-item span {
  font-size: 0.85rem;
  color: var(--home-text-muted);
  line-height: 1.45;
}

.ch-hub-cta-band {
  max-width: 72rem;
  margin: 3.5rem auto 0;
  padding: 2rem 1.25rem;
  text-align: center;
  border-top: 1px solid rgba(184, 151, 94, 0.15);
}

.ch-hub-cta-band h2 {
  font-family: var(--home-font-display);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: var(--home-text);
  margin: 0 0 0.75rem;
}

.ch-hub-cta-band p {
  color: var(--home-text-muted);
  max-width: 36rem;
  margin: 0 auto 1.25rem;
  line-height: 1.6;
}

.ch-hub-cta-band .lk-lux-hero-cta {
  display: inline-block;
}
