.landing-body {
  --landing-bg: #07111f;
  --landing-bg-soft: #0b1728;
  --landing-surface: rgba(17, 32, 52, 0.82);
  --landing-surface-strong: #122138;
  --landing-border: rgba(148, 180, 220, 0.16);
  --landing-text: #f4f8ff;
  --landing-muted: #9fb0c6;
  --landing-blue: #4c9aff;
  --landing-blue-bright: #77b5ff;
  --landing-green: #38d98a;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 72% 8%, rgba(39, 112, 255, 0.2), transparent 30rem),
    radial-gradient(circle at 8% 22%, rgba(21, 179, 191, 0.1), transparent 28rem),
    var(--landing-bg);
  color: var(--landing-text);
  line-height: 1.6;
}

.landing-body a {
  color: inherit;
}

.landing-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.landing-nav {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(148, 180, 220, 0.1);
  background: rgba(7, 17, 31, 0.78);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.nav-inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--landing-text);
  font-size: 17px;
  font-weight: 750;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.brand img,
.footer-brand img {
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
}

.nav-tools {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}

.nav-links a {
  color: var(--landing-muted);
  font-size: 14px;
  font-weight: 560;
  text-decoration: none;
  transition: color 160ms ease;
}

.nav-links a:hover {
  color: var(--landing-text);
}

.platform-pill {
  padding: 7px 12px;
  border: 1px solid var(--landing-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #c8d6e8;
  font-size: 12px;
  font-weight: 650;
}

.landing-hero {
  position: relative;
  padding: 94px 0 112px;
}

.landing-hero::before {
  position: absolute;
  width: 580px;
  height: 580px;
  border: 1px solid rgba(91, 151, 237, 0.08);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 55%, rgba(51, 120, 224, 0.04) 56%, transparent 57%),
    radial-gradient(circle, rgba(50, 124, 230, 0.1), transparent 64%);
  content: "";
  inset: 2% 4% auto auto;
  pointer-events: none;
}

.hero-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 70px;
}

.hero-kicker,
.section-kicker {
  color: var(--landing-blue-bright);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  padding: 8px 13px;
  border: 1px solid rgba(98, 164, 255, 0.2);
  border-radius: 999px;
  background: rgba(52, 125, 229, 0.08);
}

.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--landing-green);
  box-shadow: 0 0 0 5px rgba(56, 217, 138, 0.1);
}

.hero-copy h1 {
  max-width: 690px;
  margin: 0;
  color: var(--landing-text);
  font-size: clamp(46px, 6vw, 76px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.08;
}

.hero-copy h1 span {
  display: block;
  background: linear-gradient(95deg, #76b7ff 4%, #74e0d1 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-description {
  max-width: 640px;
  margin: 26px 0 0;
  color: var(--landing-muted);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.landing-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.landing-button:hover {
  transform: translateY(-2px);
}

.landing-button.primary {
  background: linear-gradient(135deg, #3183f5, #55a7ff);
  box-shadow: 0 12px 32px rgba(44, 126, 240, 0.28);
  color: #ffffff;
}

.landing-button.ghost {
  border-color: var(--landing-border);
  background: rgba(255, 255, 255, 0.04);
  color: #d9e7f7;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
  color: #9fb0c6;
  font-size: 12px;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hero-trust svg {
  width: 15px;
  fill: none;
  stroke: var(--landing-green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hero-product {
  position: relative;
  display: flex;
  min-height: 640px;
  align-items: center;
  justify-content: center;
}

.hero-product::before {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(55, 130, 240, 0.3), transparent 68%);
  content: "";
  filter: blur(8px);
}

.phone-frame {
  position: relative;
  z-index: 2;
  width: 292px;
  padding: 10px;
  border: 1px solid rgba(216, 231, 250, 0.25);
  border-radius: 44px;
  background: linear-gradient(145deg, #263750, #080d14 45%);
  box-shadow:
    0 45px 90px rgba(0, 0, 0, 0.5),
    inset 0 0 0 2px rgba(255, 255, 255, 0.04);
  transform: rotate(2deg);
}

.phone-island {
  position: absolute;
  z-index: 2;
  top: 21px;
  left: 50%;
  width: 78px;
  height: 21px;
  border-radius: 20px;
  background: #05070a;
  transform: translateX(-50%);
}

.phone-screen {
  min-height: 580px;
  padding: 44px 14px 16px;
  overflow: hidden;
  border-radius: 35px;
  background: #f2f2f7;
  color: #1c1c1e;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", sans-serif;
}

.screen-header,
.quick-title,
.volume-head,
.storage-total,
.metric-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.screen-header {
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
}

.screen-header span:first-child {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: 3px;
}

.screen-header small,
.card-label,
.quick-title span,
.volume-row small,
.network-grid small {
  color: #8e8e93;
  font-size: 9px;
  font-weight: 500;
}

.screen-header strong {
  color: #1c1c1e;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.menu-chip {
  display: grid;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  place-items: center;
  gap: 3px;
  border: 0;
  border-radius: 8px;
  background: rgba(120, 120, 128, 0.12);
  padding: 7px 6px;
}

.menu-chip span {
  display: block;
  width: 12px;
  height: 1.5px;
  border-radius: 1px;
  background: #3a3a3c;
}

.quick-title {
  margin: 0 1px 8px;
}

.quick-title strong,
.status-title {
  color: #1c1c1e;
  font-size: 12px;
  font-weight: 700;
}

.status-title {
  margin: 14px 1px 8px;
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.mini-app {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-direction: column;
  min-width: 0;
}

.mini-app > span {
  display: grid;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  color: #fff;
  place-items: center;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(27, 54, 92, 0.14);
}

.mini-app > span svg {
  width: 20px;
  height: 20px;
  display: block;
  overflow: visible;
  flex-shrink: 0;
}

.mini-app small {
  width: 100%;
  overflow: hidden;
  color: #3a3a3c;
  font-size: 7px;
  font-weight: 500;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-app.blue > span {
  background: linear-gradient(145deg, #007aff, #5ac8fa);
}

.mini-app.indigo > span {
  background: linear-gradient(145deg, #5856d6, #7d7aff);
}

.mini-app.orange > span {
  background: linear-gradient(145deg, #ff9500, #ffb340);
}

.mini-app.green > span {
  background: linear-gradient(145deg, #34c759, #30d158);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.metric-card,
.network-card,
.storage-card {
  border: 1px solid rgba(60, 60, 67, 0.08);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(25, 45, 75, 0.05);
}

.metric-card {
  display: flex;
  padding: 10px;
  flex-direction: column;
  gap: 6px;
}

.metric-head span {
  color: #8e8e93;
  font-size: 9px;
}

.metric-head strong {
  color: #1c1c1e;
  font-size: 15px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.sparkline {
  display: block;
  width: 100%;
  height: 28px;
}

.network-card,
.storage-card {
  padding: 10px 11px;
  margin-top: 8px;
}

.card-label {
  display: block;
  margin-bottom: 7px;
}

.network-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.network-grid strong {
  display: block;
  margin-top: 2px;
  color: #1c1c1e;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 650;
}

.network-grid .dl {
  color: #007aff;
}

.network-grid .ul {
  color: #34c759;
}

.volume-row {
  margin-bottom: 8px;
}

.volume-head strong {
  color: #1c1c1e;
  font-size: 11px;
  font-weight: 650;
}

.volume-head span {
  color: #8e8e93;
  font-size: 8px;
  font-variant-numeric: tabular-nums;
}

.volume-row i,
.storage-card i {
  display: block;
  height: 5px;
  overflow: hidden;
  margin-top: 6px;
  border-radius: 999px;
  background: rgba(120, 120, 128, 0.16);
}

.volume-row i b,
.storage-card i b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #3488f4, #63b1ff);
}

.load-68 {
  width: 68%;
}

.volume-row small {
  display: block;
  margin-top: 5px;
}

.storage-total {
  padding-top: 8px;
  border-top: 1px solid rgba(60, 60, 67, 0.1);
}

.storage-total span {
  color: #8e8e93;
  font-size: 9px;
  font-weight: 500;
}

.storage-total strong {
  color: #1c1c1e;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 650;
}

/* Legacy activity styles unused by new mock — keep harmless */
.activity-card {
  display: none;
}

.online-badge {
  display: none;
}

.connection-card,
.protocol-card {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(171, 203, 241, 0.2);
  background: rgba(17, 32, 53, 0.9);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.connection-card {
  display: flex;
  top: 92px;
  left: 3px;
  align-items: center;
  gap: 11px;
  padding: 12px 15px;
  border-radius: 15px;
}

.connection-card > span:last-child {
  display: flex;
  flex-direction: column;
}

.connection-card strong {
  font-size: 12px;
}

.connection-card small,
.protocol-card small {
  color: #9eafc4;
  font-size: 9px;
}

.connection-icon {
  display: grid;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: rgba(56, 217, 138, 0.14);
  color: var(--landing-green);
  place-items: center;
}

.connection-icon svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.protocol-card {
  right: -10px;
  bottom: 87px;
  padding: 13px 15px;
  border-radius: 15px;
}

.protocol-card > div {
  display: flex;
  gap: 5px;
  margin-top: 7px;
}

.protocol-card span {
  padding: 4px 6px;
  border-radius: 6px;
  background: rgba(90, 157, 249, 0.12);
  color: #bedaff;
  font-size: 8px;
  font-weight: 700;
}

.capability-strip {
  border-top: 1px solid var(--landing-border);
  border-bottom: 1px solid var(--landing-border);
  background: rgba(255, 255, 255, 0.025);
}

.strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.strip-grid > div {
  display: flex;
  min-height: 112px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  text-align: center;
}

.strip-grid > div + div {
  border-left: 1px solid var(--landing-border);
}

.strip-grid strong {
  color: #eaf3ff;
  font-size: 21px;
}

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

.landing-section {
  padding: 112px 0;
  scroll-margin-top: 72px;
}

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

.section-heading.compact {
  margin-bottom: 42px;
}

.section-kicker {
  margin: 0 0 9px;
}

.section-heading h2,
.media-copy h2,
.privacy-banner h2,
.launch-card h2 {
  margin: 0;
  color: var(--landing-text);
  font-size: clamp(31px, 4vw, 48px);
  font-weight: 770;
  letter-spacing: -0.038em;
  line-height: 1.2;
}

.section-heading > p:last-child,
.media-copy > p,
.privacy-banner > div > p:last-child,
.launch-card > div > p:last-child {
  margin: 16px 0 0;
  color: var(--landing-muted);
  font-size: 16px;
}

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

.feature-card {
  min-height: 270px;
  padding: 28px;
  border: 1px solid var(--landing-border);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 55%),
    var(--landing-surface);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.12);
}

.feature-card.featured {
  border-color: rgba(73, 151, 255, 0.3);
  background:
    radial-gradient(circle at 100% 0%, rgba(52, 130, 238, 0.18), transparent 55%),
    var(--landing-surface);
}

.feature-icon {
  display: grid;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  place-items: center;
}

.feature-icon svg,
.shield-icon svg {
  width: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.blue-icon {
  background: rgba(62, 144, 255, 0.14);
  color: #65a9ff;
}

.cyan-icon {
  background: rgba(43, 196, 210, 0.13);
  color: #52d7e3;
}

.violet-icon {
  background: rgba(145, 102, 255, 0.14);
  color: #ae87ff;
}

.orange-icon {
  background: rgba(255, 150, 65, 0.14);
  color: #ffae66;
}

.green-icon {
  background: rgba(56, 217, 138, 0.13);
  color: #5ee5a1;
}

.pink-icon {
  background: rgba(239, 102, 166, 0.14);
  color: #f384b8;
}

.feature-card h3,
.workflow-grid h3 {
  margin: 20px 0 9px;
  color: #edf5ff;
  font-size: 19px;
}

.feature-card p,
.workflow-grid p {
  margin: 0;
  color: var(--landing-muted);
  font-size: 14px;
}

.feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 18px;
}

.feature-tags span {
  padding: 5px 8px;
  border: 1px solid rgba(106, 169, 255, 0.18);
  border-radius: 7px;
  color: #9fc8fa;
  font-size: 10px;
}

.media-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(148, 180, 220, 0.08);
  border-bottom: 1px solid rgba(148, 180, 220, 0.08);
  background:
    radial-gradient(circle at 18% 50%, rgba(80, 74, 218, 0.16), transparent 30rem),
    rgba(4, 12, 23, 0.38);
}

.media-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 82px;
}

.player-window {
  overflow: hidden;
  border: 1px solid rgba(180, 205, 238, 0.2);
  border-radius: 25px;
  background: #101a29;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
  transform: perspective(1200px) rotateY(5deg) rotateX(2deg);
}

.player-image {
  position: relative;
  height: 320px;
  overflow: hidden;
  background:
    radial-gradient(circle at 65% 24%, rgba(241, 181, 102, 0.75), transparent 11%),
    linear-gradient(160deg, #24436c 0%, #788ea5 48%, #d28d61 100%);
}

.player-glow {
  position: absolute;
  top: 25px;
  right: 17%;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(255, 206, 139, 0.52);
  filter: blur(18px);
}

.mountain {
  position: absolute;
  right: -8%;
  bottom: -42%;
  width: 76%;
  height: 88%;
  background: #172a43;
  clip-path: polygon(0 100%, 31% 16%, 49% 51%, 66% 26%, 100% 100%);
}

.mountain-back {
  right: 33%;
  bottom: -47%;
  background: rgba(53, 73, 98, 0.8);
  transform: scale(1.15);
}

.player-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(6, 13, 23, 0.48);
  color: #ffffff;
  font-size: 20px;
  transform: translate(-50%, -50%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  place-items: center;
}

.player-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px 19px 9px;
  color: #aebdd0;
  font-size: 10px;
}

.timeline {
  position: relative;
  height: 4px;
  border-radius: 999px;
  background: #34445a;
  flex: 1;
}

.timeline i,
.timeline b {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
}

.timeline i {
  width: 67%;
  background: #697b92;
}

.timeline b {
  width: 29%;
  background: #4f9fff;
}

.quality-row {
  padding: 7px 19px 16px;
  color: #8292a8;
  font-size: 9px;
}

.quality-row strong {
  color: #80b9ff;
}

.media-copy > p {
  line-height: 1.8;
}

.check-list {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 29px;
  color: #ced9e8;
  font-size: 14px;
}

.check-list li::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: grid;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: rgba(56, 217, 138, 0.13);
  color: #5ee5a1;
  content: "✓";
  font-size: 11px;
  font-weight: 800;
  place-items: center;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--landing-border);
  border-radius: 24px;
  background: var(--landing-border);
}

.workflow-grid article {
  min-height: 245px;
  padding: 30px 26px;
  background: #0c192a;
}

.workflow-grid article > span {
  color: #5c9ff6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.workflow-grid h3 {
  margin-top: 40px;
}

.privacy-banner {
  display: grid;
  align-items: center;
  padding: 50px 54px;
  border: 1px solid rgba(76, 154, 255, 0.26);
  border-radius: 28px;
  background:
    radial-gradient(circle at 0% 0%, rgba(52, 134, 244, 0.2), transparent 45%),
    linear-gradient(135deg, rgba(17, 39, 67, 0.94), rgba(11, 26, 45, 0.94));
  grid-template-columns: auto 1fr;
  gap: 32px;
}

.shield-icon {
  display: grid;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(102, 169, 255, 0.22);
  border-radius: 22px;
  background: rgba(68, 145, 250, 0.12);
  color: #73b4ff;
  place-items: center;
}

.shield-icon svg {
  width: 38px;
}

.privacy-banner h2 {
  max-width: 850px;
  font-size: clamp(28px, 3.5vw, 42px);
}

.launch-section {
  padding-top: 30px;
}

.launch-card {
  display: grid;
  align-items: center;
  padding: 34px 40px;
  border: 1px solid var(--landing-border);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.035);
  grid-template-columns: auto 1fr auto;
  gap: 26px;
}

.launch-card img {
  border-radius: 22px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.32);
}

.launch-card h2 {
  font-size: clamp(25px, 3vw, 36px);
}

.coming-soon {
  padding: 10px 15px;
  border: 1px solid rgba(94, 164, 255, 0.24);
  border-radius: 12px;
  background: rgba(76, 154, 255, 0.1);
  color: #a9d0ff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.landing-footer {
  padding: 42px 0 28px;
  border-top: 1px solid var(--landing-border);
  background: #050d18;
  color: var(--landing-muted);
  font-size: 13px;
  text-align: left;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 11px;
}

.footer-brand > span {
  display: flex;
  flex-direction: column;
}

.footer-brand strong {
  color: #edf5ff;
  font-size: 14px;
}

.footer-brand small {
  color: #73849a;
  font-size: 11px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.footer-links a {
  color: #aabacf;
  text-decoration: none;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-note {
  width: min(1180px, calc(100% - 48px));
  padding-top: 22px;
  margin: 22px auto 0;
  border-top: 1px solid rgba(148, 180, 220, 0.09);
  color: #607188;
  font-size: 10px;
  text-align: center;
}

.footer-beian {
  width: min(1180px, calc(100% - 48px));
  margin: 10px auto 0;
  color: #607188;
  font-size: 12px;
  text-align: center;
}

.footer-beian a {
  color: #8aa0b8;
  text-decoration: none;
}

.footer-beian a:hover {
  color: #dce8f6;
  text-decoration: underline;
}

@media (max-width: 1040px) {
  .hero-grid {
    grid-template-columns: 1fr 420px;
    gap: 30px;
  }

  .hero-copy h1 {
    font-size: 54px;
  }

  .connection-card {
    left: -5px;
  }

  .protocol-card {
    right: -3px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .media-grid {
    gap: 50px;
  }
}

@media (max-width: 820px) {
  .landing-container {
    width: min(100% - 32px, 680px);
  }

  .nav-inner {
    min-height: 64px;
  }

  .nav-links {
    display: none;
  }

  .nav-tools {
    margin-left: auto;
  }

  .landing-hero {
    padding: 70px 0 86px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

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

  .hero-copy h1,
  .hero-description {
    margin-right: auto;
    margin-left: auto;
  }

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

  .hero-product {
    min-height: 570px;
  }

  .connection-card {
    left: calc(50% - 230px);
  }

  .protocol-card {
    right: calc(50% - 240px);
  }

  .strip-grid > div {
    min-height: 100px;
  }

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

  .media-copy {
    order: -1;
    text-align: center;
  }

  .check-list {
    width: min(420px, 100%);
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .workflow-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .privacy-banner {
    padding: 38px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .shield-icon {
    margin: 0 auto;
  }

  .launch-card {
    grid-template-columns: auto 1fr;
  }

  .coming-soon {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .landing-container,
  .footer-note {
    width: min(100% - 24px, 520px);
  }

  .brand img {
    width: 36px;
    height: 36px;
    border-radius: 9px;
  }

  .brand span {
    font-size: 15px;
  }

  .platform-pill {
    padding: 6px 9px;
    font-size: 10px;
  }

  .landing-hero {
    padding-top: 52px;
  }

  .hero-kicker {
    font-size: 11px;
  }

  .hero-copy h1 {
    font-size: clamp(39px, 12vw, 52px);
  }

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

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .landing-button {
    width: 100%;
  }

  .hero-trust {
    align-items: center;
    gap: 10px;
    flex-direction: column;
  }

  .hero-product {
    min-height: 540px;
    transform: scale(0.9);
    transform-origin: top center;
  }

  .connection-card {
    top: 80px;
    left: calc(50% - 210px);
  }

  .protocol-card {
    right: calc(50% - 215px);
    bottom: 74px;
  }

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

  .strip-grid > div {
    min-height: 84px;
  }

  .strip-grid > div + div {
    border-top: 1px solid var(--landing-border);
    border-left: 0;
  }

  .landing-section {
    padding: 78px 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

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

  .feature-card {
    min-height: 0;
  }

  .player-image {
    height: 230px;
  }

  .player-window {
    transform: none;
  }

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

  .workflow-grid article {
    min-height: 190px;
  }

  .workflow-grid h3 {
    margin-top: 24px;
  }

  .privacy-banner {
    padding: 30px 22px;
  }

  .launch-card {
    padding: 28px 22px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .launch-card img {
    margin: 0 auto;
  }

  .coming-soon {
    justify-self: center;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    gap: 16px;
  }
}

html[dir="rtl"] .nav-inner,
html[dir="rtl"] .hero-copy,
html[dir="rtl"] .footer-grid {
  text-align: right;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
