﻿:root {
  --metodo-navy: #061f53;
  --metodo-blue: #006dff;
  --metodo-sky: #eaf7ff;
  --metodo-ink: #17375e;
  --metodo-muted: #536b88;
  --metodo-line: rgba(13, 100, 202, 0.14);
  --metodo-card: #ffffff;
  --metodo-shadow: 0 18px 42px rgba(9, 56, 122, 0.12);
  --metodo-soft-shadow: 0 10px 24px rgba(10, 58, 126, 0.09);
  --metodo-radius: 8px;
}

body.s-metodo {
  background: #f8fbff;
}

body.s-metodo main {
  overflow: hidden;
  color: var(--metodo-ink);
  font-family: "Segoe UI", "Trebuchet MS", Arial, sans-serif;
}

.s-metodo main section {
  padding: 4.4rem 0;
}

.s-metodo .l-container {
  width: min(100% - var(--layout-page-gutter), 1180px);
}

.s-metodo h1,
.s-metodo h2,
.s-metodo h3,
.s-metodo p {
  margin: 0;
}

.s-metodo h1,
.s-metodo h2,
.s-metodo h3 {
  color: var(--metodo-navy);
  line-height: 1.15;
  letter-spacing: 0;
}

.c-eyebrow {
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #1268c4;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
}

.s-metodo-hero {
  position: relative;
  min-height: 34rem;
  display: grid;
  align-items: center;
  padding-top: 6.4rem;
  padding-bottom: 8.4rem;
  background:
    linear-gradient(90deg, rgba(248, 252, 255, 0.99) 0%, rgba(248, 252, 255, 0.93) 43%, rgba(248, 252, 255, 0.2) 75%),
    url("/assets/img/como-trabajamos-hero-process-transparent-v1.png") right center / min(68rem, 66%) auto no-repeat,
    radial-gradient(circle at 86% 35%, rgba(100, 203, 255, 0.22), transparent 26rem),
    linear-gradient(112deg, #f9fcff 0%, #eef8ff 49%, #dff3ff 100%);
}

.s-metodo-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 9rem;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.9));
  pointer-events: none;
}

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

.s-metodo-hero h1 {
  max-width: 15.7ch;
  font-size: 2.7rem;
  font-weight: 800;
}

.s-metodo-hero strong {
  color: var(--metodo-blue);
}

.c-lead {
  max-width: 43rem;
  margin-top: 1.35rem;
  color: #183858;
  font-size: 1rem;
  line-height: 1.8;
}

.c-lead--dark {
  color: var(--metodo-muted);
}

.c-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.65rem;
}

.s-metodo main .c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.76rem 1.45rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
}

.s-metodo main .c-btn--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #0058f4, #0788ff);
  box-shadow: 0 14px 28px rgba(0, 100, 240, 0.25);
}

.s-metodo main .c-btn--secondary {
  color: #0d5ca8;
  border-color: rgba(14, 93, 180, 0.12);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 22px rgba(13, 63, 128, 0.08);
}

.s-metodo-overview {
  position: relative;
  z-index: 2;
  margin-top: -6.25rem;
  padding-top: 0;
  background: transparent;
}

.c-method-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.8rem;
  align-items: center;
  max-width: 57.6rem;
  margin: 0 auto;
  padding: 1.75rem 2rem;
  border: 1px solid var(--metodo-line);
  border-radius: var(--metodo-radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--metodo-shadow);
}

.c-method-card h2 {
  font-size: 1.55rem;
}

.c-method-card p {
  max-width: 47rem;
  margin-top: 0.8rem;
  color: var(--metodo-muted);
  font-size: 0.98rem;
  line-height: 1.72;
}

.s-metodo-fases {
  padding-top: 3rem;
  background: linear-gradient(180deg, #f8fcff 0%, #eef7ff 100%);
}

.c-section-rule {
  display: block;
  width: 2.2rem;
  height: 2px;
  margin-bottom: 1rem;
  background: #1b78c7;
}

.s-metodo-fases h2,
.s-metodo-valor h2,
.s-metodo-diferenciador h2,
.s-metodo-capacidades h2 {
  max-width: 28rem;
  font-size: 1.85rem;
  font-weight: 800;
}

.l-grid {
  display: grid;
}

.l-grid--phases {
  position: relative;
  margin-top: 2rem;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.c-phase-card {
  position: relative;
  min-height: 25rem;
  padding: 1.55rem;
  border: 1px solid var(--metodo-line);
  border-radius: var(--metodo-radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--metodo-soft-shadow);
}

.c-phase-head {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.c-phase-card__num {
  color: #006dff;
  font-size: 1rem;
  font-weight: 900;
}

.c-phase-card h3 {
  margin-top: 1.05rem;
  font-size: 1.2rem;
}

.c-phase-card > p {
  margin-top: 0.8rem;
  color: var(--metodo-muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

.c-icon-list {
  display: grid;
  gap: 0.52rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.c-icon-list li {
  position: relative;
  padding-left: 1.45rem;
  color: #214365;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.45;
}

.c-icon-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.36rem;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  background:
    linear-gradient(135deg, #ffffff 0 26%, transparent 27%),
    linear-gradient(135deg, #20c5ff, #006dff);
  box-shadow: 0 0 0 0.16rem rgba(0, 109, 255, 0.08);
}

.c-result {
  margin-top: 1.05rem;
  color: #284c70;
  font-size: 0.89rem;
  line-height: 1.65;
}

.c-result strong {
  color: var(--metodo-navy);
}

.s-metodo-valor,
.s-metodo-diferenciador,
.s-metodo-capacidades {
  background:
    radial-gradient(circle at 90% 18%, rgba(39, 200, 255, 0.1), transparent 25rem),
    linear-gradient(180deg, #f8fcff 0%, #f3f9ff 100%);
}

.l-grid--value,
.l-grid--differentiators,
.l-grid--capacity {
  margin-top: 1.5rem;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.c-mini-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  min-height: 4.7rem;
  padding: 0.95rem 1.05rem;
  border: 1px solid var(--metodo-line);
  border-radius: var(--metodo-radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--metodo-soft-shadow);
}

.c-mini-card p {
  color: #254466;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.45;
}

.c-mini-card h3 {
  font-size: 1rem;
  font-weight: 800;
}

.c-mini-card h3 + p,
.c-mini-card--large p {
  margin-top: 0.32rem;
  color: var(--metodo-muted);
  font-weight: 600;
}

.s-metodo-diferenciador {
  border-top: 1px solid rgba(16, 98, 188, 0.08);
}

.s-metodo-diferenciador .c-lead,
.s-metodo-capacidades .c-lead {
  margin-top: 1rem;
}

.s-metodo-cta {
  padding: 2rem 0;
  background:
    linear-gradient(155deg, rgba(0, 108, 255, 0.24), transparent 38%),
    linear-gradient(24deg, transparent 65%, rgba(0, 117, 255, 0.22) 65.4%, transparent 66.8%),
    #02122e;
}

.c-final-cta {
  max-width: 62rem;
  margin: 0 auto;
  padding: 2.2rem 1.3rem;
  text-align: center;
  border: 1px solid rgba(25, 128, 255, 0.72);
  border-radius: var(--metodo-radius);
  background:
    radial-gradient(circle at 50% 0, rgba(0, 125, 255, 0.22), transparent 32rem),
    rgba(1, 20, 49, 0.76);
  box-shadow:
    0 0 0 2px rgba(0, 109, 255, 0.16),
    0 0 28px rgba(0, 109, 255, 0.54),
    inset 0 0 34px rgba(0, 109, 255, 0.18);
}

.c-final-cta h2 {
  color: #ffffff;
  font-size: 1.75rem;
}

.c-final-cta p {
  max-width: 42rem;
  margin: 1rem auto 0;
  color: #d8eaff;
  line-height: 1.72;
}

.c-final-cta .c-actions {
  justify-content: center;
}

.s-metodo main .c-btn--ghost-dark {
  color: #ffffff;
  border-color: rgba(116, 181, 255, 0.35);
  background: rgba(1, 19, 48, 0.56);
}

.c-process-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 3.7rem;
  height: 3.7rem;
  border-radius: var(--metodo-radius);
  color: #006dff;
  background: linear-gradient(145deg, #edf7ff, #ffffff);
}

.c-method-card > .c-process-icon {
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #eef7ff, #f7fbff);
}

.c-mini-card .c-process-icon,
.c-phase-card .c-process-icon {
  width: 3.15rem;
  height: 3.15rem;
}

.c-process-icon::before {
  display: none;
}

.c-process-icon img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.c-method-card > .c-process-icon img {
  width: 3rem;
  height: 3rem;
}

@media (min-width: 760px) {
  .s-metodo .l-container {
    width: min(100% - 4rem, 1180px);
  }

  .s-metodo-hero h1 {
    font-size: 4rem;
  }

  .c-lead {
    font-size: 1.06rem;
  }

  .s-metodo-fases h2,
  .s-metodo-valor h2,
  .s-metodo-diferenciador h2,
  .s-metodo-capacidades h2 {
    font-size: 2.2rem;
  }

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

  .l-grid--differentiators,
  .l-grid--capacity {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .s-metodo main section {
    padding: 5.25rem 0;
  }

  .s-metodo .l-container {
    width: min(100% - 9rem, 1180px);
  }

  .s-metodo-hero {
    min-height: 36rem;
  }

  .l-grid--phases {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.4rem;
  }

  .l-grid--phases::before {
    content: "";
    position: absolute;
    top: 5.5rem;
    left: 21%;
    right: 21%;
    height: 2px;
    background: linear-gradient(90deg, rgba(0, 109, 255, 0.08), rgba(0, 109, 255, 0.72), rgba(0, 109, 255, 0.08));
  }

  .c-phase-card::after {
    content: "";
    position: absolute;
    top: 5.18rem;
    right: -1.92rem;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 999px;
    border: 0.24rem solid #ffffff;
    background: var(--metodo-blue);
    box-shadow: 0 0 0 0.18rem rgba(0, 109, 255, 0.16);
  }

  .c-phase-card:last-child::after {
    display: none;
  }

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

  .c-mini-card--wide {
    grid-column: span 2;
  }

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

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

@media (min-width: 1180px) {
  .s-metodo-hero h1 {
    font-size: 4.55rem;
  }

  .s-metodo-fases h2,
  .s-metodo-valor h2,
  .s-metodo-diferenciador h2,
  .s-metodo-capacidades h2 {
    font-size: 2.45rem;
  }
}

@media (max-width: 759px) {
  .s-metodo main section {
    padding: 3.5rem 0;
  }

  .s-metodo-hero {
    min-height: auto;
    padding-top: 4.4rem;
    padding-bottom: 5.4rem;
    background:
      linear-gradient(180deg, rgba(248, 252, 255, 0.99) 0%, rgba(248, 252, 255, 0.88) 62%, rgba(248, 252, 255, 0.3) 100%),
      url("/assets/img/como-trabajamos-hero-process-transparent-v1.png") 78% bottom / 62rem auto no-repeat,
      radial-gradient(circle at 82% 36%, rgba(100, 203, 255, 0.18), transparent 19rem),
      linear-gradient(112deg, #f9fcff 0%, #eef8ff 49%, #dff3ff 100%);
  }

  .s-metodo-hero h1 {
    max-width: 16ch;
    font-size: 2.55rem;
  }

  .c-method-card,
  .c-mini-card {
    grid-template-columns: 1fr;
  }

  .c-method-card {
    padding: 1.35rem;
  }

  .c-method-card > .c-process-icon {
    width: 4.4rem;
    height: 4.4rem;
  }

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

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

  .s-metodo-overview {
    margin-top: -3.75rem;
  }

  .c-phase-card {
    min-height: auto;
    padding: 1.25rem;
  }

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

/* Visual coherence pass: align method page with HOME language */
body.s-metodo {
  --metodo-radius: 8px;
  --metodo-blue: #006dff;
  --metodo-navy: #071b46;
  --metodo-shadow: 0 18px 38px rgba(32, 82, 145, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  --metodo-soft-shadow: 0 14px 28px rgba(32, 82, 145, 0.09);
}

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

.s-metodo .c-eyebrow {
  color: #006dff;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.s-metodo-hero {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(2, 10, 29, 0.94) 0%, rgba(2, 12, 34, 0.86) 44%, rgba(2, 12, 34, 0.44) 72%, rgba(2, 12, 34, 0.2) 100%),
    url("/assets/img/como-trabajamos-hero-process-transparent-v1.png") right center / min(68rem, 66%) auto no-repeat,
    radial-gradient(circle at 18% 35%, rgba(31, 116, 255, 0.28), transparent 22rem),
    radial-gradient(circle at 87% 35%, rgba(20, 217, 255, 0.18), transparent 28rem),
    linear-gradient(135deg, #01081d 0%, #021136 48%, #041646 100%);
}

.s-metodo-hero::after {
  background: linear-gradient(180deg, transparent, rgba(0, 8, 24, 0.56));
}

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

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

.s-metodo-hero strong {
  color: #1675ff;
}

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

.s-metodo .c-method-card,
.s-metodo .c-phase-card,
.s-metodo .c-mini-card,
.s-metodo .c-final-cta {
  border-radius: 8px;
  border-color: rgba(20, 81, 142, 0.13);
  box-shadow: var(--metodo-shadow);
}

.s-metodo .c-process-icon {
  border-radius: 999px;
  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 12px 24px rgba(0, 109, 255, 0.12), 0 0 28px rgba(0, 109, 255, 0.16);
}

.s-metodo main .c-btn--primary,
.s-metodo .c-meeting-link {
  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-metodo main .c-btn--secondary {
  color: #0d5ca8;
  border-color: rgba(25, 99, 215, 0.22);
  background: rgba(255, 255, 255, 0.94);
}

.s-metodo-cta {
  background:
    radial-gradient(circle at 14% 30%, rgba(0, 109, 255, 0.34), transparent 22rem),
    radial-gradient(circle at 88% 20%, rgba(20, 217, 255, 0.14), transparent 24rem),
    linear-gradient(135deg, #031735 0%, #06275a 48%, #031735 100%);
}

.s-metodo-cta .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);
}

@media (max-width: 759px) {
  .s-metodo-hero {
    background:
      linear-gradient(180deg, rgba(2, 10, 29, 0.96) 0%, rgba(2, 12, 34, 0.78) 62%, rgba(2, 12, 34, 0.52) 100%),
      url("/assets/img/como-trabajamos-hero-process-transparent-v1.png") 78% bottom / 62rem auto no-repeat,
      radial-gradient(circle at 82% 36%, rgba(20, 217, 255, 0.18), transparent 19rem),
      linear-gradient(135deg, #01081d 0%, #021136 48%, #041646 100%);
  }
}

/* Hero typography normalization against the HOME visual language. */
.s-metodo-hero .c-eyebrow {
  margin: 0 0 0.9rem;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.18em;
}

.s-metodo-hero h1 {
  max-width: 18ch;
  font-size: clamp(2.15rem, 4.2vw, 3.45rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.s-metodo-hero .c-lead {
  max-width: 38rem;
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.62;
}

@media (max-width: 759px) {
  .s-metodo-hero h1 {
    max-width: 18ch;
    font-size: clamp(2rem, 9vw, 2.55rem);
  }
}

/* Restore internal banner to the previous light treatment. */
.s-metodo-hero {
  background:
    linear-gradient(90deg, rgba(248, 252, 255, 0.99) 0%, rgba(248, 252, 255, 0.93) 43%, rgba(248, 252, 255, 0.2) 75%),
    url("/assets/img/como-trabajamos-hero-process-transparent-v1.png") right center / min(68rem, 66%) auto no-repeat,
    radial-gradient(circle at 86% 35%, rgba(100, 203, 255, 0.22), transparent 26rem),
    linear-gradient(112deg, #f9fcff 0%, #eef8ff 49%, #dff3ff 100%);
}

.s-metodo-hero::after {
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.9));
}

.s-metodo-hero .c-eyebrow {
  margin: 0 0 1rem;
  color: #1268c4;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0;
}

.s-metodo-hero h1 {
  max-width: 15.7ch;
  color: #061f53;
  font-size: 2.7rem;
  font-weight: 800;
  line-height: 1.15;
  text-shadow: none;
}

.s-metodo-hero strong {
  color: #006dff;
}

.s-metodo-hero .c-lead {
  max-width: 43rem;
  margin-top: 1.35rem;
  color: #183858;
  font-size: 1rem;
  line-height: 1.8;
}

@media (min-width: 760px) {
  .s-metodo-hero h1 {
    font-size: 4rem;
  }

  .s-metodo-hero .c-lead {
    font-size: 1.06rem;
  }
}

@media (min-width: 1180px) {
  .s-metodo-hero h1 {
    font-size: 4.55rem;
  }
}

@media (max-width: 759px) {
  .s-metodo-hero {
    background:
      linear-gradient(180deg, rgba(248, 252, 255, 0.99) 0%, rgba(248, 252, 255, 0.88) 62%, rgba(248, 252, 255, 0.3) 100%),
      url("/assets/img/como-trabajamos-hero-process-transparent-v1.png") 78% bottom / 62rem auto no-repeat,
      radial-gradient(circle at 82% 36%, rgba(100, 203, 255, 0.18), transparent 19rem),
      linear-gradient(112deg, #f9fcff 0%, #eef8ff 49%, #dff3ff 100%);
  }

  .s-metodo-hero h1 {
    max-width: 16ch;
    font-size: 2.55rem;
  }
}

/* Index-aligned hero pass: replace the SVG hero with a transparent PNG and normalize type. */
.s-metodo-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/como-trabajamos-hero-process-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-metodo-hero::after {
  height: 7.5rem;
  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-metodo-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-transform: uppercase;
}

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

.s-metodo-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-metodo-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-metodo-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-metodo-hero strong {
  color: #006dff;
}

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

@media (max-width: 759px) {
  .s-metodo-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/como-trabajamos-hero-process-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-metodo-hero h1 {
    max-width: 16ch;
    font-size: clamp(2rem, 9vw, 2.55rem);
  }

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

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

  .s-metodo .c-method-card,
  .s-metodo .c-mini-card,
  .s-metodo .c-mini-card--large {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .s-metodo .c-phase-card,
  .s-metodo .c-mini-card,
  .s-metodo .c-final-cta {
    min-height: auto;
  }

  .s-metodo .c-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-metodo-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/como-trabajamos-hero-process-light-v2.png") center / cover no-repeat,
    linear-gradient(112deg, #f8fbff 0%, #edf7ff 52%, #dff2ff 100%);
}

.s-metodo-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-metodo .s-metodo-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-metodo .s-metodo-hero strong {
  font-weight: 700;
}

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

body.s-metodo .s-metodo-fases h2,
body.s-metodo .s-metodo-valor h2,
body.s-metodo .s-metodo-diferenciador h2,
body.s-metodo .s-metodo-capacidades h2,
body.s-metodo .c-final-cta h2 {
  font-size: clamp(1.55rem, 2.45vw, 2.05rem);
  font-weight: 900;
  line-height: 1.16;
}

body.s-metodo .l-grid--phases,
body.s-metodo .l-grid--value,
body.s-metodo .l-grid--differentiators,
body.s-metodo .l-grid--capacity {
  margin-top: clamp(2rem, 3.2vw, 2.7rem);
}

body.s-metodo .c-method-card,
body.s-metodo .c-phase-card,
body.s-metodo .c-mini-card {
  border-radius: 8px;
}

body.s-metodo .c-method-card {
  align-items: start;
  gap: 1.25rem;
}

body.s-metodo .c-method-card h2,
body.s-metodo .c-phase-card h3,
body.s-metodo .c-mini-card h3 {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

body.s-metodo .c-method-card p,
body.s-metodo .c-phase-card > p,
body.s-metodo .c-result,
body.s-metodo .c-mini-card p,
body.s-metodo .c-final-cta p {
  font-size: 0.92rem;
  line-height: 1.62;
}

body.s-metodo .c-icon-list {
  gap: 0.72rem;
  margin-top: 1.05rem;
}

body.s-metodo .c-icon-list li {
  font-size: 0.88rem;
  line-height: 1.45;
}

body.s-metodo .c-process-icon,
body.s-metodo .c-method-card > .c-process-icon,
body.s-metodo .c-mini-card .c-process-icon,
body.s-metodo .c-phase-card .c-process-icon {
  width: 3.05rem;
  height: 3.05rem;
  border-radius: 999px;
}

body.s-metodo .c-method-card > .c-process-icon {
  align-self: start;
}

body.s-metodo .c-process-icon img,
body.s-metodo .c-method-card > .c-process-icon img {
  width: 1.4rem;
  height: 1.4rem;
  object-fit: contain;
}

@media (max-width: 759px) {
  .s-metodo-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/como-trabajamos-hero-process-light-v2.png") 66% center / cover no-repeat,
      linear-gradient(112deg, #f8fbff 0%, #edf7ff 52%, #dff2ff 100%);
  }

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

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

/* Review pass: separate the intro card from the hero and remove the dark final CTA background. */
body.s-metodo .s-metodo-overview {
  margin-top: 0;
  padding-top: clamp(3rem, 5vw, 4.5rem);
  background: transparent;
}

body.s-metodo .s-metodo-cta {
  padding: clamp(4.2rem, 7vw, 6.5rem) 0;
  background: transparent;
}

body.s-metodo .s-metodo-cta .c-final-cta {
  max-width: 60rem;
  padding: clamp(2.4rem, 5vw, 4rem) clamp(1.5rem, 5vw, 4.8rem);
  color: #071b46;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.s-metodo .s-metodo-cta .c-final-cta h2 {
  margin-inline: auto;
  color: #071b46;
  text-align: center;
}

body.s-metodo .s-metodo-cta .c-final-cta p {
  max-width: 42rem;
  margin-inline: auto;
  color: #253a5d;
  text-align: center;
}

body.s-metodo .s-metodo-cta .c-final-cta .c-actions {
  justify-content: center;
}

body.s-metodo .s-metodo-cta .c-btn--ghost-dark {
  color: #0d5ca8;
  border-color: rgba(25, 99, 215, 0.24);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 22px rgba(13, 63, 128, 0.08);
}

body.s-metodo .s-metodo-valor > .l-container > .c-eyebrow,
body.s-metodo .s-metodo-diferenciador > .l-container > .c-eyebrow,
body.s-metodo .s-metodo-capacidades > .l-container > .c-eyebrow {
  display: block;
  margin-bottom: clamp(1.35rem, 2vw, 1.75rem);
}

body.s-metodo .s-metodo-hero .c-eyebrow {
  position: relative;
  display: inline-block;
  padding-right: 3.9rem;
}

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

body.s-metodo .s-metodo-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);
}

body.s-metodo .s-metodo-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));
}

