.landing-page {
    background: #f8f9fb;
}

.landing-hero {
    background: linear-gradient(135deg, #1f3a56 0%, #2f5d8a 100%);
    color: #fff;
    padding: 72px 0 56px;
    text-align: center;
}

.landing-hero-kicker {
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
    opacity: .85;
    margin-bottom: 12px;
}

.landing-hero h1 {
    margin: 0 0 10px;
    font-size: 42px;
    font-weight: 700;
}

.landing-hero-web a {
    color: #fff;
    opacity: .9;
    text-decoration: underline;
}

.landing-section {
    padding: 56px 0;
}

.landing-section-head {
    text-align: center;
    margin-bottom: 36px;
}

.landing-section-head h2 {
    margin-bottom: 8px;
}

.landing-content-block {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
    padding: 28px;
    margin-bottom: 28px;
}

.landing-content-block-reverse {
    flex-direction: row-reverse;
}

.landing-content-media,
.landing-content-text {
    flex: 1 1 280px;
}

.landing-content-media img {
    width: 100%;
    border-radius: 10px;
    display: block;
    object-fit: cover;
    max-height: 360px;
}

.landing-content-subtitle {
    color: #6c757d;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 8px;
}

.landing-content-text h2 {
    margin-top: 0;
    margin-bottom: 16px;
}

.landing-content-body {
    color: #333;
    line-height: 1.7;
}

.landing-content-body p:last-child {
    margin-bottom: 0;
}

.landing-properties {
    background: #fff;
}

.landing-type-group {
    margin-bottom: 48px;
}

.landing-type-title {
    border-left: 4px solid #2f5d8a;
    padding-left: 12px;
    margin-bottom: 24px;
}

.landing-property-card {
    position: relative;
}

.landing-badge-destacada {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background: #f39c12;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 999px;
}

.landing-property-img {
    height: 280px;
    overflow: hidden;
}

.landing-property-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing-footer {
    margin-top: 0;
}

.landing-footer-name {
    font-size: 18px;
    font-weight: 600;
}

.landing-footer-copy {
    border-top: 1px solid rgba(255, 255, 255, .12);
}

@media (max-width: 767px) {
    .landing-hero h1 {
        font-size: 30px;
    }

    .landing-content-block,
    .landing-content-block-reverse {
        flex-direction: column;
    }
}
