/* Sangoly web — shared dark theme */

* { box-sizing: border-box; margin: 0; padding: 0; }

html { -webkit-text-size-adjust: 100%; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: #000;
  color: #ccc;
  line-height: 1.6;
  font-size: 16px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a { color: #A78BFA; text-decoration: none; }
a:hover { text-decoration: underline; }

header.site {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.08);
  padding: 18px 24px;
}
header.site .brand {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
header.site .brand:hover { text-decoration: none; }

main {
  flex: 1;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 32px 24px 64px;
}

h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  margin-top: 36px;
  margin-bottom: 12px;
}

p {
  color: #ccc;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 12px;
}

ul {
  margin: 4px 0 16px 22px;
  color: #ccc;
}
ul li {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 6px;
}

.last-updated {
  color: #666;
  font-size: 13px;
  margin-bottom: 32px;
}

.subhead {
  color: #fff;
  font-weight: 700;
  margin-top: 14px;
  margin-bottom: 6px;
}

.card {
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.25);
  border-radius: 14px;
  padding: 20px 22px;
  margin: 18px 0;
}
.card h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 6px;
}
.card p { margin-bottom: 0; }

.hero {
  text-align: center;
  padding: 64px 0 32px;
}
.hero .tagline {
  color: #aaa;
  font-size: 18px;
  margin-top: 10px;
}
.hero .badge {
  display: inline-block;
  margin-top: 24px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  color: #aaa;
  font-size: 13px;
}

.contact-block {
  background: rgba(255, 255, 255, 0.04);
  border: 0.5px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 18px 20px;
  margin: 20px 0;
}
.contact-block strong { color: #fff; }
.contact-block a {
  font-weight: 600;
  font-size: 17px;
}

footer.site {
  border-top: 0.5px solid rgba(255, 255, 255, 0.08);
  padding: 24px;
  color: #666;
  font-size: 13px;
  text-align: center;
}
footer.site nav {
  margin-bottom: 10px;
}
footer.site nav a {
  margin: 0 10px;
  color: #aaa;
}

@media (max-width: 600px) {
  h1 { font-size: 26px; }
  main { padding: 24px 18px 48px; }
  header.site { padding: 14px 18px; }
}
