body.s-consultoria {
  --df-blue: #006dff;
  --df-cyan: #14d9ff;
  --df-ink: #071b46;
  --df-card-glow: 0 18px 42px rgba(32, 82, 145, 0.1), 0 0 34px rgba(20, 217, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.94);
  --df-card-glow-strong: 0 26px 54px rgba(32, 82, 145, 0.16), 0 0 42px rgba(20, 217, 255, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  font-family: "Segoe UI", "Trebuchet MS", Arial, sans-serif;
  color: var(--df-ink);
  line-height: 1.55;
  background:
    radial-gradient(circle at 12% 10%, rgba(0, 109, 255, 0.055), transparent 26rem),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 36%, #f1f7ff 100%);
}

.s-consultoria main {
  overflow: hidden;
}

.s-consultoria main section {
  position: relative;
}

.s-consultoria-hero {
  min-height: clamp(33rem, 58vh, 43rem);
  display: flex;
  align-items: center;
  padding: clamp(5.5rem, 9vw, 8rem) 0 clamp(5rem, 8vw, 7rem);
  background:
    radial-gradient(circle at 17% 36%, rgba(20, 217, 255, 0.12), transparent 18rem),
    radial-gradient(circle at 76% 62%, rgba(0, 109, 255, 0.11), transparent 24rem),
    linear-gradient(180deg, rgba(248, 252, 255, 0.96), rgba(239, 247, 255, 0.9)),
    radial-gradient(circle at 82% 16%, rgba(0, 109, 255, 0.07), transparent 26rem);
}

.s-consultoria-hero::before,
.s-consultoria-hero::after,
.s-consultoria-process::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.s-consultoria-hero::before {
  left: 0;
  right: 0;
  bottom: -1px;
  height: 15rem;
  background:
    radial-gradient(ellipse at 65% 100%, rgba(150, 201, 255, 0.3), transparent 38rem),
    linear-gradient(164deg, transparent 0 48%, rgba(203, 226, 255, 0.78) 49% 62%, transparent 63%),
    linear-gradient(171deg, transparent 0 55%, rgba(174, 211, 255, 0.46) 56% 72%, transparent 73%);
}

.s-consultoria-hero::after {
  right: -9rem;
  bottom: 5rem;
  width: 42rem;
  height: 16rem;
  border-radius: 50%;
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  transform: rotate(-8deg);
}

.s-consultoria-hero .l-container {
  position: relative;
  z-index: 1;
}

.c-eyebrow {
  display: inline-block;
  margin: 0 0 1.05rem;
  color: var(--df-blue);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 900;
  text-shadow: 0 0 15px rgba(20, 217, 255, 0.35);
}

.s-consultoria-hero h1 {
  margin: 0;
  max-width: 16ch;
  color: var(--df-ink);
  font-size: clamp(2.3rem, 4.8vw, 4.05rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
  font-weight: 900;
  text-shadow: 0 0 28px rgba(255, 255, 255, 0.75);
}

.c-lead {
  max-width: 52rem;
  margin: 1.7rem 0 0;
  color: #405774;
  font-size: 1.02rem;
  line-height: 1.75;
}

.s-consultoria-services {
  padding: clamp(4.3rem, 7vw, 6.2rem) 0;
  background:
    radial-gradient(circle at 16% 25%, rgba(0, 109, 255, 0.085), transparent 23rem),
    radial-gradient(circle at 88% 76%, rgba(20, 217, 255, 0.11), transparent 25rem),
    linear-gradient(180deg, #ffffff, #f5f9ff);
}

.l-grid {
  display: grid;
}

.l-grid--services {
  width: min(100%, 59rem);
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
}

.c-service-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.45rem;
  min-height: 19.2rem;
  padding: 2rem 1.95rem;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 0.95rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.9));
  box-shadow: var(--df-card-glow);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.c-service-card::before {
  content: "";
  position: absolute;
  inset: -45% -28% auto auto;
  width: 13rem;
  height: 13rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(20, 217, 255, 0.22), transparent 68%);
  opacity: 0.68;
  pointer-events: none;
}

.c-service-card > * {
  position: relative;
  z-index: 1;
}

.c-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(99, 175, 255, 0.56);
  box-shadow: var(--df-card-glow-strong);
}

.c-icon-bubble {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 4.1rem;
  height: 4.1rem;
  border-radius: 0.95rem;
  color: var(--df-blue);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.96), rgba(236, 246, 255, 0.78)),
    radial-gradient(circle at 72% 24%, rgba(20, 217, 255, 0.16), transparent 60%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.9),
    0 12px 24px rgba(0, 109, 255, 0.12),
    0 0 28px rgba(0, 109, 255, 0.18),
    0 0 34px rgba(20, 217, 255, 0.18);
}

.c-icon-bubble::after {
  content: "";
  position: absolute;
  inset: -0.55rem;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(20, 217, 255, 0.22), transparent 68%);
  z-index: -1;
}

.c-ui-icon {
  width: 2rem;
  height: 2rem;
}

.c-service-card h2 {
  margin: 0;
  color: #071b46;
  font-size: 1.12rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
  font-weight: 900;
}

.c-service-card p {
  margin: 1.1rem 0 0;
  color: #445a78;
  font-size: 0.9rem;
  line-height: 1.75;
}

.c-service-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  color: var(--df-blue);
  font-size: 0.88rem;
  font-weight: 900;
  text-shadow: 0 0 14px rgba(20, 217, 255, 0.22);
}

.s-consultoria-process {
  padding: clamp(4.7rem, 7vw, 6.5rem) 0 clamp(5.2rem, 8vw, 7.2rem);
  background:
    radial-gradient(circle at 13% 22%, rgba(0, 109, 255, 0.09), transparent 23rem),
    radial-gradient(circle at 86% 78%, rgba(20, 217, 255, 0.12), transparent 24rem),
    linear-gradient(180deg, #f4f9ff, #eaf4ff);
}

.s-consultoria-process::after {
  left: -8rem;
  right: -8rem;
  bottom: -3rem;
  height: 16rem;
  background:
    linear-gradient(160deg, transparent 0 44%, rgba(178, 214, 255, 0.48) 45% 62%, transparent 63%),
    radial-gradient(ellipse at 84% 92%, rgba(124, 186, 255, 0.25), transparent 26rem);
}

.s-consultoria-process .l-container {
  position: relative;
  z-index: 1;
}

.s-consultoria-process h2 {
  max-width: 19ch;
  margin: 0;
  color: #071b46;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.14;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.l-grid--process {
  margin-top: 3.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2.6rem, 5vw, 4.1rem);
  align-items: stretch;
}

.c-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  min-height: 10.2rem;
  padding: 1.85rem 1.7rem;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--df-card-glow);
  overflow: visible;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.c-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(99, 175, 255, 0.48);
  box-shadow: var(--df-card-glow-strong);
}

.c-step-card:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  right: -2.75rem;
  top: 50%;
  color: var(--df-blue);
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 700;
  transform: translateY(-50%);
  filter: drop-shadow(0 0 12px rgba(0, 109, 255, 0.42)) drop-shadow(0 0 18px rgba(20, 217, 255, 0.22));
}

.c-step-card__number {
  display: inline-grid;
  place-items: center;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 999px;
  color: var(--df-blue);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.95), rgba(235, 245, 255, 0.76));
  box-shadow:
    0 10px 20px rgba(0, 109, 255, 0.1),
    0 0 24px rgba(0, 109, 255, 0.17),
    0 0 30px rgba(20, 217, 255, 0.14);
  font-weight: 900;
}

.c-step-card h3 {
  margin: 0;
  color: #071b46;
  font-size: 1rem;
  font-weight: 900;
}

.c-step-card p {
  margin: 0.8rem 0 0;
  color: #445a78;
  font-size: 0.86rem;
  line-height: 1.68;
}

.s-consultoria-cta {
  padding: clamp(4.2rem, 7vw, 6.5rem) 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 109, 255, 0.09), transparent 24rem),
    radial-gradient(circle at 78% 84%, rgba(20, 217, 255, 0.12), transparent 23rem),
    linear-gradient(180deg, #f4f9ff, #ffffff);
}

.c-final-cta {
  position: relative;
  width: min(100%, 60rem);
  margin: 0 auto;
  padding: clamp(2.4rem, 5vw, 4rem) clamp(1.5rem, 5vw, 4.8rem);
  border: 1px solid rgba(77, 180, 255, 0.92);
  border-radius: 1.05rem;
  text-align: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 50% 100%, rgba(0, 109, 255, 0.35), transparent 18rem),
    radial-gradient(circle at 12% 0%, rgba(0, 120, 255, 0.28), transparent 18rem),
    linear-gradient(135deg, #031735 0%, #051f49 100%);
  box-shadow:
    0 0 0 2px rgba(20, 217, 255, 0.18),
    0 0 38px rgba(0, 109, 255, 0.52),
    0 0 68px rgba(20, 217, 255, 0.26),
    0 28px 58px rgba(0, 45, 130, 0.3),
    inset 0 0 34px rgba(0, 120, 255, 0.28);
  overflow: hidden;
}

.c-final-cta::before {
  content: "";
  position: absolute;
  inset: 0.6rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(125, 213, 255, 0.38);
  box-shadow:
    inset 0 0 22px rgba(20, 217, 255, 0.2),
    0 0 24px rgba(20, 217, 255, 0.18);
  pointer-events: none;
}

.c-final-cta > * {
  position: relative;
  z-index: 1;
}

.c-final-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.65rem, 3.2vw, 2.55rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
  font-weight: 900;
}

.c-final-cta p {
  max-width: 42rem;
  margin: 1rem auto 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.02rem;
  line-height: 1.7;
}

.c-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.s-consultoria main .c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0 1.75rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.s-consultoria main .c-btn:hover {
  transform: translateY(-2px);
}

.s-consultoria main .c-btn--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #0054e9 0%, #087bff 100%);
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.18),
    0 14px 26px rgba(0, 109, 255, 0.42),
    0 0 34px rgba(0, 128, 255, 0.46),
    0 0 48px rgba(20, 217, 255, 0.22);
}

.s-consultoria main .c-btn--ghost-dark {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(4, 20, 49, 0.56);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 22px rgba(20, 217, 255, 0.14);
}

@media (max-width: 900px) {
  .l-grid--services,
  .l-grid--process {
    grid-template-columns: 1fr;
  }

  .c-step-card:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .s-consultoria main section {
    padding-block: 3.4rem;
  }

  .s-consultoria-hero {
    min-height: auto;
    padding-top: 4.2rem;
    padding-bottom: 3.6rem;
  }

  .s-consultoria-hero h1 {
    max-width: 16ch;
    font-size: clamp(2rem, 10vw, 2.8rem);
    line-height: 1.12;
    letter-spacing: 0;
  }

  .s-consultoria-process h2,
  .c-final-cta h2 {
    letter-spacing: 0;
  }

  .c-service-card,
  .c-step-card {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 1.35rem;
  }

  .l-grid--services,
  .l-grid--process {
    gap: 1rem;
  }

  .c-icon-bubble,
  .c-step-card__number {
    width: 3.25rem;
    height: 3.25rem;
  }

  .c-service-card a {
    margin-top: 1.25rem;
  }

  .c-final-cta {
    padding: 1.5rem;
  }

  .c-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .c-cta-actions .c-btn {
    width: 100%;
    min-height: 3rem;
    white-space: normal;
    line-height: 1.25;
    text-align: center;
  }
}

/* Visual coherence pass: match HOME surfaces, CTAs and hero rhythm */
body.s-consultoria {
  --df-radius: 8px;
  --df-blue: #006dff;
  --df-cyan: #14d9ff;
  --df-ink: #071b46;
  --df-muted: #445a78;
  --df-card-glow: 0 18px 38px rgba(32, 82, 145, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  --df-card-glow-strong: 0 22px 42px rgba(32, 82, 145, 0.14), 0 0 30px rgba(20, 217, 255, 0.12);
}

.s-consultoria h1,
.s-consultoria h2,
.s-consultoria h3 {
  letter-spacing: 0;
}

.s-consultoria .c-eyebrow {
  color: #006dff;
  letter-spacing: 0.18em;
}

.s-consultoria-hero {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(2, 10, 29, 0.94) 0%, rgba(2, 12, 34, 0.88) 46%, rgba(2, 12, 34, 0.42) 72%, rgba(2, 12, 34, 0.18) 100%),
    radial-gradient(circle at 18% 35%, rgba(31, 116, 255, 0.28), transparent 22rem),
    radial-gradient(circle at 82% 45%, rgba(20, 217, 255, 0.16), transparent 28rem),
    linear-gradient(135deg, #01081d 0%, #021136 48%, #041646 100%);
}

.s-consultoria-hero::before {
  height: 5rem;
  background: linear-gradient(180deg, transparent, rgba(0, 8, 24, 0.5));
}

.s-consultoria-hero::after {
  display: none;
}

.s-consultoria-hero .c-eyebrow {
  color: #8fd4ff;
}

.s-consultoria-hero h1 {
  color: #f3f8ff;
  text-shadow: 0 2px 16px rgba(1, 8, 29, 0.88);
}

.s-consultoria-hero .c-lead {
  color: #c9dcf8;
}

.s-consultoria .c-service-card,
.s-consultoria .c-step-card,
.s-consultoria .c-final-cta {
  border-radius: var(--df-radius);
  border-color: rgba(20, 81, 142, 0.13);
  box-shadow: var(--df-card-glow);
}

.s-consultoria .c-service-card::before,
.s-consultoria .c-icon-bubble::after,
.s-consultoria .c-final-cta::before {
  display: none;
}

.s-consultoria .c-icon-bubble {
  border-radius: 999px;
}

.s-consultoria .c-service-card h2,
.s-consultoria .c-step-card h3 {
  letter-spacing: 0;
}

.s-consultoria .c-service-card p,
.s-consultoria .c-step-card p {
  color: var(--df-muted);
}

.s-consultoria .c-btn--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #0054e9 0%, #087bff 100%);
  box-shadow: 0 12px 24px rgba(8, 92, 223, 0.34), 0 0 0 3px rgba(20, 217, 255, 0.14);
}

.s-consultoria .c-btn--ghost-dark {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(3, 19, 52, 0.52);
}

.s-consultoria .c-final-cta {
  background:
    radial-gradient(circle at 12% 50%, rgba(0, 109, 255, 0.44), transparent 12rem),
    linear-gradient(135deg, #05255d 0%, #031c42 100%);
  box-shadow: 0 22px 48px rgba(0, 64, 168, 0.22), 0 0 38px rgba(0, 109, 255, 0.24);
}

/* Restore internal banner to the previous light treatment. */
.s-consultoria-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 17% 36%, rgba(20, 217, 255, 0.12), transparent 18rem),
    radial-gradient(circle at 76% 62%, rgba(0, 109, 255, 0.11), transparent 24rem),
    linear-gradient(180deg, rgba(248, 252, 255, 0.96), rgba(239, 247, 255, 0.9)),
    radial-gradient(circle at 82% 16%, rgba(0, 109, 255, 0.07), transparent 26rem);
}

.s-consultoria-hero::before {
  left: 0;
  right: 0;
  bottom: -1px;
  height: 15rem;
  background:
    radial-gradient(ellipse at 65% 100%, rgba(150, 201, 255, 0.3), transparent 38rem),
    linear-gradient(164deg, transparent 0 48%, rgba(203, 226, 255, 0.78) 49% 62%, transparent 63%),
    linear-gradient(171deg, transparent 0 55%, rgba(174, 211, 255, 0.46) 56% 72%, transparent 73%);
}

.s-consultoria-hero::after {
  display: block;
}

.s-consultoria-hero .c-eyebrow {
  color: var(--df-blue);
}

.s-consultoria-hero h1 {
  max-width: 16ch;
  color: var(--df-ink);
  font-size: clamp(2.3rem, 4.8vw, 4.05rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
  text-shadow: 0 0 28px rgba(255, 255, 255, 0.75);
}

.s-consultoria-hero .c-lead {
  color: #405774;
}

/* Index-aligned hero pass: same light banner rhythm, no structure changes. */
.s-consultoria-hero {
  min-height: clamp(31rem, 58vh, 42rem);
  padding: clamp(5.5rem, 8vw, 7.6rem) 0 clamp(5rem, 8vw, 6.8rem);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(247, 251, 255, 0.99) 0%, rgba(247, 251, 255, 0.96) 38%, rgba(247, 251, 255, 0.52) 62%, rgba(247, 251, 255, 0.06) 82%),
    url("/assets/img/consultoria-hero-packaging-transparent-v1.png") calc(100% + 1rem) center / min(78rem, 76vw) auto no-repeat,
    radial-gradient(circle at 82% 42%, rgba(112, 203, 255, 0.22), transparent 30rem),
    linear-gradient(112deg, #f8fbff 0%, #edf7ff 52%, #dff2ff 100%);
}

.s-consultoria-hero::before {
  inset: 0;
  height: auto;
  background: linear-gradient(90deg, rgba(247, 251, 255, 0.16), rgba(247, 251, 255, 0));
}

.s-consultoria-hero::after {
  display: block;
  inset: auto 0 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: 7.5rem;
  border: 0;
  border-radius: 0;
  transform: none;
  background:
    radial-gradient(ellipse at 18% 100%, rgba(108, 166, 255, 0.24), transparent 28rem),
    linear-gradient(180deg, transparent, rgba(225, 238, 255, 0.66));
}

.s-consultoria-hero .c-eyebrow {
  margin: 0 0 1.25rem;
  padding-right: 3.9rem;
  position: relative;
  color: #005fcf;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.18em;
  text-shadow: none;
}

.s-consultoria-hero .c-eyebrow::before,
.s-consultoria-hero .c-eyebrow::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.s-consultoria-hero .c-eyebrow::before {
  right: 3.32rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: #19d8ff;
  box-shadow: 0 0 13px rgba(25, 216, 255, 0.78);
}

.s-consultoria-hero .c-eyebrow::after {
  right: 0;
  width: 3rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(25, 216, 255, 0.92), rgba(25, 216, 255, 0));
}

.s-consultoria-hero h1 {
  max-width: 18ch;
  color: #071b46;
  font-size: clamp(2.15rem, 4.1vw, 3.45rem);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
  text-shadow: none;
}

.s-consultoria-hero .c-lead {
  max-width: 42rem;
  margin-top: 1.1rem;
  color: #253a5d;
  font-size: 1.06rem;
  line-height: 1.65;
}

@media (max-width: 759px) {
  .s-consultoria-hero {
    min-height: auto;
    padding: 4.8rem 0 5.2rem;
    background:
      linear-gradient(180deg, rgba(247, 251, 255, 0.99) 0%, rgba(247, 251, 255, 0.92) 56%, rgba(247, 251, 255, 0.58) 100%),
      url("/assets/img/consultoria-hero-packaging-transparent-v1.png") 70% bottom / min(48rem, 165vw) auto no-repeat,
      radial-gradient(circle at 74% 56%, rgba(112, 203, 255, 0.18), transparent 19rem),
      linear-gradient(112deg, #f8fbff 0%, #edf7ff 52%, #dff2ff 100%);
  }

  .s-consultoria-hero h1 {
    max-width: 16ch;
    font-size: clamp(2rem, 9vw, 2.55rem);
  }

  .s-consultoria-hero .c-lead {
    font-size: 1rem;
  }

  .s-consultoria-hero .c-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
  }

  .s-consultoria .c-service-card,
  .s-consultoria .c-step-card {
    grid-template-columns: 1fr;
    gap: 1rem;
    min-width: 0;
  }

  .s-consultoria .c-final-cta,
  .s-consultoria .c-cta-actions {
    grid-template-columns: 1fr;
  }

  .s-consultoria .c-cta-actions .c-btn {
    width: 100%;
    white-space: normal;
    line-height: 1.25;
    text-align: center;
  }
}

/* Page harmony pass: match Sobre nosotros hero, icon and type scale. */
.s-consultoria-hero {
  min-height: clamp(32rem, 62vh, 43rem);
  padding: clamp(5.5rem, 8vw, 7.6rem) 0 clamp(5rem, 8vw, 6.8rem);
  background:
    linear-gradient(90deg, rgba(248, 251, 255, 0.99) 0%, rgba(248, 251, 255, 0.95) 39%, rgba(248, 251, 255, 0.48) 66%, rgba(248, 251, 255, 0.08) 100%),
    url("/assets/img/consultoria-hero-packaging-light-v2.png") center / cover no-repeat,
    linear-gradient(112deg, #f8fbff 0%, #edf7ff 52%, #dff2ff 100%);
}

.s-consultoria-hero::before {
  background: linear-gradient(90deg, rgba(247, 251, 255, 0.18), rgba(247, 251, 255, 0));
}

.s-consultoria-hero::after {
  height: 7.8rem;
  background:
    radial-gradient(ellipse at 18% 100%, rgba(0, 109, 255, 0.18), transparent 28rem),
    linear-gradient(180deg, transparent, rgba(248, 251, 255, 0.98));
}

body.s-consultoria .s-consultoria-hero h1 {
  max-width: 32ch;
  color: #071b46;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0;
  text-shadow: none;
}

body.s-consultoria .s-consultoria-hero .c-lead {
  max-width: 50rem;
  margin-top: 1rem;
  color: #253a5d;
  font-size: 1.1rem;
  line-height: 1.65;
}

body.s-consultoria .s-consultoria-process h2,
body.s-consultoria .c-final-cta h2 {
  font-size: clamp(1.55rem, 2.45vw, 2.05rem);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
}

body.s-consultoria .l-grid--process {
  margin-top: clamp(2rem, 3.2vw, 2.7rem);
}

body.s-consultoria .c-service-card {
  align-items: start;
  gap: 1.25rem;
  min-height: 17.2rem;
  padding: 1.55rem 1.45rem 1.35rem;
  border-radius: 8px;
}

body.s-consultoria .c-service-card h2,
body.s-consultoria .c-step-card h3 {
  margin: 0 0 1.05rem;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

body.s-consultoria .c-service-card p,
body.s-consultoria .c-step-card p,
body.s-consultoria .c-final-cta p {
  font-size: 0.92rem;
  line-height: 1.62;
}

body.s-consultoria .c-service-card p {
  margin-top: 0.8rem;
}

body.s-consultoria .c-service-card a {
  margin-top: 1.05rem;
}

body.s-consultoria .c-icon-bubble,
body.s-consultoria .c-step-card__number {
  width: 3.05rem;
  height: 3.05rem;
  border-radius: 999px;
}

body.s-consultoria .c-icon-bubble {
  align-self: start;
}

body.s-consultoria .c-ui-icon {
  width: 1.4rem;
  height: 1.4rem;
  object-fit: contain;
}

@media (max-width: 759px) {
  .s-consultoria-hero {
    min-height: auto;
    padding: 4.8rem 0 5.2rem;
    background:
      linear-gradient(180deg, rgba(248, 251, 255, 0.99) 0%, rgba(248, 251, 255, 0.9) 56%, rgba(248, 251, 255, 0.46) 100%),
      url("/assets/img/consultoria-hero-packaging-light-v2.png") 66% center / cover no-repeat,
      linear-gradient(112deg, #f8fbff 0%, #edf7ff 52%, #dff2ff 100%);
  }

  body.s-consultoria .s-consultoria-hero h1 {
    max-width: 19ch;
    font-size: clamp(1.7rem, 9vw, 2.2rem);
  }

  body.s-consultoria .s-consultoria-hero .c-lead {
    font-size: 1rem;
  }
}

/* Review pass: keep the final CTA title centered inside its constrained measure. */
body.s-consultoria .c-final-cta h2 {
  margin-inline: auto;
  text-align: center;
}
