.hero{justify-content:center;align-items:center;height:100vh;margin-top:0;display:flex;position:relative;overflow:hidden}.hero-background{width:100%;height:100%;position:absolute;top:0;left:0}.hero-bg-video{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay{z-index:1;background:radial-gradient(at top,#274c77cc 0%,#0000 50%),radial-gradient(at bottom,#274c7799 0%,#0000 50%),linear-gradient(#274c7733 0%,#274c7780 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero .container{z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;position:relative}.hero-content{z-index:2;text-align:center;color:#e7ecef;max-width:900px;margin:0 auto;padding:0 1rem;position:relative}.hero-title{text-shadow:2px 2px 8px #0000004d;font-size:4rem;font-weight:700;line-height:1.1;font-family:var(--font-merriweather),serif;margin-bottom:.5rem}.hero-subtitle{color:#a3cef1;text-shadow:1px 1px 4px #0000004d;font-size:2rem;font-weight:500;line-height:1.2;font-family:var(--font-merriweather),serif;margin-bottom:.75rem}.hero-description{opacity:.95;text-shadow:1px 1px 4px #0003;font-size:1.15rem;line-height:1.5;font-family:var(--font-lato),sans-serif;margin-bottom:1.75rem}.hero-cta{color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;font-family:var(--font-lato),sans-serif;background:#6096ba;border:none;border-radius:50px;padding:1rem 3rem;transition:all .3s;box-shadow:0 4px 15px #6096ba4d}.hero-cta:hover{background:#274c77;transform:translateY(-3px);box-shadow:0 8px 25px #6096ba80}.hero-indicators{z-index:3;gap:1rem;display:flex;position:absolute;bottom:-4em;left:50%;transform:translate(-50%)}.indicator{cursor:pointer;background:#fff6;border:2px solid #fff9;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.indicator:hover{background:#fff9;transform:scale(1.2)}.indicator.active{background:#a3cef1;border-color:#a3cef1;border-radius:10px;width:40px}.scroll-indicator{color:#fff;flex-direction:column;align-items:center;gap:.5rem;margin-top:2rem;animation:2s infinite bounce;display:flex}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes scrollLine{0%{opacity:0;transform:translateY(-20px)}50%{opacity:1}to{opacity:0;transform:translateY(20px)}}@media (max-width:968px){.hero{margin-top:0}.hero .container,.hero-content{padding:0 1.25rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1rem}.hero-cta{padding:.75rem 2rem;font-size:1rem}.hero-indicators{bottom:-3em}.scroll-indicator{display:none}}@media (max-width:640px){.hero .container,.hero-content{padding:0 1rem}.hero-title{font-size:1.9rem}.hero-subtitle{font-size:1.2rem}.hero-description{margin-bottom:1.25rem;font-size:.95rem}.hero-cta{padding:.7rem 1.75rem;font-size:.95rem}.hero-indicators{gap:.75rem;bottom:-2.5em}}@media (max-width:480px){.hero .container,.hero-content{padding:0 .75rem}.hero-title{font-size:1.6rem}.hero-subtitle{font-size:1.05rem}.hero-description{font-size:.875rem}.hero-cta{text-align:center;width:fit-content;margin:0 auto;padding:.65rem 1.5rem;font-size:.875rem;display:block}.hero-indicators{gap:.6rem;bottom:-2.25em}}
