.home-dash--v2 {
  gap: 18px !important;
}

.home-landing-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(18px, 4vw, 42px);
  align-items: center;
  min-height: 360px;
  overflow: hidden;
  border-radius: 32px;
  padding: clamp(26px, 5vw, 58px);
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,0.42), transparent 28%),
    linear-gradient(135deg, #ff714f 0%, #ff4d7d 48%, #7c3cff 100%);
  box-shadow: 0 28px 80px rgba(255, 78, 86, 0.24), 0 12px 34px rgba(49, 32, 108, 0.16);
  color: #fff;
}

.home-landing-hero::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: 31px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.20), rgba(255,255,255,0.04)),
    radial-gradient(circle at 80% 18%, rgba(255,221,128,0.34), transparent 24%);
  pointer-events: none;
  z-index: -1;
}

.home-landing-hero::after {
  content: '';
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 300px;
  height: 300px;
  border-radius: 999px;
  background: rgba(255,255,255,0.13);
  filter: blur(2px);
  z-index: -1;
}

.home-landing-hero__bg {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: -1;
}

.home-landing-hero__bg--one {
  width: 160px;
  height: 160px;
  left: 48%;
  top: -56px;
  background: rgba(255,255,255,0.18);
}

.home-landing-hero__bg--two {
  width: 86px;
  height: 86px;
  left: 42px;
  bottom: 34px;
  background: rgba(255,255,255,0.12);
}

.home-landing-hero__content {
  position: relative;
  z-index: 1;
  max-width: 680px;
}

.home-landing-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,0.32);
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.22);
  backdrop-filter: blur(12px);
  margin-bottom: 18px;
}

.home-landing-hero__badge b {
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.08em;
}

.home-landing-hero__badge small {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.20);
  color: rgba(255,255,255,0.90);
  font-size: 11px;
  font-weight: 900;
}

.home-landing-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5.2vw, 62px);
  line-height: 1.05;
  letter-spacing: -0.065em;
  font-weight: 1000;
  text-shadow: 0 10px 30px rgba(45, 24, 88, 0.18);
}

.home-landing-hero p {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255,255,255,0.88);
  font-size: clamp(14px, 1.6vw, 17px);
  line-height: 1.72;
  font-weight: 700;
  word-break: keep-all;
}

.home-landing-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.home-landing-hero__primary,
.home-landing-hero__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 1000;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.home-landing-hero__primary {
  background: #fff;
  color: #ff4d54;
  box-shadow: 0 14px 32px rgba(36, 22, 74, 0.22);
}

.home-landing-hero__secondary {
  border: 1px solid rgba(255,255,255,0.40);
  background: rgba(255,255,255,0.14);
  color: #fff;
  backdrop-filter: blur(10px);
}

.home-landing-hero__primary:hover,
.home-landing-hero__secondary:hover {
  transform: translateY(-2px);
}

.home-landing-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.home-landing-hero__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.20);
  background: rgba(255,255,255,0.13);
  color: rgba(255,255,255,0.90);
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(8px);
}

.home-landing-hero__mock {
  position: relative;
  min-height: 270px;
}

.home-mock-card {
  border: 1px solid rgba(255,255,255,0.30);
  background: rgba(255,255,255,0.18);
  color: #fff;
  box-shadow: 0 18px 46px rgba(37, 20, 85, 0.22);
  backdrop-filter: blur(16px);
}

.home-mock-card--main {
  position: absolute;
  inset: 22px 18px auto auto;
  width: min(320px, 100%);
  border-radius: 26px;
  padding: 20px;
  transform: rotate(2deg);
}

.home-mock-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.home-mock-card__top span {
  font-size: 12px;
  font-weight: 900;
  color: rgba(255,255,255,0.84);
}

.home-mock-card__top b {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #ffffff;
  color: #ff4d54;
  font-size: 10px;
  font-weight: 1000;
}

.home-mock-card strong {
  display: block;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.04em;
  font-weight: 1000;
}

.home-mock-vote {
  height: 34px;
  border-radius: 999px;
  background: rgba(255,255,255,0.17);
  overflow: hidden;
  margin-top: 8px;
}

.home-mock-vote span {
  display: flex;
  align-items: center;
  height: 100%;
  min-width: max-content;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.90);
  color: #ff4d54;
  font-size: 12px;
  font-weight: 1000;
}

.home-mock-vote--sub span {
  background: rgba(255,255,255,0.34);
  color: #fff;
}

.home-mock-card--float {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border-radius: 999px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 1000;
}

.home-mock-card--drip {
  left: 0;
  top: 28px;
  transform: rotate(-7deg);
}

.home-mock-card--quiz {
  right: 6px;
  bottom: 16px;
  transform: rotate(5deg);
}

.home-feature-panel {
  border: 1px solid var(--color-border-light);
  border-radius: 28px;
  padding: clamp(18px, 3vw, 28px);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.86), rgba(255,255,255,0.72)),
    radial-gradient(circle at 0% 0%, rgba(255,107,74,0.13), transparent 32%);
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.07);
}

[data-theme="dark"] .home-feature-panel {
  background:
    linear-gradient(180deg, rgba(30, 32, 42, 0.92), rgba(20, 22, 30, 0.84)),
    radial-gradient(circle at 0% 0%, rgba(255,107,74,0.18), transparent 32%);
}

.home-feature-panel__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.home-feature-panel__head span {
  display: inline-flex;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: -0.01em;
}

.home-feature-panel__head h2 {
  margin: 6px 0 0;
  color: var(--color-text-primary);
  font-size: clamp(20px, 2.6vw, 30px);
  line-height: 1.22;
  letter-spacing: -0.055em;
  font-weight: 1000;
}

.home-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.home-feature-card {
  position: relative;
  overflow: hidden;
  min-height: 174px;
  border: 1px solid var(--color-border-light);
  border-radius: 24px;
  padding: 18px;
  text-align: left;
  background: var(--color-surface);
  color: var(--color-text-primary);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.home-feature-card::after {
  content: '';
  position: absolute;
  right: -32px;
  bottom: -38px;
  width: 126px;
  height: 126px;
  border-radius: 999px;
  opacity: 0.18;
  background: currentColor;
}

.home-feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,107,74,0.36);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.10);
}

.home-feature-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: var(--color-surface-2);
  font-size: 25px;
  margin-bottom: 14px;
}

.home-feature-card b {
  display: block;
  font-size: 20px;
  font-weight: 1000;
  letter-spacing: -0.05em;
  margin-bottom: 8px;
}

.home-feature-card em {
  display: block;
  color: var(--color-text-secondary);
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  word-break: keep-all;
}

.home-feature-card small {
  display: inline-flex;
  margin-top: 14px;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 1000;
}

.home-feature-card--vote { color: #ff6b4a; }
.home-feature-card--drip { color: #7c3cff; }
.home-feature-card--quiz { color: #14b87f; }

@media (max-width: 860px) {
  .home-landing-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .home-landing-hero__mock {
    display: none;
  }

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

@media (max-width: 520px) {
  .home-landing-hero {
    border-radius: 24px;
    padding: 24px 18px;
  }

  .home-landing-hero h1 {
    font-size: 34px;
  }

  .home-landing-hero__primary,
  .home-landing-hero__secondary {
    width: 100%;
  }

  .home-feature-panel {
    border-radius: 22px;
    padding: 16px;
  }

  .home-feature-card {
    min-height: 150px;
  }
}
