.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 /hello 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; }
}

/* Hello V3 sales experience
   Layout is page-specific; controls, cards, browser frames, typography tokens,
   tool illustrations and responsive primitives come from the public Design DNA. */
.hello-v3-page {
    --hello-v3-dark: #101319;
    --hello-v3-dark-soft: #1b2029;
    --hello-v3-copy: #343a43;
    --hello-v3-section: #f2f5f5;
}

.hello-v3-page .apv2-main {
    overflow: clip;
}

.hello-v3-page .hello-experience {
    background: var(--apv2-canvas);
}

.hello-v3-page .hello-topbar {
    width: min(100% - 48px, 1216px);
    min-height: 58px;
    margin-top: 10px;
}

.hello-v3-page :is(.apv2-section-head > p, .apv2-lead, .lpv2-module-copy > p) {
    color: var(--apv2-muted);
}

.hello-v3-page .apv2-section-head > p,
.hello-v3-page .lpv2-module-copy > p {
    font-size: 16px;
    line-height: 1.7;
}

.hello-v3-page :is(.anora-enterprise-button, .apv2-button) {
    min-height: 48px;
    border-radius: var(--apv2-radius-control);
    font-size: 14px;
    font-weight: 670;
}

.hello-v3-page .hello-v3-hero {
    position: relative;
    min-height: min(880px, calc(100svh - var(--apv2-header-height)));
    padding: clamp(76px, 8vw, 122px) 0 clamp(84px, 9vw, 132px);
    overflow: hidden;
    border-bottom: 1px solid var(--apv2-line);
    background: #f8f8f6;
    isolation: isolate;
}

.hello-v3-page .hello-v3-hero::after {
    position: absolute;
    right: -8%;
    bottom: -36%;
    z-index: -1;
    width: 620px;
    height: 620px;
    border-radius: 50%;
    background: rgba(8, 168, 141, .08);
    filter: blur(20px);
    content: "";
}

.hello-v3-page .hello-v3-hero-background {
    position: absolute;
    inset: 0 0 0 auto;
    z-index: -3;
    width: min(76%, 1200px);
    height: 100%;
    object-fit: cover;
    object-position: 66% 50%;
}

.hello-v3-page .hello-v3-hero-wash {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: rgba(248, 248, 246, .22);
}

.hello-v3-page .hello-v3-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(340px, .58fr);
    align-items: center;
    gap: clamp(44px, 7vw, 96px);
}

.hello-v3-page .hello-v3-hero-copy {
    max-width: 790px;
}

.hello-v3-page .hello-v3-hero-copy .apv2-kicker {
    color: var(--apv2-mint-dark);
}

.hello-v3-page .hello-v3-hero-copy .apv2-display {
    max-width: 780px;
    margin: 22px 0 0;
    color: var(--apv2-ink);
    font-size: clamp(56px, 5.9vw, 88px);
    font-weight: 710;
    letter-spacing: -.068em;
    line-height: .94;
    text-wrap: balance;
}

.hello-v3-page .hello-v3-hero-copy .apv2-lead {
    max-width: 690px;
    margin-top: 28px;
    color: #4e555f;
    font-size: clamp(17px, 1.45vw, 20px);
    line-height: 1.65;
}

.hello-v3-page .hello-v3-hero-copy .apv2-actions {
    margin-top: 32px;
}

.hello-v3-page .hello-v3-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 680px;
    margin-top: 34px;
}

.hello-v3-page .hello-v3-proof > span {
    display: grid;
    min-height: 78px;
    padding: 13px 15px;
    align-content: center;
    border: 1px solid rgba(18, 22, 29, .1);
    border-radius: 15px;
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 8px 24px rgba(42, 50, 63, .045);
    backdrop-filter: blur(14px);
}

.hello-v3-page .hello-v3-proof strong {
    color: var(--apv2-ink);
    font-size: 21px;
    font-weight: 760;
    line-height: 1;
}

.hello-v3-page .hello-v3-proof small {
    margin-top: 7px;
    color: #5f6670;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
}

.hello-v3-page .hello-v3-video-card {
    position: relative;
    width: min(100%, 430px);
    justify-self: end;
    overflow: hidden;
    border: 1px solid rgba(18, 22, 29, .12);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(25, 31, 41, .18);
}

.hello-v3-page .hello-v3-video-card > header {
    display: grid;
    padding: 21px 22px 18px;
}

.hello-v3-page .hello-v3-video-card > header span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--apv2-mint-dark);
    font-size: 12px;
    font-weight: 760;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hello-v3-page .hello-v3-video-card > header span i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--apv2-mint);
    box-shadow: 0 0 0 5px rgba(8, 168, 141, .12);
}

.hello-v3-page .hello-v3-video-card > header strong {
    margin-top: 11px;
    color: var(--apv2-ink);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.15;
}

.hello-v3-page .hello-v3-video-card > header small {
    margin-top: 7px;
    color: var(--apv2-muted);
    font-size: 13px;
}

.hello-v3-page .hello-v3-video-stage {
    display: grid;
    height: clamp(360px, 51vh, 490px);
    place-items: center;
    overflow: hidden;
    background: #0d1119;
}

.hello-v3-page .hello-v3-video-stage video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #0d1119;
}

.hello-v3-page .hello-v3-video-card > footer {
    display: flex;
    min-height: 55px;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #555d68;
    background: #fff;
    font-size: 12px;
    font-weight: 620;
}

.hello-v3-page .hello-v3-video-card > footer span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.hello-v3-page .hello-v3-video-card > footer svg {
    width: 17px;
    height: 17px;
    color: var(--apv2-mint-dark);
}

.hello-v3-page .hello-v3-impact {
    border-bottom: 1px solid rgba(18, 22, 29, .06);
    background: var(--hello-v3-section);
}

.hello-v3-page .hello-v3-impact .apv2-section-head h2,
.hello-v3-page .hello-v3-network .apv2-section-head h2 {
    color: var(--apv2-ink);
    text-shadow: none;
}

.hello-v3-page .hello-v3-advantage-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 44px;
}

.hello-v3-page .hello-v3-advantage-grid .lpv3-benefit-card {
    min-height: 250px;
    padding: 26px;
}

.hello-v3-page .hello-v3-advantage-grid .lpv3-benefit-card p {
    color: #59616c;
    font-size: 15px;
    line-height: 1.65;
}

.hello-v3-page .hello-v3-network {
    background: #fbfcfd;
}

.hello-v3-page .hello-v3-network-shell {
    overflow: hidden;
    margin-top: 48px;
    border: 1px solid var(--apv2-line);
    border-radius: 30px;
    background: #fff;
    box-shadow: var(--apv2-shadow);
}

.hello-v3-page .hello-v3-network-head {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 23px 28px;
    border-bottom: 1px solid var(--apv2-line);
}

.hello-v3-page .hello-v3-network-head > span {
    color: var(--apv2-mint-dark);
    font-size: 12px;
    font-weight: 760;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.hello-v3-page .hello-v3-network-head > strong {
    grid-column: 1;
    margin-top: 6px;
    color: var(--apv2-ink);
    font-size: 17px;
}

.hello-v3-page .hello-v3-network-head > small {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    color: var(--apv2-muted);
    font-size: 13px;
}

.hello-v3-page .hello-v3-network-stage {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    background: #f9fbfb;
}

.hello-v3-page .hello-v3-network-lines {
    position: absolute;
    inset: 30px 3% 0;
    width: 94%;
    height: 560px;
    color: var(--apv2-mint);
}

.hello-v3-page .hello-v3-network-lines path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    opacity: .42;
    vector-effect: non-scaling-stroke;
}

.hello-v3-page .hello-v3-network-lines .is-feedback {
    stroke: var(--apv2-blue);
    stroke-dasharray: 7 9;
    opacity: .3;
}

.hello-v3-page .hello-v3-network-node {
    position: absolute;
    z-index: 2;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    width: min(20%, 218px);
    min-height: 76px;
    padding: 13px 14px;
    align-items: center;
    gap: 11px;
    border: 1px solid rgba(18, 22, 29, .11);
    border-radius: 17px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 13px 34px rgba(35, 44, 58, .09);
    backdrop-filter: blur(10px);
}

.hello-v3-page .hello-v3-network-node > i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    color: var(--apv2-mint-dark);
    background: var(--apv2-mint-soft);
}

.hello-v3-page .hello-v3-network-node:nth-of-type(even) > i {
    color: var(--apv2-blue);
    background: var(--apv2-blue-soft);
}

.hello-v3-page .hello-v3-network-node svg {
    width: 20px;
    height: 20px;
}

.hello-v3-page .hello-v3-network-node p,
.hello-v3-page .hello-v3-network-core p {
    min-width: 0;
    margin: 0;
}

.hello-v3-page .hello-v3-network-node strong,
.hello-v3-page .hello-v3-network-node small,
.hello-v3-page .hello-v3-network-core strong,
.hello-v3-page .hello-v3-network-core small {
    display: block;
}

.hello-v3-page .hello-v3-network-node strong {
    color: var(--apv2-ink);
    font-size: 13px;
    line-height: 1.25;
}

.hello-v3-page .hello-v3-network-node small {
    margin-top: 4px;
    color: #66707a;
    font-size: 12px;
    line-height: 1.25;
}

.hello-v3-page .hello-v3-network-node.is-brief { top: 48px; left: 4%; }
.hello-v3-page .hello-v3-network-node.is-brand { top: 175px; left: 2.5%; }
.hello-v3-page .hello-v3-network-node.is-knowledge { top: 302px; left: 3.5%; }
.hello-v3-page .hello-v3-network-node.is-signal { top: 429px; left: 5%; }
.hello-v3-page .hello-v3-network-node.is-article { top: 48px; right: 4%; }
.hello-v3-page .hello-v3-network-node.is-social { top: 175px; right: 2.5%; }
.hello-v3-page .hello-v3-network-node.is-media { top: 302px; right: 3.5%; }
.hello-v3-page .hello-v3-network-node.is-performance { top: 429px; right: 5%; }

.hello-v3-page .hello-v3-network-core {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: grid;
    width: 196px;
    min-height: 196px;
    padding: 20px;
    place-items: center;
    align-content: center;
    border: 1px solid rgba(8, 168, 141, .25);
    border-radius: 50%;
    color: var(--apv2-ink);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 25px 70px rgba(8, 168, 141, .18), 0 0 0 18px rgba(8, 168, 141, .055);
    text-align: center;
    transform: translate(-50%, -50%);
}

.hello-v3-page .hello-v3-network-core anora-thinking-orb {
    --anora-orb-size: 76px;
}

.hello-v3-page .hello-v3-network-core strong {
    margin-top: 10px;
    color: var(--apv2-ink);
    font-size: 18px;
    letter-spacing: -.025em;
}

.hello-v3-page .hello-v3-network-core small {
    max-width: 130px;
    margin-top: 4px;
    color: #5b6570;
    font-size: 12px;
    line-height: 1.3;
}

.hello-v3-page .hello-v3-seo {
    color: #f6f8fb;
    background: var(--hello-v3-dark);
}

.hello-v3-page .hello-v3-seo-grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(470px, 1.18fr);
    align-items: start;
    gap: clamp(54px, 8vw, 112px);
}

.hello-v3-page .hello-v3-seo-copy .apv2-eyebrow {
    color: #6edbc7;
}

.hello-v3-page .hello-v3-seo-copy h2 {
    max-width: 650px;
    margin: 18px 0 0;
    color: #fff;
    font-size: clamp(44px, 4.8vw, 68px);
    font-weight: 690;
    letter-spacing: -.058em;
    line-height: .98;
}

.hello-v3-page .hello-v3-seo-copy > p {
    max-width: 620px;
    margin: 24px 0 0;
    color: #c1c9d4;
    font-size: 17px;
    line-height: 1.7;
}

.hello-v3-page .hello-v3-seo-copy ol {
    display: grid;
    gap: 0;
    margin: 36px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, .13);
}

.hello-v3-page .hello-v3-seo-copy li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    padding: 19px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.hello-v3-page .hello-v3-seo-copy li > span {
    color: #6edbc7;
    font-size: 12px;
    font-weight: 760;
}

.hello-v3-page .hello-v3-seo-copy li p {
    margin: 0;
}

.hello-v3-page .hello-v3-seo-copy li strong,
.hello-v3-page .hello-v3-seo-copy li small {
    display: block;
}

.hello-v3-page .hello-v3-seo-copy li strong {
    color: #fff;
    font-size: 16px;
}

.hello-v3-page .hello-v3-seo-copy li small {
    margin-top: 5px;
    color: #b6c0cc;
    font-size: 13px;
    line-height: 1.55;
}

.hello-v3-page .hello-v3-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 26px;
}

.hello-v3-page .hello-v3-platforms span {
    display: inline-flex;
    min-height: 38px;
    padding: 0 12px;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 11px;
    color: #d8dee7;
    background: rgba(255, 255, 255, .055);
    font-size: 12px;
    font-weight: 650;
}

.hello-v3-page .hello-v3-platforms img {
    width: 20px;
    height: 20px;
}

.hello-v3-page .hello-v3-seo-visual {
    position: relative;
    min-width: 0;
    padding-top: 26px;
}

.hello-v3-page .hello-v3-topic-map {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 28px;
    background: #171c25;
    box-shadow: 0 34px 90px rgba(0, 0, 0, .3);
}

.hello-v3-page .hello-v3-topic-map::before,
.hello-v3-page .hello-v3-topic-map::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 62%;
    height: 62%;
    border: 1px dashed rgba(110, 219, 199, .24);
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%);
}

.hello-v3-page .hello-v3-topic-map::after {
    width: 36%;
    height: 36%;
    border-color: rgba(77, 119, 255, .3);
}

.hello-v3-page .hello-v3-topic-map > span {
    position: absolute;
    z-index: 2;
    display: grid;
    min-width: 150px;
    min-height: 72px;
    padding: 12px 15px;
    place-items: center;
    align-content: center;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 16px;
    color: #fff;
    background: rgba(29, 35, 46, .94);
    box-shadow: 0 15px 36px rgba(0, 0, 0, .25);
    text-align: center;
}

.hello-v3-page .hello-v3-topic-map strong,
.hello-v3-page .hello-v3-topic-map small {
    display: block;
}

.hello-v3-page .hello-v3-topic-map strong {
    font-size: 13px;
}

.hello-v3-page .hello-v3-topic-map small {
    margin-top: 4px;
    color: #b8c3d0;
    font-size: 12px;
}

.hello-v3-page .hello-v3-topic-map .is-core {
    top: 50%;
    left: 50%;
    z-index: 3;
    min-width: 176px;
    min-height: 176px;
    border-color: rgba(110, 219, 199, .42);
    border-radius: 50%;
    background: rgba(22, 30, 40, .98);
    box-shadow: 0 24px 65px rgba(8, 168, 141, .2), 0 0 0 12px rgba(8, 168, 141, .055);
    transform: translate(-50%, -50%);
}

.hello-v3-page .hello-v3-topic-map .is-core i {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 9px;
    place-items: center;
    border-radius: 13px;
    color: #6edbc7;
    background: rgba(110, 219, 199, .11);
}

.hello-v3-page .hello-v3-topic-map .is-core svg {
    width: 22px;
    height: 22px;
}

.hello-v3-page .hello-v3-topic-map .is-core strong {
    font-size: 19px;
}

.hello-v3-page .hello-v3-topic-map .is-intent { top: 38px; left: 50%; transform: translateX(-50%); }
.hello-v3-page .hello-v3-topic-map .is-guide { top: 115px; right: 38px; }
.hello-v3-page .hello-v3-topic-map .is-glossary { right: 48px; bottom: 52px; }
.hello-v3-page .hello-v3-topic-map .is-social { bottom: 42px; left: 46px; }
.hello-v3-page .hello-v3-topic-map .is-data { top: 125px; left: 32px; }

.hello-v3-page .hello-v3-seo-browser {
    width: 88%;
    margin: -76px 0 0 auto;
    border-color: rgba(255, 255, 255, .16);
    box-shadow: 0 28px 72px rgba(0, 0, 0, .4);
    transform: rotate(1.2deg);
}

.hello-v3-page .hello-v3-cases {
    background: var(--hello-v3-section);
}

.hello-v3-page .hello-v3-case-list {
    display: grid;
    gap: 40px;
    margin-top: 48px;
}

.hello-v3-page .hello-v3-case {
    overflow: hidden;
    border: 1px solid rgba(18, 22, 29, .09);
    border-radius: 30px;
    background: #fff;
    box-shadow: var(--apv2-shadow);
}

.hello-v3-page .hello-v3-case-story {
    position: relative;
    min-height: 570px;
    overflow: hidden;
    isolation: isolate;
}

.hello-v3-page .hello-v3-case-story > img {
    position: absolute;
    inset: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hello-v3-page .hello-v3-case.is-estate .hello-v3-case-story > img {
    object-position: 62% 50%;
}

.hello-v3-page .hello-v3-case-overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: rgba(7, 10, 15, .66);
}

.hello-v3-page .hello-v3-case.is-estate .hello-v3-case-overlay {
    background: rgba(8, 12, 16, .66);
}

.hello-v3-page .hello-v3-case-copy {
    display: flex;
    max-width: 720px;
    min-height: 570px;
    padding: clamp(34px, 6vw, 72px);
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

.hello-v3-page .hello-v3-case-copy > span {
    color: #80dfce;
    font-size: 12px;
    font-weight: 760;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hello-v3-page .hello-v3-case-copy > small {
    margin-top: 10px;
    color: #d2d8df;
    font-size: 13px;
    font-weight: 630;
}

.hello-v3-page .hello-v3-case-copy h3 {
    max-width: 650px;
    margin: 30px 0 0;
    color: #fff;
    font-size: clamp(42px, 5vw, 67px);
    font-weight: 680;
    letter-spacing: -.058em;
    line-height: .98;
}

.hello-v3-page .hello-v3-case-copy > p {
    max-width: 620px;
    margin: 24px 0 0;
    color: #e2e7ec;
    font-size: 16px;
    line-height: 1.7;
}

.hello-v3-page .hello-v3-case-flow {
    display: flex;
    margin-top: 36px;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.hello-v3-page .hello-v3-case-flow > span {
    display: inline-flex;
    min-height: 40px;
    padding: 0 11px;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 11px;
    color: #fff;
    background: rgba(255, 255, 255, .09);
    backdrop-filter: blur(10px);
    font-size: 12px;
    font-weight: 650;
}

.hello-v3-page .hello-v3-case-flow b {
    color: #80dfce;
    font-size: 12px;
}

.hello-v3-page .hello-v3-case-flow > i {
    color: #d5dce3;
}

.hello-v3-page .hello-v3-case-flow > i svg {
    width: 17px;
    height: 17px;
}

.hello-v3-page .hello-v3-case-browser {
    width: calc(100% - clamp(30px, 7vw, 100px));
    margin: clamp(28px, 5vw, 56px) auto;
}

.hello-v3-page .hello-v3-modules {
    border-top: 1px solid rgba(18, 22, 29, .06);
    background: #f3f6f6;
}

.hello-v3-page .hello-v3-modules .lpv2-module-card-copy > span {
    font-size: 12px;
}

.hello-v3-page .hello-v3-modules .lpv2-module-card-copy p {
    color: #59616c;
    font-size: 14px;
}

.hello-v3-page .hello-v3-noah {
    background: #fbfcfd;
}

.hello-v3-page .hello-v3-noah-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .68fr);
    align-items: center;
    gap: clamp(52px, 9vw, 126px);
}

.hello-v3-page .hello-v3-noah-copy h2 {
    max-width: 770px;
    margin: 18px 0 0;
    color: var(--apv2-ink);
    font-size: clamp(44px, 5vw, 70px);
    font-weight: 690;
    letter-spacing: -.06em;
    line-height: .98;
}

.hello-v3-page .hello-v3-noah-copy > p {
    max-width: 700px;
    margin: 24px 0 0;
    color: #535c67;
    font-size: 17px;
    line-height: 1.7;
}

.hello-v3-page .hello-v3-noah-copy ul {
    display: grid;
    gap: 10px;
    max-width: 700px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.hello-v3-page .hello-v3-noah-copy li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 12px;
    padding: 15px 0;
    border-bottom: 1px solid var(--apv2-line);
}

.hello-v3-page .hello-v3-noah-copy li > svg {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    color: var(--apv2-mint-dark);
}

.hello-v3-page .hello-v3-noah-copy li strong,
.hello-v3-page .hello-v3-noah-copy li small {
    display: block;
}

.hello-v3-page .hello-v3-noah-copy li strong {
    color: var(--apv2-ink);
    font-size: 15px;
}

.hello-v3-page .hello-v3-noah-copy li small {
    margin-top: 4px;
    color: #5d6671;
    font-size: 13px;
}

.hello-v3-page .hello-audio-card {
    width: min(100%, 500px);
    justify-self: end;
}

.hello-v3-page .hello-audio-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.hello-v3-page .hello-audio-actions > .hello-play {
    width: 100%;
}

.hello-v3-page .hello-audio-actions .hello-intro-controls {
    margin-top: 0;
}

.hello-v3-page .hello-audio-card .hello-progress {
    grid-template-columns: repeat(6, 1fr);
}

.hello-v3-page .hello-actions {
    border-top: 1px solid rgba(18, 22, 29, .06);
    background: var(--hello-v3-section);
}

.hello-v3-page .hello-v3-investment {
    padding: var(--apv2-section-space-compact) 0 88px;
    background: var(--apv2-canvas);
}

.hello-v3-page .hello-v3-investment .lpv2-final-card .anora-enterprise-button {
    width: 100%;
}

.hello-v3-page .apv2-practice-section {
    background: #fbfcfd;
}

.hello-v3-page .apv2-practice-video-shell,
.hello-v3-page .apv2-output-card {
    border-color: rgba(18, 22, 29, .11);
}

.hello-v3-page .apv2-practice-section :is(p, small, figcaption) {
    text-shadow: none;
}

@media (max-width: 1120px) {
    .hello-v3-page .hello-v3-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(320px, .55fr);
        gap: 36px;
    }

    .hello-v3-page .hello-v3-hero-copy .apv2-display {
        font-size: clamp(52px, 6.4vw, 74px);
    }

    .hello-v3-page .hello-v3-advantage-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hello-v3-page .hello-v3-network-node {
        width: min(21%, 195px);
    }

    .hello-v3-page .hello-v3-seo-grid {
        grid-template-columns: 1fr;
    }

    .hello-v3-page .hello-v3-seo-copy {
        max-width: 790px;
    }

    .hello-v3-page .hello-v3-seo-visual {
        width: min(100%, 840px);
        margin-inline: auto;
    }

    .hello-v3-page .hello-v3-noah-grid {
        grid-template-columns: 1fr;
    }

    .hello-v3-page .hello-audio-card {
        width: min(100%, 620px);
        justify-self: start;
    }
}

@media (max-width: 900px) {
    .hello-v3-page .hello-v3-hero {
        min-height: 0;
        padding-top: 72px;
    }

    .hello-v3-page .hello-v3-hero-background {
        top: 36%;
        width: 100%;
        height: 64%;
        object-position: 68% 50%;
    }

    .hello-v3-page .hello-v3-hero-wash {
        background: rgba(248, 248, 246, .2);
    }

    .hello-v3-page .hello-v3-hero-grid {
        grid-template-columns: 1fr;
    }

    .hello-v3-page .hello-v3-video-card {
        width: min(100%, 540px);
        justify-self: start;
    }

    .hello-v3-page .hello-v3-video-stage {
        height: min(64vh, 520px);
    }

    .hello-v3-page .hello-v3-network-stage {
        display: grid;
        min-height: 0;
        padding: 22px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        background: #f8fafa;
    }

    .hello-v3-page .hello-v3-network-lines {
        display: none;
    }

    .hello-v3-page .hello-v3-network-node,
    .hello-v3-page .hello-v3-network-core {
        position: static;
        width: auto;
        min-width: 0;
        transform: none;
    }

    .hello-v3-page .hello-v3-network-core {
        grid-column: 1 / -1;
        grid-row: 3;
        width: min(100%, 320px);
        min-height: 150px;
        margin: 14px auto;
        border-radius: 24px;
    }

    .hello-v3-page .hello-v3-network-node.is-article,
    .hello-v3-page .hello-v3-network-node.is-social,
    .hello-v3-page .hello-v3-network-node.is-media,
    .hello-v3-page .hello-v3-network-node.is-performance {
        grid-row: auto;
    }

    .hello-v3-page .hello-v3-case-story,
    .hello-v3-page .hello-v3-case-copy {
        min-height: 540px;
    }
}

@media (max-width: 700px) {
    .hello-v3-page .hello-topbar {
        width: min(100% - 28px, 1216px);
    }

    .hello-v3-page .hello-v3-hero {
        padding: 56px 0 74px;
    }

    .hello-v3-page .hello-v3-hero-copy .apv2-display {
        font-size: clamp(44px, 13vw, 59px);
        line-height: .96;
    }

    .hello-v3-page .hello-v3-hero-copy .apv2-lead {
        font-size: 17px;
    }

    .hello-v3-page .hello-v3-proof {
        grid-template-columns: 1fr;
    }

    .hello-v3-page .hello-v3-proof > span {
        min-height: 68px;
    }

    .hello-v3-page .hello-v3-video-card {
        border-radius: 20px;
    }

    .hello-v3-page .hello-v3-video-stage {
        height: 430px;
    }

    .hello-v3-page .hello-v3-advantage-grid {
        grid-template-columns: 1fr;
    }

    .hello-v3-page .hello-v3-network-shell {
        border-radius: 22px;
    }

    .hello-v3-page .hello-v3-network-head {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .hello-v3-page .hello-v3-network-head > small {
        grid-column: 1;
        grid-row: auto;
        margin-top: 8px;
    }

    .hello-v3-page .hello-v3-network-stage {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .hello-v3-page .hello-v3-network-core {
        grid-column: 1;
        grid-row: 5;
        width: 100%;
    }

    .hello-v3-page .hello-v3-network-node {
        grid-template-columns: 38px minmax(0, 1fr);
        min-height: 68px;
    }

    .hello-v3-page .hello-v3-network-node > i {
        width: 38px;
        height: 38px;
    }

    .hello-v3-page .hello-v3-seo-copy h2,
    .hello-v3-page .hello-v3-noah-copy h2 {
        font-size: clamp(41px, 11.8vw, 56px);
    }

    .hello-v3-page .hello-v3-topic-map {
        min-height: 620px;
        border-radius: 22px;
    }

    .hello-v3-page .hello-v3-topic-map > span {
        min-width: 132px;
    }

    .hello-v3-page .hello-v3-topic-map .is-core {
        top: 50%;
        min-width: 154px;
        min-height: 154px;
    }

    .hello-v3-page .hello-v3-topic-map .is-intent { top: 30px; }
    .hello-v3-page .hello-v3-topic-map .is-guide { top: 155px; right: 15px; }
    .hello-v3-page .hello-v3-topic-map .is-glossary { right: 14px; bottom: 85px; }
    .hello-v3-page .hello-v3-topic-map .is-social { bottom: 42px; left: 14px; }
    .hello-v3-page .hello-v3-topic-map .is-data { top: 165px; left: 14px; }

    .hello-v3-page .hello-v3-seo-browser {
        width: 94%;
        margin-top: -48px;
        transform: none;
    }

    .hello-v3-page .hello-v3-case,
    .hello-v3-page .hello-v3-case-story {
        border-radius: 22px;
    }

    .hello-v3-page .hello-v3-case-story,
    .hello-v3-page .hello-v3-case-copy {
        min-height: 610px;
    }

    .hello-v3-page .hello-v3-case-story > img {
        object-position: 67% 50%;
    }

    .hello-v3-page .hello-v3-case-overlay,
    .hello-v3-page .hello-v3-case.is-estate .hello-v3-case-overlay {
        background: rgba(8, 11, 16, .78);
    }

    .hello-v3-page .hello-v3-case-copy {
        justify-content: flex-end;
        padding: 28px 22px 34px;
    }

    .hello-v3-page .hello-v3-case-copy h3 {
        font-size: clamp(39px, 11vw, 52px);
    }

    .hello-v3-page .hello-v3-case-copy > p {
        font-size: 15px;
    }

    .hello-v3-page .hello-v3-case-flow > i {
        display: none;
    }

    .hello-v3-page .hello-v3-case-browser {
        width: calc(100% - 24px);
        margin: 18px auto;
    }

    .hello-v3-page .hello-audio-card {
        padding: 20px;
        border-radius: 21px;
    }

    .hello-v3-page .hello-audio-actions {
        grid-template-columns: 1fr;
    }

    .hello-v3-page .hello-v3-investment {
        padding-bottom: 58px;
    }
}

@media (max-width: 390px) {
    .hello-v3-page .hello-v3-hero-copy .apv2-display {
        font-size: 42px;
    }

    .hello-v3-page .hello-v3-video-stage {
        height: 390px;
    }

    .hello-v3-page .hello-v3-video-card > footer {
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }

    .hello-v3-page .hello-v3-topic-map .is-guide,
    .hello-v3-page .hello-v3-topic-map .is-glossary {
        right: 8px;
    }

    .hello-v3-page .hello-v3-topic-map .is-social,
    .hello-v3-page .hello-v3-topic-map .is-data {
        left: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hello-v3-page .hello-v3-seo-browser,
    .hello-v3-page .hello-v3-case,
    .hello-v3-page .hello-v3-video-card {
        transform: none;
    }
}

/* Hello V4 compact refinement
   The page now composes the canonical Enterprise swiper and keeps every
   sales surface within the same public spacing and contrast contract. */
.hello-v3-page.hello-locked .gate-panel {
    width: min(100%, 540px);
}

.hello-v3-page.hello-locked .gate-panel .anora-enterprise-dialog-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding: 24px 28px 18px;
    justify-items: center;
    gap: 14px;
    text-align: center;
}

.hello-v3-page.hello-locked .gate-panel .anora-enterprise-dialog-head > div {
    display: grid;
    justify-items: center;
}

.hello-v3-page.hello-locked .gate-panel .anora-enterprise-dialog-head p {
    max-width: 390px;
    margin-top: 8px;
}

.hello-v3-page.hello-locked .gate-brand {
    grid-row: 1;
    width: 132px;
    margin: 0;
}

.hello-v3-page.hello-locked .anora-enterprise-dialog-body {
    padding: 16px 28px 18px;
}

.hello-v3-page.hello-locked .hello-language-switch {
    display: flex;
    width: max-content;
    margin-inline: auto;
    padding: 3px;
}

.hello-v3-page .hello-language-switch a {
    min-width: 42px;
    min-height: 34px;
    padding-inline: 10px;
}

.hello-v3-page.hello-locked .gate-form {
    gap: 14px;
    margin-top: 16px;
}

.hello-v3-page.hello-locked .gate-code-grid {
    gap: 9px;
}

.hello-v3-page.hello-locked .gate-code-digit {
    height: 58px;
    font-size: 24px;
}

.hello-v3-page.hello-locked .anora-enterprise-dialog-footer {
    padding: 14px 28px 20px;
    gap: 10px;
}

.hello-v3-page .apv2-container {
    width: min(calc(100% - 48px), 1216px);
}

.hello-v3-page .apv2-section {
    padding: clamp(68px, 7vw, 88px) 0;
}

.hello-v3-page .apv2-section-head {
    margin-bottom: 36px;
}

.hello-v3-page .apv2-reveal,
.hello-v3-page .apv2-reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
}

.hello-v3-page .hello-topbar {
    width: min(calc(100% - 48px), 1216px);
    min-height: 48px;
    margin-top: 8px;
}

.hello-v3-page .hello-v3-hero {
    min-height: min(780px, calc(100svh - var(--apv2-header-height)));
    padding: 68px 0 82px;
}

.hello-v3-page .hello-v3-hero-grid {
    gap: clamp(36px, 5vw, 70px);
}

.hello-v3-page .hello-v3-hero-copy .apv2-display {
    font-size: clamp(52px, 5.35vw, 78px);
}

.hello-v3-page .hello-v3-video-stage {
    height: clamp(330px, 45vh, 430px);
}

.hello-v3-page .hello-v3-advantage-grid {
    margin-top: 34px;
}

.hello-v3-page .hello-v3-advantage-grid .lpv3-benefit-card {
    min-height: 220px;
    padding: 22px;
}

.hello-v3-page .hello-v3-network-shell,
.hello-v3-page .hello-v3-case-list {
    margin-top: 36px;
}

.hello-v3-page .hello-v3-network-stage {
    min-height: 530px;
}

.hello-v3-page .hello-v3-seo-grid {
    gap: clamp(48px, 6vw, 84px);
}

.hello-v3-page .hello-v3-seo-copy h2,
.hello-v3-page .hello-v3-noah-copy h2 {
    font-size: clamp(42px, 4.4vw, 62px);
}

.hello-v3-page .hello-v3-seo-copy > p,
.hello-v3-page .hello-v3-noah-copy > p {
    margin-top: 20px;
    font-size: 16px;
}

.hello-v3-page .hello-v3-seo-copy ol {
    margin-top: 28px;
}

.hello-v3-page .hello-v3-seo-copy li {
    padding: 16px 0;
}

.hello-v3-page .hello-v3-topic-map {
    min-height: 450px;
}

.hello-v3-page .hello-v3-case-list {
    gap: 30px;
}

.hello-v3-page .hello-v3-case-story,
.hello-v3-page .hello-v3-case-copy {
    min-height: 500px;
}

.hello-v3-page .hello-v3-case-copy h3 {
    margin-top: 22px;
    font-size: clamp(40px, 4.5vw, 60px);
}

.hello-v3-page .hello-v3-case-copy > p {
    margin-top: 20px;
}

.hello-v3-page .hello-v3-case-flow {
    margin-top: 28px;
}

.hello-v3-page .hello-v3-case-browser {
    margin-block: 28px;
}

.hello-v3-page .apv2-practice-video-shell {
    padding: 22px;
}

.hello-v3-page .apv2-practice-rail {
    padding-block: 24px 14px;
}

.hello-v3-page .apv2-practice-video {
    flex-basis: min(220px, 64vw);
}

.hello-v3-page .hello-v3-module-swiper {
    margin-top: 38px;
}

.hello-v3-page .hello-v3-module-swiper .anora-enterprise-swiper {
    gap: 16px;
}

.hello-v3-page .hello-v3-module-swiper .anora-enterprise-swiper-head strong,
.hello-v3-page .hello-v3-module-swiper .anora-enterprise-swiper-card > strong,
.hello-v3-page .hello-v3-module-swiper .anora-enterprise-swiper-meta {
    color: var(--apv2-ink);
}

.hello-v3-page .hello-v3-module-swiper .anora-enterprise-swiper-head span,
.hello-v3-page .hello-v3-module-swiper .anora-enterprise-swiper-card > p {
    color: #59616c;
}

.hello-v3-page .hello-v3-module-swiper .anora-enterprise-swiper-card {
    min-height: 350px;
    border-color: var(--apv2-line);
    background: #fff;
}

.hello-v3-page .hello-v3-module-swiper .anora-enterprise-swiper-card::after {
    display: none;
}

.hello-v3-page .hello-v3-module-swiper .anora-enterprise-swiper-media {
    height: 166px;
    aspect-ratio: auto;
    padding: 10px 16px;
    background: #edf7f5;
}

.hello-v3-page .hello-v3-module-swiper .anora-enterprise-swiper-card[data-tone="2"] .anora-enterprise-swiper-media {
    background: #eff3fd;
}

.hello-v3-page .hello-v3-module-swiper .anora-enterprise-swiper-card[data-tone="3"] .anora-enterprise-swiper-media {
    background: #f3f0fb;
}

.hello-v3-page .hello-v3-module-swiper .anora-enterprise-swiper-media img {
    object-fit: contain;
}

.hello-v3-page .hello-v3-module-swiper .anora-enterprise-swiper-card > small {
    margin-top: 16px;
}

.hello-v3-page .hello-v3-module-swiper .anora-enterprise-swiper-card > p {
    margin-bottom: 14px;
    font-size: 13px;
}

.hello-v3-page .hello-v3-noah-grid {
    gap: clamp(44px, 7vw, 86px);
}

.hello-v3-page .hello-v3-noah-copy ul {
    margin-top: 24px;
}

.hello-v3-page .hello-audio-card {
    display: block;
    padding: 22px;
    overflow: hidden;
}

.hello-v3-page .hello-audio-card > header {
    grid-template-columns: minmax(0, 1fr) auto;
    padding-bottom: 16px;
}

.hello-v3-page .hello-audio-card > header strong {
    color: var(--apv2-ink);
}

.hello-v3-page .hello-audio-live-state {
    grid-column: 1 / -1;
    justify-self: start;
    margin-top: 11px;
    color: var(--apv2-ink);
}

.hello-v3-page .hello-audio-stage {
    min-height: 188px;
    padding: 18px 8px 10px;
}

.hello-v3-page .hello-audio-stage anora-thinking-orb {
    --anora-orb-size: 88px;
}

.hello-v3-page .hello-word-stage {
    min-height: 78px;
    margin-top: 4px;
    padding-inline: 0;
}

.hello-v3-page .hello-word-stage > span {
    color: var(--apv2-ink);
    font-size: 22px;
}

.hello-v3-page .hello-word-stage small {
    color: #59616c;
}

.hello-v3-page .hello-audio-actions,
.hello-v3-page .hello-audio-actions .hello-intro-controls {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    margin: 0 !important;
    opacity: 1 !important;
    transform: none !important;
}

.hello-v3-page .hello-audio-actions {
    display: grid;
    margin-top: 16px !important;
}

.hello-v3-page .hello-audio-actions .hello-intro-controls {
    display: none !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.hello-v3-page .hello-experience:is(.is-playing, .is-paused) .hello-audio-actions > .hello-play {
    display: none;
}

.hello-v3-page .hello-experience:is(.is-playing, .is-paused) .hello-audio-actions .hello-intro-controls {
    display: grid !important;
}

.hello-v3-page .hello-audio-actions :is(.hello-play, .hello-control) {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    min-width: 0;
    min-height: 46px;
    margin: 0 !important;
    padding-inline: 12px;
    opacity: 1 !important;
    transform: none !important;
}

.hello-v3-page .hello-v3-investment .lpv2-final-card,
.hello-v3-page .hello-v3-investment .lpv2-final-card h2,
.hello-v3-page .hello-v3-investment .lpv2-final-card p {
    color: var(--apv2-ink) !important;
    -webkit-text-fill-color: var(--apv2-ink) !important;
    text-shadow: none !important;
}

.hello-v3-page .hello-v3-investment .lpv2-final-card p {
    color: #505964 !important;
    -webkit-text-fill-color: #505964 !important;
}

.hello-v3-page .hello-v3-investment .lpv2-final-card h2 {
    font-size: clamp(40px, 4.8vw, 62px);
}

.hello-v3-page .hello-actions .apv2-section-head h2,
.hello-v3-page .hello-actions .hello-lab-intro p {
    color: var(--apv2-ink) !important;
    -webkit-text-fill-color: var(--apv2-ink) !important;
    text-shadow: none !important;
}

.hello-v3-page .hello-actions .hello-lab-intro .hello-cost-note {
    color: #59616c !important;
    -webkit-text-fill-color: #59616c !important;
}

@media (max-width: 900px) {
    .hello-v3-page .hello-v3-hero {
        padding-top: 56px;
    }

    .hello-v3-page .hello-v3-video-stage {
        height: min(52vh, 420px);
    }

    .hello-v3-page .hello-v3-network-stage {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hello-v3-page .hello-v3-network-core {
        grid-column: 1 / -1;
        grid-row: auto;
        min-height: 130px;
        margin-block: 2px;
    }

    .hello-v3-page .hello-v3-case-story,
    .hello-v3-page .hello-v3-case-copy {
        min-height: 480px;
    }
}

@media (max-width: 700px) {
    .hello-v3-page .apv2-container,
    .hello-v3-page .hello-topbar {
        width: calc(100% - 48px);
    }

    .hello-v3-page .apv2-section {
        padding: 60px 0;
    }

    .hello-v3-page .apv2-section-head {
        gap: 14px;
        margin-bottom: 26px;
    }

    .hello-v3-page .hello-topbar {
        min-height: 44px;
        margin-top: 5px;
    }

    .hello-v3-page .hello-v3-hero {
        padding: 44px 0 58px;
    }

    .hello-v3-page .hello-v3-hero-copy .apv2-display {
        margin-top: 17px;
        font-size: clamp(36px, 10.4vw, 43px);
        letter-spacing: -.055em;
        line-height: .98;
    }

    .hello-v3-page .hello-v3-hero-copy .apv2-lead {
        margin-top: 21px;
        font-size: 16px;
        line-height: 1.6;
    }

    .hello-v3-page .hello-v3-hero-copy .apv2-actions,
    .hello-v3-page .hello-v3-proof {
        margin-top: 24px;
    }

    .hello-v3-page .hello-v3-proof {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .hello-v3-page .hello-v3-proof > span {
        min-height: 72px;
        padding: 10px;
    }

    .hello-v3-page .hello-v3-proof strong {
        font-size: 18px;
    }

    .hello-v3-page .hello-v3-video-stage {
        height: 340px;
    }

    .hello-v3-page .hello-v3-advantage-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 26px;
    }

    .hello-v3-page .hello-v3-advantage-grid .lpv3-benefit-card {
        min-height: 200px;
        padding: 17px;
    }

    .hello-v3-page .hello-v3-advantage-grid .lpv3-benefit-card p {
        font-size: 13px;
        line-height: 1.55;
    }

    .hello-v3-page .hello-v3-network-stage {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 10px;
    }

    .hello-v3-page .hello-v3-network-node {
        grid-template-columns: 32px minmax(0, 1fr);
        min-height: 62px;
        padding: 9px;
        gap: 8px;
        border-radius: 14px;
    }

    .hello-v3-page .hello-v3-network-node > i {
        width: 32px;
        height: 32px;
        border-radius: 10px;
    }

    .hello-v3-page .hello-v3-network-node svg {
        width: 17px;
        height: 17px;
    }

    .hello-v3-page .hello-v3-network-node strong {
        font-size: 12px;
    }

    .hello-v3-page .hello-v3-network-core {
        grid-column: 1 / -1;
        grid-row: auto;
        min-height: 118px;
        padding: 14px;
        margin: 0;
    }

    .hello-v3-page .hello-v3-network-core anora-thinking-orb {
        --anora-orb-size: 58px;
    }

    .hello-v3-page .hello-v3-seo-copy h2,
    .hello-v3-page .hello-v3-noah-copy h2 {
        font-size: clamp(36px, 10.4vw, 44px);
    }

    .hello-v3-page .hello-v3-topic-map {
        min-height: 440px;
    }

    .hello-v3-page .hello-v3-topic-map > span {
        min-width: 118px;
        min-height: 60px;
        padding: 9px 10px;
        border-radius: 14px;
    }

    .hello-v3-page .hello-v3-topic-map .is-core {
        top: 50%;
        min-width: 132px;
        min-height: 132px;
    }

    .hello-v3-page .hello-v3-topic-map .is-core i {
        width: 36px;
        height: 36px;
        margin-bottom: 6px;
    }

    .hello-v3-page .hello-v3-topic-map .is-intent { top: 18px; }
    .hello-v3-page .hello-v3-topic-map .is-guide { top: 94px; right: 8px; }
    .hello-v3-page .hello-v3-topic-map .is-data { top: 94px; left: 8px; }
    .hello-v3-page .hello-v3-topic-map .is-glossary { right: 8px; bottom: 22px; }
    .hello-v3-page .hello-v3-topic-map .is-social { bottom: 22px; left: 8px; }

    .hello-v3-page .hello-v3-seo-browser {
        width: calc(100% - 16px);
        margin-top: -32px;
    }

    .hello-v3-page .hello-v3-case-story,
    .hello-v3-page .hello-v3-case-copy {
        min-height: 460px;
    }

    .hello-v3-page .hello-v3-case-copy {
        padding: 25px 20px 28px;
    }

    .hello-v3-page .hello-v3-case-copy h3 {
        font-size: clamp(35px, 9.8vw, 43px);
    }

    .hello-v3-page .hello-v3-case-flow {
        margin-top: 22px;
    }

    .hello-v3-page .apv2-practice-video-shell {
        padding: 17px;
        border-radius: 22px;
    }

    .hello-v3-page .apv2-practice-video {
        flex-basis: min(210px, 66vw);
    }

    .hello-v3-page .hello-v3-module-swiper {
        margin-top: 30px;
    }

    .hello-v3-page .hello-v3-module-swiper .anora-enterprise-swiper-card {
        min-height: 320px;
        flex-basis: 84%;
    }

    .hello-v3-page .hello-v3-module-swiper .anora-enterprise-swiper-media {
        height: 150px;
    }

    .hello-v3-page .hello-audio-card {
        padding: 18px;
    }

    .hello-v3-page .hello-audio-card > header {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .hello-v3-page .hello-audio-stage {
        min-height: 172px;
        padding-top: 14px;
    }

    .hello-v3-page .hello-audio-stage anora-thinking-orb {
        --anora-orb-size: 78px;
    }

    .hello-v3-page .hello-v3-investment {
        padding: 54px 0 58px;
    }

    .hello-v3-page .hello-v3-investment .lpv2-final-card {
        padding: 30px 22px;
    }

    .hello-v3-page .hello-v3-investment .lpv2-final-card h2 {
        font-size: clamp(36px, 10.2vw, 43px);
    }
}

@media (max-width: 390px) {
    .hello-v3-page.hello-locked .gate-panel .anora-enterprise-dialog-head {
        padding: 19px 20px 15px;
        gap: 10px;
    }

    .hello-v3-page.hello-locked .gate-brand {
        width: 118px;
        margin: 0;
    }

    .hello-v3-page.hello-locked .anora-enterprise-dialog-body {
        padding: 14px 20px 15px;
    }

    .hello-v3-page.hello-locked .anora-enterprise-dialog-footer {
        padding: 12px 20px 18px;
    }

    .hello-v3-page.hello-locked .gate-code-digit {
        height: 52px;
        font-size: 22px;
    }

    .hello-v3-page .hello-v3-hero-copy .apv2-display {
        font-size: 35px;
    }

    .hello-v3-page .hello-v3-video-stage {
        height: 320px;
    }

    .hello-v3-page .hello-v3-proof small {
        font-size: 12px;
    }

    .hello-v3-page .hello-v3-topic-map > span {
        min-width: 112px;
    }
}

@media (max-width: 350px) {
    .hello-v3-page .apv2-container,
    .hello-v3-page .hello-topbar {
        width: calc(100% - 36px);
    }

    .hello-v3-page .hello-v3-hero-copy .apv2-display {
        font-size: 32px;
    }

    .hello-v3-page .hello-v3-proof > span {
        padding-inline: 7px;
    }

    .hello-v3-page .hello-v3-advantage-grid .lpv3-benefit-card {
        padding: 14px;
    }

    .hello-v3-page .hello-v3-network-node {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .hello-v3-page .hello-v3-topic-map > span {
        min-width: 104px;
        padding-inline: 7px;
    }
}

.hello-v3-page .hello-caption-word,
.hello-v3-page .hello-caption-word.is-near {
    color: #56606c;
    opacity: 1;
    text-shadow: none;
}

.hello-v3-page .hello-caption-word.is-current {
    color: var(--apv2-ink);
    opacity: 1;
    text-shadow: none;
}

.hello-v3-page .hello-audio-actions .hello-intro-controls {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

.hello-v3-page .hello-audio-actions .hello-control {
    border: 1px solid var(--apv2-line) !important;
    border-radius: var(--apv2-radius-control) !important;
    color: var(--apv2-ink) !important;
    background: #fff !important;
}

@media (max-width: 700px) {
    .hello-v3-page .hello-v3-topic-map .is-guide,
    .hello-v3-page .hello-v3-topic-map .is-data {
        top: 84px;
    }

    .hello-v3-page .hello-v3-modules .lpv2-module-copy h2 {
        font-size: clamp(34px, 9.8vw, 38px);
    }

    .hello-v3-page .apv2-output-document > p:not(.apv2-article-lead),
    .hello-v3-page .apv2-writing-analysis,
    .hello-v3-page .apv2-social-caption blockquote {
        display: none;
    }

    .hello-v3-page .apv2-output-grid {
        gap: 12px;
    }

    .hello-v3-page .apv2-output-card {
        padding: 18px;
    }

    .hello-v3-page .apv2-output-document,
    .hello-v3-page .apv2-social-preview {
        padding-top: 20px;
    }

    .hello-v3-page .apv2-output-document h3 {
        margin-top: 14px;
        font-size: 28px;
    }

    .hello-v3-page .apv2-output-document > p.apv2-article-lead {
        margin-top: 15px;
    }

    .hello-v3-page .apv2-output-document-foot,
    .hello-v3-page .apv2-output-social > footer {
        margin-top: 15px;
    }

    .hello-v3-page .apv2-social-visual {
        width: min(100%, 230px);
    }

    .hello-v3-page .apv2-social-caption > p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }

    .hello-v3-page .mini-lab {
        gap: 14px;
        margin-top: 30px;
    }

    .hello-v3-page .mini-controls {
        padding: 14px;
    }

    .hello-v3-page .mini-control-panel.is-active {
        gap: 14px;
    }

    .hello-v3-page .mini-field input {
        min-height: 46px;
    }

    .hello-v3-page .mini-preview-top {
        min-height: 48px;
        padding-block: 9px;
    }

    .hello-v3-page .mini-output {
        padding: 12px;
    }

    .hello-v3-page .mini-article-main {
        padding: 17px;
    }

    .hello-v3-page .mini-article-main h3,
    .hello-v3-page .mini-article-main p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
    }

    .hello-v3-page .mini-article-main h3 {
        -webkit-line-clamp: 4;
    }

    .hello-v3-page .mini-article-main p {
        -webkit-line-clamp: 6;
    }

    .hello-v3-page .mini-seo-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hello-v3-page .mini-seo-panel > div:first-child,
    .hello-v3-page .mini-serp-preview p {
        display: none;
    }

    .hello-v3-page .mini-serp-preview {
        padding: 14px;
    }

    .hello-v3-page .mini-social-creative,
    .hello-v3-page .mini-pdf-frame {
        min-height: 300px;
    }
}

/* Hello V5 detail pass
   These refinements keep the established public and Enterprise components,
   while fixing their composition on the private product tour. */
.hello-v3-page.hello-locked .gate-panel .anora-enterprise-dialog-head > div {
    gap: 0;
}

.hello-v3-page.hello-locked .gate-panel .anora-enterprise-dialog-head h1 {
    margin-top: 0;
}

.hello-v3-page.hello-locked .gate-error {
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    text-align: left;
}

.hello-v3-page.hello-locked .gate-error .anora-enterprise-alert-icon {
    align-self: center;
}

.hello-v3-page.hello-locked .anora-enterprise-dialog-footer {
    justify-content: center;
    flex-wrap: wrap;
}

.hello-v3-page.hello-locked .anora-enterprise-dialog-footer > * {
    width: min(100%, 220px);
    justify-content: center;
}

.hello-v3-page .hello-v3-hero-background {
    width: min(82%, 1240px);
    opacity: .16;
    filter: grayscale(1) contrast(.72) brightness(1.16);
    mix-blend-mode: multiply;
}

.hello-v3-page .hello-v3-hero-wash {
    background: rgba(248, 248, 246, .88);
}

.hello-v3-page .hello-v3-video-stage {
    height: auto;
    min-height: 0;
    padding: 18px;
    background: #0d1119;
}

.hello-v3-page .hello-v3-story-frame {
    position: relative;
    width: min(100%, 230px);
    aspect-ratio: 9 / 16;
    overflow: hidden;
    margin-inline: auto;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    background: #070a10;
    box-shadow: 0 18px 46px rgba(0, 0, 0, .34);
}

.hello-v3-page .hello-v3-story-slide {
    position: absolute;
    inset: 0;
    margin: 0;
}

.hello-v3-page .hello-v3-story-slide[hidden] {
    display: none;
}

.hello-v3-page .hello-v3-story-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #070a10;
}

.hello-v3-page .hello-v3-video-card > footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

.hello-v3-page .hello-v3-video-card > footer > span:last-child {
    justify-self: end;
    text-align: right;
}

.hello-v3-page .hello-v3-story-dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.hello-v3-page .hello-v3-story-dots button {
    width: 18px;
    height: 4px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #d6dcdf;
    cursor: pointer;
    transition: width .2s ease, background .2s ease;
}

.hello-v3-page .hello-v3-story-dots button[aria-current="true"] {
    width: 30px;
    background: var(--apv2-mint-dark);
}

.hello-v3-page .hello-v3-story-dots button:focus-visible {
    outline: 3px solid rgba(8, 168, 141, .25);
    outline-offset: 3px;
}

.hello-v3-page .hello-v3-network-stage {
    min-height: 520px;
}

.hello-v3-page .hello-v3-network-lines {
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hello-v3-page .hello-v3-network-lines path {
    stroke-width: 2;
    opacity: .5;
}

.hello-v3-page .hello-v3-network-points circle {
    fill: var(--apv2-mint-dark);
    opacity: .78;
}

.hello-v3-page .hello-v3-network-node.is-brief,
.hello-v3-page .hello-v3-network-node.is-article { top: 42px; }
.hello-v3-page .hello-v3-network-node.is-brand,
.hello-v3-page .hello-v3-network-node.is-social { top: 162px; }
.hello-v3-page .hello-v3-network-node.is-knowledge,
.hello-v3-page .hello-v3-network-node.is-media { top: 282px; }
.hello-v3-page .hello-v3-network-node.is-signal,
.hello-v3-page .hello-v3-network-node.is-performance { top: 402px; }
.hello-v3-page .hello-v3-network-node.is-brief,
.hello-v3-page .hello-v3-network-node.is-brand,
.hello-v3-page .hello-v3-network-node.is-knowledge,
.hello-v3-page .hello-v3-network-node.is-signal { left: 2%; }
.hello-v3-page .hello-v3-network-node.is-article,
.hello-v3-page .hello-v3-network-node.is-social,
.hello-v3-page .hello-v3-network-node.is-media,
.hello-v3-page .hello-v3-network-node.is-performance { right: 2%; }

.hello-v3-page .hello-v3-network-core {
    box-sizing: border-box;
    width: 196px;
    height: 196px;
    min-height: 196px;
    grid-template-rows: 76px minmax(48px, auto);
    contain: layout paint;
}

.hello-v3-page .hello-v3-network-core anora-thinking-orb {
    --anora-orb-size: 76px;
    width: 76px;
    height: 76px;
    min-width: 76px;
    min-height: 76px;
    contain: layout paint;
}

.hello-v3-page .hello-v3-network-core p {
    min-height: 48px;
    align-self: start;
}

.hello-v3-page .hello-v3-network-core small {
    min-height: 31px;
}

.hello-v3-page .hello-v3-topic-map {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1;
}

.hello-v3-page .hello-v3-topic-lines {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.hello-v3-page .hello-v3-topic-lines line {
    stroke: rgba(110, 219, 199, .34);
    stroke-width: .36;
    stroke-dasharray: 1.35 1.65;
    vector-effect: non-scaling-stroke;
}

.hello-v3-page .hello-v3-topic-map::before {
    width: 70%;
    height: 70%;
}

.hello-v3-page .hello-v3-topic-map::after {
    width: 40%;
    height: 40%;
}

.hello-v3-page .hello-v3-topic-map > span:not(.is-core) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    min-width: 132px;
    min-height: 66px;
    transform: translate(-50%, -50%);
}

.hello-v3-page .hello-v3-topic-map > span.is-intent { top: 15%; left: 50%; }
.hello-v3-page .hello-v3-topic-map > span.is-guide { top: 39.2%; left: 83.3%; }
.hello-v3-page .hello-v3-topic-map > span.is-glossary { top: 78.3%; left: 70.6%; }
.hello-v3-page .hello-v3-topic-map > span.is-social { top: 78.3%; left: 29.4%; }
.hello-v3-page .hello-v3-topic-map > span.is-data { top: 39.2%; left: 16.7%; }

.hello-v3-page .hello-v3-seo-browser {
    width: 100%;
    margin: 18px 0 0;
    transform: none;
}

.hello-v3-page .hello-v3-case-copy {
    max-width: 100%;
}

.hello-v3-page .hello-v3-case-flow {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 2px 0 6px;
    scrollbar-width: none;
}

.hello-v3-page .hello-v3-case-flow::-webkit-scrollbar {
    display: none;
}

.hello-v3-page .hello-v3-case-flow > span {
    min-width: 112px;
    flex: 1 0 112px;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
}

.hello-v3-page .hello-v3-case-flow > i {
    display: grid;
    flex: 0 0 17px;
    place-items: center;
}

.hello-v3-page .hello-v3-case-flow > span:last-of-type {
    border-color: rgba(128, 223, 206, .58);
    color: #081a17;
    background: #80dfce;
    box-shadow: 0 8px 24px rgba(8, 168, 141, .2);
}

.hello-v3-page .hello-v3-case-flow > span:last-of-type b {
    color: #075f52;
}

.hello-v3-page .apv2-practice-rail {
    --hello-practice-slide: min(220px, 64vw);
    padding-right: calc((100% - var(--hello-practice-slide)) / 2);
    padding-left: calc((100% - var(--hello-practice-slide)) / 2);
    scroll-padding-inline: calc((100% - var(--hello-practice-slide)) / 2);
    overscroll-behavior-inline: contain;
}

.hello-v3-page .apv2-practice-video {
    flex-basis: var(--hello-practice-slide);
}

.hello-v3-page .apv2-output-card > header {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    padding-bottom: 4px;
    border-bottom: 0;
    text-align: left;
}

.hello-v3-page .apv2-output-card > header .apv2-output-icon {
    align-self: center;
}

.hello-v3-page .apv2-output-card > header p {
    justify-self: stretch;
    text-align: left;
}

.hello-v3-page .hello-v3-noah-grid {
    align-items: center;
}

.hello-v3-page .hello-v3-noah-copy {
    display: flex;
    padding-block: 0;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}

.hello-v3-page .hello-v3-noah-copy :is(h2, p, li, li span) {
    text-align: left;
}

.hello-v3-page .hello-v3-noah-copy ul {
    gap: 5px;
}

.hello-v3-page .hello-v3-noah-copy li {
    padding: 12px 0;
    align-items: start;
    border-bottom: 0;
}

.hello-v3-page .hello-audio-card {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 0;
    align-self: center;
    justify-self: stretch;
    flex-direction: column;
}

.hello-v3-page .hello-audio-stage {
    min-height: 188px;
    flex: 0 0 auto;
}

.hello-v3-page .hello-v3-investment.hpv2-final-cta {
    padding: 72px 0 88px;
    background: var(--apv2-canvas);
}

.hello-v3-page .hello-v3-investment .hpv2-final-card {
    overflow: hidden;
    border-color: var(--apv2-line);
    color: var(--apv2-ink);
    background: #fff;
    box-shadow: 0 24px 64px rgba(35, 44, 58, .08);
}

.hello-v3-page .hello-v3-investment .hpv2-final-card h2 {
    color: var(--apv2-ink);
    font-size: clamp(42px, 5vw, 66px);
    -webkit-text-fill-color: var(--apv2-ink);
    text-shadow: none;
}

.hello-v3-page .hello-v3-investment .hpv2-final-card p {
    color: #505964;
    -webkit-text-fill-color: #505964;
    text-shadow: none;
}

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

@media (max-width: 1120px) {
    .hello-v3-page .hello-v3-noah-grid {
        align-items: start;
    }

    .hello-v3-page .hello-audio-card {
        width: min(100%, 620px);
        height: auto;
        min-height: 0;
        justify-self: start;
    }
}

@media (max-width: 900px) {
    .hello-v3-page .hello-v3-hero-background {
        top: 36%;
        opacity: .12;
    }

    .hello-v3-page .hello-v3-video-stage {
        height: auto;
    }

    .hello-v3-page .hello-v3-network-core {
        width: min(100%, 320px);
        height: 150px;
        min-height: 150px;
        grid-template-rows: 64px auto;
        contain: layout paint;
    }

    .hello-v3-page .hello-v3-network-core anora-thinking-orb {
        --anora-orb-size: 64px;
        width: 64px;
        height: 64px;
        min-width: 64px;
        min-height: 64px;
    }
}

@media (max-width: 700px) {
    .hello-v3-page.hello-locked .anora-enterprise-dialog-footer {
        align-items: center;
    }

    .hello-v3-page.hello-locked .anora-enterprise-dialog-footer > * {
        width: min(100%, 300px);
        flex: 0 0 auto;
    }

    .hello-v3-page .hello-v3-story-frame {
        width: min(100%, 214px);
        border-radius: 16px;
    }

    .hello-v3-page .hello-v3-video-card > footer {
        min-height: 64px;
        padding-block: 10px;
        grid-template-columns: 1fr auto;
    }

    .hello-v3-page .hello-v3-video-card > footer > span:last-child {
        grid-column: 1 / -1;
        justify-self: center;
        text-align: center;
    }

    .hello-v3-page .hello-v3-network-core {
        width: 100%;
        height: 118px;
        min-height: 118px;
        grid-template-rows: 58px auto;
    }

    .hello-v3-page .hello-v3-network-core anora-thinking-orb {
        --anora-orb-size: 58px;
        width: 58px;
        height: 58px;
        min-width: 58px;
        min-height: 58px;
    }

    .hello-v3-page .hello-v3-topic-map {
        min-height: 0;
        aspect-ratio: 1;
    }

    .hello-v3-page .hello-v3-topic-map > span:not(.is-core) {
        min-width: 104px;
        min-height: 56px;
        padding: 8px;
    }

    .hello-v3-page .hello-v3-topic-map .is-core {
        top: 50%;
        min-width: 118px;
        min-height: 118px;
    }

    .hello-v3-page .hello-v3-topic-map .is-core i {
        width: 34px;
        height: 34px;
        margin-bottom: 5px;
    }

    .hello-v3-page .hello-v3-case-copy {
        justify-content: center;
    }

    .hello-v3-page .hello-v3-case-flow {
        margin-inline: -2px;
    }

    .hello-v3-page .hello-v3-case-flow > i {
        display: grid;
    }

    .hello-v3-page .apv2-practice-rail {
        --hello-practice-slide: min(210px, 66vw);
        margin-inline: -12px;
        padding-right: calc((100% - var(--hello-practice-slide)) / 2 + 12px);
        padding-left: calc((100% - var(--hello-practice-slide)) / 2 + 12px);
        scroll-padding-inline: calc((100% - var(--hello-practice-slide)) / 2 + 12px);
    }

    .hello-v3-page .apv2-output-card > header {
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .hello-v3-page .apv2-output-card > header em {
        grid-column: 2;
        justify-self: start;
    }

    .hello-v3-page .hello-v3-investment.hpv2-final-cta {
        padding: 58px 0;
    }

    .hello-v3-page .hello-v3-investment .hpv2-final-card {
        padding: 34px 24px;
        border-radius: 24px;
    }

    .hello-v3-page .hello-v3-investment .hpv2-final-card h2 {
        font-size: clamp(38px, 10.6vw, 46px);
    }
}

@media (max-width: 390px) {
    .hello-v3-page .hello-v3-video-card > footer {
        align-items: center;
        justify-content: initial;
        flex-direction: initial;
    }

    .hello-v3-page .hello-v3-topic-map > span:not(.is-core) {
        min-width: 96px;
        font-size: 12px;
    }

    .hello-v3-page .hello-v3-topic-map > span:not(.is-core) small {
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hello-v3-page .hello-v3-story-dots button {
        transition: none;
    }
}
