.home-container{padding:0}.hero-section{display:flex;width:100%;height:80vh;background:#fafafa;border-bottom:1px solid #eee;overflow:hidden}.hero-text{width:50%;height:80vh;padding:2rem;display:flex;flex-direction:column;justify-content:center}.hero-text h1{font-size:2.5rem;font-weight:700;font-family:var(--font-manrope);margin-bottom:1rem;color:#1e1e1e}.hero-text p{font-size:1.1rem;color:#444;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-btn{background-color:#000;color:#fff;padding:.75rem 1.5rem;text-decoration:none;font-weight:600;font-size:.95rem;text-transform:uppercase;transition:background-color .3s ease}.hero-btn:hover{background-color:#333}.hero-btn.secondary{background-color:transparent;color:#000;border:1px solid #000}.hero-btn.secondary:hover{background-color:#f0f0f0}.hero-image{width:50%;height:100vh;position:relative;padding:0;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:768px){.hero-section{flex-direction:column-reverse;height:auto;position:relative}.hero-text{position:absolute;top:0;left:0;width:100%;height:100%;padding:0 2rem 2rem;background:linear-gradient(0deg,rgba(0,0,0,.7),transparent);color:#fff;text-align:center;z-index:2;display:flex;flex-direction:column}.hero-text h1,.hero-text p{color:#fff}.hero-text h1{font-size:2.5rem;font-weight:700;font-family:var(--font-manrope);margin-bottom:1rem;line-height:1.2}.hero-buttons{justify-content:center}.hero-image{width:100%;height:100vh}.hero-image img{height:100%}.hero-list{display:none}.hero-btn.secondary{background-color:#fff;color:#000;border:1px solid #000;line-height:1.2}.hero-btn.secondary:hover{background-color:#f0f0f0}}.hero-list{list-style:none;padding:0;margin:0 0 2rem;color:#444;line-height:1.6}.hero-list li{margin-bottom:.4rem;display:flex;align-items:center;gap:.5rem}.reassurance-banner{overflow:hidden;background:#f5f5f5;padding:1rem 0;margin-bottom:2rem}.marquee{display:block;white-space:nowrap}.marquee__content{display:inline-block;font-size:20px;animation:marquee 20s linear infinite}.marquee__item{display:inline-block;margin-right:5rem;font-weight:500;color:#333}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}