/* Land for sale page — extends css/flats.css (shared layout classes). */

.land-aeo-section .section-subtitle {
    max-width: 52rem;
    margin: 10px auto 40px;
}

.land-aeo-grid {
    display: grid;
    gap: 1.5rem;
    max-width: 56rem;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .land-aeo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem 2rem;
    }
}

.land-aeo-block {
    margin: 0;
    padding: 1.25rem 1.35rem;
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.land-aeo-section .land-aeo-block h3 {
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    line-height: 1.35;
    color: var(--text-dark);
}

.land-aeo-block p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--text-light);
}

/* Land SEO page: half default top padding above CONNECTIVITY block (flats.css uses 80px) */
body:has(#land-seo-hero) #connectivity.connectivity-section {
    padding-top: 40px;
}
