/**
 * ARIKAN Corporation Theme - Responsive Overrides
 *
 * Additional responsive adjustments beyond what's in style.css
 *
 * @package ARIKAN
 */

/* ===== Extra Small Devices (< 480px) ===== */
@media (max-width: 479px) {
  .hero-content h1 {
    font-size: 1.5rem;
  }

  .hero-buttons {
    width: 100%;
  }

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

  .strength-number {
    font-size: 2.5rem;
  }

  .section-title h2 {
    font-size: 1.5rem;
  }

  .page-hero h1 {
    font-size: 1.875rem;
  }

  .phone-box-white .phone-number {
    font-size: 1.5rem;
  }

  .after-contact-steps {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .footer-cta h2 {
    font-size: 1.25rem;
  }

  .footer-cta-buttons a {
    min-width: auto;
    width: 100%;
  }

  .top-message-logo span {
    font-size: 3.5rem;
  }

  .about-number {
    font-size: 3rem;
  }

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

  .pickup-info-box {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }

  .form-submit button {
    min-width: auto;
    width: 100%;
  }

  .footer-nav {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
}

/* ===== Small Devices (480px - 639px) ===== */
@media (min-width: 480px) and (max-width: 639px) {
  .hero-content h1 {
    font-size: 2rem;
  }
}

/* ===== Medium Devices (640px - 1023px) ===== */
@media (min-width: 640px) and (max-width: 1023px) {
  .strength-item {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
  }

  .workflow-page-step {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
  }

  .workflow-page-step > div:first-child,
  .workflow-page-step > div:last-child {
    order: unset !important;
  }
}

/* ===== Print Styles ===== */
@media print {
  .site-header,
  .mobile-nav,
  .footer-cta,
  .contact-dark-section,
  .phone-box,
  .phone-box-white,
  .hero-buttons,
  .btn-red,
  .btn-dark,
  .btn-outline-dark,
  .btn-outline-white {
    display: none !important;
  }

  body {
    font-size: 12pt;
    color: #000;
    background: #fff;
  }

  .hero-section {
    min-height: auto;
    padding: 2rem 0;
    background: #f5f5f5;
  }

  .hero-bg {
    display: none;
  }

  .hero-content h1 {
    color: #333;
  }

  .page-hero {
    padding-top: 0;
    background: #f5f5f5;
  }

  .page-hero h1 {
    color: #333;
  }

  a {
    color: #333 !important;
  }
}
