.content-section { position: relative; padding-block: var(--section-space); overflow: hidden; background: white; }
.content-section:nth-child(odd):not(.section--ink):not(.section--article) { background: var(--canvas); }
.section--ink { color: white; background: var(--ink) !important; }
.section-heading { max-width: 850px; margin-bottom: 52px; }
.section-heading h2 { margin-bottom: 20px; font-size: clamp(1.6rem, 3vw, 2.45rem); line-height: 1.22; font-weight: 800; }
.section-heading > p:last-child:not(.eyebrow) { max-width: 740px; color: var(--muted); font-size: 1.08rem; }
.section--ink .section-heading > p:last-child, .section--ink .eyebrow { color: #aeb6c0; }
.section--ink .eyebrow::before { background: var(--accent); }
.content-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.content-card {
  position: relative;
  grid-column: span 4;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: white;
  color: var(--ink);
  overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s, border-color .35s;
}
.content-card:hover { z-index: 1; transform: translateY(-8px); border-color: #aab0b7; box-shadow: var(--shadow-lg); }
.content-grid--media .content-card:nth-child(5n+1) { grid-column: span 7; }
.content-grid--media .content-card:nth-child(5n+2) { grid-column: span 5; }
.content-card__media { aspect-ratio: 16 / 10; overflow: hidden; background: #dfe3e7; }
.content-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.content-card:hover .content-card__media img { transform: scale(1.06); }
.content-card__body { position: relative; flex: 1; padding: 30px; }
.card-index { position: absolute; inset-inline-end: 26px; top: 24px; color: #aeb4bb; font-family: var(--font-display); font-size: .78rem; font-weight: 800; }
.content-card small { display: block; max-width: calc(100% - 48px); margin-bottom: 14px; color: var(--accent); font-weight: 700; }
.content-card h3 { max-width: 92%; margin-bottom: 14px; font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.45; font-weight: 800; }
.content-card p { color: var(--muted); line-height: 1.8; }
.content-card .card-note { margin-top: 16px; padding: 12px 14px; border-inline-start: 3px solid var(--accent); background: #f1f5fb; color: #3d4650; font-size: .84rem; }
.card-price { display: block; margin-bottom: 14px; color: var(--accent); font-size: 1.35rem; }
.content-card ul { display: grid; gap: 9px; margin: 20px 0 0; padding: 0; list-style: none; }
.content-card li { display: flex; gap: 8px; color: #41474e; font-size: .92rem; }
.content-card li svg { flex: 0 0 auto; margin-top: 6px; color: var(--success); }
.card-action { display: flex; align-items: center; justify-content: space-between; margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--accent); font-family: var(--font-display); font-size: .82rem; font-weight: 800; }
.section--ink .content-card { border-color: #343940; background: var(--ink-soft); color: white; }
.section--ink .content-card p, .section--ink .content-card li { color: #b8bfc7; }
.section--ink .content-card .card-note { background: #20252b; color: #c9cfd6; }
.section--ink .card-action { border-color: #343940; }
.faq-list { border-top: 1px solid var(--line); }
.faq-row { border-bottom: 1px solid var(--line); }
.faq-row summary { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: var(--font-display); font-size: clamp(1.05rem, 2vw, 1.35rem); font-weight: 700; }
.faq-row summary::-webkit-details-marker { display: none; }
.faq-row summary i { position: relative; width: 42px; height: 42px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; transition: background .3s, border-color .3s, transform .3s; }
.faq-row summary i::before, .faq-row summary i::after { content: ""; position: absolute; inset: 50% auto auto 50%; width: 14px; height: 2px; background: currentColor; transform: translate(-50%,-50%); }
.faq-row summary i::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .3s; }
.faq-row[open] summary { color: var(--accent); }
.faq-row[open] summary i { color: white; border-color: var(--accent); background: var(--accent); transform: rotate(90deg); }
.faq-row[open] summary i::after { transform: translate(-50%,-50%) rotate(0); }
.faq-row > div { overflow: hidden; }
.faq-row p { max-width: 850px; margin: 0; padding: 0 0 34px; color: var(--muted); font-size: 1.02rem; }
.prose-block { max-width: 1020px; }
.prose-block > div { display: grid; gap: 24px; }
.prose-block h2 { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.3; }
.prose-block h3 { margin-bottom: 8px; font-size: 1.4rem; }
.prose-block p { color: var(--muted); }
.prose-block ul, .prose-block ol { display: grid; gap: 10px; }
.prose-block img { max-height: 680px; width: 100%; object-fit: cover; box-shadow: var(--shadow-lg); }
.section--ink .prose-block p { color: #bec4cb; }
.section--cta .prose-block { max-width: none; }
.section--cta .prose-block > div { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
.section--cta h2 { max-width: 820px; margin: 0; }
.section--cta a { color: white; border-bottom: 1px solid currentColor; }
.cta-panel { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 42px; }
.cta-panel > div:first-child > span { display: block; margin-bottom: 14px; color: #8eb8ff; font-family: var(--font-display); font-size: .78rem; font-weight: 800; }
.cta-panel h2 { max-width: 820px; margin-bottom: 16px; }
.cta-panel p { max-width: 780px; color: #bec4cb; }
.cta-panel__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.cta-panel__actions .button--outline { color: white; border-color: #555c65; }
.section-extra { margin-top: 28px; padding: 30px; border-inline-start: 5px solid var(--accent); background: #eef3f9; }
.section-extra h3 { margin-bottom: 10px; font-size: 1.35rem; }
.section-extra p { margin-bottom: 14px; color: var(--muted); }
.section-extra a { color: var(--accent); font-weight: 700; }
@media (max-width: 820px) {
  .cta-panel { grid-template-columns: 1fr; }
  .cta-panel__actions { justify-content: flex-start; }
}
