:root {
  color-scheme: dark;
  font-family: Arial, Helvetica, sans-serif;
  color: #f8edf5;
  background: #1b0835;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; }
.page { max-width: 1440px; min-height: 100svh; margin: auto; padding: 0 6%; display: flex; flex-direction: column; }
.header { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 32px 0; border-bottom: 1px solid #b37ba833; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-size: 1.5rem; font-weight: 800; letter-spacing: -.07em; color: #b37ba8; }
.header-note { font-size: .875rem; color: #c9b6d3; }
main { flex: 1; width: 100%; max-width: 850px; margin: auto; padding: 76px 0 64px; }
.eyebrow { margin: 0 0 26px; font-size: .75rem; letter-spacing: .17em; font-weight: 700; color: #b37ba8; }
h1 { margin: 0; font-size: clamp(4rem, 9.4vw, 8.5rem); line-height: .92; letter-spacing: -.075em; font-weight: 800; }
.period { color: #b37ba8; }
.intro { margin: 30px 0; font-size: 1.125rem; line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 60px; padding: 17px 24px; border: 1px solid #b37ba880; border-radius: 6px; color: inherit; font-size: 1rem; line-height: 1.5; font-weight: 700; text-decoration: none; transition: background .15s ease, color .15s ease; }
.button svg { width: 22px; height: 22px; flex-shrink: 0; }
.primary { color: #1b0835; background: #b37ba8; border-color: #b37ba8; }
.primary:hover { background: #c58fba; }
.secondary:hover { background: #b37ba818; }
a:focus-visible { outline: 3px solid #c58fba; outline-offset: 5px; }
.start-note { max-width: 560px; margin: 17px 0 0; font-size: .875rem; line-height: 1.6; color: #c9b6d3; }
.recovery { margin-top: 46px; border-left: 2px solid #b37ba880; padding-left: 16px; font-size: .875rem; line-height: 1.6; }
.recovery-label { font-weight: 700; }
.recovery p { margin: 3px 0 0; color: #c9b6d3; }
footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 24px 0; border-top: 1px solid #b37ba833; font-size: .8125rem; color: #c9b6d3; }
@media (max-width: 600px) {
  .page { padding: 0 7%; }
  .header { padding: 24px 0; }
  .header-note { display: none; }
  main { padding: 56px 0 44px; }
  h1 { font-size: clamp(3.25rem, 12.5vw, 4.8rem); }
  .intro { margin: 25px 0; font-size: 1rem; }
  .desktop-break { display: none; }
  .actions { flex-direction: column; }
  .button { width: 100%; }
  .recovery { margin-top: 34px; }
}
@media (prefers-reduced-motion: reduce) {
  .button { transition: none; }
}
