/* ViewMath Tutoring — isolated public UI. */
.vmt-page,
.vmt-dock,
.vmt-inline-banner {
    --vmt-navy: #0b1635;
    --vmt-navy-soft: #142550;
    --vmt-blue: var(--vm-primary, #2563eb);
    --vmt-blue-dark: var(--vm-primary-dk, #1d4ed8);
    --vmt-blue-light: var(--vm-primary-lt, #dbeafe);
    --vmt-violet: #7357e8;
    --vmt-teal: #0d9488;
    --vmt-amber: #d97706;
    --vmt-rose: #df5477;
    --vmt-ink: var(--vm-text, #1e293b);
    --vmt-muted: var(--vm-text-muted, #64748b);
    --vmt-border: var(--vm-border, #e2e8f0);
    --vmt-surface: var(--vm-bg, #fff);
    --vmt-surface-alt: var(--vm-bg-alt, #f8fafc);
    --vmt-radius-sm: var(--vm-radius-sm, 6px);
    --vmt-radius: var(--vm-radius, 10px);
    --vmt-radius-lg: var(--vm-radius-lg, 16px);
    --vmt-radius-xl: var(--vm-radius-xl, 24px);
    --vmt-shadow-sm: var(--vm-shadow-sm, 0 1px 3px rgba(15, 23, 42, .08));
    --vmt-shadow: var(--vm-shadow, 0 8px 20px rgba(15, 23, 42, .08));
    --vmt-shadow-lg: var(--vm-shadow-lg, 0 24px 48px rgba(15, 23, 42, .13));
    --vmt-ease: var(--vm-ease, cubic-bezier(.4, 0, .2, 1));
    --vmt-dur: var(--vm-dur, 200ms);
    font-family: var(--vm-font, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

.vmt-page,
.vmt-page *,
.vmt-dock,
.vmt-dock *,
.vmt-inline-banner,
.vmt-inline-banner * {
    box-sizing: border-box;
}

.vmt-page {
    color: var(--vmt-ink);
    overflow: hidden;
    background: var(--vmt-surface);
}

.vmt-page h1,
.vmt-page h2,
.vmt-page h3,
.vmt-page p {
    margin-top: 0;
}

.vmt-page h1,
.vmt-page h2,
.vmt-page h3 {
    color: inherit;
    letter-spacing: -.035em;
}

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

.vmt-kicker,
.vmt-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--vmt-blue-dark);
    font-size: .75rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.vmt-kicker--light,
.vmt-eyebrow--light {
    color: #bcd2ff;
}

.vmt-eyebrow {
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
}

.vmt-eyebrow__pulse {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #69e5cc;
    box-shadow: 0 0 0 5px rgba(105, 229, 204, .12);
}

.vmt-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 20px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: .92rem;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition:
        transform var(--vmt-dur) var(--vmt-ease),
        box-shadow var(--vmt-dur) var(--vmt-ease),
        background var(--vmt-dur) var(--vmt-ease),
        border-color var(--vmt-dur) var(--vmt-ease),
        color var(--vmt-dur) var(--vmt-ease);
}

.vmt-button:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.vmt-button:focus-visible,
.vmt-page input:focus-visible,
.vmt-page select:focus-visible,
.vmt-page textarea:focus-visible,
.vmt-progress button:focus-visible,
.vmt-dock__close:focus-visible {
    outline: 3px solid rgba(37, 99, 235, .28);
    outline-offset: 3px;
}

.vmt-button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vmt-button--large {
    min-height: 54px;
    padding: 14px 24px;
    border-radius: 14px;
    font-size: 1rem;
}

.vmt-button--small {
    min-height: 44px;
    padding: 9px 16px;
    border-radius: 10px;
    font-size: .84rem;
}

.vmt-button--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--vmt-blue), #315bd6);
    box-shadow: 0 8px 18px rgba(37, 99, 235, .22);
}

.vmt-button--primary:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--vmt-blue-dark), #294db5);
    box-shadow: 0 12px 24px rgba(37, 99, 235, .28);
}

.vmt-button--light {
    color: var(--vmt-navy);
    background: #fff;
    box-shadow: 0 12px 30px rgba(2, 8, 23, .22);
}

.vmt-button--light:hover {
    color: var(--vmt-navy);
    background: #f7faff;
    box-shadow: 0 16px 38px rgba(2, 8, 23, .3);
}

.vmt-button--ghost-light {
    color: #fff;
    border-color: rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .06);
}

.vmt-button--ghost-light:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, .52);
    background: rgba(255, 255, 255, .12);
}

.vmt-button--secondary {
    color: #334155;
    border-color: var(--vmt-border);
    background: #fff;
}

.vmt-button--secondary:hover {
    color: var(--vmt-blue-dark);
    border-color: #b9c9e9;
    background: #f8fbff;
}

.vmt-button--muted {
    color: #dbeafe;
    border-color: rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .08);
    cursor: not-allowed;
}

.vmt-button--muted:hover {
    transform: none;
}

/* Landing hero */
.vmt-hero {
    position: relative;
    isolation: isolate;
    min-height: 720px;
    display: flex;
    align-items: center;
    padding: 92px 0 86px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 74% 29%, rgba(88, 139, 255, .3), transparent 30%),
        radial-gradient(circle at 10% 88%, rgba(13, 148, 136, .18), transparent 32%),
        linear-gradient(135deg, #081127 0%, var(--vmt-navy) 48%, #10275d 100%);
}

.vmt-hero::before,
.vmt-hero::after {
    position: absolute;
    z-index: -1;
    content: "";
    pointer-events: none;
}

.vmt-hero::before {
    inset: 0;
    opacity: .24;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.vmt-hero::after {
    width: 520px;
    height: 520px;
    right: -180px;
    bottom: -270px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    box-shadow:
        0 0 0 70px rgba(255, 255, 255, .025),
        0 0 0 140px rgba(255, 255, 255, .018);
}

.vmt-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(430px, .94fr);
    align-items: center;
    gap: 72px;
}

.vmt-hero__copy {
    position: relative;
    z-index: 2;
}

.vmt-hero h1 {
    max-width: 760px;
    margin-bottom: 25px;
    color: #fff;
    font-size: clamp(3.2rem, 5.3vw, 5.35rem);
    font-weight: 780;
    line-height: .98;
    letter-spacing: -.068em;
}

.vmt-hero h1 span {
    color: transparent;
    background: linear-gradient(100deg, #a8c6ff, #7be4d1 62%, #d6ccff);
    -webkit-background-clip: text;
    background-clip: text;
}

.vmt-hero__lead {
    max-width: 690px;
    margin-bottom: 32px;
    color: #c5d2ec;
    font-size: clamp(1.05rem, 1.45vw, 1.2rem);
    line-height: 1.75;
}

.vmt-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 31px;
}

.vmt-hero__assurance {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 24px;
    color: #b8c8e6;
    font-size: .83rem;
    font-weight: 650;
}

.vmt-hero__assurance span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.vmt-hero__assurance svg {
    width: 17px;
    height: 17px;
    padding: 3px;
    overflow: visible;
    color: #79e1cc;
    border: 1px solid rgba(121, 225, 204, .4);
    border-radius: 50%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.3;
}

.vmt-hero__visual {
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.vmt-match-card {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 27px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 28px;
    color: var(--vmt-ink);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 36px 90px rgba(1, 7, 23, .42);
    transform: rotate(1.1deg);
    backdrop-filter: blur(24px);
}

.vmt-match-card::before {
    position: absolute;
    inset: 10px;
    z-index: -1;
    border: 1px solid #eef2f8;
    border-radius: 21px;
    content: "";
}

.vmt-match-card__top,
.vmt-match-card__learner,
.vmt-match-card__bottom {
    display: flex;
    align-items: center;
}

.vmt-match-card__top {
    justify-content: space-between;
    gap: 15px;
    padding: 0 2px 22px;
    border-bottom: 1px solid #eef2f7;
}

.vmt-match-card__top div {
    display: grid;
    gap: 3px;
}

.vmt-match-card__top div span,
.vmt-match-card__learner div > span {
    color: #8090aa;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.vmt-match-card__top div strong {
    font-size: 1.02rem;
}

.vmt-match-card__status {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border-radius: 999px;
    color: #08776e;
    background: #e7faf6;
    font-size: .7rem;
    font-weight: 750;
}

.vmt-match-card__status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #11aa9b;
    box-shadow: 0 0 0 4px rgba(17, 170, 155, .13);
}

.vmt-match-card__learner {
    gap: 17px;
    margin: 24px 0;
    padding: 20px;
    border: 1px solid #e7edf7;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8fbff, #f4f2ff);
}

.vmt-match-card__orb {
    position: relative;
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(145deg, #2f6eef, #7357e8);
    box-shadow: 0 10px 22px rgba(71, 89, 212, .25);
    font-size: 1.2rem;
    font-weight: 800;
}

.vmt-match-card__orb i {
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #0e756d;
    background: #76e4d0;
    font-style: normal;
    font-size: .9rem;
}

.vmt-match-card__learner div:last-child {
    display: grid;
    gap: 4px;
}

.vmt-match-card__learner strong {
    font-size: 1.1rem;
}

.vmt-match-card__learner small {
    color: #76859d;
    font-size: .78rem;
}

.vmt-match-card__signals {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    margin-bottom: 24px;
}

.vmt-match-card__signals span {
    min-width: 0;
    padding: 11px 8px;
    border: 1px solid #e9eef6;
    border-radius: 11px;
    color: #5d6c82;
    background: #fff;
    text-align: center;
    font-size: .68rem;
    font-weight: 700;
}

.vmt-signal {
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 3px;
    border-radius: 50%;
}

.vmt-signal--blue { background: #3b82f6; }
.vmt-signal--violet { background: #8b5cf6; }
.vmt-signal--teal { background: #14b8a6; }

.vmt-match-card__bottom {
    gap: 14px;
    padding: 0 4px 2px;
}

.vmt-match-card__faces {
    display: flex;
    padding-left: 7px;
}

.vmt-match-card__faces span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    margin-left: -7px;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: #294f9e;
    font-size: .71rem;
    font-weight: 800;
}

.vmt-match-card__faces span:nth-child(2) { background: #6c55c7; }
.vmt-match-card__faces span:nth-child(3) { background: #0f9488; }

.vmt-match-card__bottom p {
    margin: 0;
    color: #8794a9;
    font-size: .73rem;
    line-height: 1.4;
}

.vmt-match-card__bottom p strong {
    color: #344156;
    font-size: .78rem;
}

.vmt-float-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 14px;
    color: #35445c;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 40px rgba(1, 7, 23, .24);
    backdrop-filter: blur(16px);
    font-size: .72rem;
    line-height: 1.3;
}

.vmt-float-card svg {
    width: 27px;
    height: 27px;
    padding: 5px;
    border-radius: 8px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vmt-float-card span {
    display: grid;
}

.vmt-float-card--science {
    top: 18px;
    right: -28px;
    transform: rotate(2deg);
}

.vmt-float-card--science svg {
    color: #08766c;
    background: #dcf8f2;
}

.vmt-float-card--schedule {
    left: -31px;
    bottom: 27px;
    transform: rotate(-2deg);
}

.vmt-float-card--schedule svg {
    color: #4f46c6;
    background: #ece9ff;
}

/* Trust strip */
.vmt-trust {
    position: relative;
    z-index: 4;
    margin-top: -1px;
    padding: 25px 0;
    border-bottom: 1px solid #e7edf7;
    background: #fff;
    box-shadow: 0 12px 35px rgba(15, 23, 42, .04);
}

.vmt-trust__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.vmt-trust__grid > div {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    padding: 2px 28px;
    border-right: 1px solid #e8edf5;
}

.vmt-trust__grid > div:first-child { padding-left: 0; }
.vmt-trust__grid > div:last-child { padding-right: 0; border-right: 0; }

.vmt-trust__icon {
    flex: 0 0 auto;
    color: #b4c3dd;
    font-size: .69rem;
    font-weight: 850;
    letter-spacing: .12em;
}

.vmt-trust p {
    display: grid;
    gap: 2px;
    margin: 0;
    line-height: 1.4;
}

.vmt-trust strong {
    font-size: .86rem;
}

.vmt-trust small {
    color: var(--vmt-muted);
    font-size: .72rem;
    line-height: 1.5;
}

/* Shared content sections */
.vmt-section {
    padding: 104px 0;
}

.vmt-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .6fr);
    gap: 50px;
    align-items: end;
    margin-bottom: 48px;
}

.vmt-section-head h2,
.vmt-learning-connection h2,
.vmt-tutor-standards h2 {
    max-width: 720px;
    margin: 0;
    color: var(--vmt-navy);
    font-size: clamp(2.25rem, 4vw, 3.65rem);
    line-height: 1.08;
}

.vmt-section-head > p {
    margin: 0 0 5px;
    color: var(--vmt-muted);
    font-size: 1rem;
    line-height: 1.75;
}

.vmt-expertise {
    background:
        radial-gradient(circle at 0 0, rgba(37, 99, 235, .06), transparent 27%),
        #fbfdff;
}

.vmt-expertise__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.vmt-coverage-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 24px 0 0;
    padding: 17px 19px;
    border: 1px solid #d8e4f5;
    border-radius: 14px;
    color: #5d6f89;
    background: #f5f8fd;
    font-size: .78rem;
    line-height: 1.6;
}

.vmt-coverage-note::before {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    color: #fff;
    background: var(--vmt-teal);
    content: "✓";
    font-size: .67rem;
    font-weight: 850;
}

.vmt-coverage-note strong {
    color: #31425c;
}

.vmt-subject-card {
    --card-color: var(--vmt-blue);
    position: relative;
    min-height: 310px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
    overflow: hidden;
    border: 1px solid #e3eaf5;
    border-radius: 20px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 4px 16px rgba(15, 23, 42, .035);
    transition:
        transform var(--vmt-dur) var(--vmt-ease),
        box-shadow var(--vmt-dur) var(--vmt-ease),
        border-color var(--vmt-dur) var(--vmt-ease);
}

.vmt-subject-card::after {
    position: absolute;
    width: 150px;
    height: 150px;
    right: -70px;
    top: -75px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--card-color) 10%, transparent);
    content: "";
}

.vmt-subject-card:hover {
    transform: translateY(-5px);
    border-color: color-mix(in srgb, var(--card-color) 30%, #e3eaf5);
    box-shadow: 0 18px 38px rgba(15, 23, 42, .09);
}

.vmt-subject-card--violet { --card-color: var(--vmt-violet); }
.vmt-subject-card--teal { --card-color: var(--vmt-teal); }
.vmt-subject-card--amber { --card-color: var(--vmt-amber); }
.vmt-subject-card--rose { --card-color: var(--vmt-rose); }
.vmt-subject-card--navy { --card-color: #24437e; }

.vmt-subject-card__icon {
    min-width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    padding: 0 8px;
    border-radius: 14px;
    color: var(--card-color);
    background: color-mix(in srgb, var(--card-color) 10%, #fff);
    font-size: .9rem;
    font-weight: 850;
    letter-spacing: -.03em;
}

.vmt-subject-card > span {
    margin-bottom: 7px;
    color: var(--card-color);
    font-size: .66rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.vmt-subject-card h3 {
    margin-bottom: 12px;
    color: var(--vmt-navy);
    font-size: 1.35rem;
}

.vmt-subject-card p {
    margin-bottom: 22px;
    color: var(--vmt-muted);
    font-size: .88rem;
    line-height: 1.67;
}

.vmt-subject-card a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    padding: 9px 0;
    color: #344662;
    font-size: .8rem;
    font-weight: 750;
}

.vmt-subject-card a:hover {
    color: var(--card-color);
}

.vmt-subject-card a b {
    color: var(--card-color);
    transition: transform var(--vmt-dur) var(--vmt-ease);
}

.vmt-subject-card a:hover b {
    transform: translateX(4px);
}

/* Process */
.vmt-process {
    position: relative;
    color: #fff;
    background:
        radial-gradient(circle at 90% 0%, rgba(86, 126, 255, .23), transparent 32%),
        linear-gradient(145deg, #0b1530, #101f47);
}

.vmt-process .vmt-shell {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 90px;
    align-items: center;
}

.vmt-process__intro h2 {
    margin-bottom: 22px;
    color: #fff;
    font-size: clamp(2.3rem, 4vw, 3.75rem);
    line-height: 1.08;
}

.vmt-process__intro > p {
    color: #b8c6df;
    font-size: .98rem;
    line-height: 1.76;
}

.vmt-process__price {
    margin-top: 35px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 17px;
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(12px);
}

.vmt-process__price span,
.vmt-process__price small {
    display: block;
    color: #aebcda;
    font-size: .74rem;
}

.vmt-process__price strong {
    display: block;
    margin: 5px 0 2px;
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.1;
}

.vmt-process__steps {
    position: relative;
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vmt-process__steps::before {
    position: absolute;
    left: 28px;
    top: 64px;
    bottom: 64px;
    width: 1px;
    background: linear-gradient(#5d82e9, #58bfae);
    content: "";
}

.vmt-process__steps li {
    position: relative;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 21px;
    align-items: center;
    padding: 23px 26px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 18px;
    background: rgba(255, 255, 255, .055);
    backdrop-filter: blur(12px);
}

.vmt-process__steps li > span {
    z-index: 1;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 17px;
    color: #d8e5ff;
    background: #182e61;
    font-weight: 800;
}

.vmt-process__steps li:nth-child(2) > span { background: #293268; }
.vmt-process__steps li:nth-child(3) > span { background: #145d5b; }

.vmt-process__steps small {
    display: block;
    margin-bottom: 3px;
    color: #8eabd9;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.vmt-process__steps h3 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 1.15rem;
}

.vmt-process__steps p {
    margin: 0;
    color: #b5c2d9;
    font-size: .83rem;
    line-height: 1.6;
}

/* Learning connection */
.vmt-learning-connection {
    background: #fff;
}

.vmt-learning-connection__grid {
    display: grid;
    grid-template-columns: .86fr 1.14fr;
    gap: 90px;
    align-items: center;
}

.vmt-learning-connection__visual {
    min-height: 450px;
    display: grid;
    place-items: center;
    border: 1px solid #e2e9f5;
    border-radius: 28px;
    background:
        radial-gradient(circle at center, rgba(37, 99, 235, .1), transparent 46%),
        linear-gradient(145deg, #f9fbff, #f3f7ff);
}

.vmt-orbit {
    position: relative;
    width: 315px;
    height: 315px;
    display: grid;
    place-items: center;
    border: 1px dashed #b5c6e8;
    border-radius: 50%;
}

.vmt-orbit::before {
    position: absolute;
    inset: 40px;
    border: 1px solid #d9e3f5;
    border-radius: 50%;
    content: "";
}

.vmt-orbit__center {
    position: relative;
    z-index: 2;
    width: 105px;
    height: 105px;
    display: grid;
    place-items: center;
    border: 8px solid #e9effc;
    border-radius: 32px;
    color: #fff;
    background: linear-gradient(145deg, #215bd9, #6e52d8);
    box-shadow: 0 20px 40px rgba(47, 81, 190, .25);
    font-size: 2rem;
    font-weight: 850;
}

.vmt-orbit__center span {
    color: #7be4d1;
}

.vmt-orbit__item {
    position: absolute;
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    border: 1px solid #dfe7f5;
    border-radius: 21px;
    color: #36558f;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .09);
    font-style: normal;
    font-size: .72rem;
    font-weight: 800;
}

.vmt-orbit__item--one { left: -9px; top: 53px; transform: rotate(-7deg); }
.vmt-orbit__item--two { right: -5px; top: 83px; transform: rotate(6deg); color: #6c51c3; }
.vmt-orbit__item--three { left: 113px; bottom: -23px; transform: rotate(3deg); color: #087b72; }

.vmt-learning-connection__grid > div:last-child > p {
    max-width: 610px;
    margin: 24px 0;
    color: var(--vmt-muted);
    line-height: 1.8;
}

.vmt-check-list {
    display: grid;
    gap: 13px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
    color: #334155;
    font-size: .9rem;
    font-weight: 650;
}

.vmt-check-list li {
    display: flex;
    align-items: center;
    gap: 11px;
}

.vmt-check-list span {
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #08766c;
    background: #e4f8f4;
    font-size: .76rem;
}

.vmt-text-link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: var(--vmt-blue-dark);
    font-size: .9rem;
    font-weight: 780;
}

.vmt-text-link b {
    transition: transform var(--vmt-dur) var(--vmt-ease);
}

.vmt-text-link:hover b {
    transform: translateX(4px);
}

/* Final CTA */
.vmt-final-cta {
    padding: 0 0 86px;
    background: #fff;
}

.vmt-final-cta__inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.2fr auto;
    gap: 50px;
    align-items: center;
    padding: 55px 60px;
    overflow: hidden;
    border-radius: 28px;
    color: #fff;
    background:
        radial-gradient(circle at 86% 16%, rgba(109, 230, 208, .25), transparent 24%),
        linear-gradient(135deg, #183f91, #26366f 56%, #164f58);
    box-shadow: 0 26px 60px rgba(22, 45, 100, .22);
}

.vmt-final-cta__inner::before {
    position: absolute;
    width: 230px;
    height: 230px;
    right: -120px;
    bottom: -130px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    box-shadow: 0 0 0 45px rgba(255, 255, 255, .025);
    content: "";
}

.vmt-final-cta h2 {
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 1.1;
}

.vmt-final-cta p {
    margin: 0;
    color: #cad8f1;
}

.vmt-final-cta__actions {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Form hero and shared wizard */
.vmt-form-page,
.vmt-tutor-page {
    background: #f5f8fd;
}

.vmt-form-hero {
    position: relative;
    padding: 62px 0 94px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 82% 10%, rgba(112, 97, 231, .25), transparent 29%),
        linear-gradient(135deg, #081329, #12285b);
}

.vmt-form-hero::after {
    position: absolute;
    width: 380px;
    height: 380px;
    right: -180px;
    bottom: -220px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    box-shadow: 0 0 0 60px rgba(255, 255, 255, .022);
    content: "";
}

.vmt-form-hero__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 60px;
    align-items: end;
}

.vmt-back-link {
    display: table;
    min-height: 44px;
    margin-bottom: 19px;
    padding: 11px 0;
    color: #50627e;
    font-size: .78rem;
    font-weight: 750;
}

.vmt-back-link:hover {
    color: var(--vmt-blue);
}

.vmt-back-link--light,
.vmt-form-hero .vmt-back-link {
    color: #a9bddd;
}

.vmt-back-link--light:hover,
.vmt-form-hero .vmt-back-link:hover {
    color: #fff;
}

.vmt-form-hero h1 {
    max-width: 760px;
    margin-bottom: 18px;
    color: #fff;
    font-size: clamp(2.65rem, 5vw, 4.5rem);
    line-height: 1.03;
}

.vmt-form-hero p {
    max-width: 750px;
    margin: 0;
    color: #bdcbe3;
    font-size: 1.02rem;
    line-height: 1.75;
}

.vmt-form-hero__price {
    min-width: 210px;
    padding: 23px 25px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 19px;
    background: rgba(255, 255, 255, .07);
    backdrop-filter: blur(14px);
}

.vmt-form-hero__price span,
.vmt-form-hero__price small {
    display: block;
    color: #b9c8e1;
    font-size: .73rem;
}

.vmt-form-hero__price strong {
    display: block;
    margin: 5px 0 1px;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.05;
}

.vmt-form-hero__price b {
    display: inline-block;
    margin-top: 15px;
    padding: 6px 9px;
    border-radius: 999px;
    color: #8ce3d3;
    background: rgba(72, 187, 166, .13);
    font-size: .67rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.vmt-form-area {
    position: relative;
    z-index: 4;
    padding: 0 0 100px;
}

.vmt-form-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 26px;
    align-items: start;
    margin-top: -46px;
}

.vmt-wizard {
    min-width: 0;
    padding: 0 38px 38px;
    border: 1px solid #e2e9f5;
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .1);
}

.vmt-progress {
    display: grid;
    grid-template-columns: 1fr 28px 1fr 28px 1fr;
    align-items: center;
    margin: 0 -38px 10px;
    padding: 24px 31px;
    border-bottom: 1px solid #e9eef6;
    border-radius: 23px 23px 0 0;
    background: #fbfcff;
}

.vmt-progress button {
    display: grid;
    grid-template-columns: 34px 1fr;
    grid-template-rows: auto auto;
    column-gap: 10px;
    align-items: center;
    padding: 0;
    border: 0;
    color: #64748b;
    background: none;
    text-align: left;
    cursor: pointer;
}

.vmt-progress button > span {
    grid-row: 1 / 3;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid #d9e1ed;
    border-radius: 10px;
    color: #76859b;
    background: #fff;
    font-size: .75rem;
    font-weight: 800;
}

.vmt-progress button b {
    color: #69778d;
    font-size: .73rem;
    line-height: 1.1;
}

.vmt-progress button small {
    margin-top: 2px;
    font-size: .7rem;
    line-height: 1.1;
}

.vmt-progress button.is-active > span,
.vmt-progress button.is-complete > span {
    border-color: transparent;
    color: #fff;
    background: linear-gradient(145deg, var(--vmt-blue), #5c51ce);
    box-shadow: 0 6px 14px rgba(37, 99, 235, .22);
}

.vmt-progress button.is-active b {
    color: var(--vmt-navy);
}

.vmt-progress button.is-complete > span {
    background: var(--vmt-teal);
}

.vmt-progress > i {
    height: 1px;
    background: #dfe5ef;
}

.vmt-form-step {
    padding-top: 28px;
}

.vmt-js .vmt-form-step:not(.is-active) {
    display: none;
}

.vmt-form-step__head {
    margin-bottom: 30px;
}

.vmt-form-step__head > span {
    display: block;
    margin-bottom: 7px;
    color: var(--vmt-blue);
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.vmt-form-step__head h2 {
    margin-bottom: 8px;
    color: var(--vmt-navy);
    font-size: clamp(1.65rem, 3vw, 2.15rem);
}

.vmt-form-step__head p {
    margin: 0;
    color: var(--vmt-muted);
    font-size: .88rem;
}

.vmt-field-grid {
    display: grid;
    gap: 18px;
}

.vmt-field-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vmt-field-grid--experience {
    grid-template-columns: .38fr 1fr;
}

.vmt-field {
    display: grid;
    gap: 8px;
    margin-bottom: 22px;
    color: #344156;
}

.vmt-field > span,
.vmt-choice-group__label,
.vmt-checkbox-fieldset > legend {
    font-size: .79rem;
    font-weight: 760;
}

.vmt-field > span > b,
.vmt-choice-group__label b,
.vmt-checkbox-fieldset > legend b {
    color: #df4264;
}

.vmt-field > span > small {
    margin-left: 5px;
    color: #64748b;
    font-size: .75rem;
    font-weight: 600;
}

.vmt-field input,
.vmt-field select,
.vmt-field textarea {
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #ced8e6;
    border-radius: 11px;
    color: #1e293b;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .025);
    font: inherit;
    font-size: .9rem;
    line-height: 1.5;
    transition:
        border-color var(--vmt-dur) var(--vmt-ease),
        box-shadow var(--vmt-dur) var(--vmt-ease),
        background var(--vmt-dur) var(--vmt-ease);
}

.vmt-field input:hover,
.vmt-field select:hover,
.vmt-field textarea:hover {
    border-color: #afbdd1;
}

.vmt-field input:focus,
.vmt-field select:focus,
.vmt-field textarea:focus {
    border-color: var(--vmt-blue);
    outline: 0;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .1);
}

.vmt-field textarea {
    min-height: 120px;
    resize: vertical;
}

.vmt-field > small {
    color: #64748b;
    font-size: .75rem;
    line-height: 1.5;
}

.vmt-inline-error {
    margin: 8px 0 0;
    color: #b4233d;
    font-size: .73rem;
    font-weight: 700;
}

.vmt-step-errors {
    margin: 0 0 24px;
    padding: 16px 18px;
    border: 1px solid #f1aebb;
    border-left: 4px solid #c9324f;
    border-radius: 12px;
    color: #7f1f33;
    background: #fff7f8;
}

.vmt-step-errors:focus {
    outline: 3px solid rgba(201, 50, 79, .18);
    outline-offset: 3px;
}

.vmt-step-errors strong {
    display: block;
    margin-bottom: 6px;
    font-size: .82rem;
}

.vmt-step-errors ul {
    display: grid;
    gap: 4px;
    margin: 0;
    padding-left: 18px;
    font-size: .74rem;
    line-height: 1.45;
}

.vmt-field.has-vmt-error input,
.vmt-field.has-vmt-error select,
.vmt-field.has-vmt-error textarea {
    border-color: #d34b64;
    background: #fffafb;
}

.vmt-checkbox-fieldset.has-vmt-error {
    padding: 13px;
    border: 1px solid #f4b9c4;
    border-radius: 12px;
    background: #fff8f9;
}

.vmt-slot-list {
    display: grid;
    gap: 13px;
}

.vmt-slot {
    margin: 0;
    padding: 16px 17px 0;
    border: 1px solid #e2e8f2;
    border-radius: 14px;
    background: #fbfcff;
}

.vmt-slot legend {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 7px;
    color: #344156;
    font-size: .77rem;
    font-weight: 780;
}

.vmt-slot legend > span {
    width: 23px;
    height: 23px;
    display: inline-grid;
    place-items: center;
    border-radius: 7px;
    color: #fff;
    background: var(--vmt-blue);
    font-size: .67rem;
}

.vmt-slot legend small {
    margin-left: 2px;
    color: #64748b;
    font-size: .72rem;
    font-weight: 600;
}

.vmt-slot .vmt-field {
    margin-bottom: 15px;
}

.vmt-timezone-note,
.vmt-submit-note,
.vmt-application-review {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 20px 0 4px;
    padding: 14px 16px;
    border: 1px solid #dbe7f9;
    border-radius: 12px;
    color: #52657f;
    background: #f4f8ff;
    font-size: .78rem;
}

.vmt-timezone-note svg,
.vmt-submit-note svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: var(--vmt-blue);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vmt-timezone-note > div {
    flex: 1;
    display: grid;
    gap: 6px;
}

.vmt-timezone-note label {
    color: #344863;
    font-size: .76rem;
    font-weight: 780;
}

.vmt-timezone-note select {
    width: 100%;
    min-height: 46px;
    padding: 9px 12px;
    border: 1px solid #c8d7ea;
    border-radius: 10px;
    color: #263a58;
    background: #fff;
    font: inherit;
    font-size: .8rem;
}

.vmt-timezone-note small {
    color: #64748b;
    font-size: .71rem;
    line-height: 1.5;
}

.vmt-submit-note p {
    margin: 0;
    line-height: 1.55;
}

.vmt-form-actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 30px;
    padding-top: 23px;
    border-top: 1px solid #edf1f6;
}

.vmt-form-actions--end {
    justify-content: flex-end;
}

.vmt-choice-group {
    margin-bottom: 23px;
}

.vmt-choice-group__label {
    display: block;
    margin-bottom: 9px;
}

.vmt-choice-grid {
    display: grid;
    gap: 10px;
}

.vmt-choice-grid--three {
    grid-template-columns: repeat(3, 1fr);
}

.vmt-choice {
    position: relative;
    cursor: pointer;
}

.vmt-choice input,
.vmt-check-card input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.vmt-choice > span {
    min-height: 78px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    padding: 12px;
    border: 1px solid #dce4ef;
    border-radius: 12px;
    background: #fff;
    transition: border-color var(--vmt-dur), background var(--vmt-dur), box-shadow var(--vmt-dur);
}

.vmt-choice strong {
    color: #334155;
    font-size: .76rem;
}

.vmt-choice small {
    color: #64748b;
    font-size: .72rem;
    line-height: 1.35;
}

.vmt-choice input:checked + span {
    border-color: var(--vmt-blue);
    background: #f4f8ff;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .08);
}

.vmt-choice input:focus-visible + span,
.vmt-check-card input:focus-visible + span {
    outline: 3px solid rgba(37, 99, 235, .25);
    outline-offset: 2px;
}

.vmt-consent {
    display: grid;
    grid-template-columns: 19px 1fr;
    gap: 10px;
    align-items: start;
    margin-top: 18px;
    color: #58677d;
    font-size: .74rem;
    line-height: 1.55;
    cursor: pointer;
}

.vmt-consent input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    accent-color: var(--vmt-blue);
}

.vmt-consent a {
    color: #1f58bd;
    font-weight: 750;
}

.vmt-consent .vmt-inline-error {
    grid-column: 2;
}

.vmt-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.vmt-request-summary {
    position: sticky;
    top: calc(var(--vm-header-h, 72px) + 22px);
    margin-top: 0;
    padding: 27px;
    border: 1px solid #dfe7f2;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, .08);
}

.vmt-request-summary h2 {
    margin-bottom: 24px;
    color: var(--vmt-navy);
    font-size: 1.4rem;
    line-height: 1.25;
}

.vmt-request-summary dl {
    display: grid;
    gap: 0;
    margin: 0;
}

.vmt-request-summary dl div {
    display: grid;
    gap: 3px;
    padding: 12px 0;
    border-bottom: 1px solid #edf1f6;
}

.vmt-request-summary dt {
    color: #8a97aa;
    font-size: .64rem;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vmt-request-summary dd {
    margin: 0;
    color: #334155;
    font-size: .8rem;
    font-weight: 700;
}

.vmt-request-summary__price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    padding: 15px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #163c8e, #4f47bd);
}

.vmt-request-summary__price span {
    font-size: .72rem;
}

.vmt-request-summary__price strong {
    font-size: 1.45rem;
}

.vmt-request-summary > p {
    display: flex;
    gap: 8px;
    margin-bottom: 9px;
    color: #65748a;
    font-size: .7rem;
    line-height: 1.45;
}

.vmt-request-summary > p svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    padding: 3px;
    border-radius: 50%;
    color: #08766c;
    background: #e5f8f4;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.vmt-alert {
    max-width: 850px;
    margin: 24px 0;
    padding: 18px 20px;
    border-radius: 13px;
    font-size: .84rem;
}

.vmt-alert--error {
    border: 1px solid #fecdd6;
    color: #8f2338;
    background: #fff1f3;
}

.vmt-alert strong {
    display: block;
    margin-bottom: 5px;
}

.vmt-alert ul {
    margin: 0;
    padding-left: 18px;
}

.vmt-form-paused {
    max-width: 700px;
    margin: -45px auto 0;
    padding: 52px;
    border: 1px solid #e1e8f3;
    border-radius: 23px;
    background: #fff;
    box-shadow: var(--vmt-shadow-lg);
    text-align: center;
}

.vmt-form-paused > span {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin: 0 auto 20px;
    border-radius: 18px;
    color: var(--vmt-blue);
    background: var(--vmt-blue-light);
    font-size: 1.4rem;
}

.vmt-form-paused h2 {
    color: var(--vmt-navy);
}

.vmt-form-paused p {
    color: var(--vmt-muted);
}

/* Tutor recruitment */
.vmt-tutor-hero {
    position: relative;
    padding: 74px 0 82px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 80% 15%, rgba(95, 216, 193, .17), transparent 28%),
        linear-gradient(135deg, #08142e, #17366c 63%, #155658);
}

.vmt-tutor-hero::before {
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 70px 70px;
    content: "";
}

.vmt-tutor-hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr .72fr;
    gap: 90px;
    align-items: center;
}

.vmt-tutor-hero h1 {
    margin-bottom: 23px;
    color: #fff;
    font-size: clamp(3rem, 5.4vw, 5.1rem);
    line-height: 1;
    letter-spacing: -.06em;
}

.vmt-tutor-hero h1 span {
    color: #80dfcf;
}

.vmt-tutor-hero__copy > p {
    max-width: 710px;
    margin-bottom: 30px;
    color: #c2d0e6;
    font-size: 1.05rem;
    line-height: 1.75;
}

.vmt-tutor-hero__principles {
    padding: 29px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 24px;
    background: rgba(255, 255, 255, .075);
    box-shadow: 0 30px 70px rgba(0, 8, 30, .22);
    backdrop-filter: blur(16px);
}

.vmt-tutor-hero__principles ul {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vmt-tutor-hero__principles li {
    display: grid;
    grid-template-columns: 41px 1fr;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.vmt-tutor-hero__principles li:last-child {
    border-bottom: 0;
}

.vmt-tutor-hero__principles i {
    width: 41px;
    height: 41px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    color: #8ce2d4;
    background: rgba(15, 80, 93, .25);
    font-style: normal;
    font-size: .68rem;
    font-weight: 800;
}

.vmt-tutor-hero__principles strong,
.vmt-tutor-hero__principles small {
    display: block;
}

.vmt-tutor-hero__principles strong {
    margin-bottom: 4px;
    color: #fff;
    font-size: .9rem;
}

.vmt-tutor-hero__principles small {
    color: #b8c7de;
    font-size: .72rem;
    line-height: 1.5;
}

.vmt-tutor-benefits {
    padding: 28px 0;
    border-bottom: 1px solid #e3e9f2;
    background: #fff;
}

.vmt-tutor-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.vmt-tutor-benefits article {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 5px 30px;
    border-right: 1px solid #e7ecf4;
}

.vmt-tutor-benefits article:first-child { padding-left: 0; }
.vmt-tutor-benefits article:last-child { padding-right: 0; border-right: 0; }

.vmt-tutor-benefits article > span {
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: var(--vmt-blue);
    background: #edf4ff;
}

.vmt-tutor-benefits article:nth-child(2) > span { color: #6550c5; background: #f1efff; }
.vmt-tutor-benefits article:nth-child(3) > span { color: #087d73; background: #e9f8f5; }

.vmt-tutor-benefits svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vmt-tutor-benefits h2 {
    margin-bottom: 2px;
    color: #273650;
    font-size: .9rem;
    letter-spacing: -.02em;
}

.vmt-tutor-benefits p {
    margin: 0;
    color: #7b899e;
    font-size: .7rem;
    line-height: 1.45;
}

.vmt-tutor-standards {
    padding: 95px 0;
    background: #fff;
}

.vmt-tutor-standards__grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.vmt-tutor-standards__grid > div:first-child > p {
    max-width: 510px;
    margin-top: 23px;
    color: var(--vmt-muted);
    line-height: 1.8;
}

.vmt-tutor-standards__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}

.vmt-tutor-standards__cards > div {
    display: flex;
    gap: 13px;
    padding: 21px;
    border: 1px solid #e4eaf3;
    border-radius: 16px;
    background: #fbfcff;
}

.vmt-tutor-standards__cards > div > span {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: var(--vmt-blue);
    background: #eaf2ff;
    font-size: .8rem;
    font-weight: 800;
}

.vmt-tutor-standards__cards p {
    margin: 0;
}

.vmt-tutor-standards__cards strong,
.vmt-tutor-standards__cards small {
    display: block;
}

.vmt-tutor-standards__cards strong {
    margin-bottom: 3px;
    color: #2e3d55;
    font-size: .79rem;
}

.vmt-tutor-standards__cards small {
    color: #64748b;
    font-size: .72rem;
    line-height: 1.45;
}

.vmt-application-area {
    padding: 93px 0 110px;
    background:
        radial-gradient(circle at 90% 0%, rgba(37, 99, 235, .07), transparent 27%),
        #f4f7fc;
}

.vmt-application-intro {
    max-width: 750px;
    margin-bottom: 37px;
}

.vmt-application-intro h2 {
    margin-bottom: 13px;
    color: var(--vmt-navy);
    font-size: clamp(2.25rem, 4vw, 3.4rem);
    line-height: 1.1;
}

.vmt-application-intro p {
    color: var(--vmt-muted);
}

.vmt-wizard--application {
    max-width: 1030px;
    margin: 0 auto;
}

.vmt-checkbox-fieldset {
    margin: 0 0 27px;
    padding: 0;
    border: 0;
}

.vmt-checkbox-fieldset > legend {
    margin-bottom: 10px;
}

.vmt-check-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.vmt-check-grid--subjects {
    grid-template-columns: repeat(4, 1fr);
}

.vmt-check-card {
    position: relative;
    cursor: pointer;
}

.vmt-check-card > span {
    min-height: 47px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 11px;
    border: 1px solid #dce4ee;
    border-radius: 10px;
    color: #4c5d75;
    background: #fff;
    font-size: .72rem;
    font-weight: 680;
    transition: border-color var(--vmt-dur), background var(--vmt-dur), color var(--vmt-dur);
}

.vmt-check-card i {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    display: grid;
    place-items: center;
    border: 1px solid #cad4e2;
    border-radius: 5px;
    color: transparent;
    font-style: normal;
    font-size: .66rem;
}

.vmt-check-card input:checked + span {
    border-color: var(--vmt-blue);
    color: #244b98;
    background: #f2f7ff;
}

.vmt-check-card input:checked + span i {
    border-color: var(--vmt-blue);
    color: #fff;
    background: var(--vmt-blue);
}

.vmt-application-review {
    align-items: center;
    margin: 24px 0;
    padding: 18px;
    border-color: #d8e5f6;
}

.vmt-application-review > span {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(145deg, #215bd9, #6e52d8);
    font-size: 1rem;
    font-weight: 850;
}

.vmt-application-review > span span {
    color: #8ce3d4;
}

.vmt-application-review strong {
    display: block;
    margin-bottom: 3px;
    color: #2b3f61;
}

.vmt-application-review p {
    margin: 0;
    color: #667791;
    line-height: 1.55;
}

/* Public status */
.vmt-status-page {
    background: #f5f8fc;
}

.vmt-status-hero {
    position: relative;
    padding: 70px 0 102px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 75% 20%, rgba(104, 219, 199, .19), transparent 28%),
        linear-gradient(135deg, #09142c, #183f7d);
    text-align: center;
}

.vmt-status-hero .vmt-back-link {
    margin-left: auto;
    margin-right: auto;
}

.vmt-status-hero__mark {
    width: 75px;
    height: 75px;
    display: grid;
    place-items: center;
    margin: 0 auto 23px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 24px;
    color: #fff;
    background: rgba(255, 255, 255, .11);
    box-shadow: 0 15px 40px rgba(0, 6, 25, .2);
    backdrop-filter: blur(12px);
    font-size: 1.8rem;
    font-weight: 800;
}

.vmt-status-hero__mark svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: #82e4d3;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vmt-status-hero__mark span i {
    color: #82e4d3;
    font-style: normal;
}

.vmt-status-hero__mark--quiet {
    color: #b9c9e4;
}

.vmt-status-hero h1 {
    max-width: 850px;
    margin: 0 auto 16px;
    color: #fff;
    font-size: clamp(2.25rem, 4.7vw, 4.15rem);
    line-height: 1.06;
}

.vmt-status-hero p {
    max-width: 730px;
    margin: 0 auto;
    color: #becee7;
    line-height: 1.75;
}

.vmt-status-area {
    position: relative;
    z-index: 2;
    padding: 0 0 100px;
}

.vmt-status-grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 24px;
    align-items: start;
    margin-top: -48px;
}

.vmt-status-card,
.vmt-status-summary {
    border: 1px solid #dfe7f2;
    border-radius: 21px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(15, 23, 42, .09);
}

.vmt-status-card {
    padding: 34px;
}

.vmt-status-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 31px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e9eef5;
}

.vmt-status-card__head span:first-child {
    display: block;
    margin-bottom: 4px;
    color: #8996a9;
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.vmt-status-card__head h2 {
    margin: 0;
    color: var(--vmt-navy);
    font-size: 1.6rem;
}

.vmt-public-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 11px;
    border-radius: 999px;
    color: #2458a9;
    background: #edf4ff;
    font-size: .69rem;
    font-weight: 760;
}

.vmt-public-status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .1);
}

.vmt-public-status--paid,
.vmt-public-status--completed,
.vmt-public-status--approved,
.vmt-public-status--available {
    color: #087a70;
    background: #e6f8f4;
}

.vmt-public-status--cancelled,
.vmt-public-status--unavailable,
.vmt-public-status--rejected {
    color: #9d3c4e;
    background: #fff0f3;
}

.vmt-public-timeline {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vmt-public-timeline li {
    position: relative;
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 16px;
    min-height: 91px;
}

.vmt-public-timeline li:not(:last-child)::after {
    position: absolute;
    left: 21px;
    top: 43px;
    bottom: 0;
    width: 2px;
    background: #e0e7f0;
    content: "";
}

.vmt-public-timeline li > span {
    z-index: 1;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 2px solid #dce4ee;
    border-radius: 14px;
    color: #93a0b2;
    background: #fff;
    font-size: .76rem;
    font-weight: 800;
}

.vmt-public-timeline li.is-current > span {
    border-color: var(--vmt-blue);
    color: #fff;
    background: var(--vmt-blue);
    box-shadow: 0 0 0 6px rgba(37, 99, 235, .1);
}

.vmt-public-timeline li.is-complete > span {
    border-color: var(--vmt-teal);
    color: #fff;
    background: var(--vmt-teal);
}

.vmt-public-timeline li.is-complete:not(:last-child)::after {
    background: #83d5c9;
}

.vmt-public-timeline strong {
    display: block;
    margin: 4px 0 4px;
    color: #2f3e55;
    font-size: .88rem;
}

.vmt-public-timeline p {
    margin: 0;
    color: #7c899d;
    font-size: .74rem;
    line-height: 1.5;
}

.vmt-status-summary {
    padding: 27px;
}

.vmt-status-summary h2 {
    margin-bottom: 22px;
    color: var(--vmt-navy);
    font-size: 1.35rem;
}

.vmt-status-summary dl {
    display: grid;
    gap: 0;
    margin: 0;
}

.vmt-status-summary dl > div {
    padding: 12px 0;
    border-bottom: 1px solid #ebeff5;
}

.vmt-status-summary dt {
    color: #8b97a9;
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vmt-status-summary dd {
    margin: 2px 0 0;
    color: #35445a;
    font-size: .76rem;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.vmt-status-summary__help {
    margin-top: 22px;
    padding: 16px;
    border-radius: 13px;
    color: #576a85;
    background: #f2f6fc;
}

.vmt-status-summary__help strong {
    color: #31415a;
    font-size: .79rem;
}

.vmt-status-summary__help p {
    margin: 5px 0 8px;
    font-size: .7rem;
    line-height: 1.5;
}

.vmt-status-summary__help a {
    font-size: .72rem;
    font-weight: 780;
}

.vmt-payment-ready {
    margin-top: 22px;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #cfe2ff;
    border-radius: 16px;
    background:
        radial-gradient(circle at 100% 0%, rgba(38, 108, 229, .1), transparent 42%),
        linear-gradient(145deg, #f7fbff, #eef6ff);
}

.vmt-payment-ready > span {
    display: block;
    margin-bottom: 6px;
    color: #3168bd;
    font-size: .58rem;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.vmt-payment-ready > strong {
    display: block;
    color: var(--vmt-navy);
    font-size: .88rem;
}

.vmt-payment-ready > p {
    margin: 7px 0 15px;
    color: #62738c;
    font-size: .69rem;
    line-height: 1.55;
}

.vmt-payment-ready .vmt-button {
    width: 100%;
    min-height: 46px;
    padding-inline: 12px;
    font-size: .72rem;
}

.vmt-status-assurance {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 24px;
}

.vmt-status-assurance > div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px;
    border: 1px solid #e0e7f0;
    border-radius: 15px;
    background: #fff;
}

.vmt-status-assurance > div > span {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: var(--vmt-blue);
    background: #edf4ff;
    font-size: .74rem;
    font-weight: 800;
}

.vmt-status-assurance strong,
.vmt-status-assurance small {
    display: block;
}

.vmt-status-assurance strong {
    color: #344259;
    font-size: .75rem;
}

.vmt-status-assurance small {
    color: #8793a5;
    font-size: .65rem;
    line-height: 1.4;
}

.vmt-status-missing {
    max-width: 650px;
    margin: -48px auto 0;
    padding: 55px;
    border: 1px solid #dfe7f2;
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--vmt-shadow-lg);
    text-align: center;
}

.vmt-status-missing > span {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    margin: 0 auto 20px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(145deg, #215bd9, #6e52d8);
    font-size: 1.2rem;
    font-weight: 850;
}

.vmt-status-missing > span span {
    color: #81e0d0;
}

.vmt-status-missing h2 {
    color: var(--vmt-navy);
}

.vmt-status-missing p {
    color: var(--vmt-muted);
}

.vmt-status-missing > div {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}

/* Contextual, plugin-owned discovery dock */
.vmt-dock {
    position: fixed;
    z-index: 999;
    left: 50%;
    bottom: 18px;
    width: min(880px, calc(100% - 36px));
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 13px 52px 13px 15px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 18px;
    color: #fff;
    background:
        radial-gradient(circle at 88% 5%, rgba(101, 218, 198, .21), transparent 31%),
        rgba(9, 22, 52, .96);
    box-shadow: 0 22px 55px rgba(2, 8, 23, .3);
    transform: translateX(-50%);
    backdrop-filter: blur(18px);
    animation: vmt-dock-in .48s var(--vmt-ease) both;
}

.vmt-dock[hidden] {
    display: none;
}

.vmt-dock__close {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 9px;
    color: #98abc9;
    background: transparent;
    cursor: pointer;
}

.vmt-dock__close:hover {
    color: #fff;
    background: rgba(255, 255, 255, .09);
}

.vmt-dock__close svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

.vmt-dock__icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 14px;
    color: #82e0d0;
    background: rgba(255, 255, 255, .08);
}

.vmt-dock__icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vmt-dock__copy {
    min-width: 0;
    display: grid;
    gap: 1px;
}

.vmt-dock__eyebrow {
    color: #80dccd;
    font-size: .59rem;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.vmt-dock__copy strong {
    color: #fff;
    font-size: .88rem;
}

.vmt-dock__copy > span:last-child {
    overflow: hidden;
    color: #aebed7;
    font-size: .68rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vmt-dock__actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.vmt-dock__link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    color: #c4d2e8;
    font-size: .72rem;
    font-weight: 720;
    white-space: nowrap;
}

.vmt-dock__link:hover {
    color: #fff;
}

@keyframes vmt-dock-in {
    from { opacity: 0; transform: translate(-50%, 18px); }
    to { opacity: 1; transform: translate(-50%, 0); }
}

/* Optional shortcode banner */
.vmt-inline-banner {
    width: min(1180px, calc(100% - 48px));
    display: grid;
    grid-template-columns: 68px 1fr auto;
    gap: 22px;
    align-items: center;
    margin: 40px auto;
    padding: 30px;
    border-radius: 22px;
    color: #fff;
    background:
        radial-gradient(circle at 88% 10%, rgba(109, 230, 208, .22), transparent 26%),
        linear-gradient(135deg, #143b89, #263a7a 55%, #145861);
    box-shadow: 0 22px 48px rgba(19, 46, 108, .2);
}

.vmt-inline-banner__mark {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 20px;
    background: rgba(255, 255, 255, .1);
    font-size: 1.35rem;
    font-weight: 850;
}

.vmt-inline-banner__mark span {
    color: #82e3d3;
}

.vmt-inline-banner__copy > span {
    color: #8fe2d4;
    font-size: .66rem;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.vmt-inline-banner h2 {
    margin: 3px 0 4px;
    color: #fff;
    font-size: 1.45rem;
}

.vmt-inline-banner p {
    margin: 0;
    color: #c4d2e7;
    font-size: .78rem;
}

.vmt-inline-banner__actions {
    display: flex;
    gap: 9px;
}

/* Accessibility and responsive behavior */
@media (max-width: 1080px) {
    .vmt-hero__grid {
        grid-template-columns: 1fr 390px;
        gap: 42px;
    }

    .vmt-hero h1 {
        font-size: clamp(3rem, 5.5vw, 4.4rem);
    }

    .vmt-expertise__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vmt-process .vmt-shell,
    .vmt-learning-connection__grid,
    .vmt-tutor-standards__grid {
        gap: 55px;
    }

    .vmt-check-grid--subjects {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1025px) {
    body.vmt-tutoring-page .vm-header > .vm-container {
        width: calc(100% - 24px);
        max-width: 1420px;
    }

    body.vmt-tutoring-page .vm-header__inner {
        padding-inline: 12px;
    }

    body.vmt-tutoring-page .vm-nav__list > li > a {
        padding-inline: 14px;
    }
}

@media (max-width: 900px) {
    .vmt-hero {
        min-height: auto;
        padding: 75px 0 80px;
    }

    .vmt-hero__grid,
    .vmt-process .vmt-shell,
    .vmt-learning-connection__grid,
    .vmt-tutor-hero__grid,
    .vmt-tutor-standards__grid,
    .vmt-form-hero__inner {
        grid-template-columns: 1fr;
    }

    .vmt-hero__grid {
        gap: 66px;
    }

    .vmt-hero__copy {
        max-width: 760px;
    }

    .vmt-hero__visual {
        width: min(560px, 100%);
        min-height: 450px;
        margin-inline: auto;
    }

    .vmt-match-card {
        transform: none;
    }

    .vmt-float-card--science { right: -7px; }
    .vmt-float-card--schedule { left: -7px; }

    .vmt-trust__grid,
    .vmt-tutor-benefits__grid {
        grid-template-columns: 1fr;
    }

    .vmt-trust__grid > div,
    .vmt-tutor-benefits article,
    .vmt-trust__grid > div:first-child,
    .vmt-tutor-benefits article:first-child,
    .vmt-trust__grid > div:last-child,
    .vmt-tutor-benefits article:last-child {
        padding: 14px 0;
        border-right: 0;
        border-bottom: 1px solid #e8edf5;
    }

    .vmt-trust__grid > div:last-child,
    .vmt-tutor-benefits article:last-child {
        border-bottom: 0;
    }

    .vmt-section-head {
        grid-template-columns: 1fr;
        gap: 20px;
        align-items: start;
    }

    .vmt-process .vmt-shell {
        gap: 48px;
    }

    .vmt-learning-connection__visual {
        min-height: 390px;
    }

    .vmt-final-cta__inner {
        grid-template-columns: 1fr;
    }

    .vmt-final-cta__actions {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .vmt-form-hero__inner {
        gap: 28px;
        align-items: start;
    }

    .vmt-form-hero__price {
        width: 220px;
    }

    .vmt-form-layout,
    .vmt-status-grid {
        grid-template-columns: 1fr;
    }

    .vmt-request-summary {
        position: static;
        order: 2;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 24px;
    }

    .vmt-request-summary .vmt-kicker,
    .vmt-request-summary h2,
    .vmt-request-summary__price {
        grid-column: 1 / -1;
    }

    .vmt-request-summary dl {
        grid-row: span 2;
    }

    .vmt-form-layout > .vmt-wizard {
        order: 1;
    }

    .vmt-tutor-hero__grid {
        gap: 50px;
    }

    .vmt-tutor-hero__principles {
        max-width: 620px;
    }

    .vmt-status-summary {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 24px;
    }

    .vmt-status-summary > .vmt-kicker,
    .vmt-status-summary > h2 {
        grid-column: 1 / -1;
    }

    .vmt-status-assurance {
        grid-template-columns: 1fr;
    }

    .vmt-inline-banner {
        grid-template-columns: 58px 1fr;
    }

    .vmt-inline-banner__mark {
        width: 58px;
        height: 58px;
    }

    .vmt-inline-banner__actions {
        grid-column: 2;
    }
}

@media (max-width: 700px) {
    .vmt-shell {
        width: min(100% - 32px, 1180px);
    }

    .vmt-section {
        padding: 64px 0;
    }

    .vmt-hero {
        padding: 58px 0 69px;
    }

    .vmt-hero h1,
    .vmt-tutor-hero h1 {
        font-size: clamp(2.7rem, 13vw, 4rem);
    }

    .vmt-hero__actions,
    .vmt-final-cta__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .vmt-hero__actions .vmt-button,
    .vmt-final-cta__actions .vmt-button {
        width: 100%;
    }

    .vmt-hero__assurance {
        display: grid;
    }

    .vmt-hero__visual {
        min-height: 400px;
    }

    .vmt-match-card {
        padding: 20px;
        border-radius: 22px;
    }

    .vmt-float-card {
        display: none;
    }

    .vmt-match-card__top {
        align-items: flex-start;
        flex-direction: column;
    }

    .vmt-match-card__signals {
        grid-template-columns: 1fr;
    }

    .vmt-trust {
        padding: 12px 0;
    }

    .vmt-expertise__grid,
    .vmt-tutor-standards__cards {
        grid-template-columns: 1fr;
    }

    .vmt-subject-card {
        min-height: 250px;
    }

    .vmt-process__steps li {
        grid-template-columns: 49px 1fr;
        gap: 14px;
        padding: 19px;
    }

    .vmt-process__steps li > span {
        width: 49px;
        height: 49px;
    }

    .vmt-process__steps::before {
        left: 24px;
    }

    .vmt-learning-connection__visual {
        min-height: 310px;
    }

    .vmt-orbit {
        width: 245px;
        height: 245px;
    }

    .vmt-orbit__center {
        width: 85px;
        height: 85px;
        border-radius: 25px;
    }

    .vmt-orbit__item {
        width: 59px;
        height: 59px;
        border-radius: 17px;
    }

    .vmt-orbit__item--one { left: -6px; top: 41px; }
    .vmt-orbit__item--two { right: -6px; top: 65px; }
    .vmt-orbit__item--three { left: 91px; bottom: -18px; }

    .vmt-final-cta {
        padding-bottom: 52px;
    }

    .vmt-final-cta__inner {
        width: calc(100% - 32px);
        padding: 40px 27px;
        border-radius: 22px;
    }

    .vmt-form-hero,
    .vmt-tutor-hero {
        padding: 50px 0 78px;
    }

    .vmt-form-hero {
        padding: 42px 0 58px;
    }

    .vmt-form-hero__price {
        width: 100%;
        min-width: 0;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        padding: 17px 18px;
    }

    .vmt-form-hero__price span,
    .vmt-form-hero__price strong,
    .vmt-form-hero__price small {
        grid-column: 1;
    }

    .vmt-form-hero__price strong {
        font-size: 2rem;
    }

    .vmt-form-hero__price b {
        grid-column: 2;
        grid-row: 1 / 4;
        margin: 0 0 0 14px;
    }

    .vmt-form-layout {
        margin-top: -37px;
    }

    .vmt-wizard {
        padding: 0 20px 25px;
        border-radius: 18px;
    }

    .vmt-form-step {
        padding-top: 20px;
    }

    .vmt-form-step__head {
        margin-bottom: 24px;
    }

    .vmt-progress {
        grid-template-columns: repeat(3, 1fr);
        gap: 7px;
        margin: 0 -20px 8px;
        padding: 17px 14px;
        border-radius: 18px 18px 0 0;
    }

    .vmt-progress > i {
        display: none;
    }

    .vmt-progress button {
        grid-template-columns: 29px 1fr;
        column-gap: 7px;
        min-height: 44px;
    }

    .vmt-progress button > span {
        width: 29px;
        height: 29px;
        border-radius: 8px;
    }

    .vmt-progress button b {
        font-size: .64rem;
    }

    .vmt-progress button small {
        display: none;
    }

    .vmt-field-grid--two,
    .vmt-field-grid--experience,
    .vmt-choice-grid--three,
    .vmt-request-summary,
    .vmt-status-summary {
        grid-template-columns: 1fr;
    }

    .vmt-request-summary > *,
    .vmt-status-summary > * {
        grid-column: auto !important;
    }

    .vmt-check-grid,
    .vmt-check-grid--subjects {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .vmt-check-card > span {
        min-height: 52px;
        padding: 8px 9px;
        font-size: .68rem;
        line-height: 1.25;
    }

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

    .vmt-form-actions--end {
        flex-direction: column;
    }

.vmt-form-actions .vmt-button {
        width: 100%;
    }

    .vmt-tutor-benefits {
        padding: 13px 0;
    }

    .vmt-tutor-standards {
        padding: 72px 0;
    }

    .vmt-application-area {
        padding: 70px 0 80px;
    }

    .vmt-status-hero {
        padding: 52px 0 88px;
    }

    .vmt-status-card {
        padding: 24px 20px;
    }

    .vmt-status-card__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .vmt-status-missing {
        padding: 38px 24px;
    }

    .vmt-status-missing > div {
        align-items: stretch;
        flex-direction: column;
    }

    .vmt-dock {
        left: 10px;
        right: 10px;
        bottom: 10px;
        width: auto;
        grid-template-columns: 42px 1fr;
        gap: 10px;
        padding: 10px 52px 10px 10px;
        border-radius: 16px;
        transform: none;
        animation-name: vmt-dock-in-mobile;
    }

    .vmt-dock__icon {
        width: 42px;
        height: 42px;
    }

    .vmt-dock__copy > span:last-child {
        display: none;
    }

    .vmt-dock__eyebrow {
        display: none;
    }

    .vmt-dock__actions {
        grid-column: 1 / -1;
        justify-content: space-between;
        gap: 10px;
        padding-left: 0;
    }

    .vmt-dock__actions .vmt-button {
        flex: 1;
    }

    @keyframes vmt-dock-in-mobile {
        from { opacity: 0; transform: translateY(18px); }
        to { opacity: 1; transform: translateY(0); }
    }

    .vmt-inline-banner {
        width: calc(100% - 32px);
        grid-template-columns: 50px 1fr;
        gap: 15px;
        padding: 23px;
    }

    .vmt-inline-banner__mark {
        width: 50px;
        height: 50px;
        border-radius: 15px;
    }

    .vmt-inline-banner__actions {
        grid-column: 1 / -1;
        align-items: stretch;
        flex-direction: column;
    }
}

@media (max-width: 400px) {
    .vmt-shell {
        width: min(100% - 24px, 1180px);
    }

    .vmt-hero h1,
    .vmt-tutor-hero h1 {
        font-size: 2.45rem;
    }

    .vmt-match-card__learner {
        align-items: flex-start;
        flex-direction: column;
    }

    .vmt-progress button {
        display: grid;
    }

    .vmt-progress button b {
        display: block;
        font-size: .58rem;
    }

    .vmt-form-step__head h2 {
        font-size: 1.55rem;
    }
}

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