/* About — company page. Not a product landing. Scoped to .vv-about */

body.vv-about {
    --ink: #141b24;
    --navy: #0b1f33;
    --paper: #f4f1ea;
    --card: #fffdf8;
    --muted: #5c6570;
    --line: #ddd6c8;
    --accent: #1d4ed8;
    font-family: "Plus Jakarta Sans", Georgia, "Times New Roman", serif;
    color: var(--ink);
    background: var(--paper);
    user-select: text;
    -webkit-user-select: text;
}

.vv-about {
    --ink: #141b24;
    --navy: #0b1f33;
    --paper: #f4f1ea;
    --card: #fffdf8;
    --muted: #5c6570;
    --line: #ddd6c8;
    --accent: #1d4ed8;
}

.vv-about a { color: inherit; }

.vv-about .container-fluid { overflow: visible; }

.vv-ab-wrap {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 28px;
}

.vv-ab-hero {
    padding: 88px 0 64px;
    border-bottom: 1px solid var(--line);
}

.vv-ab-kicker {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent);
    margin: 0 0 16px;
}

.vv-ab-hero h1 {
    font-size: clamp(40px, 6vw, 68px);
    line-height: 1.05;
    letter-spacing: -0.045em;
    font-weight: 800;
    margin: 0 0 18px;
    max-width: 16ch;
}

.vv-ab-hero .vv-ab-deck {
    font-size: 20px;
    line-height: 1.55;
    color: var(--muted);
    max-width: 38rem;
    margin: 0 0 28px;
}

.vv-ab-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.vv-ab-pills span {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--card);
}

.vv-ab-sec { padding: 80px 0; }

.vv-ab-sec h2 {
    font-size: clamp(28px, 3.4vw, 40px);
    letter-spacing: -0.03em;
    margin: 0 0 16px;
}

.vv-ab-sec .vv-ab-lead {
    font-size: 18px;
    line-height: 1.65;
    color: var(--muted);
    max-width: 40rem;
    margin: 0 0 28px;
}

.vv-ab-sec p {
    font-size: 17px;
    line-height: 1.7;
    color: #3d4652;
    margin: 0 0 16px;
}

.vv-ab-do {
    background: var(--navy);
    color: #e8eef6;
}

.vv-ab-do h2,
.vv-ab-do .vv-ab-lead { color: #fff; }

.vv-ab-do p { color: #cbd5e1; }

.vv-ab-map {
    margin-top: 48px;
    text-align: center;
}

.vv-ab-hub {
    display: inline-block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 13px;
    padding: 12px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
}

.vv-ab-stem {
    width: 1px;
    height: 22px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.28);
}

.vv-ab-arms {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 22px;
    position: relative;
}

.vv-ab-arms::before {
    content: "";
    position: absolute;
    left: 16.6%;
    right: 16.6%;
    top: -1px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.vv-ab-arm {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 16px 12px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.vv-ab-fmts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.vv-ab-fmts span {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding: 6px 10px;
    border-radius: 8px;
    background: #fff;
    color: var(--navy);
}

.vv-ab-story {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 48px;
    align-items: start;
}

.vv-ab-story aside {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--muted);
    border-top: 2px solid var(--ink);
    padding-top: 14px;
}

.vv-ab-soft {
    background: var(--card);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.vv-ab-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.vv-ab-col {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 22px 20px;
    overflow: hidden;
}

.vv-ab-col strong {
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.vv-ab-col a {
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    padding: 8px 0;
    border-top: 1px solid var(--line);
    text-decoration: none;
}

.vv-ab-col a:first-of-type { border-top: 0; }

.vv-ab-col a:hover { color: var(--accent); }

.vv-ab-more {
    display: inline-block;
    margin-top: 28px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    color: var(--accent);
    text-decoration: none;
}

.vv-ab-mission {
    text-align: center;
}

.vv-ab-mission blockquote {
    margin: 0 auto;
    max-width: 36rem;
    font-size: clamp(26px, 3.4vw, 38px);
    line-height: 1.25;
    letter-spacing: -0.03em;
    font-weight: 800;
}

.vv-ab-mission p {
    max-width: 38rem;
    margin: 22px auto 0;
    text-align: left;
}

.vv-ab-vals {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.vv-ab-val {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 20px 16px;
    overflow: hidden;
    min-height: 0;
}

.vv-ab-val em {
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 8px;
}

.vv-ab-val strong {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
}

.vv-ab-val p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: var(--muted);
}

.vv-ab-data {
    background: #ece7dc;
}

.vv-ab-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.vv-ab-3 article,
.vv-ab-need article {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 22px 20px;
    overflow: hidden;
}

.vv-ab-3 strong,
.vv-ab-need strong {
    display: block;
    margin-bottom: 8px;
    font-size: 17px;
}

.vv-ab-3 p,
.vv-ab-need p {
    margin: 0;
    font-size: 15px;
    color: var(--muted);
}

.vv-ab-need {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.vv-ab-why {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    background: var(--card);
}

.vv-ab-why article {
    padding: 24px 22px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.vv-ab-why article:nth-child(2n) { border-right: 0; }

.vv-ab-why article:nth-last-child(-n+2) { border-bottom: 0; }

.vv-ab-help {
    background: var(--navy);
    color: #fff;
}

.vv-ab-help h2 { color: #fff; }

.vv-ab-help .vv-ab-lead,
.vv-ab-help p { color: #cbd5e1; }

.vv-ab-help .vv-ab-3 article {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

.vv-ab-help .vv-ab-3 strong { color: #fff; }

.vv-ab-cta {
    text-align: center;
    padding-bottom: 96px;
}

.vv-ab-cta h2 {
    max-width: 18ch;
    margin-left: auto;
    margin-right: auto;
}

.vv-ab-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 24px;
}

.vv-ab-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 12px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    text-decoration: none;
    border: 1px solid transparent;
}

.vv-ab-btn-p {
    background: var(--navy);
    color: #fff !important;
}

.vv-ab-btn-g {
    background: transparent;
    border-color: var(--line);
    color: var(--navy) !important;
}

.vv-ab-help .vv-ab-btn-p { background: #fff; color: var(--navy) !important; }

@media (max-width: 900px) {
    .vv-ab-story,
    .vv-ab-arms,
    .vv-ab-cols,
    .vv-ab-vals,
    .vv-ab-3,
    .vv-ab-need,
    .vv-ab-why { grid-template-columns: 1fr 1fr; }

    .vv-ab-why article:nth-child(2n) { border-right: 0; }
    .vv-ab-why article:nth-child(odd) { border-right: 1px solid var(--line); }
}

@media (max-width: 640px) {
    .vv-ab-wrap { padding: 0 18px; }
    .vv-ab-hero { padding: 56px 0 40px; }
    .vv-ab-sec { padding: 56px 0; }
    .vv-ab-story,
    .vv-ab-arms,
    .vv-ab-cols,
    .vv-ab-vals,
    .vv-ab-3,
    .vv-ab-need,
    .vv-ab-why { grid-template-columns: 1fr; }
    .vv-ab-why article { border-right: 0; }
}
