/* ===== 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;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.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,
    .survey-toolbar-wrap,
    .survey-progress,
    .survey-nav,
    .language-dropdown {
        display: none !important;
    }

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

    .survey-step {
        display: block !important;
    }

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

    body {
        background: #fff;
    }
}

/* ===== B2C SURVEY WIZARD ===== */
.survey-page {
    padding-top: 110px;
}

.survey-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(41, 169, 225, 0.2);
    z-index: 1000;
    pointer-events: none;
}

.survey-progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #29a9e1, #40e9a4);
    transition: width 0.35s ease;
}

.survey-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: 1rem;
    padding: 0.75rem clamp(1rem, 3vw, 2.5rem);
}

.survey-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    max-width: 920px;
    margin: 0 auto;
}

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

.survey-shell {
    max-width: 720px;
    margin: 0 auto 2rem;
    padding: 0 1rem;
}

.survey-panel {
    background: rgba(10, 14, 23, 0.85);
    border: 1px solid rgba(41, 169, 225, 0.25);
    border-radius: 16px;
    padding: 2rem 1.75rem 1.5rem;
    min-height: 380px;
    backdrop-filter: blur(12px);
}

.survey-step {
    display: none;
    animation: surveyFadeIn 0.3s ease;
}

.survey-step.active {
    display: block;
}

@keyframes surveyFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.survey-section-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #29a9e1;
    margin-bottom: 0.75rem;
}

.survey-step-title {
    font-size: clamp(1.25rem, 3vw, 1.65rem);
    line-height: 1.35;
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-weight: 600;
}

.survey-context {
    font-size: 0.95rem;
    line-height: 1.55;
    font-weight: 400;
    color: #b8c5d6;
    margin: 0 0 1.15rem;
    max-width: 40rem;
}

.survey-intro-tagline {
    font-size: 1.1rem;
    color: #29a9e1;
    margin-bottom: 1rem;
}

.survey-intro-text {
    color: #b8c5d6;
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 1.5rem;
}

.survey-intro-concept {
    margin-top: 0.5rem;
}

.survey-pdf-form-callout {
    margin-top: 1.25rem;
}

.survey-pdf-form-callout p {
    margin: 0.45rem 0 0;
}

.survey-pdf-form-callout a {
    font-weight: 600;
}

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

.survey-step textarea {
    min-height: 120px;
    resize: vertical;
}

.survey-step textarea:focus,
.survey-field select:focus,
.survey-field input[type="text"]:focus {
    outline: none;
    border-color: #29a9e1;
    box-shadow: 0 0 0 3px rgba(41, 169, 225, 0.15);
}

.survey-followup-label {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #b8c5d6;
}

.survey-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.25rem;
    padding: 0 0.25rem;
}

.survey-counter {
    font-size: 0.82rem;
    font-weight: 600;
    color: #8fa3bc;
    text-align: center;
    flex: 1;
}

.survey-nav-btn {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    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.6rem 1.25rem;
    border-radius: 8px;
    transition: all 0.2s ease;
    min-width: 100px;
}

.survey-nav-btn:hover:not(:disabled) {
    background: rgba(41, 169, 225, 0.15);
}

.survey-nav-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

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

.survey-nav-btn--primary:hover:not(:disabled) {
    opacity: 0.92;
    color: #0a0e17;
}

.survey-complete-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.survey-complete-note {
    font-size: 0.82rem;
    color: #8fa3bc;
    text-align: center;
    max-width: 420px;
}

.survey-fields-stack {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.survey-step--scrollable .survey-fields-stack {
    max-height: min(52vh, 560px);
    overflow-y: auto;
    padding-right: 0.35rem;
}

.survey-step--scrollable .survey-fields-stack::-webkit-scrollbar {
    width: 5px;
}

.survey-step--scrollable .survey-fields-stack::-webkit-scrollbar-thumb {
    background: rgba(41, 169, 225, 0.35);
    border-radius: 4px;
}

.survey-fields-duo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.survey-field label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #e8edf5;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.survey-field--choice {
    margin-bottom: 1rem;
}

.survey-field--choice select {
    width: 100%;
}

.survey-choice-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0.55rem 0 0.75rem;
}

.survey-choice {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    border: 1.5px solid rgba(41, 169, 225, 0.35);
    background: rgba(10, 14, 23, 0.45);
    color: #d7e6f5;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
    user-select: none;
}

.survey-choice input {
    accent-color: #29a9e1;
    width: 1rem;
    height: 1rem;
    margin: 0;
    flex-shrink: 0;
}

.survey-choice:has(input:checked) {
    border-color: #29a9e1;
    background: rgba(41, 169, 225, 0.18);
    color: #fff;
}

.survey-choice:hover {
    border-color: rgba(41, 169, 225, 0.7);
}

.survey-alert-modal {
    position: fixed;
    inset: 0;
    z-index: 4000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    background: rgba(8, 14, 22, 0.72);
    backdrop-filter: blur(4px);
}

.survey-alert-modal[hidden] {
    display: none !important;
}

.survey-alert-dialog {
    width: min(100%, 26rem);
    background: #122033;
    border: 1px solid rgba(41, 169, 225, 0.35);
    border-radius: 12px;
    padding: 1.35rem 1.4rem 1.2rem;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

.survey-alert-dialog h3 {
    margin: 0 0 0.65rem;
    font-size: 1.15rem;
    color: #fff;
}

.survey-alert-dialog p {
    margin: 0 0 1.15rem;
    color: #b8c5d6;
    line-height: 1.5;
    font-size: 0.95rem;
}

.survey-alert-dialog .survey-nav-btn {
    width: 100%;
}

/* ===== PRICE DIAL ===== */
.fair-price-followup {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(41, 169, 225, 0.25);
}

.fair-price-followup[hidden] {
    display: none !important;
}

/* ===== PROFESSIONAL ROLE FOLLOW-UP ===== */
.professional-role-followup {
    margin-top: 0.35rem;
}

.professional-role-followup[hidden],
#professionalOtherTitleField[hidden],
#proOtherTitleField[hidden] {
    display: none !important;
}

.pro-survey-bridge {
    margin-top: 1rem;
}

.pro-survey-bridge-stay {
    margin: 0.35rem 0 0;
    font-size: 0.9rem;
    opacity: 0.85;
}

.fair-price-followup .survey-step-title {
    font-size: clamp(1.1rem, 2.6vw, 1.35rem);
    margin-bottom: 0.65rem;
}

.price-dial {
    margin: 0.75rem auto 1.25rem;
    max-width: 22rem;
    text-align: center;
}

.price-dial-face {
    position: relative;
    width: 12.5rem;
    height: 12.5rem;
    margin: 0.5rem auto 0.85rem;
}

.price-dial-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background:
        conic-gradient(from 210deg, rgba(41, 169, 225, 0.15) 0deg, #29a9e1 var(--dial-angle, 0deg), rgba(41, 169, 225, 0.12) var(--dial-angle, 0deg) 300deg, transparent 300deg 360deg);
    mask: radial-gradient(farthest-side, transparent calc(100% - 14px), #000 calc(100% - 13px));
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 14px), #000 calc(100% - 13px));
}

.price-dial-knob {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.1rem;
    height: 1.1rem;
    margin: -0.55rem;
    border-radius: 50%;
    background: #29a9e1;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    transform: rotate(var(--dial-rot, -150deg)) translateY(-5.55rem);
    transform-origin: 50% 5.55rem;
    pointer-events: none;
}

.price-dial-center {
    position: absolute;
    inset: 1.6rem;
    border-radius: 50%;
    background: rgba(10, 14, 23, 0.88);
    border: 1px solid rgba(41, 169, 225, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.price-dial-amount {
    font-size: 1.85rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
}

.price-dial-period {
    font-size: 0.8rem;
    color: #8fa3bc;
    margin-top: 0.2rem;
}

.price-dial-yearly {
    text-align: center;
    color: #8fa3bc;
    font-size: 0.88rem;
    min-height: 1.25rem;
    margin: 0 0 0.85rem;
}

.price-dial-slider-label {
    display: block;
    font-size: 0.85rem;
    color: #b8c5d6;
    margin-bottom: 0.45rem;
    text-align: center;
}

.price-dial-range {
    display: block;
    width: 100%;
    max-width: 18rem;
    margin-left: auto;
    margin-right: auto;
    accent-color: #29a9e1;
    cursor: pointer;
}

.price-dial-ticks {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 18rem;
    margin: 0.35rem auto 0;
    font-size: 0.72rem;
    color: #8fa3bc;
}

.price-dial[data-selected="true"] .price-dial-center {
    border-color: rgba(41, 169, 225, 0.55);
}

body.light-mode .price-dial-center {
    background: rgba(255, 255, 255, 0.96) !important;
    border-color: rgba(20, 92, 146, 0.28) !important;
}

body.light-mode .price-dial-amount {
    color: #0b1f33 !important;
}

body.light-mode .price-dial-period,
body.light-mode .price-dial-yearly,
body.light-mode .price-dial-slider-label,
body.light-mode .price-dial-ticks {
    color: #3d556c !important;
}

body.light-mode .survey-alert-dialog {
    background: #ffffff;
    border-color: rgba(20, 92, 146, 0.28);
}

body.light-mode .survey-alert-dialog h3 {
    color: #0b1f33;
}

body.light-mode .survey-alert-dialog p {
    color: #3d556c;
}

.survey-q-stack {
    max-height: min(52vh, 520px);
    overflow-y: auto;
    padding-right: 0.35rem;
    margin-top: 0.25rem;
}

.survey-q-stack::-webkit-scrollbar {
    width: 5px;
}

.survey-q-stack::-webkit-scrollbar-thumb {
    background: rgba(41, 169, 225, 0.35);
    border-radius: 4px;
}

.survey-q-block {
    margin-bottom: 1.15rem;
    padding-bottom: 1.15rem;
    border-bottom: 1px dashed rgba(41, 169, 225, 0.2);
}

.survey-q-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.survey-q-block .survey-q-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #e8edf5;
    line-height: 1.45;
    margin-bottom: 0.5rem;
}

.survey-q-block textarea {
    width: 100%;
    min-height: 72px;
}

.survey-step--scrollable .survey-step-title {
    margin-bottom: 0.75rem;
}

@media (max-width: 640px) {
    .survey-fields-duo {
        grid-template-columns: 1fr;
    }

    .survey-q-stack {
        max-height: min(48vh, 440px);
    }
}

@media (max-width: 768px) {
    .survey-page {
        padding-top: 100px;
    }

    .survey-toolbar-wrap {
        top: 76px;
        padding: 0.65rem 1rem;
    }

    .survey-panel {
        padding: 1.5rem 1.25rem 1.25rem;
        min-height: 320px;
    }

    .survey-nav-btn {
        min-width: 80px;
        padding: 0.55rem 1rem;
    }
}



/* ===== LIGHT MODE (INTERVIEW PAGES) ===== */
body.light-mode .interview-page,
body.light-mode .survey-page {
    background: linear-gradient(180deg, rgba(246, 251, 255, 0.97), rgba(220, 234, 248, 0.97));
}

body.light-mode .interview-hero,
body.light-mode .interview-toolbar-wrap,
body.light-mode .survey-toolbar-wrap {
    background: rgba(237, 246, 255, 0.98) !important;
    border-color: rgba(41, 169, 225, 0.2) !important;
}

body.light-mode .interview-card,
body.light-mode .survey-panel,
body.light-mode .interview-float-score {
    background: rgba(255,255,255,0.99) !important;
    border-color: rgba(20, 92, 146, 0.30) !important;
    box-shadow: 0 10px 28px rgba(11, 31, 51, 0.12);
}

body.light-mode .interview-section-head h2,
body.light-mode .survey-step-title,
body.light-mode .survey-q-label,
body.light-mode .interview-concept h4,
body.light-mode .fs-val,
body.light-mode .interview-score-dial .val {
    color: #0b1f33 !important;
}

body.light-mode .interview-section-sub,
body.light-mode .interview-docfoot,
body.light-mode .interview-q .hint,
body.light-mode .survey-intro-text,
body.light-mode .survey-counter,
body.light-mode .fs-title,
body.light-mode .fs-verdict {
    color: #1f344b !important;
}

body.light-mode .interview-q textarea,
body.light-mode .interview-field input[type="text"],
body.light-mode .interview-field input[type="date"],
body.light-mode .interview-field select,
body.light-mode .survey-step textarea,
body.light-mode .survey-field select,
body.light-mode .survey-field input[type="text"] {
    background: rgba(255,255,255,1) !important;
    color: #0b1f33 !important;
    border-color: rgba(20, 92, 146, 0.34) !important;
}

/* ===== LIGHT MODE — page-specific overrides (must come after component styles) ===== */
body.light-mode .interview-hero-desc,
body.light-mode .interview-tagline,
body.light-mode .interview-q .q-label,
body.light-mode .interview-callout,
body.light-mode .interview-callout strong,
body.light-mode .interview-concept ul,
body.light-mode .interview-concept li,
body.light-mode .interview-signal label,
body.light-mode .interview-nps-labels,
body.light-mode .interview-tb-score,
body.light-mode .interview-score-legend,
body.light-mode .interview-score-legend strong,
body.light-mode .interview-score-actions p,
body.light-mode .survey-step-title,
body.light-mode .survey-followup-label,
body.light-mode .survey-q-block .survey-q-label {
    color: #1f344b !important;
}

body.light-mode .survey-context {
    color: #3d556c !important;
}

body.light-mode .interview-btn,
body.light-mode .survey-nav-btn {
    background: rgba(255, 255, 255, 0.95) !important;
    color: #155c92 !important;
    border-color: rgba(20, 92, 146, 0.35) !important;
}

body.light-mode .interview-btn:hover,
body.light-mode .survey-nav-btn:hover:not(:disabled) {
    background: #29a9e1 !important;
    color: #ffffff !important;
    border-color: #29a9e1 !important;
}

body.light-mode .interview-btn--ghost {
    color: #3d556c !important;
    border-color: rgba(20, 92, 146, 0.25) !important;
}

body.light-mode .interview-btn--ghost:hover {
    background: rgba(41, 169, 225, 0.12) !important;
    color: #155c92 !important;
}

body.light-mode .interview-nps button {
    background: rgba(255, 255, 255, 0.95) !important;
    color: #1f344b !important;
    border-color: rgba(20, 92, 146, 0.28) !important;
}

body.light-mode .survey-choice {
    background: rgba(255, 255, 255, 0.85) !important;
    border-color: rgba(20, 92, 146, 0.28) !important;
    color: #0b1f33 !important;
}

body.light-mode .survey-choice:has(input:checked) {
    background: rgba(41, 169, 225, 0.16) !important;
    border-color: #29a9e1 !important;
    color: #0b1f33 !important;
}

body.light-mode .interview-callout {
    background: rgba(41, 169, 225, 0.08) !important;
}

body.light-mode .interview-callout.warn {
    background: rgba(217, 138, 11, 0.1) !important;
}

body.light-mode .interview-concept {
    background: rgba(41, 169, 225, 0.06) !important;
    border-color: rgba(20, 92, 146, 0.25) !important;
}

body.light-mode .interview-score-dial::before {
    background: rgba(255, 255, 255, 0.98) !important;
}

body.light-mode .survey-counter {
    color: #3d556c !important;
}

/* ===== LIGHT MODE — green accent text → site blue ===== */
body.light-mode {
    --green: #29a9e1;
    --accent-green: #29a9e1;
}

body.light-mode .interview-badge,
body.light-mode .interview-signal-req.answered,
body.light-mode .interview-saved-flag,
body.light-mode .interview-workflow,
body.light-mode .survey-intro-tagline,
body.light-mode .interview-hero .section-subtitle {
    color: #29a9e1 !important;
}

body.light-mode .interview-badge {
    border-color: rgba(41, 169, 225, 0.35) !important;
}

body.light-mode .interview-score-legend,
body.light-mode .interview-score-legend-key {
    color: #3d556c !important;
}

body.light-mode .interview-score-legend strong {
    color: #0b1f33 !important;
}

body.light-mode .interview-score-dial {
    background: conic-gradient(#29a9e1 calc(var(--pct) * 1%), rgba(41, 169, 225, 0.15) 0) !important;
}
