/* Shared styling for the standalone legal pages (terms / privacy / cookies).
   Loaded after streekly-style.css so the design tokens are already defined. */

.legal-wrap { max-width: 780px; margin: 0 auto; padding: 56px 24px 96px; }

.legal-wrap .eyebrow {
  font-family: var(--mono); font-size: 11px; font-weight: 800; letter-spacing: 2px;
  color: var(--flame); text-transform: uppercase; margin: 0;
}
.legal-wrap h1 {
  font-family: var(--disp); font-weight: 900; font-size: clamp(30px, 6vw, 42px);
  letter-spacing: -1.2px; margin: 10px 0 8px;
}
.legal-wrap .updated { color: var(--textDim); font-size: 13px; margin: 0 0 30px; }

.legal-wrap h2 {
  font-family: var(--disp); font-weight: 800; font-size: 20px;
  margin: 34px 0 10px; letter-spacing: -0.4px;
}
.legal-wrap p, .legal-wrap li { color: var(--textMute); font-size: 15px; line-height: 1.7; }
.legal-wrap ul { padding-left: 20px; margin: 10px 0; }
.legal-wrap li { margin-bottom: 6px; }
.legal-wrap strong { color: var(--text); }
.legal-wrap a {
  color: var(--gold); font-weight: 700;
  text-decoration: underline; text-underline-offset: 2px;
}

.legal-back {
  display: inline-block; margin-bottom: 8px;
  color: var(--textMute); font-size: 13px; font-weight: 700; text-decoration: none;
}
.legal-back:hover { color: var(--text); }

/* Highlighted callout under the intro (e.g. "the service is free"). */
.legal-note {
  margin: 22px 0 26px; padding: 14px 16px; border-radius: 12px;
  background: rgba(255,90,31,0.08); box-shadow: inset 0 0 0 1px rgba(255,90,31,0.25);
  color: var(--textMute); font-size: 14px; line-height: 1.6;
}

.legal-foot {
  margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--line);
  color: var(--textDim); font-size: 12.5px;
}

/* Tables can exceed the viewport on phones, so let them scroll on their own. */
.table-scroll { overflow-x: auto; }
.cookie-table { width: 100%; border-collapse: collapse; margin: 14px 0 4px; font-size: 14px; }
.cookie-table th, .cookie-table td {
  text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); color: var(--textMute);
}
.cookie-table th {
  color: var(--text); font-weight: 700; font-size: 12px;
  text-transform: uppercase; letter-spacing: 0.5px;
}
.cookie-table code { font-family: var(--mono); font-size: 12.5px; color: var(--gold); }

@media (max-width: 480px) {
  .legal-wrap { padding: 40px 18px 72px; }
  .legal-wrap p, .legal-wrap li { font-size: 14.5px; }
}
