/* ━━━ HOME PAGE ━━━ */
.hero {
  padding: 120px 48px 100px;
  position: relative;
}
.hero-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.hero h1 { margin-bottom: 32px; max-width: 900px; }
.hero .subtitle {
  font-family: var(--mono);
  font-size: 17px;
  font-weight: 300;
  color: var(--text-muted);
  max-width: 640px;
  line-height: 1.8;
  margin-bottom: 48px;
}
.hero-orb {
  position: absolute;
  top: 60px;
  right: -20px;
  width: 400px;
  height: 400px;
  border: 1px solid rgba(198, 164, 78, 0.05);
  border-radius: 50%;
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .hero-orb { animation: subtlePulse 6s ease infinite; }
}

/* Stats */
.stats {
  padding: 80px 48px;
  border-top: 1px solid var(--gold-faint);
}
.stats-grid {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.stat-item { flex: 1; text-align: center; }
.stat-number {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 56px;
  line-height: 1;
}
.stat-label {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 16px;
  line-height: 1.6;
  font-weight: 300;
}

/* Methodology Grid */
.method-grid {
  display: flex;
  gap: 1px;
}

/* Case File */
.case-file {
  border: 1px solid var(--gold-dim);
  background: var(--bg-elevated);
  padding: 48px;
  max-width: 800px;
  margin: 0 auto;
}
.case-file-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gold-dim);
  margin-bottom: 24px;
}
.case-file-header {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  padding-bottom: 16px;
  border-bottom: 1px solid var(--gold-dim);
  margin-bottom: 32px;
}
.case-file-stat {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid rgba(198, 164, 78, 0.08);
}
.case-file-stat .label {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
}
.case-file-stat .value {
  font-family: var(--mono);
  font-size: 16px;
  font-weight: 500;
  color: var(--gold);
}
.case-file-body {
  margin-top: 32px;
  font-family: var(--mono);
  font-size: 14px;
  color: var(--text-soft);
  line-height: 1.8;
}

/* Final CTA */
.final-cta {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.final-cta h2 { margin-bottom: 24px; }
.final-cta p {
  color: var(--text-muted);
  margin-bottom: 40px;
  font-size: 16px;
}

/* ━━━ VALUE AUDIT PAGE ━━━ */
.va-hero {
  padding: 120px 48px 100px;
  text-align: center;
  position: relative;
}
.va-hero-inner { max-width: 800px; margin: 0 auto; }
.va-price {
  font-family: var(--mono);
  font-size: 64px;
  font-weight: 300;
  letter-spacing: -2px;
  margin-bottom: 24px;
}
.va-hero .tagline {
  font-family: var(--mono);
  font-size: 15px;
  color: var(--text-muted);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.va-hero .subtitle {
  font-family: var(--mono);
  font-size: 16px;
  color: var(--text-soft);
  max-width: 600px;
  margin: 0 auto 48px;
  line-height: 1.8;
}
.va-hero-orb {
  position: absolute;
  top: 40px;
  right: -100px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(198, 164, 78, 0.05);
  border-radius: 50%;
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .va-hero-orb { animation: subtlePulse 6s ease infinite; }
}

/* Extraction Receipt */
.fury-box {
  border: 1px solid var(--gold-dim);
  background: var(--bg-elevated);
  padding: 48px;
  max-width: 700px;
  margin: 0 auto;
}
.fury-box h3 {
  font-family: var(--serif);
  font-size: 28px;
  margin-bottom: 24px;
}
.fury-box p {
  font-family: var(--mono);
  font-size: 14px;
  color: var(--text-soft);
  line-height: 1.8;
  margin-bottom: 16px;
}

/* What This Is */
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 800px;
  margin: 0 auto;
}
.compare-col h3 {
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.compare-col.is h3 { color: var(--gold); }
.compare-col.isnt h3 { color: var(--text-dim); }
.compare-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.compare-col li {
  font-family: var(--mono);
  font-size: 14px;
  color: var(--text-soft);
  padding-left: 20px;
  position: relative;
  line-height: 1.6;
}
.compare-col.is li::before {
  content: '+';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 600;
}
.compare-col.isnt li::before {
  content: '\2013';
  position: absolute;
  left: 0;
  color: var(--text-dim);
}

/* Deliverable Grid */
.deliverable-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--gold-dim);
  border: 1px solid var(--gold-dim);
  max-width: 900px;
  margin: 0 auto;
}
.deliverable-item {
  background: var(--bg);
  padding: 32px;
}
.deliverable-item .num {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.deliverable-item h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
}
.deliverable-item p {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Process Steps */
.process-steps {
  display: flex;
  gap: 48px;
  max-width: 900px;
  margin: 0 auto;
}
.process-step { flex: 1; text-align: center; }
.process-step .num {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 3px;
  margin-bottom: 16px;
}
.process-step h3 {
  font-family: var(--serif);
  font-size: 24px;
  margin-bottom: 12px;
}
.process-step p {
  font-family: var(--mono);
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* Payment Section */
.payment-section {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.payment-section .price-display {
  font-family: var(--mono);
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 24px;
}
.payment-section .includes {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 32px;
  line-height: 1.8;
}
.payment-note {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--text-dim);
  margin-top: 24px;
}

/* ━━━ ABOUT PAGE ━━━ */
.about-hero {
  padding: 120px 48px 80px;
}
.about-hero-inner {
  max-width: 800px;
  margin: 0 auto;
}
.about-hero h1 { margin-bottom: 32px; }
.about-hero p {
  font-family: var(--mono);
  font-size: 16px;
  color: var(--text-soft);
  line-height: 1.8;
  margin-bottom: 16px;
}

/* Founder Section */
.founder-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
  max-width: var(--max-width);
  margin: 0 auto;
}
.founder-photo {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border: 1px solid var(--gold-dim);
}
.founder-info h3 {
  font-family: var(--serif);
  font-size: 36px;
  margin-bottom: 8px;
}
.founder-title {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 32px;
}
.founder-bio {
  font-family: var(--mono);
  font-size: 14px;
  color: var(--text-soft);
  line-height: 1.8;
  margin-bottom: 32px;
}
.credentials {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.credentials li {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--text-muted);
  padding-left: 20px;
  position: relative;
}
.credentials li::before {
  content: '\2014';
  position: absolute;
  left: 0;
  color: var(--gold);
}

/* ━━━ CONTACT PAGE ━━━ */
.contact-hero {
  padding: 120px 48px 80px;
  text-align: center;
}
.contact-hero h1 { margin-bottom: 16px; }
.contact-hero p {
  font-family: var(--mono);
  font-size: 15px;
  color: var(--text-muted);
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
}
.form-group {
  margin-bottom: 24px;
}
.form-label {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}
.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 14px 16px;
  background: var(--bg-elevated);
  border: 1px solid var(--gold-dim);
  color: var(--text);
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 300;
  transition: border-color 0.3s;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--gold);
  outline: none;
}
.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23C6A44E' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}
.form-select option {
  background: var(--bg-elevated);
  color: var(--text);
}
.form-textarea {
  min-height: 160px;
  resize: vertical;
}
.form-note {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--text-dim);
  margin-top: 24px;
  text-align: center;
}
.hidden { display: none; }

/* ━━━ LEAD MAGNET FORM ━━━ */
.lead-magnet {
  max-width: 600px;
  margin: 0 auto;
  padding: 48px;
  border: 1px solid var(--gold-dim);
  background: var(--bg-elevated);
  text-align: center;
}
.lead-magnet h3 {
  font-family: var(--serif);
  font-size: 28px;
  margin-bottom: 8px;
}
.lead-magnet .lead-magnet-sub {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 32px;
  line-height: 1.7;
}
.lead-magnet-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.lead-magnet-fields .form-input {
  text-align: left;
}

/* ━━━ SOCIAL PROOF BAR ━━━ */
.proof-bar {
  padding: 48px;
  border-top: 1px solid var(--gold-faint);
  border-bottom: 1px solid var(--gold-faint);
}
.proof-bar-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}
.proof-bar-item {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text-dim);
}

/* ━━━ FAQ SECTION ━━━ */
.faq-list {
  max-width: 700px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid var(--gold-faint);
  padding: 24px 0;
}
.faq-question {
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0;
  line-height: 1.6;
}
.faq-question::after {
  content: '+';
  font-size: 18px;
  color: var(--gold);
  flex-shrink: 0;
  margin-left: 16px;
  transition: transform 0.3s;
}
.faq-item.open .faq-question::after {
  content: '\2013';
}
.faq-answer {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.8;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding-top: 0;
}
.faq-item.open .faq-answer {
  max-height: 300px;
  padding-top: 16px;
}

/* ━━━ PUBLIC RECORD PAGE ━━━ */
.pr-hero {
  padding: 120px 48px 80px;
  text-align: center;
}
.pr-hero h1 { margin-bottom: 16px; }
.pr-hero p {
  font-family: var(--mono);
  font-size: 16px;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.8;
}
.case-file-cta {
  text-align: center;
  margin-top: 32px;
}

/* ━━━ METHODOLOGY PAGE ━━━ */
.meth-hero {
  padding: 120px 48px 80px;
}
.meth-hero-inner {
  max-width: 800px;
  margin: 0 auto;
}
.meth-hero h1 { margin-bottom: 32px; }
.meth-hero p {
  font-family: var(--mono);
  font-size: 16px;
  color: var(--text-soft);
  line-height: 1.8;
  margin-bottom: 16px;
}

.motion-grid {
  display: flex;
  gap: 1px;
  background: var(--gold-dim);
  border: 1px solid var(--gold-dim);
  max-width: 900px;
  margin: 0 auto;
}
.motion-item {
  flex: 1;
  background: var(--bg);
  padding: 36px 28px;
  text-align: center;
}
.motion-item .num {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 3px;
  margin-bottom: 12px;
}
.motion-item h3 {
  font-family: var(--serif);
  font-size: 22px;
  margin-bottom: 12px;
}
.motion-item p {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
}

.ip-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 800px;
  margin: 0 auto;
}
.ip-item h3 {
  font-family: var(--serif);
  font-size: 22px;
  margin-bottom: 8px;
}
.ip-item .ip-tm {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.ip-item p {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
}

.econ-context {
  max-width: 700px;
  margin: 0 auto;
}
.econ-stat {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid var(--gold-faint);
  align-items: baseline;
}
.econ-stat .label {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--text-muted);
  flex: 1;
}
.econ-stat .value {
  font-family: var(--mono);
  font-size: 16px;
  font-weight: 500;
  color: var(--gold);
}

/* ━━━ DEBRIEF PAGE ━━━ */
.debrief-hero {
  padding: 120px 48px 80px;
  text-align: center;
}
.debrief-hero h1 { margin-bottom: 16px; }
.debrief-hero p {
  font-family: var(--mono);
  font-size: 16px;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.8;
}

.debrief-detail {
  max-width: 700px;
  margin: 0 auto;
}
.debrief-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 800px;
  margin: 0 auto;
}
.debrief-col h3 {
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
}
.debrief-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.debrief-col li {
  font-family: var(--mono);
  font-size: 14px;
  color: var(--text-soft);
  padding-left: 20px;
  position: relative;
  line-height: 1.6;
}
.debrief-col li::before {
  content: '+';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 600;
}

.debrief-price {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.debrief-price .price-display {
  font-family: var(--mono);
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 24px;
}
.debrief-price p {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 32px;
  line-height: 1.8;
}

/* ━━━ TERMS PAGE ━━━ */
.terms-hero {
  padding: 120px 48px 80px;
  text-align: center;
}
.terms-hero h1 { margin-bottom: 16px; }
.terms-content {
  max-width: 700px;
  margin: 0 auto;
}
.terms-content h2 {
  font-size: 28px;
  margin-bottom: 24px;
  margin-top: 60px;
}
.terms-content h2:first-child { margin-top: 0; }
.terms-content h3 {
  font-size: 20px;
  margin-bottom: 16px;
  margin-top: 32px;
}
.terms-content p,
.terms-content li {
  font-family: var(--mono);
  font-size: 14px;
  color: var(--text-soft);
  line-height: 1.8;
  margin-bottom: 16px;
}
.terms-content ul {
  list-style: none;
  padding: 0;
}
.terms-content li {
  padding-left: 20px;
  position: relative;
}
.terms-content li::before {
  content: '\2014';
  position: absolute;
  left: 0;
  color: var(--gold);
}

/* ━━━ EXIT INTENT OVERLAY ━━━ */
.exit-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.92);
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 24px;
}
.exit-overlay.active { display: flex; }
.exit-modal {
  background: var(--bg-elevated);
  border: 1px solid var(--gold-dim);
  padding: 48px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  position: relative;
}
.exit-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  color: var(--text-dim);
  font-size: 20px;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
}
.exit-close:hover { color: var(--text); }
.exit-modal h3 {
  font-family: var(--serif);
  font-size: 28px;
  margin-bottom: 12px;
}
.exit-modal p {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 24px;
  line-height: 1.7;
}

/* ━━━ RESPONSIVE ━━━ */
@media (max-width: 900px) {
  .hero, .va-hero, .about-hero, .contact-hero,
  .pr-hero, .meth-hero, .debrief-hero, .terms-hero { padding: 80px 24px 60px; }
  .stats { padding: 60px 24px; }
  .stats-grid { flex-direction: column; gap: 40px; }
  .stat-number { font-size: 40px; }
  .method-grid { flex-direction: column; }
  .compare-grid { grid-template-columns: 1fr; gap: 40px; }
  .deliverable-grid { grid-template-columns: 1fr; }
  .process-steps { flex-direction: column; gap: 40px; }
  .founder-grid { grid-template-columns: 1fr; gap: 40px; }
  .va-price { font-size: 48px; }
  .case-file { padding: 32px 24px; }
  .fury-box { padding: 32px 24px; }
  .proof-bar { padding: 32px 24px; }
  .proof-bar-inner { gap: 24px; }
  .motion-grid { flex-direction: column; }
  .ip-grid { grid-template-columns: 1fr; gap: 24px; }
  .debrief-grid { grid-template-columns: 1fr; gap: 32px; }
  .lead-magnet { padding: 32px 24px; }
  .econ-stat { flex-direction: column; gap: 4px; }
  .exit-modal { padding: 32px 24px; }
}

@media (max-width: 480px) {
  .hero h1, .va-price { font-size: 36px; }
  .payment-section .price-display { font-size: 36px; }
  .debrief-price .price-display { font-size: 36px; }
}
