.fwkv-survey,
.fwkv-survey * {
    box-sizing: border-box;
}

.fwkv-survey {
    --fwkv-ink: #091a3a;
    --fwkv-text: #17233d;
    --fwkv-muted: #5d6880;
    --fwkv-blue: #315cf4;
    --fwkv-blue-dark: #173a9a;
    --fwkv-red: #df182f;
    --fwkv-red-dark: #b80f24;
    --fwkv-border: #dce4f1;
    --fwkv-soft-blue: #f1f5ff;
    position: relative;
    isolation: isolate;
    color: var(--fwkv-text);
    font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.fwkv-survey--standalone {
    min-height: 100svh;
    padding: 22px 24px 64px;
    overflow: clip;
    background:
        linear-gradient(rgba(49, 92, 244, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(49, 92, 244, .045) 1px, transparent 1px),
        radial-gradient(circle at 14% 18%, rgba(49, 92, 244, .12), transparent 27%),
        radial-gradient(circle at 88% 78%, rgba(98, 209, 255, .13), transparent 28%),
        #f8faff;
    background-size: 44px 44px, 44px 44px, auto, auto, auto;
}

.fwkv-survey--embedded {
    width: 100%;
    min-height: 0;
    padding: 0;
    overflow: visible;
    background: transparent;
}

.fwkv-survey-glow {
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, .68) 44%, transparent 72%);
}

.fwkv-survey--embedded .fwkv-survey-glow {
    display: none;
}

.fwkv-survey-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    width: min(1240px, 100%);
    min-height: 72px;
    margin: 0 auto 22px;
    padding: 13px 18px;
    border: 1px solid rgba(220, 228, 241, .94);
    border-radius: 18px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 16px 42px rgba(24, 66, 142, .08);
    backdrop-filter: blur(16px);
}

.fwkv-survey-brand a,
.fwkv-survey-brand img {
    display: block;
}

.fwkv-survey-brand img {
    width: min(300px, 58vw);
    height: auto;
}

.fwkv-survey-brand > span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #476080;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.fwkv-survey-brand i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #26c77a;
    box-shadow: 0 0 0 6px rgba(38, 199, 122, .12);
}

.fwkv-survey-shell {
    display: grid;
    grid-template-columns: minmax(330px, .72fr) minmax(560px, 1.28fr);
    align-items: stretch;
    width: min(1240px, 100%);
    margin: auto;
    overflow: hidden;
    border: 1px solid #cfdef4;
    border-radius: 26px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 30px 82px rgba(18, 61, 136, .13);
}

.fwkv-survey--embedded .fwkv-survey-shell {
    display: block;
    width: 100%;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.fwkv-survey-visual {
    position: relative;
    isolation: isolate;
    min-height: 760px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 54%, rgba(49, 92, 244, .2), transparent 38%),
        linear-gradient(155deg, #eef4ff, #dfeeff 52%, #cadfff);
}

.fwkv-survey-visual::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 18%;
    right: -24%;
    width: 390px;
    aspect-ratio: 1;
    border: 1px solid rgba(49, 92, 244, .22);
    border-radius: 50%;
    box-shadow: 0 0 0 46px rgba(49, 92, 244, .035), 0 0 0 92px rgba(49, 92, 244, .025);
}

.fwkv-survey-visual-copy {
    position: relative;
    z-index: 3;
    padding: 42px 36px 0;
}

.fwkv-survey-visual-copy > span,
.fwkv-survey-step-head > span {
    color: var(--fwkv-blue);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
}

.fwkv-survey-visual-copy h1 {
    margin: 14px 0 13px;
    color: var(--fwkv-ink);
    font: 700 clamp(38px, 4vw, 58px)/.98 "Space Grotesk", system-ui, sans-serif;
    letter-spacing: 0;
}

.fwkv-survey-visual-copy h1 strong {
    display: block;
    color: var(--fwkv-blue);
    font-weight: 700;
}

.fwkv-survey-visual-copy p {
    max-width: 360px;
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 500;
}

.fwkv-survey-visual > img {
    position: absolute;
    z-index: 2;
    right: -5%;
    bottom: 0;
    width: 92%;
    height: 60%;
    object-fit: contain;
    object-position: right bottom;
    filter: drop-shadow(0 30px 38px rgba(17, 51, 117, .18));
}

.fwkv-survey-proof {
    position: absolute;
    z-index: 4;
    right: 26px;
    bottom: 24px;
    left: 26px;
    display: grid;
    grid-template-columns: auto 1fr auto 1fr;
    align-items: center;
    gap: 7px 11px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, .76);
    border-radius: 16px;
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 16px 38px rgba(20, 59, 128, .14);
    backdrop-filter: blur(15px);
}

.fwkv-survey-proof b {
    color: var(--fwkv-ink);
    font-size: 18px;
}

.fwkv-survey-proof span {
    font-size: 10px;
    font-weight: 700;
}

.fwkv-survey-panel {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 32px 36px 28px;
}

.fwkv-survey--embedded .fwkv-survey-panel {
    padding: clamp(22px, 3vw, 36px);
    border: 1px solid var(--fwkv-border);
    border-radius: 22px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 22px 58px rgba(24, 66, 142, .11);
}

.fwkv-survey-progress {
    margin: 0 0 28px;
}

.fwkv-survey-progress ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fwkv-survey-progress li {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 10px;
    align-items: center;
    min-width: 0;
    color: #79849a;
}

.fwkv-survey-progress li > span {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #edf1f7;
    color: var(--fwkv-text);
    font-weight: 700;
    transition: background 180ms ease, color 180ms ease;
}

.fwkv-survey-progress li b {
    overflow: hidden;
    color: var(--fwkv-ink);
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fwkv-survey-progress li small {
    overflow: hidden;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fwkv-survey-progress li.is-active > span,
.fwkv-survey-progress li.is-complete > span {
    background: var(--fwkv-blue);
    color: #fff;
    box-shadow: 0 8px 20px rgba(49, 92, 244, .22);
}

.fwkv-survey-progress-line {
    height: 4px;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 99px;
    background: #e6ebf3;
}

.fwkv-survey-progress-line span {
    display: block;
    width: 50%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--fwkv-blue), #5777ff);
    transition: width 320ms ease;
}

.fwkv-survey-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.fwkv-survey-panel form {
    flex: 1;
    min-height: 0;
}

.fwkv-survey-step {
    display: none;
    min-height: 0;
    flex-direction: column;
    animation: fwkvSurveyIn 280ms ease both;
}

.fwkv-survey-step.is-active {
    display: flex;
}

.fwkv-survey-step-head h2 {
    margin: 8px 0 6px;
    color: var(--fwkv-ink);
    font: 700 clamp(25px, 2.4vw, 34px)/1.06 "Space Grotesk", system-ui, sans-serif;
    letter-spacing: 0;
}

.fwkv-survey-step-head p {
    max-width: 650px;
    margin: 0;
    color: var(--fwkv-muted);
    font-size: 13px;
    line-height: 1.6;
    font-weight: 400;
}

.fwkv-survey-fields {
    margin-top: 17px;
}

.fwkv-survey-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 14px;
}

.fwkv-survey-field {
    display: block;
    min-width: 0;
    margin: 0 0 10px;
}

.fwkv-survey-field > span,
.fwkv-survey-choice legend {
    display: block;
    margin: 0 0 5px;
    color: var(--fwkv-ink);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

.fwkv-survey-field b,
.fwkv-survey-choice b {
    color: var(--fwkv-red);
}

.fwkv-survey-field input,
.fwkv-survey-field select,
.fwkv-survey-field textarea {
    width: 100%;
    min-height: 50px;
    padding: 10px 13px;
    border: 1px solid var(--fwkv-border);
    border-radius: 9px;
    outline: 0;
    background: #fff;
    color: var(--fwkv-ink);
    font: 400 15px/1.45 Inter, system-ui, sans-serif;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

/* Keep Elementor/theme form defaults from collapsing these controls to underlines. */
.fwkv-survey .fwkv-survey-field input,
.fwkv-survey .fwkv-survey-field select,
.fwkv-survey .fwkv-survey-field textarea {
    padding: 10px 13px !important;
    border: 1px solid var(--fwkv-border) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-radius: 9px !important;
    background-color: #fff !important;
}

.fwkv-survey .fwkv-survey-field input,
.fwkv-survey .fwkv-survey-field select {
    height: 50px !important;
    min-height: 50px !important;
    line-height: 1.45 !important;
}

.fwkv-survey-field textarea {
    min-height: 90px;
    resize: vertical;
}

.fwkv-survey-field input::placeholder,
.fwkv-survey-field textarea::placeholder {
    color: #8b96a9;
}

.fwkv-survey-field input:focus,
.fwkv-survey-field select:focus,
.fwkv-survey-field textarea:focus {
    border-color: var(--fwkv-blue);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(49, 92, 244, .11);
}

.fwkv-survey-field [aria-invalid="true"],
.fwkv-survey-choice.is-invalid {
    border-color: var(--fwkv-red);
}

.fwkv-survey-field > small {
    display: block;
    margin-top: 6px;
    color: #7a879d;
    font-size: 10px;
    font-weight: 500;
    text-align: right;
}

.fwkv-survey-question {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #edf1f7;
}

.fwkv-survey-question:first-child {
    margin-top: 0;
}

.fwkv-survey-choice {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.fwkv-survey-choice > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
}

.fwkv-survey-choice label {
    min-width: 0;
    cursor: pointer;
}

.fwkv-survey-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.fwkv-survey-choice label > span {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 9px 11px;
    border: 1px solid var(--fwkv-border);
    border-radius: 10px;
    background: #fff;
    color: #2d3e5b;
    font-size: 12px;
    line-height: 1.38;
    font-weight: 500;
    transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.fwkv-survey-choice label i {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    border: 2px solid #b6c9e7;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 4px #fff;
}

.fwkv-survey-choice input[type="checkbox"] + span i {
    border-radius: 5px;
}

.fwkv-survey-choice input:checked + span {
    border-color: var(--fwkv-blue);
    background: var(--fwkv-soft-blue);
    color: #0b2352;
    box-shadow: 0 8px 20px rgba(49, 92, 244, .1);
}

.fwkv-survey-choice input:checked + span i {
    border-color: var(--fwkv-blue);
    background: var(--fwkv-blue);
}

.fwkv-survey-choice input:focus-visible + span {
    outline: 3px solid rgba(49, 92, 244, .24);
    outline-offset: 2px;
}

.fwkv-survey-field-error {
    display: block;
    margin-top: 7px;
    color: var(--fwkv-red-dark);
    font-size: 11px;
    line-height: 1.4;
    font-weight: 600;
}

.fwkv-survey-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid #e2eaf6;
}

.fwkv-survey-actions button {
    min-height: 48px;
    padding: 11px 20px;
    border-radius: 10px;
    cursor: pointer;
    font: 600 14px/1 Inter, system-ui, sans-serif;
    transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.fwkv-survey-next {
    margin-left: auto;
    border: 1px solid var(--fwkv-blue) !important;
    background: var(--fwkv-blue) !important;
    color: #fff !important;
    box-shadow: 0 12px 26px rgba(49, 92, 244, .2);
}

.fwkv-survey-submit {
    width: 100%;
    border: 1px solid var(--fwkv-red) !important;
    background: var(--fwkv-red) !important;
    color: #fff !important;
    box-shadow: 0 12px 26px rgba(223, 24, 47, .2);
}

.fwkv-survey-next:hover,
.fwkv-survey-next:focus-visible {
    background: var(--fwkv-blue-dark) !important;
    border-color: var(--fwkv-blue-dark) !important;
}

.fwkv-survey-submit:hover,
.fwkv-survey-submit:focus-visible {
    background: var(--fwkv-red-dark) !important;
    border-color: var(--fwkv-red-dark) !important;
}

.fwkv-survey-back {
    border: 1px solid #cbdaf0 !important;
    background: #fff !important;
    color: #233a61 !important;
}

.fwkv-survey-actions button:focus-visible {
    outline: 3px solid rgba(49, 92, 244, .28);
    outline-offset: 2px;
}

.fwkv-survey-actions button:disabled {
    cursor: wait;
    opacity: .72;
}

.fwkv-survey-reassurance {
    width: 100%;
    margin: 0 0 2px;
    color: var(--fwkv-muted);
    font-size: 11px;
    line-height: 1.45;
    text-align: center;
}

.fwkv-survey-privacy {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e2eaf6;
}

.fwkv-survey-privacy > span {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: var(--fwkv-soft-blue);
    color: var(--fwkv-blue);
    font-weight: 700;
}

.fwkv-survey-privacy p {
    margin: 0;
    color: var(--fwkv-muted);
    font-size: 10px;
    line-height: 1.5;
    font-weight: 400;
}

.fwkv-survey-privacy strong {
    color: var(--fwkv-ink);
}

.fwkv-survey-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 20px;
    margin-top: 16px;
    padding: 16px 18px;
    border: 1px solid rgba(49, 92, 244, .16);
    border-radius: 14px;
    background: rgba(242, 247, 255, .82);
    color: #52617d;
    font-size: 13px;
    line-height: 1.45;
}

.fwkv-survey-contact strong {
    color: #091a3a;
    font-weight: 700;
}

.fwkv-survey-contact a {
    color: #234fdf;
    font-weight: 650;
    text-decoration: none;
}

.fwkv-survey-contact a:hover,
.fwkv-survey-contact a:focus-visible {
    color: #d7192d;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fwkv-survey-alert {
    display: grid;
    gap: 4px;
    margin: 0 0 18px;
    padding: 13px 15px;
    border: 1px solid #ffc7d5;
    border-radius: 10px;
    background: #fff1f5;
    color: #861b3a;
    font-size: 11px;
    line-height: 1.5;
}

.fwkv-survey-hp {
    position: fixed !important;
    left: -9999px !important;
}

.fwkv-survey-success {
    display: grid;
    min-height: 0;
    place-items: center;
    padding: 0;
    background: transparent;
}

.fwkv-survey--standalone.fwkv-survey-success {
    min-height: 100svh;
    padding: 24px;
    background: #f8faff;
}

.fwkv-survey-success > div {
    width: min(680px, 100%);
    padding: clamp(32px, 5vw, 50px);
    border: 1px solid var(--fwkv-border);
    border-radius: 24px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 28px 72px rgba(18, 61, 136, .13);
    text-align: center;
}

.fwkv-survey-success img {
    width: min(300px, 80%);
    height: auto;
}

.fwkv-survey-success > div > span {
    display: grid;
    width: 62px;
    height: 62px;
    margin: 0 auto 18px;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--fwkv-blue), #48a8ff);
    color: #fff;
    font-size: 28px;
}

.fwkv-survey-success img + span {
    margin-top: 28px;
}

.fwkv-survey-success h1 {
    margin: 0;
    color: var(--fwkv-ink);
    font: 700 clamp(34px, 5vw, 48px)/1 "Space Grotesk", system-ui, sans-serif;
}

.fwkv-survey-success h1:focus {
    outline: 0;
}

.fwkv-survey-success p {
    max-width: 500px;
    margin: 14px auto 24px;
    color: var(--fwkv-muted);
    line-height: 1.7;
}

.fwkv-survey-success-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 24px;
}

.fwkv-survey-success-grid div {
    display: grid;
    gap: 8px;
    justify-items: center;
    padding: 15px 10px;
    border: 1px solid var(--fwkv-border);
    border-radius: 12px;
    background: var(--fwkv-soft-blue);
}

.fwkv-survey-success-grid b {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: var(--fwkv-blue);
    color: #fff;
    font-size: 12px;
}

.fwkv-survey-success-grid strong {
    color: var(--fwkv-ink);
    font-size: 12px;
}

.fwkv-survey-success a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    padding: 13px 20px;
    border-radius: 10px;
    background: var(--fwkv-blue);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

/* Dedicated conversion page: keep the Elementor card within every viewport. */
.stj-academy-thank-you-page {
    overflow-x: hidden;
}

/* This existing Elementor container only carries the page's inline style widget. */
.stj-academy-thank-you-page .elementor-element-2ff6a6f0 {
    display: none !important;
}

.stj-academy-thank-you-page .kv-thank-page,
.stj-academy-thank-you-page .kv-thank-card {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

.stj-academy-thank-you-page .kv-thank-copy {
    overflow-wrap: anywhere;
}

@keyframes fwkvSurveyIn {
    from { opacity: 0; transform: translateX(14px); }
    to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 1024px) {
    .fwkv-survey-shell {
        grid-template-columns: 1fr;
    }

    .fwkv-survey-visual {
        min-height: 330px;
    }

    .fwkv-survey-visual-copy {
        padding: 30px 28px 0;
    }

    .fwkv-survey-visual-copy h1 {
        max-width: 470px;
        font-size: 44px;
    }

    .fwkv-survey-visual > img {
        right: -8%;
        width: 58%;
        height: 86%;
    }

    .fwkv-survey-proof {
        right: auto;
        width: min(360px, calc(100% - 42px));
    }
}

@media (max-width: 767px) {
    .stj-academy-thank-you-page .kv-thank-page {
        padding: 20px 12px;
    }

    .stj-academy-thank-you-page .kv-thank-card {
        padding: 32px 20px;
    }

    .fwkv-survey--standalone {
        padding: 12px 10px 40px;
    }

    .fwkv-survey-brand {
        min-height: 62px;
        margin-bottom: 10px;
        padding: 11px 12px;
        border-radius: 14px;
    }

    .fwkv-survey-brand img {
        width: min(220px, 56vw);
    }

    .fwkv-survey-brand > span {
        font-size: 8px;
    }

    .fwkv-survey-shell {
        border-radius: 20px;
    }

    .fwkv-survey-visual {
        min-height: 240px;
    }

    .fwkv-survey-visual-copy {
        padding: 23px 20px 0;
    }

    .fwkv-survey-visual-copy h1 {
        max-width: 74%;
        margin-top: 10px;
        font-size: 32px;
    }

    .fwkv-survey-visual-copy p {
        max-width: 67%;
        font-size: 11px;
    }

    .fwkv-survey-visual > img {
        right: -13%;
        width: 64%;
        height: 88%;
    }

    .fwkv-survey-proof {
        bottom: 12px;
        left: 14px;
        width: calc(100% - 28px);
        padding: 10px 11px;
    }

    .fwkv-survey-panel,
    .fwkv-survey--embedded .fwkv-survey-panel {
        padding: 22px 16px 18px;
        border-radius: 18px;
    }

    .fwkv-survey-progress {
        margin-bottom: 22px;
    }

    .fwkv-survey-progress ol {
        gap: 7px;
    }

    .fwkv-survey-progress li {
        grid-template-columns: 32px minmax(0, 1fr);
        column-gap: 7px;
    }

    .fwkv-survey-progress li > span {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .fwkv-survey-progress li b {
        font-size: 10px;
    }

    .fwkv-survey-progress li small {
        font-size: 9px;
    }

    .fwkv-survey-progress-line {
        margin-top: 14px;
    }

    .fwkv-survey-step-head h2 {
        font-size: 27px;
    }

    .fwkv-survey-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .fwkv-survey-choice > div {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .fwkv-survey-field {
        margin-bottom: 13px;
    }

    .fwkv-survey-field input,
    .fwkv-survey-field select,
    .fwkv-survey-field textarea {
        min-height: 50px;
        font-size: 16px;
    }

    .fwkv-survey-choice label > span {
        min-height: 50px;
        padding: 10px 11px;
    }

    .fwkv-survey-actions {
        gap: 8px;
    }

    .fwkv-survey-actions button {
        min-height: 50px;
        padding: 12px 16px;
    }

    .fwkv-survey-privacy {
        padding-right: 46px;
    }

    .fwkv-survey-success-grid {
        grid-template-columns: 1fr;
    }

    .fwkv-survey-contact {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
        padding: 14px 15px;
    }
}

@media (max-width: 360px) {
    .fwkv-survey-progress li {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .fwkv-survey-progress li > span {
        grid-row: auto;
    }

    .fwkv-survey-progress li b {
        display: none;
    }

    .fwkv-survey-progress li small {
        width: 100%;
        margin-top: 5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fwkv-survey-step,
    .fwkv-survey-progress-line span,
    .fwkv-survey-actions button {
        animation: none !important;
        transition: none !important;
    }
}

/* Registration-section polish: scoped here so the live form and widget share one cache-safe bundle. */
.sju-kv-reg-section .sju-kv-reg-trust-grid {
    position: relative;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: stretch;
    width: 100%;
    min-height: 86px;
    margin-bottom: 44px;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--sju-kv-reg-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 32px rgba(24, 66, 142, .09);
    backdrop-filter: blur(16px);
}

.sju-kv-reg-section .sju-kv-reg-trust-title {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 22px;
    border-right: 1px solid rgba(220, 228, 241, .9);
    background: rgba(255, 255, 255, .96);
}

.sju-kv-reg-section .sju-kv-reg-trust-title span,
.sju-kv-reg-section .sju-kv-reg-trust-title strong {
    display: block;
    color: #33415f;
    font-size: 11px;
    line-height: 1.25;
    letter-spacing: 0;
}

.sju-kv-reg-section .sju-kv-reg-trust-title strong {
    color: #091a3a;
    font-weight: 800;
}

.sju-kv-reg-section .sju-kv-reg-trust-viewport {
    min-width: 0;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.sju-kv-reg-section .sju-kv-reg-trust-track {
    display: flex;
    width: max-content;
    min-height: 84px;
    animation: fwkvTrustMarquee 22s linear infinite;
    will-change: transform;
}

.sju-kv-reg-section .sju-kv-reg-trust-viewport:hover .sju-kv-reg-trust-track {
    animation-play-state: running;
}

.sju-kv-reg-section .sju-kv-reg-trust-group {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}

.sju-kv-reg-section .sju-kv-reg-trust-card {
    position: relative;
    display: flex;
    flex: 0 0 220px;
    min-height: 84px;
    justify-content: center;
    padding: 12px 28px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.sju-kv-reg-section .sju-kv-reg-trust-mark {
    flex-basis: 130px;
    width: 130px;
    height: 48px;
    overflow: visible;
}

.sju-kv-reg-section .sju-kv-reg-trust-mark img,
.sju-kv-reg-section .sju-kv-reg-trust-mark--crop-left img {
    position: static;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.sju-kv-reg-section .sju-kv-reg-trust-card strong {
    display: none;
}

.sju-kv-reg-section .sju-kv-reg-trust-card::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(49, 92, 244, .5);
    transform: translate(50%, -50%);
}

.sju-kv-reg-section .sju-kv-reg-heading > span {
    display: none !important;
}

.sju-kv-reg-section .sju-kv-reg-card {
    border-radius: 15px;
    background: rgba(255, 255, 255, .93);
    box-shadow: 0 12px 30px rgba(24, 66, 142, .055);
}

.sju-kv-reg-section .sju-kv-reg-support {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    padding: 18px 20px;
}

.sju-kv-reg-section .sju-kv-reg-support-icon {
    width: 58px;
    height: 58px;
    font-size: 25px;
}

.sju-kv-reg-section .sju-kv-reg-support a,
.sju-kv-reg-section .sju-kv-reg-support p {
    gap: 9px;
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.35;
}

@keyframes fwkvTrustMarquee {
    to { transform: translateX(-50%); }
}

@media (max-width: 767px) {
    .sju-kv-reg-section .sju-kv-reg-trust-grid {
        grid-template-columns: 108px minmax(0, 1fr);
        min-height: 66px;
        margin-bottom: 32px;
        border-radius: 14px;
    }

    .sju-kv-reg-section .sju-kv-reg-trust-title {
        padding: 10px 12px;
    }

    .sju-kv-reg-section .sju-kv-reg-trust-title span,
    .sju-kv-reg-section .sju-kv-reg-trust-title strong {
        font-size: 8px;
        line-height: 1.3;
    }

    .sju-kv-reg-section .sju-kv-reg-trust-card {
        flex-basis: 145px;
        min-height: 66px;
        padding: 8px 16px;
    }

    .sju-kv-reg-section .sju-kv-reg-trust-track {
        min-height: 66px;
    }

    .sju-kv-reg-section .sju-kv-reg-trust-mark {
        flex-basis: 98px;
        width: 98px;
        height: 38px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sju-kv-reg-section .sju-kv-reg-trust-grid {
        overflow: hidden;
    }

    .sju-kv-reg-section .sju-kv-reg-trust-track {
        width: max-content;
        animation: none;
    }

    .sju-kv-reg-section .sju-kv-reg-trust-group:first-child {
        display: flex;
    }

    .sju-kv-reg-section .sju-kv-reg-trust-group[aria-hidden="true"] {
        display: none;
    }

    .sju-kv-reg-section .sju-kv-reg-trust-card {
        min-width: 0;
    }
}
