.apv2-hello { background: var(--apv2-canvas); }
.apv2-hello .apv2-main { overflow: clip; }

.hpv2-hero { padding: 94px 0 104px; border-bottom: 1px solid var(--apv2-line); }
.hpv2-hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(380px, .7fr); align-items: center; gap: clamp(50px, 8vw, 110px); }
.hpv2-hero-copy { max-width: 810px; }
.hpv2-hero-copy .apv2-display { max-width: 790px; margin-top: 22px; font-size: clamp(57px, 6.2vw, 90px); line-height: .94; }
.hpv2-hero-copy .apv2-lead { max-width: 720px; }
.hpv2-hero-proof { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 28px; color: var(--apv2-muted); font-size: 12px; font-weight: 620; }
.hpv2-hero-proof span { display: inline-flex; align-items: center; gap: 6px; }
.hpv2-hero-proof svg { width: 15px; height: 15px; color: var(--apv2-mint-dark); }

.hpv2-tour-card { padding: 25px; border: 1px solid var(--apv2-line); border-radius: 25px; background: #fff; box-shadow: var(--apv2-shadow); }
.hpv2-tour-card > header { display: grid; grid-template-columns: 1fr auto; padding-bottom: 20px; border-bottom: 1px solid var(--apv2-line); }
.hpv2-tour-card > header span { color: var(--apv2-mint-dark); font-size: var(--apv2-readable-min); font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.hpv2-tour-card > header strong { grid-column: 1; margin-top: 6px; font-size: 20px; font-weight: 680; letter-spacing: -.03em; }
.hpv2-tour-card > header em { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--apv2-faint); font-size: var(--apv2-readable-min); font-style: normal; }
.hpv2-tour-card ol { margin: 0; padding: 0; list-style: none; }
.hpv2-tour-card li { display: grid; grid-template-columns: 27px minmax(0, 1fr); gap: 9px; padding: 18px 0; border-bottom: 1px solid var(--apv2-line); }
.hpv2-tour-card li > span { padding-top: 12px; color: var(--apv2-faint); font-size: var(--apv2-readable-min); font-weight: 730; }
.hpv2-tour-card li > div { display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 11px; }
.hpv2-tour-card li svg { width: 21px; height: 21px; color: var(--apv2-mint-dark); }
.hpv2-tour-card li anora-thinking-orb { --anora-orb-size: 32px; margin: 5px; }
.hpv2-tour-card li p { margin: 0; }
.hpv2-tour-card li strong, .hpv2-tour-card li small { display: block; }
.hpv2-tour-card li strong { font-size: 13px; font-weight: 670; }
.hpv2-tour-card li small { margin-top: 4px; color: var(--apv2-muted); font-size: var(--apv2-readable-min); line-height: 1.45; }
.hpv2-tour-card > footer { display: grid; grid-template-columns: auto 1fr 1px auto 1fr; align-items: center; gap: 8px; padding-top: 19px; }
.hpv2-tour-card > footer span { color: var(--apv2-ink); font-size: var(--apv2-readable-min); font-weight: 760; letter-spacing: .08em; }
.hpv2-tour-card > footer p { margin: 0; color: var(--apv2-faint); font-size: var(--apv2-readable-min); }
.hpv2-tour-card > footer i { width: 1px; height: 22px; background: var(--apv2-line); }

.hpv2-benefit-section { background: #f1f4f4; }
.hpv2-benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.hpv2-benefit-card { min-height: 350px; padding: 28px; border: 1px solid var(--apv2-line); border-radius: 24px; background: #fff; }
.hpv2-benefit-card > span { color: var(--apv2-faint); font-size: var(--apv2-readable-min); font-weight: 730; }
.hpv2-benefit-card > div { display: grid; width: 50px; height: 50px; margin-top: 65px; place-items: center; border-radius: 15px; color: var(--apv2-mint-dark); background: var(--apv2-mint-soft); }
.hpv2-benefit-card svg { width: 24px; height: 24px; }
.hpv2-benefit-card h3 { margin: 22px 0 0; font-size: 25px; font-weight: 670; letter-spacing: -.04em; line-height: 1.08; }
.hpv2-benefit-card p { margin: 14px 0 0; color: var(--apv2-muted); font-size: 13px; line-height: 1.65; }

.hpv2-workbench-section { color: var(--apv2-ink); background: #f2f5f5; }
.hpv2-workbench-section .apv2-eyebrow { color: var(--apv2-mint-dark); }
.hpv2-workbench-section .apv2-section-head > div h2 { color: var(--apv2-ink); }
.hpv2-workbench-section .apv2-section-head > p { color: var(--apv2-muted); }
.hpv2-workbench { overflow: hidden; border: 1px solid var(--apv2-line); border-radius: 28px; background: #fff; box-shadow: 0 28px 72px rgba(35, 44, 58, .09); }
.hpv2-workbench > header { display: grid; grid-template-columns: 1fr auto; padding: 19px 23px; border-bottom: 1px solid var(--apv2-line); }
.hpv2-workbench > header span { color: var(--apv2-mint-dark); font-size: var(--apv2-readable-min); font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.hpv2-workbench > header strong { grid-column: 1; margin-top: 5px; font-size: 13px; }
.hpv2-workbench > header em { grid-column: 2; grid-row: 1 / 3; display: flex; align-items: center; gap: 7px; color: var(--apv2-faint); font-size: var(--apv2-readable-min); font-style: normal; }
.hpv2-workbench > header em i { width: 7px; height: 7px; border-radius: 50%; background: var(--apv2-mint-dark); box-shadow: 0 0 0 4px rgba(8, 168, 141, .1); }
.hpv2-workbench-flow { display: grid; grid-template-columns: minmax(260px, 1fr) minmax(200px, .72fr) minmax(270px, 1fr); align-items: center; gap: 28px; padding: clamp(28px, 5vw, 64px); }
.hpv2-brief-card { padding: 24px; border: 1px solid var(--apv2-line); border-radius: 20px; background: #f8fafa; }
.hpv2-brief-card > span, .hpv2-output-stack > span { color: var(--apv2-mint-dark); font-size: var(--apv2-readable-min); font-weight: 730; letter-spacing: .09em; text-transform: uppercase; }
.hpv2-brief-card h3 { margin: 17px 0 0; font-size: clamp(23px, 2.5vw, 34px); font-weight: 640; letter-spacing: -.04em; line-height: 1.1; }
.hpv2-brief-card > div { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 24px; }
.hpv2-brief-card > div span { padding: 7px 9px; border: 1px solid var(--apv2-line); border-radius: 9px; color: var(--apv2-muted); background: #fff; font-size: var(--apv2-readable-min); }
.hpv2-noah-pipe { position: relative; display: grid; min-height: 170px; place-items: center; }
.hpv2-pipe-line { position: absolute; right: -35px; left: -35px; height: 1px; background: rgba(8, 168, 141, .24); }
.hpv2-noah-pill { position: relative; z-index: 2; display: grid; grid-template-columns: 53px minmax(0, 1fr); width: min(100%, 250px); align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid var(--apv2-line); border-radius: 999px; background: #fff; box-shadow: 0 14px 34px rgba(35, 44, 58, .12); }
.hpv2-noah-pill anora-thinking-orb { --anora-orb-size: 46px; }
.hpv2-noah-pill p { margin: 0; }
.hpv2-noah-pill strong, .hpv2-noah-pill small { display: block; }
.hpv2-noah-pill strong { color: var(--apv2-ink); font-size: var(--apv2-readable-min); line-height: 1.35; }
.hpv2-noah-pill small { margin-top: 3px; color: var(--apv2-faint); font-size: var(--apv2-readable-min); }
.hpv2-output-stack { display: grid; gap: 8px; }
.hpv2-output-stack > span { margin-bottom: 5px; }
.hpv2-output-stack > div { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 11px; border: 1px solid var(--apv2-line); border-radius: 14px; background: #f8fafa; }
.hpv2-output-stack > div > i { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; color: var(--apv2-mint-dark); background: var(--apv2-mint-soft); }
.hpv2-output-stack svg { width: 20px; height: 20px; }
.hpv2-output-stack p { margin: 0; }
.hpv2-output-stack strong, .hpv2-output-stack small { display: block; }
.hpv2-output-stack strong { color: var(--apv2-ink); font-size: var(--apv2-readable-min); }
.hpv2-output-stack small { margin-top: 3px; color: var(--apv2-faint); font-size: var(--apv2-readable-min); }
.hpv2-output-stack em { color: var(--apv2-muted); font-size: var(--apv2-readable-min); font-style: normal; }

.hpv2-flow-section { background: var(--apv2-canvas); }
.hpv2-flow-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.hpv2-flow-card { display: flex; min-height: 410px; padding: 28px; border: 1px solid var(--apv2-line); border-radius: 24px; background: #fff; flex-direction: column; }
.hpv2-flow-card header { display: flex; align-items: center; justify-content: space-between; }
.hpv2-flow-card header > span { color: var(--apv2-faint); font-size: var(--apv2-readable-min); font-weight: 730; }
.hpv2-flow-card header > i { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 13px; color: var(--apv2-mint-dark); background: var(--apv2-mint-soft); }
.hpv2-flow-card header svg { width: 22px; height: 22px; }
.hpv2-flow-card h3 { margin: 78px 0 0; font-size: 32px; font-weight: 670; letter-spacing: -.045em; line-height: 1.02; }
.hpv2-flow-card > p { margin: 16px 0 0; color: var(--apv2-muted); font-size: 13px; line-height: 1.65; }
.hpv2-flow-card > div { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; padding-top: 36px; }
.hpv2-flow-card > div span { padding: 7px 9px; border-radius: 9px; color: var(--apv2-muted); background: #f1f4f5; font-size: var(--apv2-readable-min); font-weight: 620; }

.hpv2-final-cta { padding-bottom: 88px; }
.hpv2-final-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 50px; padding: clamp(36px, 6vw, 76px); border: 1px solid var(--apv2-line); border-radius: 29px; color: var(--apv2-ink); background: #fff; box-shadow: 0 24px 64px rgba(35, 44, 58, .08); }
.hpv2-final-card .apv2-kicker { color: var(--apv2-mint-dark); }
.hpv2-final-card h2 { max-width: 850px; margin: 18px 0 0; font-size: clamp(42px, 5.5vw, 70px); font-weight: 680; letter-spacing: -.06em; line-height: .98; }
.hpv2-final-card p { max-width: 670px; margin: 20px 0 0; color: var(--apv2-muted); font-size: 14px; line-height: 1.65; }
.hpv2-final-card .apv2-actions { align-items: stretch; flex-direction: column; flex-wrap: nowrap; }
.hpv2-final-card .apv2-button-primary { color: #fff; background: var(--apv2-ink); }
.hpv2-final-card .apv2-button-secondary { border-color: var(--apv2-line); color: var(--apv2-ink); background: #fff; }

@media (max-width: 980px) {
    .hpv2-hero-grid, .hpv2-workbench-flow { grid-template-columns: 1fr; }
    .hpv2-tour-card { width: min(100%, 640px); }
    .hpv2-workbench-flow { gap: 16px; }
    .hpv2-noah-pipe { min-height: 110px; }
    .hpv2-pipe-line { top: -17px; bottom: -17px; left: 50%; width: 1px; height: auto; }
    .hpv2-noah-pill { width: min(100%, 290px); }
    .hpv2-flow-grid { grid-template-columns: 1fr; }
    .hpv2-flow-card { min-height: 330px; }
    .hpv2-flow-card h3 { margin-top: 56px; }
    .hpv2-final-card { grid-template-columns: 1fr; }
    .hpv2-final-card .apv2-actions { max-width: 360px; }
}

@media (max-width: 760px) {
    .hpv2-benefit-grid { grid-template-columns: 1fr; }
    .hpv2-benefit-card { min-height: 300px; }
    .hpv2-benefit-card > div { margin-top: 46px; }
}

@media (max-width: 700px) {
    .hpv2-hero { padding: 62px 0 74px; }
    .hpv2-hero-copy .apv2-display { font-size: clamp(45px, 13vw, 61px); }
    .hpv2-tour-card { padding: 20px; border-radius: 21px; }
    .hpv2-tour-card > footer { grid-template-columns: auto 1fr; }
    .hpv2-tour-card > footer i { display: none; }
    .hpv2-workbench { border-radius: 22px; }
    .hpv2-workbench > header { padding: 16px; }
    .hpv2-workbench-flow { padding: 16px; }
    .hpv2-brief-card { padding: 20px; }
    .hpv2-output-stack > div { grid-template-columns: 36px minmax(0, 1fr); }
    .hpv2-output-stack > div > em { grid-column: 2; }
    .hpv2-flow-card { min-height: 350px; padding: 24px; }
    .hpv2-flow-card h3 { font-size: 31px; }
    .hpv2-final-cta { padding-bottom: 58px; }
    .hpv2-final-card { padding: 34px 24px; border-radius: 24px; }
    .hpv2-final-card h2 { font-size: clamp(40px, 11.8vw, 55px); }
    .hpv2-final-card .apv2-actions { max-width: none; }
}

@media (max-width: 390px) {
    .hpv2-hero-copy .apv2-display { font-size: 43px; }
    .hpv2-hero-proof { display: grid; }
    .hpv2-tour-card li > div { grid-template-columns: 37px minmax(0, 1fr); }
    .hpv2-workbench > header em { grid-column: 1; grid-row: auto; margin-top: 8px; }
    .hpv2-workbench > header { grid-template-columns: 1fr; }
    .hpv2-noah-pill { grid-template-columns: 46px minmax(0, 1fr); padding: 10px 12px; }
    .hpv2-noah-pill anora-thinking-orb { --anora-orb-size: 40px; }
}

@media (prefers-reduced-motion: reduce) {
    .hpv2-noah-pill anora-thinking-orb { animation: none; }
}

/* Page-specific readability contract: no visible Hello copy renders below 12 px. */
.apv2-hello .apv2-preview-pill,
.apv2-hello .apv2-mobile-menu nav a span,
.apv2-hello .apv2-mobile-menu nav a strong small,
.apv2-hello .apv2-mobile-meta,
.apv2-hello .apv2-practice-format,
.apv2-hello .apv2-practice-video-meta > span,
.apv2-hello .apv2-output-card > header em,
.apv2-hello .apv2-output-document-meta,
.apv2-hello .apv2-writing-analysis > header span,
.apv2-hello .apv2-writing-analysis li > span,
.apv2-hello .apv2-writing-analysis > div span,
.apv2-hello .apv2-output-document-foot span,
.apv2-hello .apv2-social-visual figcaption,
.apv2-hello .apv2-social-caption > small,
.apv2-hello .apv2-output-social > footer span { font-size: var(--apv2-readable-min); }

/* Public /hallo integration. The productive demo keeps its established DOM
   contract while rendering through the current ANORA Design DNA primitives. */
.hello-v2-page,
.hello-v2-page * { letter-spacing: 0; }

.hello-v2-page {
    min-width: 0;
    color: var(--apv2-ink);
    background: var(--apv2-canvas);
}

.hello-v2-page.hello-locked {
    min-height: 100svh;
    overflow: hidden;
}

.hello-v2-page .hello-experience {
    position: relative;
    min-height: 100svh;
    color: var(--apv2-ink);
    background: var(--apv2-canvas);
}

.hello-v2-page .hello-topbar {
    position: relative;
    z-index: 5;
    display: flex;
    width: min(100% - 40px, var(--apv2-container));
    min-height: 66px;
    margin: 18px auto 0;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    border: 0;
    color: var(--apv2-ink);
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    pointer-events: auto;
}

.hello-v2-page .hello-experience.has-scrolled .hello-topbar {
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.hello-v2-page .hello-language-switch {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    padding: 4px;
}

.hello-v2-page .hello-language-switch a {
    display: grid;
    min-width: 48px;
    min-height: 38px;
    padding: 0 13px;
    place-items: center;
    border-radius: 8px;
    color: var(--anora-muted);
    text-decoration: none;
    font: 650 12px/1 var(--anora-font);
}

.hello-v2-page .hello-language-switch a:is(:hover, :focus-visible) {
    color: var(--anora-ink);
    background: rgba(255, 255, 255, .72);
    outline: none;
}

.hello-v2-page .hello-language-switch a.is-active {
    color: var(--anora-ink);
    background: #fff;
    box-shadow: 0 5px 16px rgba(23, 28, 38, .08);
}

.hello-v2-page .hello-status {
    position: static;
    width: auto;
    color: var(--anora-muted);
    opacity: 1;
    transform: none;
}

/* Password gate */
.hello-v2-page .hello-gate {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    width: 100%;
    min-height: 100svh;
    padding: max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
    place-items: center;
    overflow-y: auto;
    background: rgba(238, 242, 244, .9);
}

.hello-v2-page .gate-panel {
    position: relative;
    isolation: isolate;
    width: min(100%, 610px);
    max-height: calc(100svh - 32px);
    margin: auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--anora-line);
    border-radius: 20px;
    color: var(--anora-ink);
    background: #fff;
    box-shadow: 0 30px 90px rgba(26, 34, 45, .16);
}

.hello-v2-page .gate-panel::before,
.hello-v2-page .gate-panel::after { display: none; }

.hello-v2-page .gate-panel .anora-enterprise-dialog-head {
    align-items: flex-start;
}

.hello-v2-page .gate-panel .anora-enterprise-dialog-head > div {
    min-width: 0;
}

.hello-v2-page .gate-panel .anora-enterprise-dialog-head h1 {
    margin: 5px 0 0;
    color: var(--anora-ink);
    font: 680 28px/1.06 var(--anora-font);
}

.hello-v2-page .gate-panel .anora-enterprise-dialog-head p {
    max-width: 420px;
    margin: 10px 0 0;
    color: var(--anora-muted);
    font: 430 14px/1.55 var(--anora-font);
}

.hello-v2-page .gate-brand {
    display: block;
    flex: 0 0 auto;
    width: 112px;
    margin: 0 0 0 22px;
}

.hello-v2-page .gate-brand img {
    display: block;
    width: 100%;
    height: auto;
}

.hello-v2-page .gate-form {
    display: grid;
    gap: 17px;
    margin: 22px 0 0;
}

.hello-v2-page .gate-code-label {
    color: var(--anora-ink-soft);
    font: 650 13px/1.3 var(--anora-font);
}

.hello-v2-page .gate-code-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.hello-v2-page .gate-code-digit {
    width: 100%;
    height: 70px;
    padding: 0;
    border: 1px solid var(--anora-line-strong);
    border-radius: 12px;
    color: var(--anora-ink);
    background: #fff;
    box-shadow: none;
    caret-color: var(--anora-info);
    font: 650 27px/1 var(--anora-font);
    text-align: center;
}

.hello-v2-page .gate-code-digit:is(:hover, :focus) {
    border-color: var(--anora-info);
    outline: 3px solid rgba(56, 103, 243, .12);
    transform: none;
}

.hello-v2-page .gate-error {
    display: grid;
    margin: 0;
    padding: 13px;
    color: var(--anora-danger);
    opacity: 1;
    transform: none;
}

.hello-v2-page .hello-gate-privacy {
    display: flex;
    margin: 0;
    align-items: center;
    gap: 8px;
    color: var(--anora-faint);
    font: 500 12px/1.45 var(--anora-font);
}

.hello-v2-page .hello-gate-privacy svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
}

.hello-v2-page .gate-submit {
    position: static;
    width: auto;
    min-height: 46px;
    margin: 0;
    padding: 0 18px;
    border: 1px solid var(--anora-ink);
    border-radius: 10px;
    color: #fff;
    background: var(--anora-ink);
    opacity: 1;
    transform: none;
}

.hello-v2-page .gate-submit:disabled {
    color: var(--anora-faint);
    border-color: var(--anora-line);
    background: var(--anora-soft);
    opacity: 1;
}

/* Audio intro */
.hello-v2-page .hello-intro-scroll {
    height: auto;
    min-height: 0;
    padding-top: 70px;
    background: transparent;
}

.hello-v2-page .hello-intro-scroll::after { display: none; }

.hello-v2-page .hello-audio-card {
    display: block;
    align-self: stretch;
}

.hello-v2-page .hello-audio-stage {
    display: grid;
    min-height: 270px;
    padding: 30px 12px;
    place-items: center;
    text-align: center;
}

.hello-v2-page .hello-audio-stage anora-thinking-orb {
    --anora-orb-size: 72px;
}

.hello-v2-page .hello-word-stage {
    position: relative;
    inset: auto;
    z-index: 1;
    display: grid;
    width: 100%;
    min-height: 118px;
    margin-top: 14px;
    padding: 0 10px;
    place-items: center;
    align-content: center;
    opacity: 1;
    transform: none;
    pointer-events: none;
}

.hello-v2-page .hello-word-stage > span {
    display: block;
    max-width: 100%;
    color: var(--apv2-ink);
    text-shadow: none;
    font: 680 29px/1.08 var(--anora-font);
    overflow-wrap: anywhere;
}

.hello-v2-page .hello-word-stage small {
    margin-top: 10px;
    color: var(--apv2-muted);
    text-shadow: none;
    font: 500 12px/1.45 var(--anora-font);
}

.hello-v2-page .hello-caption-word { color: var(--apv2-faint); }
.hello-v2-page .hello-caption-word.is-current { color: var(--apv2-ink); }

.hello-v2-page .hello-progress {
    position: static;
    display: grid;
    width: 100%;
    margin: 0;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
    opacity: 1;
    transform: none;
}

.hello-v2-page .hello-progress span {
    width: auto;
    height: 3px;
    border-radius: 3px;
    background: var(--apv2-line);
    box-shadow: none;
}

.hello-v2-page .hello-progress span.active { background: var(--apv2-mint-dark); }

.hello-v2-page .hello-intro-controls {
    position: static;
    display: flex;
    width: 100%;
    margin: 18px 0 0;
    align-items: center;
    justify-content: center;
    gap: 8px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
}

.hello-v2-page .hello-control,
.hello-v2-page .hello-play {
    position: static;
    inset: auto;
    width: auto;
    height: auto;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 10px;
    opacity: 1;
    transform: none;
}

.hello-v2-page .hello-control svg,
.hello-v2-page .hello-play svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.hello-v2-page .hello-play .replay-icon,
.hello-v2-page .hello-control-pause .resume-icon { display: none; }
.hello-v2-page .hello-experience.is-complete .hello-play .play-icon { display: none; }
.hello-v2-page .hello-experience.is-complete .hello-play .replay-icon,
.hello-v2-page .hello-control-pause.is-paused .resume-icon { display: block; }
.hello-v2-page .hello-control-pause.is-paused .pause-icon { display: none; }

.hello-v2-page .hello-experience.is-playing .hello-play,
.hello-v2-page .hello-experience.is-returning .hello-play {
    visibility: visible;
    opacity: .48;
    pointer-events: none;
}

.hello-v2-page .hello-audio-disclosure {
    display: block;
    margin-top: 13px;
    color: var(--apv2-faint);
    font: 500 12px/1.4 var(--anora-font);
    text-align: center;
}

/* Productive mini lab */
.hello-v2-page :is(.hello-actions, .hello-impact, .hello-noah, .hello-investment) {
    min-height: 0;
    overflow: visible;
}

.hello-v2-page .hello-solution {
    min-height: 0;
    margin-top: 0;
    padding: var(--apv2-section-space) 0;
    overflow: visible;
}

.hello-v2-page :is(.hello-actions, .hello-impact, .hello-noah, .hello-investment)::before,
.hello-v2-page :is(.hello-actions, .hello-impact, .hello-noah, .hello-investment)::after { display: none; }

.hello-v2-page .hello-solution::before,
.hello-v2-page .hello-solution::after { display: none; }

.hello-v2-page .hello-actions {
    padding: var(--apv2-section-space) 0;
    background: #f1f4f4;
}

.hello-v2-page .hello-impact,
.hello-v2-page .hello-noah { padding: var(--apv2-section-space) 0; }
.hello-v2-page .hello-investment { padding: var(--apv2-section-space-compact) 0 88px; }
.hello-v2-page .hello-actions h2 { color: var(--apv2-ink); text-shadow: none; }
.hello-v2-page .hello-lab-intro { max-width: 610px; }
.hello-v2-page .hello-lab-intro p { margin: 0; }
.hello-v2-page .hello-cost-note { margin-top: 12px !important; font-size: 12px; }

.hello-v2-page .mini-lab {
    position: relative;
    display: grid;
    gap: 18px;
    width: 100%;
    margin: 42px 0 0;
    padding: 18px;
    overflow: hidden;
    border: 1px solid var(--apv2-line);
    border-radius: 20px;
    color: var(--apv2-ink);
    background: #fff;
    box-shadow: 0 24px 64px rgba(35, 44, 58, .08);
    opacity: 1;
    transform: none;
}

.hello-v2-page .mini-lab-switch {
    width: fit-content;
    max-width: 100%;
    overflow-x: auto;
}

.hello-v2-page .mini-lab-switch button,
.hello-v2-page .mini-preset-row button {
    min-height: 38px;
    border: 0;
    color: var(--anora-muted);
    background: transparent;
    box-shadow: none;
}

.hello-v2-page .mini-lab-switch button.is-active,
.hello-v2-page .mini-preset-row button.is-active {
    color: var(--anora-ink);
    background: #fff;
    box-shadow: 0 5px 16px rgba(23, 28, 38, .08);
}

.hello-v2-page .mini-lab-grid {
    display: grid;
    grid-template-columns: minmax(300px, .76fr) minmax(0, 1.24fr);
    gap: 16px;
}

.hello-v2-page .mini-controls,
.hello-v2-page .mini-preview {
    min-width: 0;
    border: 1px solid var(--apv2-line);
    border-radius: 15px;
    color: var(--apv2-ink);
    background: #f8fafa;
}

.hello-v2-page .mini-controls { padding: 20px; }
.hello-v2-page .mini-control-panel { display: none; }
.hello-v2-page .mini-control-panel.is-active { display: grid; gap: 17px; }

.hello-v2-page .mini-control-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.hello-v2-page .mini-control-head span {
    color: var(--apv2-ink);
    font: 670 16px/1.3 var(--anora-font);
}

.hello-v2-page .mini-control-head strong {
    color: var(--apv2-mint-dark);
    font: 650 12px/1.3 var(--anora-font);
}

.hello-v2-page .mini-field { display: grid; gap: 7px; }
.hello-v2-page .mini-field span { color: var(--anora-ink-soft); font-size: 12px; }

.hello-v2-page .mini-field input {
    width: 100%;
    min-height: 50px;
    padding: 0 14px;
    border: 1px solid var(--anora-line-strong);
    border-radius: 10px;
    color: var(--anora-ink);
    background: #fff;
    font: 430 16px/1.3 var(--anora-font);
}

.hello-v2-page .mini-field input:focus {
    border-color: var(--anora-info);
    outline: 3px solid rgba(56, 103, 243, .12);
    box-shadow: none;
}

.hello-v2-page .mini-preset-row {
    display: flex;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

.hello-v2-page .mini-preset-row button {
    flex: 0 0 auto;
    white-space: nowrap;
}

.hello-v2-page .mini-actions-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.hello-v2-page .mini-actions-row .anora-enterprise-button {
    width: auto;
    min-height: 44px;
    margin: 0;
}

.hello-v2-page .mini-preview {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background: #fff;
}

.hello-v2-page .mini-preview::before { display: none; }

.hello-v2-page .mini-preview-top {
    display: flex;
    min-height: 58px;
    padding: 12px 16px;
    align-items: center;
    border-bottom: 1px solid var(--apv2-line);
    background: #fff;
}

.hello-v2-page .mini-preview-top > span {
    width: auto;
    height: auto;
    border-radius: 8px;
    background: transparent;
}

.hello-v2-page .mini-output {
    position: relative;
    display: none;
    min-height: 500px;
    padding: 20px;
    color: var(--apv2-ink);
    background: #fff;
}

.hello-v2-page .mini-output.is-active { display: block; }

.hello-v2-page .mini-output-status {
    position: static;
    width: fit-content;
    margin: 0 0 16px auto;
    color: var(--anora-muted);
    background: transparent;
    opacity: 1;
}

.hello-v2-page .mini-output-status::after { display: none; }

.hello-v2-page .mini-output.is-generating .mini-output-status {
    color: var(--anora-info);
    opacity: 1;
}

.hello-v2-page .mini-output.is-generating .mini-output-status::before {
    background: var(--anora-info);
    animation: anora-hello-pulse 1s ease-in-out infinite;
}

.hello-v2-page .mini-output.is-error .mini-output-status { color: var(--anora-danger); }
.hello-v2-page .mini-output.is-error .mini-output-status::before { background: var(--anora-danger); }

.hello-v2-page .mini-article-layout,
.hello-v2-page .mini-social-layout,
.hello-v2-page .mini-pdf-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(190px, .85fr);
    gap: 14px;
}

.hello-v2-page .mini-article-main,
.hello-v2-page .mini-seo-panel div,
.hello-v2-page .mini-serp-preview,
.hello-v2-page .mini-social-copy,
.hello-v2-page .mini-pdf-meta {
    border: 1px solid var(--apv2-line);
    border-radius: 12px;
    color: var(--apv2-ink);
    background: #f8fafa;
}

.hello-v2-page .mini-article-main { padding: 24px; }
.hello-v2-page .mini-article-main h3,
.hello-v2-page .mini-pdf-meta h3 { color: var(--apv2-ink); text-shadow: none; }
.hello-v2-page .mini-article-main p,
.hello-v2-page .mini-pdf-meta p,
.hello-v2-page .mini-social-copy p { color: var(--apv2-muted); }

.hello-v2-page .mini-output-kicker,
.hello-v2-page .mini-serp-label { color: var(--apv2-mint-dark); }

.hello-v2-page .mini-seo-panel { display: grid; gap: 8px; }
.hello-v2-page .mini-seo-panel div { padding: 12px; }
.hello-v2-page .mini-seo-panel span { color: var(--apv2-faint); }
.hello-v2-page .mini-seo-panel strong { color: var(--apv2-ink); }

.hello-v2-page .mini-serp-preview { margin-top: 14px; padding: 17px; }
.hello-v2-page .mini-serp-preview small { color: var(--apv2-mint-dark); }
.hello-v2-page .mini-serp-preview strong { color: #2457c5; }
.hello-v2-page .mini-serp-preview p { color: var(--apv2-muted); }

.hello-v2-page .mini-social-creative,
.hello-v2-page .mini-pdf-frame {
    min-height: 380px;
    border: 1px solid var(--apv2-line);
    border-radius: 12px;
    box-shadow: none;
}

.hello-v2-page .mini-social-copy,
.hello-v2-page .mini-pdf-meta { padding: 20px; }
.hello-v2-page .mini-social-tags span { color: var(--apv2-muted); background: #edf1f3; }
.hello-v2-page .mini-pdf-preview-link img { width: 100%; height: 100%; object-fit: cover; }
.hello-v2-page .mini-pdf-meta a { color: #2457c5; }

.hello-v2-page .hpv2-final-card .anora-enterprise-button { width: 100%; }

@keyframes anora-hello-pulse {
    0%, 100% { opacity: .45; transform: scale(.85); }
    50% { opacity: 1; transform: scale(1); }
}

@media (max-width: 980px) {
    .hello-v2-page .mini-lab-grid { grid-template-columns: 1fr; }
    .hello-v2-page .mini-preview { min-height: 0; }
}

@media (max-width: 700px) {
    .hello-v2-page .hello-topbar {
        width: min(100% - 28px, var(--apv2-container));
        min-height: 58px;
        margin-top: 8px;
    }

    .hello-v2-page .hello-status { display: none; }
    .hello-v2-page .hello-intro-scroll { padding-top: 42px; }
    .hello-v2-page .gate-panel { max-height: calc(100svh - 20px); border-radius: 18px; }
    .hello-v2-page .gate-panel .anora-enterprise-dialog-head { min-height: 0; }
    .hello-v2-page .gate-brand { width: 86px; margin-left: 12px; }
    .hello-v2-page .gate-code-digit { height: 60px; font-size: 24px; }
    .hello-v2-page .anora-enterprise-dialog-footer { flex-direction: column-reverse; }
    .hello-v2-page .anora-enterprise-dialog-footer > * { width: 100%; }
    .hello-v2-page .hello-audio-stage { min-height: 240px; padding-inline: 0; }
    .hello-v2-page .hello-word-stage > span { font-size: 25px; }
    .hello-v2-page .mini-lab { padding: 10px; border-radius: 16px; }
    .hello-v2-page .mini-controls { padding: 15px; }
    .hello-v2-page .mini-output { min-height: 0; padding: 14px; }
    .hello-v2-page .mini-article-layout,
    .hello-v2-page .mini-social-layout,
    .hello-v2-page .mini-pdf-layout { grid-template-columns: 1fr; }
    .hello-v2-page .mini-actions-row { display: grid; grid-template-columns: 1fr; }
    .hello-v2-page .mini-actions-row .anora-enterprise-button { width: 100%; }
    .hello-v2-page .mini-social-creative,
    .hello-v2-page .mini-pdf-frame { min-height: 320px; }
}

@media (max-width: 390px) {
    .hello-v2-page .hello-language-switch a { min-width: 42px; padding-inline: 10px; }
    .hello-v2-page .gate-code-grid { gap: 7px; }
    .hello-v2-page .gate-code-digit { height: 56px; }
}
