.elementor-1070 .elementor-element.elementor-element-f052492{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1070 .elementor-element.elementor-element-62f2159{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1070 .elementor-element.elementor-element-a872c0d{--display:flex;--margin-top:-84px;--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-1070 .elementor-element.elementor-element-f052492{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1070 .elementor-element.elementor-element-647fe7f{margin:-27px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-647fe7f *//* =========================================
   VEBZYRA INDUSTRIES — HERO SECTION
   ========================================= */

.vih1-section {
    --vih-dark: #160d1d;
    --vih-heading: #211526;
    --vih-text: #625968;
    --vih-muted: #7a7080;
    --vih-pink: #ef2580;
    --vih-purple: #7936f5;
    --vih-green: #16b981;
    --vih-border: rgba(90, 42, 110, 0.14);

    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: clamp(70px, 6.5vw, 96px) 24px 0;
    color: var(--vih-dark);
    background:
        radial-gradient(
            circle at 5% 15%,
            rgba(239, 37, 128, 0.12),
            transparent 28%
        ),
        radial-gradient(
            circle at 95% 12%,
            rgba(121, 54, 245, 0.11),
            transparent 30%
        ),
        linear-gradient(135deg, #fffafd 0%, #ffffff 52%, #faf7ff 100%);
    overflow: hidden;
}

.vih1-section,
.vih1-section * {
    box-sizing: border-box;
    font-family: "Manrope", Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.vih1-section h1,
.vih1-section h2,
.vih1-section h3,
.vih1-section p {
    margin: 0;
}

.vih1-section a {
    text-decoration: none !important;
}

.vih1-section svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* =========================================
   STATIC BACKGROUND
   ========================================= */

.vih1-background,
.vih1-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.vih1-background {
    z-index: -1;
    overflow: hidden;
}

.vih1-grid {
    opacity: 0.34;
    background-image:
        linear-gradient(
            rgba(104, 49, 128, 0.045) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(104, 49, 128, 0.045) 1px,
            transparent 1px
        );
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, #000 10%, transparent 95%);
    -webkit-mask-image: linear-gradient(to bottom, #000 10%, transparent 95%);
}

.vih1-glow {
    position: absolute;
    width: 440px;
    height: 440px;
    border-radius: 50%;
}

.vih1-glow-left {
    top: -250px;
    left: -220px;
    background: radial-gradient(
        circle,
        rgba(239, 37, 128, 0.16),
        transparent 68%
    );
}

.vih1-glow-right {
    right: -210px;
    bottom: -230px;
    background: radial-gradient(
        circle,
        rgba(121, 54, 245, 0.14),
        transparent 68%
    );
}

.vih1-circle {
    position: absolute;
    border: 1px solid rgba(121, 54, 245, 0.09);
    border-radius: 50%;
}

.vih1-circle-one {
    width: 520px;
    height: 520px;
    top: -330px;
    right: 3%;
}

.vih1-circle-two {
    width: 280px;
    height: 280px;
    left: -170px;
    bottom: 1%;
}

/* =========================================
   MAIN DESKTOP LAYOUT
   ========================================= */

.vih1-container {
    position: relative;
    z-index: 2;
    width: min(100%, 1280px);
    margin: 0 auto;
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(520px, 0.96fr);
    align-items: center;
    gap: clamp(50px, 5vw, 72px);
}

.vih1-content,
.vih1-blueprint {
    min-width: 0;
}

/* =========================================
   LEFT CONTENT
   ========================================= */

.vih1-content {
    position: relative;
    z-index: 3;
    padding: 8px 0;
}

/* Badge */

.vih1-badge {
    width: fit-content;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    padding: 7px 15px 7px 7px;
    border: 1px solid rgba(183, 44, 206, 0.21);
    border-radius: 999px;
    color: #7024b8;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 26px rgba(80, 31, 101, 0.07);
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
    white-space: nowrap;
}

.vih1-badge-icon {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        var(--vih-pink),
        var(--vih-purple)
    );
}

.vih1-badge-icon svg {
    width: 18px;
    height: 18px;
}

/* Main heading */

.vih1-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    font-size: clamp(42px, 3.8vw, 58px);
    line-height: 1;
    font-weight: 800 !important;
    letter-spacing: -0.058em;
}

.vih1-title > span {
    display: block;
    max-width: 100%;
    white-space: nowrap;
}

.vih1-title-dark {
    color: var(--vih-dark);
}

.vih1-title-gradient {
    color: var(--vih-pink);
    background: linear-gradient(
        90deg,
        var(--vih-pink) 0%,
        #cf27c4 52%,
        var(--vih-purple) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Description */

.vih1-description {
    width: min(100%, 590px);
    margin-top: 27px !important;
    color: var(--vih-text);
    font-size: clamp(16px, 1.25vw, 18px);
    line-height: 1.7;
    font-weight: 500;
}

/* Business type chips */

.vih1-business-types {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 26px;
}

.vih1-business-types > span {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid var(--vih-border);
    border-radius: 12px;
    color: #443849;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 7px 20px rgba(75, 30, 92, 0.04);
    font-size: 13px;
    line-height: 1;
    font-weight: 650;
    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.vih1-business-types svg {
    width: 17px;
    height: 17px;
    color: var(--vih-purple);
    stroke-width: 2.1;
}

/* CTA buttons */

.vih1-actions {
    display: flex;
    align-items: stretch;
    gap: 11px;
    margin-top: 25px;
}

.vih1-button {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 13px 21px;
    border: 1px solid transparent;
    border-radius: 13px;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease;
}

.vih1-button svg {
    flex: 0 0 auto;
    width: 19px;
    height: 19px;
    stroke-width: 2.2;
}

.vih1-button-primary {
    color: #ffffff !important;
    background: linear-gradient(
        100deg,
        var(--vih-pink),
        var(--vih-purple)
    );
    box-shadow: 0 14px 29px rgba(193, 37, 201, 0.21);
}

.vih1-button-whatsapp {
    color: var(--vih-dark) !important;
    border-color: rgba(50, 24, 61, 0.17);
    background: rgba(255, 255, 255, 0.96);
}

.vih1-button-whatsapp svg {
    width: 20px;
    height: 20px;
    color: #119c6c;
    stroke-width: 2.3;
}

/* Assurance */

.vih1-assurance {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 19px;
    color: #675e6c;
}

.vih1-assurance-icon {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(22, 185, 129, 0.2);
    border-radius: 50%;
    color: #0da675;
    background: #eafff6;
}

.vih1-assurance-icon svg {
    width: 16px;
    height: 16px;
    stroke-width: 2.7;
}

.vih1-assurance p {
    color: #675e6c;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
}

/* =========================================
   RIGHT INDUSTRY BLUEPRINT
   ========================================= */

.vih1-blueprint {
    position: relative;
    width: 100%;
    padding: 26px;
    border: 1px solid rgba(92, 43, 113, 0.15);
    border-radius: 26px;
    background:
        radial-gradient(
            circle at 100% 100%,
            rgba(121, 54, 245, 0.07),
            transparent 34%
        ),
        rgba(255, 255, 255, 0.96);
    box-shadow:
        0 30px 72px rgba(68, 27, 85, 0.11),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

/* Blueprint header */

.vih1-blueprint-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(77, 35, 94, 0.11);
}

.vih1-blueprint-heading {
    min-width: 0;
}

.vih1-blueprint-label {
    display: block;
    margin-bottom: 7px;
    color: #b91e6d;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.vih1-blueprint-heading h2 {
    color: var(--vih-heading);
    font-size: clamp(22px, 1.7vw, 26px);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.vih1-blueprint-heading p {
    max-width: 390px;
    margin-top: 8px;
    color: var(--vih-muted);
    font-size: 12px;
    line-height: 1.55;
    font-weight: 500;
}

.vih1-static-status {
    flex: 0 0 auto;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border: 1px solid rgba(22, 185, 129, 0.2);
    border-radius: 999px;
    color: #087652;
    background: #eafff6;
    font-size: 9px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

.vih1-static-status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--vih-green);
}

/* =========================================
   INDUSTRY CARDS
   ========================================= */

.vih1-industry-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
}

.vih1-industry-card {
    min-width: 0;
    min-height: 104px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 14px;
    border: 1px solid rgba(90, 41, 108, 0.12);
    border-radius: 15px;
    background: #ffffff;
    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.vih1-industry-card > div {
    min-width: 0;
}

.vih1-industry-icon {
    flex: 0 0 auto;
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    border-radius: 13px;
}

.vih1-industry-icon svg {
    width: 22px;
    height: 22px;
    stroke-width: 2.1;
}

.vih1-icon-health {
    color: #e52771;
    background: #fff0f6;
}

.vih1-icon-education {
    color: #7936f5;
    background: #f3edff;
}

.vih1-icon-services {
    color: #1578d4;
    background: #edf7ff;
}

.vih1-icon-commerce {
    color: #d36a12;
    background: #fff5e9;
}

.vih1-icon-property {
    color: #0a9c72;
    background: #eafff7;
}

.vih1-icon-food {
    color: #d33c4e;
    background: #fff0f2;
}

.vih1-industry-card h3 {
    color: #2b2030;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.vih1-industry-card p {
    margin-top: 5px;
    color: #746a79;
    font-size: 11.5px;
    line-height: 1.5;
    font-weight: 500;
}

/* =========================================
   REQUIREMENTS PANEL
   ========================================= */

.vih1-requirements {
    margin-top: 17px;
    padding: 17px;
    border: 1px solid rgba(158, 41, 191, 0.15);
    border-radius: 17px;
    background: linear-gradient(
        110deg,
        rgba(255, 240, 247, 0.88),
        rgba(245, 238, 255, 0.9)
    );
}

.vih1-requirements-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.vih1-requirements-header > div {
    min-width: 0;
}

.vih1-requirements-header span:first-child {
    display: block;
    margin-bottom: 4px;
    color: #a41e67;
    font-size: 8px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.vih1-requirements-header h3 {
    color: #2c2031;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 800;
}

.vih1-check-badge {
    flex: 0 0 auto;
    width: 31px;
    height: 31px;
    display: grid !important;
    place-items: center;
    margin: 0 !important;
    border-radius: 50%;
    color: #ffffff !important;
    background: var(--vih-green);
}

.vih1-check-badge svg {
    width: 16px;
    height: 16px;
    stroke-width: 2.7;
}

/* Requirement items */

.vih1-requirement-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
}

.vih1-requirement-item {
    min-width: 0;
    min-height: 94px;
    padding: 11px;
    border: 1px solid rgba(92, 42, 110, 0.11);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.85);
}

.vih1-requirement-number {
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    margin-bottom: 9px;
    border-radius: 8px;
    color: #9429d3;
    background: #f3e8ff;
    font-size: 8px;
    font-weight: 800;
}

.vih1-requirement-item strong,
.vih1-requirement-item small {
    display: block;
}

.vih1-requirement-item strong {
    color: #342839;
    font-size: 11.5px;
    line-height: 1.3;
    font-weight: 800;
}

.vih1-requirement-item small {
    margin-top: 4px;
    color: #776d7b;
    font-size: 9.5px;
    line-height: 1.4;
    font-weight: 500;
}

/* Result */

.vih1-result {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 15px;
    padding: 14px;
    border: 1px solid rgba(22, 185, 129, 0.18);
    border-radius: 15px;
    background: #f2fff9;
}

.vih1-result-icon {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        var(--vih-pink),
        var(--vih-purple)
    );
}

.vih1-result-icon svg {
    width: 21px;
    height: 21px;
}

.vih1-result > div {
    min-width: 0;
}

.vih1-result small,
.vih1-result strong {
    display: block;
}

.vih1-result small {
    margin-bottom: 4px;
    color: #087653;
    font-size: 8px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.vih1-result strong {
    color: #2b2030;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 800;
}

/* =========================================
   BOTTOM VALUE STRIP
   ========================================= */

.vih1-value-strip {
    position: relative;
    z-index: 3;
    width: min(100%, 1280px);
    margin: 58px auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid rgba(90, 42, 110, 0.13);
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 -9px 30px rgba(68, 27, 85, 0.05);
}

.vih1-value-item {
    min-width: 0;
    min-height: 104px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 21px 23px;
}

.vih1-value-item + .vih1-value-item {
    border-left: 1px solid rgba(90, 42, 110, 0.12);
}

.vih1-value-number {
    flex: 0 0 auto;
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #9629d5;
    background: #f5eaff;
    font-size: 10px;
    font-weight: 800;
}

.vih1-value-item > div {
    min-width: 0;
}

.vih1-value-item h3 {
    color: #302435;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 800;
}

.vih1-value-item p {
    margin-top: 5px;
    color: #746a79;
    font-size: 11px;
    line-height: 1.45;
    font-weight: 500;
}

/* =========================================
   DESKTOP HOVER EFFECTS
   ========================================= */

@media (hover: hover) {

    .vih1-business-types > span:hover {
        border-color: rgba(184, 39, 204, 0.28);
        background: #ffffff;
        box-shadow: 0 12px 25px rgba(76, 29, 94, 0.08);
    }

    .vih1-industry-card:hover {
        border-color: rgba(184, 39, 204, 0.25);
        background: #fffafe;
        box-shadow: 0 12px 25px rgba(76, 29, 94, 0.07);
    }

    .vih1-button:hover {
        transform: translateY(-2px);
    }

    .vih1-button-primary:hover {
        color: #ffffff !important;
        box-shadow: 0 18px 35px rgba(191, 37, 200, 0.28);
    }

    .vih1-button-whatsapp:hover {
        color: #ffffff !important;
        border-color: #107d59;
        background: #107d59;
    }

    .vih1-button-whatsapp:hover svg {
        color: #ffffff;
    }
}

/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1120px) {

    .vih1-container {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .vih1-content {
        width: min(100%, 800px);
        margin: 0 auto;
        text-align: center;
    }

    .vih1-badge {
        margin-left: auto;
        margin-right: auto;
    }

    .vih1-title {
        align-items: center;
        font-size: clamp(42px, 5.8vw, 58px);
        text-align: center;
    }

    .vih1-description {
        margin-left: auto;
        margin-right: auto;
    }

    .vih1-business-types,
    .vih1-actions,
    .vih1-assurance {
        justify-content: center;
    }

    .vih1-blueprint {
        width: min(100%, 780px);
        margin: 0 auto;
    }
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .vih1-section {
        padding: 52px 14px 0;
        overflow-x: hidden;
    }

    .vih1-grid {
        background-size: 34px 34px;
    }

    .vih1-circle,
    .vih1-glow-right {
        display: none;
    }

    .vih1-container {
        width: 100%;
        gap: 34px;
    }

    /* Mobile left content */

    .vih1-badge {
        margin-bottom: 20px;
        padding: 6px 11px 6px 6px;
        font-size: 10px;
    }

    .vih1-badge-icon {
        width: 30px;
        height: 30px;
    }

    .vih1-badge-icon svg {
        width: 15px;
        height: 15px;
    }

    .vih1-title {
        gap: 9px;
        font-size: clamp(27px, 8vw, 35px);
        line-height: 1.04;
        letter-spacing: -0.052em;
    }

    .vih1-title > span {
        white-space: nowrap;
    }

    .vih1-description {
        margin-top: 21px !important;
        padding: 0 3px;
        font-size: 14.5px;
        line-height: 1.65;
    }

    .vih1-business-types {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 22px;
    }

    .vih1-business-types > span {
        width: 100%;
        min-height: 42px;
        padding: 8px 6px;
        font-size: 11px;
    }

    .vih1-actions {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 22px;
    }

    .vih1-button {
        width: 100%;
        min-width: 0;
        min-height: 52px;
        gap: 6px;
        padding: 10px 7px;
        border-radius: 11px;
        font-size: 11px;
    }

    .vih1-button svg,
    .vih1-button-whatsapp svg {
        width: 17px;
        height: 17px;
    }

    .vih1-assurance {
        align-items: flex-start;
        justify-content: center;
        margin-top: 17px;
        padding: 0 6px;
        text-align: left;
    }

    .vih1-assurance-icon {
        width: 28px;
        height: 28px;
    }

    .vih1-assurance p {
        max-width: 260px;
        font-size: 11.5px;
    }

    /* Mobile blueprint */

    .vih1-blueprint {
        width: 100%;
        padding: 16px;
        border-radius: 21px;
        box-shadow: 0 22px 48px rgba(70, 28, 88, 0.1);
    }

    .vih1-blueprint-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding-bottom: 15px;
    }

    .vih1-blueprint-label {
        font-size: 8px;
    }

    .vih1-blueprint-heading h2 {
        font-size: 19px;
    }

    .vih1-blueprint-heading p {
        margin-top: 7px;
        font-size: 11px;
        line-height: 1.5;
    }

    .vih1-static-status {
        min-height: 29px;
        font-size: 8px;
    }

    /* Six industries: two columns, three rows */

    .vih1-industry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 15px;
    }

    .vih1-industry-card {
        min-height: 145px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 12px;
        border-radius: 13px;
    }

    .vih1-industry-icon {
        width: 39px;
        height: 39px;
        border-radius: 11px;
    }

    .vih1-industry-icon svg {
        width: 19px;
        height: 19px;
    }

    .vih1-industry-card h3 {
        font-size: 12px;
        line-height: 1.3;
    }

    .vih1-industry-card p {
        margin-top: 4px;
        font-size: 10.5px;
        line-height: 1.45;
    }

    /* Requirements */

    .vih1-requirements {
        margin-top: 14px;
        padding: 13px;
        border-radius: 14px;
    }

    .vih1-requirements-header h3 {
        font-size: 13px;
    }

    .vih1-check-badge {
        width: 28px;
        height: 28px;
    }

    .vih1-requirement-list {
        grid-template-columns: 1fr;
        gap: 7px;
        margin-top: 12px;
    }

    .vih1-requirement-item {
        min-height: 67px;
        display: grid;
        grid-template-columns: 32px minmax(0, 1fr);
        align-items: center;
        column-gap: 10px;
        padding: 9px 10px;
    }

    .vih1-requirement-number {
        width: 32px;
        height: 32px;
        margin: 0;
    }

    .vih1-requirement-item strong {
        font-size: 11px;
    }

    .vih1-requirement-item small {
        margin-top: 3px;
        font-size: 9.5px;
    }

    /* Result */

    .vih1-result {
        gap: 10px;
        margin-top: 12px;
        padding: 11px;
    }

    .vih1-result-icon {
        width: 36px;
        height: 36px;
    }

    .vih1-result-icon svg {
        width: 18px;
        height: 18px;
    }

    .vih1-result small {
        font-size: 7px;
    }

    .vih1-result strong {
        font-size: 10.5px;
    }

    /* Bottom value strip */

    .vih1-value-strip {
        width: 100%;
        margin-top: 32px;
        grid-template-columns: 1fr;
        border-radius: 18px 18px 0 0;
    }

    .vih1-value-item {
        min-height: 72px;
        gap: 12px;
        padding: 13px 15px;
    }

    .vih1-value-item + .vih1-value-item {
        border-left: 0;
        border-top: 1px solid rgba(90, 42, 110, 0.11);
    }

    .vih1-value-number {
        width: 37px;
        height: 37px;
        font-size: 9px;
    }

    .vih1-value-item h3 {
        font-size: 12px;
    }

    .vih1-value-item p {
        margin-top: 3px;
        font-size: 10px;
        line-height: 1.4;
    }
}

/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 365px) {

    .vih1-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .vih1-title {
        font-size: 25px;
    }

    .vih1-button {
        font-size: 10px;
    }

    .vih1-industry-card {
        min-height: 150px;
        padding: 10px;
    }

    .vih1-industry-card h3 {
        font-size: 11px;
    }

    .vih1-industry-card p {
        font-size: 9.5px;
    }
}

/* Accessibility */

@media (prefers-reduced-motion: reduce) {

    .vih1-section *,
    .vih1-section *::before,
    .vih1-section *::after {
        transition: none !important;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

/* =====================================================
   INDUSTRIES SECTION 01 — ALIGNMENT & TYPOGRAPHY FIX
   Paste at the very end of existing CSS
===================================================== */

.vih1-section,
.vih1-section * {
    box-sizing: border-box;
}

.vih1-section {
    width: 100%;
    padding: 40px 24px 64px !important;
    overflow-x: clip;
    font-family: "Manrope", Arial, sans-serif !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.vih1-section h1,
.vih1-section h2,
.vih1-section h3,
.vih1-section p,
.vih1-section a,
.vih1-section button,
.vih1-section span {
    font-family: "Manrope", Arial, sans-serif !important;
}

/* Main desktop grid */
.vih1-container {
    display: grid !important;
    width: min(100%, 1240px) !important;
    max-width: 1240px !important;
    margin: 0 auto !important;
    grid-template-columns:
        minmax(0, 1.06fr)
        minmax(500px, 0.94fr) !important;
    align-items: start !important;
    gap: clamp(38px, 4.5vw, 64px) !important;
}

/* =====================================================
   LEFT CONTENT — MOVE UP
===================================================== */

.vih1-content {
    display: flex !important;
    min-width: 0;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 3px 0 0 !important;
    align-self: start !important;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    transform: none !important;
}

/* Left and right now begin from same height */
.vih1-blueprint {
    min-width: 0;
    width: 100%;
    margin: 0 !important;
    align-self: start !important;
    transform: none !important;
}

/* =====================================================
   TOP BADGE — HOME PAGE STYLE
===================================================== */

.vih1-badge {
    display: inline-flex !important;
    width: fit-content;
    max-width: 100%;
    min-height: 44px;
    margin: 0 !important;
    padding: 7px 17px 7px 8px !important;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(145, 40, 245, 0.20) !important;
    border-radius: 999px !important;
    color: #7420bd !important;
    background: #ffffff !important;
    box-shadow: 0 11px 30px rgba(72, 25, 88, 0.08);
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    white-space: nowrap;
}

/* Badge icon */
.vih1-badge > span:first-child,
.vih1-badge-icon {
    display: grid;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    place-items: center;
    border-radius: 50%;
    color: #ffffff !important;
    background: linear-gradient(135deg, #ee2188, #9228f5);
    box-shadow: 0 7px 18px rgba(182, 34, 216, 0.23);
}

.vih1-badge svg {
    width: 15px;
    height: 15px;
}

/* =====================================================
   MAIN HEADLINE — HOME PAGE FONT AND SIZE
===================================================== */

.vih1-title {
    width: 100%;
    max-width: 690px;
    margin: 18px 0 0 !important;
    color: #160b19 !important;
    font-family: "Manrope", Arial, sans-serif !important;
    font-size: clamp(50px, 4.5vw, 64px) !important;
    font-weight: 800 !important;
    letter-spacing: -0.055em !important;
    line-height: 1.03 !important;
    text-align: left !important;
}

.vih1-title-dark,
.vih1-title-gradient {
    display: block;
}

.vih1-title-dark {
    color: #160b19 !important;
}

.vih1-title-gradient {
    margin-top: 7px;
    color: #ee2188;
    background: linear-gradient(
        100deg,
        #ee2188 3%,
        #d31dac 48%,
        #842cf4 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Description */
.vih1-description {
    width: 100%;
    max-width: 650px;
    margin: 24px 0 0 !important;
    color: #675e6c !important;
    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.7 !important;
    text-align: left !important;
}

/* =====================================================
   INDUSTRY PILLS
===================================================== */

.vih1-business-types {
    display: flex !important;
    width: 100%;
    margin-top: 24px !important;
    padding: 0 !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px !important;
}

.vih1-business-types > * {
    display: inline-flex;
    min-height: 40px;
    margin: 0 !important;
    padding: 9px 14px !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(73, 40, 81, 0.16) !important;
    border-radius: 11px !important;
    color: #2b1c2f !important;
    background: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    transition:
        color 200ms ease,
        border-color 200ms ease,
        background 200ms ease,
        transform 200ms ease;
}

.vih1-business-types > *:hover {
    color: #9228f5 !important;
    border-color: rgba(146, 40, 245, 0.35) !important;
    background: #fbf4ff !important;
    transform: translateY(-2px);
}

.vih1-business-types svg {
    width: 15px;
    height: 15px;
    color: #9228f5;
}

/* =====================================================
   CTA BUTTONS — HOME PAGE STYLE
===================================================== */

.vih1-actions {
    display: flex !important;
    width: 100%;
    margin: 25px 0 0 !important;
    padding: 0 !important;
    align-items: stretch;
    justify-content: flex-start !important;
    gap: 11px !important;
}

/* Both CTA buttons */
.vih1-actions > a,
.vih1-actions > button,
.vih1-primary-button,
.vih1-secondary-button {
    display: inline-flex !important;
    min-width: 205px;
    min-height: 53px;
    margin: 0 !important;
    padding: 12px 19px !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 13px !important;
    appearance: none;
    -webkit-appearance: none;
    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    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;
}

/* First/main CTA */
.vih1-actions > :first-child,
.vih1-primary-button {
    border: 1px solid transparent !important;
    color: #ffffff !important;
    background: linear-gradient(
        110deg,
        #ee2188,
        #9228f5
    ) !important;
    box-shadow: 0 14px 30px rgba(191, 30, 205, 0.22);
}

/* Main CTA hover changes to dark */
.vih1-actions > :first-child:hover,
.vih1-primary-button:hover {
    color: #ffffff !important;
    border-color: #160b19 !important;
    background: #160b19 !important;
    box-shadow: 0 18px 38px rgba(22, 11, 25, 0.24);
    transform: translateY(-3px);
}

/* Second CTA */
.vih1-actions > :last-child,
.vih1-secondary-button {
    border: 1px solid rgba(72, 39, 80, 0.18) !important;
    color: #160b19 !important;
    background: #ffffff !important;
    box-shadow: 0 9px 24px rgba(55, 27, 63, 0.05);
}

/* Secondary CTA hover changes to gradient */
.vih1-actions > :last-child:hover,
.vih1-secondary-button:hover {
    color: #ffffff !important;
    border-color: transparent !important;
    background: linear-gradient(
        110deg,
        #ee2188,
        #9228f5
    ) !important;
    box-shadow: 0 18px 38px rgba(191, 30, 205, 0.22);
    transform: translateY(-3px);
}

.vih1-actions svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    transition: transform 220ms ease;
}

.vih1-actions > *:hover svg {
    transform: translateX(4px);
}

/* =====================================================
   DESKTOP ALIGNMENT — IMPORTANT FIX
===================================================== */

@media (min-width: 1180px) {
    .vih1-container {
        align-items: start !important;
    }

    .vih1-content,
    .vih1-blueprint {
        align-self: start !important;
        margin-top: 0 !important;
    }

    .vih1-content {
        top: auto !important;
        justify-content: flex-start !important;
    }
}

/* =====================================================
   TABLET
===================================================== */

@media (min-width: 768px) and (max-width: 1179px) {
    .vih1-section {
        padding: 50px 20px !important;
    }

    .vih1-container {
        grid-template-columns: 1fr !important;
        gap: 36px !important;
    }

    .vih1-content {
        max-width: 760px;
        margin-inline: auto !important;
        align-items: center !important;
        text-align: center;
    }

    .vih1-title,
    .vih1-description {
        text-align: center !important;
    }

    .vih1-business-types,
    .vih1-actions {
        justify-content: center !important;
    }

    .vih1-blueprint {
        width: min(100%, 760px);
        margin-inline: auto !important;
    }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {
    .vih1-section {
        padding: 36px 11px 44px !important;
    }

    .vih1-container {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 27px !important;
    }

    .vih1-content {
        width: 100%;
        padding: 0 !important;
        align-items: center !important;
        text-align: center;
    }

    .vih1-badge {
        min-height: 40px;
        padding: 6px 13px 6px 7px !important;
        font-size: 9.5px !important;
        white-space: normal;
        text-align: left;
    }

    .vih1-badge > span:first-child,
    .vih1-badge-icon {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
    }

    .vih1-title {
        max-width: 355px;
        margin-top: 22px !important;
        font-size: clamp(32px, 9vw, 42px) !important;
        line-height: 1.06 !important;
        text-align: center !important;
    }

    .vih1-title-gradient {
        margin-top: 5px;
    }

    .vih1-description {
        max-width: 350px;
        margin-top: 17px !important;
        font-size: 13.5px !important;
        line-height: 1.6 !important;
        text-align: center !important;
    }

    .vih1-business-types {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 19px !important;
        gap: 7px !important;
    }

    .vih1-business-types > * {
        width: 100%;
        min-width: 0;
        min-height: 39px;
        padding: 8px 5px !important;
        font-size: 9px !important;
    }

    /* Mobile CTA buttons left-right */
    .vih1-actions {
        display: grid !important;
        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 1fr);
        margin-top: 19px !important;
        gap: 7px !important;
    }

    .vih1-actions > a,
    .vih1-actions > button,
    .vih1-primary-button,
    .vih1-secondary-button {
        width: 100%;
        min-width: 0;
        min-height: 49px;
        padding: 9px 6px !important;
        border-radius: 11px !important;
        font-size: 9.8px !important;
        gap: 5px;
    }

    .vih1-actions svg {
        width: 14px;
        height: 14px;
        flex-basis: 14px;
    }

    .vih1-blueprint {
        width: 100% !important;
        margin: 0 !important;
    }
}

/* Small phones */
@media (max-width: 360px) {
    .vih1-title {
        font-size: 30px !important;
    }

    .vih1-actions > a,
    .vih1-actions > button,
    .vih1-primary-button,
    .vih1-secondary-button {
        min-height: 47px;
        font-size: 8.8px !important;
    }
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
    .vih1-section *,
    .vih1-section *::before,
    .vih1-section *::after {
        animation: none !important;
        transition-duration: 0.01ms !important;
    }
}
/* =====================================================
   INDUSTRIES HERO — LANDSCAPE BOTTOM LAYOUT
===================================================== */

@media (min-width: 1180px) {

    /* Ensure the new strip spans both columns */
    .vih1-landscape-plan,
    .vih1-value-strip {
        grid-column: 1 / -1 !important;
    }

    /*
     Hide old planning block inside the right blueprint.
     The new full-width version will be shown below.
    */
    .vih1-blueprint > [class*="plan"] {
        display: none !important;
    }

    /*
     Fallback for current structure:
     hides the last lower block only when blueprint has
     three or more direct children.
    */
    .vih1-blueprint > :last-child:nth-child(n + 3) {
        display: none !important;
    }

    /* Make right-side six cards 3 columns × 2 rows */
    .vih1-blueprint > [class*="grid"],
    .vih1-blueprint > :nth-child(2) {
        grid-template-columns: repeat(
            3,
            minmax(0, 1fr)
        ) !important;
        gap: 10px !important;
    }

    /* Compact right-side cards */
    .vih1-blueprint > [class*="grid"] > *,
    .vih1-blueprint > :nth-child(2) > * {
        min-width: 0;
        min-height: 94px !important;
        padding: 13px !important;
    }

    .vih1-blueprint > [class*="grid"] h3,
    .vih1-blueprint > [class*="grid"] h4,
    .vih1-blueprint > :nth-child(2) h3,
    .vih1-blueprint > :nth-child(2) h4 {
        font-size: 11px !important;
        line-height: 1.3 !important;
    }

    .vih1-blueprint > [class*="grid"] p,
    .vih1-blueprint > :nth-child(2) p {
        font-size: 9px !important;
        line-height: 1.4 !important;
    }
}

/* =====================================================
   FULL-WIDTH LANDSCAPE STRIP
===================================================== */

.vih1-landscape-plan {
    position: relative;
    display: grid;
    width: 100%;
    margin-top: 18px;
    padding: 22px;
    grid-template-columns:
        minmax(235px, 0.72fr)
        minmax(0, 1.45fr)
        minmax(165px, 0.48fr);
    align-items: center;
    gap: 22px;
    overflow: hidden;
    border: 1px solid rgba(115, 44, 135, 0.16);
    border-radius: 21px;
    background:
        radial-gradient(
            circle at 0% 100%,
            rgba(238, 33, 136, 0.12),
            transparent 35%
        ),
        radial-gradient(
            circle at 100% 0%,
            rgba(146, 40, 245, 0.12),
            transparent 38%
        ),
        linear-gradient(
            135deg,
            #fff9fc,
            #ffffff 50%,
            #faf5ff
        );
    box-shadow: 0 18px 48px rgba(69, 27, 80, 0.08);
    font-family: "Manrope", Arial, sans-serif !important;
}

.vih1-landscape-plan::before {
    content: "";
    position: absolute;
    top: 0;
    left: 22px;
    right: 22px;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(
        90deg,
        transparent,
        #ee2188,
        #9228f5,
        transparent
    );
}

/* Left text */
.vih1-landscape-heading {
    min-width: 0;
}

.vih1-landscape-heading > span {
    display: block;
    margin-bottom: 6px;
    color: #d31a80;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vih1-landscape-heading h3 {
    margin: 0 !important;
    color: #160b19 !important;
    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    letter-spacing: -0.035em !important;
    line-height: 1.2 !important;
}

.vih1-landscape-heading p {
    margin: 8px 0 0 !important;
    color: #756a79 !important;
    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 500;
    line-height: 1.5 !important;
}

/* Centre route */
.vih1-landscape-route {
    display: grid;
    min-width: 0;
    grid-template-columns:
        minmax(0, 1fr)
        25px
        minmax(0, 1fr)
        25px
        minmax(0, 1fr);
    align-items: center;
    gap: 8px;
}

.vih1-route-item {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 76px;
    padding: 13px 10px 13px 43px;
    align-items: center;
    border: 1px solid rgba(95, 48, 105, 0.13);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.88);
    transition:
        border-color 200ms ease,
        box-shadow 200ms ease,
        transform 200ms ease;
}

.vih1-route-item:hover {
    border-color: rgba(211, 28, 151, 0.30);
    box-shadow: 0 12px 25px rgba(77, 29, 88, 0.08);
    transform: translateY(-3px);
}

.vih1-route-number {
    position: absolute;
    top: 50%;
    left: 9px;
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    border-radius: 8px;
    color: #9228f5;
    background: #f5e9ff;
    font-size: 8px;
    font-weight: 800;
    transform: translateY(-50%);
}

.vih1-route-item div {
    min-width: 0;
}

.vih1-route-item strong,
.vih1-route-item small {
    display: block;
}

.vih1-route-item strong {
    color: #231428;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.35;
}

.vih1-route-item small {
    margin-top: 3px;
    color: #817584;
    font-size: 8px;
    font-weight: 500;
    line-height: 1.4;
}

.vih1-route-arrow {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 50%;
    color: #b224dc;
    background: #f8eeff;
}

.vih1-route-arrow svg {
    width: 13px;
    height: 13px;
}

/* Right status */
.vih1-landscape-status {
    display: flex;
    min-height: 70px;
    padding: 12px;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(22, 189, 132, 0.19);
    border-radius: 13px;
    background: #effff9;
}

.vih1-landscape-status > span {
    display: grid;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    place-items: center;
    border-radius: 9px;
    color: #ffffff;
    background: #16bd84;
    font-size: 12px;
    font-weight: 800;
}

.vih1-landscape-status strong,
.vih1-landscape-status small {
    display: block;
}

.vih1-landscape-status strong {
    color: #086b51;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.35;
}

.vih1-landscape-status small {
    margin-top: 3px;
    color: #4a806e;
    font-size: 8px;
    line-height: 1.4;
}

/* =====================================================
   TABLET
===================================================== */

@media (min-width: 768px) and (max-width: 1179px) {
    .vih1-landscape-plan {
        grid-template-columns: 1fr;
        max-width: 760px;
        margin-inline: auto;
    }

    .vih1-landscape-heading {
        text-align: center;
    }

    .vih1-landscape-route {
        width: 100%;
    }

    .vih1-landscape-status {
        width: 100%;
        max-width: 260px;
        margin-inline: auto;
        justify-content: center;
    }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {
    .vih1-landscape-plan {
        margin-top: 10px;
        padding: 18px 12px 12px;
        grid-template-columns: 1fr;
        gap: 14px;
        border-radius: 16px;
    }

    .vih1-landscape-heading {
        text-align: center;
    }

    .vih1-landscape-heading > span {
        font-size: 8px;
    }

    .vih1-landscape-heading h3 {
        font-size: 18px !important;
    }

    .vih1-landscape-heading p {
        max-width: 310px;
        margin-inline: auto !important;
        font-size: 9px !important;
    }

    /* Three compact columns on mobile */
    .vih1-landscape-route {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    .vih1-route-arrow {
        display: none;
    }

    .vih1-route-item {
        min-height: 88px;
        padding: 10px 5px;
        flex-direction: column;
        justify-content: center;
        gap: 7px;
        text-align: center;
    }

    .vih1-route-number {
        position: static;
        width: 25px;
        height: 25px;
        flex: 0 0 25px;
        transform: none;
    }

    .vih1-route-item strong {
        font-size: 8.5px;
    }

    /* Hide secondary route text on mobile */
    .vih1-route-item small {
        display: none;
    }

    .vih1-landscape-status {
        min-height: 55px;
        padding: 9px 11px;
        justify-content: center;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f052492 */@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

/* =========================================
   INDUSTRIES PAGE — SECTION 1
   ========================================= */

.vzi1-hero {
    --dark: #170d1d;
    --text: #665d6c;
    --pink: #ef267f;
    --purple: #8730f5;
    --green: #18bd86;
    --border: rgba(96, 49, 118, 0.14);

    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: clamp(70px, 7vw, 95px) 28px 0;
    color: var(--dark);
    background:
        radial-gradient(circle at 4% 12%, rgba(255, 45, 130, 0.14), transparent 29%),
        radial-gradient(circle at 96% 10%, rgba(119, 55, 255, 0.13), transparent 31%),
        linear-gradient(135deg, #fffafd 0%, #ffffff 52%, #faf7ff 100%);
    overflow: hidden;
}

.vzi1-hero,
.vzi1-hero * {
    box-sizing: border-box;
    font-family: "Manrope", Arial, sans-serif !important;
}

.vzi1-hero h1,
.vzi1-hero h2,
.vzi1-hero p {
    margin-block-start: 0;
    margin-block-end: 0;
}

.vzi1-hero svg {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* BACKGROUND */

.vzi1-background,
.vzi1-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.vzi1-background {
    z-index: -1;
    overflow: hidden;
}

.vzi1-grid {
    opacity: 0.34;
    background-image:
        linear-gradient(rgba(111, 55, 138, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(111, 55, 138, 0.045) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, #000 5%, transparent 92%);
    -webkit-mask-image: linear-gradient(to bottom, #000 5%, transparent 92%);
}

.vzi1-glow {
    position: absolute;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    filter: blur(4px);
}

.vzi1-glow-one {
    top: -260px;
    left: -220px;
    background: radial-gradient(circle, rgba(241, 38, 126, 0.16), transparent 68%);
}

.vzi1-glow-two {
    right: -210px;
    bottom: -240px;
    background: radial-gradient(circle, rgba(120, 52, 255, 0.15), transparent 68%);
}

.vzi1-line {
    position: absolute;
    border: 1px solid rgba(127, 57, 244, 0.09);
    border-radius: 50%;
}

.vzi1-line-one {
    width: 530px;
    height: 530px;
    top: -310px;
    right: 3%;
}

.vzi1-line-two {
    width: 300px;
    height: 300px;
    left: -170px;
    bottom: 2%;
}

/* MAIN LAYOUT */

.vzi1-container {
    position: relative;
    z-index: 2;
    width: min(100%, 1280px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(460px, 0.92fr);
    align-items: center;
    gap: clamp(50px, 5vw, 72px);
}

.vzi1-content {
    position: relative;
    z-index: 3;
    min-width: 0;
    padding: 10px 0;
}

.vzi1-visual {
    position: relative;
    z-index: 2;
    min-width: 0;
    width: 100%;
    padding: 28px 18px;
}

/* BADGE */

.vzi1-badge {
    width: fit-content;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    padding: 7px 15px 7px 7px;
    border: 1px solid rgba(184, 44, 205, 0.2);
    border-radius: 999px;
    color: #7023b8;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 9px 24px rgba(90, 35, 111, 0.07);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    white-space: nowrap;
}

.vzi1-badge-icon {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, var(--pink), var(--purple));
}

.vzi1-badge-icon svg {
    width: 17px;
    height: 17px;
}

/* HEADLINE — NO OVERLAP */

.vzi1-title {
    position: relative;
    z-index: 4;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    color: var(--dark);
    font-size: clamp(44px, 4.1vw, 58px);
    line-height: 0.98;
    font-weight: 800 !important;
    letter-spacing: -0.06em;
}

.vzi1-title > span {
    display: block;
    max-width: 100%;
    line-height: inherit;
    white-space: nowrap;
}

.vzi1-title-dark {
    color: var(--dark);
}

.vzi1-title-gradient {
    color: var(--pink);
    background: linear-gradient(
        90deg,
        var(--pink) 0%,
        #d126c4 52%,
        #7633f5 100%
    );
    background-size: 150% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: vzi1Gradient 7s ease-in-out infinite alternate;
}

.vzi1-description {
    width: min(100%, 560px);
    margin-top: 28px !important;
    color: var(--text);
    font-size: clamp(15px, 1.2vw, 17px);
    line-height: 1.72;
    font-weight: 500;
}

/* INDUSTRY TAGS */

.vzi1-industry-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-top: 27px;
}

.vzi1-industry-tag {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 14px;
    border: 1px solid var(--border);
    border-radius: 11px;
    color: #45394b;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 7px 20px rgba(75, 30, 93, 0.04);
    font-size: 12px;
    font-weight: 650;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.vzi1-industry-tag svg {
    width: 15px;
    height: 15px;
    color: var(--purple);
}

/* CTA BUTTONS */

.vzi1-actions {
    display: flex;
    align-items: stretch;
    gap: 11px;
    margin-top: 25px;
}

.vzi1-button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 13px;
    text-decoration: none !important;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease,
        color 0.25s ease;
}

.vzi1-button svg {
    width: 18px;
    height: 18px;
    transition: transform 0.25s ease;
}

.vzi1-button-primary {
    color: #ffffff !important;
    background: linear-gradient(100deg, var(--pink), var(--purple));
    box-shadow: 0 13px 27px rgba(196, 38, 201, 0.2);
}

.vzi1-button-secondary {
    color: var(--dark) !important;
    border-color: rgba(50, 24, 60, 0.16);
    background: rgba(255, 255, 255, 0.92);
}

.vzi1-assurance {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    color: #6c6370;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
}

.vzi1-assurance-icon {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(24, 189, 134, 0.2);
    border-radius: 50%;
    color: #0fa978;
    background: #ebfff7;
}

.vzi1-assurance-icon svg {
    width: 15px;
    height: 15px;
    stroke-width: 2.5;
}

/* RIGHT WEBSITE FIT CARD */

.vzi1-visual-card {
    position: relative;
    width: 100%;
    padding: 24px;
    border: 1px solid rgba(97, 45, 118, 0.14);
    border-radius: 25px;
    background:
        radial-gradient(circle at 100% 100%, rgba(130, 50, 255, 0.07), transparent 35%),
        rgba(255, 255, 255, 0.93);
    box-shadow:
        0 28px 70px rgba(70, 28, 88, 0.11),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    overflow: hidden;
}

.vzi1-visual-topbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(80, 38, 97, 0.11);
}

.vzi1-eyebrow {
    display: block;
    margin-bottom: 6px;
    color: #c01f72;
    font-size: 9px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.vzi1-visual-topbar h2 {
    margin: 0;
    color: var(--dark);
    font-size: clamp(18px, 1.55vw, 21px);
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.035em;
}

.vzi1-status {
    flex: 0 0 auto;
    min-height: 29px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 10px;
    border: 1px solid rgba(21, 184, 126, 0.18);
    border-radius: 999px;
    color: #077b56;
    background: #ecfff7;
    font-size: 8px;
    line-height: 1;
    font-weight: 800;
}

.vzi1-status i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 4px rgba(24, 189, 134, 0.1);
}

/* SELECTOR — FIXED SPACING */

.vzi1-.elementor-1070 .elementor-element.elementor-element-f052492 {
    margin-top: 17px;
    padding: 15px;
    border: 1px solid rgba(99, 46, 119, 0.12);
    border-radius: 16px;
    background: #ffffff;
}

.vzi1-.elementor-1070 .elementor-element.elementor-element-f052492-label {
    display: flex;
    align-items: center;
    gap: 11px;
}

.vzi1-.elementor-1070 .elementor-element.elementor-element-f052492-label > span {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #a629d5;
    background: #f7eaff;
    font-size: 10px;
    font-weight: 800;
}

.vzi1-.elementor-1070 .elementor-element.elementor-element-f052492-label div {
    min-width: 0;
}

.vzi1-.elementor-1070 .elementor-element.elementor-element-f052492-label small,
.vzi1-.elementor-1070 .elementor-element.elementor-element-f052492-label strong {
    display: block;
}

.vzi1-.elementor-1070 .elementor-element.elementor-element-f052492-label small {
    margin-bottom: 3px;
    color: #b9236d;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.vzi1-.elementor-1070 .elementor-element.elementor-element-f052492-label strong {
    color: #281d2d;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 750;
}

.vzi1-.elementor-1070 .elementor-element.elementor-element-f052492-options {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
    margin-top: 13px;
}

.vzi1-.elementor-1070 .elementor-element.elementor-element-f052492-options > span {
    width: 100%;
    min-width: 0;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 5px;
    border: 1px solid rgba(90, 41, 107, 0.11);
    border-radius: 8px;
    color: #716675;
    background: #faf8fb;
    font-size: 8.5px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
}

.vzi1-.elementor-1070 .elementor-element.elementor-element-f052492-options > .is-active {
    color: #ffffff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--pink), var(--purple));
    box-shadow: 0 7px 14px rgba(182, 39, 202, 0.17);
}

/* ROUTE CARDS */

.vzi1-route {
    width: 100%;
    display: grid;
    grid-template-columns:
        minmax(0, 1fr) 18px
        minmax(0, 1fr) 18px
        minmax(0, 1fr);
    align-items: center;
    gap: 6px;
    margin-top: 16px;
}

.vzi1-route-card {
    position: relative;
    min-width: 0;
    min-height: 118px;
    padding: 12px 10px;
    border: 1px solid rgba(91, 42, 109, 0.12);
    border-radius: 14px;
    background: #ffffff;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.vzi1-route-number {
    position: absolute;
    top: 9px;
    right: 8px;
    color: #afa5b4;
    font-size: 7px;
    font-weight: 800;
}

.vzi1-route-icon {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    margin-bottom: 11px;
    border-radius: 9px;
    color: #a426d0;
    background: linear-gradient(135deg, #ffeaf3, #efe7ff);
}

.vzi1-route-icon svg {
    width: 15px;
    height: 15px;
}

.vzi1-route-card small,
.vzi1-route-card strong {
    display: block;
}

.vzi1-route-card small {
    margin-bottom: 5px;
    color: #bc1f70;
    font-size: 7px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.vzi1-route-card strong {
    color: #302335;
    font-size: 10px;
    line-height: 1.4;
    font-weight: 750;
}

.vzi1-route-connector {
    position: relative;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, var(--pink), var(--purple));
}

.vzi1-route-connector::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 5px;
    height: 5px;
    border-top: 1px solid var(--purple);
    border-right: 1px solid var(--purple);
    transform: translateY(-50%) rotate(45deg);
}

.vzi1-route-connector i {
    position: absolute;
    top: -2px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--pink);
    animation: vzi1Route 2.8s linear infinite;
}

/* RESULT */

.vzi1-result {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    padding: 13px;
    border: 1px solid rgba(171, 37, 197, 0.16);
    border-radius: 15px;
    background: linear-gradient(105deg, #fff0f7, #f5edff);
}

.vzi1-result-icon {
    flex: 0 0 auto;
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--pink), var(--purple));
}

.vzi1-result-icon svg {
    width: 19px;
    height: 19px;
}

.vzi1-result-copy {
    flex: 1;
    min-width: 0;
}

.vzi1-result-copy small,
.vzi1-result-copy strong {
    display: block;
}

.vzi1-result-copy small {
    margin-bottom: 3px;
    color: #a31d67;
    font-size: 7.5px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vzi1-result-copy strong {
    color: #2b2030;
    font-size: 11.5px;
    line-height: 1.35;
    font-weight: 800;
}

.vzi1-result-check {
    flex: 0 0 auto;
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--green);
}

.vzi1-result-check svg {
    width: 14px;
    height: 14px;
    stroke-width: 2.5;
}

/* VISUAL FOOTER */

.vzi1-visual-footer {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 13px;
}

.vzi1-visual-footer span {
    min-width: 0;
    min-height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 5px;
    border: 1px solid rgba(81, 38, 98, 0.09);
    border-radius: 8px;
    color: #665b6b;
    background: #ffffff;
    font-size: 7.5px;
    font-weight: 700;
    white-space: nowrap;
}

.vzi1-visual-footer i {
    flex: 0 0 auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--green);
}

/* SUBTLE SCAN ANIMATION */

.vzi1-scan-line {
    position: absolute;
    z-index: 1;
    left: 8%;
    top: 10%;
    width: 84%;
    height: 1px;
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        transparent,
        var(--pink),
        var(--purple),
        transparent
    );
    animation: vzi1Scan 7s ease-in-out infinite;
}

/* FLOATING CARDS */

.vzi1-floating-card {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 12px;
    border: 1px solid rgba(95, 43, 113, 0.11);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 36px rgba(67, 27, 83, 0.12);
    animation: vzi1Float 5s ease-in-out infinite;
}

.vzi1-floating-card > span {
    flex: 0 0 auto;
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--pink), var(--purple));
    font-size: 11px;
    font-weight: 800;
}

.vzi1-floating-card svg {
    width: 15px;
    height: 15px;
}

.vzi1-floating-card strong,
.vzi1-floating-card small {
    display: block;
    white-space: nowrap;
}

.vzi1-floating-card strong {
    margin-bottom: 2px;
    color: #332737;
    font-size: 9px;
    font-weight: 800;
}

.vzi1-floating-card small {
    color: #827784;
    font-size: 7px;
}

.vzi1-floating-one {
    top: 4px;
    right: -10px;
}

.vzi1-floating-two {
    bottom: 5px;
    left: -13px;
    animation-delay: -2.5s;
}

/* BOTTOM TRUST STRIP */

.vzi1-trust-strip {
    position: relative;
    z-index: 3;
    width: min(100%, 1280px);
    margin: 58px auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid rgba(91, 43, 112, 0.12);
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 -9px 30px rgba(70, 29, 86, 0.045);
}

.vzi1-trust-item {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 18px 21px;
}

.vzi1-trust-item + .vzi1-trust-item {
    border-left: 1px solid rgba(91, 43, 112, 0.11);
}

.vzi1-trust-item > span {
    flex: 0 0 auto;
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #9e29db;
    background: #f6ebff;
    font-size: 9px;
    font-weight: 800;
}

.vzi1-trust-item strong,
.vzi1-trust-item small {
    display: block;
}

.vzi1-trust-item strong {
    margin-bottom: 3px;
    color: #342838;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 800;
}

.vzi1-trust-item small {
    color: #807582;
    font-size: 9px;
    line-height: 1.45;
    font-weight: 500;
}

/* HOVER */

@media (hover: hover) {
    .vzi1-industry-tag:hover,
    .vzi1-route-card:hover {
        transform: translateY(-3px);
        border-color: rgba(185, 39, 205, 0.25);
        box-shadow: 0 12px 25px rgba(78, 30, 96, 0.08);
    }

    .vzi1-button:hover {
        transform: translateY(-3px);
    }

    .vzi1-button-primary:hover {
        color: #ffffff !important;
        box-shadow: 0 17px 34px rgba(192, 37, 201, 0.27);
    }

    .vzi1-button-secondary:hover {
        color: #ffffff !important;
        background: var(--dark);
        border-color: var(--dark);
    }

    .vzi1-button:hover svg {
        transform: translateX(4px);
    }
}

/* ANIMATIONS */

@keyframes vzi1Gradient {
    from {
        background-position: 0% 50%;
    }
    to {
        background-position: 100% 50%;
    }
}

@keyframes vzi1Route {
    from {
        left: 0;
    }
    to {
        left: calc(100% - 5px);
    }
}

@keyframes vzi1Float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

@keyframes vzi1Scan {
    0%,
    100% {
        top: 8%;
        opacity: 0;
    }
    15%,
    78% {
        opacity: 0.35;
    }
    90% {
        top: 92%;
        opacity: 0;
    }
}

/* TABLET */

@media (max-width: 1100px) {
    .vzi1-container {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .vzi1-content {
        max-width: 790px;
        margin: 0 auto;
        text-align: center;
    }

    .vzi1-badge {
        margin-left: auto;
        margin-right: auto;
    }

    .vzi1-title {
        align-items: center;
        font-size: clamp(42px, 5.8vw, 58px);
        text-align: center;
    }

    .vzi1-description {
        margin-left: auto;
        margin-right: auto;
    }

    .vzi1-industry-tags,
    .vzi1-actions,
    .vzi1-assurance {
        justify-content: center;
    }

    .vzi1-visual {
        width: min(100%, 720px);
        margin: 0 auto;
    }
}

/* MOBILE */

@media (max-width: 767px) {
    .vzi1-hero {
        padding: 52px 14px 0;
        overflow-x: hidden;
    }

    .vzi1-grid {
        background-size: 34px 34px;
    }

    .vzi1-line,
    .vzi1-glow-two {
        display: none;
    }

    .vzi1-container {
        width: 100%;
        gap: 33px;
    }

    .vzi1-content {
        width: 100%;
    }

    .vzi1-badge {
        margin-bottom: 20px;
        padding: 6px 11px 6px 6px;
        font-size: 10px;
    }

    .vzi1-badge-icon {
        width: 30px;
        height: 30px;
    }

    .vzi1-title {
        gap: 9px;
        font-size: clamp(26px, 7.9vw, 34px);
        line-height: 1.03;
        letter-spacing: -0.052em;
    }

    .vzi1-title > span {
        white-space: nowrap;
    }

    .vzi1-description {
        margin-top: 21px !important;
        padding: 0 4px;
        font-size: 14px;
        line-height: 1.62;
    }

    .vzi1-industry-tags {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 22px;
    }

    .vzi1-industry-tag {
        width: 100%;
        min-height: 41px;
        padding: 8px 6px;
        font-size: 10.5px;
    }

    .vzi1-actions {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 22px;
    }

    .vzi1-button {
        width: 100%;
        min-width: 0;
        min-height: 51px;
        gap: 6px;
        padding: 10px 7px;
        border-radius: 11px;
        font-size: 11px;
    }

    .vzi1-button svg {
        width: 15px;
        height: 15px;
    }

    .vzi1-assurance {
        align-items: flex-start;
        margin-top: 16px;
        padding: 0 8px;
        font-size: 11px;
        text-align: left;
    }

    .vzi1-assurance-icon {
        width: 27px;
        height: 27px;
    }

    /* Mobile visual */

    .vzi1-visual {
        width: 100%;
        padding: 0;
    }

    .vzi1-visual-card {
        padding: 16px;
        border-radius: 21px;
        box-shadow: 0 22px 48px rgba(72, 29, 90, 0.1);
    }

    .vzi1-visual-topbar {
        align-items: center;
        gap: 8px;
        padding-bottom: 14px;
    }

    .vzi1-eyebrow {
        font-size: 7px;
    }

    .vzi1-visual-topbar h2 {
        font-size: 15px;
    }

    .vzi1-status {
        min-height: 26px;
        padding: 5px 7px;
        font-size: 7px;
    }

    .vzi1-.elementor-1070 .elementor-element.elementor-element-f052492 {
        margin-top: 14px;
        padding: 12px;
        border-radius: 14px;
    }

    .vzi1-.elementor-1070 .elementor-element.elementor-element-f052492-label > span {
        width: 30px;
        height: 30px;
    }

    .vzi1-.elementor-1070 .elementor-element.elementor-element-f052492-label small {
        font-size: 7px;
    }

    .vzi1-.elementor-1070 .elementor-element.elementor-element-f052492-label strong {
        font-size: 11px;
    }

    .vzi1-.elementor-1070 .elementor-element.elementor-element-f052492-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
        margin-top: 11px;
    }

    .vzi1-.elementor-1070 .elementor-element.elementor-element-f052492-options > span {
        min-height: 31px;
        font-size: 8px;
    }

    .vzi1-route {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        margin-top: 13px;
    }

    .vzi1-route-connector {
        display: none;
    }

    .vzi1-route-card {
        min-height: 105px;
        padding: 10px 7px;
        border-radius: 12px;
    }

    .vzi1-route-number {
        top: 7px;
        right: 6px;
        font-size: 6px;
    }

    .vzi1-route-icon {
        width: 28px;
        height: 28px;
        margin-bottom: 9px;
    }

    .vzi1-route-card small {
        display: none;
    }

    .vzi1-route-card strong {
        font-size: 8.5px;
        line-height: 1.35;
    }

    .vzi1-result {
        gap: 9px;
        margin-top: 13px;
        padding: 11px;
    }

    .vzi1-result-icon {
        width: 34px;
        height: 34px;
    }

    .vzi1-result-copy small {
        font-size: 6.5px;
    }

    .vzi1-result-copy strong {
        font-size: 10px;
    }

    .vzi1-result-check {
        width: 24px;
        height: 24px;
    }

    .vzi1-visual-footer {
        gap: 5px;
        margin-top: 11px;
    }

    .vzi1-visual-footer span {
        min-height: 29px;
        padding: 4px 2px;
        font-size: 6.8px;
    }

    .vzi1-floating-card,
    .vzi1-scan-line {
        display: none;
    }

    /* Trust strip */

    .vzi1-trust-strip {
        width: 100%;
        margin-top: 31px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        border-radius: 17px 17px 0 0;
    }

    .vzi1-trust-item {
        min-width: 0;
        flex-direction: column;
        gap: 7px;
        padding: 12px 5px;
        text-align: center;
    }

    .vzi1-trust-item > span {
        width: 31px;
        height: 31px;
        font-size: 8px;
    }

    .vzi1-trust-item strong {
        margin: 0;
        font-size: 8.5px;
        line-height: 1.35;
    }

    .vzi1-trust-item small {
        display: none;
    }
}

/* VERY SMALL MOBILE */

@media (max-width: 360px) {
    .vzi1-hero {
        padding-left: 10px;
        padding-right: 10px;
    }

    .vzi1-title {
        font-size: 25px;
    }

    .vzi1-button {
        font-size: 10px;
    }

    .vzi1-route-card strong {
        font-size: 8px;
    }

    .vzi1-visual-footer span {
        font-size: 6.3px;
    }
}

/* PERFORMANCE AND ACCESSIBILITY */

@media (prefers-reduced-motion: reduce) {
    .vzi1-hero *,
    .vzi1-hero *::before,
    .vzi1-hero *::after {
        animation: none !important;
        transition: none !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-136b0e2 */@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

/* =========================================================
   VEBZYRA INDUSTRY SECTION 2
========================================================= */

.vih2 {
    --vih2-dark: #170b1b;
    --vih2-text: #372c3d;
    --vih2-muted: #716675;
    --vih2-pink: #ed258d;
    --vih2-purple: #8d2df3;
    --vih2-green: #18b982;
    --vih2-border: rgba(99, 42, 116, 0.14);
    --vih2-soft: #fbf7fc;
    --vih2-white: #ffffff;

    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 88px 22px;
    overflow: hidden;
    color: var(--vih2-dark);
    background:
        radial-gradient(circle at 5% 12%, rgba(244, 42, 137, 0.12), transparent 29%),
        radial-gradient(circle at 94% 6%, rgba(139, 45, 243, 0.11), transparent 28%),
        linear-gradient(135deg, #fff7fa 0%, #ffffff 50%, #faf6ff 100%);
    font-family: "Manrope", Arial, Helvetica, sans-serif;
}

.vih2,
.vih2 * {
    box-sizing: border-box;
}

.vih2 button,
.vih2 a,
.vih2 input {
    font-family: inherit;
}

.vih2 button {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
}

.vih2 svg {
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

.vih2 [hidden] {
    display: none !important;
}

.vih2-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

/* =========================================================
   MAIN HEADING
========================================================= */

.vih2-heading {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 46px;
    text-align: center;
}

.vih2-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    margin-bottom: 23px;
    padding: 7px 18px 7px 8px;
    border: 1px solid rgba(142, 45, 243, 0.18);
    border-radius: 999px;
    color: #7726c8;
    background: #ffffff;
    box-shadow: 0 9px 28px rgba(80, 30, 100, 0.08);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.vih2-eyebrow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        var(--vih2-pink),
        var(--vih2-purple)
    );
}

.vih2-eyebrow-icon svg {
    width: 16px;
    height: 16px;
}

.vih2-title {
    margin: 0;
    color: var(--vih2-dark);
    font-size: clamp(44px, 5.1vw, 67px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.055em;
}

.vih2-title > span {
    display: block;
}

.vih2-gradient-text {
    margin-top: 7px;
    color: transparent;
    background: linear-gradient(
        100deg,
        var(--vih2-pink) 5%,
        var(--vih2-purple) 93%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vih2-description {
    max-width: 720px;
    margin: 23px auto 0;
    color: var(--vih2-muted);
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
}

/* =========================================================
   INDUSTRY AUTOPLAY CAROUSEL
========================================================= */

.vih2-industry-area {
    width: 100%;
    padding: 25px;
    border: 1px solid var(--vih2-border);
    border-radius: 27px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 20px 55px rgba(63, 24, 77, 0.07);
}

.vih2-industry-top {
    display: block;
    margin-bottom: 20px;
}

.vih2-small-label {
    display: block;
    margin-bottom: 6px;
    color: #bd1978;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.vih2-industry-top h3,
.vih2-information-heading h3 {
    margin: 0;
    color: var(--vih2-dark);
    font-size: 22px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: -0.028em;
}

/* Top arrows completely removed */
.vih2-category-controls,
.vih2-category-arrow,
.vih2-category-prev,
.vih2-category-next {
    display: none !important;
}

.vih2-category-carousel,
.vih2-category-viewport {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.vih2-category-viewport {
    overflow: visible;
}

.vih2-category-track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.vih2-category-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    min-width: 0;
    min-height: 92px;
    padding: 16px;
    border: 1px solid transparent;
    border-radius: 17px;
    color: var(--vih2-dark) !important;
    background: #fbf9fc;
    text-align: left;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition:
        border-color 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.vih2-category-card > span:last-child {
    min-width: 0;
    color: var(--vih2-dark) !important;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    overflow-wrap: break-word;
}

.vih2-category-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 13px;
    color: var(--vih2-purple);
    background: #f3e8fc;
    transition:
        color 0.25s ease,
        background 0.25s ease,
        transform 0.25s ease;
}

.vih2-category-icon svg {
    width: 21px;
    height: 21px;
}

.vih2-category-card.is-active {
    border-color: rgba(218, 37, 165, 0.35);
    color: var(--vih2-dark) !important;
    background: linear-gradient(135deg, #fff0f7, #f8edff);
    box-shadow: 0 12px 28px rgba(175, 35, 168, 0.1);
}

.vih2-category-card.is-active > span:last-child {
    color: var(--vih2-dark) !important;
}

.vih2-category-card.is-active .vih2-category-icon {
    color: #ffffff;
    background: linear-gradient(
        135deg,
        var(--vih2-pink),
        var(--vih2-purple)
    );
}

.vih2-category-progress {
    display: none;
}

/* =========================================================
   INFORMATION CONTAINER
========================================================= */

.vih2-information-area {
    width: 100%;
    margin-top: 22px;
    padding: 31px;
    border: 1px solid var(--vih2-border);
    border-radius: 27px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 60px rgba(62, 24, 76, 0.08);
    scroll-margin-top: 95px;
}

.vih2-information-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 23px;
    border-bottom: 1px solid var(--vih2-border);
}

.vih2-selected-number {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    min-width: 82px;
    color: #a79daa;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.vih2-selected-number strong {
    color: var(--vih2-pink);
    font-size: 25px;
}

/* =========================================================
   INDUSTRY PANELS
========================================================= */

.vih2-panels {
    position: relative;
    width: 100%;
    min-width: 0;
}

.vih2-panel {
    display: none;
    width: 100%;
    min-width: 0;
    padding-top: 29px;
}

.vih2-panel.is-active:not([hidden]) {
    display: block;
    animation: vih2PanelOpen 0.4s ease both;
}

@keyframes vih2PanelOpen {
    from {
        opacity: 0;
        transform: translateY(11px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.vih2-panel-intro {
    max-width: 790px;
    margin-bottom: 24px;
}

.vih2-panel-intro > span {
    display: inline-block;
    margin-bottom: 8px;
    color: #bd1978;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.vih2-panel-intro h3 {
    margin: 0;
    color: var(--vih2-dark);
    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.16;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.vih2-panel-intro p {
    max-width: 720px;
    margin: 13px 0 0;
    color: var(--vih2-muted);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
}

/* =========================================================
   INFORMATION CARDS — DESKTOP
========================================================= */

.vih2-info-carousel,
.vih2-info-stage,
.vih2-info-viewport {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.vih2-info-stage {
    position: relative;
}

.vih2-info-viewport {
    overflow: visible;
}

.vih2-info-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 15px;
}

.vih2-info-card {
    position: relative;
    width: 100%;
    min-width: 0;
    min-height: 310px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid var(--vih2-border);
    border-radius: 20px;
    color: var(--vih2-dark);
    background: linear-gradient(145deg, #ffffff, #fdf9ff);
    box-shadow: 0 12px 35px rgba(66, 27, 77, 0.055);
}

.vih2-info-card::after {
    content: "";
    position: absolute;
    right: -52px;
    bottom: -59px;
    width: 135px;
    height: 135px;
    border: 1px solid rgba(215, 34, 157, 0.1);
    border-radius: 50%;
    pointer-events: none;
}

.vih2-info-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 21px;
    border: 1px solid rgba(145, 42, 230, 0.13);
    border-radius: 13px;
    color: var(--vih2-purple);
    background: #f5eafd;
    font-size: 12px;
    font-weight: 800;
}

.vih2-info-label {
    display: block;
    margin-bottom: 7px;
    color: #bd1978;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vih2-info-card h4 {
    margin: 0 0 13px;
    color: var(--vih2-dark);
    font-size: 19px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.vih2-info-card p {
    margin: 0;
    color: var(--vih2-muted);
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
}

.vih2-info-card ul {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vih2-info-card li {
    position: relative;
    padding-left: 25px;
    color: var(--vih2-text);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
}

.vih2-info-card li::before {
    content: "✓";
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #088c62;
    background: #ddf8ee;
    font-size: 10px;
    font-weight: 800;
}

.vih2-action-tag {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    margin-top: 20px;
    padding: 8px 13px;
    border: 1px solid rgba(139, 45, 244, 0.16);
    border-radius: 999px;
    color: #8126d5;
    background: #f6ecfc;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 800;
}

/* Information arrows only on mobile */
.vih2-info-arrow {
    display: none;
}

/* =========================================================
   CTA
========================================================= */

.vih2-panel-cta {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 25px;
}

.vih2-primary-button,
.vih2-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 54px;
    padding: 13px 24px;
    border-radius: 13px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    text-decoration: none !important;
    transition:
        transform 0.25s ease,
        color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.vih2-primary-button {
    border: 1px solid transparent;
    color: #ffffff !important;
    background: linear-gradient(
        105deg,
        var(--vih2-pink),
        var(--vih2-purple)
    );
    box-shadow: 0 13px 30px rgba(174, 38, 186, 0.2);
}

.vih2-primary-button span {
    font-size: 19px;
    line-height: 1;
}

.vih2-secondary-button {
    border: 1px solid var(--vih2-border);
    color: var(--vih2-dark) !important;
    background: #ffffff;
}

/* =========================================================
   ACCESSIBILITY
========================================================= */

.vih2-category-card:focus-visible,
.vih2-info-arrow:focus-visible,
.vih2-primary-button:focus-visible,
.vih2-secondary-button:focus-visible {
    outline: 3px solid rgba(139, 45, 244, 0.23);
    outline-offset: 3px;
}

/* =========================================================
   DESKTOP HOVER
========================================================= */

@media (hover: hover) and (pointer: fine) {

    .vih2-category-card:hover {
        transform: translateY(-3px);
        border-color: rgba(189, 32, 167, 0.24);
        background: #fff7fb;
        box-shadow: 0 13px 30px rgba(91, 37, 104, 0.08);
    }

    .vih2-category-card:hover .vih2-category-icon {
        transform: rotate(-5deg) scale(1.04);
    }

    .vih2-primary-button:hover {
        transform: translateY(-3px);
        color: #ffffff !important;
        box-shadow: 0 17px 35px rgba(172, 35, 186, 0.28);
    }

    .vih2-secondary-button:hover {
        transform: translateY(-3px);
        border-color: var(--vih2-purple);
        color: #ffffff !important;
        background: var(--vih2-dark);
    }
}

/* =========================================================
   TABLET
========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

    .vih2 {
        padding: 72px 20px;
    }

    .vih2-category-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vih2-info-card {
        padding: 20px;
    }

    .vih2-info-card h4 {
        font-size: 17px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .vih2 {
        width: 100%;
        max-width: 100%;
        padding: 56px 14px;
        overflow-x: hidden !important;
    }

    .vih2-container,
    .vih2-industry-area,
    .vih2-category-carousel,
    .vih2-category-viewport,
    .vih2-information-area,
    .vih2-information-heading,
    .vih2-panels,
    .vih2-panel,
    .vih2-info-carousel,
    .vih2-info-stage,
    .vih2-info-viewport {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    /* Heading */
    .vih2-heading {
        margin-bottom: 32px;
    }

    .vih2-eyebrow {
        min-height: 39px;
        margin-bottom: 18px;
        padding: 6px 13px 6px 6px;
        font-size: 9.5px;
        letter-spacing: 0.07em;
    }

    .vih2-eyebrow-icon {
        width: 27px;
        height: 27px;
        flex-basis: 27px;
    }

    .vih2-title {
        font-size: clamp(24px, 7.4vw, 31px);
        line-height: 1.07;
        letter-spacing: -0.047em;
    }

    .vih2-title > span {
        white-space: nowrap;
    }

    .vih2-gradient-text {
        margin-top: 4px;
    }

    .vih2-description {
        max-width: 330px;
        margin-top: 16px;
        font-size: 13.5px;
        line-height: 1.65;
    }

    /* Top industry carousel */
    .vih2-industry-area {
        padding: 15px;
        border-radius: 21px;
    }

    .vih2-industry-top {
        margin-bottom: 15px;
    }

    .vih2-industry-top h3 {
        max-width: 240px;
        font-size: 18px;
        line-height: 1.3;
    }

    .vih2-small-label {
        font-size: 9px;
    }

    .vih2-category-viewport {
        overflow: hidden !important;
        touch-action: pan-y;
    }

    .vih2-category-track {
        display: flex !important;
        grid-template-columns: none !important;
        flex-wrap: nowrap !important;
        align-items: stretch;
        gap: 10px;
        width: max-content;
        max-width: none;
        transform: translate3d(0, 0, 0);
        transition: transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform;
        backface-visibility: hidden;
    }

    /* Exactly two cards visible */
    .vih2-category-card {
        flex: 0 0 calc((100vw - 68px) / 2);
        width: calc((100vw - 68px) / 2);
        min-width: 0;
        min-height: 106px;
        gap: 8px;
        padding: 12px 9px;
        border-radius: 15px;
    }

    .vih2-category-card > span:last-child {
        color: var(--vih2-dark) !important;
        font-size: 11.5px;
        line-height: 1.38;
        font-weight: 700;
        overflow-wrap: anywhere;
    }

    .vih2-category-card.is-active > span:last-child {
        color: var(--vih2-dark) !important;
    }

    .vih2-category-icon {
        width: 35px;
        height: 35px;
        flex: 0 0 35px;
        border-radius: 11px;
    }

    .vih2-category-icon svg {
        width: 18px;
        height: 18px;
    }

    .vih2-category-progress {
        display: block;
        width: 100%;
        height: 4px;
        margin-top: 13px;
        overflow: hidden;
        border-radius: 999px;
        background: #eee5f1;
    }

    .vih2-category-progress-bar {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(
            90deg,
            var(--vih2-pink),
            var(--vih2-purple)
        );
        transform: scaleX(0);
        transform-origin: left center;
        animation: vih2Progress 2s linear infinite;
    }

    @keyframes vih2Progress {
        from {
            transform: scaleX(0);
        }

        to {
            transform: scaleX(1);
        }
    }

    /* Information container */
    .vih2-information-area {
        margin-top: 15px;
        padding: 18px 15px 22px;
        overflow: visible;
        border-radius: 21px;
    }

    .vih2-information-heading {
        align-items: flex-start;
        gap: 10px;
        padding-bottom: 16px;
    }

    .vih2-information-heading > div {
        min-width: 0;
    }

    .vih2-information-heading h3 {
        max-width: 230px;
        font-size: 17px;
        line-height: 1.35;
    }

    /* Correct 01 / 03 counter */
    .vih2-selected-number {
        min-width: 63px;
        padding-top: 2px;
        font-size: 10px;
    }

    .vih2-selected-number strong {
        font-size: 20px;
    }

    .vih2-panel {
        padding-top: 21px;
    }

    .vih2-panel-intro {
        margin-bottom: 18px;
    }

    .vih2-panel-intro > span {
        margin-bottom: 7px;
        font-size: 9px;
    }

    .vih2-panel-intro h3 {
        font-size: 23px;
        line-height: 1.2;
        letter-spacing: -0.038em;
    }

    .vih2-panel-intro p {
        margin-top: 11px;
        font-size: 13.5px;
        line-height: 1.65;
    }

    /* Information carousel */
    .vih2-info-stage {
        position: relative;
        overflow: visible;
    }

    .vih2-info-viewport {
        position: relative;
        z-index: 1;
        overflow: hidden !important;
        border-radius: 18px;
        touch-action: pan-y;
    }

    .vih2-info-track {
        display: flex !important;
        grid-template-columns: none !important;
        flex-wrap: nowrap !important;
        align-items: stretch;
        gap: 0;
        width: 100%;
        transform: translate3d(0, 0, 0);
        transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform;
        backface-visibility: hidden;
    }

    /* One information card visible */
    .vih2-info-card {
        flex: 0 0 100%;
        width: 100%;
        min-width: 100%;
        min-height: 315px;
        padding: 22px 32px;
        border-radius: 18px;
        box-shadow: none;
    }

    .vih2-info-number {
        width: 39px;
        height: 39px;
        margin-bottom: 18px;
    }

    .vih2-info-card h4 {
        font-size: 18px;
        line-height: 1.35;
    }

    .vih2-info-card p,
    .vih2-info-card li {
        font-size: 13.5px;
    }

    /* Arrows on left and right of information */
    .vih2-info-arrow {
        position: absolute;
        top: 50%;
        z-index: 10;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 43px;
        height: 43px;
        padding: 0;
        border: 1px solid rgba(131, 40, 200, 0.2);
        border-radius: 50%;
        color: var(--vih2-purple);
        background: #ffffff;
        box-shadow: 0 9px 24px rgba(63, 24, 77, 0.13);
        cursor: pointer;
        transform: translateY(-50%);
        -webkit-tap-highlight-color: transparent;
        transition:
            transform 0.2s ease,
            color 0.2s ease,
            background 0.2s ease,
            box-shadow 0.2s ease;
    }

    .vih2-info-prev {
        left: -27px;
    }

    .vih2-info-next {
        right: -27px;
        border-color: transparent;
        color: #ffffff;
        background: linear-gradient(
            135deg,
            var(--vih2-pink),
            var(--vih2-purple)
        );
    }

    .vih2-info-arrow svg {
        width: 18px;
        height: 18px;
    }

    .vih2-info-arrow:active {
        transform: translateY(-50%) scale(0.9);
    }

    /* CTA */
    .vih2-panel-cta {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 9px;
        margin-top: 20px;
    }

    .vih2-primary-button,
    .vih2-secondary-button {
        width: 100%;
        min-width: 0;
        min-height: 51px;
        padding: 11px 8px;
        border-radius: 12px;
        font-size: 11.5px;
        white-space: nowrap;
    }

    .vih2-primary-button {
        gap: 7px;
    }

    .vih2-primary-button span {
        font-size: 17px;
    }
}

/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media (max-width: 360px) {

    .vih2 {
        padding-inline: 10px;
    }

    .vih2-title {
        font-size: 23px;
    }

    .vih2-industry-area {
        padding: 12px;
    }

    .vih2-category-card {
        flex-basis: calc((100vw - 54px) / 2);
        width: calc((100vw - 54px) / 2);
        padding-inline: 7px;
    }

    .vih2-category-card > span:last-child {
        font-size: 10.5px;
    }

    .vih2-information-area {
        padding-inline: 13px;
    }

    .vih2-info-card {
        padding-inline: 29px;
    }

    .vih2-info-prev {
        left: -24px;
    }

    .vih2-info-next {
        right: -24px;
    }

    .vih2-panel-cta {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .vih2 *,
    .vih2 *::before,
    .vih2 *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
/* CTA BUTTONS — ALWAYS LEFT & RIGHT ON MOBILE */
@media (max-width: 767px) {

    .vih2 .vih2-panel-cta {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        align-items: stretch !important;
        gap: 8px !important;
        width: 100% !important;
        margin-top: 20px !important;
    }

    .vih2 .vih2-primary-button,
    .vih2 .vih2-secondary-button {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 50px !important;
        padding: 10px 6px !important;
        border-radius: 11px !important;
        font-size: clamp(9.5px, 3vw, 11.5px) !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
        text-align: center !important;
    }

    .vih2 .vih2-primary-button {
        gap: 5px !important;
    }

    .vih2 .vih2-primary-button span {
        flex-shrink: 0;
        font-size: 15px !important;
    }
}

/* Small phones par bhi stack nahi honge */
@media (max-width: 360px) {

    .vih2 .vih2-panel-cta {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: 6px !important;
    }

    .vih2 .vih2-primary-button,
    .vih2 .vih2-secondary-button {
        min-height: 48px !important;
        padding-inline: 4px !important;
        font-size: 9.5px !important;
    }
}
/* =========================================================
   INFORMATION AREA — THEME COLOUR + TEXT VISIBILITY
========================================================= */

.vih2 .vih2-information-area {
    border: 1px solid rgba(171, 39, 199, 0.22) !important;
    background:
        radial-gradient(
            circle at 0% 0%,
            rgba(237, 37, 141, 0.09),
            transparent 32%
        ),
        radial-gradient(
            circle at 100% 100%,
            rgba(141, 45, 243, 0.09),
            transparent 32%
        ),
        linear-gradient(135deg, #fffafd 0%, #ffffff 48%, #fcf8ff 100%) !important;
    box-shadow:
        0 24px 65px rgba(82, 27, 101, 0.11),
        inset 0 1px 0 #ffffff !important;
}

/* Top selected industry bar */
.vih2 .vih2-information-heading {
    padding: 18px 20px !important;
    border: 1px solid rgba(151, 45, 211, 0.14) !important;
    border-radius: 17px !important;
    background: rgba(255, 255, 255, 0.88) !important;
    box-shadow: 0 8px 25px rgba(78, 30, 93, 0.05) !important;
}

.vih2 .vih2-information-heading .vih2-small-label {
    color: #cf197c !important;
}

.vih2 .vih2-selected-industry {
    color: #180b1d !important;
    font-weight: 800 !important;
}

/* 01 / 03 counter */
.vih2 .vih2-selected-number {
    min-height: 48px;
    padding: 9px 13px !important;
    border: 1px solid rgba(226, 34, 142, 0.18);
    border-radius: 13px;
    color: #716475 !important;
    background: linear-gradient(135deg, #fff0f7, #f4eaff);
}

.vih2 .vih2-selected-number strong {
    color: #e82089 !important;
    font-weight: 800 !important;
}

/* Industry introduction */
.vih2 .vih2-panel-intro {
    max-width: none !important;
    padding: 24px 26px;
    border-left: 4px solid #e9238b;
    border-radius: 0 18px 18px 0;
    background: linear-gradient(
        90deg,
        rgba(255, 235, 245, 0.75),
        rgba(248, 239, 255, 0.45),
        transparent
    );
}

.vih2 .vih2-panel-intro > span {
    color: #c71876 !important;
}

.vih2 .vih2-panel-intro h3 {
    color: #180b1d !important;
    font-weight: 800 !important;
}

.vih2 .vih2-panel-intro p {
    color: #625568 !important;
    font-weight: 500 !important;
}

/* All three information cards */
.vih2 .vih2-info-card {
    position: relative;
    border-width: 1px !important;
    color: #1a0e20 !important;
    box-shadow: 0 15px 35px rgba(76, 27, 89, 0.08) !important;
}

/* Gradient line on card top */
.vih2 .vih2-info-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 22px;
    right: 22px;
    height: 4px;
    border-radius: 0 0 20px 20px;
    background: linear-gradient(90deg, #ed258d, #8d2df3);
}

/* Card 01 */
.vih2 .vih2-info-card:nth-child(1) {
    border-color: rgba(237, 37, 141, 0.22) !important;
    background: linear-gradient(
        145deg,
        #ffffff 0%,
        #fff5fa 100%
    ) !important;
}

/* Card 02 */
.vih2 .vih2-info-card:nth-child(2) {
    border-color: rgba(141, 45, 243, 0.22) !important;
    background: linear-gradient(
        145deg,
        #ffffff 0%,
        #f8f1ff 100%
    ) !important;
}

/* Card 03 */
.vih2 .vih2-info-card:nth-child(3) {
    border-color: rgba(202, 36, 190, 0.22) !important;
    background: linear-gradient(
        145deg,
        #fffafd 0%,
        #f6efff 100%
    ) !important;
}

/* Number boxes */
.vih2 .vih2-info-number {
    border: 0 !important;
    color: #ffffff !important;
    background: linear-gradient(
        135deg,
        #ed258d,
        #8d2df3
    ) !important;
    box-shadow: 0 8px 20px rgba(173, 36, 194, 0.22);
}

/* Card headings and information */
.vih2 .vih2-info-label {
    color: #c31877 !important;
    font-weight: 800 !important;
}

.vih2 .vih2-info-card h4 {
    color: #190c1e !important;
    font-weight: 800 !important;
}

.vih2 .vih2-info-card p {
    color: #625568 !important;
}

.vih2 .vih2-info-card li {
    color: #392d3f !important;
    font-weight: 600 !important;
}

/* Green check remains clearly visible */
.vih2 .vih2-info-card li::before {
    color: #087854 !important;
    background: #d9f8ed !important;
    box-shadow: 0 0 0 3px rgba(24, 185, 130, 0.07);
}

/* Customer action tag */
.vih2 .vih2-action-tag {
    border-color: transparent !important;
    color: #ffffff !important;
    background: linear-gradient(
        100deg,
        #ed258d,
        #8d2df3
    ) !important;
    box-shadow: 0 9px 20px rgba(173, 36, 194, 0.18);
}

/* Card hover */
@media (hover: hover) and (pointer: fine) {

    .vih2 .vih2-info-card {
        transition:
            transform 0.28s ease,
            box-shadow 0.28s ease,
            border-color 0.28s ease;
    }

    .vih2 .vih2-info-card:hover {
        transform: translateY(-5px);
        border-color: rgba(209, 34, 172, 0.38) !important;
        box-shadow: 0 20px 42px rgba(92, 30, 107, 0.14) !important;
    }
}

/* =========================================================
   MOBILE FIX
========================================================= */

@media (max-width: 767px) {

    .vih2 .vih2-information-heading {
        padding: 14px !important;
    }

    .vih2 .vih2-selected-number {
        min-width: 62px;
        min-height: 43px;
        padding: 7px 8px !important;
    }

    .vih2 .vih2-panel-intro {
        padding: 17px 15px;
        border-left-width: 3px;
        border-radius: 0 14px 14px 0;
    }

    .vih2 .vih2-info-card {
        padding: 23px 32px !important;
    }

    .vih2 .vih2-info-card::before {
        left: 18px;
        right: 18px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b1ed718 */@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

/* =========================================================
   VEBZYRA INDUSTRIES — SECTION 3
========================================================= */

.vih3 {
    --vih3-dark: #180b1d;
    --vih3-text: #392e3f;
    --vih3-muted: #6d6172;
    --vih3-pink: #ed258d;
    --vih3-purple: #8d2df3;
    --vih3-green: #18b982;
    --vih3-border: rgba(100, 43, 119, 0.15);
    --vih3-white: #ffffff;

    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 90px 22px;
    overflow: hidden;
    color: var(--vih3-dark);
    background:
        radial-gradient(
            circle at 5% 8%,
            rgba(237, 37, 141, 0.13),
            transparent 29%
        ),
        radial-gradient(
            circle at 96% 11%,
            rgba(141, 45, 243, 0.12),
            transparent 29%
        ),
        linear-gradient(135deg, #fff8fb 0%, #ffffff 50%, #faf6ff 100%);
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    scroll-margin-top: 90px;
}

.vih3,
.vih3 * {
    box-sizing: border-box;
}

.vih3 button,
.vih3 input,
.vih3 textarea,
.vih3 select,
.vih3 a {
    font-family: inherit;
}

.vih3 svg {
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vih3 [hidden] {
    display: none !important;
}

.vih3-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

/* =========================================================
   HEADING
========================================================= */

.vih3-heading {
    width: 100%;
    max-width: 910px;
    margin: 0 auto 48px;
    text-align: center;
}

.vih3-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    margin-bottom: 23px;
    padding: 7px 18px 7px 8px;
    border: 1px solid rgba(141, 45, 243, 0.2);
    border-radius: 999px;
    color: #7825cb;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 9px 28px rgba(83, 29, 101, 0.08);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.vih3-eyebrow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        var(--vih3-pink),
        var(--vih3-purple)
    );
}

.vih3-eyebrow-icon svg {
    width: 16px;
    height: 16px;
}

.vih3-title {
    margin: 0;
    color: var(--vih3-dark);
    font-size: clamp(44px, 5.1vw, 67px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.055em;
}

.vih3-title > span {
    display: block;
}

.vih3-gradient-text {
    margin-top: 8px;
    color: transparent;
    background: linear-gradient(
        100deg,
        var(--vih3-pink) 5%,
        var(--vih3-purple) 93%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vih3-description {
    max-width: 700px;
    margin: 23px auto 0;
    color: var(--vih3-muted);
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
}

/* =========================================================
   MAIN LAYOUT
========================================================= */

.vih3-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
    align-items: stretch;
    gap: 22px;
}

/* =========================================================
   LEFT PROJECT GUIDE
========================================================= */

.vih3-project-guide {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 31px;
    overflow: hidden;
    border: 1px solid rgba(171, 42, 201, 0.18);
    border-radius: 28px;
    background:
        radial-gradient(
            circle at 0% 0%,
            rgba(237, 37, 141, 0.12),
            transparent 32%
        ),
        linear-gradient(145deg, #fff9fc 0%, #faf4ff 100%);
    box-shadow: 0 22px 60px rgba(70, 25, 84, 0.08);
}

.vih3-project-guide::after {
    content: "";
    position: absolute;
    right: -110px;
    bottom: -110px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(141, 45, 243, 0.1);
    border-radius: 50%;
    pointer-events: none;
}

.vih3-guide-header {
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
}

.vih3-guide-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #c41c79;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.vih3-guide-header h3 {
    margin: 0;
    color: var(--vih3-dark);
    font-size: clamp(26px, 2.6vw, 34px);
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.vih3-guide-header p {
    margin: 14px 0 0;
    color: var(--vih3-muted);
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
}

/* Guide list */

.vih3-guide-list {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 12px;
}

.vih3-guide-item {
    display: grid;
    grid-template-columns: 37px 46px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    padding: 17px;
    border: 1px solid rgba(105, 43, 122, 0.12);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 25px rgba(67, 25, 80, 0.045);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.vih3-guide-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    border: 1px solid rgba(141, 45, 243, 0.14);
    border-radius: 11px;
    color: var(--vih3-purple);
    background: #f5eafd;
    font-size: 10px;
    font-weight: 800;
}

.vih3-guide-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        var(--vih3-pink),
        var(--vih3-purple)
    );
    box-shadow: 0 9px 22px rgba(175, 35, 190, 0.18);
}

.vih3-guide-icon svg {
    width: 21px;
    height: 21px;
}

.vih3-guide-item h4 {
    margin: 1px 0 6px;
    color: var(--vih3-dark);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 800;
}

.vih3-guide-item p {
    margin: 0;
    color: var(--vih3-muted);
    font-size: 12.5px;
    line-height: 1.6;
    font-weight: 500;
}

/* Support strip */

.vih3-support-strip {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 10px;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding: 17px;
    border-radius: 17px;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 85% 0%,
            rgba(237, 37, 141, 0.3),
            transparent 40%
        ),
        linear-gradient(135deg, #211027, #31143d);
    box-shadow: 0 14px 30px rgba(31, 13, 38, 0.16);
}

.vih3-support-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        var(--vih3-pink),
        var(--vih3-purple)
    );
}

.vih3-support-icon svg {
    width: 20px;
    height: 20px;
}

.vih3-support-strip strong,
.vih3-support-strip span {
    display: block;
}

.vih3-support-strip strong {
    margin-bottom: 3px;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
}

.vih3-support-strip div > span {
    color: #d7cbdc;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 500;
}

.vih3-live-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #2bd998;
    box-shadow: 0 0 0 5px rgba(43, 217, 152, 0.12);
}

/* =========================================================
   FORM CARD
========================================================= */

.vih3-form-card {
    min-width: 0;
    padding: 31px;
    overflow: hidden;
    border: 1px solid rgba(157, 43, 190, 0.18);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 24px 65px rgba(69, 25, 84, 0.1);
}

.vih3-form-header {
    margin-bottom: 25px;
    padding-bottom: 21px;
    border-bottom: 1px solid var(--vih3-border);
}

.vih3-form-title-row {
    display: flex;
    align-items: center;
    gap: 14px;
}

.vih3-form-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 15px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        var(--vih3-pink),
        var(--vih3-purple)
    );
    box-shadow: 0 11px 25px rgba(173, 35, 190, 0.2);
}

.vih3-form-icon svg {
    width: 23px;
    height: 23px;
}

.vih3-form-title-row div > span {
    display: block;
    margin-bottom: 4px;
    color: #c31a78;
    font-size: 9px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.vih3-form-title-row h3 {
    margin: 0;
    color: var(--vih3-dark);
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.035em;
}

.vih3-form-header > p {
    margin: 15px 0 0;
    color: var(--vih3-muted);
    font-size: 13px;
    line-height: 1.65;
    font-weight: 500;
}

/* =========================================================
   FORM FIELDS
========================================================= */

.vih3-form {
    display: grid;
    gap: 17px;
}

.vih3-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.vih3-field {
    min-width: 0;
}

.vih3-field label {
    display: block;
    margin-bottom: 7px;
    color: #302437;
    font-size: 11.5px;
    line-height: 1.35;
    font-weight: 800;
}

.vih3-field label span {
    color: var(--vih3-pink);
}

.vih3-input-wrap,
.vih3-phone-wrap,
.vih3-select-wrap {
    position: relative;
    width: 100%;
    min-width: 0;
}

.vih3-input-wrap input,
.vih3-phone-wrap input,
.vih3-select-wrap select,
.vih3-field textarea {
    display: block;
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(98, 43, 115, 0.16);
    border-radius: 13px;
    outline: none;
    color: var(--vih3-dark);
    background: #fcfafd;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
    transition:
        border-color 0.22s ease,
        background 0.22s ease,
        box-shadow 0.22s ease;
}

.vih3-input-wrap input {
    height: 51px;
    padding: 0 14px 0 45px;
}

.vih3-field-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 2;
    color: var(--vih3-purple);
    transform: translateY(-50%);
    pointer-events: none;
}

.vih3-field-icon svg {
    width: 18px;
    height: 18px;
}

/* Phone field */

.vih3-phone-wrap {
    display: grid;
    grid-template-columns: 53px minmax(0, 1fr);
    align-items: center;
    height: 51px;
    overflow: hidden;
    border: 1px solid rgba(98, 43, 115, 0.16);
    border-radius: 13px;
    background: #fcfafd;
    transition:
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.vih3-country-code {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-right: 1px solid rgba(98, 43, 115, 0.13);
    color: #7824c8;
    background: #f5eafd;
    font-size: 12px;
    font-weight: 800;
}

.vih3-phone-wrap input {
    height: 49px;
    padding: 0 13px;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.vih3-phone-wrap:focus-within {
    border-color: var(--vih3-purple);
    box-shadow: 0 0 0 4px rgba(141, 45, 243, 0.09);
}

/* Select */

.vih3-select-wrap select {
    height: 51px;
    padding: 0 43px 0 14px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.vih3-select-arrow {
    position: absolute;
    top: 50%;
    right: 14px;
    color: var(--vih3-purple);
    transform: translateY(-50%);
    pointer-events: none;
}

.vih3-select-arrow svg {
    width: 18px;
    height: 18px;
}

/* Textarea */

.vih3-field textarea {
    min-height: 112px;
    padding: 14px;
    resize: vertical;
}

.vih3-character-note {
    display: block;
    margin-top: 6px;
    color: #8b7e90;
    font-size: 10px;
    line-height: 1.4;
    font-weight: 500;
}

/* Placeholder */

.vih3 input::placeholder,
.vih3 textarea::placeholder {
    color: #9a8f9f;
    opacity: 1;
    font-weight: 500;
}

/* Focus */

.vih3-input-wrap input:focus,
.vih3-select-wrap select:focus,
.vih3-field textarea:focus {
    border-color: var(--vih3-purple);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(141, 45, 243, 0.09);
}

/* Autofill */

.vih3 input:-webkit-autofill,
.vih3 input:-webkit-autofill:hover,
.vih3 input:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--vih3-dark);
    box-shadow: 0 0 0 1000px #fcfafd inset;
}

/* Optional JS error class */

.vih3 .is-invalid {
    border-color: #dd2c5c !important;
    box-shadow: 0 0 0 4px rgba(221, 44, 92, 0.08) !important;
}

/* =========================================================
   PRIVACY CONSENT
========================================================= */

.vih3-consent {
    display: grid;
    grid-template-columns: 21px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    margin: 0;
    cursor: pointer;
}

.vih3-consent input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.vih3-custom-checkbox {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    border: 1px solid rgba(101, 43, 119, 0.24);
    border-radius: 6px;
    color: transparent;
    background: #ffffff;
    transition:
        color 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.vih3-custom-checkbox svg {
    width: 14px;
    height: 14px;
    stroke-width: 2.5;
}

.vih3-consent input:checked + .vih3-custom-checkbox {
    border-color: transparent;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        var(--vih3-pink),
        var(--vih3-purple)
    );
}

.vih3-consent input:focus-visible + .vih3-custom-checkbox {
    box-shadow: 0 0 0 4px rgba(141, 45, 243, 0.12);
}

.vih3-consent > span:last-child {
    color: #716575;
    font-size: 10.5px;
    line-height: 1.6;
    font-weight: 500;
}

.vih3-consent a {
    color: #8228d9;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* =========================================================
   FORM BUTTONS
========================================================= */

.vih3-form-actions {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
    gap: 10px;
}

.vih3-submit-button,
.vih3-whatsapp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-width: 0;
    min-height: 54px;
    padding: 12px 16px;
    border-radius: 13px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition:
        transform 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}

.vih3-submit-button {
    border: 1px solid transparent;
    color: #ffffff;
    background: linear-gradient(
        105deg,
        var(--vih3-pink),
        var(--vih3-purple)
    );
    box-shadow: 0 13px 30px rgba(172, 36, 190, 0.21);
}

.vih3-submit-button svg,
.vih3-whatsapp-button svg {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
}

.vih3-whatsapp-button {
    border: 1px solid rgba(24, 185, 130, 0.28);
    color: #126f51 !important;
    background: #f2fcf8;
}

.vih3-submit-button:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

/* =========================================================
   STATUS + FOOTER
========================================================= */

.vih3-form-status {
    padding: 12px 14px;
    border: 1px solid rgba(24, 185, 130, 0.2);
    border-radius: 11px;
    color: #087653;
    background: #eafaf4;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 700;
}

.vih3-form-status.is-error {
    border-color: rgba(221, 44, 92, 0.2);
    color: #a51e43;
    background: #fff0f4;
}

.vih3-form-footer {
    margin-top: 20px;
    padding-top: 17px;
    border-top: 1px solid var(--vih3-border);
}

.vih3-form-footer > span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #817585;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
}

.vih3-form-footer svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    color: var(--vih3-green);
}

/* =========================================================
   HOVER
========================================================= */

@media (hover: hover) and (pointer: fine) {

    .vih3-guide-item:hover {
        transform: translateY(-3px);
        border-color: rgba(194, 35, 174, 0.25);
        box-shadow: 0 14px 30px rgba(82, 28, 94, 0.09);
    }

    .vih3-submit-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 17px 36px rgba(172, 36, 190, 0.29);
    }

    .vih3-whatsapp-button:hover {
        transform: translateY(-3px);
        border-color: var(--vih3-green);
        color: #ffffff !important;
        background: var(--vih3-green);
        box-shadow: 0 14px 28px rgba(24, 185, 130, 0.19);
    }
}

/* Focus visibility */

.vih3-submit-button:focus-visible,
.vih3-whatsapp-button:focus-visible,
.vih3-consent a:focus-visible {
    outline: 3px solid rgba(141, 45, 243, 0.24);
    outline-offset: 3px;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .vih3 {
        padding: 76px 20px;
    }

    .vih3-layout {
        grid-template-columns: 1fr;
    }

    .vih3-project-guide,
    .vih3-form-card {
        padding: 27px;
    }

    .vih3-support-strip {
        margin-top: 20px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .vih3 {
        width: 100%;
        max-width: 100%;
        padding: 56px 14px;
        overflow-x: hidden;
        scroll-margin-top: 75px;
    }

    .vih3-container,
    .vih3-layout,
    .vih3-project-guide,
    .vih3-form-card,
    .vih3-form,
    .vih3-form-row,
    .vih3-field,
    .vih3-input-wrap,
    .vih3-phone-wrap,
    .vih3-select-wrap {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    /* Heading */

    .vih3-heading {
        margin-bottom: 32px;
    }

    .vih3-eyebrow {
        min-height: 39px;
        margin-bottom: 18px;
        padding: 6px 13px 6px 6px;
        font-size: 9px;
        letter-spacing: 0.07em;
    }

    .vih3-eyebrow-icon {
        width: 27px;
        height: 27px;
        flex-basis: 27px;
    }

    .vih3-title {
        font-size: clamp(24px, 7.2vw, 31px);
        line-height: 1.07;
        letter-spacing: -0.048em;
    }

    .vih3-title > span {
        white-space: nowrap;
    }

    .vih3-gradient-text {
        margin-top: 5px;
    }

    .vih3-description {
        max-width: 330px;
        margin-top: 17px;
        font-size: 13.5px;
        line-height: 1.65;
    }

    /* Layout */

    .vih3-layout {
        gap: 15px;
    }

    .vih3-project-guide,
    .vih3-form-card {
        padding: 17px;
        border-radius: 21px;
    }

    /* Guide */

    .vih3-guide-header {
        margin-bottom: 18px;
    }

    .vih3-guide-label {
        font-size: 9px;
    }

    .vih3-guide-header h3 {
        font-size: 23px;
        line-height: 1.2;
    }

    .vih3-guide-header p {
        margin-top: 11px;
        font-size: 13px;
        line-height: 1.65;
    }

    .vih3-guide-list {
        gap: 9px;
    }

    .vih3-guide-item {
        grid-template-columns: 32px 40px minmax(0, 1fr);
        gap: 9px;
        padding: 13px 11px;
        border-radius: 14px;
    }

    .vih3-guide-number {
        width: 32px;
        height: 32px;
        border-radius: 9px;
        font-size: 9px;
    }

    .vih3-guide-icon {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .vih3-guide-icon svg {
        width: 18px;
        height: 18px;
    }

    .vih3-guide-item h4 {
        margin-top: 0;
        font-size: 13px;
        line-height: 1.4;
    }

    .vih3-guide-item p {
        font-size: 11px;
        line-height: 1.55;
    }

    .vih3-support-strip {
        grid-template-columns: 38px minmax(0, 1fr) 8px;
        gap: 10px;
        margin-top: 14px;
        padding: 13px;
        border-radius: 14px;
    }

    .vih3-support-icon {
        width: 38px;
        height: 38px;
        border-radius: 11px;
    }

    .vih3-support-strip strong {
        font-size: 11.5px;
    }

    .vih3-support-strip div > span {
        font-size: 9.5px;
    }

    /* Form */

    .vih3-form-header {
        margin-bottom: 20px;
        padding-bottom: 17px;
    }

    .vih3-form-title-row {
        gap: 11px;
    }

    .vih3-form-icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        border-radius: 13px;
    }

    .vih3-form-icon svg {
        width: 20px;
        height: 20px;
    }

    .vih3-form-title-row h3 {
        font-size: 19px;
    }

    .vih3-form-title-row div > span {
        font-size: 8.5px;
    }

    .vih3-form-header > p {
        margin-top: 12px;
        font-size: 11.5px;
    }

    .vih3-form {
        gap: 14px;
    }

    .vih3-form-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .vih3-field label {
        font-size: 11px;
    }

    .vih3-input-wrap input,
    .vih3-select-wrap select,
    .vih3-phone-wrap {
        height: 50px;
    }

    .vih3-phone-wrap input {
        height: 48px;
    }

    .vih3-input-wrap input,
    .vih3-phone-wrap input,
    .vih3-select-wrap select,
    .vih3-field textarea {
        font-size: 12px;
    }

    .vih3-field textarea {
        min-height: 105px;
    }

    /* Buttons remain left and right */

    .vih3-form-actions {
        grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
        gap: 7px;
    }

    .vih3-submit-button,
    .vih3-whatsapp-button {
        min-height: 50px;
        padding: 10px 7px;
        border-radius: 11px;
        font-size: clamp(9.5px, 2.9vw, 11px);
        white-space: nowrap;
    }

    .vih3-submit-button,
    .vih3-whatsapp-button {
        gap: 5px;
    }

    .vih3-submit-button svg,
    .vih3-whatsapp-button svg {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
    }

    .vih3-consent > span:last-child {
        font-size: 10px;
    }

    .vih3-form-footer {
        margin-top: 16px;
        padding-top: 14px;
    }

    .vih3-form-footer > span {
        font-size: 9px;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 360px) {

    .vih3 {
        padding-inline: 10px;
    }

    .vih3-title {
        font-size: 22.5px;
    }

    .vih3-project-guide,
    .vih3-form-card {
        padding: 14px;
    }

    .vih3-guide-item {
        grid-template-columns: 30px 37px minmax(0, 1fr);
        gap: 7px;
        padding-inline: 9px;
    }

    .vih3-guide-number {
        width: 30px;
        height: 30px;
    }

    .vih3-guide-icon {
        width: 37px;
        height: 37px;
    }

    .vih3-form-actions {
        grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
        gap: 6px;
    }

    .vih3-submit-button,
    .vih3-whatsapp-button {
        min-height: 48px;
        padding-inline: 5px;
        font-size: 9px;
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .vih3 *,
    .vih3 *::before,
    .vih3 *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}/* End custom CSS */