:root {
  color-scheme: dark;
  --bg: #05070a;
  --panel: rgba(7, 16, 22, 0.72);
  --panel-strong: rgba(8, 18, 26, 0.92);
  --text: #f4f7fb;
  --muted: #aab8c8;
  --soft: #d7e8ff;
  --line: rgba(71, 230, 196, 0.34);
  --cyan: #47e6c4;
  --blue: #1687ff;
  --violet: #6d5cff;
  --radius: 8px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 50% -10%, rgba(71, 230, 196, 0.18), transparent 36rem),
    var(--bg);
  color: var(--text);
}

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

.hero {
  position: relative;
  min-height: 70vh;
  overflow: clip;
  display: grid;
  grid-template-rows: auto 1fr;
  isolation: isolate;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 34%;
  content: "";
  background: linear-gradient(180deg, transparent, var(--bg) 82%);
  pointer-events: none;
}

.aurora {
  position: absolute;
  inset: -22% -18% -16%;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(71, 230, 196, 0.8), transparent 20rem),
    radial-gradient(circle at 70% 10%, rgba(22, 135, 255, 0.75), transparent 24rem),
    radial-gradient(circle at 76% 72%, rgba(109, 92, 255, 0.58), transparent 24rem),
    radial-gradient(circle at 40% 80%, rgba(14, 48, 72, 0.92), transparent 30rem),
    linear-gradient(135deg, #05070a 12%, #08121a 52%, #020305);
  background-size: 130% 130%, 140% 140%, 130% 130%, 150% 150%, 100% 100%;
  background-position: 4% 18%, 86% 6%, 84% 72%, 38% 82%, 0 0;
  filter: saturate(1.25);
  animation: aurora-dance 20s linear infinite alternate;
}

.topbar,
.hero-inner {
  position: relative;
  z-index: 2;
}

.aurora::before,
.aurora::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  filter: blur(18px);
  mix-blend-mode: screen;
  pointer-events: none;
  will-change: opacity, transform;
}

.aurora::before {
  width: 46vmax;
  height: 46vmax;
  left: 2%;
  top: 6%;
  background:
    radial-gradient(circle at 42% 44%, rgba(71, 230, 196, 0.92), transparent 42%),
    radial-gradient(circle at 62% 58%, rgba(22, 135, 255, 0.82), transparent 54%);
  opacity: 0.94;
  animation: blob-left-dance 36s ease-in-out infinite alternate;
}

.aurora::after {
  width: 54vmax;
  height: 54vmax;
  right: -8%;
  top: 18%;
  background:
    radial-gradient(circle at 54% 48%, rgba(22, 135, 255, 0.94), transparent 44%),
    radial-gradient(circle at 40% 62%, rgba(109, 92, 255, 0.7), transparent 56%);
  opacity: 0.9;
  animation: blob-right-dance 42s ease-in-out infinite alternate;
}

.beam {
  position: absolute;
  width: 80vmax;
  height: 18vmax;
  border-radius: 999px;
  opacity: 0.82;
  filter: blur(14px);
  transform-origin: center;
}

.light {
  position: absolute;
  display: block;
  border-radius: 999px;
  filter: blur(8px);
  opacity: 0.72;
  mix-blend-mode: screen;
  will-change: opacity, transform;
}

.light-one {
  width: 18vmax;
  height: 18vmax;
  left: 8%;
  top: 22%;
  background: radial-gradient(circle, rgba(143, 255, 234, 0.95), rgba(71, 230, 196, 0.38) 48%, transparent 70%);
  animation: light-one-dance 34s ease-in-out infinite alternate;
}

.light-two {
  width: 24vmax;
  height: 24vmax;
  right: 12%;
  top: 18%;
  background: radial-gradient(circle, rgba(22, 135, 255, 0.95), rgba(22, 135, 255, 0.34) 50%, transparent 72%);
  animation: light-two-dance 48s ease-in-out infinite alternate;
}

.light-three {
  width: 16vmax;
  height: 16vmax;
  left: 42%;
  bottom: 20%;
  background: radial-gradient(circle, rgba(109, 92, 255, 0.85), rgba(71, 230, 196, 0.28) 52%, transparent 72%);
  animation: light-three-dance 44s ease-in-out infinite alternate;
}

.beam-one {
  top: 28%;
  left: -10%;
  background: linear-gradient(90deg, transparent, rgba(71, 230, 196, 0.92), rgba(22, 135, 255, 0.78), transparent);
  transform: rotate(-11deg);
  animation: beam-one-dance 46s ease-in-out infinite alternate;
}

.beam-two {
  right: -18%;
  bottom: 30%;
  background: linear-gradient(90deg, transparent, rgba(22, 135, 255, 0.82), rgba(71, 230, 196, 0.72), transparent);
  transform: rotate(16deg);
  animation: beam-two-dance 40s ease-in-out infinite alternate;
}

.beam-three {
  bottom: 6%;
  left: 14%;
  background: linear-gradient(90deg, transparent, rgba(109, 92, 255, 0.68), rgba(71, 230, 196, 0.7), transparent);
  transform: rotate(3deg);
  animation: beam-three-dance 52s ease-in-out infinite alternate;
}

@keyframes aurora-dance {
  0% {
    background-position: 4% 18%, 86% 6%, 84% 72%, 38% 82%, 0 0;
  }

  35% {
    background-position: 24% 34%, 62% 20%, 68% 60%, 54% 66%, 0 0;
  }

  70% {
    background-position: 2% 50%, 96% 34%, 58% 88%, 24% 62%, 0 0;
  }

  100% {
    background-position: 34% 18%, 70% 44%, 94% 52%, 62% 92%, 0 0;
  }
}

@keyframes beam-one-dance {
  from {
    opacity: 0.52;
    transform: translate3d(-34%, -24%, 0) rotate(-13deg) scaleX(0.78) scaleY(1.12);
  }

  to {
    opacity: 0.9;
    transform: translate3d(68%, 48%, 0) rotate(-5deg) scaleX(1.22) scaleY(0.86);
  }
}

@keyframes beam-two-dance {
  from {
    opacity: 0.46;
    transform: translate3d(38%, 26%, 0) rotate(18deg) scaleX(1.18) scaleY(0.82);
  }

  to {
    opacity: 0.86;
    transform: translate3d(-72%, -52%, 0) rotate(8deg) scaleX(0.84) scaleY(1.18);
  }
}

@keyframes beam-three-dance {
  from {
    opacity: 0.38;
    transform: translate3d(-24%, 52%, 0) rotate(1deg) scaleX(0.88) scaleY(1.16);
  }

  to {
    opacity: 0.78;
    transform: translate3d(74%, -56%, 0) rotate(10deg) scaleX(1.24) scaleY(0.9);
  }
}

@keyframes blob-left-dance {
  0% {
    opacity: 0.42;
    transform: translate3d(-46%, -24%, 0) scaleX(0.82) scaleY(1.08);
  }

  45% {
    opacity: 0.92;
    transform: translate3d(82%, 58%, 0) scaleX(1.28) scaleY(0.94);
  }

  100% {
    opacity: 0.58;
    transform: translate3d(34%, 104%, 0) scaleX(0.96) scaleY(1.22);
  }
}

@keyframes blob-right-dance {
  0% {
    opacity: 0.5;
    transform: translate3d(48%, -34%, 0) scaleX(1.18) scaleY(0.88);
  }

  40% {
    opacity: 0.86;
    transform: translate3d(-88%, 68%, 0) scaleX(0.86) scaleY(1.24);
  }

  100% {
    opacity: 0.64;
    transform: translate3d(-42%, 112%, 0) scaleX(1.28) scaleY(0.92);
  }
}

@keyframes light-one-dance {
  from {
    opacity: 0.26;
    transform: translate3d(-42vw, -18vh, 0) scaleX(0.72) scaleY(1.18);
  }

  to {
    opacity: 0.78;
    transform: translate3d(54vw, 42vh, 0) scaleX(1.34) scaleY(0.88);
  }
}

@keyframes light-two-dance {
  from {
    opacity: 0.3;
    transform: translate3d(46vw, -22vh, 0) scaleX(1.28) scaleY(0.86);
  }

  to {
    opacity: 0.82;
    transform: translate3d(-62vw, 52vh, 0) scaleX(0.76) scaleY(1.26);
  }
}

@keyframes light-three-dance {
  from {
    opacity: 0.2;
    transform: translate3d(-34vw, 48vh, 0) scaleX(0.84) scaleY(1.16);
  }

  to {
    opacity: 0.68;
    transform: translate3d(52vw, -60vh, 0) scaleX(1.32) scaleY(0.88);
  }
}

.topbar {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand,
.topbar-link,
.play-store-link {
  min-height: 44px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.98rem;
  font-weight: 800;
}

.brand img {
  border-radius: 8px;
  box-shadow: 0 0 22px rgba(71, 230, 196, 0.26);
}

.topbar-link {
  display: inline-flex;
  align-items: center;
  color: var(--soft);
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(36px, 6vh, 88px) 0 clamp(30px, 5vh, 70px);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--cyan);
  font-size: clamp(0.78rem, 1.8vw, 0.95rem);
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 1040px;
  margin: 0;
  color: var(--text);
  font-size: clamp(3.45rem, 6.8vw, 6.7rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.word-android,
.word-mac {
  display: inline-block;
  color: var(--text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 34px rgba(71, 230, 196, 0.12);
}

.word-android {
  color: #47e66f;
  background-image: linear-gradient(135deg, #7dff9d 0%, #47e6c4 48%, #1687ff 100%);
  text-shadow: 0 0 38px rgba(71, 230, 111, 0.2);
}

.word-mac {
  color: #f4f7fb;
  background-image: linear-gradient(135deg, #ffffff 0%, #eef7ff 24%, #aac8df 50%, #4a86ff 100%);
  text-shadow:
    0 0 34px rgba(215, 232, 255, 0.22),
    0 0 56px rgba(74, 134, 255, 0.16);
}

.hero-copy {
  max-width: 690px;
  margin: 26px 0 0;
  color: #d9e7f5;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.45;
}

.hero-points {
  max-width: 780px;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
}

.hero-points li {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid rgba(143, 255, 234, 0.34);
  border-radius: var(--radius);
  background: rgba(5, 7, 10, 0.42);
  color: var(--soft);
  font-size: 0.88rem;
  font-weight: 800;
  box-shadow: 0 0 24px rgba(71, 230, 196, 0.08);
}

.hero-points li::before {
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  content: "";
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(71, 230, 196, 0.86);
}

.store-section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 26px 0 70px;
  display: flex;
  justify-content: center;
}

.play-store-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 13px 18px 13px 15px;
  border: 1px solid rgba(215, 232, 255, 0.22);
  border-radius: var(--radius);
  background: #071016;
  box-shadow:
    0 0 0 1px rgba(71, 230, 196, 0.12) inset,
    0 18px 54px rgba(0, 0, 0, 0.34);
  color: var(--text);
  font-size: 1.25rem;
  font-weight: 850;
  line-height: 1.05;
}

.play-store-link small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.4;
}

.play-icon {
  width: 28px;
  height: 31px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background:
    linear-gradient(135deg, #47e6c4 0 34%, #1687ff 34% 66%, #8fffea 66% 100%);
}

.steps {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 96px;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(330px, 1fr);
  gap: 24px;
}

.shot {
  min-height: 314px;
  border: 1px solid rgba(215, 232, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(215, 232, 255, 0.09), transparent 28%),
    var(--panel);
  box-shadow:
    0 0 0 1px rgba(71, 230, 196, 0.07) inset,
    0 24px 80px rgba(0, 0, 0, 0.38);
  overflow: hidden;
}

.shot-control-center,
.shot-mac,
.shot-choice,
.shot-mac-flow {
  padding: 22px;
}

.shot-control-center,
.shot-mac,
.shot-choice {
  background:
    radial-gradient(circle at 18% 22%, rgba(140, 214, 96, 0.28), transparent 10rem),
    radial-gradient(circle at 82% 72%, rgba(71, 230, 196, 0.14), transparent 9rem),
    linear-gradient(145deg, rgba(46, 96, 29, 0.92), rgba(35, 75, 24, 0.82));
}

.shot-choice {
  grid-column: span 2;
  min-height: 330px;
}

.shot-mac-flow {
  position: relative;
  min-height: 430px;
  padding: 20px;
  background:
    radial-gradient(circle at 18% 18%, rgba(71, 230, 196, 0.18), transparent 14rem),
    radial-gradient(circle at 84% 62%, rgba(22, 135, 255, 0.18), transparent 15rem),
    linear-gradient(145deg, rgba(8, 18, 26, 0.96), rgba(3, 6, 10, 0.92));
}

.mac-flow {
  position: relative;
  height: 100%;
  min-height: 390px;
  overflow: hidden;
  border-radius: 12px;
  background:
    radial-gradient(circle at 18% 24%, rgba(71, 230, 196, 0.14), transparent 12rem),
    radial-gradient(circle at 76% 80%, rgba(22, 135, 255, 0.13), transparent 14rem);
}

.flow-stage {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(16px, 2.5vw, 28px);
  will-change: opacity, transform;
}

.flow-control {
  animation: flow-control-stage 21s ease-in-out infinite;
}

.flow-picker {
  animation: flow-picker-stage 21s ease-in-out infinite;
}

.flow-choice {
  animation: flow-choice-stage 21s ease-in-out infinite;
}

.mac-control-center {
  width: min(100%, 540px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-content: center;
}

.cc-stack {
  display: grid;
  gap: 10px;
}

.cc-pill,
.cc-media,
.cc-mirror-tile {
  border: 1px solid rgba(143, 255, 234, 0.24);
  border-radius: 34px;
  background: rgba(12, 32, 38, 0.78);
  box-shadow:
    0 12px 34px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.94);
}

.cc-pill {
  min-height: 66px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px 13px;
}

.cc-pill strong,
.cc-media strong,
.cc-mirror-tile strong {
  display: block;
  font-size: 0.95rem;
  line-height: 1.06;
}

.cc-pill small,
.cc-media small {
  display: block;
  margin-top: 3px;
  color: rgba(244, 247, 251, 0.72);
  font-size: 0.78rem;
  font-weight: 750;
}

.cc-round {
  position: relative;
  width: 42px;
  height: 42px;
  display: block;
  border-radius: 50%;
  background: rgba(244, 247, 251, 0.94);
}

.wifi-symbol::before,
.wifi-symbol::after,
.airdrop-symbol::before,
.airdrop-symbol::after {
  position: absolute;
  content: "";
  left: 50%;
  border: 3px solid #4a86ff;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: translateX(-50%) rotate(45deg);
}

.wifi-symbol::before {
  top: 11px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.wifi-symbol::after {
  top: 19px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.bluetooth-symbol::before,
.bluetooth-symbol::after {
  position: absolute;
  left: 19px;
  top: 9px;
  width: 3px;
  height: 24px;
  content: "";
  background: #4a86ff;
}

.bluetooth-symbol::before {
  transform: rotate(35deg);
}

.bluetooth-symbol::after {
  transform: rotate(-35deg);
}

.airdrop-symbol::before {
  top: 8px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.airdrop-symbol::after {
  top: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.cc-media {
  min-height: 126px;
  padding: 14px;
}

.media-art {
  width: 54px;
  height: 34px;
  display: block;
  margin-bottom: 20px;
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(71, 230, 196, 0.9), rgba(22, 135, 255, 0.72)),
    linear-gradient(45deg, transparent 46%, rgba(255, 255, 255, 0.45) 47% 52%, transparent 53%);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.24);
}

.media-play {
  width: 0;
  height: 0;
  display: block;
  margin: 14px auto 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid rgba(244, 247, 251, 0.74);
}

.cc-mirror-tile {
  position: relative;
  min-height: 96px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
}

.mirror-symbol {
  background: rgba(71, 230, 196, 0.22);
}

.mirror-symbol::before,
.mirror-symbol::after {
  position: absolute;
  content: "";
  border: 3px solid rgba(244, 247, 251, 0.9);
  border-radius: 5px;
}

.mirror-symbol::before {
  left: 9px;
  top: 12px;
  width: 18px;
  height: 14px;
}

.mirror-symbol::after {
  right: 8px;
  bottom: 9px;
  width: 19px;
  height: 15px;
}

.screen-panel {
  width: min(100%, 500px);
  margin: 0 auto;
  padding: 16px 16px 14px;
  border: 1px solid rgba(143, 255, 234, 0.34);
  border-radius: 24px;
  background: rgba(8, 30, 38, 0.9);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(20px);
}

.panel-title {
  color: rgba(255, 255, 255, 0.96);
  font-size: 1.05rem;
  font-weight: 850;
}

.panel-divider {
  height: 1px;
  margin: 12px 0;
  background: rgba(143, 255, 234, 0.16);
}

.panel-subtitle {
  margin-bottom: 8px;
  color: rgba(244, 247, 251, 0.66);
  font-size: 0.86rem;
  font-weight: 850;
}

.device-row {
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  align-items: center;
  padding: 8px 0;
  border-radius: var(--radius);
}

.device-row.active {
  background: transparent;
}

.device-row strong,
.device-row small {
  display: block;
}

.device-row strong {
  color: rgba(255, 255, 255, 0.96);
  font-size: 1rem;
}

.apple-tv-glyph {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(244, 247, 251, 0.72);
  color: rgba(8, 30, 38, 0.92);
  font-size: 0.64rem;
  font-weight: 950;
}

.display-settings {
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.95rem;
  font-weight: 850;
}

.choice-dialog {
  width: min(100%, 760px);
  min-height: 290px;
  margin: 0 auto;
  padding: 22px 24px 20px;
  display: grid;
  align-content: center;
  border-radius: 24px;
  background: rgba(25, 26, 28, 0.94);
  box-shadow:
    0 22px 64px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: rgba(244, 247, 251, 0.95);
}

.choice-dialog h2 {
  margin: 0 0 18px;
  text-align: center;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.2;
}

.choice-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.choice-option {
  min-height: 116px;
  padding: 11px;
  display: grid;
  gap: 8px;
  justify-items: center;
  border: 5px solid transparent;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(244, 247, 251, 0.64);
}

.choice-option.selected {
  border-color: #3d75ff;
  color: rgba(244, 247, 251, 0.9);
}

.choice-option strong {
  font-size: 0.82rem;
  line-height: 1.1;
  text-align: center;
}

.choice-preview {
  position: relative;
  width: min(100%, 132px);
  aspect-ratio: 16 / 9;
  display: block;
  border: 3px solid rgba(0, 0, 0, 0.78);
  border-radius: 4px;
  background:
    radial-gradient(circle at 62% 18%, rgba(255, 194, 125, 0.95), transparent 28%),
    linear-gradient(135deg, #1687ff, #2f35b2 50%, #071016);
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.34);
}

.choice-preview::before,
.choice-preview::after {
  position: absolute;
  content: "";
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.18);
}

.entire-preview::before {
  left: 11%;
  top: 15%;
  width: 54%;
  height: 48%;
}

.entire-preview::after {
  right: 7%;
  bottom: 13%;
  width: 48%;
  height: 45%;
  opacity: 0.86;
}

.window-preview {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 28%, #f5f5f5 28% 100%);
}

.window-preview::before {
  left: 18%;
  top: 9%;
  width: 68%;
  height: 82%;
}

.window-preview::after {
  display: none;
}

.extended-preview::before {
  left: 28%;
  bottom: -8%;
  width: 42%;
  height: 46%;
  border: 3px solid rgba(19, 27, 37, 0.9);
  background:
    radial-gradient(circle at 62% 16%, rgba(255, 194, 125, 0.95), transparent 26%),
    linear-gradient(135deg, #1687ff, #2f35b2 55%, #071016);
}

.extended-preview::after {
  left: 36%;
  bottom: 2%;
  width: 26%;
  height: 30%;
}

.choice-dialog p {
  margin: 18px 0 14px;
  color: rgba(244, 247, 251, 0.84);
  text-align: center;
  font-size: 0.9rem;
  font-weight: 750;
}

.choice-footer {
  padding-top: 14px;
  display: grid;
  grid-template-columns: 22px 1fr auto auto;
  gap: 10px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(244, 247, 251, 0.86);
  font-weight: 780;
}

.choice-checkbox {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
}

.choice-footer button {
  min-height: 34px;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(244, 247, 251, 0.92);
  font: inherit;
}

.choice-footer .primary-choice {
  position: relative;
  overflow: hidden;
  background: #3d75ff;
  color: white;
}

.tap-pulse {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  pointer-events: none;
  border: 2px solid rgba(143, 255, 234, 0.92);
  background: rgba(71, 230, 196, 0.18);
  opacity: 0;
  transform: scale(0.4);
}

.mirror-tap {
  right: 18px;
  top: 50%;
  margin-top: -22px;
  animation: mirror-tap 21s ease-in-out infinite;
}

.monitor-tap {
  right: 4px;
  top: 50%;
  margin-top: -22px;
  animation: monitor-tap 21s ease-in-out infinite;
}

.choose-tap {
  right: 12px;
  top: 50%;
  margin-top: -22px;
  animation: choose-tap 21s ease-in-out infinite;
}

@keyframes flow-control-stage {
  0%,
  11% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }

  13% {
    opacity: 1;
    transform: scale(0.98) translate3d(0, 0, 0);
  }

  16%,
  96% {
    opacity: 0;
    transform: scale(0.82) translate3d(-6%, -4%, 0);
  }

  100% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
}

@keyframes flow-picker-stage {
  0%,
  14% {
    opacity: 0;
    transform: scale(0.42) translate3d(20%, 24%, 0);
  }

  17%,
  29% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }

  31% {
    opacity: 1;
    transform: scale(0.98) translate3d(0, 0, 0);
  }

  34%,
  100% {
    opacity: 0;
    transform: scale(0.72) translate3d(0, -10%, 0);
  }
}

@keyframes flow-choice-stage {
  0%,
  32% {
    opacity: 0;
    transform: scale(0.68) translate3d(0, 18%, 0);
  }

  36%,
  96% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    transform: scale(0.92) translate3d(0, 4%, 0);
  }
}

@keyframes mirror-tap {
  0%,
  7%,
  14%,
  100% {
    opacity: 0;
    transform: scale(0.4);
  }

  9% {
    opacity: 0.9;
    transform: scale(1);
  }

  12% {
    opacity: 0;
    transform: scale(1.9);
  }
}

@keyframes monitor-tap {
  0%,
  23%,
  30%,
  100% {
    opacity: 0;
    transform: scale(0.4);
  }

  25% {
    opacity: 0.9;
    transform: scale(1);
  }

  28% {
    opacity: 0;
    transform: scale(1.9);
  }
}

@keyframes choose-tap {
  0%,
  49%,
  56%,
  100% {
    opacity: 0;
    transform: scale(0.4);
  }

  51% {
    opacity: 0.9;
    transform: scale(1);
  }

  54% {
    opacity: 0;
    transform: scale(1.9);
  }
}

.shot-tablet {
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tablet-frame {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 16 / 10;
  min-height: 0;
}

.tablet-screen {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(143, 255, 234, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 52% 36%, rgba(71, 230, 196, 0.2), transparent 9rem),
    linear-gradient(135deg, #101722, #05070a 68%);
  box-shadow:
    0 18px 52px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  text-align: center;
}

.tablet-app-layer,
.tablet-desktop-layer {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px;
  will-change: opacity, transform;
}

.tablet-app-layer {
  animation: tablet-app-stage 21s ease-in-out infinite;
}

.tablet-desktop-layer {
  opacity: 0;
  animation: tablet-desktop-stage 21s ease-in-out infinite;
}

.tablet-app-layer img {
  width: clamp(58px, 8vw, 76px);
  height: clamp(58px, 8vw, 76px);
  border-radius: 15px;
  opacity: 0.96;
}

.tablet-title {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  font-size: clamp(1.15rem, 2.1vw, 1.35rem);
}

.status-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 7px rgba(71, 230, 196, 0.16);
}

.receiver-name,
.receiver-state,
.wifi-state {
  margin: 0;
}

.receiver-name {
  margin-top: 16px;
  color: var(--soft);
  font-size: 1rem;
  font-weight: 800;
}

.receiver-state {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.84rem;
}

.wifi-state {
  margin-top: 18px;
  color: var(--soft);
  font-size: 0.8rem;
}

.desktop-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 28px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  background: rgba(244, 247, 251, 0.86);
}

.desktop-menu span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(19, 27, 37, 0.38);
}

.desktop-window {
  position: relative;
  width: 66%;
  height: 48%;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(244, 247, 251, 0.98) 0 22%, rgba(244, 247, 251, 0.86) 22%),
    linear-gradient(135deg, rgba(71, 230, 196, 0.22), rgba(22, 135, 255, 0.18));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

.desktop-window span {
  position: absolute;
  left: 12%;
  right: 12%;
  height: 8px;
  border-radius: 999px;
  background: rgba(19, 27, 37, 0.18);
}

.desktop-window span:nth-child(1) {
  top: 36%;
}

.desktop-window span:nth-child(2) {
  top: 52%;
  right: 30%;
}

.desktop-window span:nth-child(3) {
  top: 68%;
  right: 20%;
}

.desktop-dock {
  position: absolute;
  left: 50%;
  bottom: 14px;
  height: 38px;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 0 12px;
  border-radius: 16px;
  background: rgba(244, 247, 251, 0.24);
  transform: translateX(-50%);
  backdrop-filter: blur(16px);
}

.desktop-dock span {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
}

.desktop-dock span:nth-child(2) {
  background: linear-gradient(135deg, #d7e8ff, #8fb7c7);
}

.desktop-dock span:nth-child(3) {
  background: linear-gradient(135deg, #7dff9d, #47e6c4);
}

.desktop-dock span:nth-child(4) {
  background: linear-gradient(135deg, #ffffff, #6d5cff);
}

@keyframes tablet-app-stage {
  0%,
  53% {
    opacity: 1;
    transform: scale(1);
  }

  59%,
  96% {
    opacity: 0;
    transform: scale(0.96);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes tablet-desktop-stage {
  0%,
  53% {
    opacity: 0;
    transform: scale(1.04);
  }

  59%,
  96% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0.98);
  }
}

.site-footer {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 28px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  text-align: center;
}

.site-footer a {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.site-footer a:hover {
  color: var(--soft);
}

.legal-page {
  min-height: calc(100vh - 64px);
}

.legal-content {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(40px, 8vh, 90px) 0 72px;
}

.legal-content h1 {
  max-width: 760px;
  font-size: clamp(2.4rem, 7vw, 4.8rem);
}

.legal-content h2 {
  margin: 34px 0 10px;
  color: var(--soft);
  font-size: 1rem;
  letter-spacing: 0;
}

.legal-content p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.legal-content a {
  color: var(--soft);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(71, 230, 196, 0.45);
  text-underline-offset: 3px;
}

.legal-list {
  margin: 10px 0 0;
  padding-left: 1.25rem;
  color: var(--muted);
  line-height: 1.7;
}

.legal-list li + li {
  margin-top: 4px;
}

.legal-updated {
  margin-top: 18px !important;
  color: var(--soft) !important;
}

.faq-content {
  width: min(880px, calc(100% - 40px));
}

.faq-content > p {
  max-width: 680px;
  margin-top: 18px;
}

.faq-list {
  display: grid;
  gap: 16px;
  margin-top: 42px;
}

.faq-item {
  padding: 22px 24px;
  border: 1px solid rgba(215, 232, 255, 0.16);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0, rgba(71, 230, 196, 0.08), transparent 8rem),
    rgba(7, 16, 22, 0.58);
}

.faq-item h2 {
  margin: 0 0 12px;
  color: var(--soft);
  font-size: 1.05rem;
  line-height: 1.35;
}

.faq-item p + p {
  margin-top: 12px;
}

.faq-item strong {
  color: var(--text);
}

.power-content .code-block {
  overflow-x: auto;
  margin: 18px 0 26px;
  padding: 18px;
  border: 1px solid rgba(71, 230, 196, 0.28);
  border-radius: var(--radius);
  background: rgba(3, 7, 11, 0.86);
  color: #d7e8ff;
  font-size: 0.94rem;
  line-height: 1.55;
}

.power-content code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.guide-content > p {
  max-width: 720px;
  margin-top: 18px;
}

.guide-content {
  width: min(860px, calc(100% - 40px));
  padding-top: clamp(72px, 12vh, 132px);
}

.guide-content h1 {
  max-width: 820px;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.98;
}

.guide-steps {
  display: grid;
  gap: 22px;
  margin-top: 46px;
}

.guide-step,
.guide-tip {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: start;
  padding: 24px;
  border: 1px solid rgba(71, 230, 196, 0.24);
  border-radius: var(--radius);
  background: rgba(7, 16, 22, 0.64);
}

.guide-tip {
  border-color: rgba(215, 232, 255, 0.18);
  background: rgba(7, 16, 22, 0.42);
}

.guide-number,
.guide-tip-label {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(71, 230, 196, 0.16);
  color: var(--cyan);
  font-weight: 850;
}

.guide-tip-label {
  width: 44px;
  border-radius: 999px;
  color: var(--soft);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.guide-step h2,
.guide-tip h2 {
  margin: 0 0 14px;
}

.guide-step p,
.guide-tip p {
  margin: 0;
}

.guide-step p + p,
.guide-tip p + p {
  margin-top: 12px;
}

.guide-art {
  min-height: 96px;
  margin: 0 0 18px;
  padding: 16px;
  display: grid;
  align-items: center;
  border: 1px solid rgba(71, 230, 196, 0.18);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 16% 18%, rgba(71, 230, 196, 0.14), transparent 7rem),
    radial-gradient(circle at 86% 84%, rgba(22, 135, 255, 0.13), transparent 8rem),
    rgba(3, 7, 11, 0.62);
}

.guide-art-store {
  grid-template-columns: auto 1fr;
  gap: 14px;
}

.guide-art-store img,
.guide-art-tablet img {
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.guide-art-store strong,
.guide-art-tablet strong,
.guide-art-tile strong {
  display: block;
  color: var(--text);
}

.guide-art-store span,
.guide-art-tablet span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 750;
}

.guide-art-network {
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
}

.guide-device {
  display: grid;
  place-items: center;
  min-height: 58px;
  border: 1px solid rgba(215, 232, 255, 0.18);
  border-radius: 10px;
  color: var(--soft);
  font-weight: 850;
}

.guide-wifi-rings {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(71, 230, 196, 0.12);
}

.guide-side-waves::before,
.guide-side-waves::after {
  position: absolute;
  top: 21px;
  width: 18px;
  height: 20px;
  content: "";
  border: 2px solid rgba(71, 230, 196, 0.5);
}

.guide-side-waves::before {
  left: -10px;
  border-right: 0;
  border-radius: 999px 0 0 999px;
}

.guide-side-waves::after {
  right: -10px;
  border-left: 0;
  border-radius: 0 999px 999px 0;
}

.guide-wifi-rings::before,
.guide-wifi-rings::after {
  position: absolute;
  content: "";
  inset: 10px;
  border: 2px solid rgba(71, 230, 196, 0.52);
  border-radius: 50%;
}

.guide-wifi-rings::after {
  inset: 23px;
  background: var(--cyan);
}

.guide-art-tablet {
  justify-items: center;
  text-align: center;
}

.guide-tablet-link {
  color: inherit;
  text-decoration: none;
}

.guide-tablet-link:hover,
.guide-tablet-link:focus-visible {
  border-color: rgba(71, 230, 196, 0.48);
}

.guide-art-mac,
.guide-art-choice {
  justify-items: center;
}

.guide-screen-panel {
  width: min(100%, 380px);
  margin: 0;
}

.guide-art-choice {
  min-height: 260px;
}

.guide-choice-dialog {
  width: min(100%, 640px);
  min-height: 0;
  margin: 0;
  padding: 18px;
}

.guide-choice-dialog h2 {
  font-size: 1rem;
}

.guide-choice-dialog p {
  margin: 14px 0 12px;
}

.guide-art-tile {
  width: min(100%, 280px);
  grid-template-columns: 34px 1fr;
  gap: 12px;
  min-height: 74px;
}

.guide-art-tile .tile-glyph {
  position: relative;
  width: 30px;
  height: 24px;
  display: block;
}

.guide-art-tile .tile-glyph::before,
.guide-art-tile .tile-glyph::after {
  position: absolute;
  content: "";
  border: 2px solid rgba(215, 232, 255, 0.9);
  border-radius: 5px;
}

.guide-art-tile .tile-glyph::before {
  left: 0;
  top: 1px;
  width: 16px;
  height: 12px;
}

.guide-art-tile .tile-glyph::after {
  right: 0;
  bottom: 1px;
  width: 17px;
  height: 13px;
}

.guide-art-quick-settings {
  justify-items: start;
}

.guide-qs-panel {
  width: min(100%, 470px);
  padding: 18px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.08), transparent 10rem),
    rgba(38, 34, 35, 0.92);
  box-shadow:
    0 20px 54px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.guide-qs-header {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-bottom: 14px;
}

.guide-qs-header span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(244, 247, 251, 0.86);
}

.guide-qs-large {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.guide-qs-large div {
  min-height: 58px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(91, 80, 80, 0.72);
  color: rgba(244, 247, 251, 0.88);
  font-weight: 820;
}

.guide-qs-wifi,
.guide-qs-bluetooth {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(244, 247, 251, 0.9);
}

.guide-qs-wifi::before,
.guide-qs-wifi::after {
  position: absolute;
  left: 50%;
  content: "";
  border: 3px solid rgba(44, 48, 52, 0.85);
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.guide-qs-wifi::before {
  top: 11px;
  width: 20px;
  height: 20px;
}

.guide-qs-wifi::after {
  top: 19px;
  width: 9px;
  height: 9px;
}

.guide-qs-bluetooth::before,
.guide-qs-bluetooth::after {
  position: absolute;
  left: 19px;
  top: 9px;
  width: 3px;
  height: 24px;
  content: "";
  background: rgba(44, 48, 52, 0.85);
}

.guide-qs-bluetooth::before {
  transform: rotate(35deg);
}

.guide-qs-bluetooth::after {
  transform: rotate(-35deg);
}

.guide-qs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 10px;
}

.guide-qs-grid > span {
  min-height: 72px;
  display: grid;
  place-items: center;
  padding: 8px 4px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.13);
  color: rgba(244, 247, 251, 0.72);
  text-align: center;
  font-size: 0.72rem;
  font-weight: 760;
  line-height: 1.12;
}

.guide-qs-grid .guide-qs-display {
  background: rgba(244, 247, 251, 0.9);
  color: rgba(44, 48, 52, 0.94);
}

.guide-qs-display .tile-glyph {
  position: relative;
  width: 34px;
  height: 25px;
  display: block;
}

.guide-qs-display .tile-glyph::before,
.guide-qs-display .tile-glyph::after {
  position: absolute;
  content: "";
  border: 2px solid rgba(44, 48, 52, 0.86);
  border-radius: 5px;
}

.guide-qs-display .tile-glyph::before {
  left: 0;
  top: 1px;
  width: 18px;
  height: 13px;
}

.guide-qs-display .tile-glyph::after {
  right: 0;
  bottom: 1px;
  width: 18px;
  height: 14px;
}

.guide-qs-display strong,
.guide-qs-display small {
  display: block;
}

.guide-qs-display small {
  color: rgba(44, 48, 52, 0.65);
  font-size: 0.66rem;
}

.developer-note {
  margin: 40px 0 42px;
  padding: 24px;
  border: 1px solid rgba(215, 232, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(7, 16, 22, 0.66);
}

.developer-note h2 {
  margin: 0 0 14px;
}

.developer-note p:last-child {
  margin-bottom: 0;
}

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

@media (max-width: 760px) {
  .hero {
    min-height: 72vh;
  }

  .topbar,
  .hero-inner,
  .store-section,
  .steps,
  .site-footer,
  .legal-content {
    width: min(100% - 28px, 1120px);
  }

  .hero-inner {
    padding-top: 50px;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 5.1rem);
  }

  .hero-copy {
    font-size: 1.08rem;
  }

  .hero-points {
    gap: 7px;
  }

  .hero-points li {
    min-height: 32px;
    padding: 6px 9px;
    font-size: 0.8rem;
  }

  .steps {
    grid-template-columns: 1fr;
    padding-bottom: 56px;
  }

  .shot-choice {
    grid-column: auto;
  }

  .shot-mac-flow {
    min-height: 520px;
    padding: 18px;
  }

  .mac-flow {
    min-height: 484px;
  }

  .choice-options {
    gap: 8px;
  }

  .choice-dialog {
    padding: 18px 14px;
  }

  .choice-footer {
    grid-template-columns: 22px 1fr;
  }

  .choice-footer button {
    width: 100%;
  }

  .shot {
    min-height: 280px;
  }

  .tablet-frame {
    max-width: 520px;
    margin: 0 auto;
  }
}
