.html-producto .e-perfil {
  --ink: #16263c;
  --muted: #4b5b70;
  --accent: #0f6f5c;
  --accent-dark: #0b5445;
  --line: #d7e0ea;
  --card: #fff;
  --bg: #eef3f8;
  --hero-a: #16263c;
  --hero-b: #21506f;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: clamp(18px, 3vw, 34px);
  background: var(--bg);
  border-radius: 16px;
  color: var(--ink);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.html-producto .e-perfil * {
  box-sizing: border-box;
}
.html-producto .e-perfil section {
  margin-top: clamp(26px, 4vw, 40px);
}
.html-producto .e-perfil section:first-child {
  margin-top: 0;
}
.html-producto .e-perfil h2 {
  margin: 0 0 14px;
  font-size: clamp(1.3rem, 1rem + 1.2vw, 1.7rem);
  line-height: 1.25;
  letter-spacing: -.01em;
  color: var(--ink);
}
.html-producto .e-perfil h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
  color: var(--ink);
}
.html-producto .e-perfil p {
  margin: 0 0 14px;
}
.html-producto .e-perfil p:last-child {
  margin-bottom: 0;
}
.html-producto .e-perfil a {
  color: var(--accent-dark);
  text-decoration: underline;
}
.html-producto .e-perfil a:hover {
  color: var(--ink);
}
.html-producto .e-hero {
  background: linear-gradient(135deg, var(--hero-a) 0%, var(--hero-b) 100%);
  color: #fff;
  border-radius: 14px;
  padding: clamp(22px, 4vw, 36px);
}
.html-producto .e-hero .e-kicker {
  margin: 0 0 12px;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #a9d9cd;
}
.html-producto .e-hero h2 {
  color: #fff;
  margin-bottom: 12px;
  font-size: clamp(1.4rem, 1rem + 1.8vw, 2rem);
}
.html-producto .e-hero .e-claim {
  font-size: clamp(1rem, .95rem + .5vw, 1.2rem);
  font-weight: 600;
  color: #fff;
  margin-bottom: 14px;
}
.html-producto .e-hero .e-intro {
  color: #e4ecf2;
}
.html-producto .e-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.html-producto .e-hero-badges li {
  padding: 6px 13px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 600;
  color: #fff;
  background: rgba(255, 255, 255, .08);
}
.html-producto .e-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}
.html-producto .e-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 1px 2px rgba(22, 38, 60, .05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.html-producto .e-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(22, 38, 60, .12);
  border-color: #bcd3cc;
}
.html-producto .e-card p {
  color: var(--muted);
}
.html-producto .e-card p:last-child {
  margin-bottom: 0;
}
.html-producto .e-datos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin: 0 0 14px;
}
.html-producto .e-dato {
  background: var(--card);
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: 10px;
  padding: 14px 16px;
}
.html-producto .e-dato dt {
  font-weight: 700;
  color: var(--accent-dark);
  margin-bottom: 2px;
}
.html-producto .e-dato dd {
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
}
.html-producto .e-pasos {
  margin: 0 0 14px;
  padding-left: 22px;
}
.html-producto .e-pasos li {
  margin-bottom: 8px;
  padding-left: 4px;
}
.html-producto .e-pasos li:last-child {
  margin-bottom: 0;
}
.html-producto .e-lista {
  margin: 0;
  padding-left: 20px;
}
.html-producto .e-lista li {
  margin-bottom: 8px;
}
.html-producto .e-lista li:last-child {
  margin-bottom: 0;
}
.html-producto .e-tabla-scroll {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--card);
}
.html-producto .e-precios {
  width: 100%;
  min-width: 460px;
  border-collapse: collapse;
  font-size: .95rem;
}
.html-producto .e-precios caption {
  text-align: left;
  padding: 12px 16px;
  color: var(--muted);
  font-size: .85rem;
}
.html-producto .e-precios th,
.html-producto .e-precios td {
  padding: 12px 16px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid var(--line);
}
.html-producto .e-precios thead th {
  background: #e2ede9;
  color: var(--ink);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  border-top: none;
}
.html-producto .e-precios tbody th {
  font-weight: 700;
  color: var(--ink);
}
.html-producto .e-precios tbody td {
  color: var(--muted);
}
.html-producto .e-nota {
  margin-top: 14px;
  padding: 13px 16px;
  background: #e2ede9;
  border-radius: 10px;
  font-size: .92rem;
  color: var(--accent-dark);
}
.html-producto .e-cierre {
  background: linear-gradient(135deg, var(--hero-a) 0%, var(--hero-b) 100%);
  color: #fff;
  border-radius: 14px;
  padding: clamp(22px, 4vw, 34px);
}
.html-producto .e-cierre h2 {
  color: #fff;
}
.html-producto .e-cierre p {
  color: #e4ecf2;
}
.html-producto .e-cierre-link {
  margin-top: 4px;
}
.html-producto .e-cierre-link a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  transition: transform .18s ease, background .18s ease;
}
.html-producto .e-cierre-link a:hover {
  transform: translateY(-2px);
  background: #d9f0ea;
  color: var(--ink);
}
@media (max-width: 900px) {
.html-producto .e-perfil {
  padding: 20px;
}
.html-producto .e-hero,
.html-producto .e-cierre {
  padding: 24px;
}
}
@media (max-width: 600px) {
.html-producto .e-perfil {
  padding: 15px;
  border-radius: 12px;
  font-size: 15px;
}
.html-producto .e-hero,
.html-producto .e-cierre {
  padding: 19px;
}
.html-producto .e-card {
  padding: 17px;
}
.html-producto .e-hero-badges li {
  font-size: .78rem;
}
.html-producto .e-precios {
  min-width: 380px;
}
}