:root {
  --download-navy: #061a3b;
  --download-deep: #082b65;
  --download-blue: #0875ff;
  --download-cyan: #56d7ff;
  --download-ink: #102543;
  --download-muted: #6d7c91;
  --download-line: #d6e3f2;
  --download-soft: #f2f7fd;
}

body {
  color: var(--download-ink);
  background: #fff;
}

[hidden] {
  display: none !important;
}

.download-kicker {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--download-blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.download-kicker::before {
  width: 24px;
  height: 2px;
  background: currentColor;
  content: "";
}

.download-kicker-light {
  color: #63dbff;
}

.download-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 76% 42%, rgba(29, 129, 255, 0.39), transparent 30%),
    radial-gradient(circle at 6% 90%, rgba(12, 100, 255, 0.27), transparent 25%),
    linear-gradient(135deg, #06172f 0%, #073777 66%, #086dff 145%);
}

.download-grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 95%);
}

.download-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(400px, 0.72fr);
  gap: 72px;
  align-items: center;
  min-height: 680px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.detected-device {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.detected-device-dot {
  width: 8px;
  height: 8px;
  border: 2px solid rgba(92, 221, 255, 0.35);
  border-radius: 50%;
  background: #61dfff;
  box-shadow: 0 0 0 5px rgba(92, 221, 255, 0.08);
}

.download-hero .download-kicker {
  color: #66ddff;
}

.download-hero h1 {
  max-width: 690px;
  margin: 20px 0 0;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(50px, 4.2vw, 64px);
  line-height: 1.03;
  letter-spacing: -0.058em;
}

.download-hero h1 em {
  display: inline;
  color: var(--download-cyan);
  font-style: normal;
}

.download-hero-copy > p {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 15px;
  line-height: 1.78;
}

.download-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.download-hero-points span {
  position: relative;
  padding: 15px 19px 15px 16px;
  color: rgba(255, 255, 255, 0.77);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.download-hero-points span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #5ee0ff;
  transform: translateY(-50%);
  content: "";
}

.hero-device-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  max-width: 680px;
  margin-top: 24px;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-left: 3px solid #5edfff;
  background: rgba(1, 25, 65, 0.47);
  box-shadow: 0 18px 35px rgba(0, 14, 45, 0.15);
  backdrop-filter: blur(12px);
}

.hero-device-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #072654;
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 800;
  border-radius: 12px;
  background: #64ddff;
}

.hero-device-card > div {
  display: grid;
  gap: 3px;
}

.hero-device-card small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-device-card strong {
  color: #fff;
  font-size: 11px;
}

.hero-device-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.hero-device-action:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

.app-device-stage {
  position: relative;
  display: grid;
  justify-items: center;
  padding: 18px 20px 0;
}

.app-device-glow {
  position: absolute;
  top: 11%;
  left: 50%;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(64, 174, 255, 0.23);
  filter: blur(28px);
  transform: translateX(-50%);
}

.app-phone {
  position: relative;
  z-index: 1;
  width: min(326px, 100%);
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.37);
  border-radius: 48px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.31), rgba(255, 255, 255, 0.08));
  box-shadow: 0 44px 90px rgba(0, 14, 49, 0.42);
  backdrop-filter: blur(15px);
}

.app-phone-speaker {
  position: absolute;
  z-index: 3;
  top: 22px;
  left: 50%;
  width: 82px;
  height: 21px;
  border-radius: 0 0 14px 14px;
  background: #071b38;
  transform: translateX(-50%);
}

.app-screen {
  position: relative;
  min-height: 555px;
  overflow: hidden;
  border-radius: 38px;
  color: #182943;
  background:
    radial-gradient(circle at 82% 51%, rgba(113, 197, 255, 0.17), transparent 31%),
    linear-gradient(180deg, #1373f5 0, #76b9ff 28%, #eff6ff 49%, #fff 100%);
}

.app-screen-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 24px 15px;
}

.app-screen-top img {
  width: 100px;
  height: auto;
  filter: brightness(0) invert(1);
}

.app-screen-top span {
  padding: 7px 11px;
  color: #0870fa;
  font-size: 8px;
  font-weight: 800;
  border-radius: 18px;
  background: #fff;
}

.app-welcome {
  display: grid;
  gap: 5px;
  padding: 12px 23px 19px;
  color: #fff;
}

.app-welcome small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
}

.app-welcome strong {
  max-width: 230px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  line-height: 1.1;
}

.app-balance {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin: 0 17px;
  overflow: hidden;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 14px 35px rgba(37, 99, 171, 0.15);
}

.app-balance > div {
  display: grid;
  gap: 7px;
  padding: 15px 13px;
  text-align: center;
  background: rgba(255, 255, 255, 0.87);
}

.app-balance small {
  color: #8b99aa;
  font-size: 7px;
}

.app-balance strong {
  color: #0870fa;
  font-size: 15px;
}

.app-quick-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  margin: 13px 17px 0;
}

.app-quick-grid > div {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 10px 11px;
  border: 1px solid #dce9fa;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 18px rgba(40, 92, 161, 0.07);
}

.app-quick-grid i {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  color: #fff;
  font-size: 7px;
  font-style: normal;
  font-weight: 800;
  border-radius: 9px;
  background: linear-gradient(135deg, #075cff, #0aa4ff);
}

.app-quick-grid span {
  font-size: 9px;
  font-weight: 800;
}

.app-activity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 13px 17px 0;
  padding: 14px 15px;
  border: 1px solid #dce9fa;
  border-radius: 14px;
  background: #fff;
}

.app-activity div {
  display: grid;
  gap: 4px;
}

.app-activity span {
  font-size: 9px;
  font-weight: 800;
}

.app-activity small {
  color: #8b99aa;
  font-size: 7px;
}

.app-activity b {
  color: #0870fa;
  font-size: 23px;
}

.app-bottom-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 15px 10px 17px;
  color: #97a3b3;
  border-top: 1px solid #dfe9f6;
  background: rgba(255, 255, 255, 0.94);
}

.app-bottom-nav span {
  text-align: center;
  font-size: 7px;
  font-weight: 800;
}

.app-bottom-nav .is-current {
  color: #0870fa;
}

.app-stage-note {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 2px;
  width: min(300px, 86%);
  margin-top: -20px;
  padding: 17px 20px;
  color: #fff;
  border-left: 3px solid #66ddff;
  background: rgba(3, 30, 75, 0.88);
  box-shadow: 0 20px 45px rgba(1, 17, 53, 0.3);
  backdrop-filter: blur(10px);
}

.app-stage-note strong {
  font-size: 10px;
}

.app-stage-note span {
  color: rgba(255, 255, 255, 0.57);
  font-size: 8px;
}

.official-download-section {
  padding: 116px 0 125px;
  background:
    radial-gradient(circle at 94% 7%, rgba(18, 122, 255, 0.1), transparent 24%),
    #fff;
}

.download-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  gap: 60px;
  align-items: end;
}

.download-section-heading h2,
.download-safety-panel h2 {
  color: var(--download-ink);
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.055em;
}

.download-section-heading h2 {
  max-width: 850px;
  margin: 17px 0 0;
  font-size: clamp(45px, 4.9vw, 68px);
  line-height: 1.02;
}

.download-section-heading > p {
  max-width: 540px;
  margin: 0;
  color: var(--download-muted);
  line-height: 1.8;
}

.device-panels {
  margin-top: 62px;
}

.download-availability-note {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 18px;
  padding: 22px 27px;
  color: #28415f;
  border: 1px solid #b9d8ff;
  border-left: 4px solid var(--download-blue);
  background: #edf6ff;
}

.download-availability-note > span {
  color: var(--download-blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.download-availability-note div {
  display: grid;
  gap: 5px;
}

.download-availability-note strong {
  font-size: 12px;
}

.download-availability-note p {
  margin: 0;
  color: #6d7c91;
  font-size: 10px;
  line-height: 1.65;
}

.desktop-download-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.66fr) minmax(650px, 1.34fr);
  gap: 60px;
  align-items: stretch;
  padding: 48px;
  border: 1px solid var(--download-line);
  background: var(--download-soft);
}

.desktop-download-intro {
  display: grid;
  align-content: center;
  padding: 20px 10px;
}

.desktop-download-intro > span,
.mobile-download-summary small {
  color: var(--download-blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.desktop-download-intro h3,
.mobile-download-summary h3 {
  color: var(--download-ink);
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.045em;
}

.desktop-download-intro h3 {
  margin: 20px 0 0;
  font-size: 43px;
  line-height: 1.05;
}

.desktop-download-intro p {
  margin: 20px 0 0;
  color: var(--download-muted);
  line-height: 1.8;
}

.qr-download-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.qr-download-card {
  display: grid;
  align-content: start;
  padding: 26px;
  border: 1px solid var(--download-line);
  background: #fff;
  box-shadow: 0 20px 45px rgba(44, 82, 130, 0.08);
}

.qr-card-top {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--download-line);
}

.platform-mark {
  display: grid;
  flex: 0 0 auto;
  width: 45px;
  height: 45px;
  place-items: center;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 19px;
  font-weight: 800;
  border-radius: 13px;
  background: linear-gradient(135deg, #075cff, #14a9ff);
  box-shadow: 0 9px 20px rgba(7, 105, 255, 0.22);
}

.qr-apple .platform-mark,
.ios-install-panel .platform-mark {
  background: linear-gradient(135deg, #2d3a51, #0a1424);
  box-shadow: 0 9px 20px rgba(12, 30, 55, 0.2);
}

.qr-card-top div {
  display: grid;
  gap: 3px;
}

.qr-card-top small {
  color: #8a98aa;
  font-size: 8px;
  font-weight: 700;
}

.qr-card-top strong {
  color: var(--download-ink);
  font-size: 15px;
}

.qr-frame {
  display: grid;
  justify-items: center;
  gap: 13px;
  margin-top: 23px;
  padding: 20px;
  border: 1px solid #dfeaf6;
  background:
    linear-gradient(90deg, rgba(8, 117, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(8, 117, 255, 0.04) 1px, transparent 1px),
    #f8fbff;
  background-size: 18px 18px;
}

.qr-code {
  display: grid;
  width: 210px;
  height: 210px;
  place-items: center;
  padding: 10px;
  border: 1px solid #d8e5f3;
  background: #fff;
}

.qr-code img,
.qr-code canvas {
  width: 190px !important;
  height: 190px !important;
}

.qr-code.qr-fallback {
  text-align: center;
}

.qr-code.is-pending {
  background:
    linear-gradient(90deg, rgba(8, 117, 255, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(8, 117, 255, 0.055) 1px, transparent 1px),
    #fff;
  background-size: 16px 16px;
}

.qr-pending {
  display: grid;
  justify-items: center;
  gap: 7px;
  padding: 15px;
  text-align: center;
}

.qr-pending > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 800;
  border-radius: 16px;
  background: linear-gradient(135deg, #075cff, #13a7ff);
  box-shadow: 0 10px 25px rgba(7, 105, 255, 0.18);
}

.qr-pending strong {
  color: var(--download-ink);
  font-size: 10px;
}

.qr-pending small {
  color: #8391a4;
  font-size: 8px;
  line-height: 1.45;
}

.qr-frame > span {
  color: #7d8ca0;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.qr-download-card > p {
  min-height: 46px;
  margin: 20px 0 0;
  color: var(--download-muted);
  font-size: 10px;
  line-height: 1.65;
}

.qr-download-card > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  padding-top: 17px;
  color: var(--download-blue);
  font-size: 10px;
  font-weight: 800;
  border-top: 1px solid var(--download-line);
}

.qr-download-card > a.is-disabled,
.button.is-disabled {
  color: #8593a5;
  cursor: not-allowed;
  pointer-events: none;
}

.button.is-disabled {
  border-color: #cbd7e5;
  background: #dfe7f0;
  box-shadow: none;
}

.mobile-install-panel {
  border: 1px solid var(--download-line);
}

.mobile-download-summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 35px 39px;
  background: var(--download-soft);
}

.mobile-download-summary h3 {
  margin: 8px 0 0;
  font-size: 36px;
  line-height: 1.08;
}

.mobile-download-summary p {
  max-width: 650px;
  margin: 10px 0 0;
  color: var(--download-muted);
  line-height: 1.7;
}

.install-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.install-steps li {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 18px;
  min-height: 220px;
  padding: 37px;
  border-top: 1px solid var(--download-line);
  border-right: 1px solid var(--download-line);
}

.install-steps li:nth-child(even) {
  border-right: 0;
}

.install-steps li > span {
  color: #b6d3f7;
  font-family: "Space Grotesk", sans-serif;
  font-size: 39px;
  font-weight: 700;
  letter-spacing: -0.06em;
}

.install-steps li div {
  display: grid;
  align-content: start;
}

.install-steps small {
  color: var(--download-blue);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.install-steps h4 {
  margin: 12px 0 0;
  color: var(--download-ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  letter-spacing: -0.035em;
}

.install-steps p {
  margin: 12px 0 0;
  color: var(--download-muted);
  font-size: 11px;
  line-height: 1.75;
}

.app-capabilities-section {
  padding: 115px 0 122px;
  background:
    radial-gradient(circle at 95% 0%, rgba(8, 117, 255, 0.11), transparent 26%),
    var(--download-soft);
}

.app-capabilities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 62px;
  border-top: 1px solid var(--download-line);
  border-left: 1px solid var(--download-line);
}

.app-capabilities article {
  min-height: 285px;
  padding: 34px 28px;
  border-right: 1px solid var(--download-line);
  border-bottom: 1px solid var(--download-line);
  background: rgba(255, 255, 255, 0.75);
}

.app-capabilities article > span {
  color: var(--download-blue);
  font-family: "Space Grotesk", sans-serif;
  font-size: 35px;
  font-weight: 700;
  opacity: 0.22;
}

.app-capabilities h3 {
  margin: 47px 0 0;
  color: var(--download-ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 23px;
  letter-spacing: -0.04em;
}

.app-capabilities p {
  margin: 14px 0 0;
  color: var(--download-muted);
  font-size: 11px;
  line-height: 1.75;
}

.download-safety-section {
  padding: 0 0 115px;
  background: var(--download-soft);
}

.download-safety-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  gap: 70px;
  align-items: center;
  padding: 58px 62px;
  color: #fff;
  background:
    radial-gradient(circle at 94% 15%, rgba(25, 137, 255, 0.38), transparent 35%),
    linear-gradient(120deg, #06182f, #0a3f8f);
  box-shadow: 0 28px 65px rgba(10, 44, 89, 0.17);
}

.download-safety-panel h2 {
  max-width: 720px;
  margin: 17px 0 0;
  color: #fff;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.03;
}

.download-safety-panel p {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.8;
}

.download-safety-panel p strong {
  color: #fff;
}

.download-support {
  display: grid;
  gap: 7px;
  padding-left: 36px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.download-support small {
  color: #63dbff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.download-support strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 23px;
  line-height: 1.25;
}

.download-support .button {
  margin-top: 19px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.06);
}

.app-download-page.is-rtl .download-hero-points span {
  padding-right: 16px;
  padding-left: 19px;
}

.app-download-page.is-rtl .download-hero-points span::before {
  right: 0;
  left: auto;
}

.app-download-page.is-rtl .hero-device-card,
.app-download-page.is-rtl .app-stage-note {
  border-right: 3px solid #5edfff;
  border-left-width: 1px;
}

.app-download-page.is-rtl .download-availability-note {
  border-right: 4px solid var(--download-blue);
  border-left-width: 1px;
}

.app-download-page.is-rtl .install-steps li {
  border-right: 0;
  border-left: 1px solid var(--download-line);
}

.app-download-page.is-rtl .install-steps li:nth-child(even) {
  border-left: 0;
}

.app-download-page.is-rtl .download-support {
  padding-right: 36px;
  padding-left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 0;
}

@media (max-width: 1160px) {
  .download-hero-layout {
    gap: 45px;
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.7fr);
  }

  .desktop-download-panel {
    grid-template-columns: 1fr;
  }

  .desktop-download-intro {
    max-width: 780px;
    padding: 0;
    text-align: center;
    justify-self: center;
  }

  .mobile-download-summary {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .mobile-download-summary .button {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 1020px) {
  .download-hero-layout {
    grid-template-columns: 1fr;
    gap: 58px;
    min-height: 0;
    padding-top: 75px;
    padding-bottom: 80px;
  }

  .download-hero-copy {
    max-width: 850px;
    margin-inline: auto;
    text-align: center;
  }

  .hero-device-card {
    margin-inline: auto;
    text-align: left;
  }

  .app-download-page.is-rtl .hero-device-card {
    text-align: right;
  }

  .download-hero .download-kicker,
  .detected-device {
    justify-content: center;
  }

  .download-hero-copy > p {
    margin-inline: auto;
  }

  .download-hero-points {
    justify-content: center;
  }

  .app-device-stage {
    max-width: 520px;
    width: 100%;
    margin-inline: auto;
  }

  .download-section-heading {
    grid-template-columns: 1fr;
    gap: 23px;
    text-align: center;
  }

  .download-section-heading > p {
    margin-inline: auto;
  }

  .app-capabilities {
    grid-template-columns: repeat(2, 1fr);
  }

  .download-safety-panel {
    grid-template-columns: 1fr;
    gap: 38px;
    text-align: center;
  }

  .download-safety-panel p {
    margin-inline: auto;
  }

  .download-kicker {
    justify-content: center;
  }

  .download-support {
    justify-items: center;
    padding: 34px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .app-download-page.is-rtl .download-support {
    padding: 34px 0 0;
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .download-hero-layout {
    gap: 45px;
    padding-top: 57px;
    padding-bottom: 65px;
  }

  .detected-device {
    margin-bottom: 20px;
  }

  .download-hero h1 {
    max-width: 470px;
    margin-inline: auto;
    font-size: clamp(40px, 9.7vw, 48px);
    line-height: 1.05;
  }

  .download-hero-copy > p {
    max-width: 440px;
    font-size: 15px;
    line-height: 1.7;
  }

  .download-hero-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-device-card {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 14px;
  }

  .hero-device-action {
    grid-column: 1 / -1;
    justify-content: center;
    width: 100%;
  }

  .download-hero-points span {
    text-align: left;
  }

  .app-device-stage {
    padding-inline: 0;
  }

  .app-phone {
    width: min(316px, 88vw);
  }

  .app-screen {
    min-height: 545px;
  }

  .app-stage-note {
    text-align: left;
  }

  .app-download-page.is-rtl .app-stage-note {
    text-align: right;
  }

  .official-download-section,
  .app-capabilities-section {
    padding: 82px 0;
  }

  .download-section-heading h2 {
    font-size: clamp(37px, 10vw, 48px);
  }

  .device-panels {
    margin-top: 43px;
  }

  .download-availability-note {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px;
    text-align: center;
  }

  .desktop-download-panel {
    gap: 36px;
    margin-inline: -12px;
    padding: 35px 20px;
  }

  .desktop-download-intro h3 {
    font-size: 35px;
  }

  .qr-download-grid {
    grid-template-columns: 1fr;
  }

  .qr-download-card {
    padding: 24px 21px;
  }

  .qr-download-card > p {
    min-height: 0;
  }

  .mobile-install-panel {
    margin-inline: -12px;
  }

  .mobile-download-summary {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 35px 23px;
    text-align: center;
  }

  .mobile-download-summary h3 {
    font-size: 33px;
  }

  .mobile-download-summary .button {
    width: 100%;
    grid-column: auto;
  }

  .install-steps {
    grid-template-columns: 1fr;
  }

  .install-steps li {
    grid-template-columns: 57px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 30px 22px;
    text-align: left;
    border-right: 0;
  }

  .app-download-page.is-rtl .install-steps li {
    text-align: right;
    border-left: 0;
  }

  .install-steps li > span {
    font-size: 34px;
  }

  .install-steps h4 {
    font-size: 20px;
  }

  .app-capabilities {
    grid-template-columns: 1fr;
    margin-top: 43px;
  }

  .app-capabilities article {
    min-height: 0;
    padding: 29px 25px;
    text-align: center;
  }

  .app-capabilities h3 {
    margin-top: 20px;
  }

  .download-safety-section {
    padding-bottom: 82px;
  }

  .download-safety-panel {
    gap: 31px;
    padding: 43px 23px;
  }

  .download-safety-panel h2 {
    font-size: 38px;
  }

  .download-support .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .detected-device-dot {
    box-shadow: none;
  }
}
