/* === KOOLGROWTH PALETA TURQUESA ===
   Override de --lime SOLO en el <main> de /koolgrowth/.
   Header y resto del sitio mantienen el verde Koolbrand. */
body.kg-page main { --lime: #26E6C8; }
body.kg-page footer { --lime: #26E6C8; }
/* Variante dark exclusiva de Koolgrowth */
  body.kg-page { background: #0E0E0E; color: #E6E6E0; }
  body.kg-page .topbar { background: rgba(14,14,14,0.92); border-bottom-color: #2A2A2A; }
  body.kg-page .topbar nav a { color: #C0C0B6; }
  body.kg-page .topbar nav a.active { color: var(--lime); }
  body.kg-page .topbar .cta-mini { background: var(--lime); color: var(--ink); }
  body.kg-page .topbar img.logo { filter: invert(1) brightness(1.1); }

  .kg-hero {
    max-width: var(--max);
    margin: 0 auto;
    padding: 120px 32px 80px;
    position: relative;
  }
  .kg-hero .brand-mark {
    display: block;
    width: 240px;
    max-width: 50vw;
    height: auto;
    margin: 0 0 36px 0;
  }
  .kg-hero .eyebrow {
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--lime);
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .kg-hero .eyebrow::before {
    content: "";
    width: 28px;
    height: 1px;
    background: var(--lime);
  }
  .kg-hero h1 {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: clamp(56px, 9vw, 120px);
    line-height: .94;
    letter-spacing: -.035em;
    color: #FAFAF7;
    margin-bottom: 28px;
  }
  .kg-hero h1 .hl {
    background: var(--lime);
    color: var(--ink);
    padding: 0 .14em .04em;
    display: inline-block;
    transform: rotate(-1.4deg);
    border-radius: 8px;
    line-height: .9;
  }
  .kg-hero .tagline {
    font-family: 'JetBrains Mono', monospace;
    font-size: 18px;
    letter-spacing: .04em;
    color: var(--lime);
    margin-bottom: 36px;
  }
  .kg-hero .lede {
    font-size: 22px;
    line-height: 1.45;
    max-width: 740px;
    color: #C7C7C0;
    font-weight: 400;
  }
  .kg-hero .punch {
    border-left: 3px solid var(--lime);
    padding: 24px 28px;
    margin-top: 48px;
    background: #1A1A1A;
    max-width: 720px;
    border-radius: 0 10px 10px 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.35;
    letter-spacing: -.015em;
    color: #FAFAF7;
  }

  .kg-section {
    max-width: var(--max);
    margin: 0 auto;
    padding: 96px 32px;
  }
  .kg-section h2 {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: clamp(40px, 5.4vw, 68px);
    line-height: .98;
    letter-spacing: -.025em;
    color: #FAFAF7;
    margin-bottom: 48px;
    max-width: 940px;
  }
  .kg-section h2 .hl {
    background: var(--lime);
    color: var(--ink);
    padding: 0 .12em .04em;
    display: inline-block;
    transform: rotate(-1.4deg);
    border-radius: 6px;
    line-height: .92;
  }
  .kg-section .label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--lime);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .kg-section .label::before {
    content: "";
    width: 22px;
    height: 1px;
    background: var(--lime);
    opacity: .5;
  }

  /* Pilares 2x2 */
  .pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    background: #2A2A2A;
    border: 1px solid #2A2A2A;
    border-radius: 14px;
    overflow: hidden;
  }
  .pillar {
    background: #1A1A1A;
    padding: 48px 40px;
    transition: background .25s;
  }
  .pillar:hover { background: #222; }
  .pillar .icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--lime);
    color: var(--ink);
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    font-weight: 800;
  }
  .pillar h3 {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 28px;
    letter-spacing: -.02em;
    line-height: 1.05;
    color: #FAFAF7;
    margin-bottom: 14px;
  }
  .pillar p {
    color: #C7C7C0;
    font-size: 16px;
    line-height: 1.55;
  }

  /* Apps table */
  .apps-list {
    border-top: 1px solid #2A2A2A;
    margin-top: 32px;
  }
  .app-row {
    display: grid;
    grid-template-columns: 220px 120px 1fr;
    gap: 32px;
    padding: 28px 0;
    border-bottom: 1px solid #2A2A2A;
    align-items: start;
  }
  .app-row .app-name {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -.015em;
    color: #FAFAF7;
  }
  .app-row .app-status {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 999px;
    display: inline-block;
    height: fit-content;
    white-space: nowrap;
  }
  .app-row .app-status.ok { background: var(--lime); color: var(--ink); }
  .app-row .app-status.dev { background: #F5C518; color: var(--ink); }
  .app-row .app-status.backlog { background: #4A90E2; color: var(--ink); }
  .app-row .app-desc {
    color: #C7C7C0;
    font-size: 15.5px;
    line-height: 1.55;
  }
  .app-row .app-desc .phase {
    display: block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--lime);
    margin-bottom: 8px;
  }

  /* Aportes */
  .contributions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
  }
  .contrib-card {
    background: #1A1A1A;
    border-radius: 14px;
    padding: 36px 32px;
    border-top: 4px solid var(--lime);
  }
  .contrib-card h3 {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -.015em;
    line-height: 1.15;
    color: #FAFAF7;
    margin-bottom: 14px;
  }
  .contrib-card p {
    color: #C7C7C0;
    font-size: 15px;
    line-height: 1.55;
  }

  .kg-closing {
    border-top: 1px solid #2A2A2A;
    padding: 120px 32px;
    text-align: center;
  }
  .kg-closing .inner { max-width: 900px; margin: 0 auto; }
  .kg-closing h2 {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: clamp(40px, 5.6vw, 72px);
    line-height: 1.05;
    letter-spacing: -.025em;
    color: #FAFAF7;
    margin-bottom: 24px;
  }
  .kg-closing h2 .hl {
    background: var(--lime);
    color: var(--ink);
    padding: 0 .12em .04em;
    display: inline-block;
    transform: rotate(-1.2deg);
    border-radius: 6px;
    line-height: .92;
  }
  .kg-closing p {
    font-size: 20px;
    color: #C7C7C0;
    line-height: 1.5;
    max-width: 680px;
    margin: 0 auto 32px;
  }
  .kg-closing .btn-ext {
    background: var(--lime);
    color: var(--ink);
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
  }

  body.kg-page footer { background: #0A0A0A; border-top: 1px solid #2A2A2A; }

  @media (max-width: 760px) {
    .pillars { grid-template-columns: 1fr; }
    .contributions { grid-template-columns: 1fr; }
    .app-row { grid-template-columns: 1fr; gap: 8px; }
  }
