/* =====================================
   Japanese Stylesheet – v6.0.3 (Hierarchy & Balance Fix)
   ===================================== */


/* === Font size optimization for Japanese === */

.page-content p {
  font-size: 17px !important;
  line-height: 1.9 !important;
}

/* Slightly smaller subtitle for better line wrapping */
.welcome-subtitle {
  font-size: 17px;
  line-height: 1.8;
}

.welcome-intro {
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 25px;
}

/* Harmonize heading size for mobile */
.story-card p,
.story-card .text-wrapper p {
  font-size: 17px;
  line-height: 1.7;
}

/* רשימות בדפי שירות יפניים – bullets מסודרים וריווח נעים */
.questions-box {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 1.6em;      /* הזחה עדינה לבולטים */
  line-height: 1.8;
}

.questions-box li {
  list-style: disc;         /* מחזיר את הנקודות גם אם יש reset גלובלי */
  list-style-position: outside;
  margin-bottom: 6px;
}

.questions-box ul {
  padding-left: 1.6em;
  margin-top: 10px;
  list-style: disc;
  line-height: 1.8;
}

.single-column {
  display: block;
}

.single-column .why-text {
  max-width: 860px;
  margin: 0 auto;
}

/* Harmonize heading size for mobile */
@media (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
  .story-card p {
    font-size: 16px;
    line-height: 1.8;
  }
}

/* ריווח נוסף רק ל-final-note שבסוף 成功事例 */
.success-stories .final-note {
  margin-top: 22px;     /* ריווח עדין מלמעלה */
  margin-bottom: 28px;  /* ריווח נוסף מתחת */
}

.hero-slider {
  aspect-ratio: 1170 / 298;
  overflow: hidden;
}

/* Force correct mobile LCP image */
@media (max-width:600px) {
  .hero-slider {
    height: auto !important;
    max-height: 152px !important;
    aspect-ratio: 600 / 152 !important;
    overflow: hidden !important;
  }
}

/* מובייל */
@media (max-width: 768px) {
  /* Force unified font size inside all Japanese section boxes */
  .ja-page .section-box p {
    font-size: 17px !important;
    line-height: 1.9 !important;
  }
}
