body { font-family: Manrope, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; margin: 0; background: #f5f1e8; color: #1f1f19; }
    main { max-width: 760px; margin: 64px auto; padding: 32px; background: white; border: 1px solid rgba(31,31,25,0.08); border-radius: 24px; box-shadow: 0 18px 60px rgba(31,31,25,0.08); }
    h1 { margin: 0 0 16px; font-size: 32px; line-height: 1.1; }
    p, li { line-height: 1.6; }
    a { color: #1f5b57; font-weight: 700; text-decoration: none; }
