[data-product][data-has-offer="false"] .fp-promo-card,
  [data-product][data-has-offer="false"] .fp-rel-promo,
  [data-product][data-has-offer="false"] [data-price-antes],
  [data-product][data-has-offer="false"] [data-price-ahorro] {
    display: none !important;
  }
[data-product][data-has-offer="false"] .fp-price-fallback {
    display: block !important;
  }
[data-product][data-has-offer="false"] [data-price-normal] {
    display: block !important;
  }
button.fp-btn-buy {
    border: none;
    cursor: pointer;
    font-family: inherit;
    text-align: center;
  }
  /* ---------- POWERTRON PAGE ---------- */
  .pw-hero {
    background: linear-gradient(135deg, #0a2547 0%, #14366b 60%, #2b5aa3 100%);
    color: white;
    padding: 60px 24px 48px;
    border-bottom: 3px solid var(--accent);
    position: relative;
    overflow: hidden;
  }
  .pw-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .pw-hero-eyebrow {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 14px;
  }
  .pw-hero-title {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.005em;
    color: white;
    margin: 0 0 18px;
  }
  .pw-brand {
    letter-spacing: 0.02em;
    display: inline-block;
  }
  .pw-hero-subtitle {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 17px;
    color: rgba(255,255,255,0.78);
    line-height: 1.55;
    max-width: 700px;
    margin: 0 auto 32px;
  }
  .pw-nav-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .pw-nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.5);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: all 0.2s ease;
  }
  .pw-nav-btn:hover {
    background: var(--accent);
    color: var(--blue-deep);
    border-color: var(--accent);
    transform: translateY(-2px);
  }

  /* Sección de catálogo */
  .pw-catalog {
    padding: 24px 24px;
    background: var(--bg-muted);
    scroll-margin-top: 100px;
  }
  .pw-catalog + .pw-catalog {
    border-top: 1px solid var(--border);
  }
  .pw-catalog-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .pw-section-head {
    margin-bottom: 36px;
    text-align: center;
  }
  .pw-section-eyebrow {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--blue-light);
    margin-bottom: 10px;
  }
  .pw-section-title {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--blue-deep);
    margin: 0 0 12px;
  }
  .pw-section-sub {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.55;
    max-width: 640px;
    margin: 0 auto;
  }

  /* Tarjeta apaisada */
  .pw-product-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .pw-product-card {
    background: white;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 18px;
    display: grid;
    grid-template-columns: 200px 1fr auto;
    gap: 24px;
    align-items: center;
    transition: all 0.25s ease;
  }
  .pw-product-card:hover {
    border-color: var(--blue-light);
    box-shadow: 0 12px 32px rgba(10, 37, 71, 0.1);
    transform: translateY(-2px);
  }
  .pw-product-image {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .pw-product-image img {
    max-width: 75%;
    max-height: 85%;
    object-fit: contain;
  }
  .pw-product-info { display: flex; flex-direction: column; gap: 6px; }
  .pw-product-name {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: var(--blue-deep);
    letter-spacing: -0.015em;
    margin: 0;
  }
  .pw-product-desc {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 14px;
    color: var(--text-muted);
    margin: 0 0 8px;
  }
  .pw-product-features {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  .pw-product-features li {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 13px;
    color: var(--text);
    line-height: 1.4;
    display: flex;
    align-items: flex-start;
    gap: 6px;
  }
  .pw-product-features li::before {
    content: '';
    width: 5px;
    height: 5px;
    background: var(--accent);
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 7px;
  }
  .pw-product-price {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: var(--blue-deep);
    letter-spacing: -0.01em;
    margin-top: 6px;
  }
  .pw-product-price .cents { font-size: 14px; color: var(--text-muted); font-weight: 500; }

  /* Botones del lado derecho */
  .pw-product-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 170px;
  }
  .pw-btn-buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 22px;
    background: var(--blue-deep);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 13.5px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border: 2px solid var(--blue-deep);
  }
  .pw-btn-buy:hover {
    background: var(--accent);
    color: var(--blue-deep);
    border-color: var(--accent);
  }
  .pw-btn-spec {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 22px;
    background: transparent;
    color: var(--blue-deep);
    text-decoration: none;
    border-radius: 8px;
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border: 2px solid var(--border);
  }
  .pw-btn-spec:hover {
    border-color: var(--blue-light);
    background: var(--bg-muted);
  }

  @media (max-width: 820px) {
    .pw-product-card {
      grid-template-columns: 140px 1fr;
      gap: 18px;
    }
    .pw-product-actions {
      grid-column: 1 / -1;
      flex-direction: row;
      min-width: 0;
    }
    .pw-product-actions a { flex: 1; }
  }
  @media (max-width: 560px) {
    .pw-product-card {
      grid-template-columns: 1fr;
    }
    .pw-product-image { max-width: 200px; margin: 0 auto; }
    .pw-product-actions { flex-direction: column; }
  }
  /* ---------- FICHA PRODUCTO ---------- */
  .fp-back {
    background: white;
    padding: 18px 24px 0;
  }
  .fp-back-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .fp-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--blue-light);
    text-decoration: none;
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    transition: all 0.2s ease;
  }
  .fp-back-link svg { transition: transform 0.2s ease; }
  .fp-back-link:hover { color: var(--blue-deep); }
  .fp-back-link:hover svg { transform: translateX(-4px); }

  /* HERO de producto */
  .fp-hero {
    padding: 18px 24px 32px;
    background: white;
  }
  .fp-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 48px;
    align-items: start;
  }
  .fp-hero-image { background: white;
    border-radius: 16px;
    aspect-ratio: 4 / 5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
  }
  .fp-hero-image img {
    max-width: 70%;
    max-height: 80%;
    object-fit: contain;
  }

  /* Carrusel */
  .fp-carousel {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fp-carousel-track {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .fp-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
  }
  .fp-slide-active {
    opacity: 1;
    pointer-events: auto;
  }
  .fp-slide img {
    max-width: 81%;
    max-height: 85%;
    object-fit: contain;
  }
  .fp-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 50%;
    color: var(--blue-deep);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(10, 37, 71, 0.12);
    transition: all 0.2s ease;
    z-index: 4;
  }
  .fp-carousel-arrow:hover {
    background: var(--blue-deep);
    color: white;
    border-color: var(--blue-deep);
  }
  .fp-arrow-prev { left: 14px; }
  .fp-arrow-next { right: 14px; }
  .fp-carousel-counter {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(10, 37, 71, 0.85);
    color: white;
    padding: 5px 14px;
    border-radius: 999px;
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    z-index: 3;
  }
  .fp-badge {
    display: none;
    position: absolute;
    top: 16px;
    right: -38px;
    transform: rotate(38deg);
    background: var(--accent);
    color: var(--blue-deep);
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 5px 0;
    width: 160px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(10, 37, 71, 0.15);
    display: none;
    z-index: 5;
  }
  .fp-hero-content {
    display: flex;
    flex-direction: column;
  }
  .fp-eyebrow {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--blue-light);
    margin-bottom: 12px;
  }
  .fp-title {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--blue-deep);
    margin: 0 0 8px;
  }
  .fp-subtitle {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 17px;
    color: var(--text-muted);
    line-height: 1.5;
    margin: 0 0 24px;
  }
  .fp-price-block {
    padding: 18px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin-bottom: 24px;
  }
  .fp-price-block-offer {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .fp-promo-card {
    background: #FCEBEB;
    border: 1px solid #F09595;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 14px;
  }
  .fp-promo-label {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 11px;
    font-weight: 800;
    color: #791F1F;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .fp-promo-prices {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
  }
  .fp-promo-ahora {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 38px;
    font-weight: 800;
    color: #C0392B;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  .fp-promo-ahora .cents {
    font-size: 19px;
    color: #888780;
    font-weight: 500;
  }
  .fp-promo-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
  }
  .fp-promo-antes {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: line-through;
  }
  .fp-promo-ahorro {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    color: #C0392B;
    letter-spacing: 0.02em;
  }
  .fp-price {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 38px;
    font-weight: 800;
    color: var(--blue-deep);
    letter-spacing: -0.015em;
    line-height: 1;
  }
  .fp-price .cents { font-size: 19px; color: var(--text-muted); font-weight: 500; }
  .fp-perks {
    margin-top: 10px;
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 13.5px;
    color: var(--text-muted);
  }
  .fp-perks .sep { margin: 0 8px; color: var(--border); }
  .fp-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .fp-btn-buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 28px;
    background: var(--blue-deep);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border: 2px solid var(--blue-deep);
  }
  .fp-btn-buy:hover {
    background: var(--accent);
    color: var(--blue-deep);
    border-color: var(--accent);
  }
  .fp-btn-wa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    background: transparent;
    color: var(--whatsapp);
    text-decoration: none;
    border-radius: 8px;
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border: 2px solid var(--whatsapp);
  }
  .fp-btn-wa:hover {
    background: var(--whatsapp);
    color: white;
  }
  .fp-hero-description {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
  }
  .fp-hero-description .fp-section-eyebrow {
    margin-bottom: 10px;
  }
  .fp-hero-description .fp-section-title {
    margin-bottom: 18px;
  }

  /* Sección genérica */
  .fp-section {
    padding: 36px 24px;
  }
  .fp-section.fp-section-tight {
    padding: 1px 24px 14px;
    margin-top: -38px;
    position: relative;
    z-index: 1;
  }
  .fp-section.bg-muted { background: var(--bg-muted); }
  .fp-section-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .fp-section-eyebrow {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--blue-light);
    margin-bottom: 10px;
  }
  .fp-section-title {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--blue-deep);
    margin: 0 0 24px;
  }
  .fp-section-prose {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.65;
    max-width: 760px;
    margin: 0 0 32px;
  }
  /* Card del documento PDF */
  .fp-doc-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    align-items: center;
    background: white;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 28px 32px;
    transition: all 0.25s ease;
  }
  .fp-doc-card:hover {
    border-color: var(--accent);
    box-shadow: 0 10px 28px rgba(250, 200, 50, 0.15);
    transform: translateY(-2px);
  }
  .fp-doc-icon {
    width: 60px;
    height: 60px;
    background: var(--bg-muted);
    color: var(--blue-deep);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .fp-doc-info {
    min-width: 0;
  }
  .fp-doc-tag {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    color: var(--blue-light);
    margin-bottom: 6px;
  }
  .fp-doc-title {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: var(--blue-deep);
    margin: 0 0 6px;
    letter-spacing: -0.01em;
  }
  .fp-doc-desc {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 13.5px;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.5;
  }
  .fp-doc-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--accent);
    color: var(--blue-deep);
    text-decoration: none;
    padding: 14px 22px;
    border-radius: 10px;
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-weight: 800;
    font-size: 13.5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: all 0.2s ease;
    white-space: nowrap;
  }
  .fp-doc-btn:hover {
    background: #ffd451;
    transform: translateX(3px);
  }
  @media (max-width: 720px) {
    .fp-doc-card {
      grid-template-columns: 1fr;
      gap: 16px;
      padding: 24px;
      text-align: center;
    }
    .fp-doc-icon { margin: 0 auto; }
    .fp-doc-btn { justify-content: center; }
  }
  .fp-prose {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 16px;
    color: var(--text);
    line-height: 1.6;
    max-width: 820px;
  }
  .fp-prose-wide {
    max-width: none;
  }
  .fp-nota {
    color: var(--blue-deep);
    font-weight: 800;
    letter-spacing: 0.04em;
    margin-right: 6px;
  }
  .fp-section.fp-section-tight .fp-prose p {
    margin-bottom: 0;
  }
  .fp-prose p { margin: 0 0 14px; }

  /* Tabla de especificaciones */
  .fp-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 32px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 4px 24px;
  }
  .fp-spec-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
  }
  .fp-spec-row:last-child,
  .fp-spec-row:nth-last-child(2) {
    border-bottom: none;
  }
  .fp-spec-label {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 13.5px;
    color: var(--text-muted);
    font-weight: 500;
  }
  .fp-spec-value {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 14px;
    color: var(--blue-deep);
    font-weight: 700;
    text-align: right;
  }

  /* Color rojo para las 2 primeras características */
  .fp-spec-row:nth-child(1) .fp-spec-value,
  .fp-spec-row:nth-child(3) .fp-spec-value {
    color: #d32f2f;
  }

  /* Aplicaciones */
  .fp-apps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 20px;
  }
  .fp-app {
    background: white;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 20px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: all 0.2s ease;
  }
  .fp-app:hover {
    border-color: var(--blue-light);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(10, 37, 71, 0.08);
  }
  .fp-app-icon {
    width: 38px;
    height: 38px;
    background: var(--blue-deep);
    color: var(--accent);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .fp-app-name {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    color: var(--blue-deep);
  }

  /* Productos relacionados */
  .fp-related {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 24px;
  }
  .fp-rel-card {
    background: white;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 18px;
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 18px;
    align-items: center;
    text-decoration: none;
    transition: all 0.25s ease;
  }
  .fp-rel-card:hover {
    border-color: var(--blue-light);
    box-shadow: 0 12px 28px rgba(10, 37, 71, 0.08);
    transform: translateY(-2px);
  }
  .fp-rel-image {
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fp-rel-image img { max-width: 90%; max-height: 96%; object-fit: contain; }

  /* ====== Sistema NO DISPONIBLE (Ficha 3K220V) ====== */
  /* Tarjetas Otros reguladores */
  .fp-rel-card[data-disponible="false"] .fp-rel-image {
    position: relative;
  }
  .fp-rel-card[data-disponible="false"] .fp-rel-image::after {
    content: 'AGOTADO';
    position: absolute;
    top: 0;
    right: 0;
    background: var(--blue-deep, #0a2547);
    color: var(--gold, #fac832);
    font-size: 10px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 0 0 0 6px;
    letter-spacing: 1.2px;
    z-index: 3;
  }
  .fp-rel-card[data-disponible="false"] .fp-rel-image img {
    filter: grayscale(0.8) opacity(0.7);
  }
  .fp-rel-card[data-disponible="false"] [data-price-antes],
  .fp-rel-card[data-disponible="false"] [data-price-ahorro] {
    display: none !important;
  }
  .fp-rel-card[data-disponible="false"] [data-price-offer],
  .fp-rel-card[data-disponible="false"] [data-price-normal] {
    font-size: 13px !important;
    color: #888 !important;
    font-style: italic;
    font-weight: 500 !important;
    display: block !important;
  }
  .fp-rel-card[data-disponible="false"] .fp-rel-promo-label {
    display: none !important;
  }
  .fp-rel-card[data-disponible="false"] .cents {
    display: none !important;
  }

  /* HERO de la ficha (3K220V no disponible) */
  .fp-hero[data-disponible="false"] .fp-hero-image img,
  .fp-hero-info[data-disponible="false"] ~ * .fp-hero-image img {
    filter: grayscale(0.8) opacity(0.7);
  }
  [data-disponible="false"] [data-buy] {
    pointer-events: none;
    opacity: 0.4;
    cursor: not-allowed;
    background: #ccc !important;
    color: #666 !important;
  }
  /* ================================================== */
  .fp-rel-name {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 17px;
    font-weight: 800;
    color: var(--blue-deep);
    margin: 0 0 4px;
  }
  .fp-rel-desc {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 13px;
    color: var(--text-muted);
    margin: 0 0 8px;
  }
  .fp-rel-price {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 19px;
    font-weight: 800;
    color: var(--blue-deep);
  }
  .fp-rel-price .cents { font-size: 12px; color: var(--text-muted); font-weight: 500; }
  .fp-rel-promo {
    background: #FCEBEB;
    border: 1px solid #F09595;
    border-radius: 8px;
    padding: 8px 12px;
    margin-top: 6px;
    display: inline-block;
  }
  .fp-rel-promo-label {
    display: block;
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 9.5px;
    font-weight: 800;
    color: #791F1F;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 3px;
  }
  .fp-rel-promo-prices {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
  }
  .fp-rel-ahora {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 19px;
    font-weight: 800;
    color: #C0392B;
    letter-spacing: -0.01em;
  }
  .fp-rel-ahora .cents {
    font-size: 12px;
    color: #888780;
    font-weight: 500;
  }
  .fp-rel-antes {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 12px;
    color: var(--text-muted);
    text-decoration: line-through;
  }
  .fp-rel-ahorro {
    font-family: 'Avenir Next', 'Avenir', 'Mulish', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #C0392B;
    margin-top: 4px;
    letter-spacing: 0.02em;
  }

  @media (max-width: 820px) {
    .fp-hero-inner { grid-template-columns: 1fr; gap: 28px; }
    .fp-specs { grid-template-columns: 1fr; padding: 4px 18px; }
    .fp-spec-row:last-child,
    .fp-spec-row:nth-last-child(2) { border-bottom: 1px solid var(--border); }
    .fp-spec-row:last-child { border-bottom: none; }
    .fp-apps { grid-template-columns: repeat(2, 1fr); }
    .fp-related { grid-template-columns: 1fr; }
  }
  @media (max-width: 560px) {
    .fp-apps { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .fp-app { padding: 12px 10px; gap: 10px; }
    .fp-app-icon { width: 32px; height: 32px; }
    .fp-app-name { font-size: 13px; }
    /* Mostrar solo los primeros 8 items (igual que industrias en index.html) */
    .fp-app:nth-child(n+9) { display: none; }
    .fp-rel-card { grid-template-columns: 100px 1fr; gap: 14px; }
  }
