.city-landing-module__-h9dmq__container{background:var(--color-bg);flex-direction:column;width:100%;max-width:100vw;min-height:100vh;display:flex;overflow-x:hidden}.city-landing-module__-h9dmq__hero{text-align:center;padding:clamp(6rem,12vw,9rem) clamp(1.5rem,5vw,3rem) clamp(4rem,8vw,6rem);position:relative;overflow:hidden}.city-landing-module__-h9dmq__heroBackground{z-index:0;position:absolute;inset:0}.city-landing-module__-h9dmq__heroGradient{background:radial-gradient(ellipse 60% 40% at 50% 30%,var(--color-accent-soft)0%,transparent 60%);opacity:.7;width:150%;height:150%;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.city-landing-module__-h9dmq__heroContent{z-index:1;max-width:900px;margin:0 auto;position:relative}.city-landing-module__-h9dmq__breadcrumbs{color:var(--color-text-soft);justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;display:flex}.city-landing-module__-h9dmq__breadcrumbLink{color:var(--color-accent);font-weight:500;text-decoration:none;transition:color .2s}.city-landing-module__-h9dmq__breadcrumbLink:hover{color:var(--color-accent-hover)}.city-landing-module__-h9dmq__breadcrumbDivider{color:var(--color-border)}.city-landing-module__-h9dmq__badge{background:var(--color-accent-soft);text-transform:uppercase;letter-spacing:.05em;color:var(--color-accent);border-radius:100px;align-items:center;margin-bottom:1.25rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;display:inline-flex}.city-landing-module__-h9dmq__heroTitle{letter-spacing:-.03em;color:var(--color-text);margin:0 0 1.5rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;line-height:1.1}.city-landing-module__-h9dmq__heroSubtitle{color:var(--color-text-muted);max-width:750px;margin:0 auto 2.5rem;font-size:clamp(1.0625rem,2.5vw,1.25rem);line-height:1.7}.city-landing-module__-h9dmq__heroCta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.city-landing-module__-h9dmq__primaryButton{background:var(--color-accent);color:#fff;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 20px #2563eb4d}.city-landing-module__-h9dmq__primaryButton:hover{background:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 8px 30px #2563eb66}.city-landing-module__-h9dmq__primaryButton svg{transition:transform .25s}.city-landing-module__-h9dmq__primaryButton:hover svg{transform:translate(4px)}.city-landing-module__-h9dmq__secondaryButton{color:var(--color-text);border:1px solid var(--color-border);background:0 0;border-radius:12px;align-items:center;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.city-landing-module__-h9dmq__secondaryButton:hover{border-color:var(--color-accent);background:var(--color-surface)}.city-landing-module__-h9dmq__sectionHeader{text-align:center;margin-bottom:3rem}.city-landing-module__-h9dmq__sectionLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);margin-bottom:.75rem;font-size:.8125rem;font-weight:600;display:inline-block}.city-landing-module__-h9dmq__sectionTitle{letter-spacing:-.02em;color:var(--color-text);margin:0;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2}.city-landing-module__-h9dmq__marketSection{background:var(--color-surface);padding:clamp(4rem,8vw,6rem) clamp(1.5rem,5vw,3rem)}.city-landing-module__-h9dmq__marketContent{max-width:1200px;margin:0 auto}.city-landing-module__-h9dmq__marketGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (max-width:900px){.city-landing-module__-h9dmq__marketGrid{grid-template-columns:1fr;gap:3rem}}.city-landing-module__-h9dmq__marketText{color:var(--color-text-muted);font-size:1.0625rem;line-height:1.8}.city-landing-module__-h9dmq__marketText p{margin:0 0 1.5rem}.city-landing-module__-h9dmq__marketText p:last-child{margin-bottom:0}.city-landing-module__-h9dmq__statsGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.city-landing-module__-h9dmq__statCard{background:var(--color-card);border:1px solid var(--color-border);text-align:center;border-radius:16px;padding:1.75rem;transition:all .3s}.city-landing-module__-h9dmq__statCard:hover{border-color:var(--color-accent);transform:translateY(-2px);box-shadow:0 8px 30px #0000000f}.city-landing-module__-h9dmq__statNumber{color:var(--color-accent);letter-spacing:-.02em;font-size:clamp(2rem,4vw,2.5rem);font-weight:800}.city-landing-module__-h9dmq__statLabel{color:var(--color-text-muted);margin-top:.5rem;font-size:.9375rem}.city-landing-module__-h9dmq__benefitsSection{background:var(--color-bg);padding:clamp(4rem,8vw,6rem) clamp(1.5rem,5vw,3rem)}.city-landing-module__-h9dmq__benefitsContent{max-width:1200px;margin:0 auto}.city-landing-module__-h9dmq__benefitsGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:1024px){.city-landing-module__-h9dmq__benefitsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.city-landing-module__-h9dmq__benefitsGrid{grid-template-columns:1fr}}.city-landing-module__-h9dmq__benefitCard{background:var(--color-card);border:1px solid var(--color-border);border-radius:16px;padding:2rem;transition:all .3s}.city-landing-module__-h9dmq__benefitCard:hover{border-color:var(--color-accent);transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.city-landing-module__-h9dmq__benefitCard:hover .city-landing-module__-h9dmq__benefitIcon{background:var(--color-accent);color:#fff}.city-landing-module__-h9dmq__benefitIcon{background:var(--color-accent-soft);width:56px;height:56px;color:var(--color-accent);border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.25rem;transition:all .3s;display:flex}.city-landing-module__-h9dmq__benefitTitle{color:var(--color-text);margin:0 0 .75rem;font-size:1.25rem;font-weight:700}.city-landing-module__-h9dmq__benefitText{color:var(--color-text-muted);margin:0;font-size:.9375rem;line-height:1.6}.city-landing-module__-h9dmq__areasSection{background:var(--color-surface);padding:clamp(4rem,8vw,6rem) clamp(1.5rem,5vw,3rem)}.city-landing-module__-h9dmq__areasContent{text-align:center;max-width:900px;margin:0 auto}.city-landing-module__-h9dmq__areasIntro{color:var(--color-text-muted);margin:0 0 2rem;font-size:1.0625rem;line-height:1.7}.city-landing-module__-h9dmq__areasTags{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.city-landing-module__-h9dmq__areaTag{background:var(--color-card);border:1px solid var(--color-border);color:var(--color-text);border-radius:100px;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:inline-flex}.city-landing-module__-h9dmq__areaTag:hover{border-color:var(--color-accent);color:var(--color-accent)}.city-landing-module__-h9dmq__faqSection{background:var(--color-bg);padding:clamp(4rem,8vw,6rem) clamp(1.5rem,5vw,3rem)}.city-landing-module__-h9dmq__faqContent{max-width:900px;margin:0 auto}.city-landing-module__-h9dmq__faqGrid{gap:1.5rem;display:grid}.city-landing-module__-h9dmq__faqItem{background:var(--color-card);border:1px solid var(--color-border);border-radius:16px;padding:2rem;transition:all .3s}.city-landing-module__-h9dmq__faqItem:hover{border-color:var(--color-accent)}.city-landing-module__-h9dmq__faqQuestion{color:var(--color-text);margin:0 0 1rem;font-size:1.125rem;font-weight:700}.city-landing-module__-h9dmq__faqAnswer{color:var(--color-text-muted);margin:0;font-size:1rem;line-height:1.7}.city-landing-module__-h9dmq__ctaSection{background:linear-gradient(135deg,var(--color-accent)0%,#1e40af 100%);text-align:center;padding:clamp(5rem,10vw,8rem) clamp(1.5rem,5vw,3rem)}.city-landing-module__-h9dmq__ctaContent{max-width:700px;margin:0 auto}.city-landing-module__-h9dmq__ctaTitle{color:#fff;letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800}.city-landing-module__-h9dmq__ctaText{color:#ffffffd9;margin:0 0 2.5rem;font-size:1.125rem;line-height:1.7}.city-landing-module__-h9dmq__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.city-landing-module__-h9dmq__ctaPrimary{color:var(--color-accent);background:#fff;border-radius:12px;align-items:center;gap:.75rem;padding:1.125rem 2rem;font-size:1.0625rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 20px #0000001a}.city-landing-module__-h9dmq__ctaPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000026}.city-landing-module__-h9dmq__ctaPrimary svg{transition:transform .25s}.city-landing-module__-h9dmq__ctaPrimary:hover svg{transform:translate(4px)}.city-landing-module__-h9dmq__ctaSecondary{color:#fff;background:0 0;border:1px solid #ffffff4d;border-radius:12px;align-items:center;padding:1.125rem 2rem;font-size:1.0625rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.city-landing-module__-h9dmq__ctaSecondary:hover{background:#ffffff1a;border-color:#ffffff80}.city-landing-module__-h9dmq__checkIcon{width:20px;height:20px;color:var(--color-accent);flex-shrink:0}@media (max-width:640px){.city-landing-module__-h9dmq__heroCta{flex-direction:column;width:100%;max-width:320px;margin-left:auto;margin-right:auto}.city-landing-module__-h9dmq__primaryButton,.city-landing-module__-h9dmq__secondaryButton{justify-content:center;width:100%}.city-landing-module__-h9dmq__ctaButtons{flex-direction:column;width:100%;max-width:320px;margin-left:auto;margin-right:auto}.city-landing-module__-h9dmq__ctaPrimary,.city-landing-module__-h9dmq__ctaSecondary{justify-content:center;width:100%}}
/*# sourceMappingURL=a0dafe3d29457cba.css.map*/