.hero-mup {
      position: relative; min-height: 100svh;
      display: flex; align-items: center;
      padding: 100px 0 80px;
    }
    .hero-mup-bg {
      position: absolute; inset: 0;
      background-image: url('../images/fios-pdo/espiculado-duplo.webp');
      background-size: cover; background-position: center;
    }
    .hero-mup-bg::after {
      content: ''; position: absolute; inset: 0;
      background:
        linear-gradient(to right, rgba(14,14,32,.97) 0%, rgba(14,14,32,.82) 50%, rgba(14,14,32,.5) 100%),
        linear-gradient(to bottom, rgba(14,14,32,.5) 0%, transparent 25%, transparent 70%, rgba(14,14,32,.7) 100%);
    }
    .hero-mup-content { position: relative; z-index: 1; max-width: 620px; }
    .hero-mup-badge {
      display: inline-block; font-size: .7rem; font-weight: 600;
      letter-spacing: .14em; text-transform: uppercase;
      color: var(--gold); border: 1px solid rgba(184,149,106,.45);
      border-radius: 99px; padding: 6px 16px; margin-bottom: 24px;
    }
/* número de destaque 43cm */
    .mup-stat {
      display: inline-flex; align-items: baseline; gap: 4px;
      font-family: var(--font-serif); font-size: 4rem; font-weight: 500;
      color: var(--gold); line-height: 1; margin-bottom: 8px;
    }
    .mup-stat span { font-size: 1.4rem; color: rgba(184,149,106,.7); }
    .mup-tech { padding: var(--section-py) 0; background: var(--bg-alt); }
    .mup-tech-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center; }
    @media (max-width: 860px) { .mup-tech-inner { grid-template-columns: 1fr; gap: 36px; } }
    .mup-tech-img { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; background: #1C1C2E; }
    .mup-tech-img img { width: 100%; height: 100%; object-fit: cover; }
    .mup-tech-texto .section-label {
      display: block; font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
      color: var(--gold); margin-bottom: 14px;
    }
    .mup-tech-texto h2 { font-family: var(--font-serif); font-size: clamp(1.8rem,3.5vw,2.6rem); font-weight: 500; color: var(--text); line-height: 1.15; margin-bottom: 20px; }
    .mup-tech-texto p { font-size: .93rem; color: var(--text-muted); line-height: 1.75; }
    .mup-tech-texto p + p { margin-top: 14px; }
    .mup-difs { padding: var(--section-py) 0; background: var(--bg-dark); }
    .mup-difs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 48px; }
    @media (max-width: 640px) { .mup-difs-grid { grid-template-columns: 1fr; } }
    .mup-dif-card { background: #12122A; border: 1px solid rgba(255,255,255,.07); border-radius: var(--radius); padding: 28px 24px; transition: border-color .25s; }
    .mup-dif-card:hover { border-color: rgba(184,149,106,.3); }
    .mup-dif-icon { width: 36px; height: 36px; background: rgba(184,149,106,.12); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: var(--gold); }
    .mup-dif-icon svg { width: 18px; height: 18px; }
    .mup-dif-card h3 { font-family: var(--font-serif); font-size: 1.15rem; font-weight: 600; color: var(--white); margin-bottom: 8px; }
    .mup-dif-card p { font-size: .85rem; color: rgba(255,255,255,.5); line-height: 1.65; }
    .mup-modelo { position: relative; height: 500px; overflow: hidden; }
    .mup-modelo img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; }
    .mup-modelo-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to left, rgba(14,14,32,.0) 0%, rgba(14,14,32,.0) 38%, rgba(14,14,32,.88) 63%, rgba(14,14,32,.97) 100%);
      display: flex; align-items: center;
    }
    .mup-modelo-texto { max-width: 400px; padding: 40px; }
    .mup-modelo-texto h2 { font-family: var(--font-serif); font-size: clamp(1.8rem,3.5vw,2.6rem); font-weight: 500; color: var(--white); line-height: 1.15; margin-bottom: 16px; }
    .mup-modelo-texto p { font-size: .92rem; color: rgba(255,255,255,.65); line-height: 1.7; margin-bottom: 28px; }
    @media (max-width: 768px) {
      .mup-modelo-overlay { background: linear-gradient(to top, rgba(14,14,32,.97) 0%, rgba(14,14,32,.6) 50%, rgba(14,14,32,.15) 100%); align-items: flex-end; }
      .mup-modelo-texto { padding: 32px 24px; max-width: 100%; }
    }
    .mup-ficha { padding: var(--section-py) 0; background: var(--bg-dark); }
    .mup-ficha-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: start; }
    @media (max-width: 860px) { .mup-ficha-inner { grid-template-columns: 1fr; gap: 40px; } }
    .mup-specs-list { display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); overflow: hidden; }
    .mup-spec-row { display: grid; grid-template-columns: 160px 1fr; border-bottom: 1px solid rgba(255,255,255,.06); }
    .mup-spec-row:last-child { border-bottom: none; }
    .mup-spec-label { padding: 14px 18px; font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); background: rgba(184,149,106,.06); border-right: 1px solid rgba(255,255,255,.06); }
    .mup-spec-value { padding: 14px 18px; font-size: .88rem; color: rgba(255,255,255,.75); line-height: 1.5; }
    .mup-tabela { width: 100%; border-collapse: collapse; border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(255,255,255,.08); }
    .mup-tabela thead tr { background: rgba(184,149,106,.12); }
    .mup-tabela th { padding: 12px 16px; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); text-align: left; border-bottom: 1px solid rgba(255,255,255,.1); }
    .mup-tabela td { padding: 13px 16px; font-size: .85rem; color: rgba(255,255,255,.7); border-bottom: 1px solid rgba(255,255,255,.05); }
    .mup-tabela tbody tr:last-child td { border-bottom: none; }
    .mup-tabela-label { font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; display: block; }
    /* FAMÍLIA MAGIC — cards comparativos */
    .mup-familia { padding: var(--section-py) 0; background: var(--bg-alt); }
    .mup-familia-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-top: 48px;
    }
    @media (max-width: 860px) { .mup-familia-grid { grid-template-columns: 1fr; } }
    .mup-fam-card {
      background: #fff;
      border: 1px solid rgba(43,40,37,.08);
      border-radius: var(--radius);
      padding: 28px 24px;
      position: relative;
    }
    .mup-fam-card--star {
      border-color: rgba(184,149,106,.5);
      background: linear-gradient(160deg, #fff 70%, rgba(184,149,106,.07) 100%);
    }
    .mup-fam-lancamento {
      position: absolute;
      top: -11px; left: 20px;
      font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
      color: #fff; background: var(--gold);
      border-radius: 99px; padding: 4px 12px;
    }
    .mup-fam-comprimento {
      font-family: var(--font-serif);
      font-size: 2.4rem; font-weight: 500;
      color: var(--gold); line-height: 1;
      margin-bottom: 4px;
    }
    .mup-fam-comprimento span { font-size: 1rem; color: rgba(184,149,106,.7); }
    .mup-fam-nome {
      font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
      color: var(--text); margin-bottom: 14px;
    }
    .mup-fam-desc {
      font-size: .85rem; color: var(--text-muted); line-height: 1.65;
    }
    .mup-fam-spec {
      margin-top: 16px;
      display: flex; flex-direction: column; gap: 6px;
    }
    .mup-fam-spec-row {
      display: flex; justify-content: space-between;
      font-size: .78rem;
      border-top: 1px solid rgba(43,40,37,.07);
      padding-top: 6px;
    }
    .mup-fam-spec-row span:first-child { color: rgba(43,40,37,.5); }
    .mup-fam-spec-row span:last-child { font-weight: 600; color: var(--text); }
    .mup-cta { padding: 90px 0; background: var(--bg-alt); text-align: center; }
    .mup-cta h2 { font-family: var(--font-serif); font-size: clamp(2rem,5vw,3rem); font-weight: 500; color: var(--text); margin-bottom: 14px; }
    .mup-cta p { font-size: 1rem; color: var(--text-muted); margin-bottom: 40px; }
    .mup-cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
