html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.site-header .uk-navbar-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
}

.site-header .uk-logo,
.site-header .custom-logo-link {
    display: inline-flex;
    align-items: center;
}

.site-header .custom-logo {
    max-height: 48px;
    width: auto;
}

.uk-navbar-nav > li > a,
.uk-nav-default > li > a {
    text-transform: none;
}

.uk-navbar-nav > li.uk-active > a,
.uk-nav-default > li.uk-active > a,
.mobile-nav .current-menu-item > a {
    font-weight: 700;
}

.section-anchor {
    scroll-margin-top: 100px;
}

#hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

.hero-section {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-section.has-background-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.entry-content > * + * {
    margin-top: 1rem;
}

.content-text p:last-child {
    margin-bottom: 0;
}

.footer-legal-menu,
.footer-legal-links {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 0;
}

.footer-legal-menu li {
    display: inline-block;
    margin: 0 0.5rem;
}

.footer-separator {
    margin: 0 0.5rem;
    opacity: 0.6;
}

.legal-page {
    min-height: 60vh;
}


.ayron-login-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.ayron-login-card {
    padding: 2.5rem;
    border-radius: 1.25rem;
}

.ayron-gate-form .uk-input {
    min-height: 48px;
}
