/* GW19 HIGHLIGHT SECTION (Ihre neue Traumwohnung) */
.gw19-highlight { width: 100%; padding: 80px 0; overflow: hidden; }
.gw19-highlight__inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; padding: 0 40px; gap: 60px; }

.gw19-highlight__left { flex: 1; position: relative; padding-left: 40px; }
.gw19-highlight__deco {
    position: absolute; left: -40px; top: 50%; transform: translateY(-50%);
    width: 200px; height: 200px; background-color: #E8A090; border-radius: 50%; z-index: 0;
}
.gw19-highlight__heading {
    position: relative; z-index: 1;
    font-family: "swear-display", serif; font-weight: 400; font-style: italic;
    color: #3B5249; font-size: 64px; line-height: 1.05; margin: 0;
}
.gw19-highlight__heading span { display: block; }
.gw19-highlight__underline { width: 50px; height: 2px; background: #3B5249; margin-top: 25px; position: relative; z-index: 1; }

.gw19-highlight__right { flex: 1; }
.gw19-highlight__number-row { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 20px; }
.gw19-highlight__number {
    font-family: "swear-display", serif; font-weight: 400; font-style: italic;
    font-size: 72px; color: #3B5249; line-height: 1;
}
.gw19-highlight__title {
    font-family: "recursive-sans-linear-static", sans-serif; font-weight: 600;
    color: #E8A090; font-size: 16px; line-height: 1.4; padding-top: 12px;
}
.gw19-highlight__desc { font-size: 15px; line-height: 1.8; color: #666; }
.gw19-highlight__desc p { color: #666; }

@media (max-width: 999px) {
    .gw19-highlight__inner { flex-direction: column; gap: 40px; }
    .gw19-highlight__heading { font-size: 44px; }
    .gw19-highlight__deco { width: 140px; height: 140px; left: -30px; }
}
@media (max-width: 690px) {
    .gw19-highlight { padding: 50px 0; }
    .gw19-highlight__heading { font-size: 36px; }
    .gw19-highlight__number { font-size: 48px; }
}
