@media (max-width:768px){.header-text{font-size:1rem}.header-buttons{flex-direction:column;gap:.8rem;width:100%;align-items:center}.header-button{font-size:.5rem;padding:.8rem 2rem;width:80%;max-width:300px;text-align:center}}.header-container{align-items:center;padding:2rem 1rem;background-color:var(--background)}.header-container,.logo-center{display:flex;flex-direction:column}.logo-center{margin-bottom:2rem}.header-text{margin-top:.5rem;font-size:2rem;font-weight:700;letter-spacing:2px;color:var(--kievra-teal)}.header-buttons{gap:2rem}.header-buttons,.kievra-button{display:flex;width:80%;justify-content:center}.kievra-button{align-items:center;padding:1.8rem 1rem;background-color:var(--button-bg);color:var(--button-text);text-decoration:none;font-size:1.5rem;font-weight:600;border-radius:.3rem;transition:background-color .3s,transform .2s}.button{padding-bottom:10%}.header-button{display:flex;align-items:center;justify-content:center;padding:1.8rem 1rem;background-color:var(--button-bg);color:var(--button-text);text-decoration:none;font-size:1.5rem;font-weight:600;transition:background-color .3s,transform .2s;width:90%;border-radius:10px}.header-button:hover{background-color:var(--button-hover-bg);color:var(--button-hover-text);transform:translateY(-2px);color:cadetblue}@media (min-width:769px){.header-container{align-items:flex-start}.logo-center{padding-bottom:5%;flex-direction:row;align-items:center;margin-bottom:1rem}.header-text{margin-left:0;margin-top:.5}.header-buttons{flex-direction:row;justify-content:flex-start;width:100%}}