/* ===== Mobile (< 640px) Overrides ===== */

@media(max-width:640px) {
  .hero {
    padding: 20px 16px 40px;
  }

  .hero h1 {
    font-size: 26px;
  }

  .hero p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 24px;
  }

  .hero-actions {
    gap: 10px;
    flex-wrap: nowrap;
  }

  .btn-hero {
    height: 42px;
    font-size: 13px;
  }

  .pricing-section {
    padding: 0 16px 60px;
  }

  .pricing-heading {
    margin-bottom: 28px;
  }

  .pricing-heading h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .pricing-heading p {
    font-size: 13px;
  }

  .card {
    padding: 20px 18px 18px;
    border-radius: 14px;
  }

  .plan-name {
    font-size: 20px;
  }

  .plan-desc {
    font-size: 13px;
    min-height: auto;
    margin-bottom: 14px;
  }

  .price {
    margin-bottom: 16px;
  }

  .price .amount {
    font-size: 30px;
  }

  .price .period {
    font-size: 12px;
  }

  .btn {
    height: 42px;
    font-size: 14px;
    border-radius: 10px;
    margin-bottom: 18px;
  }

  .features-label {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .feature-list {
    gap: 2px;
    margin-bottom: 12px;
  }

  .feature {
    min-height: 36px;
    font-size: 13px;
    gap: 8px;
  }

  .feature svg {
    width: 16px;
    height: 16px;
  }

  .stat-pill {
    font-size: 10px;
    padding: 2px 8px;
  }

  .features-section {
    padding: 10px 16px 60px;
  }

  .features-heading {
    margin-bottom: 28px;
  }

  .features-heading h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .features-heading p {
    font-size: 13px;
  }

  .feature-card {
    padding: 22px 20px;
    border-radius: 16px;
  }

  .feature-card .f-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 16px;
  }

  .feature-card .f-icon svg {
    width: 26px;
    height: 26px;
  }

  .feature-card h4 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .feature-card p {
    font-size: 13px;
    line-height: 1.5;
  }

  .showcase-grid {
    gap: 16px;
  }

  .showcase-card {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .showcase-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .showcase-card.wide h3 {
    font-size: 22px;
  }

  .showcase-card p {
    font-size: 13px;
  }

  .faq-section {
    padding: 0 16px 60px;
  }

  .faq-heading h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .faq-heading p {
    font-size: 13px;
  }

  .faq-q {
    padding: 14px 16px;
    font-size: 14px;
    gap: 10px;
  }

  .faq-a {
    padding: 0 16px 14px;
    font-size: 13px;
  }

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

  .footer h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .footer p, .footer li, .footer a {
    font-size: 13px;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 14px;
    padding: 10px 12px;
  }

  .contact-form .btn {
    height: 42px;
    font-size: 14px;
  }

  .section-title {
    font-size: 22px;
  }
}
