.rental-landing { background: var(--paper); color: var(--ink); }
.rental-landing .landing-container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.rental-hero { background: linear-gradient(135deg, var(--accent), #273c63); color: #fff; padding: 92px 0 82px; }
.rental-hero-inner { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 48px; }
.rental-hero h1 { color: #fff; font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1.04; margin: 10px 0 20px; letter-spacing: -.04em; }
.rental-hero p { color: rgba(255,255,255,.86); max-width: 610px; font-size: 18px; line-height: 1.7; }
.rental-kicker { color: var(--warm); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.rental-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.rental-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 8px; text-decoration: none; font-weight: 700; }
.rental-actions .primary { background: var(--warm); color: #172238; }
.rental-actions .secondary { border: 1px solid rgba(255,255,255,.45); color: #fff; }
.rental-hero-image { min-height: 340px; border-radius: 18px; overflow: hidden; background: rgba(255,255,255,.1); box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.rental-hero-image img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; display: block; }
.rental-section { padding: 76px 0; }
.rental-section.soft { background: var(--soft); }
.rental-section-heading { max-width: 720px; margin-bottom: 32px; }
.rental-section-heading h2 { margin: 8px 0 12px; font-size: clamp(1.8rem, 3vw, 2.7rem); color: var(--accent); }
.rental-section-heading p, .rental-copy { color: #526078; line-height: 1.8; }
.rental-copy { max-width: 900px; font-size: 17px; }
.rental-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.rental-card { background: #fff; border: 1px solid rgba(26,39,68,.1); border-radius: 12px; padding: 24px; box-shadow: 0 8px 24px rgba(26,39,68,.05); }
.rental-card h3 { margin: 0 0 10px; color: var(--accent); font-size: 18px; }
.rental-card p { color: #627087; line-height: 1.6; font-size: 14px; margin: 0 0 15px; }
.rental-card a, .rental-location { color: var(--accent); font-weight: 700; text-decoration: none; font-size: 14px; }
.rental-location-grid { grid-template-columns: repeat(4, 1fr); }
.rental-location { display: block; padding: 18px; background: #fff; border: 1px solid rgba(26,39,68,.1); border-radius: 9px; }
.rental-location:hover, .rental-card a:hover { color: var(--warm); }
.rental-icon { color: var(--warm); font-size: 24px; margin-bottom: 16px; }
.rental-steps { counter-reset: rental-step; }
.rental-step { position: relative; padding-left: 62px; }
.rental-step:before { counter-increment: rental-step; content: counter(rental-step); position: absolute; left: 0; top: 22px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: #fff; font-weight: 800; }
.rental-properties { grid-template-columns: repeat(3, 1fr); }
.rental-properties .listing-card { display: block; }
.rental-properties .listing-card-media { width: 100%; min-height: 220px; height: 220px; }
.rental-properties .listing-card-media > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rental-properties .listing-card-body { padding: 20px; }
.rental-properties .listing-card { margin: 0; }
.rental-faq { max-width: 900px; }
.rental-faq details { border-bottom: 1px solid rgba(26,39,68,.13); padding: 18px 0; }
.rental-faq summary { cursor: pointer; color: var(--accent); font-weight: 700; font-size: 17px; }
.rental-faq details p { color: #526078; line-height: 1.7; margin: 12px 0 0; }
.rental-final-cta { background: var(--accent); color: #fff; text-align: center; }
.rental-final-cta h2 { color: #fff; }
.rental-final-cta p { color: rgba(255,255,255,.8); margin: 0 auto; }
@media (max-width: 900px) { .rental-hero-inner { grid-template-columns: 1fr; } .rental-hero-image { min-height: 260px; } .rental-grid, .rental-location-grid { grid-template-columns: repeat(2, 1fr); } .rental-properties { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .rental-landing .landing-container { width: min(100% - 28px, 1160px); } .rental-hero { padding: 64px 0; } .rental-section { padding: 54px 0; } .rental-grid, .rental-location-grid, .rental-properties { grid-template-columns: 1fr; } .rental-hero-image, .rental-hero-image img { min-height: 220px; } }
