.vt-home {
    --home-ink: #13232c;
    --home-ink-soft: #43545c;
    --home-paper: #ffffff;
    --home-soft: #f2f5f4;
    --home-line: #d7dfdc;
    --home-blue: #1965b3;
    --home-blue-dark: #114a84;
    --home-coral: #df5f49;
    --home-green: #278260;
    --home-yellow: #f1c75b;
    margin: 0;
    overflow-x: hidden;
    background: var(--home-paper);
    color: var(--home-ink);
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    line-height: 1.55;
}

.vt-home *,
.vt-home *::before,
.vt-home *::after {
    box-sizing: border-box;
    letter-spacing: 0;
}

.vt-home [hidden] {
    display: none !important;
}

.vt-home a {
    color: inherit;
}

.vt-home button,
.vt-home input {
    font: inherit;
}

.vt-home button {
    letter-spacing: 0;
}

.vt-home-shell {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.vt-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.vt-skip-link {
    position: fixed;
    z-index: 4000;
    top: 10px;
    left: 10px;
    padding: 10px 14px;
    border-radius: 4px;
    background: var(--home-paper);
    color: var(--home-ink);
    transform: translateY(-150%);
}

.vt-skip-link:focus {
    transform: translateY(0);
}

.vt-home-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    min-height: 72px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    background: var(--home-ink);
    color: #fff;
}

.vt-home-nav {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 72px;
    gap: 26px;
}

.vt-home-brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 10px;
    color: #fff !important;
    font-size: 21px;
    font-weight: 750;
    text-decoration: none;
}

.vt-home-brand img {
    display: block;
    width: 40px;
    height: 40px;
}

.vt-home-navigation {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-left: auto;
}

.vt-home-navigation a {
    padding: 8px 0;
    border-bottom: 2px solid transparent;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
}

.vt-home-navigation a:hover,
.vt-home-navigation a:focus-visible {
    border-bottom-color: var(--home-coral);
    color: #fff;
}

.vt-home-actions,
.vt-hero-actions,
.vt-final-actions,
.vt-login-form-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.vt-home-actions {
    margin-left: 6px;
}

.vt-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 17px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.vt-button-primary {
    background: var(--home-blue);
    color: #fff !important;
    box-shadow: 0 8px 22px rgba(25, 101, 179, .24);
}

.vt-button-primary:hover,
.vt-button-primary:focus-visible {
    background: var(--home-blue-dark);
}

.vt-button-light {
    background: #fff;
    color: var(--home-ink) !important;
}

.vt-button-light:hover,
.vt-button-light:focus-visible {
    background: #e8efec;
}

.vt-button-quiet {
    border-color: rgba(255, 255, 255, .34);
    background: transparent;
    color: #fff;
}

.vt-button-quiet:hover,
.vt-button-quiet:focus-visible {
    border-color: #fff;
    background: rgba(255, 255, 255, .08);
}

.vt-mobile-menu {
    display: none;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 6px;
    background: transparent;
    color: #fff;
}

.vt-mobile-menu-lines,
.vt-mobile-menu-lines::before,
.vt-mobile-menu-lines::after {
    display: block;
    width: 18px;
    height: 2px;
    background: currentColor;
    content: "";
}

.vt-mobile-menu-lines {
    position: relative;
}

.vt-mobile-menu-lines::before {
    position: absolute;
    top: -6px;
}

.vt-mobile-menu-lines::after {
    position: absolute;
    top: 6px;
}

.vt-hero {
    position: relative;
    display: flex;
    align-items: center;
    height: clamp(610px, calc(100svh - 108px), 710px);
    min-height: 610px;
    overflow: hidden;
    background-color: #dfe3e1;
    background-image: url('../image/home/hero-research-operations.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vt-hero::before {
    position: absolute;
    inset: 0;
    background: rgba(241, 244, 242, .18);
    content: "";
}

.vt-hero-content {
    position: relative;
    z-index: 1;
}

.vt-hero-copy {
    width: min(400px, 38%);
}

.vt-eyebrow {
    margin: 0 0 12px;
    color: var(--home-blue);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

.vt-hero h1 {
    margin: 0;
    color: var(--home-ink);
    font-size: 68px;
    font-weight: 820;
    line-height: 1;
}

.vt-hero h2 {
    max-width: 400px;
    margin: 18px 0 0;
    color: var(--home-ink);
    font-size: 36px;
    font-weight: 760;
    line-height: 1.13;
}

.vt-hero-summary {
    max-width: 390px;
    margin: 24px 0 0;
    color: #314149;
    font-size: 16px;
    line-height: 1.65;
}

.vt-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 30px;
}

.vt-text-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 2px;
    border: 0;
    border-bottom: 1px solid currentColor;
    border-radius: 0;
    background: transparent;
    color: var(--home-ink);
    font-size: 14px;
    font-weight: 760;
    line-height: 1.3;
    text-decoration: none;
    cursor: pointer;
}

.vt-text-link:hover,
.vt-text-link:focus-visible {
    color: var(--home-blue);
}

.vt-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 9px;
    max-width: 400px;
    margin: 34px 0 0;
    color: #4c5b61;
    font-size: 12px;
    font-weight: 700;
}

.vt-process,
.vt-solutions,
.vt-product,
.vt-intake,
.vt-participant-showcase,
.vt-spss-import-showcase,
.vt-capabilities,
.vt-open-cycle,
.vt-final-cta {
    padding: 96px 0;
}

.vt-process {
    border-bottom: 1px solid var(--home-line);
    background: var(--home-paper);
}

.vt-section-intro {
    max-width: 760px;
    margin-bottom: 44px;
}

.vt-section-intro-row {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    align-items: end;
    max-width: none;
    gap: 64px;
}

.vt-section-intro h2,
.vt-product-copy h2,
.vt-trust h2,
.vt-final-cta h2 {
    margin: 0;
    font-size: 38px;
    font-weight: 780;
    line-height: 1.18;
}

.vt-section-intro > p:last-child,
.vt-section-intro-row > p,
.vt-product-copy > p,
.vt-trust-copy > p {
    margin: 18px 0 0;
    color: var(--home-ink-soft);
    font-size: 17px;
    line-height: 1.7;
}

.vt-section-intro-row > p {
    margin: 0;
}

.vt-process-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--home-ink);
    list-style: none;
}

.vt-process-list li {
    min-height: 260px;
    padding: 27px 24px 24px 0;
    border-right: 1px solid var(--home-line);
}

.vt-process-list li + li {
    padding-left: 24px;
}

.vt-process-list li:last-child {
    border-right: 0;
}

.vt-process-number,
.vt-capability-index,
.vt-panel-index {
    display: block;
    color: var(--home-coral);
    font-size: 12px;
    font-weight: 850;
}

.vt-process-list h3 {
    margin: 55px 0 12px;
    font-size: 22px;
    line-height: 1.2;
}

.vt-process-list p {
    margin: 0;
    color: var(--home-ink-soft);
    font-size: 14px;
    line-height: 1.7;
}

.vt-solutions {
    background: var(--home-soft);
}

.vt-solution-tabs {
    display: inline-grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    gap: 3px;
    padding: 3px;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    background: #e3e9e6;
}

.vt-solution-tabs button {
    min-height: 44px;
    padding: 8px 18px;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: #52625f;
    font-size: 14px;
    font-weight: 750;
    cursor: pointer;
}

.vt-solution-tabs button[aria-selected="true"] {
    background: #fff;
    color: var(--home-ink);
    box-shadow: 0 2px 8px rgba(19, 35, 44, .08);
}

.vt-solution-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 72px;
    align-items: start;
    margin-top: 32px;
    padding: 54px;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    background: var(--home-paper);
}

.vt-solution-copy h3 {
    max-width: 680px;
    margin: 14px 0 18px;
    font-size: 31px;
    line-height: 1.25;
}

.vt-solution-copy > p:last-child {
    max-width: 650px;
    margin: 0;
    color: var(--home-ink-soft);
    font-size: 16px;
    line-height: 1.75;
}

.vt-use-list,
.vt-check-list,
.vt-trust-copy ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vt-use-list {
    border-top: 1px solid var(--home-ink);
}

.vt-use-list li {
    position: relative;
    padding: 15px 34px 15px 0;
    border-bottom: 1px solid var(--home-line);
    color: #34454b;
    font-size: 14px;
    font-weight: 650;
}

.vt-use-list li::after {
    position: absolute;
    top: 14px;
    right: 3px;
    color: var(--home-green);
    font-size: 17px;
    content: "✓";
}

.vt-product {
    background: var(--home-paper);
}

.vt-product-layout {
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(600px, 1.28fr);
    gap: 70px;
    align-items: center;
}

.vt-product-copy > p {
    margin-top: 20px;
}

.vt-check-list {
    margin-top: 28px;
    border-top: 1px solid var(--home-line);
}

.vt-check-list li {
    position: relative;
    padding: 12px 0 12px 28px;
    border-bottom: 1px solid var(--home-line);
    color: #34454b;
    font-size: 14px;
}

.vt-check-list li::before {
    position: absolute;
    left: 0;
    color: var(--home-green);
    font-weight: 850;
    content: "✓";
}

.vt-product-window {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #bac5c1;
    border-radius: 8px;
    background: #f7f9f8;
    box-shadow: 0 24px 55px rgba(19, 35, 44, .16);
}

.vt-intake {
    border-top: 1px solid var(--home-line);
    background: #eef3f1;
}

.vt-intake-flow {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) 54px minmax(250px, .55fr);
    align-items: stretch;
    gap: 18px;
}

.vt-intake-routes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.vt-intake-routes article {
    min-height: 190px;
    padding: 22px;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    background: #fff;
}

.vt-intake-routes article > span {
    color: var(--home-coral);
    font-size: 11px;
    font-weight: 850;
}

.vt-intake-routes h3,
.vt-intake-hub h3,
.vt-research-ops-grid h3 {
    margin: 22px 0 9px;
    font-size: 19px;
    line-height: 1.3;
}

.vt-intake-routes p,
.vt-intake-hub p,
.vt-research-ops-grid p {
    margin: 0;
    color: var(--home-ink-soft);
    font-size: 13px;
    line-height: 1.68;
}

.vt-intake-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--home-blue);
    font-size: 34px;
    font-weight: 400;
}

.vt-intake-hub {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100%;
    padding: 30px;
    border-radius: 8px;
    background: var(--home-ink);
    color: #fff;
}

.vt-intake-hub > span {
    color: #72cba7;
    font-size: 11px;
    font-weight: 850;
}

.vt-intake-hub h3 {
    margin-top: 28px;
    font-size: 25px;
}

.vt-intake-hub p {
    color: #c3d0cc;
    font-size: 14px;
}

.vt-question-bank {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr);
    gap: 72px;
    align-items: start;
    margin-top: 42px;
    padding: 36px;
    border: 1px solid #b9cbc4;
    border-radius: 8px;
    background: #fff;
}

.vt-question-bank h3 {
    margin: 0;
    font-size: 28px;
    line-height: 1.25;
}

.vt-question-bank > div > p:last-child {
    margin: 16px 0 0;
    color: var(--home-ink-soft);
    font-size: 14px;
    line-height: 1.72;
}

.vt-question-bank dl {
    margin: 0;
    border-top: 1px solid var(--home-ink);
}

.vt-question-bank dl > div {
    display: grid;
    grid-template-columns: 165px minmax(0, 1fr);
    gap: 22px;
    padding: 19px 0;
    border-bottom: 1px solid var(--home-line);
}

.vt-question-bank dt {
    color: var(--home-blue);
    font-size: 14px;
    font-weight: 800;
}

.vt-question-bank dd {
    margin: 0;
    color: var(--home-ink-soft);
    font-size: 13px;
    line-height: 1.65;
}

.vt-research-ops-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 42px;
}

.vt-research-ops-grid article {
    min-height: 260px;
    padding: 24px;
    border-top: 3px solid var(--home-blue);
    border-right: 1px solid var(--home-line);
    border-bottom: 1px solid var(--home-line);
    border-left: 1px solid var(--home-line);
    border-radius: 8px;
    background: #fff;
}

.vt-research-ops-grid article:nth-child(2) {
    border-top-color: var(--home-green);
}

.vt-research-ops-grid article:nth-child(3) {
    border-top-color: var(--home-coral);
}

.vt-research-ops-grid article:nth-child(4) {
    border-top-color: #ad6e13;
}

.vt-research-ops-grid h3 {
    margin-top: 42px;
}

.vt-participant-showcase {
    position: relative;
    overflow: hidden;
    background: #102a35;
    color: #fff;
}

.vt-participant-showcase::before {
    position: absolute;
    top: -270px;
    right: -210px;
    width: 650px;
    height: 650px;
    border: 1px solid rgba(120, 211, 180, .13);
    border-radius: 50%;
    box-shadow: 0 0 0 90px rgba(120, 211, 180, .025), 0 0 0 180px rgba(120, 211, 180, .018);
    content: "";
}

.vt-participant-showcase-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(330px, .82fr) minmax(620px, 1.18fr);
    gap: 72px;
    align-items: center;
}

.vt-participant-showcase .vt-eyebrow {
    color: #7bd3b4;
}

.vt-participant-showcase-copy h2 {
    margin: 0;
    font-size: 38px;
    font-weight: 780;
    line-height: 1.18;
}

.vt-participant-showcase-copy > p:not(.vt-eyebrow) {
    margin: 20px 0 0;
    color: #c8d8dc;
    font-size: 16px;
    line-height: 1.72;
}

.vt-participant-journey {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
    margin: 30px 0 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, .26);
    list-style: none;
}

.vt-participant-journey li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 11px;
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.vt-participant-journey li > span {
    color: #7bd3b4;
    font-size: 10px;
    font-weight: 850;
}

.vt-participant-journey strong {
    display: block;
    font-size: 13px;
}

.vt-participant-journey p {
    margin: 5px 0 0;
    color: #b5c8cd;
    font-size: 11px;
    line-height: 1.55;
}

.vt-participant-showcase-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 28px;
}

.vt-participant-showcase .vt-text-link {
    color: #fff;
}

.vt-participant-showcase .vt-text-link:hover,
.vt-participant-showcase .vt-text-link:focus-visible {
    color: #9de1c9;
}

.vt-participant-preview {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 13px;
    background: #edf3f4;
    color: #1a3440;
    box-shadow: 0 32px 70px rgba(0, 0, 0, .28);
}

.vt-participant-preview-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 58px;
    padding: 10px 18px;
    background: #fff;
    color: #294550;
    font-size: 10px;
}

.vt-participant-preview-bar > div {
    display: flex;
    align-items: center;
    gap: 9px;
}

.vt-participant-preview-bar > span {
    color: #6f828a;
}

.vt-participant-preview-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 7px;
    background: #1d6b71;
    color: #fff;
    font-size: 17px;
    font-weight: 850;
}

.vt-participant-preview-body {
    padding: 18px;
}

.vt-participant-preview-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px;
    gap: 16px;
    align-items: stretch;
    padding: 18px;
    border-radius: 10px;
    background: linear-gradient(135deg, #173d50, #216c70);
    color: #fff;
}

.vt-participant-preview-hero > div:first-child {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.vt-participant-preview-hero small {
    color: #a9dacc;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
}

.vt-participant-preview-hero > div:first-child strong {
    max-width: 350px;
    margin-top: 8px;
    font-size: 18px;
    line-height: 1.25;
}

.vt-participant-preview-credit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
}

.vt-participant-preview-credit span {
    font-size: 8px;
    text-transform: uppercase;
}

.vt-participant-preview-credit b {
    color: #ffe180;
    font-size: 31px;
    line-height: 1.15;
}

.vt-participant-preview-credit small {
    color: #c7dce1;
    font-size: 7px;
    text-transform: none;
}

.vt-participant-preview-profile {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 7px;
    margin-top: 10px;
}

.vt-participant-preview-profile span {
    overflow: hidden;
    padding: 7px 8px;
    border: 1px solid #d5e0e2;
    border-radius: 5px;
    background: #fff;
    color: #61747c;
    font-size: 8px;
    font-weight: 750;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vt-participant-preview-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 14px;
    margin: 17px 0 9px;
}

.vt-participant-preview-heading small,
.vt-participant-preview-heading strong {
    display: block;
}

.vt-participant-preview-heading small {
    color: #6d878d;
    font-size: 7px;
    font-weight: 850;
}

.vt-participant-preview-heading strong {
    margin-top: 2px;
    font-size: 14px;
}

.vt-participant-preview-heading > span {
    padding: 4px 7px;
    border-radius: 999px;
    background: #dce7e8;
    color: #587078;
    font-size: 7px;
    font-weight: 750;
}

.vt-participant-preview-surveys {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.vt-participant-preview-surveys article {
    min-width: 0;
    padding: 13px;
    border: 1px solid #d4dfe1;
    border-radius: 7px;
    background: #fff;
}

.vt-participant-preview-surveys article > div,
.vt-participant-preview-surveys footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
}

.vt-participant-preview-surveys article > div span {
    color: #648087;
    font-size: 7px;
    font-weight: 850;
}

.vt-participant-preview-surveys article > div b {
    color: #2b815f;
    font-size: 9px;
}

.vt-participant-preview-surveys h3 {
    margin: 14px 0 5px;
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vt-participant-preview-surveys p {
    min-height: 31px;
    margin: 0;
    color: #687a81;
    font-size: 8px;
    line-height: 1.45;
}

.vt-participant-preview-surveys footer {
    margin-top: 12px;
    padding-top: 9px;
    border-top: 1px solid #e4e9ea;
}

.vt-participant-preview-surveys footer span {
    overflow: hidden;
    color: #74868c;
    font-size: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vt-participant-preview-surveys footer b {
    flex: 0 0 auto;
    color: #1761a2;
    font-size: 8px;
}

.vt-participant-preview-history {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 9px;
    padding: 11px 13px;
    border: 1px solid #d3e0dc;
    border-radius: 7px;
    background: #fff;
}

.vt-participant-preview-history > div {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 10px;
}

.vt-participant-preview-history > div > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #e2f2ea;
    color: #287755;
    font-size: 10px;
    font-weight: 900;
}

.vt-participant-preview-history p,
.vt-participant-preview-history strong,
.vt-participant-preview-history small {
    display: block;
    margin: 0;
}

.vt-participant-preview-history p {
    min-width: 0;
}

.vt-participant-preview-history strong {
    overflow: hidden;
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vt-participant-preview-history small {
    margin-top: 2px;
    color: #71848a;
    font-size: 7px;
}

.vt-participant-preview-history > b {
    color: #287755;
    font-size: 14px;
}

.vt-spss-import-showcase {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #cad9e6;
    border-bottom: 1px solid #cad9e6;
    background: linear-gradient(135deg, #f4f8fc 0%, #e8f1f8 100%);
}

.vt-spss-import-showcase::after {
    position: absolute;
    top: -210px;
    right: -160px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(25, 101, 179, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 74px rgba(25, 101, 179, .035), 0 0 0 148px rgba(25, 101, 179, .025);
    content: "";
}

.vt-spss-import-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(340px, .8fr) minmax(600px, 1.2fr);
    align-items: center;
    gap: 68px;
}

.vt-spss-import-narrative h2 {
    margin: 0;
    font-size: 38px;
    font-weight: 780;
    line-height: 1.18;
}

.vt-spss-import-narrative > p:not(.vt-eyebrow):not(.vt-spss-import-safety) {
    margin: 20px 0 0;
    color: var(--home-ink-soft);
    font-size: 17px;
    line-height: 1.72;
}

.vt-spss-import-benefits {
    margin: 28px 0 0;
    padding: 0;
    border-top: 1px solid #bacbd8;
    list-style: none;
}

.vt-spss-import-benefits li {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 18px;
    padding: 15px 0;
    border-bottom: 1px solid #cad7e1;
}

.vt-spss-import-benefits strong {
    color: var(--home-blue-dark);
    font-size: 13px;
}

.vt-spss-import-benefits span {
    color: #4e606d;
    font-size: 13px;
    line-height: 1.55;
}

.vt-spss-import-safety {
    margin: 22px 0 13px;
    padding: 13px 15px;
    border-left: 3px solid #b77722;
    border-radius: 4px;
    background: rgba(255, 250, 235, .88);
    color: #684817;
    font-size: 13px;
    line-height: 1.58;
}

.vt-spss-transform {
    min-width: 0;
    padding: 24px;
    border: 1px solid #bdccd8;
    border-radius: 10px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 26px 60px rgba(28, 67, 96, .15);
    backdrop-filter: blur(5px);
}

.vt-spss-transform-caption {
    margin: 0 0 13px;
    color: #627685;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .08em !important;
    text-transform: uppercase;
}

.vt-spss-transform-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 78px minmax(0, 1fr);
    align-items: stretch;
}

.vt-spss-source-card,
.vt-spss-target-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #c9d3da;
    border-radius: 8px;
    background: #fff;
}

.vt-spss-target-card {
    border-color: #a9c8ba;
}

.vt-spss-card-head {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 67px;
    padding: 12px 13px;
    border-bottom: 1px solid #dce3e7;
    background: #f4f6f7;
}

.vt-spss-target-card .vt-spss-card-head {
    background: #eef7f3;
}

.vt-spss-file-mark,
.vt-spss-form-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 6px;
    background: var(--home-blue);
    color: #fff;
    font-size: 10px;
    font-weight: 850;
}

.vt-spss-form-mark {
    background: var(--home-green);
    font-size: 8px;
}

.vt-spss-card-head small,
.vt-spss-card-head strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vt-spss-card-head small {
    color: #74848d;
    font-size: 9px;
}

.vt-spss-card-head strong {
    margin-top: 2px;
    color: #283c48;
    font-size: 12px;
}

.vt-spss-dictionary-head,
.vt-spss-dictionary-row {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 9px;
    padding: 9px 12px;
    border-bottom: 1px solid #edf0f2;
}

.vt-spss-dictionary-head {
    min-height: 31px;
    background: #fafbfb;
    color: #7c8990;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
}

.vt-spss-dictionary-row:last-child {
    border-bottom: 0;
}

.vt-spss-dictionary-row code {
    overflow: hidden;
    color: var(--home-blue-dark);
    font-size: 10px;
    font-weight: 750;
    text-overflow: ellipsis;
}

.vt-spss-dictionary-row > span {
    color: #334750;
    font-size: 10px;
    font-weight: 700;
}

.vt-spss-dictionary-row small {
    display: block;
    margin-top: 2px;
    color: #7a898f;
    font-size: 8px;
    font-weight: 500;
}

.vt-spss-transform-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    color: var(--home-blue);
    text-align: center;
}

.vt-spss-transform-arrow span {
    font-size: 27px;
}

.vt-spss-transform-arrow small {
    max-width: 58px;
    color: #647681;
    font-size: 8px;
    font-weight: 750;
    line-height: 1.25;
}

.vt-spss-target-status {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 9px 12px;
    background: #f8fbfa;
    color: #39715b;
    font-size: 8px;
    font-weight: 850;
    text-transform: uppercase;
}

.vt-spss-question-row {
    padding: 11px 12px;
    border-top: 1px solid #edf0ef;
}

.vt-spss-question-row span,
.vt-spss-question-row strong {
    display: block;
}

.vt-spss-question-row span {
    color: #334750;
    font-size: 10px;
    font-weight: 800;
}

.vt-spss-question-row strong {
    margin-top: 3px;
    color: #667873;
    font-size: 8px;
    font-weight: 600;
}

.vt-spss-case-boundary {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 13px;
    padding: 10px 12px;
    border: 1px solid #b6d4c7;
    border-radius: 6px;
    background: #eef8f3;
}

.vt-spss-case-boundary > span {
    color: var(--home-green);
    font-weight: 900;
}

.vt-spss-case-boundary p {
    margin: 0;
    color: #4d675c;
    font-size: 10px;
    line-height: 1.45;
}

.vt-window-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 0 20px;
    background: var(--home-ink);
    color: #fff;
}

.vt-window-brand {
    overflow: hidden;
    font-size: 13px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vt-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    color: #dcebe5;
    font-size: 11px;
    font-weight: 700;
}

.vt-status span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #59c292;
}

.vt-window-body {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    min-height: 440px;
}

.vt-window-nav {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 22px 14px;
    border-right: 1px solid var(--home-line);
    background: #edf1ef;
}

.vt-window-nav span {
    padding: 9px 10px;
    border-radius: 5px;
    color: #687773;
    font-size: 11px;
    font-weight: 650;
}

.vt-window-nav span.is-active {
    background: #fff;
    color: var(--home-blue);
    box-shadow: 0 2px 8px rgba(19, 35, 44, .07);
}

.vt-window-content {
    min-width: 0;
    padding: 26px;
}

.vt-window-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--home-line);
}

.vt-window-heading small,
.vt-window-metrics small {
    display: block;
    color: #75847f;
    font-size: 9px;
    font-weight: 750;
}

.vt-window-heading strong {
    display: block;
    margin-top: 4px;
    font-size: 17px;
}

.vt-window-heading > span {
    color: #75847f;
    font-size: 10px;
}

.vt-window-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
}

.vt-window-metrics > div {
    min-width: 0;
    padding: 14px;
    border: 1px solid var(--home-line);
    border-radius: 6px;
    background: #fff;
}

.vt-window-metrics strong {
    display: block;
    margin-top: 5px;
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vt-meter {
    display: block;
    height: 4px;
    margin-top: 17px;
    overflow: hidden;
    border-radius: 2px;
    background: #e5eae8;
}

.vt-meter i {
    display: block;
    height: 100%;
    background: var(--home-blue);
}

.vt-meter-green i {
    background: var(--home-green);
}

.vt-meter-coral i {
    background: var(--home-coral);
}

.vt-response-table {
    margin-top: 20px;
    overflow: hidden;
    border: 1px solid var(--home-line);
    border-radius: 6px;
    background: #fff;
}

.vt-response-table > div {
    display: grid;
    grid-template-columns: .8fr 1fr .75fr;
    align-items: center;
    min-height: 45px;
    padding: 0 14px;
    border-bottom: 1px solid #e8ecea;
    gap: 12px;
    color: #53625e;
    font-size: 10px;
}

.vt-response-table > div:last-child {
    border-bottom: 0;
}

.vt-response-table .vt-response-head {
    min-height: 34px;
    background: #f1f4f3;
    color: #71807b;
    font-size: 9px;
    font-weight: 750;
}

.vt-response-status {
    color: var(--home-green);
    font-weight: 750;
}

.vt-response-status.is-review {
    color: #ad6e13;
}

.vt-capabilities {
    background: #f7f8f7;
}

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

.vt-capability-grid article {
    min-height: 250px;
    padding: 25px;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    background: #fff;
}

.vt-capability-grid article:nth-child(3n + 2) {
    border-top: 3px solid var(--home-green);
}

.vt-capability-grid article:nth-child(3n + 1) {
    border-top: 3px solid var(--home-blue);
}

.vt-capability-grid article:nth-child(3n) {
    border-top: 3px solid var(--home-coral);
}

.vt-capability-grid h3 {
    margin: 54px 0 12px;
    font-size: 20px;
    line-height: 1.3;
}

.vt-capability-grid p {
    margin: 0;
    color: var(--home-ink-soft);
    font-size: 14px;
    line-height: 1.7;
}

.vt-open-cycle {
    background: var(--home-blue);
    color: #fff;
}

.vt-open-cycle-layout {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
    gap: 86px;
    align-items: start;
}

.vt-open-cycle .vt-eyebrow {
    color: #b8dcff;
}

.vt-open-cycle h2 {
    margin: 0;
    font-size: 38px;
    font-weight: 780;
    line-height: 1.18;
}

.vt-open-cycle-copy > p:last-of-type {
    margin: 20px 0 0;
    color: #dcecff;
    font-size: 17px;
    line-height: 1.72;
}

.vt-open-cycle-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.vt-open-cycle .vt-text-link {
    color: #fff;
}

.vt-open-cycle .vt-text-link:hover,
.vt-open-cycle .vt-text-link:focus-visible {
    color: #dcecff;
}

.vt-open-cycle-list {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, .45);
    list-style: none;
}

.vt-open-cycle-list li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .24);
}

.vt-open-cycle-list li > span {
    color: #b8dcff;
    font-size: 12px;
    font-weight: 850;
}

.vt-open-cycle-list strong {
    display: block;
    font-size: 18px;
}

.vt-open-cycle-list p {
    margin: 6px 0 0;
    color: #dcecff;
    font-size: 14px;
    line-height: 1.65;
}

.vt-trust {
    padding: 86px 0;
    background: var(--home-ink);
    color: #fff;
}

.vt-trust-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(400px, .9fr);
    gap: 90px;
    align-items: start;
}

.vt-trust .vt-eyebrow {
    color: #72cba7;
}

.vt-trust-copy > p {
    margin-top: 0;
    color: #c3d0cc;
}

.vt-trust-copy ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 26px;
    margin-top: 26px;
}

.vt-trust-copy li {
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    color: #e5ece9;
    font-size: 13px;
}

.vt-final-cta {
    background: var(--home-paper);
    text-align: center;
}

.vt-final-cta .vt-home-shell {
    max-width: 830px;
}

.vt-final-cta h2 {
    font-size: 44px;
}

.vt-final-actions {
    justify-content: center;
    margin-top: 30px;
}

.vt-home-footer {
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    background: #0d181e;
    color: #fff;
}

.vt-home-footer .vt-home-shell {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
}

.vt-home-footer .vt-home-brand {
    font-size: 17px;
}

.vt-home-footer .vt-home-brand img {
    width: 34px;
    height: 34px;
}

.vt-home-footer p {
    margin: 0;
    color: #aebbb7;
    font-size: 12px;
}

.vt-home-footer p:last-child {
    text-align: right;
}

.vt-login-dialog {
    width: min(460px, calc(100% - 32px));
    max-width: 460px;
    margin: auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid #c7d0cd;
    border-radius: 8px;
    background: #fff;
    color: var(--home-ink);
    box-shadow: 0 30px 80px rgba(5, 18, 25, .34);
}

.vt-login-dialog::backdrop {
    background: rgba(8, 20, 27, .72);
}

.vt-login-dialog-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 25px 28px 18px;
    border-bottom: 1px solid var(--home-line);
}

.vt-login-dialog-header .vt-eyebrow {
    margin-bottom: 5px;
}

.vt-login-dialog h2 {
    margin: 0;
    font-size: 26px;
    line-height: 1.2;
}

.vt-dialog-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid var(--home-line);
    border-radius: 50%;
    background: #fff;
    color: #4b5b61;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}

.vt-login-dialog form {
    display: grid;
    padding: 26px 28px 20px;
}

.vt-login-dialog label {
    margin: 0 0 7px;
    color: #34444a;
    font-size: 13px;
    font-weight: 750;
}

.vt-login-dialog input {
    width: 100%;
    height: 48px;
    margin: 0 0 18px;
    padding: 10px 13px;
    border: 1px solid #aebbb7;
    border-radius: 6px;
    background: #fff;
    color: var(--home-ink);
    font-size: 15px;
}

.vt-login-dialog input:focus {
    border-color: var(--home-blue);
    box-shadow: 0 0 0 3px rgba(25, 101, 179, .14);
}

.vt-login-error {
    display: none;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    min-height: 46px;
    margin: 0 0 17px;
    padding: 8px 10px;
    border-radius: 6px;
    gap: 7px;
    color: #6b2d24;
    font-size: 13px;
}

.vt-login-error[style*="display: block"] {
    display: grid !important;
}

.vt-login-error #loginErrorMessageIcon {
    width: 24px !important;
    height: 24px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.vt-login-form-actions {
    justify-content: space-between;
    margin-top: 2px;
}

.vt-login-submit.new-homepage-button {
    width: auto;
    min-width: 116px;
    height: 44px;
    padding: 8px 20px;
    border: 0;
    border-radius: 6px;
    background: var(--home-blue);
    color: #fff;
    font-weight: 750;
    line-height: 1.2;
}

.vt-login-submit.new-homepage-button:hover,
.vt-login-submit.new-homepage-button:focus-visible {
    background: var(--home-blue-dark);
}

.vt-forgot-link {
    padding: 8px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--home-blue);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.vt-login-register {
    margin: 0;
    padding: 16px 28px 20px;
    border-top: 1px solid var(--home-line);
    background: #f5f7f6;
    color: #5a6965;
    font-size: 13px;
    text-align: center;
}

.vt-login-register a {
    color: var(--home-blue);
    font-weight: 750;
}

.vt-home .forgot-password {
    z-index: 1800;
    inset: 0;
    background: rgba(8, 20, 27, .72);
}

.vt-home .forgot-password-container {
    width: min(460px, calc(100% - 32px));
    height: auto;
    min-height: 240px;
    max-width: 460px !important;
    overflow: hidden;
    border: 1px solid #c7d0cd;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(5, 18, 25, .34);
}

.vt-home .forgot-password-email-textbox {
    width: calc(100% - 28px);
    min-height: 46px;
    border-radius: 6px;
}

.vt-home .vt-version-badge {
    top: auto;
    right: 14px;
    bottom: 14px;
    left: auto;
    border-radius: 6px;
    letter-spacing: 0;
}

.vt-home .vt-version-dialog,
.vt-home .vt-version-dialog-header {
    border-radius: 8px;
}

.vt-home .vt-version-dialog-header {
    background: var(--home-ink);
}

@media (max-width: 1020px) {
    .vt-home-navigation {
        gap: 17px;
    }

    .vt-hero-copy {
        width: 55%;
    }

    .vt-hero::before {
        background: rgba(241, 244, 242, .76);
    }

    .vt-hero h1 {
        font-size: 58px;
    }

    .vt-hero h2,
    .vt-section-intro h2,
    .vt-product-copy h2,
    .vt-participant-showcase-copy h2,
    .vt-spss-import-narrative h2,
    .vt-trust h2 {
        font-size: 34px;
    }

    .vt-process-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vt-process-list li:nth-child(2) {
        border-right: 0;
    }

    .vt-process-list li:nth-child(n + 3) {
        border-top: 1px solid var(--home-line);
    }

    .vt-product-layout {
        grid-template-columns: 1fr;
    }

    .vt-participant-showcase-layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .vt-participant-showcase-copy {
        max-width: 780px;
    }

    .vt-participant-preview {
        width: 100%;
        max-width: 820px;
        margin-inline: auto;
    }

    .vt-spss-import-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .vt-spss-import-narrative {
        max-width: 760px;
    }

    .vt-intake-flow {
        grid-template-columns: minmax(0, 1fr) 42px minmax(220px, .55fr);
        gap: 12px;
    }

    .vt-research-ops-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vt-question-bank {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .vt-open-cycle-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .vt-product-copy {
        max-width: 720px;
    }

    .vt-product-window {
        width: 100%;
        max-width: 820px;
        margin-inline: auto;
    }

    .vt-trust-layout {
        gap: 50px;
    }
}

@media (max-width: 860px) {
    .vt-home-nav {
        min-height: 68px;
    }

    .vt-home-header {
        min-height: 68px;
    }

    .vt-mobile-menu {
        display: inline-flex;
    }

    .vt-home-navigation {
        position: absolute;
        top: calc(100% - 1px);
        right: 0;
        left: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        margin: 0;
        padding: 10px 18px 16px;
        border: 1px solid rgba(255, 255, 255, .15);
        border-top: 0;
        border-radius: 0 0 8px 8px;
        background: var(--home-ink);
        box-shadow: 0 18px 32px rgba(3, 13, 19, .24);
    }

    .vt-home-navigation.is-open {
        display: flex;
    }

    .vt-home-navigation a {
        padding: 12px 4px;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .vt-home-actions {
        margin-left: 0;
    }

    .vt-home-actions .vt-button-light {
        display: none;
    }

    .vt-home-actions .vt-button-quiet {
        min-height: 40px;
        padding-inline: 13px;
    }

    .vt-section-intro-row,
    .vt-solution-panel,
    .vt-trust-layout,
    .vt-open-cycle-layout {
        grid-template-columns: 1fr;
    }

    .vt-section-intro-row,
    .vt-solution-panel,
    .vt-trust-layout {
        gap: 28px;
    }

    .vt-capability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vt-solution-panel {
        padding: 38px;
    }
}

@media (max-width: 680px) {
    .vt-home-shell {
        width: min(100% - 30px, 1180px);
    }

    .vt-home-brand {
        gap: 7px;
        font-size: 17px;
    }

    .vt-home-brand img {
        width: 34px;
        height: 34px;
    }

    .vt-home-nav {
        gap: 8px;
    }

    .vt-mobile-menu {
        width: 40px;
        height: 40px;
    }

    .vt-home-actions .vt-button-quiet {
        min-height: 38px;
        padding: 7px 10px;
        font-size: 12px;
    }

    .vt-hero {
        height: auto;
        min-height: calc(100svh - 78px);
        padding: 72px 0 66px;
        background-position: 61% center;
    }

    .vt-hero::before {
        position: absolute;
        inset: 0;
        background: rgba(241, 244, 242, .88);
        content: "";
    }

    .vt-hero-copy {
        width: 100%;
        max-width: 520px;
    }

    .vt-hero h1 {
        font-size: 49px;
    }

    .vt-hero h2 {
        max-width: 490px;
        font-size: 32px;
    }

    .vt-hero-summary {
        font-size: 16px;
    }

    .vt-hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .vt-hero-proof {
        margin-top: 27px;
    }

    .vt-process,
    .vt-solutions,
    .vt-product,
    .vt-intake,
    .vt-participant-showcase,
    .vt-spss-import-showcase,
    .vt-capabilities,
    .vt-open-cycle,
    .vt-final-cta {
        padding: 70px 0;
    }

    .vt-section-intro {
        margin-bottom: 34px;
    }

    .vt-section-intro h2,
    .vt-product-copy h2,
    .vt-participant-showcase-copy h2,
    .vt-spss-import-narrative h2,
    .vt-trust h2,
    .vt-open-cycle h2 {
        font-size: 30px;
    }

    .vt-section-intro > p:last-child,
    .vt-section-intro-row > p,
    .vt-product-copy > p,
    .vt-trust-copy > p,
    .vt-open-cycle-copy > p:last-of-type {
        font-size: 15px;
    }

    .vt-process-list {
        grid-template-columns: 1fr;
    }

    .vt-process-list li,
    .vt-process-list li + li {
        min-height: 0;
        padding: 24px 0 28px;
        border-top: 1px solid var(--home-line);
        border-right: 0;
    }

    .vt-process-list li:first-child {
        border-top: 0;
    }

    .vt-process-list h3 {
        margin-top: 24px;
    }

    .vt-solution-tabs {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .vt-solution-tabs button {
        text-align: left;
    }

    .vt-solution-panel {
        padding: 28px 22px;
    }

    .vt-solution-copy h3 {
        font-size: 25px;
    }

    .vt-product-layout {
        gap: 44px;
    }

    .vt-spss-import-benefits li {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .vt-participant-journey {
        grid-template-columns: 1fr;
    }

    .vt-participant-showcase-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .vt-participant-preview-body {
        padding: 12px;
    }

    .vt-participant-preview-hero {
        grid-template-columns: 1fr;
    }

    .vt-participant-preview-credit {
        min-height: 105px;
    }

    .vt-participant-preview-profile {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vt-participant-preview-profile span:last-child {
        grid-column: 1 / -1;
    }

    .vt-participant-preview-surveys {
        grid-template-columns: 1fr;
    }

    .vt-spss-transform {
        padding: 16px;
    }

    .vt-spss-transform-main {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .vt-spss-transform-arrow {
        min-height: 48px;
    }

    .vt-spss-transform-arrow span {
        transform: rotate(90deg);
    }

    .vt-intake-flow {
        grid-template-columns: 1fr;
    }

    .vt-intake-arrow {
        min-height: 34px;
        transform: rotate(90deg);
    }

    .vt-intake-hub {
        min-height: 260px;
    }

    .vt-intake-routes,
    .vt-research-ops-grid {
        grid-template-columns: 1fr;
    }

    .vt-question-bank {
        padding: 26px 22px;
    }

    .vt-question-bank h3 {
        font-size: 25px;
    }

    .vt-question-bank dl > div {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .vt-intake-routes article,
    .vt-research-ops-grid article {
        min-height: 0;
    }

    .vt-window-body {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .vt-window-nav {
        display: none;
    }

    .vt-window-content {
        padding: 18px;
    }

    .vt-window-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .vt-window-metrics {
        grid-template-columns: 1fr;
    }

    .vt-window-metrics > div {
        min-height: 86px;
    }

    .vt-response-table > div {
        grid-template-columns: 1fr .9fr;
    }

    .vt-response-table > div span:nth-child(2) {
        display: none;
    }

    .vt-capability-grid {
        grid-template-columns: 1fr;
    }

    .vt-capability-grid article {
        min-height: 225px;
    }

    .vt-open-cycle-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .vt-open-cycle-list li {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 12px;
    }

    .vt-trust {
        padding: 68px 0;
    }

    .vt-trust-copy ul {
        grid-template-columns: 1fr;
    }

    .vt-final-cta h2 {
        font-size: 34px;
    }

    .vt-final-actions {
        align-items: center;
        flex-direction: column;
    }

    .vt-home-footer .vt-home-shell {
        grid-template-columns: 1fr;
        justify-items: start;
        gap: 10px;
    }

    .vt-home-footer p:last-child {
        text-align: left;
    }

    .vt-login-dialog-header,
    .vt-login-dialog form,
    .vt-login-register {
        padding-right: 20px;
        padding-left: 20px;
    }

    .vt-login-form-actions {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .vt-login-submit.new-homepage-button {
        width: 100%;
    }

    .vt-forgot-link {
        align-self: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vt-home *,
    .vt-home *::before,
    .vt-home *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
