/* ========================================
   English (en) Layout Optimizations
   ======================================== */

/* ── Navbar / Brand ── */
/* html[lang="en"] .brand-main,
html[lang="en"] .brand-ai {
  font-size: 15px;
} */

html[lang="en"] .brand-tag {
  font-size: 11px;
  padding: 1px 4px;
}

html[lang="en"] .nav-links {
  gap: 20px;
}

html[lang="en"] .nav-links a {
  font-size: 14px;
}

html[lang="en"] .btn {
  padding: 8px 18px;
  font-size: 14px;
}

/* ── Hero ── */
html[lang="en"] .hero-actions {
  flex-wrap: wrap;
}

html[lang="en"] .hero-actions .btn {
  padding: 10px 18px;
}

html[lang="en"] .stat-label {
  text-align: center;
  line-height: 1.3;
}

/* ── Section titles ── */
html[lang="en"] .section-title {
  font-size: 36px;
  line-height: 1.25;
}

html[lang="en"] .section-desc {
  font-size: 16px;
}

/* ── Agent cards ── */
html[lang="en"] .agent-card .role {
  font-size: 13px;
}

html[lang="en"] .agent-card p {
  font-size: 13px;
}

/* ── Mode cards ── */
html[lang="en"] .mode-card h3 {
  font-size: 16px;
}

html[lang="en"] .mode-card p {
  font-size: 13px;
}

/* ── Workflow steps ── */
html[lang="en"] .step-title {
  white-space: normal;
  text-align: center;
  line-height: 1.2;
  font-size: 11px;
}

/* ── Feature cards ── */
html[lang="en"] .feature-card h3 {
  font-size: 16px;
}

html[lang="en"] .feature-card p {
  font-size: 13px;
}

/* ── Showcase cards ── */
html[lang="en"] .showcase-info h4 {
  line-height: 1.3;
  font-size: 14px;
}

/* ── CTA Section ── */
html[lang="en"] .cta-section h2 {
  font-size: 32px;
}

html[lang="en"] .cta-section p {
  font-size: 16px;
}

/* ── Partner Section ── */
html[lang="en"] .partner-section .section-title {
  font-size: 28px;
}

/* ── Footer ── */
html[lang="en"] .footer-col a {
  font-size: 13px;
}

/* ── App Modal ── */
/* html[lang="en"] .app-modal-content {
  max-width: 340px;
} */

@media (max-width: 1200px) {
  html[lang="en"] .nav-links {
    gap: 12px;
  }

  html[lang="en"] .nav-links a {
    font-size: 13px;
  }
}

/* ========================================
   Tablet (<=1024px) – early adjustments for EN
   ======================================== */
@media (max-width: 1024px) {
  html[lang="en"] .nav-links {
    gap: 16px;
  }

  html[lang="en"] .nav-links a {
    font-size: 14px;
  }

  html[lang="en"] .section-title {
    font-size: 30px;
  }

  html[lang="en"] .partner-section .section-title {
    font-size: 24px;
  }

  html[lang="en"] .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ========================================
   Mobile (<=768px)
   ======================================== */
@media (max-width: 768px) {
  html[lang="en"] .hero-title {
    font-size: 32px;
  }

  html[lang="en"] .hero-subtitle {
    font-size: 16px;
  }

  html[lang="en"] .section-title {
    font-size: 26px;
  }

  html[lang="en"] .cta-section h2 {
    font-size: 26px;
  }

  html[lang="en"] .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ========================================
   Small Mobile (<=480px)
   ======================================== */
@media (max-width: 480px) {
  /* html[lang="en"] .brand-main,
  html[lang="en"] .brand-ai {
    font-size: 14px;
  } */

  html[lang="en"] .hero-title {
    font-size: 28px;
  }

  html[lang="en"] .section-title {
    font-size: 24px;
  }

  html[lang="en"] .step-title {
    font-size: 10px;
  }

  html[lang="en"] .footer-grid {
    grid-template-columns: 1fr;
  }
}
