.mobile-nav-cta {
  display: none;
}

.site-header .nav-cta {
  padding: 15px 28px;
  font-size: 14px;
}

.appstore-badge {
  display: inline-block;
  width: 200px;
  height: 60px;
  line-height: 0;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.appstore-badge:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.appstore-badge svg {
  display: block;
  width: 100%;
  height: 100%;
}

.final-cta .appstore-badge rect {
  fill: #fff;
}

.final-cta .appstore-badge path,
.final-cta .appstore-badge text {
  fill: #000;
}

.download-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 10px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -4px;
}

.guide-callout .download-icon {
  width: 15px;
  height: 15px;
  margin-left: 6px;
  vertical-align: -3px;
}

@media (max-width: 900px) {
  .mobile-nav-cta {
    display: block;
    margin-left: auto;
    margin-right: 8px;
    padding: 11px 16px;
    background: linear-gradient(110deg, #ff7a00, var(--gold));
    color: #0a0a0a;
    clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
  }
}

@media (max-width: 420px) {
  .site-header {
    padding-left: 12px;
    padding-right: 10px;
  }

  .site-header .brand {
    gap: 7px;
    font-size: 20px;
  }

  .site-header .brand img {
    width: 40px;
    height: 40px;
  }

  .mobile-nav-cta {
    margin-right: 2px;
    padding: 10px 12px;
    font-size: 10px;
  }

  .menu-toggle {
    padding: 7px;
  }

  .menu-toggle i {
    width: 21px;
  }
}
