/* AnHonestHost Responsive Styles */

/* ========== Max 1280px ========== */
@media (max-width: 1280px) {
  .anhh-hero {
    gap: 40px;
  }

  .anhh-hero h1 {
    font-size: 44px;
  }
}

/* ========== Max 1024px (Tablet Landscape) ========== */
@media (max-width: 1024px) {
  .anhh-hero {
    flex-direction: column;
    text-align: center;
    padding: 60px var(--anhh-space-lg) 40px;
  }

  .anhh-hero p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .anhh-hero-buttons {
    justify-content: center;
  }

  .anhh-hero-visual {
    max-width: 500px;
    width: 100%;
  }

  .anhh-features,
  .anhh-pricing,
  .anhh-honesty {
    padding: 60px var(--anhh-space-lg);
  }

  .anhh-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .anhh-pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .anhh-pricing-grid .anhh-plan-card:last-child {
    grid-column: 1 / -1;
    max-width: 400px;
    margin: 0 auto;
  }

  .anhh-honesty-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .anhh-stats-card {
    margin: 0 auto;
  }

  .anhh-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .anhh-footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

/* ========== Max 768px (Tablet Portrait / Mobile) ========== */
@media (max-width: 768px) {
  :root {
    --anhh-font-size-2xl: 36px;
    --anhh-font-size-xl: 28px;
  }

  .anhh-nav {
    padding: 14px var(--anhh-space-md);
  }

  .anhh-nav-links {
    gap: 16px;
  }

  .anhh-hero {
    padding: 40px var(--anhh-space-md) 32px;
    gap: 32px;
  }

  .anhh-hero h1 {
    font-size: 36px;
    letter-spacing: -1.5px;
  }

  .anhh-hero p {
    font-size: var(--anhh-font-size-base);
  }

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

  .anhh-hero-buttons .anhh-btn-primary,
  .anhh-hero-buttons .anhh-btn-secondary {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }

  .anhh-features,
  .anhh-pricing,
  .anhh-honesty {
    padding: 48px var(--anhh-space-md);
  }

  .anhh-features-grid,
  .anhh-pricing-grid {
    grid-template-columns: 1fr;
  }

  .anhh-pricing-grid .anhh-plan-card:last-child {
    max-width: 100%;
  }

  .anhh-section-title {
    font-size: var(--anhh-font-size-xl);
  }

  .anhh-footer {
    padding: 40px var(--anhh-space-md);
  }

  .anhh-footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .anhh-footer-grid > div:first-child {
    grid-column: auto;
  }

  .anhh-footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .anhh-plan-price {
    font-size: 32px;
  }

  .anhh-stats-card {
    max-width: 100%;
  }
}

/* ========== Max 480px (Small Mobile) ========== */
@media (max-width: 480px) {
  .anhh-nav {
    padding: 12px var(--anhh-space-sm);
  }

  .anhh-nav-links a:not(.anhh-nav-cta) {
    display: none;
  }

  .anhh-nav-links {
    gap: 12px;
  }

  .anhh-hero h1 {
    font-size: 28px;
    letter-spacing: -1px;
  }

  .anhh-terminal-body {
    font-size: 11px;
    padding: 14px;
  }

  .anhh-card {
    padding: var(--anhh-space-lg);
  }

  .anhh-plan-card {
    padding: 24px;
  }
}
