.elementor-1132 .elementor-element.elementor-element-bbd3af7{--display:flex;--margin-top:-26px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1132 .elementor-element.elementor-element-2492714{margin:-5px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1132 .elementor-element.elementor-element-08ec0cb{margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2492714 */@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

/* =====================================================
   ABOUT US SECTION 01 — COMPLETE CSS
===================================================== */

.vab1-section,
.vab1-section *,
.vab1-project-dialog,
.vab1-project-dialog * {
    box-sizing: border-box;
    font-family: "Manrope", Arial, sans-serif !important;
}

.vab1-section {
    --vab-dark: #160b19;
    --vab-text: #6b606e;
    --vab-muted: #857a88;
    --vab-pink: #ee2188;
    --vab-purple: #9228f5;
    --vab-border: rgba(73, 38, 81, 0.13);

    position: relative;
    width: 100%;
    margin: 0;
    padding: clamp(62px, 7vw, 92px) 22px 68px;
    overflow: hidden;
    isolation: isolate;
    color: var(--vab-dark);
    font-family: "Manrope", Arial, sans-serif !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;

    background:
        radial-gradient(
            circle at 0% 12%,
            rgba(238, 33, 136, 0.16),
            transparent 29%
        ),
        radial-gradient(
            circle at 100% 5%,
            rgba(146, 40, 245, 0.14),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #fff9fc 0%,
            #ffffff 51%,
            #faf7ff 100%
        );
}

/* Background grid */
.vab1-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    opacity: 0.43;
    background-image:
        linear-gradient(
            rgba(92, 51, 101, 0.05) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(92, 51, 101, 0.05) 1px,
            transparent 1px
        );
    background-size: 46px 46px;
}

.vab1-decoration {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(146, 40, 245, 0.11);
    border-radius: 50%;
    pointer-events: none;
}

.vab1-decoration-left {
    bottom: -225px;
    left: -175px;
    width: 440px;
    height: 440px;
}

.vab1-decoration-right {
    top: -250px;
    right: -100px;
    width: 480px;
    height: 480px;
}

.vab1-container {
    position: relative;
    width: min(100%, 1240px);
    margin: 0 auto;
}

.vab1-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 42px;
}

/* Desktop left-right structure */
@media (min-width: 1180px) {
    .vab1-layout {
        grid-template-columns:
            minmax(0, 1.16fr)
            minmax(500px, 0.84fr);
        align-items: start;
        gap: clamp(34px, 3.5vw, 48px);
    }
}

/* =====================================================
   ICON ALIGNMENT FIX
===================================================== */

.vab1-section svg,
.vab1-project-dialog svg {
    position: static !important;
    display: block !important;
    margin: 0 !important;
    inset: auto !important;
    vertical-align: middle !important;
}

.vab1-badge-icon,
.vab1-service-icon,
.vab1-flow-icon,
.vab1-result-icon,
.vab1-button-icon {
    display: inline-grid !important;
    flex: 0 0 auto;
    place-items: center !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 0 !important;
}

.vab1-badge-icon svg,
.vab1-service-icon svg,
.vab1-flow-icon svg,
.vab1-result-icon svg,
.vab1-button-icon svg {
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
}

/* =====================================================
   LEFT CONTENT
===================================================== */

.vab1-content {
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding-top: 5px;
    align-self: start;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    animation: vab1LeftReveal 720ms
        cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* Badge */
.vab1-badge {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    min-height: 44px;
    padding: 7px 17px 7px 8px;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(146, 40, 245, 0.20);
    border-radius: 999px;
    color: #7420bd;
    background: #ffffff;
    box-shadow: 0 11px 30px rgba(72, 25, 88, 0.08);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
}

.vab1-badge-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        var(--vab-pink),
        var(--vab-purple)
    );
    box-shadow: 0 7px 18px rgba(182, 34, 216, 0.23);
}

.vab1-badge-icon svg {
    width: 16px !important;
    height: 16px !important;
}

/* =====================================================
   TWO-LINE HEADLINE
===================================================== */

.vab1-title {
    width: 100%;
    max-width: none;
    margin: 24px 0 0 !important;
    overflow: visible;
    color: var(--vab-dark) !important;
    font-family: "Manrope", Arial, sans-serif !important;
    font-size: clamp(44px, 4vw, 56px) !important;
    font-weight: 800 !important;
    letter-spacing: -0.058em !important;
    line-height: 1.04 !important;
    text-align: left !important;
}

.vab1-title-dark,
.vab1-title-gradient {
    display: block;
    width: max-content;
    max-width: 100%;
    white-space: nowrap;
}

.vab1-title-dark {
    color: var(--vab-dark) !important;
}

.vab1-title-gradient {
    margin-top: 7px;
    color: var(--vab-pink);
    background: linear-gradient(
        100deg,
        #ee2188 0%,
        #d71dad 48%,
        #842cf4 100%
    );
    background-size: 220% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: vab1GradientMove 5s ease-in-out infinite;
}

/* Description */
.vab1-description {
    width: 100%;
    max-width: 660px;
    margin: 24px 0 0 !important;
    color: var(--vab-text) !important;
    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.72 !important;
    text-align: left !important;
}

/* =====================================================
   SERVICE PILLS
===================================================== */

.vab1-service-types {
    display: flex;
    width: 100%;
    margin-top: 25px;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
}

.vab1-service-type {
    display: inline-flex;
    min-height: 45px;
    padding: 7px 14px 7px 8px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(73, 40, 81, 0.16);
    border-radius: 11px;
    color: #2a1a2e;
    background: #ffffff;
    box-shadow: 0 7px 18px rgba(55, 28, 63, 0.04);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    animation: vab1ItemReveal 520ms
        cubic-bezier(0.22, 1, 0.36, 1) both;
    transition:
        color 200ms ease,
        border-color 200ms ease,
        background 200ms ease,
        box-shadow 200ms ease,
        transform 200ms ease;
}

.vab1-service-type:nth-child(1) {
    animation-delay: 150ms;
}

.vab1-service-type:nth-child(2) {
    animation-delay: 230ms;
}

.vab1-service-type:nth-child(3) {
    animation-delay: 310ms;
}

.vab1-service-type:hover {
    color: #9228f5;
    border-color: rgba(146, 40, 245, 0.34);
    background: #fbf4ff;
    box-shadow: 0 11px 24px rgba(83, 32, 95, 0.08);
    transform: translateY(-3px);
}

.vab1-service-icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    border-radius: 8px;
    color: #9228f5;
    background: #f8efff;
}

.vab1-service-icon svg {
    width: 15px !important;
    height: 15px !important;
}

/* =====================================================
   CTA BUTTONS
===================================================== */

.vab1-actions {
    display: flex;
    width: 100%;
    margin-top: 26px;
    align-items: stretch;
    justify-content: flex-start;
    gap: 11px;
}

.vab1-primary-button,
.vab1-secondary-button {
    display: inline-flex;
    min-width: 210px;
    min-height: 53px;
    margin: 0;
    padding: 12px 19px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 13px;
    appearance: none;
    -webkit-appearance: none;
    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    transition:
        color 220ms ease,
        background 220ms ease,
        border-color 220ms ease,
        box-shadow 220ms ease,
        transform 220ms ease;
}

.vab1-primary-button {
    border: 1px solid transparent;
    color: #ffffff !important;
    background: linear-gradient(
        110deg,
        var(--vab-pink),
        var(--vab-purple)
    );
    box-shadow: 0 14px 30px rgba(191, 30, 205, 0.22);
}

.vab1-secondary-button {
    border: 1px solid rgba(72, 39, 80, 0.18);
    color: var(--vab-dark) !important;
    background: #ffffff;
    box-shadow: 0 9px 24px rgba(55, 27, 63, 0.05);
}

.vab1-primary-button:hover,
.vab1-primary-button:focus-visible {
    color: #ffffff !important;
    border-color: var(--vab-dark);
    background: var(--vab-dark);
    box-shadow: 0 18px 38px rgba(22, 11, 25, 0.24);
    transform: translateY(-3px);
}

.vab1-secondary-button:hover,
.vab1-secondary-button:focus-visible {
    color: #ffffff !important;
    border-color: transparent;
    background: linear-gradient(
        110deg,
        var(--vab-pink),
        var(--vab-purple)
    );
    box-shadow: 0 18px 38px rgba(191, 30, 205, 0.22);
    transform: translateY(-3px);
}

.vab1-button-icon {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
    transition: transform 220ms ease;
}

.vab1-button-icon svg {
    width: 17px !important;
    height: 17px !important;
}

.vab1-primary-button:hover .vab1-button-icon,
.vab1-secondary-button:hover .vab1-button-icon {
    transform: translateX(4px);
}

.vab1-action-note {
    position: relative;
    margin: 17px 0 0 !important;
    padding-left: 20px;
    color: #746a77 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
}

.vab1-action-note::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--vab-pink),
        var(--vab-purple)
    );
    box-shadow: 0 0 0 5px rgba(177, 35, 220, 0.09);
}

/* =====================================================
   RIGHT VISUAL
===================================================== */

.vab1-visual {
    position: relative;
    width: 100%;
    min-width: 0;
    align-self: start;
    animation: vab1RightReveal 800ms
        cubic-bezier(0.22, 1, 0.36, 1) 100ms both;
}

.vab1-visual-card {
    position: relative;
    width: 100%;
    padding: clamp(24px, 2.7vw, 33px);
    overflow: hidden;
    border: 1px solid rgba(75, 40, 83, 0.14);
    border-radius: 23px;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(146, 40, 245, 0.10),
            transparent 39%
        ),
        linear-gradient(
            145deg,
            #ffffff,
            #fffafd
        );
    box-shadow: 0 26px 65px rgba(60, 24, 71, 0.12);
}

.vab1-visual-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
    right: 28px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        transparent,
        var(--vab-pink),
        var(--vab-purple),
        transparent
    );
    background-size: 200% 100%;
    animation: vab1TopLine 4s linear infinite;
}

/* Visual header */
.vab1-visual-header {
    display: flex;
    padding-bottom: 18px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid rgba(75, 40, 83, 0.11);
}

.vab1-visual-label {
    display: block;
    margin-bottom: 6px;
    color: #d21a80;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vab1-visual-header h2 {
    max-width: 390px;
    margin: 0 !important;
    color: var(--vab-dark) !important;
    font-family: "Manrope", Arial, sans-serif !important;
    font-size: clamp(22px, 2vw, 28px) !important;
    font-weight: 800 !important;
    letter-spacing: -0.04em !important;
    line-height: 1.2 !important;
}

.vab1-visual-mark {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-items: center;
    border: 1px solid rgba(146, 40, 245, 0.17);
    border-radius: 13px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        var(--vab-pink),
        var(--vab-purple)
    );
    box-shadow: 0 10px 25px rgba(180, 33, 213, 0.20);
    font-size: 11px;
    font-weight: 800;
}

/* =====================================================
   RIGHT DIRECTION STEPS
===================================================== */

.vab1-direction-flow {
    display: grid;
    gap: 9px;
    margin-top: 19px;
}

.vab1-flow-item {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 102px;
    padding: 13px;
    grid-template-columns: 34px 43px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    border: 1px solid rgba(78, 43, 86, 0.12);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.92);
    animation: vab1ItemReveal 580ms
        cubic-bezier(0.22, 1, 0.36, 1) both;
    transition:
        border-color 210ms ease,
        box-shadow 210ms ease,
        transform 210ms ease;
}

.vab1-flow-item:nth-child(1) {
    animation-delay: 250ms;
}

.vab1-flow-item:nth-child(2) {
    animation-delay: 360ms;
}

.vab1-flow-item:nth-child(3) {
    animation-delay: 470ms;
}

.vab1-flow-item:hover {
    border-color: rgba(210, 27, 142, 0.28);
    box-shadow: 0 14px 28px rgba(66, 26, 77, 0.08);
    transform: translateX(4px);
}

.vab1-flow-number {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border: 1px solid rgba(146, 40, 245, 0.15);
    border-radius: 9px;
    color: #9228f5;
    background: #f7edff;
    font-size: 8px;
    font-weight: 800;
}

.vab1-flow-icon {
    width: 41px;
    height: 41px;
    flex-basis: 41px;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        var(--vab-pink),
        var(--vab-purple)
    );
    box-shadow: 0 9px 20px rgba(180, 33, 213, 0.17);
    animation: vab1IconGlow 3.3s ease-in-out infinite;
}

.vab1-flow-icon svg {
    width: 19px !important;
    height: 19px !important;
}

.vab1-flow-item:nth-child(2) .vab1-flow-icon {
    animation-delay: 500ms;
}

.vab1-flow-item:nth-child(3) .vab1-flow-icon {
    animation-delay: 1s;
}

.vab1-flow-content {
    min-width: 0;
}

.vab1-flow-content > span {
    display: block;
    margin-bottom: 3px;
    color: #d21a80;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.vab1-flow-content h3 {
    margin: 0 !important;
    color: var(--vab-dark) !important;
    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
}

.vab1-flow-content p {
    margin: 4px 0 0 !important;
    color: #786e7c !important;
    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 500;
    line-height: 1.5 !important;
}

.vab1-flow-connector {
    position: absolute;
    bottom: -10px;
    left: 65px;
    z-index: 2;
    width: 1px;
    height: 10px;
    background: linear-gradient(
        var(--vab-pink),
        var(--vab-purple)
    );
}

/* =====================================================
   RESULT
===================================================== */

.vab1-direction-result {
    display: flex;
    min-height: 76px;
    margin-top: 13px;
    padding: 14px 16px;
    align-items: center;
    gap: 12px;
    border-radius: 15px;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(146, 40, 245, 0.35),
            transparent 44%
        ),
        linear-gradient(
            135deg,
            #30102d,
            #160b1c
        );
}

.vab1-result-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 11px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        var(--vab-pink),
        var(--vab-purple)
    );
}

.vab1-result-icon svg {
    width: 18px !important;
    height: 18px !important;
}

.vab1-direction-result div {
    min-width: 0;
}

.vab1-direction-result div > span {
    display: block;
    margin-bottom: 4px;
    color: #ff82cf;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.vab1-direction-result strong {
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
}

/* Bottom visual strip */
.vab1-visual-footer {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 12px;
    overflow: hidden;
    border: 1px solid rgba(76, 41, 84, 0.11);
    border-radius: 12px;
    background: #ffffff;
}

.vab1-visual-footer > span {
    display: flex;
    min-width: 0;
    min-height: 40px;
    padding: 8px 5px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #6d6270;
    font-size: 8px;
    font-weight: 700;
    text-align: center;
}

.vab1-visual-footer > span + span {
    border-left: 1px solid rgba(76, 41, 84, 0.10);
}

.vab1-visual-footer i {
    display: block;
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--vab-pink),
        var(--vab-purple)
    );
}

/* =====================================================
   NATIVE DIALOG POPUP
===================================================== */

.vab1-project-dialog {
    width: min(620px, calc(100% - 24px));
    max-width: 620px;
    max-height: 90vh;
    max-height: 90dvh;
    margin: auto;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 22px;
    outline: 0;
    color: var(--vab-dark);
    background: #ffffff;
    box-shadow: 0 30px 100px rgba(20, 8, 24, 0.35);
}

.vab1-project-dialog[open] {
    animation: vab1DialogOpen 260ms
        cubic-bezier(0.22, 1, 0.36, 1) both;
}

.vab1-project-dialog::backdrop {
    background: rgba(20, 8, 23, 0.76);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    animation: vab1BackdropOpen 220ms ease both;
}

.vab1-dialog-inner {
    position: relative;
    max-height: 90vh;
    max-height: 90dvh;
    padding: 30px;
    overflow-y: auto;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(146, 40, 245, 0.11),
            transparent 34%
        ),
        #ffffff;
}

.vab1-dialog-close {
    position: absolute;
    top: 13px;
    right: 13px;
    z-index: 3;
    display: grid;
    width: 38px;
    height: 38px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(54, 25, 61, 0.13);
    border-radius: 50%;
    color: #170c1a;
    background: #ffffff;
    cursor: pointer;
    font-size: 25px;
    line-height: 1;
}

.vab1-dialog-heading {
    padding-right: 42px;
}

.vab1-dialog-heading > span {
    color: #d51c88;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vab1-dialog-heading h2 {
    margin: 8px 0 0 !important;
    color: #160b19 !important;
    font-family: "Manrope", Arial, sans-serif !important;
    font-size: clamp(25px, 4vw, 36px) !important;
    font-weight: 800 !important;
    letter-spacing: -0.04em !important;
    line-height: 1.15 !important;
}

.vab1-dialog-heading p {
    margin: 10px 0 0 !important;
    color: #6d626f !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
}

.vab1-project-form {
    margin-top: 22px;
}

.vab1-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.vab1-form-field {
    display: grid;
    min-width: 0;
    gap: 7px;
}

.vab1-form-field > span:first-child {
    color: #251629;
    font-size: 11px;
    font-weight: 800;
}

.vab1-form-field-full {
    grid-column: 1 / -1;
}

.vab1-form-field input,
.vab1-form-field select,
.vab1-form-field textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(72, 39, 80, 0.16);
    border-radius: 11px;
    outline: 0;
    color: #1c101f;
    background: #fffafd;
    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 13px;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.vab1-form-field input,
.vab1-form-field select {
    min-height: 48px;
    padding: 10px 12px;
}

.vab1-form-field textarea {
    min-height: 105px;
    padding: 12px;
    resize: vertical;
}

.vab1-form-field input:focus,
.vab1-form-field select:focus,
.vab1-form-field textarea:focus {
    border-color: #a429ec;
    box-shadow: 0 0 0 4px rgba(164, 41, 236, 0.10);
}

.vab1-phone-field {
    display: flex;
    min-width: 0;
    min-height: 48px;
    align-items: center;
    border: 1px solid rgba(72, 39, 80, 0.16);
    border-radius: 11px;
    background: #fffafd;
    overflow: hidden;
}

.vab1-phone-field:focus-within {
    border-color: #a429ec;
    box-shadow: 0 0 0 4px rgba(164, 41, 236, 0.10);
}

.vab1-phone-field strong {
    display: grid;
    align-self: stretch;
    padding: 0 11px;
    place-items: center;
    border-right: 1px solid rgba(72, 39, 80, 0.13);
    color: #7020af;
    background: #f8edff;
    font-size: 12px;
}

.vab1-phone-field input {
    min-width: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
    background: transparent;
}

.vab1-privacy-check {
    display: flex;
    margin-top: 14px;
    align-items: flex-start;
    gap: 8px;
    color: #6f6572;
    font-size: 10px;
    line-height: 1.5;
}

.vab1-privacy-check input {
    width: 15px;
    height: 15px;
    margin-top: 1px;
    accent-color: #a329eb;
}

.vab1-privacy-check a {
    color: #8a24d8;
    font-weight: 700;
}

.vab1-submit-button {
    display: flex;
    width: 100%;
    min-height: 52px;
    margin-top: 17px;
    padding: 12px 18px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(
        110deg,
        var(--vab-pink),
        var(--vab-purple)
    );
    box-shadow: 0 14px 30px rgba(193, 31, 205, 0.22);
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    transition:
        background 200ms ease,
        transform 200ms ease;
}

.vab1-submit-button:hover {
    background: #160b19;
    transform: translateY(-2px);
}

.vab1-form-success {
    margin: 11px 0 0 !important;
    padding: 10px;
    border-radius: 9px;
    color: #087356 !important;
    background: #ecfff7;
    font-size: 11px !important;
    font-weight: 700;
    text-align: center;
}

/* =====================================================
   TABLET
===================================================== */

@media (min-width: 768px) and (max-width: 1179px) {
    .vab1-section {
        padding: 55px 20px;
    }

    .vab1-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .vab1-content {
        width: min(100%, 780px);
        margin: 0 auto;
        padding-top: 0;
        align-items: center;
        text-align: center;
    }

    .vab1-title,
    .vab1-description {
        text-align: center !important;
    }

    .vab1-service-types,
    .vab1-actions {
        justify-content: center;
    }

    .vab1-visual {
        width: min(100%, 720px);
        margin: 0 auto;
    }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {
    .vab1-section {
        padding: 36px 10px 44px;
        overflow-x: clip;
    }

    .vab1-section::before {
        background-size: 32px 32px;
    }

    .vab1-decoration-left {
        display: none;
    }

    .vab1-decoration-right {
        top: -115px;
        right: -165px;
        width: 310px;
        height: 310px;
    }

    .vab1-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
    }

    .vab1-content {
        width: 100%;
        padding: 0;
        align-items: center;
        text-align: center;
    }

    .vab1-badge {
        min-height: 40px;
        padding: 6px 13px 6px 7px;
        font-size: 9.5px;
        white-space: normal;
        text-align: left;
    }

    .vab1-badge-icon {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
    }

    /* Exact two-line mobile headline */
    .vab1-title {
        width: 100%;
        max-width: 100%;
        margin-top: 22px !important;
        font-size: clamp(23px, 7.1vw, 30px) !important;
        letter-spacing: -0.055em !important;
        line-height: 1.08 !important;
        text-align: center !important;
    }

    .vab1-title-dark,
    .vab1-title-gradient {
        width: auto;
        max-width: 100%;
        white-space: nowrap;
    }

    .vab1-title-gradient {
        margin-top: 6px;
        background-size: 100% 100%;
        animation: none;
    }

    .vab1-description {
        max-width: 350px;
        margin-top: 17px !important;
        font-size: 13px !important;
        line-height: 1.6 !important;
        text-align: center !important;
    }

    /* Three compact service types */
    .vab1-service-types {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 19px;
        gap: 6px;
    }

    .vab1-service-type {
        width: 100%;
        min-width: 0;
        min-height: 63px;
        padding: 7px 3px;
        flex-direction: column;
        gap: 5px;
        border-radius: 10px;
        font-size: 8px;
        line-height: 1.25;
        text-align: center;
    }

    .vab1-service-icon {
        width: 26px;
        height: 26px;
        flex-basis: 26px;
    }

    .vab1-service-icon svg {
        width: 14px !important;
        height: 14px !important;
    }

    /* CTA left-right */
    .vab1-actions {
        display: grid;
        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 1fr);
        margin-top: 19px;
        gap: 7px;
    }

    .vab1-primary-button,
    .vab1-secondary-button {
        width: 100%;
        min-width: 0;
        min-height: 49px;
        padding: 9px 6px;
        border-radius: 11px;
        gap: 5px;
        font-size: 9.7px !important;
    }

    .vab1-button-icon {
        width: 15px;
        height: 15px;
        flex-basis: 15px;
    }

    .vab1-button-icon svg {
        width: 14px !important;
        height: 14px !important;
    }

    .vab1-action-note {
        max-width: 310px;
        margin-top: 14px !important;
        padding-left: 17px;
        font-size: 8.5px !important;
        text-align: left;
    }

    .vab1-visual {
        width: 100%;
    }

    .vab1-visual-card {
        padding: 17px 12px 12px;
        border-radius: 17px;
    }

    .vab1-visual-card::before {
        left: 18px;
        right: 18px;
        animation: none;
    }

    .vab1-visual-header {
        padding-bottom: 13px;
        gap: 9px;
    }

    .vab1-visual-label {
        margin-bottom: 4px;
        font-size: 7px;
    }

    .vab1-visual-header h2 {
        max-width: 260px;
        font-size: 18px !important;
    }

    .vab1-visual-mark {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        border-radius: 10px;
        font-size: 9px;
    }

    /* Mobile swipe cards */
    .vab1-direction-flow {
        display: flex;
        width: 100%;
        gap: 8px;
        margin-top: 13px;
        padding-bottom: 2px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .vab1-direction-flow::-webkit-scrollbar {
        display: none;
    }

    .vab1-flow-item {
        flex: 0 0 87%;
        min-height: 112px;
        padding: 11px;
        grid-template-columns: 27px 35px minmax(0, 1fr);
        gap: 8px;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        border-radius: 13px;
    }

    .vab1-flow-item:hover {
        transform: none;
    }

    .vab1-flow-number {
        width: 27px;
        height: 27px;
        font-size: 7px;
    }

    .vab1-flow-icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
        border-radius: 10px;
        animation: none;
    }

    .vab1-flow-icon svg {
        width: 16px !important;
        height: 16px !important;
    }

    .vab1-flow-content > span {
        font-size: 7px;
    }

    .vab1-flow-content h3 {
        font-size: 12px !important;
    }

    .vab1-flow-content p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 9px !important;
        line-height: 1.45 !important;
    }

    .vab1-flow-connector {
        display: none;
    }

    .vab1-direction-result {
        min-height: 65px;
        margin-top: 10px;
        padding: 11px;
        border-radius: 12px;
    }

    .vab1-result-icon {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
        border-radius: 9px;
    }

    .vab1-result-icon svg {
        width: 15px !important;
        height: 15px !important;
    }

    .vab1-direction-result div > span {
        font-size: 7px;
    }

    .vab1-direction-result strong {
        font-size: 10px;
    }

    .vab1-visual-footer {
        margin-top: 9px;
        border-radius: 10px;
    }

    .vab1-visual-footer > span {
        min-height: 36px;
        padding: 6px 3px;
        gap: 4px;
        font-size: 7px;
    }

    .vab1-visual-footer i {
        width: 5px;
        height: 5px;
        flex-basis: 5px;
    }

    /* Mobile dialog */
    .vab1-project-dialog {
        width: calc(100% - 18px);
        max-height: 92vh;
        max-height: 92dvh;
        border-radius: 18px;
    }

    .vab1-dialog-inner {
        max-height: 92vh;
        max-height: 92dvh;
        padding: 23px 14px 17px;
    }

    .vab1-dialog-close {
        top: 10px;
        right: 10px;
        width: 34px;
        height: 34px;
    }

    .vab1-dialog-heading h2 {
        font-size: 24px !important;
    }

    .vab1-form-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .vab1-form-field-full {
        grid-column: auto;
    }
}

@media (max-width: 360px) {
    .vab1-section {
        padding-inline: 7px;
    }

    .vab1-title {
        font-size: 22px !important;
    }

    .vab1-primary-button,
    .vab1-secondary-button {
        min-height: 47px;
        padding-inline: 4px;
        font-size: 8.7px !important;
    }

    .vab1-flow-item {
        flex-basis: 91%;
    }

    .vab1-visual-footer > span {
        font-size: 6.5px;
    }
}

/* =====================================================
   ANIMATIONS
===================================================== */

@keyframes vab1LeftReveal {
    from {
        opacity: 0;
        transform: translate3d(-28px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes vab1RightReveal {
    from {
        opacity: 0;
        transform: translate3d(28px, 0, 0) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes vab1ItemReveal {
    from {
        opacity: 0;
        transform: translate3d(0, 16px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes vab1GradientMove {
    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

@keyframes vab1TopLine {
    from {
        background-position: 200% 50%;
    }

    to {
        background-position: -200% 50%;
    }
}

@keyframes vab1IconGlow {
    0%,
    100% {
        box-shadow: 0 9px 20px rgba(180, 33, 213, 0.17);
    }

    50% {
        box-shadow:
            0 9px 25px rgba(180, 33, 213, 0.30),
            0 0 0 5px rgba(192, 33, 207, 0.07);
    }
}

@keyframes vab1DialogOpen {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes vab1BackdropOpen {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Accessibility and mobile performance */
@media (prefers-reduced-motion: reduce) {
    .vab1-section *,
    .vab1-section *::before,
    .vab1-section *::after,
    .vab1-project-dialog,
    .vab1-project-dialog::backdrop {
        scroll-behavior: auto !important;
        animation: none !important;
        transition-duration: 0.01ms !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08ec0cb */@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

/* =========================================
   ABOUT PAGE — SECTION 2 FINAL CTA
========================================= */

.vab2-final-cta,
.vab2-final-cta * {
    box-sizing: border-box;
    font-family: "Manrope", Arial, sans-serif !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.vab2-final-cta {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 62px 20px;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 20%, rgba(244, 35, 124, 0.12), transparent 30%),
        radial-gradient(circle at 92% 80%, rgba(126, 47, 255, 0.13), transparent 32%),
        #fffafd;
}

.vab2-container {
    position: relative;
    z-index: 2;
    width: min(1180px, 100%);
    margin: 0 auto;
}

.vab2-cta-card {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
    align-items: center;
    gap: clamp(30px, 5vw, 72px);
    min-height: 390px;
    padding: clamp(48px, 5vw, 72px);
    overflow: hidden;
    color: #ffffff;
    background:
        linear-gradient(
            120deg,
            rgba(244, 35, 124, 0.08),
            transparent 38%
        ),
        linear-gradient(135deg, #160a18 0%, #1b0b21 52%, #12091b 100%);
    border: 1px solid rgba(210, 66, 200, 0.3);
    border-radius: 34px;
    box-shadow:
        0 28px 70px rgba(47, 12, 52, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

/* Gradient top border */

.vab2-cta-card::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 8%;
    width: 84%;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        #f4237c,
        #a22cff,
        transparent
    );
    animation: vab2BorderMove 5s ease-in-out infinite;
}

/* Background glows */

.vab2-glow {
    position: absolute;
    z-index: -1;
    display: block;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(10px);
}

.vab2-glow-one {
    top: -150px;
    left: -120px;
    width: 380px;
    height: 380px;
    background: rgba(244, 35, 124, 0.16);
    animation: vab2GlowOne 9s ease-in-out infinite alternate;
}

.vab2-glow-two {
    right: -110px;
    bottom: -160px;
    width: 400px;
    height: 400px;
    background: rgba(137, 42, 255, 0.18);
    animation: vab2GlowTwo 10s ease-in-out infinite alternate;
}

.vab2-orbit {
    position: absolute;
    z-index: -1;
    right: 2%;
    top: 50%;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(208, 78, 244, 0.13);
    border-radius: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.vab2-orbit::before,
.vab2-orbit::after {
    content: "";
    position: absolute;
    border: 1px dashed rgba(244, 35, 124, 0.13);
    border-radius: inherit;
}

.vab2-orbit::before {
    inset: 45px;
}

.vab2-orbit::after {
    inset: 95px;
}

/* =========================================
   LEFT CONTENT
========================================= */

.vab2-content {
    position: relative;
    z-index: 4;
    max-width: 650px;
    animation: vab2ContentReveal 0.75s ease both;
}

.vab2-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    margin: 0 0 22px;
    padding: 7px 16px 7px 8px;
    color: #f8dff3;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(238, 69, 203, 0.3);
    border-radius: 999px;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vab2-label-icon {
    display: inline-grid !important;
    place-items: center !important;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin: 0 !important;
    color: #ffffff;
    line-height: 0 !important;
    background: linear-gradient(135deg, #f4237c, #9328ff);
    border-radius: 50%;
    box-shadow: 0 7px 20px rgba(223, 37, 181, 0.28);
}

.vab2-label-icon svg {
    position: static !important;
    display: block !important;
    width: 15px !important;
    height: 15px !important;
    margin: 0 !important;
    transform: none !important;
}

.vab2-title {
    max-width: 700px;
    margin: 0 0 20px !important;
    color: #ffffff;
    font-size: clamp(42px, 4.2vw, 58px) !important;
    font-weight: 800 !important;
    line-height: 1.02 !important;
    letter-spacing: -0.055em !important;
}

.vab2-title-white,
.vab2-title-gradient {
    display: block;
    width: max-content;
    max-width: 100%;
}

.vab2-title-gradient {
    padding-bottom: 5px;
    color: #f4237c;
    background: linear-gradient(
        90deg,
        #ff287d 0%,
        #dc28b9 48%,
        #9631ff 100%
    );
    background-size: 180% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: vab2GradientText 6s ease-in-out infinite alternate;
}

.vab2-description {
    max-width: 580px;
    margin: 0 0 30px !important;
    color: #d7ccd9;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.7 !important;
}

/* =========================================
   CTA BUTTONS
========================================= */

.vab2-actions {
    display: grid;
    grid-template-columns: minmax(190px, 1fr) minmax(170px, 0.84fr);
    gap: 12px;
    width: min(500px, 100%);
}

.vab2-primary-button,
.vab2-secondary-button {
    position: relative;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px;
    width: 100%;
    min-width: 0;
    min-height: 56px;
    margin: 0 !important;
    padding: 13px 20px !important;
    overflow: hidden;
    border-radius: 14px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: center;
    text-decoration: none !important;
    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;
}

.vab2-primary-button {
    color: #ffffff !important;
    background: linear-gradient(100deg, #f4237c 0%, #982aff 100%);
    border: 1px solid transparent !important;
    box-shadow: 0 14px 34px rgba(200, 35, 202, 0.3);
}

.vab2-primary-button::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -80%;
    width: 38%;
    height: 200%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.42),
        transparent
    );
    transform: rotate(18deg);
    transition: left 0.7s ease;
}

.vab2-primary-button:hover {
    color: #ffffff !important;
    background: linear-gradient(110deg, #7828f4, #ed217b);
    box-shadow: 0 18px 40px rgba(197, 35, 210, 0.38);
    transform: translateY(-3px);
}

.vab2-primary-button:hover::before {
    left: 145%;
}

.vab2-secondary-button {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.17) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.vab2-secondary-button:hover {
    color: #ffffff !important;
    background: rgba(244, 35, 124, 0.17);
    border-color: rgba(244, 80, 185, 0.55) !important;
    box-shadow: 0 14px 32px rgba(155, 39, 178, 0.2);
    transform: translateY(-3px);
}

.vab2-button-icon,
.vab2-whatsapp-icon {
    display: inline-grid !important;
    place-items: center !important;
    flex: 0 0 21px;
    width: 21px;
    height: 21px;
    margin: 0 !important;
    line-height: 0 !important;
}

.vab2-button-icon svg,
.vab2-whatsapp-icon svg {
    position: static !important;
    display: block !important;
    width: 19px !important;
    height: 19px !important;
    margin: 0 !important;
    transform: none !important;
}

.vab2-whatsapp-icon {
    color: #35df95;
}

/* =========================================
   RIGHT MINI WEBSITE VISUAL
========================================= */

.vab2-mini-visual {
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: 410px;
    margin-left: auto;
    overflow: visible;
    background: rgba(255, 255, 255, 0.965);
    border: 1px solid rgba(235, 214, 235, 0.9);
    border-radius: 22px;
    box-shadow:
        0 30px 55px rgba(5, 0, 10, 0.35),
        0 0 0 8px rgba(255, 255, 255, 0.03);
    transform: perspective(1000px) rotateY(-4deg) rotateX(1deg);
    animation: vab2VisualReveal 0.85s 0.12s ease both;
    transition: transform 0.45s ease;
}

.vab2-cta-card:hover .vab2-mini-visual {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg)
        translateY(-5px);
}

.vab2-browser-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 38px;
    padding: 0 16px;
    background: #f8f3fa;
    border-bottom: 1px solid #eee3ef;
}

.vab2-browser-bar span {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.vab2-browser-bar span:nth-child(1) {
    background: #ff5b7f;
}

.vab2-browser-bar span:nth-child(2) {
    background: #ffbd4a;
}

.vab2-browser-bar span:nth-child(3) {
    background: #32cf8e;
}

.vab2-visual-body {
    position: relative;
    min-height: 275px;
    padding: 24px;
    color: #190d1e;
    background:
        radial-gradient(circle at 90% 10%, rgba(164, 45, 255, 0.12), transparent 32%),
        linear-gradient(135deg, #fff9fc, #fbf7ff);
}

.vab2-visual-brand {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 25px;
    color: #241529;
    font-size: 11px !important;
    font-weight: 800 !important;
}

.vab2-visual-logo {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    color: #ffffff;
    background: linear-gradient(135deg, #ef237f, #922cff);
    border-radius: 9px;
    font-size: 10px !important;
    font-weight: 800 !important;
}

.vab2-visual-heading {
    max-width: 270px;
    margin-bottom: 15px;
    color: #170b1b;
    font-size: 25px !important;
    font-weight: 800 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.04em;
}

.vab2-visual-lines {
    display: grid;
    gap: 7px;
    width: 78%;
    margin-bottom: 18px;
}

.vab2-visual-lines span {
    display: block;
    height: 6px;
    background: #e8deea;
    border-radius: 20px;
}

.vab2-visual-lines span:last-child {
    width: 67%;
}

.vab2-visual-button {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 14px;
    color: #ffffff;
    background: linear-gradient(100deg, #ef237e, #9d2af7);
    border-radius: 9px;
    font-size: 9px !important;
    font-weight: 800 !important;
    box-shadow: 0 9px 20px rgba(199, 41, 187, 0.22);
}

.vab2-enquiry-card {
    position: absolute;
    right: -22px;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 190px;
    padding: 12px;
    color: #201224;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #eee2ef;
    border-radius: 13px;
    box-shadow: 0 16px 35px rgba(66, 19, 76, 0.18);
    animation: vab2EnquiryFloat 3.8s ease-in-out infinite;
}

.vab2-enquiry-icon {
    display: inline-grid !important;
    place-items: center !important;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    margin: 0 !important;
    color: #ffffff;
    line-height: 0 !important;
    background: linear-gradient(135deg, #f4237c, #922dff);
    border-radius: 10px;
}

.vab2-enquiry-icon svg {
    position: static !important;
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    transform: none !important;
}

.vab2-enquiry-card strong,
.vab2-enquiry-card small {
    display: block;
}

.vab2-enquiry-card strong {
    color: #1c1020;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
}

.vab2-enquiry-card small {
    margin-top: 2px;
    color: #766b78;
    font-size: 8px !important;
    font-weight: 600 !important;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {
    .vab2-final-cta {
        padding: 46px 18px;
    }

    .vab2-cta-card {
        grid-template-columns: minmax(0, 1fr) 310px;
        gap: 30px;
        min-height: 360px;
        padding: 42px 34px;
        border-radius: 28px;
    }

    .vab2-title {
        font-size: clamp(35px, 4.5vw, 46px) !important;
    }

    .vab2-description {
        font-size: 15px !important;
    }

    .vab2-actions {
        grid-template-columns: 1.08fr 0.92fr;
    }

    .vab2-mini-visual {
        max-width: 310px;
    }

    .vab2-visual-body {
        min-height: 245px;
        padding: 20px;
    }

    .vab2-visual-heading {
        font-size: 21px !important;
    }

    .vab2-enquiry-card {
        right: -12px;
        width: 165px;
    }
}

/* =========================================
   MOBILE — COMPACT, NOT LENGTHY
========================================= */

@media (max-width: 767px) {
    .vab2-final-cta {
        padding: 26px 12px;
    }

    .vab2-cta-card {
        display: block;
        min-height: 0;
        padding: 28px 16px 18px;
        border-radius: 22px;
    }

    .vab2-content {
        max-width: 100%;
        text-align: center;
    }

    .vab2-label {
        min-height: 35px;
        margin-bottom: 16px;
        padding: 5px 12px 5px 6px;
        font-size: 9px !important;
        letter-spacing: 0.07em;
    }

    .vab2-label-icon {
        flex-basis: 24px;
        width: 24px;
        height: 24px;
    }

    .vab2-label-icon svg {
        width: 13px !important;
        height: 13px !important;
    }

    .vab2-title {
        margin-bottom: 14px !important;
        font-size: clamp(27px, 8.2vw, 35px) !important;
        line-height: 1.04 !important;
        letter-spacing: -0.05em !important;
    }

    .vab2-title-white,
    .vab2-title-gradient {
        width: 100%;
        white-space: nowrap;
    }

    .vab2-description {
        max-width: 330px;
        margin: 0 auto 20px !important;
        font-size: 13px !important;
        line-height: 1.55 !important;
    }

    /* Both buttons remain left-right */

    .vab2-actions {
        grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
        gap: 8px;
        width: 100%;
    }

    .vab2-primary-button,
    .vab2-secondary-button {
        gap: 6px;
        min-height: 47px;
        padding: 10px 8px !important;
        border-radius: 11px !important;
        font-size: 11px !important;
        white-space: nowrap;
    }

    .vab2-button-icon,
    .vab2-whatsapp-icon {
        flex-basis: 17px;
        width: 17px;
        height: 17px;
    }

    .vab2-button-icon svg,
    .vab2-whatsapp-icon svg {
        width: 16px !important;
        height: 16px !important;
    }

    /* Visual hidden only on mobile to prevent a lengthy section */

    .vab2-mini-visual,
    .vab2-orbit {
        display: none;
    }

    .vab2-glow-one {
        top: -100px;
        left: -100px;
        width: 260px;
        height: 260px;
    }

    .vab2-glow-two {
        right: -100px;
        bottom: -120px;
        width: 280px;
        height: 280px;
    }
}

@media (max-width: 370px) {
    .vab2-title {
        font-size: 25px !important;
    }

    .vab2-primary-button,
    .vab2-secondary-button {
        padding-inline: 5px !important;
        font-size: 10px !important;
    }

    .vab2-primary-button .vab2-button-icon {
        display: none !important;
    }
}

/* =========================================
   ANIMATIONS
========================================= */

@keyframes vab2ContentReveal {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes vab2VisualReveal {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateY(-7deg) translateX(25px);
    }

    to {
        opacity: 1;
        transform: perspective(1000px) rotateY(-4deg) rotateX(1deg);
    }
}

@keyframes vab2GradientText {
    from {
        background-position: 0% 50%;
    }

    to {
        background-position: 100% 50%;
    }
}

@keyframes vab2BorderMove {
    0%,
    100% {
        opacity: 0.45;
        transform: scaleX(0.7);
    }

    50% {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes vab2GlowOne {
    from {
        transform: translate3d(0, 0, 0) scale(0.92);
    }

    to {
        transform: translate3d(35px, 18px, 0) scale(1.08);
    }
}

@keyframes vab2GlowTwo {
    from {
        transform: translate3d(0, 0, 0) scale(1);
    }

    to {
        transform: translate3d(-30px, -18px, 0) scale(1.1);
    }
}

@keyframes vab2EnquiryFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

/* Accessibility and mobile performance */

@media (prefers-reduced-motion: reduce) {
    .vab2-final-cta *,
    .vab2-final-cta *::before,
    .vab2-final-cta *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}/* End custom CSS */