/* Tokens et breakpoints — responsive premium */
:root {
  --space-mobile: 16px;
  --space-tablet: 24px;
  --space-desktop: 32px;
}

@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    padding-bottom: 64px;
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.2rem;
  }
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .hero-cta {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .section {
    padding: 48px 0;
  }
  .btn {
    width: 100%;
    justify-content: center;
  }
}
