.cs-feature-image-container {
    width: 100%;
    margin-bottom: 40px;
}

.cs-feature-image-container .container {
    max-width: 1243px;
    margin: 0 auto;
    padding: 0 15px;
}

.cs-feature-image {
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.cs-feature-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.cs-feature-image:hover img {
    transform: scale(1.02);
}

/* Quick Info Bar */
.cs-quick-info-bar {
    padding: 40px 0;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-evenly;
    padding-top: 10px;
}

.cs-info-item {
    padding: 0 4rem;
    border-right: 1px solid #e5e7eb;
}

.cs-info-item:last-child {
    border-right: none;
}

.cs-info-item:first-child {
    padding-left: 0;
}

.cs-info-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    font-weight: 500;
}

.cs-info-value {
    font-size: 24px;
    color: #1a1a1a;
    line-height: 1.2;
}

/* ══════════════════════════════════════════════════════════════════════════════
   TIMELINE SIDEBAR SYSTEM
   ══════════════════════════════════════════════════════════════════════════════ */

.cs-highlight-section .container,
.cs-strategy-section .container,
.cs-gallery-section .container,
.cs-results-section .container {
    border-left: 1px solid #e5e7eb;
    padding-left: 30px;
    position: relative;
}

.cs-highlight-section,
.cs-strategy-section,
.cs-gallery-section,
.cs-results-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Title Highlight Dash (The Blue Dash) */
.cs-title-highlight {
    position: relative;
}

.cs-title-highlight::before {
    content: "";
    position: absolute;
    left: -33.4px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 32px;
    background-color: #3b82f6;
    border-radius: 2px;
    z-index: 2;
}

/* Overview Content */
.cs-overview-section {
    padding: 80px 0 40px;
}

.cs-overview-title {
    font-size: 48px;
    font-weight: 700;
    color: #0b2533;
    margin-bottom: 30px;
    line-height: 1.2;
}

.cs-overview-body {
    font-size: 18px;
    line-height: 1.8;
    color: #4b5563;
}

.cs-overview-body p {
    margin-bottom: 25px;
    font-size: 25px;
    color: #696687;
}

/* Highlight Sections (Challenge / Solution) */
.cs-highlight-section {
    padding: 0;
}

.cs-highlight-section .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.cs-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #0b2533;
    margin-bottom: 25px;
    line-height: 1.2;
}

.cs-section-body {
    font-size: 18px;
    line-height: 1.7;
    color: #696687;
}

.cs-section-body p {
    margin-bottom: 20px;
}

/* Strategy Section */
.cs-strategy-section {
    padding: 0;
}

.cs-strategy-section .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.cs-strategy-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: flex-start;
    width: 90%;
}

.cs-strategy-intro {
    font-size: 18px;
    color: #696687;
    margin-bottom: 40px;
}

/* Strategy Pillars */
.cs-strategy-pillars {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cs-strategy-pillar {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.cs-pillar-icon {
    flex-shrink: 0;
    /* width: 48px; */
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    padding-left: 0;
}

.cs-pillar-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.cs-pillar-title {
    font-size: 20px;
    font-weight: 700;
    color: #0b2533;
    margin-bottom: 8px;
}

.cs-pillar-description {
    font-size: 16px;
    color: #696687;
    line-height: 1.6;
}

/* Strategy Layered Images */
.cs-strategy-images {
    position: relative;
    padding-top: 40px;
    z-index: 1; /* Establishes a stacking context */
}

/* The Decorative Blue Circle Ring */
.cs-strategy-images::after {
    content: "";
    position: absolute;
    right: -47px;
    bottom: 8rem;
    width: 320px;
    height: 320px;
    border: 33px solid #eff6ff;
    border-radius: 50%;
    z-index: -1; 
    pointer-events: none;
}

.cs-strategy-images .field__item {
    border-radius: 20px;
    overflow: hidden;
}

.cs-strategy-images .field__item:nth-child(1) {
    width: 90%;
    margin-left: auto;
}

.cs-strategy-images .field__item:nth-child(2) {
    width: 80%;
    margin-top: 15px;
    position: relative;
    z-index: 2;
}

/* ══════════════════════════════════════════════════════════════════════════════
   GALLERY SECTION
   ══════════════════════════════════════════════════════════════════════════════ */

.cs-gallery-section {
    padding: 0;
}

.cs-gallery-section .container {
    padding-top: 0px;
    padding-bottom: 40px;
}

.cs-gallery-grid {
    margin-left: -31px; /* Pull left to hide/overlap the timeline border */
}

.cs-gallery-grid .field__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.cs-gallery-grid .field__item {
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.cs-gallery-grid .field__item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.cs-gallery-grid .field__item:hover img {
    transform: scale(1.05);
}

.paragraph--creative_showcase.cs-gallery-section .container {
    border-left: none;
}

/* ══════════════════════════════════════════════════════════════════════════════
   SUCCESSFUL RESULTS SECTION
   ══════════════════════════════════════════════════════════════════════════════ */

.cs-results-section {
    padding: 0;
}

.cs-results-section .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.cs-results-intro {
    margin-bottom: 40px;
}

.cs-results-grid .field__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.cs-result-card {
    background-color: #f4f7f9;
    padding: 50px 40px;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

.cs-result-number {
    font-size: 40px;
    font-weight: 700;
    color: #0b2533;
    line-height: 1;
}

.cs-result-description {
    font-size: 18px;
    color: #696687;
    line-height: 1.5;
}

.cs-takeaway-card {
    background-color: #f4f7f9;
    padding: 40px;
    border-radius: 40px;
    margin-top: 30px;
}

.cs-takeaway-label {
    font-size: 24px;
    font-weight: 700;
    color: #0b2533;
    margin-bottom: 12px;
}

.cs-takeaway-content {
    font-size: 18px;
    line-height: 1.6;
    color: #696687;
}

/* ══════════════════════════════════════════════════════════════════════════════
   RESPONSIVE DESIGN
   ══════════════════════════════════════════════════════════════════════════════ */

@media (max-width: 992px) {
    .cs-overview-section .container,
    .cs-highlight-section .container,
    .cs-strategy-section .container,
    .cs-gallery-section .container,
    .cs-results-section .container {
        padding-left: 40px;
    }
    .cs-title-highlight::before {
        left: -33.4px;
    }
    .cs-strategy-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .cs-strategy-images {
        display: flex;
        gap: 20px;
        padding-top: 0;
    }
    .cs-strategy-images .field__item {
        width: 50% !important;
        margin: 0 !important;
    }
    .cs-gallery-grid {
        margin-left: -41px;
    }
    .cs-gallery-grid .field__items {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .cs-gallery-grid .field__item {
        border-radius: 20px;
    }
}

@media (max-width: 768px) {
    .cs-overview-section .container,
    .cs-highlight-section .container,
    .cs-strategy-section .container,
    .cs-gallery-section .container,
    .cs-results-section .container {
        border-left: none;
        padding-left: 15px;
    }
    .cs-title-highlight::before {
        left: -15px;
        width: 3px;
        height: 24px;
    }
    .cs-gallery-grid {
        margin-left: -15px;
        width: calc(100% + 30px);
    }
    .cs-results-grid .field__items {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .cs-result-card,
    .cs-takeaway-card {
        padding: 30px 20px;
        border-radius: 20px;
    }
}
