.elementor-1212 .elementor-element.elementor-element-2d97919{--display:flex;--margin-top:-36px;--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;}@media(max-width:767px){.elementor-1212 .elementor-element.elementor-element-ebf6240{margin:-17px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-4b96a11 *//* =====================================================
   VEBZYRA — CONTACT PAGE
   SECTION 1 COMPLETE CSS
===================================================== */

.vzc1-section,
.vzc1-section *,
.vzc1-section *::before,
.vzc1-section *::after {
    box-sizing: border-box;
}

.vzc1-section,
.vzc1-section input,
.vzc1-section select,
.vzc1-section textarea,
.vzc1-section button {
    font-family: "Manrope", Arial, sans-serif !important;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* =====================================================
   MAIN SECTION
===================================================== */

.vzc1-section {
    --vzc1-text: #211827;
    --vzc1-muted: #686171;
    --vzc1-border: #e9e1ec;
    --vzc1-purple: #8240e9;
    --vzc1-pink: #d431ac;
    --vzc1-green: #22a366;

    position: relative;
    isolation: isolate;
    width: 100%;
    padding: 76px 0 82px;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #fdfaff 50%,
            #f9f6fb 100%
        );
    color: var(--vzc1-text);
}

.vzc1-container {
    position: relative;
    z-index: 2;
    width: min(1220px, calc(100% - 64px));
    margin: 0 auto;
}

/* =====================================================
   DECORATIVE BACKGROUND
===================================================== */

.vzc1-background {
    position: absolute;
    z-index: -1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.vzc1-grid {
    position: absolute;
    inset: 0;
    opacity: 0.34;
    background-image:
        linear-gradient(
            rgba(119, 74, 147, 0.045) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(119, 74, 147, 0.045) 1px,
            transparent 1px
        );
    background-size: 42px 42px;
    mask-image:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.8),
            transparent 90%
        );
    -webkit-mask-image:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.8),
            transparent 90%
        );
}

.vzc1-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
}

.vzc1-glow-one {
    top: -210px;
    left: -170px;
    width: 520px;
    height: 520px;
    background:
        radial-gradient(
            circle,
            rgba(214, 49, 172, 0.1),
            transparent 68%
        );
}

.vzc1-glow-two {
    right: -170px;
    bottom: -230px;
    width: 620px;
    height: 620px;
    background:
        radial-gradient(
            circle,
            rgba(126, 63, 233, 0.12),
            transparent 68%
        );
}

.vzc1-orbit {
    position: absolute;
    border: 1px solid rgba(137, 68, 186, 0.07);
    border-radius: 50%;
}

.vzc1-orbit-one {
    top: 140px;
    left: -240px;
    width: 520px;
    height: 520px;
}

.vzc1-orbit-two {
    right: -310px;
    bottom: -260px;
    width: 700px;
    height: 700px;
}

/* =====================================================
   TOP STATUS ROW
===================================================== */

.vzc1-top-row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 43px;
}

.vzc1-page-label {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 9px;
    padding: 6px 13px 6px 6px;
    border: 1px solid rgba(137, 63, 218, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #7834cc;
    box-shadow: 0 7px 20px rgba(77, 40, 102, 0.05);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.vzc1-page-label-icon {
    display: grid;
    flex: 0 0 31px;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 50%;
    background:
        linear-gradient(
            135deg,
            var(--vzc1-pink),
            var(--vzc1-purple)
        );
    color: #ffffff;
}

.vzc1-page-label-icon svg {
    display: block;
    width: 16px;
    height: 16px;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vzc1-availability {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 9px;
    padding: 10px 15px;
    border: 1px solid rgba(34, 163, 102, 0.2);
    border-radius: 999px;
    background: rgba(242, 253, 247, 0.94);
    color: #187a4e;
    box-shadow: 0 7px 20px rgba(34, 163, 102, 0.05);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.vzc1-availability-dot {
    position: relative;
    display: block;
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #27aa6d;
    box-shadow: 0 0 0 4px rgba(39, 170, 109, 0.12);
}

/* =====================================================
   TWO-COLUMN LAYOUT
===================================================== */

.vzc1-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1.04fr)
        minmax(430px, 0.96fr);
    align-items: start;
    gap: clamp(48px, 6.5vw, 88px);
    width: 100%;
}

/* =====================================================
   LEFT CONTENT
===================================================== */

.vzc1-content {
    min-width: 0;
    padding: 17px 0 0;
}

.vzc1-eyebrow {
    display: block;
    margin: 0 0 17px;
    color: #8a4bc3;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.vzc1-title {
    width: 100%;
    max-width: 690px;
    margin: 0 !important;
    padding: 0 0 9px;
    overflow: visible;
    font-size: clamp(51px, 5vw, 68px) !important;
    font-weight: 700 !important;
    line-height: 1.075 !important;
    letter-spacing: -0.058em !important;
    text-align: left;
}

.vzc1-title-primary,
.vzc1-title-accent {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 0;
    padding: 0 0 0.06em;
    overflow: visible;
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    white-space: nowrap;
}

.vzc1-title-primary {
    color: var(--vzc1-text);
    -webkit-text-fill-color: var(--vzc1-text);
}

.vzc1-title-accent {
    padding-bottom: 0.13em;
    background:
        linear-gradient(
            105deg,
            #d52fac 0%,
            #aa36d8 48%,
            #7442eb 100%
        );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vzc1-description {
    width: 100%;
    max-width: 590px;
    margin: 22px 0 0 !important;
    color: var(--vzc1-muted);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.72;
    letter-spacing: -0.012em;
}

/* =====================================================
   NEXT STEPS
===================================================== */

.vzc1-next-steps {
    width: 100%;
    max-width: 590px;
    margin: 31px 0 0;
    border-top: 1px solid var(--vzc1-border);
}

.vzc1-step {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    width: 100%;
    margin: 0;
    padding: 15px 3px;
    border-bottom: 1px solid var(--vzc1-border);
    transition:
        padding-left 180ms ease,
        border-color 180ms ease;
}

.vzc1-step-number {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid #e1d5e8;
    border-radius: 11px;
    background: #ffffff;
    color: #8e45c8;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

.vzc1-step-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.vzc1-step-copy strong {
    color: #2b2031;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.vzc1-step-copy span {
    color: #77707d;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.5;
}

/* =====================================================
   DIRECT WHATSAPP
===================================================== */

.vzc1-direct-contact {
    width: 100%;
    max-width: 590px;
    margin: 27px 0 0;
}

.vzc1-direct-label {
    display: block;
    margin: 0 0 10px;
    color: #8a828f;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.vzc1-whatsapp-link {
    display: inline-flex;
    min-width: 270px;
    align-items: center;
    gap: 12px;
    padding: 11px 13px;
    border: 1px solid #ded5e3;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.92);
    color: #2a2230 !important;
    box-shadow: 0 10px 25px rgba(56, 35, 67, 0.055);
    text-decoration: none !important;
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.vzc1-whatsapp-icon {
    display: grid;
    flex: 0 0 39px;
    width: 39px;
    height: 39px;
    place-items: center;
    border-radius: 12px;
    background: #ecfaf3;
    color: #1c9a60;
}

.vzc1-whatsapp-icon svg {
    display: block;
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vzc1-whatsapp-copy {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 2px;
}

.vzc1-whatsapp-copy small {
    color: #7e7783;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;
}

.vzc1-whatsapp-copy strong {
    color: #2c2331;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
}

.vzc1-link-arrow {
    display: block;
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
    color: #8350a8;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 180ms ease;
}

/* =====================================================
   FORM PANEL
===================================================== */

.vzc1-form-panel {
    position: relative;
    width: 100%;
    min-width: 0;
    padding: 30px;
    overflow: hidden;
    border: 1px solid rgba(222, 211, 228, 0.95);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow:
        0 28px 65px rgba(54, 28, 70, 0.1),
        0 3px 12px rgba(54, 28, 70, 0.04);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.vzc1-form-panel::before {
    position: absolute;
    top: 0;
    left: 29px;
    right: 29px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background:
        linear-gradient(
            90deg,
            var(--vzc1-pink),
            var(--vzc1-purple)
        );
    content: "";
}

.vzc1-form-panel::after {
    position: absolute;
    top: -90px;
    right: -100px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(137, 64, 222, 0.07),
            transparent 68%
        );
    content: "";
    pointer-events: none;
}

.vzc1-form-topline {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.vzc1-form-heading {
    min-width: 0;
}

.vzc1-form-heading > span {
    display: block;
    margin-bottom: 7px;
    color: #9a5ac9;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.15em;
}

.vzc1-form-heading h2 {
    margin: 0 !important;
    color: #251b2b;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.035em !important;
}

.vzc1-form-index {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid #e5d9eb;
    border-radius: 13px;
    background: #fbf7fd;
    color: #9b56cb;
    font-size: 11px;
    font-weight: 800;
}

.vzc1-form-intro {
    position: relative;
    z-index: 1;
    max-width: 410px;
    margin: 12px 0 23px !important;
    color: #77707d;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
}

/* =====================================================
   FORM FIELDS
===================================================== */

.vzc1-form {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
}

.vzc1-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 13px;
    width: 100%;
}

.vzc1-field {
    width: 100%;
    min-width: 0;
    margin: 0 0 16px;
}

.vzc1-field-grid .vzc1-field {
    margin-bottom: 0;
}

.vzc1-field label {
    display: block;
    margin: 0 0 7px;
    color: #3b303f;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.35;
}

.vzc1-field label > span {
    color: #c8339c;
}

.vzc1-field label small {
    color: #928a95;
    font-size: 9px;
    font-weight: 600;
}

.vzc1-control {
    position: relative;
    width: 100%;
}

.vzc1-control-icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 14px;
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    color: #a177b6;
    pointer-events: none;
    transform: translateY(-50%);
    transition: color 180ms ease;
}

.vzc1-control-icon svg {
    display: block;
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vzc1-control input,
.vzc1-control select,
.vzc1-control textarea {
    display: block;
    width: 100%;
    margin: 0 !important;
    border: 1px solid #e4dce7 !important;
    border-radius: 13px !important;
    outline: none !important;
    background: #fbf9fc !important;
    color: #302635 !important;
    box-shadow: none !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    transition:
        border-color 180ms ease,
        background 180ms ease,
        box-shadow 180ms ease !important;
}

.vzc1-control input,
.vzc1-control select {
    height: 51px !important;
    min-height: 51px !important;
    padding: 0 40px 0 43px !important;
}

.vzc1-control textarea {
    min-height: 108px !important;
    padding: 14px 15px 14px 43px !important;
    resize: vertical;
}

.vzc1-textarea-control .vzc1-control-icon {
    top: 15px;
    transform: none;
}

.vzc1-control input::placeholder,
.vzc1-control textarea::placeholder {
    color: #a19aa5 !important;
    font-weight: 500 !important;
    opacity: 1;
}

.vzc1-control select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.vzc1-control select:required:invalid {
    color: #9d96a1 !important;
    font-weight: 500 !important;
}

.vzc1-control select option {
    background: #ffffff;
    color: #302635;
}

.vzc1-select-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 13px;
    display: block;
    width: 16px;
    height: 16px;
    color: #8a6b99;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
    transform: translateY(-50%);
}

.vzc1-control:focus-within .vzc1-control-icon {
    color: #8540ce;
}

.vzc1-control input:focus,
.vzc1-control select:focus,
.vzc1-control textarea:focus {
    border-color: rgba(135, 61, 210, 0.62) !important;
    background: #ffffff !important;
    box-shadow:
        0 0 0 4px rgba(135, 61, 210, 0.08) !important;
}

.vzc1-control input:invalid:not(:placeholder-shown),
.vzc1-control textarea:invalid:not(:placeholder-shown) {
    border-color: rgba(205, 63, 116, 0.4) !important;
}

/* =====================================================
   SUBMIT BUTTON
===================================================== */

.vzc1-submit {
    display: flex !important;
    width: 100% !important;
    min-height: 61px !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 15px !important;
    margin: 2px 0 0 !important;
    padding: 9px 10px 9px 18px !important;
    border: 0 !important;
    border-radius: 15px !important;
    outline: none !important;
    background:
        linear-gradient(
            105deg,
            #d22fa9 0%,
            #a637d4 48%,
            #7741e7 100%
        ) !important;
    color: #ffffff !important;
    box-shadow:
        0 14px 30px rgba(131, 52, 201, 0.22) !important;
    cursor: pointer !important;
    text-align: left !important;
    text-transform: none !important;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        filter 180ms ease !important;
}

.vzc1-submit-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}

.vzc1-submit-copy small {
    color: rgba(255, 255, 255, 0.72);
    font-size: 8px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vzc1-submit-copy strong {
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
}

.vzc1-submit-icon {
    display: grid;
    flex: 0 0 41px;
    width: 41px;
    height: 41px;
    place-items: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.vzc1-submit-icon svg {
    display: block;
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 180ms ease;
}

.vzc1-submit:disabled {
    cursor: wait !important;
    filter: grayscale(0.2);
    opacity: 0.72;
}

/* =====================================================
   FORM FOOTER
===================================================== */

.vzc1-form-footer {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 13px 2px 0;
}

.vzc1-form-safe {
    display: grid;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    place-items: center;
    color: #6f9f82;
}

.vzc1-form-safe svg {
    display: block;
    width: 16px;
    height: 16px;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vzc1-form-footer p {
    margin: 0 !important;
    color: #8a838e;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.55;
}

.vzc1-form-status {
    min-height: 16px;
    margin: 7px 0 0 !important;
    color: #24794f;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

/* =====================================================
   HOVER AND KEYBOARD FOCUS
===================================================== */

@media (hover: hover) {

    .vzc1-step:hover {
        padding-left: 8px;
        border-color: #d9c9e0;
    }

    .vzc1-whatsapp-link:hover {
        border-color: rgba(34, 163, 102, 0.4);
        box-shadow: 0 14px 30px rgba(35, 110, 72, 0.1);
        transform: translateY(-2px);
    }

    .vzc1-whatsapp-link:hover .vzc1-link-arrow {
        transform: translateX(3px);
    }

    .vzc1-submit:hover {
        box-shadow:
            0 18px 36px rgba(131, 52, 201, 0.29) !important;
        filter: saturate(1.08);
        transform: translateY(-2px);
    }

    .vzc1-submit:hover .vzc1-submit-icon svg {
        transform: translateX(3px);
    }
}

.vzc1-whatsapp-link:focus-visible,
.vzc1-submit:focus-visible {
    outline: 3px solid rgba(126, 62, 218, 0.22) !important;
    outline-offset: 3px;
}

/* =====================================================
   MEDIUM DESKTOP
===================================================== */

@media (min-width: 1025px) and (max-width: 1200px) {

    .vzc1-layout {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(410px, 0.92fr);
        gap: 42px;
    }

    .vzc1-title {
        font-size: clamp(47px, 4.5vw, 58px) !important;
    }

    .vzc1-form-panel {
        padding: 27px;
    }
}

/* =====================================================
   TABLET
===================================================== */

@media (min-width: 768px) and (max-width: 1024px) {

    .vzc1-section {
        padding: 65px 0 70px;
    }

    .vzc1-container {
        width: min(780px, calc(100% - 48px));
    }

    .vzc1-top-row {
        margin-bottom: 38px;
    }

    .vzc1-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 50px;
    }

    .vzc1-content,
    .vzc1-form-panel {
        width: 100%;
        max-width: 760px;
        margin-right: auto;
        margin-left: auto;
    }

    .vzc1-content {
        padding-top: 0;
    }

    .vzc1-title {
        font-size: clamp(50px, 7vw, 64px) !important;
    }

    .vzc1-description,
    .vzc1-next-steps,
    .vzc1-direct-contact {
        max-width: 650px;
    }

    .vzc1-form-panel {
        padding: 32px;
    }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .vzc1-section {
        padding: 46px 0 52px;
        overflow-x: clip;
    }

    .vzc1-container {
        width: calc(100% - 32px);
        max-width: 560px;
    }

    .vzc1-grid {
        background-size: 32px 32px;
    }

    .vzc1-orbit {
        display: none;
    }

    .vzc1-top-row {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 9px;
        margin-bottom: 31px;
    }

    .vzc1-page-label {
        gap: 7px;
        padding: 5px 10px 5px 5px;
        font-size: 10px;
    }

    .vzc1-page-label-icon {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
    }

    .vzc1-page-label-icon svg {
        width: 14px;
        height: 14px;
    }

    .vzc1-availability {
        margin-left: auto;
        padding: 9px 11px;
        font-size: 9px;
    }

    .vzc1-availability-dot {
        flex-basis: 7px;
        width: 7px;
        height: 7px;
    }

    .vzc1-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 39px;
    }

    .vzc1-content {
        padding-top: 0;
    }

    .vzc1-eyebrow {
        margin-bottom: 13px;
        font-size: 9px;
        letter-spacing: 0.11em;
    }

    .vzc1-title {
        width: 100%;
        max-width: 100%;
        padding-bottom: 5px;
        font-size: clamp(33px, 9.2vw, 43px) !important;
        line-height: 1.1 !important;
        letter-spacing: -0.055em !important;
    }

    .vzc1-title-primary,
    .vzc1-title-accent {
        width: max-content;
        max-width: 100%;
        white-space: nowrap;
    }

    .vzc1-description {
        margin-top: 17px !important;
        font-size: 14px;
        line-height: 1.65;
    }

    .vzc1-next-steps {
        margin-top: 25px;
    }

    .vzc1-step {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 11px;
        padding: 13px 1px;
    }

    .vzc1-step-number {
        width: 33px;
        height: 33px;
        border-radius: 10px;
        font-size: 9px;
    }

    .vzc1-step-copy strong {
        font-size: 12px;
    }

    .vzc1-step-copy span {
        font-size: 10px;
        line-height: 1.45;
    }

    .vzc1-direct-contact {
        margin-top: 23px;
    }

    .vzc1-direct-label {
        font-size: 9px;
    }

    .vzc1-whatsapp-link {
        width: 100%;
        min-width: 0;
    }

    /* Form */

    .vzc1-form-panel {
        padding: 22px 19px 19px;
        border-radius: 22px;
        box-shadow:
            0 20px 45px rgba(54, 28, 70, 0.09),
            0 3px 10px rgba(54, 28, 70, 0.035);
    }

    .vzc1-form-panel::before {
        right: 20px;
        left: 20px;
    }

    .vzc1-form-heading h2 {
        font-size: 20px !important;
    }

    .vzc1-form-index {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
        border-radius: 12px;
        font-size: 10px;
    }

    .vzc1-form-intro {
        margin: 10px 0 20px !important;
        font-size: 11px;
    }

    .vzc1-field-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    .vzc1-field {
        margin-bottom: 14px;
    }

    .vzc1-field label {
        margin-bottom: 6px;
        font-size: 10px;
    }

    .vzc1-control input,
    .vzc1-control select {
        height: 49px !important;
        min-height: 49px !important;
    }

    .vzc1-control input,
    .vzc1-control select,
    .vzc1-control textarea {
        font-size: 11px !important;
    }

    .vzc1-control textarea {
        min-height: 105px !important;
    }

    .vzc1-submit {
        min-height: 59px !important;
    }

    .vzc1-submit-copy strong {
        font-size: 11px;
    }

    .vzc1-submit-icon {
        flex-basis: 39px;
        width: 39px;
        height: 39px;
    }
}

/* =====================================================
   VERY SMALL MOBILE
===================================================== */

@media (max-width: 360px) {

    .vzc1-container {
        width: calc(100% - 26px);
    }

    .vzc1-page-label {
        font-size: 9px;
    }

    .vzc1-availability {
        font-size: 8px;
    }

    .vzc1-title {
        font-size: 31px !important;
    }

    .vzc1-form-panel {
        padding-right: 16px;
        padding-left: 16px;
    }

    .vzc1-form-heading h2 {
        font-size: 18px !important;
    }
}

/* =====================================================
   REDUCED MOTION
===================================================== */

@media (prefers-reduced-motion: reduce) {

    .vzc1-section *,
    .vzc1-section *::before,
    .vzc1-section *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
Purana Section 1 <script> पूरा replace karke ye updated script lagao:/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ebf6240 *//* =====================================================
   VEBZYRA CONTACT PAGE — SECTION 2 COMPLETE CSS
===================================================== */

.vzc2-section,
.vzc2-section *,
.vzc2-section *::before,
.vzc2-section *::after {
    box-sizing: border-box;
}

.vzc2-section,
.vzc2-section button,
.vzc2-section a {
    font-family: "Manrope", Arial, sans-serif !important;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Main Section */

.vzc2-section {
    --vzc2-text: #211827;
    --vzc2-muted: #6f6875;
    --vzc2-border: #e7dee9;
    --vzc2-pink: #d431aa;
    --vzc2-purple: #7b40e8;
    --vzc2-green: #23a267;

    position: relative;
    isolation: isolate;
    width: 100%;
    padding: 82px 0 86px;
    overflow: hidden;
    color: var(--vzc2-text);
    background:
        radial-gradient(
            circle at 7% 13%,
            rgba(221, 56, 170, 0.11),
            transparent 25%
        ),
        radial-gradient(
            circle at 92% 19%,
            rgba(112, 75, 231, 0.12),
            transparent 27%
        ),
        radial-gradient(
            circle at 82% 82%,
            rgba(38, 171, 127, 0.09),
            transparent 25%
        ),
        radial-gradient(
            circle at 15% 88%,
            rgba(245, 154, 69, 0.09),
            transparent 26%
        ),
        linear-gradient(
            155deg,
            #fffafd 0%,
            #ffffff 48%,
            #f8f7ff 100%
        );
}

.vzc2-container {
    position: relative;
    z-index: 2;
    width: min(1220px, calc(100% - 64px));
    margin: 0 auto;
}

/* Background */

.vzc2-background {
    position: absolute;
    z-index: -1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.vzc2-grid {
    position: absolute;
    inset: 0;
    opacity: 0.28;
    background-image:
        linear-gradient(
            rgba(117, 69, 143, 0.05) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(117, 69, 143, 0.05) 1px,
            transparent 1px
        );
    background-size: 44px 44px;
}

.vzc2-glow {
    position: absolute;
    border-radius: 50%;
}

.vzc2-glow-one {
    top: -250px;
    right: -190px;
    width: 600px;
    height: 600px;
    background:
        radial-gradient(
            circle,
            rgba(125, 62, 229, 0.12),
            transparent 68%
        );
}

.vzc2-glow-two {
    bottom: -270px;
    left: -210px;
    width: 620px;
    height: 620px;
    background:
        radial-gradient(
            circle,
            rgba(213, 48, 171, 0.1),
            transparent 68%
        );
}

.vzc2-line {
    position: absolute;
    height: 1px;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(130, 64, 191, 0.13),
            transparent
        );
    transform: rotate(-10deg);
}

.vzc2-line-one {
    top: 250px;
    left: -10%;
    width: 55%;
}

.vzc2-line-two {
    right: -10%;
    bottom: 290px;
    width: 55%;
}

/* Top Row */

.vzc2-top-row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 44px;
}

.vzc2-section-label {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 9px;
    padding: 6px 13px 6px 6px;
    border: 1px solid rgba(136, 62, 215, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #7835c9;
    box-shadow: 0 8px 22px rgba(71, 40, 91, 0.05);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.vzc2-section-label-icon {
    display: grid;
    flex: 0 0 31px;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 50%;
    background:
        linear-gradient(
            135deg,
            #db359f,
            #7542e8
        );
    color: #ffffff;
}

.vzc2-section-label-icon svg {
    display: block;
    width: 16px;
    height: 16px;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vzc2-scope-status {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 9px;
    padding: 10px 15px;
    border: 1px solid rgba(35, 162, 103, 0.2);
    border-radius: 999px;
    background: rgba(241, 253, 247, 0.96);
    color: #187b4e;
    box-shadow: 0 8px 22px rgba(35, 162, 103, 0.05);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.vzc2-scope-dot {
    display: block;
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #25a869;
    box-shadow: 0 0 0 4px rgba(37, 168, 105, 0.12);
}

/* Introduction */

.vzc2-intro {
    display: grid;
    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(330px, 0.85fr);
    align-items: center;
    gap: clamp(45px, 7vw, 92px);
    width: 100%;
}

.vzc2-title-wrap,
.vzc2-intro-side {
    min-width: 0;
}

.vzc2-eyebrow {
    display: block;
    margin: 0 0 15px;
    color: #9350c4;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.vzc2-title {
    width: 100%;
    margin: 0 !important;
    padding: 0 0 9px;
    overflow: visible;
    color: var(--vzc2-text);
    font-size: clamp(48px, 4.8vw, 65px) !important;
    font-weight: 700 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.057em !important;
    text-align: left;
}

.vzc2-title-primary,
.vzc2-title-accent {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 0;
    padding: 0 0 0.06em;
    overflow: visible;
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    white-space: nowrap;
}

.vzc2-title-primary {
    color: var(--vzc2-text);
    -webkit-text-fill-color: var(--vzc2-text);
}

.vzc2-title-accent {
    padding-bottom: 0.13em;
    background:
        linear-gradient(
            105deg,
            #dc349f 0%,
            #a63bd8 48%,
            #7046eb 100%
        );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vzc2-description {
    width: 100%;
    max-width: 470px;
    margin: 0 !important;
    color: var(--vzc2-muted);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.72;
    letter-spacing: -0.012em;
}

.vzc2-intro-points {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 21px 0 0;
}

.vzc2-intro-points > span {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #4d4452;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
}

.vzc2-intro-points svg {
    display: block;
    flex: 0 0 19px;
    width: 19px;
    height: 19px;
    padding: 3px;
    border-radius: 50%;
    background: #f0e8f6;
    color: #8a43c5;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Communication Board */

.vzc2-board {
    position: relative;
    width: 100%;
    margin: 64px 0 0;
    padding: 28px;
    overflow: hidden;
    border: 1px solid rgba(222, 212, 227, 0.96);
    border-radius: 28px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.98),
            rgba(253, 249, 255, 0.96)
        );
    box-shadow:
        0 24px 62px rgba(54, 30, 66, 0.08),
        0 3px 12px rgba(54, 30, 66, 0.035);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.vzc2-board::before {
    position: absolute;
    top: 0;
    left: 28px;
    right: 28px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background:
        linear-gradient(
            90deg,
            #dc379f,
            #8344e4,
            #4d8be1,
            #29a875
        );
    content: "";
}

.vzc2-board-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 25px;
    padding: 4px 2px 22px;
    border-bottom: 1px solid var(--vzc2-border);
}

.vzc2-board-heading {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
}

.vzc2-board-heading > span {
    color: #9a59c7;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.15em;
}

.vzc2-board-heading strong {
    color: #2b2130;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.vzc2-board-status {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border: 1px solid #e4d9e8;
    border-radius: 999px;
    background: #fbf8fc;
    color: #766b7c;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.2;
}

.vzc2-board-status > span {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #914dcc;
    box-shadow: 0 0 0 3px rgba(145, 77, 204, 0.11);
}

/* Cards */

.vzc2-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
}

.vzc2-card {
    --card-accent: #d83f98;
    --card-soft: #fff1f8;
    --card-border: rgba(216, 63, 152, 0.21);

    position: relative;
    display: flex;
    min-width: 0;
    min-height: 285px;
    flex-direction: column;
    padding: 19px;
    overflow: hidden;
    border: 1px solid var(--card-border);
    border-radius: 19px;
    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            var(--card-soft) 100%
        );
    box-shadow: 0 7px 22px rgba(52, 30, 64, 0.04);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.vzc2-card:nth-child(1) {
    --card-accent: #d83f98;
    --card-soft: #fff1f8;
    --card-border: rgba(216, 63, 152, 0.21);
}

.vzc2-card:nth-child(2) {
    --card-accent: #724ed5;
    --card-soft: #f3efff;
    --card-border: rgba(114, 78, 213, 0.21);
}

.vzc2-card:nth-child(3) {
    --card-accent: #dc8737;
    --card-soft: #fff6e8;
    --card-border: rgba(220, 135, 55, 0.23);
}

.vzc2-card:nth-child(4) {
    --card-accent: #269c6d;
    --card-soft: #ebfaf3;
    --card-border: rgba(38, 156, 109, 0.22);
}

.vzc2-card::before {
    position: absolute;
    top: 0;
    left: 19px;
    right: 19px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: var(--card-accent);
    content: "";
}

.vzc2-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.vzc2-card-number {
    color: var(--card-accent);
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
}

.vzc2-card-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid var(--card-border);
    border-radius: 13px;
    background: var(--card-soft);
    color: var(--card-accent);
}

.vzc2-card-icon svg {
    display: block;
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vzc2-card-content {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    margin: 25px 0 20px;
}

.vzc2-card-label {
    display: block;
    margin: 0 0 8px;
    color: var(--card-accent);
    font-size: 8px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.12em;
}

.vzc2-card-content h3 {
    margin: 0 0 10px !important;
    color: #2c2231;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.025em !important;
}

.vzc2-card-content p {
    margin: 0 !important;
    color: #746c79;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.65;
}

.vzc2-card-outcome {
    display: flex;
    align-items: center;
    gap: 7px;
    padding-top: 13px;
    border-top: 1px solid rgba(113, 91, 122, 0.13);
    color: #6e6574;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.35;
}

.vzc2-card-outcome > span {
    display: block;
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--card-accent);
    box-shadow: 0 0 0 3px color-mix(
        in srgb,
        var(--card-accent) 13%,
        transparent
    );
}

/* Carousel controls hidden on desktop */

.vzc2-carousel-controls {
    display: none;
}

/* Preparation */

.vzc2-preparation {
    display: grid;
    grid-template-columns:
        minmax(230px, 0.8fr)
        minmax(0, 1.2fr);
    align-items: center;
    gap: 30px;
    margin: 17px 0 0;
    padding: 20px;
    border: 1px solid #e7dfe9;
    border-radius: 18px;
    background:
        linear-gradient(
            105deg,
            #fbf7fd 0%,
            #f8f5fb 100%
        );
}

.vzc2-preparation-heading {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
}

.vzc2-preparation-icon {
    display: grid;
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    place-items: center;
    border-radius: 13px;
    background:
        linear-gradient(
            135deg,
            #d431aa,
            #7c40e7
        );
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(127, 58, 200, 0.15);
}

.vzc2-preparation-icon svg {
    display: block;
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vzc2-preparation-heading > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.vzc2-preparation-heading > div > span {
    color: #9b62bd;
    font-size: 8px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.12em;
}

.vzc2-preparation-heading strong {
    color: #342839;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.vzc2-preparation-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.vzc2-preparation-list > span {
    --item-accent: #d43b9b;
    --item-soft: #fff4fa;

    position: relative;
    display: flex;
    min-height: 34px;
    align-items: center;
    padding: 7px 10px 7px 27px;
    border: 1px solid
        color-mix(
            in srgb,
            var(--item-accent) 18%,
            transparent
        );
    border-radius: 10px;
    background: var(--item-soft);
    color: #69606f;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.35;
}

.vzc2-preparation-list > span:nth-child(1) {
    --item-accent: #d43b9b;
    --item-soft: #fff4fa;
}

.vzc2-preparation-list > span:nth-child(2) {
    --item-accent: #704bd6;
    --item-soft: #f5f1ff;
}

.vzc2-preparation-list > span:nth-child(3) {
    --item-accent: #df8a38;
    --item-soft: #fff8eb;
}

.vzc2-preparation-list > span:nth-child(4) {
    --item-accent: #25a16f;
    --item-soft: #effbf6;
}

.vzc2-preparation-list > span::before {
    position: absolute;
    left: 11px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--item-accent);
    box-shadow: 0 0 0 3px
        color-mix(
            in srgb,
            var(--item-accent) 10%,
            transparent
        );
    content: "";
}

/* Final CTA */

.vzc2-final-cta {
    position: relative;
    display: grid;
    grid-template-columns:
        68px
        minmax(0, 1fr)
        minmax(245px, auto);
    align-items: center;
    gap: 24px;
    width: 100%;
    margin: 24px 0 0;
    padding: 27px 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background:
        radial-gradient(
            circle at 82% 15%,
            rgba(126, 70, 233, 0.3),
            transparent 32%
        ),
        radial-gradient(
            circle at 12% 90%,
            rgba(218, 54, 171, 0.22),
            transparent 32%
        ),
        linear-gradient(
            120deg,
            #211428 0%,
            #321a3b 52%,
            #1f1936 100%
        );
    box-shadow: 0 22px 50px rgba(37, 20, 45, 0.18);
}

.vzc2-cta-decoration {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.vzc2-cta-decoration > span:first-child {
    position: absolute;
    top: -140px;
    right: 12%;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(190, 67, 205, 0.18),
            transparent 68%
        );
}

.vzc2-cta-decoration > span:last-child {
    position: absolute;
    right: -90px;
    bottom: -180px;
    width: 340px;
    height: 340px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.vzc2-cta-icon {
    position: relative;
    z-index: 1;
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background:
        linear-gradient(
            135deg,
            rgba(214, 51, 174, 0.28),
            rgba(123, 65, 232, 0.27)
        );
    color: #ffffff;
}

.vzc2-cta-icon svg {
    display: block;
    width: 27px;
    height: 27px;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vzc2-cta-content {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.vzc2-cta-eyebrow {
    display: block;
    margin: 0 0 5px;
    color: #d7a6ea;
    font-size: 8px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.vzc2-cta-content h3 {
    margin: 0 !important;
    color: #ffffff;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.035em !important;
}

.vzc2-cta-content h3 > span {
    color: #df8def;
}

.vzc2-cta-content p {
    max-width: 520px;
    margin: 7px 0 0 !important;
    color: rgba(255, 255, 255, 0.67);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.55;
}

.vzc2-cta-content small {
    display: block;
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.43);
    font-size: 8px;
    font-weight: 600;
    line-height: 1.4;
}

.vzc2-cta-actions {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 245px;
    flex-direction: column;
    gap: 9px;
}

.vzc2-button {
    display: inline-flex !important;
    width: 100% !important;
    min-height: 48px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 0 15px !important;
    border-radius: 12px !important;
    outline: none !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    white-space: nowrap;
    cursor: pointer !important;
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        background 180ms ease,
        box-shadow 180ms ease !important;
}

.vzc2-button svg {
    display: block;
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 180ms ease;
}

.vzc2-button-primary {
    border: 1px solid transparent !important;
    background:
        linear-gradient(
            105deg,
            #d431aa,
            #7b40e8
        ) !important;
    color: #ffffff !important;
    box-shadow:
        0 10px 23px rgba(138, 57, 202, 0.24) !important;
}

.vzc2-button-secondary {
    border: 1px solid rgba(255, 255, 255, 0.17) !important;
    background: rgba(255, 255, 255, 0.07) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.vzc2-button-mobile {
    display: none;
}

/* Hover */

@media (hover: hover) {

    .vzc2-card:hover {
        border-color: var(--card-accent);
        box-shadow: 0 16px 32px rgba(69, 37, 83, 0.09);
        transform: translateY(-4px);
    }

    .vzc2-button:hover {
        transform: translateY(-2px);
    }

    .vzc2-button-primary:hover {
        box-shadow:
            0 14px 28px rgba(138, 57, 202, 0.32) !important;
    }

    .vzc2-button-secondary:hover {
        border-color: rgba(255, 255, 255, 0.3) !important;
        background: rgba(255, 255, 255, 0.12) !important;
    }

    .vzc2-button:hover svg {
        transform: translateX(3px);
    }
}

.vzc2-button:focus-visible,
.vzc2-carousel-button:focus-visible,
.vzc2-carousel-dot:focus-visible {
    outline: 3px solid rgba(153, 79, 213, 0.25) !important;
    outline-offset: 3px !important;
}

/* Medium Desktop */

@media (min-width: 1025px) and (max-width: 1200px) {

    .vzc2-intro {
        grid-template-columns:
            minmax(0, 1.1fr)
            minmax(310px, 0.9fr);
        gap: 45px;
    }

    .vzc2-title {
        font-size: clamp(45px, 4.3vw, 55px) !important;
    }

    .vzc2-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vzc2-card {
        min-height: 250px;
    }
}

/* Tablet */

@media (min-width: 768px) and (max-width: 1024px) {

    .vzc2-section {
        padding: 68px 0 72px;
    }

    .vzc2-container {
        width: min(780px, calc(100% - 48px));
    }

    .vzc2-intro {
        grid-template-columns: minmax(0, 1fr);
        gap: 26px;
    }

    .vzc2-title {
        font-size: clamp(49px, 7vw, 61px) !important;
    }

    .vzc2-description {
        max-width: 650px;
    }

    .vzc2-intro-points {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vzc2-board {
        margin-top: 52px;
        padding: 24px;
    }

    .vzc2-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vzc2-card {
        min-height: 265px;
    }

    .vzc2-preparation {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
    }

    .vzc2-final-cta {
        grid-template-columns: 62px minmax(0, 1fr);
    }

    .vzc2-cta-actions {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        min-width: 0;
        margin-top: 5px;
    }
}

/* Mobile Carousel */

@media (max-width: 767px) {

    .vzc2-section {
        padding: 49px 0 54px;
        overflow-x: clip;
    }

    .vzc2-container {
        width: calc(100% - 32px);
        max-width: 560px;
    }

    .vzc2-grid {
        background-size: 32px 32px;
    }

    .vzc2-line {
        display: none;
    }

    .vzc2-top-row {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 9px;
        margin-bottom: 32px;
    }

    .vzc2-section-label {
        gap: 7px;
        padding: 5px 10px 5px 5px;
        font-size: 9px;
    }

    .vzc2-section-label-icon {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
    }

    .vzc2-section-label-icon svg {
        width: 14px;
        height: 14px;
    }

    .vzc2-scope-status {
        margin-left: auto;
        padding: 9px 11px;
        font-size: 8px;
    }

    .vzc2-scope-dot {
        flex-basis: 7px;
        width: 7px;
        height: 7px;
    }

    .vzc2-intro {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }

    .vzc2-eyebrow {
        margin-bottom: 12px;
        font-size: 8px;
    }

    .vzc2-title {
        padding-bottom: 5px;
        font-size: clamp(32px, 9vw, 42px) !important;
        line-height: 1.1 !important;
        letter-spacing: -0.055em !important;
    }

    .vzc2-title-primary,
    .vzc2-title-accent {
        width: max-content;
        max-width: 100%;
        white-space: nowrap;
    }

    .vzc2-description {
        font-size: 14px;
        line-height: 1.65;
    }

    .vzc2-intro-points {
        gap: 8px;
        margin-top: 17px;
    }

    .vzc2-intro-points > span {
        font-size: 10px;
    }

    /* Board */

    .vzc2-board {
        margin-top: 39px;
        padding: 19px;
        border-radius: 22px;
    }

    .vzc2-board::before {
        right: 19px;
        left: 19px;
    }

    .vzc2-board-header {
        align-items: flex-start;
        gap: 13px;
        margin-bottom: 19px;
        padding: 3px 0 17px;
    }

    .vzc2-board-heading > span {
        font-size: 7px;
    }

    .vzc2-board-heading strong {
        font-size: 13px;
    }

    .vzc2-board-status {
        max-width: 125px;
        padding: 7px 9px;
        font-size: 7px;
        line-height: 1.35;
        white-space: normal;
    }

    /* One card at a time */

    .vzc2-card-grid {
        display: flex !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 12px !important;
        padding: 2px 0 7px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
    }

    .vzc2-card-grid::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

    .vzc2-card-grid .vzc2-card {
        flex: 0 0 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        min-height: 270px !important;
        padding: 18px;
        border-radius: 17px;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .vzc2-card-content {
        margin: 21px 0 17px;
    }

    .vzc2-card-content h3 {
        font-size: 16px !important;
    }

    .vzc2-card-content p {
        font-size: 10px;
        line-height: 1.65;
    }

    /* Carousel controls */

    .vzc2-carousel-controls {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        align-items: center;
        gap: 14px;
        width: 100%;
        margin: 15px 0 1px;
    }

    .vzc2-carousel-button {
        display: grid !important;
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
        place-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid #dfd4e4 !important;
        border-radius: 13px !important;
        outline: none !important;
        background: #ffffff !important;
        color: #7840bd !important;
        box-shadow:
            0 8px 19px rgba(63, 34, 76, 0.07) !important;
        cursor: pointer !important;
        transition:
            transform 180ms ease,
            border-color 180ms ease,
            background 180ms ease !important;
    }

    .vzc2-carousel-button svg {
        display: block;
        width: 18px;
        height: 18px;
        stroke: currentColor;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .vzc2-carousel-button:active {
        background: #f7effb !important;
        transform: scale(0.94);
    }

    .vzc2-carousel-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
    }

    .vzc2-carousel-dot {
        display: block !important;
        width: 8px !important;
        min-width: 8px !important;
        height: 8px !important;
        min-height: 8px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 999px !important;
        outline: none !important;
        box-shadow: none !important;
        cursor: pointer !important;
        transition:
            width 180ms ease,
            opacity 180ms ease !important;
    }

    .vzc2-carousel-dot:nth-child(1) {
        background: #db489f !important;
    }

    .vzc2-carousel-dot:nth-child(2) {
        background: #7952d6 !important;
    }

    .vzc2-carousel-dot:nth-child(3) {
        background: #e29748 !important;
    }

    .vzc2-carousel-dot:nth-child(4) {
        background: #2ca875 !important;
    }

    .vzc2-carousel-dot:not(.is-active) {
        opacity: 0.32;
    }

    .vzc2-carousel-dot.is-active {
        width: 25px !important;
        min-width: 25px !important;
        opacity: 1;
    }

    /* Preparation */

    .vzc2-preparation {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
        margin-top: 15px;
        padding: 16px;
        border-radius: 15px;
    }

    .vzc2-preparation-icon {
        flex-basis: 39px;
        width: 39px;
        height: 39px;
    }

    .vzc2-preparation-list {
        grid-template-columns: minmax(0, 1fr);
        gap: 7px;
    }

    /* Final CTA */

    .vzc2-final-cta {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
        margin-top: 17px;
        padding: 22px 19px;
        border-radius: 20px;
    }

    .vzc2-cta-icon {
        width: 52px;
        height: 52px;
        border-radius: 15px;
    }

    .vzc2-cta-icon svg {
        width: 23px;
        height: 23px;
    }

    .vzc2-cta-content h3 {
        font-size: 20px !important;
    }

    .vzc2-cta-content p {
        font-size: 10px;
    }

    .vzc2-cta-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        min-width: 0;
        gap: 8px;
    }

    .vzc2-button {
        min-width: 0 !important;
        min-height: 46px !important;
        gap: 6px !important;
        padding: 0 9px !important;
        font-size: 9px !important;
    }

    .vzc2-button svg {
        flex-basis: 15px;
        width: 15px;
        height: 15px;
    }

    .vzc2-button-desktop {
        display: none;
    }

    .vzc2-button-mobile {
        display: inline;
    }
}

/* Very Small Mobile */

@media (max-width: 360px) {

    .vzc2-container {
        width: calc(100% - 26px);
    }

    .vzc2-section-label {
        font-size: 8px;
    }

    .vzc2-scope-status {
        font-size: 7px;
    }

    .vzc2-title {
        font-size: 30px !important;
    }

    .vzc2-board {
        padding: 16px;
    }

    .vzc2-board-status {
        display: none;
    }

    .vzc2-carousel-controls {
        grid-template-columns: 39px minmax(0, 1fr) 39px;
        gap: 10px;
    }

    .vzc2-carousel-button {
        width: 39px !important;
        height: 39px !important;
        min-width: 39px !important;
        min-height: 39px !important;
    }

    .vzc2-cta-actions {
        grid-template-columns: minmax(0, 1fr);
    }

    .vzc2-button {
        font-size: 10px !important;
    }
}

/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {

    .vzc2-section *,
    .vzc2-section *::before,
    .vzc2-section *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
/* =====================================================
   FOUR CARDS — PINK/RED GRAPHIC HOVER
===================================================== */

.vzc2-card > * {
    position: relative;
    z-index: 2;
}

/* Decorative circular graphic */

.vzc2-card::after {
    position: absolute;
    z-index: 1;
    top: -48px;
    right: -48px;
    width: 145px;
    height: 145px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    box-shadow:
        0 0 0 25px rgba(255, 255, 255, 0.07),
        0 0 0 52px rgba(255, 255, 255, 0.035);
    content: "";
    opacity: 0;
    pointer-events: none;
    transform: scale(0.65) rotate(-25deg);
    transition:
        opacity 250ms ease,
        transform 450ms ease;
}

/* Desktop hover only */

@media (hover: hover) and (pointer: fine) {

    .vzc2-card:hover {
        border-color: rgba(255, 255, 255, 0.2) !important;

        background:
            radial-gradient(
                circle at 88% 13%,
                rgba(255, 255, 255, 0.24),
                transparent 23%
            ),
            radial-gradient(
                circle at 8% 100%,
                rgba(111, 0, 46, 0.32),
                transparent 42%
            ),
            repeating-linear-gradient(
                135deg,
                rgba(255, 255, 255, 0.035) 0,
                rgba(255, 255, 255, 0.035) 1px,
                transparent 1px,
                transparent 13px
            ),
            linear-gradient(
                135deg,
                #c91672 0%,
                #e92169 42%,
                #f13c57 70%,
                #ff5b46 100%
            ) !important;

        box-shadow:
            0 24px 45px rgba(199, 20, 91, 0.25),
            0 8px 18px rgba(242, 57, 75, 0.15) !important;

        transform: translateY(-7px) scale(1.012);
    }

    /* Top gradient line becomes white */

    .vzc2-card:hover::before {
        background:
            linear-gradient(
                90deg,
                rgba(255, 255, 255, 0.45),
                #ffffff,
                rgba(255, 255, 255, 0.45)
            ) !important;
    }

    .vzc2-card:hover::after {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }

    /* Card numbers and labels */

    .vzc2-card:hover .vzc2-card-number,
    .vzc2-card:hover .vzc2-card-label {
        color: rgba(255, 255, 255, 0.78) !important;
    }

    /* Main heading */

    .vzc2-card:hover .vzc2-card-content h3 {
        color: #ffffff !important;
    }

    /* Description */

    .vzc2-card:hover .vzc2-card-content p {
        color: rgba(255, 255, 255, 0.78) !important;
    }

    /* Icon glass design */

    .vzc2-card:hover .vzc2-card-icon {
        border-color: rgba(255, 255, 255, 0.3) !important;
        background: rgba(255, 255, 255, 0.15) !important;
        color: #ffffff !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.2),
            0 8px 20px rgba(104, 0, 40, 0.15);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        transform: rotate(5deg) scale(1.05);
    }

    /* Bottom outcome */

    .vzc2-card:hover .vzc2-card-outcome {
        border-color: rgba(255, 255, 255, 0.22) !important;
        color: rgba(255, 255, 255, 0.86) !important;
    }

    .vzc2-card:hover .vzc2-card-outcome > span {
        background: #ffffff !important;
        box-shadow:
            0 0 0 4px rgba(255, 255, 255, 0.16) !important;
    }
}

/* Smooth colour transitions */

.vzc2-card-number,
.vzc2-card-label,
.vzc2-card-content h3,
.vzc2-card-content p,
.vzc2-card-outcome,
.vzc2-card-outcome > span,
.vzc2-card-icon {
    transition:
        color 220ms ease,
        background 220ms ease,
        border-color 220ms ease,
        box-shadow 220ms ease,
        transform 220ms ease !important;
}
/* =====================================================
   CONTACT SECTION 2 — FINAL MOBILE FIXES
===================================================== */

/* Remove misplaced green status badge */

.vzc2-scope-status {
    display: none !important;
}

.vzc2-top-row {
    justify-content: flex-start !important;
}

/* Keep headline area colours controlled: pink + purple only */

.vzc2-section {
    background:
        radial-gradient(
            circle at 8% 10%,
            rgba(218, 52, 166, 0.11),
            transparent 27%
        ),
        radial-gradient(
            circle at 92% 16%,
            rgba(120, 67, 228, 0.11),
            transparent 28%
        ),
        radial-gradient(
            circle at 12% 90%,
            rgba(239, 105, 136, 0.07),
            transparent 28%
        ),
        linear-gradient(
            155deg,
            #fffafd 0%,
            #ffffff 50%,
            #faf7ff 100%
        ) !important;
}

.vzc2-title-accent {
    background:
        linear-gradient(
            100deg,
            #d92f9e 0%,
            #ae37d2 50%,
            #7944e6 100%
        ) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

/* =====================================================
   MOBILE FIXES
===================================================== */

@media (max-width: 767px) {

    /* Top badge stays properly left aligned */

    .vzc2-top-row {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        margin-bottom: 31px !important;
    }

    .vzc2-section-label {
        margin: 0 !important;
    }

    /* =============================================
       HELPFUL DETAILS: 2 COLUMNS × 2 ROWS
    ============================================== */

    .vzc2-preparation-list {
        display: grid !important;
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows:
            repeat(2, minmax(50px, auto)) !important;
        align-items: stretch !important;
        gap: 8px !important;
        width: 100% !important;
    }

    .vzc2-preparation-list > span {
        display: flex !important;
        min-width: 0 !important;
        min-height: 50px !important;
        align-items: center !important;
        padding: 8px 7px 8px 25px !important;
        border-radius: 11px !important;
        font-size: 8px !important;
        font-weight: 700 !important;
        line-height: 1.35 !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }

    .vzc2-preparation-list > span::before {
        left: 10px !important;
        width: 7px !important;
        height: 7px !important;
    }

    /* =============================================
       CTA BUTTONS: LEFT AND RIGHT
    ============================================== */

    .vzc2-cta-actions {
        display: grid !important;
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;
        width: 100% !important;
        min-width: 0 !important;
        gap: 8px !important;
        margin-top: 2px !important;
    }

    .vzc2-button {
        display: inline-flex !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 48px !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
        padding: 0 8px !important;
        border-radius: 12px !important;
        font-size: 9px !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
    }

    .vzc2-button svg {
        flex: 0 0 14px !important;
        width: 14px !important;
        height: 14px !important;
    }

    .vzc2-button-mobile {
        display: inline !important;
    }

    .vzc2-button-desktop {
        display: none !important;
    }

    /* Keep CTA card balanced */

    .vzc2-final-cta {
        gap: 15px !important;
        padding: 21px 19px 22px !important;
    }

    .vzc2-cta-content h3 {
        max-width: 100% !important;
        font-size: 20px !important;
        line-height: 1.25 !important;
    }

    .vzc2-cta-content p {
        margin-top: 7px !important;
        font-size: 10px !important;
        line-height: 1.55 !important;
    }
}

/* Very small phones: still keep 2-column layout */

@media (max-width: 360px) {

    .vzc2-preparation-list {
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;
    }

    .vzc2-preparation-list > span {
        min-height: 54px !important;
        padding-right: 5px !important;
        padding-left: 22px !important;
        font-size: 7.5px !important;
    }

    .vzc2-preparation-list > span::before {
        left: 8px !important;
        width: 6px !important;
        height: 6px !important;
    }

    .vzc2-cta-actions {
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;
    }

    .vzc2-button {
        min-height: 46px !important;
        padding: 0 5px !important;
        font-size: 8px !important;
    }
}/* End custom CSS */