﻿:root {
  --apex-green-050: #f4f9ec;
  --apex-green-100: #dceaa9;
  --apex-green-200: #c5e274;
  --apex-green-300: #8ce266;
  --apex-green-400: #64cf67;
  --apex-green-500: #3ba955;
  --apex-green-800: #203018;
  --apex-green-900: #11190f;
  --apex-ink: #15210f;
  --apex-muted: #5c694f;
  --apex-mint-white: #f0fff4;
  --apex-lime: #32ff7e;
  --apex-line: rgba(44, 74, 22, 0.1);
  --apex-shadow: 0 34px 90px rgba(34, 58, 18, 0.14);
  --apex-shadow-soft: 0 20px 50px rgba(34, 58, 18, 0.08);
  --apex-radius-xl: 38px;
  --apex-radius-lg: 28px;
  --apex-radius-md: 22px;
}

body.apex-marketing-page {
  background:
    radial-gradient(circle at 12% 0%, rgba(194, 235, 143, 0.36), transparent 20%),
    radial-gradient(circle at 92% 16%, rgba(124, 205, 103, 0.24), transparent 26%),
    linear-gradient(180deg, #dbeaa6 0%, #ccd99a 100%);
  color: var(--apex-ink);
}

.apex-marketing-page img {
  display: block;
  max-width: 100%;
}

.apex-marketing-shell {
  width: min(1440px, calc(100% - 24px));
  margin: 0 auto;
  padding: 18px 0 64px;
}

.apex-nav-shell {
  position: sticky;
  top: 14px;
  z-index: 40;
  margin-bottom: 18px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid rgba(240, 255, 244, 0.12);
  background: rgba(12, 23, 14, 0.7);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 48px rgba(10, 19, 11, 0.24);
}

.apex-hero-panel,
.apex-section,
.apex-cta-banner,
.apex-footer,
.apex-partner-bar {
  border-radius: var(--apex-radius-xl);
  box-shadow: var(--apex-shadow);
}

.apex-hero-panel {
  position: relative;
  overflow: hidden;
  padding: 36px 28px 44px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 50% 88%, rgba(50, 255, 126, 0.18), transparent 26%),
    radial-gradient(circle at 52% 46%, rgba(111, 204, 92, 0.1), transparent 18%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 2.5%, rgba(255, 255, 255, 0) 2.5% 7.7%),
    linear-gradient(135deg, #111812 0%, #21361a 28%, #163118 56%, #111812 100%);
}

.apex-hero-panel::before,
.apex-testimonial-panel::before,
.apex-cta-banner::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: calc(var(--apex-radius-xl) - 12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.apex-nav,
.apex-nav-links,
.apex-nav-actions,
.apex-hero-actions,
.apex-device-top,
.apex-device-user,
.apex-device-actions,
.apex-inline-stat,
.apex-avatar-strip,
.apex-card-footer,
.apex-tab-row,
.apex-social-row,
.apex-partner-bar {
  display: flex;
}

.apex-nav {
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 52px;
}

.apex-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--apex-mint-white);
}

.apex-brand strong {
  font-family: "Sora", sans-serif;
  font-size: 1.15rem;
}

.apex-brand-mark {
  width: 40px;
  height: 40px;
  padding: 6px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(207, 255, 166, 0.95) 0%, rgba(90, 193, 84, 0.9) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.apex-brand-mark span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9px 9px 14px 14px;
  background:
    linear-gradient(90deg, rgba(8, 22, 10, 0.18) 0 48%, transparent 48% 100%),
    linear-gradient(180deg, #14210e 0%, #25361d 100%);
}

.apex-nav-links {
  align-items: center;
  gap: 24px;
  color: rgba(240, 255, 244, 0.82);
  font-size: 0.9rem;
}

.apex-nav-links a:hover,
.apex-nav-links a:focus-visible,
.apex-talk-link:hover,
.apex-talk-link:focus-visible {
  color: #ffffff;
}

.apex-nav-actions {
  align-items: center;
  gap: 12px;
}

.apex-talk-link,
.apex-ghost-button,
.apex-solid-button {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.apex-talk-link {
  display: inline-flex;
  align-items: center;
  color: rgba(240, 255, 244, 0.82);
}

.apex-talk-link::after {
  content: "\2192";
  margin-left: 8px;
}

.apex-ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(240, 255, 244, 0.14);
  background: rgba(255, 255, 255, 0.07);
  color: var(--apex-mint-white);
  backdrop-filter: blur(12px);
}

.apex-solid-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--apex-lime);
  color: #08110a;
  box-shadow: 0 18px 36px rgba(50, 255, 126, 0.24);
}

.apex-ghost-button:hover,
.apex-solid-button:hover,
.apex-talk-link:hover {
  transform: translateY(-1px);
}

.apex-availability-pill {
  width: fit-content;
  margin: 14px auto 0;
  padding: 12px 18px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: var(--apex-mint-white);
  backdrop-filter: blur(14px);
}

.apex-pill-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(194, 255, 151, 0.18);
  color: var(--apex-lime);
  font-size: 0.85rem;
  font-weight: 800;
}

.apex-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 840px;
  margin: 34px auto 0;
  text-align: center;
  color: var(--apex-mint-white);
}

.apex-hero-copy h1 {
  max-width: 11ch;
  margin: 0 auto;
  font-family: "Sora", sans-serif;
  font-size: clamp(3rem, 6vw, 5.35rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.apex-hero-copy p {
  max-width: 700px;
  margin: 20px auto 0;
  color: rgba(240, 255, 244, 0.84);
  font-size: 1.02rem;
  line-height: 1.75;
}

.apex-hero-actions {
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.apex-hero-stage {
  position: relative;
  min-height: 680px;
  margin-top: 36px;
}

.apex-hero-media-card {
  position: absolute;
  left: 50%;
  top: 10px;
  z-index: 1;
  width: min(600px, calc(100% - 240px));
  margin: 0;
  transform: translateX(-50%);
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(10, 20, 11, 0.46);
  box-shadow: 0 38px 90px rgba(7, 14, 7, 0.28);
}

.apex-hero-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #0e170f;
}

.apex-hero-media-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(11, 18, 11, 0.36) 0%, rgba(11, 18, 11, 0.88) 100%);
  color: #f4faef;
  backdrop-filter: blur(12px);
}

.apex-hero-media-card figcaption strong {
  display: block;
  margin-top: 4px;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}

.apex-floating-card {
  position: absolute;
  z-index: 2;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #f4faef;
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 60px rgba(10, 18, 10, 0.22);
}

.apex-floating-card strong,
.apex-floating-card b {
  display: block;
  font-family: "Sora", sans-serif;
}

.apex-floating-card strong {
  margin: 10px 0 8px;
  font-size: clamp(1.6rem, 3vw, 2.7rem);
}

.apex-floating-card p {
  margin: 0;
  color: rgba(240, 255, 244, 0.78);
  line-height: 1.6;
}

.apex-card-light {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 255, 239, 0.92) 100%);
  color: var(--apex-ink);
}

.apex-card-light p {
  color: rgba(21, 33, 15, 0.72);
}

.apex-mini-label,
.apex-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: #6f7d60;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.apex-mini-label {
  color: inherit;
  opacity: 0.76;
}

.apex-trust-card {
  top: 92px;
  left: 24px;
  width: min(232px, 100%);
}

.apex-profit-card {
  left: 58px;
  bottom: 18px;
  width: 214px;
}

.apex-inline-stat {
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.apex-inline-stat span {
  color: rgba(244, 249, 237, 0.68);
  font-size: 0.84rem;
}

.apex-profit-card b {
  margin: 12px 0 8px;
  font-size: 2rem;
}

.apex-market-card {
  top: 98px;
  right: 24px;
  width: min(260px, 100%);
}

.apex-avatar-strip {
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.apex-avatar-strip img,
.apex-quote-author img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.88);
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(240, 255, 244, 0.2), 0 0 20px rgba(50, 255, 126, 0.18);
  filter: saturate(0.8) contrast(1.04) hue-rotate(10deg);
}

.apex-status-pill {
  position: absolute;
  z-index: 4;
  right: 88px;
  bottom: 64px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff 0%, #f2ffeb 100%);
  color: #16230f;
  font-weight: 800;
  box-shadow: 0 20px 46px rgba(13, 23, 10, 0.22);
}

.apex-status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--apex-green-500);
}

.apex-device {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 286px;
  padding: 14px;
  border-radius: 36px;
  background: linear-gradient(180deg, #0d1410 0%, #1b2818 100%);
  box-shadow: 0 42px 90px rgba(6, 10, 6, 0.34);
}

.apex-device-notch {
  width: 120px;
  height: 22px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
}

.apex-device-screen {
  padding: 18px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 60% 88%, rgba(168, 255, 138, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(24, 38, 20, 0.98) 0%, rgba(17, 28, 18, 0.98) 100%);
  color: #f7fff2;
}

.apex-device-top {
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.apex-device-user {
  align-items: center;
  gap: 12px;
}

.apex-device-user img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.apex-device-user span {
  display: block;
  color: rgba(245, 252, 239, 0.7);
  font-size: 0.72rem;
}

.apex-device-user strong {
  display: block;
  margin-top: 2px;
  font-size: 0.95rem;
}

.apex-device-chip {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  color: #f4fff0;
  font-weight: 800;
}

.apex-device-balance {
  margin-top: 20px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(102, 179, 77, 0.12) 100%);
}

.apex-device-balance span {
  color: rgba(247, 255, 241, 0.72);
  font-size: 0.8rem;
}

.apex-device-balance strong {
  display: block;
  margin: 10px 0;
  font-family: "Sora", sans-serif;
  font-size: 2rem;
}

.apex-device-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.apex-device-meta span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(247, 255, 241, 0.84);
  font-size: 0.7rem;
}

.apex-device-actions {
  gap: 10px;
  margin-top: 18px;
}

.apex-device-actions span,
.apex-stat-capsules span,
.apex-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-weight: 800;
}

.apex-device-actions span {
  flex: 1;
  min-height: 54px;
  background: rgba(255, 255, 255, 0.08);
  color: #f7fff2;
}

.apex-partner-bar {
  justify-content: center;
  gap: 18px 32px;
  flex-wrap: wrap;
  margin-top: 28px;
  padding: 28px 30px;
  border: 1px solid rgba(41, 66, 23, 0.08);
  background: rgba(255, 255, 255, 0.96);
  color: #425038;
}

.apex-partner-bar span {
  font-weight: 800;
  letter-spacing: 0.02em;
}

.apex-section,
.apex-footer {
  position: relative;
  overflow: hidden;
  margin-top: 28px;
  padding: clamp(42px, 7.5vw, 110px) clamp(22px, 5vw, 52px);
  border: 1px solid rgba(41, 66, 23, 0.08);
  background: rgba(255, 255, 255, 0.96);
}

.apex-section-soft {
  background:
    radial-gradient(circle at 12% 10%, rgba(187, 240, 143, 0.16), transparent 16%),
    radial-gradient(circle at 88% 26%, rgba(154, 230, 120, 0.16), transparent 18%),
    linear-gradient(180deg, rgba(245, 249, 238, 0.98) 0%, rgba(238, 245, 232, 0.98) 100%);
}

.apex-section-heading {
  position: relative;
  z-index: 1;
}

.apex-section-heading-centered {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.apex-section-heading h2,
.apex-cta-copy h2,
.apex-testimonial-panel h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.apex-section-heading p,
.apex-cta-copy p {
  margin: 16px 0 0;
  color: var(--apex-muted);
  line-height: 1.75;
}

.apex-process-grid,
.apex-product-grid,
.apex-income-section,
.apex-asset-section,
.apex-human-section,
.apex-showcase-grid,
.apex-footer-grid,
.apex-cta-banner {
  display: grid;
  gap: 26px;
}

.apex-process-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: clamp(28px, 6vw, 72px);
  margin-top: 48px;
}

.apex-process-media {
  position: relative;
  min-height: 520px;
}

.apex-portrait-card {
  position: absolute;
  left: 0;
  top: 0;
  width: min(360px, 100%);
  padding: 24px;
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(180deg, #eff5ff 0%, #f7fff0 100%);
  box-shadow: var(--apex-shadow-soft);
}

.apex-portrait-card::after {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(11, 27, 14, 0.02) 0%, rgba(25, 63, 32, 0.2) 100%);
  pointer-events: none;
}

.apex-portrait-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 26px;
  background: linear-gradient(180deg, #dff0cb 0%, #f4faeb 100%);
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.82) contrast(1.05) hue-rotate(8deg);
}

.apex-tag-badge {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(211, 255, 167, 0.96);
  color: #1a2b12;
  font-size: 0.8rem;
  font-weight: 800;
}

.apex-device-mini {
  left: 164px;
  bottom: 24px;
  width: 228px;
  transform: none;
}

.apex-device-balance-compact {
  margin-top: 0;
}

.apex-device-balance-compact strong {
  font-size: 1.7rem;
}

.apex-process-steps {
  position: relative;
  display: grid;
  gap: 22px;
  padding-left: 18px;
}

.apex-process-steps::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 86px;
  bottom: 30px;
  width: 2px;
  background: linear-gradient(180deg, rgba(50, 255, 126, 0.22) 0%, rgba(42, 109, 41, 0.12) 100%);
}

.apex-process-intro {
  max-width: 520px;
  padding-left: 56px;
}

.apex-process-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: #3e5f33;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.apex-process-intro p {
  margin: 0;
  color: var(--apex-muted);
  line-height: 1.78;
}

.apex-step-card {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 26px 24px;
  border-radius: 28px;
  border: 1px solid var(--apex-line);
  background: linear-gradient(180deg, rgba(250, 254, 245, 0.98) 0%, rgba(243, 248, 236, 0.98) 100%);
  box-shadow: var(--apex-shadow-soft);
}

.apex-step-icon,
.apex-mini-icon,
.apex-product-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 800;
}

.apex-step-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #cfff9a 0%, var(--apex-lime) 100%);
  color: #132313;
}

.apex-step-card h3,
.apex-product-card strong,
.apex-mini-feature strong,
.apex-showcase-card h3,
.apex-quote-author strong {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
}

.apex-product-card strong,
.apex-mini-feature strong,
.apex-quote-author strong {
  display: block;
}

.apex-step-card p,
.apex-product-card p,
.apex-mini-feature p,
.apex-showcase-card p {
  margin: 10px 0 0;
  color: var(--apex-muted);
  line-height: 1.7;
}

.apex-mini-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
}

.apex-feature-summary-section {
  background:
    radial-gradient(circle at 10% 18%, rgba(187, 240, 143, 0.16), transparent 18%),
    radial-gradient(circle at 88% 82%, rgba(154, 230, 120, 0.14), transparent 18%),
    linear-gradient(180deg, rgba(248, 251, 244, 0.98) 0%, rgba(241, 247, 236, 0.98) 100%);
}

.apex-income-section {
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 6vw, 74px);
  background:
    radial-gradient(circle at 16% 22%, rgba(186, 239, 152, 0.18), transparent 22%),
    radial-gradient(circle at 88% 78%, rgba(132, 224, 101, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(252, 255, 250, 0.98) 0%, rgba(243, 250, 239, 0.98) 100%);
}

.apex-income-copy {
  position: relative;
  z-index: 1;
}

.apex-income-copy h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.apex-income-copy p {
  margin: 18px 0 0;
  color: var(--apex-muted);
  line-height: 1.8;
}

.apex-income-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.apex-income-points span {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: rgba(99, 174, 83, 0.1);
  color: #25431c;
  font-size: 0.84rem;
  font-weight: 800;
}

.apex-income-showcase {
  margin: 0;
  width: min(100%, 760px);
  padding: 18px;
  border-radius: 38px;
  border: 1px solid rgba(42, 71, 28, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(245, 255, 247, 0.52) 100%);
  box-shadow: 0 28px 76px rgba(51, 98, 33, 0.12);
  justify-self: end;
  filter: drop-shadow(0 34px 72px rgba(89, 154, 72, 0.12));
}

.apex-income-showcase img {
  width: 100%;
  height: auto;
}

.apex-income-showcase-stack {
  display: grid;
  gap: 18px;
}

.apex-showcase-photo-card {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(42, 71, 28, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 255, 247, 0.92) 100%);
  box-shadow: 0 22px 56px rgba(51, 98, 33, 0.14);
}

.apex-showcase-photo-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #f7ee93;
}

.apex-showcase-photo-copy {
  padding: 18px 20px 20px;
}

.apex-showcase-photo-copy strong {
  display: block;
  margin-top: 8px;
  font-family: "Sora", sans-serif;
  font-size: 1.02rem;
  color: var(--apex-ink);
}

.apex-mini-feature,
.apex-product-card,
.apex-showcase-card,
.apex-balance-glow-card {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid var(--apex-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 243, 0.98) 100%);
  box-shadow: var(--apex-shadow-soft);
}

.apex-mini-feature {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.apex-mini-icon,
.apex-product-icon {
  width: 38px;
  height: 38px;
  background: rgba(50, 255, 126, 0.16);
  color: #1d5c29;
}

.apex-product-grid {
  grid-template-columns: minmax(0, 1fr) 320px minmax(0, 1fr);
  align-items: center;
  margin-top: 32px;
}

.apex-product-column {
  display: grid;
  gap: 18px;
}

.apex-product-device,
.apex-device-spotlight,
.apex-device-cta {
  position: relative;
  left: auto;
  bottom: auto;
  transform: none;
  margin: 0 auto;
}

.apex-product-device {
  width: min(320px, 100%);
}

.apex-stat-capsules {
  gap: 10px;
  flex-wrap: wrap;
}

.apex-stat-capsules span {
  min-height: 40px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #f6fff1;
  font-size: 0.8rem;
}

.apex-vertical-bars {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
  min-height: 170px;
  margin: 26px 0;
}

.apex-vertical-bars span {
  height: var(--bar);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.apex-vertical-bars span.active {
  background: linear-gradient(180deg, #ffd39c 0%, #ff9857 100%);
}

.apex-transaction-list {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
}

.apex-transaction-list strong {
  display: block;
  font-family: "Sora", sans-serif;
}

.apex-transaction-list > div > span {
  color: rgba(245, 252, 239, 0.68);
  font-size: 0.78rem;
}

.apex-transaction-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  color: rgba(245, 252, 239, 0.82);
}

.apex-transaction-line b {
  font-family: "Sora", sans-serif;
}

.apex-positive b {
  color: #9cff95;
}

.apex-asset-section {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  align-items: center;
}

.apex-human-section {
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  background:
    radial-gradient(circle at 12% 18%, rgba(190, 239, 153, 0.18), transparent 18%),
    radial-gradient(circle at 84% 78%, rgba(125, 214, 92, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(253, 255, 251, 0.98) 0%, rgba(242, 249, 238, 0.98) 100%);
}

.apex-human-copy h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.apex-human-copy p {
  margin: 18px 0 0;
  color: var(--apex-muted);
  line-height: 1.8;
}

.apex-human-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.apex-human-points span {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: rgba(99, 174, 83, 0.1);
  color: #25431c;
  font-size: 0.84rem;
  font-weight: 800;
}

.apex-human-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.apex-human-stat,
.apex-human-note-card {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid var(--apex-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 243, 0.98) 100%);
  box-shadow: var(--apex-shadow-soft);
}

.apex-human-stat strong,
.apex-human-note-card strong {
  display: block;
  font-family: "Sora", sans-serif;
}

.apex-human-stat strong {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.apex-human-stat p,
.apex-human-note-card p {
  margin: 12px 0 0;
  color: var(--apex-muted);
  line-height: 1.7;
}

.apex-human-visuals {
  display: grid;
  gap: 20px;
}

.apex-human-card {
  margin: 0;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(42, 71, 28, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(245, 255, 247, 0.72) 100%);
  box-shadow: 0 28px 76px rgba(51, 98, 33, 0.12);
}

.apex-human-card img {
  display: block;
  width: 100%;
  height: auto;
}

.apex-human-card-wide {
  filter: drop-shadow(0 28px 60px rgba(89, 154, 72, 0.12));
}

.apex-asset-copy h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.apex-asset-copy p {
  margin: 18px 0 0;
  color: var(--apex-muted);
  line-height: 1.8;
}

.apex-ghost-button-light {
  border-color: rgba(63, 103, 34, 0.14);
  background: rgba(120, 168, 87, 0.08);
  color: #244118;
}

.apex-asset-visual {
  display: grid;
  place-items: center;
}

.apex-card-showcase {
  width: min(100%, 640px);
  margin: 0;
  filter: drop-shadow(0 34px 70px rgba(51, 98, 33, 0.2));
}

.apex-card-showcase img {
  width: 100%;
  height: auto;
}

.apex-balance-glow-card {
  position: relative;
  width: min(360px, 100%);
  padding: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 0%, rgba(201, 255, 154, 0.42), transparent 38%),
    linear-gradient(180deg, #b0f480 0%, #86d85d 54%, #6cc553 100%);
  color: #13210d;
}

.apex-balance-glow-card::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -36px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.48) 0%, transparent 70%);
}

.apex-card-logo {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
  font-size: 0.78rem;
  font-weight: 800;
}

.apex-balance-glow-card strong {
  position: relative;
  z-index: 1;
  display: block;
  margin: 20px 0 14px;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.1rem, 5vw, 3rem);
}

.apex-balance-glow-card p,
.apex-card-footer {
  position: relative;
  z-index: 1;
}

.apex-balance-glow-card p {
  margin: 0;
  color: rgba(19, 33, 13, 0.72);
}

.apex-card-footer {
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
  color: rgba(19, 33, 13, 0.82);
  font-size: 0.82rem;
  font-weight: 800;
}

.apex-tab-row {
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.apex-tab {
  min-height: 40px;
  padding: 0 16px;
  background: rgba(108, 173, 78, 0.08);
  color: #5f6b54;
}

.apex-tab.active {
  background: linear-gradient(135deg, #c9ff9a 0%, var(--apex-lime) 100%);
  color: #142213;
}

.apex-showcase-grid {
  grid-template-columns: minmax(0, 0.95fr) 320px minmax(0, 0.95fr);
  align-items: center;
  margin-top: 30px;
}

.apex-showcase-phone-wrap {
  position: relative;
  display: grid;
  place-items: center;
}

.apex-showcase-phone-wrap::before {
  content: "";
  position: absolute;
  inset: auto 0 12% 0;
  height: 56%;
  border-radius: 36px;
  background: radial-gradient(circle at center, rgba(122, 219, 93, 0.26), transparent 64%);
  filter: blur(10px);
}

.apex-device-spotlight {
  z-index: 1;
  width: min(310px, 100%);
}

.apex-showcase-card-metrics {
  display: grid;
  gap: 14px;
}

.apex-showcase-metric {
  padding: 14px;
  border-radius: 18px;
  background: rgba(119, 179, 83, 0.08);
}

.apex-showcase-metric span {
  display: block;
  color: var(--apex-muted);
  font-size: 0.8rem;
}

.apex-showcase-metric strong {
  display: block;
  margin-top: 8px;
  font-family: "Sora", sans-serif;
  font-size: 1.1rem;
}

.apex-testimonial-panel {
  position: relative;
  overflow: hidden;
  margin-top: 28px;
  padding: clamp(42px, 7.5vw, 96px) clamp(22px, 5vw, 52px);
  border-radius: var(--apex-radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 100%, rgba(50, 255, 126, 0.18), transparent 28%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 2.4%, rgba(255, 255, 255, 0) 2.4% 7.7%),
    linear-gradient(135deg, #131d12 0%, #23351a 30%, #142015 68%, #101710 100%);
  box-shadow: var(--apex-shadow);
  color: #f7fff3;
}

.apex-eyebrow-dark {
  color: rgba(215, 255, 172, 0.74);
}

.apex-testimonial-panel h2 {
  max-width: 12ch;
  color: #fbfff8;
}

.apex-testimonial-panel .apex-section-heading p {
  max-width: 720px;
  color: rgba(240, 255, 244, 0.8);
}

.apex-testimonial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.8fr);
  gap: 22px;
  align-items: stretch;
  margin-top: 28px;
}

.apex-quote-card {
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.apex-quote-card-visual {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(220px, 0.78fr);
  gap: 22px;
  align-items: center;
}

.apex-quote-card-featured {
  padding: 30px;
}

.apex-quote-card p {
  margin: 0;
  color: rgba(245, 251, 239, 0.9);
  line-height: 1.8;
}

.apex-quote-card-featured p {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.62;
}

.apex-quote-card-copy {
  display: grid;
  gap: 22px;
}

.apex-quote-portrait {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 48px rgba(4, 12, 5, 0.24);
}

.apex-quote-portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.apex-testimonial-sidecards {
  display: grid;
  gap: 18px;
}

.apex-mini-quote {
  padding: 24px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.apex-mini-quote p {
  margin: 0;
  color: rgba(245, 251, 239, 0.88);
  line-height: 1.78;
}

.apex-quote-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.apex-quote-author span {
  display: block;
  color: rgba(245, 251, 239, 0.66);
  font-size: 0.84rem;
}

.apex-testimonial-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.apex-testimonial-person {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 14px;
  padding: 14px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  box-shadow: 0 0 0 1px rgba(240, 255, 244, 0.08), 0 0 26px rgba(50, 255, 126, 0.16);
}

.apex-testimonial-person-media {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 4.8;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.apex-testimonial-person img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
  object-fit: cover;
  object-position: center top;
}

.apex-testimonial-person-copy {
  display: grid;
  gap: 8px;
}

.apex-testimonial-person-copy strong {
  font-family: "Sora", sans-serif;
  font-size: 1rem;
}

.apex-testimonial-person-copy span {
  color: rgba(245, 251, 239, 0.66);
  font-size: 0.82rem;
}

.apex-testimonial-person-copy p {
  margin: 0;
  color: rgba(245, 251, 239, 0.9);
  line-height: 1.72;
}

.apex-faq-list {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}

.apex-faq-item {
  border: 1px solid var(--apex-line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 242, 0.98) 100%);
  overflow: hidden;
  box-shadow: var(--apex-shadow-soft);
}

.apex-faq-item summary {
  position: relative;
  list-style: none;
  padding: 26px 72px 26px 28px;
  cursor: pointer;
  font-family: "Sora", sans-serif;
  font-size: 1.02rem;
}

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

.apex-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(50, 255, 126, 0.14);
  color: #26753b;
  font-size: 1.1rem;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.apex-faq-item[open] summary::after {
  content: "+";
  transform: translateY(-50%) rotate(45deg);
  background: rgba(50, 255, 126, 0.22);
  color: #14351e;
}

.apex-faq-item p {
  margin: 0;
  padding: 0 28px 28px;
  color: var(--apex-muted);
  line-height: 1.75;
}

.apex-cta-banner {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  align-items: center;
  margin-top: 28px;
  padding: clamp(34px, 6vw, 72px) clamp(22px, 5vw, 52px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 84% 20%, rgba(126, 213, 89, 0.22), transparent 24%),
    linear-gradient(135deg, #111812 0%, #223519 38%, #121a11 100%);
  color: #f8fff4;
}

.apex-cta-visual {
  display: grid;
  place-items: center;
}

.apex-device-cta {
  width: min(290px, 100%);
  transform: rotate(-14deg);
}

.apex-cta-copy {
  position: relative;
  z-index: 1;
}

.apex-cta-copy h2 {
  color: #fbfff8;
}

.apex-cta-copy p {
  color: rgba(241, 248, 235, 0.76);
}

.apex-footer {
  margin-top: 28px;
  background: linear-gradient(180deg, rgba(243, 247, 238, 0.98) 0%, rgba(237, 242, 232, 0.98) 100%);
}

.apex-footer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.apex-footer-grid strong {
  display: block;
  margin-bottom: 16px;
  font-family: "Sora", sans-serif;
}

.apex-footer-grid a,
.apex-footer-grid p,
.apex-footer-note {
  display: block;
  color: var(--apex-muted);
  line-height: 1.8;
}

.apex-social-row {
  gap: 10px;
  margin-top: 12px;
}

.apex-social-row span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(109, 181, 73, 0.12);
  color: #2b631c;
  font-size: 0.78rem;
  font-weight: 800;
}

.apex-footer-mark {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 34px;
  color: rgba(96, 120, 77, 0.24);
  font-family: "Sora", sans-serif;
  font-size: clamp(3rem, 10vw, 8rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.apex-footer-mark-icon {
  width: 110px;
  height: 110px;
  border-radius: 30px;
  background:
    linear-gradient(90deg, rgba(96, 120, 77, 0.24) 0 50%, transparent 50% 100%),
    linear-gradient(180deg, rgba(96, 120, 77, 0.24) 0%, rgba(96, 120, 77, 0.24) 100%);
  position: relative;
}

.apex-footer-mark-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 18%;
  width: 16px;
  height: 64%;
  border-radius: 999px;
  background: rgba(243, 247, 238, 0.98);
  transform: translateX(-50%);
}

@media (max-width: 1220px) {
  .apex-nav-shell {
    border-radius: 34px;
  }

  .apex-hero-stage {
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
  }

  .apex-floating-card,
  .apex-hero-media-card,
  .apex-device,
  .apex-status-pill {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: 100%;
  }

  .apex-hero-device {
    grid-column: 1 / -1;
    max-width: 320px;
    margin: 0 auto;
  }

  .apex-status-pill {
    justify-content: center;
  }

  .apex-process-grid,
  .apex-product-grid,
  .apex-income-section,
  .apex-human-section,
  .apex-showcase-grid,
  .apex-asset-section,
  .apex-testimonial-grid,
  .apex-footer-grid,
  .apex-cta-banner {
    grid-template-columns: 1fr;
  }

  .apex-quote-card-visual {
    grid-template-columns: 1fr;
  }

  .apex-testimonial-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .apex-process-media {
    min-height: 0;
    display: grid;
    gap: 18px;
    justify-items: center;
  }

  .apex-portrait-card,
  .apex-device-mini {
    position: relative;
    inset: auto;
    left: auto;
    bottom: auto;
    width: min(100%, 360px);
  }

  .apex-product-device,
  .apex-device-spotlight,
  .apex-device-cta {
    width: min(320px, 100%);
  }

  .apex-income-showcase {
    width: min(100%, 760px);
    justify-self: center;
  }

  .apex-hero-media-card {
    order: -1;
    width: 100%;
  }

  .apex-trust-card {
    order: 1;
  }

  .apex-market-card {
    order: 2;
  }

  .apex-hero-device {
    order: 3;
  }

  .apex-profit-card {
    order: 4;
  }

  .apex-status-pill {
    order: 5;
  }

  .apex-showcase-phone-wrap {
    order: -1;
  }

  .apex-income-showcase {
    justify-self: center;
  }
}

@media (max-width: 920px) {
  .apex-marketing-shell {
    width: min(100%, calc(100% - 16px));
    padding-top: 10px;
  }

  .apex-nav-shell {
    top: 10px;
    padding: 14px 16px;
    border-radius: 30px;
  }

  .apex-hero-panel,
  .apex-section,
  .apex-cta-banner,
  .apex-footer,
  .apex-partner-bar {
    border-radius: 28px;
  }

  .apex-hero-panel {
    padding: 18px 16px 24px;
  }

  .apex-nav,
  .apex-nav-links,
  .apex-nav-actions {
    flex-wrap: wrap;
  }

  .apex-nav-links {
    gap: 14px 18px;
    font-size: 0.84rem;
  }

  .apex-nav-actions {
    width: 100%;
  }

  .apex-nav-actions .apex-ghost-button,
  .apex-nav-actions .apex-solid-button {
    flex: 1 1 0;
  }

  .apex-availability-pill {
    margin-top: 26px;
    font-size: 0.82rem;
  }

  .apex-hero-copy h1 {
    font-size: clamp(2.45rem, 11vw, 4rem);
  }

  .apex-hero-copy p,
  .apex-section-heading p,
  .apex-asset-copy p,
  .apex-cta-copy p {
    font-size: 0.96rem;
    line-height: 1.68;
  }

  .apex-mini-feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .apex-process-steps {
    padding-left: 0;
  }

  .apex-process-steps::before {
    display: none;
  }

  .apex-process-intro {
    padding-left: 0;
  }

  .apex-income-copy {
    text-align: center;
  }

  .apex-income-points {
    justify-content: center;
  }

  .apex-human-copy {
    text-align: center;
  }

  .apex-human-points {
    justify-content: center;
  }

  .apex-income-copy .apex-hero-actions {
    justify-content: center;
  }

  .apex-footer-mark {
    align-items: center;
  }
}

@media (max-width: 640px) {
  .apex-nav-shell {
    padding: 12px;
    border-radius: 26px;
  }

  .apex-nav {
    gap: 14px;
  }

  .apex-nav-links {
    width: 100%;
    justify-content: space-between;
    gap: 10px 12px;
  }

  .apex-nav-actions {
    gap: 10px;
  }

  .apex-talk-link {
    width: 100%;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    min-height: 42px;
  }

  .apex-section,
  .apex-cta-banner,
  .apex-footer,
  .apex-partner-bar {
    padding: 20px 16px;
  }

  .apex-mini-feature-grid {
    grid-template-columns: 1fr;
  }

  .apex-hero-stage {
    grid-template-columns: 1fr;
    margin-top: 24px;
    gap: 14px;
  }

  .apex-hero-media-card {
    border-radius: 26px;
  }

  .apex-hero-media-card figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .apex-floating-card,
  .apex-profit-card,
  .apex-market-card,
  .apex-trust-card {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .apex-device {
    width: 100%;
    max-width: 320px;
    justify-self: center;
  }

  .apex-trust-card {
    order: 1;
  }

  .apex-market-card {
    order: 2;
  }

  .apex-hero-device {
    order: 3;
  }

  .apex-profit-card {
    order: 4;
  }

  .apex-status-pill {
    order: 5;
  }

  .apex-device-screen {
    padding: 16px;
  }

  .apex-device-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .apex-vertical-bars {
    gap: 8px;
  }

  .apex-income-points {
    justify-content: center;
  }

  .apex-human-stat-grid {
    grid-template-columns: 1fr;
  }

  .apex-tab-row {
    justify-content: start;
  }

  .apex-income-showcase {
    width: 100%;
  }

  .apex-tab {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.82rem;
  }

  .apex-testimonial-gallery {
    grid-template-columns: 1fr;
  }

  .apex-footer-mark {
    flex-direction: column;
    align-items: start;
    gap: 10px;
    font-size: clamp(2.6rem, 17vw, 4.8rem);
  }

  .apex-footer-mark-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
  }
}

@media (max-width: 460px) {
  .apex-marketing-shell {
    width: min(100%, calc(100% - 10px));
  }

  .apex-hero-panel::before,
  .apex-testimonial-panel::before,
  .apex-cta-banner::before {
    inset: 8px;
  }

  .apex-hero-copy h1,
  .apex-section-heading h2,
  .apex-asset-copy h2,
  .apex-cta-copy h2,
  .apex-testimonial-panel h2 {
    font-size: clamp(2rem, 12vw, 2.8rem);
  }

  .apex-hero-actions,
  .apex-nav-actions {
    flex-direction: column;
  }

  .apex-nav-actions .apex-ghost-button,
  .apex-nav-actions .apex-solid-button,
  .apex-hero-actions .apex-ghost-button,
  .apex-hero-actions .apex-solid-button {
    width: 100%;
  }

  .apex-step-card,
  .apex-mini-feature {
    grid-template-columns: 1fr;
  }

  .apex-income-points span {
    width: 100%;
    justify-content: center;
  }
}

