/* Platen landing page — same structure as beam-landingpage, Platen's own palette.
   Tokens are the app's real ones (PlatenDesign.swift): paper #F3F0E9, ink #1A1714,
   press #1B4F8F, inkSecondary #5F5A52, paperRaised #FFFDF9. The site and the app
   should not disagree about what the product looks like. */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #F3F0E9; color: #1A1714; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; line-height: 1.6; }
.wrap { max-width: 720px; margin: 0 auto; padding: 48px 24px 64px; }
header.hero { text-align: center; padding: 32px 0 8px; }
.hero img.logo { width: 132px; height: 132px; border-radius: 28px; }
h1 { font-size: 2rem; margin: 20px 0 8px; letter-spacing: -0.02em; }
.tagline { color: #5F5A52; font-size: 1.1rem; }
.accent { color: #1B4F8F; }
.badge { display: inline-block; margin-top: 28px; background: #1B4F8F; color: #FFFDF9; font-weight: 700; padding: 14px 28px; border-radius: 999px; text-decoration: none; }
.soon { display: inline-block; margin-top: 28px; border: 1px solid #DDD8CE; color: #5F5A52; font-weight: 600; padding: 13px 27px; border-radius: 999px; }
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin: 48px 0; }
.card { background: #FFFDF9; border: 1px solid #DDD8CE; border-radius: 16px; padding: 20px; }
.card h3 { color: #1B4F8F; font-size: 1rem; margin-bottom: 6px; }
.card p { color: #5F5A52; font-size: .95rem; }
h2 { font-size: 1.3rem; margin: 32px 0 12px; color: #1A1714; }
p, li { color: #3A352F; margin-bottom: 12px; }
ul { padding-left: 22px; }
a { color: #1B4F8F; }
footer { margin-top: 56px; padding-top: 24px; border-top: 1px solid #DDD8CE; color: #5F5A52; font-size: .9rem; text-align: center; }
footer a { color: #5F5A52; margin: 0 10px; }
.fine { color: #5F5A52; font-size: .85rem; }
