.juntocountrylakes-hero {
    position: relative;
    overflow: hidden;
    padding: 8rem 0 5rem;
    background:
        linear-gradient(135deg, rgba(8, 25, 44, 0.88) 0%, rgba(11, 34, 58, 0.78) 52%, rgba(9, 28, 48, 0.84) 100%),
        url('/assets/terrenos/juntocountrylakes/juntocountrylakes-background.jpg') center / cover no-repeat;
    color: #fff;
}

.juntocountrylakes-hero::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 140px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.38));
    pointer-events: none;
}

.juntocountrylakes-hero-content {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.juntocountrylakes-badge {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.4rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 999px;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(7, 20, 35, 0.32);
}

.juntocountrylakes-hero h1 {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4.2vw, 3.4rem);
    line-height: 1.08;
    font-weight: 700;
    color: #fff;
}

.juntocountrylakes-hero p {
    margin: 1.15rem 0 0;
    max-width: 58ch;
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
}

.juntocountrylakes-hero-actions {
    margin-top: 1.8rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.juntocountrylakes-section {
    padding: 1rem 0;
}

.juntocountrylakes-section-light {
    background: #f7f9fc;
}

.juntocountrylakes-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.juntocountrylakes-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 1.4rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.juntocountrylakes-card h2 {
    margin: 0 0 0.6rem;
    color: #12355b;
    font-size: 1.15rem;
}

.juntocountrylakes-card p {
    margin: 0;
    color: #334155;
    line-height: 1.6;
}

.juntocountrylakes-cta {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 2.1rem 1.6rem;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
}

.juntocountrylakes-cta h2 {
    margin: 0;
    color: #12355b;
    font-size: clamp(1.35rem, 2.6vw, 2rem);
}

.juntocountrylakes-cta p {
    margin: 0.85rem auto 0;
    max-width: 58ch;
    color: #475569;
    line-height: 1.6;
}

.juntocountrylakes-cta-actions {
    margin-top: 1.2rem;
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.juntocountrylakes-section-header {
    max-width: 780px;
    margin-bottom: 1.35rem;
}

.juntocountrylakes-section-header h2 {
    margin: 0;
    color: #12355b;
    font-size: clamp(1.45rem, 2.6vw, 2.1rem);
}

.juntocountrylakes-section-header p {
    margin: 0.65rem 0 0;
    color: #475569;
    line-height: 1.6;
}

.juntocountrylakes-plan {
    margin-top: 1.2rem;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 1fr);
    gap: 1rem;
    align-items: start;
}

.juntocountrylakes-plan-stage {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #dbe4ee;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.1);
    background: #0f172a;
    aspect-ratio: 1024 / 682;
}

.juntocountrylakes-plan-image,
.juntocountrylakes-plan-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.juntocountrylakes-plan-overlay {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.juntocountrylakes-plan-overlay.is-active {
    opacity: 1;
}

.juntocountrylakes-lot-chips {
    margin-top: 0.85rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.juntocountrylakes-lot-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.2rem;
    padding: 0.34rem 0.65rem;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    color: #334155;
    font-size: 0.84rem;
    font-weight: 600;
    background: #f8fafc;
}

.juntocountrylakes-lot-chip.is-active {
    border-color: #12355b;
    background: #12355b;
    color: #fff;
}

.juntocountrylakes-lot-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0.85rem;
    gap: 0.45rem;
}

.juntocountrylakes-lot-detail {
    border: 1px solid #dbe4ee;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    opacity: 0.35;
    transform: scale(0.99);
    transition: opacity 0.22s ease, transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
    cursor: pointer;
}

.juntocountrylakes-lot-detail.is-active {
    opacity: 1;
    transform: none;
    border-color: #12355b;
    box-shadow: 0 10px 24px rgba(18, 53, 91, 0.18);
}

.juntocountrylakes-lot-detail-image-wrap {
    border-bottom: 1px solid #e2e8f0;
    background: #fff;
}

.juntocountrylakes-lot-detail-image {
    display: block;
    width: 100%;
    height: clamp(86px, 13vw, 160px);
    object-fit: contain;
}

.juntocountrylakes-lot-detail-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 0.55rem 0.5rem;
}

.juntocountrylakes-lot-detail-meta strong {
    color: #12355b;
    font-size: 0.74rem;
}

.juntocountrylakes-lot-detail-meta span {
    color: #475569;
    font-size: 0.68rem;
    font-weight: 600;
}

.juntocountrylakes-lot-detail:focus-visible {
    outline: 3px solid rgba(18, 53, 91, 0.3);
    outline-offset: 2px;
}

.juntocountrylakes-lot-modal[hidden] {
    display: none;
}

.juntocountrylakes-lot-modal {
    position: fixed;
    inset: 0;
    z-index: 5000;
}

.juntocountrylakes-lot-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 18, 31, 0.78);
}

.juntocountrylakes-lot-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(92vw, 980px);
    margin: 3vh auto 0;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 56px;
    align-items: center;
    gap: 0.55rem;
}

.juntocountrylakes-lot-modal-figure {
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.42);
}

.juntocountrylakes-lot-modal-image {
    display: block;
    width: 100%;
    max-height: 78vh;
    object-fit: contain;
    background: #fff;
}

.juntocountrylakes-lot-modal-caption {
    padding: 0.6rem 0.85rem;
    border-top: 1px solid #e2e8f0;
    color: #334155;
    font-size: 0.88rem;
    font-weight: 600;
    background: #f8fafc;
}

.juntocountrylakes-lot-modal-arrow,
.juntocountrylakes-lot-modal-close {
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    color: #12355b;
    cursor: pointer;
    font-family: inherit;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.25);
}

.juntocountrylakes-lot-modal-arrow {
    width: 48px;
    height: 48px;
    font-size: 2rem;
    line-height: 1;
}

.juntocountrylakes-lot-modal-close {
    position: absolute;
    top: -0.6rem;
    right: -0.6rem;
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
    line-height: 1;
}

body.juntocountrylakes-modal-open {
    overflow: hidden;
}

.juntocountrylakes-plan-info {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 1.2rem;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.juntocountrylakes-plan-kicker {
    margin-bottom: 0.45rem;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.juntocountrylakes-plan-info > h3 {
    margin: 0;
    color: #12355b;
    font-size: 1.2rem;
}

.juntocountrylakes-plan-info > p {
    margin: 0.7rem 0 0;
    color: #334155;
    line-height: 1.6;
}

.juntocountrylakes-plan-lots {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #12355b;
    font-weight: 600;
}

.juntocountrylakes-plan-lots-area {
    margin-top: 0.35rem;
    font-size: 0.82rem;
    color: #475569;
    line-height: 1.5;
}

.juntocountrylakes-plan-metrics {
    margin-top: 1rem;
    display: grid;
    gap: 0.5rem;
}

.juntocountrylakes-plan-metric {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.8rem;
    padding: 0.58rem 0.7rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.juntocountrylakes-plan-metric span {
    font-size: 0.85rem;
    color: #475569;
}

.juntocountrylakes-plan-metric strong {
    color: #12355b;
    font-size: 0.98rem;
    letter-spacing: 0.01em;
}

#juntocountrylakes-savings-percent {
    white-space: nowrap;
    font-size: 0.92rem;
}

.juntocountrylakes-plan-actions {
    margin-top: 1rem;
}

#agendar-cita {
    scroll-margin-top: 110px;
}

.juntocountrylakes-inline-tour {
    padding: 1rem;
    border: 1px solid #dbe4ee;
    box-shadow: none;
    background: #f8fafc;
}

.juntocountrylakes-inline-tour .tour-date-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.juntocountrylakes-inline-tour .tour-time-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.juntocountrylakes-inline-tour .tour-date-option,
.juntocountrylakes-inline-tour .tour-time-option {
    padding-left: 6px;
    padding-right: 6px;
}

.juntocountrylakes-inline-tour .tour-date-day {
    font-size: 1.02rem;
}

.juntocountrylakes-plan-actions .btn {
    width: 100%;
}

.juntocountrylakes-options-wrap {
    margin-top: 1.35rem;
}

.juntocountrylakes-options-header h3 {
    margin: 0;
    color: #12355b;
    font-size: 1.25rem;
}

.juntocountrylakes-options-header p {
    margin: 0.45rem 0 0;
    color: #475569;
}

.juntocountrylakes-options-grid {
    margin-top: 0.8rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.juntocountrylakes-option-card {
    position: relative;
    appearance: none;
    border: 1px solid #d9e2ec;
    background: #fff;
    border-radius: 14px;
    padding: 1rem 0.95rem;
    text-align: left;
    cursor: pointer;
    min-height: 215px;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.juntocountrylakes-option-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.11);
}

.juntocountrylakes-option-card:focus-visible {
    outline: 3px solid rgba(18, 53, 91, 0.25);
    outline-offset: 2px;
}

.juntocountrylakes-option-card.is-active {
    border-color: #12355b;
    box-shadow: 0 14px 34px rgba(18, 53, 91, 0.2);
    transform: translateY(-2px);
}

.juntocountrylakes-option-card[data-recommended="true"]::after {
    content: 'MEJOR VALOR';
    position: absolute;
    top: -0.6rem;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    min-width: 6.9rem;
    font-size: 0.7rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #000;
    background: #f5d69c;
    border-radius: 999px;
    padding: 0.28rem 0.72rem;
}

.juntocountrylakes-option-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.juntocountrylakes-option-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
}

.juntocountrylakes-option-badge {
    display: inline-block;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #12355b;
    background: #e5edf6;
    border-radius: 999px;
    padding: 0.2rem 0.45rem;
}

.juntocountrylakes-option-lots {
    margin: 0;
    color: #334155;
    font-size: 0.88rem;
}

.juntocountrylakes-option-m2 {
    margin: -0.15rem 0 0;
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 600;
}

.juntocountrylakes-option-price {
    margin-top: 0.15rem;
    color: #12355b;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.2;
}

.juntocountrylakes-option-caption {
    margin: -0.25rem 0 0;
    color: #64748b;
    font-size: 0.8rem;
}

.juntocountrylakes-option-foot {
    margin-top: auto;
    border-top: 1px solid #e2e8f0;
    padding-top: 0.55rem;
    display: grid;
    gap: 0.22rem;
    color: #475569;
    font-size: 0.82rem;
}

.juntocountrylakes-option-foot strong {
    color: #12355b;
    font-size: 0.85rem;
}

.juntocountrylakes-location {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: stretch;
}

.juntocountrylakes-location-map {
    position: relative;
    display: block;
    border-radius: 16px;
    border: 1px solid #dbe4ee;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.1);
}

.juntocountrylakes-location-map iframe {
    display: block;
    width: 100%;
    height: 420px;
    min-height: 280px;
    border: 0;
}

.juntocountrylakes-location-map-top-link {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    z-index: 2;
    text-decoration: none;
}

.juntocountrylakes-location-map-top-link span {
    display: inline-block;
    background: rgba(255, 255, 255, 0.92);
    color: #12355b;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: 999px;
    padding: 0.42rem 0.82rem;
}

.juntocountrylakes-location-map-top-link:hover span {
    background: #ffffff;
}

.juntocountrylakes-location-map-placeholder {
    height: 100%;
    min-height: 280px;
    display: flex;
    align-items: flex-end;
    padding: 1rem;
    background:
        linear-gradient(165deg, rgba(10, 30, 52, 0.22) 0%, rgba(10, 30, 52, 0.65) 100%),
        url('/assets/terrenos/juntocountrylakes/juntocountrylakes-background.jpg') center / cover no-repeat;
}

.juntocountrylakes-location-map-placeholder span {
    display: inline-block;
    background: rgba(255, 255, 255, 0.92);
    color: #12355b;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: 999px;
    padding: 0.42rem 0.82rem;
}

.juntocountrylakes-location-content {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.juntocountrylakes-location-content h2 {
    margin: 0;
    color: #12355b;
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
}

.juntocountrylakes-location-content p {
    margin: 0.7rem 0 0;
    color: #334155;
    line-height: 1.65;
}

.juntocountrylakes-location-tags {
    margin-top: 0.9rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.juntocountrylakes-location-tag {
    display: inline-block;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    padding: 0.34rem 0.64rem;
    background: #f8fafc;
    color: #334155;
    font-size: 0.8rem;
    font-weight: 600;
}

.juntocountrylakes-location-actions {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

@media (max-width: 1160px) {
    .juntocountrylakes-options-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .juntocountrylakes-grid {
        grid-template-columns: 1fr;
    }

    .juntocountrylakes-plan {
        grid-template-columns: 1fr;
    }

    .juntocountrylakes-location {
        grid-template-columns: 1fr;
    }

    .juntocountrylakes-location-content {
        order: 1;
    }

    .juntocountrylakes-location-map {
        order: 2;
    }
}

@media (max-width: 640px) {
    .juntocountrylakes-hero {
        padding: 6.7rem 0 3.9rem;
    }

    .juntocountrylakes-location-section {
        padding: 1rem 0 1rem;
    }

    #contacto-juntocountrylakes {
        padding: 2rem 0 2.4rem;
    }

    .juntocountrylakes-hero-actions,
    .juntocountrylakes-cta-actions {
        flex-direction: column;
    }

    .juntocountrylakes-hero-actions .btn,
    .juntocountrylakes-cta-actions .btn {
        width: 100%;
    }

    .juntocountrylakes-options-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.6rem;
    }

    .juntocountrylakes-option-badge {
        font-size: 11px;
        padding: 0.3rem 6px;
    }

    .juntocountrylakes-location-actions .btn {
        width: 100%;
    }

    .juntocountrylakes-location-map iframe {
        height: 320px;
    }

    .juntocountrylakes-inline-tour {
        padding: 0.9rem;
    }

    .juntocountrylakes-lot-gallery {
        gap: 0.35rem;
    }

    .juntocountrylakes-lot-detail-meta {
        padding: 0.4rem 0.35rem 0.42rem;
    }

    .juntocountrylakes-lot-detail-meta strong {
        font-size: 0.62rem;
    }

    .juntocountrylakes-lot-detail-meta span {
        font-size: 0.56rem;
    }

    .juntocountrylakes-lot-modal-dialog {
        width: 95vw;
        margin-top: 2.5vh;
        grid-template-columns: 44px minmax(0, 1fr) 44px;
    }

    .juntocountrylakes-lot-modal-arrow {
        width: 40px;
        height: 40px;
        font-size: 1.6rem;
    }

    .juntocountrylakes-lot-modal-close {
        top: -0.45rem;
        right: -0.2rem;
    }
}

@media (max-width: 600px) {
    .juntocountrylakes-options-grid {
        grid-template-columns: 1fr;
    }

    .juntocountrylakes-option-card {
        width: 100%;
        max-width: 100%;
    }

    .juntocountrylakes-option-lots {
        float: left;
        margin: 0;
        max-width: 60%;
        font-size: 0.8rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .juntocountrylakes-option-m2 {
        float: right;
        margin: 0;
        font-size: 0.8rem;
        color: #475569;
        white-space: nowrap;
    }

    .juntocountrylakes-option-price {
        clear: both;
    }

    .juntocountrylakes-option-foot {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 0.4rem;
        font-size: 0.78rem;
    }

    .juntocountrylakes-option-foot span,
    .juntocountrylakes-option-foot strong {
        white-space: nowrap;
    }

    .juntocountrylakes-option-foot strong {
        font-size: 0.85rem;
    }
}

.juntocountrylakes-hero-actions .juntocountrylakes-hero-opportunity-btn {
    background: #fff;
    color: #12355b;
    border-color: #fff;
}

.juntocountrylakes-hero-actions .juntocountrylakes-hero-opportunity-btn:hover,
.juntocountrylakes-hero-actions .juntocountrylakes-hero-opportunity-btn:focus-visible {
    background: #f8fafc;
    color: #0f2f50;
    border-color: #f8fafc;
}

.juntocountrylakes-thesis-section {
    padding-top: 2rem;
}

.juntocountrylakes-thesis-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 1fr);
    gap: 1rem;
    align-items: start;
}

.juntocountrylakes-thesis-copy,
.juntocountrylakes-thesis-media {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    padding: 1.2rem;
}

.juntocountrylakes-thesis-copy h2 {
    margin: 0;
    color: #12355b;
    font-size: clamp(1.35rem, 2.4vw, 1.95rem);
}

.juntocountrylakes-thesis-copy > p {
    margin: 0.7rem 0 0;
    color: #334155;
    line-height: 1.65;
}

.juntocountrylakes-thesis-list {
    margin: 0.85rem 0 0;
    padding-left: 1.1rem;
    color: #334155;
    display: grid;
    gap: 0.5rem;
}

.juntocountrylakes-thesis-list li {
    line-height: 1.5;
}

.juntocountrylakes-objection-card {
    margin-top: 1rem;
    border: 1px solid #dbe4ee;
    background: #f8fafc;
    border-radius: 12px;
    padding: 0.9rem;
}

.juntocountrylakes-objection-card h3 {
    margin: 0;
    color: #12355b;
    font-size: 1.02rem;
}

.juntocountrylakes-objection-card p {
    margin: 0.55rem 0 0;
    color: #334155;
    line-height: 1.6;
}

.juntocountrylakes-thesis-actions {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.juntocountrylakes-thesis-media {
    display: grid;
    gap: 0.8rem;
}

.juntocountrylakes-masterplan-card {
    margin: 0;
    border: 1px solid #dbe4ee;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.juntocountrylakes-masterplan-image-wrap {
    position: relative;
}

.juntocountrylakes-masterplan-card img {
    display: block;
    width: 100%;
    height: auto;
}

.juntocountrylakes-masterplan-pin {
    position: absolute;
    left: 85%;
    top: 60%;
    transform: translate(-50%, -100%);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 0.34rem 0.58rem;
    border-radius: 999px;
    background: #d72638;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.28);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.juntocountrylakes-masterplan-pin::after {
    content: '';
    position: absolute;
    left: 20px;
    top: calc(100% + 2px);
    width: 2px;
    height: 16px;
    background: #d72638;
}

.juntocountrylakes-masterplan-pin::before {
    content: '';
    position: absolute;
    left: 16px;
    top: calc(100% + 16px);
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #d72638;
    border: 2px solid #fff;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.2);
}

.juntocountrylakes-masterplan-card figcaption {
    padding: 0.6rem 0.75rem;
    color: #475569;
    font-size: 0.83rem;
    border-top: 1px solid #e2e8f0;
}

.juntocountrylakes-thesis-metrics {
    display: grid;
    gap: 0.55rem;
}

.juntocountrylakes-thesis-metric {
    border: 1px solid #dbe4ee;
    border-radius: 11px;
    background: #f8fafc;
    padding: 0.7rem 0.8rem;
}

.juntocountrylakes-thesis-metric span {
    display: block;
    color: #475569;
    font-size: 0.8rem;
}

.juntocountrylakes-thesis-metric strong {
    display: block;
    margin-top: 0.2rem;
    color: #12355b;
    font-size: 1.06rem;
}

.juntocountrylakes-reference-block {
    margin-top: 1rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    padding: 1.2rem;
}

.juntocountrylakes-reference-header {
    margin-bottom: 0.9rem;
}

.juntocountrylakes-reference-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.8rem;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scroll-snap-type: x proximity;
}

.juntocountrylakes-reference-card {
    flex: 0 0 calc((100% - 2.4rem) / 4);
    min-width: 235px;
    border: 1px solid #dbe4ee;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    scroll-snap-align: start;
}

.juntocountrylakes-reference-card img {
    width: 100%;
    height: clamp(180px, 22vw, 280px);
    object-fit: cover;
    display: block;
    border-bottom: 1px solid #e2e8f0;
}

.juntocountrylakes-reference-card-body {
    padding: 0.75rem;
}

.juntocountrylakes-reference-total-price {
    margin: 0;
    color: #12355b;
    font-size: 1.06rem;
    font-weight: 700;
    line-height: 1.35;
}

.juntocountrylakes-reference-lot-meta {
    margin: 0.3rem 0 0;
    color: #475569;
    font-size: 0.88rem;
    line-height: 1.45;
}

.juntocountrylakes-reference-price-m2 {
    margin: 0.4rem 0 0;
    color: #12355b;
    font-size: 1rem;
    font-weight: 700;
}

.juntocountrylakes-reference-note {
    margin: 0.75rem 0 0;
    color: #64748b;
    font-size: 0.82rem;
}

@media (max-width: 960px) {
    .juntocountrylakes-thesis-layout {
        grid-template-columns: 1fr;
    }

    .juntocountrylakes-masterplan-pin {
        left: 82%;
        top: 66%;
    }
}

@media (max-width: 640px) {
    .juntocountrylakes-thesis-section {
        padding-top: 1.5rem;
    }

    .juntocountrylakes-thesis-copy,
    .juntocountrylakes-thesis-media,
    .juntocountrylakes-reference-block {
        padding: 0.95rem;
    }

    .juntocountrylakes-thesis-actions {
        flex-direction: column;
    }

    .juntocountrylakes-thesis-actions .btn {
        width: 100%;
    }

    .juntocountrylakes-masterplan-pin {
        left: 85%;
        top: 65%;
        font-size: 0.72rem;
        padding: 0.3rem 0.5rem;
    }

    .juntocountrylakes-reference-card img {
        height: auto;
        object-fit: contain;
        background: #f8fafc;
    }
}

@media (max-width: 420px) {
    .juntocountrylakes-masterplan-pin {
        left: 85%;
        top: 60%;
        font-size: 0.68rem;
        padding: 0.28rem 0.48rem;
    }
}
