/* ================================================
   TopCleanRado — Responsive Tweaks
   Custom adjustments layered on top of Bootstrap
   ================================================ */

@media (max-width: 1024px) {
  .hero {
    padding: 50px 0;
  }

  .hero-container {
    padding: 0 30px;
    gap: 32px;
  }

  .hero-text h2 {
    font-size: 2.1rem;
  }
}

@media (max-width: 768px) {
  body.has-ios-app-banner {
    padding-top: calc(72px + env(safe-area-inset-top));
  }

  body.has-ios-app-banner .ios-app-banner {
    display: flex;
  }

  .hero-container {
    flex-direction: column;
    padding: 0 20px 30px;
    gap: 24px;
    text-align: center;
  }

  .hero-text {
    text-align: center;
    max-width: 100%;
  }

  .hero-image img {
    border-radius: 12px;
  }

  .why-container {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .about-care-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
  }

  .about-dog-gallery__wide,
  .about-dog-gallery__small {
    height: 230px;
  }

  .pet-care-card {
    grid-template-columns: 1fr;
    max-width: 460px;
    gap: 16px;
  }

  .pet-care-card img {
    height: 190px;
  }

  .pet-care-copy h2 {
    font-size: 1.25rem;
  }

  .custom-modal-content {
    margin: 10% auto;
    padding: 24px;
  }

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

  .reviews-panel {
    margin-bottom: 24px;
  }

  .app-card {
    text-align: center;
    background: #ffffff;
    color: #083b4c;
    padding: 24px;
    grid-template-columns: 1fr;
  }

  .app-card h3,
  .app-card p,
  .app-list {
    color: #083b4c;
  }

  .app-list {
    text-align: left;
    max-width: 320px;
    margin: 0 auto 20px;
  }

  .store-links {
    justify-content: center;
    margin-top: 16px;
  }

  .store-badge-link {
    justify-content: center;
  }

  .store-badge {
    height: 52px;
  }

  .cookie-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-actions {
    width: 100%;
  }

  .cookie-actions .btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .navbar-brand img {
    max-height: 68px;
  }

  .hero-image img {
    height: 260px;
    object-fit: cover;
  }

  .about-care-card {
    padding: 20px;
  }

  .about-dog-gallery {
    grid-template-columns: 1fr;
  }

  .about-dog-gallery__wide,
  .about-dog-gallery__small {
    height: 210px;
  }

  .pet-care-card img {
    height: 170px;
  }
}
