/* Greek landing composition. Manrope's Greek and Latin x-heights match;
   these optical roles accommodate word length and accents, not a font fallback.
   Body copy stays at 16px; English and other routes keep their existing roles. */
/* The Greek hero uses the English hero's sizes at every width; only line height and tracking differ (accents). */
html[lang="el"] .lp-home .intro h1 {
 line-height: 1.15;
 letter-spacing: -.032em; font-weight: 500;
}
/* Only the last word carries the orange accent, as in English. */
html[lang="el"] .lp-home .intro h1 > span:last-child { color: inherit; }
html[lang="el"] .lp-home .intro h1 em { color: var(--mypay-orange); font-style: normal; }
html[lang="el"] .lp-home .intro h1 > span { white-space: normal; }
html[lang="el"] .lp-home .intro h1 > span:last-child { margin-top: .04em; }
html[lang="el"] .lp-home :is(.eyebrow,.lp-eyebrow,.agency-support-number) { letter-spacing: .025em; line-height: 1.6; }
html[lang="el"] .lp-home :is(.lp-content h2,.lp-finale-title h2) { letter-spacing: -.03em; line-height: 1.16; }
html[lang="el"] .lp-home .lp-content :is(h2,h3) { text-wrap: balance; }
html[lang="el"] .lp-home .lp-content h3 { letter-spacing: -.02em; line-height: 1.22; }
html[lang="el"] .lp-home .lp-finale-title h2 { font-size: clamp(3.5rem, 6.6vw, 6rem); }
html[lang="el"] .lp-home .intro-copy { max-width: 35em; line-height: 1.65; letter-spacing: 0; }
@media(min-width:1200px) {
 html[lang="el"] .lp-home .intro h1 { max-width: 13.5em; }
}
@media(min-width:621px) and (max-width:1199px) {
 html[lang="el"] .lp-home .intro h1 { max-width: 13.5em; }
}
@media(max-width:620px) {
 html[lang="el"] .lp-home .intro h1 { line-height: 1.13; margin-top: 24px; }
 html[lang="el"] .lp-home .intro h1 > span:first-child { max-width: 9em; }
 html[lang="el"] .lp-home .intro h1 > span:last-child { white-space: normal; }
 html[lang="el"] .lp-home .intro-support { margin-top: 22px; }
 html[lang="el"] .lp-home .intro-support > p { font-size: 16px; line-height: 1.65; }
 html[lang="el"] .lp-home .eyebrow { font-size: 11px; }
 html[lang="el"] .lp-home .lp-content .lp-eyebrow { font-size: 11px; margin-bottom: 18px; }
 html[lang="el"] .lp-home .agency-section-heading h2,
 html[lang="el"] .lp-home .agency-start h2 { font-size: clamp(1.85rem,8.25vw,2.4rem); }
 html[lang="el"] .lp-home .lp-product-copy h3 { font-size: clamp(1.75rem,7.6vw,2.15rem); }
 html[lang="el"] .lp-home .agency-everyday h2 { font-size: clamp(1.75rem,7.5vw,2.1rem); }
 html[lang="el"] .lp-home .agency-start-steps h3 { font-size: 20px; }
 html[lang="el"] .lp-home .lp-finale-title h2 { font-size: clamp(2.1rem,9.6vw,2.8rem); }
 html[lang="el"] .lp-home .caption h2 { font-size: 23px; line-height: 1.2; letter-spacing: -.02em; }
 html[lang="el"] .lp-home .lp-money-heading h2 { font-size: clamp(1.8rem,8vw,2.1rem); line-height: 1.15; }
 html[lang="el"] .lp-home .lp-money-wallet-top h3 { font-size: 11px; line-height: 1.4; }
}
