.loading-screen{justify-content:center;align-items:center;height:80vh;display:flex}.home-container{flex-direction:column;display:flex}.hero-section{background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;height:85vh;margin-top:-120px;padding-top:120px;display:flex;position:relative;overflow:hidden}.hero-overlay{z-index:1;background:#0006;position:absolute;inset:0}.hero-content{z-index:2;text-align:center;color:#fff;-webkit-backdrop-filter:blur(12px)brightness(1.1);max-width:800px;padding:4rem;position:relative;background:#ffffff1a!important;border-color:#fff3!important}.hero-title{letter-spacing:-1px;text-shadow:0 4px 20px #00000080;margin-bottom:1.5rem;font-size:3.8rem;font-weight:800}.hero-desc{opacity:.95;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.hero-btn{background:linear-gradient(135deg, var(--primary-color), var(--secondary-color));color:#fff;border:1px solid #fff3;border-radius:50px;padding:1rem 3rem;font-weight:600;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #0284c766}.hero-btn:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 8px 25px #0ea5e999}.carousel-section{text-align:center;max-width:1200px;margin:0 auto;padding:6rem 2rem 2rem}.carousel{border-radius:20px;height:450px;padding:0;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.carousel-track{height:100%;transition:transform .6s cubic-bezier(.25,1,.5,1);display:flex}.carousel-slide{align-items:flex-end;min-width:100%;height:100%;padding:4rem;display:flex;position:relative}.carousel-slide:after{content:"";background:linear-gradient(#0000 30%,#00000080 100%);position:absolute;inset:0}.carousel-content{z-index:2;color:#fff;text-align:left;flex-direction:column;align-items:flex-start;gap:1.5rem;display:flex;position:relative}.carousel-content h3{text-shadow:0 2px 10px #0000004d;font-size:3rem;font-weight:800}.carousel-dots{z-index:3;gap:1rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.carousel-dots .dot{cursor:pointer;background:#fff6;border-radius:50%;width:14px;height:14px;transition:all .3s}.carousel-dots .dot.active{background:#fff;transform:scale(1.2);box-shadow:0 0 10px #fffc}.intro-section{max-width:1200px;margin:0 auto;padding:4rem 2rem 6rem}.intro-card{text-align:center;padding:4rem}.intro-card h2{background:linear-gradient(90deg, var(--primary-color), var(--secondary-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:2.8rem}.intro-card p{opacity:.8;max-width:800px;margin:0 auto 4rem;font-size:1.2rem;line-height:1.7}.intro-stats{justify-content:center;gap:5rem;display:flex}.stat-item h3{color:var(--secondary-color);text-shadow:0 2px 10px #0000000d;margin-bottom:.5rem;font-size:3.5rem;font-weight:800}.stat-item p{text-transform:uppercase;letter-spacing:1px;margin:0;font-size:1rem;font-weight:600}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-content{margin:0 1rem;padding:2rem}.carousel-slide{padding:2rem}.carousel-content h3{font-size:2rem}.intro-stats{flex-direction:column;gap:2rem}.intro-card{padding:2rem}}
