.hero-section{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.hero-video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.hero-video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(10,25,47,.8),rgba(42,111,151,.6));-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.hero-content{position:relative;z-index:2;text-align:center;max-width:1200px;padding:0 1rem;margin:0 auto}.hero-badge{display:inline-block;margin-bottom:2rem;margin-top:4rem}.hero-badge-text{display:inline-block;padding:.5rem 1.5rem;background:rgba(10,25,47,.9);border:1px solid #87ceeb;border-radius:2rem;color:#ffffff;font-size:.875rem;font-weight:500;letter-spacing:.025em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-badge .glass-button.animated-ai-badge{position:relative;overflow:hidden;background:rgba(10,25,47,.9);border:1px solid #87ceeb;isolation:isolate}.hero-badge .glass-button.animated-ai-badge:before{content:"";position:absolute;top:-50%;left:-100%;width:100%;height:200%;background:linear-gradient(90deg,transparent,rgba(42,111,151,.6) 35%,rgba(42,111,151,1) 50%,rgba(42,111,151,.6) 65%,transparent);animation:slideInOut 3s linear infinite;transform:skewX(-25deg)}@keyframes slideInOut{0%{left:-100%}to{left:100%}}.hero-title{font-size:clamp(1.5rem,5vw,2.5rem);font-weight:500;line-height:1.1;margin-bottom:1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.hero-title-primary{color:#ffffff;display:block;padding-bottom:.5rem}.hero-title-accent{color:#bee3ea;display:block}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#ffffff;line-height:1.6;margin-bottom:3rem;max-width:730px;margin-left:auto;margin-right:auto;font-weight:400;@media (max-width:768px){width:100%}}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:4rem}.hero-button{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 2rem;border-radius:2rem;font-weight:500;font-size:1rem;text-decoration:none;transition:all .3s ease;min-width:160px;border:1px solid transparent}.hero-button-primary{background:#b9c2c8;color:var(--navy-blue);border-color:#cdd4d9}.hero-button-primary:hover{background:#e2e8f0;transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.2)}.hero-button-secondary{background:rgba(10,25,47,.9);color:white;border-color:#87ceeb}.hero-button-secondary:hover{background:#022845;transform:translateY(-2px);transition:all .3s ease;box-shadow:0 10px 25px rgba(42,111,151,.3)}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}@media (max-width:768px){.hero-content{padding:0 1.5rem}.hero-badge{margin-bottom:1.5rem}.hero-badge-text{padding:.375rem 1.25rem;font-size:.8rem}.hero-title{margin-bottom:1rem}.hero-subtitle{margin-bottom:2rem;font-size:1rem}.hero-buttons{flex-direction:column;align-items:center;gap:.75rem;margin-bottom:3rem}.hero-button{width:100%;max-width:280px;padding:1rem 2rem}.hero-scroll-indicator{bottom:1.5rem}}@media (max-width:480px){.hero-content{padding:0 1rem}.hero-badge-text{padding:.25rem 1rem;font-size:.75rem}.hero-title{font-size:1.2rem}.hero-button,.hero-subtitle{font-size:.9rem}.hero-button{padding:.875rem 1.5rem}}@media (min-width:1400px){.hero-content{max-width:1400px}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.375rem}}@media (min-width:1920px){.hero-title{font-size:4rem}.hero-subtitle{font-size:1.5rem}}.hero-button-arrow{display:inline-block;animation:slideArrow 2s ease-in-out infinite}@keyframes slideArrow{0%,to{transform:translateX(4px)}40%{transform:translateX(10px)}}