/* SPDX-FileCopyrightText: 2026 OPPO */
/* SPDX-License-Identifier: Apache-2.0 */

@media (max-width: 1024px) {
  .hero-title {
    font-size: 48px;
  }

  .showcase-statement {
    font-size: 19px;
  }
}

@media (max-width: 768px) {
  :root {
    --section-gap: 56px;
    --header-height: 56px;
  }

  .hero {
    padding-top: calc(var(--header-height) + 80px);
    padding-bottom: 60px;
  }

  .hero-title {
    font-size: 38px;
  }

  .hero-subtitle {
    font-size: 17px;
  }

  .hero-ctas {
    flex-direction: column;
    align-items: center;
  }

  .feature-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .feature-number {
    padding-top: 0;
  }

  .feature-body {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid var(--border);
    padding-top: 16px;
  }

  .showcase-statement {
    font-size: 17px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 32px;
  }

  .nav-logo span {
    font-size: 14px;
  }
}
