/* BUILD MARKER: v903-va-landing-os */
.vap-page { background: #f8fafc; color: #0f172a; }
.vap-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.vap-eyebrow {
    display: inline-block;
    margin: 0 0 .7rem;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #0f766e;
}
.vap-hero .vap-eyebrow { color: #5eead4; }
.vap-head { max-width: 40rem; margin: 0 0 2rem; }
.vap-head h2,
.vap-hero h1,
.vap-final h2,
.vap-problem__close {
    margin: 0;
    letter-spacing: -.03em;
    line-height: 1.12;
}
.vap-head p { margin: .75rem 0 0; color: #475569; font-size: 1.02rem; line-height: 1.6; }
.vap-section,
.vap-hero,
.vap-final { scroll-margin-top: 5.5rem; }
.vap-section { padding: 4.25rem 0; }
.vap-section--muted { background: #f1f5f9; }
.vap-section--ink {
    background: #0f172a;
    color: #e2e8f0;
}
.vap-head--light h2 { color: #f8fafc; }
.vap-head--light p { color: #94a3b8; }
.vap-head--light .vap-eyebrow { color: #5eead4; }

.vap-hero {
    padding: 4.5rem 0 3.75rem;
    background:
        radial-gradient(720px 280px at 8% 0%, rgba(45, 212, 191, .16), transparent 55%),
        linear-gradient(180deg, #0f172a 0%, #134e4a 100%);
    color: #f8fafc;
}
.vap-hero__grid {
    display: grid;
    gap: 2.4rem;
    align-items: center;
}
@media (min-width: 980px) {
    .vap-hero__grid { grid-template-columns: 1.05fr .95fr; }
}
.vap-hero h1 {
    font-size: clamp(2.15rem, 5vw, 3.6rem);
    max-width: 14ch;
    font-weight: 780;
}
.vap-hero__lead {
    margin: 1rem 0 1.15rem;
    max-width: 36rem;
    color: #cbd5e1;
    font-size: 1.12rem;
    line-height: 1.55;
}
.vap-hero__benefits {
    margin: 0 0 1.4rem;
    padding: 0;
    list-style: none;
    display: grid;
    gap: .45rem;
}
.vap-hero__benefits li {
    position: relative;
    padding-left: 1.15rem;
    color: #e2e8f0;
    font-size: .95rem;
}
.vap-hero__benefits li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .45rem;
    width: .5rem;
    height: .5rem;
    border-radius: 99px;
    background: #2dd4bf;
}
.vap-ctas { display: flex; flex-wrap: wrap; gap: .75rem 1rem; align-items: center; }
.vap-ctas--center { justify-content: center; margin-top: 2rem; }
.vap-hero__reassure,
.vap-final__note {
    margin: .9rem 0 0;
    font-size: .88rem;
    color: #94a3b8;
}
.vap-btn-light {
    color: #0f172a !important;
    border-color: #94a3b8 !important;
    background: #fff !important;
}

.vap-desk { margin: 0; }
.vap-desk__window {
    background: #fff;
    color: #0f172a;
    border: 1px solid rgba(226, 232, 240, .85);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(15, 23, 42, .32);
    animation: vap-desk-in .7s ease both;
}
.vap-desk__chrome-bar {
    display: flex;
    align-items: center;
    gap: .4rem;
    padding: .55rem .8rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}
.vap-desk__chrome-bar p {
    margin: 0 0 0 .35rem;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #64748b;
}
.vap-desk__dot {
    width: .55rem;
    height: .55rem;
    border-radius: 99px;
    background: #cbd5e1;
}
.vap-desk__dot:nth-child(1) { background: #fca5a5; }
.vap-desk__dot:nth-child(2) { background: #fcd34d; }
.vap-desk__dot:nth-child(3) { background: #86efac; }
.vap-desk__body {
    display: grid;
    grid-template-columns: 8.2rem 1fr;
}
.vap-desk__rail {
    padding: .85rem .7rem;
    background: #0f172a;
    color: #e2e8f0;
    min-height: 100%;
}
.vap-desk__rail ul {
    margin: 0 0 .9rem;
    padding: 0;
    list-style: none;
    display: grid;
    gap: .3rem;
}
.vap-desk__rail li {
    padding: .35rem .45rem;
    border-radius: 8px;
    font-size: .74rem;
    color: #94a3b8;
}
.vap-desk__rail li.is-active {
    background: #134e4a;
    color: #f8fafc;
    font-weight: 700;
}
.vap-desk__main { padding: .9rem .95rem 1rem; }
.vap-desk__top {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    padding-bottom: .75rem;
    border-bottom: 1px solid #f1f5f9;
}
.vap-desk__brand { margin: 0; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: #5eead4; font-weight: 800; }
.vap-desk__main .vap-desk__brand { color: #0f766e; }
.vap-desk__brand--later { margin-top: .25rem; }
.vap-desk__client { margin: .2rem 0 0; font-weight: 700; }
.vap-desk__switch {
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: .35rem .7rem;
    font-size: .75rem;
    font-weight: 650;
    color: #334155;
    white-space: nowrap;
}
.vap-desk__metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .5rem;
    margin: .8rem 0;
}
.vap-desk__metrics div {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: .65rem .55rem;
}
.vap-desk__metrics strong { display: block; font-size: 1.15rem; letter-spacing: -.03em; }
.vap-desk__metrics span { color: #64748b; font-size: .7rem; }
.vap-desk__grid {
    display: grid;
    gap: .7rem;
}
@media (min-width: 640px) {
    .vap-desk__grid { grid-template-columns: 1.15fr .85fr; }
}
.vap-desk__grid h3 { margin: 0 0 .45rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; color: #64748b; }
.vap-desk__grid ul { margin: 0; padding: 0; list-style: none; display: grid; gap: .32rem; }
.vap-desk__grid li { display: flex; gap: .4rem; align-items: center; font-size: .82rem; }
.vap-desk__grid li span {
    width: 1rem;
    color: #0f766e;
    font-weight: 800;
}
.vap-desk__grid li span.is-open {
    width: .65rem;
    height: .65rem;
    border: 1.5px solid #94a3b8;
    border-radius: 99px;
}
.vap-desk__activity li {
    display: block;
    color: #475569;
    padding-left: .1rem;
}
.vap-desk__tools { display: flex; flex-wrap: wrap; gap: .3rem; }
.vap-desk__tools--stack { flex-direction: column; }
.vap-desk__tools span {
    background: #134e4a;
    color: #99f6e4;
    border-radius: 999px;
    padding: .22rem .5rem;
    font-size: .68rem;
    font-weight: 700;
}
.vap-desk__main .vap-desk__tools span {
    background: #ecfdf5;
    color: #0f766e;
}
.vap-desk__ai {
    margin-top: .8rem;
    padding: .75rem .8rem;
    border-radius: 10px;
    background: #0f172a;
    color: #e2e8f0;
}
.vap-desk__prompt { margin: 0 0 .35rem; font-size: .82rem; }
.vap-desk__result { margin: 0; color: #5eead4; font-size: .78rem; font-weight: 650; }
@keyframes vap-desk-in {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: none; }
}

.vap-chain {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .55rem .2rem;
    align-items: center;
}
.vap-chain li { display: inline-flex; align-items: center; gap: .35rem; }
.vap-chain li > span:last-child {
    border: 1px solid #cbd5e1;
    background: #fff;
    border-radius: 999px;
    padding: .4rem .8rem;
    font-size: .88rem;
    font-weight: 650;
}
.vap-chain__arrow { color: #94a3b8; font-size: .95rem; }
.vap-problem__close {
    font-size: clamp(1.5rem, 3vw, 2.15rem);
    font-weight: 800;
    color: #0f766e;
}

.vap-solution {
    display: grid;
    gap: 1.25rem;
}
@media (min-width: 960px) {
    .vap-solution { grid-template-columns: 1.05fr .95fr; align-items: start; }
}
.vap-feature--lead {
    background: #0f172a;
    color: #e2e8f0;
    border-radius: 20px;
    padding: 1.5rem 1.6rem;
}
.vap-feature__kicker { margin: 0 0 .4rem; color: #5eead4; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.vap-feature--lead h3 { margin: 0 0 .6rem; font-size: 1.55rem; letter-spacing: -.02em; color: #fff; }
.vap-feature--lead > p { margin: 0 0 1.15rem; color: #94a3b8; line-height: 1.55; }
.vap-feature__preview { display: grid; gap: .55rem; }
.vap-feature__preview div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .75rem .85rem;
    border-radius: 12px;
    background: #111827;
    border: 1px solid #1e293b;
}
.vap-feature__preview strong { display: block; }
.vap-feature__preview span { color: #64748b; font-size: .8rem; }
.vap-capability { display: grid; gap: .85rem; }
@media (min-width: 700px) {
    .vap-capability { grid-template-columns: 1fr 1fr; }
}
.vap-capability article {
    padding: .15rem 0 .35rem;
    border-bottom: 1px solid #e2e8f0;
}
.vap-capability h3 { margin: 0 0 .3rem; font-size: 1rem; }
.vap-capability p { margin: 0 0 .65rem; color: #475569; font-size: .92rem; line-height: 1.5; }

.vap-outcomes {
    display: grid;
    gap: 1.4rem 2rem;
}
@media (min-width: 800px) {
    .vap-outcomes { grid-template-columns: 1fr 1fr; }
}
.vap-outcomes h3 { margin: 0 0 .4rem; font-size: 1.15rem; }
.vap-outcomes p { margin: 0; color: #475569; line-height: 1.55; }

.vap-roles { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.vap-roles li {
    display: grid;
    grid-template-columns: 2.4rem 1fr;
    gap: 1rem;
    padding: 1.15rem 0;
    border-bottom: 1px solid #1e293b;
}
.vap-roles li:first-child { padding-top: 0; }
.vap-roles li.is-featured h3 { color: #5eead4; }
.vap-roles span { color: #64748b; font-weight: 800; letter-spacing: -.03em; }
.vap-roles h3 { margin: 0 0 .3rem; font-size: 1.2rem; color: #f8fafc; }
.vap-roles p { margin: 0; color: #cbd5e1; line-height: 1.5; max-width: 42rem; }

.vap-ai {
    display: grid;
    gap: 1.75rem;
    align-items: start;
}
@media (min-width: 900px) {
    .vap-ai { grid-template-columns: .9fr 1.1fr; }
}
.vap-ai__examples {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}
.vap-ai__examples li {
    border: 1px solid #dbe4ee;
    border-radius: 999px;
    padding: .35rem .75rem;
    font-size: .85rem;
    font-weight: 650;
}
.vap-note { margin: 1rem 0 0; color: #64748b; font-size: .9rem; line-height: 1.5; max-width: 34rem; }
.vap-chat {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 1.15rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, .08);
}
.vap-chat__user,
.vap-chat__bot p { margin: 0 0 .65rem; line-height: 1.5; }
.vap-chat span {
    display: block;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #0f766e;
    margin-bottom: .25rem;
}
.vap-chat__bot {
    background: #f8fafc;
    border-radius: 12px;
    padding: .85rem 1rem;
}
.vap-chat__bot ul { margin: 0; padding-left: 1.1rem; color: #334155; display: grid; gap: .3rem; }

.vap-steps { margin: 0; padding: 0; list-style: none; display: grid; gap: 1.15rem; }
.vap-steps li { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; }
.vap-steps span {
    width: 3rem;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -.03em;
    color: #0f766e;
}
.vap-steps h3 { margin: 0 0 .3rem; }
.vap-steps p { margin: 0; color: #475569; line-height: 1.5; }

.vap-compare {
    display: grid;
    gap: 1rem;
}
@media (min-width: 800px) {
    .vap-compare { grid-template-columns: 1fr 1fr; }
}
.vap-compare article {
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 1.35rem 1.4rem;
    background: #fff;
}
.vap-compare article.is-after {
    background: #0f172a;
    border-color: #0f172a;
    color: #f8fafc;
}
.vap-compare h3 { margin: 0 0 .85rem; }
.vap-compare ul { margin: 0; padding: 0; list-style: none; display: grid; gap: .5rem; }
.vap-compare li { padding-left: 1rem; position: relative; }
.vap-compare li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: #94a3b8;
}
.vap-compare .is-after li::before { content: "+"; color: #2dd4bf; }

.vap-trust {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin: 0 0 1.25rem;
    padding: 0;
    list-style: none;
}
.vap-trust li {
    border: 1px solid #cbd5e1;
    background: #fff;
    border-radius: 999px;
    padding: .4rem .8rem;
    font-size: .88rem;
    font-weight: 650;
}
.vap-placeholder {
    margin: 0;
    padding: 1rem 1.1rem;
    border: 1px dashed #94a3b8;
    border-radius: 12px;
    color: #64748b;
    font-size: .92rem;
}

.vap-plans { display: grid; gap: 1rem; }
@media (min-width: 900px) {
    .vap-plans { grid-template-columns: 1fr 1fr 1fr; }
}
.vap-plans article {
    border: 1px solid #e2e8f0;
    background: #fff;
    border-radius: 18px;
    padding: 1.35rem 1.4rem;
}
.vap-plans article.is-featured { border-color: #0f766e; box-shadow: 0 12px 28px rgba(15, 118, 110, .12); }
.vap-plans article > p:first-child { margin: 0 0 .35rem; color: #0f766e; font-size: .8rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.vap-plans h3 { margin: 0 0 .5rem; font-size: 1.4rem; }
.vap-plans p { margin: 0; color: #475569; line-height: 1.5; }

.vap-faq-wrap { max-width: 46rem; }
.vap-faq details {
    border-bottom: 1px solid #e2e8f0;
    padding: .85rem 0;
}
.vap-faq summary {
    cursor: pointer;
    font-weight: 700;
    list-style: none;
}
.vap-faq summary::-webkit-details-marker { display: none; }
.vap-faq summary:focus-visible,
.vap-page a:focus-visible {
    outline: 3px solid rgba(15, 118, 110, .35);
    outline-offset: 3px;
}
.vap-faq p { margin: .55rem 0 0; color: #475569; line-height: 1.55; }

.vap-final {
    padding: 4.5rem 0;
    background: linear-gradient(180deg, #134e4a 0%, #0f172a 100%);
    color: #f8fafc;
    text-align: center;
}
.vap-final h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); max-width: 18ch; margin-left: auto; margin-right: auto; }
.vap-final p { margin: 1rem auto 0; max-width: 36rem; color: #cbd5e1; line-height: 1.55; }

@media (max-width: 720px) {
    .vap-hero { padding: 3rem 0 2.4rem; }
    .vap-hero h1 { max-width: none; font-size: clamp(1.85rem, 9vw, 2.4rem); }
    .vap-section { padding: 3rem 0; }
    .vap-desk__body { grid-template-columns: 1fr; }
    .vap-desk__rail { display: none; }
    .vap-desk__metrics { grid-template-columns: 1fr 1fr; }
    .vap-desk__metrics div:last-child { grid-column: 1 / -1; }
    .vap-ctas .mkt-btn-lg { min-height: 2.75rem; padding-inline: 1.1rem; }
}
@media (prefers-reduced-motion: reduce) {
    .vap-page * { transition: none !important; animation: none !important; }
}
