.elementor-1142 .elementor-element.elementor-element-6331b96{--display:flex;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9f9054c */@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

/* =========================================
   FAQ PAGE — SECTION 1
========================================= */

.vzf1-section,
.vzf1-section *,
.vzf1-section *::before,
.vzf1-section *::after {
    box-sizing: border-box;
    font-family: "Manrope", Arial, sans-serif !important;
}

.vzf1-section {
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 100%;
    padding: clamp(64px, 7vw, 92px) 18px 48px;
    overflow: hidden;
    color: #190d1e;
    background:
        radial-gradient(circle at 4% 10%, rgba(244, 35, 124, 0.13), transparent 29%),
        radial-gradient(circle at 96% 7%, rgba(137, 43, 255, 0.13), transparent 30%),
        linear-gradient(135deg, #fff9fc 0%, #ffffff 50%, #faf7ff 100%);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-synthesis: none;
    scroll-margin-top: 90px;
}

/* Background grid */

.vzf1-section::before {
    content: "";
    position: absolute;
    z-index: -3;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(55, 18, 65, 0.032) 1px, transparent 1px),
        linear-gradient(90deg, rgba(55, 18, 65, 0.032) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 94%);
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 94%);
}

.vzf1-glow {
    position: absolute;
    z-index: -2;
    display: block;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(18px);
}

.vzf1-glow-left {
    top: -80px;
    left: -150px;
    width: 410px;
    height: 410px;
    background: rgba(244, 35, 124, 0.11);
    animation: vzf1GlowLeft 10s ease-in-out infinite alternate;
}

.vzf1-glow-right {
    top: -120px;
    right: -130px;
    width: 450px;
    height: 450px;
    background: rgba(137, 43, 255, 0.11);
    animation: vzf1GlowRight 11s ease-in-out infinite alternate;
}

.vzf1-circle {
    position: absolute;
    z-index: -1;
    top: -240px;
    right: 3%;
    display: block;
    width: 490px;
    height: 490px;
    border: 1px solid rgba(143, 46, 255, 0.1);
    border-radius: 50%;
    pointer-events: none;
}

.vzf1-circle::before {
    content: "";
    position: absolute;
    inset: 65px;
    border: 1px dashed rgba(239, 35, 124, 0.09);
    border-radius: inherit;
}

.vzf1-container {
    position: relative;
    z-index: 2;
    width: min(1120px, 100%);
    margin: 0 auto;
}

/* =========================================
   CENTER HEADING
========================================= */

.vzf1-header {
    width: min(880px, 100%);
    margin: 0 auto 44px;
    text-align: center;
    animation: vzf1HeaderReveal 0.75s ease both;
}

.vzf1-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 43px;
    margin: 0 auto 22px;
    padding: 7px 17px 7px 8px;
    color: #7624c7;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(181, 54, 222, 0.24);
    border-radius: 999px;
    box-shadow: 0 11px 30px rgba(65, 21, 77, 0.08);
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vzf1-badge-icon {
    display: inline-grid !important;
    place-items: center !important;
    flex: 0 0 29px;
    width: 29px;
    height: 29px;
    margin: 0 !important;
    color: #ffffff;
    line-height: 0 !important;
    background: linear-gradient(135deg, #f4237c, #922cff);
    border-radius: 50%;
    box-shadow: 0 8px 19px rgba(198, 38, 194, 0.25);
}

.vzf1-badge-icon svg {
    position: static !important;
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    transform: none !important;
}

.vzf1-title {
    width: 100%;
    margin: 0 0 19px !important;
    color: #180c1d;
    font-size: clamp(46px, 5vw, 64px) !important;
    font-weight: 800 !important;
    line-height: 1.02 !important;
    letter-spacing: -0.058em !important;
}

.vzf1-title-dark,
.vzf1-title-gradient {
    display: block;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
    white-space: nowrap;
}

.vzf1-title-gradient {
    padding-bottom: 5px;
    color: #ee247c;
    background: linear-gradient(
        90deg,
        #f02579 0%,
        #d524ba 48%,
        #8331ff 100%
    );
    background-size: 180% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: vzf1GradientText 6s ease-in-out infinite alternate;
}

.vzf1-description {
    width: min(690px, 100%);
    margin: 0 auto !important;
    color: #675c6a;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.7 !important;
}

/* =========================================
   FAQ ACCORDION
========================================= */

.vzf1-faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: min(980px, 100%);
    margin: 0 auto;
}

.vzf1-faq-item {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #e6dbe8;
    border-radius: 17px;
    box-shadow: 0 10px 30px rgba(52, 17, 61, 0.055);
    transition:
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.vzf1-faq-item:hover {
    border-color: rgba(190, 48, 218, 0.34);
    box-shadow: 0 15px 35px rgba(64, 18, 75, 0.09);
    transform: translateY(-2px);
}

.vzf1-faq-item[open] {
    background:
        linear-gradient(
            120deg,
            rgba(244, 35, 124, 0.045),
            rgba(141, 44, 255, 0.04)
        ),
        #ffffff;
    border-color: rgba(196, 47, 219, 0.4);
    box-shadow:
        0 18px 42px rgba(70, 17, 83, 0.1),
        inset 3px 0 0 #e42591;
}

/* Remove default browser arrow */

.vzf1-question {
    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 39px;
    align-items: center;
    gap: 15px;
    min-height: 76px;
    margin: 0;
    padding: 14px 18px;
    color: #1d1022;
    list-style: none;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.vzf1-question::-webkit-details-marker {
    display: none;
}

.vzf1-question::marker {
    display: none;
    content: "";
}

.vzf1-question:focus-visible {
    outline: 3px solid rgba(145, 44, 255, 0.22);
    outline-offset: -3px;
    border-radius: 15px;
}

.vzf1-number {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: #942be8;
    background: #f6edfb;
    border: 1px solid #e9d9f3;
    border-radius: 12px;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.vzf1-faq-item[open] .vzf1-number {
    color: #ffffff;
    background: linear-gradient(135deg, #f4237c, #922cff);
    border-color: transparent;
    box-shadow: 0 8px 19px rgba(197, 38, 195, 0.21);
    transform: scale(1.04);
}

.vzf1-question-text {
    min-width: 0;
    color: #201225;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
    letter-spacing: -0.015em;
}

/* Plus / minus button */

.vzf1-toggle-icon {
    position: relative;
    display: inline-grid !important;
    place-items: center !important;
    width: 39px;
    height: 39px;
    margin: 0 !important;
    color: #942be8;
    background: #faf5fd;
    border: 1px solid #eadcf1;
    border-radius: 50%;
    line-height: 0 !important;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.35s ease;
}

.vzf1-toggle-icon span {
    position: absolute;
    display: block;
    width: 14px;
    height: 2px;
    background: currentColor;
    border-radius: 20px;
    transition:
        opacity 0.3s ease,
        transform 0.35s ease;
}

.vzf1-toggle-icon span:nth-child(2) {
    transform: rotate(90deg);
}

.vzf1-faq-item[open] .vzf1-toggle-icon {
    color: #ffffff;
    background: linear-gradient(135deg, #ef247c, #932cff);
    border-color: transparent;
    box-shadow: 0 8px 19px rgba(196, 39, 193, 0.2);
    transform: rotate(180deg);
}

.vzf1-faq-item[open] .vzf1-toggle-icon span:nth-child(2) {
    opacity: 0;
    transform: rotate(90deg) scaleX(0);
}

/* FAQ answers */

.vzf1-answer {
    padding: 0 18px 0 79px;
}

.vzf1-answer-inner {
    padding: 0 58px 20px 0;
    color: #665b69;
    border-top: 1px solid #eadfeb;
    animation: vzf1AnswerOpen 0.35s ease both;
}

.vzf1-answer p {
    margin: 15px 0 0 !important;
    color: #665b69;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.7 !important;
}

.vzf1-answer ul {
    display: grid;
    gap: 9px;
    margin: 14px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.vzf1-answer li {
    position: relative;
    margin: 0 !important;
    padding-left: 24px;
    color: #514655;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.55 !important;
}

.vzf1-answer li::before {
    content: "✓";
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-grid;
    place-items: center;
    width: 17px;
    height: 17px;
    color: #078459;
    background: #dcf8ee;
    border-radius: 50%;
    font-size: 9px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

.vzf1-answer strong {
    color: #2a1a2f;
    font-weight: 800 !important;
}

/* =========================================
   SUPPORT BAR
========================================= */

.vzf1-support-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 25px;
    width: min(980px, 100%);
    min-height: 112px;
    margin: 30px auto 0;
    padding: 22px 24px;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 90% 10%, rgba(150, 44, 255, 0.25), transparent 38%),
        linear-gradient(120deg, #1b0b21 0%, #27102d 100%);
    border: 1px solid rgba(215, 69, 202, 0.26);
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(38, 11, 44, 0.16);
}

.vzf1-support-content {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.vzf1-support-icon {
    display: inline-grid !important;
    place-items: center !important;
    flex: 0 0 47px;
    width: 47px;
    height: 47px;
    margin: 0 !important;
    color: #ffffff;
    line-height: 0 !important;
    background: linear-gradient(135deg, #f4237c, #922cff);
    border-radius: 13px;
    box-shadow: 0 10px 24px rgba(207, 39, 194, 0.26);
}

.vzf1-support-icon svg {
    position: static !important;
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    margin: 0 !important;
    transform: none !important;
}

.vzf1-support-content strong,
.vzf1-support-content small {
    display: block;
}

.vzf1-support-content strong {
    color: #ffffff;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
}

.vzf1-support-content small {
    margin-top: 4px;
    color: #cdbfd1;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
}

.vzf1-support-actions {
    display: grid;
    grid-template-columns: minmax(165px, 1fr) minmax(130px, 0.78fr);
    gap: 10px;
    width: 355px;
}

.vzf1-primary-button,
.vzf1-secondary-button {
    position: relative;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px;
    width: 100%;
    min-width: 0;
    min-height: 49px;
    margin: 0 !important;
    padding: 11px 14px !important;
    overflow: hidden;
    border-radius: 12px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    cursor: pointer;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.vzf1-primary-button {
    color: #ffffff !important;
    background: linear-gradient(100deg, #f4237c, #962aff);
    border: 1px solid transparent !important;
    box-shadow: 0 12px 27px rgba(204, 38, 196, 0.25);
}

.vzf1-primary-button::before {
    content: "";
    position: absolute;
    top: -60%;
    left: -80%;
    width: 32%;
    height: 220%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    transform: rotate(18deg);
    transition: left 0.7s ease;
}

.vzf1-primary-button:hover {
    color: #ffffff !important;
    background: linear-gradient(110deg, #7629f5, #ef247c);
    box-shadow: 0 15px 32px rgba(199, 39, 201, 0.32);
    transform: translateY(-3px);
}

.vzf1-primary-button:hover::before {
    left: 145%;
}

.vzf1-secondary-button {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.19) !important;
}

.vzf1-secondary-button:hover {
    color: #ffffff !important;
    background: rgba(244, 35, 124, 0.2);
    border-color: rgba(245, 86, 190, 0.55) !important;
    transform: translateY(-3px);
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {
    .vzf1-section {
        padding-top: 58px;
    }

    .vzf1-title {
        font-size: clamp(40px, 6vw, 52px) !important;
    }

    .vzf1-support-bar {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .vzf1-support-actions {
        width: min(430px, 100%);
    }
}

/* =========================================
   MOBILE — COMPACT AND RESPONSIVE
========================================= */

@media (max-width: 767px) {
    .vzf1-section {
        padding: 36px 10px 24px;
    }

    .vzf1-section::before {
        background-size: 34px 34px;
    }

    .vzf1-circle {
        top: -120px;
        right: -130px;
        width: 300px;
        height: 300px;
    }

    .vzf1-header {
        margin-bottom: 26px;
    }

    .vzf1-badge {
        min-height: 35px;
        margin-bottom: 16px;
        padding: 5px 12px 5px 6px;
        font-size: 9px !important;
        letter-spacing: 0.055em;
    }

    .vzf1-badge-icon {
        flex-basis: 25px;
        width: 25px;
        height: 25px;
    }

    .vzf1-badge-icon svg {
        width: 14px !important;
        height: 14px !important;
    }

    .vzf1-title {
        margin-bottom: 14px !important;
        font-size: clamp(26px, 8.3vw, 34px) !important;
        line-height: 1.04 !important;
        letter-spacing: -0.054em !important;
    }

    .vzf1-title-dark,
    .vzf1-title-gradient {
        width: 100%;
        white-space: nowrap;
    }

    .vzf1-description {
        width: min(340px, 100%);
        font-size: 12.5px !important;
        line-height: 1.55 !important;
    }

    .vzf1-faq-grid {
        gap: 8px;
    }

    .vzf1-faq-item {
        border-radius: 14px;
    }

    .vzf1-faq-item:hover {
        transform: none;
    }

    .vzf1-question {
        grid-template-columns: 34px minmax(0, 1fr) 31px;
        gap: 9px;
        min-height: 63px;
        padding: 10px;
    }

    .vzf1-number {
        width: 34px;
        height: 34px;
        border-radius: 9px;
        font-size: 9px !important;
    }

    .vzf1-question-text {
        font-size: 12px !important;
        line-height: 1.35 !important;
    }

    .vzf1-toggle-icon {
        width: 31px;
        height: 31px;
    }

    .vzf1-toggle-icon span {
        width: 12px;
    }

    .vzf1-answer {
        padding: 0 10px 0 53px;
    }

    .vzf1-answer-inner {
        padding: 0 5px 14px 0;
    }

    .vzf1-answer p {
        margin-top: 11px !important;
        font-size: 11px !important;
        line-height: 1.58 !important;
    }

    .vzf1-answer ul {
        gap: 7px;
        margin-top: 11px !important;
    }

    .vzf1-answer li {
        padding-left: 21px;
        font-size: 10.5px !important;
        line-height: 1.5 !important;
    }

    .vzf1-answer li::before {
        width: 15px;
        height: 15px;
        font-size: 8px !important;
    }

    /* Compact support bar */

    .vzf1-support-bar {
        gap: 15px;
        min-height: 0;
        margin-top: 18px;
        padding: 16px 12px 12px;
        border-radius: 16px;
    }

    .vzf1-support-content {
        justify-content: center;
        gap: 10px;
        text-align: left;
    }

    .vzf1-support-icon {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    .vzf1-support-icon svg {
        width: 19px !important;
        height: 19px !important;
    }

    .vzf1-support-content strong {
        font-size: 12px !important;
    }

    .vzf1-support-content small {
        font-size: 9px !important;
    }

    /* Buttons always left-right */

    .vzf1-support-actions {
        grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
        gap: 7px;
        width: 100%;
    }

    .vzf1-primary-button,
    .vzf1-secondary-button {
        gap: 5px;
        min-height: 44px;
        padding: 9px 6px !important;
        border-radius: 10px !important;
        font-size: 9.5px !important;
    }
}

@media (max-width: 360px) {
    .vzf1-title {
        font-size: 24px !important;
    }

    .vzf1-question-text {
        font-size: 11px !important;
    }

    .vzf1-primary-button,
    .vzf1-secondary-button {
        padding-inline: 4px !important;
        font-size: 9px !important;
    }
}

/* =========================================
   ANIMATIONS
========================================= */

@keyframes vzf1HeaderReveal {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes vzf1AnswerOpen {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes vzf1GradientText {
    from {
        background-position: 0% 50%;
    }

    to {
        background-position: 100% 50%;
    }
}

@keyframes vzf1GlowLeft {
    from {
        transform: translate3d(0, 0, 0) scale(0.95);
    }

    to {
        transform: translate3d(35px, 20px, 0) scale(1.08);
    }
}

@keyframes vzf1GlowRight {
    from {
        transform: translate3d(0, 0, 0) scale(1);
    }

    to {
        transform: translate3d(-30px, 20px, 0) scale(1.09);
    }
}

/* Performance and accessibility */

@media (prefers-reduced-motion: reduce) {
    .vzf1-section *,
    .vzf1-section *::before,
    .vzf1-section *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}/* End custom CSS */