.menu > ul > li > ul.normal-sub {
    width: 100%;
    left: 0;
    overflow-y: scroll;
    max-height: 700px;
}

.menu > ul > li > ul.normal-sub > li {
    max-width: 50%;
}
.menu > ul > li > ul.normal-sub > li a {
    width: 100%;
    height: 100%;
}

.section-bg-0 { background-color: white; }
.section-bg-1 { background-color: rgba(0, 198, 255, 0.08); }
.section-bg-2 { background-color: rgba(255, 124, 0, 0.08); }
.section-bg-3 { background-color: rgba(0, 178, 128, 0.08); }
.section-bg-4 { background-color: rgba(114, 70, 255, 0.08); }

/* Cycle colors beyond 4 by reusing the first ones */
.section-bg-5 { background-color: rgba(153, 255, 0, 0.08); }
.section-bg-6 { background-color: rgba(234, 255, 0, 0.08); }
.section-bg-7 { background-color: rgba(0, 178, 128, 0.08); }
.section-bg-8 { background-color: rgba(246, 70, 255, 0.08); }

.service-details-research {
    margin-top: 24px;
}

.neo-service-sections {
    display: grid;
    gap: 32px;
}

.neo-service-section {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(12, 90, 219, 0.1);
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(17, 39, 82, 0.08);
}

.neo-service-section::before {
    position: absolute;
    top: -55px;
    right: -30px;
    width: 180px;
    height: 180px;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgba(12, 90, 219, 0.16) 0%, rgba(12, 90, 219, 0) 70%);
    pointer-events: none;
}

.neo-service-section::after {
    position: absolute;
    left: 34px;
    top: 0;
    width: 84px;
    height: 4px;
    content: "";
    border-radius: 0 0 8px 8px;
    background: linear-gradient(90deg, #0c5adb 0%, #00c6ff 100%);
}

.neo-service-section-shell {
    position: relative;
    z-index: 1;
    padding: 36px 34px 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.neo-service-section-heading {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
}

.neo-service-section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0c5adb 0%, #00c6ff 100%);
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(12, 90, 219, 0.2);
}

.neo-service-section-heading-text h4 {
    margin: 0;
    font-size: 30px;
    line-height: 1.25;
}

.neo-service-section-intro {
    margin-bottom: 26px;
    color: #616161;
}

.neo-service-section-intro p:last-child {
    margin-bottom: 0;
}

.neo-service-section-intro p,
.neo-service-subsection-card p,
.neo-service-subsection-card li,
.neo-service-section-intro li {
    font-size: 16px;
    line-height: 1.8;
    color: #616161;
}

.neo-service-section-intro ul,
.neo-service-subsection-card ul {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.neo-service-section-intro li,
.neo-service-subsection-card li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 12px;
}

.neo-service-section-intro li i,
.neo-service-subsection-card li i {
    color: #0c5adb;
    margin-top: 7px;
    flex: none;
}

.neo-service-section-intro li span,
.neo-service-subsection-card li span {
    display: block;
    flex: 1;
}

.neo-service-subsection-grid {
    row-gap: 26px;
}

.neo-service-subsection-card {
    height: 100%;
    margin-bottom: 0;
    padding: 34px 28px 18px;
    text-align: left;
    border-radius: 18px;
    border-color: rgba(12, 90, 219, 0.08);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 34px rgba(17, 39, 82, 0.06);
}

.neo-service-subsection-card .element-icon {
    margin-bottom: 10px;
    font-size: 42px;
}

.neo-service-subsection-card .icon-element-title h4 {
    padding: 0 0 14px;
    margin: 0;
    font-size: 22px;
    line-height: 1.4;
}

.neo-service-subsection-card .icon-element-title p:last-child,
.neo-service-subsection-card .icon-element-title ul:last-child {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .neo-service-section-shell {
        padding: 30px 24px 4px;
    }

    .neo-service-section-heading {
        align-items: flex-start;
    }

    .neo-service-section-heading-text h4 {
        font-size: 26px;
    }
}

@media (max-width: 575.98px) {
    .neo-service-section-shell {
        padding: 26px 18px 2px;
    }

    .neo-service-section-heading {
        flex-direction: column;
        gap: 14px;
    }

    .neo-service-section-number {
        width: 54px;
        height: 54px;
        font-size: 20px;
    }

    .neo-service-section-heading-text h4 {
        font-size: 24px;
    }

    .neo-service-subsection-card {
        padding: 28px 20px 14px;
    }
}

.neo-page-pole-webstudio,
.neo-page-pole-webstudio,
.neo-page-pole-intranet,
.neo-page-pole-social,
.neo-page-pole-brand,
.neo-page-pole-iot,
.neo-page-pole-print,
.neo-page-pole-ai {
    --neo-pole-accent: #0c5adb;
    --neo-pole-accent-dark: #0a4cba;
    --neo-pole-border-accent: rgba(12, 90, 219, 0.24);
    --neo-pole-panel-start: rgba(12, 90, 219, 0.96);
    --neo-pole-panel-end: rgba(0, 198, 255, 0.92);
}

.neo-page-pole-intranet {
    --neo-pole-accent: #0f766e;
    --neo-pole-accent-dark: #0b5e58;
    --neo-pole-border-accent: rgba(15, 118, 110, 0.24);
    --neo-pole-panel-start: rgba(15, 118, 110, 0.96);
    --neo-pole-panel-end: rgba(8, 145, 178, 0.92);
}

.neo-page-pole-social {
    --neo-pole-accent: #d97706;
    --neo-pole-accent-dark: #b45309;
    --neo-pole-border-accent: rgba(217, 119, 6, 0.28);
    --neo-pole-panel-start: rgba(217, 119, 6, 0.96);
    --neo-pole-panel-end: rgba(239, 68, 68, 0.92);
}

.neo-page-pole-brand {
    --neo-pole-accent: #be185d;
    --neo-pole-accent-dark: #9d174d;
    --neo-pole-border-accent: rgba(190, 24, 93, 0.24);
    --neo-pole-panel-start: rgba(190, 24, 93, 0.96);
    --neo-pole-panel-end: rgba(249, 115, 22, 0.92);
}

.neo-page-pole-iot {
    --neo-pole-accent: #4d7c0f;
    --neo-pole-accent-dark: #3f6212;
    --neo-pole-border-accent: rgba(77, 124, 15, 0.26);
    --neo-pole-panel-start: rgba(8, 47, 73, 0.96);
    --neo-pole-panel-end: rgba(77, 124, 15, 0.9);
}

.neo-page-pole-print {
    --neo-pole-accent: #9f1239;
    --neo-pole-accent-dark: #881337;
    --neo-pole-border-accent: rgba(159, 18, 57, 0.24);
    --neo-pole-panel-start: rgba(127, 29, 29, 0.96);
    --neo-pole-panel-end: rgba(217, 119, 6, 0.92);
}

.neo-page-pole-ai {
    --neo-pole-accent: #0284c7;
    --neo-pole-accent-dark: #0369a1;
    --neo-pole-border-accent: rgba(2, 132, 199, 0.24);
    --neo-pole-panel-start: rgba(15, 23, 42, 0.97);
    --neo-pole-panel-end: rgba(6, 182, 212, 0.9);
}

[class*="neo-page-pole-"] .about_area .section_content_text p {
    max-width: 520px;
    font-size: 18px;
    line-height: 1.85;
    color: #616161;
}

.neo-pole-focus-panel {
    position: relative;
    overflow: hidden;
    padding: 38px 34px;
    border-radius: 28px;
    background: linear-gradient(135deg, var(--neo-pole-panel-start) 0%, var(--neo-pole-panel-end) 100%);
    box-shadow: 0 24px 60px rgba(17, 39, 82, 0.16);
}

.neo-pole-focus-panel::before {
    position: absolute;
    top: -80px;
    right: -60px;
    width: 240px;
    height: 240px;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 72%);
    pointer-events: none;
}

.neo-pole-focus-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    //color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.neo-pole-focus-panel h3 {
    margin: 0 0 18px;
    //color: #ffffff;
    font-size: 38px;
    line-height: 1.22;
}

.neo-pole-focus-panel p {
    margin-bottom: 0;
    //color: rgba(255, 255, 255, 0.86);
    font-size: 17px;
    line-height: 1.85;
}

.neo-pole-signal-grid {
    margin-top: 24px;
    row-gap: 18px;
}

.neo-pole-signal-card {
    height: 100%;
    padding: 22px 20px 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.14);
}

.neo-pole-signal-label {
    display: block;
    margin-bottom: 10px;
    //color: rgba(255, 255, 255, 0.74);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.neo-pole-signal-card h4 {
    margin: 0 0 10px;
    //color: #ffffff;
    font-size: 22px;
    line-height: 1.35;
}

.neo-pole-signal-card p {
    margin: 0;
    // color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.7;
}

[class*="neo-page-pole-"] .neo-service-subsection-card,
.neo-pole-link-card {
    height: 100%;
}

.neo-pole-link-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.neo-pole-link-card .icon-element-title {
    flex: 1;
    width: 100%;
}

.neo-pole-card-title-link {
    color: inherit;
    text-decoration: none;
}

.neo-pole-card-title-link:hover,
.neo-pole-card-title-link:focus {
    color: var(--neo-pole-accent);
}

.neo-pole-link-card:hover,
.neo-pole-link-card:focus {
    transform: translateY(-6px);
    border-color: var(--neo-pole-border-accent);
    box-shadow: 0 20px 38px rgba(17, 39, 82, 0.12);
}

.neo-pole-link-card .icon-element-title p {
    margin-bottom: 12px;
}

.neo-pole-link-card .icon-element-title p:last-of-type {
    margin-bottom: 0;
}

.neo-pole-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 18px;
    color: var(--neo-pole-accent);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.neo-pole-link-arrow::after {
    content: "\2192";
    font-size: 18px;
    line-height: 1;
}

.neo-pole-link-arrow:hover,
.neo-pole-link-arrow:focus {
    color: var(--neo-pole-accent-dark);
}

@media (max-width: 991.98px) {
    .neo-pole-focus-panel {
        margin-top: 8px;
        padding: 32px 26px;
    }

    .neo-pole-focus-panel h3 {
        font-size: 32px;
    }
}

@media (max-width: 575.98px) {
    [class*="neo-page-pole-"] .about_area .section_content_text p {
        font-size: 17px;
    }

    .neo-pole-focus-panel {
        padding: 28px 20px;
        border-radius: 22px;
    }

    .neo-pole-focus-panel h3 {
        font-size: 27px;
    }

    .neo-pole-signal-card {
        padding: 20px 18px 16px;
    }
}

