/* Case Study: Liqart – banner hero (alignment matches Maison de Rose / Volvo) */

body.page-case-study-liqart .main-nav a.nav-link[href="/success-stories"] {
    color: #ffffff;
    border-bottom-color: #e85d2a;
}

.cs-hero {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    overflow: hidden;
    background-color: #1a2744;
}

.page-case-study-liqart .cs-hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('/assets/banner-images/casestudy-liqart-banner.webp');
    background-size: cover;
    background-position: center 50%;
    background-repeat: no-repeat;
}

.page-case-study-liqart .cs-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.55) 55%, transparent 100%);
}

.cs-hero-container {
    position: relative;
    z-index: 2;
    padding: 80px var(--container-padding, 36px) 60px;
    max-width: var(--container-width, 1440px);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
}

.page-case-study-liqart .cs-hero-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cs-hero-logo-circle {
    width: 300px;
    height: 58px;
    border-radius: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    overflow: hidden;
}

.page-case-study-liqart .cs-hero-logo-circle {
    width: 360px;
    height: 70px;
    flex-shrink: 0;
}

.page-case-study-liqart .cs-hero-logo {
    width: 360px;
    height: 70px;
    object-fit: contain;
    object-position: left center;
    filter: brightness(0) invert(1);
}

.cs-hero-logo {
    width: 300px;
    height: 58px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.cs-hero-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    background: transparent;
    border: 1px solid #e85c29;
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 24px;
}

.cs-hero-title {
    font-family: 'Inter', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.cs-hero-desc {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.78);
    margin: 0 0 28px 0;
    line-height: 1.55;
    max-width: 42em;
}

.cs-hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    background: #e85c29;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.cs-hero-cta:hover {
    background: #d64d1f;
    color: #fff;
    transform: translateY(-1px);
}

/* Legacy bottleneck / Key Challenges – Liqart */
.cs-bottleneck--liqart.cs-bottleneck {
    background: linear-gradient(150deg, #f9fafb 0%, #f3f4f6 100%);
    padding: 81px 6%;
    font-family: 'Inter', sans-serif;
}

.page-case-study-liqart .cs-bottleneck--liqart .container {
    max-width: 1440px;
    margin: 0 auto;
}

.cs-bottleneck--liqart .cs-bottleneck-tag {
    display: inline-block;
    background: #e85c29;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 9999px;
    margin-bottom: 25px;
}

.cs-bottleneck--liqart .cs-bottleneck-title {
    font-size: 56px;
    font-weight: 500;
    line-height: 1.35;
    color: #0a0a0a;
    margin: 0 0 32px 0;
    max-width: 900px;
}

.cs-bottleneck--liqart .cs-bottleneck-intro {
    display: flex;
    gap: 32px;
    align-items: stretch;
    margin-bottom: 40px;
}

.cs-bottleneck--liqart .cs-bottleneck-para {
    flex: 0 1 50%;
    font-size: 18px;
    line-height: 1.62;
    color: #4a5565;
    margin: 0;
}

.cs-bottleneck--liqart .cs-bottleneck-callout {
    flex: 0 1 50%;
    min-width: 0;
    background: linear-gradient(to right, rgba(232, 92, 41, 0.06), rgba(232, 92, 41, 0.12));
    border-left: 4px solid #e85c29;
    border-radius: 0 10px 10px 0;
    padding: 24px 28px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.cs-bottleneck--liqart .cs-bottleneck-callout-text {
    font-size: 18px;
    font-weight: 500;
    color: #c2410c;
    margin: 0;
    line-height: 1.55;
}

.cs-bottleneck--liqart .cs-bottleneck-heading {
    font-size: 28px;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0 0 28px 0;
}

.cs-bottleneck--liqart .cs-bottleneck-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.cs-bottleneck--liqart .cs-bottleneck-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cs-bottleneck--liqart .cs-bottleneck-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(232, 92, 41, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: #e85c29;
}

.cs-bottleneck--liqart .cs-bottleneck-card-icon svg {
    width: 28px;
    height: 28px;
}

.cs-bottleneck--liqart .cs-bottleneck-card-title {
    font-size: 20px;
    font-weight: 600;
    color: #101828;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.cs-bottleneck--liqart .cs-bottleneck-card-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
}

/* System Evolution (same structure and style as case-study-qlooch) */
.cs-evolution {
    background: #030712;
    padding: 70px 6%;
    font-family: 'Inter', sans-serif;
}

.cs-evolution .container {
    max-width: 1440px;
    margin: 0 auto;
}

.cs-evolution-tag {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    background: rgba(232, 92, 41, 0.1);
    color: #e85c29;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.02em;
    padding: 10px 20px;
    border-radius: 9999px;
    width: fit-content;
}

.cs-evolution-title {
    font-size: 46px;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 12px 0;
    text-align: center;
    letter-spacing: 0.01em;
}

.cs-evolution-subtitle {
    font-size: 16px;
    line-height: 1.5;
    color: #99a1af;
    margin: 0 0 40px 0;
    text-align: center;
    letter-spacing: -0.01em;
}

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

.cs-evolution-card {
    background: #101828;
    border-radius: 14px;
    padding: 33px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.cs-evolution-card--before {
    border: 1px solid #1e2939;
}

.cs-evolution-card--after {
    border: 2px solid #e85c29;
}

.cs-evolution-badge {
    position: absolute;
    top: 24px;
    right: 32px;
    background: #00c950;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 3px 9px;
    border-radius: 8px;
}

.cs-evolution-card-label {
    font-size: 14px;
    color: #6a7282;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
}

.cs-evolution-card-label--orange {
    color: #e85c29;
}

.cs-evolution-card-heading {
    font-size: 24px;
    font-weight: 600;
    color: #e5e7eb;
    margin: 0 0 24px 0;
    line-height: 1.33;
}

.cs-evolution-card--after .cs-evolution-card-heading {
    color: #ffffff;
}

.cs-evolution-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cs-evolution-list li {
    font-size: 16px;
    line-height: 1.5;
    color: #99a1af;
    padding-left: 20px;
    position: relative;
    letter-spacing: -0.01em;
}

.cs-evolution-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #4a5565;
}

.cs-evolution-list--check li {
    padding-left: 36px;
    color: #f3f4f6;
}

.cs-evolution-list--check li::before {
    content: none;
}

.cs-evolution-check {
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.cs-evolution-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 40px;
    padding: 12px 24px;
    border: 1px solid #364153;
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: -0.01em;
    transition: border-color 0.2s ease, background 0.2s ease;
    box-sizing: border-box;
}

.cs-evolution-cta:hover {
    border-color: #e85c29;
    background: rgba(232, 92, 41, 0.08);
    color: #fff;
}

.cs-evolution-cta-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* Implementation Roadmap (same structure as case-study-qlooch, with orange separator) */
.cs-roadmap {
    background: #ffffff;
    padding: 80px 6%;
    font-family: 'Inter', sans-serif;
}

.cs-roadmap .container {
    max-width: 1440px;
    margin: 0 auto;
}

.cs-roadmap-label {
    font-size: 14px;
    color: #e85c29;
    text-align: center;
    margin: 0 0 16px 0;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 600;
}

.cs-roadmap-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #0a0a0a;
    text-align: center;
    margin: 0 0 24px 0;
    letter-spacing: 0.01em;
}

.cs-roadmap-subtitle {
    font-size: 18px;
    line-height: 1.55;
    color: #4a5565;
    text-align: center;
    margin: 0 0 32px 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -0.01em;
}

.cs-roadmap-line {
    width: 60px;
    height: 4px;
    background: #e85c29;
    margin: 0 auto 56px;
    border-radius: 2px;
}

.cs-roadmap-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 24px;
    align-items: start;
}

.cs-roadmap-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.cs-roadmap-num {
    width: 81px;
    height: 81px;
    border-radius: 50%;
    background: #e85c29;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cs-roadmap-col-title {
    font-size: 20px;
    font-weight: 700;
    color: #0a0a0a;
    text-align: center;
    margin: 0;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

.cs-roadmap-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 25px;
    width: 100%;
    box-sizing: border-box;
}

.cs-roadmap-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cs-roadmap-list li {
    font-size: 14px;
    line-height: 1.45;
    color: #364153;
    padding-left: 32px;
    position: relative;
    letter-spacing: -0.01em;
}

.cs-roadmap-check {
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

@media (max-width: 1024px) {
    .cs-roadmap-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .cs-roadmap-title {
        font-size: 36px;
    }
    .cs-roadmap-subtitle {
        margin-bottom: 24px;
    }
    .cs-roadmap-line {
        margin-bottom: 48px;
    }
}

@media (max-width: 600px) {
    .cs-roadmap {
        padding: 48px 20px;
    }
    .cs-roadmap-title {
        font-size: 28px;
        margin-bottom: 16px;
    }
    .cs-roadmap-subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .cs-roadmap-line {
        margin-bottom: 36px;
    }
    .cs-roadmap-num {
        width: 64px;
        height: 64px;
        font-size: 20px;
    }
    .cs-roadmap-col-title {
        font-size: 18px;
    }
}

/* Our Strategic Transformation Approach (3 cards, colored headers, non-clickable CTAs) */
.cs-approach--liqart.cs-approach {
    background: #F9FAFB;
    padding: 80px 6%;
    font-family: 'Inter', sans-serif;
}

.page-case-study-liqart .cs-approach--liqart .container {
    max-width: 1440px;
    margin: 0 auto;
}

.cs-approach--liqart .cs-approach-title {
    font-size: 42px;
    font-weight: 700;
    color: #1f2937;
    text-align: center;
    margin: 0 0 16px 0;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.cs-approach--liqart .cs-approach-subtitle {
    font-size: 18px;
    line-height: 1.5;
    color: #4a5565;
    text-align: center;
    margin: 0 0 48px 0;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.cs-approach--liqart .cs-approach-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: stretch;
}

.cs-approach--liqart .cs-approach-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.05);
}

.cs-approach--liqart .cs-approach-card-header {
    height: 194px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 16px;
    position: relative;
}

.cs-approach--liqart .cs-approach-card-header--liqart-1 {
    background: #1e3a5f;
}

.cs-approach--liqart .cs-approach-card-header--liqart-1 .cs-approach-num {
    background: #e85c29;
    color: #fff;
}

.cs-approach--liqart .cs-approach-card-header--liqart-2 {
    background: linear-gradient(155deg, #6b21a8 0%, #9333ea 100%);
}

.cs-approach--liqart .cs-approach-card-header--liqart-2 .cs-approach-num {
    background: #e85c29;
    color: #fff;
}

.cs-approach--liqart .cs-approach-card-header--liqart-3 {
    background: #0d9488;
}

.cs-approach--liqart .cs-approach-card-header--liqart-3 .cs-approach-num {
    background: #e85c29;
    color: #fff;
}

.cs-approach--liqart .cs-approach-header-graphic {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 58%;
    max-width: 58%;
    width: auto;
    height: auto;
    object-fit: contain;
    pointer-events: none;
}

.cs-approach--liqart .cs-approach-num {
    width: 49px;
    height: 49px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 1;
}

.cs-approach--liqart .cs-approach-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
    min-height: 0;
}

.cs-approach--liqart .cs-approach-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

.cs-approach--liqart .cs-approach-card-desc {
    font-size: 15px;
    line-height: 1.5;
    color: #374151;
    margin: 0;
}

.cs-approach--liqart .cs-approach-impact {
    border-radius: 10px;
    padding: 16px 18px;
}

.cs-approach--liqart .cs-approach-impact-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cs-approach--liqart .cs-approach-impact-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.cs-approach--liqart .cs-approach-impact--liqart-1 {
    background: rgba(30, 58, 95, 0.08);
    border: 1px solid rgba(30, 58, 95, 0.2);
}

.cs-approach--liqart .cs-approach-impact--liqart-1 .cs-approach-impact-label {
    color: #1e3a5f;
}

.cs-approach--liqart .cs-approach-impact--liqart-1 .cs-approach-impact-icon {
    filter: none;
}

.cs-approach--liqart .cs-approach-impact--liqart-2 {
    background: rgba(107, 33, 168, 0.08);
    border: 1px solid rgba(147, 51, 234, 0.25);
}

.cs-approach--liqart .cs-approach-impact--liqart-2 .cs-approach-impact-label {
    color: #6b21a8;
}

.cs-approach--liqart .cs-approach-impact--liqart-2 .cs-approach-impact-icon {
    filter: brightness(0) saturate(100%) invert(35%) sepia(90%) saturate(1500%) hue-rotate(250deg);
}

.cs-approach--liqart .cs-approach-impact--liqart-3 {
    background: rgba(13, 148, 136, 0.1);
    border: 1px solid rgba(13, 148, 136, 0.25);
}

.cs-approach--liqart .cs-approach-impact--liqart-3 .cs-approach-impact-label {
    color: #0d9488;
}

.cs-approach--liqart .cs-approach-impact--liqart-3 .cs-approach-impact-icon {
    filter: brightness(0) saturate(100%) invert(55%) sepia(60%) saturate(800%) hue-rotate(140deg);
}

.cs-approach--liqart .cs-approach-impact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cs-approach--liqart .cs-approach-impact-list li {
    font-size: 14px;
    line-height: 1.45;
    color: #374151;
    padding-left: 20px;
    position: relative;
}

.cs-approach--liqart .cs-approach-impact--liqart-1 .cs-approach-impact-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #e85c29;
}

.cs-approach--liqart .cs-approach-impact--liqart-2 .cs-approach-impact-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #9333ea;
}

.cs-approach--liqart .cs-approach-impact--liqart-3 .cs-approach-impact-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0d9488;
}

.cs-approach--liqart .cs-approach-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    margin-top: auto;
    cursor: default;
    pointer-events: none;
    user-select: none;
}

.cs-approach--liqart .cs-approach-cta-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.cs-approach--liqart .cs-approach-cta--liqart-1 {
    background: #1e3a5f;
}

.cs-approach--liqart .cs-approach-cta--liqart-2 {
    background: linear-gradient(135deg, #7c3aed 0%, #9333ea 100%);
}

.cs-approach--liqart .cs-approach-cta--liqart-3 {
    background: #0d9488;
}

@media (max-width: 1024px) {
    .cs-approach--liqart .cs-approach-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .cs-approach--liqart.cs-approach {
        padding: 48px 6%;
    }
    .cs-approach--liqart .cs-approach-title {
        font-size: 28px;
        margin-bottom: 12px;
    }
    .cs-approach--liqart .cs-approach-subtitle {
        font-size: 16px;
        margin-bottom: 36px;
    }
    .cs-approach--liqart .cs-approach-card-header {
        height: 160px;
    }
    .cs-approach--liqart .cs-approach-card-body {
        padding: 28px 24px;
    }
}

/* Transformation That Delivered Real Business Results – dark section, title left + 2x2 grid right */
.cs-impact-section {
    background: #1a202c;
    padding: 80px 6% 88px;
}

.cs-impact-container {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 56px;
    align-items: center;
}

.cs-impact-intro {
    min-width: 0;
}

.cs-impact-title {
    font-family: 'Inter', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

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

.cs-impact-card {
    background: #2c333e;
    border-radius: 12px;
    padding: 28px 24px;
}

.cs-impact-metric {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #e85c29;
    margin-bottom: 10px;
    line-height: 1.2;
}

.cs-impact-card-title {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
}

@media (max-width: 1024px) {
    .cs-impact-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .cs-impact-section {
        padding: 56px 6% 64px;
    }
    .cs-impact-title {
        font-size: 28px;
    }
    .cs-impact-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .cs-impact-card {
        padding: 24px 20px;
    }
    .cs-impact-metric {
        font-size: 28px;
    }
    .cs-impact-card-title {
        font-size: 16px;
    }
}

/* Technology Stack & How We Eliminated Operational Complexity – light bg, two cards */
.cs-stack-section {
    background: #F9FAFB;
    padding: 80px 6% 88px;
    font-family: 'Inter', sans-serif;
}

.cs-stack-container {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start;
}

.cs-stack-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.cs-stack-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.cs-stack-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.cs-stack-icon--orange {
    background: #e85c29;
}

.cs-stack-icon--orange svg {
    width: 28px;
    height: 28px;
}

.cs-stack-icon--green {
    background: #059669;
}

.cs-stack-icon--green svg {
    width: 28px;
    height: 28px;
}

.cs-stack-icon-img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.cs-stack-title {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin: 0;
    line-height: 1.3;
}

.cs-stack-desc {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.55;
    margin: 0 0 24px 0;
}

.cs-stack-group {
    margin-bottom: 20px;
}

.cs-stack-group:last-of-type {
    margin-bottom: 0;
}

.cs-stack-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #e85c29;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.cs-stack-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cs-stack-tag {
    display: inline-block;
    background: #e5e7eb;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 18px;
    border-radius: 999px;
}

.cs-stack-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cs-stack-list li {
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.cs-stack-list li:last-child {
    margin-bottom: 0;
}

.cs-stack-check {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-top: 3px;
}

.cs-stack-item-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 4px 0;
}

.cs-stack-item-desc {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 1024px) {
    .cs-stack-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .cs-stack-section {
        padding: 56px 6% 64px;
    }
    .cs-stack-card {
        padding: 28px 24px;
    }
    .cs-stack-title {
        font-size: 20px;
    }
}

/* Who This Is For & Strategic Takeaways (same structure and style as case-study-planworks) */
.cs-audience {
    background: #171b20;
    padding: 80px 6%;
    font-family: 'Inter', sans-serif;
}

.cs-audience .container {
    max-width: 1440px;
    margin: 0 auto;
}

.cs-audience-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 24px 48px;
    align-items: stretch;
}

.cs-audience-heading--left {
    grid-column: 1;
    grid-row: 1;
}

.cs-audience-heading--right {
    grid-column: 2;
    grid-row: 1;
}

.cs-audience-list {
    grid-column: 1;
    grid-row: 2;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cs-takeaways-container {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgba(30, 41, 57, 0.8) 0%, rgba(30, 41, 57, 0.4) 100%);
    border-radius: 12px;
    padding: 28px 24px;
    min-height: 0;
}

.cs-takeaways-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.cs-audience-heading {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 24px 0;
    padding-bottom: 12px;
    border-bottom: 3px solid #e85d2a;
    width: fit-content;
}

.cs-audience-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #1e242b;
    border-radius: 10px;
    padding: 18px 20px;
}

.cs-audience-icon-wrap {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(232, 93, 42, 0.1);
}

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

/* Alcohol distribution: beverage icon — wrapper uses mask + #E85C29 so it matches other SVG icons exactly */
.cs-audience-icon-wrap--beverage {
    background-color: #E85C29;
    -webkit-mask: url(/img/beverage.png) no-repeat center;
    -webkit-mask-size: 24px 24px;
    mask: url(/img/beverage.png) no-repeat center;
    mask-size: 24px 24px;
}
.cs-audience-icon-wrap--beverage .cs-audience-icon--beverage {
    display: none; /* shape comes from wrapper mask; img only for a11y/fallback */
}

.cs-audience-item-text {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.4;
}

.cs-takeaway-card {
    background: #000000;
    border-radius: 10px;
    padding: 24px;
}

.cs-takeaway-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(232, 93, 42, 0.1);
    margin-bottom: 14px;
}

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

.cs-takeaway-title {
    font-size: 17px;
    font-weight: 700;
    color: #e85d2a;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.cs-takeaway-desc {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

@media (max-width: 1024px) {
    .cs-audience-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto 1fr auto;
    }
    .cs-audience-heading--left {
        grid-column: 1;
        grid-row: 1;
    }
    .cs-audience-heading--right {
        grid-column: 1;
        grid-row: 3;
    }
    .cs-audience-list {
        grid-column: 1;
        grid-row: 2;
    }
    .cs-takeaways-container {
        grid-column: 1;
        grid-row: 4;
    }
}

@media (max-width: 600px) {
    .cs-audience {
        padding: 48px 20px;
    }
    .cs-audience-heading {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .cs-takeaways-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .cs-audience-item,
    .cs-takeaway-card {
        padding: 16px;
    }
    .cs-audience-item-text {
        font-size: 15px;
    }
}

/* CTA: Ready to Digitize Your Distribution Platform – orange bg, white button with dark border */
.cs-cta-final--liqart.cs-cta-final {
    background: #e85d2a;
    padding: 72px 6%;
    font-family: 'Inter', sans-serif;
}

.cs-cta-final--liqart .container.cs-cta-final-inner,
.cs-cta-final--liqart .cs-cta-final-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.cs-cta-final--liqart .cs-cta-final-title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 16px 0;
    line-height: 1.25;
}

.cs-cta-final--liqart .cs-cta-final-desc {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 32px 0;
}

.cs-cta-final--liqart .cs-cta-final-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-bottom: 28px;
}

.cs-cta-final--liqart .cs-cta-final-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.4);
    cursor: pointer;
    font-family: inherit;
    transition: opacity 0.2s, background 0.2s;
}

.cs-cta-final--liqart .cs-cta-final-btn--white {
    background: #ffffff;
    color: #111111;
}

.cs-cta-final--liqart .cs-cta-final-btn--outline {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.9);
}

.cs-cta-final--liqart .cs-cta-final-btn-icon {
    flex-shrink: 0;
}

.cs-cta-final--liqart .cs-cta-final-btn:hover {
    opacity: 0.95;
}

.cs-cta-final--liqart .cs-cta-final-benefits {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    margin: 0;
}

@media (max-width: 600px) {
    .cs-cta-final--liqart.cs-cta-final {
        padding: 48px 20px;
    }
    .cs-cta-final--liqart .cs-cta-final-title {
        font-size: 26px;
    }
    .cs-cta-final--liqart .cs-cta-final-buttons {
        flex-direction: column;
    }
    .cs-cta-final--liqart .cs-cta-final-btn {
        width: 100%;
    }
}

/* PDF email modal for case study download */
.cs-pdf-modal[hidden] {
    display: none !important;
}

.cs-pdf-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.cs-pdf-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.cs-pdf-modal-box {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 28px 24px;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.cs-pdf-modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 8px 0;
}

.cs-pdf-modal-desc {
    font-size: 14px;
    color: #666;
    margin: 0 0 20px 0;
}

.cs-pdf-modal-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cs-pdf-modal-input {
    width: 100%;
    padding: 12px 14px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
}

.cs-pdf-modal-input:focus {
    outline: none;
    border-color: #e85d2a;
}

.cs-pdf-modal-input-wrap {
    margin-bottom: 4px;
}

.cs-pdf-modal-error {
    font-size: 13px;
    color: #c00;
    margin: 4px 0 0 0;
    line-height: 1.3;
}

.cs-pdf-modal .cs-pdf-modal-submit {
    width: 100%;
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #e85d2a;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: opacity 0.2s, background 0.2s;
}

.cs-pdf-modal .cs-pdf-modal-submit:hover {
    opacity: 0.95;
    background: #d64d1f;
}

.cs-pdf-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    padding: 0;
    font-size: 24px;
    line-height: 1;
    color: #666;
    background: none;
    border: none;
    cursor: pointer;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Key details section: 4 cards on black background */
.cs-details-section {
    background: #000;
    padding: 72px 6% 80px;
}

.cs-details-container {
    max-width: 1440px;
    margin: 0 auto;
}

.cs-details-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.cs-details-card {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 28px 24px;
    text-align: left;
}

.cs-details-icon {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
    color: #e85c29;
}

.cs-details-icon svg {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

/* First card: beverage.png — same size as SVG icons, brand orange #e85c29 */
.cs-details-icon--img {
    color: #e85c29;
}
.cs-details-icon--img .cs-details-icon-beverage {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    display: block;
    object-fit: contain;
    object-position: left top;
    /* Black/dark icon → brand orange to match SVG currentColor */
    filter: brightness(0) saturate(100%) invert(27%) sepia(98%) saturate(2000%) hue-rotate(356deg);
}

.cs-details-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.cs-details-value {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.35;
}

@media (max-width: 1024px) {
    .cs-bottleneck--liqart .cs-bottleneck-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cs-details-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .cs-bottleneck--liqart.cs-bottleneck {
        padding: 56px 6%;
    }
    .cs-bottleneck--liqart .cs-bottleneck-intro {
        flex-direction: column;
    }
    .cs-bottleneck--liqart .cs-bottleneck-title {
        font-size: 34px;
    }
    .cs-bottleneck--liqart .cs-bottleneck-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .cs-evolution-title {
        font-size: 32px;
    }
    .cs-evolution-subtitle {
        font-size: 15px;
        margin-bottom: 32px;
    }
    .cs-evolution-grid {
        grid-template-columns: 1fr;
    }
    .cs-evolution-cta {
        margin-top: 24px;
    }
    .cs-evolution-badge {
        top: 20px;
        right: 20px;
    }

    .cs-details-section {
        padding: 48px 6% 56px;
    }
    .cs-details-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .cs-details-card {
        padding: 24px 20px;
    }
    .cs-details-value {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .cs-hero {
        min-height: 600px;
    }
    .page-case-study-liqart .cs-hero-overlay {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.58) 100%);
    }
    .cs-hero-container {
        padding: 64px var(--container-padding, 36px) 40px;
    }
    .page-case-study-liqart .cs-hero-logo-circle {
        width: 280px;
        height: 54px;
    }
    .page-case-study-liqart .cs-hero-logo {
        width: 280px;
        height: 54px;
    }
    .cs-hero-logo-circle {
        width: 240px;
        height: 46px;
    }
    .cs-hero-logo {
        width: 240px;
        height: 46px;
        filter: brightness(0) invert(1);
    }
    .cs-hero-title {
        font-size: 26px;
    }
    .cs-hero-desc {
        font-size: 15px;
    }
}
