* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #192c4d;
  color: #fff;
}

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

.select-page {
  background: #16251f;
  color: #fff;
  font-family: Montserrat, Avenir Next, Helvetica Neue, Arial, sans-serif;
}

.select-container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.select-eyebrow {
  display: inline-block;
  color: #dfe8e1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.select-hero {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  display: flex;
  align-items: center;
  padding: 184px 0 82px;
  background:
    linear-gradient(90deg, rgba(16, 31, 25, .92), rgba(27, 48, 39, .72) 38%, rgba(49, 73, 60, .24) 70%, rgba(49, 73, 60, .04)),
    linear-gradient(180deg, rgba(10, 21, 17, .02), rgba(10, 21, 17, .24)),
    url("/images/rekval-select-hero-premium.png");
  background-size: cover;
  background-position: center right;
}

.select-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .045), transparent 34%),
    linear-gradient(90deg, rgba(49, 73, 60, .14), rgba(49, 73, 60, .02) 54%, transparent),
    radial-gradient(circle at 72% 18%, rgba(223, 232, 225, .08), transparent 30%);
}

.select-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: end;
  gap: 60px;
}

.select-hero-copy {
  max-width: 680px;
  transform: translateY(18px);
}

.select-kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(34px, 4.8vw, 58px);
  font-weight: 500;
  line-height: 1;
}

.select-kicker:after {
  content: "";
  width: 88px;
  height: 1px;
  background: linear-gradient(90deg, rgba(223, 232, 225, .9), rgba(223, 232, 225, 0));
}

.select-hero h1,
.select-heading h2,
.select-process h2,
.select-cta h2 {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
}

.select-hero h1 {
  max-width: 600px;
  margin-top: 22px;
  color: #dfe8e1;
  font-size: clamp(26px, 2.9vw, 38px);
  line-height: 1.08;
}

.select-hero-copy > p:last-of-type {
  max-width: 590px;
  margin: 22px 0 0;
  color: #ffffffc4;
  font-size: 17px;
  line-height: 1.68;
}

.select-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 52px;
  margin-top: 30px;
  padding: 0 34px 0 58px;
  border-radius: 2px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, 0) 34%),
    linear-gradient(135deg, #dfe8e1, #ffffff 48%, #b9c9bd);
  color: #16251f;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, .46);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .72),
    0 18px 50px rgba(0, 0, 0, .32);
  transition: transform .22s ease, box-shadow .22s ease;
}

.select-primary:before {
  content: "";
  position: absolute;
  left: 28px;
  width: 11px;
  height: 11px;
  border: 1px solid currentColor;
  transform: rotate(45deg);
  opacity: .72;
}

.select-primary:after {
  content: "";
  position: absolute;
  inset: 1px;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .34), transparent);
  opacity: 0;
  transform: translateX(-80%);
  transition: opacity .22s ease, transform .45s ease;
}

.select-primary:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .78),
    0 22px 60px rgba(0, 0, 0, .38);
}

.select-primary:hover:after {
  opacity: 1;
  transform: translateX(80%);
}

.select-hero-panel {
  min-height: 188px;
  align-self: end;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(223, 232, 225, .2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .035)),
    rgba(22, 37, 31, .24);
  backdrop-filter: blur(14px);
  box-shadow: 0 28px 72px rgba(0, 0, 0, .24);
}

.select-hero-panel span {
  margin-bottom: 18px;
  color: #dfe8e1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.select-hero-panel strong {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.12;
}

.select-services,
.select-process,
.select-cta {
  padding: 110px 0;
}

.select-services {
  background:
    linear-gradient(180deg, rgba(223, 232, 225, .045), transparent 18%),
    linear-gradient(135deg, #16251f, #20382e 48%, #14211c);
}

.select-heading {
  max-width: 780px;
  margin-bottom: 54px;
}

.select-heading h2,
.select-process h2,
.select-cta h2 {
  margin-top: 18px;
  font-size: clamp(34px, 4.8vw, 58px);
}

.select-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.select-card-grid article {
  position: relative;
  overflow: hidden;
  min-height: 286px;
  padding: 32px;
  border: 1px solid rgba(223, 232, 225, .13);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .032)),
    rgba(15, 29, 24, .34);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .22);
}

.select-card-grid article:before {
  content: "";
  position: absolute;
  top: 0;
  left: 32px;
  right: 32px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(223, 232, 225, .46), transparent);
}

.select-card-grid article:first-child {
  grid-column: span 2;
  background:
    linear-gradient(135deg, rgba(49, 73, 60, .68), rgba(17, 32, 26, .5)),
    radial-gradient(circle at 90% 8%, rgba(223, 232, 225, .13), transparent 36%);
}

.select-card-grid span,
.select-process li span {
  display: block;
  margin-bottom: 24px;
  color: #dfe8e1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}

.select-card-grid h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.12;
}

.select-card-grid p {
  margin: 18px 0 0;
  color: #ffffffb8;
  font-size: 15px;
  line-height: 1.7;
}

.select-process {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(16, 31, 25, .96), rgba(49, 73, 60, .74)),
    url("/images/metodologia-ny-strategy.png");
  background-size: cover;
  background-position: center right;
}

.select-process:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(16, 31, 25, .94), rgba(16, 31, 25, .68) 46%, rgba(16, 31, 25, .26)),
    radial-gradient(circle at 78% 18%, rgba(223, 232, 225, .1), transparent 32%);
}

.select-process-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 54px;
  align-items: stretch;
  padding: 46px;
  border: 1px solid rgba(223, 232, 225, .16);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .035)),
    rgba(9, 18, 15, .34);
  box-shadow: 0 34px 110px rgba(0, 0, 0, .28);
  backdrop-filter: blur(14px);
}

.select-process-grid > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 430px;
  padding-right: 28px;
  border-right: 1px solid rgba(223, 232, 225, .14);
}

.select-process-grid > div:first-child:after {
  content: "Private advisory protocol";
  width: fit-content;
  margin-top: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(223, 232, 225, .18);
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.select-process ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: select-step;
}

.select-process li {
  position: relative;
  display: grid;
  grid-template-columns: 86px 1fr;
  align-items: center;
  min-height: 88px;
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid rgba(223, 232, 225, .13);
  background: transparent;
  color: rgba(255, 255, 255, .94);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -.01em;
}

.select-process li:first-child {
  border-top: 1px solid rgba(223, 232, 225, .13);
}

.select-process li:after {
  content: "";
  position: absolute;
  left: 36px;
  top: 58px;
  bottom: -30px;
  width: 1px;
  background: linear-gradient(180deg, rgba(223, 232, 225, .36), transparent);
}

.select-process li:last-child:after {
  display: none;
}

.select-process li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0;
  border: 1px solid rgba(223, 232, 225, .2);
  background:
    linear-gradient(135deg, rgba(223, 232, 225, .12), rgba(255, 255, 255, .035)),
    rgba(16, 31, 25, .52);
  color: #eef5ef;
  font-size: 12px;
  letter-spacing: .12em;
  box-shadow: inset 0 1px rgba(255, 255, 255, .12);
}

.select-cta {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #16251f, #0f1c18 70%, #16251f);
}

.select-body .site-footer[data-astro-cid-sz7xmlte] {
  background:
    linear-gradient(90deg, rgba(16, 31, 25, .97), rgba(22, 42, 34, .9) 50%, rgba(49, 73, 60, .78)),
    url("/images/footer.png");
  background-size: cover;
  background-position: center;
  border-top-color: rgba(223, 232, 225, .14);
}

.select-body .site-footer[data-astro-cid-sz7xmlte]:before {
  background:
    linear-gradient(180deg, rgba(223, 232, 225, .05), rgba(16, 31, 25, .38)),
    radial-gradient(circle at 78% 12%, rgba(223, 232, 225, .1), transparent 30%);
}

.select-body .footer-column[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte] {
  color: #eef5ef;
}

.select-body a[data-astro-cid-sz7xmlte],
.select-body span[data-astro-cid-sz7xmlte],
.select-body .footer-brand[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte] {
  color: rgba(255, 255, 255, .72);
}

.select-body .contact-icon[data-astro-cid-sz7xmlte] {
  background: rgba(223, 232, 225, .1);
  border-color: rgba(223, 232, 225, .18);
}

.select-body .legal-box[data-astro-cid-sz7xmlte] {
  background: rgba(223, 232, 225, .07);
  border-color: rgba(223, 232, 225, .12);
}

.select-body .footer-bottom[data-astro-cid-sz7xmlte] {
  border-top-color: rgba(223, 232, 225, .11);
}

.select-cta-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 430px;
  padding: 64px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 52px;
  background:
    linear-gradient(110deg, rgba(9, 18, 15, .92), rgba(22, 42, 34, .66) 38%, rgba(49, 73, 60, .18) 64%, rgba(49, 73, 60, .04)),
    radial-gradient(circle at 84% 24%, rgba(223, 232, 225, .1), transparent 32%),
    url("/images/rekval-select-cta-private-meeting.png");
  background-size: cover;
  background-position: 62% center;
  border: 1px solid rgba(223, 232, 225, .18);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .08),
    0 34px 110px rgba(0, 0, 0, .28);
}

.select-cta-card:before {
  content: "";
  position: absolute;
  inset: 28px;
  z-index: -1;
  border: 1px solid rgba(223, 232, 225, .14);
  pointer-events: none;
}

.select-cta-card:after {
  content: "";
  position: absolute;
  right: 64px;
  top: 64px;
  width: 86px;
  height: 86px;
  z-index: -1;
  border: 1px solid rgba(223, 232, 225, .22);
  transform: rotate(45deg);
  opacity: .5;
}

.select-cta h2 {
  max-width: 500px;
  color: #fff;
  font-size: clamp(26px, 3.15vw, 40px);
  line-height: 1.02;
  letter-spacing: .04em;
}

.select-cta-copy {
  position: relative;
  z-index: 1;
  max-width: 540px;
  transform: translateY(-24px);
}

.select-cta .select-primary {
  position: relative;
  z-index: 1;
  align-self: end;
  margin-top: 0;
  white-space: nowrap;
}

@media (max-width: 960px) {
  .select-hero-grid,
  .select-process-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .select-process-grid {
    padding: 34px;
  }

  .select-process-grid > div:first-child {
    min-height: auto;
    padding-right: 0;
    padding-bottom: 30px;
    border-right: 0;
    border-bottom: 1px solid rgba(223, 232, 225, .14);
  }

  .select-process-grid > div:first-child:after {
    margin-top: 30px;
  }

  .select-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .select-card-grid article:first-child {
    grid-column: span 1;
  }
}

@media (max-width: 640px) {
  .select-hero {
    min-height: auto;
    padding: 176px 0 62px;
    background-position: 62% center;
  }

  .select-hero-grid {
    gap: 28px;
  }

  .select-hero-copy {
    transform: translateY(10px);
  }

  .select-kicker {
    font-size: clamp(34px, 10vw, 44px);
  }

  .select-kicker:after {
    width: 52px;
  }

  .select-hero h1 {
    font-size: clamp(24px, 6.6vw, 32px);
  }

  .select-hero-panel {
    display: none;
  }

  .select-card-grid,
  .select-process li {
    grid-template-columns: 1fr;
  }

  .select-process-grid {
    padding: 28px 22px;
  }

  .select-process li {
    min-height: auto;
    gap: 14px;
    padding: 22px 0;
    font-size: 20px;
  }

  .select-process li:after {
    display: none;
  }

  .select-process li span {
    width: 54px;
    height: 54px;
  }

  .select-services,
  .select-process,
  .select-cta {
    padding: 82px 0;
  }

  .select-hero-panel,
  .select-card-grid article,
  .select-cta-card {
    padding: 28px;
  }

  .select-cta-card {
    min-height: 380px;
    grid-template-columns: 1fr;
    align-items: end;
    gap: 34px;
    background:
      linear-gradient(180deg, rgba(9, 18, 15, .9), rgba(22, 42, 34, .64) 54%, rgba(49, 73, 60, .24)),
      url("/images/rekval-select-cta-private-meeting.png");
    background-size: cover;
    background-position: 54% center;
  }

  .select-cta h2 {
    max-width: 420px;
    font-size: clamp(25px, 7.4vw, 34px);
  }

  .select-cta-card:before {
    inset: 18px;
  }

  .select-cta-card:after {
    right: 34px;
    top: 34px;
    width: 58px;
    height: 58px;
  }

  .select-cta .select-primary {
    width: 100%;
  }
}
