/* e-acum.md while the web app is switched off: the coming-soon page and the
   legal pages (privacy, terms, support, 404). Soft Mint tokens from styles.css
   (the web app's stylesheet); light only, like the app. No JavaScript. */

:root {
  --ink: #1E2A22; --ink2: #3B4D42; --ink3: #6F7F73; --ink4: #A8B3AA;
  --hair: rgba(30, 42, 34, 0.08);
  --accent: #2D6B4E; --accent-soft: #E4F1DC;
  --bg-top: #F4F9F0; --bg-mid: #E6F2DE; --bg-bottom: #D9EAD0;
  --card-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 10px 24px rgba(30,42,34,.07), 0 2px 6px rgba(30,42,34,.04);
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  min-height: 100vh;
  display: flex; flex-direction: column;
  color: var(--ink);
  background: var(--bg-mid);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: var(--accent); text-underline-offset: 2px; }
a:hover { text-decoration-thickness: 2px; }
/* "hello@e-acum.md" would otherwise wrap at the hyphen. */
a[href^="mailto:"] { white-space: nowrap; }

/* ---- Background (same as the web app) ---- */
.bg {
  position: fixed; inset: 0; z-index: -1;
  background: linear-gradient(168deg, var(--bg-top) 0%, var(--bg-mid) 42%, var(--bg-bottom) 100%);
}
.blob { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .65; }
.blob-warm { width: 520px; height: 520px; top: -160px; right: -120px; background: #FFE8B4; }
.blob-green { width: 560px; height: 560px; bottom: -200px; left: -160px; background: #C8EAB4; }

/* ---- Coming soon ---- */
.soon {
  flex: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
  padding: 64px 16px 32px;
}
.pulse { position: relative; width: 132px; height: 132px; margin-bottom: 26px; }
.pulse .ring {
  position: absolute; inset: 0; margin: auto;
  width: 36px; height: 36px; border: 4px solid var(--accent); border-radius: 50%;
  opacity: 0; animation: ringPulse 2.4s ease-out infinite;
}
.pulse .ring:nth-child(2) { animation-delay: .8s; }
.pulse .ring:nth-child(3) { animation-delay: 1.6s; }
.pulse .core { position: absolute; inset: 0; margin: auto; width: 18px; height: 18px; border-radius: 50%; background: var(--accent); }
@keyframes ringPulse {
  0%   { transform: scale(.4); opacity: .9; }
  100% { transform: scale(3.6); opacity: 0; }
}
.wordmark { font-size: clamp(56px, 13vw, 88px); font-weight: 800; letter-spacing: -2.5px; line-height: 1; }
.soon-tag {
  margin-top: 18px; max-width: 30ch;
  font-size: clamp(18px, 4.6vw, 22px); font-weight: 500; line-height: 1.35; color: var(--ink2);
}
.soon-badge {
  margin-top: 28px;
  display: inline-flex; align-items: center; gap: 9px;
  padding: 10px 18px; border-radius: 999px;
  font-size: 16px; font-weight: 600; color: var(--accent);
  background: rgba(255, 255, 255, .72); border: 1px solid rgba(255, 255, 255, .85);
  box-shadow: var(--card-shadow);
}
.soon-badge svg { flex: none; }
.soon-langs { margin-top: 14px; font-size: 14px; font-weight: 500; color: var(--ink3); letter-spacing: .2px; }

/* ---- Document pages (privacy, terms, support, 404) ---- */
.doc-top { width: 100%; max-width: 800px; margin: 0 auto; padding: 22px 16px 0; }
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; color: var(--ink); }
.brand-name { font-size: 21px; font-weight: 800; letter-spacing: -.5px; }

.doc {
  flex: 1;
  width: 100%; max-width: 800px; margin: 18px auto 0; padding: 0 16px;
}
.doc-card {
  padding: clamp(24px, 5vw, 48px);
  background: rgba(255, 255, 255, .8);
  border: .5px solid rgba(255, 255, 255, .65);
  border-radius: 22px;
  box-shadow: var(--card-shadow);
}
.doc h1 { font-size: clamp(30px, 6vw, 38px); font-weight: 750; letter-spacing: -.8px; line-height: 1.1; }
.doc-meta { margin-top: 8px; font-size: 14px; color: var(--ink3); }
.doc h2 { margin-top: 36px; font-size: 21px; font-weight: 700; letter-spacing: -.3px; line-height: 1.25; }
.doc h3 { margin-top: 22px; font-size: 17px; font-weight: 650; }
.doc p, .doc li { font-size: 16.5px; line-height: 1.6; color: var(--ink2); }
.doc p { margin-top: 12px; }
.doc ul { margin-top: 10px; padding-left: 22px; }
.doc li { margin-top: 6px; }
.doc li::marker { color: var(--ink4); }
.doc strong { color: var(--ink); font-weight: 650; }
.summary {
  margin-top: 24px; padding: 16px 18px; border-radius: 14px;
  background: var(--accent-soft);
}
.summary p { margin-top: 0; color: var(--ink); }
.summary p + p { margin-top: 8px; }

.table-wrap { margin-top: 14px; overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 15.5px; }
th, td { text-align: left; vertical-align: top; padding: 10px 12px 10px 0; border-bottom: 1px solid var(--hair); line-height: 1.45; }
th { font-size: 13px; font-weight: 650; color: var(--ink3); text-transform: uppercase; letter-spacing: .3px; }
td { color: var(--ink2); }
td:first-child { color: var(--ink); font-weight: 600; }

.contact-card {
  margin-top: 14px; padding: 16px 18px; border-radius: 14px;
  background: rgba(255, 255, 255, .7); border: 1px solid var(--hair);
}
.contact-card p { margin-top: 0; }
.contact-card .email { font-size: 20px; font-weight: 700; }

/* ---- Footer (all pages) ---- */
.site-footer {
  width: 100%; max-width: 800px; margin: 0 auto;
  padding: 28px 16px 36px;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 22px;
  font-size: 14.5px; color: var(--ink3);
}
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; }
.site-footer a { color: var(--ink2); text-decoration: none; font-weight: 550; }
.site-footer a:hover { color: var(--accent); }

@media (prefers-reduced-motion: reduce) {
  .pulse .ring { animation: none; opacity: .35; transform: scale(2); }
  .pulse .ring:nth-child(2) { transform: scale(3); opacity: .2; }
  .pulse .ring:nth-child(3) { display: none; }
}
