/* en.css — English layout fine-tuning */
/* Wider English text needs a little extra breathing room */
body { font-size: 15px; }

.hero-content h1 { font-size: clamp(2.1rem, 4.5vw, 3.6rem); }
.hero-sub { font-size: 1.05rem; }

.section-header p { max-width: 680px; }

/* Slightly looser line-height for English body copy */
.tech-card p,
.product-info p,
.scenario-card span,
.news-item p,
.about-intro-text p { line-height: 1.85; }

/* English stat labels may be longer */
.stat-label { font-size: .78rem; letter-spacing: .02em; }

/* Footer English long text */
.footer-brand p { font-size: .88rem; }
.footer-contact ul li { font-size: .85rem; }
