/* Arbi Assistant hub layout — homepage reference (.home-arbi-hub) */

.home-arbi-hub {
  --arbi-hub-ease: cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  z-index: 2;
  padding: 0;
}

.howItWorks__arbiShowcase .home-arbi-hub {
  padding: 0;
}

.home-arbi-hub__shell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 4vw, 48px);
  min-height: clamp(850px, 88vh, 1000px);
  padding: clamp(40px, 4.5vw, 56px) clamp(20px, 3vw, 40px) clamp(44px, 5vw, 56px);
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 18%, rgba(59, 130, 246, 0.08), transparent 42%),
    radial-gradient(circle at 22% 78%, rgba(236, 72, 153, 0.10), transparent 38%),
    radial-gradient(circle at 78% 82%, rgba(99, 102, 241, 0.08), transparent 36%),
    #050b1d;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

/* ── Intro ── */
.home-arbi-hub__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}

.home-arbi-hub__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0 0 clamp(14px, 1.8vw, 18px);
  font-size: clamp(0.875rem, 1vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c4b5fd;
}

.home-arbi-hub__labelIcon {
  color: #f472b6;
}

.home-arbi-hub__title {
  max-width: min(980px, 100%);
  margin: 0 0 clamp(16px, 2vw, 22px);
  font-size: clamp(2.25rem, 5vw, 4.25rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #fff;
}

.home-arbi-hub__titleAccent {
  background: linear-gradient(90deg, #ec4899, #60a5fa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.home-arbi-hub__desc {
  max-width: min(760px, 100%);
  margin: 0;
  font-size: clamp(1.05rem, 1.55vw, 1.375rem);
  line-height: 1.45;
  color: rgba(148, 163, 184, 0.94);
}

.home-arbi-hub__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: clamp(24px, 3vw, 32px);
}

.home-arbi-hub__btnPrimary {
  min-height: 46px;
  padding: 0 24px;
  font-size: 0.95rem;
  font-weight: 600;
  box-shadow: 0 6px 22px rgba(236, 72, 153, 0.22), 0 3px 12px rgba(59, 130, 246, 0.14);
}

.home-arbi-hub__btnSecondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(226, 232, 240, 0.92);
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.2s var(--arbi-hub-ease), background 0.2s var(--arbi-hub-ease);
}

.home-arbi-hub__btnSecondary:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

/* ── Stage layout ── */
.home-arbi-hub__stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(200px, 1fr) minmax(300px, 380px) minmax(200px, 1fr);
  grid-template-rows: auto auto;
  gap: clamp(18px, 2.5vw, 28px) clamp(16px, 2vw, 24px);
  align-items: center;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  min-height: clamp(380px, 42vw, 480px);
}

.home-arbi-hub__lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.home-arbi-hub__linePath {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  vector-effect: non-scaling-stroke;
}

.home-arbi-hub__lineDot {
  fill: url(#home-how-arbi-line-grad);
  opacity: 0;
  filter: drop-shadow(0 0 6px rgba(236, 72, 153, 0.45));
}

.home-arbi-hub.is-visible .home-arbi-hub__linePath {
  animation: arbiHubLineDraw 650ms var(--arbi-hub-ease) 280ms forwards;
}

.home-arbi-hub.is-visible .home-arbi-hub__lineDot {
  animation: arbiHubDotIn 450ms var(--arbi-hub-ease) 720ms forwards;
}

.home-arbi-hub__features {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 2.5vw, 28px);
}

.home-arbi-hub__features--left {
  grid-column: 1;
  grid-row: 1 / -1;
  justify-self: end;
  width: 100%;
  max-width: 300px;
}

.home-arbi-hub__features--right {
  grid-column: 3;
  grid-row: 1 / -1;
  justify-self: start;
  width: 100%;
  max-width: 300px;
}

.home-arbi-hub__feature {
  padding: clamp(18px, 2.2vw, 22px) clamp(18px, 2.2vw, 24px);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(8, 14, 32, 0.62);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.home-arbi-hub__featureIcon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.home-arbi-hub__featureIcon--pink {
  color: #f472b6;
  background: rgba(236, 72, 153, 0.10);
  border-color: rgba(236, 72, 153, 0.22);
}

.home-arbi-hub__featureIcon--blue {
  color: #93c5fd;
  background: rgba(59, 130, 246, 0.10);
  border-color: rgba(59, 130, 246, 0.22);
}

.home-arbi-hub__featureIcon--purple {
  color: #c4b5fd;
  background: rgba(167, 139, 250, 0.10);
  border-color: rgba(167, 139, 250, 0.22);
}

.home-arbi-hub__featureTitle {
  margin: 0 0 8px;
  font-size: clamp(1.15rem, 1.5vw, 1.375rem);
  font-weight: 600;
  line-height: 1.25;
  color: #f8fafc;
}

.home-arbi-hub__featureText {
  margin: 0;
  font-size: clamp(0.95rem, 1.1vw, 1.0625rem);
  line-height: 1.45;
  color: rgba(148, 163, 184, 0.92);
}

/* ── Center vehicle card ── */
.home-arbi-hub__card {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 1 / -1;
  justify-self: center;
  width: 100%;
  max-width: 380px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(8, 14, 32, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
  box-shadow:
    0 20px 56px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(59, 130, 246, 0.06);
}

.home-arbi-hub__exampleTag {
  position: absolute;
  top: 12px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  margin: 0;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(5, 12, 30, 0.88);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.95);
}

.home-arbi-hub__cardMedia {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.95);
}

.home-arbi-hub__cardMedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-arbi-hub__cardPlaceholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 50% 60%, rgba(59, 130, 246, 0.08), transparent 55%),
    #0a1228;
}

.home-arbi-hub__cardPlaceholder img {
  width: min(72%, 260px);
  height: auto;
  object-fit: contain;
  opacity: 0.55;
  filter: drop-shadow(0 8px 24px rgba(59, 130, 246, 0.12));
}

.home-arbi-hub__cardBadge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px 5px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(5, 12, 30, 0.78);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.92);
}

.home-arbi-hub__cardBadgeDot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #ec4899;
  box-shadow: 0 0 8px rgba(236, 72, 153, 0.65);
}

.home-arbi-hub__cardSave {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(5, 12, 30, 0.72);
  color: rgba(248, 250, 252, 0.9);
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.home-arbi-hub__cardSave:hover:not(:disabled) {
  border-color: rgba(236, 72, 153, 0.35);
  background: rgba(15, 23, 42, 0.92);
}

.home-arbi-hub__cardSave:disabled {
  opacity: 0.55;
  cursor: default;
}

.home-arbi-hub__cardBody {
  padding: 16px 18px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.home-arbi-hub__cardTitle {
  margin: 0 0 12px;
  font-size: clamp(0.82rem, 1.1vw, 0.92rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.96);
}

.home-arbi-hub__cardTitle a {
  color: inherit;
  text-decoration: none;
}

.home-arbi-hub__cardTitle a:hover {
  color: #fff;
}

.home-arbi-hub__cardMetaRow {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.home-arbi-hub__cardPrice {
  margin: 0;
  font-size: clamp(1.55rem, 2.2vw, 1.95rem);
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.home-arbi-hub__cardMeta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  font-size: 0.76rem;
  color: rgba(226, 232, 240, 0.86);
}

.home-arbi-hub__cardMeta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.home-arbi-hub__cardCta {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 14px 18px;
  border: none;
  background: rgba(5, 12, 30, 0.88);
  color: rgba(226, 232, 240, 0.92);
  font-size: 0.88rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}

.home-arbi-hub__cardCta:hover {
  background: rgba(15, 23, 42, 0.95);
  color: #fff;
}

.home-arbi-hub__cardChev {
  margin-left: auto;
  color: rgba(148, 163, 184, 0.75);
}

/* ── Value strip ── */
.home-arbi-hub__valueStrip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 20px);
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(14px, 2vw, 18px) clamp(18px, 2.5vw, 28px);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 14, 32, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.home-arbi-hub__valueLead {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-right: clamp(12px, 2vw, 18px);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(226, 232, 240, 0.94);
}

.home-arbi-hub__valueLead svg {
  color: #f472b6;
  flex-shrink: 0;
}

.home-arbi-hub__valueItem {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  padding: 0 clamp(8px, 1.5vw, 14px);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.home-arbi-hub__valueItem:last-child {
  border-right: none;
}

.home-arbi-hub__valueIcon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #93c5fd;
}

.home-arbi-hub__valueCopy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.home-arbi-hub__valueCopy strong {
  font-size: 0.84rem;
  font-weight: 600;
  color: #f1f5f9;
}

.home-arbi-hub__valueCopy span {
  font-size: 0.76rem;
  line-height: 1.4;
  color: rgba(148, 163, 184, 0.88);
}

/* ── Scroll reveal ── */
.home-arbi-hub[data-arbi-hub-reveal] [data-arbi-hub="label"],
.home-arbi-hub[data-arbi-hub-reveal] [data-arbi-hub="title"],
.home-arbi-hub[data-arbi-hub-reveal] [data-arbi-hub="desc"],
.home-arbi-hub[data-arbi-hub-reveal] [data-arbi-hub="actions"],
.home-arbi-hub[data-arbi-hub-reveal] [data-arbi-hub="card"],
.home-arbi-hub[data-arbi-hub-reveal] [data-arbi-hub="panel"],
.home-arbi-hub[data-arbi-hub-reveal] [data-arbi-hub="strip"],
.home-arbi-hub[data-arbi-hub-reveal] .home-arbi-hub__lines {
  opacity: 0;
}

.home-arbi-hub[data-arbi-hub-reveal] [data-arbi-hub="title"],
.home-arbi-hub[data-arbi-hub-reveal] [data-arbi-hub="desc"],
.home-arbi-hub[data-arbi-hub-reveal] [data-arbi-hub="actions"],
.home-arbi-hub[data-arbi-hub-reveal] [data-arbi-hub="card"],
.home-arbi-hub[data-arbi-hub-reveal] [data-arbi-hub="panel"],
.home-arbi-hub[data-arbi-hub-reveal] [data-arbi-hub="strip"] {
  transform: translateY(14px);
}

.home-arbi-hub[data-arbi-hub-reveal] [data-arbi-hub="card"] {
  transform: translateY(14px) scale(0.98);
}

.home-arbi-hub.is-visible [data-arbi-hub="label"] {
  animation: arbiHubFadeUp 450ms var(--arbi-hub-ease) forwards;
}

.home-arbi-hub.is-visible [data-arbi-hub="title"] {
  animation: arbiHubFadeUp 450ms var(--arbi-hub-ease) 60ms forwards;
}

.home-arbi-hub.is-visible [data-arbi-hub="desc"] {
  animation: arbiHubFadeUp 450ms var(--arbi-hub-ease) 120ms forwards;
}

.home-arbi-hub.is-visible [data-arbi-hub="actions"] {
  animation: arbiHubFadeUp 450ms var(--arbi-hub-ease) 180ms forwards;
}

.home-arbi-hub.is-visible [data-arbi-hub="card"] {
  animation: arbiHubCardIn 550ms var(--arbi-hub-ease) 220ms forwards;
}

.home-arbi-hub.is-visible .home-arbi-hub__lines {
  animation: arbiHubFadeIn 450ms var(--arbi-hub-ease) 260ms forwards;
}

.home-arbi-hub.is-visible [data-arbi-hub-panel="summary"] {
  animation: arbiHubFadeUp 450ms var(--arbi-hub-ease) 380ms forwards;
}

.home-arbi-hub.is-visible [data-arbi-hub-panel="price"] {
  animation: arbiHubFadeUp 450ms var(--arbi-hub-ease) 470ms forwards;
}

.home-arbi-hub.is-visible [data-arbi-hub-panel="compare"] {
  animation: arbiHubFadeUp 450ms var(--arbi-hub-ease) 560ms forwards;
}

.home-arbi-hub.is-visible [data-arbi-hub-panel="questions"] {
  animation: arbiHubFadeUp 450ms var(--arbi-hub-ease) 650ms forwards;
}

.home-arbi-hub.is-visible [data-arbi-hub="strip"] {
  animation: arbiHubFadeUp 450ms var(--arbi-hub-ease) 740ms forwards;
}

@keyframes arbiHubFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes arbiHubCardIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes arbiHubFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes arbiHubLineDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes arbiHubDotIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .home-arbi-hub__shell {
    min-height: auto;
  }

  .home-arbi-hub__stage {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
    min-height: 0;
  }

  .home-arbi-hub__lines {
    display: none;
  }

  .home-arbi-hub__features--left,
  .home-arbi-hub__features--right,
  .home-arbi-hub__card {
    grid-column: 1;
    grid-row: auto;
    max-width: none;
    justify-self: stretch;
  }

  .home-arbi-hub__features--left,
  .home-arbi-hub__features--right {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .home-arbi-hub__card {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .home-arbi-hub__shell {
    padding: 28px 18px 36px;
    border-radius: 24px;
  }

  .home-arbi-hub__title {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  .home-arbi-hub__actions {
    flex-direction: column;
    width: 100%;
  }

  .home-arbi-hub__btnPrimary,
  .home-arbi-hub__btnSecondary {
    width: 100%;
    justify-content: center;
  }

  .home-arbi-hub__features--left,
  .home-arbi-hub__features--right {
    grid-template-columns: 1fr;
  }

  .home-arbi-hub__card {
    max-width: none;
  }

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

  .home-arbi-hub__valueLead {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0 0 12px;
    justify-content: center;
  }

  .home-arbi-hub__valueItem {
    border-right: none;
    padding: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-arbi-hub[data-arbi-hub-reveal] [data-arbi-hub],
  .home-arbi-hub[data-arbi-hub-reveal] [data-arbi-hub-panel],
  .home-arbi-hub[data-arbi-hub-reveal] .home-arbi-hub__lines {
    opacity: 1;
    transform: none;
    animation: none !important;
  }

  .home-arbi-hub__linePath {
    stroke-dashoffset: 0;
  }

  .home-arbi-hub__lineDot {
    opacity: 1;
  }
}

/* ── Arbi Assistant hero layout (image + feature grid) ── */

.home-arbi-hub--hero.arbi-assistant-section {
  position: relative;
  padding: clamp(72px, 8vw, 112px) clamp(16px, 3vw, 24px);
  background: transparent;
  overflow: visible;
}

.home-arbi-hub--hero.arbi-assistant-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 36%, rgba(59, 130, 246, 0.18), transparent 42%),
    radial-gradient(circle at 50% 62%, rgba(37, 99, 235, 0.08), transparent 48%);
}

.home-arbi-hub--hero.arbi-assistant-section::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 38%;
  width: min(920px, 88vw);
  height: min(520px, 52vw);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.12) 0%, transparent 68%);
  filter: blur(48px);
  pointer-events: none;
}

.home-arbi-hub--hero .arbi-assistant-section__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.arbi-assistant-header {
  max-width: 820px;
  margin: 0 auto clamp(32px, 4vw, 42px);
  text-align: center;
}

.arbi-assistant-eyebrow {
  margin: 0 0 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #60a5fa;
}

.arbi-assistant-title {
  margin: 0 0 14px;
  font-size: clamp(1.85rem, 3.4vw, 2.65rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #f8fafc;
}

.arbi-assistant-subtitle {
  margin: 0 auto;
  max-width: min(760px, 100%);
  font-size: clamp(0.95rem, 1.15vw, 1.05rem);
  line-height: 1.58;
  color: rgba(148, 163, 184, 0.92);
}

.arbi-assistant-image-wrap {
  position: relative;
  max-width: 1180px;
  margin: clamp(-12px, -1.5vw, 0) auto 0;
  border-radius: 0;
  overflow: visible;
  isolation: isolate;
}

.arbi-assistant-image-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  width: min(780px, 72vw);
  height: min(420px, 44vw);
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(59, 130, 246, 0.2) 0%, rgba(59, 130, 246, 0.06) 42%, transparent 72%);
  filter: blur(56px);
  z-index: 0;
  pointer-events: none;
}

.arbi-assistant-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  object-fit: contain;
  object-position: center center;
  box-shadow: none;
  background: transparent;
  -webkit-mask-image:
    radial-gradient(ellipse 98% 94% at 50% 50%, #000 68%, transparent 100%);
  mask-image:
    radial-gradient(ellipse 98% 94% at 50% 50%, #000 68%, transparent 100%);
}

.assistant-feature-grid {
  max-width: 1120px;
  margin: clamp(32px, 4vw, 42px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.assistant-feature-card {
  padding: clamp(18px, 2vw, 24px);
  border-radius: 22px;
  background: rgba(8, 16, 34, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.assistant-feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(96, 165, 250, 0.24);
  color: #60a5fa;
}

.assistant-feature-card h3 {
  margin: 16px 0 0;
  color: #f8fafc;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
}

.assistant-feature-card p {
  margin: 8px 0 0;
  color: #94a3b8;
  font-size: 0.9rem;
  line-height: 1.55;
}

.assistant-actions {
  margin-top: clamp(28px, 3.5vw, 34px);
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.assistant-actions__btn {
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
}

.assistant-actions__btn--secondary {
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(8, 16, 34, 0.55);
  color: #e2e8f0;
}

.assistant-actions__btn--secondary:hover {
  border-color: rgba(148, 163, 184, 0.34);
  background: rgba(15, 23, 42, 0.72);
  color: #fff;
}

.home-arbi-hub--hero[data-arbi-hub-reveal] .arbi-assistant-header,
.home-arbi-hub--hero[data-arbi-hub-reveal] .arbi-assistant-image-wrap,
.home-arbi-hub--hero[data-arbi-hub-reveal] .assistant-feature-card,
.home-arbi-hub--hero[data-arbi-hub-reveal] .assistant-actions {
  opacity: 0;
  transform: translateY(14px);
}

.home-arbi-hub--hero.is-visible .arbi-assistant-header {
  animation: arbiHeroIn 620ms cubic-bezier(0.22, 1, 0.36, 1) 0ms forwards;
}

.home-arbi-hub--hero.is-visible .arbi-assistant-image-wrap {
  animation: arbiHeroIn 620ms cubic-bezier(0.22, 1, 0.36, 1) 80ms forwards;
}

.home-arbi-hub--hero.is-visible .assistant-feature-card {
  animation: arbiHeroIn 520ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.home-arbi-hub--hero.is-visible .assistant-feature-card:nth-child(1) { animation-delay: 160ms; }
.home-arbi-hub--hero.is-visible .assistant-feature-card:nth-child(2) { animation-delay: 210ms; }
.home-arbi-hub--hero.is-visible .assistant-feature-card:nth-child(3) { animation-delay: 260ms; }
.home-arbi-hub--hero.is-visible .assistant-feature-card:nth-child(4) { animation-delay: 310ms; }
.home-arbi-hub--hero.is-visible .assistant-feature-card:nth-child(5) { animation-delay: 360ms; }
.home-arbi-hub--hero.is-visible .assistant-feature-card:nth-child(6) { animation-delay: 410ms; }

.home-arbi-hub--hero.is-visible .assistant-actions {
  animation: arbiHeroIn 620ms cubic-bezier(0.22, 1, 0.36, 1) 480ms forwards;
}

@keyframes arbiHeroIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

  .arbi-assistant-image {
    -webkit-mask-image:
      radial-gradient(ellipse 100% 92% at 50% 50%, #000 62%, transparent 100%);
    mask-image:
      radial-gradient(ellipse 100% 92% at 50% 50%, #000 62%, transparent 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-arbi-hub--hero[data-arbi-hub-reveal] .arbi-assistant-header,
  .home-arbi-hub--hero[data-arbi-hub-reveal] .arbi-assistant-image-wrap,
  .home-arbi-hub--hero[data-arbi-hub-reveal] .assistant-feature-card,
  .home-arbi-hub--hero[data-arbi-hub-reveal] .assistant-actions,
  .home-arbi-hub--hero.is-visible .arbi-assistant-header,
  .home-arbi-hub--hero.is-visible .arbi-assistant-image-wrap,
  .home-arbi-hub--hero.is-visible .assistant-feature-card,
  .home-arbi-hub--hero.is-visible .assistant-actions {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
