.vf-pro-shell {
    --vf-bg: #0c0d0f;
    --vf-panel: rgba(14, 16, 18, 0.92);
    --vf-panel-soft: rgba(22, 24, 28, 0.9);
    --vf-panel-strong: rgba(28, 32, 36, 0.96);
    --vf-text: #f7f8fa;
    --vf-muted: #97a0ab;
    --vf-accent: #b8ff35;
    --vf-accent-deep: #86d300;
    --vf-accent-soft: rgba(184, 255, 53, 0.16);
    --vf-border: rgba(255, 255, 255, 0.1);
    --vf-border-strong: rgba(184, 255, 53, 0.22);
    --vf-shadow: 0 34px 80px rgba(0, 0, 0, 0.42);
    --vf-glow: 0 0 0 1px rgba(184, 255, 53, 0.1), 0 26px 60px rgba(0, 0, 0, 0.32);
    position: relative;
    overflow: hidden;
    color: var(--vf-text);
    padding: 44px 18px;
    background:
        radial-gradient(circle at 12% 12%, rgba(184, 255, 53, 0.16), transparent 24%),
        radial-gradient(circle at 92% 88%, rgba(184, 255, 53, 0.08), transparent 26%),
        linear-gradient(180deg, #121417 0%, #090a0c 100%);
    isolation: isolate;
}

.vf-pro-shell::before,
.vf-pro-shell::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.vf-pro-shell::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 92%);
}

.vf-pro-shell::after {
    background:
        radial-gradient(circle at 16% 78%, rgba(184, 255, 53, 0.08), transparent 18%),
        radial-gradient(circle at 84% 18%, rgba(184, 255, 53, 0.1), transparent 20%);
    filter: blur(10px);
    opacity: 0.9;
}

.vf-pro-layout {
    position: relative;
    z-index: 1;
    max-width: 1230px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
    gap: 28px;
    align-items: stretch;
}

.vf-pro-aside,
.vf-pro-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--vf-border);
    border-radius: 32px;
    box-shadow: var(--vf-shadow);
    backdrop-filter: blur(14px);
}

.vf-pro-aside {
    padding: 38px;
    background:
        radial-gradient(circle at top right, rgba(184, 255, 53, 0.26), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.01)),
        linear-gradient(145deg, #121315 0%, #0a0b0d 100%);
}

.vf-pro-aside::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    top: -120px;
    right: -120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(184, 255, 53, 0.22), transparent 68%);
}

.vf-pro-aside::after {
    content: "";
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 32px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(184, 255, 53, 0.32), transparent);
}

.vf-pro-card {
    padding: 30px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015)),
        linear-gradient(145deg, rgba(14, 16, 18, 0.98), rgba(10, 12, 14, 0.98));
    box-shadow: var(--vf-glow);
}

.vf-pro-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 100% 0%, rgba(184, 255, 53, 0.12), transparent 26%),
        linear-gradient(130deg, transparent 0%, rgba(255, 255, 255, 0.03) 42%, transparent 72%);
    pointer-events: none;
}

.vf-pro-kicker,
.vf-step-head p {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(184, 255, 53, 0.26);
    background: rgba(184, 255, 53, 0.08);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--vf-accent);
}

.vf-pro-kicker::before,
.vf-step-head p::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--vf-accent);
    box-shadow: 0 0 16px rgba(184, 255, 53, 0.7);
}

.vf-pro-aside h2,
.vf-step-head h3 {
    margin: 0;
    font-weight: 900;
    line-height: 0.94;
    text-transform: uppercase;
    letter-spacing: -0.04em;
}

.vf-pro-aside h2 {
    max-width: 8ch;
    font-size: clamp(40px, 4.8vw, 74px);
    text-wrap: balance;
}

.vf-step-head h3 {
    font-size: clamp(26px, 2.5vw, 40px);
}

.vf-pro-copy {
    max-width: 32ch;
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.75;
    color: var(--vf-muted);
}

.vf-pro-benefits {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.vf-pro-benefits li {
    position: relative;
    padding: 15px 18px 15px 48px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    color: var(--vf-text);
    font-weight: 700;
}

.vf-pro-benefits li::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%, #0d0f10 34%, transparent 36%),
        linear-gradient(180deg, var(--vf-accent), var(--vf-accent-deep));
    box-shadow: 0 0 18px rgba(184, 255, 53, 0.35);
}

.vf-pro-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 30px;
}

.vf-pro-stats div {
    position: relative;
    padding: 20px 18px;
    border-radius: 20px;
    border: 1px solid var(--vf-border-strong);
    background:
        linear-gradient(180deg, rgba(184, 255, 53, 0.14), rgba(255, 255, 255, 0.02)),
        rgba(255, 255, 255, 0.02);
    overflow: hidden;
}

.vf-pro-stats div::after {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -18px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 1px solid rgba(184, 255, 53, 0.18);
}

.vf-pro-stats strong,
.vf-pro-stats span {
    display: block;
}

.vf-pro-stats strong {
    font-size: 24px;
    letter-spacing: 0.04em;
    color: var(--vf-accent);
}

.vf-pro-stats span {
    margin-top: 6px;
    font-size: 13px;
    color: var(--vf-muted);
}

.vf-pro-progress {
    width: 100%;
    height: 10px;
    margin-bottom: 30px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.45);
}

.vf-pro-progress-bar {
    display: block;
    height: 100%;
    width: 25%;
    border-radius: inherit;
    background:
        linear-gradient(90deg, #6db100 0%, #b8ff35 48%, #d3ff88 100%);
    box-shadow: 0 0 24px rgba(184, 255, 53, 0.38);
    transition: width 0.25s ease;
}

.vf-step {
    display: none;
}

.vf-step.is-active {
    display: block;
    animation: vfFadeUp 0.28s ease;
}

.vf-step-head {
    margin-bottom: 18px;
    padding: 0 0 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.vf-step-head h3 {
    max-width: 13ch;
}

.vf-field-grid {
    display: grid;
    gap: 16px;
}

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

.vf-field,
.vf-choice-block,
.vf-check {
    display: block;
    margin-top: 18px;
}

.vf-field span,
.vf-choice-block legend {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #dbe0e6;
}

.vf-field input,
.vf-field select,
.vf-field textarea {
    width: 100%;
    min-height: 58px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
        var(--vf-panel-soft);
    color: var(--vf-text);
    font-size: 15px;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.03), inset 0 -10px 30px rgba(0, 0, 0, 0.16);
    transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.vf-field input::placeholder,
.vf-field textarea::placeholder {
    color: #7d8893;
}

.vf-field textarea {
    min-height: 160px;
    resize: vertical;
}

.vf-field select {
    appearance: none;
    color: #f4f8fb;
    font-weight: 700;
    background-image:
        linear-gradient(45deg, transparent 50%, var(--vf-accent) 50%),
        linear-gradient(135deg, var(--vf-accent) 50%, transparent 50%),
        linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
    background-position:
        calc(100% - 22px) calc(50% - 3px),
        calc(100% - 16px) calc(50% - 3px),
        0 0;
    background-size: 6px 6px, 6px 6px, 100% 100%;
    background-repeat: no-repeat;
}

.vf-field select:required:invalid {
    color: #a7b1bb;
}

.vf-field select option {
    color: #0f1318;
    background: #eef5df;
}

.vf-field select option[value=""] {
    color: #6d7884;
}

.vf-field input:hover,
.vf-field select:hover,
.vf-field textarea:hover {
    border-color: rgba(255, 255, 255, 0.14);
}

.vf-field input:focus,
.vf-field select:focus,
.vf-field textarea:focus {
    outline: none;
    transform: translateY(-1px);
    border-color: rgba(184, 255, 53, 0.55);
    background-color: var(--vf-panel-strong);
    box-shadow: 0 0 0 4px rgba(184, 255, 53, 0.12), 0 14px 30px rgba(0, 0, 0, 0.22);
}

.vf-choice-block {
    border: 0;
    padding: 0;
}

.vf-choice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.vf-choice-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vf-choice {
    position: relative;
}

.vf-choice input {
    position: absolute;
    opacity: 0;
    inset: 0;
}

.vf-choice span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 74px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
        rgba(255, 255, 255, 0.02);
    text-align: center;
    color: #eef2f6;
    font-weight: 800;
    line-height: 1.35;
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
}

.vf-choice input:checked + span {
    color: #0e1208;
    border-color: rgba(184, 255, 53, 0.78);
    background:
        linear-gradient(180deg, rgba(211, 255, 136, 0.96), rgba(184, 255, 53, 0.92));
    box-shadow: 0 18px 34px rgba(110, 175, 0, 0.22);
}

.vf-choice:hover span {
    transform: translateY(-2px);
    border-color: rgba(184, 255, 53, 0.28);
}

.vf-check {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
        rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.vf-check input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--vf-accent-deep);
}

.vf-check span {
    color: var(--vf-muted);
    line-height: 1.65;
}

.vf-form-alert {
    margin-top: 20px;
    padding: 15px 18px;
    border-radius: 18px;
    background: rgba(255, 87, 87, 0.12);
    border: 1px solid rgba(255, 87, 87, 0.34);
    color: #ffe4e4;
    font-weight: 700;
}

.vf-form-alert.is-success {
    background: rgba(184, 255, 53, 0.14);
    border-color: rgba(184, 255, 53, 0.34);
    color: var(--vf-text);
}

.vf-actions {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-top: 32px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.vf-btn {
    appearance: none;
    border: 1px solid transparent;
    border-radius: 999px;
    min-height: 56px;
    padding: 0 26px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.vf-btn:hover {
    transform: translateY(-1px);
}

.vf-btn:disabled {
    opacity: 0.72;
    cursor: wait;
}

.vf-btn-primary {
    background: linear-gradient(90deg, #83cb00, #b8ff35 52%, #d6ff8f);
    color: #10130b;
    box-shadow: 0 18px 30px rgba(118, 184, 0, 0.2);
}

.vf-btn-primary:hover {
    box-shadow: 0 22px 34px rgba(118, 184, 0, 0.28);
}

.vf-btn-secondary {
    background: rgba(255, 255, 255, 0.02);
    border-color: rgba(255, 255, 255, 0.1);
    color: var(--vf-text);
}

.vf-btn-secondary:hover {
    border-color: rgba(184, 255, 53, 0.28);
}

@keyframes vfFadeUp {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 980px) {
    .vf-pro-layout {
        grid-template-columns: 1fr;
    }

    .vf-pro-aside h2 {
        max-width: none;
    }

    .vf-field-grid-2,
    .vf-choice-grid,
    .vf-choice-grid-4 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .vf-pro-shell {
        padding: 20px 0;
    }

    .vf-pro-aside,
    .vf-pro-card {
        padding: 22px;
        border-radius: 24px;
    }

    .vf-field-grid-2,
    .vf-choice-grid,
    .vf-choice-grid-4,
    .vf-pro-stats {
        grid-template-columns: 1fr;
    }

    .vf-step-head h3 {
        max-width: none;
    }

    .vf-actions {
        flex-direction: column;
    }

    .vf-btn {
        width: 100%;
    }
}

.vf-pro-visual {
    position: relative;
    min-height: 290px;
    margin-top: 34px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at top right, rgba(184, 255, 53, 0.18), transparent 24%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01)),
        rgba(255, 255, 255, 0.02);
    overflow: hidden;
}

.vf-pro-orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(184, 255, 53, 0.18);
}

.vf-pro-orbit-main {
    width: 240px;
    height: 240px;
    right: -42px;
    top: -28px;
    box-shadow: inset 0 0 48px rgba(184, 255, 53, 0.08);
}

.vf-pro-orbit-small {
    width: 92px;
    height: 92px;
    right: 42px;
    bottom: 34px;
    background: radial-gradient(circle, rgba(184, 255, 53, 0.12), transparent 72%);
}

.vf-pro-quote {
    position: absolute;
    left: 24px;
    top: 24px;
    max-width: 250px;
    padding: 22px;
    border-radius: 22px;
    background: rgba(10, 12, 14, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 24px 44px rgba(0, 0, 0, 0.22);
}

.vf-pro-quote-label,
.vf-finale-kicker,
.vf-form-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(184, 255, 53, 0.1);
    border: 1px solid rgba(184, 255, 53, 0.22);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--vf-accent);
}

.vf-pro-quote strong,
.vf-finale-panel strong {
    display: block;
    margin-top: 16px;
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.vf-pro-quote p,
.vf-finale-panel p,
.vf-form-intro p {
    margin: 12px 0 0;
    color: var(--vf-muted);
    line-height: 1.7;
}

.vf-pro-mini-card {
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: 215px;
    padding: 18px 18px 20px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(184, 255, 53, 0.12), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(184, 255, 53, 0.18);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
}

.vf-pro-mini-card span,
.vf-pro-mini-card strong {
    display: block;
}

.vf-pro-mini-card span {
    color: var(--vf-muted);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vf-pro-mini-card strong {
    margin-top: 8px;
    font-size: 19px;
    line-height: 1.2;
    color: var(--vf-text);
}

.vf-form-topbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 18px;
    margin-bottom: 18px;
}

.vf-form-intro,
.vf-form-trust,
.vf-finale-panel {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
}

.vf-form-intro {
    padding: 22px 22px 20px;
}

.vf-form-intro h3 {
    margin: 14px 0 0;
    font-size: clamp(28px, 2.2vw, 38px);
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.vf-form-trust {
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background:
        radial-gradient(circle at top right, rgba(184, 255, 53, 0.13), transparent 35%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
}

.vf-form-trust span {
    color: var(--vf-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.vf-form-trust strong {
    margin-top: 10px;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.vf-step-rail {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}

.vf-step-chip {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.vf-step-chip em {
    font-style: normal;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--vf-muted);
}

.vf-step-chip strong {
    font-size: 15px;
    line-height: 1.15;
    color: #e7ebef;
}

.vf-step-chip.is-active {
    transform: translateY(-2px);
    border-color: rgba(184, 255, 53, 0.36);
    background: rgba(184, 255, 53, 0.12);
}

.vf-step-chip.is-active em,
.vf-step-chip.is-active strong {
    color: var(--vf-accent);
}

.vf-step-chip.is-complete {
    border-color: rgba(184, 255, 53, 0.24);
    background: rgba(184, 255, 53, 0.08);
}

.vf-step-chip.is-complete em,
.vf-step-chip.is-complete strong {
    color: #e7ffae;
}

.vf-step-caption {
    display: block;
    max-width: 52ch;
    margin-top: 14px;
    color: var(--vf-muted);
    font-size: 15px;
    line-height: 1.65;
}

.vf-finale-panel {
    margin-top: 20px;
    padding: 22px;
    background:
        radial-gradient(circle at top right, rgba(184, 255, 53, 0.11), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
}

@media (max-width: 980px) {
    .vf-form-topbar,
    .vf-step-rail {
        grid-template-columns: 1fr;
    }

    .vf-form-trust {
        min-height: 130px;
    }
}

@media (max-width: 640px) {
    .vf-pro-visual {
        min-height: 250px;
    }

    .vf-pro-quote {
        left: 18px;
        right: 18px;
        max-width: none;
    }

    .vf-pro-mini-card {
        left: 18px;
        right: 18px;
        bottom: 18px;
        width: auto;
    }

    .vf-form-intro,
    .vf-form-trust,
    .vf-finale-panel,
    .vf-step-chip {
        padding: 18px;
    }
}

.vf-pro-shell,
.vf-pro-shell * {
    box-sizing: border-box;
}

.vf-pro-aside h2,
.vf-step-head h3,
.vf-form-intro h3,
.vf-pro-quote strong,
.vf-form-trust strong,
.vf-finale-panel strong {
    color: var(--vf-text) !important;
    text-shadow: 0 8px 30px rgba(0, 0, 0, 0.26);
}

.vf-pro-shell p,
.vf-pro-shell li,
.vf-pro-shell label,
.vf-pro-shell span,
.vf-pro-shell strong,
.vf-pro-shell legend {
    max-width: 100%;
}

.vf-btn-back[hidden],
.vf-btn-submit[hidden],
.vf-form-alert[hidden] {
    display: none !important;
}

.vf-btn-back,
.vf-btn-next,
.vf-btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.vf-actions {
    align-items: center;
}

.elementor-editor-active .vf-pro-shell,
body.elementor-editor-active .vf-pro-shell {
    padding-left: 12px;
    padding-right: 12px;
}

.elementor-editor-active .vf-pro-layout,
body.elementor-editor-active .vf-pro-layout {
    max-width: 1180px;
}

.elementor-editor-active .vf-pro-shell .vf-pro-card,
body.elementor-editor-active .vf-pro-shell .vf-pro-card,
.elementor-editor-active .vf-pro-shell .vf-pro-aside,
body.elementor-editor-active .vf-pro-shell .vf-pro-aside {
    overflow: visible;
}

.vf-success-state {
    padding: 42px 34px;
    border-radius: 28px;
    border: 1px solid rgba(184, 255, 53, 0.22);
    background:
        radial-gradient(circle at top right, rgba(184, 255, 53, 0.14), transparent 30%),
        linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
    text-align: center;
}

.vf-success-state[hidden] {
    display: none !important;
}

.vf-success-kicker {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(184, 255, 53, 0.24);
    background: rgba(184, 255, 53, 0.08);
    color: var(--vf-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.vf-success-state h3 {
    margin: 18px 0 0;
    color: var(--vf-text);
    font-size: clamp(32px, 3vw, 46px);
    line-height: 0.98;
    text-transform: uppercase;
    letter-spacing: -0.04em;
}

.vf-success-copy {
    max-width: 58ch;
    margin: 16px auto 0;
    color: var(--vf-muted);
    line-height: 1.8;
}

.vf-success-badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.vf-success-badges span {
    padding: 12px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.03);
    color: var(--vf-text);
    font-size: 13px;
    font-weight: 700;
}

.vf-btn-next[hidden],
.vf-btn-back[hidden],
.vf-btn-submit[hidden],
.vf-form-alert[hidden] {
    display: none !important;
}

.vf-pro-shell {
    border-radius: 42px;
}

.vf-pro-aside,
.vf-pro-card {
    border-radius: 40px 40px 56px 56px;
}

.vf-pro-visual,
.vf-form-intro,
.vf-form-trust,
.vf-step-chip,
.vf-success-state,
.vf-finale-panel,
.vf-pro-benefits li,
.vf-pro-stats div,
.vf-choice span {
    border-radius: 26px 26px 34px 34px;
}

.vf-field-highlight span {
    color: var(--vf-accent);
}

.vf-field input[type="number"] {
    min-height: 72px;
    border-color: rgba(184, 255, 53, 0.28);
    background:
        radial-gradient(circle at top right, rgba(184, 255, 53, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(184, 255, 53, 0.08), rgba(255, 255, 255, 0.02)),
        var(--vf-panel-strong);
    color: #f7f8fa;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -0.04em;
    text-align: center;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.vf-field input[type="number"]:focus {
    border-color: rgba(184, 255, 53, 0.6);
    box-shadow: 0 0 0 4px rgba(184, 255, 53, 0.12), 0 18px 34px rgba(0, 0, 0, 0.24);
}

.vf-field input[type="number"]::placeholder {
    color: rgba(247, 248, 250, 0.58);
}
