.home-container{width:100%;min-height:100vh;background:#fff;overflow:hidden}.hero-section{position:relative;display:flex;align-items:center;justify-content:space-between;height:100vh;width:100%;padding:0 80px;overflow:hidden;background:url(/hero-bg.png) no-repeat 100%;background-size:90%}.hero-left{flex:1 1;max-width:550px;z-index:10}.hero-left h1{font-size:3rem;font-weight:700;line-height:1.2;color:#111;margin-bottom:18px}.hero-left span{color:#e63946}.hero-left p{font-size:1.1rem;color:#555;margin-bottom:30px;max-width:480px;line-height:1.6}.start-btn{background:#e63946;color:#fff;padding:12px 28px;border-radius:25px;border:none;cursor:pointer;font-size:1.1rem;transition:.3s}.start-btn:hover{background:#c71c1c;transform:translateY(-2px)}.hero-right{display:none!important}.fade-in{opacity:0;transform:translateY(25px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in.show{opacity:1;transform:translateY(0)}.features{text-align:center;padding:100px 60px;background:#fafafa}.section-title{font-size:2.5rem;font-weight:700;color:#111;margin-bottom:40px}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:40px;gap:40px}.feature-card{background:#fff;padding:28px;border-radius:18px;box-shadow:0 4px 18px rgba(0,0,0,.08);transition:.3s ease-in-out}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.feature-card img{width:100px;height:100px;margin-bottom:18px}.feature-card h3{color:#e63946;font-size:1.4rem;margin-bottom:10px}.feature-card p{color:#555;font-size:1rem;line-height:1.5}.cta{padding:100px 40px;text-align:center;background:linear-gradient(90deg,#111,#e63946);color:#fff}.cta h2{font-size:2.5rem;margin-bottom:20px}.cta p{margin-bottom:30px}.cta p,.cta-btn{font-size:1.1rem}.cta-btn{background:#fff;color:#e63946;padding:12px 30px;border-radius:25px;cursor:pointer;transition:.3s ease;border:none}.cta-btn:hover{background:#e63946;color:#fff;transform:scale(1.05)}@media (max-width:1024px){.hero-section{height:auto;flex-direction:column;text-align:center;padding:80px 40px;background-size:90%;background-position:bottom}.hero-left h1{font-size:2.5rem}}@media (max-width:768px){.hero-left h1{font-size:2rem}.hero-left p{font-size:1rem}.hero-section{padding:50px 20px;background-size:110%;background-position:bottom}.features{padding:70px 30px}}@media (max-width:480px){.hero-section{background-size:130%;background-position:bottom}.hero-left h1{font-size:1.9rem}.section-title{font-size:2rem}.feature-card img{width:80px;height:80px}}@media (max-width:768px){.hero-section{background-size:100%;background-position:top;padding-top:260px;padding-left:20px;padding-right:20px;height:auto;min-height:650px}.hero-left{text-align:center}.hero-left h1{font-size:1.9rem}.hero-left p{font-size:1rem;margin-top:10px}.start-btn{margin-top:20px}}