/* ================================================
   ADVISOR – nové komponenty
   Navazuje na advisor.css (černé pozadí, bílý text,
   fonty PT Sans Narrow / Roboto)
   ================================================ */

/* === PIPELINE ===================================== */
.adv-pipeline {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 36px 0;
}

.adv-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 14px;
    border-radius: 8px;
    min-width: 112px;
    max-width: 160px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.05);
    color: #aaa;
}

.adv-step-neutral,
.adv-step-blue,
.adv-step-teal,
.adv-step-green {
    background: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.12);
    color: #aaa;
}

.adv-step-neutral .adv-step-label,
.adv-step-blue .adv-step-label,
.adv-step-teal .adv-step-label,
.adv-step-green .adv-step-label {
    color: #ccc;
}

.adv-step-icon { margin-bottom: 10px; }

.adv-step-label {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 4px;
    line-height: 1.2;
}

.adv-step-sub {
    font-size: 18px;
    color: #666;
    margin: 0;
    line-height: 1.3;
}

.adv-arrow {
    font-size: 20px;
    color: #444;
    flex-shrink: 0;
}

/* === LAYER CARDS ================================== */
.adv-layer-card {
    border-radius: 8px;
    padding: 28px 28px 24px;
    height: 100%;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
}

.adv-layer-blue,
.adv-layer-teal {
    background: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.12);
}

.adv-layer-number {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #555;
    margin: 0 0 6px;
}

.adv-layer-title {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 14px;
    color: #fff;
    text-transform: uppercase;
}

.adv-layer-text {
    font-size: 20px;
    line-height: 1.7;
    color: #bbb;
    margin-bottom: 18px;
}

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

.adv-layer-list li {
    font-size: 20px;
    color: #aaa;
    padding: 7px 0 7px 24px;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.adv-layer-list li:last-child {
    border-bottom: none;
}

.adv-layer-list li::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.6;
}

/* === TAGLINE ====================================== */
.adv-tagline {
    font-size: 20px;
    line-height: 1.8;
    color: #bbb;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 36px;
    margin-top: 20px;
}

.adv-tagline strong {
    color: #fff;
}

/* === WHY DIFFERENT ================================ */
.adv-callout-block {
    padding: 28px 28px 28px 32px;
    border-left: 3px solid rgba(74, 127, 224, 0.7);
    background: rgba(255,255,255,0.04);
    border-radius: 0 8px 8px 0;
}

/* Tato citace zůstává modrá */
.adv-callout-quote {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-style: italic;
    color: #7eb3f5;
    line-height: 1.6;
    margin-bottom: 18px;
}

.adv-callout-body {
    font-size: 18px;
    line-height: 1.8;
    color: #bbb;
    margin-bottom: 14px;
}

.adv-section-label {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #555;
    margin-bottom: 14px;
    font-weight: 700;
}

.adv-features-grid {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 28px;
}

.adv-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    color: #ccc;
    padding: 10px 14px;
    background: rgba(255,255,255,0.04);
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.07);
}

.adv-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,0.6);
    flex-shrink: 0;
}

.adv-roles-strip {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.adv-role {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.adv-role-sep {
    color: #444;
    font-size: 20px;
}

/* === VALUE SECTION ================================ */
.adv-value-stack {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 24px 0;
}

.adv-value-badge {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 500;
    color: #ccc;
}

.adv-value-badge-accent {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.3);
    color: #fff;
    font-weight: 700;
}

.adv-plus {
    font-size: 22px;
    color: #444;
}

.adv-value-intro {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #555;
    margin-bottom: 18px;
    font-weight: 700;
}

.adv-outcomes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.adv-outcome {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 16px;
    background: rgba(255,255,255,0.04);
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.07);
}

.adv-outcome-num {
    font-size: 18px;
    font-weight: 700;
    color: #666;
    letter-spacing: .06em;
    flex-shrink: 0;
    font-family: Roboto, sans-serif;
}

.adv-outcome-text {
    font-size: 20px;
    color: #bbb;
    line-height: 1.4;
}

/* === USE CASE TAGS ================================ */
.adv-usecases {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 22px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.adv-uc-label {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #555;
    font-weight: 700;
    margin-right: 4px;
}

.adv-uc-tag {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 20px;
    color: #888;
}

/* === CLOSING QUOTE ================================ */
.adv-closing-quote {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.adv-closing-sub {
    font-size: 18px;
    color: #696D73;
    line-height: 1.7;
}

/* === RESPONSIVE ==================================== */

/* Tablet – layer cards pod sebou */
@media (max-width: 1199px) {
    .adv-layer-card {
        margin-bottom: 20px;
    }
}

/*
   MOBIL – portrait i landscape telefony
   Shoduje se s breakpointem použitým v advisor.css
*/
@media (max-width: 1199px) and (orientation: portrait),
       (max-width: 812px)  and (orientation: landscape) {

    /* Pipeline: jeden sloupec, vše vycentrované */
    .adv-pipeline {
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding: 24px 0;
    }

    .adv-step {
        width: 220px;
        max-width: 80vw;
        min-width: 0;
    }

    /* Šipka otočená dolů, zarovnaná na střed */
    .adv-arrow {
        display: block;
        text-align: center;
        width: 220px;
        max-width: 80vw;
        transform: rotate(90deg);
        font-size: 24px;
        line-height: 1;
        margin: 4px 0;
    }

    /* Outcomes grid – jeden sloupec */
    .adv-outcomes-grid {
        grid-template-columns: 1fr;
    }

    /* Value badges – pod sebou */
    .adv-value-stack {
        flex-direction: column;
        align-items: center;
    }

    .adv-value-badge {
        width: 100%;
        text-align: center;
    }

    /* Roles strip – pod sebou */
    .adv-roles-strip {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    /* Callout block – horní border místo levého */
    .adv-callout-block {
        border-left: none;
        border-top: 3px solid rgba(74, 127, 224, 0.7);
        border-radius: 0 0 8px 8px;
        padding: 24px 20px;
        margin-bottom: 30px;
    }

    .adv-closing-quote {
        font-size: 22px;
    }

    .adv-uc-tag {
        font-size: 16px;
    }
}
/* === WHAT IS ADVISOR ============================== */
.adv-intro-lead {
    font-size: 22px;
    line-height: 1.8;
    color: #ccc;
    margin-bottom: 28px;
}

.adv-intro-body {
    font-size: 20px;
    line-height: 1.8;
    color: #888;
    margin-bottom: 32px;
}

.adv-intro-highlight {
    border-left: 3px solid rgba(255,255,255,0.25);
    padding: 4px 0 4px 28px;
    margin-bottom: 28px;
}

.adv-intro-highlight-text {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.adv-intro-closing {
    font-size: 20px;
    line-height: 1.8;
    color: #696D73;
    margin: 0;
}