:root {
  color-scheme: dark;
  --bg: #050807;
  --bg-elevated: #09100e;
  --surface: rgba(11, 18, 16, 0.88);
  --surface-solid: #0b1210;
  --surface-soft: rgba(255, 255, 255, 0.035);
  --border: rgba(236, 245, 240, 0.11);
  --border-strong: rgba(236, 245, 240, 0.19);
  --text: #f4f8f5;
  --muted: #9ba8a1;
  --muted-strong: #c4cdc8;
  --green: #43d48a;
  --green-deep: #1f8d5c;
  --blue: #7aa7d8;
  --cyan: #78c8c0;
  --gold: #d3ae66;
  --violet: #a99ad2;
  --rose: #d08c9a;
  --page: min(1180px, calc(100% - 40px));
  --page-wide: min(1360px, calc(100% - 40px));
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(142deg, rgba(41, 111, 80, 0.07), transparent 24%),
    linear-gradient(315deg, rgba(69, 81, 153, 0.05), transparent 31%),
    var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-synthesis: none;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

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

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

button,
a,
[role="button"] {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(122, 167, 216, 0.95);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: 16px;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--text);
  color: var(--bg);
  font-weight: 800;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 16px;
  left: 0;
  width: 100%;
  padding-inline: 20px;
  pointer-events: none;
}

.nav-shell {
  width: min(1240px, 100%);
  min-height: 64px;
  margin: 0 auto;
  padding: 9px 10px 9px 18px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(5, 10, 8, 0.82);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  pointer-events: auto;
}

.brand-link img,
.footer-brand img {
  width: 166px;
  height: auto;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.5vw, 34px);
}

.nav-links a,
.footer-links a {
  color: var(--muted-strong);
  font-size: 0.82rem;
  font-weight: 700;
  transition: color 180ms ease;
}

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

.nav-availability {
  min-height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(67, 212, 138, 0.26);
  border-radius: 7px;
  background: rgba(67, 212, 138, 0.08);
  color: #dff8eb;
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(67, 212, 138, 0.1);
}

.hero {
  position: relative;
  height: min(820px, calc(100svh - 80px));
  min-height: 700px;
  padding-top: 104px;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--border);
  background:
    linear-gradient(112deg, rgba(12, 59, 40, 0.64) 0%, rgba(6, 12, 10, 0.3) 42%, rgba(32, 42, 82, 0.28) 72%, rgba(79, 57, 84, 0.17) 100%),
    linear-gradient(180deg, #07100d 0%, #050807 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 120%;
  height: 320px;
  left: -10%;
  border-top: 1px solid rgba(120, 200, 192, 0.18);
  border-radius: 50%;
  transform: rotate(-7deg);
}

.hero::before {
  top: 37%;
}

.hero::after {
  top: 66%;
  border-color: rgba(169, 154, 210, 0.14);
  transform: rotate(5deg);
}

.hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.75;
  background:
    linear-gradient(95deg, transparent 50%, rgba(67, 212, 138, 0.09) 67%, transparent 84%),
    linear-gradient(18deg, rgba(211, 174, 102, 0.07), transparent 34%);
}

.hero-inner {
  position: relative;
  width: var(--page-wide);
  height: 100%;
  min-height: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 5;
  width: min(900px, 64%);
  padding: 72px 0 96px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1,
h2,
h3 {
  margin-top: 0;
  text-wrap: balance;
}

h1 {
  max-width: 900px;
  margin-bottom: 26px;
  font-size: clamp(3.25rem, 4.45vw, 4.2rem);
  font-weight: 850;
  line-height: 1;
}

.hero-line {
  display: block;
  color: var(--text);
}

.hero-line + .hero-line {
  margin-top: 0.13em;
}

.hero-line-accent {
  color: var(--green);
}

.hero-summary {
  max-width: 620px;
  margin: 0;
  color: var(--muted-strong);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.65;
}

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

.button {
  min-height: 52px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 0.88rem;
  font-weight: 850;
  text-align: center;
}

.button-primary {
  background: var(--green);
  color: #04110a;
  box-shadow: 0 14px 35px rgba(67, 212, 138, 0.17);
}

.button-secondary {
  border-color: var(--border-strong);
  background: rgba(255, 255, 255, 0.045);
  color: var(--text);
  transition: border-color 180ms ease, background 180ms ease;
}

.button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.075);
}

.product-chips {
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
}

.product-chips li {
  padding: 7px 11px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(5, 10, 8, 0.5);
  color: var(--muted-strong);
  font-size: 0.72rem;
  font-weight: 750;
}

.hero-devices {
  position: absolute;
  z-index: 2;
  top: 76px;
  right: -4%;
  width: 55%;
  height: calc(100% - 76px);
  transform: translateY(92px);
  pointer-events: none;
}

.device {
  position: relative;
  overflow: hidden;
  border: 7px solid #151b19;
  border-radius: 40px;
  background: #080b0a;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.54),
    0 0 0 1px rgba(255, 255, 255, 0.16);
}

.device::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 32px;
  pointer-events: none;
}

.device picture,
.device img {
  width: 100%;
  height: 100%;
}

.device img {
  object-fit: contain;
  object-position: top;
}

.device-speaker {
  position: absolute;
  z-index: 4;
  top: 10px;
  left: 50%;
  width: 29%;
  height: 22px;
  border-radius: 999px;
  background: #050606;
  transform: translateX(-50%);
}

.device-hero-primary {
  position: absolute;
  z-index: 2;
  right: 1%;
  bottom: -25%;
  width: clamp(286px, 27vw, 390px);
  aspect-ratio: 599 / 1280;
  transform: rotate(2.4deg);
}

.device-hero-secondary {
  position: absolute;
  z-index: 1;
  right: 39%;
  bottom: -31%;
  width: clamp(230px, 22vw, 320px);
  aspect-ratio: 599 / 1280;
  opacity: 0.76;
  transform: rotate(-5deg);
}

.credibility {
  border-bottom: 1px solid var(--border);
  background: #070b09;
}

.credibility-inner {
  width: var(--page);
  min-height: 92px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.credibility-inner span {
  position: relative;
  color: var(--muted-strong);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
}

.credibility-inner span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 22px;
  background: var(--border);
  transform: translateY(-50%);
}

.section {
  width: var(--page);
  margin-inline: auto;
}

.section-intro {
  padding: 118px 0 58px;
}

.section-heading {
  max-width: 720px;
}

.centered-heading {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.builder-copy h2,
.final-cta h2 {
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 4.4vw, 4.35rem);
  font-weight: 830;
  line-height: 1.04;
}

.section-heading > p:last-child,
.builder-copy > p,
.showcase-copy > p,
.final-cta p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.how-section {
  padding: 72px 0 128px;
}

.how-section h2 span {
  display: block;
}

.how-title-accent {
  color: var(--green);
}

.steps-grid {
  position: relative;
  margin: 62px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}

.steps-grid::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 27px;
  right: 27px;
  height: 1px;
  background: linear-gradient(90deg, rgba(67, 212, 138, 0.58), rgba(122, 167, 216, 0.3), rgba(169, 154, 210, 0.34));
}

.steps-grid li {
  position: relative;
  min-height: 220px;
  padding: 0 clamp(28px, 4vw, 56px) 28px 0;
}

.steps-grid li:not(:last-child) {
  margin-right: clamp(24px, 3vw, 44px);
}

.step-number {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(67, 212, 138, 0.34);
  border-radius: 50%;
  background: #09110e;
  color: #a7edc8;
  box-shadow: 0 0 0 8px rgba(5, 8, 7, 0.88);
  font-size: 0.72rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.steps-grid h3 {
  margin-bottom: 9px;
  font-size: 1.28rem;
  font-weight: 820;
}

.steps-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.65;
}

.cycle-indicator {
  margin-top: 22px;
  padding: 17px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 13px;
  border-block: 1px solid var(--border);
  color: var(--muted-strong);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cycle-indicator span:not(:last-child)::after {
  content: "→";
  margin-left: 13px;
  color: var(--muted);
}

.screens-section {
  border-top: 1px solid var(--border);
}

.screens-heading {
  padding: 118px 0 72px;
}

.showcase {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--border);
  background: #070b0a;
}

.showcase::before,
.showcase::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.showcase::before {
  inset: 0;
  opacity: 0.72;
}

.showcase::after {
  width: 110%;
  height: 280px;
  left: -5%;
  top: 54%;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  transform: rotate(-4deg);
}

.showcase-home::before {
  background: linear-gradient(118deg, rgba(39, 125, 84, 0.25), transparent 46%, rgba(58, 78, 145, 0.17));
}

.showcase-pulse::before {
  background: linear-gradient(245deg, rgba(44, 126, 137, 0.23), transparent 45%, rgba(84, 69, 151, 0.2));
}

.showcase-results::before {
  background: linear-gradient(117deg, rgba(145, 65, 91, 0.2), transparent 43%, rgba(65, 84, 168, 0.22));
}

.showcase-groups::before {
  background: linear-gradient(245deg, rgba(57, 129, 108, 0.19), transparent 44%, rgba(121, 89, 154, 0.19) 72%, rgba(153, 117, 63, 0.12));
}

.showcase-inner {
  position: relative;
  z-index: 2;
  width: var(--page);
  min-height: 780px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  align-items: center;
  gap: clamp(60px, 9vw, 140px);
}

.showcase-reverse {
  grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1fr);
}

.showcase-reverse .showcase-copy {
  grid-column: 2;
}

.showcase-reverse .showcase-device-wrap {
  grid-column: 1;
  grid-row: 1;
}

.showcase-copy {
  max-width: 540px;
}

.showcase-copy h3 {
  margin-bottom: 20px;
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  font-weight: 840;
  line-height: 0.98;
}

.showcase-copy > p {
  max-width: 520px;
  margin-bottom: 34px;
}

.compact-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--border-strong);
  list-style: none;
}

.compact-list li {
  padding: 13px 0;
  border-bottom: 1px solid var(--border);
  color: var(--muted-strong);
  font-size: 0.82rem;
  font-weight: 750;
}

.showcase-device-wrap {
  height: 780px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.device-showcase {
  width: min(370px, 92%);
  aspect-ratio: 599 / 1280;
  transform: translateY(21%);
}

.markets-section {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--border);
  background:
    linear-gradient(112deg, rgba(67, 212, 138, 0.09), transparent 36%),
    linear-gradient(245deg, rgba(169, 154, 210, 0.1), transparent 35%),
    #070b0a;
}

.markets-inner {
  padding-block: 120px;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: start;
  gap: 90px;
}

.market-list {
  border-top: 1px solid var(--border-strong);
}

.market-row {
  position: relative;
  min-height: 84px;
  padding: 0 8px 0 22px;
  display: grid;
  grid-template-columns: 70px 1fr auto;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--border);
}

.market-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 3px;
  border-radius: 3px;
  background: currentColor;
}

.market-row strong {
  color: var(--text);
  font-size: 1.05rem;
}

.market-row > span:last-child {
  color: currentColor;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.market-code {
  color: var(--muted-strong);
  font-size: 0.75rem;
  font-weight: 900;
}

.market-row.equity { color: var(--blue); }
.market-row.index { color: var(--cyan); }
.market-row.commodity { color: var(--gold); }
.market-row.forex { color: var(--rose); }
.market-row.rates { color: var(--violet); }

.builder-section {
  background: #050807;
}

.builder-inner {
  min-height: 620px;
  padding-block: 120px;
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  align-items: center;
  gap: clamp(50px, 9vw, 140px);
}

.builder-mark {
  width: min(280px, 100%);
  aspect-ratio: 1;
  display: block;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(67, 212, 138, 0.13), rgba(122, 167, 216, 0.08) 50%, rgba(169, 154, 210, 0.12)),
    var(--surface-solid);
}

.builder-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.builder-copy {
  max-width: 720px;
}

.builder-copy > p {
  max-width: 680px;
}

.text-links {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.text-links a {
  color: var(--muted-strong);
  font-size: 0.86rem;
  font-weight: 800;
}

.text-links a span {
  margin-left: 5px;
  color: var(--green);
}

.final-cta {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--border);
  background:
    linear-gradient(105deg, rgba(22, 103, 68, 0.28), transparent 45%),
    linear-gradient(255deg, rgba(66, 81, 151, 0.18), transparent 42%),
    #07100d;
}

.final-cta-inner {
  width: var(--page);
  min-height: 530px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.final-cta h2 {
  max-width: 900px;
  margin-bottom: 36px;
}

.site-footer {
  width: var(--page);
  margin: 0 auto;
  padding: 58px 0 34px;
}

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

.footer-main {
  padding-bottom: 42px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 24px;
}

.footer-legal {
  padding-top: 22px;
  border-top: 1px solid var(--border);
}

.footer-legal p {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
}

@media (max-width: 1050px) {
  .nav-shell {
    grid-template-columns: 170px 1fr auto;
  }

  .nav-links {
    gap: 16px;
  }

  .hero-copy {
    width: 64%;
  }

  .hero-devices {
    right: -10%;
  }

  .showcase-inner,
  .showcase-reverse {
    gap: 52px;
  }

  .markets-inner {
    gap: 54px;
  }
}

@media (max-width: 820px) {
  :root {
    --page: min(100% - 32px, 680px);
    --page-wide: min(100% - 32px, 720px);
  }

  .site-header {
    top: 10px;
    padding-inline: 12px;
  }

  .nav-shell {
    min-height: 58px;
    padding: 8px 9px 8px 14px;
    grid-template-columns: 152px 1fr;
    gap: 12px;
  }

  .brand-link img {
    width: 142px;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 7px);
    left: 0;
    right: 0;
    padding: 9px 12px;
    justify-content: flex-start;
    overflow-x: auto;
    border: 1px solid var(--border);
    border-radius: 7px;
    background: rgba(5, 10, 8, 0.88);
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    white-space: nowrap;
  }

  .nav-availability {
    justify-self: end;
    min-height: 40px;
    padding: 0 12px;
  }

  .hero {
    height: 760px;
    min-height: 760px;
    padding-top: 110px;
  }

  .hero-inner {
    align-items: flex-start;
  }

  .hero-copy {
    width: 100%;
    padding-top: 58px;
  }

  .hero-copy h1 {
    max-width: 720px;
    font-size: clamp(3.15rem, 8vw, 4.1rem);
  }

  .hero-summary {
    max-width: 540px;
  }

  .hero-devices {
    top: auto;
    right: -12%;
    bottom: -33%;
    width: 74%;
    height: 72%;
    opacity: 0.43;
    transform: translateY(76px);
  }

  .device-hero-primary {
    right: 0;
    bottom: 0;
  }

  .device-hero-secondary {
    right: 45%;
    bottom: -2%;
  }

  .credibility-inner {
    min-height: 126px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 18px;
  }

  .credibility-inner span:nth-child(2)::after {
    display: none;
  }

  .steps-grid {
    margin-top: 46px;
    grid-template-columns: 1fr;
  }

  .steps-grid::before {
    top: 27px;
    right: auto;
    bottom: 27px;
    left: 27px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(67, 212, 138, 0.58), rgba(122, 167, 216, 0.3), rgba(169, 154, 210, 0.34));
  }

  .steps-grid li {
    min-height: 0;
    padding: 0 0 34px;
    display: grid;
    grid-template-columns: 54px 1fr;
    column-gap: 18px;
  }

  .steps-grid li:not(:last-child) {
    margin: 0 0 22px;
  }

  .step-number {
    grid-row: 1 / 3;
    margin: 0;
  }

  .steps-grid h3 {
    margin-bottom: 6px;
  }

  .cycle-indicator {
    margin-top: 10px;
    padding-inline: 12px;
  }

  .showcase-inner,
  .showcase-reverse {
    min-height: 720px;
    padding-top: 76px;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 38px;
  }

  .showcase-reverse {
    grid-template-columns: 290px minmax(0, 1fr);
  }

  .showcase-device-wrap {
    height: 600px;
  }

  .device-showcase {
    transform: translateY(18%);
  }

  .markets-inner {
    grid-template-columns: 1fr;
  }

  .builder-inner {
    grid-template-columns: 180px 1fr;
    gap: 42px;
  }
}

@media (max-width: 640px) {
  :root {
    --page: calc(100% - 28px);
    --page-wide: calc(100% - 28px);
  }

  html {
    scroll-padding-top: 82px;
  }

  .site-header {
    top: 8px;
    padding-inline: 10px;
  }

  .nav-shell {
    grid-template-columns: 1fr auto;
    min-height: 58px;
    padding: 8px 8px 8px 14px;
    border-radius: 10px;
  }

  .brand-link img {
    width: 146px;
  }

  .nav-links {
    display: none;
  }

  .nav-availability {
    width: auto;
    min-height: 40px;
    padding: 0 11px;
    justify-content: center;
    font-size: 0.7rem;
  }

  .nav-availability .status-dot {
    width: 8px;
    height: 8px;
  }

  .hero {
    height: 860px;
    min-height: 860px;
    padding-top: 82px;
  }

  .hero-copy {
    padding: 48px 0 0;
  }

  .hero-copy .eyebrow {
    margin-bottom: 14px;
  }

  .hero-copy h1 {
    margin-bottom: 22px;
    font-size: clamp(2.1rem, 9vw, 2.65rem);
    line-height: 1.04;
  }

  .hero-summary {
    max-width: 100%;
    font-size: 0.95rem;
    line-height: 1.58;
  }

  .hero-actions {
    margin-top: 24px;
    gap: 10px;
  }

  .button {
    width: 100%;
    min-height: 50px;
  }

  .product-chips {
    margin-top: 22px;
    gap: 6px;
  }

  .product-chips li {
    font-size: 0.66rem;
  }

  .hero-devices {
    top: auto;
    right: auto;
    bottom: -335px;
    left: 50%;
    width: 300px;
    height: 660px;
    opacity: 0.68;
    transform: translateX(-50%);
  }

  .device-hero-primary {
    right: 8%;
    bottom: 0;
    width: 250px;
  }

  .device-hero-secondary {
    display: none;
  }

  .credibility-inner span {
    font-size: 0.68rem;
  }

  .section-intro {
    padding: 86px 0 32px;
  }

  .how-section {
    padding: 72px 0 88px;
  }

  .cycle-indicator {
    justify-content: flex-start;
    gap: 7px 10px;
    padding-inline: 2px;
    font-size: 0.64rem;
    line-height: 1.7;
  }

  .cycle-indicator span:not(:last-child)::after {
    margin-left: 10px;
  }

  .section-heading h2,
  .builder-copy h2,
  .final-cta h2 {
    font-size: clamp(2rem, 10.5vw, 3rem);
  }

  .screens-heading {
    padding: 86px 0 54px;
  }

  .showcase-inner,
  .showcase-reverse {
    min-height: 760px;
    padding: 64px 0 0;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 28px;
  }

  .showcase-reverse .showcase-copy,
  .showcase-reverse .showcase-device-wrap {
    grid-column: 1;
  }

  .showcase-reverse .showcase-copy {
    grid-row: 1;
  }

  .showcase-reverse .showcase-device-wrap {
    grid-row: 2;
  }

  .showcase-copy h3 {
    font-size: clamp(2.25rem, 11vw, 2.7rem);
    line-height: 1.02;
  }

  .showcase-copy > p {
    margin-bottom: 24px;
  }

  .compact-list {
    display: none;
  }

  .showcase-device-wrap {
    height: 460px;
    align-items: flex-start;
  }

  .device-showcase {
    width: min(262px, 76vw);
    transform: none;
  }

  .markets-inner {
    padding-block: 82px;
    gap: 38px;
  }

  .market-row {
    min-height: 76px;
    padding: 10px 6px 10px 16px;
    grid-template-columns: 32px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 2px;
  }

  .market-row::before {
    top: 18px;
    bottom: 18px;
  }

  .market-row strong {
    font-size: 1rem;
  }

  .market-row > span:last-child {
    grid-column: 2;
    margin-top: -8px;
    font-size: 0.65rem;
  }

  .builder-inner {
    min-height: 0;
    padding-block: 88px;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .builder-mark {
    width: 108px;
  }

  .final-cta-inner {
    min-height: 460px;
  }

  .footer-main,
  .footer-legal {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
    gap: 18px 24px;
  }

  .footer-legal {
    gap: 8px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy {
    animation: hero-enter 700ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
  }

  .device-hero-primary {
    animation: primary-device-enter 850ms 90ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
  }

  .device-hero-secondary {
    animation: secondary-device-enter 900ms 150ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
  }

  @keyframes hero-enter {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes primary-device-enter {
    from { opacity: 0; transform: translateY(36px) rotate(2.4deg); }
    to { opacity: 1; transform: translateY(0) rotate(2.4deg); }
  }

  @keyframes secondary-device-enter {
    from { opacity: 0; transform: translateY(32px) rotate(-5deg); }
    to { opacity: 0.76; transform: translateY(0) rotate(-5deg); }
  }
}

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