
.vtp-portal,
.vtp-portal * {
    box-sizing: border-box;
}

.vtp-portal {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    padding: 34px 16px;
    border-radius: 24px;
    color: #fff;
    background: #050505;
    font-family: Arial, Helvetica, sans-serif;
}

.vtp-ambient {
    position: absolute;
    border-radius: 999px;
    filter: blur(10px);
    pointer-events: none;
    z-index: -1;
}

.vtp-ambient-a {
    width: 520px;
    height: 520px;
    left: -220px;
    top: -180px;
    background: radial-gradient(circle, rgba(139,92,246,.24), rgba(5,5,5,0) 68%);
}

.vtp-ambient-b {
    width: 540px;
    height: 540px;
    right: -240px;
    top: 22%;
    background: radial-gradient(circle, rgba(34,211,238,.12), rgba(5,5,5,0) 68%);
}

.vtp-ambient-c {
    width: 600px;
    height: 600px;
    right: -240px;
    bottom: -260px;
    background: radial-gradient(circle, rgba(236,72,153,.20), rgba(5,5,5,0) 68%);
}

.vtp-shell {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(5,5,5,.78);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(0,0,0,.35);
    backdrop-filter: blur(18px);
}

.vtp-topbar,
.vtp-bottombar {
    height: 5px;
    background: linear-gradient(90deg, #8b5cf6 0%, #ec4899 52%, #22d3ee 100%);
}

.vtp-content {
    padding: 48px;
}

.vtp-brand {
    font-weight: 900;
    font-size: 20px;
    letter-spacing: .03em;
    margin-bottom: 38px;
}

.vtp-tm {
    font-size: .45em;
    vertical-align: super;
}

.vtp-public-eyebrow {
    color: #ec4899;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.vtp-content h1 {
    margin: 0;
    font-size: clamp(36px, 6vw, 64px);
    line-height: .98;
    letter-spacing: -2.3px;
    font-weight: 900;
    color: #fff;
}

.vtp-subheadline {
    margin-top: 18px;
    max-width: 720px;
    font-size: 21px;
    line-height: 1.45;
    color: #d7d7df;
}

.vtp-context {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #999ba7;
    font-size: 13px;
    font-weight: 700;
}

.vtp-dot {
    opacity: .45;
}

.vtp-description {
    margin-top: 26px;
    max-width: 760px;
    color: #b7b8c3;
    font-size: 16px;
    line-height: 1.8;
}

.vtp-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.vtp-summary-card {
    padding: 20px 22px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
    background: rgba(255,255,255,.045);
}

.vtp-summary-card span {
    display: block;
    color: #9294a0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 10px;
    font-weight: 800;
}

.vtp-summary-card strong {
    display: block;
    margin-top: 5px;
    color: #fff;
    font-size: 20px;
}

.vtp-form-card,
.vtp-success-card {
    margin-top: 36px;
    padding: 30px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px;
    background: rgba(17,17,22,.82);
}

.vtp-form-card h2,
.vtp-success-card h2 {
    color: #fff;
    margin: 0;
    font-size: 30px;
    line-height: 1.15;
}

.vtp-instructions {
    margin-top: 14px;
    color: #aaabb6;
    font-size: 14px;
    line-height: 1.7;
}

.vtp-public-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.vtp-public-field {
    margin-top: 16px;
}

.vtp-public-grid .vtp-public-field {
    margin-top: 0;
}

.vtp-public-field.full {
    grid-column: 1 / -1;
}

.vtp-public-field label {
    display: block;
    color: #dddde5;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 7px;
}

.vtp-public-field label span {
    color: #ec4899;
}

.vtp-public-field input,
.vtp-public-field textarea {
    width: 100%;
    padding: 14px 15px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 12px;
    color: #fff;
    background: rgba(255,255,255,.05);
    outline: none;
    font: inherit;
}

.vtp-public-field input:focus,
.vtp-public-field textarea:focus {
    border-color: rgba(236,72,153,.8);
    box-shadow: 0 0 0 3px rgba(236,72,153,.10);
}

.vtp-availability-block {
    margin-top: 28px;
}

.vtp-availability-title {
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    margin-bottom: 12px;
}

.vtp-slot-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.vtp-slot-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    background: rgba(255,255,255,.035);
    cursor: pointer;
    transition: .18s ease;
}

.vtp-slot-card:hover {
    border-color: rgba(236,72,153,.45);
    transform: translateY(-1px);
}

.vtp-slot-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.vtp-slot-box {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 5px;
    position: relative;
}

.vtp-slot-card input:checked + .vtp-slot-box {
    border-color: #ec4899;
    background: linear-gradient(135deg, #8b5cf6, #ec4899);
}

.vtp-slot-card input:checked + .vtp-slot-box:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    left: 4px;
    top: 4px;
}

.vtp-slot-label {
    color: #d4d5dd;
    font-size: 13px;
    line-height: 1.4;
}

.vtp-confirm-row {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 18px;
    color: #b8bac5;
    font-size: 13px;
}

.vtp-confirm-row input {
    margin-top: 2px;
}

.vtp-submit-btn {
    margin-top: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    padding: 0 25px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    cursor: pointer;
    background: linear-gradient(90deg, #8b5cf6 0%, #ec4899 52%, #22d3ee 100%);
    box-shadow: 0 10px 30px rgba(236,72,153,.18);
}

.vtp-submit-btn:hover {
    filter: brightness(1.07);
}

.vtp-forward-card {
    margin-top: 16px;
    padding: 18px 20px;
    border-left: 3px solid #ec4899;
    background: rgba(255,255,255,.025);
    border-radius: 0 12px 12px 0;
}

.vtp-forward-card strong {
    display: block;
    color: #fff;
    font-size: 13px;
}

.vtp-forward-card span {
    display: block;
    margin-top: 4px;
    color: #9395a1;
    font-size: 12px;
    line-height: 1.6;
}

.vtp-success-kicker {
    color: #ec4899;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.8px;
    margin-bottom: 8px;
}

.vtp-success-card p {
    color: #a7a9b4;
    font-size: 14px;
    line-height: 1.7;
    margin: 10px 0 0;
}

.vtp-message {
    padding: 16px;
    border-radius: 10px;
    background: #111;
    color: #fff;
}

@media (max-width: 680px) {
    .vtp-portal {
        padding: 14px 8px;
        border-radius: 16px;
    }

    .vtp-content {
        padding: 32px 20px;
    }

    .vtp-brand {
        margin-bottom: 28px;
    }

    .vtp-content h1 {
        letter-spacing: -1.4px;
    }

    .vtp-public-grid,
    .vtp-slot-grid,
    .vtp-summary-grid {
        grid-template-columns: 1fr;
    }

    .vtp-form-card,
    .vtp-success-card {
        padding: 22px 18px;
    }
}

.vtp-brand-image-wrap{margin-bottom:38px}
.vtp-brand-image{display:block;height:31px;width:auto;max-width:180px;object-fit:contain}
@media(max-width:680px){
.vtp-brand-image-wrap{margin-bottom:28px}
.vtp-brand-image{height:28px;max-width:165px}
}

.vtp-session-public-list{display:grid;gap:14px;margin-top:14px}
.vtp-session-public-card{padding:20px;border:1px solid rgba(255,255,255,.11);border-radius:16px;background:rgba(255,255,255,.025)}
.vtp-session-number{color:#ec4899;font-size:10px;font-weight:900;letter-spacing:1.8px;text-transform:uppercase;margin-bottom:7px}
.vtp-session-public-card h3{margin:0;color:#fff;font-size:20px;line-height:1.3}
.vtp-session-description{margin-top:8px;color:#999ba7;font-size:13px;line-height:1.6}
.vtp-session-choice-list{display:grid;gap:8px;margin-top:14px}
.vtp-session-choice{position:relative;display:flex;align-items:center;gap:10px;padding:13px 14px;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:rgba(255,255,255,.025);cursor:pointer}
.vtp-session-choice:hover{border-color:rgba(236,72,153,.42);background:rgba(236,72,153,.035)}
.vtp-session-choice input{position:absolute;opacity:0;pointer-events:none}
.vtp-radio{width:18px;height:18px;flex:0 0 18px;border-radius:50%;border:1px solid rgba(255,255,255,.36);position:relative}
.vtp-session-choice input:checked+.vtp-radio{border-color:#ec4899;box-shadow:0 0 0 3px rgba(236,72,153,.08)}
.vtp-session-choice input:checked+.vtp-radio:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#ec4899);left:4px;top:4px}
.vtp-session-choice-label{color:#d4d5dd;font-size:13px;line-height:1.45}
