/* === HOME PAGE === */
.home-hero-wrap{padding-top:0;max-width:none;margin-top:10px}
.home-hero-wrap>.container{max-width:none;padding:0 30px}
.home-hero{width:100%;min-height:635px;border-radius:30px}
.home-hero__media-strip{width:100%;max-width:560px;margin-top:var(--space-5);overflow:hidden;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}
.hero-logos__track{display:flex;align-items:center;gap:8px;width:max-content;animation:scroll-left 20s linear infinite}
.hero-logos__track img{width:148px;height:50px;object-fit:contain;filter:brightness(0) invert(1);opacity:0.85;flex-shrink:0}
.home-about{display:grid;grid-template-columns:480px 1fr;gap:var(--space-8);align-items:center;max-width:1160px;margin-inline:auto}
.home-about__media{width:100%;max-width:480px;aspect-ratio:4/3;border-radius:var(--radius-lg);background-color:var(--color-bg-muted);overflow:hidden}
.home-about__media img{width:100%;height:100%;object-fit:cover}
.home-about__body{display:flex;flex-direction:column;gap:var(--space-5);align-items:flex-start}
.home-about__body h2{font-size:33.2px;font-weight:600;line-height:1.2}
@media(max-width:880px){.home-about{grid-template-columns:1fr}}
.home-benefits{background-color:var(--color-bg-alt);border-radius:30px;padding:var(--space-12) var(--space-10)}
.home-properties__carousel{overflow:hidden;width:100%;margin-top:var(--space-8);padding-block:var(--space-2)}
.home-properties__track{display:flex;gap:var(--space-8);width:max-content;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden;cursor:grab}
.home-properties__track.is-dragging{cursor:grabbing}
.home-properties__track.is-dragging a{pointer-events:none}
@keyframes properties-scroll{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-50%,0,0)}}
.home-properties__cta{display:flex;justify-content:center;margin-top:var(--space-9)}
.home-properties__list-mobile{display:none}
.prop-row{display:flex;align-items:center;gap:var(--space-4);padding:var(--space-3) 0;border-bottom:1px solid var(--color-border);text-decoration:none}
.prop-row:last-child{border-bottom:none}
.prop-row__img{width:100px;min-width:100px;height:72px;border-radius:var(--radius-md);overflow:hidden;background:var(--color-bg-muted)}
.prop-row__img img{width:100%;height:100%;object-fit:cover}
.prop-row__body{display:flex;flex-direction:column;gap:4px;overflow:hidden}
.prop-row__title{font-size:15px;font-weight:600;line-height:1.3;color:var(--color-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.prop-row__meta{font-size:13px;font-weight:500;color:var(--color-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.home-services{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-7)}
.home-services__title{text-align:center;font-family:var(--font-display);font-size:40px;font-weight:600;line-height:1.2;margin-bottom:50px;color:var(--color-text)}
.service-card{position:relative;display:flex;flex-direction:column;border-radius:var(--radius-xl);overflow:hidden;text-decoration:none}
.service-card__media{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden;background:var(--color-bg-muted)}
.service-card__media img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s cubic-bezier(.2,.6,.2,1),filter 0.6s cubic-bezier(.2,.6,.2,1)}
.service-card:hover .service-card__media img{transform:scale(1.08);filter:brightness(1.05)}
.service-card__content{position:absolute;bottom:0;left:0;right:0;display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-6);z-index:1;background:rgba(255,255,255,0.65);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:0}
.service-card__name{font-family:var(--font-display);font-size:var(--fs-xl);font-weight:var(--fw-bold);color:var(--color-text-heading);line-height:var(--lh-snug)}
.service-card__text{font-size:var(--fs-sm);color:var(--color-text-muted);line-height:var(--lh-relaxed);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.service-card__cta{font-size:var(--fs-sm);font-weight:var(--fw-semibold);color:var(--color-primary);margin-top:var(--space-2)}
[data-theme="dark"] .service-card__content{background:rgba(22,34,34,0.75)}
@media(max-width:880px){.home-services{grid-template-columns:1fr 1fr}.home-services__title{font-size:30px;margin-bottom:32px}}
.home-help{position:relative;overflow:hidden;background-color:var(--color-bg-alt);border-radius:25px;min-height:480px;display:flex;align-items:center;justify-content:center}
.home-help__bg{position:absolute;inset:-30px;background-size:cover;background-position:center top;background-repeat:no-repeat;transition:transform 0.3s ease-out;pointer-events:none}
.home-help__panel{position:relative;z-index:1;background:transparent;padding:var(--space-8);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-5);text-align:center;max-width:540px}
.home-help__panel h2{color:var(--color-text);font-size:33.2px;line-height:1.2}
.home-help__panel p{color:var(--color-text)}
@media(max-width:880px){.home-help{min-height:340px}}
.home-news{position:relative;padding:var(--space-10)}
.home-news::before{content:"";position:absolute;top:0;left:0;right:0;bottom:180px;background-color:var(--color-bg-alt);border-radius:25px;z-index:0;pointer-events:none}
.home-news__title{position:relative;z-index:1;font-family:var(--font-display);font-size:33.2px;font-weight:var(--fw-semibold);line-height:1.2;color:var(--color-text);margin-bottom:var(--space-8)}
.home-news__grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-7)}
.home-news__cta{position:relative;z-index:1;display:flex;justify-content:center;margin-top:var(--space-7)}
@media(max-width:880px){.home-news{padding:var(--space-7)}.home-news__grid{grid-template-columns:1fr}}
.home-testimonials__title{text-align:center;font-family:var(--font-display);font-size:33px;font-weight:600;line-height:1.2;margin-bottom:50px;color:var(--color-text)}
.home-testimonials__viewport{overflow:hidden;width:100%;padding-block:var(--space-2)}
.home-testimonials__track{display:flex;gap:var(--space-7);width:max-content;animation:testimonials-scroll var(--testimonial-duration, 30s) linear infinite}
.home-testimonials__track:hover{animation-play-state:paused}
@keyframes testimonials-scroll{0%{transform:translateX(0)}100%{transform:translateX(-25%)}}
.home-testimonials__note{margin-top:var(--space-9);text-align:center;font-size:16px;font-weight:400;color:var(--color-text-soft);max-width:60ch;margin-inline:auto;line-height:var(--lh-normal)}
.home-help__panel h2{font-size:33px;font-weight:600}
.home-help__panel .text-body{line-height:20.8px}
.home-faq__title{font-size:33px!important;font-weight:600!important}

/* === MOBILE === */
@media(max-width:720px){
.home-services{grid-template-columns:1fr}
.home-services__title{font-size:24px;margin-bottom:24px}
.home-benefits{padding:32px 16px}
.home-hero{min-height:auto}
.home-hero-wrap{margin-top:0}
.home-hero-wrap>.container{padding:0 12px}
.home-help{min-height:280px}
.home-help__panel{padding:var(--space-5)}
.home-help__panel h2{font-size:22px}
.home-help__panel .text-body{font-size:15px;line-height:22px}
.home-testimonials__title{font-size:22px;margin-bottom:24px}
.home-news{padding:24px 12px}
.home-news__title{font-size:22px}
.home-about__body h2{font-size:22px}
.home-about__body .text-body{font-size:15px}
.home-news__cta{margin-top:calc(var(--space-7) + 20px)}
.home-properties__carousel{display:none}
.home-properties__list-mobile{display:block;margin-top:var(--space-5)}
.home-properties__cta{margin-top:var(--space-5)}
.home-testimonials__note{font-size:14px}
.home-faq__title{font-size:24px!important}
}
