/* ===== B2C DISCOVERY INTERVIEW ===== */
.interview-page {
    padding-top: 80px;
    padding-bottom: 4rem;
}

.interview-hero {
    padding: 3rem 0 2rem;
    background: rgba(10, 14, 23, 0.85);
    border-bottom: 1px solid rgba(41, 169, 225, 0.15);
}

.interview-badge {
    display: inline-block;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #40e9a4;
    border: 1px solid rgba(64, 233, 164, 0.35);
    padding: 0.35rem 0.65rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.interview-hero .section-title {
    font-size: clamp(2rem, 3.8vw, 3.25rem);
    line-height: 1.15;
}

.interview-hero .section-subtitle {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.interview-tagline {
    margin-bottom: 1.5rem;
}

.interview-hero-desc {
    color: #ffffff;
}

.interview-workflow {
    margin-top: 1rem;
    font-size: 0.85rem;
    color: #29a9e1;
    letter-spacing: 0.02em;
}

.interview-toolbar-wrap {
    position: sticky;
    top: 88px;
    z-index: 90;
    width: 100%;
    background: rgba(10, 14, 23, 0.97);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(41, 169, 225, 0.2);
    margin-bottom: 1.5rem;
    padding: 1.1rem clamp(1rem, 3vw, 2.5rem) 0.85rem;
}

.interview-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    backdrop-filter: none;
}

.interview-toolbar .grow {
    flex: 1 1 auto;
}

.interview-btn {
    font-family: 'Inter', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid rgba(41, 169, 225, 0.45);
    color: #29a9e1;
    background: rgba(10, 14, 23, 0.6);
    padding: 0.45rem 0.85rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.interview-btn:hover {
    background: #29a9e1;
    color: #fff;
    border-color: #29a9e1;
}

.interview-btn--solid {
    background: linear-gradient(135deg, #29a9e1, #40e9a4);
    color: #0a0e17;
    border-color: transparent;
}

.interview-btn--solid:hover {
    opacity: 0.92;
    color: #0a0e17;
}

.interview-btn--ghost {
    border-color: rgba(184, 197, 214, 0.25);
    color: #b8c5d6;
}

.interview-btn--ghost:hover {
    background: rgba(41, 169, 225, 0.12);
    color: #fff;
}

.interview-content {
    max-width: 920px;
    margin: 0 auto;
}

.interview-card {
    background: rgba(10, 14, 23, 0.85);
    border: 1px solid rgba(41, 169, 225, 0.25);
    border-radius: 16px;
    padding: 1.6rem 1.7rem;
    margin-bottom: 1.3rem;
    backdrop-filter: blur(12px);
}

.interview-section-head {
    display: flex;
    align-items: baseline;
    gap: 0.7rem;
    margin-bottom: 0.2rem;
}

.interview-section-head .num {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0a0e17;
    background: #29a9e1;
    border-radius: 8px;
    min-width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.interview-section-head h2 {
    color: #ffffff;
    font-size: 1.25rem;
    margin: 0;
}

.interview-section-sub {
    color: #b8c5d6;
    font-size: 0.9rem;
    margin: 0.35rem 0 1.1rem 2.7rem;
}

.interview-tags {
    margin: 0 0 1rem 2.7rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.interview-tag {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #29a9e1;
    background: rgba(41, 169, 225, 0.1);
    border: 1px solid rgba(41, 169, 225, 0.25);
    border-radius: 20px;
    padding: 0.18rem 0.6rem;
}

.interview-q {
    padding: 1rem 0;
    border-top: 1px dashed rgba(41, 169, 225, 0.2);
}

.interview-q:first-of-type {
    border-top: none;
}

.interview-q .q-label {
    display: flex;
    gap: 0.55rem;
    font-weight: 600;
    font-size: 0.98rem;
    color: #e8edf5;
}

.interview-q .q-label .dot {
    color: #29a9e1;
    font-weight: 700;
    flex-shrink: 0;
}

.interview-q .hint {
    color: #8fa3bc;
    font-size: 0.83rem;
    font-style: italic;
    margin: 0.3rem 0 0.6rem 1.1rem;
}

.interview-q textarea,
.interview-field input[type="text"],
.interview-field input[type="date"],
.interview-field select {
    width: 100%;
    border: 1px solid rgba(41, 169, 225, 0.25);
    border-radius: 8px;
    padding: 0.6rem 0.7rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.92rem;
    color: #e8edf5;
    background: rgba(10, 14, 23, 0.6);
}

.interview-q textarea {
    min-height: 70px;
    resize: vertical;
    margin-top: 0.5rem;
}

.interview-q textarea:focus,
.interview-field input:focus,
.interview-field select:focus {
    outline: none;
    border-color: #29a9e1;
    box-shadow: 0 0 0 3px rgba(41, 169, 225, 0.15);
}

.interview-field-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9rem;
}

.interview-field label {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    color: #8fa3bc;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.interview-callout {
    border-left: 4px solid #29a9e1;
    background: rgba(41, 169, 225, 0.08);
    border-radius: 0 8px 8px 0;
    padding: 0.8rem 1rem;
    font-size: 0.88rem;
    color: #b8c5d6;
    margin: 0.4rem 0 0.2rem;
}

.interview-callout.warn {
    border-left-color: #d98a0b;
    background: rgba(217, 138, 11, 0.1);
}

.interview-callout strong {
    color: #ffffff;
}

.interview-concept {
    border: 1px dashed rgba(41, 169, 225, 0.35);
    border-radius: 12px;
    padding: 1rem 1.1rem;
    background: rgba(41, 169, 225, 0.06);
    margin-bottom: 0.6rem;
}

.interview-concept h4 {
    color: #ffffff;
    margin-bottom: 0.4rem;
}

.interview-concept ul {
    margin: 0.4rem 0 0 1.1rem;
    color: #b8c5d6;
}

.interview-concept li {
    margin-bottom: 0.2rem;
}

.interview-signal-req {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.7rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #29a9e1;
}

.interview-signal-req .req-star {
    color: #e74c3c;
    font-weight: 700;
}

.interview-signal-req.missing {
    color: #e74c3c;
}

.interview-signal-req.answered {
    color: #40e9a4;
}

.interview-signal {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.4rem;
}

.interview-signal.missing {
    outline: 2px dashed #e74c3c;
    outline-offset: 6px;
    border-radius: 26px;
}

.interview-signal label {
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    border: 1.5px solid rgba(41, 169, 225, 0.25);
    border-radius: 24px;
    padding: 0.45rem 1rem;
    color: #b8c5d6;
    display: inline-flex;
    align-items: center;
}

.interview-signal input {
    display: none;
}

.interview-signal label.pass:has(input:checked) {
    background: #40e9a4;
    border-color: #40e9a4;
    color: #0a0e17;
}

.interview-signal label.partial:has(input:checked) {
    background: #d98a0b;
    border-color: #d98a0b;
    color: #0a0e17;
}

.interview-signal label.fail:has(input:checked) {
    background: #e74c3c;
    border-color: #e74c3c;
    color: #fff;
}

.interview-nps {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0.5rem 0 0.2rem;
}

.interview-nps button {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    cursor: pointer;
    border: 1.5px solid rgba(41, 169, 225, 0.25);
    background: rgba(10, 14, 23, 0.6);
    color: #b8c5d6;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    transition: all 0.12s ease;
}

.interview-nps button:hover {
    border-color: #29a9e1;
    color: #29a9e1;
}

.interview-nps button.active {
    background: #29a9e1;
    border-color: #29a9e1;
    color: #0a0e17;
}

.interview-nps-labels {
    display: flex;
    justify-content: space-between;
    max-width: 30rem;
    font-size: 0.72rem;
    color: #8fa3bc;
    margin-top: 0.1rem;
}

.interview-tb-score {
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
    padding: 0.42rem 0.85rem;
    border-radius: 20px;
    background: rgba(41, 169, 225, 0.08);
    border: 1.5px solid rgba(41, 169, 225, 0.25);
    color: #b8c5d6;
}

.interview-saved-flag {
    font-size: 0.78rem;
    color: #40e9a4;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s;
}

.interview-saved-flag.show {
    opacity: 1;
}

.interview-score-wrap {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    flex-wrap: wrap;
}

.interview-score-dial {
    --pct: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    flex-shrink: 0;
    background: conic-gradient(#40e9a4 calc(var(--pct) * 1%), rgba(41, 169, 225, 0.15) 0);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.interview-score-dial::before {
    content: "";
    position: absolute;
    inset: 12px;
    background: rgba(10, 14, 23, 0.95);
    border-radius: 50%;
}

.interview-score-dial .val {
    position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
}

.interview-score-legend {
    font-size: 0.9rem;
    color: #b8c5d6;
}

.interview-score-legend strong {
    color: #ffffff;
}

.interview-verdict {
    font-weight: 600;
    font-size: 1rem;
    margin-top: 0.4rem;
}

.interview-score-legend-key {
    margin-top: 0.5rem;
    max-width: 380px;
    font-size: 0.85rem;
    color: #8fa3bc;
}

.interview-score-actions {
    margin-top: 1.4rem;
    border-top: 1px solid rgba(41, 169, 225, 0.2);
    padding-top: 1.2rem;
    text-align: center;
}

.interview-score-actions p {
    font-size: 0.8rem;
    color: #8fa3bc;
    margin-top: 0.6rem;
}

.interview-docfoot {
    max-width: 920px;
    margin: 0 auto 2rem;
    padding: 0 1rem;
    color: #8fa3bc;
    font-size: 0.8rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.interview-docfoot em {
    font-style: italic;
    color: #29a9e1;
}

.interview-float-score {
    position: fixed;
    top: calc(80px + 1.25rem);
    right: 2rem;
    bottom: auto;
    z-index: 100;
    width: 116px;
    padding: 0.75rem 0.6rem 0.65rem;
    text-align: center;
    background: rgba(10, 14, 23, 0.97);
    border: 1px solid rgba(41, 169, 225, 0.35);
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

.interview-float-score .fs-title {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8fa3bc;
    margin-bottom: 0.45rem;
}

.interview-float-score .fs-dial {
    --pct: 0;
    width: 78px;
    height: 78px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    background: conic-gradient(#40e9a4 calc(var(--pct) * 1%), rgba(41, 169, 225, 0.15) 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.interview-float-score .fs-dial::after {
    content: "";
    position: absolute;
    inset: 9px;
    background: rgba(10, 14, 23, 0.95);
    border-radius: 50%;
}

.interview-float-score .fs-val {
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 1.15rem;
    color: #ffffff;
}

.interview-float-score .fs-verdict {
    font-size: 0.66rem;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0.45rem;
    color: #8fa3bc;
}

.interview-float-score .fs-toggle {
    position: absolute;
    top: 4px;
    right: 7px;
    cursor: pointer;
    border: none;
    background: none;
    color: #8fa3bc;
    font-size: 0.95rem;
    line-height: 1;
    padding: 2px;
    font-weight: 700;
}

.interview-float-score.min {
    width: auto;
    padding: 0;
    border-radius: 24px;
    cursor: pointer;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.interview-float-score.min .fs-title,
.interview-float-score.min .fs-verdict {
    display: none;
}

.interview-float-score.min .fs-dial {
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 24px;
    background: none !important;
    padding: 0.5rem 0.7rem 0.5rem 0.95rem;
}

.interview-float-score.min .fs-dial::after {
    display: none;
}

@media (max-width: 768px) {
    .interview-toolbar-wrap {
        top: 76px;
        padding: 1rem 1rem 0.75rem;
    }

    .interview-float-score {
        top: calc(72px + 1rem);
        right: 1.5rem;
    }

    .interview-field-grid {
        grid-template-columns: 1fr;
    }

    .interview-section-sub,
    .interview-tags {
        margin-left: 0;
    }
}

@media print {
    .video-background,
    .navbar,
    .footer,
    .interview-toolbar-wrap,
    .interview-float-score,
    .language-dropdown {
        display: none !important;
    }

    .interview-page {
        padding-top: 0;
    }

    .interview-card {
        break-inside: avoid;
        box-shadow: none;
        border-color: #ccc;
        background: #fff;
        color: #000;
    }

    body {
        background: #fff;
    }
}
