.hero{justify-content:center;align-items:center;height:90vh;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-slider{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-image-wrapper{width:100%;height:100%;position:absolute;top:0;left:0}.hero-image{object-fit:cover}.hero-overlay{z-index:1;background:linear-gradient(135deg,#7134a5b3,#00000080);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;text-align:center;color:#fff;max-width:900px;position:relative}.hero-content h1{color:#fff;text-shadow:2px 2px 8px #0000004d;margin-bottom:1.5rem;font-size:3.5rem}.hero-subtitle{color:#fff;margin-bottom:1rem;font-size:1.75rem;font-weight:600}.hero-description{color:#fffffff2;margin-bottom:2rem;font-size:1.125rem;line-height:1.8}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-buttons .btn{align-items:center;gap:.5rem;display:flex}.hero-buttons .btn-outline{color:#fff;border-color:#fff}.hero-buttons .btn-outline:hover{color:var(--primary-purple);background-color:#fff}.welcome-section{padding:6rem 0}.welcome-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-top:3rem;display:grid}.welcome-text p{margin-bottom:1.5rem;font-size:1.125rem;line-height:1.8}.welcome-text strong{color:var(--primary-purple);font-weight:600}.rounded-image{border-radius:12px;width:100%;height:auto;box-shadow:0 8px 24px #0000001f}.features-section{padding:6rem 0}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.feature-card{text-align:center;cursor:pointer}.feature-icon{background:linear-gradient(135deg,var(--primary-purple),#7134a5b3);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;display:inline-flex}.feature-card h3{color:var(--primary-purple);margin-bottom:1rem;font-size:1.5rem}.feature-card p{font-size:1rem;line-height:1.6}.cta-section{background:linear-gradient(135deg,var(--primary-purple),#7134a5cc);text-align:center;color:#fff;padding:5rem 0}.cta-content h2{color:#fff;margin-bottom:1rem;font-size:2.5rem}.cta-content p{color:#fffffff2;margin-bottom:2rem;font-size:1.25rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-buttons .btn-outline{color:#fff;border-color:#fff}.cta-buttons .btn-outline:hover{color:var(--primary-purple);background-color:#fff}@media (max-width:768px){.hero{height:70vh;min-height:500px}.hero-content h1{font-size:2rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1rem}.welcome-content{grid-template-columns:1fr;gap:2rem}.welcome-image{order:-1}.features-grid{grid-template-columns:1fr}.cta-content h2{font-size:1.75rem}.cta-content p{font-size:1rem}}
