.hero-copy-only::before {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .trusted-logo-track {
    animation: none;
  }
}

.hero-title .hero-title-accent {
  -webkit-text-stroke: .45px rgba(17, 20, 22, .22);
  paint-order: stroke fill;
  text-shadow: 0 1px 1px rgba(17, 20, 22, .08);
}

.hero-title-highlight {
  color: var(--ink);
  font-weight: 400;
  display: inline-block;
  position: relative;
  isolation: isolate;
}

.hero-title-highlight::before {
  content: "";
  z-index: -1;
  background: var(--lime);
  position: absolute;
  inset: .08em -.09em .01em;
  transform: rotate(-1.1deg);
}

.nav-cta {
  transition: background .2s, border-color .2s, transform .2s;
}

.nav-cta:hover {
  color: #fff;
  background: var(--burgundy);
  border-color: var(--burgundy);
  transform: translateY(-1px);
}

.method .button.light:hover {
  color: var(--ink);
  background: var(--lime);
  border-color: var(--lime);
}

.hero-copy-only {
  background: #f7f3eb;
  grid-template-columns: 1fr;
  min-height: auto;
  padding: 140px 5vw 28px;
}

.hero-copy-only .hero-copy {
  max-width: 1200px;
}

.hero-copy-only .hero-title {
  color: #24292b;
  font-size: clamp(45px, 5.5vw, 82px);
}

.hero-copy-only .hero-lead {
  max-width: 1020px;
}

.solutions {
  background: #f7f3eb;
  padding-top: 20px;
  padding-bottom: 58px;
}

.problem-strip {
  justify-content: center;
  min-height: 69px;
  padding: 15px 5vw;
}

.problem-strip strong {
  text-align: center;
  font-size: clamp(16px, 1.65vw, 22px);
}

.solutions-heading {
  grid-template-columns: 1fr;
  margin-bottom: 45px;
}

.solutions-heading .solutions-kicker {
  color: var(--burgundy);
  margin: 0;
  font-size: 11px;
  line-height: 1.3;
}

.solutions-title {
  letter-spacing: -.05em;
  margin-bottom: 0;
  font: 700 clamp(38px, 5vw, 68px)/1.02 Manrope;
}

.solution-card,
.solution-card:nth-child(2n) {
  color: #fff;
  background: var(--ink);
  min-height: 265px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.solution-card::after {
  content: "";
  z-index: 1;
  background: linear-gradient(135deg, rgba(17, 20, 22, .68), rgba(17, 20, 22, .38));
  transition: background .35s;
  position: absolute;
  inset: 0;
}

.solution-photo {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: grayscale(1) brightness(1.16) contrast(.9);
  transition: filter .45s, transform .55s;
  position: absolute;
  inset: 0;
}

.photo-communication {
  object-position: 58% center;
}

.photo-culture {
  object-position: center 58%;
}

.photo-relationship {
  object-position: center 37%;
}

.photo-experiences {
  object-position: center 48%;
}

.photo-production {
  object-position: center 52%;
}

.photo-consulting {
  object-position: center bottom;
}

.solution-card > :not(.solution-photo) {
  z-index: 2;
  position: relative;
}

.solution-card:hover::after,
.solution-card:focus-within::after,
.solution-card.is-scroll-active::after {
  background: linear-gradient(135deg, rgba(17, 20, 22, .58), rgba(17, 20, 22, .28));
}

.solution-card:hover .solution-photo,
.solution-card:focus-within .solution-photo,
.solution-card.is-scroll-active .solution-photo {
  filter: grayscale(0) saturate(1.28) contrast(1.08) brightness(1.04);
  transform: scale(1.035);
}

.solution-card h3 {
  max-width: 310px;
  margin: 0 0 18px;
  font-size: 22px;
}

.solution-card .card-number {
  color: var(--lime);
}

.tags {
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
  margin-top: 16px;
}

.solution-card .tags {
  align-self: flex-start;
  margin-top: auto;
}

.tags span {
  color: #fff;
  border-color: rgba(255, 255, 255, .5);
  white-space: nowrap;
  padding: 5px 6px;
  font-size: 8px;
}

.card-cta {
  color: var(--ink);
  background: #fff;
  border: 2px solid var(--lime);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 43px;
  margin-top: 13px;
  padding: 10px 12px;
  font: 700 11px/1.25 Manrope;
  transition: background .2s, transform .2s, box-shadow .2s;
  display: flex;
}

.card-cta span {
  margin-left: 10px;
  font-size: 13px;
}

.card-cta:hover {
  background: var(--lime);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px #11141612;
}

.solutions-action {
  justify-content: center;
  margin-top: 28px;
  display: flex;
}

.support-levels {
  background: #f4f0e8;
  padding-top: 70px;
  padding-bottom: 48px;
}

.support-intro {
  max-width: 720px;
}

.support-intro .support-choice {
  color: #24292b;
  max-width: 680px;
  margin-bottom: 46px;
  font: 500 clamp(25px, 3vw, 39px)/1.2 Manrope;
}

.support-choice strong {
  color: var(--burgundy);
}

.support-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  display: grid;
  position: relative;
}

.support-grid::before {
  content: "";
  background: #bcb8ae;
  height: 1px;
  position: absolute;
  top: 45px;
  right: 8%;
  left: 8%;
}

.support-level {
  text-align: center;
  min-height: 290px;
  padding: 0 12px 20px;
  position: relative;
}

.support-level summary {
  cursor: pointer;
  list-style: none;
}

.support-level summary::-webkit-details-marker {
  display: none;
}

.support-level summary:focus-visible {
  outline: 2px solid var(--burgundy);
  outline-offset: 5px;
  border-radius: 8px;
}

.support-index {
  color: #24292b;
  letter-spacing: -.06em;
  background: #fff;
  border: 8px solid #f4f0e8;
  border-radius: 50%;
  place-items: center;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  font: 800 25px/1 Manrope;
  display: grid;
  position: relative;
  box-shadow: 0 0 0 1px #a8a49a;
  transition: background .2s, transform .2s, box-shadow .2s;
}

.support-level summary:hover .support-index,
.support-level[open] .support-index {
  background: var(--lime);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(17, 20, 22, .15), 0 0 0 2px var(--lime);
}

.support-level h3 {
  text-transform: uppercase;
  letter-spacing: -.01em;
  max-width: 190px;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 64px;
  margin: 22px auto 0;
  font: 800 15px/1.22 Manrope;
  display: flex;
}

.support-level h3::after {
  content: "";
  background: var(--lime);
  width: 30px;
  height: 3px;
  margin: auto auto 0;
  display: block;
}

.support-level p {
  color: var(--muted);
  background: transparent;
  border: 0;
  text-align: center;
  width: 205px;
  max-width: calc(100% - 12px);
  margin: 0 auto;
  padding: 8px 6px;
  font-size: 12px;
  line-height: 1.55;
  box-shadow: none;
  animation: support-reveal .22s ease;
  position: absolute;
  top: 190px;
  right: 0;
  left: 0;
  transform: none;
}

@keyframes support-reveal {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.solution-mail-cta,
.contact-mail-cta,
.support-mail-cta {
  color: var(--ink);
  background: #fff;
  border: 2px solid var(--lime);
}

.solution-mail-cta:hover,
.contact-mail-cta:hover,
.support-mail-cta:hover {
  color: var(--ink);
  background: var(--lime);
}

.support-action,
.method-action {
  grid-column: 1 / -1;
  justify-content: center;
  margin-top: 42px;
  display: flex;
}

.unified-cta,
.solution-mail-cta {
  border: 2px solid var(--lime);
  justify-content: space-between;
  width: min(100%, 360px);
  min-width: 0;
  min-height: 58px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 20px;
  box-shadow: 0 12px 28px rgba(17, 20, 22, .14);
}

.solution-mail-cta {
  border-color: var(--burgundy);
}

.solution-mail-cta:hover {
  color: #fff;
  background: var(--burgundy);
  border-color: var(--burgundy);
}

.solution-mail-cta.is-scroll-active {
  color: #fff;
  background: var(--burgundy);
  border-color: var(--burgundy);
  transform: translateY(-2px);
}

.contact-mail-cta.is-scroll-active {
  color: var(--ink);
  background: var(--lime);
  border-color: var(--lime);
  transform: translateY(-2px);
}

.solution-card .consulting-title {
  max-width: 190px;
  line-height: 1.08;
}

.experience-break {
  height: clamp(240px, 28vw, 390px);
}

.method-step {
  padding: 16px 0;
}

.method {
  background: #171b1d;
  grid-template-columns: 1.05fr .78fr 1.17fr;
  align-items: center;
  gap: 4vw;
  padding-top: 72px;
  padding-bottom: 72px;
}

.method-orbit {
  height: 340px;
  transform: scale(.8);
  transform-origin: center;
}

.method-orbit .orbit {
  border-color: rgba(255, 255, 255, .42);
}

.method-orbit .orbit-two {
  border-color: var(--lime);
}

.method-orbit .center-word {
  color: #fff;
  font-size: 46px;
}

.method-orbit .center-word span,
.method-orbit .orbit-label {
  color: #fff;
}

.method-intro > p:not(.eyebrow),
.method-step p {
  color: rgba(255, 255, 255, .78);
}

.contact,
footer {
  background: #171b1d;
}

.contact {
  border-top: 1px solid rgba(255, 255, 255, .12);
  isolation: isolate;
  position: relative;
  overflow: hidden;
}

.contact::before {
  content: "";
  z-index: -2;
  background: url("../experiencia-corporativa-v1.png") center 46% / cover no-repeat;
  filter: grayscale(1) contrast(.92);
  opacity: .48;
  position: absolute;
  inset: 0;
}

.contact::after {
  content: "";
  z-index: -1;
  background: rgba(23, 27, 29, .58);
  position: absolute;
  inset: 0;
}

.contact h2 {
  color: #fff;
}

.contact > p:not(.eyebrow) {
  color: var(--burgundy);
  font-weight: 700;
}

.trusted-heading h2 {
  color: #24292b;
}

.method-intro {
  text-align: left;
}

.method-intro > p:not(.eyebrow) {
  margin-right: 0;
  margin-left: 0;
}

.method-intro h2 {
  color: #fff;
  margin-top: 38px;
  font-size: clamp(48px, 5vw, 78px);
  line-height: 1.02;
}

.method-intro h2 em {
  color: var(--burgundy);
  font-weight: 700;
}

.method-title {
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 0;
  display: flex;
}

.method-title span {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .23em;
  font: 700 10px/1.2 Open Sans;
}

.method-title strong {
  color: var(--burgundy);
  letter-spacing: .06em;
  font: 800 clamp(30px, 3vw, 46px)/1 Manrope;
}

.method-title sup {
  vertical-align: super;
  letter-spacing: 0;
  font-size: .5em;
}

.method-eyebrow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.method-eyebrow span {
  color: var(--lime);
  font-size: 10px;
}

.method-eyebrow strong {
  color: #fff;
  letter-spacing: .12em;
  font: 800 24px/1 Manrope;
}

.trusted-logos {
  border-top: 1px solid #c8c3b8;
  border-bottom: 1px solid #c8c3b8;
  width: 100%;
  padding: 8px 0;
  display: block;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.trusted-logo-track {
  align-items: center;
  width: max-content;
  animation: trusted-marquee 24s linear infinite;
  display: flex;
}

.trusted-logo-set {
  align-items: center;
  gap: 64px;
  padding-right: 64px;
  display: flex;
}

.trusted-logo {
  flex: 0 0 auto;
  object-fit: contain;
  width: auto;
  height: 35px;
  opacity: .82;
  display: block;
}

@keyframes trusted-marquee {
  to {
    transform: translateX(-50%);
  }
}

.logo-interbanking {
  height: 45px;
}

.logo-strategy {
  height: 42px;
  opacity: .43;
}

.logo-sumitomo {
  height: 35px;
}

.logo-colombraro {
  height: 35px;
}

.trusted-heading {
  margin-bottom: 28px;
}

.trusted-visual {
  width: 100%;
  height: clamp(220px, 26vw, 380px);
  margin: 0 0 42px;
  overflow: hidden;
}

.trusted-visual img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

.contact-mail-cta {
  min-width: 230px;
  margin-top: 10px;
}

.whatsapp-float {
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 0;
}

.whatsapp-float img {
  width: 29px;
  height: 29px;
  display: block;
}

@media (width <= 900px) {
  .method {
    grid-template-columns: 1fr;
  }

  .method-orbit {
    order: 2;
    margin: -20px 0;
  }

  .method-steps {
    order: 3;
  }

  .method-action {
    order: 4;
  }

  .trusted-logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 34px;
  }

  .support-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 18px;
  }

  .support-grid::before {
    display: none;
  }

  .support-level {
    min-height: auto;
  }

  .support-level p {
    max-width: 280px;
    margin: 0 auto;
    position: static;
    transform: none;
  }
}

@media (width <= 600px) {
  .hero-copy-only {
    padding-top: 125px;
    padding-bottom: 35px;
  }

  .solutions {
    padding-top: 28px;
    padding-bottom: 45px;
  }

  .support-levels {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .support-grid {
    grid-template-columns: 1fr;
  }

  .support-level {
    min-height: 270px;
    padding: 28px 10px;
  }

  .support-level h3 {
    min-height: auto;
  }

  .support-level p {
    width: min(330px, calc(100% - 32px));
    max-width: none;
    padding: 10px 0;
    position: absolute;
    top: 172px;
    right: 0;
    left: 0;
  }

  .solution-card {
    min-height: 245px;
  }

  .tags {
    flex-wrap: wrap;
  }

  .trusted-logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 28px;
    padding: 7px 0;
  }

  .trusted-logo,
  .logo-sumitomo,
  .logo-colombraro {
    height: 32px;
  }

  .trusted-visual img {
    object-position: 78% center;
  }

  .solution-card .photo-consulting {
    width: 114%;
    right: auto;
    object-position: left bottom;
  }

  .logo-interbanking {
    height: 40px;
  }

  .logo-strategy {
    height: 38px;
  }
}

.privacy-banner[hidden],
.privacy-manage[hidden],
.privacy-preferences[hidden],
.privacy-actions[hidden] {
  display: none !important;
}

.privacy-banner {
  z-index: 1000;
  background: rgba(17, 20, 22, .56);
  place-items: end center;
  padding: 20px;
  display: grid;
  position: fixed;
  inset: 0;
  backdrop-filter: blur(4px);
}

.privacy-card {
  color: var(--ink);
  background: #faf9f5;
  border: 1px solid rgba(17, 20, 22, .22);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px 36px;
  width: min(1120px, 100%);
  padding: 26px 28px;
  display: grid;
  box-shadow: 0 22px 70px rgba(17, 20, 22, .24);
}

.privacy-copy {
  max-width: 680px;
}

.privacy-eyebrow {
  color: var(--burgundy);
  text-transform: uppercase;
  letter-spacing: .2em;
  margin: 0 0 8px;
  font: 700 10px/1.2 Manrope;
}

.privacy-card h2 {
  letter-spacing: -.04em;
  margin: 0 0 9px;
  font: 700 clamp(24px, 3vw, 36px)/1.05 Manrope;
}

.privacy-card p:not(.privacy-eyebrow) {
  color: #59605d;
  max-width: 660px;
  margin: 0 0 9px;
  font-size: 13px;
  line-height: 1.55;
}

.privacy-policy-link {
  color: var(--burgundy);
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  font-size: 11px;
  font-weight: 700;
}

.privacy-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
  display: flex;
}

.privacy-button,
.privacy-save,
.privacy-manage {
  cursor: pointer;
  border-radius: 0;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  transition: background .2s, color .2s, border-color .2s, transform .2s;
}

.privacy-button {
  background: #fff;
  border: 1px solid rgba(17, 20, 22, .55);
  min-height: 44px;
  padding: 11px 15px;
  font-size: 11px;
}

.privacy-button:hover,
.privacy-button:focus-visible,
.privacy-save:hover,
.privacy-save:focus-visible {
  transform: translateY(-1px);
}

.privacy-accept {
  color: #fff;
  background: var(--burgundy);
  border-color: var(--burgundy);
}

.privacy-settings:hover,
.privacy-settings:focus-visible {
  border-color: var(--burgundy);
}

.privacy-preferences {
  border-top: 1px solid rgba(17, 20, 22, .18);
  grid-column: 1 / -1;
  gap: 8px;
  padding-top: 18px;
  display: grid;
}

.privacy-option {
  background: #fff;
  border: 1px solid rgba(17, 20, 22, .18);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 13px 15px;
  display: grid;
}

.privacy-option div {
  display: grid;
  gap: 3px;
}

.privacy-option strong {
  font: 700 12px/1.2 Manrope;
}

.privacy-option div span {
  color: #66706c;
  font-size: 11px;
  line-height: 1.4;
}

.privacy-always {
  color: var(--burgundy);
  font-size: 10px;
  font-weight: 700;
}

.privacy-option input {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}

.privacy-switch {
  background: #d9d7d0;
  border-radius: 999px;
  width: 42px;
  height: 23px;
  position: relative;
  transition: background .2s;
}

.privacy-switch::after {
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 3px;
  left: 3px;
  box-shadow: 0 1px 5px rgba(17, 20, 22, .25);
  transition: transform .2s;
}

.privacy-option input:checked + .privacy-switch {
  background: var(--lime);
}

.privacy-option input:checked + .privacy-switch::after {
  transform: translateX(19px);
}

.privacy-option input:focus-visible + .privacy-switch {
  outline: 2px solid var(--burgundy);
  outline-offset: 3px;
}

.privacy-save {
  color: #fff;
  background: var(--burgundy);
  border: 1px solid var(--burgundy);
  justify-self: end;
  min-height: 43px;
  padding: 10px 16px;
  font-size: 11px;
}

.privacy-manage {
  z-index: 900;
  color: var(--ink);
  background: rgba(250, 249, 245, .94);
  border: 1px solid rgba(17, 20, 22, .4);
  padding: 9px 12px;
  font-size: 10px;
  position: fixed;
  bottom: 18px;
  left: 18px;
  box-shadow: 0 8px 24px rgba(17, 20, 22, .12);
}

.privacy-manage:hover,
.privacy-manage:focus-visible {
  color: #fff;
  background: var(--burgundy);
  border-color: var(--burgundy);
}

@media (width <= 760px) {
  .privacy-banner {
    padding: 10px;
  }

  .privacy-card {
    grid-template-columns: 1fr;
    gap: 17px;
    max-height: calc(100vh - 20px);
    padding: 20px;
    overflow-y: auto;
  }

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

  .privacy-accept {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .privacy-preferences {
    grid-column: 1;
  }

  .privacy-save {
    justify-self: stretch;
  }

  .privacy-manage {
    bottom: 12px;
    left: 12px;
  }
}
