/* Shared look for the Terms, Privacy and Refund pages: the homepage's colours and type, one reading column. */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #FAF9F6; color: #1D1D1F; font-family: -apple-system, 'SF Pro Display', 'Inter', system-ui, sans-serif; -webkit-font-smoothing: antialiased; line-height: 1.6; }
a { color: #B4770F; text-decoration: none; }
a:hover { color: #8A5A05; text-decoration: underline; }

.top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px clamp(16px, 5vw, 64px); border-bottom: 1px solid rgba(0,0,0,0.06); }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 19px; letter-spacing: -0.03em; color: #1D1D1F; }
.brand:hover { color: #1D1D1F; text-decoration: none; }
.brand i { width: 24px; height: 24px; border-radius: 7px; background: linear-gradient(135deg, #F5A623, #F7C948); box-shadow: 0 4px 14px rgba(245,166,35,0.35); }
.cta { padding: 10px 20px; border-radius: 999px; background: linear-gradient(135deg, #F5A623, #F7C948); color: #fff; font-size: 15px; font-weight: 600; white-space: nowrap; box-shadow: 0 6px 18px rgba(245,166,35,0.35); }
.cta:hover { color: #fff; text-decoration: none; }

main { max-width: 720px; margin: 0 auto; padding: 56px 16px 72px; }
.kicker { font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #C98A0E; margin-bottom: 10px; }
h1 { font-size: clamp(34px, 5vw, 48px); line-height: 1.1; letter-spacing: -0.03em; margin-bottom: 12px; }
.updated { font-size: 14px; color: #8A8A86; margin-bottom: 36px; }
.lead { font-size: 18px; color: #4A4A48; margin-bottom: 36px; }
h2 { font-size: 21px; letter-spacing: -0.02em; margin: 40px 0 10px; }
p, li { font-size: 16px; color: #4A4A48; }
p + p { margin-top: 12px; }
ul { padding-left: 22px; margin-top: 10px; }
li + li { margin-top: 8px; }
strong { color: #1D1D1F; font-weight: 600; }
.box { margin: 28px 0 8px; padding: 20px 22px; border-radius: 18px; background: #FFF6E6; border: 1.5px solid rgba(245,166,35,0.45); }
.box p { color: #5C4205; }

footer { border-top: 1px solid rgba(0,0,0,0.06); padding: 28px clamp(16px, 5vw, 64px) 40px; display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; font-size: 14px; color: #9A9A96; }
footer nav { display: flex; flex-wrap: wrap; gap: 8px 20px; }
footer a { color: #6B6B68; }
