:root {
  color-scheme: dark;
  --ink: #f6fbff;
  --muted: rgba(226, 241, 250, 0.74);
  --soft: rgba(226, 241, 250, 0.52);
  --line: rgba(192, 232, 255, 0.18);
  --glass: rgba(9, 20, 33, 0.52);
  --glass-strong: rgba(9, 20, 33, 0.76);
  --ocean: #0a1128;
  --cyan: #5ee7ff;
  --teal: #36e1c6;
  --coral: #ff725e;
  --amber: #f4c76b;
  --violet: #8fa7ff;
  --max: 1180px;
  --split: 54%;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display",
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  background: #050812;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 8%, rgba(54, 225, 198, 0.18), transparent 30rem),
    linear-gradient(180deg, #0a1128 0%, #050812 42%, #020308 100%);
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 62%);
}

img {
  display: block;
  max-width: 100%;
}

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

.site-header {
  position: fixed;
  top: 16px;
  right: 22px;
  left: 22px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1220px;
  padding: 10px 10px 10px 16px;
  margin: 0 auto;
  background: rgba(3, 8, 15, 0.54);
  border: 1px solid rgba(224, 246, 255, 0.18);
  border-radius: 999px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(22px) saturate(150%);
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    transform 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(3, 8, 15, 0.72);
  border-color: rgba(224, 246, 255, 0.24);
}

.brand,
.nav-links,
.hero-actions,
.hero-stats,
.product-section,
.dial-panel,
.site-footer,
.source-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-size: 0.98rem;
  font-weight: 700;
}

.brand-mark {
  position: relative;
  width: 24px;
  height: 24px;
  background:
    radial-gradient(circle at 45% 35%, rgba(255, 255, 255, 0.95) 0 2px, transparent 3px),
    conic-gradient(from 210deg, var(--cyan), var(--teal), var(--coral), var(--cyan));
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(94, 231, 255, 0.42);
}

.brand-mark::after {
  position: absolute;
  inset: 6px;
  content: "";
  border: 1px solid rgba(2, 8, 16, 0.8);
  border-radius: 50%;
}

.nav-links {
  gap: 4px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.nav-links a,
.nav-cta {
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  color: rgba(246, 251, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 650;
}

.nav-links a:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #031018;
  background: linear-gradient(135deg, #e9fbff, #7deeff 48%, #79ffd6);
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
}

.hero-compare {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #061322;
}

.compare-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
}

.compare-before {
  filter: contrast(0.78) saturate(0.62) sepia(0.18) hue-rotate(112deg) brightness(0.78);
  transform: scale(1.01);
}

.compare-after-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0 0 0 var(--split));
}

.compare-after {
  filter: contrast(1.08) saturate(1.55) brightness(1.05);
  transform: scale(1.01);
}

.compare-gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 6, 12, 0.82) 0%, rgba(3, 6, 12, 0.42) 38%, rgba(3, 6, 12, 0.06) 70%),
    linear-gradient(180deg, rgba(3, 6, 12, 0.22) 0%, transparent 38%, rgba(2, 3, 8, 0.86) 100%);
}

.compare-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--split);
  width: 1px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 24px rgba(126, 238, 255, 0.72);
}

.compare-handle span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 54px;
  height: 54px;
  background:
    linear-gradient(90deg, transparent 18px, rgba(255, 255, 255, 0.72) 18px 20px, transparent 20px),
    rgba(3, 10, 18, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.55);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(18px);
}

.compare-handle span::before,
.compare-handle span::after {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.compare-handle span::before {
  left: 14px;
  transform: translateY(-50%) rotate(-45deg);
}

.compare-handle span::after {
  right: 14px;
  transform: translateY(-50%) rotate(135deg);
}

.compare-range {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: ew-resize;
  opacity: 0;
}

.compare-label {
  position: absolute;
  z-index: 3;
  bottom: clamp(92px, 13vh, 148px);
  padding: 10px 14px;
  color: rgba(246, 251, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(4, 12, 20, 0.44);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  backdrop-filter: blur(16px);
}

.compare-label-before {
  left: clamp(20px, 4vw, 64px);
}

.compare-label-after {
  right: clamp(20px, 4vw, 64px);
}

.hero-content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(690px, calc(100% - 40px));
  min-height: 100vh;
  padding: 120px 0 180px;
  margin-left: max(20px, calc((100vw - var(--max)) / 2));
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--cyan);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 660px;
  margin-bottom: 22px;
  font-size: clamp(3.15rem, 7vw, 6.65rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 34px;
  color: rgba(246, 251, 255, 0.82);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.75;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 16px;
}

.primary-button,
.price-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  color: #041018;
  font-weight: 800;
  background: linear-gradient(135deg, #f4fdff, #86efff 48%, #82ffd7);
  border-radius: 999px;
  box-shadow: 0 24px 80px rgba(94, 231, 255, 0.28);
}

.apple-glyph {
  width: 15px;
  height: 18px;
  margin-right: 10px;
  background: #041018;
  border-radius: 46% 46% 52% 52% / 58% 58% 42% 42%;
  transform: rotate(-6deg);
}

.metal-badge {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  color: rgba(246, 251, 255, 0.84);
  font-size: 0.88rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  backdrop-filter: blur(16px);
}

.hero-stats {
  position: absolute;
  right: max(20px, calc((100vw - var(--max)) / 2));
  bottom: 26px;
  z-index: 5;
  gap: 10px;
  padding: 10px;
  background: rgba(4, 12, 20, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  backdrop-filter: blur(22px) saturate(140%);
}

.hero-stats div {
  min-width: 136px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
}

.hero-stats strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.25rem;
}

.hero-stats span {
  color: var(--soft);
  font-size: 0.8rem;
}

.section {
  width: min(var(--max), calc(100% - 40px));
  padding: clamp(84px, 12vw, 150px) 0;
  margin: 0 auto;
}

.section-heading {
  max-width: 790px;
  margin-bottom: 44px;
}

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

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.25rem, 4.6vw, 5rem);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.section-heading p,
.product-copy > p,
.spec-hero p,
.pricing-copy p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.comparison-table {
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.table-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.table-row > div {
  min-height: 118px;
  padding: 26px;
  color: var(--muted);
  line-height: 1.7;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.table-row > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.table-head > div {
  min-height: auto;
  color: var(--ink);
  font-weight: 800;
  background: rgba(255, 255, 255, 0.08);
  border-top: 0;
}

.table-row span {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-weight: 800;
}

.table-row:not(.table-head) > div:nth-child(2) span {
  color: #94ffde;
}

.product-section {
  gap: clamp(40px, 8vw, 110px);
}

.phone-stage,
.product-copy {
  flex: 1;
  min-width: 0;
}

.phone-stage {
  display: grid;
  place-items: center;
}

.phone-shell {
  width: min(390px, 100%);
  padding: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.26), transparent 24%),
    linear-gradient(150deg, #1b2835, #02050a 56%, #101b24);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 48px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 46px 120px rgba(0, 0, 0, 0.54);
}

.phone-status {
  display: flex;
  justify-content: space-between;
  padding: 8px 20px 12px;
  color: rgba(246, 251, 255, 0.7);
  font-size: 0.78rem;
  font-weight: 800;
}

.phone-screen {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9 / 13.5;
  border-radius: 34px;
  background: #061322;
}

.phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.35) contrast(1.05);
}

.scan-line {
  position: absolute;
  top: 42%;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #a2f8ff, transparent);
  box-shadow: 0 0 18px rgba(94, 231, 255, 0.9);
}

.depth-chip {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 9px 12px;
  color: #061018;
  font-size: 0.78rem;
  font-weight: 900;
  background: rgba(138, 255, 222, 0.9);
  border-radius: 999px;
}

.dial-panel {
  gap: 15px;
  padding: 16px 10px 8px;
}

.dial {
  position: relative;
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
  background:
    repeating-conic-gradient(from -24deg, rgba(255, 255, 255, 0.75) 0deg 2deg, transparent 2deg 12deg),
    radial-gradient(circle, #172434 0 48%, #04070d 50% 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-shadow: inset 0 2px 18px rgba(255, 255, 255, 0.08);
}

.dial span {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 3px;
  height: 24px;
  background: var(--coral);
  border-radius: 4px;
  transform: translateX(-50%) rotate(32deg);
  transform-origin: 50% 22px;
}

.dial-panel strong {
  display: block;
  margin-bottom: 4px;
}

.dial-panel p {
  margin: 0;
  color: var(--soft);
  font-size: 0.83rem;
}

.micro-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.micro-grid div,
.feature,
.price-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
  border: 1px solid var(--line);
  backdrop-filter: blur(20px);
}

.micro-grid div {
  min-height: 188px;
  padding: 22px;
  border-radius: 24px;
}

.micro-grid span,
.spec-item > span,
.price-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 28px;
  margin-bottom: 16px;
  color: #041018;
  font-size: 0.75rem;
  font-weight: 900;
  background: var(--amber);
  border-radius: 999px;
}

.micro-grid strong {
  display: block;
  margin-bottom: 9px;
}

.micro-grid p,
.feature p,
.spec-item p,
.price-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.72;
}

.motion-section {
  position: relative;
  width: min(100%, 1440px);
  min-height: clamp(420px, 64vw, 760px);
  margin: clamp(24px, 5vw, 70px) auto 0;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(6, 19, 34, 0.7), rgba(10, 17, 40, 0.18)),
    url("./assets/hero-reef.jpeg");
  background-position: center;
  background-size: cover;
  border-block: 1px solid rgba(255, 255, 255, 0.12);
}

.motion-section video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.22) contrast(1.04) brightness(0.82);
}

.motion-section::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(2, 3, 8, 0.72), rgba(2, 3, 8, 0.18) 54%, rgba(2, 3, 8, 0.58)),
    linear-gradient(180deg, rgba(2, 3, 8, 0.15), rgba(2, 3, 8, 0.78));
}

.motion-overlay {
  position: absolute;
  right: max(20px, calc((100vw - var(--max)) / 2));
  bottom: 34px;
  z-index: 2;
  width: min(440px, calc(100% - 40px));
  padding: 24px;
  background: rgba(3, 10, 18, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
}

.motion-overlay span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.motion-overlay strong {
  display: block;
  font-size: clamp(1.4rem, 3.2vw, 2.7rem);
  line-height: 1.08;
  text-wrap: balance;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
}

.feature {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  padding: clamp(24px, 3.2vw, 36px);
  border-radius: 28px;
}

.feature-large {
  grid-row: span 2;
}

.feature h3 {
  margin-bottom: 14px;
  font-size: clamp(1.45rem, 2.2vw, 2.3rem);
  line-height: 1.12;
}

.feature-kicker {
  margin-bottom: 12px;
  color: var(--cyan) !important;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feature-media {
  position: relative;
  height: 260px;
  margin-bottom: 28px;
  overflow: hidden;
  background: radial-gradient(circle at 50% 55%, rgba(94, 231, 255, 0.18), rgba(255, 255, 255, 0.04) 58%, transparent 59%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
}

.lab-axis {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.18);
  transform: translate(-50%, -50%);
}

.lab-a {
  width: 76%;
  height: 1px;
}

.lab-b {
  width: 1px;
  height: 76%;
}

.curve-line {
  position: absolute;
  right: 14%;
  bottom: 18%;
  width: 56%;
  height: 56%;
  border-bottom: 3px solid var(--coral);
  border-left: 3px solid var(--coral);
  border-radius: 0 0 0 100%;
  box-shadow: 0 0 28px rgba(255, 114, 94, 0.44);
  transform: rotate(-14deg);
}

.color-orbit {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-shadow: 0 0 28px currentColor;
}

.color-orbit.one {
  top: 28%;
  right: 30%;
  color: var(--coral);
  background: var(--coral);
}

.color-orbit.two {
  right: 18%;
  bottom: 22%;
  color: var(--teal);
  background: var(--teal);
}

.color-orbit.three {
  bottom: 28%;
  left: 22%;
  color: var(--violet);
  background: var(--violet);
}

.watch-feature {
  min-height: 420px;
}

.watch-visual {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  height: 180px;
  margin-bottom: 28px;
}

.watch-case {
  display: grid;
  place-items: center;
  width: 130px;
  height: 156px;
  background: linear-gradient(160deg, #d9e4ea, #68727b 45%, #20272d);
  border-radius: 38px;
  box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.24);
}

.watch-face {
  display: grid;
  place-items: center;
  width: 104px;
  height: 130px;
  background:
    radial-gradient(circle at 50% 18%, rgba(94, 231, 255, 0.28), transparent 34%),
    #050912;
  border: 2px solid #0c141c;
  border-radius: 30px;
}

.watch-face span {
  font-size: 2rem;
  font-weight: 900;
}

.watch-face small {
  color: var(--teal);
  font-weight: 800;
}

.depth-bars {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  height: 132px;
  padding: 0 10px;
}

.depth-bars span {
  display: block;
  width: 24px;
  background: linear-gradient(180deg, var(--cyan), var(--teal));
  border-radius: 999px;
  box-shadow: 0 0 26px rgba(54, 225, 198, 0.34);
}

.batch-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 26px;
}

.batch-strip span {
  aspect-ratio: 3 / 4;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(4, 10, 18, 0.32)),
    url("./assets/batch-coral.jpeg");
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
}

.batch-strip span:nth-child(2) {
  filter: saturate(0.72) hue-rotate(48deg);
}

.batch-strip span:nth-child(3) {
  filter: saturate(1.25) contrast(1.08);
}

.batch-strip span:nth-child(4) {
  filter: saturate(1.55) brightness(1.04);
}

.image-feature {
  display: grid;
  grid-template-columns: minmax(120px, 0.78fr) 1fr;
  gap: 22px;
  min-height: 260px;
}

.image-feature img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  border-radius: 20px;
  filter: saturate(1.2) contrast(1.02);
}

.specs-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.spec-hero {
  position: sticky;
  top: 120px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.spec-list {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.spec-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 24px;
}

.spec-item h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.spec-item > span {
  min-width: 42px;
  background: var(--teal);
}

.pricing-section {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.price-cards {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 16px;
}

.price-card {
  min-height: 370px;
  padding: 28px;
  border-radius: 28px;
}

.price-card.featured {
  background:
    linear-gradient(145deg, rgba(94, 231, 255, 0.2), rgba(255, 114, 94, 0.1)),
    rgba(255, 255, 255, 0.07);
  border-color: rgba(126, 238, 255, 0.42);
  box-shadow: 0 34px 120px rgba(94, 231, 255, 0.13);
}

.price-card > span {
  color: #061018;
  background: var(--cyan);
}

.price-card h3 {
  margin-bottom: 18px;
  font-size: 1.5rem;
}

.price {
  margin-bottom: 18px !important;
  color: var(--ink) !important;
  font-size: 2.15rem;
  font-weight: 900;
  line-height: 1.1 !important;
}

.price-card a {
  width: 100%;
  margin-top: 28px;
}

.site-footer {
  justify-content: space-between;
  gap: 30px;
  width: min(var(--max), calc(100% - 40px));
  padding: 34px 0 48px;
  margin: 0 auto;
  color: var(--soft);
  border-top: 1px solid var(--line);
}

.site-footer .brand {
  margin-bottom: 12px;
  color: var(--ink);
}

.site-footer p {
  max-width: 460px;
  margin-bottom: 0;
}

.source-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  max-width: 520px;
  font-size: 0.82rem;
}

.source-links span {
  color: rgba(246, 251, 255, 0.92);
  font-weight: 800;
}

.source-links a {
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero-content {
    min-height: 92vh;
    padding-bottom: 230px;
  }

  .hero-stats {
    right: 20px;
    left: 20px;
    justify-content: stretch;
  }

  .hero-stats div {
    flex: 1;
    min-width: 0;
  }

  .product-section,
  .specs-section,
  .pricing-section {
    grid-template-columns: 1fr;
  }

  .product-section {
    flex-direction: column;
    align-items: stretch;
  }

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

  .feature-large {
    grid-row: auto;
  }

  .spec-hero {
    position: static;
  }
}

@media (max-width: 720px) {
  .site-header {
    right: 12px;
    left: 12px;
  }

  .brand {
    font-size: 0.9rem;
  }

  .nav-cta {
    padding: 8px 12px;
  }

  .hero-content {
    width: calc(100% - 32px);
    padding-top: 106px;
    margin-left: 16px;
  }

  h1 {
    font-size: clamp(2.85rem, 15vw, 4.5rem);
  }

  .compare-gradient {
    background:
      linear-gradient(180deg, rgba(3, 6, 12, 0.32), rgba(3, 6, 12, 0.36) 42%, rgba(2, 3, 8, 0.88)),
      linear-gradient(90deg, rgba(3, 6, 12, 0.38), transparent);
  }

  .compare-label {
    bottom: 185px;
    max-width: 44vw;
    white-space: normal;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    padding: 6px;
    border-radius: 22px;
  }

  .hero-stats div {
    padding: 13px 10px;
    border-radius: 16px;
  }

  .hero-stats strong {
    font-size: 1rem;
  }

  .hero-stats span {
    font-size: 0.68rem;
  }

  .section {
    width: calc(100% - 32px);
    padding: 84px 0;
  }

  .table-row {
    grid-template-columns: 1fr;
  }

  .table-row > div + div {
    border-left: 0;
  }

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

  .feature {
    min-height: auto;
  }

  .motion-section {
    min-height: 520px;
  }

  .motion-overlay {
    right: 16px;
    bottom: 24px;
    width: calc(100% - 32px);
  }

  .feature-media {
    height: 210px;
  }

  .spec-item {
    grid-template-columns: 1fr;
  }

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

  .source-links {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .scan-line {
    animation: scan 5.5s ease-in-out infinite;
  }

  .color-orbit {
    animation: float 4s ease-in-out infinite;
  }

  .color-orbit.two {
    animation-delay: -1.3s;
  }

  .color-orbit.three {
    animation-delay: -2.6s;
  }
}

@keyframes scan {
  0%,
  100% {
    top: 30%;
  }

  50% {
    top: 64%;
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}
