body.s-consultoria {
  font-family: "Segoe UI", "Trebuchet MS", Arial, sans-serif;
  color: #10243c;
  line-height: 1.55;
  background:
    radial-gradient(circle at 88% 12%, rgba(110, 190, 255, 0.16), transparent 34%),
    linear-gradient(180deg, #f8fbfe 0%, #f3f8fd 58%, #eef5fb 100%);
}

.s-consultoria main section {
  padding: 5rem 0;
}

.s-consultoria-hero {
  padding-bottom: 2.8rem;
}

.c-eyebrow {
  display: inline-block;
  margin: 0 0 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  color: #2a6ca8;
}

.s-consultoria-hero h1 {
  margin: 0;
  font-size: clamp(2rem, 4.6vw, 3.25rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  max-width: 20ch;
}

.c-lead {
  margin: 1rem 0 0;
  color: #4e657f;
  max-width: 72ch;
}

.s-consultoria-services {
  background:
    radial-gradient(circle at 12% 82%, rgba(111, 187, 255, 0.1), transparent 32%),
    linear-gradient(180deg, #f7fbff, #eef5fc);
  border-top: 1px solid rgba(44, 120, 192, 0.12);
  border-bottom: 1px solid rgba(44, 120, 192, 0.12);
}

.l-grid--services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.c-service-card {
  border-radius: 1.2rem;
  border: 1px solid rgba(20, 81, 142, 0.14);
  background:
    linear-gradient(170deg, rgba(199, 232, 255, 0.1), rgba(112, 186, 247, 0.04)),
    #ffffff;
  box-shadow: 0 14px 30px rgba(7, 31, 61, 0.08);
  padding: 1.6rem 1.45rem 1.4rem;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.c-service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(73, 157, 228, 0.48);
  box-shadow: 0 20px 36px rgba(7, 31, 61, 0.12), 0 0 18px rgba(24, 153, 255, 0.1);
}

.c-service-card__icon {
  display: inline-grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.9rem;
  border-radius: 0.6rem;
  border: 1px solid rgba(34, 90, 146, 0.24);
  background: linear-gradient(180deg, #ffffff, #f4f8fc);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84), 0 6px 12px rgba(12, 45, 79, 0.08);
}

.c-service-card__icon::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 1.8px solid #1f5f99;
  border-radius: 0.2rem;
}

.c-service-card--cost .c-service-card__icon::before {
  border-radius: 50%;
}

.c-service-card--strategy .c-service-card__icon::before {
  width: 0.95rem;
  height: 0.75rem;
  border-radius: 1rem 0.2rem 1rem 0.2rem;
  transform: rotate(-25deg);
  border-color: #2d6f64;
}

.c-service-card--implementation .c-service-card__icon::before {
  width: 0.72rem;
  height: 0.9rem;
  border-radius: 0;
  border-width: 0 1.8px 1.8px 0;
  transform: rotate(45deg);
}

.c-service-card h2 {
  margin: 0 0 0.7rem;
  font-size: 1.26rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.c-service-card p {
  margin: 0;
  color: #4f6882;
}

.c-service-card p + p {
  margin-top: 0.7rem;
}

.c-service-card a {
  display: inline-block;
  margin-top: 1rem;
  color: #0f65b4;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.s-consultoria-process {
  background:
    radial-gradient(circle at 92% 18%, rgba(111, 187, 255, 0.1), transparent 35%),
    linear-gradient(180deg, #f9fcff, #f1f7fc);
}

.s-consultoria-process h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3.2vw, 2.25rem);
  line-height: 1.2;
  max-width: 24ch;
}

.l-grid--process {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.c-step-card {
  border-radius: 1.1rem;
  border: 1px solid rgba(20, 81, 142, 0.13);
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(7, 31, 61, 0.07);
  padding: 1.2rem 1.2rem 1.1rem;
}

.c-step-card h3 {
  margin: 0;
  font-size: 1.06rem;
}

.c-step-card p {
  margin: 0.6rem 0 0;
  color: #4f6882;
}

.s-consultoria-cta {
  background: linear-gradient(135deg, #08214a 0%, #0c3f7d 55%, #11a3cf 100%);
}

.c-final-cta {
  border-radius: 1.5rem;
  border: 1px solid rgba(165, 229, 255, 0.45);
  background: linear-gradient(180deg, rgba(7, 31, 66, 0.36), rgba(5, 22, 46, 0.54));
  box-shadow: 0 18px 34px rgba(6, 22, 44, 0.35);
  text-align: center;
  padding: clamp(1.5rem, 4vw, 2.8rem);
}

.c-final-cta h2 {
  margin: 0;
  color: #eef8ff;
  font-size: clamp(1.55rem, 3.5vw, 2.35rem);
}

.c-final-cta p {
  margin: 0.9rem auto 0;
  max-width: 56ch;
  color: #d9f3ff;
}

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

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.66rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
}

.c-btn--primary {
  color: #061225;
  background: linear-gradient(135deg, #67d6ff 0%, #1d80ff 100%);
  box-shadow: 0 10px 24px rgba(23, 135, 255, 0.34);
}

.c-btn--ghost-dark {
  color: #dff2ff;
  border-color: rgba(141, 214, 255, 0.46);
  background: rgba(8, 29, 56, 0.6);
}

@media (min-width: 760px) {
  .l-grid--services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
  }

  .l-grid--process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .l-grid--services {
    gap: 1.2rem;
  }
}
