:root {
  --e-blue: #2759a2;
  --e-blue-dark: #102a4e;
  --e-navy: #08182c;
  --e-red: #d93f4d;
  --e-ink: #102642;
  --e-text: #263747;
  --e-muted: #64717d;
  --e-white: #fff;
  --e-off: #f3f4f5;
  --e-line: #d7dce1;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.editorial-page {
  margin: 0;
  overflow-x: hidden;
  color: var(--e-text);
  background: var(--e-white);
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.62;
}

.editorial-page img {
  display: block;
  max-width: 100%;
}

.editorial-page a {
  color: inherit;
}

.editorial-page h1,
.editorial-page h2,
.editorial-page h3,
.editorial-page h4 {
  margin-top: 0;
  color: var(--e-ink);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-weight: 750;
  line-height: .98;
}

.editorial-page h2 {
  margin-bottom: 1.4rem;
  font-size: clamp(2.8rem, 5.5vw, 5.35rem);
  letter-spacing: -.035em;
}

.e-wrap {
  width: min(100% - 2.2rem, 79rem);
  margin-inline: auto;
}

.e-kicker {
  display: flex;
  align-items: center;
  margin: 0 0 1rem;
  color: var(--e-blue);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  gap: .8rem;
}

.e-kicker::before {
  width: 2.7rem;
  height: 3px;
  flex: 0 0 auto;
  background: var(--e-red);
  content: "";
}

.e-kicker--light {
  color: #fff;
}

.e-button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  padding: .8rem 1.45rem;
  border: 2px solid var(--e-red);
  border-radius: 1px;
  color: #fff;
  background: #c52f3f;
  font-weight: 900;
  letter-spacing: .035em;
  text-decoration: none;
  text-transform: uppercase;
  transition: box-shadow 150ms ease, transform 150ms ease;
}

.e-button:hover {
  box-shadow: -5px 5px 0 var(--e-blue);
  transform: translate(4px, -4px);
}

.e-button--line {
  border-color: currentColor;
  color: currentColor;
  background: transparent;
}

.editorial-page a.e-button:not(.e-button--line) {
  color: #fff;
  background: #c52f3f;
}

.e-hero {
  position: relative;
  display: grid;
  min-height: clamp(39rem, 78vh, 53rem);
  overflow: hidden;
  align-items: end;
  color: #fff;
  background: var(--e-navy);
  isolation: isolate;
}

.e-hero::before,
.e-hero::after {
  position: absolute;
  inset: 0;
  content: "";
}

.e-hero--text::before {
  background: linear-gradient(135deg, #07182c 0 62%, #173f76 62% 82%, #0f2444 82%);
  transform: none;
}

.e-hero::before {
  z-index: -2;
  background: var(--e-hero-image) center / cover no-repeat;
  transform: scale(1.015);
}

.e-hero::after {
  z-index: -1;
  background: linear-gradient(90deg, rgb(8 24 44 / .97) 0%, rgb(8 24 44 / .82) 42%, rgb(8 24 44 / .2) 80%);
}

.e-hero--compact {
  min-height: clamp(31rem, 62vh, 43rem);
}

.e-hero__inner {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding-block: clamp(5rem, 10vw, 8rem) clamp(4.5rem, 8vw, 6.5rem);
}

.e-hero__copy {
  width: 100%;
  min-width: 0;
  max-width: 47rem;
  padding-left: 0;
}

.e-hero .e-kicker {
  color: #fff;
}

.e-hero h1 {
  width: 100%;
  min-width: 0;
  max-width: 47rem;
  margin-bottom: 1.25rem;
  color: #fff;
  font-size: clamp(4.2rem, 8.2vw, 7.55rem);
  letter-spacing: -.045em;
  text-transform: uppercase;
  text-wrap: balance;
}

.e-hero--compact h1 {
  font-size: clamp(3.7rem, 7.5vw, 6.7rem);
}

.e-hero__lead {
  width: 100%;
  min-width: 0;
  max-width: 41rem;
  margin: 0;
  color: rgb(255 255 255 / .88);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.e-hero__actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  gap: .85rem;
}

.e-hero .e-button--line {
  color: #fff;
}

.e-seal {
  display: inline-grid;
  margin-top: 1.7rem;
  padding: .75rem 1rem .75rem 3.3rem;
  border-left: 4px solid var(--e-red);
  color: #fff;
  background: rgb(39 89 162 / .78);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.25;
}

.e-seal::before {
  position: absolute;
  width: 1.5rem;
  height: 1.8rem;
  margin: -.18rem 0 0 -2.3rem;
  border: 2px solid #fff;
  clip-path: polygon(50% 0, 100% 18%, 91% 75%, 50% 100%, 9% 75%, 0 18%);
  content: "✓";
  font-size: 1rem;
  line-height: 1.45rem;
  text-align: center;
}

.e-seal small {
  color: rgb(255 255 255 / .72);
  font-size: .7rem;
  font-weight: 600;
}

.e-hero__pending {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: .48rem .72rem;
  color: #fff;
  background: var(--e-red);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.e-hero--product::before {
  display: none;
}

.e-hero--product::after {
  background:
    radial-gradient(circle at 75% 48%, rgb(39 89 162 / .48), transparent 32rem),
    linear-gradient(100deg, #061324 0%, #102a4e 58%, #07101d 100%);
}

.e-hero--product .e-hero__copy {
  max-width: 42rem;
}

.e-hero__product {
  position: absolute;
  z-index: 0;
  right: max(2vw, calc((100vw - 79rem) / 2));
  bottom: 1rem;
  width: min(47vw, 43rem);
  max-height: 89%;
  object-fit: contain;
  filter: drop-shadow(0 2rem 2rem rgb(0 0 0 / .45));
}

.e-signal {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  color: #fff;
  background: var(--e-blue);
  clip-path: polygon(0 0, 100% 0, calc(100% - 1.7rem) 100%, 0 100%);
}

.e-signal__list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.e-signal li {
  position: relative;
  padding: 1.55rem 1.2rem 1.55rem 1.7rem;
}

.e-signal li::before {
  position: absolute;
  top: 1.5rem;
  bottom: 1.5rem;
  left: .55rem;
  width: 3px;
  background: var(--e-red);
  content: "";
}

.e-signal strong {
  display: block;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
  line-height: 1;
}

.e-signal span {
  display: block;
  margin-top: .35rem;
  color: rgb(255 255 255 / .74);
  font-size: .76rem;
}

.e-editorial {
  padding-block: clamp(6rem, 11vw, 10rem);
  overflow: hidden;
}

.e-editorial__grid {
  display: grid;
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  grid-template-columns: minmax(0, .87fr) minmax(0, 1.13fr);
}

.e-editorial--reverse .e-editorial__grid {
  grid-template-columns: minmax(0, 1.13fr) minmax(0, .87fr);
}

.e-editorial--reverse .e-editorial__media {
  order: -1;
}

.e-editorial__copy {
  position: relative;
  padding-left: 2.2rem;
  border-left: 5px solid var(--e-blue);
}

.e-editorial__copy::after {
  position: absolute;
  top: 0;
  left: -5px;
  width: 5px;
  height: 5rem;
  background: var(--e-red);
  content: "";
}

.e-editorial__copy h2 {
  max-width: 34rem;
}

.e-editorial__copy > p:not(.e-kicker) {
  max-width: 37rem;
}

.e-editorial__lead {
  color: var(--e-ink);
  font-size: 1.15rem;
  font-weight: 750;
}

.e-editorial--text .e-wrap {
  max-width: 68rem;
}

.e-editorial--text .e-section-head,
.e-editorial--text .e-editorial__copy {
  max-width: 56rem;
  margin-inline: auto;
}

.e-editorial__media {
  position: relative;
  min-height: 33rem;
  border-bottom: 7px solid var(--e-red);
}

.e-editorial__media::before {
  position: absolute;
  z-index: 1;
  top: .75rem;
  bottom: -.55rem;
  left: -.6rem;
  width: .6rem;
  background: var(--e-red);
  content: "";
}

.e-editorial__media img {
  width: 100%;
  height: 33rem;
  object-fit: cover;
}

.e-photo-caption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: .7rem;
  padding: .48rem .7rem;
  color: #fff;
  background: var(--e-red);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.e-list {
  display: grid;
  margin: 1.8rem 0 0;
  padding: 0;
  list-style: none;
  gap: .7rem;
}

.e-list li {
  position: relative;
  padding-left: 1.45rem;
  color: var(--e-ink);
  font-weight: 750;
}

.e-list li::before {
  position: absolute;
  top: .7em;
  left: 0;
  width: .7rem;
  height: 3px;
  background: var(--e-red);
  content: "";
}

.e-feature-band {
  padding-block: clamp(5rem, 9vw, 8rem);
  background: var(--e-off);
}

.e-feature-band__head {
  display: grid;
  align-items: end;
  margin-bottom: 3.5rem;
  gap: 2.5rem;
  grid-template-columns: 1.25fr .75fr;
}

.e-feature-band__head h2,
.e-feature-band__head p {
  margin-bottom: 0;
}

.e-feature-band__head p {
  color: var(--e-muted);
}

.e-feature-list {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid #bdc5cc;
  list-style: none;
}

.e-feature {
  display: grid;
  align-items: baseline;
  min-height: 8rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid #bdc5cc;
  gap: 1.5rem;
  grid-template-columns: 5.5rem minmax(12rem, .65fr) 1fr auto;
}

.e-feature__number {
  color: var(--e-red);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1;
}

.e-feature h3 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.e-feature p {
  margin: 0;
  color: var(--e-muted);
}

.e-feature a {
  color: var(--e-blue);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-decoration-color: var(--e-red);
  text-transform: uppercase;
  white-space: nowrap;
}

.e-dark {
  position: relative;
  min-height: 40rem;
  padding-block: clamp(7rem, 14vw, 12rem);
  overflow: hidden;
  color: #fff;
  background: var(--e-navy);
  isolation: isolate;
}

.e-dark::before,
.e-dark::after {
  position: absolute;
  inset: 0;
  content: "";
}

.e-dark::before {
  z-index: -2;
  background: var(--e-dark-image) center / cover no-repeat;
}

.e-dark::after {
  z-index: -1;
  background: linear-gradient(90deg, rgb(8 24 44 / .97), rgb(8 24 44 / .68));
}

.e-dark__copy {
  max-width: 53rem;
  margin-left: auto;
}

.e-dark h2 {
  color: #fff;
}

.e-dark p {
  max-width: 42rem;
  color: rgb(255 255 255 / .8);
  font-size: 1.12rem;
}

.e-process {
  padding-block: clamp(6rem, 11vw, 9rem);
}

.e-process__head {
  max-width: 48rem;
}

.e-process ol {
  margin: 3.5rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: e-step;
}

.e-process li {
  display: grid;
  align-items: baseline;
  padding: 1.5rem 0;
  border-top: 1px solid var(--e-line);
  counter-increment: e-step;
  gap: 1.5rem;
  grid-template-columns: 5.5rem minmax(12rem, .62fr) 1fr;
}

.e-process li::before {
  color: var(--e-red);
  content: "0" counter(e-step);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 2.7rem;
  font-weight: 800;
}

.e-process strong {
  color: var(--e-ink);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}

.e-process span {
  color: var(--e-muted);
}

.e-faq {
  padding-block: clamp(5rem, 9vw, 8rem);
  background: var(--e-off);
}

.e-faq__grid {
  display: grid;
  align-items: start;
  gap: clamp(3rem, 8vw, 7rem);
  grid-template-columns: .72fr 1.28fr;
}

.e-faq details {
  border-top: 1px solid #bfc6cc;
}

.e-faq details:last-child {
  border-bottom: 1px solid #bfc6cc;
}

.e-faq summary {
  padding: 1.25rem .2rem;
  color: var(--e-ink);
  cursor: pointer;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.45rem;
  font-weight: 750;
}

.e-faq details p {
  margin: 0;
  padding: 0 .2rem 1.35rem;
  color: var(--e-muted);
}

.e-note {
  margin-top: 1.5rem;
  padding: .9rem 1rem;
  border-left: 4px solid var(--e-red);
  color: #6e3038;
  background: #fff1f2;
  font-size: .88rem;
}

.e-cta {
  position: relative;
  padding-block: clamp(5.5rem, 10vw, 8.5rem);
  overflow: hidden;
  color: #fff;
  background: var(--e-blue);
}

.e-cta::after {
  position: absolute;
  top: -8rem;
  right: -7rem;
  width: 31rem;
  height: 31rem;
  border: 6rem solid rgb(255 255 255 / .06);
  border-radius: 50%;
  content: "";
}

.e-cta__grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: end;
  gap: 2.5rem;
  grid-template-columns: 1fr auto;
}

.e-cta h2 {
  max-width: 50rem;
  margin-bottom: .8rem;
  color: #fff;
}

.e-cta p {
  max-width: 42rem;
  margin: 0;
  color: rgb(255 255 255 / .8);
}

.e-hub {
  padding-block: clamp(6rem, 11vw, 10rem);
}

.e-hub__intro {
  max-width: 50rem;
  margin-bottom: 4.5rem;
  padding-left: 2rem;
  border-left: 5px solid var(--e-blue);
}

.e-hub__list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0;
}

.e-hub__item a {
  display: grid;
  min-height: 11rem;
  align-items: center;
  padding: 1.6rem 0;
  border-top: 1px solid var(--e-line);
  text-decoration: none;
  gap: 2rem;
  grid-template-columns: 5rem .7fr 1fr auto;
}

.e-hub__item:last-child a {
  border-bottom: 1px solid var(--e-line);
}

.e-hub__item:nth-child(even) a {
  margin-inline: 5vw -5vw;
  padding-inline: 5vw;
  background: var(--e-off);
}

.e-hub__number {
  color: var(--e-red);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
}

.e-hub__item h2,
.e-hub__item h3 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
}

.e-hub__item p {
  margin: 0;
  color: var(--e-muted);
}

.e-hub__arrow {
  color: var(--e-blue);
  font-size: 1.7rem;
  font-weight: 900;
}

.e-article {
  display: grid;
  padding-block: clamp(5rem, 9vw, 8rem);
  gap: clamp(3rem, 8vw, 7rem);
  grid-template-columns: minmax(0, 1fr) 19rem;
}

.e-article__body {
  max-width: 50rem;
  font-size: 1.08rem;
}

.e-article__body h2 {
  margin-top: 3.7rem;
  font-size: clamp(2.5rem, 4.5vw, 4rem);
}

.e-article__body h2:first-child {
  margin-top: 0;
}

.e-article__body p,
.e-article__body li {
  color: #3a4855;
}

.e-article__aside {
  height: max-content;
  padding-left: 1.3rem;
  border-left: 5px solid var(--e-red);
}

.e-article__aside strong {
  display: block;
  margin-bottom: .6rem;
  color: var(--e-ink);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.6rem;
}

.e-contact {
  display: grid;
  padding-block: clamp(5rem, 10vw, 9rem);
  gap: clamp(3rem, 8vw, 7rem);
  grid-template-columns: .78fr 1.22fr;
}

.e-contact__details {
  padding-left: 1.5rem;
  border-left: 5px solid var(--e-blue);
}

.e-contact__details address {
  display: grid;
  margin-top: 2rem;
  font-style: normal;
  gap: .75rem;
}

.e-form {
  padding: clamp(1.7rem, 4vw, 3.4rem);
  border-top: 6px solid var(--e-red);
  background: var(--e-off);
}

.e-form__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.e-form label {
  display: grid;
  color: var(--e-ink);
  font-size: .85rem;
  font-weight: 800;
  gap: .35rem;
}

.e-form label.e-form__full {
  grid-column: 1 / -1;
}

.e-form input,
.e-form select,
.e-form textarea {
  width: 100%;
  min-height: 3.2rem;
  padding: .7rem .8rem;
  border: 1px solid #aeb7bf;
  border-radius: 1px;
  color: var(--e-text);
  background: #fff;
  font: inherit;
}

.e-form textarea {
  min-height: 8rem;
  resize: vertical;
}

.e-form .e-button {
  margin-top: 1.2rem;
}

.e-form__micro {
  margin: .8rem 0 0;
  color: var(--e-muted);
  font-size: .76rem;
}

.e-area {
  width: min(100% - 2rem, 39rem);
  margin: 6rem auto 8rem;
  padding: clamp(2rem, 6vw, 4rem);
  border-top: 6px solid var(--e-red);
  background: var(--e-off);
}

.e-area label {
  display: grid;
  margin-top: 1rem;
  color: var(--e-ink);
  font-weight: 800;
  gap: .35rem;
}

.e-area input {
  width: 100%;
  min-height: 3.2rem;
  padding: .75rem;
  border: 1px solid #aeb7bf;
  background: #fff;
}

.e-area .e-button {
  width: 100%;
  margin-top: 1.4rem;
}

.e-simulator {
  display: grid;
  margin-block: clamp(5rem, 9vw, 8rem);
  overflow: hidden;
  color: #fff;
  background: var(--e-navy);
  grid-template-columns: .85fr 1.15fr;
}

.e-simulator__copy {
  padding: clamp(2rem, 6vw, 5rem);
}

.e-simulator__scene {
  position: relative;
  min-height: 37rem;
  background: linear-gradient(135deg, #102c52, #08182c);
}

.e-simulator__scene::after {
  position: absolute;
  inset: 0;
  background: rgb(8 24 44 / .25);
  content: "";
}

.e-simulator__point {
  position: absolute;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--e-red);
  box-shadow: 0 0 0 .8rem rgb(217 63 77 / .24);
}

.e-simulator__point:nth-child(1) { top: 24%; left: 68%; }
.e-simulator__point:nth-child(2) { top: 58%; left: 43%; }
.e-simulator__point:nth-child(3) { top: 70%; left: 79%; }

/* Home: recorrido comercial inspirado en la referencia 3D, con identidad GH. */
.home3-wrap {
  width: min(100% - 2.5rem, 78rem);
  margin-inline: auto;
}

.home3-label {
  margin: 0 0 1rem;
  color: #fff;
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.home3-label::before {
  display: inline-block;
  width: 2.5rem;
  height: 3px;
  margin-right: .8rem;
  background: var(--e-red);
  vertical-align: middle;
  content: "";
}

.home3-label--blue {
  color: var(--e-blue);
}

.home3-button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  padding: .8rem 1.35rem;
  border: 2px solid var(--e-red);
  border-radius: 0;
  color: #fff;
  background: #c52f3f;
  font: inherit;
  font-size: .83rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.home3-button:hover {
  box-shadow: -5px 5px 0 var(--e-blue);
  transform: translate(4px, -4px);
}

.home3-button--light {
  border-color: #fff;
  color: var(--e-navy);
  background: #fff;
}

.editorial-page a.home3-button--light {
  color: var(--e-blue-dark);
  border-color: #fff;
  background: #fff;
}

.editorial-page a.home3-button--light:hover,
.editorial-page a.home3-button--light:focus-visible {
  color: #fff;
  border-color: var(--e-red);
  background: var(--e-red);
  box-shadow: -5px 5px 0 #fff;
}

.home3-hero {
  position: relative;
  display: grid;
  min-height: clamp(46rem, calc(100vh - 8rem), 58rem);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 34% 45%, rgb(39 89 162 / .5), transparent 32rem),
    #050b13;
  grid-template-columns: minmax(0, 1.16fr) minmax(29rem, .84fr);
}

.home3-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 5px;
  background: var(--e-red);
  content: "";
}

.home3-hero__media {
  display: grid;
  min-width: 0;
  place-items: center;
  padding: clamp(1.2rem, 3vw, 3.5rem);
  background: #1b4e90;
}

.home3-hero__media img {
  width: min(100%, 48rem);
  height: auto;
  filter: none;
}

.home3-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 5vw, 5rem) clamp(2rem, 5vw, 5rem) clamp(3rem, 5vw, 5rem);
  background: linear-gradient(110deg, rgb(15 36 68 / .93), rgb(6 18 34 / .98));
}

.home3-hero__content h1 {
  max-width: 34rem;
  margin: 0 0 1.2rem;
  color: #fff;
  font-size: clamp(3.8rem, 5.4vw, 6.2rem);
  letter-spacing: -.035em;
  text-transform: none;
}

.home3-hero__content h1 span {
  color: var(--e-red);
}

.home3-hero__content > p:not(.home3-label) {
  max-width: 38rem;
  margin: 0 0 1.5rem;
  color: rgb(255 255 255 / .78);
  font-size: 1.08rem;
}

.home3-lead-form {
  display: grid;
  width: 100%;
  max-width: 39rem;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  color: var(--e-text);
  background: #fff;
  box-shadow: -9px 9px 0 var(--e-red);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem 1rem;
}

.home3-lead-form__offer,
.home3-lead-form h2,
.home3-lead-form .home3-check,
.home3-lead-form .home3-button,
.home3-lead-form > p {
  grid-column: 1 / -1;
}

.home3-lead-form__offer {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  color: var(--e-navy);
  gap: 0 .6rem;
}

.home3-lead-form__offer strong {
  color: var(--e-red);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 3.4rem;
  line-height: .9;
}

.home3-lead-form__offer span {
  font-size: 1.2rem;
  font-weight: 900;
}

.home3-lead-form__offer small {
  width: 100%;
  margin-top: .35rem;
  color: var(--e-muted);
  font-size: .73rem;
}

.home3-lead-form h2 {
  margin: .35rem 0 .15rem;
  color: var(--e-navy);
  font-size: 2rem;
}

.home3-lead-form label,
.home3-wizard__fields label,
.home3-newsletter label {
  display: grid;
  color: var(--e-ink);
  font-size: .74rem;
  font-weight: 850;
  gap: .25rem;
}

.home3-lead-form input,
.home3-lead-form select,
.home3-wizard input,
.home3-wizard select,
.home3-newsletter input {
  width: 100%;
  min-height: 2.75rem;
  padding: .6rem .7rem;
  border: 1px solid #aeb7bf;
  border-radius: 0;
  color: var(--e-text);
  background: #fff;
  font: inherit;
}

.home3-check {
  display: flex !important;
  align-items: flex-start;
  color: var(--e-muted) !important;
  font-size: .7rem !important;
  font-weight: 600 !important;
  line-height: 1.35;
  gap: .55rem !important;
}

.home3-check input {
  width: 1rem !important;
  min-height: 1rem !important;
  flex: 0 0 auto;
  margin-top: .12rem;
}

.home3-lead-form > p,
.home3-wizard fieldset > p,
.home3-newsletter form > p {
  margin: 0;
  color: var(--e-muted);
  font-size: .68rem;
  text-align: center;
}

.home3-dgp {
  display: grid;
  width: max-content;
  max-width: 100%;
  margin-top: 1.35rem;
  padding: .65rem .9rem;
  border-left: 4px solid var(--e-red);
  background: var(--e-blue);
  grid-template-columns: 1.3rem auto;
  column-gap: .55rem;
}

.home3-dgp > span {
  grid-row: 1 / 3;
}

.home3-dgp strong {
  font-size: .78rem;
}

.home3-dgp small {
  color: rgb(255 255 255 / .76);
  font-size: .66rem;
}

.home3-scroll {
  position: absolute;
  z-index: 4;
  bottom: 1.5rem;
  left: 50%;
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid rgb(255 255 255 / .55);
  color: #fff !important;
  text-decoration: none;
  transform: translateX(-50%);
  place-items: center;
}

.home3-intro {
  padding: clamp(5rem, 9vw, 8rem) 0 0;
  background: #fff;
}

.home3-intro__head,
.home3-technology__head {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, .72fr);
  gap: clamp(2rem, 7vw, 7rem);
}

.home3-intro h2,
.home3-reasons h2,
.home3-estimator h2,
.home3-technology h2,
.home3-featured h2,
.home3-clients h2,
.home3-app h2,
.home3-newsletter h2 {
  margin: 0;
  font-size: clamp(3.1rem, 6vw, 6.4rem);
  letter-spacing: -.04em;
}

.home3-intro__head > p,
.home3-technology__head > p {
  margin: 0 0 .5rem;
  color: var(--e-muted);
  font-size: 1.05rem;
}

.home3-benefits {
  display: grid;
  margin-block: clamp(3.5rem, 7vw, 6rem);
  border-top: 1px solid var(--e-line);
  border-bottom: 1px solid var(--e-line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home3-benefits article {
  min-height: 18rem;
  padding: 2.2rem clamp(1.25rem, 3vw, 2.6rem);
  border-left: 1px solid var(--e-line);
}

.home3-benefits article:first-child {
  border-left: 0;
}

.home3-benefits span {
  display: block;
  margin-bottom: 2.7rem;
  color: var(--e-red);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 3rem;
  font-weight: 800;
}

.home3-benefits h3 {
  margin-bottom: .9rem;
  font-size: 2rem;
}

.home3-benefits p {
  margin: 0;
  color: var(--e-muted);
}

.home3-family {
  position: relative;
  display: grid;
  min-height: 43rem;
  overflow: hidden;
  place-items: center start;
}

.home3-family::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(8 24 44 / .94), rgb(8 24 44 / .17) 70%);
  content: "";
}

.home3-family > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home3-family > div {
  position: relative;
  z-index: 2;
  width: min(100% - 2.5rem, 78rem);
  margin-inline: auto;
}

.home3-family h2 {
  max-width: 43rem;
  margin-bottom: 2rem;
  color: #fff;
  font-size: clamp(3.2rem, 6vw, 6rem);
}

.home3-reasons {
  padding: clamp(5rem, 9vw, 8rem) 0;
  background: var(--e-off);
}

.home3-reasons__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(26rem, .8fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.home3-reasons__items {
  border-top: 5px solid var(--e-red);
}

.home3-reasons__items article {
  display: grid;
  padding: 1.35rem 0;
  border-bottom: 1px solid #c9d0d7;
  grid-template-columns: 9rem 1fr;
  gap: 1rem;
}

.home3-reasons__items strong {
  color: var(--e-blue);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.45rem;
  text-transform: uppercase;
}

.home3-reasons__items p {
  margin: 0;
}

.home3-estimator {
  padding: clamp(5rem, 9vw, 8rem) 0;
  color: #fff;
  background: linear-gradient(90deg, #07172a, #0f2a4e);
}

.home3-estimator__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, .8fr) minmax(31rem, 1.2fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.home3-estimator h2 {
  color: #fff;
}

.home3-estimator__copy > p:not(.home3-label) {
  max-width: 39rem;
  color: rgb(255 255 255 / .78);
  font-size: 1.1rem;
}

.home3-estimator__copy small {
  display: block;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgb(255 255 255 / .25);
  color: rgb(255 255 255 / .62);
}

.home3-wizard {
  position: relative;
  min-height: 31rem;
  padding: clamp(1.7rem, 4vw, 3.2rem);
  color: var(--e-text);
  background: #fff;
  box-shadow: -12px 12px 0 var(--e-red);
}

.home3-wizard__status {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  color: var(--e-blue);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  gap: 1rem;
}

.home3-wizard__status i {
  display: block;
  height: 4px;
  flex: 1 1 auto;
  background: #dfe4e9;
}

.home3-wizard__status em {
  display: block;
  width: 25%;
  height: 100%;
  background: var(--e-red);
  transition: width 220ms ease;
}

.home3-wizard fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.home3-wizard fieldset[hidden] {
  display: none;
}

.home3-wizard legend {
  margin-bottom: 2rem;
  color: var(--e-navy);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  font-weight: 750;
  line-height: 1;
}

.home3-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}

.home3-options--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home3-options button {
  min-height: 5.25rem;
  padding: .8rem;
  border: 1px solid #aeb7bf;
  border-radius: 0;
  color: var(--e-navy);
  background: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: border-color 140ms ease, color 140ms ease, transform 140ms ease;
}

.home3-options button:hover,
.home3-options button:focus-visible {
  border-color: var(--e-red);
  color: var(--e-red);
  transform: translateY(-3px);
}

.home3-wizard__fields {
  display: grid;
  margin-bottom: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem 1rem;
}

.home3-wizard fieldset .home3-button {
  width: 100%;
  margin-top: 1rem;
}

.home3-wizard__back {
  position: absolute;
  bottom: 1rem;
  left: 1.2rem;
  padding: .4rem 0;
  border: 0;
  color: var(--e-muted);
  background: transparent;
  font: inherit;
  font-size: .75rem;
  font-weight: 800;
  cursor: pointer;
}

.home3-technology {
  padding: clamp(5rem, 9vw, 8rem) 0;
  overflow: hidden;
  background: #fff;
}

.home3-carousel {
  width: 100%;
}

.home3-carousel__controls {
  display: none;
}

.home3-components {
  display: flex;
  width: min(100% - 2.5rem, 90rem);
  margin: clamp(3rem, 6vw, 5rem) auto 0;
  overflow-x: auto;
  padding: .8rem .4rem 2rem;
  scroll-snap-type: x mandatory;
  gap: 1rem;
}

.home3-components article {
  display: grid;
  min-width: min(25rem, 72vw);
  min-height: 32rem;
  border: 1px solid var(--e-line);
  background: var(--e-off);
  scroll-snap-align: start;
  grid-template-rows: 20rem 1fr;
}

.home3-components article:nth-child(even) {
  transform: translateY(1.5rem);
}

.home3-components img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
}

.home3-component--camera img {
  padding: 1rem;
}

.home3-components article > div {
  padding: 1.5rem 1.6rem 1.8rem;
  border-top: 4px solid var(--e-red);
}

.home3-components h3 {
  margin-bottom: .65rem;
  font-size: 2rem;
}

.home3-components p {
  margin: 0;
  color: var(--e-muted);
}

.home3-featured {
  position: relative;
  display: grid;
  min-height: 43rem;
  color: #fff;
  background: var(--home3-featured) center / cover no-repeat;
  place-items: center start;
  isolation: isolate;
}

.home3-featured::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgb(6 18 34 / .96), rgb(6 18 34 / .26) 70%);
  content: "";
}

.home3-featured .home3-wrap > div {
  max-width: 46rem;
}

.home3-featured h2 {
  margin-bottom: 1.4rem;
  color: #fff;
}

.home3-featured p:not(.home3-label) {
  margin-bottom: 2rem;
  color: rgb(255 255 255 / .8);
  font-size: 1.1rem;
}

.home3-clients {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background: #f4f4f4;
  text-align: center;
}

.home3-clients .home3-label::before {
  display: none;
}

.home3-clients h2 {
  color: var(--e-blue);
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.home3-clients ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 4rem 0 0;
  padding: 0;
  list-style: none;
  gap: 3.5rem clamp(2.3rem, 5vw, 4.5rem);
}

.home3-clients li {
  display: grid;
  min-width: 6rem;
  min-height: 6rem;
  place-items: center;
}

.home3-clients li:nth-child(odd) {
  transform: translateY(-10px);
}

.home3-clients li:nth-child(even) {
  transform: translateY(10px);
}

.home3-clients img {
  width: auto;
  max-width: 11.25rem;
  max-height: 6.25rem;
  object-fit: contain;
}

.home3-clients img[src$="apuestas-de-murcia-oficial.png"] {
  max-width: 8.6rem;
  max-height: 8.6rem;
}

.home3-clients img[src$="altaona-golf-country-village-transparent.png"] {
  max-width: 13.8rem;
  max-height: 4rem;
}

.home3-clients img[src$="taolis.png"] {
  max-width: 12.5rem;
  max-height: 4.5rem;
}

.home3-clients li:nth-child(6) img {
  max-width: 5.6rem;
}

.home3-app {
  display: grid;
  min-height: 48rem;
  overflow: hidden;
  color: #fff;
  background: #050b13;
  grid-template-columns: minmax(0, 1.15fr) minmax(27rem, .85fr);
}

.home3-app__media {
  min-height: 42rem;
}

.home3-app__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home3-app__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 6vw, 6.5rem);
  border-left: 5px solid var(--e-red);
  background: var(--e-blue-dark);
}

.home3-app h2 {
  color: #fff;
}

.home3-app__content > p:not(.home3-label) {
  color: rgb(255 255 255 / .76);
}

.home3-app ol {
  margin: 1.5rem 0 2rem;
  padding: 0;
  list-style: none;
}

.home3-app li {
  display: grid;
  padding: 1rem 0;
  border-top: 1px solid rgb(255 255 255 / .18);
  grid-template-columns: 10rem 1fr;
  gap: 1rem;
}

.home3-app li strong {
  color: #fff;
}

.home3-app li span {
  color: rgb(255 255 255 / .65);
}

.home3-app .home3-button {
  align-self: flex-start;
}

.home3-newsletter {
  padding: clamp(5rem, 9vw, 8rem) 0;
  background: #fff;
}

.home3-newsletter__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(29rem, .8fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.home3-newsletter h2 {
  font-size: clamp(3.2rem, 5vw, 5.3rem);
}

.home3-newsletter form {
  display: grid;
  padding: 2rem;
  border-top: 6px solid var(--e-red);
  background: var(--e-off);
  gap: .9rem;
}

body[data-page="home"] .gh-site-header {
  box-shadow: 0 5px 0 rgb(8 24 44 / .16);
}

[hidden] {
  display: none !important;
}

/* Línea visual compartida con la página de Inicio */
.e-hero--center {
  min-height: clamp(40rem, 72vh, 50rem);
  align-items: stretch;
  border-bottom: 5px solid var(--e-red);
  background:
    radial-gradient(circle at 28% 45%, rgb(39 89 162 / .48), transparent 31rem),
    #050b13;
}

.e-hero--center::before {
  inset: 0 46% 0 0;
  background-position: center;
  transform: none;
}

.e-hero--center::after {
  inset: 0 0 0 54%;
  background: linear-gradient(110deg, rgb(15 36 68 / .94), rgb(6 18 34 / .99));
  box-shadow: -18px 0 35px rgb(0 0 0 / .2);
}

.e-hero--center .e-hero__inner {
  display: grid;
  min-height: inherit;
  align-items: center;
  padding-block: clamp(4rem, 8vw, 6.5rem);
  grid-template-columns: minmax(0, 1.16fr) minmax(27rem, .84fr);
}

.e-hero--center .e-hero__copy {
  grid-column: 2;
}

.e-hero--center .e-hero__copy,
.e-hero--center h1,
.e-hero--center .e-hero__lead {
  max-width: 36rem;
  margin-inline: auto;
  text-align: center;
}

.e-hero--center h1,
.e-hero--center.e-hero--compact h1 {
  font-size: clamp(3.5rem, 5.4vw, 6.15rem);
  letter-spacing: -.035em;
  text-transform: none;
}

.e-hero--center .e-kicker {
  justify-content: center;
}

.e-hero--center .e-hero__actions {
  justify-content: center;
}

.e-hero--center .e-seal {
  margin-inline: auto;
  text-align: left;
}

.e-section-head {
  max-width: 54rem;
  margin: 0 auto clamp(2.8rem, 6vw, 4.8rem);
  text-align: center;
}

.e-section-head h2 {
  margin-bottom: .9rem;
  font-size: clamp(3.1rem, 6vw, 6.2rem);
  text-wrap: balance;
}

.e-section-head > p:last-child {
  max-width: 47rem;
  margin: 0 auto;
  color: var(--e-muted);
  font-size: 1.08rem;
}

.e-editorial__grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(18rem, .88fr);
}

.e-editorial__copy {
  padding-block: 1.5rem;
}

.e-editorial__copy .e-list {
  margin-top: 1.5rem;
}

.e-text-link {
  display: inline-block;
  margin-top: 1.7rem;
  color: var(--e-blue);
  font-weight: 850;
  text-decoration-color: var(--e-red);
  text-underline-offset: .25rem;
}

.e-feature-band .e-section-head,
.e-process .e-section-head,
.e-hub .e-section-head,
.e-faq .e-section-head {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.e-faq__answers {
  max-width: 55rem;
  margin-inline: auto;
}

.e-article-section {
  padding-block: clamp(5rem, 9vw, 8rem);
}

.e-article-section .e-section-head {
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.e-article-section .e-article {
  padding-block: 0;
}

.e-quote {
  background: linear-gradient(105deg, #113769, #2759a2);
}

.e-quote::after {
  border-radius: 0;
  transform: rotate(12deg);
}

.e-quote__grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: start;
  gap: clamp(2.5rem, 7vw, 6rem);
  grid-template-columns: minmax(0, .8fr) minmax(28rem, 1.2fr);
}

.e-quote__copy {
  padding-top: 1rem;
}

.e-quote__copy h2 {
  font-size: clamp(3rem, 5vw, 5.5rem);
}

.e-quote__copy > a {
  display: inline-block;
  margin-top: 1.5rem;
  color: #fff;
  font-weight: 850;
  text-underline-offset: .3rem;
}

.e-quote__form {
  display: grid;
  padding: clamp(1.4rem, 3vw, 2.5rem);
  border-top: 6px solid var(--e-red);
  color: var(--e-ink);
  background: #fff;
  box-shadow: -10px 10px 0 rgb(8 24 44 / .3);
  gap: .9rem 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.e-quote__form label {
  display: grid;
  color: var(--e-ink);
  font-size: .82rem;
  font-weight: 800;
  gap: .35rem;
}

.e-quote__form input,
.e-quote__form textarea {
  width: 100%;
  min-height: 3rem;
  padding: .65rem .75rem;
  border: 1px solid #aeb7bf;
  border-radius: 1px;
  background: #fff;
  font: inherit;
}

.e-quote__form textarea {
  min-height: 6rem;
  resize: vertical;
}

.e-quote__full {
  grid-column: 1 / -1;
}

.e-quote__consent {
  display: flex !important;
  grid-template-columns: none !important;
  flex-direction: row;
  align-items: flex-start;
  color: var(--e-muted) !important;
  font-size: .76rem !important;
  font-weight: 600 !important;
  gap: .55rem !important;
}

.e-quote__consent input,
.e-form .e-quote__consent input {
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 0;
  margin-top: .12rem;
  padding: 0;
  accent-color: var(--e-red);
}

.e-quote__form .e-button {
  justify-self: start;
  cursor: pointer;
}

.e-inline-status {
  margin: .2rem 0 0 !important;
  padding: .65rem .8rem;
  border-left: 4px solid var(--e-blue);
  color: var(--e-ink) !important;
  background: var(--e-off);
  font-size: .8rem;
}

.e-inline-status[data-state="success"] {
  border-left-color: #2a8c59;
}

.e-inline-status[data-state="error"] {
  border-left-color: var(--e-red);
}

.e-contact-section {
  padding-block: clamp(5rem, 10vw, 9rem);
}

.e-contact-section .e-contact {
  padding-block: 0;
}

.e-contact__details h3,
.e-form h3,
.e-office__details h3 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.e-contact__details > p {
  margin-top: 2rem;
  color: var(--e-muted);
  font-size: .83rem;
}

.e-office {
  padding-block: clamp(5.5rem, 10vw, 9rem);
  overflow: hidden;
}

.e-office__grid {
  display: grid;
  align-items: stretch;
  gap: 0;
  grid-template-columns: minmax(0, 1.2fr) minmax(22rem, .8fr);
}

.e-office__grid figure {
  min-height: 35rem;
  margin: 0;
  border-bottom: 7px solid var(--e-red);
}

.e-office__grid img {
  width: 100%;
  height: 100%;
  min-height: 35rem;
  object-fit: cover;
}

.e-office__details {
  align-self: center;
  margin-left: -2.5rem;
  padding: clamp(2rem, 5vw, 4rem);
  border-left: 7px solid var(--e-red);
  color: #fff;
  background: var(--e-blue);
  box-shadow: -9px 9px 0 rgb(8 24 44 / .2);
}

.e-office__details h3 {
  color: #fff;
}

.e-office__details address {
  display: grid;
  margin: 1.5rem 0;
  font-style: normal;
  gap: .65rem;
}

.e-office__details a,
.e-office__details span {
  color: #fff;
}

.e-office__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1.5rem;
  gap: 1rem;
}

.e-office__actions .e-button {
  background: #c52f3f;
}

.e-office__actions .e-text-link {
  margin-top: 0;
  color: #fff;
}

.e-service-centre {
  position: relative;
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
  overflow: hidden;
  background: #f2f4f7;
}

.e-service-centre::before {
  position: absolute;
  top: 0;
  right: 0;
  width: min(34vw, 31rem);
  height: 7px;
  content: "";
  background: var(--e-red);
}

.e-service-centre__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(22rem, .9fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 7vw, 7rem);
}

.e-service-centre__visual {
  position: relative;
  display: grid;
  min-height: 27rem;
  padding: clamp(2rem, 5vw, 4rem);
  align-content: end;
  overflow: hidden;
  color: #fff;
  background: var(--e-navy);
  box-shadow: 10px 10px 0 var(--e-red);
}

.e-service-centre__visual::before,
.e-service-centre__visual::after {
  position: absolute;
  content: "";
  border: 2px solid rgb(255 255 255 / .18);
  transform: rotate(45deg);
}

.e-service-centre__visual::before {
  top: -7rem;
  right: -3rem;
  width: 19rem;
  height: 19rem;
}

.e-service-centre__visual::after {
  top: -1rem;
  right: 3rem;
  width: 10rem;
  height: 10rem;
  border-color: var(--e-red);
}

.e-service-centre__visual span,
.e-service-centre__visual small,
.e-service-centre__visual strong {
  position: relative;
  z-index: 1;
}

.e-service-centre__visual span {
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.e-service-centre__visual strong {
  margin-block: .15rem;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(6.5rem, 12vw, 10rem);
  line-height: .82;
}

.e-service-centre__visual small {
  font-size: 1rem;
  font-weight: 700;
}

.e-service-centre__copy {
  max-width: 41rem;
}

.e-service-centre__copy h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: .9;
}

.e-service-centre__copy > p:not(.e-kicker) {
  max-width: 36rem;
  color: var(--e-muted);
  font-size: 1.1rem;
}

.e-service-centre__copy address {
  margin: 1.8rem 0;
  padding: 1rem 0 1rem 1.2rem;
  border-left: 5px solid var(--e-red);
  color: var(--e-navy);
  font-size: 1.12rem;
  font-style: normal;
  font-weight: 800;
}

.e-coverage {
  padding-block: clamp(5rem, 9vw, 8rem);
  color: #fff;
  background: var(--e-navy);
}

.e-coverage .e-kicker,
.e-coverage .e-section-head > p:last-child {
  color: rgb(255 255 255 / .72);
}

.e-coverage h2 {
  color: #fff;
}

.e-coverage__links {
  display: grid;
  border-top: 1px solid rgb(255 255 255 / .2);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.e-coverage__links a {
  display: grid;
  min-height: 10rem;
  align-content: center;
  padding: 1.5rem;
  border-right: 1px solid rgb(255 255 255 / .2);
  color: #fff;
  text-decoration: none;
  gap: .35rem;
}

.e-coverage__links a:last-child {
  border-right: 0;
}

.e-coverage__links a:hover {
  background: var(--e-blue);
  transform: translateY(-4px);
}

.e-coverage__links strong {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 2.3rem;
}

.e-coverage__links span {
  color: rgb(255 255 255 / .7);
}

.e-distributors {
  padding-block: clamp(5rem, 9vw, 8rem);
  background: var(--e-off);
}

.e-data-pending {
  max-width: 48rem;
  margin-inline: auto;
  padding: 1.5rem 1.7rem;
  border-left: 6px solid var(--e-red);
  background: #fff;
}

.e-data-pending strong {
  color: var(--e-ink);
  font-size: 1.05rem;
}

.e-data-pending p {
  margin: .45rem 0 0;
  color: var(--e-muted);
}

.e-simple-cta {
  padding-block: 3rem;
  background: var(--e-off);
}

.e-simple-cta .e-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.e-simple-cta p {
  margin: 0;
  color: var(--e-ink);
  font-weight: 800;
}

/* Empresa: composición editorial propia, con la misma fuerza visual que Inicio. */
.company-hero,
.budget-hero {
  position: relative;
  display: grid;
  min-height: clamp(42rem, 82vh, 57rem);
  place-items: center;
  color: #fff;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.company-hero {
  background-image: var(--company-hero);
}

.budget-hero {
  min-height: clamp(38rem, 74vh, 50rem);
  background-image: var(--budget-hero);
}

.budget-hero--text {
  background-color: var(--e-navy);
  background-image: linear-gradient(135deg, #0a1d35 0 64%, #2759a2 64% 82%, #d33d4b 82%);
}

.company-hero::before,
.budget-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgb(5 18 34 / .88), rgb(5 18 34 / .64) 50%, rgb(5 18 34 / .84));
  content: "";
}

.company-hero::after,
.budget-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34%;
  height: 8px;
  background: var(--e-red);
  content: "";
}

.company-hero__content,
.budget-hero__content {
  padding-block: clamp(6rem, 12vw, 10rem);
  text-align: center;
}

.company-hero__content > .home3-label,
.budget-hero__content > .home3-label {
  display: flex;
  justify-content: center;
}

.company-hero h1,
.budget-hero h1 {
  max-width: 65rem;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(4.3rem, 8.3vw, 8rem);
  letter-spacing: -.045em;
  text-wrap: balance;
}

.budget-hero h1 {
  max-width: 55rem;
}

.company-hero__content > p:not(.home3-label),
.budget-hero__content > p:not(.home3-label) {
  max-width: 47rem;
  margin: 1.7rem auto 0;
  color: rgb(255 255 255 / .85);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.company-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2.2rem;
  gap: .8rem;
}

.home3-button--ghost {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.company-hero__trust {
  display: grid;
  max-width: 64rem;
  margin: 3.4rem auto 0;
  padding: 1.2rem 0 0;
  border-top: 1px solid rgb(255 255 255 / .35);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

.company-hero__trust li {
  padding: .35rem 1.25rem;
  border-right: 1px solid rgb(255 255 255 / .25);
}

.company-hero__trust li:last-child {
  border-right: 0;
}

.company-hero__trust strong,
.company-hero__trust span {
  display: block;
}

.company-hero__trust strong {
  color: #fff;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.55rem;
}

.company-hero__trust span {
  margin-top: .2rem;
  color: rgb(255 255 255 / .68);
  font-size: .82rem;
}

.company-centered-head {
  max-width: 60rem;
  margin: 0 auto clamp(3.5rem, 7vw, 6rem);
  text-align: center;
}

.company-centered-head .home3-label {
  display: flex;
  justify-content: center;
}

.company-centered-head h2 {
  margin-bottom: 1.4rem;
}

.company-centered-head > p:last-child:not(.home3-label) {
  max-width: 49rem;
  margin: 0 auto;
  color: var(--e-muted);
  font-size: 1.08rem;
}

.company-centered-head--light h2,
.company-centered-head--light > p:last-child:not(.home3-label) {
  color: #fff;
}

.company-story {
  padding-block: clamp(6rem, 11vw, 10rem);
  overflow: hidden;
}

.company-story__grid {
  display: grid;
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  grid-template-columns: minmax(0, 1.18fr) minmax(18rem, .82fr);
}

.company-story figure {
  position: relative;
  margin: 0 0 0 max(-7vw, -6rem);
}

.company-story figure::after {
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  width: 42%;
  height: 46%;
  border-right: 8px solid var(--e-red);
  border-bottom: 8px solid var(--e-red);
  content: "";
}

.company-story figure img {
  width: 100%;
  height: clamp(26rem, 45vw, 37rem);
  object-fit: cover;
}

.company-story figcaption {
  position: relative;
  z-index: 1;
  width: min(88%, 34rem);
  margin: -2.9rem 0 0 auto;
  padding: 1rem 1.2rem;
  color: #fff;
  background: var(--e-blue);
  font-size: .9rem;
  font-weight: 700;
}

.company-story__copy {
  padding-left: 2rem;
  border-left: 6px solid var(--e-red);
}

.company-story__lead {
  margin-top: 0;
  color: var(--e-ink);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(2rem, 3.6vw, 3rem);
  font-weight: 700;
  line-height: 1.04;
}

.company-story__copy ul {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}

.company-story__copy li {
  padding: .75rem 0 .75rem 1.7rem;
  border-bottom: 1px solid var(--e-line);
}

.company-story__copy li::before {
  display: inline-block;
  width: .55rem;
  height: .55rem;
  margin-left: -1.6rem;
  margin-right: 1rem;
  background: var(--e-red);
  content: "";
}

.company-principles,
.budget-steps {
  padding-block: clamp(6rem, 10vw, 9rem);
  color: #fff;
  background: var(--e-navy);
}

.company-principles ol,
.company-method ol,
.budget-steps ol {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

.company-principles li {
  min-height: 18rem;
  padding: 2.2rem;
  border-top: 1px solid rgb(255 255 255 / .25);
  border-right: 1px solid rgb(255 255 255 / .2);
}

.company-principles li:last-child {
  border-right: 0;
}

.company-principles li > span,
.company-method li > span,
.budget-steps li > span {
  display: block;
  color: var(--e-red);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
}

.company-principles h3 {
  margin: 3.5rem 0 .8rem;
  color: #fff;
  font-size: 2.1rem;
}

.company-principles li p {
  margin: 0;
  color: rgb(255 255 255 / .7);
}

.company-statement {
  position: relative;
  display: grid;
  min-height: 43rem;
  align-items: center;
  padding-block: clamp(6rem, 12vw, 10rem);
  color: #fff;
  background: var(--company-statement) center / cover no-repeat;
  isolation: isolate;
}

.company-statement::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgb(7 21 39 / .28), rgb(7 21 39 / .94) 52%);
  content: "";
}

.company-statement .e-wrap > div {
  max-width: 47rem;
  margin-left: auto;
}

.company-statement h2 {
  color: #fff;
}

.company-statement p:not(.home3-label) {
  max-width: 40rem;
  margin-bottom: 2rem;
  color: rgb(255 255 255 / .78);
  font-size: 1.12rem;
}

.company-method {
  padding-block: clamp(6rem, 11vw, 10rem);
  background: var(--e-off);
}

.company-method ol {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.company-method li {
  padding: 2rem 1.5rem;
  border-top: 5px solid var(--e-blue);
  border-right: 1px solid var(--e-line);
  background: #fff;
}

.company-method li:nth-child(even) {
  margin-top: 2.2rem;
  border-top-color: var(--e-red);
}

.company-method li:last-child {
  border-right: 0;
}

.company-method h3 {
  margin: 2.2rem 0 .55rem;
  font-size: 2rem;
}

.company-method p {
  margin: 0;
  color: var(--e-muted);
}

/* Presupuesto: formulario completo con apoyo visual y jerarquía comercial. */
.budget-hero__content .home3-button {
  margin-top: 2rem;
}

.budget-hero__registry {
  display: grid;
  width: max-content;
  max-width: 100%;
  margin: 2rem auto 0;
  padding: .85rem 1.1rem;
  border: 1px solid rgb(255 255 255 / .42);
  grid-template-columns: auto 1fr;
  text-align: left;
  column-gap: .6rem;
}

.budget-hero__registry > span {
  grid-row: 1 / 3;
  color: var(--e-red);
  font-size: 1.5rem;
}

.budget-hero__registry strong,
.budget-hero__registry small {
  display: block;
}

.budget-hero__registry small {
  color: rgb(255 255 255 / .7);
}

.budget-main {
  padding-block: clamp(6rem, 11vw, 10rem);
}

.budget-layout {
  display: grid;
  align-items: start;
  gap: clamp(2.5rem, 6vw, 6rem);
  grid-template-columns: minmax(18rem, .72fr) minmax(0, 1.28fr);
}

.budget-aside {
  position: sticky;
  top: 2rem;
  background: var(--e-navy);
}

.budget-aside figure {
  margin: 0;
}

.budget-aside figure img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
}

.budget-aside > div {
  padding: clamp(1.7rem, 4vw, 3rem);
}

.budget-aside h3 {
  color: #fff;
  font-size: clamp(2.3rem, 4vw, 3.4rem);
}

.budget-aside ul {
  margin: 2rem 0;
  padding: 0;
  border-top: 1px solid rgb(255 255 255 / .2);
  list-style: none;
}

.budget-aside li {
  padding: 1rem 0;
  border-bottom: 1px solid rgb(255 255 255 / .2);
}

.budget-aside li strong,
.budget-aside li span {
  display: block;
}

.budget-aside li strong {
  color: #fff;
}

.budget-aside li span,
.budget-aside > div > p:last-child {
  color: rgb(255 255 255 / .65);
  font-size: .83rem;
}

.budget-form {
  padding: clamp(1.6rem, 4vw, 3.2rem);
  border-top: 7px solid var(--e-red);
  background: var(--e-off);
}

.budget-form fieldset {
  margin: 0 0 2.7rem;
  padding: 0 0 2.7rem;
  border: 0;
  border-bottom: 1px solid var(--e-line);
}

.budget-form legend {
  width: 100%;
  margin-bottom: 1.4rem;
  color: var(--e-ink);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.budget-form legend span {
  margin-right: .7rem;
  color: var(--e-red);
}

.budget-fields,
.budget-options {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.budget-form label:not(.budget-consent):not(.budget-options label) {
  display: grid;
  color: var(--e-ink);
  font-size: .87rem;
  font-weight: 800;
  gap: .35rem;
}

.budget-form input:not([type="checkbox"]),
.budget-form select,
.budget-form textarea {
  width: 100%;
  min-height: 3.25rem;
  padding: .75rem .85rem;
  border: 1px solid #bac2ca;
  border-radius: 0;
  color: var(--e-text);
  background: #fff;
  font: inherit;
}

.budget-form input:focus,
.budget-form select:focus,
.budget-form textarea:focus {
  outline: 3px solid rgb(39 89 162 / .22);
  border-color: var(--e-blue);
}

.budget-options label {
  display: flex;
  min-height: 6.5rem;
  align-items: flex-start;
  padding: 1rem;
  border: 1px solid var(--e-line);
  background: #fff;
  cursor: pointer;
  gap: .8rem;
}

.budget-options input,
.budget-consent input {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
  margin-top: .2rem;
  accent-color: var(--e-blue);
}

.budget-options strong,
.budget-options span {
  display: block;
}

.budget-options strong {
  margin-bottom: .2rem;
  color: var(--e-ink);
}

.budget-options span {
  color: var(--e-muted);
  font-size: .86rem;
}

.budget-message {
  margin-top: 1.2rem;
}

.budget-form textarea {
  min-height: 9rem;
  resize: vertical;
}

.budget-consent {
  display: flex;
  align-items: flex-start;
  color: var(--e-muted);
  font-size: .82rem;
  gap: .7rem;
}

.budget-submit {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  gap: 1rem;
}

.budget-submit p {
  max-width: 18rem;
  margin: 0;
  color: var(--e-muted);
  font-size: .75rem;
}

.budget-steps ol {
  border-top: 1px solid rgb(255 255 255 / .25);
}

.budget-steps li {
  min-height: 15rem;
  padding: 2rem;
  border-right: 1px solid rgb(255 255 255 / .2);
}

.budget-steps li:last-child {
  border-right: 0;
}

.budget-steps strong {
  display: block;
  margin-top: 2rem;
  color: #fff;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 2rem;
}

.budget-steps li p {
  color: rgb(255 255 255 / .68);
}

@media (max-width: 62rem) {
  .e-hero--center {
    min-height: auto;
    padding-top: clamp(21rem, 61vw, 29rem);
  }

  .e-hero--center::before {
    inset: 0 0 auto;
    height: clamp(21rem, 61vw, 29rem);
  }

  .e-hero--center::after {
    inset: clamp(21rem, 61vw, 29rem) 0 0;
    box-shadow: 0 -16px 35px rgb(0 0 0 / .22);
  }

  .e-hero--center .e-hero__inner {
    min-height: 0;
    padding-block: 3.8rem;
    grid-template-columns: 1fr;
  }

  .e-hero--center .e-hero__copy {
    grid-column: 1;
  }

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

  .e-editorial__grid,
  .e-editorial--reverse .e-editorial__grid,
  .e-feature-band__head,
  .e-faq__grid,
  .e-cta__grid,
  .e-quote__grid,
  .e-article,
  .e-contact,
  .e-office__grid,
  .e-simulator {
    grid-template-columns: 1fr;
  }

  .e-office__details {
    width: calc(100% - 2rem);
    margin: -3.5rem auto 0;
  }

  .e-service-centre__grid {
    grid-template-columns: 1fr;
  }

  .e-service-centre__visual {
    min-height: 22rem;
  }

  .e-coverage__links {
    grid-template-columns: 1fr;
  }

  .e-coverage__links a {
    min-height: 7rem;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / .2);
  }

  .e-editorial--reverse .e-editorial__media {
    order: 0;
  }

  .home3-hero,
  .home3-app {
    grid-template-columns: 1fr;
  }

  .home3-hero__media {
    min-height: 38rem;
  }

  .home3-hero__media img {
    width: min(100%, 40rem);
  }

  .home3-hero__content {
    padding-block: 4rem;
  }

  .home3-intro__head,
  .home3-technology__head,
  .home3-reasons__grid,
  .home3-estimator__grid,
  .home3-newsletter__grid {
    grid-template-columns: 1fr;
  }

  .home3-benefits {
    grid-template-columns: 1fr;
  }

  .home3-benefits article {
    min-height: auto;
    border-top: 1px solid var(--e-line);
    border-left: 0;
  }

  .home3-benefits article:first-child {
    border-top: 0;
  }

  .home3-benefits span {
    margin-bottom: 1rem;
  }

  .home3-estimator__grid {
    gap: 3rem;
  }

  .home3-app__media {
    min-height: 32rem;
  }

  .home3-app__content {
    border-top: 5px solid var(--e-red);
    border-left: 0;
  }

  .e-hero--product .e-hero__copy {
    max-width: 38rem;
  }

  .e-hero__product {
    right: -8rem;
    width: 38rem;
    opacity: .42;
  }

  .e-feature,
  .e-hub__item a {
    grid-template-columns: 4.5rem minmax(12rem, .7fr) 1fr;
  }

  .e-feature a,
  .e-hub__arrow {
    display: none;
  }

  .e-simulator__scene {
    min-height: 29rem;
  }
}

@media (max-width: 42rem) {
  .e-wrap {
    width: calc(100% - 1.35rem);
    max-width: 79rem;
  }

  .e-service-centre {
    padding-block: 4rem;
  }

  .e-service-centre__grid {
    gap: 2.5rem;
  }

  .e-service-centre__visual {
    min-height: 18rem;
    padding: 1.5rem;
    box-shadow: 6px 6px 0 var(--e-red);
  }

  .e-service-centre__copy h2 {
    font-size: clamp(2.7rem, 15vw, 4rem);
  }

  .e-hero {
    min-height: 43rem;
  }

  .e-hero.e-hero--center {
    min-height: auto;
    padding-top: 20rem;
  }

  .e-hero--center::before {
    height: 20rem;
  }

  .e-hero--center::after {
    inset: 20rem 0 0;
    background: linear-gradient(180deg, rgb(15 36 68 / .96), rgb(6 18 34 / 1));
  }

  .e-hero--center .e-hero__inner {
    padding-block: 3rem 3.6rem;
  }

  .e-hero::after {
    background: linear-gradient(0deg, rgb(8 24 44 / .98), rgb(8 24 44 / .42));
  }

  .e-hero.e-hero--center::after {
    background: linear-gradient(180deg, rgb(15 36 68 / .96), rgb(6 18 34 / 1));
  }

  .e-hero h1,
  .e-hero--compact h1 {
    max-width: 100%;
    font-size: clamp(2.95rem, 13.2vw, 4.25rem);
    overflow-wrap: normal;
    text-wrap: wrap;
  }

  .e-hero__lead {
    max-width: 100%;
  }

  .e-section-head {
    margin-bottom: 2.5rem;
  }

  .e-quote__form {
    grid-template-columns: 1fr;
  }

  .e-quote__form > * {
    grid-column: 1 !important;
  }

  .e-office__grid figure,
  .e-office__grid img {
    min-height: 25rem;
  }

  .e-office__details {
    width: calc(100% - 1rem);
    margin-top: -2rem;
    padding: 1.5rem;
  }

  .home3-wrap {
    width: calc(100% - 1.35rem);
  }

  .home3-hero {
    min-height: 0;
  }

  .home3-hero__media {
    min-height: 0;
    padding: .35rem .55rem .9rem;
  }

  .home3-hero__media img {
    width: 100%;
    max-width: 34rem;
  }

  .home3-hero__content {
    padding: 2.5rem .85rem 3.5rem;
  }

  .home3-hero__content h1 {
    font-size: clamp(3.1rem, 15vw, 4.35rem);
    overflow-wrap: normal;
  }

  .home3-lead-form {
    padding: 1.15rem;
    grid-template-columns: 1fr;
  }

  .home3-lead-form > * {
    grid-column: 1 !important;
  }

  .home3-scroll {
    display: none;
  }

  .home3-intro {
    padding-top: 4rem;
  }

  .home3-intro h2,
  .home3-reasons h2,
  .home3-estimator h2,
  .home3-technology h2,
  .home3-featured h2,
  .home3-clients h2,
  .home3-app h2,
  .home3-newsletter h2 {
    font-size: clamp(2.85rem, 13.5vw, 4rem);
  }

  .home3-family,
  .home3-featured {
    min-height: 36rem;
  }

  .home3-family > div {
    width: calc(100% - 1.35rem);
  }

  .home3-reasons__items article,
  .home3-app li {
    grid-template-columns: 1fr;
    gap: .25rem;
  }

  .home3-estimator__grid {
    display: block;
  }

  .home3-wizard {
    min-height: 34rem;
    margin-top: 2.5rem;
    padding: 1.25rem;
  }

  .home3-options,
  .home3-options--five,
  .home3-wizard__fields {
    grid-template-columns: 1fr;
  }

  .home3-options--five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home3-options button {
    min-height: 3.8rem;
  }

  .home3-components {
    display: flex;
    width: 100%;
    margin-top: 2.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: .25rem .85rem 1rem;
    scroll-padding-inline: .85rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    gap: .85rem;
    -webkit-overflow-scrolling: touch;
  }

  .home3-components::-webkit-scrollbar {
    display: none;
  }

  .home3-components article {
    width: auto;
    min-width: calc(100% - 3rem);
    max-width: calc(100% - 3rem);
    min-height: 0;
    overflow: hidden;
    flex: 0 0 calc(100% - 3rem);
    scroll-snap-align: center;
    scroll-snap-stop: always;
    grid-template-rows: clamp(13rem, 58vw, 16rem) auto;
  }

  .home3-components article > div {
    position: relative;
    padding: 1.55rem 1.15rem 1.45rem;
    border-top: 0;
  }

  .home3-components article > div::before {
    position: absolute;
    top: .8rem;
    left: 50%;
    width: 3.5rem;
    height: 4px;
    background: var(--e-red);
    content: "";
    transform: translateX(-50%);
  }

  .home3-components h3 {
    font-size: 1.75rem;
  }

  .home3-components article:nth-child(even) {
    transform: none;
  }

  .home3-components .home3-component--camera {
    width: auto;
    min-width: calc(100% - 3rem);
    grid-template-rows: clamp(12.5rem, 56vw, 15.5rem) auto;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .home3-components .home3-component--camera img {
    box-sizing: border-box;
    width: 100%;
    max-width: 19rem;
    max-height: 15rem;
    height: 100%;
    margin-inline: auto;
    padding: .9rem 1.15rem 1.25rem;
    object-fit: contain;
  }

  .home3-carousel__controls {
    display: grid;
    width: calc(100% - 1.7rem);
    margin: .75rem auto 0;
    align-items: center;
    grid-template-columns: 2.75rem minmax(0, 1fr) auto 2.75rem;
    gap: .65rem;
  }

  .home3-carousel__controls > button {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: 1px solid var(--e-blue);
    border-radius: 50%;
    color: #fff;
    background: var(--e-blue);
    font: inherit;
    font-size: 1.35rem;
    cursor: pointer;
    place-items: center;
  }

  .home3-carousel__controls > button:disabled {
    border-color: var(--e-line);
    color: var(--e-muted);
    background: #fff;
    cursor: default;
  }

  .home3-carousel__dots {
    display: flex;
    min-width: 0;
    justify-content: center;
    gap: .38rem;
  }

  .home3-carousel__dots button {
    width: .55rem;
    height: .55rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #c5ccd3;
    cursor: pointer;
  }

  .home3-carousel__dots button[aria-current="true"] {
    background: var(--e-red);
    transform: scale(1.35);
  }

  .home3-carousel__controls button:focus-visible {
    outline: 3px solid var(--e-red);
    outline-offset: 3px;
  }

  .home3-carousel__status {
    min-width: 3.2rem;
    color: var(--e-muted);
    font-size: .75rem;
    font-weight: 800;
    text-align: center;
  }

  .home3-clients ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1rem;
  }

  .home3-clients li {
    min-width: 0;
    transform: none !important;
  }

  .home3-clients img {
    max-width: 8.6rem;
    max-height: 5rem;
  }

  .home3-clients img[src$="apuestas-de-murcia-oficial.png"] {
    max-width: 6.4rem;
    max-height: 6.4rem;
  }

  .home3-clients img[src$="altaona-golf-country-village-transparent.png"] {
    max-width: 9rem;
    max-height: 3rem;
  }

  .home3-clients img[src$="taolis.png"] {
    max-width: 8rem;
    max-height: 3.5rem;
  }

  .home3-app__media {
    min-height: 19rem;
  }

  .home3-app__content {
    padding: 3rem .85rem;
  }

  .home3-newsletter form {
    padding: 1.25rem;
  }

  .e-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .e-hero__actions .e-button {
    width: 100%;
  }

  .e-hero__product {
    right: -11rem;
    width: 34rem;
  }

  .e-signal {
    clip-path: none;
  }

  .e-signal__list {
    grid-template-columns: 1fr;
  }

  .e-signal li {
    border-bottom: 1px solid rgb(255 255 255 / .2);
  }

  .e-editorial__copy {
    padding-left: 1.3rem;
  }

  .e-editorial__media,
  .e-editorial__media img {
    min-height: 23rem;
    height: 23rem;
  }

  .e-feature,
  .e-hub__item a,
  .e-process li {
    grid-template-columns: 3.6rem 1fr;
  }

  .e-feature p,
  .e-hub__item p,
  .e-process span {
    grid-column: 2;
  }

  .e-hub__item:nth-child(even) a {
    margin-inline: 0;
    padding-inline: .8rem;
  }

  .e-form__grid {
    grid-template-columns: 1fr;
  }

  .e-form label.e-form__full {
    grid-column: auto;
  }
}

@media (max-width: 62rem) {
  .company-story__grid,
  .budget-layout {
    grid-template-columns: 1fr;
  }

  .company-story figure {
    margin-left: 0;
  }

  .company-principles ol,
  .company-method ol,
  .budget-steps ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-principles li:nth-child(2),
  .company-method li:nth-child(2),
  .budget-steps li:nth-child(2) {
    border-right: 0;
  }

  .company-method li:nth-child(even) {
    margin-top: 0;
  }

  .budget-aside {
    position: static;
    display: grid;
    grid-template-columns: minmax(16rem, .85fr) minmax(0, 1.15fr);
  }

  .budget-aside figure img {
    height: 100%;
    min-height: 24rem;
  }
}

@media (max-width: 42rem) {
  .company-hero,
  .budget-hero {
    min-height: 42rem;
  }

  .company-hero h1,
  .budget-hero h1 {
    font-size: clamp(3.35rem, 16vw, 5.2rem);
  }

  .company-hero__content,
  .budget-hero__content {
    padding-block: 5rem;
  }

  .company-hero__trust {
    grid-template-columns: 1fr;
  }

  .company-hero__trust li {
    padding: .8rem 0;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / .22);
  }

  .company-hero__trust li:last-child {
    border-bottom: 0;
  }

  .company-story,
  .company-principles,
  .company-method,
  .budget-main,
  .budget-steps {
    padding-block: 4.5rem;
  }

  .company-story figure img {
    height: 22rem;
  }

  .company-story__copy {
    padding-left: 1.2rem;
  }

  .company-principles ol,
  .company-method ol,
  .budget-steps ol,
  .budget-fields,
  .budget-options,
  .budget-aside {
    grid-template-columns: 1fr;
  }

  .company-principles li,
  .company-method li,
  .budget-steps li {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / .2);
  }

  .company-method li {
    border-bottom-color: var(--e-line);
  }

  .company-statement {
    min-height: 38rem;
    background-position: 32% center;
  }

  .company-statement::before {
    background: rgb(7 21 39 / .84);
  }

  .company-statement .e-wrap > div {
    margin-left: 0;
  }

  .budget-aside figure img {
    min-height: 18rem;
    height: 18rem;
  }

  .budget-form {
    padding: 1.25rem;
  }

  .budget-submit {
    align-items: stretch;
    flex-direction: column;
  }

  .budget-submit .home3-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .e-button {
    transition: none;
  }
}

/* Banco fotográfico visible en páginas interiores */
.e-photography {
  position: relative;
  overflow: hidden;
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
  background: #f3f5f7;
}

.e-photography::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: clamp(.3rem, .55vw, .55rem);
  background: var(--rojo-500, #d33d4b);
  content: "";
}

.e-photography__head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, .75fr);
  gap: 1.5rem 4rem;
  align-items: end;
  max-width: 68rem;
  margin: 0 auto clamp(2.25rem, 5vw, 4.5rem);
  text-align: left;
}

.e-photography__head .e-kicker {
  grid-column: 1 / -1;
  margin: 0;
}

.e-photography__head h2 {
  max-width: 16ch;
  margin: 0;
  color: #102b50;
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: .98;
  text-wrap: balance;
}

.e-photography__head > p:last-child {
  max-width: 34rem;
  margin: 0 0 .35rem;
  color: #40536b;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.7;
}

.e-photography__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(17rem, .82fr);
  gap: clamp(1rem, 2.5vw, 2.5rem);
  align-items: end;
}

.e-photography figure {
  position: relative;
  min-width: 0;
  margin: 0;
  background: #102b50;
}

.e-photography img {
  display: block;
  width: 100%;
  height: clamp(23rem, 38vw, 36rem);
  object-fit: cover;
}

.e-photography figure:nth-child(2) img {
  height: clamp(18rem, 29vw, 28rem);
}

.e-photography figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: calc(100% - 2rem);
  padding: .8rem 1.1rem;
  background: #102b50;
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.e-photography--offset .e-photography__grid {
  grid-template-columns: minmax(17rem, .76fr) minmax(0, 1.24fr);
  align-items: start;
}

.e-photography--offset figure:first-child {
  margin-top: clamp(2.5rem, 7vw, 7rem);
}

.e-photography--offset figure:nth-child(2) img {
  height: clamp(23rem, 38vw, 36rem);
}

.e-photography--offset figure:first-child img {
  height: clamp(18rem, 28vw, 27rem);
}

.e-photography--ribbon .e-photography__grid {
  grid-template-columns: minmax(0, 1.6fr) minmax(15rem, .55fr);
  gap: 0;
  align-items: center;
}

.e-photography--ribbon figure:nth-child(2) {
  z-index: 1;
  margin-left: clamp(-5rem, -6vw, -2rem);
  border: .65rem solid #f3f5f7;
}

.e-photography--ribbon figure:nth-child(2) img {
  height: clamp(17rem, 26vw, 25rem);
}

.e-photography--single .e-photography__grid {
  display: block;
  max-width: 74rem;
  margin-inline: auto;
}

.e-photography--single img {
  height: clamp(22rem, 42vw, 36rem);
}

@media (max-width: 48rem) {
  .e-photography {
    padding-block: 4rem;
  }

  .e-photography__head,
  .e-photography__grid,
  .e-photography--offset .e-photography__grid,
  .e-photography--ribbon .e-photography__grid {
    grid-template-columns: 1fr;
  }

  .e-photography__head {
    gap: 1rem;
    margin-bottom: 2rem;
    text-align: center;
  }

  .e-photography__head h2,
  .e-photography__head > p:last-child {
    max-width: 34rem;
    margin-inline: auto;
  }

  .e-photography img,
  .e-photography figure:nth-child(2) img,
  .e-photography--offset figure:nth-child(2) img,
  .e-photography--offset figure:first-child img,
  .e-photography--ribbon figure:nth-child(2) img,
  .e-photography--single img {
    height: clamp(16rem, 72vw, 24rem);
  }

  .e-photography--offset figure:first-child,
  .e-photography--ribbon figure:nth-child(2) {
    margin: 0;
  }

  .e-photography--ribbon figure:nth-child(2) {
    border: 0;
  }
}

/* Contenidos editoriales diferenciados: noticias, empresa, valores, servicios y empleo */
.news-hero,
.about-hero,
.values-hero,
.services-hero,
.jobs-hero,
.job-detail-hero {
  position: relative;
  display: grid;
  min-height: 39rem;
  align-items: end;
  isolation: isolate;
  background-position: center;
  background-size: cover;
}

.news-hero { background-image: var(--news-hero); }
.about-hero { background-image: var(--about-hero); }
.values-hero { background-image: var(--values-hero); }
.services-hero { background-image: var(--services-hero); }
.jobs-hero { background-image: var(--jobs-hero); }
.job-detail-hero { background-image: var(--job-hero); }

.news-hero--text,
.about-hero--text,
.services-hero--text,
.job-detail-hero--text {
  background-color: var(--e-navy);
  background-image: linear-gradient(135deg, #07182c 0 62%, #2759a2 62% 80%, #0f2444 80%);
}

.news-hero::before,
.about-hero::before,
.values-hero::before,
.services-hero::before,
.jobs-hero::before,
.job-detail-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgb(5 19 37 / .91) 0%, rgb(5 19 37 / .66) 48%, rgb(5 19 37 / .18) 100%);
  content: "";
}

.news-hero .e-wrap,
.about-hero .e-wrap,
.values-hero .e-wrap,
.services-hero .e-wrap,
.jobs-hero .e-wrap,
.job-detail-hero .e-wrap {
  padding-block: 7rem 5rem;
}

.news-hero h1,
.about-hero h1,
.values-hero h1,
.services-hero h1,
.jobs-hero h1,
.job-detail-hero h1 {
  max-width: 15ch;
  margin-bottom: 1.4rem;
  color: #fff;
  font-size: clamp(4rem, 8.5vw, 7.8rem);
  letter-spacing: -.045em;
}

.news-hero .e-wrap > p:last-child,
.about-hero .e-wrap > p:last-child,
.values-hero .e-wrap > p:last-child,
.services-hero .e-wrap > p:last-child,
.jobs-hero .e-wrap > p:last-child,
.job-detail-hero .e-wrap > p:last-child {
  max-width: 43rem;
  margin: 0;
  color: rgb(255 255 255 / .88);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.news-archive {
  padding-block: 6.5rem 8rem;
  background: #fff;
}

.news-featured {
  margin-bottom: 4rem;
}

.news-card > a {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(20rem, .7fr);
  min-height: 34rem;
  text-decoration: none;
}

.news-card figure {
  margin: 0;
  overflow: hidden;
  background: var(--e-off);
}

.news-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.news-card__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4.5rem);
  color: #fff;
  background: var(--e-blue-dark);
}

.news-card__meta {
  display: flex;
  justify-content: space-between;
  margin: 0 0 2rem;
  color: rgb(255 255 255 / .72);
  font-size: .8rem;
  font-weight: 800;
  gap: 1rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.news-card__meta span {
  color: #fff;
  border-bottom: 3px solid var(--e-red);
}

.news-card h2 {
  margin-bottom: 1.25rem;
  color: #fff;
  font-size: clamp(2.6rem, 4.5vw, 4.5rem);
}

.news-card__copy > p:not(.news-card__meta) {
  margin: 0 0 2rem;
  color: rgb(255 255 255 / .82);
}

.news-card__copy > strong {
  margin-top: auto;
  font-size: .9rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.news-card:hover img,
.news-card:focus-within img {
  transform: scale(1.035);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem 2rem;
}

.news-card--compact > a {
  display: block;
  min-height: 0;
}

.news-card--compact figure {
  height: 19rem;
}

.news-card--compact .news-card__copy {
  min-height: 23rem;
  justify-content: flex-start;
  padding: 2.25rem;
  color: var(--e-text);
  border-top: 5px solid var(--e-red);
  background: var(--e-off);
}

.news-card--compact:nth-child(3n + 2) .news-card__copy {
  background: #e7edf5;
}

.news-card--compact .news-card__meta,
.news-card--compact .news-card__copy > p:not(.news-card__meta) {
  color: #4d5d6e;
}

/* Contraste AA y geometría estable para elementos compartidos. */
.editorial-page .gh-site-footer h2 {
  color: #fff;
}

.editorial-page .gh-footer__bottom {
  color: rgb(255 255 255 / .82);
}

.editorial-page .gh-footer__brand img {
  aspect-ratio: 2080 / 1339;
}

.news-card--compact .news-card__meta span,
.news-card--compact h2,
.news-card--compact .news-card__copy > strong {
  color: var(--e-ink);
}

.news-card--compact h2 {
  font-size: clamp(2.2rem, 3.6vw, 3.2rem);
}

.e-article__sources {
  margin-top: 3rem;
  padding: 2rem;
  border-left: 5px solid var(--e-red);
  background: var(--e-off);
}

.e-article__sources h2 {
  font-size: 2rem;
}

.e-article__sources ul {
  margin: 0;
  padding-left: 1.2rem;
}

.e-article__sources a {
  color: var(--e-blue);
  font-weight: 700;
}

.about-intro {
  padding-block: 7.5rem;
}

.about-intro__grid {
  display: grid;
  grid-template-columns: .55fr 1.1fr 1fr;
  align-items: center;
  gap: 2.5rem;
}

.about-intro__year {
  align-self: start;
  padding-top: 2rem;
  border-top: 6px solid var(--e-red);
}

.about-intro__year strong {
  display: block;
  color: var(--e-blue);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(5rem, 9vw, 8rem);
  line-height: .82;
}

.about-intro__year span {
  display: block;
  margin-top: 1.4rem;
  color: var(--e-muted);
  font-weight: 700;
}

.about-intro figure {
  margin: 0 0 -10rem;
}

.about-intro figure img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
}

.about-intro__copy {
  padding: 2rem 0 2rem 1rem;
}

.about-intro__copy h2 {
  font-size: clamp(3rem, 5vw, 5rem);
}

.about-intro__copy [data-empresa-registro-canonico] {
  margin-top: 2rem;
  padding-top: 1rem;
  color: var(--e-blue);
  border-top: 1px solid var(--e-line);
  font-weight: 700;
}

.about-paths {
  padding-block: 11rem 7rem;
  color: #fff;
  background: var(--e-navy);
}

.about-paths header {
  display: grid;
  grid-template-columns: .45fr 1fr;
  align-items: end;
  margin-bottom: 4rem;
  gap: 2rem;
}

.about-paths h2 {
  margin: 0;
  color: #fff;
}

.about-paths ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-paths li {
  border-top: 1px solid rgb(255 255 255 / .2);
}

.about-paths li:last-child {
  border-bottom: 1px solid rgb(255 255 255 / .2);
}

.about-paths a {
  display: grid;
  grid-template-columns: 5rem 1fr auto;
  align-items: center;
  padding: 1.6rem 0;
  text-decoration: none;
  gap: 1rem;
}

.about-paths a > span {
  color: var(--e-red);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.about-paths h3 {
  margin-bottom: .25rem;
  color: #fff;
  font-size: 2.5rem;
}

.about-paths p {
  margin: 0;
  color: rgb(255 255 255 / .7);
}

.about-paths a > strong {
  font-size: 2rem;
  transition: transform .2s ease;
}

.about-paths a:hover > strong,
.about-paths a:focus-visible > strong {
  transform: translateX(.5rem);
}

.values-hero {
  min-height: 44rem;
  background-position: center 35%;
}

.values-manifesto {
  padding-block: 8rem;
  background: #fff;
}

.values-manifesto blockquote {
  max-width: 18ch;
  margin: 2rem 0 0 auto;
  color: var(--e-ink);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3.5rem, 7vw, 7rem);
  font-weight: 700;
  line-height: .96;
  letter-spacing: -.035em;
}

.values-principles {
  padding-block: 7rem 0;
  background: var(--e-off);
}

.values-principles ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 6rem;
  padding: 0;
  list-style: none;
  gap: 0;
}

.values-principles li {
  display: grid;
  grid-template-columns: 4rem 1fr;
  min-height: 18rem;
  padding: 2.5rem;
  border-top: 1px solid #aeb7c1;
  gap: 1rem;
}

.values-principles li:nth-child(even) {
  margin-top: 4rem;
  border-left: 1px solid #aeb7c1;
}

.values-principles li > span {
  color: var(--e-red);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.values-principles h2 {
  font-size: clamp(3rem, 5vw, 4.5rem);
}

.values-principles figure {
  position: relative;
  width: 100vw;
  margin: 0 0 0 calc(50% - 50vw);
}

.values-principles figure img {
  width: 100%;
  height: 36rem;
  object-fit: cover;
}

.values-principles figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 34rem;
  padding: 1.5rem 2rem;
  color: #fff;
  background: var(--e-blue);
}

/* Valores: composición corporativa, legible y basada en compromisos verificables. */
.values-hero--pro {
  display: block;
  min-height: 0;
  overflow: hidden;
  background: var(--e-navy);
}

.values-hero--pro::before {
  display: none;
}

.values-hero--pro .values-hero__grid {
  display: grid;
  width: min(100%, 100rem);
  padding-block: 0;
  grid-template-columns: minmax(24rem, .88fr) minmax(0, 1.12fr);
}

.values-hero__copy {
  display: grid;
  padding: clamp(4.5rem, 8vw, 8rem) clamp(2rem, 6vw, 6rem);
  align-content: center;
  text-align: center;
}

.values-hero--pro .values-hero__copy > :is(.home3-label, h1, p) {
  margin-inline: auto;
}

.values-hero--pro h1 {
  max-width: 13ch;
  font-size: clamp(3.8rem, 6.3vw, 6.5rem);
  line-height: .92;
}

.values-hero--pro .values-hero__copy > p:last-of-type {
  max-width: 43rem;
  margin-bottom: 0;
  color: rgb(255 255 255 / .84);
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
  line-height: 1.6;
}

.values-hero__credentials {
  display: grid;
  margin: 2.5rem 0 0;
  padding: 1.4rem 0 0;
  border-top: 1px solid rgb(255 255 255 / .24);
  list-style: none;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.values-hero__credentials li {
  display: grid;
  gap: .2rem;
}

.values-hero__credentials strong {
  color: #fff;
  font-size: 1rem;
  letter-spacing: .02em;
}

.values-hero__credentials span {
  color: rgb(255 255 255 / .65);
  font-size: .78rem;
}

.values-hero__media {
  position: relative;
  min-height: 44rem;
  margin: 0;
  border-left: 7px solid var(--e-red);
}

.values-hero__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.values-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 44rem;
  object-fit: cover;
  object-position: center;
}

.values-hero__media figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 30rem;
  padding: 1.2rem 1.5rem;
  color: #fff;
  background: var(--e-blue);
  font-size: .86rem;
  font-weight: 800;
}

.values-manifesto--pro {
  padding-block: clamp(5.5rem, 9vw, 8rem);
}

.values-manifesto__grid {
  display: grid;
  align-items: start;
  gap: clamp(2.5rem, 7vw, 7rem);
  grid-template-columns: minmax(18rem, .75fr) minmax(0, 1.25fr);
}

.values-manifesto--pro .values-manifesto__grid > div {
  text-align: left;
}

.values-manifesto--pro h2 {
  max-width: 12ch;
  margin: .7rem 0 0;
  color: var(--e-ink);
  font-size: clamp(3.2rem, 5.6vw, 5.5rem);
  line-height: .98;
}

.values-manifesto--pro .values-manifesto__grid > div:last-child > p {
  max-width: 55ch;
  margin: 0;
  color: var(--e-muted);
  font-size: 1.15rem;
  line-height: 1.7;
}

.values-manifesto--pro blockquote {
  max-width: 30ch;
  margin: 2.2rem 0 0;
  padding: 1.5rem 0 1.5rem 1.7rem;
  border-left: 6px solid var(--e-red);
  color: var(--e-blue);
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 1.08;
}

.values-principles--pro {
  padding-block: clamp(5.5rem, 9vw, 8rem);
  background: var(--e-off);
}

.values-principles__head {
  max-width: 64rem;
  margin: 0 auto clamp(3rem, 6vw, 5rem);
  text-align: center;
}

.values-principles__head > * {
  margin-inline: auto;
}

.values-principles--pro .values-principles__head h2 {
  max-width: 16ch;
  font-size: clamp(3rem, 5.3vw, 5rem);
}

.values-principles--pro ol {
  display: block;
  margin: 0;
  border-bottom: 1px solid #aeb7c1;
}

.values-principles--pro li,
.values-principles--pro li:nth-child(even) {
  display: grid;
  min-height: 0;
  margin: 0;
  padding: 2.2rem 1.5rem;
  border-top: 1px solid #aeb7c1;
  border-left: 0;
  align-items: start;
  gap: 1.5rem 2.2rem;
  grid-template-columns: 4rem minmax(16rem, .7fr) minmax(20rem, 1fr);
}

.values-principles--pro li:nth-child(even) {
  background: rgb(255 255 255 / .62);
}

.values-principles--pro li > span {
  font-size: 1.6rem;
}

.values-principles--pro h3 {
  margin: 0 0 .55rem;
  color: var(--e-ink);
  font-size: clamp(2.2rem, 3.5vw, 3.3rem);
}

.values-principles--pro li p {
  margin: 0;
  color: var(--e-muted);
  line-height: 1.65;
}

.values-principles__evidence {
  padding-left: 2rem;
  border-left: 4px solid var(--e-blue);
}

.values-principles__evidence strong {
  display: block;
  margin-bottom: .45rem;
  color: var(--e-blue);
  font-size: .76rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.values-proof {
  padding-block: clamp(5.5rem, 9vw, 8rem);
  color: #fff;
  background: var(--e-navy);
}

.values-proof__grid {
  display: grid;
  align-items: start;
  gap: clamp(3rem, 8vw, 8rem);
  grid-template-columns: minmax(20rem, .85fr) minmax(0, 1.15fr);
}

.values-proof header h2 {
  max-width: 12ch;
  margin: .7rem 0 1.2rem;
  color: #fff;
  font-size: clamp(3.2rem, 5.4vw, 5.4rem);
  line-height: .96;
}

.values-proof header > p:last-child {
  max-width: 48ch;
  color: rgb(255 255 255 / .7);
  line-height: 1.7;
}

.values-proof ol {
  margin: 0;
  padding: 0;
  border-top: 4px solid var(--e-red);
  list-style: none;
}

.values-proof li {
  display: grid;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgb(255 255 255 / .2);
  align-items: start;
  gap: 1.4rem;
  grid-template-columns: 3rem 1fr;
}

.values-proof li > span {
  color: var(--e-red);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
}

.values-proof li strong {
  color: #fff;
  font-size: 1.25rem;
}

.values-proof li p {
  margin: .25rem 0 0;
  color: rgb(255 255 255 / .68);
}

@media (max-width: 68rem) {
  .values-hero--pro .values-hero__grid,
  .values-manifesto__grid,
  .values-proof__grid {
    grid-template-columns: 1fr;
  }

  .values-hero__copy {
    padding-block: 5rem;
  }

  .values-hero__media,
  .values-hero__media img {
    min-height: 31rem;
  }

  .values-hero__media {
    border-top: 7px solid var(--e-red);
    border-left: 0;
  }

  .values-manifesto__grid {
    max-width: 58rem;
  }

  .values-manifesto--pro .values-manifesto__grid > div,
  .values-proof header {
    text-align: center;
  }

  .values-manifesto--pro h2,
  .values-manifesto--pro .values-manifesto__grid > div:last-child > p,
  .values-manifesto--pro blockquote,
  .values-proof header h2,
  .values-proof header > p:last-child {
    margin-inline: auto;
  }

  .values-principles--pro li,
  .values-principles--pro li:nth-child(even) {
    grid-template-columns: 4rem minmax(14rem, .7fr) 1fr;
  }
}

@media (max-width: 42rem) {
  .values-hero__copy {
    padding: 4rem 1rem;
  }

  .values-hero--pro h1 {
    font-size: clamp(3.4rem, 14vw, 5rem);
  }

  .values-hero__credentials {
    grid-template-columns: 1fr;
  }

  .values-hero__media,
  .values-hero__media picture,
  .values-hero__media img {
    min-height: 0;
  }

  .values-hero__media {
    aspect-ratio: 16 / 9;
  }

  .values-hero__media img {
    object-position: center 42%;
  }

  .values-manifesto--pro,
  .values-principles--pro,
  .values-proof {
    padding-block: 4.5rem;
  }

  .values-manifesto--pro h2,
  .values-principles--pro .values-principles__head h2,
  .values-proof header h2 {
    font-size: clamp(2.9rem, 12vw, 4.2rem);
  }

  .values-manifesto.values-manifesto--pro blockquote {
    font-size: clamp(1.9rem, 8vw, 2.8rem);
  }

  .values-principles.values-principles--pro li,
  .values-principles.values-principles--pro li:nth-child(even) {
    padding: 1.8rem .2rem;
    gap: .8rem 1rem;
    grid-template-columns: 2.8rem 1fr;
  }

  .values-principles__evidence {
    grid-column: 2;
    padding-left: 1rem;
  }
}

.services-showcase {
  padding-block: 8rem;
  background: #fff;
}

.service-row {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(20rem, .88fr);
  align-items: center;
  margin-bottom: 7rem;
}

.service-row:last-child {
  margin-bottom: 0;
}

.service-row--reverse {
  grid-template-columns: minmax(20rem, .88fr) minmax(0, 1.12fr);
}

.service-row figure {
  height: 33rem;
  margin: 0;
}

.service-row figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-row > div {
  position: relative;
  z-index: 1;
  margin-left: -5rem;
  padding: 3.5rem;
  border-top: 6px solid var(--e-red);
  background: #fff;
  box-shadow: 10px 10px 0 rgb(16 42 78 / .08);
}

.service-row--text,
.service-row--text.service-row--reverse {
  grid-template-columns: minmax(0, 1fr);
  max-width: 68rem;
  margin-right: auto;
  margin-left: auto;
}

.service-row--text:nth-child(even) {
  margin-right: 0;
}

.service-row--text > div,
.service-row--text.service-row--reverse > div {
  margin: 0;
  padding: clamp(2.5rem, 6vw, 5rem);
  color: #fff;
  background: var(--e-navy);
  box-shadow: none;
}

.service-row--text h2,
.service-row--text p {
  color: #fff;
}

.service-row--reverse figure {
  order: 2;
}

.service-row--reverse > div {
  margin-right: -5rem;
  margin-left: 0;
}

.service-row > div > span {
  color: var(--e-blue);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.service-row--text > div > span {
  color: #74adff;
}

.service-row h2 {
  font-size: clamp(3rem, 5vw, 5rem);
}

.jobs-openings,
.job-detail {
  padding-block: 7rem;
}

.jobs-openings header {
  display: grid;
  grid-template-columns: .5fr 1fr;
  align-items: start;
  margin-bottom: 4rem;
  gap: 1rem 3rem;
}

.jobs-openings header h2 {
  grid-column: 2;
  margin-bottom: 0;
}

.jobs-openings header > p:last-child {
  grid-column: 2;
  max-width: 44rem;
  margin: 0;
}

.jobs-openings__grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 2rem;
}

.jobs-openings article {
  position: relative;
  min-height: 35rem;
  overflow: hidden;
}

.jobs-openings article:nth-child(2) {
  margin-top: 5rem;
}

.jobs-openings article::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(4 16 31 / .94), transparent 72%);
  content: "";
}

.jobs-openings article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jobs-openings article > div {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2.5rem;
  color: #fff;
}

.jobs-openings__grid--text article {
  min-height: 23rem;
  border-top: 7px solid var(--e-red);
  background: var(--e-navy);
}

.jobs-openings__grid--text article::after {
  display: none;
}

.jobs-openings__grid--text article > div {
  position: static;
  display: grid;
  min-height: 23rem;
  align-content: end;
}

.jobs-openings article span {
  color: #fff;
  border-bottom: 3px solid var(--e-red);
  font-size: .8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.jobs-openings h3 {
  margin: 1rem 0;
  color: #fff;
  font-size: 3.2rem;
}

.jobs-openings article a {
  font-weight: 800;
  text-decoration: none;
}

.jobs-apply {
  padding-block: 7rem;
  color: #fff;
  background: var(--e-blue-dark);
}

.jobs-apply__grid,
.job-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(26rem, 1.14fr);
  gap: clamp(3rem, 6vw, 6rem);
}

.jobs-apply h2 {
  color: #fff;
}

.jobs-apply__grid > div > p:not(.home3-label) {
  color: rgb(255 255 255 / .78);
}

.jobs-apply__grid > div > img {
  width: calc(100% + 5rem);
  height: 23rem;
  margin-top: 3rem;
  object-fit: cover;
}

.jobs-form {
  padding: clamp(1.6rem, 4vw, 3.5rem);
  color: var(--e-text);
  background: #fff;
}

.jobs-form h2 {
  margin-bottom: 1rem;
  color: var(--e-ink);
  font-size: clamp(3rem, 5vw, 4.8rem);
}

.jobs-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-block: 2rem;
  gap: 1rem;
}

.jobs-form label {
  display: grid;
  color: var(--e-ink);
  font-size: .9rem;
  font-weight: 700;
  gap: .45rem;
}

.jobs-form input,
.jobs-form textarea {
  width: 100%;
  min-height: 3.15rem;
  padding: .75rem .85rem;
  color: var(--e-ink);
  border: 1px solid #aeb7c1;
  border-radius: 0;
  background: #fff;
  font: inherit;
}

.jobs-form textarea {
  min-height: 8rem;
  resize: vertical;
}

.jobs-form__wide {
  grid-column: 1 / -1;
}

.jobs-file {
  padding: 1.1rem;
  border: 2px dashed #91a1b2;
  background: var(--e-off);
}

.jobs-file input[type="file"] {
  padding: .6rem;
  border: 0;
  background: transparent;
}

.jobs-file small {
  color: var(--e-muted);
  font-weight: 400;
}

.jobs-consent {
  grid-template-columns: auto 1fr !important;
  align-items: start;
}

.jobs-consent input {
  width: 1rem;
  min-height: 1rem;
  margin-top: .3rem;
}

.jobs-consent a {
  color: var(--e-blue);
}

.job-detail-hero {
  min-height: 34rem;
}

.job-detail__grid > article > section {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--e-line);
}

.job-detail__grid > article h2 {
  margin-bottom: .8rem;
  font-size: clamp(2.8rem, 4vw, 4rem);
}

.job-detail__note {
  padding: 1.5rem;
  color: var(--e-blue-dark);
  border-left: 5px solid var(--e-red);
  background: var(--e-off);
}

.company-since {
  padding-block: 7rem;
  background: #fff;
}

.company-since__grid {
  display: grid;
  grid-template-columns: .55fr 1fr 1fr;
  align-items: center;
  gap: 2.5rem;
}

.company-since__grid--text {
  grid-template-columns: .55fr 1.45fr;
  max-width: 68rem;
  margin-inline: auto;
}

.about-intro__grid--text {
  grid-template-columns: .55fr 1.45fr;
  max-width: 72rem;
  margin-inline: auto;
}

.company-statement--solid {
  background: linear-gradient(120deg, #07182c 0 58%, #163f77 58% 84%, #d33d4b 84%);
}

.company-since__year {
  align-self: start;
  padding-top: 1.5rem;
  border-top: 6px solid var(--e-red);
}

.company-since__year strong {
  display: block;
  color: var(--e-blue);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(5rem, 10vw, 9rem);
  line-height: .8;
}

.company-since__year span {
  display: block;
  margin-top: 1.5rem;
  font-weight: 700;
}

.company-since__copy h2 {
  font-size: clamp(3rem, 5vw, 5rem);
}

.company-since figure {
  margin: 0 -6rem 0 0;
}

.company-since figure img {
  width: 100%;
  height: 38rem;
  object-fit: cover;
}

.distributors-hero {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  min-height: 43rem;
  background: var(--e-blue-dark);
}

.distributors-hero__media {
  min-height: 43rem;
}

.distributors-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.distributors-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 7vw, 7rem);
  color: #fff;
  border-left: 8px solid var(--e-red);
}

.distributors-hero h1 {
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: clamp(4rem, 7vw, 7rem);
  letter-spacing: -.045em;
}

.distributors-hero__copy > p:last-child {
  color: rgb(255 255 255 / .8);
  font-size: 1.2rem;
}

.distributors-criteria {
  padding-block: 7rem;
}

.distributors-criteria header {
  max-width: 56rem;
  margin-bottom: 4rem;
}

.distributors-criteria ol {
  display: grid;
  grid-template-columns: 1.15fr .85fr 1fr;
  margin: 0;
  padding: 0;
  list-style: none;
}

.distributors-criteria li {
  min-height: 19rem;
  padding: 2.5rem;
  color: #fff;
  background: var(--e-blue-dark);
}

.distributors-criteria li:nth-child(2) {
  margin-top: 3rem;
  background: var(--e-blue);
}

.distributors-criteria li:nth-child(3) {
  margin-top: -2rem;
  color: var(--e-text);
  border: 1px solid var(--e-line);
  background: #fff;
}

.distributors-criteria li > span {
  color: var(--e-red);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.distributors-criteria h3 {
  margin-block: 2rem 1rem;
  color: inherit;
  font-size: 3rem;
}

.distributors-process {
  padding-block: 0 7rem;
  color: #fff;
  background: var(--e-navy);
}

.distributors-process__grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 4rem;
}

.distributors-process figure {
  margin: -2rem 0 0 -6rem;
}

.distributors-process figure img {
  width: 100%;
  height: 100%;
  min-height: 48rem;
  object-fit: cover;
}

.distributors-process__grid > div {
  padding-top: 6rem;
}

.distributors-process h2 {
  color: #fff;
}

.distributors-process__grid > div > p:not(.home3-label) {
  color: rgb(255 255 255 / .76);
}

.distributors-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 3rem;
  padding: 2rem;
  color: var(--e-text);
  background: #fff;
  gap: 1rem;
}

.distributors-form label {
  display: grid;
  color: var(--e-ink);
  font-size: .9rem;
  font-weight: 700;
  gap: .35rem;
}

.distributors-form input,
.distributors-form textarea {
  width: 100%;
  min-height: 3rem;
  padding: .75rem;
  border: 1px solid #aeb7c1;
  border-radius: 0;
  font: inherit;
}

.distributors-form__wide {
  grid-column: 1 / -1;
}

.distributors-form button,
.distributors-form > p {
  align-self: center;
}

@media (max-width: 62rem) {
  .news-card > a,
  .about-intro__grid,
  .company-since__grid,
  .jobs-apply__grid,
  .job-detail__grid,
  .distributors-hero,
  .distributors-process__grid {
    grid-template-columns: 1fr;
  }

  .news-card > a {
    min-height: 0;
  }

  .news-featured .news-card figure {
    height: 28rem;
  }

  .about-intro figure {
    margin-bottom: 0;
  }

  .about-intro__copy {
    padding-left: 0;
  }

  .about-paths {
    padding-top: 7rem;
  }

  .company-since figure {
    margin-right: 0;
  }

  .company-since figure img {
    height: 30rem;
  }

  .distributors-hero__media {
    min-height: 28rem;
  }

  .distributors-hero__copy {
    border-top: 8px solid var(--e-red);
    border-left: 0;
  }

  .distributors-process figure {
    margin: 0;
  }

  .distributors-process figure img {
    min-height: 28rem;
  }

  .jobs-apply__grid > div > img {
    width: 100%;
  }
}

@media (max-width: 42rem) {
  .news-hero,
  .about-hero,
  .values-hero,
  .services-hero,
  .jobs-hero,
  .job-detail-hero {
    min-height: 34rem;
  }

  .news-hero::before,
  .about-hero::before,
  .values-hero::before,
  .services-hero::before,
  .jobs-hero::before,
  .job-detail-hero::before {
    background: rgb(5 19 37 / .76);
  }

  .news-hero h1,
  .about-hero h1,
  .values-hero h1,
  .services-hero h1,
  .jobs-hero h1,
  .job-detail-hero h1 {
    font-size: clamp(3.4rem, 15vw, 5.2rem);
  }

  .news-archive,
  .about-intro,
  .values-manifesto,
  .values-principles,
  .services-showcase,
  .jobs-openings,
  .jobs-apply,
  .job-detail,
  .company-since {
    padding-block: 4.5rem;
  }

  .distributors-criteria {
    padding-block: 4.5rem;
  }

  .news-grid,
  .values-principles ol,
  .jobs-openings__grid,
  .jobs-form__grid {
    grid-template-columns: 1fr;
  }

  .news-featured .news-card figure,
  .news-card--compact figure {
    height: 15rem;
  }

  .news-card__copy,
  .news-card--compact .news-card__copy {
    min-height: 0;
    padding: 1.5rem;
  }

  .news-card__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-intro figure img,
  .company-since figure img,
  .values-principles figure img {
    height: 22rem;
  }

  .about-paths header,
  .jobs-openings header {
    display: block;
  }

  .about-paths a {
    grid-template-columns: 3rem 1fr auto;
  }

  .about-paths h3 {
    font-size: 2rem;
  }

  .values-manifesto blockquote {
    font-size: clamp(3rem, 13vw, 4.8rem);
  }

  .values-principles li,
  .values-principles li:nth-child(even) {
    min-height: 0;
    margin-top: 0;
    padding: 2rem 0;
    border-left: 0;
  }

  .values-principles figcaption {
    position: static;
    max-width: none;
  }

  .service-row,
  .service-row--reverse {
    display: block;
    margin-bottom: 4rem;
  }

  .service-row figure {
    height: 19rem;
  }

  .service-row--reverse figure {
    order: initial;
  }

  .service-row > div,
  .service-row--reverse > div {
    margin: 0;
    padding: 2rem 1.2rem;
  }

  .jobs-openings article,
  .jobs-openings article:nth-child(2) {
    min-height: 30rem;
    margin-top: 0;
  }

  .jobs-form {
    padding: 1.2rem;
  }

  .jobs-form__wide {
    grid-column: auto;
  }

  .distributors-criteria ol,
  .distributors-form {
    grid-template-columns: 1fr;
  }

  .distributors-criteria li,
  .distributors-criteria li:nth-child(2),
  .distributors-criteria li:nth-child(3) {
    min-height: 0;
    margin-top: 0;
  }

  .distributors-form__wide {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-card img,
  .about-paths a > strong {
    transition: none;
  }
}
.gh-breadcrumb{position:relative;z-index:5;width:min(1180px,calc(100% - 40px));margin:0 auto;padding:18px 0;display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:.9rem;color:#475a72}.gh-breadcrumb a{color:#2759a2;font-weight:700}.gh-breadcrumb+section{margin-top:0}
.e-generated-media{position:relative;overflow:hidden;background:#e9edf2}.e-generated-media img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}

/* Delegaciones: hero fotográfico con la sede real de GH MySeguridad. */
.delegations-hero {
  position: relative;
  display: grid;
  min-height: clamp(38rem, 78vh, 52rem);
  overflow: hidden;
  border-bottom: 5px solid var(--e-red);
  color: #fff;
  background: var(--e-navy);
  isolation: isolate;
}

.delegations-hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(7 20 43 / .5) 0%, rgb(7 20 43 / .76) 74%, rgb(7 20 43 / .9) 100%),
    linear-gradient(90deg, rgb(7 20 43 / .48) 0%, transparent 48%, rgb(7 20 43 / .32) 100%);
  pointer-events: none;
  content: "";
}

.delegations-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  max-width: none;
  min-height: inherit;
  place-items: center;
  grid-template-columns: 1fr;
}

.delegations-hero__copy {
  align-self: center;
  width: min(100%, 68rem);
  padding: clamp(5rem, 10vw, 8rem) clamp(1.25rem, 5vw, 4rem);
  text-align: center;
}

.delegations-hero__copy .e-kicker {
  justify-content: center;
  color: #fff;
}

.delegations-hero__copy h1 {
  max-width: 12ch;
  margin: 0 auto 1.25rem;
  color: #fff;
  font-size: clamp(3.6rem, 6.6vw, 6.5rem);
  line-height: .92;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.delegations-hero__copy > p:last-of-type {
  max-width: 38rem;
  margin: 0 auto;
  color: rgb(255 255 255 / .84);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.55;
}

.delegations-hero__copy .e-hero__actions {
  justify-content: center;
}

.delegations-hero__copy .e-button--line {
  color: #fff;
}

.delegations-hero__copy .e-seal {
  margin-inline: auto;
  text-align: left;
}

.delegations-hero__media,
.delegations-hero__media picture {
  display: block;
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
}

.delegations-hero__media {
  pointer-events: none;
}

.delegations-hero__media::after {
  content: none;
}

.delegations-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}

@media (max-width: 62rem) {
  .delegations-hero {
    min-height: clamp(36rem, 78svh, 46rem);
  }

  .delegations-hero__grid {
    min-height: inherit;
    grid-template-columns: 1fr;
  }

  .delegations-hero__media {
    order: initial;
    aspect-ratio: auto;
  }

  .delegations-hero__media,
  .delegations-hero__media picture,
  .delegations-hero__media img {
    min-height: 100%;
  }

  .delegations-hero__media img {
    aspect-ratio: auto;
    object-position: 52% 42%;
  }

  .delegations-hero__media::after {
    content: none;
  }

  .delegations-hero__copy {
    padding: 4.5rem 1.25rem;
  }
}

@media (max-width: 42rem) {
  .delegations-hero {
    min-height: 42rem;
  }

  .delegations-hero::before {
    background: linear-gradient(180deg, rgb(7 20 43 / .45) 0%, rgb(7 20 43 / .82) 58%, rgb(7 20 43 / .94) 100%);
  }

  .delegations-hero__media img {
    object-position: 58% center;
  }

  .delegations-hero__copy h1 {
    max-width: 11ch;
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .delegations-hero__copy .e-hero__actions {
    flex-direction: column;
  }
}

/* Noticias: archivo amplio y artículos con fotografía visible */
@media (min-width: 75rem) {
  .news-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.news-card--compact .news-card__copy {
  min-height: 20rem;
}

.news-card--compact h2 {
  font-size: clamp(1.75rem, 2.6vw, 2.35rem);
  line-height: 1.05;
}

.news-detail {
  background: #fff;
}

.news-detail__hero {
  padding-block: clamp(3.5rem, 7vw, 6rem) 0;
  color: #fff;
  background: var(--e-navy);
}

.news-detail__hero-grid {
  display: grid;
  justify-items: center;
  text-align: center;
}

.news-detail__headline {
  width: min(100%, 62rem);
}

.news-detail__headline .home3-label {
  justify-content: center;
  color: #fff;
}

.news-detail__headline h1 {
  max-width: 17ch;
  margin: 1rem auto 1.5rem;
  color: #fff;
  font-size: clamp(3.2rem, 6.3vw, 6rem);
  line-height: .95;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.news-detail__lead {
  max-width: 54rem;
  margin: 0 auto;
  color: rgb(255 255 255 / .84);
  font-size: clamp(1.1rem, 1.8vw, 1.32rem);
  line-height: 1.55;
}

.news-detail__meta {
  display: flex;
  justify-content: center;
  margin: 1.5rem 0 2.5rem;
  color: rgb(255 255 255 / .72);
  font-size: .85rem;
  font-weight: 800;
  gap: 1.5rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.news-detail__hero figure,
.news-detail__hero picture {
  display: block;
  width: 100%;
  margin: 0;
}

.news-detail__hero figure {
  max-width: 76rem;
  overflow: hidden;
  border-bottom: .45rem solid var(--e-red);
  background: #dfe4e9;
}

.news-detail__hero img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.news-detail__content {
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
}

.news-detail__layout {
  display: grid;
  align-items: start;
  gap: clamp(3rem, 7vw, 6rem);
  grid-template-columns: minmax(0, 1fr) 19rem;
}

.news-detail__body {
  max-width: 52rem;
}

.news-detail__body section + section {
  margin-top: 3.5rem;
  padding-top: 3.5rem;
  border-top: 1px solid #d9dfe6;
}

.news-detail__body h2 {
  max-width: 20ch;
  margin-bottom: 1.25rem;
  color: var(--e-ink);
  font-size: clamp(2.25rem, 4vw, 3.7rem);
  line-height: 1;
  text-wrap: balance;
}

.news-detail__body p,
.news-detail__body li {
  color: #34465a;
  font-size: clamp(1.03rem, 1.35vw, 1.14rem);
  line-height: 1.75;
}

.news-detail__body p {
  max-width: 68ch;
}

.news-detail__body ul {
  display: grid;
  margin: 1.5rem 0 0;
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  border-left: 5px solid var(--e-red);
  background: var(--e-off);
  gap: .5rem;
}

.news-detail__aside {
  position: sticky;
  top: 8rem;
  padding: 1.5rem;
  border-top: 6px solid var(--e-blue);
  background: var(--e-off);
}

.news-detail__aside > strong {
  display: block;
  margin-bottom: 1rem;
  color: var(--e-ink);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.7rem;
}

.news-detail__aside ol {
  display: grid;
  margin: 0;
  padding-left: 1.25rem;
  gap: .7rem;
}

.news-detail__aside a {
  color: var(--e-blue-dark);
  font-weight: 700;
  line-height: 1.35;
}

.news-detail__aside > p {
  margin: 1.5rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid #c8d0da;
  color: #4b5d70;
  font-size: .9rem;
}

.news-detail__aside > p strong,
.news-detail__aside > p span {
  display: block;
}

.news-detail__sources {
  margin-top: 4rem;
  padding: 2rem;
  border-top: 6px solid var(--e-red) !important;
  background: var(--e-off);
}

.news-detail__sources h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.news-detail__sources ul {
  padding: 0;
  border: 0;
  background: transparent;
  list-style: none;
}

.news-detail__sources a {
  color: var(--e-blue);
  font-weight: 800;
}

.news-related {
  padding-block: clamp(4.5rem, 8vw, 7rem);
  background: #edf1f5;
}

.news-related header {
  max-width: 48rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.news-related header .home3-label {
  justify-content: center;
}

.news-related header h2 {
  font-size: clamp(2.6rem, 5vw, 4.6rem);
}

.news-related .e-wrap > div {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-related article {
  display: flex;
  min-height: 19rem;
  flex-direction: column;
  padding: 2rem;
  border-top: 6px solid var(--e-red);
  background: #fff;
}

.news-related article p {
  display: flex;
  justify-content: space-between;
  margin: 0 0 2rem;
  color: #627184;
  font-size: .78rem;
  font-weight: 800;
  gap: 1rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.news-related article h3 {
  font-size: clamp(1.8rem, 2.7vw, 2.5rem);
  line-height: 1.05;
}

.news-related article h3 a {
  color: var(--e-ink);
  text-decoration: none;
}

.news-related article > a {
  margin-top: auto;
  color: var(--e-blue);
  font-weight: 800;
}

@media (max-width: 62rem) {
  .news-detail__layout {
    grid-template-columns: 1fr;
  }

  .news-detail__body {
    max-width: 100%;
  }

  .news-detail__aside {
    position: static;
    top: auto;
  }

  .news-related .e-wrap > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 42rem) {
  .news-detail__hero {
    padding-top: 3rem;
  }

  .news-detail__headline h1 {
    font-size: clamp(2.75rem, 13vw, 4.15rem);
  }

  .news-detail__meta {
    align-items: center;
    flex-direction: column;
    gap: .35rem;
  }

  .news-detail__hero img {
    aspect-ratio: 4 / 3;
  }

  .news-detail__body section + section {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }

  .news-related .e-wrap > div {
    grid-template-columns: 1fr;
  }

  .news-related article {
    min-height: 15rem;
  }
}
