/* partners-v2.css — extraído de partners.html, scoped a .cc-v2-page */
.cc-v2-page .p-hero {
  min-height: 78vh; padding: 170px 40px 90px;
  display: flex; flex-direction: column; justify-content: center;
  position: relative; overflow: hidden;
}
.cc-v2-page .p-hero::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 22% 32%, rgba(6, 182, 212,0.10) 0%, transparent 50%),
    radial-gradient(circle at 78% 68%, rgba(37, 99, 235,0.08) 0%, transparent 50%);
  pointer-events: none;
}
.cc-v2-page .p-hero-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(232,238,245,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232,238,245,0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 75% 65% at 50% 50%, black 25%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 75% 65% at 50% 50%, black 25%, transparent 80%);
}
.cc-v2-page .p-hero-inner { max-width: 1180px; margin: 0 auto; width: 100%; position: relative; z-index: 2; }
.cc-v2-page .p-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--cyan); margin-bottom: 28px;
}
.cc-v2-page .p-eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--cyan); }
.cc-v2-page .p-hero h1 {
  font-family: var(--font-impact); font-size: clamp(40px, 6.2vw, 88px);
  line-height: 1.0; letter-spacing: -0.02em; font-weight: 800;
  text-transform: uppercase; margin-bottom: 28px;
}
.cc-v2-page .p-hero h1 .accent { color: var(--cyan); }
.cc-v2-page .p-hero h1 .outline {
  -webkit-text-stroke: 1.5px var(--violet); text-stroke: 1.5px var(--violet);
  color: transparent;
}
.cc-v2-page .p-hero p {
  font-size: clamp(16px, 1.4vw, 20px); color: var(--ice-muted);
  max-width: 640px; line-height: 1.6; font-weight: 300; margin-bottom: 36px;
}
.cc-v2-page .p-section { padding: 100px 40px; position: relative; }
.cc-v2-page .p-section-inner { max-width: 1180px; margin: 0 auto; }
.cc-v2-page .p-section.light { background: var(--bg-light); color: var(--ink); }
.cc-v2-page .p-section.dark { background: var(--bg-dark); }
.cc-v2-page .p-section.darker { background: #06090F; }
.cc-v2-page .sec-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.15em;
  text-transform: uppercase; margin-bottom: 22px;
}
.cc-v2-page .sec-eyebrow::before { content: ''; width: 24px; height: 1px; background: currentColor; }
.cc-v2-page .light .sec-eyebrow { color: var(--cyan-dark); }
.cc-v2-page .dark .sec-eyebrow, .cc-v2-page .darker .sec-eyebrow { color: var(--cyan); }
.cc-v2-page .p-section h2 {
  font-family: var(--font-display); font-size: clamp(32px, 5vw, 64px);
  line-height: 1.04; letter-spacing: -0.03em; font-weight: 300; margin-bottom: 26px;
}
.cc-v2-page .p-section h2 em { font-style: italic; opacity: 0.55; }
/* Sesión h++ Victor (33): "Más que comisión: reconocimiento." sobre fondo claro → negro. */
.cc-v2-page #premios h2,
.cc-v2-page #premios h2 em { color: var(--ink); }
.cc-v2-page .p-lede {
  font-size: 18px; line-height: 1.6; max-width: 660px;
  margin-bottom: 56px; font-weight: 300;
}
.cc-v2-page .light .p-lede { color: var(--ink-muted); }
.cc-v2-page .dark .p-lede, .cc-v2-page .darker .p-lede { color: var(--ice-muted); }
.cc-v2-page .tiers {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--border-dark);
  border: 0.5px solid var(--border-dark);
}
.cc-v2-page .tier {
  background: var(--bg-dark); padding: 44px 32px;
  display: flex; flex-direction: column; position: relative;
}
.cc-v2-page .tier-top { height: 3px; position: absolute; top: 0; left: 0; right: 0; }
.cc-v2-page .tier.silver .tier-top { background: var(--silver); }
.cc-v2-page .tier.gold .tier-top { background: var(--gold); }
.cc-v2-page .tier.platinum .tier-top { background: linear-gradient(90deg, var(--platinum), var(--cyan)); }
.cc-v2-page .tier-name {
  font-family: var(--font-impact); font-size: 30px; font-weight: 800;
  text-transform: uppercase; letter-spacing: -0.01em; margin-bottom: 6px;
}
.cc-v2-page .tier.silver .tier-name { color: var(--silver); }
.cc-v2-page .tier.gold .tier-name { color: var(--gold); }
.cc-v2-page .tier.platinum .tier-name { color: var(--platinum); }
.cc-v2-page .tier-sub {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--ice-soft); margin-bottom: 28px;
}
.cc-v2-page .tier-metric { padding: 16px 0; border-top: 0.5px solid var(--border-dark); }
.cc-v2-page .tier-metric:last-of-type { border-bottom: 0.5px solid var(--border-dark); margin-bottom: 24px; }
.cc-v2-page .tier-metric .label {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--ice-soft); margin-bottom: 4px;
}
.cc-v2-page .tier-metric .value {
  font-family: var(--font-display); font-size: 26px; font-weight: 400;
  color: var(--ice);
}
.cc-v2-page .tier.silver .tier-metric .value.hl { color: var(--silver); }
.cc-v2-page .tier.gold .tier-metric .value.hl { color: var(--gold); }
.cc-v2-page .tier.platinum .tier-metric .value.hl { color: var(--platinum); }
.cc-v2-page .tier-note {
  font-size: 13px; color: var(--ice-muted); line-height: 1.55; margin-top: auto;
}
@media (max-width: 900px) {
.cc-v2-page .tiers { grid-template-columns: 1fr; }
}
.cc-v2-page .eval-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px; margin-top: 16px;
}
.cc-v2-page .eval-card {
  border: 0.5px solid var(--border-dark); border-radius: 12px;
  padding: 32px 28px; background: var(--bg-dark-soft);
}
.cc-v2-page .eval-card .pct {
  font-family: var(--font-impact); font-size: 38px; font-weight: 800;
  margin-bottom: 12px; line-height: 1;
}
.cc-v2-page .eval-card.green .pct { color: #4ADE80; }
.cc-v2-page .eval-card.amber .pct { color: #FBBF24; }
.cc-v2-page .eval-card.red .pct { color: #F87171; }
.cc-v2-page .eval-card h4 {
  font-family: var(--font-display); font-size: 19px; font-weight: 400;
  margin-bottom: 10px; color: var(--ice);
}
.cc-v2-page .eval-card p { font-size: 14px; color: var(--ice-muted); line-height: 1.55; }
@media (max-width: 768px) {
.cc-v2-page .eval-grid { grid-template-columns: 1fr; }
}
.cc-v2-page .benefits-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1px; background: var(--border-light);
  border: 0.5px solid var(--border-light); margin-top: 16px;
}
.cc-v2-page .benefit {
  background: var(--bg-light); padding: 32px 28px;
}
.cc-v2-page .benefit .num {
  font-family: var(--font-mono); font-size: 11px; color: var(--cyan-dark);
  letter-spacing: 0.1em; margin-bottom: 14px;
}
.cc-v2-page .benefit h4 {
  font-family: var(--font-display); font-size: 22px; font-weight: 400;
  letter-spacing: -0.015em; color: var(--ink); margin-bottom: 10px; line-height: 1.15;
}
.cc-v2-page .benefit h4 em { font-style: italic; color: var(--cyan-dark); }
.cc-v2-page .benefit p { font-size: 14px; color: var(--ink-muted); line-height: 1.6; }
@media (max-width: 768px) {
.cc-v2-page .benefits-grid { grid-template-columns: 1fr; }
}
.cc-v2-page .awards {
  display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px;
}
.cc-v2-page .award-chip {
  border: 0.5px solid var(--border-dark);
  background: var(--bg-dark-soft);
  padding: 14px 22px; border-radius: 999px;
  font-size: 14px; color: var(--ice);
  display: flex; align-items: center; gap: 10px;
}
.cc-v2-page .award-chip::before {
  content: ''; width: 7px; height: 7px; border-radius: 50%;
  background: var(--violet); flex-shrink: 0;
}
.cc-v2-page .highlight-box {
  border: 0.5px solid var(--border-dark);
  border-left: 3px solid var(--cyan);
  background: rgba(6, 182, 212,0.04);
  border-radius: 0 12px 12px 0;
  padding: 32px 36px; margin-top: 16px;
}
.cc-v2-page .highlight-box h4 {
  font-family: var(--font-display); font-size: 24px; font-weight: 400;
  margin-bottom: 12px; color: var(--ice);
}
.cc-v2-page .highlight-box h4 em { font-style: italic; color: var(--cyan); }
.cc-v2-page .highlight-box p { font-size: 15px; color: var(--ice-muted); line-height: 1.65; }
.cc-v2-page .highlight-box.warn { border-left-color: var(--cyan); background: rgba(37, 99, 235,0.05); }
.cc-v2-page .highlight-box.warn h4 em { color: var(--cyan); }
.cc-v2-page .p-cta {
  padding: 130px 40px; text-align: center; position: relative; overflow: hidden;
  background: linear-gradient(180deg, var(--bg-dark) 0%, #060810 100%);
}
.cc-v2-page .p-cta::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(circle at 35% 50%, rgba(6, 182, 212,0.12) 0%, transparent 60%),
    radial-gradient(circle at 65% 50%, rgba(37, 99, 235,0.1) 0%, transparent 60%);
}
.cc-v2-page .p-cta-inner { max-width: 800px; margin: 0 auto; position: relative; z-index: 2; }
.cc-v2-page .p-cta h2 {
  font-family: var(--font-display); font-size: clamp(34px, 5.5vw, 68px);
  line-height: 1.02; letter-spacing: -0.03em; font-weight: 300; margin-bottom: 24px;
}
.cc-v2-page .p-cta h2 .accent { color: var(--cyan); }
.cc-v2-page .p-cta p {
  font-size: 17px; color: var(--ice-muted); line-height: 1.6;
  margin-bottom: 36px; font-weight: 300;
}
.cc-v2-page .p-footer {
  background: #04060B; padding: 56px 40px 36px;
  border-top: 0.5px solid var(--border-dark); color: var(--ice-soft);
  font-family: var(--font-mono); font-size: 12px;
  text-align: center; line-height: 1.9;
}
.cc-v2-page .p-footer a { color: var(--cyan); text-decoration: none; }
@media (max-width: 768px) {
.cc-v2-page .p-section { padding: 70px 20px; }
.cc-v2-page .p-hero { padding: 130px 20px 70px; }
.cc-v2-page .p-cta { padding: 90px 20px; }
}
