.dashboard-eyebrow {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.dashboard-greeting,
#hero-greeting {
  margin: 0;
  max-width: 980px;
  font-size: clamp(42px, 5.4vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.065em;
  font-weight: 900;
  color: var(--text);
  white-space: nowrap;
}

.dashboard-hero-subtitle {
  margin: 16px 0 0;
  max-width: 760px;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
  letter-spacing: -0.025em;
  color: rgba(15, 23, 42, 0.62);
  font-weight: 650;
}

@media (max-width: 760px) {
  .dashboard-greeting,
  #hero-greeting {
    font-size: clamp(38px, 11vw, 52px);
    line-height: 1;
    white-space: normal;
  }

  .dashboard-hero-subtitle {
    margin-top: 12px;
    font-size: 17px;
  }
}

.dashboard-v2 {
  max-width: 1040px;
  margin: 28px auto 0;
  padding-bottom: 48px;
}

.dashboard-v2-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.dashboard-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 13px;
  margin: 0 0 20px;
  border-radius: 999px;
  background: rgba(47, 49, 146, 0.08);
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-v2-hero h1 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: clamp(36px, 4vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 900;
}

.dashboard-v2-hero p:last-child {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
}

.dashboard-v2-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 26px;
}

.dashboard-v2-stat {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 150px;
  padding: 26px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: 0 18px 46px rgba(16, 24, 40, 0.07);
}

.dashboard-stat-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 22px;
  font-size: 25px;
  font-weight: 900;
}

.dashboard-stat-icon.blue {
  background: #eef0ff;
  color: #2f3192;
}

.dashboard-stat-icon.green {
  background: #eaf8ef;
  color: #16a34a;
}

.dashboard-stat-icon.gold {
  background: #fff4d8;
  color: #d99a00;
}

.dashboard-v2-stat strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.dashboard-v2-stat span {
  display: block;
  color: var(--text);
  font-size: 15px;
  font-weight: 900;
}

.dashboard-v2-stat p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 650;
}

.dashboard-v2-card,
.dashboard-best-move,
.dashboard-north-star-card {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: 0 18px 46px rgba(16, 24, 40, 0.07);
}

.continue-building-card {
  padding: 30px;
  margin-bottom: 26px;
}

.dashboard-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.dashboard-section-heading h2,
.dashboard-journey-card h2,
.dashboard-north-star-card h2 {
  margin: 0;
  color: var(--text);
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.dashboard-section-heading span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f0ecff;
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-continue-project {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 26px;
}

.dashboard-project-icon {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 24px;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.dashboard-project-icon span {
  color: var(--accent);
  font-size: 34px;
  font-weight: 900;
}

.dashboard-project-icon-img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  display: block;
}

.dashboard-project-main h3 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 24px;
  line-height: 1.14;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.dashboard-project-main p {
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

.dashboard-progress-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  gap: 16px;
  align-items: center;
  margin-top: 20px;
}

.dashboard-progress-track {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(16, 24, 40, 0.08);
}

.dashboard-progress-track div {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #4b35d6, #6d5dfc);
}

.dashboard-progress-row strong {
  color: var(--text);
  font-size: 16px;
  font-weight: 900;
}

.dashboard-current-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 22px;
  background: rgba(16, 24, 40, 0.06);
  border: 1px solid rgba(16, 24, 40, 0.06);
}

.dashboard-current-step-grid article {
  padding: 20px;
  background: #f7f8fb;
}

.dashboard-current-step-grid span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.dashboard-current-step-grid strong {
  display: block;
  color: var(--text);
  font-size: 17px;
  font-weight: 900;
}

.dashboard-current-step-grid p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 650;
}

.dashboard-action-row {
  display: flex;
  align-items: center;
  gap: 22px;
}

.dashboard-action-row .compass-primary-btn {
  min-width: 210px;
  min-height: 54px;
  font-size: 15px;
}

.dashboard-link-button {
  border: 0;
  background: transparent;
  color: var(--accent);
  padding: 0;
  font-size: 15px;
  font-weight: 900;
}

.dashboard-best-move {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 62px;
  gap: 22px;
  align-items: center;
  padding: 28px;
  margin-bottom: 26px;
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 196, 87, 0.16), transparent 34%),
    linear-gradient(135deg, #fffaf0, #ffffff);
  border-color: rgba(217, 154, 0, 0.16);
}

.best-move-icon {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 24px;
  background: linear-gradient(135deg, #f6c044, #e5a200);
  color: #fff;
  font-size: 28px;
  font-weight: 900;
}

.dashboard-best-move span {
  display: block;
  margin-bottom: 7px;
  color: #d28a00;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-best-move h2 {
  margin: 0 0 6px;
  color: var(--text);
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.dashboard-best-move p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
}

.dashboard-best-move strong {
  color: #139c54;
  font-size: 13px;
  font-weight: 900;
}

.dashboard-best-move button {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 20px;
  background: #fff;
  color: var(--text);
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.08);
  font-size: 24px;
  font-weight: 900;
}

.dashboard-journey-card {
  padding: 30px;
  margin-bottom: 26px;
}

.dashboard-journey {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.dashboard-journey::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 31px;
  height: 5px;
  border-radius: 999px;
  background: #e6e8ef;
}

.dashboard-journey::after {
  content: "";
  position: absolute;
  left: 12%;
  width: 26%;
  top: 31px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #4b35d6, #6d5dfc);
}

.journey-item {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.journey-item div {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: #eef0f6;
  color: #6b7280;
  font-size: 25px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(16, 24, 40, 0.08);
}

.journey-item.complete div,
.journey-item.active div {
  background: linear-gradient(135deg, #865dff, #4b35d6);
  color: #fff;
  box-shadow: 0 14px 30px rgba(47, 49, 146, 0.22);
}

.journey-item span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.journey-item p {
  margin: 6px 0 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 650;
}

.journey-item strong {
  margin-top: 10px;
  color: #16a34a;
  font-size: 22px;
  font-weight: 900;
}

.dashboard-north-star-card {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) minmax(420px, 1.3fr);
  gap: 24px;
  align-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 10% 20%, rgba(47, 49, 146, 0.08), transparent 34%),
    #ffffff;
}

.north-star-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 24px;
  background: #eef0ff;
  color: var(--accent);
  font-size: 34px;
  font-weight: 900;
}

.dashboard-north-star-card p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
}

.north-star-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid rgba(16, 24, 40, 0.08);
}

.north-star-metrics article {
  padding: 0 22px;
  border-right: 1px solid rgba(16, 24, 40, 0.08);
}

.north-star-metrics article:last-child {
  border-right: 0;
}

.north-star-metrics span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.north-star-metrics strong {
  display: block;
  margin: 8px 0 5px;
  color: var(--text);
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 900;
}

.north-star-metrics p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

@media (max-width: 980px) {
  .dashboard-v2 {
    margin-top: 18px;
  }

  .dashboard-v2-stats,
  .dashboard-current-step-grid,
  .dashboard-journey,
  .dashboard-north-star-card {
    grid-template-columns: 1fr;
  }

  .dashboard-journey::before,
  .dashboard-journey::after {
    display: none;
  }

  .dashboard-best-move {
    grid-template-columns: 1fr;
  }

  .dashboard-best-move button {
    width: 100%;
  }

  .dashboard-north-star-card {
    align-items: start;
  }

  .north-star-metrics {
    grid-template-columns: 1fr;
    border-left: 0;
    gap: 14px;
  }

  .north-star-metrics article {
    padding: 14px;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 18px;
  }

  .dashboard-continue-project {
    grid-template-columns: 1fr;
  }
}

.dashboard-journey-steps {
  align-items: start;
}

.dashboard-journey-step {
  display: grid;
  grid-template-rows: 68px 22px 28px 22px;
  justify-items: center;
  text-align: center;
}

.dashboard-journey-step-title {
  min-height: 22px;
  display: flex;
  align-items: center;
}

.dashboard-journey-step-status {
  min-height: 28px;
  display: flex;
  align-items: center;
}

.dashboard-journey-step-indicator {
  min-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard-journey-check {
  color: #16a34a;
  font-size: 24px;
  line-height: 1;
}

.dashboard-journey-muted {
  color: rgba(102, 112, 133, 0.45);
  font-size: 20px;
  line-height: 1;
}

.journey-item {
  display: grid;
  grid-template-rows: 64px 20px 26px 22px;
  justify-items: center;
  align-items: center;
  text-align: center;
}

.journey-item span,
.journey-item p,
.journey-item strong {
  margin: 0;
  line-height: 1;
}

.journey-placeholder {
  opacity: 0;
}

.dashboard-project-icon {
  width: 112px;
  height: 112px;
  min-width: 112px;
  padding: 8px;
  overflow: visible;
}

.dashboard-project-icon img,
.dashboard-project-icon .premium-portfolio-icon-img,
.dashboard-project-icon .project-thumb-icon {
  width: 92px;
  height: 92px;
  object-fit: contain;
  border-radius: 0;
}

.demo-pill {
  background: linear-gradient(135deg, #ccfbf1, #e0f2fe);
  color: #0f766e;
  border: 1px solid rgba(20, 184, 166, 0.22);
  box-shadow: 0 14px 32px rgba(20, 184, 166, 0.14);
}

.dashboard-premium-hero {
  margin: 34px 0 28px;
}

.dashboard-greeting,
#hero-greeting {
  margin: 0;
  max-width: 1120px;
  font-size: clamp(42px, 5.6vw, 70px);
  line-height: 0.96;
  letter-spacing: -0.07em;
  font-weight: 900;
  color: var(--text);
  white-space: nowrap;
}

.dashboard-hero-subtitle {
  margin: 18px 0 0;
  max-width: 720px;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.45;
  letter-spacing: -0.025em;
  color: rgba(15, 23, 42, 0.64);
  font-weight: 650;
}

.dashboard-premium-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.dashboard-v2-stat {
  min-height: 132px;
  padding: 22px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88));
  box-shadow:
    0 24px 60px rgba(15, 23, 42, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.dashboard-stat-icon.purple {
  background: #f0ecff;
  color: #6d5dfc;
}

.premium-continue-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 20%, rgba(109, 93, 252, 0.1), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(20, 184, 166, 0.1), transparent 30%),
    rgba(255, 255, 255, 0.94);
}

.premium-section-heading {
  margin-bottom: 28px;
}

.premium-section-heading > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.section-icon-badge {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #f0ecff, #eef0ff);
  color: #4b35d6;
  font-size: 22px;
  font-weight: 900;
}

.premium-continue-project {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) 270px;
  gap: 30px;
  align-items: center;
  margin-bottom: 0;
}

.dashboard-project-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 230px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 72%, rgba(255, 255, 255, 0.95), transparent 26%),
    linear-gradient(135deg, #f0ecff, #eef7ff);
  box-shadow:
    inset 0 0 0 1px rgba(79, 70, 229, 0.1),
    0 20px 48px rgba(79, 70, 229, 0.14);
}

.dashboard-project-art::before {
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  bottom: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  filter: blur(10px);
}

.dashboard-project-art::after {
  content: "✦";
  position: absolute;
  top: 34px;
  right: 38px;
  color: rgba(79, 70, 229, 0.34);
  font-size: 24px;
}

.dashboard-project-icon {
  position: relative;
  z-index: 1;
  width: 126px;
  height: 126px;
  border-radius: 32px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    0 22px 52px rgba(79, 70, 229, 0.22),
    inset 0 0 0 1px rgba(79, 70, 229, 0.1);
}

.dashboard-project-icon-img {
  width: 104px;
  height: 104px;
  object-fit: contain;
}

.dashboard-project-main h3 {
  margin-bottom: 12px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.dashboard-project-main p {
  max-width: 560px;
  font-size: 17px;
  line-height: 1.58;
}

.dashboard-progress-row {
  margin-top: 24px;
}

.dashboard-progress-track {
  height: 12px;
  background: rgba(15, 23, 42, 0.07);
}

.dashboard-progress-track div {
  background: linear-gradient(90deg, #2637d9, #6d5dfc);
  box-shadow: 0 0 18px rgba(79, 70, 229, 0.32);
}

.premium-dashboard-actions {
  margin-top: 26px;
}

.dashboard-project-meta {
  display: grid;
  gap: 14px;
  padding-left: 28px;
  border-left: 1px solid rgba(15, 23, 42, 0.08);
}

.dashboard-project-meta article {
  padding: 16px;
  border-radius: 22px;
  background: rgba(248, 250, 252, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.dashboard-project-meta span {
  display: block;
  margin-bottom: 6px;
  color: rgba(15, 23, 42, 0.48);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-project-meta strong {
  display: block;
  color: var(--text);
  font-size: 18px;
  font-weight: 900;
}

.dashboard-project-meta p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 650;
}

.dashboard-current-step-grid {
  display: none;
}

@media (max-width: 1100px) {
  .dashboard-premium-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .premium-continue-project {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .dashboard-project-meta {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .dashboard-premium-hero {
    margin: 20px 0 22px;
  }

  .dashboard-greeting,
  #hero-greeting {
    white-space: normal;
    font-size: clamp(38px, 11vw, 52px);
    line-height: 1;
  }

  .dashboard-hero-subtitle {
    margin-top: 12px;
    font-size: 17px;
  }

  .dashboard-premium-stats {
    grid-template-columns: 1fr;
  }

  .premium-continue-card {
    padding: 22px;
    border-radius: 30px;
  }

  .premium-continue-project {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .dashboard-project-art {
    min-height: 220px;
  }

  .dashboard-project-meta {
    grid-template-columns: 1fr;
  }

  .premium-dashboard-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .dashboard-action-row .compass-primary-btn {
    width: 100%;
  }
}

.dashboard-v2 {
  width: min(100% - 40px, 1120px);
  max-width: 1120px;
  margin: 24px auto 0;
  overflow-x: hidden;
}

.dashboard-premium-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dashboard-v2-stat {
  min-width: 0;
}

.premium-continue-project {
  grid-template-columns: 210px minmax(0, 1fr) 240px;
  gap: 24px;
}

.dashboard-project-art {
  min-height: 210px;
}

.dashboard-project-main h3 {
  font-size: clamp(26px, 2.6vw, 34px);
}

.dashboard-project-main p {
  max-width: 500px;
}

@media (max-width: 980px) {
  .dashboard-v2 {
    width: min(100% - 28px, 720px);
  }

  .dashboard-premium-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .premium-continue-project {
    grid-template-columns: 1fr;
  }

  .dashboard-project-meta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .dashboard-v2 {
    width: min(100% - 20px, 100%);
  }

  .dashboard-premium-stats {
    grid-template-columns: 1fr;
  }

  .dashboard-greeting,
  #hero-greeting {
    font-size: clamp(36px, 11vw, 48px);
    white-space: normal;
  }
}

.dashboard-premium-hero,
.dashboard-v2-hero {
  display: block;
  margin: 30px 0 34px;
}

.dashboard-greeting,
#hero-greeting {
  margin: 0;
  max-width: 960px;
  font-size: clamp(44px, 4.8vw, 62px);
  line-height: 1.03;
  letter-spacing: -0.065em;
  font-weight: 900;
  color: var(--text);
  white-space: normal;
}

.dashboard-hero-subtitle {
  margin: 22px 0 0;
  max-width: 680px;
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.55;
  letter-spacing: -0.02em;
  color: rgba(15, 23, 42, 0.62);
  font-weight: 600;
}

.dashboard-premium-stats {
  margin-top: 0;
}

@media (max-width: 760px) {
  .dashboard-premium-hero,
  .dashboard-v2-hero {
    margin: 24px 0 28px;
  }

  .dashboard-greeting,
  #hero-greeting {
    font-size: clamp(38px, 10vw, 50px);
    line-height: 1.04;
  }

  .dashboard-hero-subtitle {
    margin-top: 16px;
    font-size: 17px;
  }
}

/* Dashboard typography reset to match Compass pages */

.dashboard-v2 {
  width: min(100% - 40px, 1040px);
  max-width: 1040px;
  margin: 28px auto 0;
  padding-bottom: 48px;
  overflow-x: hidden;
}

.dashboard-premium-hero,
.dashboard-v2-hero {
  display: block;
  margin: 34px 0 42px;
}

.dashboard-greeting,
#hero-greeting,
.dashboard-v2-hero h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(46px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.065em;
  font-weight: 800;
  color: var(--text);
  white-space: normal;
}

.dashboard-hero-subtitle,
.dashboard-v2-hero p:last-child {
  margin: 24px 0 0;
  max-width: 680px;
  font-size: clamp(18px, 1.7vw, 21px);
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: var(--muted);
  font-weight: 500;
}

.dashboard-premium-stats {
  margin-top: 0;
}

.demo-pill {
  background: linear-gradient(135deg, #ccfbf1, #e0f2fe);
  color: #0f766e;
  border: 1px solid rgba(20, 184, 166, 0.22);
  box-shadow: 0 14px 32px rgba(20, 184, 166, 0.14);
}

@media (max-width: 760px) {
  .dashboard-v2 {
    width: min(100% - 22px, 100%);
    margin-top: 18px;
  }

  .dashboard-premium-hero,
  .dashboard-v2-hero {
    margin: 26px 0 32px;
  }

  .dashboard-greeting,
  #hero-greeting,
  .dashboard-v2-hero h1 {
    font-size: clamp(40px, 11vw, 54px);
    line-height: 1;
  }

  .dashboard-hero-subtitle,
  .dashboard-v2-hero p:last-child {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.55;
  }
}