/* Local SEO landing pages (/studio-apartments-…, /pet-friendly-…, etc). Shared shell only —
   the content of each page differs. See landingPages.js. */

.lp { max-width: 1000px; margin: 0 auto; padding: 24px 24px 60px; }
.lp h1 { color: var(--green); margin: 16px 0 10px; font-size: 2.1rem; line-height: 1.2; }
.lp-lede { font-size: 1.1rem; color: #555; line-height: 1.6; max-width: 760px; margin: 0 0 8px; }
.lp-addr { color: #777; font-size: .95rem; margin: 0 0 26px; }

.lp-photo { display: block; width: 100%; height: 300px; object-fit: cover; object-position: center 100%;
            border-radius: 12px; margin-bottom: 26px; background: #eceadf; }

.lp-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 14px; margin-bottom: 8px; }
.lp-stat { background: #fff; border: 1px solid #e3e0d6; border-radius: 12px; padding: 16px 18px; }
.lp-stat-num { font-size: 1.7rem; font-weight: 700; color: var(--green-dark); line-height: 1.15; }
.lp-stat-unit { font-size: .78rem; color: #888; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; margin-top: 3px; }
.lp-stat-label { font-size: .88rem; color: #555; margin-top: 8px; line-height: 1.4; }

.lp-section { margin-top: 34px; }
.lp h2 { color: var(--green); font-size: 1.5rem; margin: 0 0 6px; }
.lp-sub { color: #666; margin: 0 0 16px; }
.lp-para { color: #444; line-height: 1.65; margin: 0 0 12px; max-width: 760px; }

.lp-units { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.lp-unit { display: block; background: #fff; border: 1px solid #e3e0d6; border-radius: 10px; padding: 14px 16px; color: inherit; }
.lp-unit:hover { border-color: var(--green); box-shadow: 0 4px 14px rgba(0,0,0,.08); }
.lp-unit-name { font-weight: 700; color: var(--green); }
.lp-unit-meta { color: #666; font-size: .9rem; margin-top: 4px; }
.lp-unit-rent { font-size: 1.2rem; font-weight: 700; color: var(--green-dark); margin-top: 8px; }
.lp-unit-rent span { font-size: .75rem; font-weight: 400; color: #888; }

/* Wide content scrolls inside its own box rather than pushing the page sideways on a phone. */
.lp-table { width: 100%; border-collapse: collapse; display: block; overflow-x: auto; }
.lp-table th { text-align: left; font-size: .78rem; text-transform: uppercase; letter-spacing: .06em;
               color: #888; font-weight: 600; padding: 0 14px 8px 0; border-bottom: 1px solid #e3e0d6; }
.lp-table td { padding: 11px 14px 11px 0; border-bottom: 1px dashed #e8e5dc; color: #444;
               font-size: .95rem; line-height: 1.5; vertical-align: top; }
.lp-td-key { font-weight: 600; color: var(--green-dark); white-space: nowrap; }

.lp-places { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 0 28px; }
.lp-places ul { list-style: none; padding: 0; margin: 0; }
.lp-places li { display: flex; justify-content: space-between; gap: 10px; padding: 7px 0;
                border-bottom: 1px dashed #e8e5dc; font-size: .95rem; color: #444; }
.lp-walk { color: #888; white-space: nowrap; }

.lp-cta { background: #fff; border: 1px solid #e3e0d6; border-radius: 12px; padding: 26px 22px;
          text-align: center; margin-top: 40px; }
.lp-cta h2 { margin: 0 0 6px; }
.lp-cta p { color: #666; margin: 0 0 16px; }
.lp-cta .btn { margin: 0 4px; }

.lp-siblings { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: baseline;
               font-size: .92rem; color: #888; }
.lp-siblings a { color: var(--green); font-weight: 600; }
.lp-siblings a:hover { color: var(--gold); }
