/* Shared inner-page shell and legacy template bridge. */
.wy-nav-list .dropdown {
    position: relative;
}

.wy-nav-list .dropdown::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 12px;
    background: transparent;
}

.wy-nav-list .dropdown-menu {
    min-width: 190px;
    padding: 8px;
    margin: 0;
    border: 0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 35px rgba(0, 47, 92, 0.14);
}

.wy-nav-list .dropdown:hover > .dropdown-menu,
.wy-nav-list .dropdown:focus-within > .dropdown-menu {
    display: block;
}

.wy-nav-list .dropdown-menu > li {
    display: block;
}

.wy-nav-list .dropdown-menu > li > a {
    display: block;
    padding: 10px 12px;
    border-radius: 6px;
    background: none;
    color: #435469;
    -webkit-text-fill-color: currentColor;
    font-size: 14px;
    line-height: 1.4;
    white-space: nowrap;
}

.wy-nav-list .dropdown-menu > li > a::before {
    display: none;
}

.wy-nav-list .dropdown-menu > li > a:hover,
.wy-nav-list .dropdown-menu > li > a:focus {
    background: rgba(0, 94, 184, 0.08);
    color: #005eb8;
    -webkit-text-fill-color: #005eb8;
}

.services-breadcrumb {
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 47, 92, 0.08);
}

.inner_breadcrumb {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 20px;
}

.short {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #59677a;
    font-size: 14px;
    line-height: 1.6;
}

.short li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.short a {
    color: #005eb8;
    text-decoration: none;
}

.short a:hover {
    color: #003d7a;
}

.sec_video,
.tesimonials,
.banner_bottom {
    padding: 56px 0 !important;
    background: #f7f9fc !important;
}

.sec_video .inner_sec_w3_agileinfo {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.float-left,
.width-281,
.width-380,
.margin-right-15 {
    float: none !important;
    width: auto !important;
    margin-right: 0 !important;
}

.grid_info_main {
    min-width: 0;
}

.sec_video .clearfix {
    display: none;
}

.grid_info {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(0, 47, 92, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 47, 92, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.grid_info:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(0, 47, 92, 0.12);
}

.icon_info {
    padding: 0;
}

.icon_info img {
    display: block;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.icon_info h5 {
    margin: 0;
    padding: 18px 20px 20px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
}

.icon_info h5 a {
    color: #005eb8;
    text-decoration: none;
}

.icon_info h5 a:hover {
    color: #003d7a;
}

.tesimonials .inner_sec_w3_agileinfo {
    max-width: 980px;
    margin: 0 auto;
}

.tesimonials .carousel-inner {
    display: grid;
    gap: 20px;
    margin: 0;
}

.tesimonials .carousel-inner > .item {
    display: block !important;
    position: static;
    left: auto;
    transform: none;
}

.tesimonials blockquote {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 24px;
    margin: 0;
    padding: 22px;
    border: 1px solid rgba(0, 47, 92, 0.08);
    border-left: 4px solid #005eb8;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 47, 92, 0.08);
}

.news_img {
    width: 100%;
}

.news_img img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 6px;
}

.test_grid {
    min-width: 0;
}

.news_list .test_img_info,
.test_img_info {
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.test_img_info.ab a,
.test_grid a {
    color: #005eb8;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
}

.test_img_info.ab a:hover,
.test_grid a:hover {
    color: #003d7a;
}

.test_img_info p,
.test_img_info {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.8;
}

/* Case and news redesigned pages. */
.wy-inner-hero {
    padding: 92px 0 42px;
    background: #f7f9fc;
    text-align: center;
}

.wy-inner-hero h1 {
    margin: 0 0 18px;
    color: #00a6b4;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.35;
}

.wy-inner-hero p {
    max-width: 560px;
    margin: 0 auto;
    color: #66758a;
    font-size: 15px;
    line-height: 1.9;
}

.wy-case-overview,
.wy-news-list-section {
    padding: 58px 0 88px;
    background: #f7f9fc;
}

.wy-case-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    max-width: 1040px;
    margin: 0 auto 52px;
    padding: 34px 50px;
    border-radius: 16px;
    background: linear-gradient(120deg, rgba(0, 94, 184, 0.06), rgba(0, 212, 170, 0.08));
}

.wy-case-stat {
    min-width: 0;
    text-align: center;
}

.wy-case-stat strong {
    display: block;
    margin-bottom: 10px;
    color: #0068c9;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.wy-case-stat span {
    display: block;
    color: #758399;
    font-size: 13px;
    line-height: 1.5;
}

.wy-case-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 34px;
}

.wy-case-filter button {
    min-width: 102px;
    min-height: 40px;
    padding: 8px 22px;
    border: 1px solid rgba(0, 94, 184, 0.14);
    border-radius: 999px;
    background: #fff;
    color: #66758a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
    transition: all 0.22s ease;
}

.wy-case-filter button.active,
.wy-case-filter button:hover {
    border-color: transparent;
    background: linear-gradient(135deg, #0068c9, #00c8aa);
    color: #fff;
    box-shadow: 0 10px 26px rgba(0, 104, 201, 0.18);
}

.wy-case-logo-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
}

.wy-case-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 104px;
    padding: 22px 26px;
    border: 1px solid rgba(0, 47, 92, 0.05);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 47, 92, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.wy-case-logo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(0, 47, 92, 0.1);
}

.wy-case-logo-card img {
    display: block;
    max-width: 100%;
    max-height: 62px;
    object-fit: contain;
}

.wy-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 980px;
    margin: 0 auto;
    align-items: stretch;
}

.wy-news-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 410px;
    border: 1px solid rgba(0, 47, 92, 0.06);
    border-radius: 10px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(0, 47, 92, 0.07);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.wy-news-card:hover {
    color: inherit;
    text-decoration: none;
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 47, 92, 0.11);
}

.wy-news-card-featured {
    grid-column: span 2;
}

.wy-news-card-image {
    display: flex;
    height: 180px;
    min-height: 180px;
    background: #f2f6fb;
}

.wy-news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wy-news-card-featured .wy-news-card-image,
.wy-news-card-featured .wy-news-card-image img {
    min-height: 180px;
}

.wy-news-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px 22px 20px;
}

.wy-news-card-featured .wy-news-card-body {
    padding: 22px 22px 20px;
}

.wy-news-card h2 {
    margin: 0 0 16px;
    color: #1f2a37;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    display: -webkit-box;
    min-height: 52px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wy-news-card-featured h2 {
    font-size: 18px;
}

.wy-news-card p {
    display: -webkit-box;
    margin: 0;
    min-height: 76px;
    overflow: hidden;
    color: #6b778c;
    font-size: 14px;
    line-height: 1.8;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.wy-news-card-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(0, 47, 92, 0.08);
    color: #8a96a8;
    font-size: 13px;
}

.wy-news-toolbar {
    max-width: 980px;
    margin: 0 auto 34px;
}

.wy-news-year-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 14px;
}

.wy-news-year-filter a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 18px;
    border: 1px solid rgba(0, 94, 184, 0.12);
    border-radius: 999px;
    background: #fff;
    color: #66758a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 47, 92, 0.04);
    transition: all 0.22s ease;
}

.wy-news-year-filter a:hover,
.wy-news-year-filter a.active {
    border-color: transparent;
    background: linear-gradient(135deg, #0068c9, #00c8aa);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0, 104, 201, 0.18);
}

.wy-news-count {
    color: #8a96a8;
    font-size: 13px;
    text-align: center;
}

.wy-news-year-group {
    max-width: 980px;
    margin: 0 auto 36px;
}

.wy-news-year-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #10243f;
}

.wy-news-year-title::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00c8aa;
    box-shadow: 0 0 0 6px rgba(0, 200, 170, 0.12);
}

.wy-news-year-title span {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.wy-news-year-title em {
    color: #8a96a8;
    font-size: 13px;
    font-style: normal;
}

.wy-news-empty {
    max-width: 980px;
    margin: 0 auto;
    padding: 42px 24px;
    border-radius: 10px;
    background: #fff;
    color: #8a96a8;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0, 47, 92, 0.06);
}

.wy-news-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 980px;
    margin: 26px auto 0;
}

.wy-news-pagination a,
.wy-news-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 38px;
    padding: 8px 13px;
    border: 1px solid rgba(0, 94, 184, 0.12);
    border-radius: 8px;
    background: #fff;
    color: #66758a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
}

.wy-news-pagination a:hover,
.wy-news-pagination a.active {
    border-color: #0068c9;
    background: #0068c9;
    color: #fff;
    text-decoration: none;
}

.wy-news-pagination a.disabled {
    border-color: rgba(0, 47, 92, 0.06);
    background: rgba(255, 255, 255, 0.58);
    color: #b8c2d0;
    cursor: not-allowed;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.banner_bottom {
    background: #ffffff !important;
}

.banner_bottom .container {
    max-width: 980px;
}

.header_w3layouts_agile {
    margin-bottom: 28px;
    color: #10243f;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.banner_bottom .inner_sec_w3_agileinfo {
    color: #374151;
    font-size: 16px;
    line-height: 1.9;
}

.banner_bottom .inner_sec_w3_agileinfo img {
    max-width: 100%;
    height: auto;
}

.banner_bottom .inner_sec_w3_agileinfo p {
    margin-bottom: 1em;
}

.wy-service-item {
    display: block;
    color: inherit;
    text-decoration: none;
}

.wy-service-item:hover,
.wy-service-item:focus {
    color: inherit;
    text-decoration: none;
}

.wy-service-detail-page {
    background: #f5f8fc;
}

.wy-service-detail-hero {
    padding: 72px 0 46px;
    background: linear-gradient(135deg, #ffffff 0%, #eef6ff 52%, #f4fbf7 100%);
}

.wy-service-detail-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.7fr);
    gap: 42px;
    align-items: stretch;
}

.wy-service-detail-copy {
    min-width: 0;
}

.wy-service-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(0, 94, 184, 0.1);
    color: #005eb8;
    font-size: 14px;
    font-weight: 700;
}

.wy-service-detail-copy h1 {
    margin: 0 0 20px;
    color: #10243f;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
}

.wy-service-detail-copy p {
    max-width: 820px;
    margin: 0;
    color: #435469;
    font-size: 18px;
    line-height: 1.9;
}

.wy-service-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 32px;
}

.wy-service-credit-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.wy-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 14px 28px;
    border-radius: 50px;
    background: transparent;
    border: 2px solid rgba(0, 94, 184, 0.35);
    color: #005eb8;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.wy-btn-secondary:hover {
    background: rgba(0, 94, 184, 0.06);
    border-color: #005eb8;
    color: #003d7a;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 94, 184, 0.15);
}

.wy-btn-secondary:focus {
    text-decoration: none;
    outline: none;
}

@media (max-width: 600px) {
    .wy-service-credit-buttons {
        flex-direction: column;
        width: 100%;
    }

    .wy-service-credit-buttons .wy-btn {
        width: 100%;
    }

    .wy-btn-secondary {
        min-width: 0;
    }
}

.wy-service-secondary-link {
    color: #005eb8;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.wy-service-secondary-link:hover,
.wy-service-secondary-link:focus {
    color: #003d7a;
    text-decoration: none;
}

.wy-service-detail-panel {
    min-width: 0;
    padding: 34px;
    border: 1px solid rgba(0, 94, 184, 0.1);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(0, 47, 92, 0.1);
}

.wy-service-detail-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    margin-bottom: 28px;
    border-radius: 18px;
    background: linear-gradient(135deg, #005eb8 0%, #0f467e 100%);
    color: #ffffff;
    font-size: 32px;
}

.wy-service-detail-panel h2 {
    margin: 0;
    color: #10243f;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}

.wy-service-reserved {
    margin: 20px 0 0;
    padding: 14px 16px;
    border-left: 4px solid #47b347;
    background: #f1faf1;
    color: #3d5741;
    font-size: 14px;
    line-height: 1.7;
}

.wy-service-switcher {
    padding: 28px 0;
    background: linear-gradient(180deg, #f8fafd 0%, #ffffff 100%);
    border-top: 1px solid rgba(0, 47, 92, 0.06);
    border-bottom: 1px solid rgba(0, 47, 92, 0.08);
}

.wy-service-switcher-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 14px;
}

.wy-service-switcher-list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 72px;
    padding: 16px 12px;
    border: 1px solid rgba(0, 94, 184, 0.1);
    border-radius: 12px;
    background: #ffffff;
    color: #435469;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.wy-service-switcher-list a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #005eb8, #00a0e9);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.wy-service-switcher-list a i {
    font-size: 20px;
    color: #005eb8;
    opacity: 0.7;
    transition: all 0.25s ease;
}

.wy-service-switcher-list a:hover {
    border-color: rgba(0, 94, 184, 0.3);
    background: linear-gradient(180deg, #ffffff 0%, rgba(0, 94, 184, 0.04) 100%);
    color: #005eb8;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 94, 184, 0.12);
}

.wy-service-switcher-list a:hover::before {
    transform: scaleX(1);
}

.wy-service-switcher-list a:hover i {
    opacity: 1;
    transform: scale(1.1);
}

.wy-service-switcher-list a:focus {
    text-decoration: none;
}

.wy-service-switcher-list a.active {
    border-color: rgba(0, 94, 184, 0.4);
    background: linear-gradient(180deg, #ffffff 0%, rgba(0, 94, 184, 0.08) 100%);
    color: #005eb8;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(0, 94, 184, 0.15);
}

.wy-service-switcher-list a.active::before {
    transform: scaleX(1);
}

.wy-service-switcher-list a.active i {
    opacity: 1;
    color: #005eb8;
}

.wy-service-detail-content {
    padding: 56px 0 72px;
}

.wy-service-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
    gap: 24px;
}

.wy-service-content-card {
    min-width: 0;
    padding: 30px;
    border: 1px solid rgba(0, 47, 92, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 47, 92, 0.06);
}

.wy-service-content-main {
    grid-row: span 2;
}

.wy-service-content-card h2 {
    margin: 0 0 22px;
    color: #10243f;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.35;
}

.wy-service-check-list,
.wy-service-dot-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wy-service-check-list li,
.wy-service-dot-list li {
    position: relative;
    padding-left: 24px;
    color: #374151;
    font-size: 15px;
    line-height: 1.8;
}

.wy-service-check-list li::before {
    content: '\f00c';
    position: absolute;
    top: 0.35em;
    left: 0;
    color: #47b347;
    font-family: FontAwesome;
    font-size: 13px;
}

.wy-service-dot-list li::before {
    content: '';
    position: absolute;
    top: 0.78em;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #005eb8;
}

.wy-service-notice {
    margin-top: 24px;
    padding: 22px 26px;
    border: 1px solid rgba(71, 179, 71, 0.22);
    border-radius: 8px;
    background: #f5fbf5;
}

.wy-service-notice strong {
    display: block;
    margin-bottom: 8px;
    color: #235c27;
    font-size: 16px;
}

.wy-service-notice p {
    margin: 0;
    color: #3d5741;
    font-size: 15px;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .wy-nav-list .dropdown-menu {
        position: static;
        box-shadow: none;
    }

    .wy-service-detail-hero-inner,
    .wy-service-content-grid {
        grid-template-columns: 1fr;
    }

    .wy-service-content-main {
        grid-row: auto;
    }

    .wy-service-switcher-list {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }
}

@media (max-width: 768px) {
    .inner_breadcrumb {
        padding: 12px 16px;
    }

    .sec_video,
    .tesimonials,
    .banner_bottom {
        padding: 36px 0 !important;
    }

    .sec_video .inner_sec_w3_agileinfo {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .tesimonials blockquote {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .news_img img {
        height: 190px;
    }

    .header_w3layouts_agile {
        font-size: 24px;
    }

    .wy-service-detail-hero {
        padding: 44px 0 32px;
    }

    .wy-service-detail-copy h1 {
        font-size: 30px;
    }

    .wy-service-detail-copy p {
        font-size: 16px;
    }

    .wy-service-detail-panel,
    .wy-service-content-card {
        padding: 22px;
    }

    .wy-service-switcher-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .wy-service-switcher-list a {
        min-height: 64px;
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .wy-inner-hero {
        padding: 70px 0 36px;
    }

    .wy-case-stats {
        grid-template-columns: repeat(2, 1fr);
        padding: 30px;
    }

    .wy-case-logo-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }

    .wy-news-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 760px;
    }

    .wy-news-card-featured {
        grid-column: auto;
    }
}

@media (max-width: 768px) {
    .wy-inner-hero h1 {
        font-size: 28px;
    }

    .wy-case-overview,
    .wy-news-list-section {
        padding: 42px 0 64px;
    }

    .wy-case-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 12px;
        margin-bottom: 34px;
        padding: 24px 18px;
    }

    .wy-case-stat strong {
        font-size: 24px;
    }

    .wy-case-filter {
        gap: 10px;
        margin-bottom: 28px;
    }

    .wy-case-filter button {
        min-width: auto;
        padding: 8px 16px;
        font-size: 13px;
    }

    .wy-case-logo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .wy-case-logo-card {
        min-height: 92px;
        padding: 18px;
    }

    .wy-news-grid {
        grid-template-columns: 1fr;
    }

    .wy-news-card-featured {
        grid-column: span 1;
    }

    .wy-news-card-featured .wy-news-card-image,
    .wy-news-card-featured .wy-news-card-image img,
    .wy-news-card-image,
    .wy-news-card-image img {
        min-height: 190px;
    }

    .wy-news-card-featured .wy-news-card-body,
    .wy-news-card-body {
        padding: 24px 20px;
    }

    .wy-news-card-featured h2 {
        font-size: 18px;
    }
}
