/* ============================================================
   Saju Insights — sajuinsights.com
   Magazine-lux dark. Matches report design language:
   dark #12100c ground, gold #e0b45c, serif display, cream paper.
   No frameworks. No external requests.
   ============================================================ */

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

:root {
  --bg:      #12100c;
  --bg-2:    #1a1712;
  --bg-3:    #221d15;
  --gold:    #e0b45c;
  --gold-2:  #cfa85c;
  --gold-dim:#8a7444;
  --cream:   #faf6ee;
  --paper:   #fffdf8;
  --ink:     #221c14;
  --soft:    #5b5347;
  --muted:   #b8ab8f;
  --faint:   #7d735e;
  --line:    #3a3223;
  --line-lt: #e3d9c6;
  --verm:    #c4503f;
  --good:    #6da378;
  --serif:   Georgia, 'Times New Roman', serif;
  --sans:    'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--serif);
  background: var(--bg);
  color: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; }
a { color: var(--gold); text-decoration: none; }

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

.kicker {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}

.section { padding: 96px 0; }
.section-line { border-top: 1px solid var(--line); }

h2.section-title {
  font-size: clamp(30px, 4.5vw, 44px);
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 16px;
}

.section-lead {
  font-size: 18px;
  color: var(--muted);
  font-style: italic;
  max-width: 620px;
  margin-bottom: 48px;
}

/* ---------- header ---------- */

.site-head {
  position: sticky; top: 0; z-index: 50;
  background: rgba(18, 16, 12, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(6px);
}
.site-head .wrap {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.wordmark {
  font-family: var(--sans);
  font-size: 13px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--cream);
}
.wordmark .cn { color: var(--gold); margin-right: 10px; font-family: 'Batang','SimSun',serif; font-size: 15px; letter-spacing: 0; }
.head-nav { display: flex; gap: 28px; align-items: center; }
.head-nav a {
  font-family: var(--sans); font-size: 12px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted);
}
.head-nav a:hover { color: var(--gold); }
.head-nav .btn-small {
  color: var(--bg); background: var(--gold);
  padding: 9px 18px; border-radius: 2px; font-weight: 600;
}
.head-nav .btn-small:hover { background: var(--cream); color: var(--bg); }
@media (max-width: 640px) { .head-nav a:not(.btn-small) { display: none; } }

/* ---------- hero ---------- */

.hero {
  position: relative;
  padding: 120px 0 100px;
  background:
    radial-gradient(ellipse 900px 480px at 78% -10%, rgba(224,180,92,0.13), transparent 60%),
    linear-gradient(170deg, #17140e 0%, var(--bg) 55%);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.hero-glyph {
  position: absolute; right: -30px; top: 40px;
  font-family: 'Batang','SimSun',serif;
  font-size: 340px; line-height: 1;
  color: rgba(224,180,92,0.06);
  user-select: none; pointer-events: none;
}
.hero h1 {
  font-size: clamp(38px, 6vw, 64px);
  font-weight: normal;
  line-height: 1.12;
  max-width: 780px;
  margin-bottom: 28px;
}
.hero h1 em { font-style: italic; color: var(--gold); }
.hero .sub {
  font-size: 19px; color: var(--muted); max-width: 600px;
  margin-bottom: 40px;
}
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.btn {
  display: inline-block;
  font-family: var(--sans); font-size: 13px; letter-spacing: 0.12em;
  text-transform: uppercase; font-weight: 600;
  padding: 16px 32px; border-radius: 2px;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.btn-gold { background: var(--gold); color: var(--bg); }
.btn-gold:hover { background: var(--cream); color: var(--bg); }
.btn-ghost { border: 1px solid var(--gold-dim); color: var(--gold); }
.btn-ghost:hover { border-color: var(--gold); }
.trust-badges {
  margin-top: 26px;
  display: flex; gap: 10px; flex-wrap: wrap;
}
.tbadge {
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted);
  border: 1px solid var(--line); border-radius: 999px;
  padding: 7px 14px; white-space: nowrap;
}
.tbadge::before { content: "✓"; color: var(--gold); margin-right: 7px; }
.hero-proof {
  margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--line);
  display: flex; gap: 40px; flex-wrap: wrap;
}
.proof-item .n { font-size: 22px; color: var(--cream); }
.proof-item .l {
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--faint); margin-top: 4px;
}

/* ---------- preview: report page mockups ---------- */

.preview-note {
  font-family: var(--sans); font-size: 12px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--faint); margin-bottom: 28px;
}
.pages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 28px;
  align-items: start;
}
.mock-page {
  background: var(--paper);
  color: var(--ink);
  border-radius: 3px;
  padding: 30px 26px 44px;
  aspect-ratio: 8.5 / 11;
  overflow: hidden;
  position: relative;
  box-shadow: 0 24px 60px rgba(0,0,0,0.55), 0 2px 8px rgba(0,0,0,0.4);
  font-size: 12px;
  line-height: 1.6;
  transform: rotate(-0.4deg);
}
.mock-page:nth-child(2) { transform: rotate(0.5deg); }
.mock-page:nth-child(3) { transform: rotate(-0.3deg); }
.mock-page.dark {
  background: linear-gradient(160deg, #241d12 0%, #392e1c 60%, #4a3a20 100%);
  color: var(--cream);
}
.mock-page .mk {
  font-family: var(--sans); font-size: 8px; letter-spacing: 0.26em;
  text-transform: uppercase; color: #a87b2d; margin-bottom: 10px;
}
.mock-page.dark .mk { color: var(--gold-2); }
.mock-page h4 { font-size: 19px; font-weight: normal; line-height: 1.25; margin-bottom: 10px; }
.mock-page p { font-size: 11px; color: var(--soft); margin-bottom: 8px; }
.mock-page.dark p { color: #d8c9a8; }
.mock-page .cnbig { font-family: 'Batang','SimSun',serif; font-size: 44px; line-height: 1.1; margin-bottom: 14px; }
.mock-hit {
  background: #fdf3ee; border-left: 3px solid #b23a2e;
  padding: 9px 11px; margin: 10px 0; font-size: 10.5px; color: var(--ink);
}
.mock-pillars { display: flex; gap: 6px; margin: 12px 0; }
.mock-pillars .pc {
  flex: 1; border: 1px solid var(--line-lt); background: var(--cream);
  border-radius: 3px; padding: 8px 4px; text-align: center;
}
.mock-pillars .pc.you { border-color: #b23a2e; background: #fdf3ee; }
.mock-pillars .pl {
  font-family: var(--sans); font-size: 7px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--soft); margin-bottom: 4px;
}
.mock-pillars .gl { font-family: 'Batang','SimSun',serif; font-size: 17px; line-height: 1.25; }
.mock-pillars .el { font-size: 7.5px; color: var(--soft); margin-top: 3px; line-height: 1.3; }
.mock-bar { display: flex; align-items: center; gap: 7px; margin: 5px 0; }
.mock-bar .bl {
  font-family: var(--sans); font-size: 8px; font-weight: bold;
  width: 40px; letter-spacing: 0.05em;
}
.mock-bar .bar { height: 9px; border-radius: 2px; }
.mock-bar .bv { font-size: 8.5px; color: var(--soft); }
.mock-foot {
  position: absolute; bottom: 14px; left: 26px; right: 26px;
  display: flex; justify-content: space-between;
  font-family: var(--sans); font-size: 7px; letter-spacing: 0.18em;
  text-transform: uppercase; color: #b0a690;
}
.mock-pull {
  border-left: 2px solid #a87b2d; padding: 5px 0 5px 11px; margin: 10px 0;
  font-style: italic; font-size: 11.5px; color: var(--soft); line-height: 1.45;
}
.preview-caption {
  margin-top: 32px; font-size: 15px; color: var(--muted); font-style: italic;
  max-width: 640px;
}

/* ---------- products ---------- */

.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
@media (max-width: 720px) { .cards { grid-template-columns: 1fr; } }
.card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 34px 28px 30px;
  display: flex; flex-direction: column;
  transition: border-color 0.15s, transform 0.15s;
  position: relative;
}
.card:hover { border-color: var(--gold-dim); transform: translateY(-3px); }
.card.featured { border-color: var(--gold-dim); background: var(--bg-3); }
.card-cover {
  margin: -34px -28px 24px;
  border-bottom: 1px solid var(--line);
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--bg-3);
}
.card-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.badge {
  z-index: 2;
  position: absolute; top: -11px; left: 28px;
  font-family: var(--sans); font-size: 10px; letter-spacing: 0.16em;
  text-transform: uppercase; font-weight: 600;
  background: var(--gold); color: var(--bg);
  padding: 4px 12px; border-radius: 2px;
}
.card .glyph {
  font-family: 'Batang','SimSun',serif;
  font-size: 30px; color: var(--gold); margin-bottom: 18px;
}
.card h3 { font-size: 22px; font-weight: normal; line-height: 1.3; margin-bottom: 6px; }
.card .spec {
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--faint); margin-bottom: 16px;
}
.card .desc { font-size: 14.5px; color: var(--muted); margin-bottom: 20px; }
.card ul { list-style: none; margin-bottom: 26px; flex-grow: 1; }
.card ul li {
  font-size: 13.5px; color: var(--muted);
  padding-left: 18px; position: relative; margin-bottom: 9px; line-height: 1.5;
}
.card ul li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }
.card .price-row {
  display: flex; align-items: baseline; gap: 10px; margin-bottom: 18px;
  border-top: 1px solid var(--line); padding-top: 18px;
}
.card .price { font-size: 30px; color: var(--cream); }
.card .per {
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--faint);
}
.card .btn { text-align: center; }
.products-fineprint {
  margin-top: 36px; font-family: var(--sans); font-size: 12px;
  color: var(--faint); max-width: 720px; line-height: 1.7;
}

/* ---------- how it works ---------- */

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 22px;
  counter-reset: step;
}
.step {
  border-top: 2px solid var(--gold-dim);
  padding-top: 22px;
}
.step .no {
  font-size: 40px; font-style: italic; color: var(--gold-dim);
  line-height: 1; margin-bottom: 14px;
}
.step h3 { font-size: 20px; font-weight: normal; margin-bottom: 10px; }
.step p { font-size: 14.5px; color: var(--muted); }
.how-note {
  margin-top: 44px;
  background: var(--bg-2); border: 1px solid var(--line); border-radius: 4px;
  padding: 22px 26px; font-size: 14.5px; color: var(--muted);
  max-width: 760px;
}
.how-note b { color: var(--gold); font-weight: normal; }

/* ---------- difference strip ---------- */

.diff {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.diff-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
}
.diff-item h3 { font-size: 19px; font-weight: normal; margin-bottom: 10px; color: var(--gold); }
.diff-item p { font-size: 14.5px; color: var(--muted); }
.zodiac-strip {
  margin-top: 64px; padding-top: 40px; border-top: 1px solid var(--line);
  text-align: center;
}
.zodiac-row {
  display: flex; justify-content: center; gap: 18px; flex-wrap: wrap;
}
.zodiac-row img {
  width: 76px; height: 76px; border-radius: 50%;
  border: 1px solid var(--gold-dim);
  box-shadow: 0 6px 18px rgba(0,0,0,0.35);
}
.zodiac-note {
  margin: 24px auto 0; max-width: 560px;
  font-size: 14.5px; font-style: italic; color: var(--muted);
}
@media (max-width: 640px) {
  .zodiac-row { gap: 12px; }
  .zodiac-row img { width: 56px; height: 56px; }
}

/* ---------- FAQ ---------- */

.faq { max-width: 760px; }
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.faq summary {
  font-size: 18px; cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; font-family: var(--sans); color: var(--gold);
  font-size: 20px; flex-shrink: 0;
}
.faq details[open] summary::after { content: "–"; }
.faq details p { margin-top: 14px; font-size: 15px; color: var(--muted); max-width: 660px; }
.faq details p + p { margin-top: 10px; }

/* ---------- closing CTA ---------- */

.closing {
  text-align: center;
  padding: 110px 0;
  background:
    radial-gradient(ellipse 700px 380px at 50% 110%, rgba(224,180,92,0.10), transparent 65%),
    var(--bg);
}
.closing h2 { font-size: clamp(28px, 4vw, 42px); font-weight: normal; line-height: 1.25; margin-bottom: 18px; }
.closing p { color: var(--muted); font-size: 17px; margin-bottom: 36px; }

/* ---------- footer ---------- */

.site-foot {
  border-top: 1px solid var(--line);
  padding: 56px 0 44px;
  font-family: var(--sans);
}
.foot-grid {
  display: flex; justify-content: space-between; gap: 32px; flex-wrap: wrap;
  margin-bottom: 36px;
}
.foot-brand .wordmark { display: block; margin-bottom: 12px; }
.foot-brand p { font-size: 13px; color: var(--faint); max-width: 320px; font-family: var(--serif); font-style: italic; }
.foot-links { display: flex; gap: 16px 28px; flex-wrap: wrap; }
.foot-links a { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.foot-links a:hover { color: var(--gold); }
.disclaimer {
  border-top: 1px solid var(--line);
  padding-top: 28px;
  font-size: 11.5px; line-height: 1.8; color: var(--faint);
  max-width: 860px;
}
.disclaimer b { color: var(--muted); font-weight: 600; }
.copyright { margin-top: 20px; font-size: 11px; color: #57503f; }
