/* Shared styles for EnggiBasis legal/policy pages */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  background: #f4f2ee;
  color: #374151;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.wrap { max-width: 780px; margin: 0 auto; padding: 32px 24px 80px; }
.topbar {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 40px; padding-bottom: 20px; border-bottom: 1px solid #e5e2db;
}
.brand { display: flex; align-items: center; gap: 11px; }
.logo {
  width: 34px; height: 34px; border-radius: 10px; background: #6366f1;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 800; color: #fff; letter-spacing: -0.5px;
  box-shadow: 0 2px 8px rgba(99,102,241,0.3);
}
.brand p { font-weight: 700; font-size: 15px; color: #111827; letter-spacing: -0.3px; }
.brand span { font-size: 10px; color: #9ca3af; display: block; margin-top: 1px; }
.back { font-size: 13px; color: #6366f1; text-decoration: none; font-weight: 600; }
.back:hover { text-decoration: underline; }
h1 { font-size: 30px; font-weight: 800; color: #111827; letter-spacing: -0.6px; margin-bottom: 8px; }
.updated { font-size: 12px; color: #9ca3af; margin-bottom: 32px; }
h2 { font-size: 18px; font-weight: 700; color: #111827; margin: 32px 0 10px; letter-spacing: -0.3px; }
p, li { font-size: 14.5px; color: #4b5563; margin-bottom: 12px; }
ul, ol { margin: 0 0 12px 22px; }
li { margin-bottom: 6px; }
a { color: #6366f1; }
strong { color: #374151; }
.callout {
  background: #fff; border: 1px solid #e9e6df; border-left: 4px solid #f59e0b;
  border-radius: 10px; padding: 16px 18px; margin: 20px 0;
}
.callout p { margin-bottom: 0; font-size: 14px; }
.footer {
  margin-top: 56px; padding-top: 20px; border-top: 1px solid #e5e2db;
  font-size: 12px; color: #9ca3af; display: flex; flex-wrap: wrap; gap: 16px;
}
.footer a { color: #6b7280; text-decoration: none; }
.footer a:hover { color: #6366f1; }
table { width: 100%; border-collapse: collapse; margin: 12px 0 20px; font-size: 14px; }
th, td { text-align: left; padding: 10px 12px; border: 1px solid #e5e2db; }
th { background: #efede8; font-weight: 700; color: #374151; }
