/*
 * Veganuary Design Guidelines V3.0
 * Palette: Core Raspberry #FF287D (primary/CTA) · Dark Raspberry #7D003C ·
 * Light Raspberry #FFE6F0 · Core Mint #7DD7C8 · Dark Mint #02463A ·
 * Light Mint #D7F5F0 · Soft Black #2C2F32 · Grey #E6EBF0 · White
 * Type: Program OT Bold UPPERCASE for headings (Helvetica/Arial fallback),
 * Poppins for body copy.
 */
:root {
    --vmf-raspberry: #FF287D;
    --vmf-raspberry-dark: #7D003C;
    --vmf-raspberry-light: #FFE6F0;
    --vmf-mint: #7DD7C8;
    --vmf-mint-dark: #02463A;
    --vmf-mint-light: #D7F5F0;
    --vmf-soft-black: #2C2F32;
    --vmf-grey: #E6EBF0;
    --vmf-font-heading: "Program OT", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --vmf-font-body: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Animated background for the whole experience — Light Tints for large areas */
.vmf-scope .veganuary-multistep-root {
    position: relative;
    overflow: hidden;
    font-family: var(--vmf-font-body);
}
.vmf-scope .veganuary-multistep-root::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background: radial-gradient(120% 90% at 0% 0%, #FFD9E9 0%, #FFE6F0 35%, #FFF7FA 65%, #ffffff 100%);
}

/* Headings: Program OT Bold in UPPERCASE (falls back to Helvetica/Arial).
   Small card titles (h3) stay Poppins Semibold sentence case for readability. */
.vmf-scope .veganuary-multistep-root h1,
.vmf-scope .veganuary-multistep-root h2 {
    font-family: var(--vmf-font-heading);
    font-weight: 700;
    text-transform: uppercase;
}
.vmf-scope .veganuary-multistep-root h3 {
    font-family: var(--vmf-font-body);
    font-weight: 600;
    text-transform: none;
}

/* Brand heart riding the completion slider */
.vmf-scope .vmf-heart-icon {
    font-variation-settings: "FILL" 1, "wght" 600;
    font-size: 15.2px;
    line-height: 1;
    color: #ffffff;
}

/* Country confirmation chip */
.vmf-scope .vmf-country-note {
    display: none;
    align-items: center;
    gap: 7.2px;
    margin-top: 8px;
    padding: 8.8px 12.8px;
    border-radius: 12px;
    background: var(--vmf-mint-light);
    color: var(--vmf-mint-dark);
    font-size: 12.8px;
    font-weight: 600;
}
.vmf-scope .vmf-country-note .material-symbols-outlined {
    font-size: 17.6px;
}

/* Start-date summary — identical styling to the collapsed calendar summary */
.vmf-scope .vmf-start-summary {
    display: none;
    align-items: center;
    gap: 8.8px;
    background: #ffffff;
    border: 2px solid var(--vmf-grey);
    border-radius: 16px;
    padding: 14.4px;
    box-shadow: 0 10px 24px rgba(44, 47, 50, 0.08);
}
.vmf-scope .vmf-start-summary .material-symbols-outlined {
    font-size: 20px;
    color: var(--vmf-raspberry);
}
.vmf-scope .vmf-start-summary-text {
    flex: 1;
    font-size: 13.6px;
    font-weight: 600;
    color: var(--vmf-soft-black);
}

/* Consent small print (below the consent box) */
.vmf-scope .veganuary-multistep-root .vmf-consent-terms {
    margin: 4px 0 0;
    font-size: 10.4px !important;
    line-height: 1.55;
    color: #8D97A1;
}
.vmf-scope .vmf-consent-terms a {
    color: var(--vmf-raspberry);
    font-weight: 600;
    text-decoration: underline;
}

/* Celebratory pop for the success check */
@keyframes vmf-success-pop {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }
    60% {
        transform: scale(1.15);
        opacity: 1;
    }
    80% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}
.vmf-scope .vmf-success-pop {
    animation: vmf-success-pop 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

/* Donate fallback (no Fundraise Up embed configured) */
.vmf-scope .vmf-donate-fallback {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 17.6px;
    border-radius: 16px;
    background: var(--vmf-raspberry-light);
    border: 1px solid rgba(255, 40, 125, 0.2);
    text-align: center;
}
.vmf-scope .vmf-donate-fallback-line {
    font-size: 13.6px;
    font-weight: 600;
    color: var(--vmf-raspberry-dark);
}
.vmf-scope .vmf-donate-fallback .vmf-cta-note {
    color: #7D003C;
    opacity: 0.75;
}
.vmf-scope .vmf-donate-fallback .vmf-cta-note .material-symbols-outlined {
    color: var(--vmf-raspberry-dark);
}

/* Quiet skip links ("I can’t donate right now" etc.) */
.vmf-scope .vmf-skip-link {
    background: transparent;
    border: 0;
    font-size: 11.52px;
    font-weight: 500;
    color: #8D97A1;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
    transition: color 0.15s ease-out;
}
.vmf-scope .vmf-skip-link:hover {
    color: #545E67;
}

/* Mobile: kicker + headline above the card on EVERY step, supporting
   content below it — the left column dissolves via display: contents */
@media (max-width: 1023px) {
    .vmf-scope .vmf-step-main-1 .vmf-step1-left-sticky {
        display: contents;
    }
    .vmf-scope .vmf-step-main-1 .vmf-step1-left-sticky > * {
        order: 3;
    }
    .vmf-scope .vmf-step-main-1 .vmf-step1-left-sticky > .vmf-step1-header {
        order: 1;
    }
    .vmf-scope .vmf-step-main-1 > .vmf-form-scroll {
        order: 2;
    }

    .vmf-scope .vmf-step-main-3 .vmf-step3-left-sticky,
    .vmf-scope .vmf-step-main-share .vmf-share-left-sticky,
    .vmf-scope .vmf-step-main-4 .vmf-step4-left-sticky {
        display: contents;
    }
    .vmf-scope .vmf-step-main-3 .vmf-step3-left-sticky > *,
    .vmf-scope .vmf-step-main-share .vmf-share-left-sticky > *,
    .vmf-scope .vmf-step-main-4 .vmf-step4-left-sticky > * {
        order: 3;
    }
    .vmf-scope .vmf-step-main-3 .vmf-step3-left-sticky > .vmf-step-header,
    .vmf-scope .vmf-step-main-share .vmf-share-left-sticky > .vmf-step-header,
    .vmf-scope .vmf-step-main-4 .vmf-step4-left-sticky > .vmf-step-header {
        order: 1;
    }
    .vmf-scope .vmf-step-main-3 .vmf-form-scroll,
    .vmf-scope .vmf-step-main-share .vmf-form-scroll,
    .vmf-scope .vmf-step-main-4 .vmf-form-scroll {
        order: 2;
    }
}

/* Step 2 goes two-column at md, so its mobile balance flips below md */
@media (max-width: 767px) {
    .vmf-scope .vmf-step-main-2 .vmf-step2-left-sticky {
        display: contents;
    }
    .vmf-scope .vmf-step-main-2 .vmf-step2-left-sticky > * {
        order: 3;
    }
    .vmf-scope .vmf-step-main-2 .vmf-step2-left-sticky > .vmf-step-header {
        order: 1;
    }
    .vmf-scope .vmf-step-main-2 .vmf-step2-card {
        order: 2;
    }
    .vmf-scope .vmf-step-main-2 > div {
        gap: 20px;
    }
}

/* "Fill my details with Facebook" one-tap prefill */
.vmf-scope .vmf-fb-prefill {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8.8px;
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    border: 2px solid #D5DCE3;
    background: #ffffff;
    font-size: 14.4px;
    font-weight: 600;
    color: #2C2F32;
    cursor: pointer;
    transition: border-color 0.15s ease-out, color 0.15s ease-out;
}
.vmf-scope .vmf-fb-prefill:hover:not(:disabled) {
    border-color: rgba(24, 119, 242, 0.5);
}
.vmf-scope .vmf-fb-prefill:disabled {
    opacity: 0.6;
    cursor: default;
}
.vmf-scope .vmf-fb-prefill-icon {
    display: inline-flex;
    width: 21.6px;
    height: 21.6px;
    color: #1877F2;
}
.vmf-scope .vmf-fb-prefill-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}
.vmf-scope .vmf-fb-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #8D97A1;
    font-size: 11.2px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.vmf-scope .vmf-fb-divider::before,
.vmf-scope .vmf-fb-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--vmf-grey);
}

/* Kicker labels (uppercase raspberry, e.g. "About you", "Free · 31 days") */
.vmf-scope .vmf-kicker {
    font-family: var(--vmf-font-heading);
    font-size: 11.2px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--vmf-raspberry);
}

/* Pastel avatar circles (social proof) */
.vmf-scope .vmf-avatar-1 {
    background-color: #FFC1DA;
    color: #7D003C;
}
.vmf-scope .vmf-avatar-2 {
    background-color: #B7E9DF;
    color: #02463A;
}
.vmf-scope .vmf-avatar-3 {
    background-color: #D5DCE3;
    color: #2C2F32;
}

/* Small note under the main CTA */
.vmf-scope .vmf-cta-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.8px;
    font-size: 11.2px;
    font-weight: 500;
    color: #6C7680;
    margin-top: 2.4px;
}
.vmf-scope .vmf-cta-note .material-symbols-outlined {
    font-size: 13.6px;
    color: var(--vmf-raspberry);
}

/* Start-date choice cards (Today / In 7 days / Pick a date) */
.vmf-scope .vmf-sr-radio {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
.vmf-scope .vmf-date-option {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2.4px;
    padding: 12.8px 14.4px;
    border-radius: 14.4px;
    border: 2px solid var(--vmf-grey);
    background: #ffffff;
    cursor: pointer;
    transition: border-color 0.15s ease-out, box-shadow 0.15s ease-out,
        background-color 0.15s ease-out;
}
.vmf-scope .vmf-date-option:hover {
    border-color: rgba(255, 40, 125, 0.35);
}
.vmf-scope .vmf-date-option:has(.vmf-sr-radio:checked) {
    border-color: var(--vmf-raspberry);
    background: #FFF3F8;
    box-shadow: 0 6px 16px rgba(255, 40, 125, 0.15);
}
.vmf-scope .vmf-date-option:has(.vmf-sr-radio:focus-visible) {
    outline: 2px solid var(--vmf-raspberry);
    outline-offset: 2px;
}
.vmf-scope .vmf-date-option-title {
    font-size: 14.4px;
    font-weight: 700;
    color: var(--vmf-soft-black);
}
.vmf-scope .vmf-date-option-sub {
    font-size: 9.6px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #8D97A1;
}
.vmf-scope .vmf-date-option:has(.vmf-sr-radio:checked) .vmf-date-option-sub {
    color: var(--vmf-raspberry);
}

/* Plain back link button */
.vmf-scope .vmf-back-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13.6px;
    font-weight: 600;
    color: #545E67;
    background: transparent;
    border: 0;
    padding: 8px 9.6px;
    border-radius: 9999px;
    cursor: pointer;
    transition: color 0.15s ease-out, background-color 0.15s ease-out;
}
.vmf-scope .vmf-back-link:hover {
    color: var(--vmf-soft-black);
    background: rgba(230, 235, 240, 0.6);
}


@keyframes vmf-bg-move {
    0% {
        background-position: 0% 0%, 100% 100%, 0% 50%;
    }
    50% {
        background-position: 30% 20%, 70% 80%, 50% 50%;
    }
    100% {
        background-position: 60% 40%, 40% 60%, 100% 50%;
    }
}

/* Ensure block is full-width inside the theme layout */
.vmf-scope .wp-block-veganuary-multistep-pledge-form,
.vmf-scope .veganuary-multistep-root {
    width: 100%;
    max-width: 100%;
}

/* Tailwind fallback colours in case CDN/config fails */
.vmf-scope .bg-primary {
    background-color: #FF287D !important;
}
.vmf-scope .text-primary {
    color: #FF287D !important;
}
.vmf-scope .border-primary {
    border-color: #FF287D !important;
}
.vmf-scope .bg-raspberry-light {
    background-color: #FFE6F0 !important;
}
.vmf-scope .bg-raspberry-dark {
    background-color: #7D003C !important;
}
.vmf-scope .text-raspberry-dark {
    color: #7D003C !important;
}
.vmf-scope .bg-mint {
    background-color: #7DD7C8 !important;
}
.vmf-scope .bg-mint-light {
    background-color: #D7F5F0 !important;
}
.vmf-scope .text-mint {
    color: #7DD7C8 !important;
}
.vmf-scope .text-mint-dark {
    color: #02463A !important;
}

/* Editor preview nicety */
.vmf-editor-preview {
    border-radius: 16px;
}

/* Base step containers */
.vmf-scope .vmf-step-main {
    transition: opacity 0.2s ease;
    width: 100%;
}

/* Animations */
@keyframes vmf-fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(12px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes vmf-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.vmf-scope .vmf-animate-step {
    animation: vmf-fade-in-up 0.4s ease-out;
}

.vmf-scope .vmf-animate-text {
    animation: vmf-fade-in 0.5s ease-out;
}

/* Little pulsing dot for progress */
@keyframes vmf-pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.3);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}

.vmf-scope .vmf-progress-dot {
    display: inline-block;
    width: 7.2px;
    height: 7.2px;
    border-radius: 9999px;
    background-color: #FF287D;
    animation: vmf-pulse 1.2s infinite ease-out;
}

/* Step 3 submission status dot — brand palette states */
.vmf-scope .vmf-submit-status-dot {
    display: inline-block;
    width: 7.2px;
    height: 7.2px;
    border-radius: 9999px;
    margin-left: 5.6px;
    background-color: #FF287D;
    box-shadow: 0 0 0 2px rgba(255, 40, 125, 0.18),
        0 0 10px rgba(255, 40, 125, 0.45);
    vertical-align: middle;
}
.vmf-scope .vmf-submit-status-dot--glow {
    margin-left: 0;
    box-shadow: 0 0 0 2px rgba(255, 40, 125, 0.2),
        0 0 14px rgba(255, 40, 125, 0.55);
}
.vmf-scope .veganuary-multistep-form[data-submit-status="submitting"] .vmf-submit-status-dot {
    background-color: #7DD7C8;
    box-shadow: 0 0 0 2px rgba(125, 215, 200, 0.25),
        0 0 12px rgba(125, 215, 200, 0.6);
}
.vmf-scope .veganuary-multistep-form[data-submit-status="success"] .vmf-submit-status-dot {
    background-color: #02463A;
    box-shadow: 0 0 0 2px rgba(2, 70, 58, 0.2),
        0 0 12px rgba(125, 215, 200, 0.6);
}

/* Share buttons */
.vmf-scope .vmf-share-wrap {
    display: flex;
    flex-direction: column;
    gap: 9.6px;
}
.vmf-scope .vmf-share-buttons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9.6px;
    justify-content: center;
}
.vmf-scope .vmf-share-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6.4px;
    padding: 9.6px 10.4px;
    border-radius: 8px;
    border: 2px solid #D5DCE3;
    font-size: 12px;
    font-weight: 600;
    color: #2C2F32;
    background: #ffffff;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 0.15s ease-out, color 0.15s ease-out;
}
.vmf-scope .vmf-share-btn .material-symbols-outlined {
    font-size: 15.2px;
    width: 20.8px;
    height: 20.8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 40, 125, 0.12);
}
.vmf-scope .vmf-share-label {
    font-size: 12px;
}
.vmf-scope .vmf-share-btn:hover {
    border-color: rgba(255, 40, 125, 0.45);
    color: #FF287D;
}
.vmf-scope .vmf-share-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13.6px;
    color: #545E67;
}
.vmf-scope .vmf-share-inline-label {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 10.4px;
    color: #8D97A1;
}
.vmf-scope .vmf-share-inline-link {
    border-radius: 9999px;
    border: 1px solid rgba(141, 151, 161, 0.35);
    padding: 5.6px 11.2px;
    background: #fff;
    transition: all 0.2s ease;
    color: inherit;
    text-decoration: none;
}
.vmf-scope .vmf-share-inline-link:hover {
    border-color: rgba(255, 40, 125, 0.4);
    color: #FF287D;
}
.vmf-scope .vmf-share-line-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
@media (min-width: 400px) {
    .vmf-scope .vmf-share-line-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
/* A lone tile on the last row sits centred (3-col) or full-width (2-col)
   instead of leaving a ragged gap. */
.vmf-scope .vmf-share-line:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}
@media (min-width: 400px) {
    .vmf-scope .vmf-share-line:last-child {
        grid-column: auto;
    }
    .vmf-scope .vmf-share-line:last-child:nth-child(3n + 1) {
        grid-column: 2;
    }
}
.vmf-scope .vmf-share-line {
    width: 100%;
    min-height: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5.6px;
    padding: 9.6px 6.4px;
    border-radius: 12px;
    border: 2px solid #D5DCE3;
    background: #ffffff;
    font-weight: 600;
    font-size: 12px;
    color: #2C2F32;
    text-align: center;
    transition: border-color 0.15s ease-out, color 0.15s ease-out,
        box-shadow 0.15s ease-out, transform 0.15s ease-out;
}
.vmf-scope .vmf-share-line:active {
    transform: scale(0.97);
}
.vmf-scope .vmf-share-line-icon {
    width: 33.6px;
    height: 33.6px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15.2px;
    background: rgba(255, 40, 125, 0.12);
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}
.vmf-scope .vmf-share-line-text {
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.vmf-scope .vmf-share-line:hover {
    border-color: rgba(255, 40, 125, 0.45);
    color: #FF287D;
}
.vmf-scope .vmf-share-line.vmf-share-copied {
    border-color: rgba(125, 215, 200, 0.9);
    color: #02463A;
}
.vmf-scope .vmf-share-line-svg {
    width: 16px;
    height: 16px;
    display: inline-flex;
}
.vmf-scope .vmf-share-line-icon--facebook {
    background: rgba(59, 130, 246, 0.18);
    color: #1877f2;
}
.vmf-scope .vmf-share-line-icon--messenger {
    background: rgba(59, 130, 246, 0.18);
    color: #0099ff;
}
.vmf-scope .vmf-share-line-icon--whatsapp {
    background: rgba(34, 197, 94, 0.16);
    color: #25d366;
}
.vmf-scope .vmf-share-line-icon--instagram {
    background: rgba(236, 72, 153, 0.18);
    color: #e1306c;
}
.vmf-scope .vmf-share-line-icon--tiktok {
    background: rgba(44, 47, 50, 0.12);
    color: #2C2F32;
}
.vmf-scope .vmf-share-line-icon--snapchat {
    background: rgba(250, 204, 21, 0.2);
    color: #2C2F32;
}
.vmf-scope .vmf-share-line-icon--copy {
    background: rgba(141, 151, 161, 0.2);
    color: #6C7680;
}
.vmf-scope .vmf-share-line-icon .vmf-share-line-svg path {
    fill: currentColor;
}
.vmf-scope .vmf-share-line[data-share='whatsapp'] .vmf-share-line-icon {
    background: rgba(34, 197, 94, 0.16);
}
.vmf-scope .vmf-share-line[data-share='facebook'] .vmf-share-line-icon,
.vmf-scope .vmf-share-line[data-share='messenger'] .vmf-share-line-icon {
    background: rgba(59, 130, 246, 0.18);
}
.vmf-scope .vmf-share-line[data-share='instagram'] .vmf-share-line-icon {
    background: rgba(236, 72, 153, 0.18);
}
.vmf-scope .vmf-share-line[data-share='tiktok'] .vmf-share-line-icon {
    background: rgba(44, 47, 50, 0.12);
}
.vmf-scope .vmf-share-line[data-share='snapchat'] .vmf-share-line-icon {
    background: rgba(250, 204, 21, 0.2);
}
.vmf-scope .vmf-share-btn.vmf-share-copied {
    border-color: rgba(125, 215, 200, 0.9);
    color: #02463A;
}

@media (max-width: 480px) {
    .vmf-scope .vmf-share-buttons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.vmf-scope .vmf-share-btn[data-share="facebook"] .material-symbols-outlined {
    background: rgba(24, 119, 242, 0.15);
}
.vmf-scope .vmf-share-btn[data-share="x"] .material-symbols-outlined {
    background: rgba(44, 47, 50, 0.12);
}
.vmf-scope .vmf-share-btn[data-share="linkedin"] .material-symbols-outlined {
    background: rgba(10, 102, 194, 0.16);
}
.vmf-scope .vmf-share-btn[data-share="email"] .material-symbols-outlined {
    background: rgba(14, 165, 233, 0.16);
}
.vmf-scope .vmf-share-btn[data-share="whatsapp"] .material-symbols-outlined {
    background: rgba(34, 197, 94, 0.2);
}
.vmf-scope .vmf-share-btn[data-share="copy"] .material-symbols-outlined {
    background: rgba(230, 235, 240, 0.9);
}

/* Step 4 inbox tips: same bordered-box language as the info chips */
.vmf-scope .vmf-email-hints {
    background: #ffffff;
    border: 2px solid var(--vmf-grey);
    border-radius: 16px;
    padding: 14.4px;
    font-size: 13.6px;
    font-weight: 500;
    color: #545E67;
    text-align: left;
}
.vmf-scope .vmf-email-hints-title {
    font-family: var(--vmf-font-heading);
    font-size: 11.2px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 700;
    color: var(--vmf-raspberry);
    margin-bottom: 6.4px;
}
.vmf-scope .vmf-email-hints-featured {
    margin-bottom: 0;
}
.vmf-scope .vmf-email-hints-featured .vmf-email-hints-title,
.vmf-scope .vmf-email-hints-featured .vmf-email-hint {
    text-align: left;
}

/* Powered-by logo rows */
.vmf-scope .vmf-step4-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 16px 0 0;
    opacity: 0.8;
}

@media (max-width: 640px) {
    .vmf-scope .vmf-step4-logos {
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .vmf-scope .vmf-step-main-1 {
        padding-top: 12px !important;
        padding-bottom: 16px !important;
        gap: 12px !important;
    }
    .vmf-scope .vmf-step1-header {
        gap: 6.4px !important;
    }
    .vmf-scope .vmf-step1-header .vmf-brand-logo {
        height: 25.6px;
    }
    .vmf-scope .vmf-step-main-1 h1 {
        font-size: 25.6px !important;
        line-height: 1.1 !important;
    }
    .vmf-scope .vmf-step1-header p.vmf-animate-text,
    .vmf-scope .vmf-step-main-1 .vmf-step1-header > p:last-child {
        font-size: 14.4px;
    }
    .vmf-scope .vmf-step-main-1 .vmf-animate-text {
        margin-bottom: 4px;
    }
    .vmf-scope .vmf-step-main-1 .vmf-features-outer {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .vmf-scope .vmf-step-main-1 .vmf-form-scroll {
        padding: 16px !important;
    }
    .vmf-scope .vmf-form-step1 {
        gap: 12px !important;
    }
    .vmf-scope .vmf-form-step1 .vmf-input {
        padding-top: 10.4px !important;
        padding-bottom: 10.4px !important;
    }
}

.vmf-scope .vmf-firstname-highlight {
    color: #FF287D;
    font-weight: 800;
}
.vmf-scope .vmf-firstname-inline {
    color: #FF287D;
    font-weight: 800;
}
.vmf-scope .vmf-email-hint {
    display: none;
    line-height: 1.4;
}

/* On-brand start-date calendar */
.vmf-scope .vmf-datepicker {
    background: #ffffff;
    border: 2px solid var(--vmf-grey);
    border-radius: 16px;
    padding: 14.4px;
    box-shadow: 0 10px 24px rgba(44, 47, 50, 0.08);
}
.vmf-scope .vmf-datepicker-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 9.6px;
}
.vmf-scope .vmf-datepicker-title {
    font-family: var(--vmf-font-heading);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14.4px;
    letter-spacing: 0.06em;
    color: var(--vmf-soft-black);
}
.vmf-scope .vmf-datepicker-nav {
    width: 33.6px;
    height: 33.6px;
    border-radius: 9999px;
    border: 1px solid var(--vmf-grey);
    background: #fff;
    color: var(--vmf-raspberry);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
}
.vmf-scope .vmf-datepicker-nav:hover:not(:disabled) {
    background: var(--vmf-raspberry-light);
    border-color: rgba(255, 40, 125, 0.35);
}
.vmf-scope .vmf-datepicker-nav:disabled {
    opacity: 0.35;
    cursor: default;
}
.vmf-scope .vmf-datepicker-nav .material-symbols-outlined {
    font-size: 19.2px;
}
.vmf-scope .vmf-datepicker-weekdays,
.vmf-scope .vmf-datepicker-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 3.2px;
}
.vmf-scope .vmf-datepicker-weekdays span {
    text-align: center;
    font-size: 9.6px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #8d97a1;
    padding-bottom: 4.8px;
}
.vmf-scope .vmf-datepicker-day {
    aspect-ratio: 1 / 1;
    min-height: 33.6px;
    border-radius: 9999px;
    border: 1px solid transparent;
    background: transparent;
    color: var(--vmf-soft-black);
    font-size: 12.8px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.12s ease-out, color 0.12s ease-out,
        border-color 0.12s ease-out;
}
.vmf-scope .vmf-datepicker-day:hover:not(:disabled):not(.is-selected) {
    background: var(--vmf-mint-light);
    color: var(--vmf-mint-dark);
}
.vmf-scope .vmf-datepicker-day:disabled {
    color: #b9c2cb;
    cursor: default;
}
.vmf-scope .vmf-datepicker-day.is-today {
    border-color: rgba(255, 40, 125, 0.45);
}
.vmf-scope .vmf-datepicker-day.is-selected {
    background: var(--vmf-raspberry);
    color: #ffffff;
    box-shadow: 0 6px 14px rgba(255, 40, 125, 0.35);
}
.vmf-scope .vmf-datepicker-selected {
    margin-top: 9.6px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #545e67;
}

/* Once a date is picked the calendar collapses to a compact summary,
   pointing people at the main CTA. */
.vmf-scope .vmf-datepicker-summary {
    display: none;
    align-items: center;
    gap: 8.8px;
}
.vmf-scope .vmf-datepicker.is-collapsed .vmf-datepicker-header,
.vmf-scope .vmf-datepicker.is-collapsed .vmf-datepicker-weekdays,
.vmf-scope .vmf-datepicker.is-collapsed .vmf-datepicker-grid,
.vmf-scope .vmf-datepicker.is-collapsed .vmf-datepicker-selected {
    display: none;
}
.vmf-scope .vmf-datepicker.is-collapsed .vmf-datepicker-summary {
    display: flex;
}
.vmf-scope .vmf-datepicker-summary .material-symbols-outlined {
    font-size: 20px;
    color: var(--vmf-raspberry);
}
.vmf-scope .vmf-datepicker-summary-text {
    flex: 1;
    font-size: 13.6px;
    font-weight: 600;
    color: var(--vmf-soft-black);
}
.vmf-scope .vmf-datepicker-change {
    flex-shrink: 0;
    border: 1px solid var(--vmf-grey);
    background: #ffffff;
    border-radius: 9999px;
    padding: 5.6px 14.4px;
    font-size: 12px;
    font-weight: 700;
    color: #545E67;
    cursor: pointer;
    transition: border-color 0.15s ease-out, color 0.15s ease-out;
}
.vmf-scope .vmf-datepicker-change:hover {
    border-color: rgba(255, 40, 125, 0.35);
    color: var(--vmf-raspberry);
}

/* Invite-by-email row: keep input + button inside the card */
.vmf-scope .vmf-invite-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.vmf-scope .vmf-invite-row .vmf-input {
    flex: 1 1 200px;
    min-width: 0;
}
.vmf-scope .vmf-invite-submit {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 12px 19.2px;
    font-size: 12px;
}
@media (max-width: 480px) {
    .vmf-scope .vmf-invite-submit {
        width: 100%;
    }
}

/* Outline button */
.vmf-scope .vmf-outline-btn {
    border-radius: 9999px;
    font-weight: 700;
    font-size: 14.4px;
    letter-spacing: 0.01em;
    text-transform: none;
    padding: 12.8px 22.4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6.4px;
    border: 1px solid rgba(255, 40, 125, 0.4);
    color: #FF287D;
    background: transparent;
    transition: transform 0.15s ease-out, box-shadow 0.15s ease-out,
        border-color 0.15s ease-out;
}
.vmf-scope .vmf-outline-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(255, 40, 125, 0.2);
    border-color: rgba(255, 40, 125, 0.7);
}

/* Progress track & buddy character */
.vmf-scope .vmf-progress-track {
    position: relative;
    overflow: hidden;
}

.vmf-scope .vmf-progress-bar {
    width: 0%;
    transition: width 0.7s ease-out;
    background: linear-gradient(
        90deg,
        #7D003C 0%,
        #FF287D 45%,
        #7DD7C8 100%
    );
    position: relative;
    overflow: hidden;
}

/* Continuous flowing effect inside the bar */
.vmf-scope .vmf-progress-bar::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.0) 0%,
        rgba(255, 255, 255, 0.45) 40%,
        rgba(255, 255, 255, 0.0) 80%
    );
    background-size: 200% 100%;
    animation: vmf-progress-flow 2.4s linear infinite;
    mix-blend-mode: screen;
    opacity: 0.65;
}

.vmf-scope .vmf-progress-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 12% 50%, rgba(255,255,255,0.55) 0 4px, transparent 6px),
        radial-gradient(circle at 38% 70%, rgba(255,255,255,0.45) 0 3px, transparent 5px),
        radial-gradient(circle at 68% 35%, rgba(255,255,255,0.4) 0 3px, transparent 6px),
        radial-gradient(circle at 86% 60%, rgba(255,255,255,0.5) 0 4px, transparent 7px);
    background-size: 200% 200%;
    animation: vmf-bubble 2.8s ease-in-out infinite;
    opacity: 0.6;
}

@keyframes vmf-progress-flow {
    0% {
        background-position: -40% 0;
    }
    100% {
        background-position: 140% 0;
    }
}

@keyframes vmf-bubble {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 40%;
    }
    100% {
        background-position: 0% 60%;
    }
}

/* Buddy icon riding along the bar */
.vmf-scope .vmf-progress-buddy {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 15.2px;
    line-height: 1;
    filter: drop-shadow(0 2px 4px rgba(44, 47, 50, 0.35));
    animation: vmf-buddy-bounce 1.6s ease-in-out infinite;
}

/* Position buddy based on current step */
.vmf-scope .veganuary-multistep-form[data-step="1"] .vmf-step-main-1 .vmf-progress-buddy {
    left: 33%;
}
.vmf-scope .veganuary-multistep-form[data-step="2"] .vmf-step-main-2 .vmf-progress-buddy {
    left: 66%;
}
.vmf-scope .veganuary-multistep-form[data-step="3"] .vmf-step-main-3 .vmf-progress-buddy {
    left: 100%;
}
.vmf-scope .veganuary-multistep-form[data-step="4"] .vmf-step-main-4 .vmf-progress-buddy {
    left: 100%;
}
.vmf-scope .veganuary-multistep-form[data-step="3.5"] .vmf-step-main-share .vmf-progress-buddy {
    left: 100%;
}

/* Subtle bouncing motion */
@keyframes vmf-buddy-bounce {
    0%,
    100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -65%);
    }
}

@keyframes vmf-spin {
    to {
        transform: rotate(360deg);
    }
}

/* Info line under the progress bar (outlined box, ref style) */
.vmf-scope .vmf-buddy-speech {
    position: relative;
    display: block;
    max-width: 100%;
    padding: 9.6px 12.8px;
    border-radius: 12px;
    border: 1px solid var(--vmf-grey);
    background-color: #ffffff;
    color: #545E67;
}

/* Buddy speech bounce when active */
@keyframes vmf-tip-bounce {
    0% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(-4px);
    }
    40% {
        transform: translateY(0);
    }
    60% {
        transform: translateY(-3px);
    }
    80%,
    100% {
        transform: translateY(0);
    }
}
.vmf-scope .vmf-buddy-speech.vmf-tip-active {
    animation: vmf-tip-bounce 0.8s ease-out;
}

.vmf-scope .vmf-brand-logos {
    display: inline-flex;
    align-items: center;
    gap: 10.4px;
}
.vmf-scope .vmf-brand-logo,
.vmf-scope .vmf-partner-logo {
    height: 32px;
    width: auto;
    object-fit: contain;
    max-width: 180px;
}
.vmf-scope .vmf-brand-divider {
    font-size: 14.4px;
    font-weight: 700;
    color: #8D97A1;
}
.vmf-scope .vmf-partner-inline {
    font-weight: 800;
    color: #2C2F32;
}

.vmf-scope .vmf-partner-optin {
    border: 1px solid rgba(255, 40, 125, 0.2);
    background: rgba(255, 40, 125, 0.06);
    padding: 13.6px 16px;
    border-radius: 12px;
}

/* Inputs hover/focus niceties */
.vmf-scope .vmf-input {
    transition: box-shadow 0.15s ease-out, border-color 0.15s ease-out;
}
.vmf-scope .vmf-input:hover,
.vmf-scope .vmf-input:focus {
    box-shadow: 0 0 0 1px rgba(255, 40, 125, 0.4);
}

/* Error message styling */
.vmf-scope .vmf-error-message {
    font-style: normal;
    font-size: 12px !important;
}

/* Step 1 features layout */
.vmf-scope .vmf-features-outer {
    position: relative;
}

.vmf-scope .vmf-features-wrapper {
    scrollbar-width: none; /* Firefox */
}
.vmf-scope .vmf-features-wrapper::-webkit-scrollbar {
    display: none; /* Safari & Chrome */
}

/* Base styling for feature cards */
.vmf-scope .vmf-feature-card {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 16px;
    border: 1px solid rgba(44, 47, 50, 0.06);
    background-color: rgba(255, 255, 255, 0.96);
    padding: 9.6px 12px;
    box-shadow: 0 4px 10px rgba(44, 47, 50, 0.08);
    transition: all 0.25s ease-out;
    overflow: hidden;
}

.vmf-scope .vmf-feature-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 14.4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(44, 47, 50, 0.15);
}

.vmf-scope .vmf-feature-icon .material-symbols-outlined {
    font-size: 24px;
}

.vmf-scope .vmf-feature-text h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2C2F32;
    margin: 0;
}
.vmf-scope .vmf-feature-text p {
    font-size: 12px;
    color: #6C7680;
    margin: 0;
}

/* Mobile behaviour: compact 2x2 grid for step 1 */
@media (max-width: 768px) {
    .vmf-scope .vmf-features-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding-bottom: 8px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: visible;
    }

    .vmf-scope .vmf-feature-card {
        flex: 0 0 auto;
        min-width: 0;
        padding: 8px 9.6px;
        box-shadow: none;
        cursor: default;
    }

    /* No tap-to-activate state on mobile – just simple, static cards */
    .vmf-scope .vmf-feature-card-active {
        box-shadow: none;
        transform: none;
    }
}

@media (max-width: 640px) {
    .vmf-scope .vmf-step-main-1 {
        padding-top: 16px !important;
    }
    .vmf-scope .vmf-step-main-1 h1 {
        font-size: 28px !important;
        line-height: 1.15;
    }
    .vmf-scope .vmf-step-main-1 p {
        font-size: 14.4px;
    }
    .vmf-scope .vmf-features-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }
    .vmf-scope .vmf-features-wrapper.vmf-feature-carousel {
        display: grid !important;
        overflow: visible;
    }
    .vmf-scope .vmf-feature-card {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        gap: 5.6px;
        padding: 11.2px 8px !important;
        min-height: 83.2px;
    }
    .vmf-scope .vmf-feature-icon {
        width: 32px;
        height: 32px;
        font-size: 16.8px;
    }
    .vmf-scope .vmf-feature-text {
        min-width: 0;
    }
    .vmf-scope .vmf-feature-text h3 {
        font-size: 12px;
        line-height: 1.2;
    }
    .vmf-scope .vmf-feature-text p {
        font-size: 10.56px;
        line-height: 1.35;
        margin-top: 2.4px;
    }
    .vmf-scope .vmf-features-outer {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }
    .vmf-scope .vmf-feature-slide {
        flex: initial;
        min-width: 0;
    }
    .vmf-scope .vmf-step-main-3,
    .vmf-scope .vmf-step-main-4,
    .vmf-scope .vmf-step-main-error {
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
    .vmf-scope .vmf-step-main-3 .vmf-form-scroll,
    .vmf-scope .vmf-step-main-4 .vmf-form-scroll {
        padding: 20px !important;
        border-radius: 16px;
        box-shadow: 0 10px 20px rgba(44, 47, 50, 0.12);
    }
    .vmf-scope .vmf-step-main-3 .grid,
    .vmf-scope .vmf-step-main-4 .grid {
        gap: 20px !important;
    }
}

.vmf-scope .vmf-fundraiseup-embed {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.vmf-scope .vmf-fundraiseup-slot {
    width: 100%;
    min-height: 120px;
    display: flex;
    justify-content: center;
}

.vmf-scope .vmf-feature-carousel {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    scrollbar-width: none;
}
.vmf-scope .vmf-feature-carousel::-webkit-scrollbar {
    display: none;
}
.vmf-scope .vmf-feature-carousel::-webkit-scrollbar {
    height: 4px;
}
.vmf-scope .vmf-feature-carousel::-webkit-scrollbar-thumb {
    background: rgba(141, 151, 161, 0.3);
    border-radius: 9999px;
}
.vmf-scope .vmf-feature-slide {
    scroll-snap-align: start;
    flex: 0 0 50%;
    min-width: calc(50% - 4px);
}

@media (min-width: 768px) {
    .vmf-scope .vmf-features-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    .vmf-scope .vmf-features-wrapper.vmf-feature-carousel {
        grid-auto-flow: initial;
        grid-auto-columns: initial;
        overflow: visible;
        scroll-snap-type: none;
    }
}

@media (min-width: 768px) {
    .vmf-scope .vmf-feature-dots {
        display: none;
    }
}

.vmf-scope .vmf-feature-dots {
    display: none;
}

/* Desktop 2x2 grid hover niceties */
@media (min-width: 769px) {
    .vmf-scope .vmf-feature-card {
        cursor: default;
    }
    .vmf-scope .vmf-feature-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 14px 30px rgba(44, 47, 50, 0.18);
    }
    .vmf-scope .vmf-feature-card:hover .material-symbols-outlined {
        transform: scale(1.05) translateY(-1px);
        color: #FF287D;
    }
}

/* CTA sits inside the form card at every size (no floating bar) */
.vmf-scope .vmf-mobile-sticky {
    position: static;
    padding: 0;
    background: transparent;
    box-shadow: none;
}
@media (max-width: 768px) {
    .vmf-scope .vmf-mobile-sticky .vmf-cta-btn {
        width: 100% !important;
    }
    .vmf-scope .vmf-step-main-1,
    .vmf-scope .vmf-step-main-2,
    .vmf-scope .vmf-step-main-3 {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
        align-items: flex-start;
    }
}

/* Vegan fireworks overlay for step 2 → 3 transition */
.vmf-scope .vmf-fireworks-overlay {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 60;
    overflow: visible;
    background: radial-gradient(
        circle at 50% 40%,
        rgba(255, 40, 125, 0.12),
        rgba(255, 255, 255, 0) 60%
    );
}

.vmf-scope .vmf-fireworks-overlay-fade {
    animation: vmf-fireworks-fade 0.9s ease forwards;
}

.vmf-scope .vmf-firework-food {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 22.4px;
    opacity: 0;
    transform: translate(0, 0) scale(0.4) rotate(0deg);
    animation: vmf-food-burst 2.1s ease-out forwards;
    animation-delay: var(--vmf-food-delay, 0s);
    will-change: transform, opacity;
}

/* Fireworks message and dimming removed */

@keyframes vmf-food-burst {
    0% {
        opacity: 0;
        transform: translate(0, 0) scale(0.4) rotate(0deg);
    }
    15% {
        opacity: 1;
    }
    70% {
        opacity: 1;
        transform: translate(var(--vmf-food-x), var(--vmf-food-y))
            scale(var(--vmf-food-scale, 1)) rotate(var(--vmf-food-rot, 0deg));
    }
    100% {
        opacity: 0;
        transform: translate(calc(var(--vmf-food-x) * 1.15), calc(var(--vmf-food-y) * 1.15))
            scale(0.9) rotate(var(--vmf-food-rot, 0deg));
    }
}


@keyframes vmf-fireworks-fade {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Optional: little help icon styling (if added later) */
.vmf-scope .vmf-help-icon {
    cursor: help;
    transition: transform 0.15s ease-out;
}
.vmf-scope .vmf-help-icon:hover {
    transform: scale(1.05);
}

.vmf-scope .vmf-step2-card {
    position: relative;
    overflow: hidden;
}
.vmf-scope .vmf-step2-card::before {
    content: "";
    position: absolute;
    top: -48px;
    right: -48px;
    width: 176px;
    height: 176px;
    border-radius: 58% 42% 55% 45% / 55% 48% 52% 45%;
    background: rgba(255, 40, 125, 0.07);
    pointer-events: none;
    z-index: 0;
}
.vmf-scope .vmf-step2-card::after {
    content: "";
    position: absolute;
    bottom: -56px;
    left: -48px;
    width: 160px;
    height: 160px;
    border-radius: 45% 55% 48% 52% / 52% 45% 55% 48%;
    background: rgba(125, 215, 200, 0.16);
    pointer-events: none;
    z-index: 0;
}
.vmf-scope .vmf-step2-card > * {
    position: relative;
    z-index: 1;
}
.vmf-scope .vmf-step2-card .vmf-submit-overlay {
    z-index: 5;
}
.vmf-scope .vmf-submit-overlay {
    position: absolute;
    inset: 0;
    background: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 5;
}
.vmf-scope .vmf-submit-overlay-card {
    background: transparent;
    padding: 35.2px 28.8px;
    border-radius: 12px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11.2px;
    color: #2C2F32;
    text-align: center;
    max-width: 640px;
    width: 100%;
}
.vmf-scope .vmf-submit-spinner {
    width: 56px;
    height: 56px;
    border: 3px solid rgba(255, 40, 125, 0.2);
    border-top-color: #FF287D;
    border-radius: 50%;
    animation: vmf-spin 0.8s linear infinite;
}
.vmf-scope .vmf-submit-icons {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #02463A;
    animation: vmf-tip-bounce 1.8s ease-in-out infinite;
}
.vmf-scope .vmf-submit-icons .material-symbols-outlined {
    font-size: 19.2px;
}
.vmf-scope .vmf-submit-title {
    font-size: 16.8px;
    font-weight: 800;
    margin-bottom: 3.2px;
}
.vmf-scope .vmf-submit-fact {
    font-size: 12.8px;
    color: #6C7680;
}
.vmf-scope .vmf-step2-card.vmf-is-submitting .vmf-form-step2 {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.vmf-scope .vmf-step2-card.vmf-is-submitting .vmf-submit-overlay {
    opacity: 1;
    pointer-events: all;
}

/* Primary CTA button unification (Next / Finish) */
.vmf-scope .vmf-cta-btn {
    border-radius: 9999px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.01em;
    text-transform: none;
    padding: 15.2px 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6.4px;
    background-color: #FF287D;
    color: #fff;
    box-shadow: 0 12px 25px rgba(255, 40, 125, 0.35);
    transition: transform 0.15s ease-out, box-shadow 0.15s ease-out,
        background-color 0.15s ease-out;
}
.vmf-scope .vmf-cta-btn:hover {
    transform: translateY(-1px) scale(1.01);
    box-shadow: 0 16px 35px rgba(255, 40, 125, 0.45);
    background-color: #7D003C;
}
.vmf-scope .vmf-cta-btn:active {
    transform: translateY(0) scale(0.98);
    box-shadow: 0 8px 20px rgba(255, 40, 125, 0.3);
}

/* Turnstile container - hide but keep in DOM */
.vmf-scope .vmf-turnstile-container {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Info cards: hug their content, icon vertically centred */
.vmf-scope .vmf-step2-feature-card {
    width: 100%;
    display: flex;
    align-items: center;
}

.vmf-scope .vmf-donation-custom {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
}
.vmf-scope .vmf-donation-tabs {
    display: inline-flex;
    gap: 8px;
    justify-content: center;
}
.vmf-scope .vmf-donation-tab {
    padding: 6.4px 14.4px;
    border-radius: 9999px;
    border: 1px solid rgba(141, 151, 161, 0.3);
    font-size: 11.2px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #545E67;
    background: #fff;
}
.vmf-scope .vmf-donation-tab.is-active {
    border-color: rgba(255, 40, 125, 0.4);
    color: #FF287D;
}
.vmf-scope .vmf-donation-amounts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}
.vmf-scope .vmf-donation-amount,
.vmf-scope .vmf-donation-custom-amount {
    border-radius: 12px;
    border: 1px solid rgba(141, 151, 161, 0.25);
    padding: 9.6px 6.4px;
    font-weight: 700;
    color: #2C2F32;
    background: #fff;
}
.vmf-scope .vmf-donation-custom-amount {
    grid-column: span 3;
    text-align: center;
}
.vmf-scope .vmf-donation-amount.is-active {
    border-color: rgba(255, 40, 125, 0.4);
    color: #FF287D;
}
.vmf-scope .vmf-donation-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9.6px;
}
.vmf-scope .vmf-donation-label {
    font-size: 11.2px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #8D97A1;
    font-weight: 700;
}
.vmf-scope .vmf-donation-currency {
    border-radius: 9.6px;
    border: 1px solid rgba(141, 151, 161, 0.25);
    padding: 6.4px 9.6px;
    background: #fff;
    font-weight: 600;
}


/* Step 2 left column sticky on desktop */
@media (min-width: 1024px) {
    .vmf-scope .veganuary-multistep-root {
        overflow: visible;
    }
    .vmf-scope .vmf-step2-left-sticky {
        position: sticky;
        top: 90px; /* below WP toolbar / nav */
        align-self: flex-start;
    }
    .vmf-scope .vmf-step1-left-sticky,
    .vmf-scope .vmf-step3-left-sticky,
    .vmf-scope .vmf-step4-left-sticky,
    .vmf-scope .vmf-share-left-sticky {
        position: sticky;
        top: 90px;
        align-self: flex-start;
    }
    .vmf-scope .vmf-step-main-1,
    .vmf-scope .vmf-step-main-2,
    .vmf-scope .vmf-step-main-3,
    .vmf-scope .vmf-step-main-share,
    .vmf-scope .vmf-step-main-4 {
        align-items: flex-start;
        min-height: calc(100vh - 120px);
    }
}

/* Mobile: info cards on steps 2/3/share/4 match step 1's compact tile grid */
@media (max-width: 640px) {
    .vmf-scope .vmf-info-cards {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px !important;
    }
    .vmf-scope .vmf-info-cards .vmf-step2-feature-card {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        gap: 5.6px;
        padding: 11.2px 8px !important;
        min-height: 83.2px;
    }
    .vmf-scope .vmf-info-cards .vmf-step2-feature-card .vmf-feature-icon {
        width: 32px;
        height: 32px;
        font-size: 16.8px;
    }
    .vmf-scope .vmf-info-cards .vmf-step2-feature-card h3 {
        font-size: 12px !important;
        line-height: 1.2;
    }
    .vmf-scope .vmf-info-cards .vmf-step2-feature-card p {
        font-size: 10.56px !important;
        line-height: 1.35;
        margin-top: 2.4px;
    }
    /* Step 2 submit row: keep the CTA on one line next to Back */
    .vmf-scope .vmf-submit {
        font-size: 14.4px;
        white-space: nowrap;
        padding-left: 16px;
        padding-right: 16px;
    }
    /* Reassurance line under the cards: quiet, centred, no orphan look */
    .vmf-scope .vmf-reassure-line {
        max-width: 100% !important;
        text-align: center;
        width: 100%;
    }
}
