/* =========================================================
   SMARTCLASS GROUP SOLUTIONS PAGE
   File: assets/css/solutions.css
========================================================= */

.solutions-page {
    overflow-x: hidden;
    color: #263e58;
}

.solutions-page .solutions-section {
    position: relative;
    padding: 95px 0;
}

.solutions-page .solutions-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #087fc3;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.solutions-page .solutions-label::before {
    width: 28px;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, #0874bf, #1bc1dd);
    border-radius: 10px;
}

.solutions-page .solutions-label-light {
    color: #79e4f6;
}

.solutions-page h2 {
    margin: 0;
    color: #102846;
    font-size: clamp(31px, 4vw, 47px);
    font-weight: 850;
    line-height: 1.17;
    letter-spacing: -1.2px;
}

.solutions-section-heading {
    max-width: 740px;
    margin: 0 auto 45px;
    text-align: center;
}

.solutions-section-heading .solutions-label {
    justify-content: center;
}

.solutions-section-heading p {
    margin: 17px auto 0;
    color: #697d90;
    font-size: 15px;
    line-height: 1.8;
}

.solutions-section-action {
    margin-top: 42px;
    text-align: center;
}

.solutions-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 49px;
    padding: 13px 24px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.solutions-button:hover {
    transform: translateY(-2px);
}

.solutions-button-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #07519f, #0b92cd);
    box-shadow: 0 12px 26px rgba(8, 80, 153, 0.23);
}

.solutions-button-primary:hover {
    color: #ffffff;
    box-shadow: 0 17px 32px rgba(8, 80, 153, 0.31);
}

.solutions-button-outline {
    color: #0a579d;
    background: #ffffff;
    border-color: #b9cfdf;
}

.solutions-button-outline:hover {
    color: #ffffff;
    background: #0a579d;
    border-color: #0a579d;
}

.solutions-button-light {
    color: #084b8d;
    background: #ffffff;
    box-shadow: 0 12px 27px rgba(0, 0, 0, 0.14);
}

.solutions-button-light:hover {
    color: #084b8d;
    background: #eafaff;
}

.solutions-button-transparent {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.7);
}

.solutions-button-transparent:hover {
    color: #07477f;
    background: #ffffff;
}


/* =========================================================
   PAGE BANNER
========================================================= */

.solutions-banner {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 400px;
    overflow: hidden;
    color: #ffffff;
    background: #071d3a;
}

.solutions-banner-background {
    position: absolute;
    inset: 0;
}

.solutions-banner-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solutions-banner-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(3, 20, 48, 0.96) 0%,
            rgba(5, 39, 79, 0.83) 48%,
            rgba(6, 40, 77, 0.37) 100%
        ),
        linear-gradient(
            0deg,
            rgba(3, 21, 47, 0.36),
            transparent
        );
}

.solutions-banner-content {
    position: relative;
    z-index: 2;
    padding-top: 55px;
    padding-bottom: 55px;
}

.solutions-banner-content > span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 15px;
    color: #76e4f7;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.solutions-banner-content > span::before {
    width: 28px;
    height: 3px;
    content: "";
    background: #37d5ef;
    border-radius: 10px;
}

.solutions-banner h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(42px, 6vw, 66px);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -1.8px;
}

.solutions-banner-content > p {
    max-width: 650px;
    margin: 18px 0 0;
    color: #d2e2ef;
    font-size: 16px;
    line-height: 1.7;
}

.solutions-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.solutions-breadcrumb li {
    color: #91bad2;
    font-size: 11px;
    font-weight: 650;
}

.solutions-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.25s ease;
}

.solutions-breadcrumb a:hover {
    color: #58dcf3;
}


/* =========================================================
   INTRODUCTION
========================================================= */

.solutions-introduction {
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(22, 183, 216, 0.07),
            transparent 25%
        ),
        #ffffff;
}

.solutions-introduction-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: 80px;
}

.solutions-introduction-content > p {
    margin: 18px 0 0;
    color: #687c90;
    font-size: 14px;
    line-height: 1.85;
}

.solutions-introduction-content .solutions-lead {
    color: #3e5973;
    font-size: 17px;
    font-weight: 600;
}

.solution-introduction-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 21px 24px;
    margin: 31px 0;
}

.solution-introduction-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.solution-introduction-point > span {
    display: grid;
    flex: 0 0 29px;
    width: 29px;
    height: 29px;
    margin-top: 1px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    background: #0b91c8;
    border-radius: 50%;
    place-items: center;
    box-shadow: 0 7px 15px rgba(11, 145, 200, 0.21);
}

.solution-introduction-point strong,
.solution-introduction-point small {
    display: block;
}

.solution-introduction-point strong {
    margin-bottom: 5px;
    color: #173451;
    font-size: 14px;
}

.solution-introduction-point small {
    color: #738598;
    font-size: 11px;
    line-height: 1.55;
}

.solutions-introduction-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.solutions-introduction-visual {
    position: relative;
    min-height: 575px;
    padding: 0 0 60px 35px;
}

.solutions-main-image {
    position: relative;
    height: 535px;
    overflow: hidden;
    background: #e1eaf2;
    border-radius: 6px 24px 6px 24px;
    box-shadow: 0 24px 55px rgba(8, 47, 92, 0.17);
}

.solutions-main-image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(
        0deg,
        rgba(5, 38, 76, 0.26),
        transparent 55%
    );
}

.solutions-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.solutions-introduction-visual:hover
.solutions-main-image img {
    transform: scale(1.04);
}

.solutions-count-card {
    position: absolute;
    top: 40px;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 145px;
    min-height: 115px;
    padding: 20px;
    color: #ffffff;
    background: linear-gradient(135deg, #07509b, #0e9bc9);
    border: 6px solid #ffffff;
    border-radius: 15px 4px 15px 4px;
    box-shadow: 0 16px 35px rgba(7, 69, 133, 0.24);
}

.solutions-count-card strong {
    margin-bottom: 7px;
    font-size: 30px;
    line-height: 1;
}

.solutions-count-card span {
    font-size: 11px;
    line-height: 1.45;
}

.solutions-help-card {
    position: absolute;
    right: 22px;
    bottom: 0;
    width: min(320px, calc(100% - 40px));
    padding: 21px 23px;
    color: #153150;
    background: #ffffff;
    border-left: 5px solid #19b8d7;
    border-radius: 10px;
    box-shadow: 0 17px 38px rgba(8, 48, 91, 0.2);
}

.solutions-help-card small,
.solutions-help-card strong,
.solutions-help-card a {
    display: block;
}

.solutions-help-card small {
    margin-bottom: 5px;
    color: #7b8b9c;
    font-size: 10px;
}

.solutions-help-card strong {
    margin-bottom: 7px;
    font-size: 16px;
}

.solutions-help-card a {
    color: #087abc;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}


/* =========================================================
   SEARCH AND FILTER
========================================================= */

.solution-filter-section {
    position: relative;
    z-index: 10;
    background: #f5f9fc;
}

.solution-filter-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 28px 32px;
    background: #ffffff;
    border: 1px solid #dbe6ef;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(10, 50, 92, 0.09);
    transform: translateY(50%);
}

.solution-filter-box > div:first-child span {
    display: block;
    margin-bottom: 4px;
    color: #0a84c1;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.solution-filter-box h2 {
    font-size: 21px;
    letter-spacing: -0.4px;
}

.solution-search {
    position: relative;
    flex: 0 1 470px;
}

.solution-search input {
    width: 100%;
    height: 52px;
    padding: 12px 48px 12px 17px;
    color: #1e3853;
    font-family: inherit;
    font-size: 13px;
    background: #f7fafc;
    border: 1px solid #cedbe7;
    border-radius: 9px;
    outline: none;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.solution-search input:focus {
    background: #ffffff;
    border-color: #159cc9;
    box-shadow: 0 0 0 4px rgba(21, 156, 201, 0.11);
}

.solution-search input::placeholder {
    color: #8a9aaa;
}

.solution-search button {
    position: absolute;
    top: 50%;
    right: 10px;
    display: grid;
    width: 32px;
    height: 32px;
    padding: 0;
    color: #718599;
    font-size: 20px;
    background: #e8f0f6;
    border: 0;
    border-radius: 50%;
    place-items: center;
    cursor: pointer;
    transform: translateY(-50%);
}


/* =========================================================
   SOLUTION CARDS
========================================================= */

.all-solutions-section {
    padding-top: 145px !important;
    background: #f5f9fc;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
}

.solution-item {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce7f0;
    border-radius: 16px;
    box-shadow: 0 10px 33px rgba(10, 50, 92, 0.06);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.solution-item:hover {
    border-color: #a9dbe9;
    box-shadow: 0 24px 50px rgba(9, 61, 116, 0.13);
    transform: translateY(-7px);
}

.solution-item.is-hidden {
    display: none;
}

.solution-item-image {
    position: relative;
    height: 245px;
    overflow: hidden;
    background: #dfe8f0;
}

.solution-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.solution-item:hover .solution-item-image img {
    transform: scale(1.07);
}

.solution-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        0deg,
        rgba(4, 32, 67, 0.58),
        transparent 60%
    );
}

.solution-item-number {
    position: absolute;
    bottom: 18px;
    left: 20px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
}

.solution-featured-label {
    position: absolute;
    top: 17px;
    right: 17px;
    padding: 6px 10px;
    color: #07527f;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    background: #8ce9f7;
    border-radius: 30px;
}

.solution-item-content {
    display: flex;
    flex-direction: column;
    min-height: 375px;
    padding: 27px 26px;
}

.solution-audience {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 11px;
    padding: 5px 9px;
    color: #0878b7;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    background: #e9f8fc;
    border-radius: 5px;
}

.solution-item-content h3 {
    margin: 0 0 11px;
    color: #153150;
    font-size: 20px;
    line-height: 1.35;
}

.solution-item-content > p {
    margin: 0;
    color: #6c7f92;
    font-size: 13px;
    line-height: 1.72;
}

.solution-feature-list {
    display: grid;
    gap: 8px;
    margin: 18px 0;
    padding: 0;
    list-style: none;
}

.solution-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #5e7388;
    font-size: 11px;
    line-height: 1.5;
}

.solution-feature-list li span {
    color: #0a9bc8;
    font-weight: 900;
}

.solution-item-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid #e6edf3;
}

.solution-details-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0874b7;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    transition:
        color 0.25s ease,
        gap 0.25s ease;
}

.solution-details-link:hover {
    gap: 12px;
    color: #0b9bc6;
}

.solution-quotation-link {
    padding: 8px 11px;
    color: #0a659f;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
    background: #edf8fc;
    border-radius: 6px;
    transition:
        color 0.25s ease,
        background-color 0.25s ease;
}

.solution-quotation-link:hover {
    color: #ffffff;
    background: #087ab7;
}


/* =========================================================
   EMPTY AND NO RESULTS
========================================================= */

.solutions-no-results,
.solutions-empty-state {
    max-width: 650px;
    margin: 0 auto;
    padding: 55px 30px;
    text-align: center;
    background: #ffffff;
    border: 1px dashed #b9cddd;
    border-radius: 15px;
}

.solutions-no-results > span,
.solutions-empty-state > span {
    display: grid;
    width: 57px;
    height: 57px;
    margin: 0 auto 19px;
    color: #087dbc;
    font-size: 21px;
    font-weight: 900;
    background: #e9f8fc;
    border-radius: 50%;
    place-items: center;
}

.solutions-no-results h3,
.solutions-empty-state h3 {
    margin: 0 0 10px;
    color: #15314e;
    font-size: 21px;
}

.solutions-no-results p,
.solutions-empty-state p {
    margin: 0 auto 22px;
    color: #718497;
    font-size: 13px;
    line-height: 1.7;
}

.solutions-no-results button {
    padding: 11px 18px;
    color: #ffffff;
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    background: #087bb9;
    border: 0;
    border-radius: 7px;
    cursor: pointer;
}


/* =========================================================
   FEATURED SOLUTION
========================================================= */

.featured-solution-section {
    background: #ffffff;
}

.featured-solution-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: 75px;
}

.featured-solution-audience {
    display: inline-block;
    margin-top: 15px;
    padding: 7px 11px;
    color: #0878b7;
    font-size: 10px;
    font-weight: 800;
    background: #e9f8fc;
    border-radius: 6px;
}

.featured-solution-content .featured-solution-lead {
    color: #3d5872;
    font-size: 17px;
    font-weight: 600;
}

.featured-solution-content > p {
    margin: 18px 0 0;
    color: #687c90;
    font-size: 14px;
    line-height: 1.85;
}

.featured-solution-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 20px;
    margin: 28px 0;
}

.featured-solution-features div {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #536a80;
    font-size: 12px;
    line-height: 1.55;
}

.featured-solution-features span {
    color: #0a9ac5;
    font-weight: 900;
}

.featured-solution-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.featured-solution-visual {
    position: relative;
    min-height: 550px;
    padding: 0 0 40px 25px;
}

.featured-solution-visual > img {
    width: 100%;
    height: 530px;
    object-fit: cover;
    background: #dfe8ef;
    border-radius: 5px 22px 5px 22px;
    box-shadow: 0 24px 55px rgba(8, 47, 92, 0.17);
}

.featured-solution-card {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: min(315px, calc(100% - 40px));
    padding: 22px;
    color: #ffffff;
    background: linear-gradient(135deg, #07509b, #0e99c8);
    border: 7px solid #ffffff;
    border-radius: 14px 4px 14px 4px;
    box-shadow: 0 17px 37px rgba(7, 70, 135, 0.23);
}

.featured-solution-card small,
.featured-solution-card strong,
.featured-solution-card span {
    display: block;
}

.featured-solution-card small {
    margin-bottom: 6px;
    color: #bdeefa;
    font-size: 9px;
    text-transform: uppercase;
}

.featured-solution-card strong {
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 1.4;
}

.featured-solution-card span {
    color: #d3edf6;
    font-size: 10px;
    line-height: 1.5;
}


/* =========================================================
   SECTORS
========================================================= */

.sectors-section {
    background: #f4f8fc;
}

.sectors-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 23px;
}

.sector-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 320px;
    padding: 29px 27px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce7f0;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(10, 50, 92, 0.055);
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.sector-card:hover {
    border-color: #a8dcea;
    box-shadow: 0 22px 45px rgba(9, 63, 118, 0.12);
    transform: translateY(-6px);
}

.sector-number {
    position: absolute;
    top: 22px;
    right: 24px;
    color: rgba(8, 81, 150, 0.08);
    font-size: 43px;
    font-weight: 900;
}

.sector-icon {
    display: grid;
    width: 62px;
    height: 62px;
    margin-bottom: 22px;
    color: #087bbd;
    font-size: 10px;
    font-weight: 900;
    background: linear-gradient(145deg, #ebf8fd, #dff2fa);
    border-radius: 15px;
    place-items: center;
}

.sector-card h3 {
    margin: 0 0 10px;
    color: #153150;
    font-size: 19px;
}

.sector-card p {
    margin: 0 0 20px;
    color: #6d8094;
    font-size: 12px;
    line-height: 1.75;
}

.sector-card > a {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    margin-top: auto;
    color: #0875b7;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}


/* =========================================================
   MODULES
========================================================= */

.modules-section {
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 0 100%,
            rgba(21, 185, 218, 0.18),
            transparent 29%
        ),
        linear-gradient(125deg, #061b36, #093c70);
}

.modules-section::after {
    position: absolute;
    top: -150px;
    right: -120px;
    width: 410px;
    height: 410px;
    content: "";
    border: 65px solid rgba(255, 255, 255, 0.025);
    border-radius: 50%;
}

.modules-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    align-items: start;
    gap: 75px;
}

.modules-content {
    position: sticky;
    top: 115px;
}

.modules-content h2 {
    color: #ffffff;
}

.modules-content > p {
    margin: 20px 0 29px;
    color: #bacee1;
    font-size: 14px;
    line-height: 1.85;
}

.modules-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

.module-card {
    min-height: 180px;
    padding: 24px 22px;
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 13px;
    backdrop-filter: blur(8px);
    transition:
        background-color 0.3s ease,
        transform 0.3s ease;
}

.module-card:hover {
    background: rgba(255, 255, 255, 0.11);
    transform: translateY(-5px);
}

.module-card > span {
    display: block;
    margin-bottom: 22px;
    color: #53d9f1;
    font-size: 10px;
    font-weight: 900;
}

.module-card h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 16px;
}

.module-card p {
    margin: 0;
    color: #b7ccdf;
    font-size: 11px;
    line-height: 1.65;
}


/* =========================================================
   RELATED SERVICES
========================================================= */

.related-services-section {
    background: #ffffff;
}

.related-services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 21px;
}

.related-service-card {
    display: flex;
    flex-direction: column;
    min-height: 325px;
    padding: 27px 24px;
    background: #ffffff;
    border: 1px solid #dfe8f0;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(10, 50, 92, 0.055);
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.related-service-card:hover {
    border-color: #a8dcea;
    box-shadow: 0 22px 45px rgba(9, 63, 118, 0.12);
    transform: translateY(-6px);
}

.related-service-icon {
    display: grid;
    width: 60px;
    height: 60px;
    margin-bottom: 21px;
    color: #087abe;
    font-size: 21px;
    background: #e9f8fc;
    border-radius: 15px;
    place-items: center;
}

.related-service-icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.related-service-card h3 {
    margin: 0 0 10px;
    color: #153150;
    font-size: 17px;
}

.related-service-card > p {
    margin: 0;
    color: #6d8093;
    font-size: 11px;
    line-height: 1.7;
}

.related-service-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 17px 0;
}

.related-service-meta span {
    padding: 6px 8px;
    color: #60778c;
    font-size: 9px;
    background: #f0f6fa;
    border-radius: 5px;
}

.related-service-meta strong {
    color: #0876b8;
}

.related-service-card > a {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    margin-top: auto;
    color: #0875b7;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}


/* =========================================================
   IMPLEMENTATION
========================================================= */

.implementation-section {
    background: #f4f8fc;
}

.implementation-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.implementation-step {
    position: relative;
    min-height: 220px;
    padding: 29px 27px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dfe8f0;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(10, 50, 92, 0.055);
}

.implementation-step > span {
    display: block;
    margin-bottom: 27px;
    color: #0b91c4;
    font-size: 12px;
    font-weight: 900;
}

.implementation-step h3 {
    margin: 0 0 10px;
    color: #153150;
    font-size: 18px;
}

.implementation-step p {
    margin: 0;
    color: #6d8094;
    font-size: 12px;
    line-height: 1.75;
}


/* =========================================================
   FINAL CTA
========================================================= */

.solutions-cta {
    padding: 85px 0;
    color: #ffffff;
    background:
        linear-gradient(
            rgba(4, 28, 61, 0.9),
            rgba(5, 46, 88, 0.92)
        ),
        url("../images/backgrounds/solutions-cta.jpg")
        center / cover no-repeat;
}

.solutions-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.solutions-cta-content {
    max-width: 760px;
}

.solutions-cta-content > span {
    display: block;
    margin-bottom: 12px;
    color: #75e4f7;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.solutions-cta-content h2 {
    color: #ffffff;
    font-size: clamp(30px, 4vw, 45px);
}

.solutions-cta-content p {
    margin: 16px 0 0;
    color: #c7dbea;
    font-size: 14px;
    line-height: 1.75;
}

.solutions-cta-actions {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 11px;
    width: 195px;
}

.solutions-cta-actions .solutions-button {
    width: 100%;
}


/* =========================================================
   SCROLL REVEAL AND JS STATES
========================================================= */

.reveal-solution {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 0.7s ease,
        transform 0.7s ease;
}

.reveal-solution.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.solution-item.is-keyboard-focused,
.solution-item:focus-visible {
    border-color: #159dc9;
    outline: 3px solid rgba(21, 157, 201, 0.17);
    outline-offset: 4px;
}

.solution-item.is-selected-solution {
    border-color: #0b9ac8;
    box-shadow:
        0 0 0 4px rgba(11, 154, 200, 0.12),
        0 24px 50px rgba(9, 61, 116, 0.15);
    animation: selectedSolutionPulse 1.2s ease;
}

@keyframes selectedSolutionPulse {
    0% {
        box-shadow:
            0 0 0 0 rgba(11, 154, 200, 0.35),
            0 24px 50px rgba(9, 61, 116, 0.15);
    }

    100% {
        box-shadow:
            0 0 0 12px rgba(11, 154, 200, 0),
            0 24px 50px rgba(9, 61, 116, 0.15);
    }
}


/* =========================================================
   RESPONSIVE: LARGE TABLET
========================================================= */

@media (max-width: 1100px) {
    .solutions-introduction-grid,
    .featured-solution-grid,
    .modules-layout {
        gap: 50px;
    }

    .solutions-grid,
    .sectors-grid,
    .implementation-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .related-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* =========================================================
   RESPONSIVE: TABLET
========================================================= */

@media (max-width: 850px) {
    .solutions-page .solutions-section {
        padding: 75px 0;
    }

    .solutions-introduction-grid,
    .featured-solution-grid,
    .modules-layout {
        grid-template-columns: 1fr;
    }

    .solutions-introduction-visual,
    .featured-solution-visual {
        max-width: 650px;
    }

    .solution-filter-box {
        display: block;
        transform: translateY(35%);
    }

    .solution-search {
        margin-top: 18px;
    }

    .all-solutions-section {
        padding-top: 135px !important;
    }

    .modules-content {
        position: static;
    }

    .solutions-cta-inner {
        display: block;
    }

    .solutions-cta-actions {
        flex-direction: row;
        width: auto;
        margin-top: 30px;
    }

    .solutions-cta-actions .solutions-button {
        width: auto;
    }
}


/* =========================================================
   RESPONSIVE: MOBILE
========================================================= */

@media (max-width: 600px) {
    .solutions-page .solutions-section {
        padding: 62px 0;
    }

    .solutions-page h2 {
        font-size: 31px;
        letter-spacing: -0.7px;
    }

    .solutions-banner {
        min-height: 350px;
    }

    .solutions-banner h1 {
        font-size: 42px;
    }

    .solutions-banner-content > p {
        font-size: 14px;
    }

    .solution-introduction-points,
    .featured-solution-features,
    .solutions-grid,
    .sectors-grid,
    .modules-grid,
    .related-services-grid,
    .implementation-grid {
        grid-template-columns: 1fr;
    }

    .solutions-introduction-actions,
    .featured-solution-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .solutions-introduction-actions .solutions-button,
    .featured-solution-actions .solutions-button {
        width: 100%;
    }

    .solutions-introduction-visual {
        min-height: 485px;
        padding: 0 0 50px 20px;
    }

    .solutions-main-image {
        height: 440px;
    }

    .solutions-count-card {
        top: 25px;
        width: 125px;
        min-height: 100px;
        padding: 16px;
        border-width: 5px;
    }

    .solutions-help-card {
        right: 8px;
    }

    .solution-filter-box {
        padding: 24px 20px;
        transform: translateY(25%);
    }

    .solution-filter-box h2 {
        font-size: 19px;
    }

    .all-solutions-section {
        padding-top: 120px !important;
    }

    .solution-item-content {
        min-height: 360px;
        padding: 24px 22px;
    }

    .featured-solution-visual {
        min-height: 470px;
        padding: 0 0 35px 15px;
    }

    .featured-solution-visual > img {
        height: 450px;
    }

    .featured-solution-card {
        right: 7px;
    }

    .modules-layout {
        gap: 45px;
    }

    .solutions-cta {
        padding: 65px 0;
    }

    .solutions-cta-actions {
        flex-direction: column;
    }

    .solutions-cta-actions .solutions-button {
        width: 100%;
    }
}


/* =========================================================
   RESPONSIVE: SMALL MOBILE
========================================================= */

@media (max-width: 390px) {
    .solutions-banner h1 {
        font-size: 37px;
    }

    .solution-filter-box {
        padding: 21px 17px;
    }

    .solution-item-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .featured-solution-card {
        width: calc(100% - 15px);
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .reveal-solution,
    .solution-item,
    .sector-card,
    .module-card,
    .related-service-card {
        transition: none !important;
    }

    .reveal-solution {
        opacity: 1;
        transform: none;
    }

    .solution-item.is-selected-solution {
        animation: none;
    }
}