:root { --regen: #C87CDC; --regen-dim: rgba(200,125,220,.15); --regen-border: rgba(200,125,220,.3); }
    .hero-eh {
      position: relative; min-height: 100svh; display: flex; align-items: center;
      padding: 100px 0 80px; background: #0D0D1A; overflow: hidden;
    }
    .hero-eh-orb {
      position: absolute; right: -60px; top: 50%; transform: translateY(-50%);
      width: min(560px, 85vw); aspect-ratio: 1; opacity: .18; pointer-events: none;
    }
    .hero-eh-orb img { width: 100%; height: 100%; object-fit: contain; }
    .hero-eh-orb::after {
      content: ''; position: absolute; inset: -20%; border-radius: 50%;
      background: radial-gradient(circle, rgba(200,125,220,.3) 0%, transparent 70%);
    }
    .hero-eh-content { position: relative; z-index: 1; max-width: 600px; }
.hero-eh .hero-eyebrow { color: var(--regen); }
    .hero-eh .hero-title   { color: var(--white); }
    .hero-eh .hero-title em { color: #D4A8DC; font-style: italic; }
    .hero-eh .hero-sub     { color: rgba(255,255,255,.75); }
    .eh-nano-badge {
      display: inline-flex; align-items: baseline; gap: 6px;
      background: var(--regen-dim); border: 1px solid var(--regen-border);
      border-radius: 99px; padding: 8px 20px; margin-bottom: 28px;
      font-size: .82rem; color: var(--regen); font-weight: 600; letter-spacing: .06em;
    }
    .eh-tech { padding: var(--section-py) 0; background: var(--bg-alt); }
    .eh-tech-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center; }
    @media (max-width: 860px) { .eh-tech-inner { grid-template-columns: 1fr; gap: 36px; } }
    .eh-tech-img { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; background: #1C1C2E; }
    .eh-tech-img img { width: 100%; height: 100%; object-fit: cover; }
    .eh-tech-texto .section-label {
      display: block; font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
      color: var(--regen); margin-bottom: 14px;
    }
    .eh-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;
    }
    .eh-tech-texto p { font-size: .93rem; color: var(--text-muted); line-height: 1.75; }
    .eh-tech-texto p + p { margin-top: 14px; }
.eh-difs { padding: var(--section-py) 0; background: var(--bg-dark); }
    .eh-difs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 48px; }
    @media (max-width: 640px) { .eh-difs-grid { grid-template-columns: 1fr; } }
    .eh-dif-card {
      background: #12122A; border: 1px solid rgba(255,255,255,.07);
      border-radius: var(--radius); padding: 28px 24px; transition: border-color .25s;
    }
    .eh-dif-card:hover { border-color: var(--regen-border); }
    .eh-dif-icon {
      width: 36px; height: 36px; background: var(--regen-dim); border-radius: 8px;
      display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: var(--regen);
    }
    .eh-dif-icon svg { width: 18px; height: 18px; }
    .eh-dif-card h3 { font-family: var(--font-serif); font-size: 1.15rem; font-weight: 600; color: var(--white); margin-bottom: 8px; }
    .eh-dif-card p { font-size: .85rem; color: rgba(255,255,255,.5); line-height: 1.65; }
    .eh-protocolo { padding: var(--section-py) 0; background: var(--bg-alt); }
    .eh-protocolo-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
    @media (max-width: 860px) { .eh-protocolo-inner { grid-template-columns: 1fr; gap: 40px; } }
    .eh-protocolo 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: 24px;
    }
    .eh-protocolo-steps { display: flex; flex-direction: column; gap: 20px; }
    .eh-step { display: flex; gap: 16px; align-items: flex-start; }
    .eh-step-num {
      flex-shrink: 0; width: 32px; height: 32px;
      background: var(--regen-dim); border: 1px solid var(--regen-border);
      border-radius: 50%; display: flex; align-items: center; justify-content: center;
      font-size: .78rem; font-weight: 700; color: var(--regen);
    }
    .eh-step-text h5 { font-size: .9rem; font-weight: 600; color: var(--text); margin-bottom: 4px; }
    .eh-step-text p  { font-size: .84rem; color: var(--text-muted); line-height: 1.6; }
    .eh-protocolo-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .eh-stat-card {
      background: var(--bg-dark); border: 1px solid rgba(255,255,255,.07);
      border-radius: var(--radius); padding: 24px 20px;
    }
    .eh-stat-card .stat-n { font-size: 2rem; font-weight: 700; color: var(--regen); line-height: 1; font-family: var(--font-sans); margin-bottom: 6px; }
    .eh-stat-card .stat-l { font-size: .78rem; font-weight: 500; color: var(--text-muted); letter-spacing: .06em; }
    .eh-ficha { padding: var(--section-py) 0; background: var(--bg-dark); }
    .eh-ficha-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
    @media (max-width: 860px) { .eh-ficha-inner { grid-template-columns: 1fr; gap: 40px; } }
    .eh-specs-list { display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); overflow: hidden; }
    .eh-spec-row { display: grid; grid-template-columns: 160px 1fr; border-bottom: 1px solid rgba(255,255,255,.06); }
    .eh-spec-row:last-child { border-bottom: none; }
    .eh-spec-label { padding: 14px 18px; font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--regen); background: var(--regen-dim); border-right: 1px solid rgba(255,255,255,.06); }
    .eh-spec-value { padding: 14px 18px; font-size: .88rem; color: rgba(255,255,255,.75); line-height: 1.5; }
    .eh-cta { padding: 90px 0; background: var(--bg-alt); text-align: center; }
    .eh-cta h2 { font-family: var(--font-serif); font-size: clamp(2rem, 5vw, 3rem); font-weight: 500; color: var(--text); margin-bottom: 14px; }
    .eh-cta p { font-size: 1rem; color: var(--text-muted); margin-bottom: 40px; }
    .eh-cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
    /* ── CAMPANHA PARIS EM SP ─────────────────────────── */
    .eh-campanha { padding: var(--section-py) 0; background: var(--bg-dark); }
    .eh-campanha-inner {
      display: grid; grid-template-columns: 1fr 1.3fr; gap: 56px; align-items: start;
    }
    @media (max-width: 860px) { .eh-campanha-inner { grid-template-columns: 1fr; gap: 36px; } }
    .eh-campanha-visual { margin: 0; border-radius: var(--radius); overflow: hidden; position: relative; }
    .eh-campanha-visual video,
    .eh-campanha-visual img { width: 100%; height: auto; display: block; }
    .eh-campanha-label {
      display: block; font-size: .72rem; font-weight: 600; letter-spacing: .14em;
      text-transform: uppercase; color: var(--regen); margin-bottom: 14px;
    }
    .eh-campanha-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: 20px;
    }
    .eh-campanha-texto h2 em { font-style: italic; color: #D4A8DC; }
    .eh-campanha-texto p { font-size: .93rem; color: rgba(255,255,255,.65); line-height: 1.75; margin-bottom: 28px; }
    .eh-campanha-produto { margin: 0; border-radius: var(--radius); overflow: hidden; max-width: 280px; }
    .eh-campanha-produto img { width: 100%; height: auto; display: block; }
.composicao-pill { color: #8B3FA3; }
