/* PactDesk — Midnight & Amber Theme */

:root {
  --midnight: #0a1628;
  --deep-navy: #0f2040;
  --steel: #162d4d;
  --slate: #1e3a5f;
  --muted: #5a7a9a;
  --light-slate: #8faabf;
  --off-white: #e8eef4;
  --white: #f8fafc;
  --amber: #e8a838;
  --amber-bright: #f5c05a;
  --amber-dim: #c4892a;
  --teal: #1de9b6;
  --teal-dim: #0dbd8f;
  --success: #22c55e;
  --caution: #e8a838;
}

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

body {
  background: var(--midnight);
  color: var(--off-white);
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

/* ── NAV ─────────────────────────────────── */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 20px 40px;
  background: rgba(10, 22, 40, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(232, 168, 56, 0.08);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.logo-mark {
  font-size: 14px;
  color: var(--amber);
}
.logo-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--white);
  letter-spacing: 0.02em;
}
.nav-tagline {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
}

/* ── HERO ────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 140px 40px 80px;
  overflow: hidden;
}
.hero-bg-shape {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}
.hero-bg-shape--1 {
  width: 800px;
  height: 800px;
  background: radial-gradient(ellipse at center, rgba(232, 168, 56, 0.04) 0%, transparent 70%);
  top: -200px;
  right: -300px;
}
.hero-bg-shape--2 {
  width: 600px;
  height: 600px;
  background: radial-gradient(ellipse at center, rgba(29, 233, 182, 0.03) 0%, transparent 70%);
  bottom: -100px;
  left: -200px;
}
.hero-bg-shape--3 {
  width: 1200px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(232, 168, 56, 0.12), transparent);
  top: 50%;
  left: 0;
}
.hero-content {
  max-width: 820px;
  position: relative;
  z-index: 1;
}
.hero-eyebrow {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--amber);
  font-weight: 600;
  margin-bottom: 20px;
}
.hero-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(52px, 8vw, 96px);
  font-weight: 900;
  line-height: 1.0;
  color: var(--white);
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}
.hero-sub {
  font-size: 20px;
  color: var(--light-slate);
  max-width: 580px;
  line-height: 1.7;
  margin-bottom: 60px;
  font-weight: 400;
}
.hero-stats {
  display: flex;
  align-items: center;
  gap: 40px;
}
.stat-value {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--amber-bright);
  line-height: 1.2;
}
.stat-label {
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
  letter-spacing: 0.04em;
}
.stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(232, 168, 56, 0.2);
}

/* ── SECTION LABEL ────────────────────────── */
.section-label {
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--amber);
  font-weight: 600;
  margin-bottom: 16px;
}

/* ── PROBLEM ──────────────────────────────── */
.problem {
  padding: 100px 40px;
  background: var(--deep-navy);
}
.problem-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.problem-header {
  max-width: 640px;
  margin-bottom: 64px;
}
.problem-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(232, 168, 56, 0.1);
  border: 1px solid rgba(232, 168, 56, 0.1);
  border-radius: 12px;
  overflow: hidden;
}
.problem-card {
  background: var(--deep-navy);
  padding: 40px 36px;
}
.problem-icon {
  font-size: 20px;
  color: var(--amber);
  margin-bottom: 20px;
  font-weight: 700;
}
.problem-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 12px;
}
.problem-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
}

/* ── SOLUTIONS ────────────────────────────── */
.solutions {
  padding: 100px 40px;
  background: var(--midnight);
}
.solutions-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.solutions-header {
  margin-bottom: 56px;
}
.solutions-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.25;
}
.solutions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: rgba(232, 168, 56, 0.08);
  border-radius: 12px;
  overflow: hidden;
}
.solution-card {
  background: var(--steel);
  padding: 48px 44px;
  position: relative;
}
.solution-card--diligence {
  background: var(--slate);
}
.solution-badge {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--midnight);
  background: var(--amber);
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.solution-card--diligence .solution-badge {
  background: var(--teal);
  color: var(--midnight);
}
.solution-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
}
.solution-desc {
  font-size: 15px;
  color: var(--light-slate);
  line-height: 1.7;
  margin-bottom: 28px;
}
.solution-features {
  list-style: none;
  margin-bottom: 32px;
}
.solution-features li {
  font-size: 13px;
  color: var(--muted);
  padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding-left: 16px;
  position: relative;
}
.solution-features li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--amber-dim);
  font-size: 10px;
}
.solution-card--diligence .solution-features li::before {
  color: var(--teal-dim);
}
.solution-cta {
  font-size: 13px;
  color: var(--amber);
  font-weight: 600;
  letter-spacing: 0.05em;
}

/* ── DUE DILIGENCE ───────────────────────── */
.diligence {
  padding: 100px 40px;
  background: var(--deep-navy);
}
.diligence-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.diligence-content {
  padding-right: 20px;
}
.diligence-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 24px;
}
.diligence-body {
  font-size: 15px;
  color: var(--light-slate);
  line-height: 1.75;
  margin-bottom: 16px;
}

/* Report Mockup */
.report-mockup {
  background: #0d1e33;
  border: 1px solid rgba(232, 168, 56, 0.15);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,0.4);
}
.report-header {
  background: var(--steel);
  padding: 20px 24px;
  border-bottom: 1px solid rgba(232, 168, 56, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.report-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--amber-bright);
}
.report-meta {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 0.1em;
}
.report-section {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.report-section-label {
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--amber);
  font-weight: 600;
  margin-bottom: 12px;
}
.report-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  font-size: 13px;
}
.report-key {
  color: var(--muted);
}
.report-val {
  color: var(--off-white);
  font-weight: 500;
}
.report-status--check {
  color: var(--success);
}
.risk-bar {
  display: flex;
  align-items: center;
  gap: 12px;
}
.risk-label {
  font-size: 12px;
  color: var(--muted);
  min-width: 140px;
}
.risk-track {
  flex: 1;
  height: 6px;
  background: rgba(255,255,255,0.08);
  border-radius: 3px;
}
.risk-fill {
  height: 100%;
  border-radius: 3px;
}
.risk-fill--low {
  width: 30%;
  background: linear-gradient(90deg, var(--teal), var(--success));
}
.risk-tag {
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 20px;
}
.risk-tag--low {
  background: rgba(34, 197, 94, 0.15);
  color: var(--success);
}
.finding {
  font-size: 12px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,0.03);
}
.finding--positive { color: var(--success); }
.finding--caution { color: var(--caution); }
.report-footer {
  padding: 14px 24px;
  background: rgba(232, 168, 56, 0.04);
}
.report-footer-text {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 0.08em;
}

/* ── APPROACH ────────────────────────────── */
.approach {
  padding: 100px 40px;
  background: var(--midnight);
}
.approach-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.approach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 40px;
}
.approach-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 56px;
  font-weight: 900;
  color: rgba(232, 168, 56, 0.12);
  line-height: 1;
  margin-bottom: 20px;
}
.approach-item h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
  line-height: 1.3;
}
.approach-item p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
}

/* ── CLOSING ──────────────────────────────── */
.closing {
  padding: 120px 40px;
  background: linear-gradient(180deg, var(--deep-navy) 0%, var(--midnight) 100%);
  text-align: center;
}
.closing-inner {
  max-width: 760px;
  margin: 0 auto;
}
.closing-eyebrow {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--amber);
  font-weight: 600;
  margin-bottom: 28px;
}
.closing-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(26px, 4vw, 46px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
.closing-body {
  font-size: 18px;
  color: var(--light-slate);
}

/* ── FOOTER ──────────────────────────────── */
.footer {
  padding: 60px 40px;
  border-top: 1px solid rgba(232, 168, 56, 0.08);
  background: var(--midnight);
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.footer-tagline {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 24px;
}
.footer-note {
  font-size: 11px;
  color: var(--muted);
  opacity: 0.6;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* ── RESPONSIVE ───────────────────────────── */
@media (max-width: 768px) {
  .nav { padding: 16px 24px; }
  .hero { padding: 120px 24px 60px; }
  .hero-headline { font-size: 48px; }
  .hero-stats { flex-wrap: wrap; gap: 24px; }
  .problem-grid { grid-template-columns: 1fr; }
  .solutions-grid { grid-template-columns: 1fr; }
  .diligence-inner { grid-template-columns: 1fr; }
  .approach-grid { grid-template-columns: 1fr; }
  .closing { padding: 80px 24px; }
}

@media (max-width: 480px) {
  .hero-headline { font-size: 38px; }
  .hero-sub { font-size: 16px; }
  .problem, .solutions, .diligence, .approach { padding: 70px 24px; }
  .solution-card { padding: 32px 28px; }
}