.brand-mark {
  width: 46px !important;
  height: 46px !important;
  flex: 0 0 46px !important;
  color: transparent !important;
  font-size: 0 !important;
  border-radius: 0 !important;
  background: url("/assets/exvorax-mark.png") center / contain no-repeat !important;
  box-shadow: none !important;
}

@media (max-width: 640px) {
  html,
  body {
    overflow-x: hidden;
  }

  .site-header .header-inner {
    min-height: 68px;
    gap: 12px;
  }

  .site-header .brand {
    gap: 8px;
    font-size: 1.05rem;
  }

  .site-header .brand small {
    font-size: .55rem;
    letter-spacing: .8px;
  }

  .brand-mark {
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
  }

  .site-header .header-social {
    gap: 6px;
  }

  .site-header .header-social a {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    font-size: .65rem;
  }

  .hero {
    padding: 42px 0 44px !important;
  }

  .hero-grid {
    gap: 32px !important;
  }

  .hero h1 {
    margin: 12px 0 16px;
    font-size: clamp(2.25rem, 11.8vw, 2.7rem) !important;
    letter-spacing: -1px;
  }

  .hero p {
    margin-block: 0;
    font-size: .98rem;
    line-height: 1.75;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 50px;
  }

  .trust-row {
    gap: 8px 14px;
    margin-top: 19px;
    font-size: .82rem;
  }

  .feature-card {
    padding: 14px;
    border-radius: 18px;
  }

  .feature-card img {
    aspect-ratio: 4 / 3;
    border-radius: 13px;
  }

  .feature-card h3 {
    margin-block: 12px 8px;
    font-size: .98rem;
    line-height: 1.55;
  }

  .stats-grid div {
    min-height: 92px;
    display: grid;
    place-content: center;
  }

  .stats-grid strong {
    font-size: 1.35rem;
  }

  .stats-grid span {
    font-size: .78rem;
  }

  .section-head {
    align-items: flex-start;
    gap: 12px;
  }

  .section-head h2 {
    font-size: 1.65rem;
  }

  .category-grid a {
    padding: 20px;
  }

  .deal-content {
    padding: 15px;
  }

  .card-foot {
    align-items: stretch;
    flex-direction: column;
  }

  .card-foot .btn {
    width: 100%;
  }

  .follow-panel {
    padding: 24px 20px;
  }

  .footer-bottom {
    gap: 6px;
    text-align: center;
  }
}
