.header-section{position:relative;width:100%;height:100vh;overflow:hidden}.header-container{position:relative;width:100%;height:100%}.header-background,.header-image{position:absolute;top:0;left:0;width:100%;height:100%}.header-image{-o-object-fit:cover;object-fit:cover;opacity:0;transition:opacity 2s ease-in-out;pointer-events:none}.header-image.active{opacity:1;z-index:1}.header-image.next{z-index:0}.header-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,.4) 0,rgba(0,0,0,.6));z-index:2}.header-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;z-index:3}.header-text{color:#fff;margin-bottom:2rem;width:100%;max-width:90%;text-align:center}.header-title{font-family:Cinzel,serif;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);white-space:normal}.header-subtitle{font-family:Josefin Sans,sans-serif;font-weight:100;font-size:1.125rem;line-height:1.5;margin:0 auto;text-shadow:1px 1px 2px rgba(0,0,0,.3);padding:0 1rem;width:100%;white-space:normal;display:block;text-align:center}.header-split-container{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;gap:2rem}.header-left-content{flex:1;text-align:left;display:flex;flex-direction:column;justify-content:center;gap:1rem}.header-right-content{flex:0 0 auto;margin-left:auto}.header-buttons{display:flex;flex-direction:row;gap:1rem;width:100%;max-width:280px;margin-top:1.5rem}.header-button{flex:none;width:auto;min-width:120px;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.875rem;letter-spacing:.025em;transition:all .3s ease;cursor:pointer;text-decoration:none;text-align:center;border:none;white-space:nowrap}.header-button-primary{background-color:var(--primary-color);color:#fff;box-shadow:0 2px 4px rgba(45,211,205,.1)}.header-button-secondary{background-color:hsla(0,0%,100%,.15);color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid hsla(0,0%,100%,.2)}.header-info{position:absolute;bottom:1rem;left:0;right:0;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:0 1rem}.info-card{width:100%;max-width:280px;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.625rem .875rem;border-radius:8px;color:#fff;text-align:center;transition:all .3s ease}.animate-fade-in{animation:fadeIn 1s ease-out forwards}.animate-fade-up{animation:fadeUp .8s ease-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.header-button:hover{transform:translateY(-2px);transition:all .3s ease}.header-button-primary:hover{background-color:var(--primary-dark);box-shadow:0 4px 12px rgba(45,211,205,.2)}.header-button-secondary:hover{background-color:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.3)}.info-card:hover{transform:translateY(-2px);background:hsla(0,0%,100%,.15)}@media (max-width:750px){.header-section{height:auto}.header-content{padding:1rem;flex-direction:column;align-items:center}.header-text{max-width:100%}.header-title{font-size:2.5rem;line-height:1.2;white-space:normal}.header-subtitle{font-size:1.25rem;line-height:1.4;max-width:85%;white-space:normal;display:block;text-align:center}.header-split-container{flex-direction:column;align-items:center;padding:0 1rem}.header-left-content{text-align:center;align-items:center;width:100%}.header-right-content{margin-left:0}.header-buttons{flex-direction:column;gap:.5rem;width:100%;max-width:300px}.header-button{width:100%;padding:.5rem;max-width:300px}.header-info{position:relative;flex-direction:column;align-items:center;gap:.5rem;width:100%;margin-top:1rem;bottom:auto}.info-card{width:100%;max-width:300px;padding:.5rem}}@media (max-width:375px) and (max-height:667px){.header-content{justify-content:flex-start;padding:20% .75rem .75rem}.header-title{font-size:1.25rem}.header-subtitle{font-size:.75rem;padding:0 .5rem}.header-buttons{max-width:240px}.header-button{padding:.4375rem .875rem}.info-card{max-width:240px;padding:.3125rem .5rem}}@media (min-width:768px){.header-text{max-width:800px;margin:0 auto}.header-title{font-size:3.5rem;white-space:nowrap;line-height:1.2;margin-bottom:1.5rem;text-align:center}.header-subtitle{font-size:1.25rem;width:100%;max-width:700px;margin:0 auto;line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-align:center}.header-left-content{text-align:center;align-items:center;max-width:800px;margin:0 auto}.header-buttons{flex-direction:row;justify-content:center;max-width:-moz-fit-content;max-width:fit-content;margin:2rem auto 0;gap:1.5rem}.header-button{width:auto;min-width:160px;font-size:1rem}.header-info{flex-direction:row;justify-content:center;gap:1.5rem}}@media (min-width:1024px){.header-text{max-width:1000px}.header-title{font-size:4rem;margin-bottom:2rem}.header-subtitle{font-size:1.5rem;max-width:800px;line-height:1.5}.header-content{padding:2rem}.info-card{min-width:220px}}@media (min-width:1280px){.header-title{font-size:4.5rem}.header-subtitle{max-width:900px}}