.home-v5-hero-section {
  position: relative;
  z-index: 1;
  padding-top: 18px;
}

.home-v5-hero {
  --home-v5-accent: #ff8a2a;
  --home-v5-accent-strong: #ff6d1a;
  --home-v5-accent-soft: rgba(255, 138, 42, .16);
  --home-v5-accent-soft-strong: rgba(255, 138, 42, .28);
  --home-v5-surface: #0f131b;
  --home-v5-surface-alt: #161b26;
  --home-v5-border: rgba(255,255,255,.08);
  --home-v5-border-soft: rgba(255,255,255,.05);
  --home-v5-text: #f5f7fb;
  --home-v5-muted: #97a1b4;
  position: relative;
  min-height: min(720px, calc(100svh - 96px));
  display: grid;
  grid-template-columns: minmax(0, 500px) minmax(300px, 400px);
  align-items: center;
  justify-content: space-between;
  gap: clamp(28px, 4vw, 52px);
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: clamp(18px, 2.8vw, 30px) 0 clamp(26px, 3.4vw, 38px);
  background: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

.home-v5-hero::before,
.home-v5-hero::after,
.home-v5-scene::before,
.home-v5-scene::after {
  content: none;
}

.home-v5-hero-bg,
.home-v5-scene-orb {
  display: none;
}

.home-v5-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 500px;
  margin: 0;
  isolation: isolate;
  text-align: left;
  padding-top: 12px;
}

.home-v5-copy::before {
  content: "";
  position: absolute;
  left: -54px;
  top: -42px;
  width: 320px;
  height: 240px;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 38% 38%, var(--home-v5-accent-soft-strong), rgba(255, 138, 42, 0) 72%);
  filter: blur(22px);
  opacity: .86;
}

.home-v5-copy::after {
  content: "";
  position: absolute;
  left: 0;
  top: 86px;
  width: 88px;
  height: 1px;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 138, 42, .58), rgba(255, 138, 42, 0));
}

.home-v5-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.08);
  color: var(--home-v5-text);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .03em;
  text-transform: none;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 10px 24px rgba(0,0,0,.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  max-width: 100%;
  white-space: nowrap;
}

.home-v5-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--home-v5-accent);
}

.home-v5-platform-line {
  width: 100%;
  margin: 16px 0 0;
  max-width: 540px;
  overflow: visible;
}

.home-v5-platform-marquee {
  width: auto;
  display: flex;
  justify-content: center;
}

.home-v5-platform-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
}

.home-v5-platform-group {
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto;
}

.home-v5-platform-group.is-clone {
  display: none;
}

.home-v5-platform-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 0 0 auto;
  min-height: 32px;
  padding: 0 10px 0 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  color: #a1abbd;
  font-size: 9px;
  line-height: 1;
  letter-spacing: .03em;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  transition:
    background .2s ease,
    border-color .2s ease,
    box-shadow .2s ease,
    color .2s ease,
    transform .2s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  white-space: nowrap;
}

.home-v5-platform-link::after {
  content: none;
}

.home-v5-platform-link-icon {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffbf8b;
  background: rgba(255, 138, 42, .1);
  flex: 0 0 auto;
  overflow: hidden;
}

.home-v5-platform-link-icon i {
  font-size: 10px;
}

.home-v5-platform-link-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-v5-platform-link-label {
  display: inline-block;
}

.home-v5-platform-link:hover,
.home-v5-platform-link:focus-visible {
  background: rgba(255, 138, 42, .08);
  border-color: rgba(255, 138, 42, .16);
  box-shadow: 0 10px 24px rgba(255, 109, 26, .12);
  color: #ffe2c6;
  transform: translateY(-1px);
}

.home-v5-platform-link:focus-visible {
  outline: 1px solid rgba(255, 138, 42, .35);
  outline-offset: 4px;
}

@keyframes home-v5-platform-marquee {
  to {
    transform: translateX(calc(-50% - 5px));
  }
}

.home-v5-title {
  max-width: 560px;
  margin: 20px 0 0;
  color: var(--home-v5-text);
  font-size: clamp(2.5rem, 4.45vw, 4.7rem);
  font-weight: 650;
  line-height: .94;
  letter-spacing: -.055em;
  text-wrap: balance;
  background: none;
  -webkit-text-fill-color: currentColor;
  text-shadow: 0 12px 34px rgba(0,0,0,.16);
}

.home-v5-subtitle {
  max-width: 470px;
  margin: 20px 0 0;
  color: #e4e9f2;
  font-size: clamp(15px, 1.08vw, 17px);
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: -.01em;
  text-wrap: balance;
}

.home-v5-mobile-slogan-stage {
  display: none;
}

.home-v5-mobile-slogan-kicker {
  display: block;
  color: #ffca99;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.home-v5-mobile-slogan-track {
  position: relative;
  min-height: 56px;
  margin-top: 12px;
  overflow: hidden;
}

.home-v5-mobile-slogan {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f6f8fc;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -.02em;
  opacity: 0;
  transform: translate3d(0, 16px, 0) scale(.96);
  filter: blur(10px);
  transition:
    opacity .56s ease,
    transform .56s cubic-bezier(.22, 1, .36, 1),
    filter .56s ease;
}

.home-v5-mobile-slogan.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.home-v5-mobile-slogan.is-leaving {
  opacity: 0;
  transform: translate3d(0, -12px, 0) scale(.985);
  filter: blur(8px);
}

.home-v5-lead {
  max-width: 450px;
  margin: 14px 0 0;
  color: #99a3b6;
  font-size: 13px;
  line-height: 1.72;
  text-wrap: balance;
}

.home-v5-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 24px;
}

.home-v5-btn {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 14px;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.01em;
  border: 1px solid var(--home-v5-border);
  transition:
    transform .22s ease,
    background .22s ease,
    border-color .22s ease,
    box-shadow .22s ease,
    color .22s ease;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.home-v5-btn::after {
  content: none;
}

.home-v5-btn:hover,
.home-v5-btn:focus-visible {
  transform: translateY(-1px);
}

.home-v5-btn--primary {
  color: #fff8f1;
  background: linear-gradient(180deg, #ff9b45, #ff6d1a);
  border-color: rgba(255, 138, 42, .75);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.14),
    0 14px 30px rgba(255, 109, 26, .24);
}

.home-v5-btn--primary:hover,
.home-v5-btn--primary:focus-visible {
  background: linear-gradient(180deg, #ffa654, #ff7a2d);
  box-shadow: 0 16px 34px rgba(255, 109, 26, .28);
}

.home-v5-btn--secondary {
  color: #e7ebf4;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
  border-color: var(--home-v5-border);
  box-shadow: none;
}

.home-v5-btn--secondary:hover,
.home-v5-btn--secondary:focus-visible {
  background: rgba(255,255,255,.05);
  border-color: rgba(255,255,255,.12);
}

.home-v5-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  color: #8f98ab;
  font-size: 12px;
  line-height: 1.5;
}

.home-v5-meta span {
  position: relative;
  min-height: 31px;
  padding: 0 14px 0 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: rgba(255,255,255,.025);
  border: 1px solid rgba(255,255,255,.05);
}

.home-v5-meta span::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--home-v5-accent);
  transform: translateY(-50%);
}

.home-v5-scene {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-v5-phone-wrap {
  position: relative;
  width: min(100%, 420px);
  display: flex;
  justify-content: center;
}

.home-v5-phone-shadow {
  position: absolute;
  left: 12%;
  right: 10%;
  top: 16%;
  bottom: 12%;
  border-radius: 48px;
  background: radial-gradient(circle at center, rgba(0,0,0,.34), rgba(0,0,0,0) 74%);
  filter: blur(16px);
  transform: rotate(9deg);
}

.home-v5-phone {
  position: relative;
  width: min(100%, 350px);
  min-height: 638px;
  padding: 12px;
  border-radius: 42px;
  background: linear-gradient(180deg, #242833, #090b10);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow:
    0 32px 80px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.05);
  transform: rotate(8deg);
}

.home-v5-phone::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.04);
  pointer-events: none;
}

.home-v5-phone-notch {
  position: absolute;
  top: 16px;
  left: 50%;
  width: 120px;
  height: 24px;
  border-radius: 0 0 18px 18px;
  transform: translateX(-50%);
  background: #06070b;
  z-index: 2;
}

.home-v5-phone-screen {
  position: relative;
  min-height: 614px;
  padding: 18px 15px 16px;
  border-radius: 32px;
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(255, 138, 42, .08), rgba(255, 138, 42, 0) 48%),
    linear-gradient(180deg, #111521, #090c13 62%, #07090f);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.home-v5-phone-statusbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 2px 0;
  color: #c9d0dd;
  font-size: 11px;
  line-height: 1;
}

.home-v5-phone-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding-top: 18px;
}

.home-v5-phone-kicker {
  margin: 0;
  color: #8f98ab;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-v5-phone-title {
  margin: 6px 0 0;
  color: var(--home-v5-text);
  font-size: clamp(22px, 1.9vw, 28px);
  line-height: 1.06;
  letter-spacing: -.03em;
}

.home-v5-phone-header-action {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 138, 42, .14);
  border: 1px solid rgba(255, 138, 42, .2);
  color: #fff4ea;
  text-decoration: none;
  flex: 0 0 auto;
  transition:
    transform .2s ease,
    background .2s ease,
    border-color .2s ease;
}

.home-v5-phone-header-action:hover,
.home-v5-phone-header-action:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 138, 42, .2);
  border-color: rgba(255, 138, 42, .28);
}

.home-v5-phone-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.home-v5-phone-metric {
  min-height: 58px;
  padding: 10px 10px;
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  border: 1px solid var(--home-v5-border-soft);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.home-v5-phone-metric strong {
  color: var(--home-v5-text);
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
}

.home-v5-phone-metric span {
  color: var(--home-v5-muted);
  font-size: 11px;
  line-height: 1.4;
  text-transform: lowercase;
}

.home-v5-phone-orders {
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1 1 auto;
}

.home-v5-phone-order {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px 12px;
  align-items: center;
  padding: 11px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  border: 1px solid var(--home-v5-border-soft);
}

.home-v5-phone-order-icon {
  width: 40px;
  height: 40px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: rgba(255, 138, 42, .12);
  color: #ffc190;
  flex: 0 0 auto;
}

.home-v5-phone-order-icon i {
  font-size: 20px;
}

.home-v5-phone-order-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.home-v5-phone-order-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.home-v5-phone-order-copy strong {
  color: var(--home-v5-text);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
}

.home-v5-phone-order-copy span {
  color: var(--home-v5-muted);
  font-size: 11px;
  line-height: 1.45;
}

.home-v5-phone-order-status {
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 138, 42, .1);
  border: 1px solid rgba(255, 138, 42, .16);
  color: #fff2e5;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
}

.home-v5-phone-order-status.is-pending {
  background: rgba(255, 152, 66, .08);
  border-color: rgba(255, 152, 66, .12);
  color: #ffd8b4;
}

.home-v5-phone-order-status.is-review {
  background: rgba(255, 173, 106, .08);
  border-color: rgba(255, 173, 106, .14);
  color: #ffe0c4;
}

.home-v5-phone-order-progress {
  grid-column: 1 / -1;
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  overflow: hidden;
}

.home-v5-phone-order-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff9a43, #ff6d1a);
}

.home-v5-phone-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  padding-top: 6px;
}

.home-v5-phone-footer-item {
  min-height: 50px;
  padding: 8px 8px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: rgba(255,255,255,.03);
  border: 1px solid var(--home-v5-border-soft);
  color: #aab3c4;
  font-size: 11px;
  line-height: 1.2;
}

.home-v5-phone-footer-item.is-active {
  color: #fff6ed;
  background: rgba(255, 138, 42, .1);
  border-color: rgba(255, 138, 42, .16);
}

.home-v5-phone-footer-item i {
  font-size: 15px;
}

@media (max-width: 1100px) {
  .home-v5-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 18px 0 34px;
  }

  .home-v5-copy {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }

  .home-v5-copy::before {
    left: 50%;
    top: -54px;
    transform: translateX(-50%);
  }

  .home-v5-copy::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .home-v5-platform-line,
  .home-v5-title,
  .home-v5-subtitle,
  .home-v5-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .home-v5-platform-marquee {
    justify-content: center;
  }

  .home-v5-actions {
    justify-content: center;
  }

  .home-v5-meta {
    justify-content: center;
  }

  .home-v5-scene {
    min-height: auto;
    justify-content: center;
  }

  .home-v5-phone-wrap {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .home-v5-hero {
    gap: 18px;
    padding: 12px 0 34px;
  }

  .home-v5-copy {
    max-width: 354px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .home-v5-copy::before {
    top: -34px;
    width: 312px;
    height: 250px;
    opacity: .92;
  }

  .home-v5-copy::after {
    top: 82px;
    width: 82px;
  }

  .home-v5-badge {
    width: fit-content;
    max-width: min(100%, 248px);
    margin-left: auto;
    margin-right: auto;
    min-height: 38px;
    padding: 8px 14px;
    justify-content: center;
    text-align: center;
    font-size: 10px;
    line-height: 1.25;
    letter-spacing: .02em;
    background: rgba(255,255,255,.035);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
    white-space: normal;
  }

  .home-v5-platform-line {
    width: 100%;
    max-width: 324px;
    margin: 18px auto 0;
    overflow: hidden;
  }

  .home-v5-platform-marquee {
    display: block;
    width: 100%;
    padding: 0;
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  }

  .home-v5-platform-track {
    gap: 8px;
    justify-content: flex-start;
    animation: home-v5-platform-marquee 20s linear infinite;
    will-change: transform;
  }

  .home-v5-platform-group {
    gap: 8px;
  }

  .home-v5-platform-group.is-clone {
    display: flex;
  }

  .home-v5-platform-link {
    min-height: 34px;
    padding: 0 12px 0 10px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
    border: 1px solid rgba(255,255,255,.07);
    color: #aeb6c7;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .01em;
    text-transform: none;
  }

  .home-v5-platform-link-icon {
    width: 18px;
    height: 18px;
  }

  .home-v5-platform-link::after {
    content: none;
  }

  .home-v5-title {
    max-width: 330px;
    margin-top: 24px;
    font-size: clamp(37px, 10.8vw, 46px);
    font-weight: 650;
    line-height: .9;
    letter-spacing: -.068em;
  }

  .home-v5-mobile-slogan-stage {
    display: block;
    width: 100%;
    max-width: 324px;
    margin: 14px auto 0;
    padding: 0;
    border-radius: 0;
    background: none;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .home-v5-mobile-slogan-stage::before {
    content: none;
  }

  .home-v5-mobile-slogan-kicker {
    font-size: 9px;
    letter-spacing: .12em;
  }

  .home-v5-mobile-slogan-track {
    min-height: 28px;
    margin-top: 8px;
  }

  .home-v5-mobile-slogan {
    font-size: 14px;
    line-height: 1.35;
  }

  .home-v5-subtitle {
    max-width: 322px;
    margin-top: 16px;
    color: #d8deea;
    font-size: 14px;
    line-height: 1.58;
    min-height: auto;
  }

  .home-v5-lead {
    max-width: 304px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.62;
  }

  .home-v5-actions {
    width: 100%;
    max-width: 324px;
    gap: 12px;
    margin: 22px auto 0;
    flex-direction: column;
    align-items: stretch;
  }

  .home-v5-btn {
    width: 100%;
    min-height: 56px;
    border-radius: 18px;
    font-size: 15px;
    justify-content: center;
  }

  .home-v5-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 324px;
    gap: 8px 16px;
    margin: 18px auto 0;
    font-size: 11px;
  }

  .home-v5-meta span {
    min-height: auto;
    width: auto;
    justify-content: flex-start;
    padding: 0 0 0 14px;
    border-radius: 0;
    text-align: left;
    background: none;
    border: 0;
    display: inline-flex;
    align-items: center;
  }

  .home-v5-meta span::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .home-v5-scene {
    display: none;
  }
}

@media (max-width: 640px) {
  .home-v5-hero-section {
    padding-top: 12px;
  }

  .home-v5-phone-shadow {
    display: none;
  }

  .home-v5-phone {
    transform: none;
    width: min(100%, 360px);
    min-height: auto;
    padding: 10px;
    border-radius: 34px;
  }

  .home-v5-phone-notch {
    top: 12px;
    width: 104px;
    height: 20px;
  }

  .home-v5-phone-screen {
    min-height: auto;
    padding: 15px 13px 13px;
    border-radius: 26px;
  }

  .home-v5-phone-header {
    padding-top: 16px;
  }

  .home-v5-phone-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-v5-phone-metric {
    min-height: 56px;
    padding: 10px;
  }

  .home-v5-phone-metric strong {
    font-size: 16px;
  }

  .home-v5-phone-order {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .home-v5-phone-order-status {
    grid-column: 2;
    justify-self: start;
  }

  .home-v5-phone-footer-item span {
    font-size: 10px;
  }
}

@media (max-width: 420px) {
  .home-v5-copy {
    max-width: 100%;
  }

  .home-v5-platform-line,
  .home-v5-subtitle,
  .home-v5-lead,
  .home-v5-actions,
  .home-v5-meta {
    max-width: 100%;
  }

  .home-v5-title {
    max-width: 300px;
    font-size: clamp(34px, 10.8vw, 41px);
  }

  .home-v5-platform-link {
    min-height: 28px;
    padding: 0 10px 0 8px;
    font-size: 10px;
  }

  .home-v5-platform-marquee {
    padding: 0;
  }

  .home-v5-platform-track,
  .home-v5-platform-group {
    gap: 8px;
  }

  .home-v5-badge {
    max-width: min(100%, 228px);
    font-size: 9px;
  }

  .home-v5-platform-link-icon {
    width: 16px;
    height: 16px;
  }

  .home-v5-mobile-slogan-stage {
    max-width: 100%;
    padding: 0;
    border-radius: 0;
  }

  .home-v5-mobile-slogan-track {
    min-height: 30px;
  }

  .home-v5-mobile-slogan {
    font-size: 13px;
  }

  .home-v5-subtitle {
    font-size: 14px;
  }

  .home-v5-lead {
    font-size: 12px;
  }

  .home-v5-btn {
    min-height: 52px;
    padding: 0 18px;
    font-size: 14px;
  }

  .home-v5-meta {
    justify-content: center;
    gap: 8px 10px;
  }

  .home-v5-phone {
    width: 100%;
    border-radius: 30px;
  }

  .home-v5-phone-screen {
    padding: 14px 11px 12px;
  }

  .home-v5-phone-metrics {
    gap: 6px;
  }

  .home-v5-phone-metric {
    padding: 9px 8px;
  }

  .home-v5-phone-metric strong {
    font-size: 15px;
  }

  .home-v5-phone-order {
    padding: 11px 10px;
  }

  .home-v5-phone-order-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .home-v5-phone-order-icon i {
    font-size: 20px;
  }

  .home-v5-phone-order-icon img {
    width: 22px;
    height: 22px;
  }

  .home-v5-phone-order-copy strong {
    font-size: 12px;
  }

  .home-v5-phone-order-copy span,
  .home-v5-phone-order-status {
    font-size: 11px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .home-v5-btn,
  .home-v5-phone-header-action,
  .home-v5-platform-link,
  .home-v5-mobile-slogan {
    transition: none !important;
  }

  .home-v5-platform-track {
    animation: none !important;
    transform: none !important;
  }
}

/* Stability overrides for current hero composition */
.home-v4-section.home-v5-hero-section .home-v5-copy::after {
  content: none !important;
}

.home-v4-section.home-v5-hero-section .home-v5-platform-line {
  max-width: 100% !important;
  overflow: visible !important;
}

.home-v4-section.home-v5-hero-section .home-v5-platform-marquee {
  width: auto !important;
  justify-content: flex-start !important;
}

.home-v4-section.home-v5-hero-section .home-v5-platform-track {
  width: auto !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  animation: none !important;
  transform: none !important;
}

.home-v4-section.home-v5-hero-section .home-v5-platform-group {
  width: auto !important;
  gap: 10px !important;
}

.home-v4-section.home-v5-hero-section .home-v5-platform-group.is-clone {
  display: none !important;
}

.home-v4-section.home-v5-hero-section .home-v5-btn {
  position: relative;
  z-index: 1;
}

.home-v4-section.home-v5-hero-section .home-v5-btn,
.home-v4-section.home-v5-hero-section .home-v5-btn * {
  color: inherit;
}

.home-v4-section.home-v5-hero-section .home-v5-btn--primary,
.home-v4-section.home-v5-hero-section .home-v5-btn--primary * {
  color: #fff8f1 !important;
}

.home-v4-section.home-v5-hero-section .home-v5-btn--secondary,
.home-v4-section.home-v5-hero-section .home-v5-btn--secondary * {
  color: #e7ebf4 !important;
}

@media (max-width: 767px) {
  .home-v4-section.home-v5-hero-section .home-v5-copy {
    max-width: 328px !important;
    padding-top: 4px !important;
    padding-bottom: 6px !important;
  }

  .home-v4-section.home-v5-hero-section .home-v5-badge {
    max-width: 228px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 2px !important;
  }

  .home-v4-section.home-v5-hero-section .home-v5-platform-line {
    max-width: 328px !important;
    margin: 22px auto 0 !important;
    overflow: hidden !important;
    padding-bottom: 0 !important;
  }

  .home-v4-section.home-v5-hero-section .home-v5-platform-marquee {
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 4px !important;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent) !important;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent) !important;
  }

  .home-v4-section.home-v5-hero-section .home-v5-platform-track {
    width: max-content !important;
    gap: 10px !important;
    justify-content: flex-start !important;
    animation: home-v5-platform-marquee 28s linear infinite !important;
    will-change: transform;
  }

  .home-v4-section.home-v5-hero-section .home-v5-platform-group {
    width: max-content !important;
    gap: 10px !important;
  }

  .home-v4-section.home-v5-hero-section .home-v5-platform-group.is-clone {
    display: flex !important;
  }

  .home-v4-section.home-v5-hero-section .home-v5-platform-link {
    min-height: 32px !important;
    padding: 0 11px 0 9px !important;
    font-size: 10px !important;
    letter-spacing: .01em !important;
  }

  .home-v4-section.home-v5-hero-section .home-v5-platform-link-icon {
    width: 17px !important;
    height: 17px !important;
  }

  .home-v4-section.home-v5-hero-section .home-v5-mobile-slogan-stage {
    max-width: 304px !important;
    margin: 18px auto 0 !important;
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .home-v4-section.home-v5-hero-section .home-v5-mobile-slogan-stage::before {
    content: none !important;
  }

  .home-v4-section.home-v5-hero-section .home-v5-mobile-slogan-track {
    min-height: 30px !important;
    margin-top: 8px !important;
  }

  .home-v4-section.home-v5-hero-section .home-v5-mobile-slogan {
    font-size: 14px !important;
    line-height: 1.38 !important;
  }

  .home-v4-section.home-v5-hero-section .home-v5-title {
    max-width: 324px !important;
    margin-top: 28px !important;
  }

  .home-v4-section.home-v5-hero-section .home-v5-subtitle {
    max-width: 324px !important;
    margin-top: 18px !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
  }

  .home-v4-section.home-v5-hero-section .home-v5-actions {
    max-width: 328px !important;
    margin-top: 28px !important;
    gap: 14px !important;
  }

  .home-v4-section.home-v5-hero-section .home-v5-btn {
    min-height: 58px !important;
    border-radius: 20px !important;
  }

  .home-v4-section.home-v5-hero-section .home-v5-meta {
    max-width: 324px !important;
    margin-top: 22px !important;
    gap: 10px 18px !important;
    justify-content: center !important;
  }

  .home-v4-section.home-v5-hero-section .home-v5-meta span {
    font-size: 11px !important;
  }
}
