﻿/* WealthStruct UK — Premium institutional refinement overlay */
.section-illustrative {
  background: #f7f5f2;
  border-top: 1px solid #e8e6e2;
  border-bottom: 1px solid #e8e6e2;
}
.illustrative-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  margin-top: 2.5rem;
}
.illustrative-card {
  background: #fffcf8;
  border: 1px solid #e4e0d8;
  padding: 2rem 1.75rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}
.illustrative-card:hover {
  border-color: #cfc9bc;
  box-shadow: 0 2px 24px rgba(10, 15, 26, 0.04);
}
.illustrative-card-label {
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a1a1aa;
  margin: 0;
}
.illustrative-card-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #0a0f1a;
  margin: 0;
  line-height: 1.35;
}
.illustrative-card-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
  line-height: 1.75;
  color: #71717a;
}
.illustrative-pathways {
  border-top: 1px solid #ece8e2;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.illustrative-pathways > p {
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a1a1aa;
  margin: 0 0 0.25rem;
}
.illustrative-pathways span {
  font-size: 0.8125rem;
  line-height: 1.65;
  color: #52525b;
}
.section-memo-preview { background: #faf9f7; }
.memo-preview-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: start;
  margin-top: 2.5rem;
}
.memo-preview-pages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.memo-page {
  background: #fffcf8;
  border: 1px solid #e4e0d8;
  padding: 1.5rem 1.35rem;
  min-height: 11rem;
  position: relative;
  overflow: hidden;
}
.memo-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(247, 245, 242, 0.85) 100%);
  pointer-events: none;
}
.memo-page-num {
  font-size: 0.5625rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a1a1aa;
  margin: 0 0 0.75rem;
}
.memo-page h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #0a0f1a;
  margin: 0 0 0.65rem;
  line-height: 1.3;
}
.memo-page p {
  font-size: 0.75rem;
  line-height: 1.7;
  color: #71717a;
  margin: 0;
}
.memo-page-redact {
  display: inline-block;
  background: #e8e4dc;
  color: transparent;
  user-select: none;
  border-radius: 1px;
  padding: 0 0.35rem;
  font-size: 0.6875rem;
}
.memo-preview-index {
  background: #fffcf8;
  border: 1px solid #e4e0d8;
  padding: 2rem 1.75rem;
}
.memo-preview-index h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #0a0f1a;
  margin: 0 0 1.25rem;
}
.memo-preview-index ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: memo-index;
}
.memo-preview-index li {
  counter-increment: memo-index;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #52525b;
  padding: 0.55rem 0;
  border-bottom: 1px solid #f0ece6;
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
}
.memo-preview-index li::before {
  content: counter(memo-index, decimal-leading-zero);
  font-size: 0.625rem;
  letter-spacing: 0.06em;
  color: #a1a1aa;
  min-width: 1.25rem;
}
.memo-preview-cta { margin-top: 1.75rem; }
.memo-preview-secondary { margin-top: 1rem; text-align: center; }
.assessment-chart-wrap { height: 200px; margin: 0.5rem 0 0.35rem; }
.assessment-chart-note { display: none; }
.assessment-chart-disclaimer {
  font-size: 0.625rem;
  line-height: 1.65;
  color: #a1a1aa;
  text-align: center;
  margin: 0.35rem auto 1.25rem;
  max-width: 28rem;
}
.assessment-chart-legend { font-size: 0.6875rem; color: #71717a; gap: 1.25rem; }
.assessment-legend-line--maintain { border-top: 1px solid rgba(10, 15, 26, 0.28); }
.assessment-legend-line--restructure { border-top: 1.5px solid rgba(181, 155, 120, 0.72); }
.assessment-outcome-badge {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #0a0f1a;
  background: transparent;
  border: none;
  padding: 0;
  margin: 1.5rem auto 0.5rem;
}
.assessment-indicator {
  font-size: 0.8125rem;
  line-height: 1.75;
  color: #52525b;
  max-width: 32rem;
  margin: 0 auto 1.5rem;
  text-align: center;
}
.footer-institutional {
  text-align: center;
  padding: 2rem 0 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 1.5rem;
}
.footer-institutional-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 0.75rem;
}
.footer-contact { margin: 0 0 0.35rem; font-size: 0.8125rem; }
.footer-contact a {
  color: rgba(181, 155, 120, 0.92);
  text-decoration: none;
  transition: color 0.25s ease;
}
.footer-contact a:hover { color: #d4c4a8; }
.footer-location {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 0.75rem;
}
.footer-regulatory {
  font-size: 0.6875rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.38);
  max-width: 32rem;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .illustrative-grid { grid-template-columns: 1fr; }
  .memo-preview-layout { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 540px) {
  .memo-preview-pages { grid-template-columns: 1fr; }
}
