@import "tailwindcss";

:root {
  --bg: #020713;
  --bg-deep: #030917;
  --panel: rgba(5, 18, 42, 0.76);
  --panel-strong: rgba(7, 22, 52, 0.9);
  --cyan: #22dfff;
  --blue: #1b7cff;
  --purple: #8b35ff;
  --green: #25e3c2;
  --text: #eef7ff;
  --text-soft: rgba(214, 230, 255, 0.78);
  --text-muted: rgba(172, 191, 226, 0.62);
  --border: rgba(68, 170, 255, 0.34);
  --font: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC",
    "Noto Sans CJK SC", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 20%, rgba(27, 124, 255, 0.13), transparent 26rem),
    linear-gradient(145deg, #020713 0%, #071127 48%, #020816 100%);
  font-family: var(--font);
  min-width: 320px;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

main {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.ambient,
.stars {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.ambient {
  filter: blur(10px);
  opacity: 0.86;
}

.ambient-one {
  background: radial-gradient(circle at 84% 12%, rgba(139, 53, 255, 0.18), transparent 27rem);
}

.ambient-two {
  background: radial-gradient(circle at 8% 82%, rgba(34, 120, 255, 0.28), transparent 25rem);
}

.stars {
  background-image:
    radial-gradient(circle, rgba(87, 172, 255, 0.5) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255, 255, 255, 0.35) 0 1px, transparent 1.5px);
  background-position: 0 0, 38px 72px;
  background-size: 96px 96px, 130px 130px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 80%);
  opacity: 0.3;
}

.site-header,
.hero,
.trust-strip,
.capabilities,
.product-details,
.release-section,
.final-cta,
footer {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.site-header {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(91, 174, 255, 0.15);
}

.brand img {
  width: 176px;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 16px rgba(34, 223, 255, 0.3));
}

nav {
  display: flex;
  align-items: center;
  gap: 36px;
  color: var(--text-soft);
  font-size: 14px;
}

nav a {
  transition: color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

nav a:hover,
nav a:focus-visible {
  color: #fff;
}

.nav-download {
  border: 1px solid rgba(34, 223, 255, 0.54);
  border-radius: 8px;
  padding: 10px 18px;
  background: rgba(9, 40, 84, 0.58);
  box-shadow: inset 0 0 20px rgba(34, 223, 255, 0.08);
}

.nav-download:hover,
.nav-download:focus-visible {
  border-color: var(--cyan);
  box-shadow: 0 0 18px rgba(34, 223, 255, 0.22);
}

.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, 0.95fr);
  align-items: center;
  gap: 66px;
  padding: 72px 0 84px;
}

.hero::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(46, 163, 255, 0.1);
  border-radius: 50%;
  top: 18px;
  right: -110px;
  box-shadow:
    0 0 80px rgba(27, 124, 255, 0.12),
    inset 0 0 80px rgba(139, 53, 255, 0.06);
  pointer-events: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  color: #80eaff;
  border: 1px solid rgba(34, 223, 255, 0.24);
  background: rgba(5, 26, 60, 0.6);
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.status-dot {
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--green);
}

h1 {
  margin: 28px 0 22px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.1;
  letter-spacing: -0.045em;
  font-weight: 800;
}

h1 span {
  display: block;
  margin-top: 10px;
  color: transparent;
  background: linear-gradient(92deg, #29eaff 0%, #4d93ff 52%, #a452ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  filter: drop-shadow(0 0 20px rgba(34, 160, 255, 0.22));
}

.hero-description {
  max-width: 610px;
  color: var(--text-soft);
  font-size: 17px;
  line-height: 1.9;
  margin: 0;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.primary-button {
  min-height: 56px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(100deg, #127bff, #2368ff 52%, #8c2cff);
  border: 1px solid rgba(107, 214, 255, 0.58);
  font-weight: 700;
  box-shadow:
    0 12px 34px rgba(27, 92, 255, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.primary-button:hover,
.primary-button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow:
    0 16px 42px rgba(27, 92, 255, 0.42),
    0 0 22px rgba(34, 223, 255, 0.18);
}

.primary-button.disabled {
  opacity: 0.58;
  cursor: wait;
}

.windows-mark {
  width: 19px;
  height: 19px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  transform: perspective(16px) rotateY(-8deg);
}

.windows-mark i {
  display: block;
  background: #fff;
}

.arrow {
  font-size: 19px;
  line-height: 1;
}

.system-note {
  color: var(--text-muted);
  font-size: 13px;
}

.download-stage {
  position: relative;
  min-height: 510px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(49, 184, 255, 0.16);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.orbit-one {
  width: 440px;
  height: 440px;
  box-shadow: inset 0 0 50px rgba(34, 114, 255, 0.08);
}

.orbit-two {
  width: 330px;
  height: 330px;
  border-style: dashed;
  opacity: 0.62;
  transform: rotate(28deg);
}

.wolf-emblem {
  position: absolute;
  top: 0;
  right: 48px;
  width: 122px;
  height: 122px;
  display: grid;
  place-items: center;
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(21, 89, 190, 0.92), rgba(47, 22, 111, 0.92)),
    rgba(5, 18, 42, 0.88);
  border: 1px solid rgba(70, 218, 255, 0.55);
  box-shadow:
    0 20px 50px rgba(16, 88, 231, 0.3),
    0 0 26px rgba(34, 223, 255, 0.25);
  transform: rotate(5deg);
}

.wolf-emblem img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  border-radius: 19px;
}

.version-float {
  position: absolute;
  left: -14px;
  bottom: 56px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 132px;
  padding: 13px 16px;
  border: 1px solid rgba(34, 223, 255, 0.36);
  border-radius: 10px;
  background: rgba(4, 17, 42, 0.86);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
  z-index: 2;
}

.version-float span {
  color: var(--text-muted);
  font-size: 11px;
}

.version-float strong {
  color: #68eaff;
  font-size: 18px;
}

.download-card {
  width: min(100%, 470px);
  padding: 30px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(68, 170, 255, 0.42);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(9, 31, 69, 0.94), rgba(3, 12, 30, 0.96)),
    rgba(5, 18, 42, 0.9);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.42),
    0 0 50px rgba(27, 124, 255, 0.12),
    inset 0 0 34px rgba(36, 126, 255, 0.08);
  backdrop-filter: blur(20px);
  overflow: hidden;
}

.download-card::before,
.capability-card::before,
.release-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(125deg, rgba(70, 218, 255, 0.08), transparent 34%);
}

.download-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
}

.card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.card-kicker,
.section-label,
.section-heading > span {
  color: #59e7ff;
  font-size: 11px;
  letter-spacing: 0.2em;
}

.card-heading h2 {
  margin: 8px 0 0;
  font-size: 24px;
  letter-spacing: -0.02em;
}

.verified-badge {
  flex: none;
  padding: 7px 10px;
  border-radius: 999px;
  color: #5ff0c9;
  background: rgba(37, 227, 194, 0.08);
  border: 1px solid rgba(37, 227, 194, 0.28);
  font-size: 11px;
}

.release-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 26px 0;
}

.release-meta div {
  padding: 13px;
  border-radius: 8px;
  background: rgba(2, 11, 28, 0.58);
  border: 1px solid rgba(72, 148, 238, 0.16);
}

.release-meta span,
.release-meta strong {
  display: block;
}

.release-meta span {
  color: var(--text-muted);
  font-size: 10px;
  margin-bottom: 6px;
}

.release-meta strong {
  color: #f2f8ff;
  font-size: 13px;
}

.card-download {
  min-height: 66px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid rgba(64, 221, 255, 0.6);
  background: linear-gradient(98deg, rgba(17, 123, 255, 0.92), rgba(116, 46, 242, 0.94));
  box-shadow: 0 10px 28px rgba(24, 84, 220, 0.28);
  transition: transform 180ms ease, filter 180ms ease;
}

.card-download:hover,
.card-download:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.1);
}

.card-download span {
  font-size: 16px;
  font-weight: 700;
}

.card-download small {
  margin-top: 3px;
  color: rgba(237, 247, 255, 0.68);
  font-size: 10px;
}

.card-download.unavailable {
  opacity: 0.6;
}

.integrity {
  margin: 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--text-muted);
  font-size: 11px;
}

.integrity span {
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  color: var(--green);
  border: 1px solid rgba(37, 227, 194, 0.42);
  border-radius: 50%;
  font-size: 10px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(68, 170, 255, 0.2);
  border-radius: 12px;
  background: rgba(5, 18, 42, 0.58);
  box-shadow: inset 0 0 34px rgba(36, 126, 255, 0.06);
}

.trust-strip > div {
  padding: 22px 28px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  text-align: center;
  border-right: 1px solid rgba(68, 170, 255, 0.16);
}

.trust-strip > div:last-child {
  border-right: 0;
}

.trust-strip strong {
  color: #dff8ff;
  font-size: 15px;
}

.trust-strip span {
  color: var(--text-muted);
  font-size: 12px;
}

.capabilities {
  padding: 124px 0 84px;
}

.section-heading {
  max-width: 680px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading h2,
.release-intro h2,
.final-cta h2 {
  margin: 12px 0 14px;
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: -0.035em;
}

.section-heading p,
.release-intro p,
.final-cta p {
  color: var(--text-soft);
  line-height: 1.8;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.capability-card {
  position: relative;
  min-height: 280px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 12px;
  background:
    radial-gradient(circle at 90% 10%, rgba(35, 113, 255, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(8, 27, 60, 0.88), rgba(3, 13, 31, 0.9));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.capability-card:hover {
  transform: translateY(-5px);
  border-color: rgba(63, 211, 255, 0.55);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.28);
}

.card-index {
  position: absolute;
  top: 26px;
  right: 26px;
  color: rgba(101, 177, 255, 0.28);
  font-size: 28px;
  font-weight: 700;
}

.capability-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(34, 223, 255, 0.34);
  border-radius: 10px;
  background: rgba(20, 100, 207, 0.22);
  box-shadow: inset 0 0 20px rgba(34, 223, 255, 0.08);
}

.capability-icon span {
  width: 19px;
  height: 19px;
  border: 2px solid var(--cyan);
  transform: rotate(45deg);
  box-shadow: 0 0 12px rgba(34, 223, 255, 0.4);
}

.purple .capability-icon {
  border-color: rgba(139, 53, 255, 0.5);
}

.purple .capability-icon span {
  border-color: #aa67ff;
  box-shadow: 0 0 12px rgba(139, 53, 255, 0.5);
}

.blue .capability-icon span {
  border-radius: 50%;
  border-color: #4d93ff;
}

.capability-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.capability-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.8;
}

.card-line {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), transparent);
}

.purple .card-line {
  background: linear-gradient(90deg, var(--purple), transparent);
}

.blue .card-line {
  background: linear-gradient(90deg, var(--blue), transparent);
}

.product-details {
  padding: 46px 0 116px;
}

.product-heading {
  max-width: 760px;
}

.product-stack {
  display: grid;
  gap: 28px;
}

.product-detail {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  padding: 48px 50px 104px;
  border: 1px solid rgba(68, 170, 255, 0.32);
  border-radius: 15px;
  background:
    radial-gradient(circle at 8% 12%, rgba(34, 223, 255, 0.12), transparent 27rem),
    linear-gradient(145deg, rgba(8, 29, 64, 0.94), rgba(3, 12, 30, 0.94));
  box-shadow:
    0 24px 68px rgba(0, 0, 0, 0.26),
    inset 0 0 50px rgba(36, 126, 255, 0.05);
}

.product-detail.viral {
  background:
    radial-gradient(circle at 92% 10%, rgba(139, 53, 255, 0.14), transparent 29rem),
    linear-gradient(145deg, rgba(12, 24, 62, 0.94), rgba(5, 10, 29, 0.95));
  border-color: rgba(116, 101, 255, 0.35);
}

.product-detail::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(34, 223, 255, 0.72), transparent 34%) top left / 100% 1px no-repeat,
    linear-gradient(130deg, rgba(34, 223, 255, 0.05), transparent 32%);
}

.product-detail.viral::before {
  background:
    linear-gradient(90deg, rgba(139, 53, 255, 0.72), transparent 34%) top left / 100% 1px no-repeat,
    linear-gradient(130deg, rgba(139, 53, 255, 0.06), transparent 32%);
}

.product-overview,
.product-function-list {
  position: relative;
  z-index: 1;
}

.product-title-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.product-number {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  flex: none;
  border: 1px solid rgba(34, 223, 255, 0.42);
  border-radius: 12px;
  color: #78efff;
  background: rgba(13, 84, 168, 0.24);
  box-shadow:
    inset 0 0 22px rgba(34, 223, 255, 0.1),
    0 0 22px rgba(34, 223, 255, 0.08);
  font-size: 20px;
  font-weight: 700;
}

.viral .product-number {
  color: #c795ff;
  border-color: rgba(139, 53, 255, 0.5);
  background: rgba(95, 36, 172, 0.22);
  box-shadow:
    inset 0 0 22px rgba(139, 53, 255, 0.12),
    0 0 22px rgba(139, 53, 255, 0.08);
}

.product-english {
  color: #55def8;
  font-size: 10px;
  letter-spacing: 0.22em;
}

.viral .product-english {
  color: #b984ff;
}

.product-title-row h3 {
  margin: 4px 0 0;
  font-size: 34px;
  letter-spacing: -0.035em;
}

.product-summary {
  margin: 24px 0 30px;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.9;
}

.audience-label {
  display: block;
  margin-bottom: 12px;
  color: #eaf7ff;
  font-size: 13px;
  font-weight: 700;
}

.audience-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.audience-tags span {
  padding: 8px 11px;
  color: rgba(206, 235, 255, 0.82);
  background: rgba(7, 35, 73, 0.68);
  border: 1px solid rgba(70, 182, 255, 0.2);
  border-radius: 999px;
  font-size: 11px;
}

.viral .audience-tags span {
  background: rgba(44, 20, 79, 0.56);
  border-color: rgba(139, 83, 224, 0.22);
}

.product-function-list {
  display: grid;
  align-content: center;
}

.product-function {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  padding: 19px 0;
  border-bottom: 1px solid rgba(68, 170, 255, 0.15);
}

.product-function:last-child {
  border-bottom: 0;
}

.function-index {
  color: rgba(85, 222, 248, 0.66);
  font-size: 11px;
  letter-spacing: 0.12em;
  padding-top: 4px;
}

.viral .function-index {
  color: rgba(185, 132, 255, 0.7);
}

.product-function h4 {
  margin: 0 0 7px;
  color: #eef8ff;
  font-size: 16px;
}

.product-function p {
  margin: 0;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.75;
}

.product-flow {
  position: absolute;
  z-index: 2;
  left: 50px;
  right: 50px;
  bottom: 30px;
  min-height: 48px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  padding: 0 18px;
  border: 1px solid rgba(68, 170, 255, 0.17);
  border-radius: 9px;
  background: rgba(1, 9, 24, 0.56);
}

.flow-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--text-soft);
  font-size: 11px;
  white-space: nowrap;
}

.flow-item i {
  color: rgba(34, 223, 255, 0.52);
  font-style: normal;
}

.viral .flow-item i {
  color: rgba(166, 103, 255, 0.56);
}

.release-section {
  padding: 36px 0 110px;
}

.release-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 70px;
  padding: 54px 58px;
  border-radius: 14px;
  border: 1px solid rgba(68, 170, 255, 0.28);
  background:
    radial-gradient(circle at 88% 12%, rgba(139, 53, 255, 0.14), transparent 26rem),
    linear-gradient(145deg, rgba(8, 29, 64, 0.9), rgba(3, 12, 30, 0.9));
  box-shadow: 0 22px 68px rgba(0, 0, 0, 0.24);
}

.release-intro {
  position: relative;
  z-index: 1;
}

.release-intro h2 {
  font-size: 34px;
}

.release-intro p {
  margin-bottom: 0;
  font-size: 14px;
}

.release-panel ul {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  align-self: center;
}

.release-panel li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 0;
  color: var(--text-soft);
  border-bottom: 1px solid rgba(68, 170, 255, 0.14);
  font-size: 14px;
  line-height: 1.55;
}

.release-panel li span {
  color: var(--green);
}

.final-cta {
  padding: 80px 24px 96px;
  text-align: center;
}

.final-cta::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 20px;
  height: 200px;
  z-index: -1;
  background: radial-gradient(ellipse, rgba(37, 112, 255, 0.24), transparent 66%);
  filter: blur(18px);
}

.final-cta img {
  width: 190px;
  filter: drop-shadow(0 0 18px rgba(34, 223, 255, 0.25));
}

.final-cta p {
  margin: 0 0 28px;
}

.primary-button.compact {
  min-height: 52px;
}

footer {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(68, 170, 255, 0.16);
  color: var(--text-muted);
  font-size: 12px;
}

footer > div {
  display: flex;
  align-items: center;
  gap: 18px;
}

footer img {
  width: 116px;
  opacity: 0.85;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-top: 64px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-description {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .download-stage {
    width: min(560px, 100%);
    margin-inline: auto;
  }

  .capability-grid {
    grid-template-columns: 1fr;
  }

  .capability-card {
    min-height: 230px;
  }

  .product-detail {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .release-panel {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 700px) {
  .site-header,
  .hero,
  .trust-strip,
  .capabilities,
  .product-details,
  .release-section,
  .final-cta,
  footer {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    height: 72px;
  }

  .brand img {
    width: 142px;
  }

  nav a:not(.nav-download) {
    display: none;
  }

  nav {
    gap: 0;
  }

  .nav-download {
    padding: 8px 13px;
  }

  .hero {
    min-height: auto;
    padding: 48px 0 62px;
  }

  .hero::before {
    width: 390px;
    height: 390px;
    right: -180px;
  }

  h1 {
    font-size: 39px;
  }

  .hero-description {
    font-size: 15px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .primary-button {
    width: 100%;
  }

  .download-stage {
    min-height: 455px;
  }

  .download-card {
    padding: 23px 18px;
  }

  .wolf-emblem {
    width: 84px;
    height: 84px;
    top: -4px;
    right: 10px;
    border-radius: 22px;
  }

  .wolf-emblem img {
    width: 62px;
    height: 62px;
  }

  .version-float {
    left: 6px;
    bottom: 24px;
  }

  .orbit-one {
    width: 360px;
    height: 360px;
  }

  .orbit-two {
    width: 280px;
    height: 280px;
  }

  .card-heading h2 {
    font-size: 20px;
  }

  .release-meta {
    gap: 7px;
  }

  .release-meta div {
    padding: 10px 8px;
  }

  .release-meta strong {
    font-size: 11px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip > div {
    border-right: 0;
    border-bottom: 1px solid rgba(68, 170, 255, 0.16);
  }

  .trust-strip > div:last-child {
    border-bottom: 0;
  }

  .capabilities {
    padding: 92px 0 52px;
  }

  .product-details {
    padding: 34px 0 76px;
  }

  .product-detail {
    padding: 34px 23px 32px;
  }

  .product-title-row h3 {
    font-size: 28px;
  }

  .product-flow {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 20px;
    padding: 8px 14px;
  }

  .flow-item {
    min-height: 35px;
    justify-content: space-between;
    white-space: normal;
  }

  .flow-item i {
    transform: rotate(90deg);
  }

  .release-section {
    padding-bottom: 64px;
  }

  .release-panel {
    padding: 36px 24px;
  }

  .final-cta {
    padding: 60px 14px 74px;
  }

  footer {
    padding: 25px 0;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    text-align: center;
  }

  footer > div {
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
