/*
    Simple Under Reconstruction page
    Bootstrap-based, inspired by the clean structure of Start Bootstrap Business Frontpage.
*/

html {
    scroll-behavior: smooth;
}

body {
    color: #212529;
}

.navbar-logo {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

header {
    min-height: 480px;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 25% 20%, rgba(13, 110, 253, 0.23), transparent 35%),
        #212529;
}

.status-badge {
    display: inline-block;
    padding: 0.5rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.feature-icon {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.6rem;
    background: #0d6efd;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
}

.message-box {
    height: 160px !important;
}

.hp-field {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 575.98px) {
    header {
        min-height: 430px;
    }

    .navbar-brand span {
        font-size: 1rem;
    }
}


/* Language switcher */
.language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
}

.lang-btn {
    appearance: none;
    background: transparent;
    border: 0;
    padding: 0.25rem 0.2rem;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    transition: color 0.15s ease;
}

.lang-btn:hover,
.lang-btn:focus {
    color: #fff;
    outline: none;
}

.lang-btn.active {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}
