/* Responsive adjustments */
@media (max-width: 1180px) {
  .site-header__inner {
    grid-template-columns: auto 1fr;
  }

  .site-header__actions {
    justify-self: end;
  }

  .site-header__microcopy {
    display: none;
  }
}

@media (max-width: 1024px) {
  .hero-section__grid,
  .credibility-layout,
  .split-layout,
  .process-grid,
  .faq-grid,
  .page-hero__grid,
  .blog-hero__grid,
  .blog-layout,
  .legal-layout,
  .featured-post,
  .related-posts,
  .reassurance-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "image"
      "proof"
      "payment";
  }

  .detail-panel--proof,
  .detail-panel--payments {
    grid-template-columns: 1fr;
  }

  .trust-strip__grid,
  .seller-card-grid,
  .blog-card-grid,
  .info-card-grid,
  .contact-method-grid,
  .faq-category-grid,
  .support-grid,
  .stat-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .payment-method-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .legal-nav {
    position: static;
  }
}

@media (max-width: 860px) {
  body {
    padding-bottom: 74px;
  }

  .background-object {
    opacity: 0.028;
  }

  .background-object--phone,
  .background-object--wallet {
    display: none;
  }

  body.admin-bar .site-header {
    top: 46px;
  }

  .site-header__inner {
    gap: 16px;
    min-height: 82px;
  }

  .nav-toggle {
    display: inline-flex;
    justify-self: end;
    position: relative;
  }

  .primary-navigation {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    box-shadow: 0 22px 42px rgba(10, 34, 23, 0.05);
    display: none;
    left: 24px;
    padding: 12px;
    position: absolute;
    right: 24px;
    top: 82px;
  }

  .latest-posts-menu {
    display: grid;
  }

  .latest-posts-menu__trigger {
    border-radius: 14px;
    justify-content: space-between;
    padding: 12px;
    width: 100%;
  }

  .latest-posts-menu__panel {
    box-shadow: none;
    display: grid;
    margin-top: 10px;
    min-width: 0;
    opacity: 1;
    padding: 12px;
    pointer-events: auto;
    position: static;
    transform: none;
    visibility: visible;
  }

  .primary-navigation.is-open {
    display: block;
  }

  .primary-menu {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-menu a {
    border-radius: 14px;
    padding: 12px;
  }

  .site-header__actions {
    display: none;
  }

  .mobile-whatsapp-bar {
    display: flex;
  }

  .hero-section,
  .page-hero,
  .blog-hero,
  .post-hero {
    padding-top: 62px;
  }

  .section-block {
    padding: 64px 0;
  }

  .cta-band__inner,
  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .blog-card-grid,
  .info-card-grid,
  .contact-method-grid,
  .faq-category-grid,
  .support-grid,
  .stat-strip,
  .related-posts,
  .trust-strip__grid {
    grid-template-columns: 1fr;
  }

  .search-form {
    flex-direction: column;
  }

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

  .faq-list--two-column {
    grid-template-columns: 1fr;
  }

  #blog .blog-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  h1 {
    font-size: 2.7rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  .site-branding__tag,
  .site-branding__eyebrow {
    display: none;
  }

  .site-branding__name {
    font-size: 1.1rem;
  }

  .hero-section__lead,
  .page-hero__lead,
  .blog-hero__lead,
  .post-hero__lead {
    font-size: 1.04rem;
  }

  .official-contact-card,
  .page-hero__actions,
  .blog-hero__actions,
  .content-actions,
  .link-row {
    align-items: stretch;
    flex-direction: column;
  }

  .official-contact-card .button,
  .page-hero__actions .button,
  .blog-hero__actions .button,
  .content-actions .button,
  .link-row .button,
  .search-submit {
    width: 100%;
  }

  .seller-card-grid,
  .payment-method-grid {
    grid-template-columns: 1fr;
  }

  .seller-card--featured {
    transform: none;
  }

  .seller-desk-card__body,
  .seller-card,
  .step-card,
  .detail-panel,
  .content-card,
  .proof-card,
  .info-panel,
  .contact-highlight,
  .sidebar-card,
  .legal-nav,
  .legal-section,
  .featured-post__content,
  .blog-card__content,
  .info-card,
  .contact-method-card,
  .faq-category-card,
  .support-card,
  .stat-card,
  .media-panel__body,
  .cta-band__inner {
    padding: 22px;
  }

  .proof-image-card img,
  .post-hero__image img {
    aspect-ratio: 1.2;
  }

  .mobile-whatsapp-bar {
    justify-content: flex-start;
  }

  .blog-card h2,
  .blog-card h3,
  .featured-post h2,
  .info-card h2,
  .info-card h3,
  .contact-method-card h2,
  .contact-method-card h3,
  .faq-category-card h2,
  .faq-category-card h3,
  .support-card h2,
  .support-card h3 {
    font-size: 1.35rem;
  }

  .copy-stack h2,
  .legal-section h2,
  .entry-content h2 {
    font-size: 1.9rem;
  }

  .entry-content h3 {
    font-size: 1.45rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
}
