.shell { width: min(840px, calc(100% - 48px)); margin: 0 auto; padding: max(24px, env(safe-area-inset-top, 0px)) env(safe-area-inset-right, 0px) max(40px, env(safe-area-inset-bottom, 0px)) env(safe-area-inset-left, 0px); }
.brand { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; color: var(--muted); }
.hero { padding: 56px 0 36px; border-bottom: 1px solid var(--line); }
h1 { margin: 18px 0 26px; font: 64px/1.25 var(--font-brush); text-wrap: balance; }
h2 { margin: 0 0 20px; font: 38px/1.3 var(--font-brush); }
p, li { font: 17px/1.95 var(--font-story); color: #bfbcb6; word-break: keep-all; }
.intro { font-size: 19px; }
.cta { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; margin-top: 20px; padding: 12px 24px; border: 1px solid #d0ccc37d; font-size: 15px; }
.cta:hover { background: var(--paper); color: #111; }
main section { padding: 38px 0 22px; border-bottom: 1px solid var(--line); }
.faq-wrap, .related { margin-top: 42px; }
details { border-bottom: 1px solid var(--line); padding: 0 4px; }
summary { cursor: pointer; padding: 20px 0; font-size: 17px; line-height: 1.7; }
.related-grid { display: grid; gap: 12px; }
.related-card { display: grid; gap: 10px; padding: 24px; background: #191919; border: 1px solid var(--line); }
.related-card strong { color: var(--paper); font-weight: 400; font-size: 18px; }
.related-card span { color: var(--muted); font-size: 14px; line-height: 1.8; }
.final-cta { margin-top: 42px; padding: 30px; background: #181818; border-top: 1px solid #b4b0a666; text-align: center; }
footer { margin-top: 44px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 12px; line-height: 1.8; color: var(--muted); }
footer a { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 560px) { .shell { width: calc(100% - 36px); } .hero { padding-top: 32px; } h1 { font-size: 48px; } .intro { font-size: 17px; } .final-cta { padding: 22px; } }
