.html-empresa .e-perfil {
  --ink: #17211c;
  --muted: #53615a;
  --green: #245f45;
  --green-dark: #174331;
  --green-soft: #eaf3ee;
  --green-pale: #f4f8f6;
  --line: #dce6e0;
  --sand: #f5f1e8;
  --white: #fff;
  --dark: #13241c;
  --accent: #cfe2d7;
  box-sizing: border-box;
  width: 100%;
  color: var(--ink);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
.html-empresa .e-perfil *,
.html-empresa .e-perfil *:first-child,
.html-empresa .e-perfil *:last-child {
  box-sizing: border-box;
}
.html-empresa .e-perfil section {
  margin: 0 0 28px;
}
.html-empresa .e-perfil h2,
.html-empresa .e-perfil h3,
.html-empresa .e-perfil p {
  margin-top: 0;
}
.html-empresa .e-perfil h2 {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.html-empresa .e-perfil h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 19px;
  font-weight: 720;
  line-height: 1.25;
  letter-spacing: -.015em;
}
.html-empresa .e-perfil p {
  margin-bottom: 0;
}
.html-empresa .e-eyebrow {
  margin-bottom: 12px !important;
  color: var(--green);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.html-empresa .e-eyebrow-light {
  color: #cfe2d7;
}
.html-empresa .e-hero {
  padding: clamp(30px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: radial-gradient(circle at 92% 12%, rgba(143, 192, 163, .22), rgba(143, 192, 163, 0) 35%), linear-gradient(145deg, #f8fbf9 0%, #eef6f1 100%);
}
.html-empresa .e-hero > h2 {
  max-width: 900px;
}
.html-empresa .e-hero-text {
  max-width: 790px;
  color: var(--muted);
  font-size: clamp(18px, 2.1vw, 22px);
  line-height: 1.5;
}
.html-empresa .e-hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin-top: 34px;
}
.html-empresa .e-hero-card {
  padding: 22px;
  border: 1px solid rgba(36, 95, 69, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 12px 32px rgba(20, 55, 39, .06);
}
.html-empresa .e-hero-card p {
  color: var(--muted);
  font-size: 15px;
}
.html-empresa .e-hero-number,
.html-empresa .e-step-number {
  display: block;
  margin-bottom: 16px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
}
.html-empresa .e-problema,
.html-empresa .e-flujo,
.html-empresa .e-equipos,
.html-empresa .e-documentos {
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
}
.html-empresa .e-section-heading {
  max-width: 820px;
  margin-bottom: 30px;
}
.html-empresa .e-section-heading h2 {
  font-size: clamp(26px, 3.5vw, 40px);
}
.html-empresa .e-section-heading > p:last-child {
  max-width: 760px;
  color: var(--muted);
  font-size: 17px;
}
.html-empresa .e-problem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}
.html-empresa .e-problem-card {
  padding: 24px;
  border-radius: 18px;
  background: var(--green-pale);
}
.html-empresa .e-problem-card:nth-child(2) {
  background: var(--sand);
}
.html-empresa .e-problem-card:nth-child(3) {
  background: #edf3f7;
}
.html-empresa .e-problem-card:nth-child(4) {
  background: #f3edf5;
}
.html-empresa .e-problem-card p {
  color: #48554f;
  font-size: 15px;
}
.html-empresa .e-flujo {
  background: #fbfcfb;
}
.html-empresa .e-flow-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}
.html-empresa .e-flow-step {
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.html-empresa .e-flow-step:hover {
  transform: translate(0, -3px);
  border-color: #b9d0c3;
  box-shadow: 0 12px 28px rgba(31, 70, 51, .08);
}
.html-empresa .e-flow-step p {
  color: var(--muted);
  font-size: 15px;
}
.html-empresa .e-flow-note {
  margin-top: 20px !important;
  padding: 18px 20px;
  border-left: 4px solid var(--green);
  border-radius: 8px;
  background: var(--green-soft);
  color: #34443b;
}
.html-empresa .e-control {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 32px;
  align-items: center;
  padding: clamp(30px, 5vw, 54px);
  border-radius: 24px;
  background: radial-gradient(circle at 90% 10%, rgba(109, 159, 131, .24), rgba(109, 159, 131, 0) 34%), linear-gradient(140deg, var(--dark), #1b3528);
  color: var(--white);
}
.html-empresa .e-control h2 {
  color: var(--white);
  font-size: clamp(28px, 4vw, 44px);
}
.html-empresa .e-control-copy > p:last-child {
  max-width: 620px;
  color: #d5e0da;
  font-size: 17px;
}
.html-empresa .e-control-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.html-empresa .e-control-grid article {
  padding: 19px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 15px;
  background: rgba(255, 255, 255, .07);
}
.html-empresa .e-control-grid strong {
  display: block;
  margin-bottom: 6px;
  color: var(--white);
  font-size: 17px;
}
.html-empresa .e-control-grid span {
  display: block;
  color: #d2ddd7;
  font-size: 14px;
  line-height: 1.45;
}
.html-empresa .e-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}
.html-empresa .e-team-card {
  padding: 24px 0;
  border-top: 3px solid var(--green);
}
.html-empresa .e-team-card p {
  color: var(--muted);
  font-size: 15px;
}
.html-empresa .e-integracion {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr);
  gap: 22px;
  align-items: stretch;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 24px;
  background: var(--sand);
}
.html-empresa .e-integration-copy {
  padding: 10px 4px;
}
.html-empresa .e-integration-copy h2 {
  font-size: clamp(28px, 3.7vw, 42px);
}
.html-empresa .e-integration-copy > p:last-child {
  max-width: 650px;
  color: #4e564f;
  font-size: 17px;
}
.html-empresa .e-integration-card {
  padding: 28px;
  border: 1px solid #d7d1c5;
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
}
.html-empresa .e-integration-card h3 {
  font-size: 21px;
}
.html-empresa .e-integration-card p {
  margin-top: 12px;
  color: #505951;
  font-size: 15px;
}
.html-empresa .e-document-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.html-empresa .e-document-strip span {
  padding: 10px 14px;
  border: 1px solid #cbdcd2;
  border-radius: 999px;
  background: var(--green-pale);
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 700;
}
.html-empresa .e-cierre {
  padding: clamp(34px, 6vw, 64px);
  border-radius: 26px;
  background: radial-gradient(circle at 15% 100%, rgba(91, 151, 120, .28), rgba(91, 151, 120, 0) 38%), linear-gradient(135deg, #18382a, #10281d);
  color: var(--white);
  text-align: center;
}
.html-empresa .e-cierre h2 {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: var(--white);
  font-size: clamp(30px, 4.5vw, 50px);
}
.html-empresa .e-cierre > p:last-child {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  color: #d4e1da;
  font-size: 18px;
}
@media (max-width: 900px) {
.html-empresa .e-hero,
.html-empresa .e-problema,
.html-empresa .e-flujo,
.html-empresa .e-equipos,
.html-empresa .e-documentos {
  padding: 34px;
}
.html-empresa .e-control,
.html-empresa .e-integracion {
  grid-template-columns: 1fr;
}
.html-empresa .e-control-grid {
  grid-template-columns: repeat(2, 1fr);
}
.html-empresa .e-hero h2,
.html-empresa .e-control h2,
.html-empresa .e-cierre h2 {
  letter-spacing: -.025em;
}
}
@media (max-width: 600px) {
.html-empresa .e-perfil {
  font-size: 15px;
}
.html-empresa .e-perfil section {
  margin-bottom: 18px;
}
.html-empresa .e-hero,
.html-empresa .e-problema,
.html-empresa .e-flujo,
.html-empresa .e-equipos,
.html-empresa .e-documentos,
.html-empresa .e-control,
.html-empresa .e-integracion,
.html-empresa .e-cierre {
  padding: 24px 20px;
  border-radius: 18px;
}
.html-empresa .e-perfil h2 {
  font-size: 29px;
}
.html-empresa .e-section-heading h2,
.html-empresa .e-control h2,
.html-empresa .e-integration-copy h2 {
  font-size: 27px;
}
.html-empresa .e-hero-text,
.html-empresa .e-section-heading > p:last-child,
.html-empresa .e-control-copy > p:last-child,
.html-empresa .e-integration-copy > p:last-child,
.html-empresa .e-cierre > p:last-child {
  font-size: 16px;
}
.html-empresa .e-hero-grid,
.html-empresa .e-problem-grid,
.html-empresa .e-flow-grid,
.html-empresa .e-team-grid {
  grid-template-columns: 1fr;
}
.html-empresa .e-hero-card,
.html-empresa .e-problem-card,
.html-empresa .e-flow-step,
.html-empresa .e-integration-card {
  padding: 19px;
}
.html-empresa .e-control-grid {
  grid-template-columns: 1fr;
}
.html-empresa .e-document-strip {
  gap: 7px;
}
.html-empresa .e-document-strip span {
  padding: 8px 11px;
  font-size: 13px;
}
}