/* Why choose us — live mentor/client conversation */
body.editorial-home #features.conversation-section {
    position: relative;
    overflow: clip;
    padding-block: clamp(5.5rem, 9vw, 9rem);
    color: #f5f8f5;
    background: #0a0a0a !important;
    border-bottom: 1px solid rgb(255 255 255 / 0.06);
}

body.editorial-home .conversation-heading {
    max-width: 48rem;
    margin: 0 auto clamp(2.75rem, 5vw, 4.5rem);
    text-align: center;
}

body.editorial-home .conversation-heading .section-title {
    margin: 0;
    color: #f5f8f5 !important;
    font-size: clamp(2.35rem, 6vw, 5.3rem);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

body.editorial-home .conversation-heading > p {
    margin: 1rem 0 0;
    color: rgb(224 233 226 / 0.68) !important;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    line-height: 1.8;
}

body.editorial-home .conversation-invite {
    max-width: 48rem;
    margin: clamp(5rem, 9vw, 8rem) auto clamp(2rem, 4vw, 3rem);
    text-align: center;
}

body.editorial-home .conversation-invite h3 {
    margin: 0;
    color: #f5f8f5 !important;
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -0.025em;
    text-wrap: balance;
}

body.editorial-home .conversation-invite p {
    margin: 0.7rem 0 0;
    color: rgb(224 233 226 / 0.68) !important;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    line-height: 1.8;
}

body.editorial-home .conversation-stage {
    --conversation-accent: oklch(0.9 0.18 124.92);
    position: relative;
    width: min(100%, 70rem);
    margin-inline: auto;
    padding: clamp(0.75rem, 1.6vw, 1.15rem);
    direction: rtl;
    background: #050605;
    border: 1px solid rgb(255 255 255 / 0.1);
    border-radius: 16px;
}

body.editorial-home .conversation-stage__topbar {
    min-height: 3.25rem;
    padding-inline: clamp(0.4rem, 1.5vw, 0.9rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: rgb(224 233 226 / 0.58);
    font-size: 0.78rem;
    font-weight: 750;
}

body.editorial-home .conversation-stage__status {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

body.editorial-home .conversation-stage__status i {
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    background: var(--conversation-accent);
    border-radius: 50%;
    box-shadow: 0 0 0 4px oklch(0.9 0.18 124.92 / 0.1);
}

body.editorial-home .conversation-stage__toggle {
    min-width: 44px;
    min-height: 44px;
    padding-inline: 0.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    color: rgb(224 233 226 / 0.62);
    background: transparent;
    border: 0;
    border-radius: 8px;
    font: inherit;
    cursor: pointer;
    transition: color 180ms ease, background-color 180ms ease;
}

body.editorial-home .conversation-stage__toggle:hover {
    color: #f4f8f5;
    background: rgb(255 255 255 / 0.07);
}

body.editorial-home .conversation-stage__toggle:focus-visible {
    outline: 2px solid var(--conversation-accent);
    outline-offset: 2px;
}

body.editorial-home .conversation-stage__toggle svg {
    width: 1rem;
    height: 1rem;
}

body.editorial-home .conversation-stage__toggle[hidden] {
    display: none;
}

body.editorial-home .conversation-speakers {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(0.65rem, 2vw, 1.5rem);
    direction: ltr;
}

body.editorial-home .speaker-panel {
    position: relative;
    min-height: clamp(15rem, 29vw, 21rem);
    padding: clamp(1rem, 2vw, 1.5rem);
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
    overflow: hidden;
    direction: rtl;
    border-radius: 14px;
    transition: background-color 400ms cubic-bezier(0.22, 1, 0.36, 1), opacity 400ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.editorial-home .speaker-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
    border: 2px solid var(--conversation-accent);
    border-radius: inherit;
    transition: opacity 300ms ease;
    pointer-events: none;
}

body.editorial-home .speaker-panel--owner {
    background: #171d17;
}

body.editorial-home .speaker-panel--client {
    background: #242625;
}

body.editorial-home .conversation-stage[data-active-speaker="owner"] .speaker-panel--owner,
body.editorial-home .conversation-stage[data-active-speaker="client"] .speaker-panel--client {
    background: #1c2a20;
}

body.editorial-home .conversation-stage[data-active-speaker="owner"] .speaker-panel--owner::after,
body.editorial-home .conversation-stage[data-active-speaker="client"] .speaker-panel--client::after {
    opacity: 0.62;
}

body.editorial-home .conversation-stage[data-active-speaker="owner"] .speaker-panel--client,
body.editorial-home .conversation-stage[data-active-speaker="client"] .speaker-panel--owner {
    opacity: 0.72;
}

body.editorial-home .speaker-panel__identity {
    position: absolute;
    inset-block-start: clamp(1rem, 2vw, 1.5rem);
    inset-inline-start: clamp(1rem, 2vw, 1.5rem);
    text-align: start;
}

body.editorial-home .speaker-panel__role {
    display: block;
    margin-bottom: 0.2rem;
    color: rgb(228 237 230 / 0.58);
    font-size: 0.72rem;
    font-weight: 700;
}

body.editorial-home .speaker-panel__identity h3 {
    margin: 0;
    color: #f6faf7 !important;
    font-size: clamp(0.95rem, 1.5vw, 1.2rem);
    font-weight: 850;
}

body.editorial-home .speaker-avatar {
    position: relative;
    width: clamp(5rem, 10vw, 7.5rem);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    color: #dbe3dd;
    background: #383d39;
    border-radius: 50%;
}

body.editorial-home .speaker-avatar__ring {
    position: absolute;
    inset: -1rem;
    opacity: 0.45;
    border: 1px solid rgb(255 255 255 / 0.14);
    border-radius: 50%;
}

body.editorial-home .speaker-avatar__ring::before,
body.editorial-home .speaker-avatar__ring::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
    border: 1px solid oklch(0.9 0.18 124.92 / 0.55);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

body.editorial-home .speaker-avatar--owner {
    color: #07100a;
    background: #132018;
}

body.editorial-home .speaker-avatar__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

body.editorial-home .speaker-avatar__image-clip {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    border-radius: 50%;
}

body.editorial-home .speaker-avatar__initials {
    position: relative;
    z-index: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(1.4rem, 3.4vw, 2.25rem);
    font-weight: 900;
    letter-spacing: -0.06em;
}

body.editorial-home .speaker-avatar--client svg {
    width: 62%;
    height: 62%;
}

body.editorial-home .conversation-stage[data-active-speaker="owner"] .speaker-panel--owner .speaker-avatar__ring,
body.editorial-home .conversation-stage[data-active-speaker="client"] .speaker-panel--client .speaker-avatar__ring {
    opacity: 1;
    border-color: oklch(0.9 0.18 124.92 / 0.52);
    box-shadow: 0 0 0 0.45rem oklch(0.9 0.18 124.92 / 0.07);
}

body.editorial-home .conversation-stage[data-active-speaker="owner"] .speaker-panel--owner .speaker-avatar__ring::before,
body.editorial-home .conversation-stage[data-active-speaker="owner"] .speaker-panel--owner .speaker-avatar__ring::after,
body.editorial-home .conversation-stage[data-active-speaker="client"] .speaker-panel--client .speaker-avatar__ring::before,
body.editorial-home .conversation-stage[data-active-speaker="client"] .speaker-panel--client .speaker-avatar__ring::after {
    animation: conversation-radio 2.1s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

body.editorial-home .conversation-stage[data-active-speaker="owner"] .speaker-panel--owner .speaker-avatar__ring::after,
body.editorial-home .conversation-stage[data-active-speaker="client"] .speaker-panel--client .speaker-avatar__ring::after {
    animation-delay: 1.05s;
}

body.editorial-home .speaker-panel__signal {
    position: absolute;
    inset-inline-end: clamp(1rem, 2vw, 1.5rem);
    inset-block-end: clamp(1rem, 2vw, 1.5rem);
    height: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    direction: ltr;
}

body.editorial-home .speaker-panel__signal span {
    width: 0.18rem;
    height: 0.3rem;
    background: rgb(236 243 238 / 0.34);
    border-radius: 999px;
    transform-origin: center;
}

body.editorial-home .conversation-stage[data-active-speaker="owner"] .speaker-panel--owner .speaker-panel__signal span,
body.editorial-home .conversation-stage[data-active-speaker="client"] .speaker-panel--client .speaker-panel__signal span {
    background: var(--conversation-accent);
    animation: conversation-wave 0.9s ease-in-out infinite alternate;
}

body.editorial-home .speaker-panel__signal span:nth-child(2) { animation-delay: -0.65s !important; }
body.editorial-home .speaker-panel__signal span:nth-child(3) { animation-delay: -0.4s !important; }
body.editorial-home .speaker-panel__signal span:nth-child(4) { animation-delay: -0.75s !important; }
body.editorial-home .speaker-panel__signal span:nth-child(5) { animation-delay: -0.2s !important; }

body.editorial-home .conversation-transcript {
    min-height: 8.8rem;
    margin-top: clamp(0.65rem, 2vw, 1.15rem);
    padding: clamp(1.2rem, 3vw, 2rem);
    background: #101210;
    border-radius: 12px;
}

body.editorial-home .conversation-transcript__meta {
    margin-bottom: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--conversation-accent);
    font-size: 0.78rem;
    font-weight: 850;
}

body.editorial-home .conversation-transcript__meta [data-conversation-counter] {
    color: rgb(224 233 226 / 0.5);
    font-family: Arial, Helvetica, sans-serif;
    font-variant-numeric: tabular-nums;
}

body.editorial-home .conversation-transcript > p {
    max-width: 54rem;
    margin: 0;
    color: #f3f7f4 !important;
    font-size: clamp(1.05rem, 2.1vw, 1.5rem);
    font-weight: 700;
    line-height: 1.85;
    text-wrap: pretty;
}

body.editorial-home .conversation-controls {
    min-height: 4.75rem;
    padding-top: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.75rem, 2vw, 1.25rem);
    direction: ltr;
}

body.editorial-home .conversation-control {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    color: #eaf1ec;
    background: #171a18;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

body.editorial-home .conversation-control:hover {
    color: #07100a;
    background: var(--conversation-accent);
    transform: translateY(-2px);
}

body.editorial-home .conversation-control:focus-visible,
body.editorial-home .conversation-progress__step:focus-visible {
    outline: 2px solid var(--conversation-accent);
    outline-offset: 3px;
}

body.editorial-home .conversation-control svg {
    width: 1.1rem;
    height: 1.1rem;
}

body.editorial-home .conversation-progress {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 0.42rem;
}

body.editorial-home .conversation-progress__step {
    width: 0.5rem;
    height: 0.5rem;
    padding: 0;
    background: rgb(229 237 231 / 0.24);
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    transition: width 300ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms ease;
}

body.editorial-home .conversation-progress__step.is-active {
    width: 2.2rem;
    background: var(--conversation-accent);
}

@keyframes conversation-radio {
    0% {
        width: 0;
        height: 0;
        opacity: 0.78;
    }
    100% {
        width: calc(100% + 3.25rem);
        height: calc(100% + 3.25rem);
        opacity: 0;
    }
}

@keyframes conversation-wave {
    0% { height: 0.3rem; }
    100% { height: 1.35rem; }
}

@media (max-width: 640px) {
    body.editorial-home #features.conversation-section {
        padding-block: 4.75rem !important;
    }

    body.editorial-home .conversation-heading {
        margin-bottom: 2.5rem;
    }

    body.editorial-home .conversation-heading .section-title {
        font-size: clamp(2.15rem, 11vw, 3.15rem) !important;
    }

    body.editorial-home .conversation-stage {
        padding: 0.55rem;
        border-radius: 12px;
    }

    body.editorial-home .conversation-stage__topbar {
        min-height: 2.8rem;
        font-size: 0.7rem;
    }

    body.editorial-home .conversation-speakers {
        gap: 0.5rem;
    }

    body.editorial-home .speaker-panel {
        min-height: 12rem;
        padding: 0.75rem;
        border-radius: 10px;
    }

    body.editorial-home .speaker-panel__identity {
        inset-block-start: 0.75rem;
        inset-inline-start: 0.75rem;
    }

    body.editorial-home .speaker-panel__role {
        font-size: 0.62rem;
    }

    body.editorial-home .speaker-panel__identity h3 {
        font-size: 0.82rem;
    }

    body.editorial-home .speaker-avatar {
        width: clamp(3.8rem, 20vw, 5.25rem);
    }

    body.editorial-home .speaker-avatar__ring {
        inset: -0.65rem;
    }

    body.editorial-home .speaker-panel__signal {
        inset-inline-end: 0.75rem;
        inset-block-end: 0.75rem;
    }

    body.editorial-home .conversation-transcript {
        min-height: 10.8rem;
        margin-top: 0.5rem;
        padding: 1.15rem;
        border-radius: 9px;
    }

    body.editorial-home .conversation-transcript > p {
        font-size: 1rem;
        line-height: 1.9;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.editorial-home .speaker-avatar__ring::before,
    body.editorial-home .speaker-avatar__ring::after,
    body.editorial-home .speaker-panel__signal span {
        animation: none !important;
    }

    body.editorial-home .speaker-panel,
    body.editorial-home .conversation-control,
    body.editorial-home .conversation-progress__step {
        transition: none !important;
    }
}
