:root {
  --bg: #0e0e0e;
  --surface: #131313;
  --surface-alt: #171716;
  --card: #1c1b1b;
  --card-border: rgba(255, 255, 255, 0.08);
  --line: rgba(255, 255, 255, 0.09);
  --ink: #e5e2e1;
  --ink-muted: #b8b6c4;
  --ink-faint: #8c8a97;
  --primary: #c0c1ff;
  --primary-strong: #8083ff;
  --secondary: #44e2cd;
  --focus: #c0c1ff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-height: 100dvh;
  background: var(--bg);
  color: var(--ink);
  font-family: Geist, "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
  border-radius: 2px;
}

img {
  max-width: 100%;
  display: block;
}

.wrap {
  max-width: 68rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.wrap-narrow {
  max-width: 42rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

h1,
h2,
h3 {
  font-family: Outfit, Geist, system-ui, sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0;
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(14, 14, 14, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.9rem 0;
  flex-wrap: nowrap;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  font-family: Outfit, Geist, system-ui, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.brand-mark {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  object-fit: cover;
  flex-shrink: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.site-nav a {
  text-decoration: none;
  font-size: 0.92rem;
  color: var(--ink-muted);
  transition: color 0.15s ease;
}

.site-nav a:hover {
  color: var(--ink);
}

.site-nav a.active {
  color: var(--primary);
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1.35rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    transform 0.15s ease,
    background 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease;
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--primary);
  color: #0e0e0e;
  box-shadow: 0 8px 24px -10px rgba(192, 193, 255, 0.5);
}

.btn-primary:hover {
  background: #d2d3ff;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--ink);
}

.btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.06);
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  overflow: hidden;
  padding: 5.5rem 0 5rem;
  border-bottom: 1px solid var(--line);
}

.hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 46rem;
  margin: 0 auto;
}

.orb {
  position: absolute;
  border-radius: 9999px;
  filter: blur(115px);
  pointer-events: none;
  z-index: 1;
}

.orb-indigo {
  background: rgba(192, 193, 255, 0.22);
  width: 420px;
  height: 420px;
  top: -8%;
  left: -4%;
}

.orb-teal {
  background: rgba(68, 226, 205, 0.15);
  width: 320px;
  height: 320px;
  bottom: -10%;
  right: -2%;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  background: rgba(32, 31, 31, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 0 1px rgba(192, 193, 255, 0.08);
  color: var(--secondary);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
}

.hero h1 {
  font-size: clamp(2.25rem, 5.5vw, 3.75rem);
  font-weight: 700;
  margin-bottom: 1.1rem;
}

.hero-nepali {
  display: block;
  margin-top: 0.5rem;
  font-family: Outfit, Geist, system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(1.1rem, 2.4vw, 1.5rem);
  color: var(--primary);
  letter-spacing: 0;
}

.hero-lede {
  font-size: 1.15rem;
  line-height: 1.65;
  color: var(--ink-muted);
  max-width: 38rem;
  margin: 0 auto 2.25rem;
}

.cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

/* ---------- Sections ---------- */

.section {
  padding: 4.5rem 0;
}

.section-tight {
  padding-top: 1rem;
}

.section-alt {
  background: var(--surface-alt);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-head {
  max-width: 40rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.section-eyebrow {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--secondary);
  margin-bottom: 0.75rem;
}

.section-head h2 {
  font-size: clamp(1.6rem, 3.2vw, 2.1rem);
  font-weight: 600;
  margin-bottom: 0.85rem;
}

.section-head p {
  color: var(--ink-muted);
  font-size: 1.02rem;
  margin: 0;
}

/* ---------- Point cards ---------- */

.points-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.25rem;
}

.point-card {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 1rem;
  padding: 1.9rem 1.6rem;
}

.point-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  background: rgba(192, 193, 255, 0.12);
  color: var(--primary);
  font-family: Outfit, Geist, system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 1.1rem;
}

.point-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.point-card p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

/* ---------- CTA band ---------- */

.cta-band {
  text-align: center;
}

.cta-band h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  margin-bottom: 0.9rem;
}

.cta-band p {
  color: var(--ink-muted);
  margin: 0 0 1.75rem;
  font-size: 1.02rem;
}

/* ---------- Footer ---------- */

.site-footer {
  border-top: 1px solid var(--line);
  padding: 2.5rem 0;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  color: var(--ink-faint);
}

.footer-links a {
  text-decoration: none;
  color: var(--ink-faint);
}

.footer-links a:hover {
  color: var(--ink);
}

.footer-links a.active {
  color: var(--primary);
}

.footer-links .dot {
  opacity: 0.5;
}

/* ---------- Simple page hero (About / Contact / etc.) ---------- */

.page-hero {
  padding: 4.5rem 0 1rem;
  text-align: center;
}

.page-hero h1 {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  margin-bottom: 0.9rem;
}

.page-hero p {
  color: var(--ink-muted);
  font-size: 1.08rem;
  max-width: 34rem;
  margin: 0 auto;
}

.prose {
  font-size: 1.04rem;
  line-height: 1.75;
  color: var(--ink-muted);
}

.prose p {
  margin: 0 0 1.15rem;
}

.prose strong {
  color: var(--ink);
}

.prose a {
  color: var(--primary);
}

.prose h2 {
  font-size: 1.35rem;
  font-weight: 600;
  margin: 2.5rem 0 1rem;
  color: var(--ink);
}

.prose ul {
  margin: 0 0 1.15rem;
  padding-left: 1.2rem;
}

.prose li {
  margin-bottom: 0.4rem;
}

.prose li::marker {
  color: var(--ink-faint);
}

/* Facts block */

.facts-card {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 1rem;
  padding: 1.75rem 1.9rem;
  margin: 2rem 0;
}

.facts-card dl {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem 1.25rem;
}

.facts-card dt {
  color: var(--ink-faint);
  font-size: 0.88rem;
}

.facts-card dd {
  margin: 0;
  font-size: 0.95rem;
  color: var(--ink);
}

.facts-card dd a {
  color: var(--primary);
  text-decoration: none;
}

.facts-card dd a:hover {
  text-decoration: underline;
}

/* Contact page */

.contact-card {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 1.25rem;
  padding: 2.5rem 2rem;
  text-align: center;
  max-width: 30rem;
  margin: 2.5rem auto 0;
}

.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: Outfit, Geist, system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  margin: 0.75rem 0 1.5rem;
  word-break: break-word;
}

.contact-email:hover {
  text-decoration: underline;
}

.contact-meta {
  border-top: 1px solid var(--line);
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  font-size: 0.9rem;
  color: var(--ink-faint);
  line-height: 1.7;
  text-align: left;
}

.contact-meta strong {
  color: var(--ink-muted);
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-meta p {
  margin: 0 0 1.1rem;
}

.contact-meta p:last-child {
  margin-bottom: 0;
}

.contact-meta a {
  color: var(--primary);
  text-decoration: none;
}

.contact-meta a:hover {
  text-decoration: underline;
}

.contact-card .lead {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.95rem;
}

@media (max-width: 640px) {
  .site-nav {
    gap: 1.1rem;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 420px) {
  .wrap,
  .wrap-narrow {
    padding: 0 1.1rem;
  }

  .brand-link {
    font-size: 0.88rem;
  }

  .site-nav {
    gap: 0.85rem;
  }

  .site-nav a {
    font-size: 0.86rem;
  }
}
