.landlord-hero{display:flex;justify-content:space-between;align-items:center;width:100%;height:auto;min-height:70vh;background-color:#d5d1e8;padding:4rem 6% 3rem;border-radius:0 0 60px 60px;flex-wrap:wrap;overflow:hidden;box-sizing:border-box}.landlord-hero-left{flex:1;min-width:300px;max-width:600px;z-index:2}.landlord-hero-left h1{font-size:3.5rem;font-weight:800;color:var(--color-primary-dark,#413a97);line-height:1.2;margin:0}@media (max-width:1300px){.landlord-hero-left h1{font-size:3rem;font-weight:700;color:var(--color-primary-dark,#413a97);line-height:1.1;margin:0}}.landlord-hero-left p{font-size:1.25rem;color:var(--color-primary-dark,#413a97);margin-top:2rem;max-width:90%}.landlord-hero-right{flex:1;display:flex;justify-content:center;align-items:center;min-width:300px;z-index:1;margin-top:2rem}.landlord-hero-right img{width:70%;max-width:none;height:auto;object-fit:contain;transform:translateX(15vw);max-height:650px}@media (min-width:2400px){.landlord-hero-right img{width:90%;transform:translateX(20vw)}}@media (max-width:1100px){.landlord-hero{text-align:center;padding:15vh 0 2rem}.landlord-hero,.landlord-hero-left{flex-direction:column;align-items:center}.landlord-hero-left{order:2;display:flex;max-width:100%;margin-top:3rem}.landlord-hero-left h1{font-size:2.15rem;padding:0 1rem;margin-top:-4vh}.landlord-hero-left p{font-size:1rem;max-width:90%;margin-top:1.5rem}.landlord-hero-right{order:1;justify-content:center;margin-top:0;width:100%}.landlord-hero-right img{width:100%;max-width:none;display:block;margin:0 auto;transform:translateX(0);height:auto;max-height:600px}}.landlord-services-header{text-align:center;margin-top:6rem;margin-bottom:4rem}.services-pill{display:inline-block;background-color:#d5d1e8;padding:.7rem 1.8rem;border-radius:999px;font-weight:800;font-size:1.75rem;margin-bottom:1.5rem}.services-pill,.services-title{color:var(--color-primary-dark,#413a97)}.services-title{font-size:2.5rem;font-weight:900;line-height:1.3;max-width:800px;margin:0 auto}.services-pill:after{content:"";position:absolute;top:0;left:-75%;width:50%;background:linear-gradient(120deg,rgba(255,255,255,.2),rgba(255,255,255,.6) 50%,rgba(255,255,255,.2));transform:skewX(-20deg);opacity:0;pointer-events:none}.services-pill.clicked:after{animation:shine .8s ease-in-out forwards}@keyframes shine{0%{left:-75%;opacity:0}50%{opacity:1}to{left:125%;opacity:0}}@media (max-width:1100px){.landlord-services-header{margin-top:3rem;margin-bottom:2rem;padding:0 1rem}.services-pill{font-size:1.2rem;padding:.5rem 1.2rem;margin-bottom:1rem}.services-title{font-size:1.75rem;line-height:1.2;max-width:100%}}.landlord-info-pill{background-color:#d5d1e8;border-radius:25px;padding:2rem;box-shadow:0 8px 20px rgba(0,0,0,.15);transition:transform .3s ease}.landlord-info-pill:hover{transform:translateY(-4px)}.icon{font-size:2.2rem;margin-bottom:1rem}.title{font-size:1.4rem;font-weight:800;color:#3d2c8d;margin-bottom:.5rem}.description{font-size:1rem;color:#333;line-height:1.5}.icon{width:80px;height:80px;margin-bottom:.5rem}.icon img{width:100%;height:100%;object-fit:contain}.landlord-info-matrix{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;padding:4rem 6%;justify-items:center}@media (max-width:1100px){.landlord-info-matrix{grid-template-columns:1fr;gap:2rem;padding:2rem 1.5rem}}.landlord-mission-section{display:flex;align-items:center;justify-content:space-between;background-color:#3d2c8d;border-radius:40px;padding:4rem;color:white;flex-wrap:wrap;margin:4rem auto;width:80%;max-width:1300px}.mission-image{flex:1;min-width:300px;display:flex;justify-content:center}.mission-image img{width:100%;max-width:500px;border-radius:25px;box-shadow:0 10px 30px rgba(0,0,0,.3)}.mission-content{flex:1;min-width:320px;padding:1rem 2rem}.mission-subtitle{font-weight:600;font-size:1.2rem;color:#e0dfff;margin-bottom:1rem}.mission-title{font-size:2.8rem;font-weight:800;margin:0 0 1.5rem;color:white;line-height:1.2}.mission-paragraph{font-size:1.1rem;color:#d4cffc;line-height:1.6;margin-bottom:2rem;max-width:600px}.mission-stat{font-size:2rem;font-weight:700;color:white}.mission-stat span{display:block;font-size:1rem;font-weight:500;color:#d4cffc}.mission-subtitle-mobile{display:none}@media (max-width:1100px){.landlord-mission-section{flex-direction:column;padding:2rem 0;width:100%;margin:2rem 0;border-radius:30px;text-align:center}.mission-subtitle-mobile{display:block;font-size:2rem;font-weight:800;color:#e0dfff;margin-bottom:1rem}.mission-image{margin-bottom:2rem}.mission-image img{max-width:90%;height:auto;border-radius:20px}.mission-content{padding:0 1rem}.mission-subtitle{display:none}.mission-title{font-size:2rem;margin-bottom:1rem}.mission-paragraph{font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.mission-stat{font-size:2.8rem;font-weight:800}.mission-stat span{font-size:1rem;font-weight:500;color:#d4cffc;margin-top:.5rem}}.info-card{background-color:#d6cef3;border-radius:25px;padding:2rem;box-shadow:0 8px 20px rgba(0,0,0,.12);text-align:center;transition:transform .3s ease}.info-card:hover{transform:translateY(-6px)}.info-icon{font-size:2.5rem}.info-title{font-size:1.65rem;font-weight:800;margin-bottom:.5rem}.info-description,.info-title{color:var(--color-primary-dark,#413a97)}.info-description{font-size:1rem;line-height:1.6}.info-icon{margin-bottom:1rem;display:flex;justify-content:center;align-items:center;height:60px}.info-icon img{max-height:90px;max-width:90px;object-fit:contain}.info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem;padding:2rem 6%;justify-items:center;max-width:1200px;margin:0 auto 4rem}.landlord-process-section{width:100%;display:flex;flex-direction:column;align-items:center}@media (max-width:1100px){.info-grid{grid-template-columns:1fr;padding:1.5rem 1rem;gap:1.5rem}}