.avolex-page {
    --ps-red: #d71920;
    --ps-red-dark: #981b23;
    --ps-accent: #00a7c8;
    --ps-green: #22c55e;
    --ps-green-dark: #15803d;
    --ps-ink: #111827;
    --ps-muted: #64748b;
    --ps-line: #e2e8f0;
    --ps-soft: #f7fafc;
    background: #fff;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

.avolex-page #section-banner {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: clamp(560px, 78vh, 760px);
    margin: 0 0 96px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: clamp(108px, 13vw, 164px) 0 118px !important;
    border-radius: 0 !important;
    background-color: #111827;
    background-position: center;
    background-size: cover;
    isolation: isolate;
    overflow: visible !important;
}

.avolex-page #section-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(11, 18, 32, .96) 0%, rgba(17, 24, 39, .88) 48%, rgba(15, 118, 110, .48) 100%),
        radial-gradient(circle at 78% 24%, rgba(0, 167, 200, .3), transparent 34%);
}

.avolex-page .ps-hero-eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #9ff3ff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
}

.avolex-page .ps-hero-title {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.02;
    font-weight: 900;
}

.avolex-page .ps-hero-divider {
    display: block;
    width: 92px;
    height: 4px;
    margin: 28px 0 22px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ps-accent), var(--ps-green), #f43f5e);
}

.avolex-page .ps-hero-copy {
    display: block;
    max-width: 760px;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(16px, 1.45vw, 19px);
    line-height: 1.75;
    font-weight: 600;
}

.avolex-hero-actions,
.avolex-page .ps-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.avolex-primary-action,
.avolex-page .btn-ask,
.avolex-page .ps-contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 22px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, var(--ps-green), var(--ps-green-dark)) !important;
    color: #fff !important;
    font-weight: 800;
    box-shadow: 0 16px 34px rgba(21, 128, 61, .26);
}

.avolex-secondary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 22px !important;
    border: 1px solid rgba(255, 255, 255, .22) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .08) !important;
    color: #fff !important;
    font-weight: 800;
}

.avolex-hero-console {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 24px;
    background: rgba(15, 23, 42, .74);
    box-shadow: 0 34px 90px rgba(0, 0, 0, .32);
    backdrop-filter: blur(18px);
}

.avolex-console-top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: center;
    color: #fff;
}

.avolex-console-top span {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: var(--ps-green);
    box-shadow: 0 0 0 7px rgba(34, 197, 94, .12);
}

.avolex-console-top small {
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(34, 197, 94, .14);
    color: #bbf7d0;
    font-weight: 800;
}

.avolex-console-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 22px 0;
}

.avolex-console-stat,
.avolex-flow,
.avolex-console-list span {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    background: rgba(255, 255, 255, .08);
}

.avolex-console-stat {
    padding: 16px;
}

.avolex-console-stat span,
.avolex-console-list span {
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
}

.avolex-console-stat strong {
    display: block;
    margin-top: 6px;
    color: #fff;
    font-size: 28px;
    line-height: 1;
}

.avolex-flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px;
    color: #fff;
    font-weight: 800;
}

.avolex-flow i {
    color: #67e8f9;
    font-size: 12px;
}

.avolex-console-list {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.avolex-console-list span {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
}

.avolex-console-list i {
    color: #67e8f9;
}

.avolex-page #list-submenu {
    position: absolute;
    left: 50%;
    bottom: -31px;
    z-index: 5;
    width: min(1180px, calc(100% - 20px));
    margin: 0;
    padding: 9px 20px;
    transform: translateX(-50%);
    border: 1px solid rgba(226, 232, 240, .92);
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 50px rgba(15, 23, 42, .14);
    backdrop-filter: blur(20px);
    overflow-x: auto;
    scrollbar-width: none;
}

.avolex-page #list-submenu::-webkit-scrollbar {
    display: none;
}

.avolex-page #list-submenu ul {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: max-content;
    margin: 0;
    padding: 0;
    list-style: none;
}

.avolex-page .nav-list-submenu,
.avolex-page .nav-list-submenu.active,
.avolex-page .nav-list-submenu:hover {
    height: auto;
    border: 0;
    border-radius: 999px;
    background: transparent;
}

.avolex-page .nav-list-submenu > a {
    padding: 11px 17px !important;
    border-radius: 999px;
    color: var(--ps-ink) !important;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.avolex-page .nav-list-submenu.active > a,
.avolex-page .nav-list-submenu:hover > a {
    background: linear-gradient(135deg, #dbeafe, #ccfbf1);
    color: #0f766e !important;
}

.avolex-page .section-content {
    position: relative;
    overflow: hidden;
    padding-top: clamp(32px, 2vw, 26px);
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.avolex-page .ps-section-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--ps-accent);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
}

.avolex-page .ps-section-title {
    color: var(--ps-ink);
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.12;
    font-weight: 900;
}

.avolex-lead-block {
    max-width: 1120px;
}

.avolex-page .ps-lead-block h5 {
    max-width: 930px;
    color: var(--ps-ink) !important;
    font-size: clamp(30px, 4vw, 54px);
    line-height: 1.14;
    font-weight: 900;
    word-spacing: normal;
}

.avolex-page .ps-lead-block p,
.avolex-page .ps-lead-block li {
    color: var(--ps-muted);
    font-size: 16px;
    line-height: 1.8;
}

.avolex-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.avolex-proof-grid div {
    padding: 18px;
    border: 1px solid var(--ps-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.avolex-proof-grid strong {
    display: block;
    color: #0f766e;
    font-size: 24px;
    line-height: 1;
}

.avolex-proof-grid span {
    display: block;
    margin-top: 8px;
    color: var(--ps-muted);
    font-size: 14px;
    line-height: 1.5;
}

.avolex-page .ps-problem-section,
.avolex-page .ps-solution-section,
.avolex-page .ps-why-section,
.avolex-page .ps-faq-section,
.avolex-page .ps-contact-section {
    position: relative;
    overflow: hidden;
}

.avolex-page .ps-problem-heading,
.avolex-page .ps-solution-heading,
.avolex-page .ps-why-heading {
    max-width: 860px;
    margin: 0 auto 42px;
    text-align: center;
}

.avolex-page .ps-problem-heading p,
.avolex-page .ps-solution-heading p,
.avolex-page .ps-faq-heading p {
    color: var(--ps-muted);
    font-size: 16px;
    line-height: 1.78;
}

.avolex-page .ps-problem-card,
.avolex-page .ps-solution-card,
.avolex-page .card-faq,
.avolex-page .ps-faq-heading,
.avolex-page .ps-contact-card,
.avolex-page .ps-why-panel {
    border: 1px solid rgba(226, 232, 240, .9);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 54px rgba(15, 23, 42, .08);
}

.avolex-page .ps-problem-card {
    display: flex;
    gap: 16px;
    height: 100%;
    padding: 24px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.avolex-page .ps-problem-card:hover,
.avolex-page .ps-solution-card:hover,
.avolex-page .card-faq:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 70px rgba(15, 23, 42, .13);
}

.avolex-page .ps-problem-icon,
.avolex-page .ps-solution-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: linear-gradient(135deg, #e0f2fe, #dcfce7);
    color: #0f766e;
    font-size: 20px;
}

.avolex-page .ps-problem-icon span,
.avolex-page .ps-solution-icon span {
    display: none;
}

.avolex-page .ps-problem-body h4,
.avolex-page .ps-solution-body h4 {
    margin: 0 0 10px;
    color: var(--ps-ink);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 900;
}

.avolex-page .ps-problem-subtitle,
.avolex-page .ps-solution-subtitle {
    color: #0f766e;
    font-weight: 800;
}

.avolex-page .ps-problem-copy,
.avolex-page .ps-problem-copy p,
.avolex-page .ps-problem-copy li,
.avolex-page .ps-solution-copy,
.avolex-page .ps-solution-copy p,
.avolex-page .ps-solution-copy li,
.avolex-page .ps-why-copy,
.avolex-page .ps-why-copy p,
.avolex-page .ps-why-copy li,
.avolex-page .card-faq .card-body {
    color: var(--ps-muted);
    font-size: 14.5px;
    line-height: 1.75;
}

.avolex-page .ps-solution-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.avolex-page .ps-solution-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    min-height: 100%;
    padding: 24px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.avolex-page .ps-why-panel {
    display: grid;
    grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
    gap: 22px;
    padding: clamp(20px, 3vw, 32px);
}

.avolex-page .ps-why-list {
    display: grid;
    gap: 12px;
    align-content: start;
}

.avolex-page .ps-why-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    width: 100%;
    min-height: 64px;
    padding: 14px;
    border: 1px solid var(--ps-line);
    border-radius: 8px;
    background: #f8fafc;
    color: var(--ps-ink);
    text-align: left;
    font-weight: 800;
}

.avolex-page .ps-why-item.active,
.avolex-page .ps-why-item:hover {
    background: #ecfeff;
    border-color: rgba(0, 167, 200, .28);
}

.avolex-page .ps-why-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #fff;
}

.avolex-page .ps-why-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    padding: 22px;
    border-radius: 8px;
    background: linear-gradient(135deg, #0f172a, #134e4a);
}

.avolex-page .ps-why-visual img {
    max-height: 260px;
    object-fit: contain;
}

.avolex-page .ps-why-copy {
    margin-top: 14px;
    padding: 22px !important;
}

.avolex-page .card-faq {
    margin-bottom: 14px !important;
    overflow: hidden;
}

.avolex-page .card-faq .card-header {
    padding: 0;
    border: 0;
    background: transparent;
}

.avolex-page .card-faq button {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 17px 20px;
    color: var(--ps-ink);
    font-weight: 900;
    text-align: left;
    white-space: normal;
}

.avolex-page .card-faq button i {
    color: var(--ps-accent);
}

.avolex-page .card-faq .card-body {
    padding: 0 20px 20px;
}

.avolex-page .ps-faq-heading,
.avolex-page .ps-contact-card {
    padding: clamp(22px, 3vw, 34px);
}

.avolex-page .ps-faq-support,
.avolex-page .ps-contact-points span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 8px;
    background: #ecfeff;
    color: var(--ps-ink);
    font-weight: 800;
}

.avolex-page .ps-contact-card {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
    gap: clamp(24px, 4vw, 44px);
}

.avolex-page .ps-contact-intro p {
    color: var(--ps-muted);
    line-height: 1.78;
}

.avolex-page .ps-contact-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.avolex-page .ps-contact-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 170px;
    margin-top: 24px;
    padding: 18px;
    border: 1px solid var(--ps-line);
    border-radius: 8px;
}

.avolex-page .ps-contact-form label {
    color: var(--ps-ink);
    font-weight: 800;
}

.avolex-page .ps-contact-form .form-control {
    min-height: 48px;
    border: 1px solid var(--ps-line);
    border-radius: 8px;
}

.avolex-page .ps-contact-form textarea.form-control {
    min-height: 136px;
}

.avolex-page .ps-contact-submit {
    width: auto;
}

@media (max-width: 991.98px) {
    .avolex-page .ps-solution-grid,
    .avolex-page .ps-why-panel,
    .avolex-page .ps-contact-card,
    .avolex-proof-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .avolex-page > .row,
    .avolex-page #section-banner.row {
        --bs-gutter-x: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .avolex-page .container {
        width: 100%;
        max-width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }

    .avolex-page #section-banner {
        height: auto !important;
        min-height: 520px;
        margin-bottom: 96px;
        padding: 88px 0 126px !important;
        background-position: center;
    }

    .avolex-page #list-submenu {
        bottom: -26px;
        width: calc(100% - 24px);
        min-height: 52px;
        padding: 6px;
        border-radius: 16px !important;
    }

    .avolex-page #list-submenu ul {
        gap: 6px;
    }

    .avolex-page #list-submenu ul li:last-child a {
        padding-right: 12px !important;
    }

    .avolex-page .nav-list-submenu > a {
        padding: 9px 12px !important;
        font-size: 12.5px;
        line-height: 1.25;
    }

    .avolex-page .ps-hero-title {
        max-width: 100%;
        font-size: clamp(25px, 7.2vw, 33px);
        line-height: 1.1;
    }

    .avolex-page .ps-hero-eyebrow {
        font-size: 12.5px;
        line-height: 1.45;
    }

    .avolex-page .ps-hero-copy {
        max-width: 100%;
        font-size: 13.5px;
        line-height: 1.65;
        font-weight: 600;
    }

    .avolex-hero-actions,
    .avolex-page .ps-actions {
        flex-direction: column;
        align-items: stretch;
        position: relative;
        z-index: 7;
        margin-top: 20px;
    }

    .avolex-primary-action,
    .avolex-secondary-action,
    .avolex-page .btn-ask,
    .avolex-page .ps-contact-submit {
        width: 100%;
    }

    .avolex-page .section-content {
        padding-top: 56px;
        border-radius: 34px 0 0 0 !important;
    }

    .avolex-page .ps-section-title,
    .avolex-page .ps-lead-block h5,
    .avolex-page .ps-problem-heading .ps-section-title,
    .avolex-page .ps-solution-heading .ps-section-title,
    .avolex-page .ps-why-heading .ps-section-title,
    .avolex-page .ps-faq-heading .ps-section-title,
    .avolex-page .ps-contact-card .ps-section-title {
        font-size: clamp(24px, 7vw, 32px);
        line-height: 1.16;
        word-spacing: 0;
    }

    .avolex-page .ps-lead-block p,
    .avolex-page .ps-lead-block li,
    .avolex-page .ps-problem-heading p,
    .avolex-page .ps-solution-heading p,
    .avolex-page .ps-faq-heading p,
    .avolex-page .ps-contact-intro p {
        font-size: 14.5px;
        line-height: 1.7;
    }

    .avolex-proof-grid {
        gap: 10px;
    }

    .avolex-proof-grid div,
    .avolex-page .ps-problem-card,
    .avolex-page .ps-solution-card,
    .avolex-page .ps-faq-heading,
    .avolex-page .ps-contact-card,
    .avolex-page .ps-why-panel {
        padding: 16px;
        border-radius: 14px;
    }

    .avolex-page .ps-problem-card,
    .avolex-page .ps-solution-card {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .avolex-page .ps-why-item {
        grid-template-columns: auto minmax(0, 1fr);
        min-height: 62px;
        padding: 12px;
    }

    .avolex-page .ps-why-item i {
        display: none;
    }
}
