.process-media-card.showcase {
    position: absolute;
    inset: 0;
    border: 0;
    background: #11100f;
    box-shadow: 0 26px 70px rgba(17, 16, 15, 0.10);
}

.atheal-shot {
    position: absolute;
    inset: 0;
    overflow: hidden;
    color: #191910;
    font-family: var(--jn-sans, var(--font-sans, ui-sans-serif, system-ui, sans-serif));
    direction: ltr;
}

html[dir="rtl"] .atheal-shot {
    direction: rtl;
}

.atheal-shot *,
.atheal-shot *::before,
.atheal-shot *::after {
    box-sizing: border-box;
}

.atheal-shot strong,
.atheal-shot span,
.atheal-shot p {
    letter-spacing: 0;
}

.shot-panel {
    position: relative;
    z-index: 2;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    color: #191910;
    box-shadow: 0 24px 54px rgba(17, 16, 15, 0.14);
}

.shot-plan {
    display: grid;
    place-items: center;
    padding: 34px;
    background:
        linear-gradient(168deg, rgba(17, 16, 15, 0.12) 0%, rgba(17, 16, 15, 0.30) 58%, rgba(17, 16, 15, 0.50) 100%),
        url("/images/startflow/decade-40s.webp") center 38% / cover no-repeat #40332a;
}

.plan-panel {
    width: min(82%, 480px);
    padding: 24px;
}

.shot-label {
    display: block;
    margin-bottom: 8px;
    color: #0d7a68;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

html[dir="rtl"] .shot-label {
    letter-spacing: 0;
}

.plan-panel h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.18;
}

.plan-panel p {
    margin: 8px 0 18px;
    max-width: 380px;
    color: #65655d;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}

.plan-divider {
    height: 1px;
    margin-bottom: 18px;
    background: rgba(25, 25, 16, 0.10);
}

.plan-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.plan-head strong {
    font-size: 16px;
    font-weight: 800;
}

.avatar-stack {
    display: flex;
    align-items: center;
}

html[dir="rtl"] .avatar-stack {
    flex-direction: row-reverse;
}

.avatar-dot {
    width: 28px;
    height: 28px;
    margin-inline-start: -8px;
    border: 2px solid #fff;
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 32%, #f0c29e 0 18%, transparent 19%),
        linear-gradient(135deg, #0d7a68, #c4e3c1);
}

.avatar-dot:first-child {
    margin-inline-start: 0;
}

.avatar-dot:nth-child(2) {
    background:
        radial-gradient(circle at 50% 32%, #dba57d 0 18%, transparent 19%),
        linear-gradient(135deg, #191910, #86c1a9);
}

.avatar-dot:nth-child(3) {
    background:
        radial-gradient(circle at 50% 32%, #bb8666 0 18%, transparent 19%),
        linear-gradient(135deg, #232525, #8e8e82);
}

.plan-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.plan-list li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    color: #232525;
    font-size: 13px;
    font-weight: 700;
}

html[dir="rtl"] .plan-list li {
    grid-template-columns: minmax(0, 1fr) 34px;
}

.plan-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: var(--icon-bg, linear-gradient(135deg, #f6d5bf, #c15823));
}

.shot-trend {
    padding: 30px;
    color: #fff;
    background:
        linear-gradient(rgba(26, 34, 24, 0.78), rgba(20, 27, 19, 0.86)),
        url("/images/startflow/family-history-3generations.webp") center 30% / cover no-repeat #182015;
}

.trend-meta {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.trend-value span {
    display: block;
    margin-bottom: 2px;
    color: rgba(255, 255, 255, 0.96);
    font-size: 13px;
    font-weight: 800;
}

.trend-value strong {
    font-size: 46px;
    font-weight: 400;
    line-height: 0.95;
}

.trend-value small {
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    font-weight: 600;
}

.trend-note {
    width: min(240px, 46%);
    border-radius: 12px;
    padding: 12px 14px;
    background: #fff;
    color: #191910;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
}

.trend-graph {
    position: absolute;
    inset: auto 28px 34px 28px;
    height: 176px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-image:
        linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
    background-size: 100% 44px, 56px 100%;
}

.trend-graph svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
}

.trend-graph text {
    fill: #fff;
    font-size: 12px;
    font-weight: 700;
}

.shot-markers {
    padding: 30px;
    background:
        linear-gradient(180deg, rgba(44, 27, 15, 0.18) 0%, rgba(32, 19, 11, 0.58) 100%),
        url("/images/startflow/decade-30s.webp") center 38% / cover no-repeat #5b3325;
}

.marker-tabs {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 14px;
}

.marker-tab,
.ask-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border-radius: 999px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    backdrop-filter: blur(12px);
}

.ask-pill {
    border: 0;
    background: #fff;
    color: #191910;
}

.marker-stack {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 8px;
    width: min(72%, 450px);
    margin: 0 auto;
}

.marker-card {
    border-radius: 14px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.96);
    color: #191910;
}

.marker-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.marker-name {
    font-size: 14px;
    font-weight: 800;
}

.marker-value {
    margin-top: 2px;
    color: #65655d;
    font-size: 13px;
    font-weight: 600;
}

.marker-range {
    position: relative;
    width: 140px;
    height: 18px;
    margin-top: 2px;
}

.marker-range::before {
    content: "";
    position: absolute;
    inset: 7px 0 auto;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d0d0c2 0 32%, #44c5af 32% 64%, #d0d0c2 64% 100%);
}

.marker-range.warn::before {
    background: linear-gradient(90deg, #d0d0c2 0 38%, #ffc04c 38% 68%, #d0d0c2 68% 100%);
}

.marker-caret {
    position: absolute;
    top: 0;
    left: 44%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #11100f;
}

.marker-range.warn .marker-caret {
    left: 50%;
}

.dot-matrix {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    gap: 7px 10px;
    margin-top: 16px;
}

.dot-matrix i {
    width: 3px;
    height: 3px;
    border-radius: 999px;
    background: #a4a496;
}

.dot-matrix i:nth-child(4n),
.dot-matrix i:nth-child(11n) {
    background: #11100f;
}

.care-toast {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 46px;
    border-radius: 999px;
    padding: 0 16px;
    background: rgba(25, 25, 16, 0.54);
    color: #fff;
    backdrop-filter: blur(18px);
    font-size: 13px;
    font-weight: 800;
}

.care-toast i {
    display: inline-grid;
    width: 22px;
    height: 22px;
    margin-inline-end: 8px;
    place-items: center;
    border-radius: 999px;
    background: #fff;
    color: #8f5534;
    font-style: normal;
}

.shot-tests {
    display: grid;
    align-content: center;
    padding: 122px 0 28px;
    background:
        linear-gradient(180deg, rgba(244, 243, 236, 0.78) 0%, rgba(226, 230, 223, 0.38) 100%),
        url("/images/startflow/sunlitjoy-female-goldenhour.webp") center 24% / cover;
}

.test-marquee {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 10px;
    opacity: 0.98;
}

.test-row {
    display: flex;
    gap: 8px;
    width: max-content;
}

.test-row:nth-child(1) { transform: translateX(-38px); }
.test-row:nth-child(2) { transform: translateX(28px); }
.test-row:nth-child(3) { transform: translateX(-86px); }

html[dir="rtl"] .test-row:nth-child(1) { transform: translateX(38px); }
html[dir="rtl"] .test-row:nth-child(2) { transform: translateX(-28px); }
html[dir="rtl"] .test-row:nth-child(3) { transform: translateX(86px); }

.test-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 8px 16px 8px 10px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.86);
    color: #191910;
    border: 1px solid rgba(255, 255, 255, 0.74);
    box-shadow: 0 18px 34px rgba(17, 16, 15, 0.08);
    backdrop-filter: blur(18px);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

html[dir="rtl"] .test-chip {
    padding: 8px 10px 8px 16px;
}

.test-thumb {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--thumb, linear-gradient(135deg, #0d7a68, #c4e3c1));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.30);
}

.score-strip {
    position: absolute;
    z-index: 3;
    left: 24px;
    right: 24px;
    top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.score-card {
    min-height: 74px;
    border-radius: 16px;
    padding: 14px 16px;
    background: #f7f7f2;
    color: #191910;
    box-shadow: 0 18px 42px rgba(17, 16, 15, 0.12);
}

.score-card.teal {
    color: #fff;
    background:
        radial-gradient(circle at 68% 88%, rgba(196, 227, 193, 0.68), transparent 38%),
        linear-gradient(135deg, #12546a, #1d7b92);
}

.score-card span {
    display: block;
    color: currentColor;
    opacity: 0.72;
    font-size: 13px;
    font-weight: 800;
}

.score-card strong {
    display: block;
    text-align: end;
    font-size: 46px;
    font-weight: 400;
    line-height: 0.9;
}

.score-card small {
    color: #0d7a68;
    font-size: 18px;
    font-weight: 800;
}

@media (max-width: 680px) {
    .process-media-card.showcase {
        min-height: 380px;
    }

    .shot-plan,
    .shot-trend,
    .shot-markers {
        padding: 18px;
    }

    .plan-panel,
    .marker-stack {
        width: 100%;
    }

    .plan-panel {
        padding: 14px;
    }

    .plan-panel h4 {
        font-size: 16px;
    }

    .plan-panel p {
        margin-bottom: 12px;
        font-size: 10px;
    }

    .plan-divider {
        margin-bottom: 12px;
    }

    .plan-head {
        margin-bottom: 10px;
    }

    .plan-list {
        gap: 9px;
    }

    .plan-list li {
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 9px;
    }

    html[dir="rtl"] .plan-list li {
        grid-template-columns: minmax(0, 1fr) 28px;
    }

    .plan-icon {
        width: 28px;
        height: 28px;
        border-radius: 8px;
    }

    .plan-panel p,
    .plan-list li,
    .marker-card,
    .care-toast,
    .test-chip {
        font-size: 11px;
    }

    .trend-value strong {
        font-size: 36px;
    }

    .trend-note {
        width: 54%;
        font-size: 10px;
    }

    .trend-graph {
        inset: auto 16px 24px 16px;
        height: 130px;
        background-size: 100% 32px, 42px 100%;
    }

    .marker-tabs {
        justify-content: flex-start;
        overflow: hidden;
    }

    .marker-tab,
    .ask-pill {
        min-height: 34px;
        padding: 0 12px;
        font-size: 11px;
    }

    .marker-range {
        width: 96px;
    }

    .dot-matrix {
        gap: 6px 8px;
    }

    .shot-tests {
        padding-top: 14px;
        align-content: start;
        /* size the column by the container, not the overflowing chip rows */
        grid-template-columns: minmax(0, 1fr);
    }

    .test-chip {
        min-height: 44px;
        border-radius: 12px;
    }

    .test-thumb {
        width: 30px;
        height: 30px;
        border-radius: 8px;
    }

    .score-strip {
        /* in-flow above the chips so the two can never overlap */
        position: static;
        order: -1;
        margin: 0 14px 12px;
    }

    .score-card {
        min-height: 58px;
        padding: 10px 12px;
    }

    .score-card span {
        font-size: 11px;
    }

    .score-card strong {
        font-size: 34px;
    }
}
