.vt-employer-signup-page {
    --vtes-blue: var(--seo-stream-blue, #0b5ed7);
    --vtes-blue-deep: var(--employer-route-accent, #1e3a5f);
    --vtes-ink: var(--seo-stream-navy, #0f172a);
    --vtes-slate: var(--seo-stream-slate, #334155);
    --vtes-muted: var(--seo-stream-muted, #64748b);
    --vtes-border: rgba(15, 23, 42, 0.1);
    --vtes-warm: #fec76b;
    --vtes-warm-deep: #f0b54c;
    padding: 18px 0 140px;
    background:
        linear-gradient(180deg, #f4f7fb 0%, #edf2f7 100%);
    color: var(--vtes-ink);
    font-family: "Inter", "Segoe UI", sans-serif !important;
}

.vt-employer-signup-page *,
.vt-employer-signup-page *::before,
.vt-employer-signup-page *::after {
    box-sizing: border-box;
}

.vt-employer-signup-page__inner {
    max-width: 1280px;
}

.vtes-metric-strip,
.vtes-overview,
.vtes-capabilities,
.vtes-youth-tagging,
.vtes-process,
.vtes-contact,
.vtes-closing {
    max-width: 1280px;
    margin: 0 auto 28px;
}

.vtes-content-shell {
    max-width: 1280px;
}

.vtes-eyebrow,
.vtes-section-kicker {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    color: #40536f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.vtes-section-kicker--light {
    background: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.92);
}

.vtes-primary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    background: var(--vtes-warm);
    color: var(--vtes-ink);
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.14);
    transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.vtes-secondary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(10px);
    transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.vtes-primary-cta:hover,
.vtes-primary-cta:focus {
    background: var(--vtes-warm-deep);
    color: var(--vtes-ink);
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.18);
}

.vtes-secondary-cta:hover,
.vtes-secondary-cta:focus {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.42);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.16);
}

.vtes-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.vtes-cta-group--modal {
    justify-content: flex-start;
}

.vtes-secondary-cta--dark {
    border-color: rgba(15, 23, 42, 0.14);
    background: rgba(15, 23, 42, 0.04);
    color: var(--vtes-ink);
    box-shadow: none;
    backdrop-filter: none;
}

.vtes-secondary-cta--dark:hover,
.vtes-secondary-cta--dark:focus {
    background: rgba(15, 23, 42, 0.08);
    border-color: rgba(15, 23, 42, 0.22);
    color: var(--vtes-ink);
    box-shadow: none;
}

.vtes-hero-band {
    position: relative;
    width: 100%;
    margin-bottom: 28px;
    padding: 0;
    overflow: hidden;
    background:
        linear-gradient(115deg, rgba(7, 18, 38, 0.96) 0%, rgba(11, 29, 57, 0.9) 34%, rgba(17, 46, 88, 0.54) 68%, rgba(22, 58, 109, 0.22) 100%),
        var(--vtes-hero-image) center center / cover no-repeat;
    animation: vtesHeroImageDrift 26s ease-in-out infinite alternate;
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.14);
}

.vtes-hero-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 14% 18%, rgba(92, 167, 255, 0.24), transparent 24%),
        radial-gradient(circle at 34% 72%, rgba(72, 134, 255, 0.16), transparent 30%),
        radial-gradient(circle at 78% 24%, rgba(98, 211, 255, 0.18), transparent 26%),
        linear-gradient(90deg, rgba(6, 14, 28, 0.34), rgba(6, 14, 28, 0.08) 38%, rgba(6, 14, 28, 0.02) 100%);
    animation: vtesAuroraShift 18s ease-in-out infinite;
    pointer-events: none;
    filter: blur(18px);
}

.vtes-hero-band::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 18%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07), transparent 24%, transparent 76%, rgba(255, 255, 255, 0.05)),
        repeating-linear-gradient(90deg, rgba(120, 182, 255, 0.12) 0 1px, transparent 1px 112px),
        repeating-linear-gradient(180deg, rgba(120, 182, 255, 0.09) 0 1px, transparent 1px 112px);
    background-size: auto, auto, 140px 140px, 140px 140px;
    background-position: 0 0, 0 0, 0 0, 0 0;
    opacity: 0.6;
    pointer-events: none;
    animation: vtesGridDrift 24s linear infinite;
}

.vtes-content-shell {
    position: relative;
}

.vtes-hero-band .vtes-content-shell::before {
    content: "";
    position: absolute;
    top: 52px;
    left: -90px;
    width: 420px;
    height: 420px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(110, 188, 255, 0.2) 0%, rgba(110, 188, 255, 0.08) 36%, transparent 72%);
    filter: blur(30px);
    animation: vtesGlowFloat 20s ease-in-out infinite;
    pointer-events: none;
}

.vtes-hero-band .vtes-content-shell::after {
    content: "";
    position: absolute;
    right: 8%;
    bottom: 42px;
    width: 280px;
    height: 280px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(92, 171, 255, 0.22) 0%, rgba(92, 171, 255, 0.07) 42%, transparent 76%);
    filter: blur(24px);
    opacity: 0.8;
    animation: vtesGlowFloatAlt 16s ease-in-out infinite;
    pointer-events: none;
}

.vtes-hero-band .vtes-content-shell > .vtes-hero::after,
.vtes-hero-band .vtes-content-shell > .vtes-hero::before {
    z-index: 0;
}

.vtes-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: 36px;
    min-height: 620px;
    padding: 72px 56px;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
    color: #fff;
}

.vtes-hero::after {
    content: "";
    position: absolute;
    inset: auto 56px 46px auto;
    width: 160px;
    height: 2px;
    background: linear-gradient(90deg, rgba(254, 199, 107, 0), rgba(254, 199, 107, 0.9));
}

.vtes-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.08), transparent 18%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 26%, transparent 78%, rgba(255, 255, 255, 0.02)),
        linear-gradient(120deg, rgba(120, 196, 255, 0) 16%, rgba(120, 196, 255, 0.18) 42%, rgba(120, 196, 255, 0) 70%);
    opacity: 0.86;
    pointer-events: none;
    animation: vtesLightSweep 12s ease-in-out infinite;
}

.vtes-hero__copy::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(96, 189, 255, 0.1) 0%, transparent 72%);
    filter: blur(12px);
    animation: vtesPulseHalo 10s ease-in-out infinite;
    pointer-events: none;
}

.vtes-hero-audience-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    margin-top: 18px;
}

.vtes-hero-audience-strip__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    backdrop-filter: blur(8px);
}

.vtes-hero-audience-strip__icon {
    color: var(--vtes-warm);
    font-size: 14px;
    line-height: 1;
}

.vtes-hero__copy,
.vtes-hero__panel {
    position: relative;
    z-index: 1;
}

.vtes-hero h1,
.vtes-overview h2,
.vtes-section-head h2,
.vtes-youth-tagging h2,
.vtes-parallax-band h2,
.vtes-contact h2 {
    margin: 16px 0 0;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
    font-weight: 700;
}

.vtes-overview h2,
.vtes-section-head h2,
.vtes-youth-tagging h2,
.vtes-parallax-band h2,
.vtes-contact h2 {
    color: var(--vtes-ink);
    font-size: clamp(1.9rem, 2.8vw, 2.9rem);
    line-height: 1.08;
}

.vtes-lead,
.vtes-hero__panel p,
.vtes-overview__intro p,
.vtes-capability-row p,
.vtes-process-item p,
.vtes-parallax-band p,
.vtes-contact__copy p,
.vtes-closing p {
    margin: 18px 0 0;
    font-size: 16px;
    line-height: 1.75;
    color: inherit;
}

.vtes-hero__actions {
    display: flex;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 28px;
}

.vtes-hero__actions p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.6;
}

.vtes-hero__panel {
    align-self: end;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(10px);
}

.vtes-hero__badge {
    margin-top: 16px;
}

.vtes-panel-label {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.vtes-priority-list {
    display: grid;
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
}

.vtes-priority-list li {
    position: relative;
    padding-left: 22px;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.65;
}

.vtes-priority-list li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--vtes-warm);
}

.vtes-metric-band {
    width: 100%;
    margin: 0 0 28px;
    border-top: 1px solid var(--vtes-border);
    border-bottom: 1px solid var(--vtes-border);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(244, 248, 253, 0.92));
}

.vtes-metric-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-bottom: 0;
    background: transparent;
}

.vtes-metric {
    padding: 28px 22px;
}

.vtes-metric + .vtes-metric {
    border-left: 1px solid var(--vtes-border);
}

.vtes-metric strong {
    display: block;
    color: var(--vtes-blue-deep);
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    line-height: 1.1;
}

.vtes-metric span {
    display: block;
    margin-top: 8px;
    color: var(--vtes-slate);
    line-height: 1.6;
}

.vtes-overview {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    gap: 40px;
    align-items: stretch;
}

.vtes-overview__intro {
    padding: 8px 0;
}

.vtes-overview__media {
    min-height: 360px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(7, 18, 38, 0.2), rgba(11, 94, 215, 0.06)),
        var(--vtes-insight-image) center center / cover no-repeat;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.1);
    position: relative;
    overflow: hidden;
}

.vtes-overview__media::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 24%, rgba(121, 196, 255, 0.22), transparent 20%),
        radial-gradient(circle at 74% 70%, rgba(84, 194, 255, 0.16), transparent 26%);
    animation: vtesAuroraShiftAlt 16s ease-in-out infinite;
    filter: blur(14px);
    pointer-events: none;
}

.vtes-overview__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 22%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 28%, transparent 78%, rgba(255, 255, 255, 0.03));
    opacity: 0.28;
    pointer-events: none;
}

.vtes-capabilities,
.vtes-youth-tagging,
.vtes-process,
.vtes-platform-features,
.vtes-contact,
.vtes-closing {
    padding: 6px 0;
}

.vtes-youth-tagging {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.95fr);
    gap: 36px;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 20px;
}

.vtes-youth-tagging__copy p {
    margin-top: 18px;
    color: var(--vtes-slate);
    line-height: 1.75;
}

.vtes-youth-tagging__points {
    display: grid;
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
}

.vtes-youth-tagging__points li {
    position: relative;
    padding-left: 22px;
    color: var(--vtes-slate);
    line-height: 1.65;
}

.vtes-youth-tagging__points li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--vtes-blue), #67b7ff);
}

.vtes-youth-tagging__media {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vtes-youth-tagging__media::before {
    content: "";
    position: absolute;
    inset: 24px 36px 12px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(234, 243, 255, 0.95), rgba(215, 231, 251, 0.85));
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.1);
}

.vtes-youth-tagging__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 20%, rgba(112, 189, 255, 0.18), transparent 36%);
    pointer-events: none;
}

.vtes-youth-tagging__image {
    position: relative;
    z-index: 1;
    display: block;
    max-width: min(100%, 420px);
    height: auto;
    animation: vtesYouthFloat 7.8s ease-in-out infinite;
    will-change: transform;
}

.vtes-section-head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
    margin-bottom: 22px;
}

.vtes-capability-list {
    border-top: 1px solid var(--vtes-border);
}

.vtes-capability-row {
    display: grid;
    grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    padding: 24px 0;
    border-bottom: 1px solid var(--vtes-border);
}

.vtes-capability-row__lead {
    display: flex;
    gap: 16px;
    align-items: center;
}

.vtes-capability-row__icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: linear-gradient(180deg, #eef5ff 0%, #dceaff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 14px 24px rgba(15, 23, 42, 0.08);
    flex: 0 0 auto;
    animation: vtesIconDrop 7.5s ease-in-out infinite;
    will-change: transform;
}

.vtes-capability-row__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: var(--vtes-blue-deep);
    font-size: 28px;
    line-height: 1;
}

.vtes-capability-row:nth-child(2) .vtes-capability-row__icon-wrap {
    animation-delay: 1.1s;
}

.vtes-capability-row:nth-child(3) .vtes-capability-row__icon-wrap {
    animation-delay: 2.2s;
}

.vtes-capability-row__heading {
    min-width: 0;
}

.vtes-capability-row__eyebrow {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(11, 94, 215, 0.08);
    color: var(--vtes-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vtes-capability-row__body {
    display: grid;
    gap: 14px;
    align-content: start;
}

.vtes-capability-row h3,
.vtes-process-item h3 {
    margin: 0;
    color: var(--vtes-ink);
    font-size: 1.35rem;
    line-height: 1.2;
}

.vtes-capability-row p,
.vtes-process-item p {
    margin-top: 0;
    color: var(--vtes-slate);
}

.vtes-capability-row__signal {
    display: inline-flex;
    align-self: flex-start;
    padding: 8px 12px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 253, 0.96));
    border: 1px solid rgba(11, 94, 215, 0.12);
    color: var(--vtes-blue-deep);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.04);
}

.vtes-process-list {
    display: grid;
    gap: 18px;
}

.vtes-platform-features {
    position: relative;
    margin: 18px auto 34px;
    padding: 28px 28px 12px;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(240, 246, 255, 0.96));
    border: 1px solid rgba(11, 94, 215, 0.08);
    box-shadow: 0 26px 54px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.vtes-platform-features::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(101, 183, 255, 0.14), transparent 20%),
        radial-gradient(circle at 88% 22%, rgba(116, 206, 255, 0.12), transparent 18%),
        linear-gradient(135deg, rgba(11, 94, 215, 0.06), transparent 36%);
    pointer-events: none;
    animation: vtesPlatformGlow 14s ease-in-out infinite;
}

.vtes-platform-features::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0) 16%, rgba(122, 195, 255, 0.26) 42%, rgba(255, 255, 255, 0) 70%),
        repeating-linear-gradient(90deg, rgba(120, 182, 255, 0.12) 0 1px, transparent 1px 128px),
        repeating-linear-gradient(180deg, rgba(120, 182, 255, 0.09) 0 1px, transparent 1px 128px);
    background-size: auto, 128px 128px, 128px 128px;
    background-position: 0 0, 0 0, 0 0;
    opacity: 0.72;
    pointer-events: none;
    animation: vtesPlatformSweep 18s linear infinite;
}

.vtes-platform-features__intro {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin-bottom: 24px;
}

.vtes-platform-features__intro p {
    margin: 0;
    color: var(--vtes-slate);
    font-size: 16px;
    line-height: 1.8;
}

.vtes-platform-features__list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 16px;
}

.vtes-platform-features__list::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 42px;
    width: 160px;
    background:
        radial-gradient(circle at 50% 10%, rgba(99, 184, 255, 0.28), transparent 42%),
        linear-gradient(180deg, rgba(99, 184, 255, 0.18), rgba(99, 184, 255, 0.02));
    filter: blur(18px);
    opacity: 0.9;
    pointer-events: none;
    animation: vtesPlatformRailGlow 7.5s ease-in-out infinite;
}

.vtes-platform-card {
    position: relative;
    display: grid;
    grid-template-columns: 24px 84px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 20px 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(11, 94, 215, 0.08);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.05);
    overflow: hidden;
}

.vtes-platform-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 22%, rgba(121, 198, 255, 0.16) 50%, rgba(255, 255, 255, 0) 76%);
    opacity: 0.66;
    transform: translateX(-65%);
    pointer-events: none;
    animation: vtesPlatformCardSweep 9s ease-in-out infinite;
}

.vtes-platform-card__rail {
    position: relative;
    width: 4px;
    min-height: 100%;
    margin: 4px auto 0;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--vtes-blue), rgba(118, 191, 255, 0.34));
}

.vtes-platform-card__rail::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: var(--vtes-warm);
    box-shadow: 0 0 0 6px rgba(254, 199, 107, 0.16);
    transform: translateX(-50%);
}

.vtes-platform-card__icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 22px;
    background: linear-gradient(180deg, #0d5acf, #2a7ef0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 18px 30px rgba(11, 94, 215, 0.18);
    animation: vtesPlatformIconFloat 6.8s ease-in-out infinite;
}

.vtes-platform-card__icon {
    color: #fff;
    font-size: 28px;
    line-height: 1;
}

.vtes-platform-card__heading {
    margin-bottom: 10px;
}

.vtes-platform-card__eyebrow {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(11, 94, 215, 0.08);
    color: var(--vtes-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vtes-platform-card h3 {
    margin: 0;
    color: var(--vtes-ink);
    font-size: 1.42rem;
    line-height: 1.16;
}

.vtes-platform-card p {
    margin: 0;
    color: var(--vtes-slate);
    line-height: 1.72;
}

.vtes-platform-card__signal {
    display: inline-flex;
    align-self: flex-start;
    margin-top: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 253, 0.96));
    border: 1px solid rgba(11, 94, 215, 0.12);
    color: var(--vtes-blue-deep);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.04);
}

.vtes-process-item {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    padding: 22px 0;
    border-top: 1px solid var(--vtes-border);
}

.vtes-process-item:last-child {
    border-bottom: 1px solid var(--vtes-border);
}

.vtes-process-item__step {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    border-radius: 999px;
    background: linear-gradient(180deg, #edf3fb, #dce8f5);
    color: var(--vtes-blue-deep);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.vtes-parallax-band {
    position: relative;
    width: 100%;
    margin: 0 0 28px;
    padding: 120px 0;
    border-radius: 0;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(8, 20, 39, 0.84), rgba(10, 30, 57, 0.58)),
        var(--vtes-parallax-image) center center / cover no-repeat fixed;
    color: #fff;
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.16);
}

.vtes-parallax-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 32%, rgba(76, 175, 255, 0.22), transparent 20%),
        radial-gradient(circle at 78% 42%, rgba(110, 201, 255, 0.16), transparent 22%),
        radial-gradient(circle at 52% 72%, rgba(71, 132, 255, 0.14), transparent 24%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 45%);
    animation: vtesAuroraShiftAlt 18s ease-in-out infinite;
    filter: blur(16px);
    pointer-events: none;
}

.vtes-parallax-band::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 22%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045), transparent 22%, transparent 78%, rgba(255, 255, 255, 0.035));
    opacity: 0.28;
    pointer-events: none;
}

.vtes-parallax-band__inner {
    position: relative;
    z-index: 1;
    max-width: 680px;
    padding: 0 16px;
}

@keyframes vtesAuroraShift {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate3d(18px, -10px, 0) scale(1.04);
        opacity: 0.88;
    }
}

@keyframes vtesHeroImageDrift {
    0% {
        background-position: 0 0, 50% 50%;
    }
    100% {
        background-position: 0 0, 44% 50%;
    }
}

@keyframes vtesGridDrift {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 0 0, 0 0, 140px 0, 0 140px;
    }
}

@keyframes vtesAuroraShiftAlt {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate3d(-14px, 12px, 0) scale(1.05);
        opacity: 0.9;
    }
}

@keyframes vtesLightSweep {
    0%,
    100% {
        transform: translateX(-4%);
        opacity: 0.6;
    }
    50% {
        transform: translateX(4%);
        opacity: 0.9;
    }
}

@keyframes vtesPlatformGlow {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate3d(12px, -8px, 0) scale(1.03);
        opacity: 0.86;
    }
}

@keyframes vtesPlatformSweep {
    0% {
        background-position: -12% 0, 0 0, 0 0;
    }
    100% {
        background-position: 112% 0, 128px 0, 0 128px;
    }
}

@keyframes vtesPlatformRailGlow {
    0%,
    100% {
        transform: translateY(-2%) scale(1);
        opacity: 0.7;
    }
    50% {
        transform: translateY(2%) scale(1.04);
        opacity: 1;
    }
}

@keyframes vtesPlatformCardSweep {
    0%,
    100% {
        transform: translateX(-70%);
        opacity: 0.38;
    }
    50% {
        transform: translateX(55%);
        opacity: 0.72;
    }
}

@keyframes vtesPlatformIconFloat {
    0%,
    100% {
        transform: translateY(0);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 18px 30px rgba(11, 94, 215, 0.18);
    }
    50% {
        transform: translateY(-6px);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 24px 38px rgba(11, 94, 215, 0.24);
    }
}

@keyframes vtesGlowFloat {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.76;
    }
    50% {
        transform: translate3d(28px, 10px, 0) scale(1.06);
        opacity: 0.96;
    }
}

@keyframes vtesGlowFloatAlt {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.68;
    }
    50% {
        transform: translate3d(-24px, 18px, 0) scale(1.08);
        opacity: 0.92;
    }
}

@keyframes vtesPulseHalo {
    0%, 100% {
        transform: scale(0.96);
        opacity: 0.55;
    }
    50% {
        transform: scale(1.08);
        opacity: 0.95;
    }
}

@keyframes vtesIconDrop {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, 12px, 0);
    }
}

@keyframes vtesYouthFloat {
    0%, 100% {
        transform: translate3d(0, -4px, 0);
    }
    50% {
        transform: translate3d(0, 14px, 0);
    }
}

@keyframes vtesGridDrift {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 96px 48px, 96px 48px;
    }
}

.vtes-parallax-band h2,
.vtes-parallax-band p {
    color: #fff;
}

.vtes-contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
    gap: 40px;
    align-items: end;
    border-top: 1px solid var(--vtes-border);
    padding-top: 28px;
}

.vtes-contact__details {
    display: grid;
    gap: 20px;
}

.vtes-contact__label {
    display: block;
    margin-bottom: 6px;
    color: var(--vtes-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vtes-contact__details a {
    color: var(--vtes-blue-deep);
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
}

.vtes-contact__details p {
    margin: 0;
    color: var(--vtes-slate);
    line-height: 1.65;
}

.vtes-closing {
    border-top: 1px solid var(--vtes-border);
    padding-top: 24px;
}

.vtes-closing p {
    margin: 0;
    color: var(--vtes-muted);
    font-size: 14px;
}

.vtes-sticky-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    padding: 0;
    pointer-events: none;
}

.vtes-sticky-footer.is-enhanced {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.vtes-sticky-footer.is-enhanced.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.vtes-sticky-footer__inner {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    width: 100%;
    padding: 16px 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(9, 20, 39, 0.86);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(14px);
    pointer-events: auto;
}

.vtes-sticky-footer__copy {
    min-width: 0;
}

.vtes-sticky-footer__title {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vtes-sticky-footer__points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.vtes-sticky-footer__points li {
    position: relative;
    padding-left: 16px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    line-height: 1.45;
}

.vtes-sticky-footer__points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--vtes-warm);
}

.vtes-sticky-footer__action {
    flex: 0 0 auto;
}

.vtes-cta-group--sticky {
    justify-content: flex-end;
}

.vtes-demo-modal-open {
    overflow: hidden;
}

.vtes-demo-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(96px, 10vh, 128px) 24px 24px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.24s ease, visibility 0.24s ease;
    isolation: isolate;
}

.vtes-demo-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.vtes-demo-modal__backdrop {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(7, 18, 38, 0.68);
    backdrop-filter: blur(8px);
}

.vtes-demo-modal__panel {
    position: relative;
    z-index: 1;
    width: min(860px, calc(100vw - 32px));
    max-height: calc(100vh - 32px);
    padding: 28px 28px 24px;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.22);
    overflow-y: auto;
}

.vtes-demo-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: var(--vtes-ink);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.vtes-demo-modal__lead {
    margin: 14px 0 0;
    color: var(--vtes-slate);
    line-height: 1.7;
}

.vtes-demo-alert {
    margin-top: 18px;
    padding: 12px 14px;
    border-radius: 14px;
    font-weight: 600;
}

.vtes-demo-alert--success {
    background: rgba(17, 160, 84, 0.1);
    color: #12613a;
}

.vtes-demo-alert--error {
    background: rgba(190, 24, 24, 0.08);
    color: #9f1239;
}

.vtes-demo-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
    padding: 20px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.vtes-demo-form__field {
    display: grid;
    gap: 8px;
}

.vtes-demo-form__field--full {
    grid-column: 1 / -1;
}

.vtes-demo-form__field span {
    color: var(--vtes-ink);
    font-size: 13px;
    font-weight: 700;
}

.vtes-demo-form__field input,
.vtes-demo-form__field textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 16px;
    background: #fff;
    color: var(--vtes-ink);
    font-size: 15px;
}

.vtes-demo-form__field input:focus,
.vtes-demo-form__field textarea:focus {
    outline: none;
    border-color: rgba(11, 94, 215, 0.42);
    box-shadow: 0 0 0 4px rgba(11, 94, 215, 0.1);
}

@media (max-width: 991px) {
    .vtes-hero,
    .vtes-overview,
    .vtes-youth-tagging,
    .vtes-contact {
        grid-template-columns: 1fr;
    }

    .vtes-hero {
        min-height: 0;
        padding: 44px 24px;
    }

    .vtes-hero-audience-strip__item {
        width: 100%;
        justify-content: flex-start;
    }

    .vtes-metric-strip {
        grid-template-columns: 1fr;
    }

    .vtes-metric + .vtes-metric {
        border-left: 0;
        border-top: 1px solid var(--vtes-border);
    }

    .vtes-section-head {
        display: block;
    }

    .vtes-capability-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .vtes-platform-card {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 16px;
    }

    .vtes-platform-card__rail {
        display: none;
    }

    .vtes-capability-row__lead {
        align-items: flex-start;
    }

    .vtes-process-item {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 16px;
    }

    .vtes-process-item__step {
        width: 60px;
        height: 60px;
        font-size: 16px;
    }

    .vtes-youth-tagging__media {
        min-height: 320px;
    }

    .vtes-parallax-band {
        background:
            linear-gradient(90deg, rgba(8, 20, 39, 0.84), rgba(10, 30, 57, 0.58)),
            var(--vtes-mobile-parallax-image) center center / cover no-repeat;
        padding: 84px 0;
    }

    .vtes-sticky-footer__inner {
        flex-direction: column;
        align-items: stretch;
        padding: 16px 20px;
    }

    .vtes-sticky-footer__action .vtes-cta-group {
        width: 100%;
        justify-content: stretch;
    }

    .vtes-sticky-footer__action .vtes-primary-cta,
    .vtes-sticky-footer__action .vtes-secondary-cta {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .vt-employer-signup-page {
        padding-bottom: 170px;
    }

    .vtes-hero,
    .vtes-parallax-band {
        border-radius: 0;
    }

    .vtes-hero h1 {
        font-size: 2.3rem;
    }

    .vtes-overview__media {
        min-height: 240px;
    }

    .vtes-youth-tagging__media {
        min-height: 280px;
    }

    .vtes-youth-tagging__media::before {
        inset: 18px 16px 10px;
        border-radius: 22px;
    }

    .vtes-process-item {
        grid-template-columns: 1fr;
    }

    .vtes-platform-features {
        padding: 22px 18px 8px;
        border-radius: 22px;
    }

    .vtes-platform-card {
        grid-template-columns: 1fr;
        padding: 18px 16px;
    }

    .vtes-platform-card__icon-wrap {
        width: 64px;
        height: 64px;
        border-radius: 18px;
    }

    .vtes-process-item__step {
        margin-bottom: 2px;
    }

    .vtes-sticky-footer {
        padding: 0;
    }

    .vtes-sticky-footer__inner {
        padding: 14px 14px;
    }

    .vtes-sticky-footer__points {
        gap: 8px 12px;
    }

    .vtes-sticky-footer__points li {
        font-size: 13px;
    }

    .vtes-demo-modal {
        padding: 88px 12px 12px;
    }

    .vtes-demo-modal__panel {
        width: min(100%, calc(100vw - 24px));
        max-height: calc(100vh - 24px);
        padding: 22px 18px 18px;
        border-radius: 22px;
    }

    .vtes-demo-form {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .vtes-cta-group {
        flex-direction: column;
        align-items: stretch;
    }

    .vtes-primary-cta,
    .vtes-secondary-cta {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vtes-primary-cta,
    .vtes-secondary-cta {
        transition: none;
    }

    .vtes-sticky-footer.is-enhanced {
        transition: none;
    }

    .vtes-demo-modal {
        transition: none;
    }

    .vtes-hero-band::before,
    .vtes-hero-band,
    .vtes-parallax-band::before,
    .vtes-hero-band::after,
    .vtes-platform-features::before,
    .vtes-platform-features::after,
    .vtes-platform-features__list::before,
    .vtes-platform-card::before,
    .vtes-platform-card__icon-wrap,
    .vtes-content-shell::before,
    .vtes-content-shell::after,
    .vtes-hero::before,
    .vtes-hero__copy::before,
    .vtes-capability-row__icon-wrap,
    .vtes-youth-tagging__image,
    .vtes-overview__media::before,
    .vtes-overview__media::after,
    .vtes-parallax-band::after {
        animation: none;
    }

    .vtes-parallax-band {
        background-attachment: scroll;
    }
}
