/* ============================================================
   activate.css - Activate.html page styles
   ============================================================ */

/* ---------- HERO ---------- */
.act-hero {
  position: relative;
  background:
    radial-gradient(1200px 700px at 80% 18%, color-mix(in oklab, var(--p-color) 30%, transparent) 0%, transparent 60%),
    radial-gradient(900px 500px at 8% 100%, color-mix(in oklab, var(--p-color) 14%, transparent) 0%, transparent 60%),
    linear-gradient(180deg, #1A1410 0%, #14100C 100%);
  color: #fff;
  padding: 80px 28px 96px;
  overflow: hidden;
}
.act-hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 3px 3px; pointer-events: none;
  mix-blend-mode: screen; opacity: 0.5;
}
.act-hero-inner { position: relative; max-width: 1100px; margin: 0 auto; }

.act-h1 {
  font-size: clamp(48px, 6.8vw, 96px);
  line-height: 0.96;
  letter-spacing: -0.035em;
  font-weight: 700;
  margin: 22px 0 24px;
  color: #fff;
  text-wrap: balance;
}
.act-h1-em { color: var(--p-color); font-style: italic; }
.act-h1-weeks {
  color: var(--p-color);
  font-style: italic;
  font-weight: 700;
}
.act-deck {
  font-size: 20px; line-height: 1.55;
  color: rgba(255,255,255,0.74);
  max-width: 700px; margin: 0 0 32px;
  font-weight: 350;
}

.act-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 48px; }
.act-hero .btn-secondary {
  background: rgba(255,255,255,0.06); color: #fff; border-color: rgba(255,255,255,0.18);
}
.act-hero .btn-secondary:hover { background: rgba(255,255,255,0.10); }

.act-hero-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.10);
}
.act-stat-num {
  font-size: 36px; font-weight: 800; letter-spacing: -0.025em;
  color: var(--p-color);
  font-variant-numeric: tabular-nums;
}
.act-stat-num .u { font-size: 17px; font-weight: 600; color: rgba(255,255,255,0.5); margin-left: 1px; }
.act-stat-lbl {
  font-size: 11px; font-weight: 700; letter-spacing: 0.10em;
  text-transform: uppercase; color: rgba(255,255,255,0.55);
  margin-top: 4px;
}

/* ---------- TIMELINE ---------- */
.act-timeline-section {
  background: var(--tap-bg-warm);
  border-top: 1px solid var(--tap-line);
  border-bottom: 1px solid var(--tap-line);
  padding: 72px 28px;
}
.act-timeline-inner { max-width: 1100px; margin: 0 auto; }
.act-timeline-head { max-width: 720px; margin-bottom: 56px; }
.act-timeline-head h2 {
  font-size: clamp(36px, 4.6vw, 56px);
  font-weight: 700; letter-spacing: -0.025em; line-height: 1.1;
  margin: 12px 0 12px; text-wrap: balance;
}
.act-timeline-head p { font-size: 17px; color: var(--tap-ink-2); line-height: 1.55; }

.act-timeline {
  position: relative;
  padding-left: 40px;
}
.act-timeline-rail {
  position: absolute; left: 16px; top: 18px; bottom: 18px;
  width: 2px;
  background: var(--tap-line-strong);
  border-radius: 1px;
}
.act-timeline-progress {
  position: absolute; left: 16px; top: 18px; height: 60%;
  width: 2px;
  background: linear-gradient(180deg, var(--p-color) 0%, color-mix(in oklab, var(--p-color) 30%, transparent) 100%);
  border-radius: 1px;
}

.act-phase {
  position: relative;
  margin-bottom: 24px;
}
.act-phase:last-child { margin-bottom: 0; }
.act-phase-marker {
  position: absolute; left: -40px; top: 12px;
  width: 32px; height: 32px;
  display: grid; place-items: center;
}
.act-phase-marker-dot {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--p-color);
  box-shadow: 0 0 0 5px color-mix(in oklab, var(--p-color) 14%, transparent),
              0 0 0 6px var(--tap-bg-warm);
}
.act-phase-body {
  background: var(--tap-card);
  border: 1px solid var(--tap-line);
  border-radius: 16px;
  padding: 28px 32px;
  box-shadow: var(--tap-shadow-sm);
}
.act-phase-head { margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--tap-line); }
.act-phase-tag {
  display: inline-block;
  font-size: 11px; font-weight: 700; letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--p-color-deep);
  padding: 4px 10px;
  background: var(--p-color-tint);
  border-radius: 999px;
  margin-bottom: 12px;
}
.act-phase h3 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700; letter-spacing: -0.02em; line-height: 1.1;
  margin: 0 0 10px;
}
.act-phase-head p { font-size: 16px; color: var(--tap-ink-2); line-height: 1.55; margin: 0; max-width: 620px; }

.act-phase-content {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
  margin-bottom: 20px;
}
.act-phase-col-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--tap-ink-3);
  margin-bottom: 10px;
}
.act-phase-col ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.act-phase-col li {
  font-size: 14.5px; line-height: 1.5; color: var(--tap-ink);
  padding-left: 22px; position: relative;
}
.act-phase-col li::before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--p-color);
}

.act-phase-outcome {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px;
  background: var(--p-color-bubble);
  border: 1px solid color-mix(in oklab, var(--p-color) 16%, transparent);
  border-radius: 10px;
  font-size: 14.5px; line-height: 1.5; color: var(--tap-ink);
}
.act-phase-outcome svg {
  width: 20px; height: 20px;
  padding: 3px;
  border-radius: 50%;
  background: var(--p-color);
  color: #fff;
  box-sizing: content-box;
  flex: none;
}
.act-phase-outcome strong { color: var(--p-color-deep); font-weight: 700; }

/* ---------- KPIs ---------- */
.act-kpis {
  max-width: 1200px; margin: 0 auto;
  padding: 72px 28px;
}
.act-kpis-inner { display: flex; flex-direction: column; gap: 36px; align-items: flex-start; }
.act-kpis-head { max-width: 720px; }
.act-kpis-head h2 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700; letter-spacing: -0.025em; line-height: 1.1;
  margin: 12px 0 12px; text-wrap: balance;
}
.act-kpis-head p { font-size: 17px; color: var(--tap-ink-2); line-height: 1.55; }
.act-kpis-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  width: 100%;
  border-top: 1px solid var(--tap-line-strong);
  border-bottom: 1px solid var(--tap-line-strong);
}
.act-kpi {
  padding: 28px 24px;
  border-right: 1px solid var(--tap-line);
  display: flex; flex-direction: column; gap: 6px;
}
.act-kpi:last-child { border-right: none; }
.act-kpi-num {
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 800; letter-spacing: -0.03em; line-height: 1;
  color: var(--p-color-deep);
  font-variant-numeric: tabular-nums;
}
.act-kpi-num .u { font-size: 0.5em; color: var(--tap-ink-3); font-weight: 700; margin-left: 1px; }
.act-kpi-lbl { font-size: 16px; font-weight: 700; color: var(--tap-ink); }
.act-kpi-sub { font-size: 13px; color: var(--tap-ink-2); }
.act-kpis-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 14px; font-weight: 700;
  color: var(--p-color-deep);
}
.act-kpis-link svg { width: 12px; height: 12px; }

/* ---------- TEAM ---------- */
.act-team {
  background: var(--tap-bg-warm);
  border-top: 1px solid var(--tap-line);
  padding: 72px 28px;
}
.act-team-inner { max-width: calc(var(--maxw) - 2 * var(--pad-x)); margin: 0 auto; display: flex; flex-direction: column; gap: 36px; }
.act-team-head { max-width: 720px; }
.act-team-head h2 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700; letter-spacing: -0.025em; line-height: 1.1;
  margin: 12px 0 12px; text-wrap: balance;
}
.act-team-head p { font-size: 17px; color: var(--tap-ink-2); line-height: 1.55; }
.act-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.act-role-card {
  background: var(--tap-card);
  border: 1px solid var(--tap-line);
  border-radius: 14px;
  padding: 24px 24px;
  display: flex; flex-direction: column; gap: 10px;
}
.act-role-tag {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 3px 8px;
  background: var(--p-color-tint);
  color: var(--p-color-deep);
  border-radius: 4px;
  align-self: flex-start;
}
.act-role-tag-you {
  background: var(--tap-bg);
  color: var(--tap-ink-2);
  border: 1px solid var(--tap-line-strong);
}
.act-role-card h3 {
  font-size: 19px; font-weight: 700; letter-spacing: -0.015em; margin: 0;
}
.act-role-card p { font-size: 14px; color: var(--tap-ink-2); line-height: 1.55; margin: 0; }
.act-role-card-you {
  background: var(--tap-bg);
  border-style: dashed;
  border-color: var(--tap-line-strong);
}

/* ---------- FAQ ---------- */
.act-faq {
  max-width: 880px; margin: 0 auto;
  padding: 72px 28px;
}
.act-faq-head { max-width: 720px; margin-bottom: 36px; }
.act-faq-head h2 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700; letter-spacing: -0.025em; line-height: 1.1;
  margin: 12px 0 0; text-wrap: balance;
}
.act-faq-list { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--tap-line); }
.act-faq-q {
  border-bottom: 1px solid var(--tap-line);
  padding: 0;
}
.act-faq-q summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 4px 22px 0;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
  font-size: 17px; font-weight: 600;
  color: var(--tap-ink);
  letter-spacing: -0.005em;
}
.act-faq-q summary::-webkit-details-marker { display: none; }
.act-faq-q summary::after {
  content: "+";
  font-size: 22px; font-weight: 300;
  color: var(--tap-ink-3);
  width: 24px; height: 24px;
  display: grid; place-items: center;
  border-radius: 50%;
  transition: transform 200ms, color 120ms, background 120ms;
  flex: none;
}
.act-faq-q[open] summary::after { content: "−"; color: var(--p-color-deep); background: var(--p-color-tint); }
.act-faq-q p {
  font-size: 15.5px; line-height: 1.65;
  color: var(--tap-ink-2);
  margin: 0 0 24px;
  max-width: 720px;
}
.act-faq-q p a { color: var(--p-color-deep); border-bottom: 1px solid color-mix(in oklab, var(--p-color) 30%, transparent); }

/* ---------- APPLY CTA ---------- */
.act-apply {
  background: linear-gradient(135deg, #2C2417 0%, #1A1410 100%);
  color: #fff;
  padding: 72px 28px;
  text-align: center;
}
.act-apply-inner { max-width: 720px; margin: 0 auto; }
.act-apply h2 {
  font-size: clamp(36px, 4.6vw, 60px);
  font-weight: 700; letter-spacing: -0.03em; line-height: 1.05;
  margin: 12px 0 18px;
  color: #fff; text-wrap: balance;
}
.act-apply p {
  font-size: 18px; color: rgba(255,255,255,0.74); line-height: 1.55;
  margin: 0 auto 32px;
  max-width: 560px;
}
.act-apply-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 24px; }
.act-apply .btn-secondary {
  background: rgba(255,255,255,0.06); color: #fff; border-color: rgba(255,255,255,0.18);
}
.act-apply-foot {
  font-size: 12.5px;
  color: rgba(255,255,255,0.5);
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.10);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px) {
  .act-hero-stats { grid-template-columns: 1fr 1fr; gap: 24px; }
  .act-phase-content { grid-template-columns: 1fr; gap: 22px; }
  .act-kpis-grid { grid-template-columns: 1fr 1fr; }
  .act-kpi { border-right: 1px solid var(--tap-line); border-bottom: 1px solid var(--tap-line); }
  .act-kpi:nth-last-child(-n+2) { border-bottom: none; }
  .act-kpi:nth-child(2n) { border-right: none; }
  .act-team-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .act-hero, .act-timeline-section, .act-kpis, .act-team, .act-faq, .act-apply { padding-left: 20px; padding-right: 20px; }
  .act-hero-stats { grid-template-columns: 1fr; }
  .act-kpis-grid { grid-template-columns: 1fr; }
  .act-team-grid { grid-template-columns: 1fr; }
  .act-phase-body { padding: 22px 20px; }
}
