@media (min-width: 1100px) {
  .nav-shell {
    width: min(1395px, calc(100% - 80px));
  }

  .hero-inner {
    width: min(1387px, calc(100% - 80px));
  }

  .nav-shell {
    height: 86px;
    gap: 16px;
  }

  .nav-shell .brand {
    width: 61px;
    height: 61px;
    border: 0;
  }

  .nav-shell .brand span { display: none; }

  .nav-shell .brand img {
    width: 61px;
    height: 61px;
    object-fit: contain;
  }

  #primary-nav {
    justify-content: flex-start;
    gap: 65px;
    margin-inline-start: 199px;
    margin-inline-end: auto;
    font-size: 28px;
  }

  #primary-nav .is-current {
    color: #079fe8;
  }

  #primary-nav .has-dropdown::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-inline-start: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-4px) rotate(45deg);
  }

  .web-cta,
  .header-cta {
    height: 58px;
    border-radius: 30px;
    padding: 0 36px;
    font-size: 18px;
    white-space: nowrap;
  }

  .web-cta {
    min-width: 220px;
    flex: 0 0 220px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #009cf0;
    color: #008fe7;
    background: rgba(255,255,255,.45);
  }

  .header-cta {
    min-width: 144px;
    flex: 0 0 144px;
    background: #079fe9;
  }

  .hero,
  .hero-inner {
    min-height: 735px;
    height: 735px;
  }

  .hero-inner {
    grid-template-columns: 46% 54%;
    gap: 0;
    padding-top: 96px;
  }

  .hero-copy {
    align-self: center;
    padding-bottom: 6px;
  }

  .hero-copy .eyebrow { display: none; }

  .hero h1 {
    max-width: 545px;
    font-size: 72px;
    line-height: 80px;
    letter-spacing: -.045em;
    color: #009dff;
  }

  .hero-copy > p:not(.eyebrow):not(.platforms) {
    max-width: 545px;
    margin: 16px 0 24px;
    color: #009dff;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 1px;
  }

  .primary-button {
    min-width: 166px;
    min-height: 72px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: 159px;
    padding: 0 28px;
    background: linear-gradient(90deg, #019dff, #00f0ff);
    box-shadow: none;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    gap: 15px;
    transition: opacity .2s ease, transform .2s ease;
  }

  .download-symbol {
    position: relative;
    display: inline-block;
    flex: 0 0 22px;
    width: 22px;
    height: 24px;
    background: linear-gradient(#fff, #fff) center bottom / 20px 2px no-repeat;
  }

  .download-symbol::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 1px;
    width: 2px;
    height: 15px;
    border-radius: 2px;
    background: #fff;
  }

  .download-symbol::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
  }

  .primary-button::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background:
      linear-gradient(-60deg, transparent 49%, rgba(255,255,255,.3) 50%, transparent 51%) 0 0,
      linear-gradient(-60deg, transparent 51%, rgba(255,255,255,.3) 52%, transparent 56%) 100% 100%;
    background-size: 200% 200%;
    animation: primary-button-scan 2s linear .1s infinite;
  }

  .primary-button:hover {
    opacity: .8;
  }

  .primary-button:active {
    transform: translateY(1px);
  }

  .primary-button:focus-visible {
    outline: 3px solid rgba(1,157,255,.28);
    outline-offset: 4px;
  }

  .platforms {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    color: #08a4ed;
    font-size: 16px;
  }

  .platform-badge {
    min-width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
  }

  .platform-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
  }

  .hero .platforms .platform-icon {
    width: 22px;
    max-width: 22px;
    height: 22px;
    flex: 0 0 22px;
  }

  .platform-more {
    margin-inline-start: 6px;
    font-size: 14px;
  }

  .platform-more:hover,
  .platform-more:focus-visible {
    text-decoration: underline;
    text-underline-offset: 4px;
    outline: none;
  }

  .hero-inner > img {
    width: 770px;
    max-width: none;
    justify-self: center;
    transform: translate3d(90px, 5px, 0);
  }

  html[lang="zh-Hans"] .hero-copy {
    transform: translateY(18px);
  }

  html[lang="zh-Hans"] .platforms {
    margin-top: 34px;
  }

  html:not([lang="zh-Hans"]) #primary-nav {
    gap: 42px;
    margin-inline-start: 120px;
    font-size: 22px;
  }

  html[lang="ru"] #primary-nav,
  html[lang="tr"] #primary-nav,
  html[lang="tk"] #primary-nav,
  html[lang="am"] #primary-nav {
    gap: 28px;
    margin-inline-start: 70px;
    font-size: 19px;
  }
}

@media (max-width: 1099px) {
  .web-cta { display: none; }
  .nav-shell .brand img { width: 40px; height: 40px; }
}

@media (min-width: 1100px) and (max-width: 1450px) {
  .nav-shell {
    width: min(1180px, calc(100% - 40px));
    gap: 14px;
  }

  .nav-shell .brand,
  .nav-shell .brand img {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
  }

  #primary-nav,
  html:not([lang="zh-Hans"]) #primary-nav,
  html[lang="ru"] #primary-nav,
  html[lang="tr"] #primary-nav,
  html[lang="tk"] #primary-nav,
  html[lang="am"] #primary-nav {
    gap: 28px;
    margin-inline-start: 56px;
    font-size: 20px;
    white-space: nowrap;
  }

  .web-cta {
    min-width: 190px;
    flex-basis: 190px;
    padding-inline: 22px;
    font-size: 16px;
  }

  .header-cta {
    min-width: 140px;
    flex-basis: 140px;
    padding-inline: 20px;
    font-size: 16px;
  }
}

@keyframes primary-button-scan {
  from { background-position: 100% 0, 100% 100%; }
  to { background-position: -100% 0, -100% 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .primary-button::before { animation: none; }
  .primary-button { transition: none; }
}
