.header-section{width:100%;height:100vh;position:relative;overflow:hidden}.header-container{width:100%;height:100%;position:relative}.header-background{width:100%;height:100%;position:absolute;top:0;left:0}.header-image{-o-object-fit:cover;object-fit:cover;opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity 2s ease-in-out;position:absolute;top:0;left:0}.header-image.active{opacity:1;z-index:1}.header-image.next{z-index:0}.header-overlay{z-index:2;background:linear-gradient(#0006 0%,#0009 100%);width:100%;height:100%;position:absolute;top:0;left:0}.header-content{z-index:3;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:1rem;display:flex;position:relative}.header-text{color:#fff;text-align:center;width:100%;max-width:90%;margin-bottom:2rem}.header-title{text-shadow:2px 2px 4px #0000004d;white-space:normal;margin-bottom:1rem;font-family:Cinzel,serif;font-size:2.5rem;font-weight:700}.header-subtitle{text-shadow:1px 1px 2px #0000004d;white-space:normal;text-align:center;width:100%;margin:0 auto;padding:0 1rem;font-family:Josefin Sans,sans-serif;font-size:1.125rem;font-weight:100;line-height:1.5;display:block}.header-split-container{justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.header-left-content{text-align:left;flex-direction:column;flex:1;justify-content:center;gap:1rem;display:flex}.header-right-content{flex:none;margin-left:auto}.header-buttons{flex-direction:row;gap:1rem;width:100%;max-width:280px;margin-top:1.5rem;display:flex}.header-button{letter-spacing:.025em;cursor:pointer;text-align:center;white-space:nowrap;border:none;border-radius:8px;flex:none;width:auto;min-width:120px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s}.header-button-primary{background-color:var(--primary-color);color:#fff;box-shadow:0 2px 4px #2dd3cd1a}.header-button-secondary{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#ffffff26;border:1px solid #fff3}.header-info{flex-direction:column;align-items:center;gap:.5rem;padding:0 1rem;display:flex;position:absolute;bottom:1rem;left:0;right:0}.info-card{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;text-align:center;background:#ffffff1a;border-radius:8px;width:100%;max-width:280px;padding:.625rem .875rem;transition:all .3s}.animate-fade-in{animation:1s ease-out forwards fadeIn}.animate-fade-up{animation:.8s ease-out forwards fadeUp}@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{transition:all .3s;transform:translateY(-2px)}.header-button-primary:hover{background-color:var(--primary-dark);box-shadow:0 4px 12px #2dd3cd33}.header-button-secondary:hover{background-color:#ffffff40;border-color:#ffffff4d}.info-card:hover{background:#ffffff26;transform:translateY(-2px)}@media (max-width:750px){.header-section{height:auto}.header-content{flex-direction:column;align-items:center;padding:1rem}.header-text{max-width:100%}.header-title{white-space:normal;font-size:2.5rem;line-height:1.2}.header-subtitle{white-space:normal;text-align:center;max-width:85%;font-size:1.25rem;line-height:1.4;display:block}.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%;max-width:300px;padding:.5rem}.header-info{flex-direction:column;align-items:center;gap:.5rem;width:100%;margin-top:1rem;position:relative;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{padding:0 .5rem;font-size:.75rem}.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{white-space:nowrap;text-align:center;margin-bottom:1.5rem;font-size:3.5rem;line-height:1.2}.header-subtitle{-webkit-line-clamp:3;text-align:center;-webkit-box-orient:vertical;width:100%;max-width:700px;margin:0 auto;font-size:1.25rem;line-height:1.4;display:-webkit-box;overflow:hidden}.header-left-content{text-align:center;align-items:center;max-width:800px;margin:0 auto}.header-buttons{flex-direction:row;justify-content:center;gap:1.5rem;max-width:fit-content;margin:2rem auto 0}.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{margin-bottom:2rem;font-size:4rem}.header-subtitle{max-width:800px;font-size:1.5rem;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}}
