/* Homepage composition on the approved city design tokens. */
.pro-home-page .hero-layout{padding-top:64px;padding-bottom:56px}
.pro-home-page .hero h1{font-size:clamp(2.35rem,4.3vw,4.1rem);max-width:760px;line-height:1.08}
.pro-home-page .hero-copy{padding-top:0}
.home-intro{padding-top:40px}
.home-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,6vw,96px);align-items:start}
.home-intro-grid p{max-width:58ch;line-height:1.65}
.home-intro-grid h2{max-width:18ch}
.home-cities{background:#f4f2ed}
.home-city-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.home-city-card{display:flex;flex-direction:column;gap:16px;background:white;color:var(--ink,#102b38);padding:32px;border:1px solid #cbd4d7;border-radius:10px;text-decoration:none;min-width:0}
.home-city-card h3{display:flex;justify-content:space-between;gap:16px;font-size:1.8rem;margin:0}
.home-city-card p{line-height:1.6;margin:0}
.home-city-card .eyebrow{margin:0;font-size:.7rem}
.home-city-count{border-top:1px solid #cbd4d7;padding-top:16px;margin-top:auto;font-size:.88rem;font-weight:600}
.home-city-card:hover{border-color:#ea6034;box-shadow:0 4px 16px #102b3810}
.home-city-card:focus-visible{outline:3px solid #102b38;outline-offset:4px}
.home-city-note{max-width:90ch;font-size:.9rem;line-height:1.6;margin:24px 0}
.home-city-more{display:flex;justify-content:space-between;gap:24px;align-items:center;padding-top:24px;border-top:1px solid #cbd4d7}
.home-city-more p{max-width:55ch;margin:0;line-height:1.6}
.home-city-more a{flex-shrink:0}
.pro-home-page .hero-estimates{margin-bottom:0}
@media(max-width:1023px){.home-city-grid{gap:16px}.home-city-card{padding:24px}.home-city-card h3{font-size:1.55rem}.home-city-more{align-items:flex-start;flex-direction:column}.home-city-more a{flex-shrink:1}}
@media(max-width:767px){.pro-home-page .hero-layout{padding-top:40px;padding-bottom:0}.pro-home-page .hero h1{font-size:2.3rem}.home-intro-grid,.home-city-grid{grid-template-columns:1fr}.home-intro-grid{gap:24px}.home-city-card{padding:24px}.home-intro{padding-top:32px}.home-city-card h3{font-size:1.7rem}.home-city-note{font-size:1rem}}
@media(prefers-reduced-motion:reduce){.home-city-card{transition:none}}

/* Keep process text readable when visitor text size grows. */
.pro-home-page .process-list{grid-template-columns:repeat(auto-fit,minmax(min(100%,22rem),1fr))}
