/* ============================================
   HOME PAGE — MOBILE ONLY (max-width: 768px)
   Loaded via <link media="..."> in home.html
   ============================================ */

/* ===== Base ===== */
body {
  font-size: 15px;
}

.content {
  padding: 20px 14px 30px;
  max-width: 100%;
}

/* ===== Navbar ===== */
.top-bar {
  padding: 8px 12px;
  height: 56px;
  overflow: hidden;
}

.logo {
  width: 32px;
  height: 32px;
  margin-right: 6px;
}

.company-name {
  font-size: 14px;
  line-height: 32px;
  margin-right: 6px;
  white-space: nowrap;
}

.divider {
  display: none;
}

.center-section {
  display: none;
}

.login-btn {
  font-size: 13px;
  margin: 0 6px;
  white-space: nowrap;
}

.signup-btn {
  font-size: 12px;
  padding: 5px 10px;
  margin-right: 0;
  white-space: nowrap;
}

/* ===== Hero ===== */
.home-hero {
  flex-direction: column;
  padding-top: 68px;
  padding-bottom: 32px;
  gap: 16px;
}

.hero-left {
  display: none; /* hide the image on mobile */
}

.hero-right h1 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.hero-quote {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

.hero-badges {
  gap: 6px;
  margin: 12px 0 16px;
  flex-wrap: wrap;
}

.badge {
  font-size: 0.78rem;
  padding: 5px 10px;
}

.get-started-btn {
  width: 100%;
  text-align: center;
  padding: 12px 20px;
  font-size: 0.95rem;
}

/* ===== Proof Banner ===== */
.proof-banner {
  padding: 20px 14px;
}

.proof-inner {
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.proof-divider {
  display: none;
}

.proof-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.proof-number {
  font-size: 1.2rem;
  white-space: nowrap;
}

.proof-label {
  font-size: 0.82rem;
  margin-top: 0;
}

/* ===== Section headings ===== */
.content h2,
.pain-section .content h2 {
  font-size: 1.4rem !important;
  margin-bottom: 10px !important;
}

.content p,
.pain-section .content p {
  font-size: 0.9rem !important;
  margin-bottom: 28px !important;
}

/* ===== Pain Points ===== */
.pain-grid {
  grid-template-columns: 1fr;
  gap: 14px;
}

.pain-card {
  padding: 18px 16px;
}

.pain-icon {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.pain-card h3 {
  font-size: 0.95rem;
}

.pain-card p {
  font-size: 0.83rem;
}

/* ===== Services Cards ===== */
.services-cards {
  grid-template-columns: 1fr;
  gap: 16px;
}

.service-card {
  padding: 22px 16px;
}

.service-card h3 {
  font-size: 1rem;
}

.service-card p {
  font-size: 0.85rem;
}

.sc-list {
  font-size: 0.82rem;
  line-height: 1.8;
}

/* ===== How It Works ===== */
.steps-grid {
  grid-template-columns: 1fr;
  gap: 14px;
}

.step-card {
  padding: 20px 16px;
}

.step-num {
  width: 42px;
  height: 42px;
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.step-card h3 {
  font-size: 0.95rem;
}

.step-card p {
  font-size: 0.83rem;
}

/* ===== Business Types ===== */
.business-types {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.biz-card {
  padding: 16px 12px;
}

.biz-emoji {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.biz-card h3 {
  font-size: 0.88rem;
  margin-bottom: 6px;
}

.biz-card p {
  font-size: 0.78rem;
}

/* ===== Value Banner ===== */
.value-banner .content {
  padding-top: 36px;
  padding-bottom: 36px;
}

.value-stats {
  grid-template-columns: 1fr;
  gap: 16px;
}

.vs-divider {
  display: none;
}

.vs-item {
  padding: 18px 16px;
}

.vs-list {
  font-size: 0.83rem;
  line-height: 1.8;
}

/* ===== CTA Section ===== */
.outline-btn {
  width: 100%;
  text-align: center;
  padding: 12px 20px;
  font-size: 0.95rem;
}

/* ===== Contact ===== */
.about-contact {
  flex-direction: column;
  gap: 30px;
}

.contact-form {
  gap: 8px;
}

.contact-form input,
.contact-form textarea {
  font-size: 16px; /* prevents iOS zoom */
  padding: 10px;
}

.submit-btn {
  width: 100%;
  text-align: center;
}

/* ===== Footer ===== */
.site-footer > div {
  flex-direction: column;
  text-align: center;
  gap: 12px;
}
