/**
 * LUXHOM ï¿½ Dark Luxury Page CSS
 *
 * @package ColdwellBankerDE
 */

/* Custom Fonts */
@font-face {
    font-family: 'Bauziet';
    src: url('../../Bauziet-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../Roboto-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body.lh-page {
    background: #050505;
    color: #f5f5f5;
    overflow-x: clip;
}

body.lh-page #site-header,
body.lh-page #site-footer {
    display: none !important;
}

body.lh-page #main-content {
    margin: 0;
    padding: 0;
}

.lh-home-wrap,
.lh-home-wrap * {
    box-sizing: border-box;
}

.lh-home-wrap {
    background: #050505;
    color: #efefef;
    font-family: 'Roboto', sans-serif;
    overflow-x: clip;
}

.lh-home-wrap h1,
.lh-home-wrap h2,
.lh-home-wrap h3,
.lh-home-wrap h4,
.lh-home-wrap h5 {
    margin: 0;
    color: #f7f7f7;
    font-family: 'Bauziet', serif;
    font-weight: 600;
    letter-spacing: 0;
}

.lh-home-wrap p,
.lh-home-wrap span,
.lh-home-wrap li,
.lh-home-wrap label {
    color: rgba(255, 255, 255, 0.72);
}

.lh-home-wrap a {
    color: inherit;
    text-decoration: none;
}

/* Motion system */
:root {
    --lh-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.lh-reveal {
    opacity: 0;
    transform: translateY(28px) scale(0.985);
    transition: opacity 0.75s var(--lh-ease), transform 0.9s var(--lh-ease);
    transition-delay: var(--lh-delay, 0s);
    will-change: transform, opacity;
}

.lh-reveal.is-in {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.lh-block {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 90px 40px;
}

.lh-block-light {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    background: #ffffff;
    color: #1a1a1a;
}

.lh-about-block.lh-block-light {
    position: relative;
    z-index: 0;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.lh-about-block.lh-block-light::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background: #ffffff;
    z-index: -1;
}

.lh-properties-section.lh-block-light {
    position: relative;
    z-index: 0;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.lh-properties-section.lh-block-light::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: calc(50% - 50vw) !important;
    right: calc(50% - 50vw) !important;
    background-image: url('http://coldwell-banker.comandsons.com/wp-content/uploads/2026/04/Neues-Projekt-1.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #ffffff !important;
    z-index: -1 !important;
    pointer-events: none !important;
}

.lh-block-light .lh-section-eyebrow {
    color: #012169;
}

.lh-block-light h1,
.lh-block-light h2,
.lh-block-light h3,
.lh-block-light h4,
.lh-block-light h5 {
    color: #050505;
}

.lh-block-light p,
.lh-block-light span,
.lh-block-light li,
.lh-block-light label {
    color: #444444;
}

.lh-block-light .lh-btn-secondary {
    background: rgba(5, 5, 5, 0.05);
    border-color: rgba(5, 5, 5, 0.28);
    color: #1a1a1a;
}

.lh-block-light .lh-feature-item {
    border-color: rgba(5, 5, 5, 0.1);
    background: rgba(5, 5, 5, 0.02);
}

.lh-block-light .lh-feature-item:hover {
    border-color: rgba(1, 33, 105, 0.5);
    background: rgba(1, 33, 105, 0.08);
}

.lh-block-light .lh-testimonial {
    border-color: rgba(5, 5, 5, 0.15);
    background: rgba(5, 5, 5, 0.05);
}

.lh-block-light .lh-testimonial-text {
    color: #050505;
}

.lh-block-light .lh-form-label {
    color: rgba(5, 5, 5, 0.55);
}

.lh-block-light .lh-form-input {
    border-color: rgba(5, 5, 5, 0.15);
    background: rgba(5, 5, 5, 0.03);
    color: #1a1a1a;
}

.lh-block-light .lh-form-input::placeholder {
    color: rgba(5, 5, 5, 0.4);
}

.lh-section-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #012169;
    font-weight: 600;
}

.lh-section-title {
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.1;
    margin-bottom: 18px;
}

.lh-section-desc {
    max-width: var(--lh-content-max);
    font-size: 14px;
    line-height: 1.9;
}

.lh-home-hero {
    position: relative;
    min-height: 87vh;
    background-size: cover;
    background-position: center;
    border-bottom: none;
    overflow: hidden;
}

.lh-home-hero-video {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.lh-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(7, 7, 7, 0.3) 0%, rgb(6 6 6 / 31%) 65%, #060606 100%);
}

.lh-home-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 20%, rgba(1, 33, 105, 0.22), transparent 38%);
    opacity: 0.6;
    pointer-events: none;
    animation: lhGlow 9s ease-in-out infinite alternate;
}

.lh-home-nav {
    position: relative;
    top: 20px;
    z-index: 3;
    width: 100%;
    max-width: 1750px;
    margin: 0 auto;
    padding: 20px 0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
}

.lh-logo {
    display: flex;
    align-items: center;
}
.lh-logo-img {
    height: 65px !important;
    width: auto !important;
    display: block !important;
}

.lh-menu {
    justify-self: center;
    display: inline-flex;
    gap: 24px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 600;
}

.lh-menu a,
.lh-menu span {
    color: rgba(255, 255, 255, 0.82);
    transition: color 0.2s var(--lh-ease), opacity 0.2s var(--lh-ease);
}

.lh-menu a:hover {
    color: #012169;
}

.lh-nav-toggle {
    display: none;
}

/* Language Switcher inside widget navs */
.lh-home-nav .cb-lang-switch {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    font-family: 'Montserrat', sans-serif;
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-right: .25rem;
}
.lh-home-nav .cb-lang-link {
    color: rgba(255,255,255,.5);
    text-decoration: none;
    padding: .15rem .2rem;
    transition: color .2s;
}
.lh-home-nav .cb-lang-link:hover { color: #fff; }
.lh-home-nav .cb-lang-link.cb-lang-active { color: #fff; }
.lh-home-nav .cb-lang-sep { color: rgba(255,255,255,.3); }

.lh-nav-right {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.lh-nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 7px;
    border: 1px solid rgba(1, 33, 105, 0.55);
    font-size: 12px;
    line-height: 1;
    background: rgba(1, 33, 105, 0.14);
    color: #012169;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
    transition: transform 0.22s var(--lh-ease), box-shadow 0.22s var(--lh-ease), background-color 0.22s var(--lh-ease), color 0.22s var(--lh-ease), border-color 0.22s var(--lh-ease);
}

.lh-nav-btn:hover {
    transform: translateY(-1px);
    background: #012169;
    color: #ffffff;
    border-color: #012169;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
}

.lh-nav-btn:focus-visible {
    outline: 2px solid rgba(1, 33, 105, 0.9);
    outline-offset: 2px;
}

.lh-home-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1750px;
    margin: 0 auto;
    min-height: calc(87vh - 88px);
    padding: 40px 0 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lh-hero-big {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.lh-hero-big h1 {
    font-size: clamp(54px, 9vw, 128px);
    line-height: 0.9;
    color: #f2f2f2;
    text-wrap: balance;
}

.lh-home-sub {
    margin-top: 26px;
    max-width: 520px;
    font-size: 14px;
    line-height: 1.85;
}

p.lh-home-sub.lh-reveal.is-in {
    font-size: 20px;
    max-width: 70%;
    color: #ffffff;
}

span.lh-section-eyebrow.lh-reveal.is-in {
    font-size: 20px;
    color: #012169;
}

.lh-hero-ctas {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.lh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 22px;
    border-radius: 8px;
    border: 1px solid transparent;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.24);
    transition: transform 0.22s var(--lh-ease), box-shadow 0.22s var(--lh-ease), background-color 0.22s var(--lh-ease), border-color 0.22s var(--lh-ease), color 0.22s var(--lh-ease);
}

.lh-btn:hover {
    transform: none;
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.28);
}

.lh-btn:focus-visible {
    outline: 2px solid rgba(1, 33, 105, 0.9);
    outline-offset: 2px;
}

.lh-btn-primary {
    background: #012169;
    border-color: rgba(1, 33, 105, 0.9);
    color: #ffffff !important;
}

.lh-btn-primary:visited,
.lh-btn-primary:focus,
.lh-btn-primary:active {
    color: #ffffff !important;
}

.lh-btn-primary:hover {
    transform: translateY(-1px);
    background: linear-gradient(180deg, #012169 0%, #012169 100%);
    border-color: #012169;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.34);
    color: #ffffff !important;
}

.lh-btn-secondary {
    background: rgba(8, 8, 8, 0.26);
    border-color: rgba(255, 255, 255, 0.28);
    color: #f8f8f8;
    backdrop-filter: blur(3px);
}

a.lh-btn.lh-btn-secondary {
    color: white;
}

a.lh-nav-btn {
    color: white;
}

.lh-btn-secondary:hover {
    background: rgba(1, 33, 105, 0.18);
    border-color: rgba(1, 33, 105, 0.55);
    color: #012169;
}

.lh-stats-bar {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 100%;
    max-width: 1750px;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding: 40px 0;
}

@media (max-width: 1280px) {
    .lh-home-nav {
        padding: 18px 28px;
    }

    .lh-home-hero-content {
        min-height: calc(87vh - 82px);
        padding: 34px 28px 170px;
    }

    .lh-hero-big h1 {
        font-size: clamp(48px, 8vw, 100px);
    }

    p.lh-home-sub.lh-reveal.is-in {
        font-size: 18px;
    }

    .lh-stats-bar {
        padding: 28px;
        gap: 34px;
    }

    .lh-stats-icons {
        gap: 24px;
    }

    .lh-stats-icon-svg {
        width: 42px;
        height: 42px;
    }

    .lh-stats-icon-text {
        font-size: 13px;
    }
}

.lh-stats-left {
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 0;
    width: 50%;
}

.lh-stats-icons {
    display: flex;
    align-items: center;
    gap: 32px;
}

.lh-stats-icon-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lh-stats-icon-svg {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #B8CFEA;
    transition: background 0.3s var(--lh-ease), transform 0.3s var(--lh-ease);
}

.lh-stats-icon-svg svg {
    width: 24px;
    height: 24px;
}

.lh-stats-icon-item:hover .lh-stats-icon-svg {
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-2px);
}

.lh-stats-icon-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.3;
    font-weight: 500;
    white-space: nowrap;
}

.lh-stats-right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 50%;
}

.lh-stats-bar .lh-stat-item {
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0 20px;
}

.lh-stats-bar .lh-stat-item:last-child {
    border-right: none;
}

.lh-stat-number {
    color: #ffffff;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 12px;
    font-family: 'Bauziet', serif;
    font-weight: 600;
}

.lh-stat-label {
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

.lh-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.lh-about-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.lh-about-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.lh-featured-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 48px;
}

.lh-featured-head > div {
    flex: 1;
    display: grid;
    gap: 12px;
}

.lh-view-all-link {
    align-self: center;
    color: #121212;
    text-decoration: none;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    border-bottom: 2px solid #012169;
    padding-bottom: 4px;
    transition: color 0.3s ease, border-color 0.3s ease;
    white-space: nowrap;
}

.lh-view-all-link:hover {
    color: #012169;
}

.lh-prop-card-hidden {
    display: none !important;
}

.lh-prop-empty {
    margin-top: 18px;
    color: rgba(5, 5, 5, 0.62);
}

.lh-prop-api-note {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 13px;
    color: rgba(5, 5, 5, 0.6);
}

.lh-prop-slider-head {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 12px;
}

.lh-prop-slider-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(17, 24, 39, 0.15);
    background: #ffffff;
    color: #111827;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.lh-prop-slider-btn:hover {
    border-color: rgba(1, 33, 105, 0.6);
    background: rgba(1, 33, 105, 0.2);
}

.lh-prop-slider-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(17, 24, 39, 0.35) transparent;
    padding-bottom: 6px;
}

.lh-prop-slider-wrap::-webkit-scrollbar {
    height: 8px;
}

.lh-prop-slider-wrap::-webkit-scrollbar-thumb {
    background: rgba(17, 24, 39, 0.3);
    border-radius: 999px;
}

.lh-prop-grid {
    display: flex;
    gap: 20px;
    width: max-content;
}

.lh-prop-card {
    position: relative;
    overflow: hidden;
    min-height: 0;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.1);
    box-shadow: 0 14px 30px rgba(17, 24, 39, 0.08);
    transition: transform 0.3s var(--lh-ease), box-shadow 0.3s var(--lh-ease), border-color 0.3s var(--lh-ease);
    width: min(430px, calc(100vw - 80px));
    flex: 0 0 auto;
    scroll-snap-align: start;
}

.lh-prop-card--large {
    grid-row: auto;
    min-height: 0;
}

.lh-prop-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    overflow: hidden;
}

.lh-prop-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--lh-ease);
}

.lh-prop-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;
    align-self: auto;
    margin-bottom: 0;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 999px;
    background: #001441;
    color: #ffffff;
    font-weight: 700;
}

.lh-prop-price {
    position: absolute;
    bottom: 14px;
    left: 14px;
    z-index: 10;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    color: #012169;
    background: rgba(0, 0, 0, 0.4);
    padding: 8px 12px;
    border-radius: 8px;
}

.lh-prop-card:hover {
    transform: translateY(-5px);
    border-color: rgba(1, 33, 105, 0.45);
    box-shadow: 0 20px 42px rgba(17, 24, 39, 0.14);
}

.lh-prop-card:hover .lh-prop-img {
    transform: scale(1.05);
}

.lh-prop-overlay {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 14px 18px;
    background: #ffffff;
}

.lh-prop-location {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #121212;
    font-weight: 600;
    opacity: 0.8;
}

.lh-prop-title {
    font-size: 1.05rem;
    line-height: 1.3;
    margin: 0;
    color: #0f0f0f;
    font-family: 'Bauziet', serif;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lh-prop-stats {
    display: flex;
    gap: 16px;
    margin-top: auto;
    padding-top: 10px;
}

.lh-prop-stat {
    font-size: 0.75rem;
    color: #121212;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.lh-prop-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 12px;
    font-size: 12px;
    color: rgba(7, 7, 7, 0.62);
    display: none;
}

.lh-prop-price {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

.lh-prop-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    padding: 8px 14px;
    background: #111827;
    color: #f9fafb;
    border-radius: 9px;
    border: 1px solid #111827;
}

.lh-prop-btn:hover {
    background: #1f2937;
}

.lh-detail-page {
    background: #0b1020;
}

.lh-detail-wrap {
    min-height: 100vh;
    color: #f4f6fb;
    background: radial-gradient(circle at 10% 10%, rgba(33, 55, 99, 0.32), transparent 35%), #0b1020;
    font-family: 'Roboto', sans-serif;
}

.lh-detail-topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    width: 100%;
    padding: 14px 32px;
    backdrop-filter: blur(10px);
    background: rgba(11, 16, 32, 0.74);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lh-detail-back {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(1, 33, 105, 0.9);
}

.lh-detail-hero {
    position: relative;
    min-height: 58vh;
    overflow: hidden;
}

.lh-detail-hero-media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.03);
}

.lh-detail-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 10, 22, 0.2) 0%, rgba(6, 10, 22, 0.86) 78%, #0b1020 100%);
}

.lh-detail-shell {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 32px;
}

.lh-detail-hero-inner {
    position: relative;
    z-index: 2;
    padding: 112px 0 40px;
}

.lh-detail-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
    background: rgba(1, 33, 105, 0.95);
    color: #151515;
}

.lh-detail-title {
    margin-top: 12px;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1;
    color: #ffffff;
    font-family: 'Bauziet', serif;
    max-width: 900px;
}

.lh-detail-location {
    margin-top: 10px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.82);
}

.lh-detail-price {
    margin-top: 12px;
    font-size: 28px;
    font-weight: 600;
    color: #012169;
}

.lh-detail-kpis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
    max-width: 900px;
}

.lh-kpi {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.04);
}

.lh-kpi span {
    display: block;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.66);
}

.lh-kpi strong {
    margin-top: 5px;
    display: block;
    font-size: 16px;
    color: #ffffff;
}

.lh-detail-content {
    padding: 34px 0 72px;
}

.lh-detail-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 22px;
}

.lh-detail-main,
.lh-detail-panel {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 100%);
    padding: 22px;
}

.lh-detail-main h2,
.lh-detail-panel h3 {
    margin: 0 0 14px;
    color: #f7f7f7;
}

.lh-detail-main p {
    margin: 0;
    line-height: 1.82;
    color: rgba(255, 255, 255, 0.78);
}

.lh-detail-slider {
    margin-top: 22px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
}

.lh-detail-slider-track {
    display: flex;
    transition: transform 0.45s var(--lh-ease);
    will-change: transform;
}

.lh-detail-slide {
    min-width: 100%;
    margin: 0;
}

.lh-detail-slide-media {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
}

.lh-detail-slide figcaption {
    padding: 10px 14px;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.66);
}

.lh-detail-slider-btn {
    position: absolute;
    top: calc(50% - 28px);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(8, 12, 26, 0.68);
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.lh-detail-slider-btn--prev {
    left: 12px;
}

.lh-detail-slider-btn--next {
    right: 12px;
}

.lh-detail-slider-btn:hover {
    background: rgba(1, 33, 105, 0.86);
    color: #0f111a;
    border-color: rgba(1, 33, 105, 0.95);
}

.lh-detail-slider-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 42px;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 4;
}

.lh-detail-slider-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.46);
    cursor: pointer;
    padding: 0;
}

.lh-detail-slider-dot.is-active {
    background: #012169;
}

.lh-detail-panel p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}

.lh-detail-panel ul {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    display: grid;
    gap: 9px;
}

.lh-detail-panel li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 9px;
}

.lh-detail-panel li span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.lh-detail-panel li strong {
    color: #ffffff;
    font-size: 14px;
}

.lh-detail-cta {
    width: 100%;
}

.lh-detail-missing {
    max-width: 900px;
    margin: 0 auto;
    padding: 90px 32px;
    text-align: center;
}

.lh-detail-missing h1 {
    margin-bottom: 10px;
}

.lh-detail-missing p {
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.72);
}

.lh-menu a {
    font-size: 16px;
    color: white;
    font-weight: normal;
}
.lh-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.lh-svc-card {
    position: relative;
    overflow: hidden;
    min-height: 260px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    transition: transform 0.45s var(--lh-ease), border-color 0.45s var(--lh-ease);
}

.lh-block-light .lh-svc-card {
    border-color: rgba(5, 5, 5, 0.12);
}

.lh-block-light .lh-svc-card:hover {
    border-color: rgba(1, 33, 105, 0.45);
}

.lh-svc-img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    filter: brightness(0.72);
    transition: transform 0.6s var(--lh-ease), filter 0.45s var(--lh-ease);
}

.lh-svc-card:hover {
    transform: translateY(-6px);
    border-color: rgba(1, 33, 105, 0.35);
}

.lh-svc-card:hover .lh-svc-img {
    transform: scale(1.04);
    filter: brightness(0.8);
}

.lh-svc-copy {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    background: rgba(13, 13, 13, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.07);
    padding: 12px;
}

.lh-svc-copy h3 {
    font-size: 18px;
    margin-bottom: 7px;
}

.lh-svc-copy p {
    font-size: 12px;
    line-height: 1.6;
}

.lh-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.lh-features-list {
    display: grid;
    gap: 12px;
}

.lh-feature-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    padding: 16px;
    border-radius: 3px;
    transition: transform 0.35s var(--lh-ease), border-color 0.35s var(--lh-ease), background 0.35s var(--lh-ease);
}

.lh-feature-item:hover {
    transform: translateX(6px);
    border-color: rgba(1, 33, 105, 0.38);
    background: rgba(1, 33, 105, 0.08);
}

.lh-feature-item h4 {
    font-size: 18px;
    margin-bottom: 7px;
}

.lh-feature-item p {
    font-size: 13px;
    line-height: 1.75;
}

.lh-cta-banner {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1fr;
    align-items: stretch;
    min-height: 320px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lh-cta-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
    transition: transform 0.7s var(--lh-ease), filter 0.45s var(--lh-ease);
}

.lh-cta-banner:hover .lh-cta-img {
    transform: scale(1.05);
    filter: brightness(0.7);
}

.lh-cta-center {
    padding: 54px 40px;
    background: #111111;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.lh-cta-center h3 {
    font-size: clamp(30px, 3.2vw, 44px);
    line-height: 1.1;
    margin-bottom: 14px;
}

.lh-cta-center p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
    max-width: 520px;
}

.lh-home-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.lh-testimonial {
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.03);
    padding: 26px;
}

.lh-testimonial-quote {
    font-size: 70px;
    line-height: 0.8;
    color: rgba(1, 33, 105, 0.6);
}

.lh-testimonial-text {
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 12px;
    color: #f7f7f7;
}

.lh-testimonial-body {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.8;
}

.lh-testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.lh-testimonial-name {
    color: #f6f6f6;
    font-size: 14px;
    letter-spacing: 0.04em;
}

.lh-testimonial-stars {
    color: #012169;
    letter-spacing: 0.12em;
}

.lh-faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lh-block-light .lh-faq-item {
    border-bottom-color: rgba(5, 5, 5, 0.12);
}

.lh-faq-question {
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 18px 0;
    color: #f5f5f5;
    font-size: 13px;
    text-transform: none;
}

.lh-block-light .lh-faq-question {
    color: #050505;
}

.lh-faq-question::-webkit-details-marker {
    display: none;
}

.lh-faq-icon {
    color: #012169;
    font-weight: 700;
}

.lh-faq-answer {
    margin: 0;
    padding: 0 0 18px;
    font-size: 13px;
    line-height: 1.8;
}

.lh-block-light .lh-faq-answer {
    color: #444444;
}

.lh-home-contact {
    padding-top: 30px;
}

.lh-contact-form {
    max-width: 760px;
    display: grid;
    gap: 14px;
}

.lh-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.lh-form-group {
    display: grid;
    gap: 8px;
}

.lh-form-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.55);
}

.lh-form-input {
    min-height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    font-size: 14px;
    padding: 10px 12px;
}

.lh-form-textarea {
    min-height: 120px;
    resize: vertical;
}

.lh-submit-btn {
    justify-self: start;
    min-height: 42px;
    border: 0;
    border-radius: 2px;
    padding: 0 18px;
    background: #012169;
    color: #121212;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.3s var(--lh-ease), filter 0.3s var(--lh-ease);
}

.lh-submit-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.03);
}

@keyframes lhGlow {
    0% {
        opacity: 0.36;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

@media (prefers-reduced-motion: reduce) {
    .lh-reveal,
    .lh-prop-card,
    .lh-svc-card,
    .lh-feature-item,
    .lh-btn,
    .lh-submit-btn,
    .lh-cta-img,
    .lh-nav-btn,
    .lh-prop-img,
    .lh-svc-img {
        transition: none !important;
        animation: none !important;
        transform: none !important;
    }

    .lh-reveal {
        opacity: 1 !important;
    }
}

.lh-widget-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #001441;
    color: #ffffff;
}

.lh-widget-footer-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px 40px;
    display: grid;
    gap: 48px;
}

.lh-footer-brand {
    display: grid;
    gap: 1rem;
    align-content: start;
}

.lh-footer-social {
    display: flex;
    gap: 10px;
}

.lh-footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.lh-footer-social a:hover {
    background: #012169;
    color: #ffffff;
    transform: translateY(-2px);
}

.lh-footer-social a svg {
    width: 16px;
    height: 16px;
}

.lh-widget-footer-cols {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 40px;
}

.lh-footer-col h5,
.lh-widget-footer h5 {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 1.25rem;
}

.lh-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lh-footer-col ul li {
    margin-bottom: 0.6rem;
    font-size: 0.95rem;
    color: #ffffff;
    transition: color 0.3s ease, padding-left 0.3s ease;
    cursor: default;
}

.lh-footer-col ul li:hover {
    color: #ffffff;
    padding-left: 0.2rem;
}

.lh-footer-col ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.lh-footer-col ul li a:hover {
    color: #B8CFEA;
}

.lh-footer-col-contact ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.lh-footer-col-contact ul li span,
.lh-footer-col-contact ul li a {
    color: #ffffff;
}

.lh-footer-col-contact ul li svg {
    flex-shrink: 0;
    margin-top: 3px;
    color: #ffffff;
}

.lh-footer-col-contact ul li:hover svg {
    color: #B8CFEA;
}

.lh-widget-footer p {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

.lh-footer-bottom {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lh-footer-bottom p {
    color: #ffffff !important;
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    margin: 0;
}

.lh-footer-bottom a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.lh-footer-bottom a:hover {
    color: #B8CFEA;
}

@media (max-width: 1024px) {
    .lh-home-hero {
        min-height: auto;
    }

    .lh-home-nav {
        grid-template-columns: auto auto;
        justify-content: space-between;
        padding: 16px 24px;
    }

    .lh-menu,
    .lh-nav-btn {
        display: none;
    }

    .lh-home-nav .cb-lang-switch {
        display: none;
    }

    .lh-logo-img {
        height: 45px !important;
    }

    .lh-nav-toggle {
        position: relative;
        z-index: 8;
        width: 46px;
        height: 46px;
        border-radius: 10px;
        border: 1px solid rgba(1, 33, 105, 0.45);
        background: rgba(0, 0, 0, 0.45);
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        cursor: pointer;
        backdrop-filter: blur(8px);
        transition: border-color 0.22s var(--lh-ease), background-color 0.22s var(--lh-ease);
    }

    .lh-nav-toggle span {
        width: 18px;
        height: 2px;
        border-radius: 2px;
        background: #ffffff;
        transition: transform 0.22s var(--lh-ease), opacity 0.22s var(--lh-ease);
    }

    .lh-home-nav.is-open .lh-nav-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .lh-home-nav.is-open .lh-nav-toggle span:nth-child(2) {
        opacity: 0;
    }

    .lh-home-nav.is-open .lh-nav-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .lh-mobile-menu {
        position: fixed;
        inset: 0;
        z-index: 7;
        background: rgba(5, 5, 5, 0.7);
        backdrop-filter: blur(8px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.25s var(--lh-ease), visibility 0.25s var(--lh-ease);
    }

    .lh-mobile-menu-inner {
        width: min(460px, 88vw);
        margin-left: auto;
        height: 100%;
        background: linear-gradient(180deg, #0d1116 0%, #090909 100%);
        border-left: 1px solid rgba(1, 33, 105, 0.25);
        box-shadow: -24px 0 40px rgba(0, 0, 0, 0.45);
        padding: 96px 28px 28px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        transform: translateX(100%);
        transition: transform 0.28s var(--lh-ease);
    }

    .lh-mobile-menu a {
        display: block;
        font-size: 17px;
        line-height: 1.25;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.9);
        padding: 10px 2px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    }

    .lh-mobile-menu a:hover {
        color: #012169;
    }

    .lh-mobile-menu-cta {
        margin-top: 14px;
    }

    .lh-mobile-lang {
        margin-top: auto;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.09);
        display: flex;
        justify-content: center;
    }

    .lh-mobile-lang .cb-lang-switch {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.85rem;
        font-weight: 600;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .lh-mobile-lang .cb-lang-link {
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
        padding: 6px 10px;
        border-radius: 6px;
        transition: color 0.2s, background 0.2s;
    }

    .lh-mobile-lang .cb-lang-link:hover {
        color: #fff;
        background: rgba(255, 255, 255, 0.08);
    }

    .lh-mobile-lang .cb-lang-link.cb-lang-active {
        color: #fff;
        background: rgba(1, 33, 105, 0.4);
    }

    .lh-mobile-lang .cb-lang-sep {
        color: rgba(255, 255, 255, 0.2);
    }

    .lh-mobile-menu.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .lh-mobile-menu.is-open .lh-mobile-menu-inner {
        transform: translateX(0);
    }

    .lh-mobile-menu-close {
        position: absolute;
        top: 24px;
        right: 24px;
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 10px;
        color: #fff;
        font-size: 28px;
        line-height: 1;
        cursor: pointer;
        transition: background 0.2s, border-color 0.2s;
        z-index: 10;
    }

    .lh-mobile-menu-close:hover {
        background: rgba(255, 255, 255, 0.12);
        border-color: rgba(255, 255, 255, 0.25);
    }

    body.lh-mobile-nav-open {
        overflow: hidden;
    }

    .lh-block {
        padding: 80px 32px;
    }

    .lh-home-hero-content {
        min-height: 0;
        padding: 24px 24px 28px;
        justify-content: flex-start;
    }

    .lh-hero-big h1 {
        font-size: clamp(42px, 9vw, 72px);
        line-height: 0.95;
    }

    p.lh-home-sub.lh-reveal.is-in,
    span.lh-section-eyebrow.lh-reveal.is-in {
        font-size: 16px;
    }

    .lh-hero-ctas {
        gap: 10px;
    }

    .lh-btn {
        min-height: 42px;
        padding: 10px 16px;
        font-size: 11px;
    }

    .lh-stats-bar {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        padding: 24px;
        margin-top: 4px;
    }

    .lh-stats-icons {
        display: none;
    }

    .lh-stats-left {
        display: none;
    }

    .lh-stats-right {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        width: 100%;
    }

    .lh-prop-card {
        width: min(380px, calc(100vw - 72px));
    }

    .lh-prop-img-wrap {
        height: 220px;
    }

    .lh-prop-title {
        font-size: 30px;
    }

    .lh-about-grid,
    .lh-why-grid,
    .lh-home-two-col {
        grid-template-columns: 1fr;
    }

    .lh-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lh-cta-banner {
        grid-template-columns: 1fr;
    }

    .lh-cta-img {
        display: none;
    }

    .lh-widget-footer-cols {
        grid-template-columns: repeat(2, 1fr);
    }

    .lh-footer-brand {
        grid-column: 1 / -1;
    }

    .lh-footer-bottom {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    .lh-detail-grid {
        grid-template-columns: 1fr;
    }

    .lh-detail-kpis {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .lh-block {
        padding: 60px 20px;
    }

    .lh-home-hero {
        min-height: auto;
    }

    .lh-hero-big h1 {
        font-size: clamp(36px, 12vw, 56px);
        line-height: 0.98;
    }

    .lh-home-hero-content {
        min-height: 0;
        padding: 18px 20px 24px;
    }

    .lh-home-nav {
        padding: 16px 20px;
    }

    .lh-mobile-menu-inner {
        width: 100%;
    }

    .lh-stats-bar {
        flex-direction: column;
        padding: 16px 20px;
        gap: 24px;
        margin-top: 0;
    }

    .lh-stats-left {
        display: none;
    }

    .lh-about-grid {
        gap: 40px;
        padding: 0 !important;
    }

    section#about > div {
        padding-left: 20px;
        padding-right: 20px;
    }

    .lh-section-title {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .lh-about-images {
        order: -1;
    }

    .lh-about-img {
        height: 220px;
        border-radius: 12px;
    }

    .lh-about-img-offset {
        margin-top: 0 !important;
    }

    .lh-about-points {
        grid-template-columns: 1fr !important;
        gap: 1rem;
    }

    .lh-about-cta {
        width: 100%;
        text-align: center;
    }

    .lh-stats-right {
        grid-template-columns: 1fr;
        gap: 16px;
        width: 100%;
    }

    .lh-stats-bar .lh-stat-item {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding: 0 0 20px 0;
    }

    .lh-stats-bar .lh-stat-item:last-child {
        border-bottom: none;
    }

    .lh-form-row {
        grid-template-columns: 1fr;
    }

    .lh-prop-slider-head {
        justify-content: space-between;
    }

    .lh-prop-grid {
        gap: 14px;
    }

    .lh-prop-card {
        width: min(340px, calc(100vw - 44px));
    }

    .lh-prop-img-wrap {
        height: 210px;
    }

    .lh-prop-title {
        font-size: 26px;
    }



    p.lh-home-sub.lh-reveal.is-in,
    span.lh-section-eyebrow.lh-reveal.is-in {
        font-size: 15px;
    }

    .lh-home-sub {
        margin-top: 18px;
        max-width: 100%;
    }

    .lh-hero-ctas .lh-btn {
        width: 100%;
    }

    .lh-detail-topbar,
    .lh-detail-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .lh-detail-shell {
        padding-left: 20px;
        padding-right: 20px;
    }

    .lh-detail-hero-inner {
        padding: 74px 20px 26px;
    }

    .lh-detail-kpis {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .lh-detail-slider-btn {
        width: 38px;
        height: 38px;
        top: calc(50% - 24px);
    }

    .lh-detail-slider-dots {
        bottom: 36px;
    }

    .lh-detail-location {
        font-size: 16px;
    }

    .lh-detail-price {
        font-size: 20px;
    }

    .lh-btn {
        width: 100%;
    }

    .lh-services-grid {
        grid-template-columns: 1fr;
    }

    .lh-about-img {
        height: 220px;
    }

    .lh-about-images {
        grid-template-columns: 1fr;
    }

    .lh-svc-card {
        min-height: 200px;
    }

    .lh-svc-img {
        min-height: 200px;
    }

    .lh-about-light-image img {
        height: 260px;
    }
}

/* Small phones */
@media (max-width: 480px) {
    .lh-block {
        padding: 48px 16px;
    }

    .lh-home-nav {
        padding: 12px 16px;
    }

    .lh-hero-big h1 {
        font-size: clamp(30px, 11vw, 44px);
    }

    .lh-home-hero-content {
        padding: 14px 16px 20px;
    }

    p.lh-home-sub.lh-reveal.is-in,
    span.lh-section-eyebrow.lh-reveal.is-in {
        font-size: 14px;
    }

    .lh-section-title {
        font-size: clamp(26px, 8vw, 36px);
    }

    .lh-stats-avatar {
        width: 52px !important;
        height: 52px !important;
    }

    .lh-stat-number {
        font-size: 28px;
    }

    .lh-stat-label {
        font-size: 10px;
    }

    .lh-prop-card {
        width: min(300px, calc(100vw - 36px));
    }

    .lh-prop-img-wrap {
        height: 180px;
    }

    .lh-prop-title {
        font-size: 22px;
    }

    .lh-about-grid {
        gap: 24px;
    }

    .lh-about-img {
        height: 180px;
    }

    .lh-about-images {
        grid-template-columns: 1fr;
    }

    .lh-about-point-icon {
        width: 32px !important;
    }

    .lh-section-desc {
        font-size: 13px;
        line-height: 1.75;
    }

    .lh-btn {
        min-height: 40px;
        padding: 8px 14px;
        font-size: 10px;
    }

    .lh-featured-head {
        margin-bottom: 28px;
    }

    .lh-widget-footer-cols {
        grid-template-columns: 1fr;
    }

    .lh-footer-brand {
        text-align: center;
    }

    .lh-footer-bottom {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        text-align: center;
    }

    .lh-footer-social {
        justify-content: center;
    }
}

/* =========================================================
   AIGEN ALIGNMENT (HOMEPAGE BELOW HERO)
   ========================================================= */
body.lh-page .lh-home-wrap {
    background: #f5f2ed;
    color: #121212;
    --lh-content-max: 1750px;
}

body.lh-page .lh-home-wrap .lh-block {
    padding-top: 9rem;
    padding-bottom: 9rem;
}

body.lh-page .lh-home-wrap #lh-properties,
body.lh-page .lh-home-wrap #lh-properties-2,
body.lh-page .lh-home-wrap #services,
body.lh-page .lh-home-wrap .lh-testimonials-section,
body.lh-page .lh-home-wrap .lh-insights-section,
body.lh-page .lh-home-wrap .lh-video-section {
    max-width: var(--lh-content-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}

body.lh-page .lh-home-wrap .lh-widget-footer-inner {
    max-width: var(--lh-content-max);
}

body.lh-page .lh-home-wrap #about,
body.lh-page .lh-home-wrap #services,
body.lh-page .lh-home-wrap .lh-video-section {
    position: relative;
    z-index: 0;
}

body.lh-page .lh-home-wrap #services {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

body.lh-page .lh-home-wrap #about::before,
body.lh-page .lh-home-wrap #services::before,
body.lh-page .lh-home-wrap .lh-video-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background: #001441;
    z-index: -1;
}

body.lh-page .lh-home-wrap #services::before {
    background-image: url('http://coldwell-banker.comandsons.com/wp-content/uploads/2026/04/Neues-Projekt-1-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

body.lh-page .lh-home-wrap #lh-properties {
    position: relative;
    z-index: 0;
}

body.lh-page .lh-home-wrap #lh-properties::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background: #f5f2ed;
    z-index: -1;
}

body.lh-page .lh-home-wrap .lh-testimonials-section {
    position: relative;
    z-index: 0;
    background: #f5f2ed;
    padding: 0;
}

body.lh-page .lh-home-wrap .lh-testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background: #f5f2ed;
    z-index: -1;
}

body.lh-page .lh-home-wrap .lh-section-eyebrow {
    color: #012169;
    letter-spacing: 0.45em;
    font-size: 1rem;
    font-weight: 700;
}

body.lh-page .lh-home-wrap .lh-section-title {
    color: #121212;
    font-size: 5rem;
    line-height: 1.08;
    font-family: 'Bauziet', serif;
    font-weight: 400;
}

body.lh-page .lh-home-wrap .lh-section-title span {
    color: #012169;
    font-style: italic;
}

body.lh-page .lh-home-wrap .lh-section-desc {
    color: rgba(18, 18, 18, 0.7);
    font-size: 1.04rem;
    line-height: 1.85;
}

body.lh-page .lh-home-wrap #lh-properties,
body.lh-page .lh-home-wrap .lh-home-two-col {
    background: #f5f2ed;
    color: #121212;
}

body.lh-page .lh-home-wrap #lh-contact,
body.lh-page .lh-home-wrap .lh-widget-footer {
    background: #001441;
    color: #ffffff;
}

body.lh-page .lh-home-wrap .lh-about-block {
    background: #001441;
    max-width: none;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    box-sizing: border-box;
}

body.lh-page .lh-home-wrap .lh-about-block > .lh-about-grid {
    max-width: var(--lh-content-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}

body.lh-page .lh-home-wrap .lh-about-block .lh-section-title {
    color: #ffffff;
}

body.lh-page .lh-home-wrap .lh-about-block .lh-section-desc {
    color: rgba(255, 255, 255, 0.7);
    max-width: var(--lh-content-max);
}

body.lh-page .lh-home-wrap .lh-video-section .lh-section-eyebrow,
body.lh-page .lh-home-wrap .lh-video-section .lh-section-title {
    color: #ffffff;
}

body.lh-page .lh-home-wrap .lh-video-section .lh-section-title span {
    color: #B8CFEA;
}

body.lh-page .lh-home-wrap .lh-video-section .lh-section-desc {
    color: rgba(255, 255, 255, 0.7);
    max-width: 680px;
}

body.lh-page .lh-home-wrap .lh-about-block-light {
    background: #ffffff;
    max-width: none;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-left: max(40px, calc((100vw - var(--lh-content-max)) / 2));
    padding-right: max(40px, calc((100vw - var(--lh-content-max)) / 2));
    box-sizing: border-box;
}

body.lh-page .lh-home-wrap .lh-about-block-light .lh-section-title {
    color: #121212;
}

body.lh-page .lh-home-wrap .lh-about-block-light .lh-section-desc {
    color: #444;
    max-width: var(--lh-content-max);
}

body.lh-page .lh-home-wrap .lh-about-block-light .lh-about-point h4 {
    color: #121212;
}

body.lh-page .lh-home-wrap .lh-about-block-light .lh-about-point p {
    color: #555;
}

.lh-about-light-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: center;
    max-width: var(--lh-content-max, 1750px);
    margin: 0 auto;
}

.lh-about-light-image {
    border-radius: 2rem;
    overflow: hidden;
}

.lh-about-light-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: top;
    display: block;
    border-radius: 2rem;
}

.lh-about-light-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.lh-about-light-card {
    display: flex;
    gap: 1.1rem;
    align-items: flex-start;
    padding: 1.25rem 1.35rem;
    background: #fafbfd;
    border-radius: .85rem;
    border-left: 3px solid #C5A059;
    transition: transform .3s ease, box-shadow .3s ease;
}
.lh-about-light-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(1,33,105,.08);
}

.lh-about-light-icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(1, 33, 105, 0.07);
    border: 1px solid rgba(1, 33, 105, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lh-about-light-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.lh-about-light-card h4 {
    color: #012169;
    font-family: 'Bauziet', serif;
    font-size: .95rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.lh-about-light-card p {
    color: #666;
    font-size: .88rem;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 1024px) {
    .lh-about-light-split {
        grid-template-columns: 1fr;
    }
    .lh-about-light-image {
        max-height: 360px;
    }
    .lh-about-light-image img {
        height: 360px;
    }
}

@media (max-width: 768px) {
    .lh-about-light-image {
        max-height: 280px;
    }
    .lh-about-light-image img {
        height: 280px;
    }
}

@media (max-width: 600px) {
    .lh-about-light-grid {
        grid-template-columns: 1fr;
    }
}

body.lh-page .lh-home-wrap .lh-about-images--single {
    display: block;
}

body.lh-page .lh-home-wrap .lh-about-images--single .lh-about-img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 2rem;
}



body.lh-page .lh-home-wrap .lh-about-images {
    gap: 1.25rem;
}

body.lh-page .lh-home-wrap .lh-about-img {
    border-radius: 2rem;
    filter: grayscale(1);
    transition: filter 0.45s var(--lh-ease), transform 0.45s var(--lh-ease);
}

body.lh-page .lh-home-wrap .lh-about-img--primary,
body.lh-page .lh-home-wrap .lh-about-img--primary:hover {
    filter: none !important;
}

body.lh-page .lh-home-wrap .lh-about-img:hover {
    filter: grayscale(0);
    transform: translateY(-4px);
}

body.lh-page .lh-home-wrap .lh-prop-card {
    border-radius: 3rem;
    border-color: rgba(197, 160, 89, 0.22);
}

body.lh-page .lh-home-wrap .lh-prop-slider-head {
    display: none;
}

body.lh-page .lh-home-wrap .lh-prop-slider-wrap {
    overflow: visible;
    padding-bottom: 0;
    scrollbar-width: none;
}

body.lh-page .lh-home-wrap .lh-prop-slider-wrap::-webkit-scrollbar {
    display: none;
}

body.lh-page .lh-home-wrap .lh-prop-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 1.4rem;
}

body.lh-page .lh-home-wrap .lh-prop-card {
    width: 100%;
    min-width: 0;
    border-radius: 2.2rem;
}

span.lh-prop-badge {
    color: white;
    left: 20px;
    top: 20px;
}

body.lh-page .lh-home-wrap .lh-prop-img-wrap {
    aspect-ratio: 4 / 3;
    min-height: 360px;
}

body.lh-page .lh-home-wrap .lh-prop-img-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 52%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%);
    pointer-events: none;
    z-index: 2;
}

body.lh-page .lh-home-wrap .lh-prop-media-meta {
    position: absolute;
    left: 2vw;
    right: 16px;
    bottom: 14px;
    z-index: 3;
}

body.lh-page .lh-home-wrap .lh-prop-location {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #c44545;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}

body.lh-page .lh-home-wrap .lh-prop-location--media {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    font-weight: 700;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

.lh-prop-location.lh-prop-location--media span {
    color: white !important;
    text-shadow: unset !important;
    font-weight: normal;
    font-size: 16px;
}

body.lh-page .lh-home-wrap .lh-prop-location--media .lh-location-icon {
    flex: 0 0 18px;
}

body.lh-page .lh-home-wrap .lh-location-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('http://coldwell-banker.comandsons.com/wp-content/uploads/2026/04/Navigation-02.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

body.lh-page .lh-home-wrap .lh-prop-title {
    font-size: 2rem;
    line-height: 1.14;
    margin: 0;
    color: #012169;
    font-family: 'Bauziet', serif;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-align: left;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body.lh-page .lh-home-wrap .lh-prop-title-wrap {
    align-self: normal;
    margin-top: 20px;
    width: 100%;
}

body.lh-page .lh-home-wrap .lh-prop-subtitle {
    margin: 0.35rem 0 0;
    font-size: 16px !important;
    padding-bottom: 30px;
    padding-top: 10px;
    line-height: 31px !important;
    color: rgba(18, 18, 18, 0.68);
}

body.lh-page .lh-home-wrap .lh-prop-price {
    position: static;
    margin: 0 0 0.55rem;
    font-size: clamp(2.1rem, 2.4vw, 2.9rem);
    font-weight: 400;
    color: white !important;
    line-height: 0.95;
    background: transparent;
    padding: 0;
    border-radius: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
    font-family: 'Bauziet', serif;
}

body.lh-page .lh-home-wrap .lh-prop-stats {
    display: flex;
    justify-content: space-between;
    gap: 0;
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid rgba(18, 18, 18, 0.08);
}

body.lh-page .lh-home-wrap .lh-prop-stat {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    text-align: left;
}

body.lh-page .lh-home-wrap .lh-stat-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}

body.lh-page .lh-home-wrap .lh-stat-icon-custom {
    width: auto;
    height: auto;
    font-size: 20px;
    line-height: 1;
    color: #012169;
}

body.lh-page .lh-home-wrap .lh-stat-bed {
    background-image: url('http://coldwell-banker.comandsons.com/wp-content/uploads/2026/04/icon-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

body.lh-page .lh-home-wrap .lh-stat-bath {
    background-image: url('http://coldwell-banker.comandsons.com/wp-content/uploads/2026/04/icon-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

body.lh-page .lh-home-wrap .lh-stat-area {
    background-image: url('http://coldwell-banker.comandsons.com/wp-content/uploads/2026/04/icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

body.lh-page .lh-home-wrap .lh-prop-stat-copy {
    font-size: 0.98rem;
    color: #121212;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

body.lh-page .lh-home-wrap .lh-prop-stat-copy strong {
    color: #121212;
    font-weight: 700;
}

body.lh-page .lh-home-wrap .lh-prop-overlay {
    position: relative;
    display: grid;
    grid-template-rows: 1fr auto;
    align-items: center;
    gap: 0;
    padding: 18px 2vw 16px !important;
    background: #ffffff;
    min-height: 260px;
}

body.lh-page .lh-home-wrap .lh-prop-title {
    align-self: auto;
}

body.lh-page .lh-home-wrap .lh-view-all-link--below-cards {
    display: table;
    margin: 1.75rem auto 0;
    text-align: center;
}

a.lh-view-all-link.lh-view-all-link--below-cards {
    margin-top: 7vh !important;
    font-size: 16px;
    color: #01287a;
    border-color: #B8CFEA;
}

@media (max-width: 1200px) {
    body.lh-page .lh-home-wrap .lh-prop-title {
        font-size: 2.45rem;
    }

    body.lh-page .lh-home-wrap .lh-prop-price {
        font-size: 2.6rem;
    }
}

@media (max-width: 768px) {
    body.lh-page .lh-home-wrap .lh-prop-title {
        font-size: 2rem;
    }

    body.lh-page .lh-home-wrap .lh-prop-price {
        font-size: 2.1rem;
    }

    body.lh-page .lh-home-wrap .lh-prop-overlay {
        min-height: 220px;
    }
}

body.lh-page .lh-home-wrap .lh-prop-btn {
    border-radius: 999px;
    background: #121212;
    border-color: #121212;
}

body.lh-page .lh-home-wrap .lh-services-grid {
    gap: 1.5rem;
}

body.lh-page .lh-home-wrap .lh-svc-card {
    border-radius: 2rem;
    border-color: rgba(255, 255, 255, 0.14);
}

body.lh-page .lh-home-wrap .lh-svc-copy {
    border-radius: 1.2rem;
    background: rgba(9, 9, 9, 0.82);
}

body.lh-page .lh-home-wrap .lh-why-grid {
    border-top: 1px solid rgba(18, 18, 18, 0.08);
}

body.lh-page .lh-home-wrap .lh-feature-item {
    border-radius: 1.4rem;
    border-color: rgba(18, 18, 18, 0.08);
    background: #ffffff;
}

body.lh-page .lh-home-wrap .lh-feature-item:hover {
    transform: translateY(-4px);
    border-color: rgba(197, 160, 89, 0.5);
    background: #fff;
}

body.lh-page .lh-home-wrap .lh-feature-item h4 {
    color: #121212;
}

body.lh-page .lh-home-wrap .lh-feature-item p {
    color: rgba(18, 18, 18, 0.62);
}

body.lh-page .lh-home-wrap .lh-cta-banner {
    border-top: 1px solid rgba(18, 18, 18, 0.08);
    border-bottom: 1px solid rgba(18, 18, 18, 0.08);
}

body.lh-page .lh-home-wrap .lh-cta-center {
    background: #121212;
}

body.lh-page .lh-home-wrap .lh-testimonial {
    background: #ffffff;
    border: 1px solid rgba(18, 18, 18, 0.08);
    border-radius: 2rem;
    padding: 2rem;
}

body.lh-page .lh-home-wrap .lh-testimonial-text,
body.lh-page .lh-home-wrap .lh-testimonial-name {
    color: #121212;
}

body.lh-page .lh-home-wrap .lh-testimonial-body {
    color: rgba(18, 18, 18, 0.65);
}

body.lh-page .lh-home-wrap .lh-faq-item {
    border-bottom-color: rgba(18, 18, 18, 0.1);
    border-radius: 2rem;
    padding: 1.5rem;
    box-shadow: 0 14px 32px rgba(18, 18, 18, 0.06);
}

body.lh-page .lh-home-wrap .lh-form-label {
    color: rgba(18, 18, 18, 0.5);
}

body.lh-page .lh-home-wrap .lh-form-input {
    background: #fbf8f3;
    color: #121212;
    border-color: rgba(18, 18, 18, 0.1);
    border-radius: 999px;
    padding: 0.8rem 1rem;
}

body.lh-page .lh-home-wrap .lh-form-textarea {
    border-radius: 1.4rem;
    min-height: 150px;
}

body.lh-page .lh-home-wrap .lh-submit-btn {
    border-radius: 999px;
    background: #012169;
    color: #121212;
    min-height: 50px;
    padding: 0 1.6rem;
}

body.lh-page .lh-home-wrap .lh-widget-footer {
    background: #001441;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.lh-page .lh-home-wrap .lh-widget-footer h5 {
    color: #ffffff;
}

body.lh-page .lh-home-wrap .lh-widget-footer p {
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1024px) {
    body.lh-page .lh-home-wrap .lh-block {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    body.lh-page .lh-home-wrap .lh-prop-card {
        border-radius: 2rem;
    }
}

@media (max-width: 768px) {
    body.lh-page .lh-home-wrap .lh-block {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }

    body.lh-page .lh-home-wrap .lh-section-title {
        font-size: clamp(1.9rem, 10vw, 2.7rem);
    }

    body.lh-page .lh-home-wrap .lh-contact-form,
    body.lh-page .lh-home-wrap .lh-testimonial {
        border-radius: 1.35rem;
        padding: 1.15rem;
    }

    body.lh-page .lh-home-wrap #lh-properties,
    body.lh-page .lh-home-wrap #about,
    body.lh-page .lh-home-wrap .lh-testimonials-section,
    body.lh-page .lh-home-wrap .lh-insights-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.lh-page .lh-home-wrap .lh-about-grid {
        gap: 2.5rem;
    }

    body.lh-page .lh-home-wrap .lh-about-images {
        order: -1;
    }

    body.lh-page .lh-home-wrap .lh-about-img-offset {
        margin-top: 0;
    }

    body.lh-page .lh-home-wrap .lh-about-img {
        height: 220px;
        border-radius: 0.75rem;
    }

    body.lh-page .lh-home-wrap .lh-about-images {
        grid-template-columns: 1fr;
    }

    body.lh-page .lh-home-wrap .lh-stats-icons {
        display: none;
    }

    body.lh-page .lh-home-wrap .lh-about-block-light {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* AIGEN 1:1 structure helpers */
body.lh-page .lh-home-wrap .lh-section-title span {
    color: #96753b;
    font-style: italic;
}

body.lh-page .lh-home-wrap .lh-featured-cta-wrap {
    margin-top: 1.2rem;
}

body.lh-page .lh-home-wrap .lh-featured-cta {
    display: inline-block;
    color: #121212;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.64rem;
    font-weight: 700;
    border-bottom: 2px solid rgba(197, 160, 89, 0.35);
    padding-bottom: 0.35rem;
}

body.lh-page .lh-home-wrap .lh-about-points {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
}

body.lh-page .lh-home-wrap .lh-about-point {
    display: flex;
    align-items: center;
    gap: 12px;
}

body.lh-page .lh-home-wrap .lh-about-point-icon {
    flex: 0 0 auto;
    width: 50px !important;
    height: 100% !important;
    object-fit: contain;
    font-size: 28px;
    line-height: 1;
}

body.lh-page .lh-home-wrap .lh-about-point-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.lh-page .lh-home-wrap .lh-about-point h4 {
    color: #ffffff;
    font-size: 0.74rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
}

body.lh-page .lh-home-wrap .lh-about-point p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
    line-height: 1.55;
    margin: 0;
}

body.lh-page .lh-home-wrap .lh-about-img-offset {
    margin-top: 2.25rem;
}

/* CTA Cards Section */
body.lh-page .lh-home-wrap .lh-cta-cards-section {
    background: #ffffff !important;
}

body.lh-page .lh-home-wrap .lh-cta-card-img {
    border-radius: 1rem;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    position: relative;
}

body.lh-page .lh-home-wrap .lh-cta-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

body.lh-page .lh-home-wrap .lh-cta-card-img .lh-cta-card-title {
    position: absolute;
    bottom: 1.2rem;
    left: 1.4rem;
    right: 1.4rem;
    color: #ffffff;
    font-family: 'Bauziet', serif;
    font-size: 1.75rem;
    font-weight: 400;
    margin: 0;
    text-shadow: 0 2px 12px rgba(0,0,0,.45);
    z-index: 2;
}

body.lh-page .lh-home-wrap .lh-cta-card-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.55) 0%, transparent 60%);
    border-radius: 1rem;
    pointer-events: none;
}

body.lh-page .lh-home-wrap .lh-cta-card:hover .lh-cta-card-img img {
    transform: scale(1.05);
}

body.lh-page .lh-home-wrap .lh-cta-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
    max-width: var(--lh-content-max);
    margin: 0 auto;
}

.lh-cta-cards-grid .lh-prop-card {
    width: 100%;
    flex: 1;
    scroll-snap-align: none;
}

.lh-card-linked {
    position: relative;
    cursor: pointer;
}

.lh-card-linked .lh-card-link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.lh-card-linked:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.12);
}

.lh-cta-title-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.lh-cta-card-icon {
    display: block;
    flex-shrink: 0;
}

.lh-cta-cards-grid .lh-cta-card-title {
    font-family: 'Bauziet', serif;
    font-size: 1.25rem;
    font-weight: 400;
    color: #012169;
    margin: 0;
    line-height: 1;
}

body.lh-page .lh-home-wrap .lh-cta-card {
    background: #f5f5f5;
    border: none;
    border-radius: 1.5rem;
    padding: 2.2rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: background 0.4s ease, transform 0.35s var(--lh-ease), box-shadow 0.35s var(--lh-ease);
}

body.lh-page .lh-home-wrap .lh-cta-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.12);
}

body.lh-page .lh-home-wrap .lh-cta-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    z-index: 1;
}

body.lh-page .lh-home-wrap .lh-cta-card-body .lh-cta-card-title {
    font-family: 'Bauziet', serif;
    font-size: 1.75rem;
    font-weight: 400;
    color: #121212;
    margin: 0 0 0.6rem;
    transition: color 0.35s ease;
}

body.lh-page .lh-home-wrap .lh-cta-card-subtitle {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin: 0 0 1.2rem;
    transition: color 0.35s ease;
}



body.lh-page .lh-home-wrap .lh-cta-card-btn {
    display: inline-block;
    align-self: flex-start;
    padding: 0;
    background: none;
    color: #012169;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-radius: 0;
    transition: color 0.3s ease;
    margin-top: 0.4rem;
}

body.lh-page .lh-home-wrap .lh-cta-card-btn:hover {
    background: none;
    color: #B8CFEA;
}

@media (max-width: 1024px) {
    body.lh-page .lh-home-wrap .lh-cta-cards-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

body.lh-page .lh-home-wrap .lh-about-cta {
    margin-top: 1.8rem;
}

body.lh-page .lh-home-wrap .lh-network-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

body.lh-page .lh-home-wrap .lh-network-locations {
    margin-top: 2.2rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

body.lh-page .lh-home-wrap .lh-network-locations div {
    border-left: 2px solid #012169;
    padding: 0.3rem 0 0.3rem 0.8rem;
}

body.lh-page .lh-home-wrap .lh-network-locations h4 {
    color: #121212;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.74rem;
}

body.lh-page .lh-home-wrap .lh-network-locations p {
    margin-top: 0.15rem;
    color: rgba(18, 18, 18, 0.58);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.58rem;
}

body.lh-page .lh-home-wrap .lh-network-map img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 2.5rem;
    filter: grayscale(1);
    box-shadow: 0 24px 44px rgba(18, 18, 18, 0.12);
}

body.lh-page .lh-home-wrap .lh-services-grid {
    grid-template-columns: repeat(4, 1fr);
}


body.lh-page .lh-home-wrap .lh-testimonials-section {
    border-top: 1px solid rgba(197, 160, 89, 0.2);
}

body.lh-page .lh-home-wrap .lh-testimonials-head {
    text-align: center;
    margin-bottom: 3.2rem;
}

body.lh-page .lh-home-wrap .lh-testimonials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.2rem;
}

body.lh-page .lh-home-wrap .lh-testimonial-stars {
    color: #012169;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.lh-page .lh-home-wrap .lh-insights-section {
    position: relative;
    z-index: 0;
    background: #ffffff;
    border-top: 1px solid rgba(197, 160, 89, 0.2);
}

body.lh-page .lh-home-wrap .lh-insights-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background: #ffffff;
    z-index: -1;
}

body.lh-page .lh-home-wrap .lh-insights-section .lh-section-eyebrow {
    color: #012169;
}

body.lh-page .lh-home-wrap .lh-insights-section .lh-section-title,
body.lh-page .lh-home-wrap .lh-insights-section h3 {
    color: #121212;
}

body.lh-page .lh-home-wrap .lh-insights-section .lh-section-title span {
    color: #012169;
    font-style: italic;
}

body.lh-page .lh-home-wrap .lh-insights-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

body.lh-page .lh-home-wrap .lh-insights-link {
    color: #012169;
    text-transform: uppercase;
    font-size: 0.64rem;
    letter-spacing: 0.16em;
    font-weight: 700;
    border-bottom: 1px solid #012169;
    padding-bottom: 0.2rem;
    transition: color 0.3s ease, border-color 0.3s ease;
}

body.lh-page .lh-home-wrap .lh-insights-link:hover {
    color: #B8CFEA;
    border-color: #B8CFEA;
}

body.lh-page .lh-home-wrap .lh-insights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
}

body.lh-page .lh-home-wrap .lh-insight-card img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 1.8rem;
    filter: none;
}

body.lh-page .lh-home-wrap .lh-insight-meta {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.9rem;
    margin-bottom: 0.5rem;
}

body.lh-page .lh-home-wrap .lh-insight-meta span {
    font-size: 0.6rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.lh-page .lh-home-wrap .lh-insight-meta span:first-child {
    color: #012169;
    font-weight: 700;
}

body.lh-page .lh-home-wrap .lh-insight-meta span:last-child {
    color: rgba(18, 18, 18, 0.5);
}

body.lh-page .lh-home-wrap .lh-insight-card h3 {
    font-size: 1.2rem;
    line-height: 1.35;
}

body.lh-page .lh-home-wrap .lh-footer-top {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

body.lh-page .lh-home-wrap .lh-footer-top p {
    max-width: 42rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}

body.lh-page .lh-home-wrap .lh-footer-bottom {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

body.lh-page .lh-home-wrap .lh-footer-bottom p,
body.lh-page .lh-home-wrap .lh-footer-bottom span {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 700;
}

body.lh-page .lh-home-wrap .lh-footer-bottom div {
    display: flex;
    gap: 1.8rem;
}

@media (max-width: 1024px) {
    body.lh-page .lh-home-wrap .lh-network-grid,
    body.lh-page .lh-home-wrap .lh-testimonials-grid {
        grid-template-columns: 1fr;
    }

    body.lh-page .lh-home-wrap .lh-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    body.lh-page .lh-home-wrap .lh-prop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    body.lh-page .lh-home-wrap .lh-prop-img-wrap {
        min-height: 320px;
    }

    body.lh-page .lh-home-wrap .lh-insights-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    body.lh-page .lh-home-wrap .lh-about-points,
    body.lh-page .lh-home-wrap .lh-network-locations,
    body.lh-page .lh-home-wrap .lh-services-grid,
    body.lh-page .lh-home-wrap .lh-prop-grid {
        grid-template-columns: 1fr;
    }

    body.lh-page .lh-home-wrap .lh-insights-head,
    body.lh-page .lh-home-wrap .lh-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    body.lh-page .lh-home-wrap .lh-featured-head {
        flex-direction: column;
        gap: 18px;
    }

    body.lh-page .lh-home-wrap .lh-view-all-link {
        align-self: flex-start;
    }

    body.lh-page .lh-home-wrap .lh-prop-grid {
        width: 100%;
    }

    body.lh-page .lh-home-wrap .lh-prop-img-wrap {
        min-height: 280px;
    }

    body.lh-page .lh-home-wrap .lh-prop-price {
        font-size: 2.2rem;
    }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   Contact Page Widget
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Hero */
body.lh-page .lh-contact-page-wrap .lh-cp-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 40px 7rem;
    background: #001441;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

body.lh-page .lh-contact-page-wrap .lh-cp-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

body.lh-page .lh-contact-page-wrap .lh-cp-hero .lh-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(1,33,105,0.35) 100%);
    z-index: 1;
}

body.lh-page .lh-contact-page-wrap .lh-cp-hero .lh-home-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

body.lh-page .lh-contact-page-wrap .lh-cp-hero-content {
    position: relative;
    z-index: 5;
    max-width: var(--lh-content-max);
    margin: 0 auto;
    width: 100%;
    padding-top: 100px;
}

body.lh-page .lh-contact-page-wrap .lh-cp-hero-content .lh-section-eyebrow {
    color: #B8CFEA;
}

body.lh-page .lh-contact-page-wrap .lh-cp-hero-content .lh-section-title {
    color: #ffffff;
    font-size: clamp(2.6rem, 5.5vw, 5rem);
    margin-top: 0.5rem;
    font-family: 'Bauziet', serif;
    font-weight: 400;
    line-height: 1.08;
}

body.lh-page .lh-contact-page-wrap .lh-cp-hero-content .lh-home-sub {
    color: rgba(255, 255, 255, 0.7);
    max-width: 640px;
    font-size: 1.1rem;
    line-height: 1.75;
    margin-top: 1.2rem;
}

/* Main Section */
body.lh-page .lh-contact-page-wrap .lh-cp-main {
    background: #ffffff;
    color: #121212;
    padding: 8rem 40px;
}

body.lh-page .lh-contact-page-wrap .lh-cp-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 6rem;
    max-width: var(--lh-content-max);
    margin: 0 auto;
    align-items: stretch;
}

/* Form Column */
body.lh-page .lh-contact-page-wrap .lh-cp-form-col .lh-section-eyebrow {
    color: #012169;
    letter-spacing: 0.45em;
    font-size: 0.7rem;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1rem;
}

body.lh-page .lh-contact-page-wrap .lh-cp-form-title {
    font-family: 'Bauziet', serif;
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    font-weight: 400;
    color: #012169;
    margin: 0 0 0.6rem;
    line-height: 1.12;
}

body.lh-page .lh-contact-page-wrap .lh-cp-form-desc {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #666;
    margin: 0 0 2.5rem;
    max-width: 520px;
}

body.lh-page .lh-contact-page-wrap .lh-cp-form {
    display: grid;
    gap: 1.5rem;
}

body.lh-page .lh-contact-page-wrap .lh-cp-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

body.lh-page .lh-contact-page-wrap .lh-cp-form-group {
    display: grid;
    gap: 0.5rem;
}

body.lh-page .lh-contact-page-wrap .lh-cp-form-group label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #012169;
    font-weight: 700;
}

body.lh-page .lh-contact-page-wrap .lh-cp-form-group input,
body.lh-page .lh-contact-page-wrap .lh-cp-form-group select,
body.lh-page .lh-contact-page-wrap .lh-cp-form-group textarea {
    min-height: 52px;
    border: none;
    border-bottom: 2px solid rgba(1, 33, 105, 0.12);
    border-radius: 0;
    background: transparent;
    color: #121212;
    font-size: 1rem;
    padding: 0.8rem 0;
    font-family: 'Roboto', sans-serif;
    transition: border-color 0.35s ease;
}

body.lh-page .lh-contact-page-wrap .lh-cp-form-group input::placeholder,
body.lh-page .lh-contact-page-wrap .lh-cp-form-group textarea::placeholder {
    color: #aaa;
    font-weight: 300;
}

body.lh-page .lh-contact-page-wrap .lh-cp-form-group input:focus,
body.lh-page .lh-contact-page-wrap .lh-cp-form-group select:focus,
body.lh-page .lh-contact-page-wrap .lh-cp-form-group textarea:focus {
    outline: none;
    border-bottom-color: #012169;
}

body.lh-page .lh-contact-page-wrap .lh-cp-form-group textarea {
    min-height: 120px;
    resize: vertical;
}

body.lh-page .lh-contact-page-wrap .lh-cp-form-group select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23012169' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0 center;
    padding-right: 1.5rem;
    cursor: pointer;
}

/* DSGVO Checkbox */
body.lh-page .lh-contact-page-wrap .lh-cp-dsgvo {
    margin-top: 0.5rem;
}

body.lh-page .lh-contact-page-wrap .lh-cp-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #555;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
}

body.lh-page .lh-contact-page-wrap .lh-cp-checkbox-label span {
    color: #555;
}

body.lh-page .lh-contact-page-wrap .lh-cp-checkbox-label input[type="checkbox"] {
    min-height: auto;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 2px;
    accent-color: #012169;
    border: 2px solid #012169;
    cursor: pointer;
}

body.lh-page .lh-contact-page-wrap .lh-cp-checkbox-label a {
    color: #012169;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s ease;
}

body.lh-page .lh-contact-page-wrap .lh-cp-checkbox-label a:hover {
    color: #B8CFEA;
}

/* Submit Button */
body.lh-page .lh-contact-page-wrap .lh-cp-submit {
    justify-self: start;
    min-height: 56px;
    border: 0;
    border-radius: 0;
    padding: 0 3rem;
    background: #012169;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
    margin-top: 1rem;
}

body.lh-page .lh-contact-page-wrap .lh-cp-submit:hover {
    background: #01184d;
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(1, 33, 105, 0.25);
}

/* Info Column â€” Dark Card */
body.lh-page .lh-contact-page-wrap .lh-cp-info-col {
    background: #012169;
    border-radius: 0;
    padding: 3.5rem 2.5rem;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.lh-page .lh-contact-page-wrap .lh-cp-info-col::before {
    content: '';
    position: absolute;
    top: -60%;
    right: -40%;
    width: 100%;
    height: 160%;
    background: radial-gradient(circle, rgba(184,207,234,0.08) 0%, transparent 60%);
    pointer-events: none;
}

body.lh-page .lh-contact-page-wrap .lh-cp-info-col .lh-section-eyebrow {
    letter-spacing: 0.45em;
    font-size: 0.7rem;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0.6rem;
}

body.lh-page .lh-contact-page-wrap .lh-cp-info-title {
    font-family: 'Bauziet', serif;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 1.5rem;
    line-height: 1.15;
}

body.lh-page .lh-contact-page-wrap .lh-cp-info-divider {
    width: 50px;
    height: 2px;
    background: #B8CFEA;
    margin-bottom: 2rem;
}

body.lh-page .lh-contact-page-wrap .lh-cp-info-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

body.lh-page .lh-contact-page-wrap .lh-cp-info-row .lh-cp-info-block {
    margin-bottom: 0;
}

body.lh-page .lh-contact-page-wrap .lh-cp-info-block {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

body.lh-page .lh-contact-page-wrap .lh-cp-info-block:last-child {
    margin-bottom: 0;
}

body.lh-page .lh-contact-page-wrap .lh-cp-info-icon {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(184, 207, 234, 0.12);
    border-radius: 0;
    color: #B8CFEA;
    transition: background 0.3s ease;
}

body.lh-page .lh-contact-page-wrap .lh-cp-info-block:hover .lh-cp-info-icon {
    background: rgba(184, 207, 234, 0.2);
}

body.lh-page .lh-contact-page-wrap .lh-cp-info-block h4 {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #B8CFEA;
    margin: 0 0 0.3rem;
    font-weight: 700;
}

body.lh-page .lh-contact-page-wrap .lh-cp-info-block p {
    font-size: 0.95rem;
    line-height: 1.65;
    color: white;
    margin: 0;
}

body.lh-page .lh-contact-page-wrap .lh-cp-info-block a {
    color: white;
    text-decoration: none;
    transition: color 0.25s ease;
}

body.lh-page .lh-contact-page-wrap .lh-cp-info-block a:hover {
    color: #B8CFEA;
}

/* Notices */
body.lh-page .lh-contact-page-wrap .lh-cp-notice {
    padding: 1.2rem 1.5rem;
    border-radius: 0;
    margin-bottom: 1.5rem;
    border-left: 3px solid;
}

body.lh-page .lh-contact-page-wrap .lh-cp-notice p {
    margin: 0;
    font-size: 0.95rem;
}

body.lh-page .lh-contact-page-wrap .lh-cp-notice--success {
    background: rgba(46, 125, 50, 0.06);
    color: #2e7d32;
    border-left-color: #2e7d32;
}

body.lh-page .lh-contact-page-wrap .lh-cp-notice--error {
    background: rgba(198, 40, 40, 0.06);
    color: #c62828;
    border-left-color: #c62828;
}

/* Responsive */
@media (max-width: 1024px) {
    body.lh-page .lh-contact-page-wrap .lh-cp-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    body.lh-page .lh-contact-page-wrap .lh-cp-info-col {
        order: -1;
    }
}

@media (max-width: 768px) {
    body.lh-page .lh-contact-page-wrap .lh-cp-hero {
        min-height: 50vh;
        padding: 0 20px 4rem;
    }

    body.lh-page .lh-contact-page-wrap .lh-cp-main {
        padding: 5rem 20px;
    }

    body.lh-page .lh-contact-page-wrap .lh-cp-form-row {
        grid-template-columns: 1fr;
    }

    body.lh-page .lh-contact-page-wrap .lh-cp-info-col {
        padding: 2.5rem 1.5rem;
    }
}


/* ═══════════════════════════════════════════════════════════
   Legal Pages  (Impressum · Datenschutz · Barrierefreiheit)
   ═══════════════════════════════════════════════════════════ */

body.lh-page .lh-legal-wrap .lh-legal-main {
    background: #ffffff;
    color: #1a1a1a;
    padding: 5rem 40px 6rem;
}

body.lh-page .lh-legal-wrap .lh-legal-inner {
    max-width: var(--lh-content-max);
    margin: 0 auto;
}

body.lh-page .lh-legal-wrap .lh-legal-body {
    font-size: 1.05rem;
    line-height: 1.85;
    color: #333;
}

body.lh-page .lh-legal-wrap .lh-legal-body h2 {
    margin-top: 3rem;
    margin-bottom: 0.75rem;
    font-family: 'Bauziet', serif;
    font-weight: 400;
    font-size: 1.75rem;
    color: #001441;
}

body.lh-page .lh-legal-wrap .lh-legal-body h3 {
    margin-top: 2.5rem;
    margin-bottom: 0.75rem;
    font-family: 'Bauziet', serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #001441;
}

body.lh-page .lh-legal-wrap .lh-legal-body h4 {
    margin-top: 1.75rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #001441;
}

body.lh-page .lh-legal-wrap .lh-legal-body p {
    margin-bottom: 1rem;
}

body.lh-page .lh-legal-wrap .lh-legal-body ul,
body.lh-page .lh-legal-wrap .lh-legal-body ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    color: #333;
}

body.lh-page .lh-legal-wrap .lh-legal-body li {
    margin-bottom: 0.35rem;
    color: #333;
}

body.lh-page .lh-legal-wrap .lh-legal-body a {
    color: #012169;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.lh-page .lh-legal-wrap .lh-legal-body a:hover {
    color: #B8CFEA;
}

body.lh-page .lh-legal-wrap .lh-legal-body strong {
    font-weight: 600;
    color: #1a1a1a;
}

@media (max-width: 768px) {
    body.lh-page .lh-legal-wrap .lh-legal-main {
        padding: 3rem 20px 4rem;
    }

    body.lh-page .lh-legal-wrap .lh-legal-body {
        font-size: 1rem;
    }

    body.lh-page .lh-legal-wrap .lh-legal-body h3 {
        font-size: 1.25rem;
        margin-top: 2rem;
    }
}


/* ═══════════════════════════════════════════════════════════
   Article Pages  (Insight / Blog Articles)
   ═══════════════════════════════════════════════════════════ */

body.lh-page .lh-article-wrap .lh-article-meta-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 1.25rem;
    font-size: 0.875rem;
    color: rgba(255,255,255,0.7);
}

body.lh-page .lh-article-wrap .lh-article-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

body.lh-page .lh-article-wrap .lh-article-meta-item svg {
    opacity: 0.7;
    flex-shrink: 0;
}

body.lh-page .lh-article-wrap .lh-article-inner {
    max-width: var(--lh-content-max) !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
}

body.lh-page .lh-article-wrap .lh-article-featured-image {
    display: none !important;
}

body.lh-page .lh-article-wrap .lh-article-main {
    background: #ffffff !important;
    color: #1a1a1a !important;
    padding: 3.5rem 40px 4rem !important;
}

body.lh-page .lh-article-wrap .lh-article-main .lh-article-inner {
    padding: 0;
}

body.lh-page .lh-article-wrap .lh-article-body {
    max-width: 960px !important;
    margin: 0 auto !important;
    font-size: 1.08rem !important;
    line-height: 1.9 !important;
    color: #333 !important;
}

body.lh-page .lh-article-wrap .lh-article-body h2 {
    margin-top: 3rem;
    margin-bottom: 0.75rem;
    font-family: 'Bauziet', serif;
    font-weight: 400;
    font-size: 1.75rem;
    color: #001441 !important;
}

body.lh-page .lh-article-wrap .lh-article-body h3 {
    margin-top: 2.5rem;
    margin-bottom: 0.75rem;
    font-family: 'Bauziet', serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #001441 !important;
}

body.lh-page .lh-article-wrap .lh-article-body h4 {
    margin-top: 1.75rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #001441 !important;
}

body.lh-page .lh-article-wrap .lh-article-body p {
    margin-bottom: 1.25rem;
    color: #333 !important;
}

body.lh-page .lh-article-wrap .lh-article-body ul,
body.lh-page .lh-article-wrap .lh-article-body ol {
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
}

body.lh-page .lh-article-wrap .lh-article-body li {
    margin-bottom: 0.4rem;
    color: #333 !important;
}

body.lh-page .lh-article-wrap .lh-article-body a {
    color: #012169;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.lh-page .lh-article-wrap .lh-article-body a:hover {
    color: #B8CFEA;
}

body.lh-page .lh-article-wrap .lh-article-body strong {
    font-weight: 600;
    color: #1a1a1a !important;
}

body.lh-page .lh-article-wrap .lh-article-body blockquote {
    border-left: 4px solid #B8CFEA;
    margin: 2rem 0;
    padding: 1.25rem 1.5rem;
    background: #f7f9fc !important;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #444 !important;
}

body.lh-page .lh-article-wrap .lh-article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5rem 0;
}

body.lh-page .lh-article-wrap .lh-article-body hr {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 2.5rem 0;
}

body.lh-page .lh-article-wrap .lh-article-cta {
    background: #f7f9fc;
    padding: 0 40px;
}

body.lh-page .lh-article-wrap .lh-article-cta .lh-article-inner {
    padding: 0;
}

body.lh-page .lh-article-wrap .lh-article-cta-box {
    max-width: 960px;
    margin: 0 auto;
    background: #012169 !important;
    border-radius: 16px;
    padding: 3rem 3.5rem;
    text-align: center;
    color: #ffffff;
}

body.lh-page .lh-article-wrap .lh-article-cta-box h3 {
    font-family: 'Bauziet', serif;
    font-weight: 400;
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
    color: #ffffff !important;
}

body.lh-page .lh-article-wrap .lh-article-cta-box p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.8) !important;
    margin-bottom: 1.75rem;
}

body.lh-page .lh-article-wrap .lh-article-cta-box .lh-btn {
    display: inline-flex;
}

body.lh-page .lh-article-wrap .lh-article-back {
    background: #f7f9fc;
    padding: 2.5rem 40px 4rem;
}

body.lh-page .lh-article-wrap .lh-article-back .lh-article-inner {
    padding: 0;
    max-width: 960px;
    margin: 0 auto;
}

body.lh-page .lh-article-wrap .lh-article-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #012169;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}

body.lh-page .lh-article-wrap .lh-article-back-link:hover {
    color: #B8CFEA;
}

/* Insight card hover */
body.lh-page .lh-home-wrap a.lh-insight-card {
    display: block;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
}

body.lh-page .lh-home-wrap a.lh-insight-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
    body.lh-page .lh-article-wrap .lh-article-inner {
        padding: 0 20px;
    }

    body.lh-page .lh-article-wrap .lh-article-main {
        padding: 2.5rem 20px 3rem;
    }

    body.lh-page .lh-article-wrap .lh-article-body {
        font-size: 1rem;
    }

    body.lh-page .lh-article-wrap .lh-article-body h2 {
        font-size: 1.5rem;
        margin-top: 2rem;
    }

    body.lh-page .lh-article-wrap .lh-article-body h3 {
        font-size: 1.25rem;
        margin-top: 1.75rem;
    }

    body.lh-page .lh-article-wrap .lh-article-cta {
        padding: 0 20px;
    }

    body.lh-page .lh-article-wrap .lh-article-cta-box {
        padding: 2rem 1.5rem;
        border-radius: 12px;
    }

    body.lh-page .lh-article-wrap .lh-article-cta-box h3 {
        font-size: 1.4rem;
    }

    body.lh-page .lh-article-wrap .lh-article-back {
        padding: 2rem 20px 3rem;
    }
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   Landing Pages  (EigentÃ¼mer Â· Immobilienberater Â· Franchise-Partner)
   Shared .lh-lp-* styles
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â€” Hero â€” */
body.lh-page .lh-lp-wrap .lh-lp-hero {
    position: relative;
    min-height: 92vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 0 0;
    overflow: hidden;
}

body.lh-page .lh-lp-wrap .lh-lp-hero .lh-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(7,7,7,.3) 0%, rgba(6,6,6,.82) 65%, #060606 100%);
}

body.lh-page .lh-lp-wrap .lh-lp-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 20%, rgba(1,33,105,.22), transparent 38%);
    opacity: .6;
    pointer-events: none;
    animation: lhGlow 9s ease-in-out infinite alternate;
    z-index: 1;
}

body.lh-page .lh-lp-wrap .lh-lp-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

body.lh-page .lh-lp-wrap .lh-lp-hero-content {
    position: relative;
    z-index: 2;
    max-width: var(--lh-content-max, 1750px);
    margin: 0 auto;
    padding: 10rem 5rem 3.5rem;
    width: 100%;
    box-sizing: border-box;
}

body.lh-page .lh-lp-wrap .lh-lp-hero-content .lh-section-eyebrow {
    color: #B8CFEA;
}

body.lh-page .lh-lp-wrap .lh-lp-hero-content .lh-section-title {
    color: #fff;
    font-size: clamp(2.4rem, 5vw, 4.2rem);
    line-height: 1.1;
    margin: .6rem 0 1.2rem;
    max-width: 700px;
}

body.lh-page .lh-lp-wrap .lh-lp-hero-content .lh-section-title span {
    color: #B8CFEA;
}

body.lh-page .lh-lp-wrap .lh-lp-hero-content .lh-home-sub {
    color: rgba(255,255,255,.72);
    max-width: 560px;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

/* Hero CTA buttons */
body.lh-page .lh-lp-wrap .lh-lp-hero-ctas {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: .5rem;
}

/* â€” Stats Bar â€” */
body.lh-page .lh-lp-wrap .lh-lp-stats-bar {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 4rem;
    padding: 2.2rem 5rem;
    border-top: 1px solid rgba(184,207,234,.15);
    background: rgba(6,6,6,.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    text-align: center;
}

body.lh-page .lh-lp-wrap .lh-lp-stat-value {
    font-family: var(--lh-serif, 'Bauziet', serif);
    font-size: 1.55rem;
    color: #B8CFEA;
    letter-spacing: .04em;
    margin: 0 0 .15rem;
}

body.lh-page .lh-lp-wrap .lh-lp-stat-label {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: rgba(255,255,255,.5);
    margin: 0;
}

/* â€” Sections â€” */
body.lh-page .lh-lp-wrap .lh-lp-section {
    padding: 6rem 5rem;
}

body.lh-page .lh-lp-wrap .lh-lp-inner {
    max-width: var(--lh-content-max, 1750px);
    margin: 0 auto;
}

body.lh-page .lh-lp-wrap .lh-lp-section-light {
    background: #ffffff;
    color: #121212;
}

/* White sections (like homepage lh-block-light) */
body.lh-page .lh-lp-wrap .lh-lp-section-white {
    background: #ffffff;
    color: #1a1a1a;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-left: 5rem;
    padding-right: 5rem;
}

body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-inner,
body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-grid-2col {
    max-width: var(--lh-content-max, 1750px);
    margin: 0 auto;
}

body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-section-eyebrow {
    color: #012169;
}

body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-section-title {
    color: #050505;
}

body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-section-title span {
    color: #012169;
}

body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-desc {
    color: #444;
}

body.lh-page .lh-lp-wrap .lh-lp-section-white h3,
body.lh-page .lh-lp-wrap .lh-lp-section-white h4 {
    color: #050505;
}

body.lh-page .lh-lp-wrap .lh-lp-section-white p {
    color: #444;
}

/* Cards in white section */
body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-card {
    border-color: rgba(1, 33, 105, .1);
    background: rgba(1, 33, 105, .03);
}

body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-card:hover {
    border-color: rgba(1, 33, 105, .3);
    background: rgba(1, 33, 105, .06);
    transform: translateY(-3px);
}

body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-card h3 {
    color: #012169;
}

body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-card p {
    color: #555;
}

body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-card-num {
    color: #012169;
}

/* Features in white section */
body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-feature-num {
    color: #012169;
}

/* Feature item layout */
body.lh-page .lh-lp-wrap .lh-lp-feature {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(184, 207, 234, .12);
}

body.lh-page .lh-lp-wrap .lh-lp-feature-arrow {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

body.lh-page .lh-lp-wrap .lh-lp-feature-arrow img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

body.lh-page .lh-lp-wrap .lh-lp-feature h3,
body.lh-page .lh-lp-wrap .lh-lp-feature h4 {
    font-size: 1.05rem;
    margin: 0 0 0.25rem;
}

body.lh-page .lh-lp-wrap .lh-lp-feature p {
    font-size: 0.95rem;
    line-height: 1.65;
    margin: 0;
}

body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-feature {
    border-bottom-color: rgba(1, 33, 105, .1);
}

/* â”€â”€ Owner Contact Info â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.lh-owner-info-divider {
    width: 48px;
    height: 2px;
    background: rgba(184, 207, 234, .4);
    margin: 1rem 0 1.25rem;
}

.lh-owner-info-row {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.lh-owner-info-block {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.75rem 0;
}

.lh-owner-info-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(184, 207, 234, .12);
    color: #B8CFEA;
    transition: background .25s;
}

.lh-owner-info-block:hover .lh-owner-info-icon {
    background: rgba(184, 207, 234, .22);
}

.lh-owner-info-block h4 {
    font-family: 'Bauziet', serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0.15rem;
}

.lh-owner-info-block p {
    font-size: 0.9rem;
    color: rgba(255,255,255,.7);
    margin: 0;
    line-height: 1.55;
}

.lh-owner-info-block a {
    color: rgba(255,255,255,.7);
    text-decoration: none;
    transition: color .2s;
}

.lh-owner-info-block a:hover {
    color: #B8CFEA;
}

/* â”€â”€ Landing Pages: slimmer hero, no stats â”€â”€â”€ */
.lh-lp-owner .lh-home-hero,
.lh-lp-agent .lh-home-hero,
.lh-lp-partner .lh-home-hero,
.lh-lp-florian .lh-home-hero {
    min-height: 62vh;
}

.lh-lp-owner .lh-home-hero-content,
.lh-lp-agent .lh-home-hero-content,
.lh-lp-partner .lh-home-hero-content,
.lh-lp-florian .lh-home-hero-content {
    min-height: calc(62vh - 88px);
    padding-bottom: 60px;
}

@media (max-width: 1280px) {
    .lh-lp-owner .lh-home-hero-content,
    .lh-lp-agent .lh-home-hero-content,
    .lh-lp-partner .lh-home-hero-content,
    .lh-lp-florian .lh-home-hero-content {
        min-height: calc(62vh - 82px);
        padding-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .lh-lp-owner .lh-home-hero,
    .lh-lp-agent .lh-home-hero,
    .lh-lp-partner .lh-home-hero,
    .lh-lp-florian .lh-home-hero {
        min-height: 55vh;
    }
    .lh-lp-owner .lh-home-hero-content,
    .lh-lp-agent .lh-home-hero-content,
    .lh-lp-partner .lh-home-hero-content,
    .lh-lp-florian .lh-home-hero-content {
        min-height: calc(55vh - 70px);
        padding-bottom: 40px;
    }
}

body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-feature h3,
body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-feature h4 {
    color: #012169;
}

body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-feature p {
    color: #555;
}

body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-feature-arrow {
    color: #012169;
}

/* Bullets in white section */
body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-bullets li {
    color: #333;
    border-bottom-color: rgba(1, 33, 105, .1);
}

body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-bullets li::before {
    color: #012169;
}

/* â”€â”€ Owner Contact Info â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.lh-owner-info-divider {
    width: 48px;
    height: 2px;
    background: rgba(184, 207, 234, .4);
    margin: 1rem 0 1.25rem;
}

.lh-owner-info-row {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.lh-owner-info-block {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.75rem 0;
}

.lh-owner-info-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(184, 207, 234, .12);
    color: #B8CFEA;
    transition: background .25s;
}

.lh-owner-info-block:hover .lh-owner-info-icon {
    background: rgba(184, 207, 234, .22);
}

.lh-owner-info-block h4 {
    font-family: 'Bauziet', serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0.15rem;
}

.lh-owner-info-block p {
    font-size: 0.9rem;
    color: rgba(255,255,255,.7);
    margin: 0;
    line-height: 1.55;
}

.lh-owner-info-block a {
    color: rgba(255,255,255,.7);
    text-decoration: none;
    transition: color .2s;
}

.lh-owner-info-block a:hover {
    color: #B8CFEA;
}

/* ── Property Evaluator (Multi-Step) ───── */
.lh-eval-wrap {
    background: #ffffff !important;
    border: 1px solid rgba(1, 33, 105, .08);
    border-radius: 1.25rem;
    padding: 2.5rem 2.25rem;
    box-shadow: none !important;
}
.lh-eval-title {
    font-family: 'Bauziet', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #012169 !important;
    margin: 0 0 0.35rem;
}
.lh-eval-desc {
    font-size: 0.9rem;
    color: #666 !important;
    margin: 0 0 1.75rem;
    line-height: 1.6;
}

/* Step Indicator */
.lh-eval-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 2rem;
}
.lh-eval-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 0.5rem;
    opacity: 0.5;
    transition: opacity .3s;
}
.lh-eval-step.is-active,
.lh-eval-step.is-done {
    opacity: 1;
}
.lh-eval-step-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0eeeb !important;
    color: #888 !important;
    transition: background .3s, color .3s;
}
.lh-eval-step.is-active .lh-eval-step-icon {
    background: #012169 !important;
    color: #fff !important;
}
.lh-eval-step.is-done .lh-eval-step-icon {
    background: #C5A059 !important;
    color: #fff !important;
}
.lh-eval-step-label {
    font-family: 'Roboto', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #666 !important;
    transition: color .3s;
}
.lh-eval-step.is-active .lh-eval-step-label {
    color: #012169 !important;
}
.lh-eval-step.is-done .lh-eval-step-label {
    color: #C5A059 !important;
}
.lh-eval-step-line {
    flex: 1;
    height: 2px;
    background: #e8e5e0;
    margin: 0 0.25rem;
    margin-bottom: 1.2rem;
    transition: background .3s;
    min-width: 20px;
}
.lh-eval-step-line.is-done {
    background: #C5A059;
}

/* Panels */
.lh-eval-panel {
    display: none;
    flex-direction: column;
    gap: 1.25rem;
    animation: lhEvalFade .3s ease;
}
.lh-eval-panel.is-active {
    display: flex;
}
@keyframes lhEvalFade {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Property Type Cards */
.lh-eval-cards {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0.75rem;
}
.lh-eval-card {
    cursor: pointer;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
}
.lh-eval-card input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.lh-eval-card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1.25rem 0.5rem;
    border: 2px solid rgba(1, 33, 105, .08) !important;
    border-radius: 0.85rem;
    background: #faf9f7 !important;
    color: #555 !important;
    transition: border-color .25s, background .25s, color .25s;
    width: 100% !important;
    box-sizing: border-box;
    height: 100%;
}
.lh-eval-card-inner span {
    font-family: 'Roboto', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #333 !important;
}
.lh-eval-card input:checked + .lh-eval-card-inner {
    border-color: #012169 !important;
    background: rgba(1, 33, 105, .04) !important;
    color: #012169 !important;
    box-shadow: none !important;
}
.lh-eval-card input:checked + .lh-eval-card-inner span {
    color: #012169 !important;
}
.lh-eval-card:hover .lh-eval-card-inner {
    border-color: rgba(1, 33, 105, .2) !important;
}

/* Form fields */
.lh-eval-form {
    display: flex;
    flex-direction: column;
}
.lh-eval-field label {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-family: 'Roboto', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #012169 !important;
    margin: 0 0 0.45rem 0 !important;
}
.lh-eval-field label svg {
    flex-shrink: 0;
    opacity: 0.6;
}
.lh-eval-req {
    color: #C5A059 !important;
}
.lh-eval-field input[type="text"],
.lh-eval-field input[type="email"],
.lh-eval-field input[type="number"],
.lh-eval-field input[type="tel"],
.lh-eval-field select,
.lh-eval-field textarea {
    width: 100%;
    padding: 0.85rem 1rem;
    font-family: 'Roboto', sans-serif;
    font-size: 0.92rem;
    color: #121212 !important;
    background: #f8f7f5 !important;
    border: 1px solid rgba(1, 33, 105, .1) !important;
    border-radius: 0.65rem;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
    box-sizing: border-box;
}
.lh-eval-field input:focus,
.lh-eval-field select:focus,
.lh-eval-field textarea:focus {
    border-color: #012169 !important;
    box-shadow: none !important;
}
.lh-eval-field input::placeholder {
    color: #aaa;
}
.lh-eval-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.lh-eval-row .lh-eval-field--plz {
    grid-column: span 1;
    max-width: 100% !important;
}

/* Toggle buttons */
.lh-eval-toggle-group {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0;
    border-radius: 0.65rem;
    overflow: hidden;
    border: 1px solid rgba(1, 33, 105, .1) !important;
}
.lh-eval-toggle {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    position: relative;
    cursor: pointer;
    margin: 0 !important;
    padding: 0 !important;
}
.lh-eval-toggle input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.lh-eval-toggle span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.75rem 1rem;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 0.88rem;
    font-weight: 500;
    color: #555 !important;
    background: #f8f7f5 !important;
    transition: background .2s, color .2s;
    border-right: 1px solid rgba(1, 33, 105, .1);
    width: 100% !important;
    box-sizing: border-box !important;
}
.lh-eval-toggle:last-child span {
    border-right: none;
}
.lh-eval-toggle input:checked + span {
    background: #012169 !important;
    color: #fff !important;
    font-weight: 600;
}

/* DSGVO / Checkbox */
.lh-eval-dsgvo {
    margin-top: 0.25rem;
}
.lh-eval-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    cursor: pointer;
    font-size: 0.82rem;
    color: #555 !important;
    line-height: 1.5;
}
.lh-eval-checkbox span {
    color: #555 !important;
}
.lh-eval-checkbox input[type="checkbox"] {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    accent-color: #012169;
}
.lh-eval-checkbox a {
    color: #012169 !important;
    text-decoration: underline;
}

/* Navigation buttons */
.lh-eval-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 0.5rem;
}
.lh-eval-prev {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.75rem 1.25rem;
    font-family: 'Roboto', sans-serif;
    font-size: 0.88rem;
    font-weight: 500;
    color: #666 !important;
    background: none !important;
    border: 1px solid rgba(0,0,0,.12) !important;
    border-radius: 0.65rem;
    cursor: pointer;
    transition: border-color .2s, color .2s;
}
.lh-eval-prev:hover {
    border-color: #012169 !important;
    color: #012169 !important;
}
.lh-eval-next {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.85rem 2rem;
    font-family: 'Bauziet', serif;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #fff !important;
    background: #012169 !important;
    border: none;
    border-radius: 0.65rem;
    cursor: pointer;
    transition: background .25s, transform .15s;
    margin-left: auto;
}
.lh-eval-next:hover {
    background: #01194f !important;
    transform: translateY(-1px);
}
.lh-eval-next svg {
    transition: transform .2s;
}
.lh-eval-next:hover svg {
    transform: translateX(3px);
}
.lh-eval-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex: 1;
    padding: 0.85rem 2rem;
    font-family: 'Bauziet', serif;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #fff !important;
    background: #012169 !important;
    border: none;
    border-radius: 0.65rem;
    cursor: pointer;
    transition: background .25s, transform .15s;
}
.lh-eval-submit:hover {
    background: #01194f !important;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .lh-eval-wrap {
        padding: 2rem 1.25rem;
    }
    .lh-eval-row {
        grid-template-columns: 1fr;
    }
    .lh-eval-row .lh-eval-field--plz {
        max-width: none;
    }
    .lh-eval-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .lh-eval-steps {
        gap: 0;
    }
    .lh-eval-step {
        padding: 0 0.25rem;
    }
    .lh-eval-step-icon {
        width: 36px;
        height: 36px;
    }
    .lh-eval-step-icon svg {
        width: 16px;
        height: 16px;
    }
    .lh-eval-step-label {
        font-size: 0.6rem;
    }
}

/* Highlight box stays dark navy in white section */
body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-highlight h3,
body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-highlight h4,
body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-highlight p {
    color: #fff;
}

/* Form in white section */
body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-form-wrap {
    background: rgba(1, 33, 105, .03);
    border-color: rgba(1, 33, 105, .1);
}

body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-form-title {
    color: #012169;
}

body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-form-desc {
    color: #666;
}

body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-form-group label {
    color: #012169;
}

body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-form-group input,
body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-form-group textarea {
    color: #121212;
    border-bottom-color: rgba(1, 33, 105, .15);
}

body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-form-group input::placeholder,
body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-form-group textarea::placeholder {
    color: #aaa;
}

body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-form-group input:focus,
body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-form-group textarea:focus {
    border-bottom-color: #012169;
}

body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-checkbox-label {
    color: #555;
}

body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-checkbox-label span {
    color: #555;
}

body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-checkbox-label a {
    color: #012169;
}

/* Contact stats in white section */
body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-stat-value {
    color: #012169;
}

body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-lp-stat-label {
    color: #666;
}

/* Secondary button in white section */
body.lh-page .lh-lp-wrap .lh-lp-section-white .lh-btn-secondary {
    background: rgba(5, 5, 5, .04);
    border-color: rgba(5, 5, 5, .2);
    color: #1a1a1a;
}

/* ── section-light inherits all section-white overrides ── */
body.lh-page .lh-lp-wrap .lh-lp-section-light .lh-lp-highlight h3,
body.lh-page .lh-lp-wrap .lh-lp-section-light .lh-lp-highlight h4,
body.lh-page .lh-lp-wrap .lh-lp-section-light .lh-lp-highlight p {
    color: #fff;
}
body.lh-page .lh-lp-wrap .lh-lp-section-light .lh-lp-form-wrap {
    background: rgba(1, 33, 105, .03);
    border-color: rgba(1, 33, 105, .1);
}
body.lh-page .lh-lp-wrap .lh-lp-section-light .lh-lp-form-title {
    color: #012169;
}
body.lh-page .lh-lp-wrap .lh-lp-section-light .lh-lp-form-desc {
    color: #666;
}
body.lh-page .lh-lp-wrap .lh-lp-section-light .lh-lp-form-group label {
    color: #012169;
}
body.lh-page .lh-lp-wrap .lh-lp-section-light .lh-lp-form-group input,
body.lh-page .lh-lp-wrap .lh-lp-section-light .lh-lp-form-group textarea {
    color: #121212;
    border-bottom-color: rgba(1, 33, 105, .15);
}
body.lh-page .lh-lp-wrap .lh-lp-section-light .lh-lp-form-group input::placeholder,
body.lh-page .lh-lp-wrap .lh-lp-section-light .lh-lp-form-group textarea::placeholder {
    color: #aaa;
}
body.lh-page .lh-lp-wrap .lh-lp-section-light .lh-lp-form-group input:focus,
body.lh-page .lh-lp-wrap .lh-lp-section-light .lh-lp-form-group textarea:focus {
    border-bottom-color: #012169;
}
body.lh-page .lh-lp-wrap .lh-lp-section-light .lh-lp-checkbox-label,
body.lh-page .lh-lp-wrap .lh-lp-section-light .lh-lp-checkbox-label span {
    color: #555;
}
body.lh-page .lh-lp-wrap .lh-lp-section-light .lh-lp-checkbox-label a {
    color: #012169;
}
body.lh-page .lh-lp-wrap .lh-lp-section-light .lh-lp-stat-value {
    color: #012169;
}
body.lh-page .lh-lp-wrap .lh-lp-section-light .lh-lp-stat-label {
    color: #666;
}
body.lh-page .lh-lp-wrap .lh-lp-section-light .lh-owner-info-block h4 {
    color: #121212;
}
body.lh-page .lh-lp-wrap .lh-lp-section-light .lh-owner-info-block p {
    color: #555;
}
body.lh-page .lh-lp-wrap .lh-lp-section-light .lh-owner-info-block a {
    color: #555;
}
body.lh-page .lh-lp-wrap .lh-lp-section-light .lh-owner-info-block a:hover {
    color: #012169;
}
body.lh-page .lh-lp-wrap .lh-lp-section-light .lh-section-eyebrow {
    color: #012169 !important;
}
body.lh-page .lh-lp-wrap .lh-lp-section-light .lh-owner-info-icon {
    background: rgba(1, 33, 105, .08);
    color: #012169;
}
body.lh-page .lh-lp-wrap .lh-lp-section-light .lh-owner-info-divider {
    background: rgba(1, 33, 105, .2);
}
body.lh-page .lh-lp-wrap .lh-lp-section-light .lh-btn-secondary {
    background: rgba(5, 5, 5, .04);
    border-color: rgba(5, 5, 5, .2);
    color: #1a1a1a;
}

body.lh-page .lh-lp-wrap .lh-lp-section-dark {
    background: #060606;
    color: #fff;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-left: 5rem;
    padding-right: 5rem;
}

body.lh-page .lh-lp-wrap .lh-lp-section-dark .lh-lp-inner {
    max-width: var(--lh-content-max, 1750px);
    margin: 0 auto;
}

/* Dark section typography overrides */
body.lh-page .lh-lp-wrap .lh-lp-section-dark .lh-section-title {
    color: #ffffff;
}

body.lh-page .lh-lp-wrap .lh-lp-section-dark .lh-section-title span {
    color: #B8CFEA;
}

body.lh-page .lh-lp-wrap .lh-lp-section-dark .lh-section-eyebrow {
    color: #B8CFEA;
}

body.lh-page .lh-lp-wrap .lh-lp-section-dark .lh-section-desc {
    color: rgba(255, 255, 255, 0.7);
}

body.lh-page .lh-lp-wrap .lh-lp-section-dark .lh-lp-desc {
    color: rgba(255, 255, 255, 0.65);
}

body.lh-page .lh-lp-wrap .lh-lp-section-dark h3,
body.lh-page .lh-lp-wrap .lh-lp-section-dark h4 {
    color: #ffffff;
}

body.lh-page .lh-lp-wrap .lh-lp-section-dark p {
    color: rgba(255, 255, 255, 0.65);
}

/* â€” Center block (for System section) â€” */
body.lh-page .lh-lp-wrap .lh-lp-center {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 3.5rem;
}

body.lh-page .lh-lp-wrap .lh-lp-desc {
    color: rgba(255,255,255,.65);
    font-size: 1.02rem;
    line-height: 1.75;
    margin-top: .8rem;
}

/* â€” 2-col grid â€” */
body.lh-page .lh-lp-wrap .lh-lp-grid-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.5rem;
    align-items: start;
    max-width: var(--lh-content-max, 1750px);
    margin: 0 auto;
}

/* â€” Portrait image (2-col left) â€” */
body.lh-page .lh-lp-wrap .lh-lp-portrait img {
    width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: cover;
    display: block;
}

/* â€” Cards grid â€” */
body.lh-page .lh-lp-wrap .lh-lp-cards {
    display: grid;
    gap: 2rem;
}

body.lh-page .lh-lp-wrap .lh-lp-cards-4 {
    grid-template-columns: repeat(4, 1fr);
}

body.lh-page .lh-lp-wrap .lh-lp-cards-3 {
    grid-template-columns: repeat(3, 1fr);
}

body.lh-page .lh-lp-wrap .lh-lp-card {
    padding: 2.2rem 2rem;
    border: 1px solid rgba(184,207,234,.12);
    transition: border-color .3s, transform .3s;
}

body.lh-page .lh-lp-wrap .lh-lp-card:hover {
    border-color: rgba(184,207,234,.35);
    transform: translateY(-3px);
}

body.lh-page .lh-lp-wrap .lh-lp-card-light {
    background: rgba(255,255,255,.03);
}

body.lh-page .lh-lp-wrap .lh-lp-card-dark {
    background: rgba(1,33,105,.12);
}

body.lh-page .lh-lp-wrap .lh-lp-card-num {
    font-family: var(--lh-serif, 'Bauziet', serif);
    font-size: 1.9rem;
    color: #B8CFEA;
    margin-bottom: .6rem;
    letter-spacing: .04em;
}

body.lh-page .lh-lp-wrap .lh-lp-card h3 {
    font-family: var(--lh-serif, 'Bauziet', serif);
    font-size: 1.2rem;
    margin: 0 0 .6rem;
    letter-spacing: .03em;
    color: #fff;
}

body.lh-page .lh-lp-wrap .lh-lp-card p {
    font-size: .92rem;
    line-height: 1.7;
    color: rgba(255,255,255,.6);
    margin: 0;
}

/* â€” Numbered features (EigentÃ¼mer) â€” */
body.lh-page .lh-lp-wrap .lh-lp-features {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: feat;
}

body.lh-page .lh-lp-wrap .lh-lp-features li {
    counter-increment: feat;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(184,207,234,.12);
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
}

body.lh-page .lh-lp-wrap .lh-lp-features li::before {
    content: counter(feat, decimal-leading-zero);
    font-family: var(--lh-serif, 'Bauziet', serif);
    font-size: 1.5rem;
    color: #B8CFEA;
    flex-shrink: 0;
    width: 2.4rem;
}

body.lh-page .lh-lp-wrap .lh-lp-features li strong {
    display: block;
    font-family: var(--lh-serif, 'Bauziet', serif);
    font-size: 1.08rem;
    color: #fff;
    margin-bottom: .3rem;
    font-weight: 500;
    letter-spacing: .03em;
}

body.lh-page .lh-lp-wrap .lh-lp-features li span {
    font-size: .92rem;
    color: rgba(255,255,255,.6);
    line-height: 1.65;
}

/* â€” Arrow features (Immobilienberater) â€” */
body.lh-page .lh-lp-wrap .lh-lp-arrow-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.lh-page .lh-lp-wrap .lh-lp-arrow-features li {
    padding: 1.4rem 0;
    border-bottom: 1px solid rgba(184,207,234,.12);
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

body.lh-page .lh-lp-wrap .lh-lp-arrow-features li::before {
    content: 'â†’';
    color: #B8CFEA;
    flex-shrink: 0;
    font-size: 1.1rem;
}

body.lh-page .lh-lp-wrap .lh-lp-arrow-features li strong {
    display: block;
    font-family: var(--lh-serif, 'Bauziet', serif);
    font-size: 1.08rem;
    color: #fff;
    margin-bottom: .25rem;
    font-weight: 500;
    letter-spacing: .03em;
}

body.lh-page .lh-lp-wrap .lh-lp-arrow-features li span {
    font-size: .92rem;
    color: rgba(255,255,255,.6);
    line-height: 1.65;
}

/* â€” Bullets (Franchise-Partner Expansion) â€” */
body.lh-page .lh-lp-wrap .lh-lp-bullets {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
}

body.lh-page .lh-lp-wrap .lh-lp-bullets li {
    padding: .85rem 0;
    border-bottom: 1px solid rgba(184,207,234,.12);
    color: rgba(255,255,255,.78);
    font-size: .98rem;
    letter-spacing: .02em;
    display: flex;
    align-items: center;
    gap: .8rem;
}

body.lh-page .lh-lp-wrap .lh-lp-bullets li::before {
    content: 'â†’';
    color: #B8CFEA;
    flex-shrink: 0;
}

/* â€” Highlight box (EigentÃ¼mer / Immobilienberater) â€” */
body.lh-page .lh-lp-wrap .lh-lp-highlight {
    background: #012169;
    padding: 2.8rem 2.4rem;
    position: relative;
    overflow: hidden;
}

body.lh-page .lh-lp-wrap .lh-lp-highlight::before {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(184,207,234,.18), transparent 65%);
    top: -60px;
    right: -60px;
    pointer-events: none;
}

body.lh-page .lh-lp-wrap .lh-lp-highlight-icon {
    font-size: 2.2rem;
    margin-bottom: .8rem;
}

body.lh-page .lh-lp-wrap .lh-lp-highlight-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

body.lh-page .lh-lp-wrap .lh-lp-highlight h3 {
    font-family: var(--lh-serif, 'Bauziet', serif);
    font-size: 1.3rem;
    color: #fff;
    margin: 0 0 .7rem;
    letter-spacing: .03em;
}

body.lh-page .lh-lp-wrap .lh-lp-highlight p {
    color: rgba(255,255,255,.7);
    font-size: .95rem;
    line-height: 1.7;
    margin: 0;
}

/* â€” Image stack (EigentÃ¼mer Leistungen) â€” */
body.lh-page .lh-lp-wrap .lh-lp-images {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

body.lh-page .lh-lp-wrap .lh-lp-images img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    max-height: 320px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   OWNER â€“ NEW SECTIONS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â€” Stats Counter â€” */
.lh-owner-stats {
    background: #001441 !important;
    padding: 4rem 5rem;
    border-top: 1px solid rgba(255,255,255,.08);
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    box-sizing: border-box;
}
.lh-owner-stats .lh-section-eyebrow { color: #B8CFEA !important; }
.lh-owner-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: var(--lh-content-max, 1750px);
    margin: 0 auto;
    text-align: center;
}
.lh-owner-stat-number {
    font-family: 'Bauziet', serif;
    font-size: clamp(2.5rem, 4vw, 4rem);
    font-weight: 700;
    color: #fff !important;
    line-height: 1;
}
.lh-owner-stat-suffix {
    font-family: 'Bauziet', serif;
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    font-weight: 700;
    color: #B8CFEA !important;
}
.lh-owner-stat-label {
    display: block;
    margin-top: .5rem;
    font-family: 'Roboto', sans-serif;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255,255,255,.5) !important;
}

/* â€” Video Showcase â€” */
.lh-owner-video {
    background: #ffffff !important;
    padding: 5rem;
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    box-sizing: border-box;
}
.lh-owner-video-inner {
    max-width: var(--lh-content-max, 1750px);
    margin: 0 auto;
    text-align: center;
}
.lh-owner-video-inner .lh-section-eyebrow { margin-bottom: .5rem; color: #012169 !important; }
.lh-owner-video-inner .lh-section-title { margin-bottom: 2.5rem; color: #121212 !important; }
.lh-owner-video-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 16/9;
    background: #001441;
    cursor: pointer;
}
.lh-owner-video-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease, filter .4s ease;
}
.lh-owner-video-wrap:hover .lh-owner-video-poster {
    transform: scale(1.03);
    filter: brightness(.85);
}
.lh-owner-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2;
    transition: transform .3s ease;
}
.lh-owner-video-play:hover { transform: translate(-50%, -50%) scale(1.1); }
.lh-owner-video-play svg { width: 100%; height: 100%; }
.lh-owner-video-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.lh-owner-video-el {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}
.lh-owner-video-wrap--mp4.is-playing .lh-owner-video-play--mp4 {
    opacity: 0 !important;
    pointer-events: none;
    transition: opacity .3s ease;
}

/* â€” Testimonial Carousel â€” */
.lh-owner-testimonials {
    background: #001441 !important;
    padding: 6rem 5rem;
    overflow: hidden;
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    box-sizing: border-box;
}
.lh-owner-testimonials-inner {
    max-width: var(--lh-content-max, 1750px);
    margin: 0 auto;
    text-align: center;
}
.lh-owner-testimonials .lh-section-eyebrow { color: #B8CFEA !important; }
.lh-owner-testimonials .lh-section-title {
    color: #fff !important;
    margin-bottom: 3.5rem;
    font-family: 'Bauziet', serif;
}
.lh-owner-carousel { position: relative; }
.lh-owner-carousel-track {
    display: flex;
    transition: transform .5s cubic-bezier(.4, 0, .2, 1);
}
.lh-owner-carousel-slide {
    flex: 0 0 100%;
    padding: 0 .75rem;
    box-sizing: border-box;
}
@media (min-width: 769px) {
    .lh-owner-carousel-slide { flex: 0 0 50%; }
}
@media (min-width: 1100px) {
    .lh-owner-carousel-slide { flex: 0 0 33.333%; }
}
.lh-owner-tcard {
    position: relative;
    background: linear-gradient(160deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.015) 100%) !important;
    border: 1px solid rgba(255,255,255,.07) !important;
    border-radius: 1.25rem;
    padding: 2.25rem 2rem 2rem;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: border-color .35s ease, transform .35s ease;
}
.lh-owner-tcard:hover {
    border-color: rgba(197,160,89,.35) !important;
    transform: translateY(-4px);
}
.lh-owner-tcard::before {
    content: '\201C';
    position: absolute;
    top: 1.25rem;
    right: 1.5rem;
    font-family: 'Bauziet', serif;
    font-size: 4rem;
    line-height: 1;
    color: rgba(197,160,89,.12);
    pointer-events: none;
}
.lh-owner-tcard-stars {
    color: #C5A059 !important;
    font-size: .9rem;
    letter-spacing: 3px;
    margin-bottom: 1.25rem;
}
.lh-owner-tcard-quote {
    font-family: 'Bauziet', serif;
    font-size: 1rem;
    font-style: italic;
    color: rgba(255,255,255,.88) !important;
    line-height: 1.7;
    margin: 0 0 1rem !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    quotes: none !important;
    flex: 1;
}
.lh-owner-tcard-quote::before,
.lh-owner-tcard-quote::after {
    content: none !important;
}
.lh-owner-tcard-body {
    font-family: 'Roboto', sans-serif;
    font-size: .8rem;
    color: rgba(255,255,255,.4) !important;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}
.lh-owner-tcard-author {
    display: flex;
    align-items: center;
    gap: .85rem;
    margin-top: auto;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255,255,255,.06) !important;
}
.lh-owner-tcard-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #C5A059 0%, #a8854a 100%) !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: .8rem;
    flex-shrink: 0;
    letter-spacing: .02em;
}
.lh-owner-tcard-author strong {
    display: block;
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .02em;
}
.lh-owner-tcard-author span {
    display: block;
    color: rgba(255,255,255,.4) !important;
    font-family: 'Roboto', sans-serif;
    font-size: .68rem;
    font-weight: 500;
    letter-spacing: .04em;
    margin-top: 2px;
}
.lh-owner-carousel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    margin-top: 2.5rem;
}
.lh-owner-carousel-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.12) !important;
    background: transparent !important;
    color: rgba(255,255,255,.6) !important;
    font-size: 1.25rem;
    cursor: pointer;
    transition: all .25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lh-owner-carousel-btn:hover {
    background: rgba(197,160,89,.12) !important;
    border-color: rgba(197,160,89,.4) !important;
    color: #C5A059 !important;
}
.lh-owner-carousel-dots {
    display: flex;
    gap: 6px;
}
.lh-owner-carousel-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
    cursor: pointer;
    transition: all .3s ease;
    border: none;
}
.lh-owner-carousel-dot.is-active {
    background: #C5A059 !important;
    transform: scale(1);
    width: 20px;
    border-radius: 3px;
}

/* â€” Comparison Table â€” */
.lh-owner-comparison {
    background: #0d1322 !important;
    padding: 6rem 5rem;
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    box-sizing: border-box;
}
.lh-owner-comparison-inner {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}
.lh-owner-comparison-inner .lh-section-eyebrow { color: #B8CFEA !important; }
.lh-owner-comparison-inner .lh-section-title {
    margin-bottom: 3rem;
    color: #fff !important;
    font-family: 'Bauziet', serif;
}
.lh-owner-comptable-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 1rem;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: none;
}
.lh-owner-comptable {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Roboto', sans-serif;
    font-size: .85rem;
    text-align: left;
}
.lh-owner-comptable thead {
    background: #012169 !important;
}
.lh-owner-comptable th {
    padding: 1.1rem 1.5rem;
    font-weight: 600;
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: rgba(255,255,255,.8) !important;
    border-bottom: none;
}
.lh-owner-comptable td {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,.06) !important;
    color: rgba(255,255,255,.6) !important;
    font-size: .84rem;
}
.lh-owner-comptable tbody tr {
    transition: background .2s ease;
}
.lh-owner-comptable tbody tr:nth-child(even) {
    background: rgba(255,255,255,.02);
}
.lh-owner-comptable tbody tr:last-child td {
    border-bottom: none !important;
}
.lh-owner-comptable tbody tr:hover {
    background: rgba(255,255,255,.04) !important;
}
.lh-comptable-cb {
    text-align: center;
    font-weight: 700;
    color: #C5A059 !important;
    letter-spacing: .01em;
}
.lh-comptable-other {
    text-align: center;
    color: rgba(255,255,255,.35) !important;
}
.lh-owner-comptable thead .lh-comptable-cb {
    color: #C5A059 !important;
}
.lh-owner-comptable thead .lh-comptable-other {
    color: rgba(255,255,255,.55) !important;
}

/* â€” Trust Badges â€” */
.lh-owner-trust {
    background: #001441 !important;
    padding: 4rem 5rem;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.08);
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    box-sizing: border-box;
}
.lh-owner-trust .lh-section-eyebrow { color: #B8CFEA !important; }
.lh-owner-trust-inner {
    max-width: var(--lh-content-max, 1750px);
    margin: 0 auto;
}
.lh-owner-trust .lh-section-title { color: #fff !important; margin-bottom: 2.5rem; }
.lh-owner-trust-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem 3rem;
    align-items: center;
}
.lh-owner-trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}
.lh-owner-trust-badge img {
    height: 56px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: .7;
    transition: opacity .3s;
}
.lh-owner-trust-badge:hover img { opacity: 1; }
.lh-owner-trust-badge span {
    font-family: 'Roboto', sans-serif;
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255,255,255,.5);
}

/* â€” Owner Sections Responsive â€” */
@media (max-width: 768px) {
    .lh-owner-stats { padding: 3rem 1.5rem; }
    .lh-owner-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
    .lh-owner-video { padding: 3rem 1.5rem; }
    .lh-owner-testimonials { padding: 3.5rem 1.25rem; }
    .lh-owner-tcard { padding: 1.75rem 1.5rem 1.5rem; border-radius: 1rem; }
    .lh-owner-tcard::before { font-size: 3rem; top: 1rem; right: 1rem; }
    .lh-owner-comparison { padding: 3.5rem 1.25rem; }
    .lh-owner-comptable-wrap { border-radius: .75rem; }
    .lh-owner-comptable { font-size: .78rem; }
    .lh-owner-comptable th,
    .lh-owner-comptable td { padding: .75rem 1rem; }
    .lh-owner-trust { padding: 3rem 1.5rem; }
}

/* â€” Contact section â€” */
body.lh-page .lh-lp-wrap .lh-lp-contact {
    padding: 6rem 5rem;
}

body.lh-page .lh-lp-wrap .lh-lp-contact .lh-section-title {
    color: #fff;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
}

body.lh-page .lh-lp-wrap .lh-lp-contact .lh-section-title span {
    color: #B8CFEA;
}

/* Contact on white bg â€” title must be dark */
body.lh-page .lh-lp-wrap .lh-lp-section-white.lh-lp-contact .lh-section-title,
body.lh-page .lh-lp-wrap .lh-lp-section-light.lh-lp-contact .lh-section-title {
    color: #050505;
}

body.lh-page .lh-lp-wrap .lh-lp-section-white.lh-lp-contact .lh-section-title span,
body.lh-page .lh-lp-wrap .lh-lp-section-light.lh-lp-contact .lh-section-title span {
    color: #012169;
}

body.lh-page .lh-lp-wrap .lh-lp-section-white.lh-lp-contact .lh-lp-desc,
body.lh-page .lh-lp-wrap .lh-lp-section-light.lh-lp-contact .lh-lp-desc {
    color: #444;
}

body.lh-page .lh-lp-wrap .lh-lp-contact-stats {
    display: flex;
    gap: 3rem;
    margin-top: 2rem;
}

/* â€” Form â€” */
body.lh-page .lh-lp-wrap .lh-lp-form-wrap {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(184,207,234,.1);
    padding: 2.8rem 2.4rem;
}

body.lh-page .lh-lp-wrap .lh-lp-form-title {
    font-family: var(--lh-serif, 'Bauziet', serif);
    font-size: 1.35rem;
    color: #fff;
    margin: 0 0 .3rem;
    letter-spacing: .03em;
}

body.lh-page .lh-lp-wrap .lh-lp-form-desc {
    font-size: .88rem;
    color: rgba(255,255,255,.5);
    margin: 0 0 1.8rem;
}

body.lh-page .lh-lp-wrap .lh-lp-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 0;
}

body.lh-page .lh-lp-wrap .lh-lp-form-group {
    margin-bottom: 1.5rem;
}

body.lh-page .lh-lp-wrap .lh-lp-form-group label {
    display: block;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: rgba(255,255,255,.45);
    margin-bottom: .45rem;
}

body.lh-page .lh-lp-wrap .lh-lp-form-group input,
body.lh-page .lh-lp-wrap .lh-lp-form-group textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(184,207,234,.2);
    color: #fff;
    font-size: .95rem;
    padding: .55rem 0;
    font-family: inherit;
    outline: none;
    transition: border-color .25s;
    box-sizing: border-box;
}

body.lh-page .lh-lp-wrap .lh-lp-form-group input::placeholder,
body.lh-page .lh-lp-wrap .lh-lp-form-group textarea::placeholder {
    color: rgba(255,255,255,.25);
}

body.lh-page .lh-lp-wrap .lh-lp-form-group input:focus,
body.lh-page .lh-lp-wrap .lh-lp-form-group textarea:focus {
    border-bottom-color: #B8CFEA;
}

body.lh-page .lh-lp-wrap .lh-lp-form-group textarea {
    resize: vertical;
    min-height: 80px;
}

/* DSGVO checkbox */
body.lh-page .lh-lp-wrap .lh-lp-dsgvo {
    margin-bottom: 1.6rem;
}

body.lh-page .lh-lp-wrap .lh-lp-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    font-size: .82rem;
    color: rgba(255,255,255,.55);
    cursor: pointer;
    line-height: 1.5;
}

body.lh-page .lh-lp-wrap .lh-lp-checkbox-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: #B8CFEA;
}

body.lh-page .lh-lp-wrap .lh-lp-checkbox-label a {
    color: #B8CFEA;
    text-decoration: underline;
}

/* Submit */
body.lh-page .lh-lp-wrap .lh-lp-submit {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: #012169;
    color: #fff;
    border: none;
    padding: .9rem 2.4rem;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-weight: 600;
    cursor: pointer;
    transition: background .3s, transform .2s;
    font-family: inherit;
}

body.lh-page .lh-lp-wrap .lh-lp-submit:hover {
    background: #1a3a8a;
    transform: translateY(-1px);
}

/* Notices (reuse contact page pattern) */
body.lh-page .lh-lp-wrap .lh-cp-notice {
    padding: 1rem 1.4rem;
    margin-bottom: 1.4rem;
    font-size: .9rem;
}

body.lh-page .lh-lp-wrap .lh-cp-notice p {
    margin: 0;
}

body.lh-page .lh-lp-wrap .lh-cp-notice--success {
    background: rgba(76,175,80,.12);
    border-left: 3px solid #4caf50;
    color: #a5d6a7;
}

body.lh-page .lh-lp-wrap .lh-cp-notice--error {
    background: rgba(244,67,54,.12);
    border-left: 3px solid #f44336;
    color: #ef9a9a;
}

/* â€” Responsive â€” */
@media (max-width: 1024px) {
    body.lh-page .lh-lp-wrap .lh-lp-hero-content {
        padding: 8rem 2.5rem 3rem;
    }

    body.lh-page .lh-lp-wrap .lh-lp-section,
    body.lh-page .lh-lp-wrap .lh-lp-contact {
        padding: 4rem 2.5rem;
    }

    body.lh-page .lh-lp-wrap .lh-lp-section-dark {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    body.lh-page .lh-lp-wrap .lh-lp-section-white {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    body.lh-page .lh-lp-wrap .lh-lp-stats-bar {
        gap: 2rem;
        padding: 1.8rem 2.5rem;
    }

    body.lh-page .lh-lp-wrap .lh-lp-grid-2col {
        gap: 3rem;
    }

    body.lh-page .lh-lp-wrap .lh-lp-cards-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    body.lh-page .lh-lp-wrap .lh-lp-hero {
        min-height: 80vh;
    }

    body.lh-page .lh-lp-wrap .lh-lp-hero-content {
        padding: 6rem 1.5rem 2.5rem;
    }

    body.lh-page .lh-lp-wrap .lh-lp-section,
    body.lh-page .lh-lp-wrap .lh-lp-contact {
        padding: 3rem 1.5rem;
    }

    body.lh-page .lh-lp-wrap .lh-lp-section-dark {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    body.lh-page .lh-lp-wrap .lh-lp-section-white {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    body.lh-page .lh-lp-wrap .lh-lp-grid-2col {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    body.lh-page .lh-lp-wrap .lh-lp-stats-bar {
        flex-wrap: wrap;
        gap: 1.2rem 2.5rem;
        padding: 1.5rem;
    }

    body.lh-page .lh-lp-wrap .lh-lp-cards-4,
    body.lh-page .lh-lp-wrap .lh-lp-cards-3 {
        grid-template-columns: 1fr;
    }

    body.lh-page .lh-lp-wrap .lh-lp-form-row {
        grid-template-columns: 1fr;
    }

    body.lh-page .lh-lp-wrap .lh-lp-form-wrap {
        padding: 2rem 1.5rem;
    }

    body.lh-page .lh-lp-wrap .lh-lp-contact-stats {
        gap: 2rem;
    }

    body.lh-page .lh-lp-wrap .lh-lp-hero-ctas {
        flex-direction: column;
    }

    body.lh-page .lh-lp-wrap .lh-lp-hero-ctas .lh-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    body.lh-page .lh-lp-wrap .lh-lp-highlight {
        padding: 2rem 1.5rem;
    }
}

/* Landing page & contact – small phones */
@media (max-width: 480px) {
    body.lh-page .lh-lp-wrap .lh-lp-hero {
        min-height: 70vh;
    }

    body.lh-page .lh-lp-wrap .lh-lp-hero-content {
        padding: 5rem 1rem 2rem;
    }

    body.lh-page .lh-lp-wrap .lh-lp-section,
    body.lh-page .lh-lp-wrap .lh-lp-contact {
        padding: 2.5rem 1rem;
    }

    body.lh-page .lh-lp-wrap .lh-lp-section-dark,
    body.lh-page .lh-lp-wrap .lh-lp-section-white {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    body.lh-page .lh-lp-wrap .lh-lp-form-wrap {
        padding: 1.5rem 1rem;
    }

    body.lh-page .lh-lp-wrap .lh-lp-stats-bar {
        gap: 1rem 1.5rem;
        padding: 1rem;
    }

    body.lh-page .lh-lp-wrap .lh-lp-contact-stats {
        flex-direction: column;
        gap: 1rem;
    }

    body.lh-page .lh-contact-page-wrap .lh-cp-hero {
        min-height: 45vh;
        padding: 0 16px 3rem;
    }

    body.lh-page .lh-contact-page-wrap .lh-cp-main {
        padding: 3.5rem 16px;
    }

    body.lh-page .lh-contact-page-wrap .lh-cp-info-col {
        padding: 2rem 1rem;
    }

    body.lh-page .lh-contact-page-wrap .lh-cp-info-row {
        grid-template-columns: 1fr;
    }

    body.lh-page .lh-home-wrap .lh-block {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    body.lh-page .lh-home-wrap #lh-properties,
    body.lh-page .lh-home-wrap #about,
    body.lh-page .lh-home-wrap .lh-testimonials-section,
    body.lh-page .lh-home-wrap .lh-insights-section {
        padding-left: 16px;
        padding-right: 16px;
    }

    body.lh-page .lh-home-wrap .lh-about-block-light {
        padding-left: 16px;
        padding-right: 16px;
    }

    .lh-owner-stats { padding: 2rem 1rem; }
    .lh-owner-stats-grid { grid-template-columns: 1fr; }
    .lh-owner-video { padding: 2rem 1rem; }
    .lh-owner-testimonials { padding: 2.5rem 1rem; }
    .lh-owner-comparison { padding: 2.5rem 1rem; }
    .lh-owner-comptable th,
    .lh-owner-comptable td { padding: .6rem .75rem; font-size: .72rem; }
    .lh-owner-trust { padding: 2rem 1rem; }
}

/* =========================================================
   VIDEO CAMPAIGN SECTION
   ========================================================= */
.lh-video-section {
    padding: 100px 40px;
    text-align: center;
}

.lh-video-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 48px;
}

.lh-video-content {
    display: grid;
    gap: 16px;
    justify-items: center;
}

.lh-video-player {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.lh-video-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #111;
}

.lh-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.lh-video-player video {
    width: 100%;
    border-radius: 12px;
    background: #111;
}

.lh-video-placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px dashed rgba(255, 255, 255, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 768px) {
    .lh-video-section {
        padding: 60px 20px;
    }
}

/* =========================================================
   FLORIAN FREYTAG WIDGET
   ========================================================= */

/* Wrapper — AIGEN-style page */
.lh-florian-wrap {
    background: #f5f2ed;
    color: #121212;
    --lh-content-max: 1750px;
}

.lh-florian-wrap .lh-block {
    padding-top: 9rem;
    padding-bottom: 9rem;
    max-width: var(--lh-content-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}

/* Florian: default text (light sections) */
.lh-florian-wrap .lh-section-eyebrow {
    color: #012169;
    letter-spacing: 0.45em;
    font-size: 1rem;
    font-weight: 700;
}

.lh-florian-wrap .lh-section-title {
    color: #121212;
    font-size: 5rem;
    line-height: 1.08;
    font-family: 'Bauziet', serif;
    font-weight: 400;
}

.lh-florian-wrap .lh-section-title span {
    color: #012169;
    font-style: italic;
}

.lh-florian-wrap .lh-section-desc {
    color: rgba(18, 18, 18, 0.7);
    font-size: 1.04rem;
    line-height: 1.85;
}

/* Florian: dark sections (Speaker, CTA) */
.lh-florian-speaker,
.lh-florian-cta {
    position: relative;
    z-index: 0;
}

.lh-florian-speaker::before,
.lh-florian-cta::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background: #001441;
    z-index: -1;
}

.lh-florian-wrap .lh-florian-speaker .lh-section-eyebrow,
.lh-florian-wrap .lh-florian-cta .lh-section-eyebrow {
    color: #B8CFEA;
}

.lh-florian-wrap .lh-florian-speaker .lh-section-title,
.lh-florian-wrap .lh-florian-cta .lh-section-title {
    color: #ffffff;
}

.lh-florian-wrap .lh-florian-speaker .lh-section-title span,
.lh-florian-wrap .lh-florian-cta .lh-section-title span {
    color: #B8CFEA;
}

.lh-florian-wrap .lh-florian-speaker .lh-section-desc,
.lh-florian-wrap .lh-florian-cta .lh-section-desc {
    color: rgba(255, 255, 255, 0.7);
}

/* Florian: light sections (Vision, Press) */
.lh-florian-wrap .lh-block-light {
    position: relative;
    z-index: 0;
}

.lh-florian-wrap .lh-block-light::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background: #ffffff;
    z-index: -1;
}

/* Vision */
.lh-florian-vision {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
}

.lh-florian-vision-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    max-width: 100%;
}

.lh-florian-vision-content {
    display: grid;
    gap: 16px;
}

.lh-florian-vision-text {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.lh-florian-vision-text p {
    margin: 0 0 1rem;
}

.lh-florian-vision-image img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.lh-florian-vision-content .lh-florian-quote {
    margin-top: 1.5rem;
    padding-left: 1.25rem;
    border-left: 3px solid #012169;
    font-style: italic;
    color: #333;
}

.lh-florian-vision-content .lh-florian-quote p {
    margin: 0 0 0.5rem;
    font-size: 17px;
    line-height: 1.6;
}

.lh-florian-vision-content .lh-florian-quote footer {
    font-style: normal;
    font-weight: 600;
    color: #012169;
    font-size: 14px;
}

/* Speaker */
.lh-florian-speaker {
    padding: 100px 40px;
}

.lh-florian-section-head {
    max-width: 100%;
    margin: 0 0 48px;
    display: grid;
    gap: 12px;
}

.lh-florian-speaker-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.lh-florian-speaker-image {
    border-radius: 12px;
    overflow: hidden;
    position: sticky;
    top: 2rem;
}

.lh-florian-speaker-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 12px;
}

.lh-florian-timeline {
    max-width: 100%;
    position: relative;
    padding-left: 40px;
}

.lh-florian-timeline::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.12);
}

.lh-florian-timeline-item {
    position: relative;
    padding-bottom: 40px;
}

.lh-florian-timeline-item:last-child {
    padding-bottom: 0;
}

.lh-florian-timeline-marker {
    position: absolute;
    left: -34px;
    top: 6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #012169;
    border: 3px solid #B8CFEA;
}

.lh-florian-timeline-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 28px;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.lh-florian-timeline-card:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.14);
}

.lh-florian-timeline-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 16px;
}

.lh-florian-timeline-meta {
    display: flex;
    gap: 16px;
    margin-bottom: 10px;
}

.lh-florian-timeline-date {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #B8CFEA;
    font-weight: 700;
}

.lh-florian-timeline-loc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0.06em;
}

.lh-florian-timeline-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 6px;
}

.lh-florian-timeline-card p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
    margin: 0;
}

/* Press */
.lh-florian-press {
    padding: 100px 40px;
}

.lh-florian-press-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 100%;
}

.lh-florian-press-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 32px;
    display: grid;
    gap: 12px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.lh-florian-press-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.lh-florian-press-logo {
    height: 28px;
    margin-bottom: 4px;
}

.lh-florian-press-logo img {
    height: 100%;
    width: auto;
    object-fit: contain;
    filter: grayscale(1) opacity(0.6);
    transition: filter 0.3s ease;
}

.lh-florian-press-card:hover .lh-florian-press-logo img {
    filter: grayscale(0) opacity(1);
}

.lh-florian-press-meta {
    display: flex;
    gap: 12px;
    align-items: center;
}

.lh-florian-press-pub {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #012169;
    font-weight: 700;
}

.lh-florian-press-date {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}

.lh-florian-press-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #121212;
    margin: 0;
    line-height: 1.4;
}

.lh-florian-press-card h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.lh-florian-press-card h3 a:hover {
    color: #012169;
}

.lh-florian-press-link {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #012169;
    text-decoration: none;
    transition: color 0.3s ease;
}

.lh-florian-press-link:hover {
    color: #B8CFEA;
}

/* Quote Section */
section.lh-florian-quote {
    padding: 120px 40px;
    background: #001441;
    position: relative;
    margin: 0;
    border: none;
    border-left: none;
    font-style: normal;
    color: #fff;
}

section.lh-florian-quote *,
section.lh-florian-quote *::before,
section.lh-florian-quote *::after {
    border: none;
    box-shadow: none;
    background: transparent;
}

.lh-florian-quote-inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    display: grid;
    gap: 40px;
    justify-items: center;
    position: relative;
}

.lh-florian-blockquote {
    margin: 0;
    padding: 0;
}

.lh-florian-blockquote p {
    font-family: 'Bauziet', Georgia, serif;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.85);
    white-space: pre-line;
    margin: 0;
    font-style: italic;
}

.lh-florian-quote-author {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.lh-florian-quote-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(184, 207, 234, 0.3) !important;
}

.lh-florian-quote-name {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 500;
}

/* CTA */
.lh-florian-cta {
    padding: 100px 40px;
    text-align: center;
}

.lh-florian-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    display: grid;
    gap: 16px;
    justify-items: center;
}

.lh-florian-cta-details {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1rem;
}

.lh-florian-cta-details a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.lh-florian-cta-details a:hover {
    color: #B8CFEA;
}

.lh-florian-cta-details svg {
    color: #B8CFEA;
    flex-shrink: 0;
}

.lh-florian-cta .lh-section-desc {
    max-width: 620px;
    margin: 0 auto;
}

.lh-florian-cta .lh-btn-primary {
    background: #B8CFEA;
    color: #050505;
    margin-top: 2rem;
}

.lh-florian-wrap .lh-widget-footer-inner {
    max-width: var(--lh-content-max);
}

/* Florian Responsive */
@media (max-width: 1024px) {
    .lh-florian-vision-inner {
        grid-template-columns: 1fr;
    }

    .lh-florian-speaker-body {
        grid-template-columns: 1fr;
    }

    .lh-florian-speaker-image {
        order: -1;
    }

    .lh-florian-press-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lh-florian-wrap .lh-section-title {
        font-size: 3.5rem;
    }
}

@media (max-width: 768px) {
    .lh-florian-wrap .lh-block {
        padding-top: 5rem;
        padding-bottom: 5rem;
        padding-left: 20px;
        padding-right: 20px;
    }

    .lh-florian-wrap .lh-section-title {
        font-size: 2.5rem;
    }

    .lh-florian-press-grid {
        grid-template-columns: 1fr;
    }

    .lh-florian-timeline {
        padding-left: 30px;
    }

    .lh-florian-timeline-marker {
        left: -24px;
    }

    .lh-florian-timeline-card {
        padding: 20px;
    }

    .lh-florian-cta-details {
        flex-direction: column;
        align-items: center;
    }
}

/* ─── Coming Soon ─────────────────────────────────────────────────────────────── */

.lh-coming-soon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #050505;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.lh-coming-soon-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.lh-coming-soon-overlay {
    position: absolute;
    inset: 0;
    background: rgba(5, 5, 5, .70);
    z-index: 1;
}

.lh-coming-soon-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 700px;
    padding: 40px 24px;
}

.lh-coming-soon-logo {
    width: 420px;
    max-width: 80%;
    margin-bottom: 56px;
}

.lh-coming-soon-heading {
    font-family: 'Bauziet', serif;
    font-size: 80px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 28px;
    letter-spacing: .3px;
}

.lh-coming-soon-text {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #ffffff !important;
    margin: 0;
}

@media (max-width: 768px) {
    .lh-coming-soon-logo {
        width: 300px;
        margin-bottom: 40px;
    }
    .lh-coming-soon-heading {
        font-size: 42px;
    }
    .lh-coming-soon-text {
        font-size: 15px;
    }
}


/* ═══════════════════════════════════════════════════════════
   RESPONSIVE MASTER FIX — comprehensive pass
   ═══════════════════════════════════════════════════════════ */

/* --- Base: prevent any horizontal overflow --- */
body.lh-page,
.lh-home-wrap,
.lh-lp-wrap,
.lh-florian-wrap,
.lh-contact-page-wrap,
.lh-article-wrap,
.lh-legal-wrap {
    overflow-x: clip;
}

/* --- Nav & hero: ensure horizontal padding above 1280px --- */
.lh-home-nav {
    padding-left: 40px;
    padding-right: 40px;
}

.lh-home-hero-content {
    padding-left: 40px;
    padding-right: 40px;
}

.lh-stats-bar {
    padding-left: 40px;
    padding-right: 40px;
}

/* --- AIGEN section title: intermediate tablet step --- */
@media (max-width: 1024px) {
    body.lh-page .lh-home-wrap .lh-section-title {
        font-size: clamp(2.4rem, 5.5vw, 3.8rem);
    }

    body.lh-page .lh-home-wrap .lh-section-eyebrow {
        font-size: 0.82rem;
    }

    body.lh-page .lh-home-wrap .lh-section-desc {
        font-size: 0.95rem;
    }

    /* Hero subtitle tighter on tablet */
    p.lh-home-sub.lh-reveal.is-in {
        max-width: 90%;
    }

    /* Property overlay: reduce min-height */
    body.lh-page .lh-home-wrap .lh-prop-overlay {
        min-height: 220px;
        padding: 16px 20px 14px !important;
    }

    /* Property title smaller */
    body.lh-page .lh-home-wrap .lh-prop-title {
        font-size: 1.6rem;
    }

    /* Testimonial padding */
    body.lh-page .lh-home-wrap .lh-testimonial {
        padding: 1.5rem;
    }

    body.lh-page .lh-home-wrap .lh-testimonial-text {
        font-size: 22px;
    }

    /* About points columns */
    body.lh-page .lh-home-wrap .lh-about-points {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    /* CTA cards */
    body.lh-page .lh-home-wrap .lh-cta-card {
        padding: 1.8rem 1.5rem 1.5rem;
    }

    /* Network grid */
    body.lh-page .lh-home-wrap .lh-network-locations {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* --- Tablet-small (768px) deep fixes --- */
@media (max-width: 768px) {
    /* Hero subtitle full width */
    p.lh-home-sub.lh-reveal.is-in {
        max-width: 100%;
        font-size: 15px;
    }

    /* Property card overlay */
    body.lh-page .lh-home-wrap .lh-prop-overlay {
        min-height: 180px;
        padding: 14px 16px 12px !important;
    }

    body.lh-page .lh-home-wrap .lh-prop-title {
        font-size: 1.35rem;
    }

    body.lh-page .lh-home-wrap .lh-prop-subtitle {
        font-size: 14px !important;
        line-height: 1.6 !important;
        padding-bottom: 16px;
    }

    body.lh-page .lh-home-wrap .lh-prop-price {
        font-size: 1.8rem;
    }

    body.lh-page .lh-home-wrap .lh-prop-stat-copy {
        font-size: 0.82rem;
    }

    body.lh-page .lh-home-wrap .lh-prop-stats {
        flex-wrap: wrap;
        gap: 12px;
        padding-top: 16px;
    }

    /* Prop image: smaller on mobile */
    body.lh-page .lh-home-wrap .lh-prop-img-wrap {
        min-height: 240px;
    }

    /* Testimonials tighter */
    body.lh-page .lh-home-wrap .lh-testimonial-text {
        font-size: 18px;
    }

    body.lh-page .lh-home-wrap .lh-testimonial-body {
        font-size: 13px;
    }

    /* About single image */
    body.lh-page .lh-home-wrap .lh-about-images--single .lh-about-img {
        max-height: 320px;
    }

    /* Network map */
    body.lh-page .lh-home-wrap .lh-network-map img {
        aspect-ratio: 4 / 3;
        border-radius: 1.5rem;
    }

    /* Insights head stacked */
    body.lh-page .lh-home-wrap .lh-insights-head {
        gap: 0.75rem;
        margin-bottom: 1.5rem;
    }

    /* Footer columns: ensure no overflow */
    .lh-widget-footer-inner {
        padding: 48px 20px 32px;
    }

    .lh-widget-footer-cols {
        gap: 28px;
    }

    .lh-footer-col ul li {
        font-size: 0.88rem;
    }

    /* About light grid */
    .lh-about-light-grid {
        grid-template-columns: 1fr;
    }

    /* Eval steps shrink */
    .lh-eval-step-label {
        font-size: 0.58rem;
    }

    /* Florian timeline */
    .lh-florian-timeline-card {
        padding: 18px;
    }

    .lh-florian-timeline-img {
        height: 140px;
    }

    /* Owner comparison table: readable on mobile */
    .lh-owner-comptable-wrap {
        margin: 0 -0.5rem;
    }
}

/* --- Small phones (480px) --- */
@media (max-width: 480px) {
    /* Section titles */
    body.lh-page .lh-home-wrap .lh-section-title {
        font-size: clamp(1.6rem, 8vw, 2.2rem);
    }

    body.lh-page .lh-home-wrap .lh-section-eyebrow {
        font-size: 0.7rem;
        letter-spacing: 0.3em;
    }

    body.lh-page .lh-home-wrap .lh-section-desc {
        font-size: 0.88rem;
    }

    /* Property card overlay */
    body.lh-page .lh-home-wrap .lh-prop-overlay {
        min-height: 160px;
        padding: 12px 14px 10px !important;
    }

    body.lh-page .lh-home-wrap .lh-prop-title {
        font-size: 1.15rem;
    }

    body.lh-page .lh-home-wrap .lh-prop-subtitle {
        font-size: 13px !important;
        padding-bottom: 12px;
        padding-top: 6px;
    }

    body.lh-page .lh-home-wrap .lh-prop-price {
        font-size: 1.5rem;
    }

    body.lh-page .lh-home-wrap .lh-prop-img-wrap {
        min-height: 200px;
    }

    body.lh-page .lh-home-wrap .lh-prop-stat-copy {
        font-size: 0.75rem;
    }

    body.lh-page .lh-home-wrap .lh-stat-icon {
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
    }

    /* About light image */
    .lh-about-light-image,
    .lh-about-light-image img {
        height: 200px;
        max-height: 200px;
    }

    /* About single image */
    body.lh-page .lh-home-wrap .lh-about-images--single .lh-about-img {
        max-height: 220px;
        border-radius: 1rem;
    }

    /* About points: single column */
    body.lh-page .lh-home-wrap .lh-about-points {
        grid-template-columns: 1fr;
    }

    body.lh-page .lh-home-wrap .lh-about-point-icon {
        width: 36px !important;
    }

    body.lh-page .lh-home-wrap .lh-about-grid {
        gap: 1.5rem;
    }

    body.lh-page .lh-home-wrap .lh-about-img {
        height: 180px;
    }

    /* CTA card */
    body.lh-page .lh-home-wrap .lh-cta-card {
        padding: 1.5rem 1.25rem 1.25rem;
        border-radius: 1rem;
    }

    body.lh-page .lh-home-wrap .lh-cta-card-body .lh-cta-card-title {
        font-size: 1.3rem;
    }

    body.lh-page .lh-home-wrap .lh-cta-card-subtitle {
        font-size: 0.88rem;
    }

    /* Insights */
    body.lh-page .lh-home-wrap .lh-insight-card h3 {
        font-size: 1rem;
    }

    body.lh-page .lh-home-wrap .lh-insight-meta span {
        font-size: 0.52rem;
    }

    /* Testimonials */
    body.lh-page .lh-home-wrap .lh-testimonial {
        padding: 1rem;
        border-radius: 1rem;
    }

    body.lh-page .lh-home-wrap .lh-testimonial-text {
        font-size: 16px;
    }

    body.lh-page .lh-home-wrap .lh-testimonial-body {
        font-size: 12px;
    }

    body.lh-page .lh-home-wrap .lh-testimonial-quote {
        font-size: 48px;
    }

    /* FAQ items */
    body.lh-page .lh-home-wrap .lh-faq-item {
        padding: 1rem;
        border-radius: 1rem;
    }

    /* Network locations */
    body.lh-page .lh-home-wrap .lh-network-locations {
        grid-template-columns: 1fr;
    }

    body.lh-page .lh-home-wrap .lh-network-map img {
        border-radius: 1rem;
    }

    /* Eval cards: 1 column on small phones */
    .lh-eval-cards {
        grid-template-columns: 1fr !important;
    }

    .lh-eval-wrap {
        padding: 1.5rem 1rem;
        border-radius: 0.85rem;
    }

    .lh-eval-title {
        font-size: 1.25rem;
    }

    /* Footer */
    .lh-widget-footer-inner {
        padding: 36px 16px 28px;
    }

    .lh-footer-col ul li {
        font-size: 0.85rem;
    }

    body.lh-page .lh-home-wrap .lh-footer-top p {
        font-size: 14px;
    }

    /* Contact form */
    body.lh-page .lh-home-wrap .lh-contact-form {
        gap: 12px;
    }

    body.lh-page .lh-home-wrap .lh-form-input {
        min-height: 40px;
        font-size: 13px;
    }

    body.lh-page .lh-home-wrap .lh-submit-btn {
        min-height: 44px;
        font-size: 9px;
    }

    /* LP hero */
    body.lh-page .lh-lp-wrap .lh-lp-hero-content .lh-section-title {
        font-size: clamp(1.8rem, 8vw, 2.6rem);
    }

    body.lh-page .lh-lp-wrap .lh-lp-hero-content .lh-home-sub {
        font-size: 0.92rem;
    }

    /* LP stats: tighter */
    body.lh-page .lh-lp-wrap .lh-lp-stat-value {
        font-size: 1.2rem;
    }

    body.lh-page .lh-lp-wrap .lh-lp-stat-label {
        font-size: 0.6rem;
    }

    /* LP cards */
    body.lh-page .lh-lp-wrap .lh-lp-card {
        padding: 1.5rem 1.25rem;
    }

    body.lh-page .lh-lp-wrap .lh-lp-card-num {
        font-size: 1.4rem;
    }

    body.lh-page .lh-lp-wrap .lh-lp-card h3 {
        font-size: 1rem;
    }

    body.lh-page .lh-lp-wrap .lh-lp-card p {
        font-size: 0.85rem;
    }

    /* LP highlight box */
    body.lh-page .lh-lp-wrap .lh-lp-highlight {
        padding: 1.5rem 1.25rem;
    }

    body.lh-page .lh-lp-wrap .lh-lp-highlight h3 {
        font-size: 1.1rem;
    }

    /* LP contact section title */
    body.lh-page .lh-lp-wrap .lh-lp-contact .lh-section-title {
        font-size: clamp(1.4rem, 6vw, 2rem);
    }

    /* Contact page */
    body.lh-page .lh-contact-page-wrap .lh-cp-form-title {
        font-size: clamp(1.5rem, 6vw, 2rem);
    }

    body.lh-page .lh-contact-page-wrap .lh-cp-form-desc {
        font-size: 0.92rem;
    }

    body.lh-page .lh-contact-page-wrap .lh-cp-info-title {
        font-size: clamp(1.3rem, 5vw, 1.7rem);
    }

    /* Article pages */
    body.lh-page .lh-article-wrap .lh-article-body {
        font-size: 0.95rem !important;
    }

    body.lh-page .lh-article-wrap .lh-article-body h2 {
        font-size: 1.3rem;
    }

    body.lh-page .lh-article-wrap .lh-article-body h3 {
        font-size: 1.1rem;
    }

    body.lh-page .lh-article-wrap .lh-article-cta-box {
        padding: 1.5rem 1rem;
        border-radius: 10px;
    }

    body.lh-page .lh-article-wrap .lh-article-cta-box h3 {
        font-size: 1.2rem;
    }

    body.lh-page .lh-article-wrap .lh-article-cta-box p {
        font-size: 0.9rem;
    }

    /* Florian */
    .lh-florian-wrap .lh-section-title {
        font-size: clamp(1.6rem, 8vw, 2.2rem);
    }

    .lh-florian-timeline {
        padding-left: 24px;
    }

    .lh-florian-timeline-marker {
        left: -18px;
        width: 10px;
        height: 10px;
    }

    .lh-florian-timeline-card {
        padding: 14px;
    }

    .lh-florian-timeline-card h3 {
        font-size: 16px;
    }

    .lh-florian-timeline-card p {
        font-size: 13px;
    }

    .lh-florian-press-card {
        padding: 20px;
    }

    .lh-florian-cta-details {
        gap: 16px;
    }

    .lh-florian-cta-details a {
        font-size: 13px;
    }

    /* Owner */
    .lh-owner-stat-number {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
    }

    .lh-owner-tcard {
        padding: 1.5rem 1.25rem 1.25rem;
    }

    .lh-owner-tcard-quote {
        font-size: 0.9rem;
    }

    /* Owner info blocks */
    .lh-owner-info-row {
        flex-direction: column;
        gap: 1rem;
    }
}

/* --- Ultra-small (360px) safety net --- */
@media (max-width: 360px) {
    .lh-hero-big h1 {
        font-size: clamp(26px, 10vw, 38px);
    }

    body.lh-page .lh-home-wrap .lh-section-title {
        font-size: clamp(1.4rem, 7vw, 1.8rem);
    }

    body.lh-page .lh-home-wrap .lh-prop-overlay {
        min-height: 140px;
        padding: 10px 12px 8px !important;
    }

    body.lh-page .lh-home-wrap .lh-prop-title {
        font-size: 1rem;
    }

    body.lh-page .lh-home-wrap .lh-prop-price {
        font-size: 1.3rem;
    }

    .lh-btn {
        font-size: 9px;
        padding: 7px 12px;
        min-height: 38px;
    }

    .lh-nav-toggle {
        width: 40px;
        height: 40px;
    }

    .lh-widget-footer-inner {
        padding: 28px 12px 24px;
    }

    body.lh-page .lh-lp-wrap .lh-lp-hero-content .lh-section-title {
        font-size: clamp(1.5rem, 7vw, 2rem);
    }

    .lh-eval-step-icon {
        width: 30px;
        height: 30px;
    }

    .lh-eval-step-label {
        font-size: 0.5rem;
    }
}

