:root {
  color-scheme: dark;
  --bg: #050606;
  --bg-2: #090b0b;
  --panel: #0f1111;
  --panel-2: #141716;
  --line: rgba(218, 226, 218, 0.12);
  --line-strong: rgba(67, 201, 120, 0.36);
  --text: #f1f3ee;
  --muted: #9fa59d;
  --muted-2: #737b74;
  --green: #43c978;
  --green-hot: #72efaa;
  --cyan: #1fc7c8;
  --red: #ff5c64;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, #030404 0%, #070909 44%, #0b0e0d 100%);
  background-size: 64px 64px, 64px 64px, auto;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  background: rgba(67, 201, 120, 0.35);
}

[hidden] {
  display: none !important;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

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

h1,
h2,
h3 {
  color: var(--text);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 570px;
  margin-bottom: 22px;
  font-size: 62px;
  line-height: 0.98;
}

h2 {
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 1;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.16;
}

body.desktop-site {
  --ticker-window-width: 420px;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.036) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 16% 14%, rgba(31, 199, 200, 0.18), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(67, 201, 120, 0.16), transparent 30%),
    radial-gradient(circle at 62% 86%, rgba(255, 92, 100, 0.08), transparent 26%),
    linear-gradient(145deg, #050606 0%, #0b0e0d 48%, #020303 100%);
  background-size: 58px 58px, 58px 58px, auto, auto, auto, auto;
}

.desktop-menu-bar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 34px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(2, 3, 3, 0.82);
  backdrop-filter: blur(20px);
}

.desktop-menu-left,
.desktop-menu-right {
  display: flex;
  align-items: center;
  min-width: 0;
}

.desktop-menu-left {
  gap: 3px;
}

.desktop-menu-right {
  justify-content: flex-end;
  gap: 8px;
  flex: 1;
}

.desktop-active-app {
  padding: 0 8px;
  color: var(--text);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.desktop-menu-item {
  position: relative;
}

.desktop-menu-trigger,
.menu-ticker-button {
  border: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  cursor: pointer;
}

.desktop-menu-trigger {
  min-height: 26px;
  padding: 0 8px;
  border-radius: 5px;
  color: rgba(241, 243, 238, 0.9);
  font-size: 13px;
  font-weight: 750;
}

.desktop-menu-trigger:hover,
.desktop-menu-trigger:focus-visible,
.desktop-menu-item.is-open .desktop-menu-trigger,
.menu-ticker-button:hover,
.menu-ticker-button:focus-visible {
  background: rgba(255, 255, 255, 0.10);
  outline: 0;
}

.apple-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  line-height: 1;
}

.apple-menu-icon {
  display: block;
  width: 14px;
  height: 17px;
  flex: 0 0 auto;
  fill: currentColor;
}

.desktop-menu-panel {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  display: none;
  width: 240px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(17, 19, 19, 0.96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.desktop-menu-item.is-open .desktop-menu-panel {
  display: grid;
  gap: 3px;
}

.desktop-menu-panel a,
.desktop-menu-panel p {
  margin: 0;
}

.desktop-menu-panel a {
  display: block;
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--text);
  font-size: 13px;
  text-decoration: none;
}

.desktop-menu-panel a:hover,
.desktop-menu-panel a:focus-visible {
  background: rgba(67, 201, 120, 0.16);
  outline: 0;
}

.apple-menu {
  width: 300px;
  padding: 12px;
}

.menu-panel-title {
  color: var(--text);
  font-size: 14px;
  font-weight: 850;
}

.desktop-menu-panel p:not(.menu-panel-title) {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.menu-panel-note {
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.menu-ticker-button {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  padding: 0;
  border-radius: 6px;
}

.desktop-menu-right .ticker-window {
  width: min(42vw, var(--ticker-window-width));
  min-width: min(220px, var(--ticker-window-width));
  height: 28px;
}

.menu-status {
  color: rgba(241, 243, 238, 0.84);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.wifi-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.wifi-icon {
  position: relative;
  display: inline-block;
  width: 19px;
  height: 15px;
  color: rgba(241, 243, 238, 0.9);
}

.wifi-icon::before,
.wifi-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  transform: translateX(-50%);
}

.wifi-icon::before {
  top: 0;
  width: 19px;
  height: 19px;
}

.wifi-icon::after {
  top: 5px;
  width: 12px;
  height: 12px;
}

.wifi-icon span {
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  transform: translateX(-50%);
}

.weather-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.weather-icon {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
}

.weather-icon.is-sun {
  border-radius: 50%;
  background: #ffd66b;
  box-shadow:
    0 0 0 2px rgba(255, 214, 107, 0.18),
    0 0 10px rgba(255, 214, 107, 0.44);
}

.weather-icon.is-moon {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.weather-icon.is-moon::before,
.weather-icon.is-moon::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.weather-icon.is-moon::before {
  inset: 1px;
  background: #f3f7ff;
  box-shadow:
    0 0 0 1px rgba(243, 247, 255, 0.2),
    0 0 7px rgba(216, 232, 255, 0.24);
}

.weather-icon.is-moon::after {
  top: -1px;
  right: -2px;
  width: 80%;
  height: 80%;
  background: rgba(2, 3, 3, 0.96);
}

.weather-icon.is-cloud,
.weather-icon.is-partly-cloudy {
  width: 18px;
}

.weather-icon.is-cloud::before,
.weather-icon.is-partly-cloudy::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 1px;
  bottom: 3px;
  height: 7px;
  border-radius: 999px;
  background: #c9d2d2;
}

.weather-icon.is-cloud::after,
.weather-icon.is-partly-cloudy::after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c9d2d2;
  box-shadow: 5px 2px 0 -1px #c9d2d2;
}

.weather-icon.is-partly-cloudy {
  background:
    radial-gradient(circle at 5px 5px, #ffd66b 0 4px, transparent 4.5px);
}

.weather-icon.is-rain::before,
.weather-icon.is-snow::before {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  height: 7px;
  border-radius: 999px;
  background: #b9c6c9;
}

.weather-icon.is-rain::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 10px;
  width: 2px;
  height: 5px;
  border-radius: 999px;
  background: #59b8ff;
  box-shadow: 5px -1px 0 #59b8ff;
  transform: rotate(18deg);
}

.weather-icon.is-snow::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #eaf7ff;
  box-shadow: 6px 0 0 #eaf7ff;
}

.battery-status {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #04140b;
  font-size: 10px;
  font-weight: 950;
  white-space: nowrap;
}

.battery-shell {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 18px;
  border: 1px solid rgba(71, 217, 127, 0.82);
  border-radius: 4px;
  background: rgba(71, 217, 127, 0.18);
  box-shadow: 0 0 10px rgba(71, 217, 127, 0.18);
}

.battery-shell::after {
  content: "";
  position: absolute;
  right: -4px;
  width: 3px;
  height: 8px;
  border-radius: 0 2px 2px 0;
  background: rgba(71, 217, 127, 0.82);
}

.battery-fill {
  position: absolute;
  inset: 2px;
  border-radius: 2px;
  background: var(--green-hot);
}

.battery-text {
  position: relative;
  z-index: 1;
}

.ticker-popover {
  position: fixed;
  top: 40px;
  right: var(--ticker-popover-right, 28px);
  z-index: 55;
  display: none;
  width: min(500px, calc(100vw - var(--ticker-popover-right, 28px) - 24px));
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(9, 10, 10, 0.98);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.44);
}

.ticker-popover.is-open {
  display: block;
}

.price-alert-notification {
  position: fixed;
  top: 48px;
  right: 16px;
  z-index: 58;
  width: min(390px, calc(100vw - 24px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(49, 53, 53, 0.84), rgba(21, 24, 24, 0.82)),
    rgba(20, 23, 23, 0.78);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  opacity: 0;
  transform: translate3d(0, -14px, 0) scale(0.985);
  transition:
    opacity 260ms ease,
    transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(26px) saturate(1.35);
}

.price-alert-notification.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.price-alert-link {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 11px;
  min-height: 96px;
  padding: 13px 42px 13px 14px;
  text-decoration: none;
}

.price-alert-link:focus-visible {
  outline: 2px solid rgba(114, 239, 170, 0.72);
  outline-offset: -4px;
}

.price-alert-app-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border: 1px solid rgba(114, 239, 170, 0.34);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.13) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(135deg, #050807, #102c1c 62%, #43c978);
  background-size: 9px 9px, 9px 9px, auto;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.price-alert-app-icon span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--green-hot);
  box-shadow:
    0 0 0 4px rgba(114, 239, 170, 0.16),
    0 0 18px rgba(114, 239, 170, 0.52);
}

.price-alert-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.price-alert-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: rgba(241, 243, 238, 0.78);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.price-alert-head strong {
  overflow: hidden;
  color: var(--text);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.price-alert-head span {
  flex: 0 0 auto;
  color: rgba(241, 243, 238, 0.58);
}

.price-alert-title {
  overflow: hidden;
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 780;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.price-alert-body {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(241, 243, 238, 0.74);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.price-alert-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 50%;
  color: rgba(241, 243, 238, 0.72);
  background: rgba(255, 255, 255, 0.10);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
}

.price-alert-close:hover,
.price-alert-close:focus-visible {
  color: var(--text);
  background: rgba(255, 255, 255, 0.17);
  outline: 0;
}

.ticker-dropdown-action {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 0 20px;
  border: 0;
  background: transparent;
  color: #d1d6d0;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.ticker-dropdown-action:hover,
.ticker-dropdown-action:focus-visible {
  background: rgba(255, 255, 255, 0.06);
  outline: 0;
}

.ticker-dropdown-divider {
  height: 1px;
  margin: 0 20px;
  background: rgba(255, 255, 255, 0.10);
}

.ticker-dropdown-header {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 86px 86px;
  gap: 10px;
  align-items: center;
  min-height: 26px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.04);
  color: #8e948c;
  font-size: 11px;
  font-weight: 800;
}

.ticker-dropdown-header span:nth-child(3),
.ticker-dropdown-header span:nth-child(4) {
  text-align: right;
}

.ticker-popover .desktop-quote-table {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 10px 0;
}

.ticker-popover .quote-row {
  grid-template-columns: 72px minmax(0, 1fr) 182px;
  gap: 10px;
  min-height: 34px;
  padding: 0 20px;
  border-bottom: 0;
  color: #aeb4ad;
  font-size: 13px;
}

.ticker-popover .quote-row:hover {
  background: rgba(255, 255, 255, 0.055);
}

.ticker-popover .quote-row strong {
  color: #d9ded8;
  font-size: 13px;
  line-height: 1;
}

.ticker-popover .quote-row > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ticker-popover .quote-row em {
  display: grid;
  grid-template-columns: 86px 86px;
  gap: 10px;
  justify-content: stretch;
  color: #d9ded8;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.ticker-popover .price-value {
  min-width: 0;
  text-align: right;
  white-space: nowrap;
}

.ticker-popover .quote-move {
  text-align: right;
  white-space: nowrap;
}

.ticker-popover .quote-move.is-pending {
  color: #8e948c;
}

.desktop-workspace {
  min-height: 100vh;
  padding: 52px 18px 24px;
}

.desktop-product-note {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(122px, 18vw, 196px);
  width: min(1720px, 100%);
  margin: 0 auto 4px;
  padding: 14px 260px 22px 18px;
  pointer-events: none;
}

.desktop-product-note p {
  position: relative;
  max-width: 760px;
  margin: 0;
  color: rgba(241, 243, 238, 0.96);
  font-family: "Bradley Hand", "Marker Felt", "Segoe Print", "Comic Sans MS", cursive;
  font-size: clamp(30px, 4vw, 64px);
  font-weight: 700;
  line-height: 1.04;
  text-align: center;
  text-shadow: 0 14px 36px rgba(0, 0, 0, 0.44);
  transform: rotate(-1.6deg);
}

.desktop-product-note p::after {
  content: "";
  position: absolute;
  left: 5%;
  right: 8%;
  bottom: -8px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(67, 201, 120, 0.84), transparent);
  transform: rotate(0.6deg);
}

.handwritten-arrow {
  position: absolute;
  top: 16px;
  right: clamp(170px, 13vw, 270px);
  width: clamp(220px, 19vw, 320px);
  height: auto;
  overflow: visible;
  color: var(--green-hot);
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.42));
  transform: rotate(-3deg);
}

.handwritten-arrow path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 22;
}

.desktop-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  grid-template-areas:
    "feed feed"
    "alerts alerts"
    "account account"
    "download contact"
    "manage manage";
  gap: 18px;
  width: min(1720px, 100%);
  margin: 0 auto;
  perspective: 1400px;
}

.mac-window {
  --window-lift: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(12, 14, 14, 0.88);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  scroll-margin-top: 52px;
  opacity: 0.72;
  transform: translate3d(0, var(--window-lift), 0) scale(0.982);
  transform-origin: 50% 18%;
  transition:
    opacity 520ms ease,
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 520ms ease,
    box-shadow 520ms ease,
    filter 520ms ease;
  will-change: opacity, transform;
}

.mac-window.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.mac-window.is-feature-active {
  border-color: rgba(67, 201, 120, 0.42);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(67, 201, 120, 0.08) inset;
}

.mac-window:not(.is-feature-active).is-visible {
  filter: saturate(0.86);
}

.mac-window.is-shortcut-highlight {
  border-color: rgba(114, 239, 170, 0.86);
  filter: none;
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.48),
    0 0 0 2px rgba(114, 239, 170, 0.22) inset,
    0 0 46px rgba(67, 201, 120, 0.28);
}

.mac-window .window-body {
  transition: transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

.mac-window.is-feature-active .window-body {
  transform: translateY(-2px);
}

.mac-window.is-shortcut-highlight .window-body {
  transform: translateY(-3px);
}

.screenshot-frame img {
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: 50% 0;
}

.mac-window.is-feature-active .screenshot-frame img {
  transform: scale(1.025);
}

.feed-window {
  grid-area: feed;
}

.alerts-window {
  grid-area: alerts;
}

.account-window {
  grid-area: account;
}

.download-window {
  grid-area: download;
}

.contact-window {
  grid-area: contact;
}

.account-management-window {
  grid-area: manage;
}

.window-titlebar {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(20, 23, 22, 0.88);
}

.window-titlebar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.window-titlebar span:nth-child(1) {
  background: #ff5f57;
}

.window-titlebar span:nth-child(2) {
  background: #febc2e;
}

.window-titlebar span:nth-child(3) {
  background: #28c840;
}

.window-titlebar strong {
  position: absolute;
  left: 50%;
  max-width: calc(100% - 120px);
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  text-overflow: ellipsis;
  transform: translateX(-50%);
  white-space: nowrap;
}

.window-body {
  padding: 20px;
}

.desktop-site h1 {
  max-width: 760px;
  font-size: 58px;
}

.split-window-body,
.download-window-body {
  display: grid;
  gap: 20px;
  align-items: center;
}

.split-window-body {
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.86fr);
}

.feed-window .split-window-body {
  grid-template-columns: minmax(0, 1.42fr) minmax(340px, 0.58fr);
  align-items: start;
}

.alerts-window .split-window-body {
  grid-template-columns: minmax(340px, 0.58fr) minmax(0, 1.42fr);
  align-items: start;
}

.download-window-body {
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 1.1fr);
}

.contact-window-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.desktop-site .pricing-section,
.desktop-site .download-section,
.desktop-site .contact-band,
.desktop-site .account-management-window {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.desktop-dock {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  max-width: calc(100vw - 36px);
  margin: 0 auto 24px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(7, 9, 9, 0.80);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
}

.desktop-dock a,
.desktop-dock button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}

.desktop-dock a:hover,
.desktop-dock a:focus-visible,
.desktop-dock button:hover,
.desktop-dock button:focus-visible {
  border-color: rgba(67, 201, 120, 0.42);
  background: rgba(67, 201, 120, 0.12);
  outline: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 14px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(2, 3, 3, 0.86);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-word {
  color: var(--text);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 850;
  line-height: 1;
}

.brand-word span {
  color: var(--cyan);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  min-height: 36px;
  padding: 9px 12px;
  border-radius: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
  outline: 0;
}

.site-nav .nav-cta {
  border: 1px solid rgba(67, 201, 120, 0.42);
  color: var(--green-hot);
}

.hero {
  position: relative;
  min-height: min(760px, calc(100svh - 48px));
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #050606;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(67, 201, 120, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(67, 201, 120, 0.035) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.76) 64%, transparent 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 6, 6, 0.96) 0%, rgba(5, 6, 6, 0.80) 48%, rgba(5, 6, 6, 0.22) 100%),
    linear-gradient(180deg, rgba(5, 6, 6, 0.12), rgba(5, 6, 6, 0.82));
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(520px, 1.16fr);
  gap: 34px;
  align-items: center;
  width: min(1240px, calc(100vw - 36px));
  margin: 0 auto;
  padding: 116px 0 30px;
}

.hero-copy-panel {
  min-width: 0;
}

.eyebrow,
.feature-kicker,
.plan-name {
  margin: 0 0 13px;
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 520px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 19px;
  font-weight: 650;
  line-height: 1.55;
}

.hero-actions,
.download-actions,
.modal-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: transform 150ms ease, border-color 150ms ease, background 150ms ease, color 150ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: 0;
}

.button:active {
  transform: translateY(0) scale(0.96);
}

.button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.button-primary,
.button.primary {
  background: var(--green);
  color: #041008;
  box-shadow: 0 12px 28px rgba(67, 201, 120, 0.16);
}

.button-secondary,
.button.secondary {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.button-secondary:hover,
.button-secondary:focus-visible,
.button.secondary:hover,
.button.secondary:focus-visible {
  border-color: rgba(67, 201, 120, 0.42);
  background: rgba(67, 201, 120, 0.08);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(620px, 100%);
  margin: 36px 0 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(10, 12, 12, 0.72);
  overflow: hidden;
}

.hero-stats div {
  padding: 15px;
  border-right: 1px solid var(--line);
}

.hero-stats div:last-child {
  border-right: 0;
}

.hero-stats dt {
  margin-bottom: 6px;
  color: var(--muted-2);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-stats dd {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  font-weight: 750;
}

.desktop-scene {
  min-width: 0;
}

.mac-desktop {
  position: relative;
  min-height: 540px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 20% 18%, rgba(31, 199, 200, 0.18), transparent 30%),
    radial-gradient(circle at 86% 14%, rgba(67, 201, 120, 0.16), transparent 28%),
    linear-gradient(145deg, #050606 0%, #0b0e0d 48%, #020303 100%);
  background-size: 54px 54px, 54px 54px, auto, auto, auto;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.46);
}

.mac-menu-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 42px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(3, 4, 4, 0.82);
  backdrop-filter: blur(18px);
}

.mac-menu-left,
.mac-menu-right {
  display: flex;
  align-items: center;
  min-width: 0;
}

.mac-menu-left {
  gap: 18px;
  color: rgba(241, 243, 238, 0.86);
  font-size: 13px;
  font-weight: 850;
}

.mac-menu-right {
  flex: 1;
  justify-content: flex-end;
  gap: 10px;
}

.ticker-window {
  position: relative;
  width: min(100%, 440px);
  min-width: 260px;
  height: 30px;
  border: 1px solid rgba(67, 201, 120, 0.34);
  border-radius: 6px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.48);
}

.ticker-window::before,
.ticker-window::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 18px;
  pointer-events: none;
}

.ticker-window::before {
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0));
}

.ticker-window::after {
  right: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0));
}

.ticker-track {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  animation: ticker-scroll 34s linear infinite;
}

.ticker-sequence {
  display: inline-flex;
  align-items: center;
  padding-right: 10px;
}

.ticker-item {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 0 14px;
  color: var(--text);
  font-size: 12px;
  font-weight: 850;
}

.ticker-symbol {
  color: var(--text);
}

.ticker-price {
  color: var(--green-hot);
}

.ticker-move,
.quote-move {
  color: var(--green-hot);
}

.ticker-move.is-down,
.quote-move.is-down {
  color: var(--red);
}

.mac-system-text {
  color: rgba(241, 243, 238, 0.76);
  font-size: 12px;
  font-weight: 800;
}

.desktop-window {
  position: absolute;
  left: 24px;
  right: 24px;
  top: 88px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(13, 15, 15, 0.96);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.46);
}

.desktop-titlebar {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(20, 23, 22, 0.86);
}

.desktop-titlebar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.desktop-titlebar span:nth-child(1) {
  background: #ff5f57;
}

.desktop-titlebar span:nth-child(2) {
  background: #febc2e;
}

.desktop-titlebar span:nth-child(3) {
  background: #28c840;
}

.desktop-titlebar strong {
  position: absolute;
  left: 50%;
  color: var(--muted);
  font-size: 12px;
  transform: translateX(-50%);
}

.desktop-window-body {
  padding: 18px;
}

.desktop-window-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.desktop-window-head h2 {
  margin-bottom: 0;
  font-size: 24px;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 7px 9px;
  border: 1px solid rgba(67, 201, 120, 0.22);
  border-radius: 6px;
  background: rgba(67, 201, 120, 0.08);
  color: var(--green-hot);
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
}

.live-badge span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(67, 201, 120, 0.10);
}

.desktop-quote-table {
  display: grid;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.22);
}

.quote-row {
  display: grid;
  grid-template-columns: 70px minmax(110px, 1fr) minmax(150px, auto);
  gap: 14px;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: var(--muted);
  font-size: 13px;
}

.quote-row:last-child {
  border-bottom: 0;
}

.quote-row strong {
  color: var(--text);
  font-size: 14px;
}

.quote-row em {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  color: var(--text);
  font-style: normal;
  font-weight: 850;
}

.price-value {
  min-width: 74px;
  text-align: right;
}

.desktop-alert {
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(67, 201, 120, 0.26);
  border-radius: 8px;
  background: rgba(8, 11, 10, 0.84);
}

.desktop-alert span {
  display: block;
  margin-bottom: 5px;
  color: var(--green);
  font-size: 10px;
  font-weight: 850;
}

.desktop-alert strong {
  color: var(--text);
  font-size: 13px;
}

@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.terminal-band,
.pricing-section,
.download-section,
.contact-band {
  scroll-margin-top: 96px;
}

.terminal-band {
  border-bottom: 1px solid var(--line);
  background: rgba(5, 6, 6, 0.76);
}

.terminal-band-alt {
  background: rgba(8, 10, 10, 0.86);
}

.section-inner,
.pricing-section,
.download-section,
.contact-band {
  width: min(var(--max), calc(100vw - 36px));
  margin: 0 auto;
}

.section-inner {
  padding: 92px 0;
}

#product .section-inner {
  padding-top: 10px;
}

.product-grid,
.split-grid {
  display: grid;
  gap: 44px;
  align-items: center;
}

.product-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
}

.split-grid {
  grid-template-columns: minmax(440px, 1.1fr) minmax(0, 0.9fr);
}

.split-grid-reverse {
  grid-template-columns: minmax(0, 0.84fr) minmax(420px, 1.16fr);
}

.section-copy p:not(.eyebrow):not(.feature-kicker) {
  max-width: 560px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.62;
}

.terminal-list {
  display: grid;
  gap: 9px;
  margin-top: 28px;
}

.terminal-list span {
  position: relative;
  padding: 10px 12px 10px 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  font-size: 13px;
  font-weight: 750;
}

.terminal-list span::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 7px;
  height: 7px;
  background: var(--green);
  transform: translateY(-50%);
}

.terminal-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.terminal-metrics div {
  min-height: 84px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.terminal-metrics span,
.account-summary-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted-2);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.terminal-metrics strong,
.account-summary-grid strong {
  display: block;
  color: var(--text);
  font-size: 15px;
  line-height: 1.25;
}

.screenshot-frame {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #060707;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.screenshot-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.feed-window .screenshot-frame,
.alerts-window .screenshot-frame {
  height: clamp(560px, 42vw, 760px);
}

.feed-window .screenshot-frame img,
.alerts-window .screenshot-frame img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.screenshot-frame-wide {
  align-self: center;
}

.screenshot-frame-alerts {
  justify-self: stretch;
}

.pricing-section {
  padding: 92px 0;
}

.pricing-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.pricing-head p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.billing-toggle {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.billing-option {
  min-width: 86px;
  min-height: 34px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.billing-option.is-active {
  background: rgba(67, 201, 120, 0.16);
  color: var(--green-hot);
}

.founding-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
  padding: 20px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(67, 201, 120, 0.10), rgba(255, 255, 255, 0.03)),
    var(--panel);
}

.founding-row h3 {
  margin-bottom: 7px;
}

.founding-row p:not(.feature-kicker) {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
}

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

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.price-card.is-selected {
  border-color: rgba(67, 201, 120, 0.55);
}

.price-card-featured {
  background:
    linear-gradient(180deg, rgba(67, 201, 120, 0.08), rgba(255, 255, 255, 0.02)),
    var(--panel);
}

.plan-price {
  margin: 0 0 10px;
  color: var(--text);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 48px;
  font-weight: 850;
  line-height: 1;
}

.plan-price span {
  margin-left: 4px;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 15px;
}

.plan-tagline {
  min-height: 44px;
  color: var(--muted);
  line-height: 1.45;
}

.price-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 24px;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.35;
}

.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  background: var(--green);
}

.price-card .plan-button {
  margin-top: auto;
}

.plan-checkout-panel {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(240px, 0.72fr) auto;
  gap: 14px;
  align-items: end;
  margin-top: 16px;
  padding: 18px;
  border: 1px solid rgba(67, 201, 120, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(67, 201, 120, 0.07), rgba(255, 255, 255, 0.025)),
    var(--panel-2);
}

.selected-plan-summary h3 {
  margin-bottom: 6px;
  font-size: 21px;
}

.account-management-copy h2 {
  margin-bottom: 8px;
  font-size: 32px;
}

.selected-plan-summary p:not(.feature-kicker),
.account-management-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.selected-plan-summary {
  min-width: 0;
}

.checkout-email-field {
  min-width: 0;
}

.plan-checkout-panel .button {
  min-width: 180px;
}

.plan-checkout-panel .status,
.account-management-panel .status {
  grid-column: 1 / -1;
  margin-top: -2px;
}

.account-management-panel {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(420px, 0.9fr);
  gap: 16px;
  align-items: end;
  padding: 2px;
}

.account-management-copy {
  min-width: 0;
}

.account-management-form {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 12px;
  align-items: end;
  min-width: 0;
}

.account-summary {
  grid-column: 1 / -1;
  padding: 14px;
  border: 1px solid rgba(67, 201, 120, 0.24);
  border-radius: 8px;
  background: rgba(67, 201, 120, 0.06);
}

.account-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.account-action-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.account-action-stack .button {
  min-width: 178px;
}

.email-field,
.field {
  display: grid;
  gap: 8px;
}

.email-field span,
.field span {
  color: var(--muted-2);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.36);
  color: var(--text);
  font: inherit;
  font-size: 14px;
}

input {
  min-height: 44px;
  padding: 0 12px;
}

textarea {
  min-height: 130px;
  padding: 12px;
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--green);
  outline: 0;
}

.status,
.field-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.status-error {
  color: var(--red);
}

.flow-page {
  width: min(720px, calc(100vw - 36px));
  min-height: calc(100vh - 90px);
  margin: 0 auto;
  padding: 128px 0 56px;
}

.flow-card,
.success-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(12, 14, 14, 0.82);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.flow-card {
  padding: 28px;
}

.flow-card h1 {
  max-width: 560px;
  font-size: 52px;
  line-height: 1;
}

.flow-copy {
  max-width: 560px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.5;
}

.success-card {
  margin: 24px 0;
  padding: 18px;
}

.license-block {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.license-label {
  margin-bottom: 0;
  color: var(--muted-2);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.license-block code {
  display: block;
  max-width: 100%;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow-wrap: anywhere;
  background: #030404;
  color: var(--green-hot);
  font-size: 14px;
}

.success-meta {
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.download-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 32px;
  align-items: center;
  padding: 92px 0;
  border-top: 1px solid var(--line);
}

.download-copy p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.55;
}

.download-meta {
  margin-bottom: 22px;
  font-size: 17px;
}

.text-link,
.footer-link {
  color: var(--green-hot);
}

.download-help-panel {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(67, 201, 120, 0.07), rgba(255, 255, 255, 0.02)),
    #040505;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.download-help-panel p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.download-help-panel strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 6px;
  background: rgba(67, 201, 120, 0.16);
  color: var(--green-hot);
  font-size: 12px;
}

.contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 0 72px;
}

.contact-band h2 {
  margin-bottom: 8px;
  font-size: 34px;
}

.contact-band p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
}

.site-footer {
  padding: 20px 28px 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.footer-link {
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.74);
}

.contact-modal {
  position: relative;
  width: min(640px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.48);
}

.privacy-modal {
  width: min(820px, 100%);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 22px;
  cursor: pointer;
}

.contact-modal form {
  display: grid;
  gap: 14px;
}

.bot-field {
  position: absolute;
  left: -9999px;
}

.privacy-section {
  margin-top: 24px;
}

.privacy-section h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.privacy-section p {
  color: var(--muted);
  line-height: 1.62;
}

@media (max-width: 980px) {
  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 38px;
  }

  .site-header {
    align-items: flex-start;
    gap: 12px;
    min-height: auto;
    padding: 14px 18px;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 126px 0 44px;
  }

  .desktop-scene {
    order: -1;
  }

  .mac-desktop {
    min-height: 500px;
  }

  .product-grid,
  .split-grid,
  .split-grid-reverse,
  .download-section,
  .plan-checkout-panel,
  .account-management-panel,
  .account-management-form {
    grid-template-columns: 1fr;
  }

  .screenshot-frame-alerts {
    justify-self: stretch;
    max-width: none;
  }

  .pricing-head,
  .founding-row,
  .contact-band {
    align-items: flex-start;
    flex-direction: column;
  }

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

@media (max-width: 640px) {
  .site-header {
    position: sticky;
  }

  .brand-word {
    font-size: 20px;
  }

  .site-nav a {
    padding: 8px;
    font-size: 12px;
  }

  h1 {
    font-size: 42px;
    line-height: 1;
  }

  h2 {
    font-size: 30px;
  }

  .hero-inner {
    width: min(var(--max), calc(100vw - 28px));
    gap: 22px;
    padding: 38px 0 26px;
  }

  .desktop-scene {
    order: 0;
  }

  .mac-desktop {
    min-height: 250px;
  }

  .mac-menu-bar {
    min-height: 38px;
    padding: 0 9px;
  }

  .mac-menu-left {
    display: none;
  }

  .mac-menu-right {
    gap: 7px;
  }

  .ticker-window {
    flex: 1;
    min-width: 0;
    height: 28px;
  }

  .mac-system-text {
    display: none;
  }

  .desktop-window {
    left: 10px;
    right: 10px;
    top: 54px;
  }

  .desktop-window-body {
    padding: 12px;
  }

  .desktop-window-head {
    margin-bottom: 10px;
  }

  .desktop-window-head h2 {
    font-size: 20px;
  }

  .live-badge {
    display: none;
  }

  .desktop-alert {
    display: none;
  }

  .price-alert-notification {
    top: 46px;
    right: 12px;
  }

  .hero-stats {
    display: none;
  }

  .terminal-metrics,
  .account-summary-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-stats div:last-child {
    border-bottom: 0;
  }

  .section-inner,
  .pricing-section,
  .download-section {
    width: min(var(--max), calc(100vw - 28px));
    padding: 56px 0;
  }

  .price-card {
    min-height: auto;
  }

  .plan-checkout-panel,
  .account-management-panel,
  .founding-row,
  .download-help-panel,
  .contact-modal {
    padding: 16px;
  }
}

@media (max-width: 980px) {
  .desktop-product-note {
    min-height: 128px;
    padding: 12px 110px 24px 10px;
  }

  .desktop-product-note p {
    font-size: clamp(28px, 6.8vw, 48px);
  }

  .handwritten-arrow {
    top: -18px;
    right: 48px;
    width: 176px;
  }

  .desktop-stage {
    grid-template-columns: 1fr;
    grid-template-areas:
      "feed"
      "alerts"
      "account"
      "download"
      "contact"
      "manage";
  }

  .split-window-body,
  .feed-window .split-window-body,
  .alerts-window .split-window-body,
  .download-window-body,
  .plan-checkout-panel,
  .account-management-panel,
  .account-management-form {
    grid-template-columns: 1fr;
  }

  .feed-window .screenshot-frame,
  .alerts-window .screenshot-frame {
    height: auto;
  }

  .feed-window .screenshot-frame img,
  .alerts-window .screenshot-frame img {
    height: auto;
    object-fit: contain;
  }

  .desktop-site h1 {
    font-size: 48px;
  }

  .desktop-menu-right .ticker-window {
    width: min(30vw, 280px);
    min-width: 180px;
  }

  .contact-window-body {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .desktop-menu-bar {
    gap: 4px;
    min-height: 38px;
    padding: 0 6px;
  }

  .desktop-active-app {
    display: none;
  }

  .desktop-menu-left {
    gap: 1px;
  }

  .desktop-menu-right {
    gap: 4px;
  }

  .desktop-menu-trigger {
    min-height: 28px;
    padding: 0 4px;
    font-size: 11px;
  }

  .desktop-menu-panel {
    position: fixed;
    top: 42px;
    left: 6px;
    width: min(300px, calc(100vw - 12px));
  }

  .desktop-menu-right .ticker-window {
    width: 86px;
    min-width: 86px;
    height: 26px;
  }

  .ticker-item {
    gap: 6px;
    padding: 0 10px;
    font-size: 11px;
  }

  .menu-status {
    font-size: 10px;
  }

  .wifi-status {
    width: 17px;
    height: 17px;
  }

  .wifi-icon {
    width: 16px;
    height: 13px;
  }

  .wifi-icon::before {
    width: 16px;
    height: 16px;
  }

  .wifi-icon::after {
    top: 4px;
    width: 10px;
    height: 10px;
  }

  .wifi-icon span {
    width: 3px;
    height: 3px;
  }

  .weather-status {
    gap: 3px;
  }

  .weather-icon {
    width: 12px;
    height: 12px;
    flex-basis: 12px;
  }

  .weather-icon.is-cloud,
  .weather-icon.is-partly-cloudy {
    width: 14px;
  }

  .battery-status {
    font-size: 9px;
  }

  .battery-shell {
    min-width: 34px;
    height: 16px;
  }

  .desktop-workspace {
    padding: 50px 10px 82px;
  }

  .desktop-product-note {
    min-height: 210px;
    padding: 48px 8px 20px;
  }

  .desktop-product-note p {
    max-width: 380px;
    font-size: clamp(26px, 8vw, 36px);
  }

  .desktop-product-note p::after {
    left: 14%;
    right: 14%;
    bottom: -6px;
  }

  .handwritten-arrow {
    top: 2px;
    right: 38px;
    width: 96px;
    transform: rotate(4deg);
  }

  .desktop-stage {
    gap: 12px;
  }

  .price-alert-notification {
    left: 10px;
    right: 10px;
    width: auto;
    border-radius: 16px;
  }

  .price-alert-link {
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: 88px;
    padding: 12px 38px 12px 12px;
  }

  .price-alert-app-icon {
    width: 38px;
    height: 38px;
    border-radius: 9px;
  }

  .price-alert-title {
    font-size: 13px;
  }

  .price-alert-body {
    font-size: 12px;
  }

  .window-body {
    padding: 14px;
  }

  .desktop-site h1 {
    font-size: 34px;
    line-height: 1.02;
  }

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

  .desktop-site h2,
  .pricing-head h2 {
    font-size: 28px;
  }

  .download-help-panel,
  .founding-row,
  .plan-checkout-panel,
  .account-management-panel {
    padding: 14px;
  }

  .pricing-grid,
  .terminal-metrics,
  .account-summary-grid,
  .plan-checkout-panel,
  .account-management-panel,
  .account-management-form {
    grid-template-columns: 1fr;
  }

  .account-action-stack {
    justify-content: stretch;
  }

  .account-action-stack .button {
    width: 100%;
  }

  .price-card {
    min-height: auto;
  }

  .ticker-popover {
    top: 44px;
    right: 12px;
    width: min(500px, calc(100vw - 24px));
  }

  .desktop-dock {
    width: calc(100vw - 20px);
    justify-content: center;
    overflow-x: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track,
  .mac-window,
  .mac-window .window-body,
  .screenshot-frame img {
    animation: none;
    transition: none;
  }

  .price-alert-notification {
    transition: none;
  }

  .mac-window {
    opacity: 1;
    transform: none;
  }
}
