/* Homepage visual system — scoped to body.home-page only. */

html:has(body.home-page) {
  overflow-x: clip;
}

body.home-page {
  overflow-x: clip;
  --home-bg: #07080d;
  --home-ink: #f4f6fb;
  --home-muted: #8b93a7;
  --home-lime: #d4f34a;
  --home-violet: #7c3aed;
  --home-cyan: #22d3ee;
  --home-line: rgba(255, 255, 255, 0.08);
  --header-h: 64px;
  --container: 1180px;
  background: var(--home-bg);
  color: var(--home-ink);
}

body.home-page .header {
  background: rgba(7, 8, 13, 0.86);
  border-bottom: 1px solid var(--home-line);
  backdrop-filter: blur(16px);
}

body.home-page .header__inner {
  gap: 16px;
}

body.home-page .logo {
  gap: 8px;
}

body.home-page .logo__icon {
  width: 28px;
  height: 28px;
}

body.home-page .logo__text {
  background: none;
  -webkit-text-fill-color: #fff;
  color: #fff;
  font-size: 1.15rem;
}

body.home-page .nav {
  gap: 20px;
}

body.home-page .nav__link {
  color: #c5cbe0;
  font-size: 13px;
}

body.home-page .nav__link:hover,
body.home-page .nav__link[aria-current="page"] {
  color: #fff;
}

body.home-page .header__login {
  color: #c5cbe0;
  font-size: 13px;
}

body.home-page .header__login:hover {
  color: #fff;
}

body.home-page .btn--purple.btn--sm {
  border-radius: 999px;
  background: var(--home-violet);
  padding: 8px 16px;
  font-size: 13px;
}

body.home-page .vb-lang__trigger,
body.home-page .vb-currency-select select,
body.home-page .vb-currency-select {
  color: #c5cbe0;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.12);
}

body.home-page .vb-lang__trigger:hover,
body.home-page .vb-lang__trigger:focus-visible {
  border-color: var(--home-lime);
  color: #fff;
}

body.home-page .vb-lang__menu {
  background: #12131c;
  border-color: var(--home-line);
}

body.home-page .vb-lang__option {
  color: #e8edf7;
}

body.home-page .vb-lang__option:hover,
body.home-page .vb-lang__option:focus-visible {
  background: rgba(124, 58, 237, 0.22);
}

body.home-page .vb-lang__option[aria-checked="true"] {
  color: var(--home-lime);
}

body.home-page .menu-toggle span {
  background: #fff;
}

body.home-page .landing-banner.page-banner--success {
  background: rgba(212, 243, 74, 0.12);
  color: var(--home-lime);
  border-color: rgba(212, 243, 74, 0.28);
}

body.home-page .btn--lime {
  background: var(--home-lime);
  color: #10120a;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(212, 243, 74, 0.22);
}

body.home-page .btn--lime:hover {
  background: #e2ff6a;
  box-shadow: 0 10px 28px rgba(212, 243, 74, 0.32);
}

body.home-page .btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

body.home-page .btn--ghost:hover {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.04);
}

body.home-page .hero {
  padding: 32px 0 48px;
  background:
    radial-gradient(ellipse 42% 58% at 78% 38%, rgba(124, 58, 237, 0.28) 0%, transparent 70%),
    radial-gradient(ellipse 28% 42% at 68% 62%, rgba(34, 211, 238, 0.14) 0%, transparent 68%),
    radial-gradient(ellipse 22% 34% at 88% 72%, rgba(212, 243, 74, 0.1) 0%, transparent 70%);
}

.home-hero {
  position: relative;
  overflow: visible;
}

.home-hero__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(340px, 1.14fr);
  gap: 20px 28px;
  align-items: center;
}

.home-hero__title {
  margin: 0 0 16px;
  font-size: clamp(2.35rem, 5vw, 4.15rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: #fff;
}

.home-hero__title em {
  color: var(--home-lime);
  font-style: normal;
}

.home-hero__subtitle {
  margin: 0 0 22px;
  max-width: 34rem;
  font-size: 15px;
  line-height: 1.55;
  color: var(--home-muted);
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.home-hero__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-hero__stats li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12.5px;
  line-height: 1.35;
  color: #d7dce8;
}

.home-hero__stat-icon {
  display: inline-flex;
  color: var(--home-lime);
  margin-top: 1px;
  flex-shrink: 0;
}

.home-hero__stage {
  position: relative;
  min-height: 480px;
  isolation: isolate;
}

.home-devices {
  position: relative;
  min-height: 480px;
  perspective: 1200px;
}

.home-devices__glow {
  position: absolute;
  inset: -18% -12% -8% -8%;
  background:
    radial-gradient(ellipse 58% 62% at 64% 40%, rgba(124, 58, 237, 0.3) 0%, transparent 74%),
    radial-gradient(ellipse 42% 48% at 80% 26%, rgba(34, 211, 238, 0.14) 0%, transparent 72%),
    radial-gradient(ellipse 36% 40% at 78% 78%, rgba(212, 243, 74, 0.07) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.home-laptop {
  position: absolute;
  right: 4%;
  top: 2%;
  width: min(86%, 580px);
  display: block;
  color: inherit;
  z-index: 2;
  transform: rotateX(3deg) rotateY(-4deg);
  transform-origin: 70% 80%;
  filter:
    drop-shadow(0 28px 36px rgba(0, 0, 0, 0.48))
    drop-shadow(0 0 22px rgba(124, 58, 237, 0.16));
}

.home-laptop__lid {
  display: block;
  padding: 8px 8px 0;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  background: linear-gradient(180deg, #2a2f3a 0%, #1a1e28 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.home-laptop__chrome {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 26px;
  padding: 0 10px;
  background: #e8ecf3;
  border-radius: 8px 8px 0 0;
}

.home-laptop__dots,
.home-laptop__dots::before,
.home-laptop__dots::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d1d5db;
}

.home-laptop__dots {
  position: relative;
  display: inline-block;
  background: #f87171;
}

.home-laptop__dots::before,
.home-laptop__dots::after {
  content: "";
  position: absolute;
  top: 0;
}

.home-laptop__dots::before {
  left: 11px;
  background: #fbbf24;
}

.home-laptop__dots::after {
  left: 22px;
  background: #34d399;
}

.home-laptop__url {
  flex: 1;
  height: 16px;
  border-radius: 999px;
  background: #fff;
  color: #64748b;
  font-size: 10px;
  line-height: 16px;
  padding: 0 8px;
  overflow: hidden;
  white-space: nowrap;
}

.home-laptop__bezel {
  display: block;
  padding: 0 0 7px;
  background: #161a22;
}

.home-laptop__screen {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10.2;
  overflow: hidden;
  background: #f8fafc;
}

.home-laptop__glass,
.home-phone__glass {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.18) 0%, transparent 28%, transparent 62%, rgba(34, 211, 238, 0.06) 100%);
  z-index: 3;
}

.home-laptop__base {
  display: block;
  height: 12px;
  margin: 0 -14px;
  border-radius: 0 0 14px 14px;
  background: linear-gradient(180deg, #c5cad4 0%, #8f97a6 100%);
  box-shadow: 0 10px 0 #6f7786, 0 16px 22px rgba(0, 0, 0, 0.35);
}

.home-site {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f4f6f8;
  color: #142033;
  font-family: Inter, "Segoe UI", sans-serif;
}

.home-site__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  background: #10243d;
  color: #fff;
}

.home-site__brand {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.home-site__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #38bdf8;
  color: #0b1b2e;
  font-size: 8px;
  font-weight: 800;
}

.home-site__links,
.home-site__menu {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
}

.home-site__card strong,
.home-site__row strong,
.home-site__tenders strong {
  display: block;
  color: #0f172a;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.home-site__thumb {
  display: block;
  object-fit: cover;
  background: #dbe3ee;
  border-radius: 5px;
}

.home-site__photo {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 7px;
  background: #d7deea;
}

.home-site__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-site__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6px 7px 5px;
  background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.62));
  color: #fff;
}

.home-site__caption strong,
.home-site__caption span {
  display: block;
  color: #fff;
}

.home-site--desktop .home-site__nav {
  height: 15%;
  padding: 0 10px;
  font-size: 8.5px;
}

.home-site--desktop .home-site__links {
  font-size: 7.5px;
}

.home-site--desktop .home-site__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 27%;
  gap: 6px;
  flex: 1;
  min-height: 0;
  padding: 6px 8px 7px;
}

.home-site--desktop .home-site__main,
.home-site--desktop .home-site__aside {
  display: flex;
  flex-direction: column;
  min-height: 0;
  gap: 6px;
}

.home-site--desktop .home-site__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  flex: 1.35;
  min-height: 0;
}

.home-site--desktop .home-site__caption strong {
  font-size: 8px;
}

.home-site--desktop .home-site__caption span,
.home-site--desktop .home-site__card span,
.home-site--desktop .home-site__tenders span {
  font-size: 7px;
  color: #5b6b80;
}

.home-site--desktop .home-site__caption span {
  color: rgba(255, 255, 255, 0.86);
}

.home-site--desktop .home-site__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
}

.home-site--desktop .home-site__card,
.home-site--desktop .home-site__tenders {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.home-site--desktop .home-site__card {
  padding: 4px;
}

.home-site--desktop .home-site__card .home-site__thumb {
  width: 100%;
  height: 28px;
  margin-bottom: 4px;
}

.home-site--desktop .home-site__card strong {
  font-size: 7.5px;
}

.home-site--desktop .home-site__tenders {
  flex: 1;
  min-height: 0;
  padding: 6px 7px;
}

.home-site--desktop .home-site__tenders strong {
  margin-bottom: 4px;
  font-size: 8px;
}

.home-site--mobile .home-site__nav {
  height: 12%;
  padding: 0 8px;
  font-size: 7px;
}

.home-site--mobile .home-site__photo--lead {
  height: 27%;
  margin: 6px 6px 0;
}

.home-site--mobile .home-site__caption strong {
  font-size: 8px;
}

.home-site--mobile .home-site__caption span,
.home-site--mobile .home-site__row span span {
  font-size: 6.5px;
  color: #5b6b80;
}

.home-site--mobile .home-site__caption span {
  color: rgba(255, 255, 255, 0.86);
}

.home-site--mobile .home-site__stack {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 6px 6px 22%;
}

.home-site--mobile .home-site__row {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.home-site--mobile .home-site__row .home-site__thumb {
  width: 28px;
  height: 22px;
  flex-shrink: 0;
}

.home-site--mobile .home-site__row strong {
  font-size: 7.5px;
}

.home-slot {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.04) 28%, transparent 52%),
    linear-gradient(160deg, #a78bfa 0%, #7c3aed 48%, #5b21b6 100%);
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 0 0 1px rgba(124, 58, 237, 0.28),
    0 6px 14px rgba(79, 70, 229, 0.18);
}

.home-slot__copy,
.home-slot__dims {
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(15, 23, 42, 0.35);
}

.home-slot--leaderboard {
  flex: 0 0 20%;
  margin: 6px 8px 0;
  border-radius: 6px;
}

.home-slot--leaderboard .home-slot__copy {
  font-size: 10px;
}

.home-slot--leaderboard .home-slot__dims {
  font-size: 9px;
}

.home-slot--sidebar {
  flex: 0 0 46%;
  border-radius: 6px;
}

.home-slot--sidebar .home-slot__copy,
.home-slot--sidebar .home-slot__dims {
  font-size: 7px;
  white-space: nowrap;
}

.home-phone {
  position: absolute;
  left: 2%;
  bottom: 4%;
  width: 168px;
  z-index: 3;
  display: block;
  color: inherit;
  padding: 10px 8px 12px;
  background: linear-gradient(180deg, #1f2430 0%, #0d1118 100%);
  border: 2px solid #2a3140;
  border-radius: 28px;
  box-shadow:
    0 22px 36px rgba(0, 0, 0, 0.5),
    0 0 18px rgba(124, 58, 237, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: rotate(-2.5deg);
}

.home-phone__notch {
  display: block;
  width: 42px;
  height: 6px;
  margin: 0 auto 6px;
  border-radius: 999px;
  background: #374151;
}

.home-phone__screen {
  position: relative;
  display: block;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
}

.home-slot--sticky {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 5%;
  height: 15%;
  border-radius: 6px;
}

.home-slot--sticky .home-slot__copy,
.home-slot--sticky .home-slot__dims {
  font-size: 7.5px;
}

.home-devices__callout {
  position: absolute;
  right: 0;
  top: 8%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f4f6fb;
  line-height: 1.3;
  z-index: 4;
  text-shadow: 0 1px 8px rgba(7, 8, 13, 0.7);
}

.home-devices__callout span {
  position: relative;
  padding-left: 28px;
}

.home-devices__callout span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 18px;
  height: 1px;
  background: var(--home-lime);
  box-shadow: 0 0 8px rgba(212, 243, 74, 0.55);
  transform: rotate(-22deg);
  transform-origin: right center;
}

.home-ad-reserve {
  padding: 8px 16px 14px;
}

.home-ad-reserve__mount {
  width: 100%;
  max-width: 970px;
  min-height: 90px;
  margin: 0 auto;
  background: transparent;
  border: 0;
}

@media (max-width: 640px) {
  .home-ad-reserve {
    padding: 6px 16px 12px;
  }

  .home-ad-reserve__mount {
    max-width: 320px;
    min-height: 90px;
  }
}

body.home-page .ad-placements,
body.home-page .how-it-works,
body.home-page .cta-band {
  background: transparent;
  color: var(--home-ink);
}

body.home-page .ad-placements {
  padding: 0 0 40px;
}

body.home-page .how-it-works {
  position: relative;
  padding: 18px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

body.home-page .how-it-works::before,
body.home-page .home-owners::before {
  content: "";
  position: absolute;
  inset: 8% 12% auto 12%;
  height: 70%;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 40%, rgba(124, 58, 237, 0.1) 0%, transparent 72%);
}

body.home-page .home-owners::before {
  background: radial-gradient(ellipse at 72% 50%, rgba(34, 211, 238, 0.1) 0%, rgba(124, 58, 237, 0.08) 38%, transparent 70%);
}

body.home-page .section-title {
  margin-bottom: 12px;
}

body.home-page .section-title,
body.home-page .home-how__title,
body.home-page .cta-band__title {
  color: #fff;
}

body.home-page .ad-placements__desc {
  color: var(--home-muted);
}

body.home-page .placement-card {
  background: #10121a;
  border-color: var(--home-line);
  box-shadow: none;
}

body.home-page .placement-card:hover {
  border-color: rgba(212, 243, 74, 0.28);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

body.home-page .placement-card__domain,
body.home-page .placement-card__cta {
  color: #e8edf7;
}

body.home-page .placement-card__price {
  color: var(--home-lime);
}

body.home-page .ad-placements .btn--outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

body.home-page .ad-placements .btn--outline:hover {
  border-color: var(--home-lime);
  color: var(--home-lime);
  background: transparent;
}

.home-how__head {
  margin-bottom: 14px;
  text-align: center;
}

.home-how__title {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  letter-spacing: -0.03em;
}

.home-how__lead {
  margin: 0 auto;
  max-width: 36rem;
  font-size: 13.5px;
  color: var(--home-muted);
}

.home-how__lead a {
  color: var(--home-lime);
  font-weight: 600;
}

.home-how__tracks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 40px;
  align-items: start;
}

.home-track {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid var(--home-line);
}

.home-track:first-child {
  padding-right: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.home-track__label {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-track__label--adv {
  color: #c4b5fd;
}

.home-track__label--owner {
  color: var(--home-lime);
}

.home-track__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-track__steps li {
  position: relative;
  min-width: 0;
  padding: 0 18px 0 0;
}

.home-track__steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 36px;
  left: calc(100% - 16px);
  width: 14px;
  height: 1px;
  background: currentColor;
  opacity: 0.32;
}

.home-track__steps li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 33px;
  left: calc(100% - 8px);
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.4;
}

.home-track:not(.home-track--owner) .home-track__steps {
  color: #a78bfa;
}

.home-track--owner .home-track__steps {
  color: var(--home-lime);
}

.home-track__num {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.home-track__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-bottom: 6px;
  border-radius: 50%;
  background: rgba(124, 58, 237, 0.16);
}

.home-track--owner .home-track__icon {
  background: rgba(212, 243, 74, 0.12);
}

.home-track__steps strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.home-track__steps li > span:last-child {
  display: block;
  color: var(--home-muted);
  font-size: 12.5px;
  line-height: 1.4;
}

.home-trust {
  position: relative;
  padding: 8px 0 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.home-trust__row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 22px;
  padding-top: 18px;
  border-top: 1px solid var(--home-line);
}

.home-trust__item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #d7dce8;
}

.home-trust__chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e8edf7;
}

.home-trust__chip::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--home-lime);
  box-shadow: 0 0 8px rgba(212, 243, 74, 0.45);
}

.home-owners {
  position: relative;
  padding: 8px 0 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.home-owners__stage {
  position: relative;
  isolation: isolate;
  perspective: 1400px;
}

.home-owners__split {
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(280px, 1.18fr);
  gap: 28px 36px;
  align-items: center;
}

.home-owners__eyebrow {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--home-lime);
}

.home-owners__title {
  margin: 0 0 10px;
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  letter-spacing: -0.03em;
}

.home-owners__lead {
  margin: 0 0 18px;
  max-width: 28rem;
  color: var(--home-muted);
  font-size: 14.5px;
  line-height: 1.5;
}

.home-owners .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-owners__glow {
  position: absolute;
  inset: -18% -14% -16% -12%;
  background:
    radial-gradient(ellipse 58% 62% at 64% 40%, rgba(124, 58, 237, 0.32) 0%, transparent 74%),
    radial-gradient(ellipse 42% 46% at 28% 72%, rgba(34, 211, 238, 0.16) 0%, transparent 72%),
    radial-gradient(ellipse 34% 38% at 86% 86%, rgba(212, 243, 74, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.home-owners__visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #0c0f16;
  padding: 0 8px 8px;
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(124, 58, 237, 0.16);
  transform: rotateY(-3deg) rotateX(2deg);
  transform-origin: 80% 60%;
}

.home-owners__chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 32px;
  margin: 0 -8px 8px;
  padding: 0 14px;
  background: linear-gradient(180deg, #222738 0%, #141824 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.home-owners__chrome::after {
  content: "";
  flex: 1;
  height: 16px;
  max-width: 46%;
  margin-left: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.home-owners__chrome span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3f4558;
}

.home-dash {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px 10px 8px;
  border-radius: 10px;
  background: #10131b;
  color: #e8edf7;
}

.home-dash__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.home-dash__label {
  display: block;
  margin-bottom: 2px;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8b93a7;
}

.home-dash__domain {
  font-size: 15px;
  letter-spacing: -0.03em;
}

.home-dash__live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(212, 243, 74, 0.1);
  color: var(--home-lime);
  font-size: 11px;
  font-weight: 700;
}

.home-dash__live span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--home-lime);
  box-shadow: 0 0 8px rgba(212, 243, 74, 0.55);
}

.home-dash__metrics {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 8px;
}

.home-dash__metrics div {
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.home-dash__metrics strong {
  display: block;
  font-size: 20px;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.home-dash__metrics span {
  font-size: 11px;
  color: #8b93a7;
}

.home-dash__mid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  gap: 8px;
}

.home-dash__chart,
.home-dash__payout,
.home-dash__site {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.home-dash__chart {
  padding: 8px 10px 6px;
}

.home-dash__chart-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  font-size: 11px;
  color: #8b93a7;
}

.home-dash__chart svg {
  display: block;
  width: 100%;
  height: 46px;
}

.home-dash__payout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}

.home-dash__payout span {
  font-size: 11px;
  color: #8b93a7;
}

.home-dash__payout strong {
  color: var(--home-lime);
  font-size: 18px;
  letter-spacing: -0.03em;
}

.home-dash__site {
  padding: 6px;
  overflow: hidden;
}

.home-dash__site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 22px;
  padding: 0 8px;
  border-radius: 6px 6px 0 0;
  background: #10243d;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
}

.home-dash__site-nav span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #38bdf8;
  color: #0b1b2e;
  font-size: 7px;
}

.home-dash__site-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px;
  gap: 5px;
  margin-top: 5px;
}

.home-dash__site-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  min-height: 58px;
}

.home-dash__site-main img {
  display: block;
  width: 100%;
  height: 58px;
  object-fit: cover;
  border-radius: 6px;
}

.home-dash__place {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-height: 28px;
  margin-top: 5px;
  padding: 0 7px;
  border-radius: 6px;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.home-dash__place em {
  font-style: normal;
}

.home-dash__place--live {
  background: linear-gradient(160deg, #a78bfa 0%, #7c3aed 55%, #5b21b6 100%);
  color: #fff;
}

.home-dash__place--live em {
  color: var(--home-lime);
}

.home-dash__place--booked {
  margin-top: 0;
  min-height: 58px;
  flex-direction: column;
  justify-content: center;
  background: rgba(124, 58, 237, 0.22);
  border: 1px solid rgba(167, 139, 250, 0.45);
  color: #ddd6fe;
}

.home-dash__place--open {
  background: transparent;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  color: #9aa3b8;
}

.home-owners__toast {
  position: absolute;
  right: -8px;
  bottom: 18px;
  z-index: 2;
  width: 148px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #161a26;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.4);
}

.home-owners__toast span,
.home-owners__toast small,
.home-owners__toast em {
  display: block;
}

.home-owners__toast span {
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c4b5fd;
}

.home-owners__toast strong {
  font-size: 20px;
  letter-spacing: -0.04em;
}

.home-owners__toast small {
  margin: 3px 0 6px;
  color: #8b93a7;
  font-size: 11px;
}

.home-owners__toast em {
  font-style: normal;
  color: var(--home-lime);
  font-size: 11px;
  font-weight: 700;
}

.home-cta {
  padding: 8px 0 40px;
}

.home-cta__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

body.home-page .home-cta__panel {
  min-height: 0;
  padding: 40px 32px 38px;
  background:
    radial-gradient(ellipse at 70% 0%, rgba(34, 211, 238, 0.1), transparent 46%),
    linear-gradient(135deg, rgba(124, 58, 237, 0.26), rgba(7, 8, 13, 0.2) 62%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 40px rgba(124, 58, 237, 0.12);
}

body.home-page .cta-band__eyebrow {
  margin-bottom: 8px;
  font-size: 12px;
  color: var(--home-lime);
}

body.home-page .cta-band__title {
  margin: 0 0 16px;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
}

body.home-page .simple-footer {
  border-top-color: var(--home-line);
}

body.home-page .simple-footer,
body.home-page .simple-footer__links a {
  color: #7d869c;
}

body.home-page .simple-footer__links a:hover {
  color: #fff;
}

@media (max-width: 1100px) {
  .home-hero__grid {
    grid-template-columns: 1fr;
  }

  .home-hero__stage,
  .home-devices {
    min-height: 420px;
  }

  .home-laptop {
    right: 10%;
    width: min(74%, 500px);
  }

  .home-how__tracks {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home-track:first-child {
    padding-right: 0;
    border-right: 0;
  }

  .home-track__steps {
    grid-template-columns: 1fr 1fr;
    gap: 18px 16px;
  }

  .home-laptop,
  .home-owners__visual {
    transform: none;
  }

  .home-track__steps li:not(:last-child)::before,
  .home-track__steps li:not(:last-child)::after {
    display: none;
  }

  .home-trust__row,
  .home-owners__split {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  body.home-page .nav {
    background: #0b0c14;
    border-bottom-color: var(--home-line);
  }

  body.home-page .nav__link {
    border-bottom-color: var(--home-line);
  }
}

@media (max-width: 768px) {
  .home-track__steps,
  .home-trust__row,
  .home-owners__split {
    grid-template-columns: 1fr;
  }

  .home-dash__mid,
  .home-dash__metrics {
    grid-template-columns: 1fr 1fr;
  }

  .home-dash__metrics div:first-child {
    grid-column: 1 / -1;
  }

  .home-owners__toast {
    right: 10px;
    bottom: 10px;
  }

  .home-track__steps li {
    padding: 0 0 14px;
    border-bottom: 1px solid var(--home-line);
  }

  .home-track__steps li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  body.home-page .hero {
    padding: 22px 0 36px;
    background:
      radial-gradient(ellipse 80% 50% at 70% 18%, rgba(124, 58, 237, 0.22) 0%, transparent 70%),
      radial-gradient(ellipse 50% 36% at 80% 42%, rgba(34, 211, 238, 0.1) 0%, transparent 68%);
  }

  .home-hero__title {
    font-size: clamp(1.9rem, 8.6vw, 2.35rem);
  }

  .home-hero__stats {
    grid-template-columns: 1fr;
  }

  .home-hero__stage,
  .home-devices {
    min-height: 380px;
  }

  .home-laptop {
    width: min(78%, 360px);
    right: 4%;
    top: 4%;
  }

  .home-phone {
    width: 118px;
    left: 2%;
    bottom: 2%;
  }

  .home-devices__glow {
    opacity: 0.65;
  }

  .home-devices__callout {
    display: none;
  }

  .home-cta__actions,
  .home-owners__copy .btn {
    width: 100%;
  }

  .home-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 430px) {
  body.home-page {
    overflow-x: clip;
  }

  body.home-page .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-hero__title {
    font-size: 2rem;
  }

  .home-laptop {
    width: 76%;
  }

  .home-phone {
    width: 104px;
  }

  .home-slot--sidebar .home-slot__copy {
    display: none;
  }

  .home-dash__mid {
    grid-template-columns: 1fr;
  }

  .home-dash__payout {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .home-owners__toast {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin-top: 10px;
  }
}
