.info-main { min-height: 60vh; }
.info-hero { padding-block: 72px 56px; border-bottom: var(--border); background: linear-gradient(125deg, var(--paper-bright) 0%, var(--paper) 62%, var(--surface-muted) 100%); }
.info-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 250px; align-items: end; gap: 80px; }
.info-hero h1 { max-width: 800px; margin-bottom: 24px; font-size: clamp(36px, 4.3vw, 56px); line-height: 1.3; }
.info-hero__lead { max-width: 65ch; margin: 0; color: var(--ink-soft); font-size: 20px; line-height: 1.75; }
.info-hero .eyebrow > span { display: inline-block; margin-inline-end: 10px; color: var(--accent-ink); font-family: var(--font-mono); font-size: 11px; }
.info-hero__meta { display: grid; margin: 0; padding: 8px 18px; border: var(--border); border-radius: 12px; background: var(--paper-bright); box-shadow: var(--shadow-card); }
.info-hero__meta div { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-block: 12px; border-bottom: var(--border); }
.info-hero__meta div:last-child { border-bottom: 0; }
.info-hero__meta dt { color: var(--ink-soft); font-size: 13px; font-weight: 400; }
.info-hero__meta dd { margin: 0; font-size: 14px; font-weight: 500; }
.info-section { padding-block: 72px; background: var(--paper-bright); }
.info-section + .info-section { border-top: var(--border); }
.info-section--sage { background: var(--ink); color: var(--on-dark); }
.info-section--sage .info-cta h2 { color: var(--on-dark); }
.info-section--sage .info-cta p { color: var(--on-dark-muted); }
.info-section--sage .identity-card dt { color: var(--on-dark-muted); }
.info-section--sage .notice--paper { color: var(--ink); }
.info-layout { display: grid; grid-template-columns: 200px minmax(0, 1fr); align-items: start; gap: 80px; }
.info-toc { display: grid; position: sticky; top: 120px; padding: 18px; border: var(--border); border-radius: 10px; background: var(--paper); }
.info-toc strong { margin-bottom: 14px; color: var(--ink-soft); font-size: 13px; font-weight: 400; }
.info-toc a { display: flex; min-height: 44px; align-items: center; padding: 8px 10px; border-radius: 5px; font-size: 14px; line-height: 1.5; text-decoration: none; }
.info-toc a:hover { background: var(--accent-soft); color: var(--accent-ink); }
.info-toc a:focus-visible { background: var(--accent-soft); }
.prose { min-width: 0; max-width: 760px; }
.prose > :last-child { margin-bottom: 0; }
.prose h2 { margin-block: 46px 18px; font-size: clamp(26px, 2.7vw, 34px); scroll-margin-top: 120px; }
.prose h2:first-child { margin-top: 0; }
.prose > h2:not(:first-child) { margin-top: 56px; padding-top: 28px; border-top: var(--border); }
.prose h3 { margin-block: 32px 12px; font-size: 23px; scroll-margin-top: 120px; }
.prose p, .prose li { font-size: 17px; line-height: 1.9; }
.prose p { max-width: 70ch; }
.prose ul, .prose ol { padding-inline-start: 23px; }
.prose li + li { margin-top: 9px; }
.prose a { text-decoration-color: var(--line); }
.prose .fine-print { font-size: 14px; }
.notice { margin-block: 24px; padding: 22px 24px; border-inline-start: 3px solid var(--accent); background: var(--surface-muted); border-radius: 0 8px 8px 0; }
[dir="rtl"] .notice { border-radius: 8px 0 0 8px; }
.notice--paper { background: var(--paper); }
.notice--coral { background: var(--accent-soft); }
.notice strong { display: block; margin-bottom: 8px; font-weight: 500; }
.notice p:last-child { margin: 0; }
.data-table-wrap { max-width: 100%; margin-block: 28px; overflow-x: auto; border-block: var(--border); }
.data-table { width: 100%; min-width: 600px; border-collapse: collapse; }
.data-table th, .data-table td { padding: 16px; border-bottom: var(--border); text-align: start; vertical-align: top; }
.data-table th { font-size: 14px; font-weight: 500; background: var(--surface-muted); }
.data-table td { font-size: 15px; }
.data-table tr:last-child td { border-bottom: 0; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-block: 28px; }
.contact-card { min-width: 0; padding: 24px; border: var(--border); border-radius: 12px; background: var(--paper); transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.contact-card--lime { background: var(--surface-muted); }
.contact-card--coral { background: var(--accent-soft); }
.contact-card > .mono { display: block; margin-bottom: 12px; color: var(--accent-ink); font-size: 11px; }
.contact-card h2, .contact-card h3 { margin-block: 0 12px; font-size: 24px; }
.contact-card p { color: var(--ink-soft); font-size: 16px; }
.contact-card p:last-child { margin: 0; }
.contact-card__action { display: inline-flex; min-height: 44px; align-items: center; overflow-wrap: anywhere; color: var(--accent-ink); font-size: 18px; font-weight: 500; text-decoration-color: var(--accent); }
.contact-card:has(a):focus-within { border-color: var(--accent); box-shadow: var(--shadow-card); }
.identity-card { display: grid; margin-block: 28px; border-top: var(--border); }
.identity-card div { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 20px; padding-block: 15px; border-bottom: var(--border); }
.identity-card dt { color: var(--ink-soft); font-size: 15px; font-weight: 400; }
.identity-card dd { margin: 0; overflow-wrap: anywhere; font-size: 16px; }
.info-cta { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.info-cta h2 { margin-bottom: 16px; font-size: clamp(28px, 3.2vw, 42px); }
.info-cta p { max-width: 65ch; margin: 0; color: var(--ink-soft); }
.info-cta .button { flex-shrink: 0; }
.blog-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; color: var(--ink-soft); font-size: 13px; }
.blog-breadcrumb a { text-decoration: none; }
.blog-breadcrumb a:hover { text-decoration: underline; }
.error-page { display: grid; min-height: 70vh; place-items: center; padding-block: 70px; }
.error-card { width: min(660px, calc(100% - 40px)); text-align: center; }
.error-card__code { display: block; margin-bottom: 24px; font-size: 85px; font-weight: 500; }
.error-card h1 { margin-bottom: 22px; font-size: 40px; }
@media (max-width: 900px) {
  .info-hero__grid { grid-template-columns: 1fr; gap: 32px; }
  .info-hero__meta { max-width: 520px; }
  .info-layout { grid-template-columns: 1fr; gap: 36px; }
  .info-toc { position: static; display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 12px; padding: 0 0 20px; border: 0; border-bottom: var(--border); border-radius: 0; background: transparent; }
  .info-toc strong { margin: 0; }
  .info-cta { flex-direction: column; align-items: flex-start; gap: 28px; }
}
@media (hover: hover) and (pointer: fine) {
  .contact-card:has(a):hover { transform: translateY(-3px); border-color: var(--accent); box-shadow: var(--shadow-hover); }
}
@media (max-width: 580px) {
  .info-hero { padding-block: 44px 36px; }
  .info-hero h1 { font-size: 36px; }
  .info-hero__lead { font-size: 18px; }
  .info-section { padding-block: 48px; }
  .prose h2 { font-size: 27px; }
  .prose p, .prose li { font-size: 16px; line-height: 1.85; }
  .contact-grid { grid-template-columns: 1fr; gap: 14px; }
  .contact-card { padding: 21px; }
  .contact-card h2, .contact-card h3 { font-size: 23px; }
  .identity-card div { grid-template-columns: 1fr; gap: 4px; }
  .notice { padding: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .contact-card { transition: none; }
  .contact-card:has(a):hover { transform: none; }
}
