.ai-scenario-page {
    --scenario-ink: #13231d;
    --scenario-muted: #60756b;
    --scenario-green: #00b840;
    --scenario-deep: #087a4a;
    --scenario-pale: #f3f8f4;
    color: var(--scenario-ink);
    background: #fff;
    font-family: "SourceHanSansCN", "Microsoft YaHei", sans-serif;
    overflow: hidden;
}

.ai-scenario-page * {
    box-sizing: border-box;
}

.ai-scenario-page img {
    display: block;
    max-width: 100%;
}

.scenario-shell {
    width: min(1180px, calc(100% - 80px));
    margin: 0 auto;
}

.scenario-hero {
    position: relative;
    height: clamp(540px, 35.15625vw, 680px);
    min-height: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #f2f7f4;
}

.scenario-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(246, 250, 247, .96) 0%, rgba(246, 250, 247, .74) 40%, rgba(246, 250, 247, .1) 70%, rgba(246, 250, 247, 0) 100%);
    pointer-events: none;
}

/* The supplied desktop art is 16:9 while this hero is wider. Keep it uncropped, pin it to the right, and reserve its quiet area for copy. */
.scenario-hero-bg {
    position: absolute;
    inset: 0;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

.creation-page .scenario-hero-bg {
    background-image: url(/images/aiCreationSolution/ai_creation_banner.png), url(/images/shortDramaWorkflow/home_banner_short_drama_workflow.png);
}

.scenario-hero-content {
    position: relative;
    z-index: 1;
    width: min(85%, 1632px);
    max-width: none;
    padding: 100px 0 90px;
}

.scenario-kicker {
    color: var(--scenario-green);
    font: 700 12px/1.2 Arial, sans-serif;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.scenario-hero h1 {
    max-width: 660px;
    margin: 22px 0 22px;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.1;
    letter-spacing: -.03em;
}

.scenario-hero h1 em {
    color: var(--scenario-green);
    font-style: normal;
}

.scenario-hero p {
    max-width: 520px;
    margin: 0;
    color: var(--scenario-muted);
    font-size: 17px;
    line-height: 1.9;
}

.scenario-actions {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-top: 34px;
}

.scenario-link {
    color: var(--scenario-deep);
    font-size: 15px;
    text-decoration: none;
}

.scenario-link:hover {
    color: var(--scenario-green);
}

.scenario-section {
    padding: 112px 0;
}

.scenario-section.pale {
    background: var(--scenario-pale);
}

.scenario-section.dark {
    color: #effaf3;
    background: #10261e;
}

.scenario-section.dark .scenario-kicker {
    color: #54df9b;
}

.scenario-section.dark .scenario-copy p,
.scenario-section.dark .scenario-card p {
    color: #adc7b8;
}

.scenario-heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: end;
}

.scenario-heading h2,
.scenario-copy h2 {
    margin: 16px 0 0;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.18;
    letter-spacing: -.03em;
}

.scenario-heading h2 em,
.scenario-copy h2 em {
    color: var(--scenario-green);
    font-style: normal;
}

.scenario-heading p,
.scenario-copy p {
    margin: 0;
    color: var(--scenario-muted);
    font-size: 16px;
    line-height: 1.9;
}

.scenario-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 64px;
}

.scenario-card {
    min-height: 210px;
    padding: 27px 24px;
    border-top: 2px solid var(--scenario-green);
    background: #f6faf7;
}

.dark .scenario-card {
    background: rgba(255, 255, 255, .06);
    border-top-color: #54df9b;
}

.scenario-card b {
    display: block;
    color: var(--scenario-green);
    font: 700 12px/1.2 Arial, sans-serif;
    letter-spacing: .12em;
}

.scenario-card h3 {
    margin: 27px 0 12px;
    font-size: 19px;
}

.scenario-card p {
    margin: 0;
    color: var(--scenario-muted);
    font-size: 14px;
    line-height: 1.75;
}

.scenario-visual {
    overflow: hidden;
    border-radius: 14px;
    background: #eaf3ed;
    box-shadow: 0 24px 60px rgba(22, 75, 45, .14);
}

.scenario-visual img {
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}

.scenario-visual img[onerror] {
    background: linear-gradient(135deg, #edf7f0, #d8ebdf);
}

.split-section {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 82px;
    align-items: center;
}

.split-section.reverse {
    grid-template-columns: 1.18fr .82fr;
}

.split-section.reverse .scenario-copy {
    order: 2;
}

.scenario-points {
    display: grid;
    gap: 14px;
    margin-top: 32px;
}

.scenario-point {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 15px;
    align-items: start;
    padding-top: 16px;
    border-top: 1px solid #d9e8dd;
}

.dark .scenario-point {
    border-top-color: rgba(169, 224, 190, .2);
}

.scenario-point span {
    color: var(--scenario-green);
    font: 700 13px/1 Arial, sans-serif;
}

.scenario-point h3 {
    margin: 0 0 7px;
    font-size: 17px;
}

.scenario-point p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
}

.scenario-flow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    margin-top: 62px;
    padding-top: 7px;
}

.scenario-flow-item {
    position: relative;
    padding: 24px 14px 0 0;
    border-top: 1px solid #b6d6c1;
}

.scenario-flow-item::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid var(--scenario-pale);
    border-radius: 50%;
    background: var(--scenario-green);
}

.scenario-flow-item b {
    display: block;
    color: var(--scenario-green);
    font: 700 12px/1 Arial, sans-serif;
}

.scenario-flow-item strong {
    display: block;
    margin-top: 13px;
    font-size: 16px;
}

.scenario-flow-item span {
    display: block;
    margin-top: 8px;
    color: var(--scenario-muted);
    font-size: 13px;
    line-height: 1.6;
}

.dark .scenario-flow-item span {
    color: #adc7b8;
}

.scenario-feature-image {
    margin-top: 50px;
}

.scenario-feature-image img {
    width: 100%;
    border-radius: 12px;
}

.scenario-cta {
    padding: 94px 0;
    color: #fff;
    background: linear-gradient(110deg, #087a4a, #10261e);
}

.scenario-cta h2 {
    margin: 16px 0 0;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.2;
}

.scenario-cta h2 em {
    color: #54df9b;
    font-style: normal;
}

.scenario-cta p {
    max-width: 600px;
    margin: 18px 0 28px;
    color: #c5ddce;
    line-height: 1.8;
}

.scenario-label {
    display: inline-block;
    padding: 7px 10px;
    color: var(--scenario-deep);
    background: #dff4e6;
    border-radius: 4px;
    font: 700 11px/1 Arial, sans-serif;
    letter-spacing: .1em;
}

.opc-page .scenario-hero-bg {
    background-image: url(/images/scenarioWorkspaces/opc_one_person_team_visual.png), url(/images/shortDramaWorkflow/home_banner_short_drama_workflow.png);
}

.ecommerce-page .scenario-hero-bg {
    background-image: url(/images/scenarioWorkspaces/ecommerce_workbench_visual.png), url(/images/shortDramaWorkflow/home_banner_short_drama_workflow.png);
}

.scenario-visual--concept {
    padding: 0;
}

.scenario-visual--concept::after {
    content: "场景方案示意";
    position: absolute;
    margin: 18px;
    padding: 7px 10px;
    border-radius: 4px;
    color: #087a4a;
    background: rgba(255, 255, 255, .9);
    font-size: 11px;
}

.scenario-visual--concept {
    position: relative;
}

@media (max-width: 905px) {
    .scenario-shell {
        width: calc(100% - 10vw);
    }

    .scenario-hero {
        min-height: 232px;
        height: auto;
    }

    .scenario-hero-bg {
        background-position: 68% center;
        background-size: cover;
    }

    .scenario-hero::after {
        background: linear-gradient(90deg, rgba(246, 250, 247, .95), rgba(246, 250, 247, .7) 62%, rgba(246, 250, 247, .1));
    }

    .scenario-hero-content {
        width: 72%;
        padding: 60px 0 43px;
        margin-left: 5vw;
    }

    .scenario-hero h1 {
        margin: 15px 0;
        font-size: 18px;
    }

    .scenario-hero p {
        font-size: 12px;
        line-height: 1.7;
    }

    .scenario-actions {
        gap: 16px;
        margin-top: 22px;
    }

    .scenario-link {
        font-size: 12px;
    }

    .scenario-section {
        padding: 72px 0;
    }

    .scenario-heading,
    .split-section,
    .split-section.reverse {
        display: block;
    }

    .scenario-heading p,
    .scenario-copy p {
        margin-top: 20px;
        font-size: 14px;
    }

    .scenario-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 38px;
    }

    .scenario-card {
        min-height: auto;
        padding: 22px 20px;
    }

    .scenario-card h3 {
        margin: 18px 0 9px;
    }

    .scenario-visual {
        margin-top: 35px;
    }

    .scenario-visual img {
        min-height: 180px;
    }

    .split-section.reverse .scenario-copy {
        order: initial;
    }

    .scenario-flow {
        grid-template-columns: repeat(5, minmax(110px, 1fr));
        overflow-x: auto;
        padding-bottom: 10px;
        margin-top: 40px;
    }

    .scenario-flow-item {
        min-width: 110px;
    }

    .scenario-feature-image {
        margin-top: 32px;
    }
}

/* Three scenario pages deliberately use different information architectures. */
.creation-gallery-page {
    --scenario-green: #00B840;
    --scenario-deep: #087A4A;
    --scenario-pale: #f2f8f4;
}

.creation-gallery-hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #f3f7f4;
}

.creation-gallery-hero::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(247, 250, 248, .96), rgba(247, 250, 248, .74) 40%, rgba(247, 250, 248, .1) 70%, rgba(247, 250, 248, 0));
}

.creation-gallery-visual {
    position: absolute;
    inset: 0;
    background: url(/images/aiCreationSolution/ai_creation_banner.png) right center/contain no-repeat;
}

.creation-gallery-copy {
    position: relative;
    z-index: 1;
    width: min(85%, 1632px);
    max-width: none;
    padding: 100px 0;
}

.creation-gallery-copy h1 {
    margin: 22px 0;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.1;
    letter-spacing: -.03em;
}

.creation-gallery-copy h1 em {
    color: #00B840;
    font-style: normal;
}

.creation-gallery-copy p {
    max-width: 510px;
    color: #587063;
    font-size: 17px;
    line-height: 1.9;
}

.creation-studio-section {
    padding: 112px 0;
    color: #183328;
    background: #fbfdfb;
}

.creation-studio-heading {
    display: grid;
    grid-template-columns: 1fr .85fr;
    gap: 86px;
    align-items: end;
}

.creation-studio-heading h2,
.creation-agent-stage h2,
.creation-library-section h2 {
    margin: 15px 0 0;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.16;
    letter-spacing: -.03em;
}

.creation-studio-heading h2 em,
.creation-agent-stage h2 em,
.creation-library-section h2 em {
    color: #00B840;
    font-style: normal;
}

.creation-studio-heading p {
    margin: 0;
    color: #62796d;
    font-size: 16px;
    line-height: 1.9;
}

.creation-media-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 9px;
    margin-top: 68px;
}

.creation-media-strip article {
    min-height: 160px;
    padding: 20px;
    background: #eef5f0;
}

.creation-media-strip article:nth-child(2) {
    background: #e2f1e6;
}

.creation-media-strip article:nth-child(3) {
    background: #dceee2;
}

.creation-media-strip article:nth-child(4) {
    background: #e9f3ec;
}

.creation-media-strip article:nth-child(5) {
    background: #dff0e5;
}

.creation-media-strip span {
    display: block;
    color: #00B840;
    font: 700 11px/1 Arial, sans-serif;
}

.creation-media-strip b {
    display: block;
    margin-top: 43px;
    font-size: 19px;
}

.creation-media-strip small {
    display: block;
    margin-top: 8px;
    color: #64786c;
    font-size: 12px;
    line-height: 1.5;
}

.creation-agent-stage {
    padding: 124px 0;
    color: #edf8f1;
    background: #10261e;
}

.creation-agent-layout {
    display: grid;
    grid-template-columns: .76fr 1.24fr;
    gap: 82px;
    align-items: center;
}

.creation-agent-copy>p,
.creation-library-section p {
    color: #61776a;
    font-size: 16px;
    line-height: 1.85;
}

.creation-agent-copy>p {
    color: #bad2c3;
}

.creation-agent-trace {
    margin-top: 30px;
    border-top: 1px solid rgba(187, 220, 199, .25);
}

.creation-agent-trace>div {
    display: grid;
    grid-template-columns: 36px 1fr;
    column-gap: 12px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(187, 220, 199, .2);
}

.creation-agent-trace b {
    grid-row: 1 / 3;
    color: #00B840;
    font: 700 12px/1 Arial, sans-serif;
}

.creation-agent-trace strong {
    color: #fff;
    font-size: 15px;
}

.creation-agent-trace p {
    grid-column: 2;
    margin: 6px 0 0;
    color: #bad2c3;
    font-size: 13px;
    line-height: 1.65;
}

.creation-agent-screen {
    padding: 11px;
    background: #eff8f2;
    box-shadow: 0 25px 60px rgba(5, 41, 23, .35);
}

.creation-agent-screen img {
    width: 100%;
}

.creation-library-section {
    padding: 118px 0;
    color: #183328;
    background: #fbfdfb;
}

.creation-library-layout {
    display: grid;
    grid-template-columns: 1.17fr .83fr;
    gap: 82px;
    align-items: center;
}

.creation-library-frame {
    overflow: hidden;
    box-shadow: 0 25px 58px rgba(8, 122, 74, .12);
}

.creation-library-frame img {
    width: 100%;
}

.creation-gallery-cta {
    padding: 100px 0;
    color: #effaf3;
    background: #10261e;
}

.creation-gallery-cta h2 {
    margin: 16px 0 0;
    font-size: clamp(32px, 4vw, 52px);
}

.creation-gallery-cta p {
    max-width: 560px;
    color: #c1d9c9;
    line-height: 1.8;
}

.ecommerce-board-page {
    --scenario-green: #00a868;
    --scenario-deep: #097451;
    --scenario-pale: #eff8f3;
}

.commerce-campaign-section {
    padding: 112px 0;
    background: #eff7f3;
}

.commerce-campaign-heading {
    display: grid;
    grid-template-columns: 1fr .85fr;
    gap: 78px;
    align-items: end;
}

.commerce-campaign-heading h2 {
    margin: 15px 0 0;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.16;
    letter-spacing: -.03em;
}

.commerce-campaign-heading h2 em {
    color: #00a868;
    font-style: normal;
}

.commerce-campaign-heading p {
    margin: 0;
    color: #657a6e;
    font-size: 16px;
    line-height: 1.85;
}

.commerce-board {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 0;
    margin-top: 64px;
    overflow: hidden;
    border: 1px solid #d4e7da;
    background: #fff;
    box-shadow: 0 22px 55px rgba(21, 89, 57, .1);
}

.commerce-board-visual {
    padding: 13px;
    background: #e1f0e6;
}

.commerce-board-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.commerce-board-tasks {
    padding: 16px 26px;
}

.commerce-board-tasks article {
    padding: 19px 0;
    border-bottom: 1px solid #dce9df;
}

.commerce-board-tasks article:last-child {
    border: 0;
}

.commerce-board-tasks b {
    color: #00a868;
    font: 700 11px/1 Arial, sans-serif;
}

.commerce-board-tasks h3 {
    margin: 10px 0 7px;
    font-size: 18px;
}

.commerce-board-tasks p {
    margin: 0;
    color: #6c8175;
    font-size: 13px;
    line-height: 1.7;
}

.opc-command-page {
    --scenario-green: #1d8fb3;
    --scenario-deep: #136983;
    --scenario-pale: #eef6f8;
}

.opc-command-page .scenario-hero {
    background: #edf6f8;
}

.opc-command-page .scenario-hero::after {
    background: linear-gradient(90deg, rgba(244, 250, 251, .94), rgba(244, 250, 251, .68) 45%, rgba(244, 250, 251, .08));
}

.opc-command-section {
    padding: 112px 0;
    color: #16343d;
    background: #eff7f8;
}

.opc-command-heading {
    display: grid;
    grid-template-columns: 1fr .85fr;
    gap: 78px;
    align-items: end;
}

.opc-command-heading h2 {
    margin: 15px 0 0;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.16;
    letter-spacing: -.03em;
}

.opc-command-heading h2 em {
    color: #1d8fb3;
    font-style: normal;
}

.opc-command-heading p {
    margin: 0;
    color: #617980;
    font-size: 16px;
    line-height: 1.85;
}

.opc-command-deck {
    display: grid;
    grid-template-columns: .95fr 1.2fr .95fr;
    gap: 18px;
    margin-top: 62px;
    padding: 18px;
    color: #eaf6f8;
    background: #143743;
    box-shadow: 0 25px 58px rgba(17, 73, 87, .15);
}

.opc-command-goal,
.opc-command-output {
    min-height: 235px;
    padding: 25px;
    border: 1px solid rgba(161, 220, 234, .22);
    background: rgba(255, 255, 255, .04);
}

.opc-command-goal>span,
.opc-command-output b {
    color: #68d3ed;
    font: 700 11px/1 Arial, sans-serif;
    letter-spacing: .12em;
}

.opc-command-goal strong,
.opc-command-output strong {
    display: block;
    margin-top: 44px;
    font-size: 20px;
}

.opc-command-goal p,
.opc-command-output p {
    margin: 10px 0 0;
    color: #afcbd1;
    font-size: 13px;
    line-height: 1.7;
}

.opc-command-routes {
    display: grid;
    gap: 9px;
}

.opc-command-routes article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    border: 1px solid rgba(161, 220, 234, .17);
    background: rgba(45, 111, 126, .45);
}

.opc-command-routes b {
    color: #68d3ed;
    font: 700 10px/1 Arial, sans-serif;
    letter-spacing: .1em;
}

.opc-command-routes span {
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 905px) {
    .creation-gallery-hero {
        min-height: 232px;
    }

    .creation-gallery-hero::after {
        background: linear-gradient(90deg, rgba(255, 249, 246, .95), rgba(255, 249, 246, .73) 64%, rgba(255, 249, 246, .1));
    }

    .creation-gallery-visual {
        background-position: 68% center;
        background-size: cover;
    }

    .creation-gallery-copy {
        width: 72%;
        padding: 60px 0 43px;
        margin-left: 5vw;
    }

    .creation-gallery-copy h1 {
        margin: 15px 0;
        font-size: 18px;
    }

    .creation-gallery-copy p {
        font-size: 12px;
        line-height: 1.7;
    }

    .creation-studio-section,
    .creation-agent-stage,
    .creation-library-section,
    .commerce-campaign-section,
    .opc-command-section {
        padding: 40px 0;
    }

    .creation-studio-heading,
    .creation-agent-layout,
    .creation-library-layout,
    .commerce-campaign-heading,
    .opc-command-heading {
        display: block;
    }

    .creation-studio-heading p,
    .commerce-campaign-heading p,
    .opc-command-heading p {
        margin-top: 19px;
        font-size: 14px;
    }

    .creation-media-strip {
        grid-template-columns: 1fr 1fr;
        margin-top: 38px;
    }

    .creation-media-strip article {
        min-height: 126px;
    }

    .creation-media-strip article:last-child {
        grid-column: 1 / -1;
    }

    .creation-media-strip b {
        margin-top: 24px;
    }

    .creation-agent-screen,
    .creation-library-frame {
        margin-top: 35px;
    }

    .commerce-board {
        display: block;
        margin-top: 38px;
    }

    .commerce-board-tasks {
        padding: 10px 19px;
    }

    .opc-command-deck {
        display: block;
        margin-top: 38px;
        padding: 10px;
    }

    .opc-command-goal,
    .opc-command-output {
        min-height: 0;
    }

    .opc-command-goal strong,
    .opc-command-output strong {
        margin-top: 22px;
    }

    .opc-command-routes {
        margin: 10px 0;
    }

    .opc-command-routes article {
        min-height: 72px;
    }

    .creation-gallery-cta,
    .scenario-section,
    .scenario-cta{
        padding: 40px 0;
    }
    .creation-studio-heading h2,
    .creation-agent-stage h2,
    .creation-library-section h2,
    .creation-gallery-cta h2,
    .scenario-heading h2, .scenario-copy h2,
    .commerce-campaign-heading h2,
    .scenario-cta h2,
    .opc-command-heading h2{
        font-size: 20px;
    }
}

/* Scenario palettes remain within the Duli green system while retaining distinct layouts. */
.creation-gallery-page {
    --scenario-green: #00B840;
    --scenario-deep: #087A4A;
    --scenario-pale: #f2f8f4;
}

.creation-gallery-hero {
    background: #f3f7f4;
}

.creation-gallery-hero::after {
    background: linear-gradient(90deg, rgba(247, 250, 248, .96), rgba(247, 250, 248, .7) 46%, rgba(247, 250, 248, .08));
}

.creation-gallery-copy h1 em,
.creation-studio-heading h2 em,
.creation-agent-stage h2 em,
.creation-library-section h2 em {
    color: #00B840;
}

.creation-gallery-copy p {
    color: #587063;
}

.creation-studio-section {
    color: #183328;
    background: #fbfdfb;
}

.creation-studio-heading p {
    color: #62796d;
}

.creation-media-strip article {
    background: #eef5f0;
}

.creation-media-strip article:nth-child(2) {
    background: #e2f1e6;
}

.creation-media-strip article:nth-child(3) {
    background: #dceee2;
}

.creation-media-strip article:nth-child(4) {
    background: #e9f3ec;
}

.creation-media-strip article:nth-child(5) {
    background: #dff0e5;
}

.creation-media-strip span,
.creation-agent-trace b {
    color: #00B840;
}

.creation-media-strip small {
    color: #64786c;
}

.creation-agent-stage {
    color: #edf8f1;
    background: #10261e;
}

.creation-agent-copy>p {
    color: #bad2c3;
}

.creation-agent-trace {
    border-top-color: rgba(187, 220, 199, .25);
}

.creation-agent-trace>div {
    border-bottom-color: rgba(187, 220, 199, .2);
}

.creation-agent-trace strong {
    color: #fff;
}

.creation-agent-trace p {
    color: #bad2c3;
}

.creation-agent-screen {
    background: #eff8f2;
    box-shadow: 0 25px 60px rgba(5, 41, 23, .35);
}

.creation-library-section {
    color: #183328;
    background: #fbfdfb;
}

.creation-library-section p {
    color: #61776a;
}

.creation-library-frame {
    box-shadow: 0 25px 58px rgba(8, 122, 74, .12);
}

.creation-gallery-cta {
    color: #effaf3;
    background: #10261e;
}

.creation-gallery-cta p {
    color: #c1d9c9;
}

.ecommerce-board-page {
    --scenario-green: #00B840;
    --scenario-deep: #087A4A;
    --scenario-pale: #eff8f2;
}

.commerce-campaign-heading h2 em,
.commerce-board-tasks b {
    color: #00B840;
}

.commerce-campaign-section {
    background: #eff8f2;
}

.commerce-board {
    border-color: #d1e7d8;
    box-shadow: 0 22px 55px rgba(8, 122, 74, .1);
}

.commerce-board-visual {
    background: #e1f1e6;
}

.opc-command-page {
    --scenario-green: #00B840;
    --scenario-deep: #087A4A;
    --scenario-pale: #edf8f1;
}

.opc-command-page .scenario-hero {
    background: #eff8f2;
}

.opc-command-page .scenario-hero::after {
    background: linear-gradient(90deg, rgba(247, 251, 248, .95), rgba(247, 251, 248, .7) 45%, rgba(247, 251, 248, .08));
}

.opc-command-section {
    color: #153628;
    background: #eef8f1;
}

.opc-command-heading h2 em {
    color: #00B840;
}

.opc-command-heading p {
    color: #5f7869;
}

.opc-command-deck {
    color: #effaf3;
    background: #102b20;
    box-shadow: 0 25px 58px rgba(8, 72, 39, .18);
}

.opc-command-goal,
.opc-command-output {
    border-color: rgba(158, 227, 187, .22);
}

.opc-command-goal>span,
.opc-command-output b,
.opc-command-routes b {
    color: #60e09d;
}

.opc-command-goal p,
.opc-command-output p {
    color: #bad4c4;
}

.opc-command-routes article {
    border-color: rgba(158, 227, 187, .16);
    background: rgba(34, 100, 64, .45);
}

@media (max-width: 905px) {
    .creation-gallery-hero::after {
        background: linear-gradient(90deg, rgba(247, 250, 248, .96), rgba(247, 250, 248, .76) 64%, rgba(247, 250, 248, .1));
    }
}

/* Live-commerce and OPC workbench screens use the actual scenario prototypes. */
.scenario-hero h1,
.scenario-heading h2,
.scenario-copy h2,
.commerce-campaign-heading h2,
.opc-command-heading h2 {
    text-wrap: balance;
}

.commerce-board-visual {
    display: flex;
    align-items: center;
}

.commerce-board-visual img {
    height: auto;
    object-fit: contain;
}

.commerce-opportunity-board {
    align-self: center;
    padding: 12px;
    border: 1px solid rgba(149, 234, 183, .24);
    background: linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .025));
}

.commerce-opportunity-head {
    display: grid;
    gap: 10px;
    padding: 22px;
    border-bottom: 1px solid rgba(167, 230, 193, .22);
}

.commerce-opportunity-head span {
    color: #75e5a8;
    font: 700 10px/1 Arial, sans-serif;
    letter-spacing: .13em;
}

.commerce-opportunity-head strong {
    color: #fff;
    font-size: 26px;
}

.commerce-opportunity-row {
    display: grid;
    gap: 8px;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(167, 230, 193, .16);
}

.commerce-opportunity-row:last-child {
    border: 0;
}

.commerce-opportunity-row b {
    color: #72e3a6;
    font-size: 13px;
}

.commerce-opportunity-row span {
    color: #d5eadc;
    font-size: 15px;
    line-height: 1.6;
}

.ecommerce-reuse-section {
    background: #f6faf7;
}

.commerce-reuse-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 22px;
    background: #163527;
    box-shadow: 0 24px 52px rgba(8, 74, 39, .18);
}

.commerce-reuse-grid span {
    padding: 17px;
    color: #d9f5e3;
    border: 1px solid rgba(156, 235, 188, .2);
    font-size: 14px;
}

.commerce-reuse-grid strong {
    grid-column: 1 / -1;
    padding: 18px 2px 0;
    color: #74e8aa;
    font-size: 20px;
}

.opc-dashboard-frame {
    position: relative;
    margin-top: 58px;
    padding: 11px;
    background: #fff;
    box-shadow: 0 25px 62px rgba(8, 76, 40, .16);
}

.opc-dashboard-frame img {
    width: 100%;
}

.opc-dashboard-frame span {
    position: absolute;
    left: 26px;
    bottom: 25px;
    padding: 7px 10px;
    color: #087a4a;
    background: rgba(255, 255, 255, .92);
    font: 700 11px/1 Arial, sans-serif;
}

.opc-workbench-visual img {
    min-height: 0;
    object-fit: contain;
}

.opc-studio-section {
    background: #f5faf7;
}

.ecommerce-board-page .scenario-cta .scenario-button,
.opc-command-page .scenario-cta .scenario-button,
.creation-gallery-page .creation-gallery-cta .scenario-button {
    display: none;
}

.ecommerce-board-page .scenario-cta p,
.opc-command-page .scenario-cta p,
.creation-gallery-page .creation-gallery-cta p {
    margin-bottom: 0;
}

@media (max-width: 905px) {
    .commerce-opportunity-board {
        margin-top: 34px;
    }

    .opc-dashboard-frame {
        margin-top: 35px;
        padding: 6px;
    }

    .opc-dashboard-frame span {
        left: 14px;
        bottom: 14px;
        font-size: 9px;
    }

    .commerce-reuse-grid {
        margin-top: 34px;
    }
}

@media (min-width: 906px) {

    .scenario-hero h1,
    .creation-gallery-copy h1 {
        font-size: 52px;
    }
}

/* Match the short-drama workflow page: the hero art arrives first, then copy. */
[data-hero-entrance] .scenario-hero-bg,
[data-hero-entrance] .creation-gallery-visual {
    animation: scenario-hero-background-in 1.1s ease both;
    will-change: transform, opacity;
}

[data-hero-entrance] .scenario-hero-content,
[data-hero-entrance] .creation-gallery-copy {
    animation: scenario-hero-copy-in .8s .2s ease both;
    will-change: transform, opacity;
}

@keyframes scenario-hero-background-in {
    from {
        transform: scale(1.055);
        opacity: .2;
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes scenario-hero-copy-in {
    from {
        opacity: 0;
        transform: translate3d(0, 28px, 0);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {

    [data-hero-entrance] .scenario-hero-bg,
    [data-hero-entrance] .creation-gallery-visual,
    [data-hero-entrance] .scenario-hero-content,
    [data-hero-entrance] .creation-gallery-copy {
        animation: none;
    }
}