/* ============================================================
   ARC–IELP · /strategic-partners/sub.css
   Estilos compartidos para sub-páginas del área privada
   ============================================================ */

.sp-sub-content { display: none; }
.sp-sub-header {
  background: var(--grafito);
  padding: 120px 72px 52px;
  border-bottom: 3px solid var(--ambar);
}
.sp-sub-breadcrumb {
  font-size: 12px; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--verde-bajo);
  margin-bottom: 14px;
}
.sp-sub-title {
  font-size: clamp(28px, 3.5vw, 46px); font-weight: 600;
  color: var(--blanco); letter-spacing: -0.02em;
  line-height: 1.07; margin-bottom: 14px;
}
.sp-sub-desc {
  font-size: 17px; font-weight: 400;
  color: rgba(191,229,216,0.75); line-height: 1.65;
  max-width: 560px;
}

.sp-sub-body {
  padding: 72px 72px;
  max-width: 1100px; margin: 0 auto;
}

.sp-placeholder {
  background: #f0f2f0;
  border-top: 3px solid rgba(6,57,39,0.08);
  padding: 60px 40px; text-align: center;
}
.sp-placeholder-icon {
  font-size: 36px; color: var(--gris-claro); margin-bottom: 20px;
}
.sp-placeholder-text {
  font-size: 17px; font-weight: 400; color: var(--texto-suave); line-height: 1.65;
}

/* ── Módulo intro ────────────────────────────────────────── */
.mod-intro {
  margin-bottom: 52px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(6,57,39,0.10);
}
.mod-intro-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--verde-bajo);
  margin-bottom: 12px;
}
.mod-intro h2 {
  font-size: clamp(22px, 2.4vw, 30px); font-weight: 600;
  color: var(--grafito); letter-spacing: -0.02em;
  margin-bottom: 14px; line-height: 1.2;
}
.mod-intro p {
  font-size: 16px; color: var(--texto-suave); line-height: 1.7; max-width: 660px;
}

/* ── Scenario cards (Módulo 01) ─────────────────────────── */
.mod-scenarios { display: flex; flex-direction: column; gap: 36px; }
.mod-scenario-card {
  border: 1px solid rgba(6,57,39,0.12);
  border-radius: 6px; overflow: hidden;
}
.scenario-head {
  background: var(--grafito); padding: 24px 30px;
  display: flex; align-items: baseline; gap: 18px;
  border-bottom: 2px solid var(--ambar);
}
.scenario-num {
  font-size: 11px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--ambar); flex-shrink: 0;
}
.scenario-sector {
  font-size: 13px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(191,229,216,0.55); flex-shrink: 0;
}
.scenario-symptom {
  font-size: 17px; font-weight: 600; color: var(--blanco);
  letter-spacing: -0.01em; line-height: 1.3;
}
.scenario-body { padding: 30px; display: flex; flex-direction: column; gap: 24px; }
.scenario-block-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--verde-bajo);
  margin-bottom: 8px;
}
.scenario-block p {
  font-size: 15px; color: var(--grafito); line-height: 1.7; margin: 0;
}
.scenario-quote {
  background: rgba(6,57,39,0.04); border-left: 3px solid var(--verde-marginal);
  padding: 14px 20px; border-radius: 0 4px 4px 0;
  font-style: italic; font-size: 15px; color: var(--grafito);
  line-height: 1.65; margin: 0;
}
.scenario-open {
  background: rgba(240,179,0,0.06); border-left: 3px solid var(--ambar);
  padding: 14px 20px; border-radius: 0 4px 4px 0;
  font-size: 15px; color: var(--grafito); line-height: 1.65; margin: 0;
}

/* ── Framework sections (Módulo 02) ─────────────────────── */
.mod-framework { display: flex; flex-direction: column; gap: 52px; }
.mod-fw-section {}
.mod-fw-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--verde-bajo);
  margin-bottom: 10px;
}
.mod-fw-section h3 {
  font-size: clamp(18px, 2vw, 24px); font-weight: 600;
  color: var(--grafito); letter-spacing: -0.02em;
  margin-bottom: 16px; line-height: 1.25;
}
.mod-fw-section p {
  font-size: 15px; color: var(--texto-suave); line-height: 1.75;
  max-width: 720px; margin-bottom: 16px;
}
.mod-fw-definition {
  background: var(--grafito); color: var(--blanco);
  padding: 28px 32px; border-radius: 6px;
  font-size: 17px; font-weight: 500; line-height: 1.55;
  letter-spacing: -0.01em; margin-bottom: 20px;
}
.mod-fw-definition em { color: var(--ambar); font-style: normal; }

.mod-not-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.mod-not-item {
  display: flex; align-items: flex-start; gap: 14px;
  background: rgba(6,57,39,0.03); border: 1px solid rgba(6,57,39,0.09);
  padding: 18px 20px; border-radius: 6px;
}
.not-badge {
  background: var(--grafito); color: var(--ambar);
  font-size: 10px; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; padding: 4px 10px; border-radius: 3px;
  flex-shrink: 0; margin-top: 2px;
}
.not-text { font-size: 15px; color: var(--grafito); line-height: 1.65; }
.not-text strong { color: var(--grafito); font-weight: 600; display: block; margin-bottom: 4px; }

.mod-sequence { display: flex; flex-direction: column; gap: 0; }
.mod-seq-step {
  display: flex; align-items: flex-start; gap: 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(6,57,39,0.08);
}
.mod-seq-step:last-child { border-bottom: none; }
.seq-arrow {
  width: 48px; flex-shrink: 0; display: flex; align-items: center;
  padding-top: 4px;
}
.seq-arrow-line {
  width: 28px; height: 2px; background: var(--ambar); margin-right: 4px;
}
.seq-arrow-head {
  width: 0; height: 0;
  border-top: 5px solid transparent; border-bottom: 5px solid transparent;
  border-left: 7px solid var(--ambar);
}
.seq-body {}
.seq-step-num {
  font-size: 10px; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--ambar); margin-bottom: 4px;
}
.seq-step-title {
  font-size: 16px; font-weight: 600; color: var(--grafito);
  margin-bottom: 6px; letter-spacing: -0.01em;
}
.seq-step-body {
  font-size: 14px; color: var(--texto-suave); line-height: 1.65;
}

.mod-phrase-table { display: flex; flex-direction: column; gap: 0; margin-top: 8px; }
.phrase-row {
  display: grid; grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(6,57,39,0.08);
}
.phrase-row-header {
  display: grid; grid-template-columns: 1fr 1fr;
  background: var(--grafito); padding: 12px 18px; border-radius: 6px 6px 0 0;
}
.phrase-col-head {
  font-size: 10px; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; padding: 2px 0;
}
.phrase-col-head.use { color: #5CB85C; }
.phrase-col-head.avoid { color: #E85555; }
.phrase-cell {
  padding: 16px 18px; font-size: 14px; line-height: 1.6; color: var(--grafito);
}
.phrase-cell.use { border-right: 1px solid rgba(6,57,39,0.08); }
.phrase-row:nth-child(even) .phrase-cell { background: rgba(6,57,39,0.025); }

/* ── Objection cards (Módulo 03) ────────────────────────── */
.mod-objections { display: flex; flex-direction: column; gap: 28px; }
.mod-objection-card {
  border: 1px solid rgba(6,57,39,0.12); border-radius: 6px; overflow: hidden;
}
.objection-q {
  background: var(--grafito); padding: 22px 28px;
  border-bottom: 2px solid var(--ambar);
}
.objection-q-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(191,229,216,0.5); margin-bottom: 8px;
}
.objection-q-text {
  font-size: 17px; font-weight: 600; color: var(--blanco);
  line-height: 1.35; letter-spacing: -0.01em; font-style: italic;
}
.objection-a { padding: 24px 28px; }
.objection-a-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--verde-bajo); margin-bottom: 10px;
}
.objection-a-text {
  font-size: 15px; color: var(--grafito); line-height: 1.75;
}
.objection-a-text strong { color: var(--grafito); }
.objection-anchor {
  background: rgba(240,179,0,0.08); border-left: 3px solid var(--ambar);
  padding: 12px 18px; border-radius: 0 4px 4px 0;
  font-size: 14px; color: var(--grafito); line-height: 1.65;
  margin-top: 14px;
}

/* ── Implementation flow (Módulo 04) ────────────────────── */
.mod-flow { display: flex; flex-direction: column; gap: 0; }
.flow-step {
  display: grid; grid-template-columns: 90px 1fr;
  gap: 0; border-bottom: 1px solid rgba(6,57,39,0.08);
  padding: 32px 0;
}
.flow-step:last-child { border-bottom: none; }
.flow-left {
  display: flex; flex-direction: column; align-items: center; gap: 8px; padding-top: 4px;
}
.flow-day {
  font-size: 10px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--texto-suave);
}
.flow-dot {
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--ambar); flex-shrink: 0;
}
.flow-line {
  flex: 1; width: 2px; background: rgba(6,57,39,0.10); min-height: 40px;
}
.flow-step:last-child .flow-line { display: none; }
.flow-right {}
.flow-step-num {
  font-size: 10px; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--ambar); margin-bottom: 6px;
}
.flow-step-title {
  font-size: 19px; font-weight: 600; color: var(--grafito);
  letter-spacing: -0.02em; margin-bottom: 10px; line-height: 1.2;
}
.flow-step-body {
  font-size: 15px; color: var(--texto-suave); line-height: 1.75;
}
.flow-step-body ul {
  list-style: none; padding: 0; margin: 10px 0 0;
  display: flex; flex-direction: column; gap: 6px;
}
.flow-step-body ul li::before { content: "·  "; color: var(--ambar); font-weight: 700; }

.mod-cycle-box {
  margin-top: 52px; border: 1px solid rgba(6,57,39,0.14);
  border-radius: 6px; overflow: hidden;
}
.mod-cycle-head {
  background: var(--verde); padding: 22px 28px;
  border-bottom: 2px solid var(--ambar);
}
.mod-cycle-head-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--verde-marginal); margin-bottom: 6px;
}
.mod-cycle-head h3 {
  font-size: 20px; font-weight: 600; color: var(--blanco);
  letter-spacing: -0.02em; margin: 0;
}
.mod-cycle-body { padding: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.mod-cycle-item {}
.mod-cycle-item-title {
  font-size: 13px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--verde-bajo); margin-bottom: 8px;
}
.mod-cycle-item p {
  font-size: 14px; color: var(--texto-suave); line-height: 1.7; margin: 0;
}

@media (max-width: 860px) {
  .sp-sub-header { padding-left: 28px; padding-right: 28px; }
  .sp-sub-body { padding-left: 28px; padding-right: 28px; }
  .scenario-head { flex-direction: column; gap: 8px; }
  .phrase-row, .phrase-row-header { grid-template-columns: 1fr; }
  .phrase-cell.use { border-right: none; border-bottom: 1px solid rgba(6,57,39,0.08); }
  .flow-step { grid-template-columns: 60px 1fr; }
  .mod-cycle-body { grid-template-columns: 1fr; }
}
