/* Human Design LP page styles */
body.page-template-page-human-design #hero {
  min-height: 0;
  display: block;
  background: transparent;
  padding: 155px 24px 90px;
  text-align: center;
}
body.page-template-page-human-design #hero .container { display: flex; flex-direction: column; align-items: center; }
body.page-template-page-human-design #hero h1 {
  font-family: var(--sans); font-size: 3.2rem;
  font-weight: 500; line-height: 1.08; color: var(--cream);
  margin-bottom: 24px; letter-spacing: -0.03em; max-width: 820px;
}
body.page-template-page-human-design #hero .sub {
  font-size: 1.08rem; color: var(--muted);
  max-width: 600px; line-height: 1.85; margin-bottom: 36px;
}

body.page-template-page-human-design .hero-ctas {
  display: flex; gap: 12px; flex-wrap: wrap;
  justify-content: center; margin-bottom: 40px;
}

body.page-template-page-human-design .trust-row {
  display: flex; gap: 8px; flex-wrap: wrap; justify-content: center;
}
body.page-template-page-human-design .trust-pill {
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.04em;
  color: var(--muted); background: rgba(255,255,255,0.04);
  border: 1px solid var(--border); border-radius: 100px;
  padding: 5px 14px; white-space: nowrap;
}
body.page-template-page-human-design .trust-pill.gold { color: var(--gold); border-color: rgba(var(--accent-raw),0.3); background: rgba(var(--accent-raw),0.05); }

body.page-template-page-human-design #problem {
  padding: 80px 24px;
  background: var(--bg-card);
}
body.page-template-page-human-design .problem-inner { max-width: 720px; margin: 0 auto; }
body.page-template-page-human-design .problem-callout {
  font-family: var(--sans); font-size: 1.3rem;
  font-weight: 500; color: var(--cream); letter-spacing: -0.025em;
  margin-bottom: 24px; line-height: 1.3;
}
body.page-template-page-human-design .problem-inner p {
  font-size: 0.97rem; color: var(--muted); line-height: 1.9; margin-bottom: 18px;
}
body.page-template-page-human-design .problem-punch {
  margin-top: 32px; padding: 20px 24px;
  background: rgba(var(--accent-raw),0.06);
  border: 1px solid rgba(var(--accent-raw),0.22);
  border-radius: var(--radius);
  font-size: 1rem; font-weight: 500; color: var(--cream);
  letter-spacing: -0.01em; line-height: 1.4;
}

body.page-template-page-human-design #report-contents { padding: 80px 24px; }
body.page-template-page-human-design #report-contents .section-head {
  text-align: center; margin-bottom: 48px;
}
body.page-template-page-human-design #report-contents h1 {
  font-family: var(--sans); font-size: 2.8rem;
  font-weight: 500; color: var(--cream); letter-spacing: -0.025em; line-height: 1.1;
}

body.page-template-page-human-design .components-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
body.page-template-page-human-design .component-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-top: 2px solid rgba(var(--accent-raw),0.25);
  border-radius: var(--radius);
  padding: 24px 24px 22px;
  transition: border-color 0.2s;
}
body.page-template-page-human-design .component-card:hover { border-color: rgba(255,255,255,0.14); border-top-color: var(--gold); }
body.page-template-page-human-design .component-card.span2 { grid-column: span 2; }

body.page-template-page-human-design .component-title {
  font-size: 0.9rem; font-weight: 500; color: var(--cream);
  letter-spacing: -0.01em; margin-bottom: 8px; display: flex; align-items: center; gap: 8px;
}
body.page-template-page-human-design .component-title .ctag {
  font-size: 0.6rem; font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--gold-dim);
  background: rgba(var(--accent-dim-raw),0.15); border-radius: 100px; padding: 2px 8px;
}
body.page-template-page-human-design .component-card p { font-size: 0.84rem; color: var(--muted); line-height: 1.75; }

body.page-template-page-human-design .chatbot-card {
  margin-top: 14px;
  background: var(--bg-card2);
  border: 1px solid rgba(var(--accent-raw),0.2);
  border-radius: var(--radius);
  padding: 28px 32px;
  display: flex; align-items: flex-start; gap: 24px;
}
body.page-template-page-human-design .chatbot-card-icon {
  font-size: 1.8rem; flex-shrink: 0; line-height: 1;
}
body.page-template-page-human-design .chatbot-card-text h3 {
  font-size: 0.95rem; font-weight: 500; color: var(--cream); margin-bottom: 6px;
}
body.page-template-page-human-design .chatbot-card-text p {
  font-size: 0.84rem; color: var(--muted); line-height: 1.75;
}

body.page-template-page-human-design #accuracy {
  padding: 80px 24px;
  background: var(--bg-card);
}
body.page-template-page-human-design .accuracy-inner { max-width: 760px; margin: 0 auto; }
body.page-template-page-human-design #accuracy h1 {
  font-family: var(--sans); font-size: 2.4rem;
  font-weight: 500; color: var(--cream); letter-spacing: -0.025em;
  line-height: 1.12; margin-bottom: 24px;
}
body.page-template-page-human-design .accuracy-lead {
  font-size: 0.97rem; color: var(--muted); line-height: 1.9; margin-bottom: 32px;
}
body.page-template-page-human-design .accuracy-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
body.page-template-page-human-design .accuracy-list li {
  font-size: 0.92rem; color: var(--cream); line-height: 1.65;
  padding-left: 24px; position: relative;
}
body.page-template-page-human-design .accuracy-list li::before {
  content: '-'; position: absolute; left: 0; color: var(--gold-dim); font-weight: 500;
}
body.page-template-page-human-design .accuracy-punch {
  margin-top: 36px; font-size: 0.97rem; color: var(--muted); line-height: 1.9;
}

body.page-template-page-human-design #knowledge { padding: 80px 24px; }
body.page-template-page-human-design .kb-inner { max-width: 760px; margin: 0 auto; }
body.page-template-page-human-design #knowledge h1 {
  font-family: var(--sans); font-size: 2.4rem;
  font-weight: 500; color: var(--cream); letter-spacing: -0.025em;
  line-height: 1.12; margin-bottom: 24px;
}
body.page-template-page-human-design .kb-inner p { font-size: 0.97rem; color: var(--muted); line-height: 1.9; margin-bottom: 18px; }
body.page-template-page-human-design .kb-items {
  list-style: none; margin: 20px 0 28px;
  display: flex; flex-direction: column; gap: 10px;
}
body.page-template-page-human-design .kb-items li {
  font-size: 0.9rem; color: var(--cream);
  padding-left: 22px; position: relative; line-height: 1.6;
}
body.page-template-page-human-design .kb-items li::before {
  content: '✦'; position: absolute; left: 0;
  color: var(--gold-dim); font-size: 0.6rem; top: 4px;
}
body.page-template-page-human-design .kb-punch {
  font-size: 1rem; font-weight: 500; color: var(--cream);
  letter-spacing: -0.01em; padding: 18px 22px;
  background: rgba(var(--accent-raw),0.06);
  border-left: 2px solid rgba(var(--accent-raw),0.35);
  border-radius: 0 var(--radius) var(--radius) 0;
}

body.page-template-page-human-design .mid-cta {
  margin-top: 44px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center;
}

body.page-template-page-human-design #whitelabel {
  padding: 80px 24px;
  background: var(--bg-card);
}
body.page-template-page-human-design .wl-inner { max-width: 760px; margin: 0 auto; }
body.page-template-page-human-design #whitelabel h1 {
  font-family: var(--sans); font-size: 2.4rem;
  font-weight: 500; color: var(--cream); letter-spacing: -0.025em;
  line-height: 1.12; margin-bottom: 8px;
}
body.page-template-page-human-design .wl-list {
  list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px;
}
body.page-template-page-human-design .wl-list li {
  font-size: 0.92rem; color: var(--cream);
  padding-left: 26px; position: relative; line-height: 1.55;
}
body.page-template-page-human-design .wl-list li::before {
  content: '✓'; position: absolute; left: 0;
  color: var(--gold); font-weight: 500; font-size: 0.85rem;
}
body.page-template-page-human-design .wl-foot { font-size: 0.9rem; color: var(--muted); line-height: 1.85; }

body.page-template-page-human-design #pricing-link { padding: 80px 24px; background: var(--bg-card); }
body.page-template-page-human-design .pricing-link-inner { max-width: 560px; margin: 0 auto; text-align: center; }
body.page-template-page-human-design #pricing-link h1 {
  font-family: var(--sans); font-size: 2.6rem;
  font-weight: 500; color: var(--cream); letter-spacing: -0.025em;
  line-height: 1.12; margin-bottom: 16px;
}
body.page-template-page-human-design #pricing-link p { font-size: 0.92rem; color: var(--muted); line-height: 1.85; margin-bottom: 32px; }
body.page-template-page-human-design .pricing-link-ctas { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

body.page-template-page-human-design #cta {
  padding: 100px 24px 120px; text-align: center; position: relative;
}
body.page-template-page-human-design #cta::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(var(--accent-raw),0.09) 0%, transparent 70%);
  pointer-events: none;
}
body.page-template-page-human-design #cta h1 {
  font-family: var(--sans); font-size: 3.2rem;
  font-weight: 500; color: var(--cream); letter-spacing: -0.03em; line-height: 1.08;
  margin-bottom: 20px; max-width: 700px; margin-left: auto; margin-right: auto;
}
body.page-template-page-human-design #cta p {
  font-size: 0.97rem; color: var(--muted);
  max-width: 480px; margin: 0 auto 44px; line-height: 1.85;
}
body.page-template-page-human-design .cta-group { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
body.page-template-page-human-design .final-subtext { font-size: 0.8rem; color: var(--muted); margin-top: 24px; display: block; line-height: 1.8; }

@media (max-width: 900px) {
  body.page-template-page-human-design .components-grid { grid-template-columns: repeat(2, 1fr); }
  body.page-template-page-human-design .component-card.span2 { grid-column: span 1; }
}

@media (max-width: 768px) {
  body.page-template-page-human-design .chatbot-card { flex-direction: column; gap: 16px; }
}

@media (max-width: 600px) {
  body.page-template-page-human-design .components-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  body.page-template-page-human-design #hero h1 { font-size: 1.75rem; }
}
