.ResidentApp-module__j-smRG__page{--navy-deep:#042c54;--aqua:#06b6d4;--aqua-light:#22d3ee;--aqua-dark:#0891b2;--text-primary:#0f172a;--text-muted:#64748b;--text-light:#94a3b8;--border:#e2e8f0;--bg-subtle:#f8fafc;--card-gradient:radial-gradient(circle at 30% -100%,#042c54 25%,#042c54 85%,#1b78de 100%);--font:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;min-height:100vh;color:var(--text-primary);font-family:var(--font);-webkit-font-smoothing:antialiased;background:#fff;overflow-x:hidden}.ResidentApp-module__j-smRG__sectionInner{max-width:1200px;margin:0 auto;padding:0 2rem}.ResidentApp-module__j-smRG__sectionHeader{text-align:center;margin-bottom:3rem}.ResidentApp-module__j-smRG__sectionTitle{color:var(--text-primary);letter-spacing:-.025em;margin:0 0 .75rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;line-height:1.2}.ResidentApp-module__j-smRG__sectionTitleWhite{color:#fff;letter-spacing:-.025em;margin:0 0 .75rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;line-height:1.2}.ResidentApp-module__j-smRG__sectionDesc{color:var(--text-muted);max-width:580px;margin:0 auto;font-size:1rem;line-height:1.7}.ResidentApp-module__j-smRG__hero{background:var(--card-gradient);grid-template-columns:1fr 1fr;align-items:center;gap:3.5rem;padding:9rem 3.5rem 5rem;display:grid;position:relative;overflow:hidden}.ResidentApp-module__j-smRG__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#06b6d412 0%,#0000 70%);width:500px;height:500px;position:absolute;top:-20%;right:-10%}.ResidentApp-module__j-smRG__hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#1b78de0f 0%,#0000 70%);width:400px;height:400px;position:absolute;bottom:-25%;left:-10%}.ResidentApp-module__j-smRG__heroInner{z-index:2;position:relative}.ResidentApp-module__j-smRG__heroBadge{color:var(--aqua-light);background:#06b6d41a;border:1px solid #06b6d433;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.8125rem;font-weight:600;display:inline-flex}.ResidentApp-module__j-smRG__heroBadge svg{flex-shrink:0}.ResidentApp-module__j-smRG__heroTitle{color:#fff;letter-spacing:-.03em;margin:0 0 1.25rem;font-size:clamp(2rem,4.5vw,3rem);font-weight:800;line-height:1.12}.ResidentApp-module__j-smRG__heroAccent{color:var(--aqua-light)}.ResidentApp-module__j-smRG__heroSubtitle{color:#fff9;max-width:460px;margin:0 0 2rem;font-size:1rem;line-height:1.7}.ResidentApp-module__j-smRG__heroActions{flex-wrap:wrap;gap:.75rem;margin-bottom:1.75rem;display:flex}.ResidentApp-module__j-smRG__heroPrimary{color:var(--navy-deep);background:linear-gradient(135deg,var(--aqua),var(--aqua-light));border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.8rem 1.75rem;font-size:.9375rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 18px #06b6d44d}.ResidentApp-module__j-smRG__heroPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #06b6d466}.ResidentApp-module__j-smRG__heroSecondary{color:#ffffffd9;background:#ffffff0f;border:1px solid #ffffff26;border-radius:10px;align-items:center;gap:.5rem;padding:.8rem 1.75rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.ResidentApp-module__j-smRG__heroSecondary:hover{color:#fff;background:#ffffff1f}.ResidentApp-module__j-smRG__heroRating{align-items:center;gap:.75rem;display:flex}.ResidentApp-module__j-smRG__stars{gap:.125rem;display:flex}.ResidentApp-module__j-smRG__ratingText{color:#ffffff73;margin:0;font-size:.8125rem}.ResidentApp-module__j-smRG__heroMockup{z-index:2;justify-content:center;display:flex;position:relative}.ResidentApp-module__j-smRG__mockupPlaceholder{aspect-ratio:9/16;color:#ffffff40;background:linear-gradient(#0f2038 0%,#0a1628 100%);border:5px solid #ffffff14;border-radius:30px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;width:100%;max-width:260px;animation:6s ease-in-out infinite ResidentApp-module__j-smRG__phoneFloat;display:flex;box-shadow:0 20px 56px #0006,inset 0 0 0 2px #ffffff0f}.ResidentApp-module__j-smRG__mockupPlaceholder p{margin:0;font-size:.75rem;font-weight:500}@keyframes ResidentApp-module__j-smRG__phoneFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.ResidentApp-module__j-smRG__featuresSection{background:var(--bg-subtle);padding:5rem 2rem}.ResidentApp-module__j-smRG__featuresGrid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.ResidentApp-module__j-smRG__featureCard{background:var(--card-gradient);border-radius:16px;padding:1.75rem 1.5rem;transition:all .3s;animation:.5s ease-out backwards ResidentApp-module__j-smRG__cardUp;position:relative;overflow:hidden;box-shadow:0 4px 18px #042c541f}.ResidentApp-module__j-smRG__featureCard:first-child{animation-delay:20ms}.ResidentApp-module__j-smRG__featureCard:nth-child(2){animation-delay:60ms}.ResidentApp-module__j-smRG__featureCard:nth-child(3){animation-delay:.1s}.ResidentApp-module__j-smRG__featureCard:nth-child(4){animation-delay:.14s}.ResidentApp-module__j-smRG__featureCard:nth-child(5){animation-delay:.18s}.ResidentApp-module__j-smRG__featureCard:nth-child(6){animation-delay:.22s}.ResidentApp-module__j-smRG__featureCard:nth-child(7){animation-delay:.26s}.ResidentApp-module__j-smRG__featureCard:nth-child(8){animation-delay:.3s}.ResidentApp-module__j-smRG__featureCard:nth-child(9){animation-delay:.34s}.ResidentApp-module__j-smRG__featureCard:nth-child(10){animation-delay:.38s}.ResidentApp-module__j-smRG__featureCard:nth-child(11){animation-delay:.42s}.ResidentApp-module__j-smRG__featureCard:nth-child(12){animation-delay:.46s}@keyframes ResidentApp-module__j-smRG__cardUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.ResidentApp-module__j-smRG__featureCard:before{content:"";background:linear-gradient(90deg,transparent,var(--aqua-light),transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.ResidentApp-module__j-smRG__featureCard:hover{transform:translateY(-4px);box-shadow:0 12px 36px #042c5440}.ResidentApp-module__j-smRG__featureCard:hover:before{opacity:1}.ResidentApp-module__j-smRG__featureIcon{background:#ffffff0f;border:1px solid #ffffff14;border-radius:11px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:.875rem;transition:all .3s;display:flex}.ResidentApp-module__j-smRG__featureCard:hover .ResidentApp-module__j-smRG__featureIcon{background:#06b6d41f;border-color:#06b6d440;transform:scale(1.08)rotate(-3deg)}.ResidentApp-module__j-smRG__featureTitle{color:#fff;margin:0 0 .375rem;font-size:.875rem;font-weight:700}.ResidentApp-module__j-smRG__featureDesc{color:#ffffff73;margin:0;font-size:.6875rem;line-height:1.55}.ResidentApp-module__j-smRG__howItWorksSection{background:#fff;padding:5rem 2rem}.ResidentApp-module__j-smRG__stepsGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.ResidentApp-module__j-smRG__stepCard{background:var(--card-gradient);text-align:center;border-radius:18px;padding:2.5rem 1.5rem 1.75rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #042c541f}.ResidentApp-module__j-smRG__stepCard:before{content:"";background:linear-gradient(90deg,transparent,var(--aqua-light),transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.ResidentApp-module__j-smRG__stepCard:hover{transform:translateY(-4px);box-shadow:0 12px 36px #042c5440}.ResidentApp-module__j-smRG__stepCard:hover:before{opacity:1}.ResidentApp-module__j-smRG__stepNumber{width:48px;height:48px;color:var(--navy-deep);background:linear-gradient(135deg,var(--aqua),var(--aqua-light));border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:1.25rem;font-weight:800;display:flex;box-shadow:0 4px 14px #06b6d44d}.ResidentApp-module__j-smRG__stepTitle{color:#fff;margin:0 0 .375rem;font-size:.9375rem;font-weight:700}.ResidentApp-module__j-smRG__stepDesc{color:#ffffff80;margin:0;font-size:.8125rem;line-height:1.6}.ResidentApp-module__j-smRG__benefitsSection{background:var(--bg-subtle);padding:5rem 2rem}.ResidentApp-module__j-smRG__benefitsGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.ResidentApp-module__j-smRG__benefitCard{background:var(--card-gradient);border-radius:16px;gap:1rem;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 18px #042c541f}.ResidentApp-module__j-smRG__benefitCard:hover{transform:translate(4px);box-shadow:0 8px 28px #042c5438}.ResidentApp-module__j-smRG__benefitIcon{color:var(--aqua-light);flex-shrink:0;margin-top:2px}.ResidentApp-module__j-smRG__benefitTitle{color:#fff;margin:0 0 .25rem;font-size:.9375rem;font-weight:700}.ResidentApp-module__j-smRG__benefitDesc{color:#ffffff80;margin:0;font-size:.75rem;line-height:1.6}.ResidentApp-module__j-smRG__screenshotsSection{background:var(--card-gradient);padding:5rem 2rem}.ResidentApp-module__j-smRG__screenshotsGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.ResidentApp-module__j-smRG__screenshotCard{background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;padding:.625rem;transition:all .3s}.ResidentApp-module__j-smRG__screenshotCard:hover{border-color:#06b6d433;transform:translateY(-6px);box-shadow:0 16px 40px #0003}.ResidentApp-module__j-smRG__screenshotPlaceholder{aspect-ratio:9/16;color:#ffffff40;text-align:center;background:linear-gradient(#0f2038 0%,#0a1628 100%);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:.625rem;padding:1rem;display:flex}.ResidentApp-module__j-smRG__screenshotPlaceholder p{margin:0;font-size:.6875rem;font-weight:600}@media (max-width:1024px){.ResidentApp-module__j-smRG__hero{text-align:center;grid-template-columns:1fr;gap:3rem;padding:8rem 2rem 4rem}.ResidentApp-module__j-smRG__heroInner{text-align:center}.ResidentApp-module__j-smRG__heroSubtitle{margin-left:auto;margin-right:auto}.ResidentApp-module__j-smRG__heroActions,.ResidentApp-module__j-smRG__heroRating{justify-content:center}.ResidentApp-module__j-smRG__heroMockup{order:-1}.ResidentApp-module__j-smRG__mockupPlaceholder{max-width:220px}.ResidentApp-module__j-smRG__featuresGrid{grid-template-columns:repeat(3,1fr)}.ResidentApp-module__j-smRG__stepsGrid{grid-template-columns:repeat(2,1fr)}.ResidentApp-module__j-smRG__benefitsGrid{grid-template-columns:1fr}.ResidentApp-module__j-smRG__screenshotsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ResidentApp-module__j-smRG__hero{padding:7rem 1.25rem 3rem}.ResidentApp-module__j-smRG__heroTitle{font-size:1.875rem}.ResidentApp-module__j-smRG__heroActions{flex-direction:column;width:100%}.ResidentApp-module__j-smRG__heroPrimary,.ResidentApp-module__j-smRG__heroSecondary{justify-content:center;width:100%;max-width:260px}.ResidentApp-module__j-smRG__sectionInner{padding:0 1.25rem}.ResidentApp-module__j-smRG__featuresSection,.ResidentApp-module__j-smRG__howItWorksSection,.ResidentApp-module__j-smRG__benefitsSection,.ResidentApp-module__j-smRG__screenshotsSection{padding:3.5rem 1.25rem}.ResidentApp-module__j-smRG__featuresGrid{grid-template-columns:repeat(2,1fr)}.ResidentApp-module__j-smRG__stepsGrid{grid-template-columns:1fr;max-width:360px;margin:0 auto}.ResidentApp-module__j-smRG__screenshotsGrid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:480px){.ResidentApp-module__j-smRG__hero{padding:6.5rem 1rem 2.5rem}.ResidentApp-module__j-smRG__heroTitle{font-size:1.625rem}.ResidentApp-module__j-smRG__mockupPlaceholder{border-radius:22px;max-width:180px}.ResidentApp-module__j-smRG__featuresGrid{grid-template-columns:1fr;max-width:360px;margin:0 auto}.ResidentApp-module__j-smRG__featureCard{border-radius:14px;padding:1.25rem}.ResidentApp-module__j-smRG__stepCard{border-radius:14px;padding:2rem 1.25rem 1.5rem}.ResidentApp-module__j-smRG__benefitCard{border-radius:14px;padding:1.25rem}.ResidentApp-module__j-smRG__screenshotsGrid{grid-template-columns:1fr;max-width:220px;margin:0 auto}}@media (prefers-reduced-motion:reduce){.ResidentApp-module__j-smRG__mockupPlaceholder,.ResidentApp-module__j-smRG__featureCard{animation:none}.ResidentApp-module__j-smRG__heroPrimary,.ResidentApp-module__j-smRG__heroSecondary,.ResidentApp-module__j-smRG__featureCard,.ResidentApp-module__j-smRG__stepCard,.ResidentApp-module__j-smRG__benefitCard,.ResidentApp-module__j-smRG__screenshotCard{transition:none}}@media print{.ResidentApp-module__j-smRG__hero,.ResidentApp-module__j-smRG__screenshotsSection{color:#000;background:#fff}.ResidentApp-module__j-smRG__featureCard,.ResidentApp-module__j-smRG__stepCard,.ResidentApp-module__j-smRG__benefitCard{background:#fff;border:1px solid #ccc}.ResidentApp-module__j-smRG__heroTitle,.ResidentApp-module__j-smRG__featureTitle,.ResidentApp-module__j-smRG__stepTitle,.ResidentApp-module__j-smRG__benefitTitle{color:#000}.ResidentApp-module__j-smRG__heroActions{display:none}}
