.landing-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100svh;
  overflow: hidden;
  padding: 0;
  background: url("../assets/figma/BG_HERO_HOF.webp") center center / cover no-repeat;
}

.noise {
  display: block;
  width: 100vw;
  height: 42vh;
  opacity: 0.11;
  background-image: url("../assets/figma/noise.svg");
  background-size: 200px 200px;
  overflow: hidden;
  position: absolute;
  bottom: -10px;
  left: 0;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: plus-lighter;
  mask-image: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.72) 45%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.72) 45%, transparent 100%);
}

.formation-section {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background:
    radial-gradient(circle at 88% 10%, rgba(123, 116, 105, 0.075), transparent 32%),
    linear-gradient(90deg, #f6f6f4 0%, #ffffff 54%, #f1f1ef 100%);
  color: #101010;
}

.formation-section::before,
.formation-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(15, 15, 15, 0.06);
  border-radius: 50%;
}

.formation-section::before {
  top: -280px;
  right: -120px;
  width: 760px;
  height: 760px;
}

.formation-section::after {
  top: -210px;
  right: -40px;
  width: 560px;
  height: 560px;
}

.formation-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  gap: clamp(44px, 6vw, 88px);
  align-items: center;
}

.formation-copy {
  max-width: 510px;
}

.formation-kicker {
  width: fit-content;
  min-width: 310px;
  margin: 0 0 22px;
  padding: 14px 24px;
  border: 1px solid rgba(15, 15, 15, 0.14);
  border-radius: 5px;
  background:
    linear-gradient(180deg, rgba(15, 15, 15, 0.055), rgba(15, 15, 15, 0.025));
  color: rgba(16, 16, 16, 0.66);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
}

.formation-title {
  margin: 0;
  color: #0f0f0f;
  font-family: var(--font-display);
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: 0;
}

.formation-title span {
  display: block;
  color: #7b7469;
  font-weight: 500;
}

.formation-text {
  margin: 22px 0 0;
  max-width: 465px;
  color: rgba(16, 16, 16, 0.62);
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
}

.formation-button {
  width: fit-content;
  min-height: 58px;
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 8px 10px 8px 24px;
  border-radius: 7px;
  background: #101010;
  color: #ffffff;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}

.formation-button svg {
  width: 38px;
  height: 38px;
  padding: 10px;
  border-radius: 5px;
  background: var(--gradient-button-metal);
  color: #111111;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s ease;
}

.formation-button:hover svg {
  transform: rotate(45deg);
}

.formation-list {
  display: grid;
  gap: 14px;
}

.formation-item {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 12px 22px;
  border: 1px solid rgba(15, 15, 15, 0.12);
  border-radius: 5px;
  background:
    linear-gradient(180deg, rgba(16, 16, 16, 0.045), rgba(16, 16, 16, 0.025)),
    rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.formation-item__icon {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 5px;
  background:
    linear-gradient(180deg, rgba(195, 197, 196, 0.94), rgba(175, 177, 176, 0.76));
}

.formation-item__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #101010;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.formation-item h3 {
  margin: 0;
  color: #101010;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
}

.xray-section {
  position: relative;
  min-height: 152vh;
  overflow: visible;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.1), transparent 34%),
    radial-gradient(circle at 18% 58%, rgba(123, 116, 105, 0.09), transparent 28%),
    linear-gradient(180deg, #080808 0%, #0f0f0f 54%, #070707 100%);
  color: var(--color-text-gradient-start);
}

.xray-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 124px 124px;
  opacity: 0.12;
  mask-image: linear-gradient(180deg, transparent 0%, #000 25%, #000 76%, transparent 100%);
}

.xray-sticky {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
  padding: clamp(36px, 4vw, 56px) 0 clamp(44px, 5vw, 68px);
}

.xray-header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  text-align: center;
}

.xray-title {
  max-width: 860px;
  margin: 0;
  color: rgba(242, 240, 234, 0.74);
  font-family: var(--font-display);
  font-size: 46px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

.xray-title span {
  background: var(--gradient-text-metal);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}

.xray-carousel {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  width: min(100% - 40px, 1120px);
  margin: 40px auto 0;
  overflow: visible;
  padding: 0 0 12px;
  transform: translate3d(var(--xray-shift, 0px), 0, 0);
  will-change: transform;
}

.xray-slide {
  min-height: 310px;
  flex: 0 0 calc((100% - 20px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  scroll-snap-align: start;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.025);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 28px 70px rgba(0, 0, 0, 0.22);
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 620ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 220ms ease,
    background 220ms ease;
}

.xray-slide.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.xray-slide.is-visible:nth-child(2) {
  transition-delay: 90ms;
}

.xray-slide.is-visible:nth-child(3) {
  transition-delay: 180ms;
}

.xray-slide.is-visible:nth-child(4) {
  transition-delay: 270ms;
}

.xray-slide.is-visible:hover {
  transform: translate3d(0, -4px, 0);
}

@media (prefers-reduced-motion: reduce) {
  .xray-slide {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .xray-slide.is-visible,
  .xray-slide.is-visible:hover {
    opacity: 1;
    transform: none;
  }
}

.xray-slide:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.065)),
    rgba(255, 255, 255, 0.035);
}

.xray-slide__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 34px;
}

.xray-slide__meta span,
.xray-slide__meta strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
}

.xray-slide__meta span {
  width: 42px;
  border-radius: 5px;
  background: var(--gradient-button-metal);
  color: #101010;
  font-size: 13px;
  font-weight: 800;
}

.xray-slide__meta strong {
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025));
  color: rgba(242, 240, 234, 0.74);
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.xray-slide h3 {
  margin: 0;
  max-width: 500px;
  background: var(--gradient-text-metal);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.xray-slide p {
  margin: 20px 0 0;
  max-width: 540px;
  color: rgba(242, 240, 234, 0.62);
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.52;
}

.solution-section {
  position: relative;
  overflow: hidden;
  padding: 76px 0;
  border-top: 1px solid rgba(15, 15, 15, 0.08);
  background:
    radial-gradient(circle at 12% 0%, rgba(123, 116, 105, 0.075), transparent 28%),
    radial-gradient(circle at 88% 45%, rgba(16, 16, 16, 0.035), transparent 24%),
    linear-gradient(90deg, #f6f6f4 0%, #ffffff 54%, #f1f1ef 100%);
  color: #101010;
}

.solution-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 15, 15, 0.035) 1px, transparent 1px);
  background-size: 112px 112px;
  opacity: 0.16;
  mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 78%, transparent 100%);
}

.solution-section::after {
  content: "";
  position: absolute;
  right: -220px;
  bottom: -280px;
  width: 720px;
  height: 720px;
  pointer-events: none;
  border: 1px solid rgba(15, 15, 15, 0.06);
  border-radius: 50%;
}

.solution-container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.solution-heading {
  display: grid;
  justify-items: center;
  max-width: 860px;
  text-align: center;
}

.solution-title {
  max-width: 840px;
  margin: 0;
  color: #0f0f0f;
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: none;
}

.solution-title span {
  display: block;
  color: #7b7469;
  font-weight: 500;
}

.solution-intro {
  display: grid;
  gap: 8px;
  max-width: 790px;
  margin-top: 14px;
}

.solution-intro p {
  margin: 0;
  color: rgba(16, 16, 16, 0.64);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  margin-top: 34px;
}

.solution-card {
  position: relative;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(15, 15, 15, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(238, 238, 235, 0.78)),
    #f7f7f5;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 16px 42px rgba(15, 15, 15, 0.055);
  isolation: isolate;
}

.solution-card--square {
  aspect-ratio: auto;
  min-height: 350px;
  padding: 28px;
}

.solution-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(123, 116, 105, 0.95),
    rgba(211, 211, 207, 0.82) 58%,
    rgba(123, 116, 105, 0.15)
  );
  z-index: 2;
}

.solution-card::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -90px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(15, 15, 15, 0.055);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.solution-card:hover {
  border-color: rgba(15, 15, 15, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 24px 58px rgba(15, 15, 15, 0.1);
}

.solution-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.solution-card__icon {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(219, 220, 218, 0.98), rgba(177, 179, 176, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    0 8px 18px rgba(15, 15, 15, 0.08);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.solution-card__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #101010;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.solution-card:hover .solution-card__icon {
  transform: translate3d(0, -2px, 0);
}

.solution-card__index {
  padding-top: 7px;
  color: rgba(16, 16, 16, 0.44);
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.solution-card h3,
.solution-card p,
.solution-list {
  position: relative;
  z-index: 1;
}

.solution-card h3 {
  margin: 26px 0 0;
  max-width: 460px;
  color: #101010;
  font-family: var(--font-display);
  font-size: clamp(22px, 1.65vw, 24px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: none;
  text-wrap: balance;
}

.solution-card--square h3 {
  font-size: clamp(21px, 1.55vw, 23px);
  line-height: 1.08;
}

.solution-card p {
  margin: 13px 0 0;
  color: rgba(16, 16, 16, 0.58);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.44;
}

.solution-card--square p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.36;
}

.solution-list {
  display: grid;
  gap: 9px;
  margin: auto 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(15, 15, 15, 0.09);
  list-style: none;
}

.solution-list li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: rgba(16, 16, 16, 0.72);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.32;
}

.solution-card--square .solution-list {
  gap: 8px;
  margin-top: auto;
}

.solution-card--square .solution-list li {
  gap: 8px;
  font-size: 13px;
  line-height: 1.28;
}

.solution-list li::before {
  content: "\2713";
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  margin-top: 1px;
  border: 1px solid rgba(123, 116, 105, 0.28);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(123, 116, 105, 0.14), rgba(123, 116, 105, 0.045));
  color: rgba(74, 69, 62, 0.76);
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.solution-card--wide {
  grid-column: span 3;
  min-height: 292px;
  padding: 30px;
  overflow: hidden;
}

.solution-card--wide h3 {
  max-width: 760px;
}

.solution-card--wide p,
.solution-card--wide .solution-list {
  max-width: 860px;
}

.solution-card--wide .solution-list {
  margin-top: 22px;
}

.solution-card--accent {
  min-height: 284px;
  background:
    linear-gradient(180deg, rgba(16, 16, 16, 0.03), rgba(16, 16, 16, 0.015)),
    rgba(255, 255, 255, 0.88);
}

.section-heading {
  margin: 0;
  max-width: 520px;
  color: #101010;
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: none;
  text-wrap: balance;
}

.section-heading span {
  display: block;
  color: #7b7469;
  margin-top: 0.06em;
}

.section-heading--light {
  color: #f7f5ef;
}

.section-heading--light span {
  color: rgba(242, 240, 234, 0.58);
}

.section-lead {
  margin: 18px 0 0;
  color: rgba(16, 16, 16, 0.64);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.46;
}

.section-lead--light {
  color: rgba(242, 240, 234, 0.62);
}

.differentials-section,
.investment-section,
.faq-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--section-glow-x, 18%) var(--section-glow-y, 0%), rgba(123, 116, 105, 0.055), transparent 28%),
    linear-gradient(90deg, #f6f6f4 0%, #ffffff 54%, #f1f1ef 100%);
  color: #101010;
}

.differentials-section {
  --section-glow-x: 88%;
  --section-glow-y: 8%;
  padding: 72px 0;
  border-top: 1px solid rgba(15, 15, 15, 0.08);
}

.differentials-section::before,
.investment-section::before,
.faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 15, 15, 0.03) 1px, transparent 1px);
  background-size: 112px 112px;
  opacity: 0.12;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.differentials-layout,
.investment-layout,
.faq-layout {
  position: relative;
  z-index: 1;
}

.differentials-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.differentials-heading {
  position: sticky;
  top: 86px;
  max-width: 430px;
}

.differentials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.differential-item {
  min-height: 168px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid rgba(15, 15, 15, 0.12);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(16, 16, 16, 0.04), rgba(16, 16, 16, 0.018)),
    rgba(255, 255, 255, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 22px 54px rgba(0, 0, 0, 0.04);
}

.differential-item h3 {
  margin: 0;
  color: #101010;
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.08;
}

.differential-item p {
  margin: 12px 0 0;
  color: rgba(16, 16, 16, 0.62);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.42;
}

.differential-item--wide {
  grid-column: span 2;
  min-height: 188px;
  background:
    linear-gradient(180deg, rgba(16, 16, 16, 0.07), rgba(16, 16, 16, 0.03)),
    rgba(255, 255, 255, 0.88);
}

.differential-item--wide h3 {
  font-size: 26px;
}

.differential-item--wide p {
  max-width: 34ch;
}

.context-section {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  border-top: 1px solid rgba(15, 15, 15, 0.08);
  background:
    radial-gradient(circle at 88% 0%, rgba(123, 116, 105, 0.065), transparent 26%),
    radial-gradient(circle at 12% 80%, rgba(16, 16, 16, 0.03), transparent 24%),
    linear-gradient(90deg, #f6f6f4 0%, #ffffff 54%, #f1f1ef 100%);
  color: #101010;
}

.context-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 15, 15, 0.03) 1px, transparent 1px);
  background-size: 112px 112px;
  opacity: 0.12;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.context-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.context-heading {
  position: sticky;
  top: 86px;
  max-width: 430px;
}

.context-content {
  display: grid;
  gap: 16px;
}

.context-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.context-card {
  min-height: 188px;
  padding: 24px;
  border: 1px solid rgba(15, 15, 15, 0.12);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(16, 16, 16, 0.04), rgba(16, 16, 16, 0.018)),
    rgba(255, 255, 255, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 22px 54px rgba(0, 0, 0, 0.04);
}

.context-card span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 14px;
  padding: 0 12px;
  border: 1px solid rgba(15, 15, 15, 0.12);
  border-radius: 999px;
  color: rgba(16, 16, 16, 0.66);
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.context-card h3 {
  margin: 0;
  color: #101010;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.08;
}

.context-card p {
  margin: 12px 0 0;
  color: rgba(16, 16, 16, 0.64);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

.context-audience {
  padding: 24px;
  border: 1px solid rgba(15, 15, 15, 0.12);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.94));
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.05);
}

.context-audience h3 {
  margin: 0;
  color: #101010;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.14;
}

.copy-check-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.copy-check-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(16, 16, 16, 0.72);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.42;
}

.copy-check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(15, 15, 15, 0.16);
  border-radius: 4px;
  background: rgba(16, 16, 16, 0.045);
  color: rgba(16, 16, 16, 0.56);
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.copy-check-list--light li {
  color: rgba(242, 240, 234, 0.78);
}

.copy-check-list--light li::before {
  border-color: rgba(242, 240, 234, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(242, 240, 234, 0.72);
}

.context-audience .investment-button {
  margin-top: 22px;
}

.mentor-section {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 78% 16%, rgba(123, 116, 105, 0.09), transparent 30%),
    linear-gradient(180deg, #080808 0%, #101010 54%, #070707 100%);
  color: #f7f5ef;
}

.mentor-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.18;
  mask-image: linear-gradient(180deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
}

.mentor-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.mentor-visual {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  padding: 22px;
  border: 1px solid rgba(242, 240, 234, 0.12);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.22);
}

.mentor-visual-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 36px rgba(0, 0, 0, 0.22);
}

.mentor-visual-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 14%;
}

.mentor-card-copy {
  display: grid;
  gap: 8px;
}

.mentor-card-copy strong {
  color: #f7f5ef;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.05;
}

.mentor-card-copy span {
  color: rgba(242, 240, 234, 0.64);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
}

.mentor-visual-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mentor-visual-list li {
  display: flex;
  gap: 9px;
  color: rgba(242, 240, 234, 0.72);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.34;
}

.mentor-visual-list li::before {
  content: "\2713";
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  margin-top: 2px;
  border: 1px solid rgba(242, 240, 234, 0.18);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(242, 240, 234, 0.72);
  font-family: var(--font-ui);
  font-size: 9px;
  font-weight: 900;
}

.mentor-copy {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 15px;
  max-width: 680px;
}

.mentor-scroll-frame {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: var(--mentor-frame-width, 0px);
  height: var(--mentor-frame-height, 0px);
  border: 1px solid rgba(242, 240, 234, 0.22);
  border-radius: 14px;
  opacity: var(--mentor-frame-opacity, 0);
  pointer-events: none;
  transform: translate3d(var(--mentor-frame-x, 0px), var(--mentor-frame-y, 0px), 0);
  transition:
    transform 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    width 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    height 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.28s ease;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.025);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 46px rgba(0, 0, 0, 0.22);
}

.mentor-scroll-item {
  position: relative;
  z-index: 1;
  transition:
    opacity 0.32s ease,
    filter 0.32s ease,
    transform 0.32s ease;
}

.mentor-copy.is-scroll-framed .mentor-scroll-item {
  opacity: 0.58;
  filter: blur(0.6px);
  transform: translate3d(0, 3px, 0);
}

.mentor-copy.is-scroll-framed .mentor-scroll-item.is-mentor-active {
  opacity: 1;
  filter: none;
  transform: none;
}

.mentor-copy.is-scroll-framed .mentor-scroll-item.is-mentor-active .mentor-tags li {
  border-color: rgba(242, 240, 234, 0.24);
  background: rgba(255, 255, 255, 0.065);
}

.mentor-copy > p {
  margin: 0;
  color: rgba(242, 240, 234, 0.74);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.48;
}

.mentor-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 8px 0;
}

.mentor-info-grid h3 {
  margin: 0 0 16px;
  color: #f7f5ef;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.18;
}

.mentor-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mentor-tags li {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(242, 240, 234, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(242, 240, 234, 0.82);
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.mentor-copy .investment-button {
  margin-top: 10px;
  background: #ffffff;
  color: #101010;
}

.mentor-copy .investment-button svg {
  background: #101010;
  color: #ffffff;
}

.mentor-copy .investment-button:hover svg {
  transform: rotate(45deg);
}

.closing-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #080808 0%, #101010 54%, #070707 100%);
  color: #f7f5ef;
}

.closing-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.18;
  mask-image: linear-gradient(180deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
}

.investment-section {
  --section-glow-x: 14%;
  --section-glow-y: 0%;
  padding: 72px 0;
}

.investment-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.investment-layout--offer {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  grid-template-areas:
    "copy card"
    "included included";
  align-items: start;
}

.investment-main {
  max-width: 520px;
}

.offer-copy {
  grid-area: copy;
}

.offer-copy > p:not(.section-lead) {
  margin: 18px 0 0;
  color: rgba(16, 16, 16, 0.68);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.48;
}

.investment-card {
  grid-area: card;
  padding: 28px;
  border: 1px solid rgba(15, 15, 15, 0.12);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(16, 16, 16, 0.05), rgba(16, 16, 16, 0.018)),
    rgba(255, 255, 255, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.64),
    0 26px 64px rgba(0, 0, 0, 0.07);
}

.investment-card--pricing {
  max-width: 430px;
}

.investment-card__label {
  width: fit-content;
  margin: 0 0 20px;
  padding: 10px 14px;
  border: 1px solid rgba(15, 15, 15, 0.14);
  border-radius: 6px;
  color: rgba(16, 16, 16, 0.58);
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-grid {
  display: grid;
  gap: 14px;
}

.price-grid div {
  display: grid;
  gap: 6px;
}

.price-grid span {
  color: rgba(16, 16, 16, 0.58);
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-grid strong {
  color: #101010;
  font-family: var(--font-display);
  font-size: 39px;
  font-weight: 500;
  line-height: 1;
}

.price-grid p {
  margin: 0;
  color: rgba(16, 16, 16, 0.64);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.investment-card h3 {
  margin: 0;
  color: #101010;
  font-family: var(--font-display);
  font-size: 31px;
  font-weight: 500;
  line-height: 1.05;
}

.investment-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.investment-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(16, 16, 16, 0.72);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.investment-list li::before {
  content: "\2713";
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  margin-top: 2px;
  border: 1px solid rgba(15, 15, 15, 0.16);
  border-radius: 4px;
  background: rgba(16, 16, 16, 0.045);
  color: rgba(16, 16, 16, 0.56);
  font-family: var(--font-ui);
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
}

.investment-button,
.closing-button {
  width: fit-content;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 8px 10px 8px 24px;
  border-radius: 7px;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.investment-button {
  margin-top: 24px;
  background: #101010;
  color: #ffffff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}

.investment-button svg,
.closing-button svg {
  width: 38px;
  height: 38px;
  padding: 10px;
  border-radius: 5px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s ease;
}

.investment-button svg {
  background: var(--gradient-button-metal);
  color: #111111;
}

.offer-included {
  grid-area: included;
  padding: 24px;
  border: 1px solid rgba(15, 15, 15, 0.12);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(16, 16, 16, 0.04), rgba(16, 16, 16, 0.018)),
    rgba(255, 255, 255, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 24px 58px rgba(0, 0, 0, 0.05);
}

.offer-included h3 {
  margin: 0;
  color: #101010;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.12;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.offer-grid li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(16, 16, 16, 0.72);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.42;
}

.offer-grid li::before {
  content: "\2713";
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  margin-top: 2px;
  border: 1px solid rgba(15, 15, 15, 0.16);
  border-radius: 4px;
  background: rgba(16, 16, 16, 0.045);
  color: rgba(16, 16, 16, 0.56);
  font-family: var(--font-ui);
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
}

.investment-button:hover svg,
.closing-button:hover svg {
  transform: rotate(45deg);
}

.faq-section {
  --section-glow-x: 86%;
  --section-glow-y: 100%;
  padding: 72px 0;
  border-top: 1px solid rgba(15, 15, 15, 0.08);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 86px;
  max-width: 430px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid rgba(15, 15, 15, 0.12);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(16, 16, 16, 0.04), rgba(16, 16, 16, 0.018)),
    rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

.faq-list summary {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 19px 22px;
  color: #101010;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.18;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 5px;
  background:
    linear-gradient(180deg, rgba(195, 197, 196, 0.96), rgba(175, 177, 176, 0.78));
  color: #101010;
  font-family: var(--font-ui);
  font-size: 21px;
  font-weight: 500;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  color: rgba(16, 16, 16, 0.64);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.46;
}

.closing-section {
  padding: 74px 0;
}

.closing-layout {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.closing-layout .section-heading,
.closing-layout .section-lead {
  max-width: 640px;
}

.differentials-heading .section-heading,
.context-heading .section-heading,
.mentor-copy .section-heading,
.investment-main .section-heading,
.faq-heading .section-heading {
  max-width: 100%;
}

.closing-button {
  margin-top: 26px;
  background: #ffffff;
  color: #101010;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

.closing-button svg {
  background: #101010;
  color: #ffffff;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #070707;
}

.site-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 0;
}

.site-footer-copy {
  margin: 0;
  color: rgba(242, 240, 234, 0.38);
  font-family: var(--font-ui);
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.4;
}

.site-footer-top {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(242, 240, 234, 0.38);
  font-family: var(--font-ui);
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1;
  transition: color 0.3s ease;
}

.site-footer-top:hover {
  color: rgba(242, 240, 234, 0.72);
}

.site-footer-top svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.site-footer-top:hover svg {
  transform: translate3d(0, -3px, 0);
}

@media (max-width: 680px) {
  .site-footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 22px 0;
    text-align: center;
  }
}
