.home-page {
    scroll-behavior: smooth;
}

.home-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: #fff;
    border-bottom: 1px solid #e3e6f0;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.08);
}

.home-header .navbar-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #3a3b45;
}

.home-header .sidebar-brand-text {
    display: inline;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    line-height: 1.25;
}

.home-nav .nav-link {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.5rem 0.85rem;
}

.home-header .home-header-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.home-header .btn-login {
    font-size: 0.8rem;
    border-radius: 0.25rem;
    padding: 0.55rem 1.35rem;
    font-weight: 700;
    white-space: nowrap;
}

.home-hero {
    padding: 4rem 0 3.5rem;
}

.home-hero h1 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.35;
}

.home-hero .lead {
    max-width: 36rem;
    line-height: 1.65;
}

.home-important-banner {
    max-width: 36rem;
    font-size: 0.95rem;
    line-height: 1.6;
    border-left-width: 0.25rem;
}

.home-hero-illustration {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 18rem;
}

.home-hero-illustration svg {
    width: 100%;
    max-width: 28rem;
    height: auto;
}

.home-section {
    padding: 4rem 0;
}

.home-section-intro {
    max-width: 48rem;
    line-height: 1.65;
}

.home-faq .card {
    margin-bottom: 0.75rem;
    overflow: hidden;
}

.home-faq .card-header {
    padding: 0;
}

.home-faq .faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 1.1rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #3a3b45;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
}

.home-faq .faq-question:hover {
    color: #4e73df;
}

.home-faq .faq-question .chevron {
    color: #4e73df;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.home-faq .faq-question:not(.collapsed) .chevron {
    transform: rotate(180deg);
}

.home-faq .card-body p + p {
    margin-top: 0.75rem;
}

.home-footer .footer-contacts i {
    width: 1.25rem;
    margin-right: 0.35rem;
    opacity: 0.85;
}

@media (max-width: 991.98px) {
    .home-header .sidebar-brand-text {
        font-size: 0.85rem;
    }

    .home-nav {
        padding-top: 0.75rem;
    }

    .home-nav .nav-link {
        padding: 0.5rem 0;
    }

    .home-hero {
        padding: 2.5rem 0 2rem;
    }

    .home-hero-illustration {
        margin-top: 2rem;
        min-height: 14rem;
    }

    .home-section {
        padding: 3rem 0;
    }
}

@media (max-width: 575.98px) {
    .home-header .home-header-actions {
        width: 100%;
        flex-direction: column;
        margin-top: 0.5rem;
    }

    .home-header .btn-login {
        width: 100%;
    }
}
