.console-home-variant {
  --bg: #07110d;
  --bg-2: #0b1711;
  --panel: #101e17;
  --panel-2: #14251c;
  --text: #f4f0e6;
  --muted: #9daf9f;
  --muted-2: #718578;
  --line: rgba(221, 203, 146, .15);
  --line-strong: rgba(221, 203, 146, .28);
  --green: #2f7a57;
  --green-2: #55b985;
  --gold: #c8a24a;
  --gold-2: #f1d37c;
  --lime: #79d9a8;
  --radius: 18px;
  background:
    var(--surface-texture) 0 0 / 48px 48px repeat,
    radial-gradient(circle at 15% 8%, rgba(200, 162, 74, .08), transparent 25rem),
    radial-gradient(circle at 88% 5%, rgba(47, 122, 87, .18), transparent 30rem),
    linear-gradient(135deg, var(--bg), var(--bg-2));
}

.console-home-variant .page-scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 120;
  width: 100%;
  height: 3px;
  overflow: hidden;
  pointer-events: none;
}

.console-home-variant .page-scroll-progress::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--green-2), var(--gold-2));
  box-shadow: 0 0 16px rgba(246, 214, 103, .48);
  transform: scaleX(var(--page-scroll-progress, 0));
  transform-origin: left center;
  transition: transform .08s linear;
}

.console-home-variant .site-header.is-scrolled,
.console-home-variant .site-header.is-open {
  background: rgba(7, 17, 13, .94);
}

.console-home-variant .hero {
  min-height: 820px;
  background: #07110d;
}

.console-home-variant .hero::before {
  background:
    linear-gradient(90deg, rgba(7, 17, 13, .96), rgba(7, 17, 13, .75) 48%, rgba(7, 17, 13, .9)),
    linear-gradient(180deg, rgba(7, 17, 13, .2), #07110d 96%),
    url('/website/assets/heroChart.png') center / cover no-repeat;
  opacity: .72;
  animation: console-market-drift 18s ease-in-out infinite alternate;
}

.console-home-variant .hero::after {
  background:
    radial-gradient(circle at 68% 35%, rgba(85, 185, 133, .2), transparent 26rem),
    linear-gradient(90deg, #07110d 0%, transparent 18%, transparent 78%, #07110d 100%);
}

.console-home-variant .hero-content {
  max-width: 1040px;
  padding-block: 32px 46px;
}

.console-home-variant .hero-title {
  max-width: 980px;
  text-transform: none;
}

.console-home-variant .hero-title-lead,
.console-home-variant .hero-title-focus,
.console-home-variant .hero-title-close {
  display: block;
}

.console-home-variant .hero-title-lead {
  color: var(--text);
  font-size: clamp(2.75rem, 5vw, 4.85rem);
  font-weight: 500;
  line-height: 1.04;
  text-shadow: 0 4px 34px rgba(0, 0, 0, .65);
}

.console-home-variant .hero-title-focus {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.5vw, 22px);
  color: var(--gold-2);
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 18px;
  font-size: clamp(3.25rem, 6.3vw, 6.15rem);
  font-weight: 800;
  line-height: .98;
  text-shadow: 0 0 42px rgba(200, 162, 74, .3);
}

.console-home-variant .hero-market-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: clamp(38px, 4vw, 58px);
  height: clamp(44px, 5vw, 70px);
  flex: 0 0 auto;
}

.console-home-variant .hero-market-mark i {
  position: relative;
  display: block;
  width: clamp(5px, .52vw, 8px);
  border-radius: 2px;
  background: var(--green-2);
  box-shadow: 0 0 14px rgba(85, 185, 133, .32);
}

.console-home-variant .hero-market-mark i::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -10px;
  bottom: -10px;
  width: 1px;
  background: rgba(244, 240, 230, .72);
  transform: translateX(-50%);
}

.console-home-variant .hero-market-mark i:nth-child(1) {
  height: 24%;
  align-self: flex-end;
  margin-bottom: 13%;
}

.console-home-variant .hero-market-mark i:nth-child(2) {
  height: 46%;
  align-self: center;
  background: var(--gold-2);
  box-shadow: 0 0 14px rgba(241, 211, 124, .34);
}

.console-home-variant .hero-market-mark i:nth-child(3) {
  height: 34%;
  align-self: flex-start;
  margin-top: 8%;
}

.console-home-variant .hero-title-focus::after {
  content: '';
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 0;
  height: 2px;
  background: var(--gold-2);
  box-shadow: 0 0 18px rgba(241, 211, 124, .55);
  transform: scaleX(0);
  transform-origin: center;
  animation: console-focus-line .8s .5s cubic-bezier(.2, .72, .2, 1) forwards;
}

.console-home-variant .hero-title-close {
  margin-top: 26px;
  color: rgba(244, 240, 230, .82);
  font-family: var(--sans);
  font-size: clamp(1rem, 1.8vw, 1.38rem);
  font-weight: 500;
  line-height: 1.4;
}

.console-home-variant .hero-copy {
  max-width: 690px;
  margin-block: 32px 36px;
}

.console-home-variant .hero .proof-grid {
  margin-block: 0 38px;
}

.console-home-variant .hero .micro-proof {
  margin-top: 24px;
}

.console-home-variant .proof-grid div {
  transition:
    transform .25s ease,
    border-color .25s ease,
    background-color .25s ease,
    box-shadow .25s ease;
}

.console-home-variant .proof-grid div:hover {
  transform: translateY(-2px);
  border-color: rgba(121, 217, 168, .38);
  background-color: rgba(20, 42, 30, .94);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
}

.console-home-variant .section,
.console-home-variant #about {
  border-color: var(--line);
  background: transparent;
}

.console-home-variant main > .section > .container,
.console-home-variant main > #about > .container {
  position: relative;
  z-index: 1;
}

.console-home-variant .section-market-mark {
  position: absolute;
  top: 16%;
  right: clamp(22px, 6vw, 96px);
  z-index: 0;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: 104px;
  height: 132px;
  opacity: .1;
  pointer-events: none;
  translate: 0 var(--market-scroll-shift, 0px);
  transition: translate .18s linear;
}

.console-home-variant main > .section:nth-of-type(even) .section-market-mark {
  right: auto;
  left: clamp(22px, 5vw, 82px);
  transform: scale(.82);
}

.console-home-variant main > .section:nth-of-type(3n) .section-market-mark {
  top: auto;
  bottom: 13%;
  transform: scale(.68);
}

.console-home-variant .section-market-mark i {
  position: relative;
  display: block;
  width: 8px;
  border-radius: 2px;
  background: var(--green-2);
  box-shadow: 0 0 18px rgba(85, 185, 133, .28);
}

.console-home-variant .section-market-mark i::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -14px;
  bottom: -14px;
  width: 1px;
  background: rgba(241, 211, 124, .65);
  transform: translateX(-50%);
}

.console-home-variant .section-market-mark i:nth-child(1) { height: 28px; align-self: flex-end; margin-bottom: 24px; }
.console-home-variant .section-market-mark i:nth-child(2) { height: 52px; align-self: center; background: var(--gold-2); }
.console-home-variant .section-market-mark i:nth-child(3) { height: 38px; align-self: flex-start; margin-top: 18px; }
.console-home-variant .section-market-mark i:nth-child(4) { height: 62px; align-self: center; background: var(--gold-2); }
.console-home-variant .section-market-mark i:nth-child(5) { height: 34px; align-self: flex-start; margin-top: 5px; }

.console-home-variant .section-alt,
.console-home-variant .values-section {
  background:
    linear-gradient(180deg, rgba(20, 37, 28, .72), rgba(11, 23, 17, .74)),
    radial-gradient(circle at 80% 0%, rgba(47, 122, 87, .14), transparent 28rem);
}

.console-home-variant .card,
.console-home-variant .offer-box,
.console-home-variant .timeline-item,
.console-home-variant .quote,
.console-home-variant .proof-grid div {
  border-color: var(--line-strong);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(16, 30, 23, .96), rgba(11, 23, 17, .98));
  box-shadow: 0 26px 70px rgba(0, 0, 0, .3), 0 0 0 1px rgba(200, 162, 74, .04);
}

.console-home-variant .timeline {
  padding: 18px 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(7, 20, 14, .72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.console-home-variant .timeline-item {
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  padding: 26px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.console-home-variant .timeline-item:not(:last-child) {
  border-bottom: 1px solid rgba(210, 164, 55, .16);
}

.console-home-variant .timeline-item > div:last-child {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.console-home-variant .timeline-item .step-icon {
  justify-self: center;
  margin-top: 0;
}

.console-home-variant .timeline-item:not(:last-child)::after {
  left: 35px;
  top: 80px;
  bottom: -27px;
}

.console-home-variant .quote {
  position: relative;
  max-width: 920px;
  margin-top: 64px;
  padding: 34px clamp(24px, 5vw, 64px);
  border: 0;
  border-block: 1px solid rgba(210, 164, 55, .28);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(247, 241, 223, .9);
  font-size: clamp(1.22rem, 2vw, 1.55rem);
  line-height: 1.6;
}

.console-home-variant .quote cite {
  margin-top: 20px;
  letter-spacing: .08em;
}

.console-home-variant .card::after,
.console-home-variant .offer-box::after {
  content: '';
  position: absolute;
  top: 18px;
  right: 18px;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(200, 162, 74, .12);
  border-radius: 28px;
  transform: rotate(28deg);
  pointer-events: none;
}

.console-home-variant .btn {
  border-color: rgba(85, 185, 133, .36);
  background: linear-gradient(135deg, var(--green), var(--green-2));
  color: #fff;
  box-shadow: 0 16px 42px rgba(47, 122, 87, .26);
}

.console-home-variant .btn-outline {
  border-color: var(--line-strong);
  background: rgba(12, 25, 18, .88);
  color: var(--text);
  box-shadow: none;
}

.console-home-variant .eyebrow,
.console-home-variant h1 span,
.console-home-variant h1 em,
.console-home-variant h2 span {
  color: var(--gold-2);
}

.console-home-variant .green-text,
.console-home-variant .eyebrow.green,
.console-home-variant .proof-grid span,
.console-home-variant .check-list.success li::before {
  color: var(--green-2);
}

.console-home-variant .tag-row span {
  border-color: rgba(85, 185, 133, .28);
  background: rgba(85, 185, 133, .09);
  color: #bfe7ce;
}

.console-home-variant .site-footer {
  border-top-color: var(--line);
  background: #06100b;
}

.console-home-variant .hero .eyebrow,
.console-home-variant .hero-title,
.console-home-variant .hero-copy,
.console-home-variant .hero .proof-grid,
.console-home-variant .hero .hero-actions,
.console-home-variant .hero .micro-proof {
  animation: console-hero-enter .72s cubic-bezier(.2, .72, .2, 1) both;
}

.console-home-variant .hero-title { animation-delay: .08s; }
.console-home-variant .hero-copy { animation-delay: .16s; }
.console-home-variant .hero .proof-grid { animation-delay: .24s; }
.console-home-variant .hero .hero-actions { animation-delay: .32s; }
.console-home-variant .hero .micro-proof { animation-delay: .4s; }

.console-home-variant.has-scroll-reveal .scroll-reveal {
  opacity: 0;
  transform: translateY(42px);
  will-change: opacity, transform;
  transition:
    opacity 1s cubic-bezier(.2, .72, .2, 1),
    transform 1s cubic-bezier(.2, .72, .2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.console-home-variant.has-scroll-reveal .scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

.console-home-variant.has-scroll-reveal .scroll-reveal > .narrow.center > .eyebrow,
.console-home-variant.has-scroll-reveal .scroll-reveal > .narrow.center > h2,
.console-home-variant.has-scroll-reveal .scroll-reveal > .narrow.center > .section-copy {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity .7s cubic-bezier(.2, .72, .2, 1),
    transform .78s cubic-bezier(.2, .72, .2, 1);
}

.console-home-variant.has-scroll-reveal .scroll-reveal > .narrow.center > h2 {
  transition-delay: 90ms;
}

.console-home-variant.has-scroll-reveal .scroll-reveal > .narrow.center > .section-copy {
  transition-delay: 170ms;
}

.console-home-variant.has-scroll-reveal .scroll-reveal.is-visible > .narrow.center > .eyebrow,
.console-home-variant.has-scroll-reveal .scroll-reveal.is-visible > .narrow.center > h2,
.console-home-variant.has-scroll-reveal .scroll-reveal.is-visible > .narrow.center > .section-copy {
  opacity: 1;
  transform: translateY(0);
}

.console-home-variant.has-scroll-reveal .scroll-reveal .card,
.console-home-variant.has-scroll-reveal .scroll-reveal .timeline-item,
.console-home-variant.has-scroll-reveal .scroll-reveal .offer-box {
  opacity: 0;
  transform: translateY(24px) scale(.985);
  transition:
    opacity .62s cubic-bezier(.2, .72, .2, 1),
    transform .7s cubic-bezier(.2, .72, .2, 1),
    border-color .25s ease,
    box-shadow .25s ease;
}

.console-home-variant.has-scroll-reveal .scroll-reveal.is-visible .card,
.console-home-variant.has-scroll-reveal .scroll-reveal.is-visible .timeline-item,
.console-home-variant.has-scroll-reveal .scroll-reveal.is-visible .offer-box {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.console-home-variant.has-scroll-reveal .scroll-reveal.is-visible :is(.card, .timeline-item, .offer-box):nth-child(2) {
  transition-delay: 90ms;
}

.console-home-variant.has-scroll-reveal .scroll-reveal.is-visible :is(.card, .timeline-item, .offer-box):nth-child(3) {
  transition-delay: 170ms;
}

.console-home-variant.has-scroll-reveal .scroll-reveal.is-visible :is(.card, .timeline-item, .offer-box):nth-child(4) {
  transition-delay: 240ms;
}

@keyframes console-hero-enter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes console-focus-line {
  to { transform: scaleX(1); }
}

@keyframes console-market-drift {
  from { transform: scale(1.01) translate3d(0, 0, 0); }
  to { transform: scale(1.045) translate3d(-.6%, -.35%, 0); }
}

@media (max-width: 760px) {
  .console-home-variant .hero { min-height: 700px; }
  .console-home-variant .hero-content { padding-block: 20px 30px; }
  .console-home-variant .hero-title-lead {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }
  .console-home-variant .hero-title-focus {
    gap: 8px;
    max-width: 100%;
    font-size: clamp(2rem, 9.2vw, 2.55rem);
    overflow-wrap: normal;
    padding-bottom: 12px;
    white-space: nowrap;
  }
  .console-home-variant .hero-market-mark {
    width: 28px;
    height: 36px;
    gap: 3px;
  }
  .console-home-variant .hero-market-mark i { width: 4px; }
  .console-home-variant .hero-title-close { margin-top: 18px; }
  .console-home-variant .hero-copy { margin-block: 26px 28px; }
  .console-home-variant .hero .proof-grid { margin-bottom: 30px; }
  .console-home-variant .timeline {
    padding: 10px 18px;
  }
  .console-home-variant .timeline-item {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    padding: 22px 0;
  }
  .console-home-variant .timeline-item:not(:last-child)::after {
    left: 26px;
    top: 76px;
    bottom: -23px;
  }
  .console-home-variant .section-market-mark {
    right: 14px;
    width: 68px;
    height: 92px;
    gap: 6px;
    opacity: .065;
    transform: scale(.72);
  }
  .console-home-variant main > .section:nth-of-type(even) .section-market-mark {
    left: 12px;
    transform: scale(.62);
  }
  .console-home-variant .card::after,
  .console-home-variant .offer-box::after { width: 58px; height: 58px; }
}

@media (max-width: 420px) {
  .console-home-variant .hero-title-lead { font-size: 2.05rem; }
  .console-home-variant .hero-title-focus { font-size: clamp(1.92rem, 9.2vw, 2.42rem); }
  .console-home-variant .hero-title-close { font-size: .94rem; }
}

@media (prefers-reduced-motion: reduce) {
  .console-home-variant .hero .eyebrow,
  .console-home-variant .hero-title,
  .console-home-variant .hero-copy,
  .console-home-variant .hero .proof-grid,
  .console-home-variant .hero .hero-actions,
  .console-home-variant .hero .micro-proof,
  .console-home-variant.has-scroll-reveal .scroll-reveal,
  .console-home-variant.has-scroll-reveal .scroll-reveal > .narrow.center > .eyebrow,
  .console-home-variant.has-scroll-reveal .scroll-reveal > .narrow.center > h2,
  .console-home-variant.has-scroll-reveal .scroll-reveal > .narrow.center > .section-copy,
  .console-home-variant.has-scroll-reveal .scroll-reveal .card,
  .console-home-variant.has-scroll-reveal .scroll-reveal .timeline-item,
  .console-home-variant.has-scroll-reveal .scroll-reveal .offer-box,
  .console-home-variant .hero-title-focus::after,
  .console-home-variant .hero::before {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}
