/* Styles for process.html, global-presence.html, legal pages and 404 */
.notice { border: 1px solid var(--rule); border-left: 4px solid var(--purple); background: #fbfaf7; padding: 2rem 2.2rem; margin-bottom: 3rem; }
.notice h2 { font-size: 1.35rem !important; }
.notice h3 { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 700; color: var(--ink); margin: 1.6rem 0 0.6rem; }
.notice ul { padding-left: 1.3rem; }
.notice li { margin-bottom: 0.5rem; }
.cta-simple { text-align: center; padding: 8rem 5%; }
.cta-simple::before { content: ''; position: absolute; top: -200px; right: -200px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(184,134,11,0.14) 0%, transparent 65%); pointer-events: none; }
.cta-inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.cta-simple h2 { font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 4.5vw, 4rem); font-weight: 900; color: var(--paper); margin-bottom: 1.5rem; line-height: 1.05; }
.cta-simple h2 i { font-style: italic; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: inline-block; padding-right: 0.05em; }
.cta-simple p { font-size: 1rem; color: rgba(255,255,255,0.7); margin-bottom: 2.5rem; line-height: 1.8; }
.cta-actions { display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap; }
.doc-table table { width: 100%; border-collapse: collapse; background: var(--paper); border: 1px solid var(--rule); }
.doc-table th, .doc-table td { text-align: left; padding: 1rem 1.2rem; border-bottom: 1px solid var(--rule); font-size: 0.9rem; line-height: 1.55; vertical-align: top; }
.doc-table th { font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mid); font-weight: 500; background: var(--cream); }
.doc-table td:first-child { font-weight: 500; color: var(--ink); }
.doc-table td:nth-child(3) { font-family: 'Playfair Display', serif; font-weight: 700; color: var(--purple-dark); }
.doc-table tr:last-child td { border-bottom: 0; }
.hub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.hub-grid > div { background: var(--paper); border: 1px solid var(--rule); padding: 2.6rem 2.2rem; }
.hub-grid h3 { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: var(--ink); margin: 1rem 0 0.7rem; }
.hub-grid p { font-size: 0.88rem; line-height: 1.7; color: var(--mid); }
@media (max-width: 900px) {
.hub-grid { grid-template-columns: 1fr; }
.doc-table { overflow-x: auto; }
.doc-table table { min-width: 640px; }
}