.apv2-landing {
    background: var(--apv2-canvas);
}

.apv2-landing .apv2-main {
    overflow: clip;
}

.apv2-landing .apv2-section-head h2,
.lpv2-system-card h3,
.lpv2-product-copy h3,
.lpv2-workflow-card h3,
.lpv2-noah-copy h2,
.lpv2-benefit-card h3,
.lpv2-module-copy h2,
.apv2-faq-intro h2,
.lpv2-final-card h2 {
    word-spacing: .055em;
}

.lpv2-hero {
    position: relative;
    isolation: isolate;
    padding: 0 0 112px;
    background: var(--apv2-canvas);
}

.lpv2-hero-intro {
    position: relative;
    z-index: 0;
    display: grid;
    min-height: calc(100vh - var(--apv2-header-height) - env(safe-area-inset-top));
    min-height: calc(100svh - var(--apv2-header-height) - env(safe-area-inset-top));
    align-items: center;
    padding: 104px 0 92px;
    isolation: isolate;
}

.lpv2-hero-film {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.lpv2-hero-film::before,
.lpv2-hero-film::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.lpv2-hero-film::before {
    z-index: 1;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(251, 252, 253, .26) 0%,
        rgba(251, 252, 253, .16) 40%,
        rgba(251, 252, 253, .04) 67%,
        rgba(251, 252, 253, 0) 84%
    );
}

.lpv2-hero-film::after {
    z-index: 2;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(251, 252, 253, .06) 0%,
        rgba(251, 252, 253, .02) 62%,
        rgba(251, 252, 253, .92) 100%
    );
}

.lpv2-hero-film video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: .82;
    filter: saturate(.8) contrast(.94) brightness(1.03);
}

.lpv2-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(318px, .65fr);
    align-items: end;
    gap: clamp(42px, 4.5vw, 68px);
}

.lpv2-hero-copy {
    max-width: 860px;
}

.lpv2-hero-copy .apv2-display {
    max-width: 850px;
    margin-top: 22px;
    font-size: clamp(56px, 4.7vw, 72px);
    letter-spacing: -.025em;
    line-height: .98;
    word-spacing: .015em;
}

.lpv2-hero-copy .apv2-lead {
    max-width: 720px;
    font-size: clamp(15px, 1.18vw, 17px);
    line-height: 1.62;
}

.lpv2-proof-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 28px;
    color: var(--apv2-muted);
    font-size: 13px;
    font-weight: 610;
}

.lpv2-proof-row span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.lpv2-proof-row svg {
    width: 16px;
    height: 16px;
    color: var(--apv2-mint-dark);
}

.lpv2-outcome-card {
    padding: 22px;
    border: 1px solid var(--apv2-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--apv2-shadow);
}

.lpv2-outcome-card header {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--apv2-line);
}

.lpv2-outcome-card header span,
.lpv2-card-index,
.lpv2-product-eyebrow {
    display: block;
    color: var(--apv2-mint-dark);
    font-size: var(--apv2-readable-min);
    font-weight: 760;
    letter-spacing: .105em;
    text-transform: uppercase;
}

.lpv2-outcome-card header strong {
    display: block;
    margin-top: 6px;
    font-size: 20px;
    font-weight: 690;
    letter-spacing: -.035em;
    line-height: 1.1;
}

.lpv2-outcome-list {
    display: grid;
}

.lpv2-outcome-list > div {
    display: grid;
    grid-template-columns: 29px minmax(0, 1fr);
    gap: 8px;
    padding: 13px 0;
    border-bottom: 1px solid var(--apv2-line);
}

.lpv2-outcome-list > div > span {
    color: var(--apv2-faint);
    font-size: var(--apv2-readable-min);
    font-weight: 750;
    letter-spacing: .08em;
}

.lpv2-outcome-list p {
    margin: 0;
}

.lpv2-outcome-list strong,
.lpv2-outcome-list small {
    display: block;
}

.lpv2-outcome-list strong {
    font-size: 14px;
    font-weight: 680;
}

.lpv2-outcome-list small {
    margin-top: 3px;
    color: var(--apv2-muted);
    font-size: 12px;
    line-height: 1.42;
}

.lpv2-platform-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 15px;
}

.lpv2-platform-row img,
.lpv2-workflow-platforms img {
    width: 23px;
    height: 23px;
    object-fit: contain;
}

.lpv2-platform-row img {
    padding: 3px;
    border: 1px solid var(--apv2-line);
    border-radius: 7px;
    background: #fff;
}

.lpv2-hero-product {
    position: relative;
    margin-top: 74px;
}

.lpv2-browser-frame {
    overflow: hidden;
    border: 1px solid rgba(18, 22, 29, .13);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 34px 90px rgba(35, 44, 58, .14), 0 4px 14px rgba(35, 44, 58, .06);
}

.lpv2-browser-bar {
    display: grid;
    grid-template-columns: minmax(82px, 1fr) auto minmax(82px, 1fr);
    align-items: center;
    min-height: 50px;
    padding: 0 18px;
    border-bottom: 1px solid var(--apv2-line);
    color: var(--apv2-faint);
    background: #f7f8f9;
    font-size: 11px;
    letter-spacing: .04em;
}

.lpv2-browser-bar > span {
    display: flex;
    gap: 6px;
}

.lpv2-browser-bar > span i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd0d5;
}

.lpv2-browser-bar > span i:nth-child(1) { background: #ed9a8d; }
.lpv2-browser-bar > span i:nth-child(2) { background: #e7c978; }
.lpv2-browser-bar > span i:nth-child(3) { background: #84cdbd; }
.lpv2-browser-bar b { color: #646a73; font-weight: 690; text-align: center; }
.lpv2-browser-bar em { justify-self: end; font-style: normal; }

.lpv2-browser-frame > img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 8 / 5;
    object-fit: contain;
    background: #f8fafb;
}

.lpv2-product-caption {
    position: absolute;
    right: 32px;
    bottom: -31px;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: calc(100% - 64px);
    padding: 12px 16px 12px 12px;
    border: 1px solid var(--apv2-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--apv2-shadow);
}

.lpv2-product-caption > span {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 12px;
    color: var(--apv2-mint-dark);
    background: var(--apv2-mint-soft);
}

.lpv2-product-caption svg { width: 20px; height: 20px; }
.lpv2-product-caption p { margin: 0; }
.lpv2-product-caption strong,
.lpv2-product-caption small { display: block; }
.lpv2-product-caption strong { font-size: 13px; }
.lpv2-product-caption small { margin-top: 2px; color: var(--apv2-faint); font-size: var(--apv2-readable-min); }

.lpv2-system-section {
    background: #f2f5f5;
    box-shadow: 0 -30px 68px 38px rgba(242, 245, 245, .82);
}

.lpv2-system-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 22px;
}

.lpv2-system-card,
.lpv2-system-steps article {
    border: 1px solid var(--apv2-line);
    border-radius: 24px;
    background: #fff;
}

.lpv2-system-card {
    display: flex;
    min-height: 530px;
    padding: 40px;
    flex-direction: column;
    justify-content: flex-end;
}

.lpv2-system-card h3 {
    max-width: 620px;
    margin: 14px 0 0;
    font-size: clamp(35px, 3.8vw, 54px);
    font-weight: 690;
    letter-spacing: -.055em;
    line-height: 1;
}

.lpv2-system-card > p {
    max-width: 620px;
    margin: 22px 0 0;
    color: var(--apv2-muted);
    font-size: 16px;
    line-height: 1.65;
}

.lpv2-context-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 30px;
}

.lpv2-context-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border: 1px solid var(--apv2-line);
    border-radius: 999px;
    color: #4f555e;
    background: #f8f9fa;
    font-size: 11px;
    font-weight: 650;
}

.lpv2-system-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.lpv2-system-steps article {
    display: grid;
    min-height: 258px;
    padding: 25px;
    grid-template-rows: auto 1fr;
}

.lpv2-system-steps article > span {
    color: var(--apv2-faint);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .08em;
}

.lpv2-system-steps article > div {
    align-self: end;
}

.lpv2-system-steps svg {
    width: 28px;
    height: 28px;
    margin-bottom: 18px;
    color: var(--apv2-mint-dark);
}

.lpv2-system-steps h3 {
    margin: 0;
    font-size: 21px;
    font-weight: 680;
    letter-spacing: -.03em;
}

.lpv2-system-steps p {
    margin: 8px 0 0;
    color: var(--apv2-muted);
    font-size: 13px;
    line-height: 1.55;
}

.lpv2-product-section {
    background: #fff;
}

.lpv2-product-tabs {
    display: inline-grid;
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    gap: 4px;
    margin-bottom: 16px;
    padding: 4px;
    border: 1px solid var(--apv2-line);
    border-radius: 16px;
    background: #f3f5f6;
}

.lpv2-product-tabs button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 18px;
    border: 0;
    border-radius: 12px;
    color: var(--apv2-muted);
    background: transparent;
    font-size: 13px;
    font-weight: 680;
    cursor: pointer;
}

.lpv2-product-tabs button span {
    color: var(--apv2-faint);
    font-size: 10px;
    letter-spacing: .07em;
}

.lpv2-product-tabs button[aria-selected="true"] {
    color: var(--apv2-ink);
    background: #fff;
    box-shadow: 0 3px 10px rgba(35, 44, 58, .07);
}

.lpv2-product-panel {
    --lpv2-accent: var(--apv2-mint-dark);
    --lpv2-soft: var(--apv2-mint-soft);
    display: grid;
    grid-template-columns: minmax(360px, .86fr) minmax(0, 1.34fr);
    align-items: center;
    gap: clamp(28px, 3.5vw, 52px);
    min-height: 610px;
    padding: clamp(24px, 3.5vw, 48px);
    border: 1px solid var(--apv2-line);
    border-radius: 30px;
    background: #f5f7f8;
}

.lpv2-product-panel[hidden] { display: none; }
.lpv2-product-panel.is-blue { --lpv2-accent: var(--apv2-blue); --lpv2-soft: var(--apv2-blue-soft); }
.lpv2-product-panel.is-violet { --lpv2-accent: var(--apv2-violet); --lpv2-soft: var(--apv2-violet-soft); }

.lpv2-product-copy { min-width: 0; max-width: 480px; }

.lpv2-product-eyebrow { color: var(--lpv2-accent); }

.lpv2-product-copy h3 {
    margin: 14px 0 0;
    font-size: clamp(34px, 3.15vw, 48px);
    font-weight: 690;
    letter-spacing: -.052em;
    line-height: 1;
    text-wrap: balance;
}

.lpv2-product-copy > p:not(.lpv2-tenant-note) {
    margin: 20px 0 0;
    color: var(--apv2-muted);
    font-size: 15px;
    line-height: 1.65;
}

.lpv2-product-copy ul {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.lpv2-product-copy li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #434950;
    font-size: 13px;
    line-height: 1.45;
}

.lpv2-product-copy li svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    margin-top: 1px;
    color: var(--lpv2-accent);
}

.lpv2-product-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 25px;
}

.lpv2-product-platforms span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 10px;
    border: 1px solid var(--apv2-line);
    border-radius: 10px;
    background: #fff;
    font-size: 10px;
    font-weight: 650;
}

.lpv2-product-platforms img { width: 18px; height: 18px; object-fit: contain; }

.lpv2-tenant-note {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin: 20px 0 0;
    color: var(--apv2-faint);
    font-size: var(--apv2-readable-min);
    line-height: 1.45;
}

.lpv2-tenant-note span {
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    margin-top: 4px;
    border-radius: 50%;
    background: var(--lpv2-accent);
}

.lpv2-product-browser {
    width: 100%;
    min-width: 0;
    border-radius: 20px;
    box-shadow: 0 24px 58px rgba(35, 44, 58, .14), 0 3px 10px rgba(35, 44, 58, .05);
}

.lpv2-product-browser .lpv2-browser-bar { min-height: 42px; }

.lpv2-workflow-section {
    background: #f4f6f6;
}

.lpv2-workflow-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.lpv2-workflow-card {
    --lpv2-accent: var(--apv2-mint-dark);
    --lpv2-soft: var(--apv2-mint-soft);
    display: flex;
    min-height: 420px;
    padding: 30px;
    border: 1px solid var(--apv2-line);
    border-radius: 26px;
    background: #fff;
    flex-direction: column;
}

.lpv2-workflow-card.is-blue { --lpv2-accent: var(--apv2-blue); --lpv2-soft: var(--apv2-blue-soft); }
.lpv2-workflow-card.is-violet { --lpv2-accent: var(--apv2-violet); --lpv2-soft: var(--apv2-violet-soft); }

.lpv2-workflow-card header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.lpv2-workflow-card header span {
    color: var(--lpv2-accent);
    font-size: 12px;
    font-weight: 760;
    letter-spacing: .08em;
}

.lpv2-workflow-card header small {
    color: var(--lpv2-accent);
    font-size: var(--apv2-readable-min);
    font-weight: 750;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.lpv2-workflow-card h3 {
    margin: 34px 0 0;
    font-size: clamp(28px, 2.5vw, 36px);
    font-weight: 690;
    letter-spacing: -.05em;
    line-height: 1.02;
}

.lpv2-workflow-card h3 span {
    display: block;
    white-space: nowrap;
}

.lpv2-workflow-card > p {
    margin: 20px 0 0;
    color: var(--apv2-muted);
    font-size: 14px;
    line-height: 1.65;
}

.lpv2-workflow-path {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr) 18px minmax(0, 1fr);
    align-items: center;
    gap: 5px;
    margin-top: 27px;
    padding: 12px;
    border: 1px solid var(--apv2-line);
    border-radius: 17px;
    background: #f8fafa;
}

.lpv2-workflow-path > span {
    display: grid;
    min-width: 0;
    min-height: 64px;
    align-content: center;
    gap: 5px;
    padding: 8px;
    border-radius: 11px;
    color: #353b43;
    background: #fff;
    font-size: var(--apv2-readable-min);
    font-weight: 680;
    line-height: 1.3;
    text-align: center;
}

.lpv2-workflow-path > span b { color: var(--lpv2-accent); font-size: 8px; letter-spacing: .08em; }
.lpv2-workflow-path > i { display: grid; place-items: center; color: var(--lpv2-accent); }
.lpv2-workflow-path > i svg { width: 14px; height: 14px; }

.lpv2-workflow-path.is-triangle {
    position: relative;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 66px 72px;
    gap: 28px 34px;
    min-height: 194px;
    padding: 14px 20px 16px;
}

.lpv2-workflow-path.is-triangle > span {
    position: relative;
    z-index: 2;
    width: 126px;
    min-height: 66px;
    justify-self: center;
    border: 1px solid rgba(74, 111, 238, .12);
    box-shadow: 0 8px 22px rgba(49, 83, 194, .055);
    transition: border-color .24s ease, box-shadow .24s ease, color .24s ease, background-color .24s ease;
}

.lpv2-workflow-path.is-triangle > .is-source {
    grid-column: 1 / -1;
    border-color: rgba(74, 111, 238, .24);
    color: #2345a8;
    background: #f4f7ff;
}

.lpv2-workflow-path.is-triangle > .is-article { grid-column: 1; }
.lpv2-workflow-path.is-triangle > .is-glossary { grid-column: 2; }

.lpv2-workflow-path.is-triangle > .lpv2-workflow-link {
    position: absolute;
    z-index: 0;
    display: block;
    height: 1px;
    padding: 0;
    background: rgba(74, 111, 238, .34);
    transform-origin: left center;
}

.lpv2-workflow-path.is-triangle > .lpv2-workflow-link::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #4a6fee;
    box-shadow: 0 0 0 5px rgba(74, 111, 238, .13), 0 0 18px rgba(74, 111, 238, .72);
    content: "";
    opacity: 0;
    transform: translate(-50%, -50%);
}

.lpv2-workflow-path.is-triangle > .lpv2-workflow-link.is-left {
    top: 74%;
    left: 25%;
    width: 39%;
    transform: rotate(-50deg);
}

.lpv2-workflow-path.is-triangle > .lpv2-workflow-link.is-right {
    top: 24%;
    left: 50%;
    width: 39%;
    transform: rotate(50deg);
}

.lpv2-workflow-path.is-triangle > .lpv2-workflow-link.is-base {
    top: 74%;
    left: 25%;
    width: 50%;
}

.lpv2-workflow-path.is-triangle.is-running > .lpv2-workflow-link.is-right::after {
    animation: lpv2-triangle-right-pulse 6.4s linear infinite;
}

.lpv2-workflow-path.is-triangle.is-running > .lpv2-workflow-link.is-base::after {
    animation: lpv2-triangle-base-pulse 6.4s linear infinite;
}

.lpv2-workflow-path.is-triangle.is-running > .lpv2-workflow-link.is-left::after {
    animation: lpv2-triangle-left-pulse 6.4s linear infinite;
}

.lpv2-workflow-path.is-triangle.is-running > .is-source {
    animation: lpv2-triangle-source-hit 6.4s ease-in-out infinite;
}

.lpv2-workflow-path.is-triangle.is-running > .is-glossary {
    animation: lpv2-triangle-glossary-hit 6.4s ease-in-out infinite;
}

.lpv2-workflow-path.is-triangle.is-running > .is-article {
    animation: lpv2-triangle-article-hit 6.4s ease-in-out infinite;
}

@keyframes lpv2-triangle-right-pulse {
    0% { left: 0; opacity: 0; }
    3%, 25% { opacity: 1; }
    28% { left: 100%; opacity: 0; }
    100% { left: 100%; opacity: 0; }
}

@keyframes lpv2-triangle-base-pulse {
    0%, 34% { left: 100%; opacity: 0; }
    37%, 59% { opacity: 1; }
    62% { left: 0; opacity: 0; }
    100% { left: 0; opacity: 0; }
}

@keyframes lpv2-triangle-left-pulse {
    0%, 68% { left: 0; opacity: 0; }
    71%, 93% { opacity: 1; }
    96% { left: 100%; opacity: 0; }
    100% { left: 100%; opacity: 0; }
}

@keyframes lpv2-triangle-source-hit {
    0%, 6%, 96%, 100% { border-color: rgba(74, 111, 238, .72); color: #183b9b; background: #edf2ff; box-shadow: 0 0 0 6px rgba(74, 111, 238, .1), 0 17px 34px rgba(49, 83, 194, .2); }
    12%, 90% { border-color: rgba(74, 111, 238, .24); color: #2345a8; background: #f4f7ff; box-shadow: 0 8px 22px rgba(49, 83, 194, .055); }
}

@keyframes lpv2-triangle-glossary-hit {
    0%, 25%, 39%, 100% { border-color: rgba(74, 111, 238, .12); color: #353b43; background: #fff; box-shadow: 0 8px 22px rgba(49, 83, 194, .055); }
    29%, 35% { border-color: rgba(74, 111, 238, .72); color: #183b9b; background: #edf2ff; box-shadow: 0 0 0 6px rgba(74, 111, 238, .1), 0 17px 34px rgba(49, 83, 194, .2); }
}

@keyframes lpv2-triangle-article-hit {
    0%, 59%, 73%, 100% { border-color: rgba(74, 111, 238, .12); color: #353b43; background: #fff; box-shadow: 0 8px 22px rgba(49, 83, 194, .055); }
    63%, 69% { border-color: rgba(74, 111, 238, .72); color: #183b9b; background: #edf2ff; box-shadow: 0 0 0 6px rgba(74, 111, 238, .1), 0 17px 34px rgba(49, 83, 194, .2); }
}

.lpv2-workflow-platforms,
.lpv2-workflow-symbols {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
    padding-top: 28px;
}

.lpv2-workflow-platforms > span,
.lpv2-workflow-symbols > span {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid var(--apv2-line);
    border-radius: 13px;
    background: var(--lpv2-soft);
}

.lpv2-workflow-symbols svg {
    width: 22px;
    height: 22px;
    color: var(--lpv2-accent);
}

.lpv2-noah-section {
    color: var(--apv2-ink);
    background: #f3f6f6;
}

.lpv2-noah-grid {
    display: grid;
    grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(54px, 8vw, 112px);
}

.lpv2-noah-stage {
    padding: 20px;
    border: 1px solid var(--apv2-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 72px rgba(35, 44, 58, .1);
}

.lpv2-noah-stage-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 4px 17px;
    border-bottom: 1px solid var(--apv2-line);
}

.lpv2-noah-stage-head span {
    color: var(--apv2-faint);
    font-size: var(--apv2-readable-min);
    font-weight: 720;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.lpv2-noah-stage-head strong {
    color: var(--apv2-mint-dark);
    font-size: var(--apv2-readable-min);
    font-weight: 700;
}

.lpv2-noah-stage-meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
}

.lpv2-noah-autoplay {
    display: grid;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    place-items: center;
    padding: 0;
    border: 1px solid var(--apv2-line);
    border-radius: 50%;
    color: var(--apv2-ink);
    background: #fff;
    box-shadow: 0 7px 18px rgba(35, 44, 58, .09);
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.lpv2-noah-autoplay[hidden] { display: none; }
.lpv2-noah-autoplay svg { width: 15px; height: 15px; }
.lpv2-noah-autoplay:hover { border-color: rgba(8, 168, 141, .42); color: var(--apv2-mint-dark); transform: translateY(-1px); box-shadow: 0 9px 22px rgba(35, 44, 58, .12); }
.lpv2-noah-autoplay:focus-visible { outline: 3px solid rgba(8, 168, 141, .18); outline-offset: 3px; }

.lpv2-noah-console {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    margin-top: 16px;
    padding: 15px;
    border: 1px solid var(--apv2-line);
    border-radius: 18px;
    background: #f6f8f8;
}

.lpv2-noah-stage anora-thinking-orb {
    --anora-orb-size: 78px;
}

.lpv2-noah-status {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.lpv2-noah-status > i {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: var(--apv2-mint-dark);
    box-shadow: 0 0 0 5px rgba(8, 168, 141, .09);
}

.lpv2-noah-status p { margin: 0; }
.lpv2-noah-status strong,
.lpv2-noah-status small { display: block; }
.lpv2-noah-status strong { font-size: 13px; font-weight: 650; line-height: 1.35; }
.lpv2-noah-status small { margin-top: 3px; color: var(--apv2-faint); font-size: var(--apv2-readable-min); }

.lpv2-noah-copy .apv2-kicker { color: var(--apv2-mint-dark); }

.lpv2-noah-copy-viewport {
    display: grid;
    overflow: clip;
}

.lpv2-noah-copy-panel {
    grid-area: 1 / 1;
    min-width: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateX(20px);
    pointer-events: none;
}

.lpv2-noah-copy-panel.is-active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    transition: opacity .32s ease, transform .42s cubic-bezier(.2, .72, .24, 1);
}

.lpv2-noah-copy-panel.is-leaving {
    visibility: visible;
    opacity: 0;
    transform: translateX(-20px);
    pointer-events: none;
    transition: opacity .17s ease, transform .22s ease;
}

.lpv2-noah-copy-panel.is-entering {
    visibility: visible;
    opacity: 0;
    transform: translateX(20px);
    pointer-events: none;
    transition: none;
}

.lpv2-noah-copy h2 {
    max-width: 720px;
    margin: 20px 0 0;
    font-size: clamp(45px, 5.5vw, 72px);
    font-weight: 680;
    letter-spacing: -.06em;
    line-height: .97;
}

.lpv2-noah-copy-panel > p {
    max-width: 680px;
    margin: 25px 0 0;
    color: var(--apv2-muted);
    font-size: 16px;
    line-height: 1.7;
}

.lpv2-noah-points {
    display: grid;
    gap: 0;
    margin-top: 30px;
    border-top: 1px solid var(--apv2-line);
}

.lpv2-noah-points > div {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    padding: 18px 0;
    border-bottom: 1px solid var(--apv2-line);
}

.lpv2-noah-points > div > span {
    color: var(--apv2-mint-dark);
    font-size: var(--apv2-readable-min);
    font-weight: 740;
    letter-spacing: .08em;
}

.lpv2-noah-points p { margin: 0; }
.lpv2-noah-points strong,
.lpv2-noah-points small { display: block; }
.lpv2-noah-points strong { font-size: 14px; }
.lpv2-noah-points small { margin-top: 5px; color: var(--apv2-faint); font-size: 12px; line-height: 1.5; }

.lpv2-noah-states {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 12px;
}

.lpv2-noah-states button {
    min-width: 0;
    min-height: 36px;
    padding: 0 8px;
    border: 1px solid var(--apv2-line);
    border-radius: 999px;
    color: var(--apv2-muted);
    background: #fff;
    font-size: var(--apv2-readable-min);
    font-weight: 650;
    cursor: pointer;
}

.lpv2-noah-states button[aria-pressed="true"] {
    border-color: var(--apv2-ink);
    color: #fff;
    background: var(--apv2-ink);
}

.lpv2-benefit-section {
    background: #f2f5f5;
}

.lpv2-velocity-board {
    margin-bottom: 16px;
    padding: clamp(24px, 3.5vw, 40px);
    border: 1px solid var(--apv2-line);
    border-radius: 27px;
    background: #fff;
    box-shadow: 0 20px 54px rgba(35, 44, 58, .06);
}

.lpv2-velocity-board > header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 30px;
}

.lpv2-velocity-board > header span {
    color: var(--apv2-mint-dark);
    font-size: var(--apv2-readable-min);
    font-weight: 760;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.lpv2-velocity-board > header p {
    max-width: 570px;
    margin: 0;
    color: var(--apv2-muted);
    font-size: 13px;
    line-height: 1.55;
}

.lpv2-velocity-board ol {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.lpv2-velocity-board ol::before {
    position: absolute;
    top: 54px;
    left: 12.5%;
    right: 12.5%;
    height: 1px;
    background: #cfd7d8;
    content: "";
}

.lpv2-velocity-board ol::after {
    position: absolute;
    top: 50px;
    left: 12.5%;
    width: 9px;
    height: 9px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--apv2-mint-dark);
    box-shadow: 0 0 0 4px rgba(8, 168, 141, .1);
    content: "";
    opacity: 0;
}

.lpv2-velocity-board.is-running ol::after {
    animation: lpv2-velocity-run 5.6s cubic-bezier(.45, 0, .25, 1) .15s infinite;
}

.lpv2-velocity-board li {
    position: relative;
    z-index: 1;
    min-width: 0;
    text-align: center;
}

.lpv2-velocity-board li > span {
    display: block;
    color: var(--apv2-faint);
    font-size: 8px;
    font-weight: 750;
    letter-spacing: .08em;
}

.lpv2-velocity-board li > i {
    display: grid;
    width: 72px;
    height: 72px;
    margin: 8px auto 0;
    place-items: center;
    border: 1px solid var(--apv2-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 9px 24px rgba(35, 44, 58, .07);
    transform-origin: center;
    will-change: transform, box-shadow, border-color, background-color;
}

.lpv2-velocity-board li:nth-child(1) { --lpv2-hit-delay: .43s; }
.lpv2-velocity-board li:nth-child(2) { --lpv2-hit-delay: 1.83s; }
.lpv2-velocity-board li:nth-child(3) { --lpv2-hit-delay: 3.23s; }
.lpv2-velocity-board li:nth-child(4) { --lpv2-hit-delay: 4.63s; }

.lpv2-velocity-board.is-running li > i {
    animation: lpv2-velocity-hit 5.6s cubic-bezier(.2, .82, .2, 1) var(--lpv2-hit-delay) infinite both;
}

.lpv2-velocity-board li svg { width: 21px; height: 21px; color: var(--apv2-mint-dark); }
.lpv2-velocity-board li strong,
.lpv2-velocity-board li small { display: block; }
.lpv2-velocity-board li strong { margin-top: 11px; font-size: 13px; font-weight: 690; }
.lpv2-velocity-board li small { margin-top: 4px; color: var(--apv2-faint); font-size: var(--apv2-readable-min); line-height: 1.4; }

@keyframes lpv2-velocity-run {
    0% { left: 12.5%; opacity: 0; }
    5%, 10% { left: 12.5%; opacity: 1; }
    30%, 35% { left: calc(37.5% - 3px); opacity: 1; }
    55%, 60% { left: calc(62.5% - 6px); opacity: 1; }
    80%, 87% { left: calc(87.5% - 9px); opacity: 1; }
    94%, 100% { left: calc(87.5% - 9px); opacity: 0; }
}

@keyframes lpv2-velocity-hit {
    0%, 14%, 100% {
        border-color: var(--apv2-line);
        background: #fff;
        box-shadow: 0 9px 24px rgba(35, 44, 58, .07);
        transform: scale(1);
    }
    4% {
        border-color: rgba(8, 168, 141, .5);
        background: #f0faf8;
        box-shadow: 0 0 0 7px rgba(8, 168, 141, .11), 0 16px 34px rgba(8, 168, 141, .18);
        transform: scale(1.07);
    }
    8% {
        border-color: rgba(8, 168, 141, .28);
        background: #f8fcfb;
        box-shadow: 0 0 0 3px rgba(8, 168, 141, .07), 0 11px 27px rgba(35, 44, 58, .09);
        transform: scale(1.025);
    }
}

.lpv2-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.lpv2-benefit-card {
    min-height: 292px;
    padding: 26px;
    border: 1px solid var(--apv2-line);
    border-radius: 23px;
    background: #fff;
}

.lpv2-benefit-card > span {
    color: var(--apv2-faint);
    font-size: 10px;
    font-weight: 740;
    letter-spacing: .08em;
}

.lpv2-benefit-card > div {
    display: grid;
    width: 46px;
    height: 46px;
    margin-top: 42px;
    place-items: center;
    border-radius: 14px;
    color: var(--apv2-mint-dark);
    background: var(--apv2-mint-soft);
}

.lpv2-benefit-card svg { width: 22px; height: 22px; }

.lpv2-benefit-card h3 {
    margin: 18px 0 0;
    font-size: 23px;
    font-weight: 680;
    letter-spacing: -.035em;
}

.lpv2-benefit-card p {
    margin: 11px 0 0;
    color: var(--apv2-muted);
    font-size: 13px;
    line-height: 1.6;
}

.lpv2-module-section {
    background: #f3f6f6;
}

.lpv2-module-copy h2 {
    max-width: 990px;
    margin: 14px 0 0;
    font-size: clamp(43px, 5vw, 68px);
    font-weight: 690;
    letter-spacing: -.058em;
    line-height: .98;
}

.lpv2-module-copy p {
    max-width: 720px;
    margin: 24px 0 0;
    color: var(--apv2-muted);
    font-size: 16px;
    line-height: 1.68;
}

.lpv2-module-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 54px;
}

.lpv2-module-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(220px, 1.06fr);
    min-height: 310px;
    overflow: hidden;
    min-width: 0;
    border: 1px solid var(--apv2-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 17px 46px rgba(35, 44, 58, .065);
    isolation: isolate;
    transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}

.lpv2-module-card::before {
    position: absolute;
    right: -94px;
    bottom: -150px;
    z-index: 0;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: #edf8f6;
    content: "";
}

.lpv2-module-card:nth-child(3n + 2)::before { background: #eff2fd; }
.lpv2-module-card:nth-child(3n)::before { background: #f2effc; }

.lpv2-module-card:hover {
    border-color: rgba(35, 44, 58, .15);
    box-shadow: 0 24px 58px rgba(35, 44, 58, .095);
    transform: translateY(-4px);
}

.lpv2-module-visual {
    position: relative;
    z-index: 1;
    display: grid;
    min-width: 0;
    min-height: 310px;
    place-items: center;
}

.lpv2-module-visual img {
    display: block;
    width: min(116%, 340px);
    height: auto;
    max-height: 270px;
    object-fit: contain;
    transform: translateX(2%);
}

.lpv2-module-card-copy {
    position: relative;
    z-index: 2;
    align-self: center;
    min-width: 0;
    padding: 38px 0 38px 34px;
}
.lpv2-module-card-copy > span { color: var(--apv2-mint-dark); font-size: var(--apv2-readable-min); font-weight: 760; letter-spacing: .09em; text-transform: uppercase; }
.lpv2-module-card:nth-child(3n + 2) .lpv2-module-card-copy > span { color: var(--apv2-blue); }
.lpv2-module-card:nth-child(3n) .lpv2-module-card-copy > span { color: var(--apv2-violet); }
.lpv2-module-card-copy strong { display: block; margin-top: 13px; font-size: clamp(24px, 2.25vw, 30px); font-weight: 690; letter-spacing: -.03em; line-height: 1.08; }
.lpv2-module-card-copy p { max-width: 250px; margin: 16px 0 0; color: var(--apv2-muted); font-size: 14px; line-height: 1.6; }

.lpv2-module-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    grid-template-columns: minmax(280px, .45fr) minmax(360px, .55fr);
}

.lpv2-module-card:last-child:nth-child(odd)::before {
    right: 4%;
    bottom: -210px;
    width: 470px;
    height: 470px;
}

.lpv2-module-card:last-child:nth-child(odd) .lpv2-module-card-copy { padding-left: 46px; }
.lpv2-module-card:last-child:nth-child(odd) .lpv2-module-visual img { width: min(88%, 410px); }

.lpv2-faq-section {
    border-top: 1px solid var(--apv2-line);
    background: var(--apv2-canvas);
}

.apv2-faq-grid {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
    gap: clamp(50px, 8vw, 120px);
}

.apv2-faq-intro {
    align-self: start;
}

.apv2-faq-intro h2 {
    margin: 16px 0 0;
    font-size: clamp(38px, 4.5vw, 58px);
    font-weight: 690;
    letter-spacing: -.055em;
    line-height: 1;
}

.apv2-faq-intro p {
    margin: 22px 0 0;
    color: var(--apv2-muted);
    font-size: 15px;
    line-height: 1.65;
}

.apv2-faq-intro a,
.lpv2-question-trigger {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    padding: 0;
    border: 0;
    color: var(--apv2-ink);
    background: transparent;
    font-family: inherit;
    font-size: 13px;
    font-weight: 680;
    text-decoration: none;
    cursor: pointer;
}

.apv2-faq-intro a svg,
.lpv2-question-trigger svg { width: 17px; height: 17px; }

.lpv2-question-trigger:hover svg { transform: translateX(3px); }
.lpv2-question-trigger svg { transition: transform var(--anora-motion-fast) var(--anora-ease-out); }

body.lpv2-question-dialog-open { overflow: hidden; }

dialog.lpv2-question-dialog {
    width: min(600px, calc(100vw - 32px));
    max-height: min(780px, calc(100svh - 32px));
}

.lpv2-question-form {
    display: grid;
    max-height: inherit;
    grid-template-rows: auto minmax(0, 1fr) auto;
}

.lpv2-question-dialog .anora-enterprise-dialog-head { align-items: flex-start; }
.lpv2-question-dialog .anora-enterprise-dialog-head > div { min-width: 0; }
.lpv2-question-dialog .anora-enterprise-dialog-head p {
    max-width: 430px;
    margin: 7px 0 0;
    font-size: 13px;
    line-height: 1.45;
}

.lpv2-question-dialog .anora-enterprise-dialog-body {
    display: grid;
    min-height: 0;
    gap: 16px;
    grid-auto-rows: max-content;
    overscroll-behavior: contain;
}

.lpv2-question-dialog .anora-enterprise-field textarea { min-height: 128px; }

.lpv2-question-honeypot {
    position: fixed;
    top: 0;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.lpv2-question-privacy {
    margin: 0;
    color: var(--anora-faint);
    font-size: var(--anora-type-min-readable);
    line-height: 1.5;
}

.lpv2-question-privacy a { color: var(--anora-ink-soft); text-underline-offset: 3px; }
.lpv2-question-status[hidden] { display: none; }
.lpv2-question-dialog .anora-enterprise-dialog-footer .is-primary { gap: 8px; }
.lpv2-question-dialog .anora-enterprise-dialog-footer .is-primary svg { width: 17px; height: 17px; }

.apv2-faq-list {
    border-top: 1px solid var(--apv2-line);
}

.apv2-faq-item {
    border-bottom: 1px solid var(--apv2-line);
}

.apv2-faq-item summary {
    display: grid;
    min-height: 84px;
    cursor: pointer;
    list-style: none;
    grid-template-columns: minmax(0, 1fr) 28px;
    align-items: center;
    gap: 24px;
    font-size: 17px;
    font-weight: 660;
    letter-spacing: -.02em;
}

.apv2-faq-item summary::-webkit-details-marker { display: none; }

.apv2-faq-item summary i {
    position: relative;
    width: 28px;
    height: 28px;
    border: 1px solid var(--apv2-line);
    border-radius: 50%;
}

.apv2-faq-item summary i::before,
.apv2-faq-item summary i::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    background: currentColor;
    transform: translate(-50%, -50%);
    content: "";
}

.apv2-faq-item summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.apv2-faq-item[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }

.apv2-faq-item > p {
    max-width: 720px;
    margin: -4px 54px 26px 0;
    color: var(--apv2-muted);
    font-size: 14px;
    line-height: 1.7;
}

.lpv2-final-cta {
    padding-bottom: 88px;
    background: var(--apv2-canvas);
}

.lpv2-final-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 50px;
    padding: clamp(36px, 6vw, 78px);
    border-radius: 30px;
    border: 1px solid rgba(8, 168, 141, .14);
    color: var(--apv2-ink);
    background: #eaf8f5;
}

.lpv2-final-card .apv2-kicker { color: var(--apv2-mint-dark); }

.lpv2-final-card h2 {
    max-width: 850px;
    margin: 18px 0 0;
    font-size: clamp(42px, 5.5vw, 72px);
    font-weight: 680;
    letter-spacing: -.06em;
    line-height: .98;
}

.lpv2-final-card p {
    max-width: 680px;
    margin: 22px 0 0;
    color: var(--apv2-muted);
    font-size: 15px;
    line-height: 1.65;
}

.lpv2-final-card .apv2-actions {
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
}

.lpv2-final-card .apv2-button-primary { color: #fff; background: var(--apv2-ink); }
.lpv2-final-card .apv2-button-secondary { border-color: var(--apv2-line); color: var(--apv2-ink); background: #fff; }

@media (max-width: 1180px) {
    .lpv2-product-panel { grid-template-columns: 1fr; min-height: 0; }
    .lpv2-product-copy { max-width: 760px; }
}

@media (max-width: 1120px) {
    .lpv2-hero-grid { grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 36px; }
    .lpv2-workflow-grid { grid-template-columns: 1fr 1fr; }
    .lpv2-workflow-card:last-child { grid-column: 1 / -1; }
    .lpv2-workflow-card { min-height: 500px; padding: 24px; }
    .lpv2-benefit-grid { grid-template-columns: 1fr 1fr; }
    .lpv2-module-copy { max-width: 760px; }
}

@media (max-width: 980px) {
    .lpv2-hero { padding-bottom: 90px; }
    .lpv2-hero-intro { padding: 82px 0 72px; }
    .lpv2-hero-grid,
    .lpv2-system-grid,
    .lpv2-noah-grid,
    .apv2-faq-grid { grid-template-columns: 1fr; }
    .lpv2-outcome-card { max-width: 680px; }
    .lpv2-hero-product { margin-top: 58px; }
    .lpv2-workflow-grid { grid-template-columns: 1fr; }
    .lpv2-workflow-card:last-child { grid-column: auto; }
    .lpv2-workflow-card { min-height: 410px; }
    .lpv2-workflow-card h3 { margin-top: 52px; }
    .lpv2-noah-stage { max-width: 620px; width: 100%; margin-inline: auto; }
    .lpv2-module-list { grid-template-columns: 1fr; }
    .lpv2-module-card:last-child:nth-child(odd) {
        grid-column: auto;
        grid-template-columns: minmax(0, .94fr) minmax(220px, 1.06fr);
    }
    .lpv2-module-card:last-child:nth-child(odd)::before {
        right: -94px;
        bottom: -150px;
        width: 350px;
        height: 350px;
    }
    .lpv2-module-card:last-child:nth-child(odd) .lpv2-module-card-copy { padding-left: 34px; }
    .lpv2-module-card:last-child:nth-child(odd) .lpv2-module-visual img { width: min(116%, 340px); }
    .lpv2-final-card { grid-template-columns: 1fr; }
    .lpv2-final-card .apv2-actions { max-width: 360px; }
}

@media (max-width: 700px) {
    .lpv2-hero { padding-bottom: 76px; }
    .lpv2-hero-intro { padding: 62px 0 60px; }
    .lpv2-hero-film::before {
        background: linear-gradient(
            180deg,
            rgba(251, 252, 253, .04) 0%,
            rgba(251, 252, 253, .08) 58%,
            rgba(251, 252, 253, .22) 100%
        );
    }
    .lpv2-hero-film::after { opacity: .24; }
    .lpv2-hero-film video {
        object-position: center top;
        opacity: .92;
        filter: saturate(.92) contrast(.97) brightness(1.01);
    }
    .lpv2-hero-copy .apv2-display {
        margin-top: 18px;
        font-size: clamp(46px, 13.4vw, 64px);
        letter-spacing: -.025em;
        line-height: .97;
    }
    .lpv2-proof-row { display: grid; gap: 9px; }
    .lpv2-outcome-card { padding: 19px; border-radius: 20px; }
    .lpv2-outcome-card header strong { font-size: 19px; }
    .lpv2-hero-product { margin-top: 46px; }
    .lpv2-browser-frame { border-radius: 16px; box-shadow: 0 20px 46px rgba(35, 44, 58, .12); }
    .lpv2-browser-bar { min-height: 36px; padding-inline: 11px; grid-template-columns: 64px 1fr 64px; font-size: 8px; }
    .lpv2-browser-bar > span { gap: 4px; }
    .lpv2-browser-bar > span i { width: 6px; height: 6px; }
    .lpv2-browser-bar em { max-width: 64px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .lpv2-product-caption { position: static; max-width: none; margin-top: 10px; padding: 10px 12px; border-radius: 14px; }
    .lpv2-product-caption small { font-size: var(--apv2-readable-min); }
    .lpv2-system-card { min-height: 430px; padding: 28px; }
    .lpv2-system-card h3 { font-size: 37px; }
    .lpv2-system-steps { grid-template-columns: 1fr; }
    .lpv2-system-steps article { min-height: 210px; }
    .lpv2-product-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; }
    .lpv2-product-tabs button { min-width: 0; min-height: 44px; padding: 0 8px; gap: 5px; font-size: var(--apv2-readable-min); }
    .lpv2-product-tabs button span { display: none; }
    .lpv2-product-panel { gap: 28px; padding: 22px; border-radius: 22px; }
    .lpv2-product-copy h3 { font-size: 38px; }
    .lpv2-product-browser .lpv2-browser-bar { min-height: 34px; }
    .lpv2-workflow-card { min-height: 450px; padding: 25px; }
    .lpv2-workflow-card h3 { margin-top: 48px; font-size: 35px; }
    .lpv2-workflow-path.is-triangle {
        grid-template-rows: 62px 68px;
        gap: 28px 12px;
        min-height: 184px;
        padding: 12px 8px 14px;
    }
    .lpv2-workflow-path.is-triangle > span { width: 108px; min-height: 62px; }
    .lpv2-noah-stage { padding: 14px; border-radius: 22px; }
    .lpv2-noah-console { grid-template-columns: 72px minmax(0, 1fr); gap: 11px; padding: 13px; }
    .lpv2-noah-stage anora-thinking-orb { --anora-orb-size: 64px; }
    .lpv2-noah-copy h2 { font-size: clamp(42px, 12.3vw, 58px); }
    .lpv2-noah-copy-panel { transform: translateY(10px); }
    .lpv2-noah-copy-panel.is-active { transform: translateY(0); }
    .lpv2-noah-copy-panel.is-leaving { transform: translateY(-8px); }
    .lpv2-noah-copy-panel.is-entering { transform: translateY(10px); }
    .lpv2-noah-states { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .lpv2-noah-states button { width: 100%; }
    .lpv2-benefit-grid { grid-template-columns: 1fr; }
    .lpv2-velocity-board { padding: 20px 14px; }
    .lpv2-velocity-board > header { display: grid; gap: 8px; padding-inline: 5px; }
    .lpv2-velocity-board ol { gap: 5px; margin-top: 26px; }
    .lpv2-velocity-board ol::before { top: 46px; }
    .lpv2-velocity-board ol::after { top: 42px; }
    .lpv2-velocity-board li > i { width: 58px; height: 58px; border-radius: 16px; }
    .lpv2-velocity-board li svg { width: 18px; height: 18px; }
    .lpv2-velocity-board li strong { font-size: var(--apv2-readable-min); }
    .lpv2-velocity-board li small { font-size: var(--apv2-readable-min); }
    .lpv2-benefit-card { min-height: 270px; }
    .lpv2-benefit-card > div { margin-top: 36px; }
    .lpv2-module-copy h2 { font-size: clamp(40px, 11.8vw, 56px); }
    .lpv2-module-list { grid-template-columns: 1fr; margin-top: 38px; }
    .lpv2-module-card,
    .lpv2-module-card:last-child:nth-child(odd) {
        grid-template-columns: minmax(0, 1.02fr) minmax(128px, .98fr);
        min-height: 285px;
    }
    .lpv2-module-card::before,
    .lpv2-module-card:last-child:nth-child(odd)::before {
        right: -112px;
        bottom: -142px;
        width: 310px;
        height: 310px;
    }
    .lpv2-module-visual { min-height: 285px; }
    .lpv2-module-visual img,
    .lpv2-module-card:last-child:nth-child(odd) .lpv2-module-visual img { width: min(122%, 280px); }
    .lpv2-module-card-copy,
    .lpv2-module-card:last-child:nth-child(odd) .lpv2-module-card-copy { padding: 28px 0 28px 24px; }
    .lpv2-module-card-copy strong { overflow-wrap: normal; font-size: clamp(24px, 7.2vw, 29px); }
    .lpv2-module-card-copy p { max-width: 220px; font-size: 14px; line-height: 1.55; }
    .apv2-faq-grid { gap: 44px; }
    .apv2-faq-item summary { min-height: 76px; gap: 14px; font-size: 15px; }
    .apv2-faq-item > p { margin-right: 34px; }
    .lpv2-final-cta { padding-bottom: 58px; }
    .lpv2-final-card { gap: 34px; padding: 34px 24px; border-radius: 24px; }
    .lpv2-final-card h2 { font-size: clamp(40px, 11.8vw, 56px); }
    .lpv2-final-card .apv2-actions { max-width: none; }
    dialog.lpv2-question-dialog {
        width: calc(100vw - 20px);
        max-height: calc(100svh - 20px);
    }
    .lpv2-question-dialog .anora-enterprise-dialog-head { gap: 12px; }
    .lpv2-question-dialog .anora-enterprise-dialog-head h2 { font-size: 20px; }
    .lpv2-question-dialog .anora-enterprise-dialog-head p { font-size: var(--anora-type-min-readable); }
    .lpv2-question-dialog .anora-enterprise-dialog-body { gap: 14px; }
    .lpv2-question-dialog .anora-enterprise-field textarea { min-height: 112px; }
}

@media (max-width: 390px) {
    .lpv2-hero-copy .apv2-display { font-size: clamp(43px, 13vw, 52px); }
    .lpv2-platform-row { gap: 6px; }
    .lpv2-system-card { min-height: 390px; padding: 24px; }
    .lpv2-system-card h3 { font-size: 34px; }
    .lpv2-context-tags span { font-size: 10px; }
    .lpv2-product-panel { padding: 18px; }
    .lpv2-product-copy h3 { font-size: 34px; }
    .lpv2-product-platforms span { font-size: 9px; }
    .lpv2-workflow-card { min-height: 430px; padding: 22px; }
    .lpv2-workflow-card h3 { font-size: 32px; }
    .lpv2-noah-status { padding: 13px; }
    .lpv2-noah-status small { display: none; }
    .lpv2-noah-copy h2 { font-size: 41px; }
    .lpv2-module-card,
    .lpv2-module-card:last-child:nth-child(odd) { grid-template-columns: minmax(0, 1.08fr) minmax(116px, .92fr); }
    .lpv2-module-card-copy,
    .lpv2-module-card:last-child:nth-child(odd) .lpv2-module-card-copy { padding-left: 20px; }
    .lpv2-module-card-copy strong { font-size: 24px; }
    .lpv2-module-card-copy p { font-size: 13px; }
    .lpv2-question-dialog .anora-enterprise-dialog-footer { flex-direction: column-reverse; }
    .lpv2-question-dialog .anora-enterprise-dialog-footer > * { width: 100%; }
}

@media (max-width: 340px) {
    .lpv2-hero-copy .apv2-display { font-size: 40px; }
    .lpv2-product-panel { padding: 16px; }
    .lpv2-product-copy h3 { font-size: 32px; }
    .lpv2-noah-copy h2 { font-size: 38px; }
    .lpv2-module-copy h2,
    .lpv2-final-card h2 { font-size: 38px; }
}

.apv2-landing .apv2-section-head h2,
.apv2-landing .lpv2-noah-copy h2,
.apv2-landing .lpv2-module-copy h2,
.apv2-landing .apv2-faq-intro h2,
.apv2-landing .lpv2-final-card h2 {
    letter-spacing: -.028em;
    word-spacing: .02em;
}

.apv2-landing .lpv2-system-card h3,
.apv2-landing .lpv2-product-copy h3,
.apv2-landing .lpv2-workflow-card h3,
.apv2-landing .lpv2-benefit-card h3,
.apv2-landing .lpv2-module-card-copy strong {
    letter-spacing: -.018em;
    word-spacing: .015em;
}

@media (prefers-reduced-motion: reduce) {
    .lpv2-hero-film { display: none; }
    .lpv2-product-tabs button,
    .lpv2-noah-states button { transition: none; }
    .lpv2-noah-autoplay,
    .lpv2-noah-copy-panel,
    .lpv2-noah-copy-panel.is-active,
    .lpv2-noah-copy-panel.is-leaving,
    .lpv2-noah-copy-panel.is-entering { transition: none; transform: none; }
    .lpv2-velocity-board ol::after { display: none; }
    .lpv2-velocity-board li > i { animation: none !important; }
    .lpv2-workflow-path.is-triangle > span { animation: none !important; }
    .lpv2-workflow-path.is-triangle > .lpv2-workflow-link::after { display: none; animation: none !important; }
    .lpv2-module-card { transition: none; }
}
