  /* ───────── HERO compacto ───────── */
  .ps-hero { padding: clamp(28px, 3.4vw, 48px) 0 clamp(28px, 3vw, 44px); border-bottom: 1px solid var(--line); }
  .ps-hero-grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: clamp(24px, 3vw, 40px); align-items: stretch; }
  @media (max-width: 980px) { .ps-hero-grid { grid-template-columns: 1fr; } }

  .ps-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; }
  .ps-tag { font-family: var(--font-mono); font-size: 11.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 4px 9px; border-radius: 4px; }
  .ps-tag.scrum { background: #1573a8; color: #fff; }
  .ps-tag.lvl { background: var(--ink); color: #fff; }
  .ps-tag.virtual { background: var(--amber); color: var(--ink); }

  .ps-hero h1 { font-size: clamp(34px, 3.8vw, 50px); line-height: 1.06; letter-spacing: -0.025em; }
  .ps-hero .subtitle { font-size: 17px; line-height: 1.5; color: var(--ink-2); max-width: 620px; }

  .ps-meta { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 14px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  @media (max-width: 720px) { .ps-meta { grid-template-columns: 1fr 1fr; } }
  .ps-meta .it { padding: 12px 14px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 2px; }
  .ps-meta .it:last-child { border-right: 0; }
  @media (max-width: 720px) { .ps-meta .it:nth-child(2n) { border-right: 0; } .ps-meta .it { border-bottom: 1px solid var(--line); } .ps-meta .it:nth-last-child(-n+2) { border-bottom: 0; } }
  .ps-meta .l { font-family: var(--font-mono); font-size: 10.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-3); }
  .ps-meta .v { font-family: var(--font-display); font-size: 16px; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }

  /* Buy card (right, dark) */
  .ps-buy { background: var(--navy); color: #fff; border-radius: var(--radius); padding: 22px 24px; display: flex; flex-direction: column; gap: 14px; }
  .ps-buy h3 { color: #fff; font-size: 18px; }
  .ps-price-row { display: flex; align-items: flex-end; gap: 14px; flex-wrap: wrap; }
  .ps-price { font-family: var(--font-display); font-weight: 700; font-size: 36px; letter-spacing: -0.03em; color: #fff; line-height: 1; }
  .ps-price .iva { font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.65); margin-left: 4px; }
  .ps-price-old { font-family: var(--font-display); font-weight: 600; font-size: 18px; color: rgba(255,255,255,0.5); text-decoration: line-through; padding-bottom: 4px; }
  .ps-price-tag { font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; background: var(--amber); color: var(--ink); padding: 3px 8px; border-radius: 4px; }
  .ps-deadline { font-size: 13px; color: rgba(255,255,255,0.7); margin-top: -4px; }

  .ps-qty { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.16); border-radius: 10px; }
  .ps-qty .lbl { font-family: var(--font-mono); font-size: 12px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: rgba(255,255,255,0.7); }
  .ps-qty-c { display: flex; align-items: center; gap: 4px; }
  .ps-qty button { width: 32px; height: 32px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.22); background: rgba(255,255,255,0.04); color: #fff; font-size: 18px; line-height: 1; cursor: pointer; font-family: var(--font-mono); display: grid; place-items: center; }
  .ps-qty button:hover { background: rgba(255,255,255,0.12); }
  .ps-qty .num { width: 36px; text-align: center; font-family: var(--font-display); font-size: 18px; font-weight: 600; }

  .ps-buy-actions { display: flex; flex-direction: column; gap: 8px; }
  .ps-buy .btn--primary { background: var(--amber); color: var(--ink); border-color: var(--amber); }
  .ps-buy .btn--primary:hover { filter: brightness(0.95); }
  .ps-buy .btn--ghost { color: #fff; border-color: rgba(255,255,255,0.3); }
  .ps-buy .btn--ghost:hover { background: rgba(255,255,255,0.08); }

  /* Lista de ediciones dentro de .ps-buy (landing genérica) */
  .ps-eds-list { display: flex; flex-direction: column; gap: 8px; }
  .ps-ed {
    display: grid;
    grid-template-columns: 56px 1fr auto 18px;
    column-gap: 12px;
    align-items: center;
    padding: 12px 14px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    transition: background 0.12s ease, border-color 0.12s ease, transform 0.12s ease;
  }
  .ps-ed:hover { background: rgba(255,255,255,0.1); border-color: var(--amber); transform: translateY(-1px); }
  .ps-ed .d { font-family: var(--font-display); font-weight: 700; font-size: 18px; letter-spacing: -0.02em; color: var(--amber); }
  .ps-ed .b { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
  .ps-ed .n { font-family: var(--font-display); font-size: 14px; font-weight: 600; line-height: 1.2; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .ps-ed .m { font-family: var(--font-mono); font-size: 11.5px; font-weight: 500; color: rgba(255,255,255,0.65); letter-spacing: 0.04em; text-transform: uppercase; }
  .ps-ed .p { font-family: var(--font-mono); font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.92); }
  .ps-ed .cta { color: var(--amber); display: grid; place-items: center; }

  .ps-noedition-inline { padding: 14px 16px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: 10px; }
  .ps-noedition-inline p { font-size: 14px; line-height: 1.55; color: rgba(255,255,255,0.85); margin: 0; }

  /* Certificate badge (left column) */
  .cert-badge { display: inline-flex; gap: 14px; align-items: center; padding: 14px 16px; background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius-sm); margin-top: 4px; }
  .cert-badge .cb-icon { font-family: var(--font-display); font-weight: 700; font-size: 16px; line-height: 1; letter-spacing: -0.04em; padding: 10px 12px; background: var(--ink); color: #fff; border-radius: 6px; text-align: center; }
  .cert-badge .cb-text { display: flex; flex-direction: column; gap: 2px; }
  .cert-badge .cb-text b { font-family: var(--font-display); font-size: 14.5px; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }
  .cert-badge .cb-text span { font-size: 12.5px; color: var(--ink-2); }

  /* Editions section (dark, listado completo) */
  .eds-sect { padding: clamp(36px, 4vw, 60px) 0; background: var(--navy); color: #fff; }
  .eds-sect h2 { color: #fff; font-size: clamp(24px, 2.4vw, 32px); letter-spacing: -0.02em; }
  .eds-sect p { color: rgba(255,255,255,0.78); font-size: 15px; line-height: 1.55; }
  .eds-inner { display: flex; flex-direction: column; gap: 20px; }
  .eds-hd { display: flex; flex-direction: column; gap: 6px; }
  .eds-table { display: flex; flex-direction: column; gap: 8px; }
  .eds-row {
    display: grid;
    grid-template-columns: 80px 1fr auto 100px auto;
    column-gap: 16px;
    align-items: center;
    padding: 14px 18px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 10px;
  }
  @media (max-width: 720px) {
    .eds-row { grid-template-columns: 1fr; row-gap: 6px; }
  }
  .eds-date { font-family: var(--font-display); font-weight: 700; font-size: 20px; letter-spacing: -0.02em; color: var(--amber); }
  .eds-name { font-family: var(--font-display); font-size: 15px; font-weight: 600; color: #fff; display: flex; flex-direction: column; gap: 2px; }
  .eds-name a { color: inherit; text-decoration: none; }
  .eds-name a:hover { text-decoration: underline !important; }
  .eds-name small { font-family: var(--font-mono); font-weight: 500; font-size: 11.5px; color: rgba(255,255,255,0.6); letter-spacing: 0.04em; text-transform: uppercase; }
  .eds-mode { font-family: var(--font-mono); font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.7); letter-spacing: 0.04em; text-transform: uppercase; }
  @media (max-width: 720px) { .eds-mode { display: none; } }
  .eds-price { font-family: var(--font-mono); font-size: 14px; font-weight: 700; color: #fff; text-align: right; }
  .eds-price small { font-weight: 500; color: rgba(255,255,255,0.6); }
  .eds-sect .btn--primary { background: var(--amber); color: var(--ink); border-color: var(--amber); }
  .eds-sect .btn--primary:hover { filter: brightness(0.95); }
  .no-eds {
    padding: 22px 26px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius);
    display: flex; flex-direction: column; gap: 16px;
  }
  .no-eds p { color: rgba(255,255,255,0.9); font-size: 15px; line-height: 1.55; margin: 0; }

  /* Forma de pago (radios) dentro de .ps-buy */
  .ps-method { display: flex; flex-direction: column; gap: 8px; }
  .ps-method > .lbl { font-family: var(--font-mono); font-size: 12px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: rgba(255,255,255,0.7); }
  .ps-method-opt {
    display: grid; grid-template-columns: 18px 1fr; column-gap: 10px; row-gap: 2px;
    padding: 10px 12px; border-radius: 10px;
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.16);
    cursor: pointer; transition: background 0.12s ease, border-color 0.12s ease;
  }
  .ps-method-opt:hover { background: rgba(255,255,255,0.08); }
  .ps-method-opt.on { background: rgba(245,210,124,0.10); border-color: var(--amber); }
  .ps-method-opt input[type="radio"] {
    appearance: none; -webkit-appearance: none;
    width: 16px; height: 16px; border-radius: 999px;
    border: 1.5px solid rgba(255,255,255,0.4); background: transparent;
    margin: 2px 0 0; grid-row: span 2;
    display: grid; place-items: center; cursor: pointer;
  }
  .ps-method-opt input[type="radio"]:checked { border-color: var(--amber); }
  .ps-method-opt input[type="radio"]:checked::after {
    content: ''; width: 8px; height: 8px; border-radius: 999px; background: var(--amber);
  }
  .ps-method-opt .t { font-family: var(--font-display); font-size: 14.5px; font-weight: 600; color: #fff; line-height: 1.2; }
  .ps-method-opt .h { font-family: var(--font-display); font-size: 12.5px; font-weight: 400; color: rgba(255,255,255,0.65); line-height: 1.35; }

  /* Format card */
  .ps-format { padding: clamp(24px, 3vw, 36px) 0; border-bottom: 1px solid var(--line); }
  .ps-format-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 36px); align-items: stretch; }
  @media (max-width: 880px) { .ps-format-grid { grid-template-columns: 1fr; } }
  .ps-fmt-h { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
  .ps-fmt-h .e { font-family: var(--font-mono); font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink); }
  .ps-fmt-h h2 { font-size: clamp(22px, 2.2vw, 28px); }

  /* Schedule visual */
  .sched { display: flex; flex-direction: column; gap: 10px; padding: 18px 20px; background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius-sm); }
  .sched-row { display: grid; grid-template-columns: 92px 1fr auto; gap: 14px; align-items: center; padding: 8px 0; border-top: 1px dashed rgba(0,0,0,0.10); }
  .sched-row:first-of-type { border-top: 0; padding-top: 4px; }
  .sched-row .day { font-family: var(--font-mono); font-size: 13px; font-weight: 600; color: var(--ink); }
  .sched-row .day small { display: block; font-weight: 500; color: var(--ink-3); font-size: 11px; }
  .sched-row .bar { height: 12px; border-radius: 6px; background: linear-gradient(90deg, transparent 0%, transparent 38%, var(--navy) 38%, var(--navy) 55%, transparent 55%); position: relative; }
  .sched-row .bar.live::after { content: ''; position: absolute; left: 38%; right: 45%; top: -3px; bottom: -3px; border: 2px solid var(--amber); border-radius: 8px; }
  .sched-row .h { font-family: var(--font-mono); font-size: 12px; font-weight: 600; color: var(--ink-2); }

  /* Virtual format features */
  .virt-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  @media (max-width: 540px) { .virt-feats { grid-template-columns: 1fr; } }
  .virt-feat { padding: 14px 16px; background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius-sm); display: flex; gap: 12px; align-items: flex-start; }
  .virt-feat .ic { width: 32px; height: 32px; border-radius: 8px; background: var(--ink); color: #fff; display: grid; place-items: center; flex: 0 0 auto; font-family: var(--font-mono); font-weight: 700; font-size: 14px; }
  .virt-feat .ic.amber { background: var(--amber); color: var(--ink); }
  .virt-feat .ic.coral { background: var(--coral); color: #fff; }
  .virt-feat .ic.green { background: #16a34a; }
  .virt-feat .b { display: flex; flex-direction: column; gap: 2px; }
  .virt-feat b { font-family: var(--font-display); font-size: 14.5px; letter-spacing: -0.01em; color: var(--ink); }
  .virt-feat span { font-size: 13px; line-height: 1.45; color: var(--ink-2); }

  /* ───────── Sections ───────── */
  .ps-sect { padding: clamp(48px, 5vw, 80px) 0; border-top: 1px solid var(--line); }
  /* Bone = fondo base (#f5f3ee), Cream = beige cálido, Sage = verde grisáceo, Navy = azul oscuro */
  .ps-sect.bone { background: var(--bg); border-top: 0; }
  .ps-sect.cream { background: #efe9d9; border-top: 0; }
  .ps-sect.sage { background: #d8e3d3; border-top: 0; }
  .ps-sect.dark { background: var(--navy); color: #fff; border-top: 0; }
  .ps-sect.dark h2, .ps-sect.dark h3, .ps-sect.dark h4 { color: #fff; }
  .ps-sect.dark p { color: rgba(255,255,255,0.85); }

  .ps-sh { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(28px, 5vw, 80px); align-items: end; margin-bottom: clamp(24px, 3vw, 40px); }
  @media (max-width: 920px) { .ps-sh { grid-template-columns: 1fr; align-items: start; } }
  .ps-sh .lead { font-size: 16.5px; line-height: 1.55; color: var(--ink-2); }
  .ps-sect.dark .ps-sh .lead { color: rgba(255,255,255,0.85); }

  /* Why cards (3 col, simplified) */
  .why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  @media (max-width: 880px) { .why-grid { grid-template-columns: 1fr; } }
  .why { padding: 24px 26px; background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius-sm); display: flex; flex-direction: column; gap: 10px; }
  .why .num { font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-3); }
  .why h4 { font-family: var(--font-display); font-size: 19px; font-weight: 600; letter-spacing: -0.018em; line-height: 1.2; }
  .why p { font-size: 14.5px; line-height: 1.5; color: var(--ink-2); margin: 0; }

  /* Problems strip */
  .probs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 4px; }
  @media (max-width: 720px) { .probs-grid { grid-template-columns: 1fr; } }
  .prob { padding: 18px 20px; border-radius: var(--radius-sm); background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.16); display: flex; flex-direction: column; gap: 4px; }
  .prob .lab { font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--amber); }
  .prob h4 { font-size: 16px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.25; color: #fff; }
  .prob p { font-size: 13.5px; line-height: 1.45; color: rgba(255,255,255,0.78); margin: 0; }

  /* Testimonial + roles */
  .testi-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: clamp(18px, 3vw, 32px); align-items: stretch; }
  @media (max-width: 920px) { .testi-grid { grid-template-columns: 1fr; } }
  .testi {
    background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius);
    padding: clamp(24px, 3vw, 36px); display: flex; flex-direction: column; gap: 18px;
  }
  .testi .vid {
    aspect-ratio: 16/9; border-radius: var(--radius-sm); background: linear-gradient(135deg, #1f2c4f 0%, #0d1b3d 60%, #0a1227 100%);
    position: relative; display: grid; place-items: center; overflow: hidden;
  }
  .testi .vid::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 30%, rgba(245,210,124,0.18), transparent 50%), radial-gradient(circle at 70% 70%, rgba(220,38,38,0.15), transparent 50%); }
  .testi .vid .play { position: relative; width: 64px; height: 64px; border-radius: 999px; background: var(--amber); color: var(--ink); display: grid; place-items: center; box-shadow: 0 12px 30px -8px rgba(0,0,0,0.5); }
  .testi .vid .play svg { margin-left: 4px; }
  .testi .quote { font-family: var(--font-display); font-size: clamp(18px, 1.7vw, 22px); line-height: 1.4; color: var(--ink); letter-spacing: -0.01em; }
  .testi .who { display: flex; align-items: center; gap: 12px; }
  .testi .ava { width: 44px; height: 44px; border-radius: 999px; background: linear-gradient(135deg, var(--coral), var(--amber)); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 16px; }
  .testi .who .nm { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--ink); }
  .testi .who .rl { font-size: 13px; color: var(--ink-3); }

  .roles-card {
    background: var(--ink); color: #fff; border-radius: var(--radius); padding: clamp(22px, 2.6vw, 30px);
    display: flex; flex-direction: column; gap: 16px;
  }
  .roles-card h3 { color: #fff; font-size: 19px; letter-spacing: -0.015em; }
  .roles-card p { font-size: 14.5px; line-height: 1.5; color: rgba(255,255,255,0.78); margin: 0; }
  .roles-list { display: flex; flex-direction: column; gap: 0; }
  .roles-list li { padding: 11px 0; border-top: 1px solid rgba(255,255,255,0.14); display: flex; gap: 12px; align-items: center; font-size: 14.5px; }
  .roles-list li:first-child { border-top: 0; padding-top: 4px; }
  .roles-list .dot { width: 6px; height: 6px; border-radius: 999px; background: var(--amber); flex: 0 0 auto; }

  /* Outcomes */
  .out-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
  @media (max-width: 980px) { .out-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 540px) { .out-grid { grid-template-columns: 1fr; } }
  .out { padding: 22px 24px; background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius-sm); display: flex; flex-direction: column; gap: 10px; min-height: 170px; }
  .out .ic { width: 36px; height: 36px; border-radius: 8px; background: var(--navy); color: #fff; display: grid; place-items: center; font-family: var(--font-mono); font-weight: 700; font-size: 14px; }
  .out .ic.amber { background: var(--amber); color: var(--ink); }
  .out .ic.coral { background: var(--coral); }
  .out .ic.green { background: #16a34a; }
  .out h4 { font-family: var(--font-display); font-size: 16px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.25; }
  .out p { font-size: 13.5px; line-height: 1.45; color: var(--ink-2); margin: 0; }

  /* Curriculum accordion */
  .curr { display: flex; flex-direction: column; gap: 8px; }
  .curr-it { border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; overflow: hidden; }
  .curr-it[open] { border-color: var(--ink); }
  .curr-it summary { list-style: none; cursor: pointer; padding: 18px 22px; display: grid; grid-template-columns: 36px 1fr 24px; gap: 16px; align-items: center; }
  .curr-it summary::-webkit-details-marker { display: none; }
  .curr-it .num { font-family: var(--font-mono); font-size: 13px; font-weight: 700; color: var(--ink-3); letter-spacing: 0.04em; }
  .curr-it[open] .num { color: var(--coral); }
  .curr-it .ttl { font-family: var(--font-display); font-size: 18px; font-weight: 600; letter-spacing: -0.012em; line-height: 1.25; }
  .curr-it .chev { width: 24px; height: 24px; display: grid; place-items: center; transition: transform 0.2s; color: var(--ink-2); }
  .curr-it[open] .chev { transform: rotate(180deg); }
  .curr-it .body { padding: 0 22px 22px 70px; font-size: 14.5px; line-height: 1.55; color: var(--ink-2); display: flex; flex-direction: column; gap: 10px; }
  .curr-it .body ul { margin: 0; padding-left: 18px; display: flex; flex-direction: column; gap: 4px; }

  /* Trainer */
  .trainer-grid { display: grid; grid-template-columns: 280px 1fr; gap: clamp(24px, 3vw, 40px); align-items: start; }
  @media (max-width: 720px) { .trainer-grid { grid-template-columns: 1fr; } }
  .trainer-photo {
    width: 100%; aspect-ratio: 1/1; border-radius: var(--radius);
    background: linear-gradient(135deg, #f5d27c 0%, #dc2626 60%, #0d1b3d 120%);
    display: grid; place-items: center; color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 64px; letter-spacing: -0.05em;
    border: 1px solid var(--line);
    overflow: hidden;
  }
  .trainer-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; display: block; }
  .trainer-info { display: flex; flex-direction: column; gap: 14px; }
  .trainer-info h3 { font-size: clamp(28px, 2.6vw, 36px); }
  .trainer-info .role { font-family: var(--font-mono); font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--coral); }
  .trainer-bullets { display: flex; flex-direction: column; gap: 8px; }
  .trainer-bullets li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; line-height: 1.5; color: var(--ink-2); }
  .trainer-bullets .d { width: 6px; height: 6px; border-radius: 999px; background: var(--coral); flex: 0 0 auto; margin-top: 9px; }
  .trainer-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 4px; }
  .trainer-stats .it { padding: 12px 14px; background: var(--bg-card); border: 1px solid var(--line); border-radius: 10px; }
  .trainer-stats .n { font-family: var(--font-display); font-weight: 700; font-size: 22px; color: var(--ink); letter-spacing: -0.02em; }
  .trainer-stats .l { font-size: 12px; color: var(--ink-3); margin-top: 2px; }

  /* Next steps (pathway) */
  .path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  @media (max-width: 880px) { .path-grid { grid-template-columns: 1fr; } }
  .path-card { padding: 24px; border-radius: var(--radius); display: flex; flex-direction: column; gap: 12px; min-height: 240px; text-decoration: none; color: inherit; transition: transform 0.18s ease, box-shadow 0.18s ease; }
  .path-card:hover { transform: translateY(-2px); box-shadow: 0 12px 28px -16px rgba(13, 27, 61, 0.25); }
  .path-card.now { background: var(--navy); color: #fff; }
  .path-card.now h4, .path-card.now .lab { color: #fff; }
  .path-card.now p { color: rgba(255,255,255,0.85); }
  .path-card.next-a { background: #efe9d9; border: 1px solid rgba(0,0,0,0.06); }
  .path-card.next-b { background: #fef2f2; border: 1px solid rgba(220,38,38,0.18); }
  .path-card .top { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
  .path-card .lab { font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink); }
  .path-card .pill { font-family: var(--font-mono); font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 4px; text-transform: uppercase; letter-spacing: 0.04em; background: var(--amber); color: var(--ink); }
  .path-card.now .pill { background: rgba(255,255,255,0.18); color: #fff; }
  .path-card.next-b .pill { background: var(--coral); color: #fff; }
  .path-card h4 { font-family: var(--font-display); font-size: 22px; font-weight: 600; letter-spacing: -0.018em; line-height: 1.18; }
  .path-card p { font-size: 14.5px; line-height: 1.5; margin: 0; }
  .path-card .footer { margin-top: auto; display: flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 13px; font-weight: 600; padding-top: 6px; }
  .path-card.now .footer { color: var(--amber); }
  .path-card .arrow { transition: transform 0.18s; }
  .path-card:hover .arrow { transform: translateX(3px); }
  .path-note { font-size: 13.5px; color: var(--ink-2); margin-top: 14px; }

  /* Logos */
  .logos-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 4px; }
  @media (max-width: 880px) { .logos-row { grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 480px) { .logos-row { grid-template-columns: repeat(2, 1fr); } }
  .logo { padding: 18px 14px; background: var(--bg-card); border: 1px solid var(--line); border-radius: 10px; height: 70px; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; color: var(--ink-2); letter-spacing: -0.01em; font-size: 15px; }
  .ps-sect.dark .logo { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.14); color: rgba(255,255,255,0.7); }

  /* CTA + form */
  .cta-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(28px, 4vw, 60px); align-items: start; }
  @media (max-width: 880px) { .cta-grid { grid-template-columns: 1fr; } }
  .form-card {
    background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14);
    padding: clamp(22px, 3vw, 32px); border-radius: var(--radius);
    display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
  }
  @media (max-width: 720px) { .form-card { grid-template-columns: 1fr; } }
  .form-card .full { grid-column: 1 / -1; }
  .form-card label { font-family: var(--font-mono); font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.7); display: block; margin-bottom: 6px; }
  .form-card input, .form-card select, .form-card textarea {
    width: 100%; padding: 11px 14px; border-radius: var(--radius-sm);
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.18);
    color: #fff; font-family: var(--font-display); font-size: 15px; font-weight: 500;
    outline: none; transition: border-color 0.15s ease, background 0.15s ease;
    box-sizing: border-box;
  }
  .form-card textarea { min-height: 90px; resize: vertical; font-family: var(--font-display); }
  .form-card input:focus, .form-card select:focus, .form-card textarea:focus { border-color: var(--amber); background: rgba(255,255,255,0.08); }
  .form-card select option { color: var(--ink); }
  .form-check { font-size: 12.5px; color: rgba(255,255,255,0.7); display: flex; gap: 8px; align-items: flex-start; }
  .form-check input { width: 14px; height: 14px; margin-top: 3px; flex: 0 0 auto; }

  /* Newsletter block */
  .news-block { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: center; }
  @media (max-width: 880px) { .news-block { grid-template-columns: 1fr; } }
  .news-lt { display: flex; flex-direction: column; gap: 12px; }
  .news-form { display: flex; flex-direction: column; gap: 10px; }
  .news-fields { display: grid; grid-template-columns: 1fr 1fr auto; gap: 8px; }
  @media (max-width: 640px) { .news-fields { grid-template-columns: 1fr; } }
  .news-form input {
    padding: 12px 14px; border-radius: var(--radius-sm);
    background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.2);
    color: #fff; font-family: var(--font-display); font-size: 15px; font-weight: 500;
    outline: none; transition: border-color 0.15s ease, background 0.15s ease;
  }
  .news-form input::placeholder { color: rgba(255,255,255,0.5); }
  .news-form input:focus { border-color: var(--amber); background: rgba(255,255,255,0.1); }

  .news-form--light input {
    background: #fff; border-color: rgba(0,0,0,0.12); color: var(--ink);
  }
  .news-form--light input::placeholder { color: var(--ink-3); }
  .news-form--light input:focus { border-color: var(--ink); background: #fff; }

  /* Light form card variant for cream section */
  .form-card--light { background: #fff; border: 1px solid rgba(0,0,0,0.08); }
  .form-card--light label { color: var(--ink-2); }
  .form-card--light input, .form-card--light select, .form-card--light textarea {
    background: var(--bg-card); border-color: var(--line); color: var(--ink);
  }
  .form-card--light input:focus, .form-card--light select:focus, .form-card--light textarea:focus {
    border-color: var(--ink); background: #fff;
  }
  .form-card--light .form-check { color: var(--ink-2); }
  .form-card--light .form-check a { color: var(--coral); }

  .crumb { display: flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 13px; font-weight: 500; color: var(--ink-2); margin-bottom: 14px; }
  .crumb a { color: var(--ink-2); text-decoration: none; }
  .crumb a:hover { color: var(--ink); }
  .crumb .sep { color: var(--ink-3); }
  .crumb .here { color: var(--ink); font-weight: 600; }

  /* Photos strip (compacto, opcional virtual) */
  .photos-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
  @media (max-width: 720px) { .photos-row { grid-template-columns: repeat(2, 1fr); } }
  .photo {
    aspect-ratio: 4/3; border-radius: 10px; overflow: hidden;
    background: linear-gradient(135deg, #1f2c4f 0%, #0d1b3d 100%);
    display: grid; place-items: center; color: rgba(255,255,255,0.5);
    font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase;
    border: 1px solid var(--line);
    position: relative;
  }
  .photo::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 30%, rgba(245,210,124,0.12), transparent 60%); }
