/* テキスト表示専用修正CSS */

/* 高さ制限を解除してテキストを完全表示 */
h1, h2, h3, h4, h5, h6,
p, span, div, a,
.btn-cta-main, .btn-cta-small,
.badge-world-first,
.section-title,
.faq-question, .faq-answer {
    height: auto !important;
    max-height: none !important;
    min-height: auto !important;
    overflow: visible !important;
    line-height: 1.6 !important;
}

/* テキストコンテナの高さ制限解除 */
.hero-content,
.product-features,
.comparison-container,
.testimonials-section,
.faq-container {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

/* ボタンとバッジの表示修正 */
.btn-cta-main,
.btn-cta-small {
    padding: 12px 24px !important;
    height: auto !important;
    line-height: 1.4 !important;
}

.badge-world-first {
    height: auto !important;
    padding: 8px 16px !important;
    line-height: 1.2 !important;
}