/* Case Study Styles */

/* Hero Section */
.case-hero {
    background: #0A0A0A;
    padding: 120px 0 60px;
}

.breadcrumb {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #A0A0A0;
    margin-bottom: 30px;
}

.breadcrumb a {
    color: #A0A0A0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: #DC143C;
}

.concept-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(220, 20, 60, 0.1);
    border: 1px solid rgba(220, 20, 60, 0.3);
    padding: 8px 16px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.badge-icon {
    width: 16px;
    height: 16px;
}

.concept-badge span {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #DC143C;
}

.hero-title {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 64px;
    letter-spacing: -0.02em;
    color: #FAFAFA;
    margin-bottom: 20px;
    line-height: 1.1;
}

.hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #A0A0A0;
    margin-bottom: 50px;
    max-width: 700px;
}

.meta-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.meta-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.meta-label {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #A0A0A0;
}

.meta-value {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FAFAFA;
}

/* Hero Image */
.case-image-full {
    background: #161616;
    padding: 0;
}

.container-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Disclaimer */
.concept-disclaimer {
    background: #161616;
    padding: 40px 0;
    border-top: 2px solid #DC143C;
    border-bottom: 2px solid #DC143C;
}

.disclaimer-content {
    display: flex;
    align-items: start;
    gap: 20px;
    background: rgba(220, 20, 60, 0.05);
    padding: 30px;
    border-left: 4px solid #DC143C;
}

.info-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

.disclaimer-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #FAFAFA;
}

.disclaimer-text strong {
    font-weight: 700;
    color: #DC143C;
}

/* Case Sections */
.case-section {
    background: #0A0A0A;
    padding: 80px 0;
}

.case-section.section-alt {
    background: #161616;
}

.section-grid {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 80px;
}

.section-label {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: sticky;
    top: 80px;
    height: fit-content;
}

.label-number {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 48px;
    letter-spacing: -0.03em;
    color: #DC143C;
    line-height: 1;
}

.label-text {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #A0A0A0;
}

.section-content {
    max-width: 800px;
}

.section-title {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 36px;
    letter-spacing: -0.02em;
    color: #FAFAFA;
    margin-bottom: 30px;
    line-height: 1.2;
}

.section-paragraph {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    color: #A0A0A0;
    margin-bottom: 20px;
}

/* Global Container for Case Studies */
.investment-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5vw;
    width: 100%;
}

/* Highlight Boxes */
.highlight-box {
    background: #161616;
    padding: 30px;
    border-left: 4px solid #DC143C;
    margin-top: 40px;
}

.highlight-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #DC143C;
    margin-bottom: 20px;
}

.challenge-list,
.insights-list,
.capabilities-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.challenge-list li,
.capabilities-list li {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #FAFAFA;
    padding-left: 25px;
    position: relative;
}

.challenge-list li::before,
.capabilities-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #DC143C;
    font-weight: 700;
}

.insights-list li {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #A0A0A0;
    margin-bottom: 15px;
}

.insights-list li strong {
    color: #FAFAFA;
    font-weight: 700;
}

/* Approach Phases */
.approach-phase {
    margin-bottom: 40px;
}

.phase-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #FAFAFA;
    margin-bottom: 15px;
}

.insights-box {
    background: rgba(220, 20, 60, 0.05);
    padding: 25px;
    margin-top: 20px;
    border-left: 3px solid #DC143C;
}

.insights-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #DC143C;
    margin-bottom: 15px;
}

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

.decision-list li {
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative;
}

.decision-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #DC143C;
    font-size: 24px;
    line-height: 1.2;
}

.decision-list strong {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FAFAFA;
    display: block;
    margin-bottom: 5px;
}

.decision-list span {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #A0A0A0;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 40px 0;
}

.feature-card {
    background: #161616;
    padding: 30px;
    border-left: 3px solid #DC143C;
}

.feature-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #FAFAFA;
    margin-bottom: 10px;
}

.feature-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #A0A0A0;
    margin: 0;
}

/* Tech Stack */
.tech-stack {
    background: #161616;
    padding: 30px;
    margin-top: 40px;
}

.tech-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #DC143C;
    margin-bottom: 20px;
}

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

.tech-list li {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    color: #FAFAFA;
    padding-left: 25px;
    position: relative;
}

.tech-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #DC143C;
    font-weight: 700;
}

/* Image Showcase */
.case-images {
    background: #161616;
    padding: 80px 0;
}

.image-row,
.image-row-double {
    margin-bottom: 30px;
}

.image-row-double {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.case-image {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid rgba(160, 160, 160, 0.1);
}

/* Results Grid */
.results-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.result-card {
    background: rgba(220, 20, 60, 0.05);
    padding: 30px;
    border-left: 3px solid #DC143C;
}

.result-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #FAFAFA;
    margin-bottom: 10px;
}

.result-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #A0A0A0;
    margin: 0;
}

/* CTA Section */
.case-cta {
    background: linear-gradient(135deg, #DC143C 0%, #A00F2E 100%);
    padding: 100px 0;
    text-align: center;
}

.cta-content {
    max-width: 700px;
    margin: 0 auto;
}

.cta-title {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 48px;
    letter-spacing: -0.02em;
    color: #FAFAFA;
    margin-bottom: 20px;
}

.cta-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(250, 250, 250, 0.9);
    margin-bottom: 40px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn {
    padding: 16px 32px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-primary {
    background: #FAFAFA;
    color: #DC143C;
}

.btn-primary:hover {
    background: #0A0A0A;
    color: #FAFAFA;
}

.btn-secondary {
    background: transparent;
    color: #FAFAFA;
    border: 2px solid #FAFAFA;
}

.btn-secondary:hover {
    background: #FAFAFA;
    color: #DC143C;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .section-grid {
        grid-template-columns: 150px 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .case-hero {
        padding: 80px 0 40px;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .meta-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .section-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .section-label {
        position: static;
        flex-direction: row;
        align-items: center;
    }

    .label-number {
        font-size: 36px;
    }

    .section-title {
        font-size: 28px;
    }

    .features-grid,
    .results-grid {
        grid-template-columns: 1fr;
    }

    .image-row-double {
        grid-template-columns: 1fr;
    }

    .cta-title {
        font-size: 32px;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .investment-container {
        padding: 0 4vw;
        max-width: 100%;
        overflow-x: hidden;
    }
}