/* ============================================
   ADVANCED MONKEY — HOME PAGE CSS
   ============================================ */

/* ─── HERO ─── */
.hero {
  min-height: 100vh;
  padding-top: var(--nav-height);
  display: grid;
  grid-template-columns: 58% 42%;
}

.hero-main {
  padding: 80px 56px 80px var(--pad-x);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--faint);
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}
.hero-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

.hero h1 {
  margin-bottom: 28px;
}

.hero-sub {
  font-size: 18px;
  font-weight: 300;
  color: var(--mid);
  max-width: 500px;
  line-height: 1.75;
  margin-bottom: 44px;
}
.hero-sub strong { color: var(--ink); font-weight: 500; }

.hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}

.hero-creds {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  padding-top: 32px;
  border-top: 1px solid var(--faint);
}

/* Dark right panel */
.hero-panel {
  background: var(--ink);
  padding: 64px var(--pad-x);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-panel-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 40px;
}
.hero-stats {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hero-stat {
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.hero-stat:first-child { padding-top: 0; }
.hero-stat:last-child { border-bottom: none; }
.hero-stat em {
  font-style: normal;
  color: var(--accent);
}
.hero-quote {
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  font-weight: 300;
  line-height: 1.75;
  font-style: italic;
}
.hero-quote cite {
  display: block;
  margin-top: 12px;
  font-size: 11px;
  color: rgba(255,255,255,0.25);
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ─── PROBLEM ─── */
.problem-card {
  padding: 44px 36px;
  position: relative;
}
.problem-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--accent); transform: scaleX(0);
  transform-origin: left; transition: transform 0.3s;
}
.problem-card:hover::before { transform: scaleX(1); }
.problem-industry {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--accent); font-weight: 500; margin-bottom: 16px;
}
.problem-pain {
  font-size: 20px; font-weight: 600; color: white;
  line-height: 1.3; margin-bottom: 14px;
}
.problem-opp {
  font-size: 14px; color: rgba(255,255,255,0.4);
  line-height: 1.7; font-weight: 300;
}
.problem-truth {
  margin-top: 56px; padding: 40px;
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; gap: 24px; align-items: flex-start;
}
.truth-mark {
  font-family: var(--font-head);
  font-size: 56px; font-weight: 700;
  color: rgba(255,255,255,0.06); line-height: 1;
  flex-shrink: 0; margin-top: -8px;
}
.truth-text {
  font-family: var(--font-head);
  font-size: 21px; font-weight: 600;
  color: white; line-height: 1.5;
}
.truth-text em { font-style: normal; color: var(--accent); }

/* ─── HOW IT WORKS ─── */
.how-step { padding: 40px 32px; }
.how-num {
  font-family: var(--font-head);
  font-size: 11px; font-weight: 700;
  color: var(--accent); letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.how-title {
  font-size: 19px; font-weight: 700;
  color: var(--ink); margin-bottom: 10px;
}
.how-desc {
  font-size: 14px; color: var(--mid);
  line-height: 1.7; font-weight: 300;
}

/* ─── SERVICES ─── */
.service-card {
  padding: 44px 40px;
  position: relative; overflow: hidden;
}
.service-n {
  position: absolute; bottom: 20px; right: 28px;
  font-family: var(--font-head);
  font-size: 72px; font-weight: 700;
  color: var(--faint); line-height: 1;
  pointer-events: none; transition: color var(--transition);
}
.service-card:hover .service-n { color: rgba(201,79,26,0.1); }
.service-tier {
  font-size: 10px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--mid);
  margin-bottom: 12px;
}
.service-name {
  font-size: 22px; font-weight: 700;
  color: var(--ink); margin-bottom: 4px;
}
.service-hook {
  font-size: 13px; color: var(--accent);
  font-weight: 500; margin-bottom: 16px;
}
.service-desc {
  font-size: 14px; color: var(--mid);
  line-height: 1.75; font-weight: 300;
  margin-bottom: 20px; max-width: 380px;
}
.service-price {
  font-family: var(--font-head);
  font-size: 15px; font-weight: 700; color: var(--ink);
}
.service-price small {
  font-family: var(--font-body);
  font-size: 12px; font-weight: 300; color: var(--mid);
}

/* ─── DIFFERENTIATOR ─── */
.diff-pillars {
  margin-top: 40px;
  display: flex; flex-direction: column;
}
.diff-pillar {
  display: flex; gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--faint);
}
.diff-pillar:last-child { border-bottom: none; }
.dp-num {
  font-family: var(--font-head); font-size: 12px;
  font-weight: 700; color: var(--accent);
  min-width: 22px; padding-top: 1px;
}
.dp-title {
  font-size: 15px; font-weight: 600;
  color: var(--ink); margin-bottom: 5px;
}
.dp-desc {
  font-size: 13px; color: var(--mid);
  line-height: 1.6; font-weight: 300;
}

.diff-statement {
  font-family: var(--font-head);
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 700; color: white;
  line-height: 1.45; letter-spacing: -0.01em;
  margin-top: 32px;
}
.diff-statement em { font-style: normal; color: var(--accent); }
.diff-tools {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 40px;
}
.diff-note {
  margin-top: 24px; font-size: 12px;
  color: rgba(255,255,255,0.25); font-style: italic;
  line-height: 1.6;
}

/* ─── CASE CARDS ─── */
.case-card { border-radius: var(--radius); overflow: hidden; }
.case-top {
  background: var(--ink); padding: 32px;
}
.case-tag {
  font-size: 10px; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(255,255,255,0.3);
  margin-bottom: 8px;
}
.case-name {
  font-family: var(--font-head);
  font-size: 20px; font-weight: 700;
  color: white; letter-spacing: -0.02em;
}
.case-stats {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1px; background: var(--faint);
  border-top: 1px solid var(--faint);
  border-bottom: 1px solid var(--faint);
}
.case-stat {
  background: var(--paper); padding: 20px 22px;
}
.case-body { padding: 24px 28px; }
.case-body-title {
  font-size: 10px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--accent);
  font-weight: 500; margin-bottom: 14px;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-panel { display: none; }
  .hero-main { padding: 56px var(--pad-x); }
  .problem-card { padding: 32px 24px; }
  .how-step { padding: 32px 24px; }
  .problem-truth { padding: 28px; flex-direction: column; gap: 12px; }
  .truth-mark { font-size: 36px; }
  .truth-text { font-size: 18px; }
}

@media (max-width: 768px) {
  .problem-grid, .how-grid, .services-grid { grid-template-columns: 1fr !important; }
  .hero-creds { gap: 20px; }
  .diff-tools { gap: 6px; }
}
