.hero-fullscreen{position:relative;height:calc(100vh - 80px);min-height:620px;margin-top:80px;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;color:var(--white)}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('../img/hero.png');background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(30,64,175,.2);z-index:2}.hero-content-wrapper{position:relative;z-index:3;margin-left:4rem}.hero-content-centered{text-align:left;max-width:800px;margin:0}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.15);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:.75rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:500;margin-bottom:2rem;animation:.4s ease-out .1s both fadeInUp}.hero-content-centered h1{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:var(--white);animation:.4s ease-out .2s both fadeInUp}.hero-subtitle{font-size:1.5rem;font-weight:500;margin-bottom:1rem;color:rgba(255,255,255,.9);animation:.4s ease-out .3s both fadeInUp}.hero-description{font-size:1.2rem;line-height:1.6;margin-bottom:3rem;color:rgba(255,255,255,.8);animation:.4s ease-out .4s both fadeInUp}.hero-cta-group{display:flex;gap:1rem;justify-content:flex-start;margin-bottom:4rem;animation:.4s ease-out .5s both fadeInUp}.btn-primary-large{display:inline-flex;align-items:center;background:var(--white);color:var(--primary-blue);padding:1.25rem 2.5rem;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:.3s;box-shadow:0 4px 15px rgba(0,0,0,.1)}.btn-secondary-outline{display:inline-flex;align-items:center;background:0 0;color:var(--white);padding:1.25rem 2.5rem;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;border:2px solid rgba(255,255,255,.3);backdrop-filter:blur(10px);transition:.3s}.hero-stats{display:flex;justify-content:flex-start;gap:3rem;margin-bottom:2rem;animation:.4s ease-out .6s both fadeInUp}.stat-item{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:700;color:var(--white);line-height:1}.stat-label{display:block;font-size:.9rem;color:rgba(255,255,255,.7);margin-top:.5rem}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:3;animation:2s infinite bounce}.scroll-arrow{width:40px;height:40px;border:2px solid rgba(255,255,255,.5);border-radius:50%;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.7);cursor:pointer;transition:.3s}@keyframes fadeInUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}@media (max-width:768px){.hero-fullscreen{height:calc(100vh - 80px);min-height:520px;margin-top:80px;padding-top:0;align-items:flex-start}.hero-content-wrapper{margin-left:.5rem;padding:0 1rem;width:100%;box-sizing:border-box}.hero-content-centered{padding:2rem 0;text-align:center;max-width:100%;margin:0 auto}.hero-content-centered h1{font-size:2.2rem;line-height:1.15}.hero-cta-group{justify-content:center;flex-wrap:wrap}.hero-stats{justify-content:center;display:none}}