:root {
  color-scheme: dark;
  --bg: #090b0d;
  --bg-2: #111518;
  --surface: rgba(255, 255, 255, 0.055);
  --surface-strong: rgba(255, 255, 255, 0.085);
  --text: #f4f6f8;
  --muted: #a7b0b8;
  --muted-2: #7d8790;
  --line: rgba(244, 246, 248, 0.14);
  --line-strong: rgba(244, 246, 248, 0.24);
  --gold: #f5a400;
  --green: #23b26d;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(35, 178, 109, 0.18), transparent 34rem),
    linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 62%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

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

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(244, 246, 248, 0.08);
  background: rgba(9, 11, 13, 0.78);
  backdrop-filter: blur(18px);
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  font-size: 18px;
  font-weight: 850;
  line-height: 1;
}

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

.brand-link .brand-xr {
  margin-left: 1px;
  color: var(--gold);
  text-shadow: 0 0 24px rgba(245, 164, 0, 0.28);
  display: inline-block;
  transform: translateY(-0.02em) rotate(-7deg) scale(1.04);
  transform-origin: 50% 58%;
}

nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(10px, 3vw, 26px);
  color: rgba(244, 246, 248, 0.72);
  font-size: 13px;
  font-weight: 700;
}

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

main {
  overflow: hidden;
}

.legal-status-page {
  display: grid;
  min-height: calc(100vh - 64px);
  place-items: center;
  padding: 48px 20px;
}

.legal-status-page section {
  display: grid;
  gap: 18px;
  width: min(100%, 680px);
}

.legal-status-page section > span {
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.legal-status-page h1 {
  font-size: clamp(38px, 7vw, 68px);
  line-height: 0.98;
}

.legal-status-page p {
  max-width: 58ch;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.legal-status-page section > a {
  width: fit-content;
  color: var(--text);
  font-size: 14px;
  font-weight: 750;
  border-bottom: 1px solid var(--gold);
}

.legal-document-page {
  overflow: visible;
  padding: clamp(48px, 8vw, 96px) clamp(20px, 5vw, 72px);
}

.legal-document {
  width: min(100%, 880px);
  margin: 0 auto;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.legal-document h1,
.legal-document h2,
.legal-document h3 {
  color: var(--text);
}

.legal-document h1 {
  max-width: none;
  margin-bottom: 16px;
  font-size: 56px;
  line-height: 1.02;
  text-wrap: nowrap;
  white-space: nowrap;
}

.legal-document h2 {
  max-width: none;
  margin: 52px 0 16px;
  padding-top: 8px;
  font-size: 28px;
  line-height: 1.18;
  text-wrap: nowrap;
  white-space: nowrap;
}

.legal-document h3 {
  margin: 30px 0 10px;
  font-size: 19px;
  line-height: 1.3;
}

.legal-document p,
.legal-document ul,
.legal-document ol,
.legal-document table {
  margin: 0 0 18px;
}

.legal-document ul,
.legal-document ol {
  padding-left: 24px;
}

.legal-document li {
  margin: 7px 0;
  padding-left: 4px;
}

.legal-document strong {
  color: var(--text);
  font-weight: 750;
}

.legal-document a {
  color: var(--green);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.legal-document table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-spacing: 0;
  border-collapse: collapse;
}

.legal-document th,
.legal-document td {
  min-width: 180px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.legal-document th {
  color: var(--text);
  background: var(--surface);
  font-size: 14px;
}

.legal-document > p:first-of-type,
.legal-document > p:nth-of-type(2) {
  color: var(--muted-2);
  font-size: 14px;
}

@media (max-width: 520px) {
  .legal-document-page {
    padding-inline: 14px;
  }

  .legal-document h1 {
    font-size: 24px;
  }

  .legal-document h2 {
    font-size: clamp(11px, 3.5vw, 17px);
  }
}

@media (max-width: 360px) {
  .legal-document h1 {
    font-size: 21px;
  }

  .legal-document h2 {
    font-size: clamp(10px, 3.5vw, 15px);
  }
}

.hero {
  display: grid;
  justify-items: center;
  width: min(100%, 1480px);
  min-height: calc(100vh - 64px);
  margin: 0 auto;
  padding: clamp(18px, 3vh, 34px) clamp(14px, 3vw, 42px) clamp(36px, 6vh, 70px);
  text-align: center;
  scroll-margin-top: 76px;
}

.hero-collage {
  display: grid;
  grid-template-columns: minmax(380px, 0.86fr) minmax(500px, 1.14fr);
  align-items: center;
  justify-items: stretch;
  align-content: center;
  gap: clamp(38px, 5.8vw, 96px);
  width: min(100%, 1320px);
  min-height: calc(100vh - 136px);
  position: relative;
}

.hero-collage::before {
  content: none;
}

.hero-content {
  display: grid;
  justify-items: start;
  gap: clamp(18px, 3vh, 30px);
  position: relative;
  width: min(100%, 620px);
  text-align: left;
  z-index: 3;
}

.hero-phone-peek {
  position: absolute;
  left: 50%;
  top: clamp(-685px, calc(-50vw - 25px), -535px);
  z-index: 2;
  width: clamp(210px, 22vw, 340px);
  transform: translateX(-50%);
  pointer-events: none;
  filter: drop-shadow(0 26px 68px rgba(0, 0, 0, 0.44));
}

.hero-phone-peek img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  animation: heroPhoneIn 720ms cubic-bezier(0.2, 0.8, 0.2, 1) 320ms forwards;
}

.device-showcase {
  display: grid;
  align-items: end;
  justify-items: end;
  position: relative;
  width: min(54vw, 800px);
  aspect-ratio: 1.82;
  justify-self: end;
  transform: translate(clamp(20px, 2.4vw, 34px), clamp(18px, 4vh, 42px));
  filter: drop-shadow(0 32px 76px rgba(0, 0, 0, 0.48));
}

@media (min-width: 861px) {
  .hero {
    width: 100%;
    padding-right: clamp(42px, calc(5.86vw - 30px), 45px);
    padding-left: clamp(56px, 5.86vw, 75px);
  }

  .hero-collage {
    width: 100%;
  }

  .device-showcase {
    width: min(56.2vw, 830px);
    transform: translate(0, clamp(18px, 4vh, 42px));
  }

  .hero .device-ipad {
    width: 100%;
    margin-right: 0;
  }

  .hero .ipad-screen-copy h1 {
    font-size: clamp(36px, 3.6vw, 48px);
  }

  .hero .hero-copy {
    width: min(100%, 450px);
  }

  .hero .hero-action-row {
    width: min(100%, 450px);
  }
}

@media (min-width: 861px) and (max-height: 830px) {
  .hero-phone-peek {
    top: max(-527px, calc(-155px - 34.1vw));
    width: clamp(190px, 22vw, 240px);
  }
}

@media (min-width: 1360px) {
  .hero {
    max-width: none;
    padding-right: 43px;
    padding-left: 75px;
  }

  .hero-collage {
    grid-template-columns: minmax(0, 514px) minmax(0, 877px);
    justify-content: space-between;
    gap: 0;
    max-width: none;
  }

  .hero-content {
    width: 495px;
  }

  .device-showcase {
    width: 877px;
  }

  .hero .ipad-screen-copy h1 {
    font-size: clamp(40px, 4.2vw, 51.2px);
  }

  .hero .hero-copy,
  .hero .hero-action-row {
    width: min(100%, 495px);
  }

  .hero .ipad-screen-copy,
  .hero .hero-copy,
  .hero .hero-action-row {
    transform: translateY(52px);
  }
}

.ipad-screen-copy {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: start;
  gap: clamp(14px, 2vh, 22px);
  width: 100%;
  text-align: left;
}

.ipad-screen-copy h1 {
  display: grid;
  justify-items: start;
  gap: 0;
  max-width: none;
  color: var(--text);
  font-size: clamp(44px, 4.8vw, 72px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.92;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.82);
  opacity: 0;
  animation: heroTextIn 620ms cubic-bezier(0.2, 0.8, 0.2, 1) 440ms forwards;
}

.ipad-screen-copy h1 span {
  display: block;
  white-space: nowrap;
}

.ipad-screen-copy h1 .hero-title-accent {
  display: inline;
  color: var(--gold);
  text-shadow: 0 0 24px rgba(245, 164, 0, 0.28);
}

.hero-copy {
  display: grid;
  justify-items: start;
  width: min(100%, 560px);
  margin-top: 0;
  padding: 0;
  text-align: left;
  z-index: 3;
}

.hero-copy > p {
  max-width: 48ch;
  color: rgba(244, 246, 248, 0.68);
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 500;
  line-height: 1.42;
  opacity: 0;
  animation: heroTextIn 560ms cubic-bezier(0.2, 0.8, 0.2, 1) 560ms forwards;
}

.hero-action-row {
  display: grid;
  justify-items: start;
  width: min(100%, 560px);
  margin-top: 12px;
  z-index: 3;
}

.device-image {
  display: block;
  height: auto;
  object-fit: contain;
  user-select: none;
}

.device-ipad {
  width: min(104%, 820px);
  margin-right: -12%;
  opacity: 0;
  animation: heroDeviceIn 760ms cubic-bezier(0.2, 0.8, 0.2, 1) 180ms forwards;
}

.app-logo {
  width: clamp(68px, 9vw, 104px);
  aspect-ratio: 1;
  border-radius: 24px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  justify-self: center;
  justify-content: center;
  gap: 12px;
  width: min(100%, 392px);
  opacity: 0;
  animation: heroTextIn 560ms cubic-bezier(0.2, 0.8, 0.2, 1) 560ms forwards;
}

@keyframes heroDeviceIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes heroPhoneIn {
  from {
    opacity: 0;
    transform: translateY(-14px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes heroTextIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .device-ipad,
  .hero-phone-peek img,
  .ipad-screen-copy h1,
  .hero-copy > p,
  .hero-actions {
    opacity: 1;
    animation: none;
    transform: none;
  }
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid rgba(244, 246, 248, 0.24);
  border-radius: 10px;
  color: var(--text);
  font-size: 15px;
  font-weight: 780;
  letter-spacing: 0;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-button:hover {
  border-color: rgba(244, 246, 248, 0.38);
  background: rgba(255, 255, 255, 0.1);
}

.hero-button-primary {
  min-width: 156px;
  color: #08110d;
  border-color: rgba(76, 232, 151, 0.72);
  background: linear-gradient(180deg, #48d98d 0%, #22b56c 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 14px 34px rgba(35, 178, 109, 0.18);
}

.hero-button-primary:hover {
  border-color: rgba(105, 255, 177, 0.86);
  background: linear-gradient(180deg, #58e99c 0%, #24bd72 100%);
}

.store-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: -4px;
}

.store-badge {
  display: grid;
  grid-template-columns: 28px max-content;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 54px;
  padding: 7px 13px 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  background: #050505;
  color: #ffffff;
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.34);
}

.hero-store-badge {
  appearance: none;
  cursor: default;
  font: inherit;
}

.store-badge svg {
  display: block;
  width: 28px;
  height: 32px;
}

.store-badge svg path {
  fill: currentColor;
}

.store-badge > span {
  display: grid;
  justify-items: start;
  gap: 1px;
  min-width: 0;
}

.store-badge small,
.store-badge strong {
  display: block;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.store-badge small {
  font-size: 9px;
  font-weight: 500;
}

.store-badge strong {
  font-size: 20px;
  font-weight: 650;
}

.store-badge .play-blue {
  fill: #00a0ff;
}

.store-badge .play-green {
  fill: #00d46a;
}

.store-badge .play-yellow {
  fill: #ffcc32;
}

.store-badge .play-red {
  fill: #ff3d2e;
}

.section {
  padding: clamp(32px, 5vw, 58px) clamp(18px, 4vw, 56px);
  scroll-margin-top: 76px;
}

.section-band {
  border-block: 1px solid rgba(244, 246, 248, 0.075);
  background: rgba(255, 255, 255, 0.026);
}

.section-inner {
  width: min(100%, 1080px);
  margin: 0 auto;
}

.section-heading {
  display: grid;
  gap: 12px;
  max-width: 680px;
  margin-bottom: 30px;
}

@media (min-width: 1101px) {
  #features .section-heading {
    max-width: none;
  }
}

.section-heading > span {
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  max-width: 12ch;
  font-size: clamp(30px, 5vw, 52px);
  font-weight: 820;
  letter-spacing: 0;
  line-height: 0.98;
}

#features-title,
#workflow-title {
  max-width: none;
  white-space: nowrap;
}

#faq-title {
  max-width: none;
  font-size: clamp(20px, 4vw, 52px);
  white-space: nowrap;
}

.section-heading p,
.feature-card p,
.workflow-list p,
.faq-list p,
.site-footer p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.feature-card abbr[data-tooltip] {
  position: relative;
  text-decoration: underline dotted rgba(244, 246, 248, 0.58);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  cursor: help;
}

.feature-card abbr[data-tooltip]::after {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 50%;
  z-index: 20;
  width: max-content;
  max-width: min(220px, calc(100vw - 48px));
  padding: 6px 8px;
  border: 1px solid rgba(244, 246, 248, 0.2);
  border-radius: 5px;
  color: var(--text);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
  background: #171a1d;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.32);
  content: attr(data-tooltip);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition: opacity 120ms ease 80ms, transform 120ms ease 80ms, visibility 0s linear 200ms;
}

.feature-card abbr[data-tooltip]:hover::after,
.feature-card abbr[data-tooltip]:focus-visible::after {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  transition-delay: 80ms;
}

.feature-card abbr[data-tooltip]:focus-visible {
  border-radius: 2px;
  outline: 1px solid rgba(244, 246, 248, 0.72);
  outline-offset: 2px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 32px;
  row-gap: 32px;
}

.feature-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 390px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.feature-grid.is-row-reveal-ready .feature-card {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 520ms cubic-bezier(0.2, 0.85, 0.25, 1),
    transform 620ms cubic-bezier(0.2, 0.85, 0.25, 1);
  transition-delay: calc(50ms + var(--feature-row-order, 0) * 300ms);
}

.feature-grid.is-row-reveal-ready .feature-card.is-row-loaded {
  opacity: 1;
  transform: translateY(0);
}

.feature-visual {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: -20px -20px 4px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
  background: #090d10;
}

.feature-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.copy-trading-visual {
  padding: 6px 8px 1px;
  background: #080b0e;
}

.copy-trading-prototype {
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  width: 100%;
  height: 100%;
  color: #d7d8db;
  opacity: 0;
  transform: translateY(8px) scale(0.985);
}

.copy-trading-visual.is-revealed .copy-trading-prototype {
  animation: copy-prototype-in 720ms cubic-bezier(0.2, 0.9, 0.25, 1) 1 both;
}

.copy-settings-panel {
  display: grid;
  grid-template-rows: 28px 28px auto minmax(0, 1fr) 18px 42px;
  align-content: stretch;
  gap: 5px;
  min-height: 0;
  padding: 4px 7px;
  border: 1px solid #3a3d43;
  border-radius: 8px;
  background: #111315;
}

.copy-settings-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.copy-settings-head > div {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.copy-settings-head strong {
  color: #e6e7e9;
  font-size: 11px;
  font-weight: 720;
}

.copy-settings-head span {
  overflow: hidden;
  color: #92949a;
  font-size: 9px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.copy-enabled-switch {
  position: relative;
  width: 42px;
  height: 23px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #55575e;
  cursor: pointer;
  transition: background 180ms ease, transform 100ms ease;
}

.copy-enabled-switch i {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #f2f2f3;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.32);
  transition: transform 220ms cubic-bezier(0.2, 0.9, 0.25, 1);
}

.copy-enabled-switch[aria-checked="true"] {
  background: #f5a400;
}

.copy-enabled-switch[aria-checked="true"] i {
  transform: translateX(19px);
}

.copy-enabled-switch:active {
  transform: scale(0.96);
}

.copy-leader-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0 9px;
  border: 1px solid #36393e;
  border-radius: 7px;
  background: #1c1e21;
}

.copy-leader-row strong,
.copy-leader-row span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.copy-leader-row strong {
  color: #d9dade;
  font-size: 10px;
  font-weight: 680;
}

.copy-leader-row span {
  color: #96999e;
  font-size: 8px;
}

.copy-follower-list {
  display: grid;
  grid-template-rows: repeat(3, 30px);
  gap: 3px;
  min-height: 0;
}

.copy-follower-row {
  display: grid;
  grid-template-columns: 15px minmax(0, 1fr);
  gap: 6px;
  align-items: center;
  min-width: 0;
  min-height: 0;
  padding: 1px 7px;
  border: 1px solid #303338;
  border-radius: 7px;
  color: #cfd0d3;
  font: inherit;
  text-align: left;
  background: #1b1d20;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 100ms ease;
}

.copy-follower-row > i {
  position: relative;
  width: 14px;
  height: 14px;
  border: 1.5px solid #c9cace;
  border-radius: 50%;
  transition: border-color 160ms ease, background 160ms ease;
}

.copy-follower-row > i::after {
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #090a0b;
  content: "";
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 160ms ease, transform 160ms ease;
}

.copy-follower-row > span {
  display: grid;
  gap: 0;
  min-width: 0;
}

.copy-follower-row strong,
.copy-follower-row small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.copy-follower-row strong {
  color: #d9dade;
  font-size: 9px;
  font-weight: 520;
}

.copy-follower-row small {
  color: #a4a6aa;
  font-size: 8px;
}

.copy-follower-row[aria-pressed="true"] {
  border-color: rgba(245, 164, 0, 0.58);
  background: rgba(245, 164, 0, 0.11);
}

.copy-follower-row[aria-pressed="true"] > i {
  border-color: #f5a400;
  background: #f5a400;
}

.copy-follower-row[aria-pressed="true"] > i::after {
  opacity: 1;
  transform: scale(1);
}

.copy-follower-row:active {
  transform: scale(0.992);
}

.copy-settings-status {
  grid-row: 5;
  margin: 0;
  overflow: visible;
  color: #8e9095;
  font-size: 8px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.copy-settings-status.is-saved {
  color: #47d78c;
}

.copy-settings-save {
  grid-row: 6;
  height: 42px;
  min-height: 42px;
  border: 0;
  border-radius: 7px;
  color: #08090a;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  background: #f5a400;
  cursor: pointer;
  transition: background 140ms ease, transform 100ms ease;
}

.copy-settings-save:hover,
.copy-settings-save:focus-visible {
  background: #ffb21c;
}

.copy-settings-save:active,
.copy-settings-save.is-saving {
  background: #d98f00;
  transform: translateY(1px);
}

@keyframes copy-prototype-in {
  0% { opacity: 0; transform: translateY(8px) scale(0.985); }
  72% { opacity: 1; transform: translateY(0) scale(1.004); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

.chart-visual {
  background: #070c0f;
}

.landing-chart {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.landing-chart a#tv-attr-logo {
  --fill: #fff !important;
  --stroke: transparent !important;
}

.landing-chart-watermark {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  color: rgba(238, 241, 243, 0.12);
  font-size: clamp(13px, 1.4vw, 22px);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.landing-candle-countdown {
  position: absolute;
  right: 0;
  z-index: 4;
  --landing-countdown-bg: #23b26d;
  width: 66px;
  min-height: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  pointer-events: none;
  user-select: none;
  transform: translateY(-8px);
}

.landing-candle-price,
.landing-candle-timer {
  display: block;
  width: calc(100% - 5px);
  padding: 2px 5px 2px 7px;
  background: var(--landing-countdown-bg);
}

.landing-candle-price {
  min-height: 14px;
  border-top-right-radius: 3px;
}

.landing-candle-timer {
  min-height: 12px;
  padding-top: 0;
  border-bottom-right-radius: 3px;
  color: rgba(255, 255, 255, 0.66);
}

.landing-candle-countdown.is-down {
  --landing-countdown-bg: #ef5350;
}

.landing-candle-countdown.is-up {
  --landing-countdown-bg: #23b26d;
}

.provider-visual {
  background:
    linear-gradient(rgba(40, 66, 62, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(40, 66, 62, 0.2) 1px, transparent 1px),
    #090e11;
  background-size: 34px 34px;
}

.provider-device {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  width: 46%;
  min-width: 158px;
  padding: 9px;
  border: 2px solid rgba(235, 240, 242, 0.52);
  border-radius: 13px;
  background: #080b0d;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.45);
  transform: translate(-50%, -50%);
}

.provider-device-bar,
.provider-account {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.provider-device-bar {
  padding: 0 2px 8px;
  color: #eef2f3;
  font-size: 10px;
}

.provider-device-bar b span {
  color: var(--gold);
}

.provider-device-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #42d58d;
  box-shadow: 0 0 0 4px rgba(66, 213, 141, 0.12);
}

.provider-account {
  gap: 6px;
  padding: 10px;
  border: 1px solid rgba(244, 246, 248, 0.11);
  border-radius: 7px;
  background: #11171b;
}

.provider-account span {
  color: #7f8a90;
  font-size: 8px;
}

.provider-account strong {
  color: #18a7df;
  font-size: 9px;
}

.provider-metrics {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.7fr;
  gap: 5px;
  padding-top: 7px;
}

.provider-metrics i {
  height: 28px;
  border: 1px solid rgba(244, 246, 248, 0.1);
  border-radius: 5px;
  background: rgba(244, 246, 248, 0.04);
}

.provider-metrics i:first-child {
  background: rgba(52, 184, 116, 0.28);
}

.atm-visual {
  background:
    linear-gradient(rgba(69, 82, 88, 0.25) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69, 82, 88, 0.2) 1px, transparent 1px),
    #080d10;
  background-size: 34px 34px;
}

.atm-level {
  position: absolute;
  right: 5%;
  left: 7%;
  z-index: 4;
  height: 0;
  border-top: 1px solid;
  transform-origin: left center;
  animation: atm-level-in 3.6s ease-in-out 1 both;
  animation-play-state: paused;
}

.atm-visual.is-revealed .atm-level {
  animation-play-state: running;
}

.atm-order-box {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: stretch;
  width: 172px;
  min-height: 27px;
  overflow: hidden;
  border: 1px solid rgba(132, 184, 224, 0.22);
  border-left: 4px solid rgba(132, 184, 224, 0.46);
  border-radius: 5px;
  color: #e8f2fb;
  font-size: 9px;
  font-weight: 550;
  line-height: 1;
  white-space: nowrap;
  background: rgba(17, 28, 38, 0.96);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
}

.atm-order-box span {
  display: inline-flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 7px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.atm-order-box span b {
  margin-right: 5px;
  color: #a9c3da;
  font-size: 8px;
  font-weight: 850;
}

.atm-order-box small {
  margin-left: 2px;
  margin-right: 3px;
  font-size: 8px;
  opacity: 0.7;
}

.atm-order-box strong,
.atm-order-box i {
  display: inline-grid;
  place-items: center;
  flex: 0 0 26px;
  min-width: 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.09);
  color: currentColor;
  font: inherit;
  font-style: normal;
}

.atm-order-box i {
  flex-basis: 23px;
  min-width: 23px;
  font-size: 12px;
  opacity: 0.68;
}

.atm-pt {
  border-color: rgba(132, 184, 224, 0.52);
}

.atm-pt-3 { top: 14%; animation-delay: 0.36s; }
.atm-pt-2 { top: 32%; animation-delay: 0.24s; }
.atm-pt-1 { top: 50%; animation-delay: 0.12s; }
.atm-entry { top: 68%; border-color: rgba(103, 255, 138, 0.62); }
.atm-stop { top: 86%; border-color: rgba(255, 148, 145, 0.7); animation-delay: 0s; }

.atm-entry .atm-order-box {
  border-color: rgba(103, 255, 138, 0.32);
  border-left-color: rgba(116, 255, 151, 0.86);
  color: #effff3;
  background: rgba(32, 151, 70, 0.94);
}

.atm-entry .atm-order-box span b {
  color: #ffffff;
}

.atm-entry .atm-order-box strong {
  background: rgba(255, 255, 255, 0.15);
}

.atm-stop .atm-order-box {
  border-color: rgba(255, 148, 145, 0.25);
  border-left-color: rgba(255, 148, 145, 0.78);
  color: #ffffff;
  background: rgba(187, 50, 47, 0.94);
}

.atm-stop .atm-order-box span b {
  color: #ffffff;
}

.atm-stop .atm-order-box strong {
  background: rgba(255, 255, 255, 0.16);
}

@media (min-width: 861px) {
  .atm-order-box {
    width: 248px;
    min-height: 36px;
    font-size: 11px;
  }

  .atm-order-box span {
    padding-inline: 10px;
  }

  .atm-order-box span b,
  .atm-order-box small {
    font-size: 10px;
  }

  .atm-order-box strong,
  .atm-order-box i {
    flex-basis: 32px;
    min-width: 32px;
  }

  .atm-order-box i {
    flex-basis: 28px;
    min-width: 28px;
    font-size: 14px;
  }
}

.local-visual {
  --local-device-x: 20%;
  --local-provider-right: 12%;
  --local-y-shift: 15px;
  background:
    linear-gradient(rgba(30, 74, 60, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 74, 60, 0.16) 1px, transparent 1px),
    #090e11;
  background-size: 32px 32px;
}

.local-device {
  position: absolute;
  left: var(--local-device-x);
  top: calc(50% - var(--local-y-shift));
  z-index: 2;
  display: grid;
  grid-template-rows: 15px 1fr;
  width: 72px;
  height: 132px;
  padding: 7px;
  border: 2px solid rgba(238, 242, 243, 0.52);
  border-radius: 16px;
  background: #070a0c;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.35);
  transform: translate(-50%, -50%);
}

.local-device::before {
  content: "";
  justify-self: center;
  width: 24px;
  height: 5px;
  border-radius: 999px;
  background: #171c1f;
}

.local-device-screen {
  display: grid;
  place-items: center;
  border: 1px solid rgba(238, 244, 243, 0.08);
  border-radius: 10px;
  background: #0e1417;
}

.local-lock {
  position: relative;
  width: 24px;
  height: 20px;
  border-radius: 5px;
  background: #43d58c;
  box-shadow: 0 0 0 6px rgba(67, 213, 140, 0.1);
}

.local-lock::before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 15px;
  width: 14px;
  height: 13px;
  border: 3px solid #43d58c;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.local-lock i {
  position: absolute;
  top: 7px;
  left: 10px;
  width: 4px;
  height: 7px;
  border-radius: 2px;
  background: #0a0e10;
}

.local-rail {
  position: absolute;
  left: calc(var(--local-device-x) + 35px);
  right: calc(var(--local-provider-right) + 88px);
  z-index: 1;
  height: 1px;
  background: rgba(67, 213, 140, 0.35);
}

.local-rail-top { top: calc(50% - 27px - var(--local-y-shift)); }
.local-rail-bottom { top: calc(50% + 27px - var(--local-y-shift)); }

.local-packet {
  position: absolute;
  left: -4px;
  top: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #07100c;
  border-radius: 50%;
  background: #43d58c;
  box-shadow: 0 0 0 4px rgba(67, 213, 140, 0.12), 0 0 13px rgba(67, 213, 140, 0.75);
  animation: local-packet-exchange 2.35s ease-in-out infinite;
}

.local-provider {
  position: absolute;
  right: var(--local-provider-right);
  z-index: 2;
  display: grid;
  place-items: center;
  min-width: 88px;
  height: 48px;
  padding: 0 8px 0 26px;
  border: 1px solid rgba(238, 244, 243, 0.2);
  border-radius: 7px;
  font-size: 11px;
  font-weight: 800;
  background: #12181b;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}

.local-provider-topstep {
  top: calc(50% - 51px - var(--local-y-shift));
  border-color: rgba(18, 162, 221, 0.56);
  color: #39bff2;
}

.local-provider-rithmic {
  top: calc(50% + 3px - var(--local-y-shift));
  border-color: rgba(235, 181, 45, 0.52);
  color: #efc35c;
}

.local-server-icon {
  position: absolute;
  left: 7px;
  top: 50%;
  width: 12px;
  height: 21px;
  border: 1px solid currentColor;
  border-radius: 3px;
  transform: translateY(-50%);
}

.local-server-icon::before {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 5px;
  height: 1px;
  background: currentColor;
  box-shadow: 0 5px currentColor;
}

.local-server-icon::after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 3px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #43d58c;
}

.local-side-label {
  position: absolute;
  bottom: calc(17% + var(--local-y-shift));
  z-index: 3;
  padding: 2px 7px;
  border: 1px solid rgba(67, 213, 140, 0.42);
  border-radius: 999px;
  color: #43d58c;
  font-size: 8px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
  background: #090e11;
}

.local-device-label {
  left: var(--local-device-x);
  transform: translateX(-50%);
}

.local-servers-label {
  right: var(--local-provider-right);
  width: 88px;
  text-align: center;
}

.bracket-visual {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  padding: 0;
  background:
    linear-gradient(rgba(44, 69, 62, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(44, 69, 62, 0.16) 1px, transparent 1px),
    #090e11;
  background-size: 34px 34px;
}

.targets-prototype {
  display: grid;
  grid-template-rows: 32px minmax(0, 1fr) 42px;
  align-content: start;
  gap: 5px;
  width: 100%;
  height: 100%;
  padding: 6px 16px;
  border: 0;
  border-radius: 0;
  background: rgba(15, 17, 19, 0.98);
  box-shadow: none;
}

.targets-mode {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 32px;
  padding: 2px;
  border-radius: 999px;
  background: #2b2d32;
  transform-origin: left center;
  animation: bracket-row-in 3.6s ease-in-out 1 both;
  animation-play-state: paused;
}

.targets-mode button {
  min-height: 28px;
  border: 0;
  border-radius: 999px;
  color: #c3c6c9;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  background: transparent;
  cursor: pointer;
}

.targets-mode button[aria-pressed="true"] {
  color: #0a0b0c;
  font-weight: 700;
  background: #f5a400;
}

.targets-rows {
  display: grid;
  grid-auto-rows: 35px;
  align-content: start;
  gap: 6px;
  padding-top: 4px;
}

.target-prototype-row {
  display: grid;
  grid-template-columns: 52px minmax(92px, 0.85fr) minmax(130px, 1.15fr) 28px;
  gap: 6px;
  align-items: center;
  height: 35px;
  min-height: 35px;
  padding: 3px 7px;
  border: 1px solid rgba(244, 246, 248, 0.06);
  border-radius: 7px;
  background: #1a1c1f;
  transform-origin: left center;
  animation: bracket-row-in 3.6s ease-in-out 1 both;
  animation-play-state: paused;
}

.bracket-visual.is-revealed .targets-mode,
.bracket-visual.is-revealed .target-prototype-row {
  animation-play-state: running;
}

.target-prototype-row.is-user-added {
  opacity: 1;
  transform: none;
  animation: none;
}

.targets-rows .target-prototype-row:nth-child(1) { animation-delay: 0.1s; }
.targets-rows .target-prototype-row:nth-child(2) { animation-delay: 0.2s; }
.targets-rows .target-prototype-row:nth-child(3) { animation-delay: 0.3s; }
.targets-rows .target-prototype-row:nth-child(4) { animation-delay: 0.4s; }
.targets-rows .target-prototype-row:nth-child(5) { animation-delay: 0.5s; }
.targets-rows .target-prototype-row:nth-child(6) { animation-delay: 0.6s; }
.targets-rows .target-stop-row:nth-child(n) { animation-delay: 0.3s; }

.targets-rows .target-prototype-row.is-demo-added:nth-child(n) {
  transform-origin: center top;
  animation: bracket-demo-target-open 460ms cubic-bezier(0.2, 0.9, 0.25, 1) 1 both;
  animation-delay: 0s;
  animation-play-state: running;
}

.targets-rows .target-stop-row.is-making-room:nth-child(n) {
  animation: bracket-stop-push-down 460ms cubic-bezier(0.2, 0.9, 0.25, 1) 1 both;
  animation-delay: 0s;
  animation-play-state: running;
}

.target-stop-row.has-finished-demo-push {
  opacity: 1;
  transform: none;
  animation: none;
}

.target-name {
  color: #41dc89;
  font-size: 11px;
  font-weight: 850;
}

.target-stepper {
  display: grid;
  grid-template-columns: 30px minmax(24px, 1fr) 30px;
  align-items: center;
  min-width: 0;
  min-height: 27px;
  overflow: hidden;
  border-radius: 6px;
  background: #131517;
}

.target-stepper button,
.target-remove {
  min-width: 0;
  height: 27px;
  border: 0;
  color: #aeb3b6;
  font: inherit;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  background: transparent;
  cursor: pointer;
}

.target-stepper button:hover,
.target-stepper button:focus-visible,
.target-stepper button.is-guided-highlight,
.target-remove:hover,
.target-remove:focus-visible,
.target-remove.is-guided-highlight {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
  outline: none;
}

.target-stepper output {
  color: #e8ebed;
  font-size: 11px;
  font-weight: 780;
  text-align: center;
}

.target-points {
  grid-template-columns: 30px minmax(28px, 1fr) auto 30px;
}

.target-points small {
  color: #858b90;
  font-size: 8px;
  font-weight: 750;
}

.target-remove {
  width: 28px;
  color: #868d91;
  font-size: 22px;
}

.target-stop-row .target-name {
  color: #ff6666;
}

.target-stop-total {
  display: grid;
  place-items: center;
  min-height: 27px;
  border: 1px solid rgba(244, 246, 248, 0.05);
  border-radius: 6px;
  color: #b8bdc0;
  font-size: 11px;
  font-weight: 780;
  background: #17191b;
}

.target-drag {
  color: #777f83;
  font-size: 21px;
  line-height: 1;
  text-align: center;
}

.target-add {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  min-height: 42px;
  border: 0;
  border-radius: 7px;
  color: #08090a;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  background: #f5a400;
  cursor: pointer;
  transition: background-color 140ms ease, box-shadow 140ms ease, transform 90ms ease;
}

.target-add:not(:disabled):hover,
.target-add.is-guided-highlight:not(:disabled) {
  background: #ffb21c;
  box-shadow: 0 5px 14px rgba(245, 164, 0, 0.18);
}

.target-add:not(:disabled):active,
.target-add.is-guided-press:not(:disabled) {
  background: #d98f00;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.22);
  transform: translateY(1px);
}

.target-add:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 2px;
}

.target-add span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  background: #060708;
  transition: background-color 140ms ease;
}

.target-add span::before,
.target-add span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: #f5a400;
  content: "";
  transform: translate(-50%, -50%);
  transition: background-color 140ms ease;
}

.target-add span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.target-add:not(:disabled):active span,
.target-add.is-guided-press:not(:disabled) span {
  background: #2b2e32;
}

.target-add:disabled {
  cursor: default;
  opacity: 0.42;
}

@keyframes atm-level-in {
  0%, 8% { transform: scaleX(0.15); opacity: 0; }
  28%, 88% { transform: scaleX(1); opacity: 1; }
  100% { transform: scaleX(1); opacity: 1; }
}

@keyframes local-packet-exchange {
  0%, 100% { left: -4px; }
  50% { left: calc(100% - 4px); }
}

@keyframes bracket-row-in {
  0%, 8% { opacity: 0; transform: scaleX(0.15); }
  28%, 88% { opacity: 1; transform: scaleX(1); }
  100% { opacity: 1; transform: scaleX(1); }
}

@keyframes bracket-demo-target-open {
  0% { opacity: 0; transform: translateY(-8px) scaleY(0.12); }
  72% { opacity: 1; transform: translateY(0) scaleY(1.025); }
  100% { opacity: 1; transform: translateY(0) scaleY(1); }
}

@keyframes bracket-stop-push-down {
  0% { transform: translateY(-41px); }
  72% { transform: translateY(1px); }
  100% { transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .atm-level,
  .local-packet,
  .targets-mode,
  .target-prototype-row,
  .targets-rows .target-prototype-row.is-demo-added:nth-child(n),
  .targets-rows .target-stop-row.is-making-room:nth-child(n) {
    animation: none;
  }

  .target-add {
    transition: none;
  }

  .target-add span,
  .target-add span::before,
  .target-add span::after {
    transition: none;
  }

  .copy-trading-prototype {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .copy-enabled-switch,
  .copy-enabled-switch i,
  .copy-follower-row,
  .copy-follower-row > i,
  .copy-follower-row > i::after,
  .copy-settings-save {
    transition: none;
  }

  .feature-grid.is-row-reveal-ready .feature-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.feature-card h3 {
  font-size: 17px;
  font-weight: 760;
  line-height: 1.18;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.workflow-section .split-section {
  column-gap: clamp(28px, 6vw, 72px);
  row-gap: 0;
}

.workflow-list {
  display: grid;
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  gap: 12px;
}

.workflow-media-column {
  display: contents;
}

.workflow-media-column .section-heading {
  grid-column: 1;
  grid-row: 1;
}

.workflow-intro {
  max-width: 64ch;
  padding-bottom: 10px;
}

.workflow-list div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(244, 246, 248, 0.1);
}

.workflow-list strong {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(245, 164, 0, 0.34);
  border-radius: 50%;
  color: var(--gold);
  font-size: 15px;
}

.swipe-video-showcase {
  display: grid;
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  place-items: center;
  width: 100%;
}

.swipe-video-ipad {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  padding: 12px;
  border: 2px solid rgba(238, 242, 243, 0.62);
  border-radius: 28px;
  background: #050708;
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.swipe-video-screen {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(244, 246, 248, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(rgba(52, 88, 78, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(52, 88, 78, 0.18) 1px, transparent 1px),
    #090e11;
  background-size: 32px 32px;
}

.swipe-video-camera {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(126, 150, 163, 0.42);
  border-radius: 50%;
  background: #071014;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.42);
  transform: translateX(-50%);
}

.swipe-video-play {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  padding-left: 3px;
  border: 1px solid rgba(67, 213, 140, 0.5);
  border-radius: 50%;
  color: #43d58c;
  font-size: 18px;
  line-height: 1;
  background: rgba(67, 213, 140, 0.1);
  box-shadow: 0 0 28px rgba(67, 213, 140, 0.12);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.faq-list summary {
  min-height: 58px;
  padding: 18px 20px;
  cursor: pointer;
  color: var(--text);
  font-size: 16px;
  font-weight: 720;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--gold);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  padding: 0 20px 20px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto minmax(280px, 1fr);
  align-items: center;
  gap: clamp(18px, 4vw, 48px);
  padding: 24px clamp(18px, 4vw, 56px);
  border-top: 1px solid rgba(244, 246, 248, 0.08);
  color: var(--muted-2);
}

.site-footer > span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
}

.site-footer p {
  justify-self: center;
  max-width: 52ch;
  font-size: 13px;
  text-align: center;
}

.footer-nav {
  display: flex;
  justify-content: flex-end;
  justify-self: end;
  gap: 24px;
  width: auto;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.footer-nav a {
  padding: 6px 0;
  border-bottom: 1px solid transparent;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  border-bottom-color: var(--gold);
  color: var(--text);
  outline: none;
}

@media (max-width: 860px) {
  .site-header {
    align-items: center;
    flex-direction: row;
  }

  .site-header > nav {
    width: auto;
    justify-content: flex-end;
  }

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

  .workflow-media-column .section-heading {
    grid-column: 1;
    grid-row: 1;
  }

  .swipe-video-showcase {
    grid-column: 1;
    grid-row: 2;
  }

  .workflow-list {
    grid-column: 1;
    grid-row: 3;
    margin-top: 28px;
  }

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

  .local-device {
    width: 62px;
    height: 114px;
    border-radius: 14px;
  }

  .local-visual {
    --local-y-shift: 12px;
  }

  .local-rail {
    left: calc(var(--local-device-x) + 30px);
    right: calc(var(--local-provider-right) + 72px);
  }

  .local-provider {
    min-width: 72px;
    padding: 0 6px 0 22px;
    font-size: 9px;
  }

  .local-server-icon {
    left: 6px;
    width: 10px;
    height: 19px;
  }

  .local-side-label {
    bottom: calc(9% + var(--local-y-shift));
    font-size: 7px;
  }

  .local-servers-label {
    width: 72px;
  }

  .bracket-visual,
  .copy-trading-visual {
    min-height: 320px;
    aspect-ratio: auto;
  }

  .bracket-visual {
    padding: 0;
  }

  .targets-prototype {
    gap: 5px;
    padding: 12px 16px 7px;
  }

  .target-prototype-row {
    grid-template-columns: 40px minmax(68px, 0.8fr) minmax(102px, 1.2fr) 24px;
    gap: 4px;
    padding-inline: 5px;
  }

  .target-stepper {
    grid-template-columns: 24px minmax(20px, 1fr) 24px;
  }

  .target-points {
    grid-template-columns: 24px minmax(24px, 1fr) auto 24px;
  }

  #features-title {
    font-size: 23px;
  }

  h2 {
    max-width: 14ch;
  }

  .hero-collage {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 30px;
  }

  .hero-content,
  .ipad-screen-copy,
  .hero-copy,
  .hero-action-row {
    justify-items: center;
    width: min(100%, 680px);
    text-align: center;
  }

  .hero-content {
    padding-top: 116px;
  }

  .hero-phone-peek {
    left: 50%;
    top: -345px;
    width: 220px;
  }

  .ipad-screen-copy h1 {
    justify-items: center;
    font-size: clamp(34px, 8vw, 58px);
  }

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

  .device-showcase {
    width: min(100%, 720px);
    aspect-ratio: 1.72;
    justify-self: center;
    transform: translateY(-24px);
  }

  .device-ipad {
    width: min(118%, 720px);
    margin-right: 0;
    justify-self: center;
  }

}

@media (max-width: 520px) {
  .site-header {
    gap: 10px;
    padding: 12px 16px;
  }

  .site-header > nav {
    flex: 0 1 auto;
    gap: clamp(8px, 3vw, 16px);
    min-width: 0;
    overflow: visible;
    padding-bottom: 0;
    white-space: nowrap;
  }

  .hero {
    min-height: calc(100vh - 96px);
    padding: 16px 14px 44px;
  }

  .hero-content {
    padding-top: 100px;
  }

  .hero-phone-peek {
    top: -302px;
    width: 190px;
  }

  .device-showcase {
    width: 100%;
    aspect-ratio: 1.48;
    transform: translateY(-10px);
  }

  .device-ipad {
    width: 118%;
    max-width: none;
    margin-right: 0;
    justify-self: center;
    transform: none;
  }

  .ipad-screen-copy {
    width: min(100%, 390px);
  }

  .ipad-screen-copy h1 {
    font-size: clamp(29px, 9.2vw, 40px);
    line-height: 0.96;
  }

  .ipad-screen-copy h1 span {
    white-space: normal;
  }

  .hero-copy > p {
    max-width: 34ch;
    font-size: 14px;
  }

  .hero-actions {
    gap: 10px;
    width: min(100%, 470px);
  }

  .hero-button,
  .hero-store-badge {
    width: 100%;
  }

  .app-logo {
    border-radius: 24px;
  }

  .store-row {
    width: min(100%, 360px);
  }

  .hero-actions {
    grid-template-columns: minmax(0, 230px);
    justify-content: center;
    width: 100%;
  }

  .store-badge {
    width: 100%;
  }

  .workflow-list div {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
  }

  .workflow-list strong {
    width: 34px;
    height: 34px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 12px;
  }

  .footer-nav {
    justify-content: flex-start;
    justify-self: start;
    gap: 20px;
  }

  .site-footer p {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 360px) {
  .site-header {
    gap: 8px;
    padding-inline: 12px;
  }

  .brand-link {
    gap: 7px;
    font-size: 16px;
  }

  .brand-link img {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }

  .site-header > nav {
    gap: 7px;
    font-size: 11px;
  }
}
