/* =========================================
   JOURNEY BODY MULTI-PARAGRAPH SPACING
   ========================================= */
.journey-body + .journey-body {
    margin-top: 1em;
}

/* =========================================
   TRANSITION STRIP
   ========================================= */
.cs-transition-strip {
    background-color: #F5C518;
    padding: 24px 0;
    text-align: center;
}

.cs-transition-text {
    font-size: 22px;
    font-weight: 700;
    color: #1A0A3C;
    margin: 0;
    padding: 0 16px;
    font-family: var(--font-heading);
}

/* =========================================
   BROWNS CASE STUDY — REBUILT
   ========================================= */

.bcs-section {
    background: #1A0A3C;
    width: 100%;
}

/* --- Row 1: Hero Image --- */

.bcs-hero-row {
    position: relative;
    width: 100%;
    height: 500px;
    background-image: url('../images/Browns blended image.webp');
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: flex-end;
}

.bcs-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(26,10,60,0.3) 0%, rgba(26,10,60,0.85) 100%);
    z-index: 1;
}

.bcs-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 48px;
    box-sizing: border-box;
}

.bcs-hero-text {
    display: flex;
    flex-direction: column;
}

.bcs-hero-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #F5C518;
    display: block;
    margin-bottom: 12px;
}

.bcs-hero-company {
    font-size: 42px;
    font-weight: 900;
    color: #FFFFFF;
    display: block;
    margin-bottom: 8px;
}

.bcs-hero-tagline {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: rgba(255,255,255,0.7);
    display: block;
}

.bcs-hero-logo {
    max-width: 160px;
    height: auto;
    opacity: 0.9;
    display: block;
}

/* --- Row 2: Research Story --- */

.bcs-research-row {
    display: flex;
    width: 100%;
}

.bcs-research-left {
    flex: 1;
    background: #FFFFFF;
    padding: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.bcs-research-right {
    flex: 1;
    overflow: hidden;
    display: flex;
}

.bcs-research-img {
    flex: 1;
    width: 100%;
    object-fit: cover;
    display: block;
    min-height: 0;
}

.bcs-research-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #F5C518;
    display: block;
    margin-bottom: 24px;
}

.bcs-research-heading {
    font-size: 34px;
    font-weight: 800;
    color: #1A0A3C;
    line-height: 1.2;
    margin-bottom: 24px;
}

.bcs-research-body {
    font-size: 17px;
    font-weight: 400;
    color: #444444;
    line-height: 1.8;
    margin-bottom: 12px;
}

.bcs-research-body:last-child {
    margin-bottom: 0;
}

/* --- Row 3: Metrics Strip --- */

.bcs-metrics-row {
    background: #1A0A3C;
    padding: 80px 40px;
    width: 100%;
    box-sizing: border-box;
}

.bcs-metrics-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #F5C518;
    text-align: center;
    display: block;
    margin-bottom: 56px;
}

.bcs-metrics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}

.bcs-metric {
    text-align: center;
    padding: 0 32px;
    box-sizing: border-box;
}

.bcs-metric--bordered {
    border-left: 1px solid rgba(245,197,24,0.15);
}

.bcs-metric-number {
    font-size: 96px;
    font-weight: 900;
    color: #F5C518;
    letter-spacing: -3px;
    line-height: 1;
    display: block;
    margin-bottom: 16px;
}

.bcs-metric-divider {
    width: 32px;
    height: 2px;
    background: #F5C518;
    opacity: 0.4;
    margin: 16px auto;
}

.bcs-metric-name {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    margin-bottom: 12px;
}

.bcs-metric-caption {
    font-size: 14px;
    color: rgba(200,184,232,0.8);
    line-height: 1.6;
    max-width: 200px;
    margin: 0 auto;
}

/* --- Row 4: Human Moment --- */

.bcs-human-row {
    display: flex;
    width: 100%;
}

.bcs-human-left {
    flex: 1;
    background: #1A0A3C;
    padding: 80px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.bcs-human-right {
    flex: 1;
    background: #0D0520;
    padding: 80px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.bcs-human-big {
    font-size: 88px;
    font-weight: 900;
    font-style: italic;
    color: #FFFFFF;
    display: block;
    margin-bottom: 24px;
    line-height: 1;
}

.bcs-quote-big {
    font-size: 52px;
    font-weight: 900;
    font-style: italic;
    color: #FFFFFF;
    display: block;
    margin-bottom: 24px;
    line-height: 1.2;
}

.bcs-human-body {
    font-size: 16px;
    color: rgba(200,184,232,0.8);
    line-height: 1.7;
    margin-bottom: 20px;
}

.bcs-human-gold {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    color: #F5C518;
    margin: 0;
}

/* --- Row 5: NPS --- */

.bcs-nps-row {
    background: #120730;
    padding: 80px 40px;
    width: 100%;
    box-sizing: border-box;
}

.bcs-nps-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: center;
}

.bcs-nps-left {
    flex: 1;
}

.bcs-nps-right {
    flex: 1;
    text-align: center;
}

.bcs-nps-heading {
    font-size: 22px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 28px;
}

.bcs-nps-bars {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 28px;
}

.bcs-nps-bar-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bcs-nps-bar-label {
    font-size: 13px;
    color: rgba(200,184,232,0.8);
    width: 220px;
    flex-shrink: 0;
}

.bcs-nps-bar-track {
    flex: 1;
    height: 6px;
    background: rgba(255,255,255,0.1);
    border-radius: 3px;
    overflow: hidden;
}

.bcs-nps-bar-fill {
    height: 6px;
    border-radius: 3px;
    background: rgba(245,197,24,0.4);
}

.bcs-nps-bar-fill--gold {
    background: #F5C518;
}

.bcs-nps-bar-score {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    width: 32px;
    text-align: right;
    flex-shrink: 0;
}

.bcs-nps-bar-score--gold {
    color: #F5C518;
}

.bcs-nps-closer {
    font-size: 18px;
    font-weight: 800;
    color: #F5C518;
    margin: 0;
}

.bcs-nps-number {
    font-size: 120px;
    font-weight: 900;
    color: #F5C518;
    letter-spacing: -4px;
    line-height: 1;
    display: block;
    text-align: center;
    margin-bottom: 12px;
}

.bcs-nps-tag {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(200,184,232,0.7);
    text-align: center;
    display: block;
    margin-bottom: 24px;
}

.bcs-nps-pills {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.bcs-nps-pill {
    padding: 8px 20px;
    border-radius: 40px;
    border: 1px solid rgba(245,197,24,0.3);
    font-size: 13px;
    color: rgba(200,184,232,0.9);
    display: inline-block;
}

.bcs-nps-pill-num {
    color: #F5C518;
    font-weight: 700;
}

/* --- Row 6: Endorsement --- */

.bcs-endorse-row {
    background: #FFFFFF;
    padding: 80px 40px;
    width: 100%;
    box-sizing: border-box;
}

.bcs-endorse-inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.bcs-portrait {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #F5C518;
    display: block;
    margin: 0 auto 24px auto;
    object-fit: cover;
}

.bcs-lead-quote {
    font-size: 32px;
    font-weight: 700;
    font-style: italic;
    color: #1A0A3C;
    text-align: center;
    margin-bottom: 8px;
}

.bcs-gold-line {
    width: 40px;
    height: 2px;
    background: #F5C518;
    margin: 20px auto;
}

.bcs-testimonial {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    color: #555555;
    text-align: center;
    max-width: 640px;
    margin: 0 auto 16px auto;
    line-height: 1.8;
}

.bcs-attr {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #F5C518;
    text-align: center;
}

/* --- Row 7: CTA --- */

.bcs-cta-row {
    background: #1A0A3C;
    padding: 64px 40px;
    width: 100%;
    box-sizing: border-box;
}

.bcs-cta-inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.bcs-cta-main {
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.4;
}

.bcs-cta-main + .bcs-cta-main {
    margin-bottom: 8px;
}

.bcs-cta-eu {
    font-size: 16px;
    font-weight: 600;
    color: rgba(245,197,24,0.65);
    text-align: center;
    margin-bottom: 40px;
}

.bcs-cta-btn {
    background: linear-gradient(135deg, #F5C518 0%, #FFD94D 50%, #F5C518 100%);
    color: #1A0A3C;
    font-weight: 800;
    font-size: 18px;
    padding: 18px 48px;
    border-radius: 50px;
    border: none;
    display: block;
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(245,197,24,0.35), 0 1px 0 rgba(255,255,255,0.2) inset;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bcs-cta-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.55) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-20deg);
    animation: bcs-glimmer 3.5s infinite ease-in-out;
}

@keyframes bcs-glimmer {
    0%   { left: -100%; }
    25%  { left: 150%; }
    100% { left: 150%; }
}

.bcs-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(245,197,24,0.5), 0 1px 0 rgba(255,255,255,0.2) inset;
    color: #1A0A3C;
    text-decoration: none;
}

/* =========================================
   EU AI ACT TOOLTIP
   ========================================= */

.bcs-eu-ref {
    position: relative;
    display: inline-block;
    cursor: default;
}

.bcs-eu-ref:hover {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: rgba(245,197,24,0.65);
}

.bcs-eu-tooltip {
    position: absolute;
    bottom: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%);
    width: 380px;
    max-width: min(380px, 90vw);
    background: #1A0A3C;
    border: 1px solid rgba(245,197,24,0.4);
    border-radius: 8px;
    padding: 16px 20px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
    color: #FFFFFF;
    box-shadow: 0px 8px 32px rgba(0,0,0,0.3);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    text-align: left;
    white-space: normal;
    text-decoration: none;
}

/* Gold outer triangle */
.bcs-eu-tooltip::before {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid rgba(245,197,24,0.4);
}

/* Dark inner triangle (fill) */
.bcs-eu-tooltip::after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #1A0A3C;
}

.bcs-eu-ref:hover .bcs-eu-tooltip,
.bcs-eu-ref.tooltip-active .bcs-eu-tooltip {
    opacity: 1;
    pointer-events: auto;
}

.bcs-eu-tooltip-ref {
    color: #F5C518;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.bcs-eu-tooltip-attr {
    color: rgba(200,184,232,0.7);
    font-size: 12px;
    font-style: italic;
    display: block;
    margin-top: 10px;
}

/* Suppress decorative quote mark in these CTA sections only */
#start-conversation .darren-quote::before,
#due-diligence-cta .darren-quote::before {
    display: none;
}

/* =========================================
   SCROLL REVEAL
   ========================================= */
.bcs-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

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

/* =========================================
   RESPONSIVE
   ========================================= */
@media (max-width: 767px) {
    .cs-transition-text {
        font-size: 18px;
    }

    .bcs-hero-row {
        height: 400px;
        background-position: center top;
    }

    .bcs-hero-content {
        padding: 28px;
    }

    .bcs-hero-company {
        font-size: 28px;
    }

    .bcs-hero-logo {
        display: none;
    }

    .bcs-research-row {
        flex-direction: column;
    }

    .bcs-research-left {
        padding: 40px;
    }

    .bcs-research-right {
        min-height: 280px;
    }

    .bcs-research-heading {
        font-size: 24px;
    }

    .bcs-metrics-row {
        padding: 50px 24px;
    }

    .bcs-metrics-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .bcs-metric--bordered {
        border-left: none;
    }

    .bcs-metric-number {
        font-size: 72px;
    }

    .bcs-human-row {
        flex-direction: column;
    }

    .bcs-human-left,
    .bcs-human-right {
        padding: 48px 28px;
    }

    .bcs-human-big {
        font-size: 56px;
    }

    .bcs-quote-big {
        font-size: 36px;
    }

    .bcs-nps-row {
        padding: 50px 24px;
    }

    .bcs-nps-inner {
        flex-direction: column;
        gap: 48px;
    }

    .bcs-nps-bar-label {
        width: 140px;
    }

    .bcs-nps-number {
        font-size: 80px;
    }

    .bcs-endorse-row {
        padding: 50px 24px;
    }

    .bcs-lead-quote {
        font-size: 22px;
    }

    .bcs-cta-row {
        padding: 48px 24px;
    }

    .bcs-cta-main {
        font-size: 18px;
    }
}
