.hero-section {
  display: grid;
  gap: clamp(40px, 5vw, 56px);
  min-height: auto;
  margin-bottom: clamp(112px, 9vw, 132px);
  padding-top: clamp(32px, 5vw, 48px);
  overflow: hidden;
}
.hero-product {
  align-content: start;
  justify-content: center;
  padding-bottom: 16px;
}
.console-stage {
  width: min(var(--demo-width), 100%);
  margin: 0 auto;
}
.hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  max-width: var(--copy-width);
  margin: 0 auto;
  text-align: center;
}
.hero-copy h1 {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin-top: 24px;
  font-size: clamp(2.25rem, 3.65vw, 3.25rem);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
.hero-copy h1 span:first-child {
  background: none;
  -webkit-background-clip: text;
  background-clip: text;
  color: var(--text);
  display: block;
}
.hero-copy h1 span:last-child {
  display: block;
  color: var(--theme);
}
.hero-lead {
  max-width: 720px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.85;
}
.cta-assurance span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}
.hero-actions .button.primary {
  min-height: 54px;
  padding: 0 26px;
  font-size: 1rem;
  box-shadow: 8px 8px 0 rgba(6, 199, 186, 0.36);
}
.hero-security {
  max-width: min(760px, 100%);
  margin-top: 22px;
  padding: 12px 18px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.75;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(6, 199, 186, 0.18);
  box-shadow: 4px 4px 0 rgba(6, 199, 186, 0.08);
}
.hero-stage {
  position: relative;
  z-index: 1;
  width: min(var(--demo-width), 100%);
  margin: 0 auto;
  perspective: 1400px;
}
.product-mockup {
  position: relative;
  overflow: hidden;
  min-height: 472px;
  background:
    linear-gradient(180deg, rgba(6, 199, 186, 0.045), rgba(255, 255, 255, 0.96)),
    var(--surface-bg);
  border: 2px solid var(--surface-border);
  border-radius: var(--radius);
  box-shadow: var(--surface-shadow);
  transform: rotateX(8deg);
  transform-origin: top center;
}
.hero-product .product-mockup {
  transform: none;
}
.mockup-topbar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 2px solid var(--surface-border);
}
.mockup-topbar strong {
  color: var(--text);
}
.mockup-topbar em {
  margin-left: auto;
  color: var(--theme);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 850;
  text-shadow: none;
}
.mockup-body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  gap: 0;
  min-height: 418px;
  background: #ffffff;
}
.mockup-sidebar,
.mockup-main {
  background: #ffffff;
}
.mockup-sidebar {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(6, 199, 186, 0.045), transparent 72%),
    #ffffff;
  border-right: 1px solid rgba(6, 199, 186, 0.22);
}
.mini-label {
  display: block;
  color: var(--muted-2);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}
.mockup-sidebar > strong {
  font-size: 1.16rem;
  line-height: 1.35;
}
.mockup-brief {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.6;
}
.signal-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.signal-pills span,
.mockup-header-line span,
.mini-grid span,
.profile-grid-small span {
  padding: 8px 10px;
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 800;
  background: rgba(6, 199, 186, 0.055);
  border: 1px solid rgba(6, 199, 186, 0.18);
  border-radius: var(--radius);
}
.mockup-score {
  display: grid;
  gap: 10px;
  min-height: 76px;
  margin-top: 8px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid rgba(6, 199, 186, 0.22);
  border-radius: var(--radius);
}
.mockup-score span {
  color: var(--muted);
  font-size: 0.84rem;
}
.mockup-score b {
  display: inline-flex;
  align-items: baseline;
  color: var(--theme);
  font-size: 1.72rem;
  line-height: 1;
}
.mockup-score em {
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
  line-height: 1.45;
}
.mockup-score b .motion-count {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.mockup-main {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(6, 199, 186, 0.04), transparent 58%),
    #ffffff;
}
.mockup-header-line,
.mockup-flow,
.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.mockup-flow article {
  position: relative;
  min-height: 188px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--radius);
}
.mockup-flow small {
  display: block;
  color: var(--theme);
  font-size: 0.75rem;
  font-weight: 850;
}
.mockup-flow strong {
  display: block;
  margin-top: 14px;
  font-size: 1.02rem;
  line-height: 1.5;
}
.mockup-flow strong .motion-count {
  color: var(--theme);
  font-size: 1.16em;
}
.mockup-flow article p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}
.mockup-flow .reply-card {
  grid-column: 1 / -1;
  background:
    linear-gradient(135deg, rgba(6, 199, 186, 0.12), rgba(255, 255, 255, 0.96) 58%),
    #ffffff;
  border-color: var(--theme-line);
}
.mockup-flow .reply-card strong {
  font-size: 1.22rem;
  line-height: 1.58;
}
