/* ===================================================================
   Kundli Matching page
   =================================================================== */

.nk-h2 { font-size: 32px; margin-top: 14px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

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

.nk-km-hero { position: relative; padding: 100px 0 80px; text-align: center; overflow: hidden; }

.nk-km-wheels {
  position: absolute; left: 50%; top: 30px; transform: translateX(-50%);
  display: flex; opacity: 0.85; width: 100%; max-width: 640px; justify-content: center;
  pointer-events: none;
}
.nk-km-wheel { width: 300px; }
.nk-km-wheel--a { margin-right: -75px; }
.nk-km-wheel--b { margin-left: -75px; }

.nk-km-hero-inner { position: relative; padding-top: 220px; }
.nk-km-title { font-size: 56px; line-height: 1.12; margin: 20px auto 22px; max-width: 760px; }
.nk-km-sub { color: var(--text-dim); font-size: 17px; line-height: 1.65; max-width: 560px; margin: 0 auto 36px; }

.nk-km-waitlist { display: flex; gap: 14px; justify-content: center; align-items: center; flex-wrap: wrap; }
.nk-km-waitlist input {
  background: var(--surface-2); border: 1px solid var(--border-strong); border-radius: 999px;
  padding: 15px 22px; color: var(--text); font-family: inherit; font-size: 14.5px; width: 280px; max-width: 100%;
}
.nk-km-waitlist input::placeholder { color: var(--text-quiet); }
.nk-km-note { color: var(--text-quiet); font-size: 12.5px; margin-top: 16px; }

/* ---------- The 8 kootas ---------- */

.nk-km-system-head { text-align: center; max-width: 600px; margin: 0 auto 70px; }
.nk-km-system-sub { color: var(--text-faint); font-size: 14.5px; line-height: 1.6; margin-top: 16px; }

.nk-koota-wheel {
  position: relative; width: 100%; max-width: 640px; aspect-ratio: 1 / 1; margin: 0 auto;
}
.nk-koota-guides { position: absolute; inset: 0; width: 100%; height: 100%; }
.nk-koota-center { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; }
.nk-koota-total { font-family: 'Cinzel', serif; font-weight: 800; font-size: clamp(36px, 8vw, 64px); color: var(--gold-bright); line-height: 1; }
.nk-koota-total-label { font-size: 11px; color: var(--text-faint); text-transform: uppercase; letter-spacing: 0.14em; margin-top: 6px; }

.koota-node {
  position: absolute; width: 32%; text-align: center; transform: translate(-50%, -50%);
}
.nk-koota-name { font-family: 'Cinzel', serif; color: var(--gold-bright); font-size: clamp(11px, 2.3vw, 15px); font-weight: 700; }
.nk-koota-desc { font-size: clamp(9px, 1.8vw, 11.5px); color: var(--text-muted); margin-top: 4px; }

.nk-koota-list { display: none; }
.nk-koota-list-item {
  display: flex; justify-content: space-between; gap: 16px; padding: 16px 0;
  border-bottom: 1px solid rgba(232, 198, 135, 0.14);
}
.nk-koota-list-name { font-family: 'Cinzel', serif; color: var(--gold-bright); font-size: 15px; font-weight: 700; flex-shrink: 0; }
.nk-koota-list-desc { color: var(--text-muted); font-size: 13.5px; text-align: right; }
.nk-koota-list-total {
  text-align: center; padding-top: 22px; color: var(--text-faint); font-size: 14px;
}
.nk-koota-list-total span { font-family: 'Cinzel', serif; color: var(--gold-bright); font-size: 22px; font-weight: 800; }

/* ---------- Why it's different ---------- */

.nk-km-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.nk-km-compare-card { padding: 40px; }
.nk-km-compare-card--dim { opacity: 0.75; }
.nk-km-compare-card--gold { border-color: var(--gold); background: rgba(201, 161, 95, 0.08); }

.nk-km-compare-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--text-muted); font-weight: 700; margin-bottom: 18px; }
.nk-km-compare-label--gold { color: var(--gold-bright); }

.nk-km-compare-num { font-family: 'Cinzel', serif; font-size: 46px; color: var(--text-muted); margin-bottom: 6px; }
.nk-km-compare-num--gold { color: var(--gold-bright); }

.nk-km-compare-note { font-size: 11px; color: var(--text-muted); margin-bottom: 16px; letter-spacing: 0.04em; }
.nk-km-compare-desc { color: var(--text-muted); font-size: 14px; line-height: 1.7; margin: 0; }
.nk-km-compare-desc--bright { color: var(--text); }

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
  .nk-km-hero { padding: 56px 0 48px; }
  .nk-km-title { font-size: 38px; }
  .nk-km-wheels { top: 10px; }
  .nk-km-wheel { width: 220px; }
  .nk-km-hero-inner { padding-top: 150px; }

  .nk-km-system-head { margin-bottom: 40px; }
  .nk-koota-wheel { display: none; }
  .nk-koota-list { display: block; max-width: 480px; margin: 0 auto; }

  .nk-km-compare { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 480px) {
  .nk-km-title { font-size: 30px; }
  .nk-km-waitlist { flex-direction: column; align-items: stretch; }
  .nk-km-waitlist input, .nk-km-waitlist button { width: 100%; }
}
