.hero-container{flex-direction:column;justify-content:flex-end;align-items:center;height:100vh;max-height:100vh;display:flex;position:relative;overflow:hidden}.hero-background{z-index:1;background:linear-gradient(135deg,#070b0e 0%,#0054aa 50%,#070b0e 100%);position:absolute;inset:0}.hero-overlay{z-index:2;background:linear-gradient(135deg,#070b0e4d 0%,#0054aa33 30%,#070b0e66 70%,#070b0e99 100%);position:absolute;inset:0}.hero-content{text-align:center;color:#fff;z-index:10;max-width:1200px;margin-bottom:2rem;padding:0 2rem 4rem;position:relative}.hero-text{margin-bottom:3rem}.hero-title{text-shadow:2px 2px 8px #000c,0 0 20px #0054aa4d;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.2}.hero-subtitle{opacity:.9;text-shadow:1px 1px 4px #000000b3;max-width:800px;margin:0 auto;font-size:1.25rem;line-height:1.6}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-primary-button{background:linear-gradient(135deg,#0054aa 0%,#0094d4 100%);border:none;border-radius:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #0054aa66}.hero-primary-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0094d499}.hero-secondary-button{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #6fccea4d;border-radius:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s}.hero-secondary-button:hover{background:#6fccea1a;border-color:#6fccea80;transform:translateY(-2px)}@media (max-width:768px){.hero-content{margin-bottom:1rem;padding-bottom:2rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-actions{flex-direction:column;align-items:center}.hero-primary-button,.hero-secondary-button{width:100%;max-width:300px}}@media (max-width:480px){.hero-content{margin-bottom:.5rem;padding:0 1rem 1.5rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}}
