.home-about-body {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #212529;
    background: #fff;
}

.home-about-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    border-bottom: 1px solid #e9ecef;
}

.home-about-header .navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

/* Navbar */
.home-about-navbar {
    align-items: center;
    gap: 0.5rem 1rem;
}

.home-about-navbar__auth {
    display: flex;
    align-items: center;
    margin-left: auto;
    flex-shrink: 0;
}

.home-about-navbar__auth .navbar-nav,
.home-about-navbar__auth > .navbar-nav {
    flex-direction: row;
    align-items: center;
    gap: 0.25rem;
}

.home-about-navbar__auth .btn-outline-primary {
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.4rem 0.9rem;
    border-radius: 6px;
    border-color: #335eea;
    color: #335eea;
}

.home-about-navbar__auth .btn-outline-primary:hover {
    background-color: #335eea;
    border-color: #335eea;
    color: #fff;
}

.home-about-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem 1.5rem;
    flex: 1 1 auto;
    min-width: 0;
}

.home-about-nav__group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.125rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-about-nav__group--main {
    flex: 1 1 auto;
}

.home-about-nav__group--products {
    flex-shrink: 0;
}

.home-about-nav__link {
    padding: 0.5rem 0.75rem !important;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #495057 !important;
    border-radius: 6px;
    white-space: nowrap;
    transition: color 0.15s ease, background-color 0.15s ease;
}

.home-about-nav__link:hover,
.home-about-nav__link:focus {
    color: #335eea !important;
    background-color: rgba(51, 94, 234, 0.06);
}

.home-about-nav__link--product {
    font-weight: 600;
    color: #212529 !important;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    padding: 0.45rem 0.9rem !important;
}

.home-about-nav__link--product:hover,
.home-about-nav__link--product:focus,
.home-about-nav__link--product.show {
    color: #335eea !important;
    background-color: #fff;
    border-color: #335eea;
}

.home-about-nav__link.dropdown-toggle::after {
    margin-left: 0.4em;
    vertical-align: 0.15em;
    opacity: 0.6;
}

.home-about-nav__dropdown {
    margin-top: 0.5rem;
    padding: 0.5rem;
    min-width: 280px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.home-about-nav__dropdown-item {
    padding: 0.55rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.4;
    border-radius: 6px;
    white-space: normal;
}

.home-about-nav__dropdown-item:hover,
.home-about-nav__dropdown-item:focus {
    color: #335eea;
    background-color: rgba(51, 94, 234, 0.06);
}

.home-about-nav__dropdown-divider {
    margin: 0.35rem 0;
    border-color: #e9ecef;
}

.home-about-nav__dropend > .dropdown-toggle::after {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.home-about-nav__dropend > .dropdown-item {
    position: relative;
    padding-right: 2rem;
}

.home-about-nav__submenu {
    margin-top: 0;
}

@media (min-width: 992px) {
    .home-about-navbar {
        flex-wrap: nowrap;
    }

    .home-about-nav__group--main {
        justify-content: center;
    }

    .home-about-nav__group--products {
        margin-left: 0.5rem;
        padding-left: 1rem;
        border-left: 1px solid #e9ecef;
    }

    .home-about-nav__dropend .home-about-nav__submenu {
        top: 0;
        left: 100%;
        margin-left: 0.25rem;
    }
}

@media (max-width: 991.98px) {
    .home-about-navbar {
        padding-top: 0.75rem;
        padding-bottom: 0.5rem;
    }

    .home-about-nav {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
        width: 100%;
    }

    .home-about-nav__group {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .home-about-nav__group--products {
        padding-top: 0.75rem;
        margin-top: 0.25rem;
        border-top: 1px solid #e9ecef;
    }

    .home-about-nav__link {
        white-space: normal;
        padding: 0.65rem 0.75rem !important;
    }

    .home-about-nav__link--product {
        text-align: left;
    }

    .home-about-nav__dropdown {
        position: static !important;
        transform: none !important;
        margin-top: 0;
        margin-bottom: 0.5rem;
        box-shadow: none;
        border: none;
        background: #f8f9fa;
        padding: 0.25rem 0 0.25rem 0.75rem;
    }

    .home-about-nav__dropend > .dropdown-toggle::after {
        position: static;
        transform: rotate(-90deg);
        margin-left: auto;
    }

    .home-about-nav__dropend > .dropdown-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 0.75rem;
    }

    .home-about-nav__submenu {
        position: static !important;
        transform: none !important;
        margin-left: 0.75rem;
        margin-bottom: 0.25rem;
        padding-left: 0.5rem;
        border-left: 2px solid #e9ecef;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
    }

    .home-about-navbar__auth {
        width: 100%;
        margin-left: 0;
        padding-top: 0.75rem;
        margin-top: 0.25rem;
        border-top: 1px solid #e9ecef;
        justify-content: flex-start;
    }

    .home-about-navbar__auth > .navbar-nav {
        width: 100%;
        justify-content: flex-start;
    }
}

.home-about-section {
    padding: 64px 0;
}

.home-about-section--alt {
    background: #f8f9fa;
}

.home-about-section__title {
    margin: 0 0 18px;
    font-size: 1.75rem;
    font-weight: 600;
    text-align: center;
}

.home-about-section__subtitle {
    margin: 0 0 40px;
    font-size: 1rem;
    color: #6c757d;
    text-align: center;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

/* Hero */
.home-about-hero {
    padding: 80px 0 64px;
    text-align: center;
}

.home-about-hero__brand {
    display: block;
    margin-bottom: 24px;
    font-size: 1.2rem;
    /*font-size: 0.875rem;*/
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #007afe;
}

.home-about-hero__title {
    margin: 44px auto 44px;
    max-width: 800px;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.25;
}

.home-about-hero__lead {
    margin: 0 auto 44px;
    max-width: 560px;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #6c757d;
}

/* Module cards */
.home-about-modules {
    margin: 55px auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.home-about-module-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    color: #212529;
    text-decoration: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.home-about-module-card:hover {
    border-color: #007afe;
    box-shadow: 0 4px 12px rgba(51, 94, 234, 0.12);
    color: #212529;
}

.home-about-module-card__icon {
    font-size: 28px;
    color: #007afe;
}

.home-about-module-card__title {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.3;
}

.home-about-module-card__desc {
    font-size: 0.875rem;
    color: #6c757d;
    line-height: 1.4;
}

.home-about-modules__more {
    display: flex;
    justify-content: center;
    margin-top: 44px;
}

/* Features page */
.home-about-hero--features {
    padding: 48px 0 32px;
    text-align: left;
}

.home-about-hero__title--features {
    margin: 24px 0 16px;
    max-width: none;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    text-align: left;
}

.home-about-hero--features .home-about-hero__lead {
    margin: 0;
    max-width: 640px;
    text-align: left;
}

.home-about-features-back {
    display: inline-block;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #495057;
    text-decoration: none;
    transition: color 0.15s ease;
}

.home-about-features-back:hover {
    color: #007afe;
}

.home-about-modules--features {
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
}

.home-about-module-card--features {
    min-height: 140px;
}

.home-about-module-card--static {
    cursor: default;
}

.home-about-module-card--static:hover {
    border-color: #e9ecef;
    box-shadow: none;
}

.home-about-module-card--link:hover {
    border-color: #007afe;
    box-shadow: 0 4px 12px rgba(51, 94, 234, 0.12);
    color: #212529;
}

.home-about-module-card__more {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin-top: auto;
    padding: 0.35rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #007afe;
    border: 1px solid #007afe;
    border-radius: 999px;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.home-about-module-card--link:hover .home-about-module-card__more {
    background-color: #007afe;
    color: #fff;
}

.home-about-feature-detail {
    max-width: 720px;
    margin: 0 auto;
}

.home-about-feature-detail__content {
    margin: 0 0 32px;
    font-size: 1rem;
    line-height: 1.7;
    color: #495057;
}

.home-about-feature-detail__contact {
    padding-top: 24px;
    border-top: 1px solid #e9ecef;
}

.home-about-feature-detail__contact-title {
    margin: 0 0 8px;
    font-size: 1.125rem;
    font-weight: 600;
}

.home-about-feature-detail__contact-text {
    margin: 0;
    font-size: 1rem;
    color: #6c757d;
}

.home-about-feature-detail__contact-text a {
    color: #007afe;
    text-decoration: none;
}

.home-about-feature-detail__contact-text a:hover {
    text-decoration: underline;
}

/* Solution pages */
.home-about-hero--solution {
    padding: 80px 0 64px;
    text-align: center;
}

.home-about-hero__title--solution {
    margin: 0 auto;
    max-width: 900px;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.home-about-solution-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 40px;
}

.home-about-solution-benefit {
    min-height: 120px;
    justify-content: flex-start;
}

.home-about-solution-benefit .home-about-module-card__title {
    font-size: 0.9375rem;
    font-weight: 500;
}

/* Solution cards */
.home-about-solutions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.home-about-solution-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 28px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    transition: box-shadow 0.15s ease;
}

.home-about-solution-card__link {
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: 8px;
}

.home-about-solution-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.home-about-solution-card__header {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    pointer-events: none;
}

.home-about-solution-card__img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    flex-shrink: 0;
}

.home-about-solution-card__name {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
}

.home-about-solution-card__desc {
    position: relative;
    z-index: 0;
    flex: 1;
    margin: 0 0 20px;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: #495057;
    pointer-events: none;
}

.home-about-solution-card__actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    pointer-events: none;
}

.home-about-solution-card__actions .btn {
    pointer-events: auto;
}

.home-about-solution-card__actions .btn-primary {
    background-color: #007afe;
    border-color: #007afe;
}

.home-about-solution-card__actions .btn-primary:hover {
    background-color: #2a4fc4;
    border-color: #2a4fc4;
}

/* Support */
.home-about-support {
    text-align: center;
}

.home-about-support__channels {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.home-about-support__channel {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    color: #212529;
    text-decoration: none;
    font-weight: 500;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.home-about-support__channel:hover {
    border-color: #007afe;
    box-shadow: 0 2px 8px rgba(51, 94, 234, 0.12);
    color: #007afe;
}

.home-about-support__channel .material-icons {
    font-size: 20px;
    color: #007afe;
}

/* News */
.home-about-news {
    margin: 44px auto 44px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.home-about-news-card {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    color: #212529;
    text-decoration: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.home-about-news-card:hover {
    border-color: #007afe;
    box-shadow: 0 4px 12px rgba(51, 94, 234, 0.1);
    color: #212529;
}

.home-about-news-card__date {
    font-size: 0.8125rem;
    color: #6c757d;
    margin-bottom: 8px;
}

.home-about-news-card__title {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    margin: 0;
}

.home-about-news__more {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

/* Footer */
.home-about-footer {
    padding: 32px 0;
    margin-top: 0;
}

.home-about-footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.home-about-footer__copy {
    margin: 0;
    font-size: 0.875rem;
    color: #6c757d;
}

.home-about-footer__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 20px;
}

.home-about-footer__links a {
    font-size: 0.875rem;
    color: #6c757d;
    text-decoration: none;
}

.home-about-footer__links a:hover {
    color: #007afe;
}

/* Feature landing pages */
.home-about-hero--feature-landing {
    text-align: center;
}

.home-about-feature-landing__hero-icon {
    display: block;
    margin: 0 auto 0px;
    font-size: 48px;
    color: #007afe;
}

.home-about-feature-landing__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.home-about-feature-landing__actions .btn-primary {
    background-color: #007afe;
    border-color: #007afe;
}

.home-about-feature-landing__actions .btn-primary:hover {
    background-color: #2a4fc4;
    border-color: #2a4fc4;
}

.home-about-feature-landing__actions .btn-outline-primary {
    color: #007afe;
    border-color: #007afe;
}

.home-about-feature-landing__actions .btn-outline-primary:hover {
    background-color: #007afe;
    border-color: #007afe;
    color: #fff;
}

.home-about-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.home-about-feature-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.home-about-feature-card:hover {
    border-color: #007afe;
    box-shadow: 0 4px 12px rgba(0, 122, 254, 0.1);
}

.home-about-feature-card__icon {
    font-size: 28px;
    color: #007afe;
}

.home-about-feature-card__title {
    margin: 0;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.3;
}

.home-about-feature-card__desc {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.45;
    color: #6c757d;
}

.home-about-feature-steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
}

.home-about-feature-step {
    display: flex;
    gap: 16px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
}

.home-about-feature-step__number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    font-size: 1rem;
    font-weight: 700;
    color: #007afe;
    background: rgba(0, 122, 254, 0.08);
    border-radius: 50%;
}

.home-about-feature-step__content {
    flex: 1;
    min-width: 0;
}

.home-about-feature-step__title {
    margin: 0 0 4px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
}

.home-about-feature-step__desc {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.45;
    color: #6c757d;
}

.home-about-feature-faq .accordion-item {
    border: 1px solid #e9ecef;
    border-radius: 8px !important;
    margin-bottom: 8px;
    overflow: hidden;
}

.home-about-feature-faq .accordion-button:not(.collapsed) {
    color: #007afe;
    background-color: rgba(0, 122, 254, 0.06);
    box-shadow: none;
}

/* Responsive */
@media (max-width: 991.98px) {
    .home-about-modules {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-about-modules--features {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-about-solution-benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-about-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-about-news {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .home-about-section {
        padding: 48px 0;
    }

    .home-about-hero {
        padding: 48px 0 40px;
    }

    .home-about-modules,
    .home-about-modules--features,
    .home-about-solution-benefits,
    .home-about-solutions,
    .home-about-feature-grid,
    .home-about-feature-steps,
    .home-about-news {
        grid-template-columns: 1fr;
    }

    .home-about-hero--solution {
        padding: 48px 0 40px;
    }
}
