/* tarfket — blue flow homepage */
/*
 * TARFKET HOME V2
 * --------------------------------------------------------------------------
 * File map (use Ctrl/Cmd + F to jump between sections):
 *   1. Base tokens and shared components
 *   2. Navigation
 *   3. Hero and product visual variants
 *   4. Content sections, dashboard, FAQ and footer
 *   5. Responsive rules
 *   6. Theme and page-specific overrides
 *   7. Manual hero typography controls (at the end of this file)
 *
 * Prettier formats this file. Keep each selector and declaration expanded so
 * future edits remain easy to review.
 */
.blue-home {
  --blue: #2f67f5;
  --blue-dark: #1c4fd4;
  --blue-soft: #eaf2ff;
  --sky: #dcecff;
  --navy: #0b1220;
  --copy: #5d6677;

  /* Home hero type scale. Final rules using these tokens are at file end. */
  --hero-title-size: clamp(3rem, 4.8vw, 4rem);
  --hero-title-size-mobile: clamp(2.6rem, 13vw, 3.35rem);
  --hero-description-size: 1rem;
  --hero-description-size-mobile: 0.9rem;
  margin: 0;
  background: #ffffff;
  color: var(--navy);
  font-family: "Manrope", "Inter", sans-serif;
  line-height: 1.55;
}
.blue-home * {
  font-family: inherit;
}
.page-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 0, rgba(225, 238, 255, 0.8), transparent 36%),
    radial-gradient(circle at 0 46%, rgba(116, 173, 255, 0.16), transparent 30%);
}
.browser-shell {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
.browser-bar {
  display: none;
}
.browser-bar .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.browser-bar .red {
  background: #ff6b6b;
}
.browser-bar .yellow {
  background: #f5bd43;
}
.browser-bar .green {
  background: #45bd66;
}
.browser-address {
  margin: auto;
  transform: translateX(-29px);
  color: #9ba8ba;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.blue-home .container {
  width: min(1120px, calc(100% - 48px));
}
.blue-home .nav {
  position: sticky;
  top: 0;
  inset-inline: auto;
  z-index: 50;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
}
.blue-home .nav.scrolled {
  border-color: #e9edf3;
}
.blue-home .nav-inner {
  height: 76px;
}
.blue-home .logo {
  color: #0b1220;
  font-size: 1.28rem;
  gap: 9px;
}
.blue-home .logo img {
  width: 34px;
  height: 34px;
}
.blue-home .nav-links {
  gap: 32px;
}
.blue-home .nav-cta {
  margin-left: auto;
}
.blue-home .mode-switch {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-left: auto;
  padding: 4px;
  border: 1px solid #e6ddf8;
  border-radius: 12px;
  background: #f7f4ff;
}
.blue-home .mode-switch a {
  min-width: 78px;
  padding: 8px 13px;
  border-radius: 8px;
  color: #6b6877;
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1;
  text-align: center;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}
.blue-home .mode-switch a:hover {
  color: #6d28d9;
}
.blue-home .mode-switch a.active {
  color: #fff;
  background: #8b5cf6;
  box-shadow: 0 7px 17px -10px rgba(139, 92, 246, 0.58);
}
.blue-home .mode-switch + .nav-cta {
  margin-left: 14px;
}
.blue-home .nav-links a {
  color: #303847;
  font-size: 0.86rem;
  font-weight: 650;
}
.blue-home .nav-links small {
  color: #8993a3;
  font-size: 0.8rem;
}
.blue-home .btn {
  border-radius: 11px;
  font-size: 0.86rem;
  font-weight: 700;
}
.blue-home .btn-primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 10px 24px -12px rgba(47, 103, 245, 0.75);
}
.blue-home .btn-primary:hover {
  background: var(--blue-dark);
  box-shadow: 0 16px 30px -13px rgba(47, 103, 245, 0.85);
}
.blue-home .btn-ghost {
  color: #2f3744;
  border: 1px solid #e1e6ed;
  background: #fff;
  padding-inline: 17px;
}
.blue-home .btn-lg {
  padding: 14px 22px;
  font-size: 0.91rem;
}
.btn-white {
  border: 1px solid #dfe5ee;
  color: #222c3a;
  background: #fff;
  box-shadow: 0 6px 20px rgba(25, 55, 100, 0.05);
}
.btn-white:hover {
  border-color: #b9c9e6;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(25, 55, 100, 0.1);
}
.play-dot {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--blue);
  background: var(--blue-soft);
  font-size: 0.625rem;
}

.hero-flow {
  position: relative;
  min-height: 0;
  overflow: hidden;
  padding: 74px 0 0;
  background: linear-gradient(#fff 0 58%, #fbfdff 100%);
}
.hero-flow::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 420px;
  left: 50%;
  top: 55px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(82, 134, 255, 0.08);
  filter: blur(90px);
}
.hero-copy {
  position: relative;
  z-index: 3;
  width: min(740px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}
.release-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 11px 6px 7px;
  margin-bottom: 24px;
  color: #445065;
  background: #fff;
  border: 1px solid #dce3ed;
  border-radius: 999px;
  box-shadow: 0 5px 18px rgba(35, 69, 118, 0.06);
  font-size: 0.72rem;
  font-weight: 700;
}
.release-pill:hover {
  border-color: #b7c9ee;
  transform: translateY(-1px);
}
.release-pill i {
  color: var(--blue);
  font-style: normal;
}
.release-icon {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  background: var(--blue);
  font-size: 0.68rem;
  font-weight: 800;
}
.hero-copy h1 {
  color: #080d16;
  font-size: clamp(2.7rem, 5vw, 1.55rem);
  line-height: 1.06;
  letter-spacing: -0.058em;
  font-weight: 700;
}
.hero-copy h1 span {
  color: var(--blue);
}
.hero-copy > p {
  max-width: 620px;
  margin: 20px auto 0;
  color: var(--copy);
  font-size: 1rem;
  line-height: 1.7;
}
.hero-copy .hero-actions {
  justify-content: center;
  margin-top: 26px;
}
.trust-row {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 20px;
  color: #7b8494;
  font-size: 0.7rem;
  font-weight: 650;
}
.trust-row i {
  display: inline-grid;
  place-items: center;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  border-radius: 50%;
  color: var(--blue);
  background: var(--blue-soft);
  font-style: normal;
}

.opportunity-stage {
  position: relative;
  z-index: 2;
  left: auto;
  bottom: auto;
  width: 100%;
  height: 350px;
  margin-top: 42px;
  perspective: 800px;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 7%,
    #000 93%,
    transparent
  );
}
.opportunity-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    #fff 0,
    transparent 27%,
    rgba(255, 255, 255, 0.08)
  );
  z-index: 5;
  pointer-events: none;
}
.flow-row {
  position: absolute;
  left: 50%;
  display: flex;
  gap: 18px;
  width: max-content;
  transform: translateX(-50%) rotateX(13deg);
  animation: flowDrift 12s ease-in-out infinite alternate;
}
.row-one {
  top: 24px;
  margin-left: -80px;
}
.row-two {
  top: 126px;
  margin-left: 66px;
  animation-delay: -5s;
}
.row-three {
  top: 228px;
  margin-left: -48px;
  animation-delay: -8s;
}
.flow-card {
  width: 270px;
  height: 78px;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border: 1px solid #dfe6ef;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 9px 25px rgba(32, 64, 110, 0.08);
}
.flow-card.ghost {
  opacity: 0.45;
  filter: saturate(0.4);
}
.fc-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #738097;
  background: #f0f3f7;
  font-weight: 800;
}
.fc-icon.blue {
  color: #fff;
  background: #3973fb;
}
.fc-icon.violet {
  color: #fff;
  background: #825cf6;
}
.fc-icon.cyan {
  color: #fff;
  background: #21a7d7;
}
.fc-icon.pink {
  color: #fff;
  background: #ee5c99;
}
.fc-icon.green {
  color: #fff;
  background: #24aa76;
}
.flow-card div {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.flow-card b {
  font-size: 0.82rem;
  white-space: nowrap;
}
.flow-card small {
  color: #8a94a4;
  font-size: 0.66rem;
  white-space: nowrap;
}
.flow-card strong {
  color: var(--blue);
  font-size: 0.69rem;
  text-transform: uppercase;
}
.signal-beam {
  position: absolute;
  z-index: 7;
  left: 50%;
  bottom: 0;
  width: 170px;
  height: 270px;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    rgba(61, 113, 247, 0),
    rgba(61, 113, 247, 0.23) 56%,
    var(--blue)
  );
  clip-path: polygon(46% 0, 54% 0, 100% 100%, 0 100%);
  animation: beamPulse 3s ease-in-out infinite;
}
.signal-mark {
  position: absolute;
  z-index: 8;
  left: 50%;
  top: 102px;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  transform: translateX(-50%);
  border-radius: 21px;
  background: var(--blue);
  box-shadow: 0 15px 35px rgba(47, 103, 245, 0.32);
  animation: markFloat 3.6s ease-in-out infinite;
}
.signal-mark img {
  width: 48px;
  height: 48px;
  filter: brightness(0) invert(1);
}
.signal-mark span {
  position: absolute;
  inset: -12px;
  border: 1px solid rgba(47, 103, 245, 0.25);
  border-radius: 27px;
  animation: ringPulse 2.4s ease-out infinite;
}
@keyframes flowDrift {
  to {
    transform: translateX(calc(-50% + 42px)) rotateX(13deg);
  }
}
@keyframes beamPulse {
  50% {
    opacity: 0.72;
    transform: translateX(-50%) scaleX(0.9);
  }
}
@keyframes markFloat {
  50% {
    transform: translate(-50%, -9px);
  }
}
@keyframes ringPulse {
  70%,
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.blue-home .section {
  padding: 112px 0;
}
.blue-home .section-head {
  max-width: 670px;
  margin-bottom: 48px;
}
.blue-home .section-head.center {
  text-align: center;
  margin-inline: auto;
}
.blue-home .eyebrow {
  color: var(--blue);
  font-size: 0.69rem;
  letter-spacing: 0.12em;
}
.blue-home h2 {
  color: #0b1220;
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 1.12;
  letter-spacing: -0.047em;
  font-weight: 700;
}
.blue-text {
  color: var(--blue);
}
.blue-home .section-sub {
  color: var(--copy);
  font-size: 0.96rem;
}

.product-section {
  background: #f8fbff;
  border-top: 1px solid #edf2f8;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.product-card {
  position: relative;
  min-height: 430px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid #e0e7f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(43, 72, 113, 0.055);
  transition: 0.25s ease;
}
.product-card::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -100px;
  top: -100px;
  border-radius: 50%;
  background: var(--blue-soft);
  transition: 0.35s ease;
}
.product-card:hover {
  transform: translateY(-7px);
  border-color: #bfcff0;
  box-shadow: 0 24px 50px rgba(43, 72, 113, 0.12);
}
.product-card:hover::after {
  transform: scale(1.35);
}
.blue-home .btn-primary,
.brand-home .brand-hero .btn-dark {
  position: relative;
  overflow: hidden;
}
.blue-home .btn-primary::after,
.brand-home .brand-hero .btn-dark::after {
  content: "";
  position: absolute;
  inset: -2px auto -2px -45%;
  width: 36%;
  transform: skewX(-22deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.55),
    transparent
  );
  transition: left 0.55s ease;
}
.blue-home .btn-primary:hover::after,
.brand-home .brand-hero .btn-dark:hover::after {
  left: 120%;
}
.product-card:hover .product-icon {
  animation: iconBounce 0.48s ease;
}
@keyframes iconBounce {
  50% {
    transform: translateY(-5px) rotate(-4deg);
  }
}
.product-card.featured {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
  box-shadow: 0 22px 50px rgba(47, 103, 245, 0.22);
}
.product-card.featured::after {
  background: rgba(255, 255, 255, 0.1);
}
.product-num {
  position: absolute;
  right: 24px;
  top: 22px;
  z-index: 1;
  color: #a2adbd;
  font-size: 0.72rem;
  font-weight: 800;
}
.featured .product-num {
  color: rgba(255, 255, 255, 0.65);
}
.product-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 29px;
  border-radius: 14px;
  color: var(--blue);
  background: var(--blue-soft);
  font-size: 1.25rem;
  font-weight: 800;
}
.featured .product-icon {
  color: var(--blue);
  background: #fff;
}
.product-card h3 {
  margin-bottom: 13px;
  font-size: 1.5rem;
  font-weight: 700;
}
.product-card p {
  color: #697385;
  font-size: 0.88rem;
  line-height: 1.65;
}
.featured p {
  color: rgba(255, 255, 255, 0.76);
}
.product-card ul {
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 24px 0 30px;
  color: #4f5a6b;
  font-size: 0.78rem;
}
.featured ul {
  color: rgba(255, 255, 255, 0.86);
}
.product-card li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--blue);
  font-weight: 800;
}
.featured li::before {
  color: #fff;
}
.card-link {
  position: absolute;
  left: 30px;
  bottom: 27px;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--blue);
}
.featured .card-link {
  color: #fff;
}
.card-link i {
  display: inline-block;
  margin-left: 5px;
  font-style: normal;
  transition: transform 0.2s;
}
.product-card:hover .card-link i {
  transform: translate(3px, -3px);
}
.popular {
  position: absolute;
  left: 97px;
  top: 37px;
  padding: 4px 8px;
  border-radius: 99px;
  color: var(--blue);
  background: #fff;
  font-size: 0.625rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.steps-section {
  background: #fff;
}
.steps-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid #e3e9f1;
  border-radius: 18px;
  overflow: hidden;
  background: #e3e9f1;
}
.step-card {
  position: relative;
  padding: 28px;
  background: #fff;
}
.step-card > span {
  color: #a5afbe;
  font-size: 0.68rem;
  font-weight: 800;
}
.step-card h3 {
  margin: 22px 0 9px;
  font-size: 1.08rem;
}
.step-card p {
  color: #727c8c;
  font-size: 0.79rem;
}
.step-visual {
  height: 125px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  border-radius: 12px;
  background: #f5f8fc;
  overflow: hidden;
}
.step-visual.select i {
  width: 58px;
  height: 70px;
  margin-bottom: -8px;
  border: 1px solid #d9e2ee;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(44, 70, 106, 0.07);
}
.step-visual.select i:nth-child(2) {
  height: 88px;
  border-color: #9ab7f8;
}
.step-visual.create {
  align-items: center;
}
.step-visual.create b {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: var(--blue);
  font-size: 1.5rem;
  box-shadow: 0 13px 27px rgba(47, 103, 245, 0.25);
}
.step-visual.track {
  align-items: flex-end;
  padding-bottom: 20px;
}
.step-visual.track i {
  width: 18px;
  height: 42px;
  border-radius: 5px 5px 2px 2px;
  background: #b8cbfa;
}
.step-visual.track i:nth-child(2) {
  height: 62px;
}
.step-visual.track i:nth-child(3) {
  height: 82px;
  background: var(--blue);
}
.step-visual.track i:nth-child(4) {
  height: 54px;
}

.dashboard-section {
  background: #f8fbff;
  border-block: 1px solid #edf2f8;
}
.dashboard-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 70px;
  align-items: center;
}
.dashboard-copy > p {
  margin: 20px 0 28px;
  color: var(--copy);
  font-size: 0.92rem;
}
.audience-tabs {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
}
.audience-tabs span {
  display: grid;
  grid-template-columns: 38px 1fr;
  padding: 13px 15px;
  border: 1px solid #e0e7f0;
  border-radius: 12px;
  background: #fff;
}
.audience-tabs i {
  grid-row: 1/3;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--blue);
  background: var(--blue-soft);
  font-style: normal;
}
.audience-tabs b {
  font-size: 0.78rem;
}
.audience-tabs small {
  color: #8a94a4;
  font-size: 0.66rem;
}
.dashboard-mock {
  display: flex;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid #dce4ef;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 25px 60px rgba(37, 74, 128, 0.14);
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}
.dm-sidebar {
  width: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 18px;
  background: #0d1730;
}
.dm-sidebar img {
  width: 30px;
  height: 30px;
}
.dm-sidebar i {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
}
.dm-sidebar i:first-of-type {
  background: var(--blue);
}
.dm-main {
  flex: 1;
  padding: 26px;
}
.dm-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dm-top div {
  display: flex;
  flex-direction: column;
}
.dm-top small {
  color: #9aa4b3;
  font-size: 0.65rem;
}
.dm-top b {
  font-size: 1.05rem;
}
.dm-top > span {
  padding: 6px 10px;
  border-radius: 99px;
  color: var(--blue);
  background: var(--blue-soft);
  font-size: 0.63rem;
  font-weight: 800;
}
.dm-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 26px;
}
.dm-stats span {
  display: flex;
  flex-direction: column;
  padding: 15px;
  border: 1px solid #e6ebf2;
  border-radius: 11px;
}
.dm-stats small {
  color: #939dac;
  font-size: 0.625rem;
}
.dm-stats b {
  margin-top: 5px;
  font-size: 1.3rem;
}
.dm-content {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 12px;
  margin-top: 12px;
}
.dm-chart,
.dm-feed {
  padding: 16px;
  border: 1px solid #e6ebf2;
  border-radius: 11px;
}
.dm-chart > b,
.dm-feed > b {
  font-size: 0.7rem;
}
.chart-bars {
  height: 145px;
  display: flex;
  align-items: flex-end;
  gap: 9px;
  padding-top: 15px;
}
.chart-bars i {
  flex: 1;
  height: 35%;
  border-radius: 4px 4px 1px 1px;
  background: #cedbfd;
}
.chart-bars i:nth-child(2) {
  height: 52%;
}
.chart-bars i:nth-child(3) {
  height: 43%;
}
.chart-bars i:nth-child(4) {
  height: 74%;
  background: var(--blue);
}
.chart-bars i:nth-child(5) {
  height: 62%;
}
.chart-bars i:nth-child(6) {
  height: 86%;
  background: #7ca1fb;
}
.chart-bars i:nth-child(7) {
  height: 68%;
}
.dm-feed span {
  display: block;
  margin-top: 15px;
  color: #748093;
  font-size: 0.625rem;
}
.dm-feed i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--blue);
}

.faq-section {
  background: #fff;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
  align-items: start;
}
.blue-home .faq-item {
  border-color: #e4e9f0;
}
.blue-home .faq-item summary {
  padding: 20px 0;
  font-size: 0.88rem;
  font-weight: 700;
}
.blue-home .faq-item p {
  color: #6d7788;
  font-size: 0.8rem;
}
.final-cta {
  padding: 90px 0;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #2459dc, #3d78ff);
}
.cta-orb {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 22px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 1.2rem;
  font-weight: 800;
}
.final-cta h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.4rem);
}
.final-cta p {
  margin: 12px 0 27px;
  color: rgba(255, 255, 255, 0.74);
}
.final-cta > div > div {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.btn-glass {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
}
.blue-home .footer {
  background: #091126;
  color: #fff;
}
.blue-home .footer p,
.blue-home .footer-col a,
.blue-home .footer-col button,
.blue-home .footer-bottom {
  color: #8e9ab2;
}
.blue-home .footer-bottom {
  border-color: rgba(255, 255, 255, 0.09);
}
.blue-home .footer .logo {
  color: #fff;
}

@media (max-width: 1000px) {
  .blue-home .nav-links {
    display: none;
  }
  .blue-home .nav-burger {
    display: flex;
  }
  .opportunity-stage {
    left: 0;
    width: 100%;
    transform: none;
  }
  .dashboard-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .dashboard-copy {
    max-width: 650px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (max-width: 760px) {
  .blue-home .container {
    width: min(100% - 32px, 1120px);
  }
  .blue-home .nav-inner {
    height: 68px;
  }
  .blue-home .nav-cta {
    display: block;
  }
  .hero-flow {
    padding-top: 64px;
  }
  .hero-copy h1 {
    font-size: 2.55rem;
    line-height: 1.08;
  }
  .hero-copy h1 br {
    display: none;
  }
  .hero-copy > p {
    font-size: 0.9rem;
  }
  .hero-copy .hero-actions {
    flex-direction: column;
  }
  .hero-copy .btn {
    width: 100%;
  }
  .trust-row {
    flex-wrap: wrap;
    gap: 8px 14px;
  }
  .opportunity-stage {
    width: 100%;
    height: 310px;
    margin-top: 24px;
  }
  .flow-card {
    width: 220px;
  }
  .signal-mark {
    top: 112px;
  }
  .product-grid,
  .steps-track {
    grid-template-columns: 1fr;
  }
  .product-card {
    min-height: 390px;
  }
  .steps-track {
    gap: 1px;
  }
  .blue-home .section {
    padding: 80px 0;
  }
  .dashboard-mock {
    min-height: 340px;
    transform: none;
  }
  .dm-sidebar {
    width: 48px;
  }
  .dm-main {
    padding: 16px;
  }
  .dm-stats {
    grid-template-columns: 1fr 1fr;
  }
  .dm-stats span:last-child {
    display: none;
  }
  .dm-content {
    grid-template-columns: 1fr;
  }
  .dm-feed {
    display: none;
  }
  .faq-grid {
    gap: 0;
  }
  .final-cta > div > div {
    flex-direction: column;
  }
  .final-cta .btn {
    width: 100%;
  }
  .blue-home .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .blue-home .footer-brand {
    grid-column: 1/-1;
  }
}
@media (max-width: 760px) {
  .blue-home .logo span {
    display: none;
  }
  .blue-home .mode-switch {
    margin-left: 10px;
  }
  .blue-home .mode-switch a {
    min-width: 64px;
    padding: 8px 9px;
  }
  .blue-home .mode-switch + .nav-cta {
    margin-left: auto;
  }
  .blue-home .nav-cta .btn {
    padding: 10px 12px;
    font-size: 0.74rem;
  }
}
@media (max-width: 470px) {
  .blue-home .nav-cta {
    display: none;
  }
  .blue-home .mode-switch {
    margin-left: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .flow-row,
  .signal-beam,
  .signal-mark,
  .signal-mark span {
    animation: none !important;
  }
}

/* dark / mint theme */
.blue-home {
  --blue: #a78bfa;
  --blue-dark: #7c5ce5;
  --blue-soft: #211936;
  --sky: #09110f;
  --navy: #f7faf9;
  --copy: #98a6a3;
  background: #06080b;
  color: #f5f7f7;
  color-scheme: dark;
}
.blue-home .page-glow {
  background:
    radial-gradient(
      circle at 50% 0,
      rgba(167, 139, 250, 0.12),
      transparent 34%
    ),
    radial-gradient(
      circle at 5% 48%,
      rgba(167, 139, 250, 0.055),
      transparent 26%
    );
}
.blue-home .browser-shell {
  background: #06080b;
}
.blue-home .nav {
  background: rgba(6, 8, 11, 0.82);
  border-color: rgba(255, 255, 255, 0.06);
}
.blue-home .nav.scrolled {
  border-color: #20272a;
}
.blue-home .logo {
  color: #f7faf9;
}
.blue-home .nav-links a {
  color: #b1bab8;
}
.blue-home .nav-links a:hover {
  color: #fff;
}
.blue-home .nav-links small {
  color: #68726f;
}
.blue-home .nav-burger span {
  background: #fff;
}
.blue-home .btn-primary {
  color: #100b1d;
  background: #a78bfa;
  box-shadow: 0 13px 28px -13px rgba(167, 139, 250, 0.5);
}
.blue-home .btn-primary:hover {
  color: #100b1d;
  background: #c4b5fd;
  box-shadow: 0 18px 34px -13px rgba(167, 139, 250, 0.66);
}
.blue-home .btn-ghost,
.blue-home .btn-white {
  color: #e7eceb;
  border-color: #293133;
  background: #101418;
  box-shadow: none;
}
.blue-home .btn-ghost:hover,
.blue-home .btn-white:hover {
  color: #a78bfa;
  border-color: #426f68;
  background: #13191c;
}
.blue-home .play-dot {
  color: #a78bfa;
  background: #211936;
}
.blue-home .hero-flow {
  background:
    radial-gradient(
      circle at 50% 33%,
      rgba(167, 139, 250, 0.075),
      transparent 28%
    ),
    linear-gradient(#06080b 0 55%, #080c0e 100%);
}
.blue-home .hero-flow::before {
  background: rgba(167, 139, 250, 0.065);
}
.blue-home .release-pill {
  color: #a9b5b2;
  border-color: #293234;
  background: #101519;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.22);
}
.blue-home .release-pill i {
  color: #a78bfa;
}
.blue-home .release-icon {
  color: #06100e;
  background: #a78bfa;
}
.blue-home .hero-copy h1,
.blue-home h2 {
  color: #f7faf9;
}
.blue-home .hero-copy h1 span,
.blue-home .blue-text,
.blue-home .eyebrow {
  color: #a78bfa;
}
.blue-home .hero-copy > p,
.blue-home .section-sub {
  color: #98a6a3;
}
.blue-home .trust-row {
  color: #75817e;
}
.blue-home .trust-row i {
  color: #a78bfa;
  background: #211936;
}
.blue-home .opportunity-stage::before {
  background: linear-gradient(
    180deg,
    #080b0e 0,
    transparent 30%,
    rgba(8, 11, 14, 0.04)
  );
}
.blue-home .flow-card {
  border-color: #242c2f;
  background: rgba(15, 20, 23, 0.96);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}
.blue-home .flow-card b {
  color: #eff4f3;
}
.blue-home .flow-card small {
  color: #6f7b78;
}
.blue-home .flow-card strong {
  color: #a78bfa;
}
.blue-home .fc-icon {
  color: #87918f;
  background: #1c2326;
}
.blue-home .fc-icon.blue,
.blue-home .fc-icon.cyan,
.blue-home .fc-icon.green {
  color: #100b1d;
  background: #a78bfa;
}
.blue-home .fc-icon.violet {
  background: #8267e8;
}
.blue-home .fc-icon.pink {
  background: #dc5d91;
}
.blue-home .signal-beam {
  background: linear-gradient(
    180deg,
    rgba(167, 139, 250, 0),
    rgba(167, 139, 250, 0.18) 56%,
    #a78bfa
  );
}
.blue-home .signal-mark {
  background: #a78bfa;
  box-shadow: 0 18px 42px rgba(167, 139, 250, 0.26);
}
.blue-home .signal-mark img {
  filter: none;
}
.blue-home .signal-mark span {
  border-color: rgba(167, 139, 250, 0.34);
}
.blue-home .product-section,
.blue-home .dashboard-section {
  background: #090c0f;
  border-color: #1d2427;
}
.blue-home .steps-section,
.blue-home .faq-section {
  background: #06080b;
}
.blue-home .product-card {
  color: #f4f7f6;
  border-color: #222a2d;
  background: #0e1215;
  box-shadow: 0 15px 38px rgba(0, 0, 0, 0.18);
}
.blue-home .product-card::after {
  background: #211936;
}
.blue-home .product-card:hover {
  border-color: #3b756c;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.35);
}
.blue-home .product-card.featured {
  color: #100b1d;
  border-color: #a78bfa;
  background: #a78bfa;
  box-shadow: 0 24px 50px rgba(167, 139, 250, 0.14);
}
.blue-home .product-card.featured::after {
  background: rgba(0, 0, 0, 0.06);
}
.blue-home .product-icon {
  color: #a78bfa;
  background: #211936;
}
.blue-home .featured .product-icon {
  color: #100b1d;
  background: #fff;
}
.blue-home .product-card p {
  color: #8f9b98;
}
.blue-home .featured p {
  color: #45345f;
}
.blue-home .product-card ul {
  color: #b4bfbc;
}
.blue-home .featured ul {
  color: #3b2a66;
}
.blue-home .product-card li::before,
.blue-home .card-link {
  color: #a78bfa;
}
.blue-home .featured li::before,
.blue-home .featured .card-link {
  color: #100b1d;
}
.blue-home .popular {
  color: #100b1d;
  background: #fff;
}
.blue-home .steps-track {
  border-color: #222a2d;
  background: #222a2d;
}
.blue-home .step-card {
  background: #0d1114;
}
.blue-home .step-card > span {
  color: #61706c;
}
.blue-home .step-card h3 {
  color: #f4f7f6;
}
.blue-home .step-card p {
  color: #84918e;
}
.blue-home .step-visual {
  background: #11171a;
}
.blue-home .step-visual.select i {
  border-color: #293234;
  background: #171d20;
  box-shadow: none;
}
.blue-home .step-visual.select i:nth-child(2) {
  border-color: #a78bfa;
}
.blue-home .step-visual.create b {
  color: #100b1d;
  background: #a78bfa;
  box-shadow: 0 15px 30px rgba(167, 139, 250, 0.18);
}
.blue-home .step-visual.track i {
  background: #244941;
}
.blue-home .step-visual.track i:nth-child(3) {
  background: #a78bfa;
}
.blue-home .dashboard-copy > p {
  color: #98a6a3;
}
.blue-home .audience-tabs span {
  border-color: #222b2d;
  background: #101519;
}
.blue-home .audience-tabs i {
  color: #a78bfa;
  background: #211936;
}
.blue-home .audience-tabs b {
  color: #f3f6f5;
}
.blue-home .audience-tabs small {
  color: #71807c;
}
.blue-home .dashboard-mock {
  border-color: #263033;
  background: #0d1114;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
}
.blue-home .dm-sidebar {
  background: #050708;
}
.blue-home .dm-sidebar i {
  background: #182023;
}
.blue-home .dm-sidebar i:first-of-type {
  background: #a78bfa;
}
.blue-home .dm-main {
  color: #f3f6f5;
}
.blue-home .dm-top > span {
  color: #a78bfa;
  background: #211936;
}
.blue-home .dm-stats span,
.blue-home .dm-chart,
.blue-home .dm-feed {
  border-color: #242c2f;
  background: #101518;
}
.blue-home .chart-bars i {
  background: #214840;
}
.blue-home .chart-bars i:nth-child(4) {
  background: #a78bfa;
}
.blue-home .chart-bars i:nth-child(6) {
  background: #4aa99a;
}
.blue-home .dm-feed i {
  background: #a78bfa;
}
.blue-home .faq-item {
  border-color: #222a2d;
}
.blue-home .faq-item summary {
  color: #eff4f3;
}
.blue-home .faq-item p {
  color: #87938f;
}
.blue-home .final-cta {
  color: #06100e;
  background:
    radial-gradient(
      circle at 50% 0,
      rgba(255, 255, 255, 0.25),
      transparent 35%
    ),
    linear-gradient(135deg, #8b5cf6, #c4b5fd);
}
.blue-home .final-cta h2 {
  color: #06100e;
}
.blue-home .final-cta p {
  color: #4c3879;
}
.blue-home .final-cta .btn-white {
  color: #06100e;
  border-color: #fff;
  background: #fff;
}
.blue-home .btn-glass {
  color: #06100e;
  border-color: rgba(6, 16, 14, 0.25);
  background: rgba(6, 16, 14, 0.06);
}
.blue-home .footer {
  background: #030405;
}
.blue-home .footer-col a:hover,
.blue-home .footer-col button:hover {
  color: #a78bfa;
}

/* wider hero + refined opportunity stream */
.blue-home .hero-copy {
  width: min(1080px, calc(100% - 48px));
}
.blue-home .hero-copy h1 {
  max-width: 1050px;
  margin-inline: auto;
  font-size: clamp(3rem, 5.45vw, 5.35rem);
  line-height: 1.02;
  letter-spacing: -0.062em;
  text-wrap: balance;
}
.blue-home .hero-copy > p {
  max-width: 700px;
  margin-top: 22px;
}
.blue-home .opportunity-stage {
  height: 370px;
  margin-top: 50px;
  perspective: 900px;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 5%,
    #000 95%,
    transparent
  );
}
.blue-home .flow-card {
  position: relative;
  width: 300px;
  height: 88px;
  grid-template-columns: 54px 1fr auto;
  gap: 14px;
  overflow: hidden;
  padding: 15px 17px;
  border-color: #2a3538;
  border-radius: 17px;
  background: linear-gradient(
    135deg,
    rgba(19, 25, 28, 0.98),
    rgba(10, 14, 16, 0.98)
  );
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.38),
    inset 0 1px rgba(255, 255, 255, 0.025);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.blue-home .flow-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -45%;
  width: 34%;
  transform: skewX(-20deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.12),
    transparent
  );
  animation: cardSweep 6s ease-in-out infinite;
}
.blue-home .flow-card:hover {
  transform: translateY(-5px);
  border-color: #4f8279;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.45);
}
.blue-home .flow-card.ghost {
  opacity: 0.3;
  filter: saturate(0.55);
}
.blue-home .fc-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  font-size: 1.05rem;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}
.blue-home .fc-icon.blue,
.blue-home .fc-icon.cyan,
.blue-home .fc-icon.green {
  background: linear-gradient(145deg, #d8b4fe, #8b5cf6);
}
.blue-home .fc-icon.violet {
  background: linear-gradient(145deg, #9478f3, #6447c9);
}
.blue-home .fc-icon.pink {
  background: linear-gradient(145deg, #ed72a5, #bf3d75);
}
.blue-home .flow-card b {
  font-size: 0.88rem;
}
.blue-home .flow-card small {
  color: #7c8985;
  font-size: 0.68rem;
}
.blue-home .flow-card strong {
  padding: 4px 7px;
  border: 1px solid currentColor;
  border-radius: 99px;
  background: #0b1715;
  font-size: 0.625rem;
  letter-spacing: 0.07em;
}
@keyframes cardSweep {
  0%,
  70% {
    left: -45%;
  }
  100% {
    left: 125%;
  }
}
@media (max-width: 760px) {
  .blue-home .hero-flow {
    padding-top: 72px;
  }
  .blue-home .hero-copy {
    width: min(100% - 32px, 1080px);
  }
  .blue-home .hero-copy h1 {
    font-size: 2.75rem;
    line-height: 1.04;
  }
  .blue-home .opportunity-stage {
    height: 330px;
    margin-top: 30px;
  }
  .blue-home .flow-card {
    width: 244px;
    height: 82px;
    grid-template-columns: 48px 1fr auto;
    padding: 13px;
  }
  .blue-home .fc-icon {
    width: 46px;
    height: 46px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .blue-home .flow-card::before {
    animation: none;
  }
}

/* clarity pass */
.blue-home .hero-flow {
  padding-top: 86px;
}
.blue-home .hero-copy .hero-actions {
  margin-top: 30px;
}
.blue-home .opportunity-stage {
  height: 245px;
  margin-top: 64px;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 3%,
    #000 97%,
    transparent
  );
}
.blue-home .opportunity-stage::before {
  display: none;
}
.blue-home .flow-row {
  animation-duration: 18s;
}
.blue-home .row-one {
  top: 0;
}
.blue-home .row-two {
  top: 112px;
}
.blue-home .flow-card {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}
.blue-home .flow-card.ghost {
  opacity: 0.18;
}
.blue-home .product-section {
  border-top: 1px solid #20272a;
}
.blue-home .section {
  padding: 124px 0;
}
.blue-home .section-head {
  margin-bottom: 56px;
}
.blue-home .section-head.center {
  max-width: 760px;
}
.blue-home .product-grid,
.blue-home .steps-track {
  gap: 20px;
}
.blue-home .steps-track {
  border: 0;
  background: transparent;
  overflow: visible;
}
.blue-home .step-card {
  border: 1px solid #222a2d;
  border-radius: 17px;
}
.blue-home .dashboard-grid {
  gap: 84px;
}
.blue-home .faq-grid {
  gap: 100px;
}
@media (max-width: 760px) {
  .blue-home .hero-flow {
    padding-top: 72px;
  }
  .blue-home .opportunity-stage {
    height: 240px;
    margin-top: 44px;
  }
  .blue-home .row-two {
    top: 108px;
  }
  .blue-home .section {
    padding: 88px 0;
  }
  .blue-home .section-head {
    margin-bottom: 38px;
  }
  .blue-home .product-grid,
  .blue-home .steps-track {
    gap: 14px;
  }
  .blue-home .faq-grid {
    gap: 4px;
  }
}

/* editorial split hero */
@media (min-width: 1001px) {
  .blue-home .hero-flow {
    display: grid;
    grid-template-columns: minmax(460px, 0.88fr) minmax(620px, 1.12fr);
    align-items: center;
    min-height: 700px;
    padding: 72px max(48px, calc((100vw - 1280px) / 2)) 56px;
    gap: 50px;
  }
  .blue-home .hero-copy {
    width: auto;
    margin: 0;
    text-align: left;
  }
  .blue-home .hero-copy h1 {
    max-width: 650px;
    margin: 0;
    font-size: clamp(3.6rem, 5.2vw, 5.7rem);
    line-height: 0.98;
    text-wrap: balance;
  }
  .blue-home .hero-copy > p {
    max-width: 570px;
    margin: 27px 0 0;
    font-size: 1.02rem;
  }
  .blue-home .hero-copy .hero-actions {
    justify-content: flex-start;
    margin-top: 34px;
  }
  .blue-home .opportunity-stage {
    width: 100%;
    height: 430px;
    margin: 0;
    overflow: visible;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 100%);
  }
  .blue-home .flow-row {
    left: 45%;
    animation-name: flowDriftSplit;
  }
  .blue-home .row-one {
    top: 70px;
    margin-left: 0;
    transform: translateX(-50%) rotate(2deg);
  }
  .blue-home .row-two {
    top: 210px;
    margin-left: 210px;
    transform: translateX(-50%) rotate(-2deg);
  }
  .blue-home .flow-card {
    width: 310px;
    height: 96px;
  }
}
@keyframes flowDriftSplit {
  to {
    transform: translateX(calc(-50% + 30px)) rotate(1deg);
  }
}

.blue-home .nav-inner {
  width: calc(100% - 56px);
  max-width: none;
}
@media (max-width: 760px) {
  .blue-home .nav-inner {
    width: calc(100% - 32px);
  }
}

/* motion layer */
.blue-home .hero-flow::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    420px circle at var(--spot-x, 52%) var(--spot-y, 38%),
    rgba(167, 139, 250, 0.115),
    transparent 66%
  );
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.blue-home .hero-copy,
.blue-home .opportunity-stage {
  z-index: 2;
}
.blue-home .hero-copy h1 span {
  display: inline;
  background: linear-gradient(
    110deg,
    #a78bfa 0%,
    #d8b4fe 35%,
    #fff 49%,
    #a78bfa 64%,
    #7c5ce5 100%
  );
  background-size: 240% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: headlineGlow 7s ease-in-out infinite;
}
.blue-home .hero-actions .btn span:last-child {
  display: inline-block;
  transition: transform 0.24s ease;
}
.blue-home .hero-actions .btn:hover span:last-child {
  transform: translate(3px, -3px);
}
.blue-home .flow-card:nth-child(2) .fc-icon,
.blue-home .flow-card:nth-child(3) .fc-icon {
  animation: iconPulse 3.8s ease-in-out infinite;
}
.blue-home .row-two .flow-card:first-child .fc-icon {
  animation-delay: -1.4s;
}
.blue-home .eyebrow::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 9px 1px 0;
  border-radius: 50%;
  background: #a78bfa;
  box-shadow: 0 0 0 0 rgba(167, 139, 250, 0.45);
  animation: eyebrowPulse 2.6s ease-out infinite;
}
.blue-home .product-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 120px;
  height: 120px;
  left: -75px;
  bottom: -75px;
  border: 1px solid rgba(167, 139, 250, 0.15);
  border-radius: 50%;
  transition:
    transform 0.5s ease,
    border-color 0.5s ease;
}
.blue-home .product-card:hover::before {
  transform: scale(1.8);
  border-color: rgba(167, 139, 250, 0.35);
}
.blue-home .dashboard-mock {
  animation: dashboardHover 7s ease-in-out infinite;
  transform-origin: center;
}
@keyframes headlineGlow {
  0%,
  100% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
}
@keyframes iconPulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
  }
  50% {
    transform: translateY(-4px);
    box-shadow: 0 9px 24px rgba(167, 139, 250, 0.2);
  }
}
@keyframes eyebrowPulse {
  70%,
  100% {
    box-shadow: 0 0 0 8px rgba(167, 139, 250, 0);
  }
}
@keyframes dashboardHover {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -7px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .blue-home .hero-copy h1 span,
  .blue-home .fc-icon,
  .blue-home .eyebrow::before,
  .blue-home .dashboard-mock {
    animation: none !important;
  }
}

/* premium opportunity hero */
.blue-home .hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: #b8c0be;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}
.blue-home .hero-kicker i {
  width: 21px;
  height: 1px;
  background: #a78bfa;
  box-shadow: 10px 0 18px #a78bfa;
}
.blue-home .hero-copy h1 {
  letter-spacing: -0.068em;
}
.blue-home .hero-copy > p {
  color: #a1aaa8;
}
.blue-home .hero-actions .btn-lg {
  min-width: 172px;
  justify-content: space-between;
  border-radius: 13px;
  padding: 15px 18px 15px 21px;
}
.blue-home .opportunity-stage {
  height: auto;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  mask-image: none !important;
  perspective: 1200px;
}
.blue-home .opportunity-stage::before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  inset: 14% 3% 8%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(167, 139, 250, 0.19),
    rgba(167, 139, 250, 0.035) 42%,
    transparent 70%
  );
  filter: blur(36px);
  pointer-events: none;
}
.hero-console {
  position: relative;
  width: min(100%, 650px);
  padding: 20px;
  border: 1px solid #293035;
  border-radius: 25px;
  background: linear-gradient(
    145deg,
    rgba(18, 22, 27, 0.98),
    rgba(8, 11, 14, 0.99)
  );
  box-shadow:
    0 42px 90px rgba(0, 0, 0, 0.48),
    inset 0 1px rgba(255, 255, 255, 0.045);
  transform: perspective(1200px) rotateY(-3.5deg) rotateX(1.5deg);
  transform-origin: center;
  transition:
    transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 0.3s ease;
}
.hero-console:hover {
  transform: perspective(1200px) rotateY(0) rotateX(0) translateY(-5px);
  border-color: #44395e;
}
.hero-console::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, #000, transparent 45%);
  pointer-events: none;
}
.hero-console::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 14%;
  width: 35%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d8b4fe, transparent);
  box-shadow: 0 0 22px rgba(216, 180, 254, 0.8);
  animation: consoleScan 5s ease-in-out infinite;
}
.console-bar,
.console-head,
.console-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.console-bar {
  padding: 0 3px 18px;
  border-bottom: 1px solid #252b30;
  color: #89938f;
  font-size: 0.65rem;
  font-weight: 700;
}
.console-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #cbd1cf;
}
.console-brand img {
  width: 22px;
  height: 22px;
}
.console-status {
  display: flex;
  align-items: center;
  gap: 7px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.console-status i,
.pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7ee7bd;
  box-shadow:
    0 0 0 4px rgba(126, 231, 189, 0.08),
    0 0 16px rgba(126, 231, 189, 0.6);
}
.console-head {
  padding: 24px 3px 18px;
}
.console-head small {
  display: block;
  margin-bottom: 6px;
  color: #746f82;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.blue-home .console-head h2 {
  font-size: 1.55rem;
  letter-spacing: -0.035em;
}
.console-count {
  padding: 6px 9px;
  border: 1px solid #302b3d;
  border-radius: 99px;
  color: #bdaafa;
  background: #171321;
  font-size: 0.625rem;
  font-weight: 800;
}
.console-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
}
.console-item {
  display: grid;
  grid-template-columns: 50px 1fr auto 22px;
  align-items: center;
  gap: 13px;
  min-height: 75px;
  padding: 11px 14px 11px 11px;
  border: 1px solid #262d31;
  border-radius: 15px;
  color: #f4f7f6;
  background: linear-gradient(
    105deg,
    rgba(255, 255, 255, 0.035),
    rgba(255, 255, 255, 0.012)
  );
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}
.console-item:hover {
  transform: translateX(6px);
  border-color: #4a3d68;
  background: linear-gradient(
    105deg,
    rgba(167, 139, 250, 0.11),
    rgba(255, 255, 255, 0.018)
  );
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
}
.console-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  font-size: 1.05rem;
  font-weight: 800;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.15);
}
.clipping .console-icon {
  color: #160d27;
  background: linear-gradient(145deg, #d8b4fe, #8b5cf6);
}
.affiliate .console-icon {
  color: #081b18;
  background: linear-gradient(145deg, #9eead0, #42ba9c);
}
.promo .console-icon {
  color: #26101d;
  background: linear-gradient(145deg, #f7b1d0, #d95b95);
}
.console-item-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.console-item-copy b {
  font-size: 0.83rem;
}
.console-item-copy small {
  margin-top: 3px;
  color: #798481;
  font-size: 0.64rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.console-tag {
  padding: 5px 7px;
  border: 1px solid #30373b;
  border-radius: 7px;
  color: #8f9a97;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.console-arrow {
  color: #a78bfa;
  font-size: 0.9rem;
  font-style: normal;
  transition: transform 0.25s ease;
}
.console-item:hover .console-arrow {
  transform: translate(2px, -2px);
}
.console-footer {
  padding: 17px 4px 1px;
  color: #83908c;
  font-size: 0.625rem;
  font-weight: 700;
}
.console-footer > span {
  display: flex;
  align-items: center;
  gap: 9px;
}
.activity-bars {
  height: 20px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.activity-bars i {
  width: 3px;
  height: 30%;
  border-radius: 4px;
  background: #a78bfa;
  animation: audioBar 1.4s ease-in-out infinite;
}
.activity-bars i:nth-child(2) {
  height: 60%;
  animation-delay: -0.2s;
}
.activity-bars i:nth-child(3) {
  height: 90%;
  animation-delay: -0.7s;
}
.activity-bars i:nth-child(4) {
  height: 45%;
  animation-delay: -0.4s;
}
.activity-bars i:nth-child(5) {
  height: 75%;
  animation-delay: -0.9s;
}
.activity-bars i:nth-child(6) {
  height: 38%;
  animation-delay: -0.6s;
}
.activity-bars i:nth-child(7) {
  height: 55%;
  animation-delay: -0.1s;
}
.match-chip {
  position: absolute;
  z-index: 4;
  right: -12px;
  bottom: 10px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 14px;
  border: 1px solid rgba(216, 180, 254, 0.25);
  border-radius: 13px;
  background: rgba(13, 15, 20, 0.88);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(14px);
  animation: matchFloat 4s ease-in-out infinite;
}
.match-chip > span {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #1a0f2c;
  background: #c4b5fd;
}
.match-chip div {
  display: flex;
  flex-direction: column;
}
.match-chip small {
  color: #726d7e;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.match-chip b {
  margin-top: 2px;
  color: #edf1ef;
  font-size: 0.69rem;
}
@keyframes consoleScan {
  0%,
  100% {
    left: 8%;
    opacity: 0.35;
  }
  50% {
    left: 58%;
    opacity: 1;
  }
}
@keyframes audioBar {
  0%,
  100% {
    transform: scaleY(0.65);
    opacity: 0.5;
  }
  50% {
    transform: scaleY(1.15);
    opacity: 1;
  }
}
@keyframes matchFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@media (min-width: 1001px) {
  .blue-home .hero-flow {
    grid-template-columns: minmax(470px, 0.96fr) minmax(540px, 1.04fr);
    min-height: 750px;
    gap: 70px;
    padding-top: 55px;
    padding-bottom: 68px;
  }
  .blue-home .hero-copy h1 {
    max-width: 680px;
    font-size: clamp(3.75rem, 5vw, 5.55rem);
  }
  .blue-home .opportunity-stage {
    min-height: 560px;
  }
}
@media (max-width: 1000px) {
  .blue-home .hero-flow {
    padding-bottom: 70px;
  }
  .blue-home .opportunity-stage {
    width: min(680px, calc(100% - 40px));
    min-height: 520px;
    margin: 46px auto 0;
  }
  .hero-console {
    transform: none;
  }
  .match-chip {
    right: -4px;
  }
}
@media (max-width: 760px) {
  .blue-home .hero-flow {
    padding-top: 56px;
    padding-bottom: 54px;
  }
  .blue-home .hero-kicker {
    margin-bottom: 17px;
    font-size: 0.625rem;
  }
  .blue-home .hero-copy h1 {
    font-size: clamp(2.6rem, 13vw, 3.35rem);
  }
  .blue-home .hero-copy > p {
    margin-top: 20px;
    line-height: 1.65;
  }
  .blue-home .opportunity-stage {
    width: calc(100% - 24px);
    min-height: 0;
    height: auto;
    margin-top: 42px;
  }
  .hero-console {
    padding: 14px;
    border-radius: 20px;
  }
  .console-head {
    padding: 20px 2px 15px;
  }
  .blue-home .console-head h2 {
    font-size: 1.28rem;
  }
  .console-item {
    grid-template-columns: 44px 1fr 18px;
    gap: 10px;
    min-height: 68px;
    padding: 9px;
  }
  .console-icon {
    width: 44px;
    height: 44px;
  }
  .console-tag {
    display: none;
  }
  .console-item-copy small {
    font-size: 0.625rem;
  }
  .console-footer {
    padding-top: 14px;
  }
  .match-chip {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-console::after,
  .activity-bars i,
  .match-chip {
    animation: none !important;
  }
}

/* airy orbit hero — v7 */
.blue-home .nav-inner {
  width: auto;
  max-width: none;
  margin: 0;
  padding-inline: max(48px, calc((100vw - 1280px) / 2));
}
.blue-home .hero-copy h1 {
  letter-spacing: -0.062em;
}
.blue-home .opportunity-stage {
  position: relative;
  height: 500px;
  min-height: 500px;
  display: block;
  overflow: visible;
  mask-image: none !important;
  perspective: none;
}
.blue-home .opportunity-stage::before {
  display: block;
  content: "";
  position: absolute;
  z-index: -2;
  inset: 6% 0 4%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(167, 139, 250, 0.14),
    rgba(167, 139, 250, 0.035) 40%,
    transparent 70%
  );
  filter: blur(26px);
}
.opportunity-orbit {
  position: absolute;
  z-index: -1;
  inset: 16px 58px 12px;
  border: 1px solid rgba(167, 139, 250, 0.13);
  border-radius: 50%;
  transform: rotate(-12deg);
  animation: orbitTurn 22s linear infinite;
}
.opportunity-orbit::before,
.opportunity-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(167, 139, 250, 0.07);
  border-radius: 50%;
}
.opportunity-orbit::before {
  inset: 42px;
}
.opportunity-orbit::after {
  inset: 88px;
}
.opportunity-orbit > i {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a78bfa;
  box-shadow: 0 0 18px #a78bfa;
}
.opportunity-orbit > i:nth-child(1) {
  left: 9%;
  top: 23%;
}
.opportunity-orbit > i:nth-child(2) {
  right: 5%;
  top: 57%;
  background: #7ee7bd;
  box-shadow: 0 0 18px #7ee7bd;
}
.opportunity-orbit > i:nth-child(3) {
  left: 52%;
  bottom: -4px;
  background: #ee79ae;
  box-shadow: 0 0 18px #ee79ae;
}
.opportunity-core {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(216, 180, 254, 0.35);
  border-radius: 22px;
  background: linear-gradient(145deg, #bda6ff, #8b68ec);
  box-shadow: 0 20px 50px rgba(139, 92, 246, 0.25);
}
.opportunity-core img {
  width: 43px;
  height: 43px;
}
.opportunity-core > span {
  position: absolute;
  inset: -13px;
  border: 1px solid rgba(167, 139, 250, 0.16);
  border-radius: 28px;
  animation: corePulse 3s ease-out infinite;
}
.opportunity-cards {
  position: absolute;
  inset: 0;
}
.opportunity-card {
  position: absolute;
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 14px;
  width: 340px;
  min-height: 94px;
  padding: 13px 15px;
  border: 1px solid #283034;
  border-radius: 18px;
  color: #f2f5f4;
  background: linear-gradient(
    120deg,
    rgba(19, 24, 28, 0.97),
    rgba(9, 12, 15, 0.97)
  );
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.38),
    inset 0 1px rgba(255, 255, 255, 0.03);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
  backdrop-filter: blur(14px);
}
.opportunity-card:hover {
  z-index: 4 !important;
  transform: translateY(-7px) scale(1.015) !important;
  border-color: #51416f;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.5);
}
.oc-clipping {
  z-index: 2;
  left: 1%;
  top: 5%;
  transform: rotate(-2deg);
}
.oc-affiliate {
  z-index: 3;
  right: 0;
  top: 37%;
  transform: rotate(1.5deg);
}
.oc-promo {
  z-index: 2;
  left: 7%;
  bottom: 3%;
  transform: rotate(1deg);
}
.oc-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  font-size: 1.1rem;
  font-weight: 800;
}
.oc-clipping .oc-icon {
  color: #190e2b;
  background: linear-gradient(145deg, #d8b4fe, #8b5cf6);
}
.oc-affiliate .oc-icon {
  color: #082019;
  background: linear-gradient(145deg, #a5efd6, #45b997);
}
.oc-promo .oc-icon {
  color: #2b101d;
  background: linear-gradient(145deg, #f8b2d1, #d85791);
}
.oc-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.oc-copy small {
  margin-bottom: 3px;
  color: #656f6c;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}
.oc-copy b {
  font-size: 0.9rem;
}
.oc-copy em {
  margin-top: 2px;
  color: #84908c;
  font-size: 0.63rem;
  font-style: normal;
}
.oc-action {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #a998d8;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}
.oc-action i {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid #333044;
  border-radius: 8px;
  color: #c4b5fd;
  font-size: 0.7rem;
  font-style: normal;
  transition: 0.2s;
}
.opportunity-card:hover .oc-action i {
  color: #140d24;
  background: #c4b5fd;
  transform: translate(2px, -2px);
}
.orbit-label {
  position: absolute;
  left: 50%;
  bottom: -3px;
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
  color: #7c8783;
  font-size: 0.625rem;
  font-weight: 700;
  white-space: nowrap;
}
.orbit-label i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7ee7bd;
  box-shadow: 0 0 12px #7ee7bd;
}
@keyframes orbitTurn {
  to {
    transform: rotate(348deg);
  }
}
@keyframes corePulse {
  75%,
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}
@media (min-width: 1001px) {
  .blue-home .hero-flow {
    grid-template-columns: minmax(470px, 0.96fr) minmax(530px, 1.04fr);
    min-height: 735px;
    gap: 75px;
    padding-top: 62px;
    padding-bottom: 64px;
  }
  .blue-home .opportunity-stage {
    min-height: 500px;
    height: 500px;
  }
}
@media (max-width: 1000px) {
  .blue-home .nav-inner {
    padding-inline: 24px;
  }
  .blue-home .opportunity-stage {
    width: min(650px, calc(100% - 40px));
    height: 500px;
    min-height: 500px;
    margin: 42px auto 0;
  }
  .blue-home .hero-flow {
    padding-bottom: 72px;
  }
}
@media (max-width: 760px) {
  .blue-home .nav-inner {
    width: auto;
    padding-inline: 16px;
  }
  .blue-home .hero-flow {
    padding-top: 58px;
  }
  .blue-home .opportunity-stage {
    width: calc(100% - 24px);
    height: 390px;
    min-height: 390px;
    margin-top: 34px;
  }
  .opportunity-orbit {
    inset: 12px 18px 6px;
  }
  .opportunity-orbit::before {
    inset: 32px;
  }
  .opportunity-orbit::after {
    inset: 67px;
  }
  .opportunity-core {
    width: 58px;
    height: 58px;
    border-radius: 17px;
  }
  .opportunity-core img {
    width: 34px;
    height: 34px;
  }
  .opportunity-card {
    grid-template-columns: 46px 1fr 24px;
    width: min(315px, 88vw);
    min-height: 76px;
    padding: 10px;
    gap: 10px;
    border-radius: 15px;
  }
  .oc-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }
  .oc-copy small {
    display: none;
  }
  .oc-copy b {
    font-size: 0.82rem;
  }
  .oc-copy em {
    font-size: 0.625rem;
  }
  .oc-action {
    font-size: 0;
  }
  .oc-action i {
    width: 24px;
  }
  .oc-clipping {
    left: 0;
    top: 1%;
  }
  .oc-affiliate {
    right: 0;
    top: 38%;
  }
  .oc-promo {
    left: 2%;
    bottom: 1%;
  }
  .orbit-label {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .opportunity-orbit,
  .opportunity-core > span {
    animation: none !important;
  }
}

.blue-home .hero-flow::after {
  display: none;
}
.blue-home .hero-actions {
  gap: 11px;
}
.blue-home .campaign-cta {
  color: #ece7fb;
  border: 1px solid #40364f;
  background: #111016;
  box-shadow: none;
}
.blue-home .campaign-cta:hover {
  color: #fff;
  border-color: #6d5894;
  background: #18131f;
  box-shadow: 0 14px 32px -16px rgba(167, 139, 250, 0.5);
}
.promo-mark svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (max-width: 760px) {
  .blue-home .hero-actions {
    gap: 9px;
  }
  .blue-home .hero-actions .btn {
    width: 100%;
  }
}

/* navigation dropdown + lower-page motion */
.blue-home .nav-links {
  align-items: center;
  height: 76px;
}
.blue-home .nav-product {
  position: relative;
  display: flex;
  align-items: center;
  height: 76px;
}
.blue-home .nav-product > a {
  display: flex;
  align-items: center;
  gap: 4px;
}
.blue-home .product-menu {
  position: absolute;
  top: 66px;
  left: 50%;
  width: 460px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  padding: 10px;
  border: 1px solid #292f35;
  border-radius: 16px;
  background: rgba(11, 14, 18, 0.98);
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(20px);
  transform: translate(-50%, 9px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.2s ease;
}
.blue-home .nav-product:hover .product-menu,
.blue-home .nav-product:focus-within .product-menu {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.blue-home .product-menu > a,
.blue-home .menu-soon {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 60px;
  padding: 10px;
  border-radius: 11px;
  color: #e8eceb;
}
.blue-home .product-menu > a:hover {
  color: #fff;
  background: #171b21;
}
.blue-home .product-menu i {
  grid-row: 1/3;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #160e28;
  background: #bca5fa;
  font-style: normal;
  font-weight: 800;
}
.blue-home .product-menu > a:nth-child(2) i {
  background: #8de0c2;
}
.blue-home .product-menu > a:nth-child(3) i {
  background: #ec8ab6;
}
.blue-home .menu-soon i {
  color: #77807e;
  background: #22282c;
}
.blue-home .product-menu > a > span,
.blue-home .menu-soon > span {
  display: flex;
  flex-direction: column;
}
.blue-home .product-menu b {
  font-size: 0.7rem;
}
.blue-home .product-menu small {
  margin-top: 2px;
  color: #737e7b;
  font-size: 0.625rem;
}
.blue-home .menu-soon {
  display: grid !important;
  grid-template-columns: 38px 1fr !important;
  min-height: 60px !important;
  border: 1px dashed #30373b;
  opacity: 0.72;
}
.blue-home .oc-promo .oc-action i {
  color: #c4b5fd;
  background: transparent;
}
.blue-home .oc-promo:hover .oc-action i {
  color: #140d24;
  background: #c4b5fd;
}
.blue-home .product-card .product-icon {
  animation: lowerIconFloat 5s ease-in-out infinite;
}
.blue-home .product-card:nth-child(2) .product-icon {
  animation-delay: -1.6s;
}
.blue-home .product-card:nth-child(3) .product-icon {
  animation-delay: -3.2s;
}
.blue-home .step-card {
  overflow: hidden;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease;
}
.blue-home .step-card:hover {
  transform: translateY(-6px);
  border-color: #4d4068;
}
.blue-home .step-card::after {
  content: "";
  position: absolute;
  inset: auto -35% -75% 35%;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(167, 139, 250, 0.13),
    transparent 70%
  );
  transition: transform 0.5s ease;
}
.blue-home .step-card:hover::after {
  transform: translate(-25%, -25%) scale(1.35);
}
.blue-home .step-visual.track i {
  animation: barBreathe 2.5s ease-in-out infinite;
  transform-origin: bottom;
}
.blue-home .step-visual.track i:nth-child(2) {
  animation-delay: -0.5s;
}
.blue-home .step-visual.track i:nth-child(3) {
  animation-delay: -1s;
}
.blue-home .step-visual.track i:nth-child(4) {
  animation-delay: -1.5s;
}
.blue-home .audience-tabs span {
  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
}
.blue-home .audience-tabs span:hover {
  transform: translateX(7px);
  border-color: #504269;
}
@keyframes lowerIconFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-7px) rotate(-3deg);
  }
}
@keyframes barBreathe {
  0%,
  100% {
    transform: scaleY(0.82);
    opacity: 0.65;
  }
  50% {
    transform: scaleY(1.05);
    opacity: 1;
  }
}
@media (max-width: 1000px) {
  .blue-home .nav-product {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .blue-home .product-card .product-icon,
  .blue-home .step-visual.track i {
    animation: none !important;
  }
}

/* compact hero trial */
@media (min-width: 1001px) {
  .blue-home .hero-flow {
    padding-top: 40px;
    padding-bottom: 86px;
  }
}
.blue-home .product-menu {
  width: 390px;
  gap: 5px;
  padding: 7px;
  top: 62px;
}
.blue-home .product-menu > a,
.blue-home .menu-soon {
  grid-template-columns: 32px 1fr;
  min-height: 50px;
  padding: 7px;
  gap: 8px;
}
.blue-home .product-menu i {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  font-size: 0.76rem;
}
.blue-home .menu-soon {
  grid-template-columns: 32px 1fr !important;
  min-height: 50px !important;
}

/* hero experiment: opportunity deck */
.hero-deck {
  position: relative;
  width: 100%;
  height: 500px;
  isolation: isolate;
}
.deck-glow {
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 48%;
  width: 380px;
  height: 300px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(167, 139, 250, 0.24),
    rgba(167, 139, 250, 0.055) 46%,
    transparent 72%
  );
  filter: blur(26px);
  animation: deckGlow 5s ease-in-out infinite;
}
.deck-card {
  position: absolute;
  width: 238px;
  height: 330px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #30363b;
  border-radius: 23px;
  color: #f3f6f5;
  background: linear-gradient(155deg, #15191e, #090c0f 78%);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.5),
    inset 0 1px rgba(255, 255, 255, 0.04);
  transform-origin: 50% 100%;
  transition:
    transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 0.3s ease,
    filter 0.3s ease,
    box-shadow 0.3s ease;
}
.deck-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    130deg,
    rgba(255, 255, 255, 0.055),
    transparent 34%
  );
  pointer-events: none;
}
.deck-card::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -60px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  box-shadow:
    0 0 0 24px rgba(255, 255, 255, 0.018),
    0 0 0 48px rgba(255, 255, 255, 0.012);
}
.deck-affiliate {
  z-index: 1;
  left: 4%;
  top: 92px;
  transform: rotate(-10deg);
  filter: saturate(0.82);
}
.deck-promo {
  z-index: 2;
  right: 3%;
  top: 88px;
  transform: rotate(10deg);
  filter: saturate(0.82);
}
.deck-clipping {
  z-index: 3;
  left: 50%;
  top: 52px;
  transform: translateX(-50%);
  border-color: #57496f;
  box-shadow:
    0 34px 85px rgba(0, 0, 0, 0.6),
    0 0 45px rgba(167, 139, 250, 0.1),
    inset 0 1px rgba(255, 255, 255, 0.06);
}
.deck-card:hover {
  z-index: 7;
  filter: none;
  border-color: #7963a2;
  box-shadow:
    0 40px 90px rgba(0, 0, 0, 0.65),
    0 0 50px rgba(167, 139, 250, 0.14);
}
.deck-affiliate:hover {
  transform: translate(-12px, -18px) rotate(-5deg);
}
.deck-promo:hover {
  transform: translate(12px, -18px) rotate(5deg);
}
.deck-clipping:hover {
  transform: translate(-50%, -18px) scale(1.025);
}
.deck-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.deck-top > i {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #160d28;
  background: linear-gradient(145deg, #d8b4fe, #9170ed);
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
}
.deck-affiliate .deck-top > i {
  color: #092019;
  background: linear-gradient(145deg, #a2ebd2, #4fbd9f);
}
.deck-promo .deck-top > i {
  color: #29101d;
  background: linear-gradient(145deg, #f5b0ce, #d95b95);
}
.deck-top svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.deck-top > small {
  color: #505b58;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.deck-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-top: 58px;
}
.deck-copy > small {
  color: #716a7f;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.deck-copy > b {
  margin-top: 8px;
  font-size: 1.7rem;
  letter-spacing: -0.045em;
}
.deck-copy > em {
  max-width: 170px;
  margin-top: 10px;
  color: #87928f;
  font-size: 0.68rem;
  line-height: 1.55;
  font-style: normal;
}
.deck-foot {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #293034;
  color: #8e9995;
  font-size: 0.625rem;
  font-weight: 700;
}
.deck-foot > i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid #35303f;
  border-radius: 9px;
  color: #baa7eb;
  font-style: normal;
  transition: 0.2s;
}
.deck-card:hover .deck-foot > i {
  color: #150d25;
  background: #c4b5fd;
  transform: translate(2px, -2px);
}
.deck-badge {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  transform: translateX(-50%);
  border: 1px solid #302b3e;
  border-radius: 99px;
  color: #aca4be;
  background: rgba(12, 14, 18, 0.9);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
  font-size: 0.625rem;
  font-weight: 800;
  white-space: nowrap;
}
.deck-badge img {
  width: 19px;
  height: 19px;
}
@keyframes deckGlow {
  0%,
  100% {
    opacity: 0.65;
    transform: translate(-50%, -50%) scale(0.95);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.08);
  }
}
@media (max-width: 760px) {
  .hero-deck {
    height: 390px;
  }
  .deck-card {
    width: 170px;
    height: 255px;
    padding: 14px;
    border-radius: 18px;
  }
  .deck-affiliate {
    left: 0;
    top: 74px;
  }
  .deck-promo {
    right: 0;
    top: 72px;
  }
  .deck-clipping {
    top: 43px;
  }
  .deck-top > i {
    width: 40px;
    height: 40px;
    border-radius: 11px;
  }
  .deck-copy {
    margin-top: 34px;
  }
  .deck-copy > small {
    font-size: 0.625rem;
  }
  .deck-copy > b {
    font-size: 1.2rem;
  }
  .deck-copy > em {
    font-size: 0.625rem;
  }
  .deck-foot {
    font-size: 0;
  }
  .deck-foot > i {
    margin-left: auto;
  }
  .deck-badge {
    bottom: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .deck-glow {
    animation: none !important;
  }
}

/* hero experiment: floating bento */
.hero-bento {
  position: relative;
  width: 100%;
  height: 500px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 258px 174px;
  gap: 13px;
  padding: 27px 2px 28px;
}
.hero-bento::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 46%;
  width: 470px;
  height: 350px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(167, 139, 250, 0.15),
    transparent 68%
  );
  filter: blur(28px);
}
.bento-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #293136;
  border-radius: 22px;
  color: #f3f6f5;
  background: linear-gradient(145deg, #12171b, #0a0d10);
  box-shadow:
    0 22px 55px rgba(0, 0, 0, 0.4),
    inset 0 1px rgba(255, 255, 255, 0.035);
  transition:
    transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.bento-card:hover {
  z-index: 4;
  transform: translateY(-7px);
  border-color: #604d83;
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.52),
    0 0 38px rgba(167, 139, 250, 0.1);
}
.bento-clipping {
  grid-column: 1/-1;
  padding: 22px 24px;
  background:
    radial-gradient(
      circle at 86% 20%,
      rgba(167, 139, 250, 0.13),
      transparent 34%
    ),
    linear-gradient(145deg, #14181d, #090c0f);
}
.bento-affiliate,
.bento-promo {
  padding: 17px 18px;
}
.bento-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.bento-head > i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #160d28;
  background: linear-gradient(145deg, #d8b4fe, #9271ec);
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 900;
}
.bento-affiliate .bento-head > i {
  color: #092019;
  background: linear-gradient(145deg, #a5ecd3, #4cbd9e);
}
.bento-promo .bento-head > i {
  color: #28101d;
  background: linear-gradient(145deg, #f5b1ce, #d95a94);
}
.bento-head svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bento-head > small {
  margin-left: 11px;
  color: #68736f;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.bento-head > em {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  margin-left: auto;
  border: 1px solid #333a3e;
  border-radius: 8px;
  color: #9d8dc7;
  font-size: 0.68rem;
  font-style: normal;
  transition: 0.2s;
}
.bento-card:hover .bento-head > em {
  color: #160d27;
  background: #c4b5fd;
  transform: translate(2px, -2px);
}
.bento-main {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.bento-main > b {
  font-size: 1.16rem;
  letter-spacing: -0.035em;
}
.bento-clipping .bento-main > b {
  font-size: 1.65rem;
  line-height: 1.15;
}
.bento-main strong {
  color: #b9a3f2;
  font-weight: 800;
}
.bento-main > small {
  margin-top: 7px;
  color: #7f8a87;
  font-size: 0.63rem;
}
.bento-clipping .bento-main > small {
  font-size: 0.68rem;
}
.bento-signal {
  position: absolute;
  right: 24px;
  bottom: 27px;
  width: 245px;
  height: 86px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
}
.bento-signal::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #252d31;
}
.bento-signal i {
  flex: 1;
  height: 20%;
  border-radius: 4px 4px 1px 1px;
  background: linear-gradient(#c4b5fd, #6f52be);
  animation: bentoBars 3.2s ease-in-out infinite;
  transform-origin: bottom;
}
.bento-signal i:nth-child(2) {
  height: 37%;
  animation-delay: -0.4s;
}
.bento-signal i:nth-child(3) {
  height: 28%;
  animation-delay: -0.8s;
}
.bento-signal i:nth-child(4) {
  height: 61%;
  animation-delay: -1.2s;
}
.bento-signal i:nth-child(5) {
  height: 47%;
  animation-delay: -1.6s;
}
.bento-signal i:nth-child(6) {
  height: 77%;
  animation-delay: -2s;
}
.bento-signal i:nth-child(7) {
  height: 66%;
  animation-delay: -2.4s;
}
.bento-signal i:nth-child(8) {
  height: 91%;
  animation-delay: -2.8s;
}
.bento-ring {
  position: absolute;
  right: -24px;
  bottom: -42px;
  width: 135px;
  height: 135px;
  border: 1px solid rgba(126, 225, 190, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 23px rgba(126, 225, 190, 0.035),
    0 0 0 46px rgba(126, 225, 190, 0.018);
  transition: transform 0.5s ease;
}
.bento-affiliate:hover .bento-ring {
  transform: scale(1.15) translate(-8px, -8px);
}
.bento-spark {
  position: absolute;
  right: 26px;
  bottom: 18px;
  color: #e48db7;
  font-size: 2.4rem;
  opacity: 0.38;
  animation: bentoSpark 3s ease-in-out infinite;
}
.bento-promo::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -45px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(231, 114, 169, 0.13);
  border-radius: 30px;
  transform: rotate(25deg);
}
.bento-float {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  transform: translateX(-50%);
  border: 1px solid #302b3f;
  border-radius: 13px;
  background: rgba(10, 12, 16, 0.92);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(14px);
  animation: bentoFloat 4s ease-in-out infinite;
}
.bento-float > img {
  width: 27px;
  height: 27px;
}
.bento-float > span {
  display: flex;
  flex-direction: column;
}
.bento-float small {
  color: #6f677f;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.bento-float b {
  margin-top: 2px;
  color: #dadfdd;
  font-size: 0.625rem;
  white-space: nowrap;
}
@keyframes bentoBars {
  0%,
  100% {
    transform: scaleY(0.72);
    opacity: 0.55;
  }
  50% {
    transform: scaleY(1.08);
    opacity: 1;
  }
}
@keyframes bentoSpark {
  0%,
  100% {
    transform: scale(0.9) rotate(0);
    opacity: 0.26;
  }
  50% {
    transform: scale(1.15) rotate(16deg);
    opacity: 0.55;
  }
}
@keyframes bentoFloat {
  0%,
  100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -6px);
  }
}
@media (max-width: 760px) {
  .hero-bento {
    height: 390px;
    grid-template-rows: 200px 132px;
    gap: 9px;
    padding: 12px 0 28px;
  }
  .bento-card {
    border-radius: 17px;
  }
  .bento-clipping {
    padding: 16px;
  }
  .bento-affiliate,
  .bento-promo {
    padding: 12px;
  }
  .bento-head > i {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }
  .bento-head > small {
    font-size: 0.625rem;
  }
  .bento-clipping .bento-main > b {
    font-size: 1.2rem;
  }
  .bento-main > b {
    font-size: 0.9rem;
  }
  .bento-main > small {
    font-size: 0.625rem;
  }
  .bento-signal {
    right: 16px;
    bottom: 20px;
    width: 145px;
    height: 60px;
    gap: 4px;
  }
  .bento-spark {
    right: 15px;
    font-size: 1.7rem;
  }
  .bento-float {
    bottom: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bento-signal i,
  .bento-spark,
  .bento-float {
    animation: none !important;
  }
}

/* hero experiment: kinetic stack */
.hero-stack {
  position: relative;
  width: 100%;
  height: 500px;
  perspective: 1100px;
}
.hero-stack::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 8% 3%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(167, 139, 250, 0.16),
    rgba(167, 139, 250, 0.035) 44%,
    transparent 70%
  );
  filter: blur(30px);
}
.stack-line {
  position: absolute;
  z-index: -1;
  left: 48%;
  top: 38px;
  width: 1px;
  height: 390px;
  transform: rotate(28deg);
  transform-origin: top;
  background: linear-gradient(
    transparent,
    rgba(167, 139, 250, 0.32),
    rgba(126, 225, 190, 0.22),
    transparent
  );
}
.stack-line > i {
  position: absolute;
  left: -3px;
  top: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c4b5fd;
  box-shadow: 0 0 18px #a78bfa;
  animation: stackSignal 4s ease-in-out infinite;
}
.stack-card {
  position: absolute;
  width: min(500px, 88%);
  height: 112px;
  display: grid;
  grid-template-columns: 50px 56px 1fr 34px;
  align-items: center;
  gap: 13px;
  padding: 14px 16px;
  overflow: hidden;
  border: 1px solid #2c3337;
  border-radius: 20px;
  color: #f2f5f4;
  background: linear-gradient(
    110deg,
    rgba(20, 25, 29, 0.98),
    rgba(8, 11, 14, 0.98)
  );
  box-shadow:
    0 23px 55px rgba(0, 0, 0, 0.46),
    inset 0 1px rgba(255, 255, 255, 0.04);
  transition:
    transform 0.34s cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.stack-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -40%;
  width: 28%;
  transform: skewX(-20deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  animation: stackSweep 6s ease-in-out infinite;
}
.stack-card::after {
  content: "";
  position: absolute;
  right: -65px;
  top: -75px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(167, 139, 250, 0.09);
  border-radius: 50%;
}
.stack-clipping {
  z-index: 3;
  left: 4%;
  top: 48px;
  transform: rotate(-2deg);
}
.stack-affiliate {
  z-index: 2;
  right: 0;
  top: 190px;
  transform: rotate(1.5deg);
}
.stack-promo {
  z-index: 1;
  left: 8%;
  top: 332px;
  transform: rotate(-1deg);
}
.stack-card:hover {
  z-index: 7;
  border-color: #6f5a94;
  box-shadow:
    0 32px 70px rgba(0, 0, 0, 0.58),
    0 0 42px rgba(167, 139, 250, 0.11);
}
.stack-clipping:hover {
  transform: translate(8px, -8px) rotate(0);
}
.stack-affiliate:hover {
  transform: translate(-8px, -8px) rotate(0);
}
.stack-promo:hover {
  transform: translate(8px, -8px) rotate(0);
}
.stack-num {
  color: #4f5a57;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.stack-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #160e28;
  background: linear-gradient(145deg, #d8b4fe, #8e6be8);
  font-size: 1rem;
  font-weight: 900;
}
.stack-affiliate .stack-icon {
  color: #092019;
  background: linear-gradient(145deg, #a4ecd3, #4ebd9f);
}
.stack-promo .stack-icon {
  color: #28101d;
  background: linear-gradient(145deg, #f5b1ce, #d95b95);
}
.stack-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.stack-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.stack-copy > small {
  color: #646f6b;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.stack-copy > b {
  margin-top: 3px;
  font-size: 1rem;
}
.stack-copy > em {
  margin-top: 3px;
  color: #84908c;
  font-size: 0.625rem;
  font-style: normal;
}
.stack-arrow {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid #35303f;
  border-radius: 9px;
  color: #b8a5e8;
  font-size: 0.75rem;
  transition: 0.2s;
}
.stack-card:hover .stack-arrow {
  color: #160e27;
  background: #c4b5fd;
  transform: translate(2px, -2px);
}
.stack-stamp {
  position: absolute;
  z-index: 5;
  right: 16px;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #686f75;
  font-size: 0.625rem;
  letter-spacing: 0.12em;
}
.stack-stamp img {
  width: 22px;
  height: 22px;
  opacity: 0.7;
}
@keyframes stackSignal {
  0% {
    top: 0;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
@keyframes stackSweep {
  0%,
  72% {
    left: -40%;
  }
  100% {
    left: 125%;
  }
}
@media (max-width: 760px) {
  .hero-stack {
    height: 390px;
  }
  .stack-card {
    width: 92%;
    height: 86px;
    grid-template-columns: 28px 44px 1fr 28px;
    gap: 9px;
    padding: 10px;
    border-radius: 16px;
  }
  .stack-clipping {
    left: 0;
    top: 24px;
  }
  .stack-affiliate {
    right: 0;
    top: 132px;
  }
  .stack-promo {
    left: 3%;
    top: 240px;
  }
  .stack-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }
  .stack-copy > small {
    display: none;
  }
  .stack-copy > b {
    font-size: 0.82rem;
  }
  .stack-copy > em {
    font-size: 0.625rem;
  }
  .stack-arrow {
    width: 27px;
    height: 27px;
  }
  .stack-stamp {
    right: 4px;
    bottom: 11px;
  }
  .stack-line {
    height: 300px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .stack-line > i,
  .stack-card::before {
    animation: none !important;
  }
}

/* hero experiment: expanding model panels */
.hero-panels {
  position: relative;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 45px 0;
}
.hero-panels::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 460px;
  height: 330px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(167, 139, 250, 0.16),
    rgba(167, 139, 250, 0.035) 48%,
    transparent 72%
  );
  filter: blur(28px);
}
.model-panel {
  position: relative;
  flex: 1;
  height: 390px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 17px;
  overflow: hidden;
  border: 1px solid #2a3135;
  border-radius: 22px;
  color: #f2f5f4;
  background: linear-gradient(160deg, #151a1e, #090c0f 78%);
  box-shadow:
    0 25px 65px rgba(0, 0, 0, 0.46),
    inset 0 1px rgba(255, 255, 255, 0.04);
  transition:
    flex 0.5s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.35s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}
.model-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.045),
    transparent 32%
  );
  pointer-events: none;
}
.model-panel::after {
  content: "";
  position: absolute;
  left: -60px;
  bottom: -80px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(167, 139, 250, 0.09);
  border-radius: 50%;
  box-shadow:
    0 0 0 28px rgba(167, 139, 250, 0.025),
    0 0 0 56px rgba(167, 139, 250, 0.012);
  transition: transform 0.6s ease;
}
.hero-panels:hover .model-panel {
  flex: 0.84;
}
.hero-panels .model-panel:hover {
  z-index: 4;
  flex: 1.55;
  transform: translateY(-8px);
  border-color: #69568d;
  box-shadow:
    0 34px 78px rgba(0, 0, 0, 0.58),
    0 0 42px rgba(167, 139, 250, 0.11);
}
.model-panel:hover::after {
  transform: scale(1.25) translate(18px, -15px);
}
.panel-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.panel-top > i {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #160d28;
  background: linear-gradient(145deg, #d8b4fe, #8f6bea);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 900;
}
.panel-affiliate .panel-top > i {
  color: #092019;
  background: linear-gradient(145deg, #a3ecd3, #4dbd9f);
}
.panel-promo .panel-top > i {
  color: #28101d;
  background: linear-gradient(145deg, #f5b1ce, #d95a94);
}
.panel-top svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.panel-top > small {
  color: #505b58;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.panel-word {
  position: absolute;
  z-index: 0;
  right: -2px;
  top: 82px;
  writing-mode: vertical-rl;
  color: rgba(255, 255, 255, 0.025);
  font-size: 3.9rem;
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.8;
  transition:
    color 0.35s ease,
    transform 0.5s ease;
}
.model-panel:hover .panel-word {
  color: rgba(167, 139, 250, 0.07);
  transform: translateY(10px);
}
.panel-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.panel-copy > small {
  color: #6c647b;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
.panel-copy > b {
  margin-top: 7px;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
}
.panel-copy > em {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  color: #87928f;
  font-size: 0.625rem;
  line-height: 1.55;
  font-style: normal;
  opacity: 0;
  transition:
    max-height 0.45s ease,
    opacity 0.35s ease,
    margin 0.35s ease;
}
.model-panel:hover .panel-copy > em {
  max-height: 70px;
  margin-top: 10px;
  opacity: 1;
}
.panel-foot {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 14px;
  border-top: 1px solid #293034;
}
.panel-foot > small {
  max-width: 85px;
  overflow: hidden;
  color: #7e8985;
  font-size: 0.625rem;
  line-height: 1.35;
}
.panel-foot > i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: none;
  border: 1px solid #35303f;
  border-radius: 9px;
  color: #b7a4e7;
  font-size: 0.68rem;
  font-style: normal;
  transition: 0.2s;
}
.model-panel:hover .panel-foot > i {
  color: #160e27;
  background: #c4b5fd;
  transform: translate(2px, -2px);
}
@media (max-width: 760px) {
  .hero-panels {
    height: 390px;
    gap: 7px;
    padding: 25px 0;
  }
  .model-panel {
    height: 320px;
    padding: 12px;
    border-radius: 17px;
  }
  .hero-panels:hover .model-panel,
  .hero-panels .model-panel:hover {
    flex: 1;
    transform: none;
  }
  .panel-top > i {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }
  .panel-top > small {
    display: none;
  }
  .panel-copy > small {
    display: none;
  }
  .panel-copy > b {
    font-size: 0.9rem;
  }
  .panel-copy > em,
  .model-panel:hover .panel-copy > em {
    display: none;
  }
  .panel-foot > small {
    display: none;
  }
  .panel-foot > i {
    margin-left: auto;
  }
  .panel-word {
    font-size: 2.7rem;
  }
}

/* hero experiment: smartphone workspace */
.hero-phone-stage {
  --hero-phone-right: -72px;
  position: relative;
  width: 100%;
  height: 540px;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.hero-phone-stage::before {
  display: none;
}
.hero-dashboard-shell {
  position: absolute;
  z-index: 1;
  left: -8px;
  top: 50%;
  width: 700px;
  height: 470px;
  overflow: hidden;
  border: 0;
  background: transparent;
  filter: drop-shadow(0 28px 34px rgba(44, 39, 82, 0.15));
  transform: translateY(-50%);
  transform-origin: center;
  pointer-events: auto;
  transition:
    filter 0.28s ease,
    transform 0.28s ease;
}
.hero-dashboard-shell:hover {
  filter: drop-shadow(0 34px 44px rgba(44, 39, 82, 0.2));
  transform: translateY(calc(-50% - 2px));
}
.hero-dashboard-shell::after {
  display: none;
}
.hero-dashboard-shell iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  transform: none;
  pointer-events: auto;
}
.hero-phone-stage .phone-orbit {
  z-index: 0;
  left: calc(100% - 84px);
  top: auto;
  bottom: -8px;
  width: 350px;
  height: 350px;
  pointer-events: none;
}
.hero-phone-stage .hero-phone-wrap {
  position: absolute;
  z-index: 4;
  right: var(--hero-phone-right);
  bottom: 10px;
  transform: scale(0.7);
  transform-origin: bottom right;
}
.hero-phone-stage .hero-phone {
  position: relative;
  right: auto;
  top: auto;
}
.phone-orbit {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 49%;
  width: 385px;
  height: 385px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(167, 139, 250, 0.1);
  border-radius: 50%;
  animation: phoneOrbit 18s linear infinite;
}
.phone-orbit::before,
.phone-orbit::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c4b5fd;
  box-shadow: 0 0 18px #a78bfa;
}
.phone-orbit::before {
  left: 11%;
  top: 14%;
}
.phone-orbit::after {
  right: 5%;
  bottom: 25%;
  background: #7ee1be;
  box-shadow: 0 0 18px #7ee1be;
}
.phone-orbit {
  border-color: rgba(167, 139, 250, 0.3);
  box-shadow:
    0 0 0 42px rgba(167, 139, 250, 0.055),
    0 0 72px rgba(167, 139, 250, 0.12),
    inset 0 0 45px rgba(167, 139, 250, 0.035);
}
.phone-orbit::before,
.phone-orbit::after {
  width: 9px;
  height: 9px;
  box-shadow:
    0 0 10px currentColor,
    0 0 25px currentColor;
}
.hero-phone {
  position: relative;
  width: 245px;
  height: 485px;
  padding: 8px;
  border: 1px solid #3a3f45;
  border-radius: 42px;
  background: linear-gradient(145deg, #262b31, #080a0d 45%, #1c2025);
  box-shadow:
    0 38px 85px rgba(0, 0, 0, 0.62),
    0 0 55px rgba(167, 139, 250, 0.12),
    inset 0 1px 1px rgba(255, 255, 255, 0.18);
  transform: perspective(1100px) rotateY(-5deg) rotateX(1deg);
  transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
  animation: phoneHover 6s ease-in-out infinite;
}
.hero-phone:hover {
  transform: perspective(1100px) rotateY(0) rotateX(0) translateY(-7px);
}
.phone-frame-button {
  position: absolute;
  left: -3px;
  width: 3px;
  border-radius: 3px 0 0 3px;
  background: #333941;
}
.phone-frame-button.one {
  top: 104px;
  height: 37px;
}
.phone-frame-button.two {
  top: 153px;
  height: 58px;
}
.phone-screen-new {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 35px;
  color: #f3f6f5;
  background:
    radial-gradient(
      circle at 75% 18%,
      rgba(167, 139, 250, 0.14),
      transparent 28%
    ),
    linear-gradient(180deg, #11151a, #080b0e);
}
.phone-screen-new::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    rgba(255, 255, 255, 0.04),
    transparent 24%
  );
}
.dynamic-island {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 9px;
  width: 74px;
  height: 22px;
  transform: translateX(-50%);
  border-radius: 99px;
  background: #030405;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}
.phone-status {
  display: flex;
  justify-content: space-between;
  padding: 12px 17px 0;
  color: #9ca5a2;
  font-size: 0.625rem;
}
.phone-status span {
  letter-spacing: 2px;
}
.phone-app-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 16px 0;
}
.phone-app-head > span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.phone-app-head img {
  width: 22px;
  height: 22px;
}
.phone-app-head b {
  font-size: 0.68rem;
}
.phone-app-head > i {
  color: #68716f;
  font-size: 0.625rem;
  font-style: normal;
  letter-spacing: 2px;
}
.phone-welcome {
  padding: 19px 16px 13px;
}
.phone-welcome small {
  color: #716982;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.phone-welcome h3 {
  margin-top: 5px;
  font-size: 1.35rem;
  line-height: 1.08;
  letter-spacing: -0.05em;
}
.phone-feature {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 152px;
  margin: 0 11px;
  padding: 13px;
  overflow: hidden;
  border: 1px solid #443a58;
  border-radius: 18px;
  color: #f4f1fc;
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(216, 180, 254, 0.22),
      transparent 35%
    ),
    linear-gradient(145deg, #211831, #110e19);
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.28);
}
.phone-feature::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -55px;
  width: 125px;
  height: 125px;
  border: 1px solid rgba(216, 180, 254, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 19px rgba(216, 180, 254, 0.025);
}
.pf-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.pf-top > i {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #170d29;
  background: #c4b5fd;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
}
.pf-top > small {
  margin-left: 8px;
  color: #8f7dac;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.pf-top > em {
  margin-left: auto;
  color: #c4b5fd;
  font-size: 0.625rem;
  font-style: normal;
}
.phone-feature > b {
  position: relative;
  z-index: 2;
  margin-top: 14px;
  font-size: 0.9rem;
  line-height: 1.18;
}
.pf-bars {
  position: absolute;
  right: 13px;
  bottom: 13px;
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 33px;
}
.pf-bars i {
  width: 5px;
  height: 35%;
  border-radius: 2px 2px 0 0;
  background: #a78bfa;
  animation: phoneBars 2s ease-in-out infinite;
}
.pf-bars i:nth-child(2) {
  height: 65%;
  animation-delay: -0.4s;
}
.pf-bars i:nth-child(3) {
  height: 48%;
  animation-delay: -0.8s;
}
.pf-bars i:nth-child(4) {
  height: 85%;
  animation-delay: -1.2s;
}
.pf-bars i:nth-child(5) {
  height: 72%;
  animation-delay: -1.6s;
}
.phone-models {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin: 8px 11px;
}
.phone-models > a {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 8px;
  border: 1px solid #252d31;
  border-radius: 12px;
  color: #e9edec;
  background: #101519;
}
.phone-models > a > i {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #092019;
  background: #7dd9b8;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 900;
}
.phone-models > a.phone-clipping > i {
  color: #170d29;
  background: #bca6f7;
}
.phone-models > a:nth-child(3) > i {
  color: #28101c;
  background: #e783b0;
}
.phone-models span {
  display: flex;
  flex-direction: column;
  margin-top: 7px;
}
.phone-models b {
  font-size: 0.625rem;
}
.phone-models small {
  margin-top: 2px;
  overflow: hidden;
  color: #67716e;
  font-size: 0.625rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.phone-dock {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 9px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #252c30;
  border-radius: 14px;
  background: rgba(14, 18, 21, 0.92);
  backdrop-filter: blur(10px);
}
.phone-dock i {
  color: #56605d;
  font-size: 0.7rem;
  font-style: normal;
}
.phone-dock i.active {
  color: #bba7ee;
}
.phone-float {
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #302d3c;
  border-radius: 14px;
  color: #e8eceb;
  background: rgba(12, 15, 19, 0.91);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(14px);
  animation: phoneChip 4.4s ease-in-out infinite;
}
.phone-float > i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #160d28;
  background: #c4b5fd;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
}
.phone-float > span {
  display: flex;
  flex-direction: column;
}
.phone-float small {
  color: #756b8b;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.phone-float b {
  margin-top: 2px;
  font-size: 0.625rem;
  white-space: nowrap;
}
.float-insight {
  right: 0;
  top: 105px;
}
.float-models {
  left: -5px;
  bottom: 72px;
  animation-delay: -2s;
}
.float-models > i {
  color: #082019;
  background: #82dfbe;
}
.phone-ambient {
  position: absolute;
  z-index: 6;
  display: grid;
  place-items: center;
  border: 1px solid #332d42;
  background: rgba(12, 15, 19, 0.86);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(12px);
}
.ambient-brand {
  left: 61px;
  top: 87px;
  width: 54px;
  height: 54px;
  border-radius: 17px;
  animation: ambientFloat 4.8s ease-in-out infinite;
}
.ambient-brand img {
  width: 31px;
  height: 31px;
}
.ambient-signal {
  right: 49px;
  bottom: 81px;
  width: 82px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 14px;
  animation: ambientFloat 4.8s ease-in-out -2.2s infinite;
}
.ambient-signal i {
  width: 4px;
  height: 25%;
  border-radius: 4px;
  background: #a78bfa;
  animation: ambientBars 1.5s ease-in-out infinite;
}
.ambient-signal i:nth-child(2) {
  height: 55%;
  animation-delay: -0.3s;
}
.ambient-signal i:nth-child(3) {
  height: 85%;
  animation-delay: -0.6s;
}
.ambient-signal i:nth-child(4) {
  height: 45%;
  animation-delay: -0.9s;
}
.ambient-signal i:nth-child(5) {
  height: 68%;
  animation-delay: -1.2s;
}
.phone-particle {
  position: absolute;
  z-index: 2;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c4b5fd;
  box-shadow: 0 0 18px #a78bfa;
  animation: particlePulse 2.8s ease-in-out infinite;
}
.particle-one {
  left: 36px;
  bottom: 145px;
}
.particle-two {
  right: 25px;
  top: 185px;
  width: 5px;
  height: 5px;
  background: #7ee1be;
  box-shadow: 0 0 17px #7ee1be;
  animation-delay: -0.9s;
}
.particle-three {
  right: 78px;
  top: 55px;
  width: 4px;
  height: 4px;
  background: #e889b4;
  box-shadow: 0 0 15px #e889b4;
  animation-delay: -1.7s;
}
@keyframes phoneHover {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -7px;
  }
}
@keyframes phoneOrbit {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes phoneBars {
  0%,
  100% {
    transform: scaleY(0.72);
    opacity: 0.55;
  }
  50% {
    transform: scaleY(1.08);
    opacity: 1;
  }
}
@keyframes phoneChip {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}
@keyframes ambientFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(-3deg);
  }
}
@keyframes ambientBars {
  0%,
  100% {
    transform: scaleY(0.65);
    opacity: 0.5;
  }
  50% {
    transform: scaleY(1.1);
    opacity: 1;
  }
}
@keyframes particlePulse {
  0%,
  100% {
    transform: scale(0.75);
    opacity: 0.45;
  }
  50% {
    transform: scale(1.25);
    opacity: 1;
  }
}
@media (max-width: 1000px) {
  .hero-dashboard-shell {
    left: 50%;
    width: min(700px, 100%);
    transform: translate(-53%, -50%);
  }
  .hero-dashboard-shell:hover {
    transform: translate(-53%, calc(-50% - 2px));
  }
  .hero-phone-stage .hero-phone-wrap {
    bottom: 10px;
  }
  .hero-phone-stage .phone-orbit {
    left: calc(100% - 90px);
  }
}
@media (max-width: 760px) {
  .hero-phone-stage {
    height: 480px;
    transform: none;
  }
  .hero-dashboard-shell {
    width: 100%;
    height: 410px;
    transform: translate(-55%, -50%);
  }
  .hero-dashboard-shell:hover {
    transform: translate(-55%, calc(-50% - 2px));
  }
  .hero-phone-stage .hero-phone-wrap {
    bottom: 8px;
    transform: scale(0.62);
  }
  .hero-phone-stage .phone-orbit {
    left: calc(100% - 66px);
    bottom: -12px;
    width: 285px;
    height: 285px;
  }
  .float-insight {
    right: -14px;
  }
  .float-models {
    left: -18px;
  }
}
@media (max-width: 480px) {
  .hero-dashboard-shell {
    width: 112%;
    height: 380px;
    transform: translate(-59%, -50%);
  }
  .hero-dashboard-shell:hover {
    transform: translate(-59%, calc(-50% - 2px));
  }
  .hero-phone-stage .hero-phone-wrap {
    bottom: 6px;
    transform: scale(0.56);
  }
  .hero-phone-stage .phone-orbit {
    left: calc(100% - 52px);
    bottom: -16px;
    opacity: 0.62;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-phone,
  .phone-orbit,
  .pf-bars i,
  .phone-float,
  .phone-ambient,
  .ambient-signal i,
  .phone-particle {
    animation: none !important;
  }
}

/* Landing brand palette, intentionally scoped to index.html. */
.blue-home {
  --blue: #6d28d9;
  --blue-dark: #8b5cf6;
  --blue-soft: #f7f4ff;
  --sky: #f7f4ff;
  --navy: #0b0b12;
  --purple-electric: #a855f7;
  --purple-mid: #8b5cf6;
  --brand-border: #e6ddf8;
  --success: #22c55e;
  --warning: #f59e0b;
  --error: #ff5a5f;
  --copy: #6b6877;
  color: #0b0b12;
  color-scheme: light;
  background: #fff;
}
.blue-home .page-glow {
  background:
    radial-gradient(circle at 50% 0, rgba(139, 92, 246, 0.11), transparent 35%),
    radial-gradient(
      circle at 5% 48%,
      rgba(139, 92, 246, 0.045),
      transparent 27%
    );
}
.blue-home .browser-shell {
  background: #fff;
}
.blue-home .nav {
  border-color: rgba(11, 11, 18, 0.06);
  background: rgba(255, 255, 255, 0.88);
}
.blue-home .nav.scrolled {
  border-color: #e6ddf8;
}
.blue-home .logo {
  color: #0b0b12;
}
.blue-home .nav-links a {
  color: #4f4c59;
}
.blue-home .nav-links a:hover {
  color: #0b0b12;
}
.blue-home .nav-links small {
  color: #85818e;
}
.blue-home .nav-burger span {
  background: #0b0b12;
}
.blue-home .btn-primary {
  color: #fff;
  background: #6d28d9;
  box-shadow: 0 13px 28px -13px rgba(109, 40, 217, 0.5);
}
.blue-home .btn-primary:hover {
  color: #fff;
  background: #8b5cf6;
  box-shadow: 0 18px 34px -13px rgba(139, 92, 246, 0.48);
}
.blue-home .btn-ghost,
.blue-home .btn-white {
  color: #0b0b12;
  border-color: #e6ddf8;
  background: #fff;
}
.blue-home .btn-ghost:hover,
.blue-home .btn-white:hover {
  color: #6d28d9;
  border-color: #8b5cf6;
  background: #f7f4ff;
}
.blue-home .hero-flow {
  background:
    radial-gradient(
      circle at 67% 38%,
      rgba(139, 92, 246, 0.075),
      transparent 29%
    ),
    linear-gradient(#fff 0 55%, #f7f4ff 100%);
}
.blue-home .hero-flow::before {
  background: rgba(139, 92, 246, 0.055);
}
.blue-home .hero-copy h1,
.blue-home h2 {
  color: #0b0b12;
}
.blue-home .hero-copy h1 span {
  background: linear-gradient(
    110deg,
    #6d28d9 0%,
    #8b5cf6 40%,
    #a855f7 68%,
    #6d28d9 100%
  );
  background-size: 240% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blue-home .hero-kicker {
  color: #6b6877;
}
.blue-home .hero-kicker i {
  background: #8b5cf6;
  box-shadow: 10px 0 18px rgba(139, 92, 246, 0.42);
}
.blue-home .hero-copy > p,
.blue-home .section-sub,
.blue-home .dashboard-copy > p {
  color: #6b6877;
}
.blue-home .campaign-cta {
  color: #6d28d9;
  border-color: #e6ddf8;
  background: #f7f4ff;
}
.blue-home .campaign-cta:hover {
  color: #6d28d9;
  border-color: #c4b5fd;
  background: #ede9fe;
  box-shadow: 0 14px 30px -18px rgba(109, 40, 217, 0.32);
}

.blue-home .phone-orbit {
  border-color: rgba(139, 92, 246, 0.2);
  box-shadow:
    0 0 0 42px rgba(139, 92, 246, 0.035),
    0 0 72px rgba(139, 92, 246, 0.1),
    inset 0 0 45px rgba(139, 92, 246, 0.025);
}
.blue-home .phone-orbit::before,
.blue-home .phone-orbit::after {
  color: #8b5cf6;
  background: #8b5cf6;
  box-shadow:
    0 0 10px currentColor,
    0 0 25px currentColor;
}
.blue-home .hero-phone {
  border-color: #e6ddf8;
  background: linear-gradient(145deg, #f7f4ff, #cfc5e3 45%, #e6ddf8);
  box-shadow:
    0 38px 85px rgba(40, 34, 85, 0.2),
    0 0 55px rgba(139, 92, 246, 0.1),
    inset 0 1px 1px rgba(255, 255, 255, 0.8);
}
.blue-home .phone-screen-new {
  color: #0b0b12;
  background:
    radial-gradient(
      circle at 75% 18%,
      rgba(139, 92, 246, 0.1),
      transparent 28%
    ),
    linear-gradient(180deg, #fff, #f7f4ff);
}
.blue-home .phone-status,
.blue-home .phone-app-head > i {
  color: #777381;
}
.blue-home .phone-welcome small {
  color: #6b6877;
}
.blue-home .phone-feature {
  color: #fff;
  border-color: #6d28d9;
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 255, 255, 0.18),
      transparent 35%
    ),
    linear-gradient(145deg, #8b5cf6, #6d28d9);
  box-shadow: 0 15px 32px rgba(139, 92, 246, 0.2);
}
.blue-home .pf-top > i {
  color: #6d28d9;
  background: #fff;
}
.blue-home .pf-top > small,
.blue-home .pf-top > em {
  color: #eeecff;
}
.blue-home .pf-bars i {
  background: #fff;
}
.blue-home .phone-models > a {
  color: #0b0b12;
  border-color: #e6ddf8;
  background: #fff;
}
.blue-home .phone-models > a > i,
.blue-home .phone-models > a.phone-clipping > i,
.blue-home .phone-models > a:nth-child(3) > i {
  color: #fff;
  background: #8b5cf6;
}
.blue-home .phone-models small {
  color: #777381;
}
.blue-home .phone-dock {
  border-color: #e6ddf8;
  background: rgba(255, 255, 255, 0.9);
}
.blue-home .phone-dock i {
  color: #8c8895;
}
.blue-home .phone-dock i.active {
  color: #6d28d9;
}
.blue-home .phone-particle,
.blue-home .particle-two,
.blue-home .particle-three {
  background: #8b5cf6;
  box-shadow: 0 0 18px rgba(139, 92, 246, 0.55);
}

.blue-home .product-section,
.blue-home .dashboard-section {
  border-color: #e6ddf8;
  background: #f7f4ff;
}
.blue-home .steps-section,
.blue-home .faq-section {
  background: #fff;
}
.blue-home .product-card {
  color: #0b0b12;
  border-color: #e6ddf8;
  background: #fff;
  box-shadow: 0 15px 38px rgba(44, 39, 82, 0.07);
}
.blue-home .product-card::after {
  background: #f7f4ff;
}
.blue-home .product-card:hover {
  border-color: #8b5cf6;
  box-shadow: 0 25px 55px rgba(44, 39, 82, 0.12);
}
.blue-home .product-card.featured {
  color: #fff;
  border-color: #6d28d9;
  background: #6d28d9;
  box-shadow: 0 24px 50px rgba(109, 40, 217, 0.2);
}
.blue-home .product-card.featured::after {
  background: rgba(255, 255, 255, 0.1);
}
.blue-home .product-icon {
  color: #8b5cf6;
  background: #f7f4ff;
}
.blue-home .featured .product-icon {
  color: #6d28d9;
  background: #fff;
}
.blue-home .product-card p {
  color: #6b6877;
}
.blue-home .featured p {
  color: rgba(255, 255, 255, 0.78);
}
.blue-home .product-card ul {
  color: #4f4c59;
}
.blue-home .featured ul {
  color: rgba(255, 255, 255, 0.9);
}
.blue-home .product-card li::before,
.blue-home .card-link {
  color: #6d28d9;
}
.blue-home .featured li::before,
.blue-home .featured .card-link {
  color: #fff;
}
.blue-home .popular {
  color: #6d28d9;
  background: #fff;
}
.blue-home .steps-track {
  background: transparent;
}
.blue-home .step-card {
  border-color: #e6ddf8;
  background: #fff;
}
.blue-home .step-card > span {
  color: #8d8997;
}
.blue-home .step-card h3 {
  color: #0b0b12;
}
.blue-home .step-card p {
  color: #6b6877;
}
.blue-home .step-visual {
  background: #f7f4ff;
}
.blue-home .step-visual.select i {
  border-color: #e6ddf8;
  background: #fff;
}
.blue-home .step-visual.select i:nth-child(2) {
  border-color: #8b5cf6;
}
.blue-home .step-visual.create b {
  color: #fff;
  background: #6d28d9;
  box-shadow: 0 15px 30px rgba(109, 40, 217, 0.2);
}
.blue-home .step-visual.track i {
  background: #e6ddf8;
}
.blue-home .step-visual.track i:nth-child(3) {
  background: #8b5cf6;
}
.blue-home .audience-tabs span {
  border-color: #e6ddf8;
  background: #fff;
}
.blue-home .audience-tabs i {
  color: #8b5cf6;
  background: #f7f4ff;
}
.blue-home .audience-tabs b {
  color: #0b0b12;
}
.blue-home .audience-tabs small {
  color: #777381;
}
.blue-home .dashboard-mock {
  color: #0b0b12;
  border-color: #e6ddf8;
  background: #fff;
  box-shadow: 0 30px 70px rgba(44, 39, 82, 0.14);
}
.blue-home .dm-sidebar {
  background: #0b0b12;
}
.blue-home .dm-sidebar i {
  background: rgba(255, 255, 255, 0.1);
}
.blue-home .dm-sidebar i:first-of-type {
  background: #a855f7;
}
.blue-home .dm-main {
  color: #0b0b12;
}
.blue-home .dm-top > span,
.blue-home .audience-tabs i {
  color: #8b5cf6;
  background: #f7f4ff;
}
.blue-home .dm-stats span,
.blue-home .dm-chart,
.blue-home .dm-feed {
  border-color: #e6ddf8;
  background: #fff;
}
.blue-home .chart-bars i {
  background: #e6ddf8;
}
.blue-home .chart-bars i:nth-child(4) {
  background: #6d28d9;
}
.blue-home .chart-bars i:nth-child(6) {
  background: #8b5cf6;
}
.blue-home .dm-feed i {
  background: #8b5cf6;
}
.blue-home .faq-item {
  border-color: #e6ddf8;
}
.blue-home .faq-item summary {
  color: #0b0b12;
}
.blue-home .faq-item p {
  color: #6b6877;
}
.blue-home .final-cta {
  color: #fff;
  background:
    radial-gradient(circle at 50% 0, rgba(168, 85, 247, 0.2), transparent 35%),
    linear-gradient(135deg, #0b0b12, #1b1028);
}
.blue-home .final-cta h2 {
  color: #fff;
}
.blue-home .final-cta p {
  color: rgba(255, 255, 255, 0.78);
}
.blue-home .final-cta .btn-white {
  color: #6d28d9;
  border-color: #fff;
  background: #fff;
}
.blue-home .final-cta .cta-orb {
  border-color: #a855f7;
  background: #a855f7;
  box-shadow: 0 14px 35px rgba(168, 85, 247, 0.3);
}
.blue-home .btn-glass {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
}
.blue-home .btn-glass:hover {
  color: #fff;
  border-color: #a855f7;
  background: #a855f7;
}
.blue-home .footer {
  background: #0b0b12;
}
.blue-home .footer-col a:hover,
.blue-home .footer-col button:hover {
  color: #a855f7;
}
.blue-home .product-menu {
  border-color: #e6ddf8;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 65px rgba(44, 39, 82, 0.15);
}
.blue-home .product-menu > a,
.blue-home .menu-soon {
  color: #0b0b12;
}
.blue-home .product-menu > a:hover {
  color: #6d28d9;
  background: #f7f4ff;
}
.blue-home .product-menu i,
.blue-home .product-menu > a:nth-child(2) i,
.blue-home .product-menu > a:nth-child(3) i {
  color: #fff;
  background: #8b5cf6;
}
.blue-home .product-menu small {
  color: #777381;
}
.blue-home .browser-bar .red {
  background: #ff5a5f;
}
.blue-home .browser-bar .yellow {
  background: #f59e0b;
}
.blue-home .browser-bar .green,
.blue-home .console-status i,
.blue-home .pulse-dot {
  background: #22c55e;
}

/* Creator hero: keep the interactive desktop dashboard as the single focal product visual. */
.blue-home:not(.brand-home) .hero-phone-stage .hero-phone-wrap,
.blue-home:not(.brand-home) .hero-phone-stage .phone-orbit {
  display: none !important;
}
.blue-home:not(.brand-home) .hero-phone-stage {
  height: 600px;
  perspective: 1400px;
  perspective-origin: 0 300px;
}
.blue-home:not(.brand-home) .hero-phone-stage::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  width: 720px;
  height: 510px;
  margin: -262px 0 0 -8px;
  border-radius: 28px;
  background: linear-gradient(
    145deg,
    rgba(168, 85, 247, 0.15),
    rgba(109, 40, 217, 0.07)
  );
  box-shadow: -22px 34px 74px rgba(58, 34, 99, 0.18);
  transform: skewY(0.8deg);
  pointer-events: none;
}
.blue-home:not(.brand-home) .hero-dashboard-shell {
  left: 0;
  top: 50%;
  width: 720px;
  height: 510px;
  margin: -272.25px 0 0 0;
  border: 1px solid rgba(109, 40, 217, 0.14);
  border-radius: 26px;
  box-shadow:
    -20px 38px 82px rgba(58, 34, 99, 0.2),
    0 0 0 10px rgba(255, 255, 255, 0.25);
  transform: rotateY(-5deg) rotateX(1deg);
  transform-origin: left center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: none;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}
.blue-home:not(.brand-home) .hero-dashboard-shell:hover {
  transform: rotateY(-11deg) rotateX(1.5deg);
  border-color: rgba(109, 40, 217, 0.24);
  box-shadow:
    -16px 42px 86px rgba(58, 34, 99, 0.22),
    0 0 0 10px rgba(255, 255, 255, 0.34);
}
.blue-home:not(.brand-home) .creator-bubble {
  position: absolute;
  z-index: 3;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(
    circle at 28% 22%,
    rgba(255, 255, 255, 0.92),
    rgba(241, 136, 202, 0.72) 30%,
    rgba(168, 85, 247, 0.78) 72%,
    rgba(109, 40, 217, 0.72)
  );
  box-shadow:
    inset -8px -10px 20px rgba(85, 34, 145, 0.18),
    0 14px 35px rgba(116, 49, 172, 0.2);
  animation: creatorBubbleFloat 5.6s ease-in-out infinite;
}
.creator-bubble-one {
  width: 56px;
  height: 56px;
  right: -10px;
  top: 34px;
}
.creator-bubble-two {
  z-index: 1 !important;
  width: 32px;
  height: 32px;
  left: 4px;
  top: 35%;
  animation-delay: -1.7s !important;
}
.creator-bubble-three {
  width: 42px;
  height: 42px;
  right: 5%;
  bottom: 12px;
  animation-delay: -3.1s !important;
}
.creator-bubble-four {
  z-index: 1 !important;
  width: 18px;
  height: 18px;
  right: 24%;
  top: 15px;
  opacity: 0.76;
  animation-delay: -4.2s !important;
}
@keyframes creatorBubbleFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  50% {
    transform: translate3d(0, -13px, 0) rotate(7deg);
  }
}
@media (min-width: 1001px) {
  .blue-home:not(.brand-home) .hero-flow {
    grid-template-columns: minmax(420px, 0.84fr) minmax(610px, 1.16fr);
    gap: 52px;
    padding-right: max(48px, calc((100% - 1280px) / 2));
    padding-left: max(48px, calc((100% - 1280px) / 2));
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .blue-home:not(.brand-home) .hero-flow {
    grid-template-columns: minmax(330px, 0.75fr) minmax(0, 1.25fr);
    gap: 36px;
  }
  .blue-home:not(.brand-home) .hero-dashboard-shell {
    width: 600px;
    height: 510px;
    margin: -283.25px 0 0;
    clip-path: none;
    transform: rotateY(-5deg) rotateX(1deg);
    transform-origin: left center;
  }
  .blue-home:not(.brand-home) .hero-dashboard-shell:hover {
    transform: rotateY(-11deg) rotateX(1.5deg);
  }
  .blue-home:not(.brand-home) .hero-phone-stage::before {
    display: none;
  }
  .blue-home:not(.brand-home) .hero-phone-stage {
    height: 600px;
  }
}
@media (max-width: 1000px) {
  .blue-home:not(.brand-home) .hero-phone-stage {
    height: 560px;
  }
  .blue-home:not(.brand-home) .hero-dashboard-shell {
    width: min(820px, 112%);
    height: 520px;
    margin: 0;
    clip-path: none;
    transform: translate(-50%, -50%);
  }
  .blue-home:not(.brand-home) .hero-dashboard-shell:hover {
    transform: translate(-50%, calc(-50% - 3px));
  }
  .blue-home:not(.brand-home) .hero-phone-stage::before {
    display: none;
  }
}
@media (max-width: 760px) {
  .blue-home:not(.brand-home) .hero-phone-stage {
    height: 450px;
  }
  .blue-home:not(.brand-home) .hero-dashboard-shell {
    width: 116%;
    height: 425px;
    transform: translate(-50%, -50%);
    transform-origin: center;
  }
  .blue-home:not(.brand-home) .hero-dashboard-shell:hover {
    transform: translate(-50%, calc(-50% - 3px));
  }
}
@media (max-width: 480px) {
  .blue-home:not(.brand-home) .hero-phone-stage {
    height: 390px;
  }
  .blue-home:not(.brand-home) .hero-dashboard-shell {
    width: 122%;
    height: 375px;
  }
}

/*
 * MANUAL HERO TYPOGRAPHY CONTROLS
 * --------------------------------------------------------------------------
 * Change the four custom properties near the top of this file. Keeping the
 * actual selectors here, after all legacy/theme rules, makes those values the
 * single reliable source of truth for the creator homepage.
 */
.blue-home:not(.brand-home) .hero-copy h1 {
  font-size: var(--hero-title-size);
}

.blue-home:not(.brand-home) .hero-copy > p {
  font-size: var(--hero-description-size);
}

@media (max-width: 760px) {
  .blue-home:not(.brand-home) .hero-copy h1 {
    font-size: var(--hero-title-size-mobile);
  }

  .blue-home:not(.brand-home) .hero-copy > p {
    font-size: var(--hero-description-size-mobile);
  }
}

@media (min-width: 761px) {
  .blue-home:not(.brand-home) .hero-copy .hero-actions .btn,
  .brand-home .brand-hero-copy .hero-actions .btn {
    width: 180px;
    min-width: 180px;
  }
}
