/* ============================================================
   Now2Wallet — shared style for legal pages (Imprint, Privacy,
   DPA, Contact). Light look, matching the landing page.
   Self-hosted fonts (GDPR-compliant, no connection to Google).
   ============================================================ */

/* --- Self-hosted fonts — subsets latin + latin-ext, variable woff2 --- */
@font-face { font-family:'Space Grotesk'; font-style:normal; font-weight:400 700; font-display:swap; src:url('fonts/spacegrotesk-latin-ext.woff2') format('woff2'); unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family:'Space Grotesk'; font-style:normal; font-weight:400 700; font-display:swap; src:url('fonts/spacegrotesk-latin.woff2') format('woff2'); unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family:'Manrope'; font-style:normal; font-weight:400 700; font-display:swap; src:url('fonts/manrope-latin-ext.woff2') format('woff2'); unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family:'Manrope'; font-style:normal; font-weight:400 700; font-display:swap; src:url('fonts/manrope-latin.woff2') format('woff2'); unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family:'JetBrains Mono'; font-style:normal; font-weight:400 500; font-display:swap; src:url('fonts/jetbrains-mono-latin-ext.woff2') format('woff2'); unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family:'JetBrains Mono'; font-style:normal; font-weight:400 500; font-display:swap; src:url('fonts/jetbrains-mono-latin.woff2') format('woff2'); unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  background: #ffffff;
  color: #1d1d1f;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.01em;
}
a { color: #0071e3; text-decoration: none; }
a:hover { color: #0077ed; text-decoration: underline; }
.mono { font-family: "JetBrains Mono", ui-monospace, monospace; }

/* --- top nav (matches landing) --- */
.lg-nav {
  position: sticky; top: 0; z-index: 50; height: 52px;
  background: rgba(255,255,255,0.72);
  backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.lg-nav-in { max-width: 1080px; margin: 0 auto; padding: 0 24px; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.lg-brand { display: flex; align-items: center; gap: 8px; }
.lg-brand img { width: 24px; height: 24px; border-radius: 7px; display: block; }
.lg-brand span { font-family: 'Space Grotesk', sans-serif; font-size: 19px; font-weight: 600; letter-spacing: -0.02em; color: #1d1d1f; }
.lg-back { font-size: 14px; color: #1d1d1f; opacity: .8; }
.lg-back:hover { opacity: 1; text-decoration: none; }

/* --- hero --- */
.lg-hero { max-width: 820px; margin: 0 auto; padding: 64px 24px 24px; }
.lg-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #0071e3; margin-bottom: 14px; }
.lg-hero h1 { font-family: 'Space Grotesk', sans-serif; font-size: clamp(32px, 5vw, 52px); font-weight: 600; letter-spacing: -0.025em; line-height: 1.05; margin: 0; }
.lg-meta { margin-top: 14px; font-size: 14px; color: #86868b; }

/* --- content --- */
.lg-content { max-width: 820px; margin: 0 auto; padding: 20px 24px 40px; }
.lg-content h2 { font-family: 'Space Grotesk', sans-serif; font-size: 24px; font-weight: 600; letter-spacing: -0.02em; margin: 44px 0 12px; }
.lg-content h3 { font-family: 'Space Grotesk', sans-serif; font-size: 18px; font-weight: 600; margin: 26px 0 8px; }
.lg-content p { font-size: 16px; line-height: 1.62; color: #3a3a3f; margin: 0 0 14px; }
.lg-content ul { margin: 0 0 16px; padding-left: 22px; }
.lg-content li { font-size: 16px; line-height: 1.6; color: #3a3a3f; margin-bottom: 6px; }
.lg-content strong { color: #1d1d1f; }
.lg-content code { font-family: 'JetBrains Mono', monospace; font-size: 13px; background: #f5f5f7; padding: 2px 6px; border-radius: 6px; color: #1d1d1f; }
.lg-content table { width: 100%; border-collapse: collapse; margin: 14px 0; font-size: 14px; }
.lg-content th { text-align: left; padding: 10px 12px; border-bottom: 2px solid #e3e3e8; color: #6e6e73; font-weight: 600; }
.lg-content td { padding: 9px 12px; border-bottom: 1px solid #ececf0; color: #3a3a3f; vertical-align: top; }

/* definition grid for addresses */
.addr-grid { display: grid; grid-template-columns: 200px 1fr; gap: 6px 18px; margin: 14px 0 20px; }
.addr-grid dt { font-size: 14px; color: #86868b; }
.addr-grid dd { font-size: 16px; color: #1d1d1f; margin: 0; }
@media (max-width: 600px) { .addr-grid { grid-template-columns: 1fr; gap: 2px 0; } .addr-grid dd { margin-bottom: 10px; } }

/* info / note cards */
.note { border-radius: 16px; padding: 18px 20px; margin: 6px 0 26px; font-size: 15px; line-height: 1.55; }
.note.accent { background: #eef4ff; border: 1px solid #d6e4ff; color: #1d1d1f; }
.note.warn { background: #fff8e6; border: 1px solid #ffe6a3; color: #6b5300; }

/* email button */
.lg-btn { display: inline-flex; align-items: center; gap: 8px; background: #0071e3; color: #fff; font-size: 16px; padding: 12px 22px; border-radius: 980px; transition: background .2s ease; }
.lg-btn:hover { background: #0077ed; color: #fff; text-decoration: none; }

/* contact form */
.lg-form { display: grid; gap: 14px; margin-top: 8px; max-width: 560px; }
.lg-form label { font-size: 13px; color: #6e6e73; display: block; margin-bottom: 5px; }
.lg-form input, .lg-form textarea { width: 100%; font-family: inherit; font-size: 16px; color: #1d1d1f; background: #fff; border: 1px solid #d2d2d7; border-radius: 12px; padding: 12px 14px; transition: border-color .2s ease, box-shadow .2s ease; }
.lg-form input:focus, .lg-form textarea:focus { outline: none; border-color: #0071e3; box-shadow: 0 0 0 3px rgba(0,113,227,0.15); }
.lg-form textarea { min-height: 140px; resize: vertical; }

/* --- footer (matches landing) --- */
.lg-footer { background: #f5f5f7; border-top: 1px solid #e3e3e8; padding: 44px 0; margin-top: 40px; }
.lg-footer-in { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.lg-footer-top { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; }
.lg-footer-brand { display: flex; align-items: center; gap: 13px; }
.lg-footer-brand img { width: 38px; height: 38px; object-fit: contain; }
.lg-footer-brand .t { font-size: 15px; font-weight: 600; }
.lg-footer-brand .s { font-size: 12px; color: #86868b; margin-top: 2px; }
.lg-footer-links { display: flex; gap: 22px; flex-wrap: wrap; }
.lg-footer-links a { font-size: 13px; color: #1d1d1f; opacity: .85; }
.lg-footer-links a:hover { opacity: 1; text-decoration: none; }
.lg-copy { font-size: 12px; color: #aeaeb2; margin-top: 28px; padding-top: 22px; border-top: 1px solid #e3e3e8; }
