.article-hero { padding: 72px 0 28px; }
    .article-hero .container,
    .article-shell .container,
    .article-cta .container { max-width: 820px; }
    .article-back {
      display: inline-flex; align-items: center; gap: 8px;
      color: var(--green); font-size: 13px; font-weight: 700;
      margin-bottom: 14px;
    }
    .article-back::before { content: '←'; font-size: 14px; }
    .article-kicker { margin-bottom: 12px; }
    .article-title {
      max-width: 760px;
      font-size: clamp(38px, 5.3vw, 64px);
      line-height: .96;
      letter-spacing: -.05em;
      margin: 0 0 16px;
    }
    .article-meta {
      color: var(--muted);
      font-size: 15px;
      display:flex; flex-wrap: wrap; gap: 8px;
      align-items:center;
    }
    .article-meta strong { color: var(--green); font-weight: 700; }

    .article-shell { padding: 12px 0 88px; }
    .article-card {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 34px;
      padding: clamp(18px, 3.2vw, 30px);
      box-shadow: 0 28px 80px rgba(17,17,15,.06);
    }
    .article-media-stack {
      display: grid;
      gap: 14px;
      margin-bottom: 20px;
    }
    .article-media-stack img {
      width: 100%;
      display: block;
      border-radius: 18px;
      border: 1px solid rgba(17,17,15,.08);
      background: #f6f6f2;
    }
    .article-intro-note {
      display: grid;
      gap: 14px;
      padding: 18px 18px 18px 20px;
      margin: 8px 0 22px;
      border-radius: 22px;
      background: rgba(45, 117, 80, .07);
      border: 1px solid rgba(45, 117, 80, .12);
    }
    .article-intro-note strong { font-size: 16px; }
    .article-intro-note p { margin: 0; }
    .article-body {
      color: rgba(17,17,15,.82);
      font-size: 17px;
      line-height: 1.75;
    }
    .article-body p { margin: 0 0 18px; }
    .article-body h2 {
      margin: 28px 0 12px;
      font-size: clamp(24px, 3vw, 32px);
      line-height: 1.05;
      letter-spacing: -.04em;
    }
    .article-benefits {
      display: grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 12px;
      margin: 22px 0 26px;
    }
    .article-benefits div {
      padding: 14px 16px;
      border-radius: 18px;
      background: rgba(17,17,15,.03);
      border: 1px solid rgba(17,17,15,.08);
      font-size: 15px;
      line-height: 1.5;
    }
    .article-benefits strong { display:block; color: var(--ink); margin-bottom: 3px; }
    .article-cta {
      padding: 0 0 68px;
    }
    .article-cta-card {
      position: relative;
      overflow: hidden;
      border-radius: 34px;
      background: #090909;
      color: #fff;
      padding: clamp(32px, 5vw, 56px);
      text-align: center;
    }
    .article-cta-card::before,
    .article-cta-card::after {
      content: '';
      position: absolute;
      border-radius: 999px;
      opacity: .95;
      pointer-events: none;
    }
    .article-cta-card::before {
      width: 150px; height: 150px; left: -42px; top: -30px; background: #2d7550;
    }
    .article-cta-card::after {
      width: 126px; height: 126px; right: -24px; bottom: -30px; background: #d6a23b;
    }
    .article-cta-card h2 {
      position: relative; z-index: 1;
      color: #fff; margin: 0 auto 12px; max-width: 11ch;
      font-size: clamp(40px, 6.2vw, 66px); line-height: .94; letter-spacing: -.06em;
    }
    .article-cta-card p {
      position: relative; z-index: 1;
      max-width: 560px; margin: 0 auto 22px; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.65;
    }
    .article-cta-actions { position: relative; z-index: 1; display:flex; justify-content:center; gap:12px; flex-wrap:wrap; }
    .article-cta-actions .btn-outline { background:#fff; border-color:#fff; }

    @media (max-width: 860px) {
      .article-hero { padding-top: 54px; }
      .article-shell { padding-bottom: 64px; }
      .article-card { border-radius: 28px; }
      .article-benefits { grid-template-columns: 1fr; }
      .article-body { font-size: 16px; }
    }
    @media (max-width: 620px) {
      .article-hero { padding-top: 38px; }
      .article-meta { font-size: 14px; }
      .article-card { padding: 16px; border-radius: 24px; }
      .article-media-stack { gap: 12px; }
      .article-media-stack img { border-radius: 14px; }
      .article-intro-note { padding: 16px; border-radius: 18px; }
      .article-body { font-size: 15px; line-height: 1.72; }
      .article-cta-card { border-radius: 28px; }
      .article-cta-actions { align-items: stretch; }
      .article-cta-actions .btn { width: 100%; }
    }

/* --- Complemento para el contenido real de los artículos (imágenes, listas,
       enlaces, tablas de webinars, iframes) — mismos tokens del diseño --- */
.article-body img { width: 100%; height: auto; border-radius: 14px; margin: 22px auto; display: block; }
.article-body a:not(.btn) { color: var(--green); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.article-body a.btn-gold { color: var(--white); text-decoration: none; }
.article-body h3 { font-family: 'Manrope', sans-serif; font-size: 20px; letter-spacing: -0.015em; margin: 26px 0 10px; }
.article-body ul, .article-body ol { margin: 0 0 18px; padding-left: 22px; color: var(--ink-2); font-size: 16.5px; line-height: 1.75; }
.article-body li { margin-bottom: 8px; }
.article-body blockquote { border-left: 3px solid var(--gold); margin: 22px 0; padding: 6px 0 6px 18px; color: var(--ink-2); font-style: italic; }
.article-body table { width: 100%; border-collapse: collapse; margin: 22px 0; font-size: 15px; }
.article-body th, .article-body td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
.article-body th { background: var(--paper-2); font-weight: 700; }
.article-body iframe { max-width: 100%; border: 0; border-radius: 14px; }

/* --- Botón y modal del formulario de cotización de los productos --- */
.product-modal-launch { display: flex; justify-content: center; }
.product-modal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 18px; }
.product-modal[hidden] { display: none; }
.product-modal-backdrop { position: absolute; inset: 0; background: rgba(17,17,15,.55); backdrop-filter: blur(3px); }
.product-modal-card {
  position: relative;
  width: min(760px, 100%);
  height: min(640px, 88vh);
  background: var(--white);
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(17,17,15,.35);
  overflow: hidden;
}
.product-modal-card iframe { width: 100%; height: 100%; border: 0; display: block; }
.product-modal-close {
  position: absolute; top: 10px; right: 10px; z-index: 1;
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid var(--line); background: var(--paper);
  font-size: 15px; font-weight: 700; cursor: pointer;
  display: grid; place-items: center;
}
.product-modal-close:hover { background: var(--paper-2); }
