/* ── LTR overrides for English version ────────────────────────────── */

html, body { direction: ltr; overflow-x: hidden; }
#full_wrapper { overflow-x: hidden; }

/* Lists */
ul, ol { margin: 0 0 30px 15px; }
ul li:before { left: -15px; right: auto; }

/* Buttons */
.button span.arrow, .form-submit span.arrow { right: 24px; left: auto; }
.button:hover, .form-submit:hover { padding: 4px 40px 4px 20px; }
.button:hover span.arrow, .form-submit:hover span.arrow { right: 20px; left: auto; }

/* Header */
header { padding: 10px 12px 12px 32px; }
.menu-header .close span { margin-right: 15px; margin-left: 0; }

/* Menu — single English line, centered */
.menu-item { justify-content: center; }
.en { text-align: center; }

/* Hero */
.hero-banner-content { direction: ltr; }


/* Heart / text sections */
.heart-text { direction: ltr; text-align: center; }

/* Building overview */
.building-overview-inner .item .text { text-align: left; }

/* ── Revert interactive components to original RTL — no overrides ── */
.location-plans { direction: rtl; overflow: hidden; }
.typical-plans.apartments { direction: rtl; overflow: hidden; }
.facility-plans.facility-page { direction: rtl; overflow: hidden; }
.she-diagram { direction: rtl; overflow: hidden; }

/* ── Footer form ─────────────────────────────────────────────────── */
.footer { direction: ltr; }
.footer * { direction: ltr; }
.form-title { text-align: center; }
.form-field #phone { text-align: left; }
.form-field label { margin-left: 10px; margin-right: 0; }
.form-consents { padding: 0; margin-top: 32px; }
.checkbox-field { justify-content: flex-start; flex-direction: row; gap: 12px; }
.checkbox-field .checkbox { position: relative; min-width: 24px; min-height: 24px; flex-shrink: 0; }
.checkbox-field p { text-align: left; margin: 0; }

/* ── Copyright / footer links ────────────────────────────────────── */
.copyright { direction: ltr !important; flex-direction: row; }
.copyright * { direction: ltr !important; }
.copy-text { direction: ltr !important; text-align: left; max-width: calc(100% - 230px); flex-wrap: nowrap; align-items: center; justify-content: flex-start; }
.copy-text p { flex: 1; min-width: 0; text-align: left; }
.copy-text a { white-space: nowrap; flex-shrink: 0; text-align: left; }
.copy-brand { direction: ltr !important; justify-content: flex-end; }

/* Brand credits — divider between links for LTR */
.copy-brand a:first-child:after { display: block; }
.copy-brand a:last-child:after { display: none; }

/* Content blocks (terms, accessibility) */
.content-blocks { direction: ltr; text-align: left; }
.content-blocks * { direction: ltr; }
.content-blocks h1, .content-blocks h4 { text-align: left; }

/* ── Responsive ──────────────────────────────────────────────────── */
@media only screen and (max-width: 1799px) {
    .copy-text { flex-wrap: wrap; }
    .copy-text p { max-width: 100%; flex-basis: 100%; }
}

@media only screen and (max-width: 991px) {
    .copyright { flex-direction: column; align-items: center; }
    .copy-text { max-width: 100%; flex-wrap: wrap; text-align: center; justify-content: center; }
    .copy-text p { max-width: 100%; text-align: center; }
    .copy-text a { white-space: nowrap; }
    .copy-brand { justify-content: center; }
}

@media only screen and (max-width: 767px) {
    .menu-content .en { font-size: 16px; line-height: 64px; max-width: 100%; padding: 0; text-align: center; letter-spacing: 2px; }
    .menu-item > div { height: 64px; }
    .lang-toggle-mobile { right: 16px !important; left: auto !important; }
    .en { text-align: center; }
    .menu-overlay .logo.mobile { left: 0; right: 0; }
    header .logo { margin: 0 auto; }
    header { padding: 10px 20px; }
    .form-action-part { flex-direction: column; }
    .form-action-part .form-submit { width: 100%; }
    .button span.arrow, .form-submit span.arrow { display: none; }
    .form-action-part .action-left { max-width: 100%; flex-direction: column; margin-top: 50px; }
    .form-part { padding: 0 32px; }
    .checkbox-field { font-size: 12px; line-height: 16px; }
    .copy-text { flex-wrap: wrap; gap: 8px; }
    .copy-text a { font-size: 14px; line-height: 32px; font-weight: 700; }
    .heart-section { padding: 0 30px; }
    .building-overview-inner .item .text { text-align: left; }
}
