@media (max-width: 768px) {
  .hero {
    padding: 72px 20px 60px;
  }

  .title {
    font-size: 42px;
  }

  .headerInner {
    padding: 0 16px;
  }

  .ctaCard {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
  }

  .ctaActions {
    width: 100%;
    flex-direction: row;
  }

  .insightsColumns {
    grid-template-columns: 1fr;
  }

  .btnPrimary,
  .btnGhost {
    flex: 1;
  }
}

@media (max-width: 640px) {
  .overview {
    flex-direction: column;
    text-align: center;
    padding: 28px 20px;
    gap: 24px;
  }

  .overviewInfo {
    align-items: center;
  }

  .overviewUrl {
    font-size: 19px;
  }

  .headerCtaFull {
    display: none;
  }

  .headerCtaShort {
    display: inline;
  }

  .skeletonOverview {
    flex-direction: column;
    padding: 24px 16px;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 56px 16px 48px;
  }

  .title {
    font-size: 34px;
  }

  .pill {
    flex-direction: column;
    align-items: stretch;
    border-radius: 18px;
    padding: 10px;
    gap: 8px;
  }

  .pillIcon {
    display: none;
  }

  .pillInput {
    padding: 12px 8px;
  }

  .pillButton {
    width: 100%;
    justify-content: center;
    border-radius: 12px;
    padding: 14px;
  }

  .ctaActions {
    flex-direction: column;
  }

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

  .results {
    padding: 24px 16px 60px;
  }
}
