.html-empresa .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(20px, 3.5vw, 40px);
  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-empresa .e-perfil * {
  box-sizing: border-box;
}
.html-empresa .e-perfil section {
  margin-top: clamp(28px, 4vw, 48px);
}
.html-empresa .e-perfil section:first-child {
  margin-top: 0;
}
.html-empresa .e-perfil h2 {
  margin: 0 0 18px;
  font-size: clamp(1.35rem, 1rem + 1.4vw, 1.9rem);
  line-height: 1.25;
  letter-spacing: -.01em;
  color: var(--ink);
}
.html-empresa .e-perfil h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
  color: var(--ink);
}
.html-empresa .e-perfil p {
  margin: 0 0 14px;
}
.html-empresa .e-perfil p:last-child {
  margin-bottom: 0;
}
.html-empresa .e-perfil a {
  color: var(--accent-dark);
  text-decoration: underline;
}
.html-empresa .e-perfil a:hover {
  color: var(--ink);
}
.html-empresa .e-hero {
  background: linear-gradient(135deg, var(--hero-a) 0%, var(--hero-b) 100%);
  color: #fff;
  border-radius: 14px;
  padding: clamp(24px, 4vw, 44px);
}
.html-empresa .e-hero .e-kicker {
  margin: 0 0 14px;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #a9d9cd;
}
.html-empresa .e-hero h2 {
  color: #fff;
  margin-bottom: 14px;
  font-size: clamp(1.5rem, 1rem + 2vw, 2.3rem);
}
.html-empresa .e-hero .e-claim {
  font-size: clamp(1.05rem, .95rem + .6vw, 1.3rem);
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
}
.html-empresa .e-hero .e-intro {
  max-width: 70ch;
  color: #e4ecf2;
}
.html-empresa .e-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.html-empresa .e-hero-badges li {
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 600;
  color: #fff;
  background: rgba(255, 255, 255, .08);
}
.html-empresa .e-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}
.html-empresa .e-grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.html-empresa .e-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 1px 2px rgba(22, 38, 60, .05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.html-empresa .e-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(22, 38, 60, .12);
  border-color: #bcd3cc;
}
.html-empresa .e-card p {
  color: var(--muted);
}
.html-empresa .e-card p:last-child {
  margin-bottom: 0;
}
.html-empresa .e-metodo-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin: 0;
}
.html-empresa .e-metodo-item {
  background: var(--card);
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: 10px;
  padding: 18px 20px;
}
.html-empresa .e-metodo-item dt {
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}
.html-empresa .e-metodo-item dd {
  margin: 0;
  color: var(--muted);
  font-size: .96rem;
}
.html-empresa .e-soluciones .e-seccion-intro {
  max-width: 70ch;
  margin: -6px 0 18px;
  color: var(--muted);
}
.html-empresa .e-soluciones .e-nota {
  margin-top: 18px;
  padding: 14px 16px;
  background: #e2ede9;
  border-radius: 10px;
  font-size: .95rem;
  color: var(--accent-dark);
}
.html-empresa .e-quotes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.html-empresa .e-quote {
  margin: 0;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.html-empresa .e-quote blockquote {
  margin: 0;
  font-style: italic;
  color: var(--ink);
}
.html-empresa .e-quote figcaption {
  font-size: .88rem;
  font-weight: 600;
  color: var(--accent-dark);
}
.html-empresa .e-cierre {
  background: linear-gradient(135deg, var(--hero-a) 0%, var(--hero-b) 100%);
  color: #fff;
  border-radius: 14px;
  padding: clamp(24px, 4vw, 40px);
}
.html-empresa .e-cierre h2 {
  color: #fff;
}
.html-empresa .e-cierre p {
  color: #e4ecf2;
}
.html-empresa .e-cierre-link {
  margin-top: 6px;
}
.html-empresa .e-cierre-link a {
  display: inline-block;
  padding: 11px 22px;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  transition: transform .18s ease, background .18s ease;
}
.html-empresa .e-cierre-link a:hover {
  transform: translateY(-2px);
  background: #d9f0ea;
  color: var(--ink);
}
@media (max-width: 900px) {
.html-empresa .e-perfil {
  padding: 22px;
}
.html-empresa .e-hero,
.html-empresa .e-cierre {
  padding: 26px;
}
.html-empresa .e-perfil h2 {
  font-size: 1.5rem;
}
}
@media (max-width: 600px) {
.html-empresa .e-perfil {
  padding: 16px;
  border-radius: 12px;
}
.html-empresa .e-hero,
.html-empresa .e-cierre {
  padding: 20px;
}
.html-empresa .e-card,
.html-empresa .e-quote {
  padding: 18px;
}
.html-empresa .e-hero-badges li {
  font-size: .8rem;
}
.html-empresa .e-perfil {
  font-size: 15px;
}
}