/* Homepage presentation layer. Core colors, typography, controls and cards come from style.css. */
.homev2 {
  --homev2-line: rgba(var(--ui-rgb), 0.075);
  --homev2-soft: rgba(var(--ui-rgb), 0.035);
  --homev2-panel: rgba(18, 18, 18, 0.92);
  --homev2-panel-strong: #111111;
  display: grid;
  gap: 18px;
  padding-bottom: 10px;
}

.homev2 > section,
.homev2 > .homev2-banners {
  position: relative;
  isolation: isolate;
}

.homev2-hero {
  min-height: clamp(560px, 71vh, 760px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: clamp(28px, 5vw, 76px);
  overflow: hidden;
  padding: clamp(36px, 5.3vw, 74px);
  border: 1px solid var(--homev2-line);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 78% 22%, rgba(var(--accent-rgb, 214, 179, 106), 0.12), transparent 34%),
    radial-gradient(circle at 12% 92%, rgba(var(--accent-rgb, 214, 179, 106), 0.055), transparent 30%),
    linear-gradient(145deg, #111111 0%, #0d0d0d 48%, #090909 100%);
}

.homev2-hero::before,
.homev2-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.homev2-hero::before {
  inset: 0;
  background-image:
    linear-gradient(var(--homev2-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--homev2-line) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.36) 52%, rgba(0, 0, 0, 0.68));
  opacity: 0.28;
}

.homev2-hero::after {
  width: 440px;
  height: 440px;
  right: -180px;
  top: -210px;
  border: 1px solid rgba(var(--accent-rgb, 214, 179, 106), 0.11);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(var(--accent-rgb, 214, 179, 106), 0.018),
    0 0 0 140px rgba(var(--accent-rgb, 214, 179, 106), 0.012);
}

.homev2-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 660px;
}

.homev2-kicker {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 0 11px;
  margin-bottom: 18px;
  border: 1px solid rgba(var(--accent-rgb, 214, 179, 106), 0.2);
  border-radius: 999px;
  color: var(--accent-light, #e5ca87);
  background: rgba(var(--accent-rgb, 214, 179, 106), 0.07);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.homev2-kicker i {
  font-size: 10px;
}

.homev2-hero__title {
  max-width: 760px;
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(34px, 4.7vw, 58px);
  font-weight: 730;
  line-height: 1.01;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.homev2-hero__text {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(13px, 1.25vw, 16px);
  line-height: 1.7;
}

.homev2-hero__actions,
.homev2-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.homev2-hero__actions .site-btn,
.homev2-section__actions .site-btn {
  min-height: 44px;
}

.homev2-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 30px;
  color: #cfd2d8;
  font-size: 11px;
}

.homev2-hero__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.homev2-hero__meta-item i {
  color: var(--accent-color, #d6b36a);
  font-size: 10px;
}

.homev2-hero__visual {
  position: relative;
  min-height: 490px;
  display: grid;
  place-items: center;
  perspective: 1200px;
  --homev2-pointer-x: 0px;
  --homev2-pointer-y: 0px;
}

.homev2-orbit {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(39vw, 500px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(var(--ui-rgb), 0.055);
  border-radius: 50%;
}

.homev2-orbit::before,
.homev2-orbit::after {
  content: "";
  position: absolute;
  border-radius: inherit;
}

.homev2-orbit::before {
  inset: 15%;
  border: 1px dashed rgba(var(--accent-rgb, 214, 179, 106), 0.16);
  animation: homev2-spin 24s linear infinite;
}

.homev2-orbit::after {
  inset: 34%;
  background: radial-gradient(circle, rgba(var(--accent-rgb, 214, 179, 106), 0.1), transparent 68%);
}

.homev2-device {
  position: relative;
  z-index: 2;
  width: min(100%, 520px);
  min-height: 350px;
  padding: 14px;
  border: 1px solid rgba(var(--ui-rgb), 0.105);
  border-radius: 24px;
  background: rgba(11, 11, 11, 0.92);
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.34);
  transform:
    translate3d(calc(var(--homev2-pointer-x) * 0.22), calc(var(--homev2-pointer-y) * 0.22), 0)
    rotateX(calc(var(--homev2-pointer-y) * -0.018deg))
    rotateY(calc(var(--homev2-pointer-x) * 0.018deg));
  transition: transform 0.25s ease-out;
}

.homev2-device__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 44px;
  padding: 0 4px 12px;
}

.homev2-device__brand,
.homev2-device__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #dadddf;
  font-size: 10px;
  font-weight: 650;
}

.homev2-device__brand-mark {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #111;
  background: var(--gold-gradient);
}

.homev2-device__status::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #68c98e;
  box-shadow: 0 0 0 4px rgba(104, 201, 142, 0.08);
}

.homev2-device__workspace {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 10px;
  min-height: 285px;
}

.homev2-device__nav,
.homev2-device__canvas {
  border: 1px solid rgba(var(--ui-rgb), 0.06);
  border-radius: 14px;
  background: rgba(var(--ui-rgb), 0.025);
}

.homev2-device__nav {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 11px;
}

.homev2-device__nav-item {
  width: 100%;
  aspect-ratio: 1.45;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #70757d;
  background: rgba(var(--ui-rgb), 0.035);
  font-size: 11px;
}

.homev2-device__nav-item.is-active {
  color: var(--accent-light, #e5ca87);
  background: rgba(var(--accent-rgb, 214, 179, 106), 0.09);
}

.homev2-device__canvas {
  padding: 14px;
}

.homev2-device__canvas-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.homev2-device__canvas-title {
  color: #f4f4f5;
  font-size: 12px;
  font-weight: 680;
}

.homev2-device__canvas-chip {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  color: var(--accent-light, #e5ca87);
  background: rgba(var(--accent-rgb, 214, 179, 106), 0.08);
  font-size: 8px;
  font-weight: 700;
}

.homev2-device__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.homev2-device-card {
  min-width: 0;
  padding: 9px;
  border: 1px solid rgba(var(--ui-rgb), 0.055);
  border-radius: 12px;
  background: #141414;
}

.homev2-device-card:first-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.homev2-device-card__image {
  min-height: 70px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 9px;
  color: var(--accent-light, #e5ca87);
  background:
    radial-gradient(circle at 70% 20%, rgba(var(--accent-rgb, 214, 179, 106), 0.18), transparent 40%),
    #0d0d0d;
}

.homev2-device-card__image img {
  width: 100%;
  height: 78px;
  object-fit: cover;
}

.homev2-device-card__image i {
  font-size: 22px;
}

.homev2-device-card__label {
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  color: #f1f2f4;
  font-size: 10px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.homev2-device-card__meta {
  color: #767d87;
  font-size: 8px;
}

.homev2-float {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid rgba(var(--ui-rgb), 0.09);
  border-radius: 12px;
  color: #d8dadd;
  background: rgba(16, 16, 16, 0.88);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  font-size: 9px;
  font-weight: 650;
}

.homev2-float i {
  color: var(--accent-color, #d6b36a);
}

.homev2-float--one {
  left: -12px;
  top: 12%;
  animation: homev2-float 5.8s ease-in-out infinite;
}

.homev2-float--two {
  right: -8px;
  bottom: 15%;
  animation: homev2-float 6.6s ease-in-out -1.7s infinite;
}

.homev2-float--promo {
  left: 2%;
  bottom: 7%;
  color: var(--accent-light, #e5ca87);
  animation: homev2-float 7.4s ease-in-out -3s infinite;
}

.homev2-banners .home-banners {
  margin: 0;
}

.homev2-section {
  padding: clamp(34px, 5vw, 68px);
  border: 1px solid var(--homev2-line);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(18, 18, 18, 0.92), rgba(12, 12, 12, 0.96));
}

.homev2-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.homev2-section__eyebrow {
  margin-bottom: 8px;
  color: var(--accent-color, #d6b36a);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.homev2-section__title {
  max-width: 760px;
  margin: 0;
  color: var(--text);
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 720;
  line-height: 1.1;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.homev2-section__text {
  max-width: 590px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.homev2-ecosystem {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: 12px;
}

.homev2-scene {
  position: relative;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(var(--ui-rgb), 0.07);
  border-radius: 15px;
  background: #0d0d0d;
}

.homev2-scene--market {
  grid-row: span 2;
  min-height: 632px;
  background:
    radial-gradient(circle at 80% 22%, rgba(var(--accent-rgb, 214, 179, 106), 0.11), transparent 30%),
    #0d0d0d;
}

.homev2-scene--helper {
  background:
    radial-gradient(circle at 20% 100%, rgba(var(--accent-rgb, 214, 179, 106), 0.07), transparent 32%),
    #0d0d0d;
}

.homev2-scene--premium {
  background:
    radial-gradient(circle at 92% 0%, rgba(var(--accent-rgb, 214, 179, 106), 0.12), transparent 38%),
    #0d0d0d;
}

.homev2-ecosystem--without-neo {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.homev2-ecosystem--without-neo .homev2-scene--market {
  grid-row: auto;
  min-height: 632px;
}

.homev2-ecosystem--without-neo .homev2-scene--premium {
  min-height: 632px;
}

.homev2-ecosystem--without-neo .homev2-premium-visual {
  min-height: 320px;
  margin-top: 34px;
}

.homev2-ecosystem--without-neo .homev2-premium-card {
  width: min(76%, 390px);
  min-height: 180px;
}

.homev2-ecosystem--without-neo .homev2-premium-medal {
  transform: scale(1.18);
  transform-origin: center;
}

.homev2-scene__copy {
  position: relative;
  z-index: 3;
  max-width: 430px;
}

.homev2-scene__icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(var(--accent-rgb, 214, 179, 106), 0.18);
  border-radius: 11px;
  color: var(--accent-light, #e5ca87);
  background: rgba(var(--accent-rgb, 214, 179, 106), 0.07);
}

.homev2-scene__title {
  margin: 0;
  color: #f2f3f5;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  letter-spacing: -0.025em;
}

.homev2-scene__text {
  max-width: 410px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
}

.homev2-scene__link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #e5e6e8;
  font-size: 10px;
  font-weight: 700;
}

.homev2-scene__link i {
  color: var(--accent-color, #d6b36a);
  transition: transform 0.18s ease;
}

.homev2-scene__link:hover i {
  transform: translateX(3px);
}

.homev2-market-visual {
  position: relative;
  min-height: 338px;
  margin-top: 28px;
  isolation: isolate;
  perspective: 1000px;
}

.homev2-market-visual::before {
  content: "";
  position: absolute;
  inset: 8% 4% 3% 12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--accent-rgb, 214, 179, 106), 0.12), transparent 66%);
  filter: blur(10px);
  z-index: -2;
}

.homev2-market-orbit {
  position: absolute;
  left: 13%;
  bottom: 16px;
  width: 79%;
  height: 92px;
  border: 1px solid rgba(var(--accent-rgb, 214, 179, 106), 0.14);
  border-radius: 50%;
  transform: rotate(-4deg);
  z-index: -1;
}

.homev2-market-orbit--two {
  left: 22%;
  bottom: 32px;
  width: 62%;
  height: 66px;
  border-color: rgba(var(--accent-rgb, 214, 179, 106), 0.08);
  transform: rotate(6deg);
}

.homev2-market-dashboard {
  position: absolute;
  right: 2%;
  bottom: 24px;
  width: min(88%, 505px);
  min-height: 244px;
  overflow: hidden;
  padding: 13px;
  border: 1px solid rgba(var(--ui-rgb), 0.09);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(var(--ui-rgb), .035), transparent 34%),
    #111;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28), inset 0 1px rgba(var(--ui-rgb), .02);
  transform: rotate(-2.4deg) translateZ(0);
}

.homev2-market-dashboard::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -72px;
  top: -92px;
  border-radius: 50%;
  background: rgba(var(--accent-rgb, 214, 179, 106), .08);
  filter: blur(26px);
  pointer-events: none;
}

.homev2-market-dashboard__top {
  height: 42px;
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  align-items: center;
  gap: 10px;
  padding: 0 2px 10px;
}

.homev2-market-dashboard__brand,
.homev2-market-dashboard__avatar {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--accent-rgb, 214, 179, 106), .16);
  border-radius: 9px;
  color: var(--accent-light, #e5ca87);
  background: rgba(var(--accent-rgb, 214, 179, 106), .06);
  font-size: 11px;
}

.homev2-market-dashboard__avatar {
  border-color: rgba(var(--ui-rgb), .07);
  color: rgba(var(--ui-rgb), .48);
  background: rgba(var(--ui-rgb), .025);
}

.homev2-market-dashboard__search {
  height: 26px;
  position: relative;
  border: 1px solid rgba(var(--ui-rgb), .055);
  border-radius: 8px;
  background: rgba(var(--ui-rgb), .025);
}

.homev2-market-dashboard__search::before,
.homev2-market-dashboard__search::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  height: 4px;
  border-radius: 99px;
  background: rgba(var(--ui-rgb), .07);
}

.homev2-market-dashboard__search::before { width: 44%; }
.homev2-market-dashboard__search::after { width: 20%; top: 15px; }

.homev2-market-dashboard__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.homev2-market-product {
  position: relative;
  min-height: 158px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(var(--ui-rgb), 0.055);
  border-radius: 13px;
  background: rgba(var(--ui-rgb), 0.024);
}

.homev2-market-product--primary {
  border-color: rgba(var(--accent-rgb, 214, 179, 106), .16);
  background: linear-gradient(155deg, rgba(var(--accent-rgb, 214, 179, 106), .07), rgba(var(--ui-rgb), .018) 46%);
}

.homev2-market-product__art {
  min-height: 74px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: rgba(var(--ui-rgb), .58);
  background: linear-gradient(145deg, rgba(var(--ui-rgb), .045), rgba(var(--ui-rgb), .012));
  font-size: 21px;
}

.homev2-market-product--primary .homev2-market-product__art {
  color: var(--accent-light, #e5ca87);
  background: radial-gradient(circle at 50% 38%, rgba(var(--accent-rgb, 214, 179, 106), .14), rgba(var(--accent-rgb, 214, 179, 106), .035) 54%, rgba(var(--ui-rgb), .015));
}

.homev2-market-product__lines {
  display: grid;
  gap: 7px;
  margin-top: 12px;
}

.homev2-market-product__lines b,
.homev2-market-product__lines i {
  display: block;
  height: 5px;
  border-radius: 99px;
  background: rgba(var(--ui-rgb), .08);
}

.homev2-market-product__lines b { width: 72%; }
.homev2-market-product__lines i { width: 48%; opacity: .7; }

.homev2-market-product__action {
  position: absolute;
  right: 9px;
  bottom: 9px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #111;
  background: var(--gold-gradient);
  font-size: 9px;
  box-shadow: 0 8px 24px rgba(var(--accent-rgb, 214, 179, 106), .13);
}

.homev2-market-package {
  position: absolute;
  left: 2%;
  bottom: 38px;
  width: 104px;
  height: 116px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--accent-rgb, 214, 179, 106), .18);
  border-radius: 23px;
  color: var(--accent-light, #e5ca87);
  background: linear-gradient(145deg, #171717, #0f0f0f);
  box-shadow: 0 26px 54px rgba(0,0,0,.32), inset 0 1px rgba(var(--ui-rgb), .025);
  font-size: 35px;
  transform: rotate(5deg);
  z-index: 2;
}

.homev2-market-package::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(var(--ui-rgb), .035);
  border-radius: 17px;
  pointer-events: none;
}

.homev2-market-package > span {
  position: absolute;
  right: -10px;
  bottom: 11px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #111;
  background: var(--gold-gradient);
  font-size: 11px;
  box-shadow: 0 10px 26px rgba(var(--accent-rgb, 214, 179, 106), .18);
}

.homev2-market-float {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--ui-rgb), .07);
  color: var(--accent-light, #e5ca87);
  background: rgba(18,18,18,.92);
  box-shadow: 0 12px 28px rgba(0,0,0,.26);
  z-index: 3;
}

.homev2-market-float--verified {
  right: 4%;
  top: 12px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  animation: homev2-float 5.8s ease-in-out infinite;
}

.homev2-market-float--spark {
  left: 25%;
  top: 24px;
  width: 29px;
  height: 29px;
  border-radius: 10px;
  font-size: 9px;
  animation: homev2-float 7s ease-in-out -2s infinite;
}

.homev2-helper-visual,
.homev2-premium-visual {
  position: relative;
  min-height: 132px;
  margin-top: 18px;
  isolation: isolate;
}

.homev2-helper-glow {
  position: absolute;
  left: 4%;
  bottom: 4px;
  width: 124px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--accent-rgb, 214, 179, 106), .14), transparent 68%);
  filter: blur(9px);
  z-index: -1;
}

.homev2-helper-panel {
  position: absolute;
  right: 0;
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 10px;
  padding: 9px 11px;
  border: 1px solid rgba(var(--ui-rgb), .065);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(var(--ui-rgb), .035), rgba(var(--ui-rgb), .018));
  box-shadow: 0 12px 30px rgba(0,0,0,.17);
}

.homev2-helper-panel--code {
  top: 3px;
  width: 68%;
  transform: translateX(1%) rotate(1deg);
}

.homev2-helper-panel--reply {
  right: 3%;
  bottom: 5px;
  width: 61%;
  transform: rotate(-1.4deg);
}

.homev2-helper-panel__icon,
.homev2-helper-panel__status {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--accent-light, #e5ca87);
  background: rgba(var(--accent-rgb, 214, 179, 106), .07);
  font-size: 10px;
}

.homev2-helper-panel__status {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(var(--accent-rgb, 214, 179, 106), .14);
  border-radius: 50%;
  font-size: 8px;
}

.homev2-helper-panel__lines {
  display: grid;
  gap: 5px;
}

.homev2-helper-panel__lines b,
.homev2-helper-panel__lines i {
  height: 5px;
  border-radius: 99px;
  background: rgba(var(--ui-rgb), .075);
}

.homev2-helper-panel__lines b { width: 88%; background: rgba(var(--accent-rgb, 214, 179, 106), .15); }
.homev2-helper-panel__lines i:nth-child(2) { width: 67%; }
.homev2-helper-panel__lines i:nth-child(3) { width: 46%; }

.homev2-helper-bot {
  position: absolute;
  left: 4%;
  bottom: 2px;
  width: 92px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  filter: drop-shadow(0 16px 20px rgba(0,0,0,.28));
  animation: homev2-float 6.2s ease-in-out infinite;
  z-index: 2;
}

.homev2-helper-bot__antenna {
  position: absolute;
  top: 0;
  width: 2px;
  height: 13px;
  background: rgba(var(--accent-rgb, 214, 179, 106), .55);
}

.homev2-helper-bot__antenna::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-color, #d6b36a);
  box-shadow: 0 0 16px rgba(var(--accent-rgb, 214, 179, 106), .45);
  transform: translateX(-50%);
}

.homev2-helper-bot__head {
  position: relative;
  width: 75px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid rgba(var(--accent-rgb, 214, 179, 106), .24);
  border-radius: 24px 24px 20px 20px;
  background: linear-gradient(155deg, #1e1e1e, #101010 75%);
  box-shadow: inset 0 1px rgba(var(--ui-rgb), .04), 0 0 26px rgba(var(--accent-rgb, 214, 179, 106), .05);
  z-index: 2;
}

.homev2-helper-bot__head i {
  width: 8px;
  height: 11px;
  border-radius: 50%;
  background: var(--accent-light, #e5ca87);
  box-shadow: 0 0 12px rgba(var(--accent-rgb, 214, 179, 106), .2);
}

.homev2-helper-bot__head b {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 17px;
  height: 7px;
  border-bottom: 2px solid rgba(var(--accent-rgb, 214, 179, 106), .65);
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%);
}

.homev2-helper-bot__body {
  width: 49px;
  height: 37px;
  display: grid;
  place-items: center;
  margin-top: -4px;
  border: 1px solid rgba(var(--ui-rgb), .07);
  border-radius: 7px 7px 18px 18px;
  color: var(--accent-light, #e5ca87);
  background: #151515;
  font-size: 10px;
}

.homev2-helper-dot {
  position: absolute;
  border-radius: 50%;
  background: rgba(var(--accent-rgb, 214, 179, 106), .45);
  box-shadow: 0 0 14px rgba(var(--accent-rgb, 214, 179, 106), .15);
}

.homev2-helper-dot--one { width: 5px; height: 5px; left: 30%; top: 5px; }
.homev2-helper-dot--two { width: 3px; height: 3px; right: 4%; top: 52%; opacity: .55; }

.homev2-premium-visual {
  min-height: 140px;
}

.homev2-premium-visual::before {
  content: "";
  position: absolute;
  right: 5%;
  bottom: 1px;
  width: 78%;
  height: 84px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--accent-rgb, 214, 179, 106), .12), transparent 66%);
  filter: blur(10px);
  z-index: -2;
}

.homev2-premium-orbit {
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 78%;
  height: 62px;
  border: 1px solid rgba(var(--accent-rgb, 214, 179, 106), .13);
  border-radius: 50%;
  transform: rotate(7deg);
  z-index: -1;
}

.homev2-premium-orbit--two {
  right: 8%;
  bottom: 18px;
  width: 61%;
  height: 43px;
  opacity: .55;
  transform: rotate(-6deg);
}

.homev2-premium-card {
  position: absolute;
  right: 2%;
  bottom: 8px;
  width: 67%;
  min-height: 105px;
  overflow: hidden;
  padding: 14px 16px;
  border: 1px solid rgba(var(--accent-rgb, 214, 179, 106), .16);
  border-radius: 17px;
  background:
    linear-gradient(145deg, rgba(var(--accent-rgb, 214, 179, 106), .075), transparent 36%),
    linear-gradient(160deg, #171717, #101010 70%);
  box-shadow: 0 24px 46px rgba(0,0,0,.27), inset 0 1px rgba(var(--ui-rgb), .025);
  transform: rotate(2.5deg);
}

.homev2-premium-card::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: -52px;
  top: -62px;
  border: 1px solid rgba(var(--accent-rgb, 214, 179, 106), .12);
  border-radius: 50%;
}

.homev2-premium-card__chip {
  position: absolute;
  left: 16px;
  top: 17px;
  width: 25px;
  height: 18px;
  border: 1px solid rgba(var(--accent-rgb, 214, 179, 106), .28);
  border-radius: 5px;
  background:
    linear-gradient(90deg, transparent 45%, rgba(var(--accent-rgb, 214, 179, 106), .22) 45% 55%, transparent 55%),
    linear-gradient(rgba(var(--accent-rgb, 214, 179, 106), .22) 45%, transparent 45% 55%, rgba(var(--accent-rgb, 214, 179, 106), .22) 55%);
}

.homev2-premium-card__emblem {
  position: absolute;
  right: 16px;
  top: 14px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--accent-rgb, 214, 179, 106), .2);
  border-radius: 50%;
  color: var(--accent-light, #e5ca87);
  background: rgba(var(--accent-rgb, 214, 179, 106), .07);
  font-size: 12px;
}

.homev2-premium-card__meta {
  position: absolute;
  left: 16px;
  right: 58px;
  bottom: 18px;
  display: grid;
  gap: 7px;
}

.homev2-premium-card__meta b,
.homev2-premium-card__meta i {
  height: 5px;
  border-radius: 99px;
  background: rgba(var(--ui-rgb), .075);
}

.homev2-premium-card__meta b { width: 58%; background: rgba(var(--accent-rgb, 214, 179, 106), .22); }
.homev2-premium-card__meta i { width: 80%; }

.homev2-premium-medal {
  position: absolute;
  left: 8%;
  bottom: 4px;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--accent-rgb, 214, 179, 106), .3);
  border-radius: 50%;
  color: #111;
  background: var(--gold-gradient);
  box-shadow: 0 16px 34px rgba(var(--accent-rgb, 214, 179, 106), .13), inset 0 0 0 6px rgba(var(--ui-rgb), .08);
  font-size: 19px;
  transform: rotate(-9deg);
  z-index: 2;
  animation: homev2-float 6.6s ease-in-out -1s infinite;
}

.homev2-premium-medal::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(17,17,17,.2);
  border-radius: 50%;
}

.homev2-premium-shield {
  position: absolute;
  left: 24%;
  top: 5px;
  width: 35px;
  height: 41px;
  display: grid;
  place-items: center;
  color: var(--accent-light, #e5ca87);
  background: #171717;
  border: 1px solid rgba(var(--accent-rgb, 214, 179, 106), .18);
  clip-path: polygon(50% 0, 95% 15%, 87% 70%, 50% 100%, 13% 70%, 5% 15%);
  font-size: 9px;
  transform: rotate(7deg);
  z-index: 3;
}

.homev2-premium-star {
  position: absolute;
  color: var(--accent-light, #e5ca87);
  opacity: .75;
  font-size: 8px;
  animation: homev2-float 5s ease-in-out infinite;
}

.homev2-premium-star--one { right: 7%; top: 4px; }
.homev2-premium-star--two { left: 42%; top: 19px; font-size: 5px; opacity: .45; animation-delay: -2.2s; }

.homev2-category-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.homev2-category-chip {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 11px;
  border: 1px solid rgba(var(--ui-rgb), 0.07);
  border-radius: 999px;
  color: #c9ccd1;
  background: rgba(var(--ui-rgb), 0.025);
  font-size: 9px;
  font-weight: 650;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.homev2-category-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(var(--accent-rgb, 214, 179, 106), 0.2);
  background: rgba(var(--accent-rgb, 214, 179, 106), 0.055);
}

.homev2-category-chip i {
  color: var(--accent-color, #d6b36a);
}

.homev2-showcase .products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.homev2-showcase .product-card:nth-child(n + 4) {
  display: none;
}

.homev2-showcase-empty {
  min-height: 240px;
  display: grid;
  place-items: center;
  padding: 30px;
  border: 1px dashed rgba(var(--ui-rgb), 0.08);
  border-radius: 14px;
  text-align: center;
  background: rgba(var(--ui-rgb), 0.018);
}

.homev2-showcase-empty__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 16px;
  color: var(--accent-light, #e5ca87);
  background: rgba(var(--accent-rgb, 214, 179, 106), 0.075);
  font-size: 18px;
}

.homev2-showcase-empty__title {
  color: #eff0f2;
  font-size: 14px;
  font-weight: 680;
}

.homev2-showcase-empty__text {
  max-width: 430px;
  margin: 8px auto 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
}

.homev2-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 8px;
}

.homev2-step {
  position: relative;
  min-height: 190px;
  padding: 28px;
  border-top: 1px solid rgba(var(--ui-rgb), 0.07);
  border-bottom: 1px solid rgba(var(--ui-rgb), 0.07);
  background: rgba(var(--ui-rgb), 0.012);
}

.homev2-step:first-child {
  border-left: 1px solid rgba(var(--ui-rgb), 0.07);
  border-radius: 14px 0 0 14px;
}

.homev2-step:last-child {
  border-right: 1px solid rgba(var(--ui-rgb), 0.07);
  border-radius: 0 14px 14px 0;
}

.homev2-step + .homev2-step {
  border-left: 1px solid rgba(var(--ui-rgb), 0.07);
}

.homev2-step__number {
  color: rgba(var(--accent-rgb, 214, 179, 106), 0.46);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.homev2-step__icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin: 18px 0 16px;
  border-radius: 11px;
  color: var(--accent-light, #e5ca87);
  background: rgba(var(--accent-rgb, 214, 179, 106), 0.07);
}

.homev2-step__title {
  margin: 0;
  color: #f0f1f2;
  font-size: 13px;
  font-weight: 680;
}

.homev2-step__text {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
}

.homev2-final {
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  overflow: hidden;
  padding: clamp(38px, 5.5vw, 76px);
  border: 1px solid rgba(var(--accent-rgb, 214, 179, 106), 0.14);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 82% 50%, rgba(var(--accent-rgb, 214, 179, 106), 0.12), transparent 32%),
    #101010;
}

.homev2-final__title {
  max-width: 620px;
  margin: 0;
  color: #f5f5f6;
  font-size: clamp(27px, 3.4vw, 48px);
  font-weight: 720;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.homev2-final__text {
  max-width: 530px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.homev2-final__visual {
  position: relative;
  min-height: 240px;
}

.homev2-final__ring {
  position: absolute;
  right: 4%;
  top: 50%;
  width: min(29vw, 330px);
  aspect-ratio: 1;
  transform: translateY(-50%);
  border: 1px solid rgba(var(--ui-rgb), 0.07);
  border-radius: 50%;
}

.homev2-final__ring::before,
.homev2-final__ring::after {
  content: "";
  position: absolute;
  border-radius: inherit;
}

.homev2-final__ring::before {
  inset: 17%;
  border: 1px dashed rgba(var(--accent-rgb, 214, 179, 106), 0.2);
  animation: homev2-spin 18s linear infinite reverse;
}

.homev2-final__ring::after {
  inset: 35%;
  background: rgba(var(--accent-rgb, 214, 179, 106), 0.06);
}

.homev2-final__node {
  position: absolute;
  z-index: 2;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--ui-rgb), 0.09);
  border-radius: 20px;
  color: var(--accent-light, #e5ca87);
  background: #151515;
  font-size: 21px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

.homev2-final__node--market { right: 43%; top: 10%; transform: rotate(-8deg); }
.homev2-final__node--helper { right: 8%; top: 16%; transform: rotate(7deg); }
.homev2-final__node--premium {
  right: 26%;
  bottom: 2%;
  color: #111;
  background: var(--gold-gradient);
  transform: rotate(-3deg);
}

.homev2-native-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.homev2-native-grid:empty {
  display: none;
}

.homev2-native-grid > * {
  width: 100%;
  max-width: none;
  margin: 0;
}

.homev2-reveal {
  opacity: 1;
  transform: none;
}

.homev2.is-motion-ready .homev2-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(.2, .7, .2, 1);
}

.homev2.is-motion-ready .homev2-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.homev2.is-motion-ready .homev2-reveal[data-reveal-delay="1"] { transition-delay: .08s; }
.homev2.is-motion-ready .homev2-reveal[data-reveal-delay="2"] { transition-delay: .16s; }
.homev2.is-motion-ready .homev2-reveal[data-reveal-delay="3"] { transition-delay: .24s; }

@keyframes homev2-spin {
  to { transform: rotate(360deg); }
}

@keyframes homev2-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -9px, 0); }
}

@media (max-width: 1180px) {
  .homev2-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .homev2-hero__copy {
    max-width: 780px;
  }

  .homev2-hero__visual {
    width: min(100%, 720px);
    min-height: 430px;
    margin: 0 auto;
  }

  .homev2-orbit {
    width: min(66vw, 470px);
  }
}

@media (max-width: 900px) {
  .homev2-ecosystem {
    grid-template-columns: 1fr;
  }

  .homev2-scene--market {
    grid-row: auto;
    min-height: 560px;
  }

  .homev2-ecosystem--without-neo .homev2-scene--market,
  .homev2-ecosystem--without-neo .homev2-scene--premium {
    min-height: 0;
  }

  .homev2-ecosystem--without-neo .homev2-premium-visual {
    min-height: 180px;
    margin-top: 20px;
  }

  .homev2-showcase .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .homev2-showcase .product-card:nth-child(3) {
    display: none;
  }

  .homev2-final {
    grid-template-columns: 1fr;
  }

  .homev2-final__visual {
    min-height: 210px;
  }

  .homev2-final__ring {
    left: 50%;
    right: auto;
    width: 240px;
    transform: translate(-50%, -50%);
  }

  .homev2-final__node--market { left: calc(50% - 150px); right: auto; }
  .homev2-final__node--helper { left: calc(50% + 82px); right: auto; }
  .homev2-final__node--premium { left: calc(50% + 8px); right: auto; }
}

@media (max-width: 720px) {
  .homev2 {
    gap: 12px;
  }

  .homev2-hero,
  .homev2-section,
  .homev2-final {
    padding: 26px 18px;
    border-radius: 14px;
  }

  .homev2-hero__title {
    font-size: clamp(33px, 11vw, 48px);
  }

  .homev2-hero__text {
    margin-top: 16px;
    font-size: 12px;
  }

  .homev2-hero__actions,
  .homev2-section__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .homev2-hero__actions .site-btn,
  .homev2-section__actions .site-btn {
    width: 100%;
  }

  .homev2-hero__meta {
    display: grid;
    gap: 10px;
  }

  .homev2-hero__visual {
    min-height: 390px;
  }

  .homev2-device {
    min-height: 300px;
    padding: 10px;
    border-radius: 18px;
  }

  .homev2-device__workspace {
    grid-template-columns: 52px minmax(0, 1fr);
    min-height: 235px;
  }

  .homev2-device__nav {
    padding: 7px;
  }

  .homev2-device__canvas {
    padding: 9px;
  }

  .homev2-device-card:first-child {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .homev2-device-card__image img {
    height: 64px;
  }

  .homev2-float--one {
    left: 0;
    top: 4%;
  }

  .homev2-float--two {
    right: 0;
    bottom: 5%;
  }

  .homev2-float--promo {
    display: none;
  }

  .homev2-section__head {
    align-items: start;
    flex-direction: column;
  }

  .homev2-section__title {
    font-size: clamp(24px, 8vw, 34px);
  }

  .homev2-scene,
  .homev2-scene--market {
    min-height: 0;
    padding: 22px;
  }

  .homev2-market-visual {
    min-height: 270px;
  }

  .homev2-market-dashboard {
    width: 93%;
    min-height: 214px;
  }

  .homev2-market-dashboard__grid {
    gap: 6px;
  }

  .homev2-market-product {
    min-height: 132px;
    padding: 8px;
  }

  .homev2-market-product__art {
    min-height: 60px;
  }

  .homev2-market-package {
    width: 82px;
    height: 94px;
    font-size: 28px;
  }

  .homev2-helper-panel--code { width: 72%; }
  .homev2-helper-panel--reply { width: 66%; }
  .homev2-premium-card { width: 70%; }

  .homev2-showcase .products {
    grid-template-columns: 1fr;
  }

  .homev2-showcase .product-card:nth-child(2),
  .homev2-showcase .product-card:nth-child(3) {
    display: none;
  }

  .homev2-flow {
    grid-template-columns: 1fr;
  }

  .homev2-step,
  .homev2-step:first-child,
  .homev2-step:last-child {
    min-height: 0;
    border: 1px solid rgba(var(--ui-rgb), 0.07);
    border-radius: 12px;
  }

  .homev2-step + .homev2-step {
    margin-top: 8px;
  }

  .homev2-native-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 460px) {
  .homev2-hero,
  .homev2-section,
  .homev2-final {
    padding-left: 15px;
    padding-right: 15px;
  }

  .homev2-hero__visual {
    min-height: 340px;
  }

  .homev2-device {
    width: 108%;
  }

  .homev2-float {
    padding: 8px 9px;
    font-size: 8px;
  }

  .homev2-market-orbit--two,
  .homev2-market-float--spark,
  .homev2-helper-dot,
  .homev2-premium-star--two {
    display: none;
  }

  .homev2-market-dashboard {
    right: 0;
    width: 94%;
  }

  .homev2-market-package {
    left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .homev2-orbit::before,
  .homev2-final__ring::before,
  .homev2-float--one,
  .homev2-float--two,
  .homev2-float--promo,
  .homev2-market-float,
  .homev2-helper-bot,
  .homev2-premium-medal,
  .homev2-premium-star {
    animation: none !important;
  }

  .homev2-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Homepage Marketplace showcase: one featured resource + two compact resources. */
@media (min-width: 981px) {
  .homev2-showcase #homev2LatestProducts {
    grid-template-columns: minmax(0, 1.72fr) minmax(285px, .78fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
  }

  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / 3;
    min-height: 500px;
    height: 100%;
  }

  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(2),
  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(3) {
    display: grid;
    grid-column: 2;
    grid-template-columns: minmax(112px, .82fr) minmax(0, 1.18fr);
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: 244px;
    height: 100%;
  }

  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(2) {
    grid-row: 1;
  }

  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(3) {
    grid-row: 2;
  }

  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(2) .product-card__image,
  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(3) .product-card__image {
    grid-column: 1;
    grid-row: 1 / 3;
    height: 100%;
    aspect-ratio: auto;
  }

  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(2) .product-card__body,
  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(3) .product-card__body {
    grid-column: 2;
    grid-row: 1;
    padding: 46px 13px 10px;
    background: transparent;
  }

  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(2) .product-card__footer,
  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(3) .product-card__footer {
    grid-column: 2;
    grid-row: 2;
    min-height: 50px;
    padding: 7px 9px 7px 13px;
  }

  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(2) .product-card__title,
  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(3) .product-card__title {
    font-size: 14px;
  }

  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(2) .product-card__subtitle,
  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(2) .product-card__subtitle--rich,
  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(3) .product-card__subtitle,
  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(3) .product-card__subtitle--rich {
    font-size: 10px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
  }

  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(2) .product-card__meta,
  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(3) .product-card__meta {
    gap: 6px;
    padding-top: 6px;
  }

  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(2) .product-card__access-note,
  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(2) .product-card__premium-note,
  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(2) .product-card__free-note,
  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(3) .product-card__access-note,
  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(3) .product-card__premium-note,
  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(3) .product-card__free-note {
    min-height: 22px;
    padding: 0 7px;
    font-size: 8px;
  }

  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(2) .product-card__stats,
  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(3) .product-card__stats {
    gap: 6px;
  }

  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(2) .product-card__stats > span,
  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(3) .product-card__stats > span {
    font-size: 8px;
  }

  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(2) .product-card__price,
  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(3) .product-card__price {
    min-height: 32px;
    font-size: 15px;
  }

  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(2) .product-card__buy,
  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(3) .product-card__buy {
    min-height: 34px;
    min-width: 92px;
    padding: 0 10px;
    font-size: 9px;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .homev2-showcase #homev2LatestProducts {
    grid-template-columns: minmax(0, 1.55fr) minmax(270px, .85fr);
  }

  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(2),
  .homev2-showcase #homev2LatestProducts > .product-card:nth-child(3) {
    grid-template-columns: minmax(100px, .72fr) minmax(0, 1.28fr);
  }
}

/* Complete light color scheme for the homepage presentation layer. */
:root[data-theme="light"] .homev2 {
  --homev2-line: var(--border);
  --homev2-soft: var(--surface-2);
  --homev2-panel: var(--panel-bg);
  --homev2-panel-strong: var(--panel-bg-strong);
}

:root[data-theme="light"] .homev2-hero {
  background:
    radial-gradient(circle at 78% 22%, rgba(var(--accent-rgb, 214, 179, 106), .13), transparent 34%),
    radial-gradient(circle at 12% 92%, rgba(var(--accent-rgb, 214, 179, 106), .07), transparent 30%),
    linear-gradient(145deg, #ffffff 0%, #f8fafc 48%, #eef2f6 100%);
  border-color: var(--border);
}

:root[data-theme="light"] .homev2-section,
:root[data-theme="light"] .homev2-scene,
:root[data-theme="light"] .homev2-final {
  background-color: var(--panel-bg);
  background-image: none;
  border-color: var(--border);
}

:root[data-theme="light"] .homev2-scene--market,
:root[data-theme="light"] .homev2-scene--helper,
:root[data-theme="light"] .homev2-scene--premium,
:root[data-theme="light"] .homev2-final {
  background:
    radial-gradient(circle at 88% 8%, rgba(var(--accent-rgb, 214, 179, 106), .10), transparent 34%),
    var(--panel-bg);
}

:root[data-theme="light"] .homev2-device,
:root[data-theme="light"] .homev2-market-dashboard,
:root[data-theme="light"] .homev2-market-product,
:root[data-theme="light"] .homev2-market-package,
:root[data-theme="light"] .homev2-market-float,
:root[data-theme="light"] .homev2-helper-panel,
:root[data-theme="light"] .homev2-helper-bot__head,
:root[data-theme="light"] .homev2-helper-bot__body,
:root[data-theme="light"] .homev2-premium-card,
:root[data-theme="light"] .homev2-premium-shield,
:root[data-theme="light"] .homev2-final__node:not(.homev2-final__node--premium) {
  background-color: var(--panel-bg);
  background-image: none;
  border-color: var(--border);
  color: var(--text);
  box-shadow: none;
}

:root[data-theme="light"] .homev2-device__nav,
:root[data-theme="light"] .homev2-device__canvas,
:root[data-theme="light"] .homev2-device-card,
:root[data-theme="light"] .homev2-device-card__image,
:root[data-theme="light"] .homev2-device__nav-item,
:root[data-theme="light"] .homev2-market-dashboard__search,
:root[data-theme="light"] .homev2-market-product__art,
:root[data-theme="light"] .homev2-step,
:root[data-theme="light"] .homev2-category-chip,
:root[data-theme="light"] .homev2-showcase-empty {
  background-color: var(--gray-panel-2);
  border-color: var(--border);
}

:root[data-theme="light"] .homev2-hero__meta,
:root[data-theme="light"] .homev2-device__brand,
:root[data-theme="light"] .homev2-device__status,
:root[data-theme="light"] .homev2-device__canvas-title,
:root[data-theme="light"] .homev2-device-card__label,
:root[data-theme="light"] .homev2-float,
:root[data-theme="light"] .homev2-scene__title,
:root[data-theme="light"] .homev2-scene__link,
:root[data-theme="light"] .homev2-category-chip,
:root[data-theme="light"] .homev2-showcase-empty__title,
:root[data-theme="light"] .homev2-step__title,
:root[data-theme="light"] .homev2-final__title {
  color: var(--text);
}

:root[data-theme="light"] .homev2-float {
  background: rgba(255, 255, 255, .94);
  border-color: var(--border);
  box-shadow: 0 12px 28px rgba(20, 29, 45, .10);
}

:root[data-theme="light"] .homev2-kicker,
:root[data-theme="light"] .homev2-scene__link {
  color: var(--accent-dark, #9a6d24);
}

:root[data-theme="light"] .homev2-device__nav-item,
:root[data-theme="light"] .homev2-device-card__meta,
:root[data-theme="light"] .homev2-scene__text,
:root[data-theme="light"] .homev2-step__text {
  color: var(--muted);
}

:root[data-theme="light"] .homev2-orbit,
:root[data-theme="light"] .homev2-market-orbit,
:root[data-theme="light"] .homev2-premium-orbit,
:root[data-theme="light"] .homev2-final__ring {
  border-color: var(--border);
}

/* Unified NeoHelper typography scale: homepage. */
.homev2-hero__title {
  font-family: var(--font-sans);
  font-size: var(--type-page-title);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.homev2-section__title,
.homev2-final__title {
  font-family: var(--font-sans);
  font-size: var(--type-section-title);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -.025em;
}

.homev2-scene__title,
.homev2-showcase-empty__title,
.homev2-step__title {
  font-family: var(--font-sans);
  font-size: var(--type-card-heading);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -.015em;
}

.homev2-hero__text,
.homev2-section__text,
.homev2-final__text {
  font-size: var(--type-body-lg);
  font-weight: 400;
  line-height: 1.62;
}

.homev2-scene__text,
.homev2-showcase-empty__text,
.homev2-step__text {
  font-size: var(--type-body);
  font-weight: 400;
  line-height: 1.58;
}

.homev2-kicker,
.homev2-section__eyebrow,
.homev2-step__number {
  font-size: var(--type-label);
  font-weight: 600;
}


/* Verified/check visual follows the global blue verified language. */
.homev2-market-float--verified {
  border-color: rgba(79, 142, 247, .26) !important;
  background: rgba(79, 142, 247, .12) !important;
  color: #74a5ff !important;
}

:root[data-theme="light"] .homev2-market-float--verified {
  border-color: #b8d1fb !important;
  background: #eaf2ff !important;
  color: #2563c9 !important;
}
