.elementor-909 .elementor-element.elementor-element-bbeefc1{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-909 .elementor-element.elementor-element-b6094ae{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9701de4 *//* =========================================
   VEBZYRA — LANDING PAGE SERVICE HERO
   Section 1 CSS
========================================= */

/* ---------- Theme Variables ---------- */
.vlp-hero {
    --vlp-dark: #17111f;
    --vlp-text: #211a29;
    --vlp-muted: #686171;
    --vlp-pink: #ed2d7b;
    --vlp-purple: #8b2df0;
    --vlp-blue: #5e48ff;
    --vlp-border: #e9e1ee;
    --vlp-soft-bg: #fcf9ff;
    --vlp-white: #ffffff;

    position: relative;
    isolation: isolate;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: clamp(70px, 7vw, 105px) 22px;
    overflow: hidden;

    color: var(--vlp-text);
    background:
        radial-gradient(circle at 8% 15%, rgba(237, 45, 123, 0.10), transparent 28%),
        radial-gradient(circle at 92% 80%, rgba(139, 45, 240, 0.11), transparent 31%),
        linear-gradient(135deg, #fff 0%, #fcf9ff 52%, #f9f4ff 100%);

    font-family:
        Inter,
        Manrope,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;

    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.vlp-hero *,
.vlp-hero *::before,
.vlp-hero *::after {
    box-sizing: border-box;
}

/* ---------- Background Graphics ---------- */
.vlp-bg,
.vlp-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.vlp-bg {
    z-index: -1;
    overflow: hidden;
}

.vlp-grid {
    opacity: 0.45;
    background-image:
        linear-gradient(rgba(122, 52, 167, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(122, 52, 167, 0.045) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(
        to bottom,
        transparent,
        #000 18%,
        #000 80%,
        transparent
    );
    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent,
        #000 18%,
        #000 80%,
        transparent
    );
}

.vlp-orb {
    position: absolute;
    display: block;
    border-radius: 50%;
}

.vlp-orb-one {
    top: -120px;
    left: -100px;
    width: 340px;
    height: 340px;
    background: radial-gradient(
        circle,
        rgba(237, 45, 123, 0.12),
        rgba(237, 45, 123, 0) 68%
    );
}

.vlp-orb-two {
    right: -140px;
    bottom: -150px;
    width: 440px;
    height: 440px;
    background: radial-gradient(
        circle,
        rgba(124, 58, 237, 0.13),
        rgba(124, 58, 237, 0) 70%
    );
}

.vlp-line {
    position: absolute;
    display: block;
    border: 1px solid rgba(137, 45, 240, 0.10);
    border-radius: 50%;
}

.vlp-line-one {
    top: -170px;
    right: 12%;
    width: 420px;
    height: 420px;
}

.vlp-line-two {
    left: 5%;
    bottom: -230px;
    width: 470px;
    height: 470px;
}

/* ---------- Main Layout ---------- */
.vlp-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
    align-items: center;
    gap: clamp(42px, 5vw, 78px);

    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

/* ---------- Left Content ---------- */
.vlp-content {
    min-width: 0;
}

.vlp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    margin-bottom: 23px;
    padding: 8px 13px 8px 9px;

    color: #7d236c;
    background: #fff;
    border: 1px solid rgba(190, 48, 151, 0.20);
    border-radius: 999px;
    box-shadow: 0 8px 26px rgba(72, 31, 82, 0.06);

    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vlp-eyebrow-icon {
    display: grid;
    place-items: center;
    flex: 0 0 29px;
    width: 29px;
    height: 29px;

    color: #fff;
    background: linear-gradient(135deg, var(--vlp-pink), var(--vlp-purple));
    border-radius: 50%;
}

.vlp-eyebrow-icon svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vlp-title {
    max-width: 650px;
    margin: 0;

    color: var(--vlp-dark);
    font-size: clamp(49px, 5.3vw, 76px);
    font-weight: 850;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.vlp-title span {
    display: block;
    padding-bottom: 7px;

    color: transparent;
    background: linear-gradient(
        100deg,
        var(--vlp-pink) 5%,
        var(--vlp-purple) 62%,
        var(--vlp-blue) 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vlp-description {
    max-width: 590px;
    margin: 25px 0 0;

    color: var(--vlp-muted);
    font-size: clamp(17px, 1.45vw, 19px);
    font-weight: 500;
    line-height: 1.7;
}

/* ---------- Benefit Pills ---------- */
.vlp-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 29px 0 0;
    padding: 0;
    list-style: none;
}

.vlp-benefits li {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 45px;
    padding: 6px 14px 6px 7px;

    color: #3b3342;
    background: rgba(255, 255, 255, 0.90);
    border: 1px solid var(--vlp-border);
    border-radius: 13px;
    box-shadow: 0 8px 25px rgba(64, 32, 75, 0.045);

    font-size: 13px;
    font-weight: 750;
    line-height: 1.2;
}

.vlp-benefit-icon {
    display: grid;
    place-items: center;
    flex: 0 0 31px;
    width: 31px;
    height: 31px;

    color: var(--vlp-purple);
    background: linear-gradient(
        135deg,
        rgba(237, 45, 123, 0.10),
        rgba(139, 45, 240, 0.12)
    );
    border-radius: 9px;
}

.vlp-benefit-icon svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ---------- Main CTA ---------- */
.vlp-action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 19px;
    margin-top: 31px;
}

.vlp-primary-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 56px;
    padding: 15px 24px;

    color: #fff;
    background: linear-gradient(
        105deg,
        var(--vlp-pink),
        var(--vlp-purple)
    );
    border: 0;
    border-radius: 15px;
    box-shadow:
        0 14px 32px rgba(185, 42, 167, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);

    font: inherit;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    overflow: hidden;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.vlp-primary-btn::before {
    content: "";
    position: absolute;
    top: -40%;
    left: -55%;
    width: 42px;
    height: 180%;
    background: rgba(255, 255, 255, 0.33);
    transform: rotate(24deg);
    transition: left 0.55s ease;
}

.vlp-primary-btn span,
.vlp-primary-btn svg {
    position: relative;
    z-index: 2;
}

.vlp-primary-btn svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.25s ease;
}

.vlp-primary-btn:focus-visible {
    outline: 3px solid rgba(139, 45, 240, 0.25);
    outline-offset: 4px;
}

.vlp-action-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 225px;
    margin: 0;

    color: #716a78;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.45;
}

.vlp-action-note > span {
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    background: #2bc878;
    border: 2px solid #c9f6df;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(43, 200, 120, 0.09);
}

/* ---------- Right Visual ---------- */
.vlp-visual {
    position: relative;
    min-width: 0;
}

.vlp-visual-label {
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin: 0 16px -13px auto;
    padding: 8px 13px;

    color: #5f5265;
    background: #fff;
    border: 1px solid var(--vlp-border);
    border-radius: 999px;
    box-shadow: 0 8px 22px rgba(64, 32, 75, 0.08);

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.vlp-visual-label > span {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, var(--vlp-pink), var(--vlp-purple));
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(192, 43, 158, 0.10);
}

/* ---------- Browser Frame ---------- */
.vlp-browser {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(57, 38, 66, 0.12);
    border-radius: 26px;
    box-shadow:
        0 32px 75px rgba(48, 23, 63, 0.13),
        0 5px 18px rgba(48, 23, 63, 0.06);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.vlp-browser-bar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    min-height: 51px;
    padding: 0 17px;

    background: #fff;
    border-bottom: 1px solid #eee8f1;
}

.vlp-browser-dots {
    display: flex;
    gap: 5px;
}

.vlp-browser-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.vlp-browser-dots span:nth-child(1) {
    background: #ff5e71;
}

.vlp-browser-dots span:nth-child(2) {
    background: #ffbf42;
}

.vlp-browser-dots span:nth-child(3) {
    background: #36c989;
}

.vlp-browser-address {
    justify-self: center;
    width: min(215px, 100%);
    padding: 7px 14px;

    color: #827889;
    background: #f8f5fa;
    border: 1px solid #eee7f1;
    border-radius: 999px;

    font-size: 10px;
    font-weight: 650;
    line-height: 1;
    text-align: center;
}

.vlp-browser-status {
    padding: 6px 9px;
    color: #147b4d;
    background: #e8fbf1;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

/* ---------- Browser Page ---------- */
.vlp-browser-page {
    position: relative;
    min-height: 410px;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 25%, rgba(139, 45, 240, 0.12), transparent 32%),
        linear-gradient(145deg, #fff 0%, #fcf8ff 100%);
}

.vlp-preview-nav {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 20px;
    min-height: 58px;
    padding: 0 24px;
    border-bottom: 1px solid rgba(90, 60, 110, 0.08);
}

.vlp-preview-logo {
    display: flex;
    align-items: center;
    gap: 6px;
}

.vlp-preview-logo span:first-child {
    width: 23px;
    height: 23px;
    background: linear-gradient(135deg, var(--vlp-pink), var(--vlp-purple));
    border-radius: 7px 3px 7px 3px;
    transform: rotate(8deg);
}

.vlp-preview-logo span:last-child {
    width: 42px;
    height: 6px;
    background: #2d2432;
    border-radius: 10px;
}

.vlp-preview-menu {
    display: flex;
    justify-content: center;
    gap: 13px;
}

.vlp-preview-menu i {
    display: block;
    width: 34px;
    height: 5px;
    background: #e5dee8;
    border-radius: 10px;
}

.vlp-preview-nav-btn {
    display: block;
    width: 62px;
    height: 23px;
    background: linear-gradient(100deg, var(--vlp-pink), var(--vlp-purple));
    border-radius: 7px;
}

.vlp-preview-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 0.72fr);
    align-items: center;
    gap: 27px;
    min-height: 350px;
    padding: 31px 28px 34px;
}

/* ---------- Mockup Left ---------- */
.vlp-preview-copy {
    min-width: 0;
}

.vlp-preview-tag {
    display: inline-flex;
    padding: 6px 9px;

    color: #972970;
    background: #fbeaf6;
    border: 1px solid #f1cce4;
    border-radius: 999px;

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.vlp-preview-heading {
    margin-top: 15px;
}

.vlp-preview-heading span,
.vlp-preview-text span {
    display: block;
    border-radius: 999px;
}

.vlp-preview-heading span {
    height: 13px;
    margin-top: 8px;
    background: #29212e;
}

.vlp-preview-heading span:nth-child(1) {
    width: 91%;
}

.vlp-preview-heading span:nth-child(2) {
    width: 76%;
    background: linear-gradient(90deg, var(--vlp-pink), var(--vlp-purple));
}

.vlp-preview-heading span:nth-child(3) {
    width: 55%;
}

.vlp-preview-text {
    margin-top: 18px;
}

.vlp-preview-text span {
    height: 6px;
    margin-top: 7px;
    background: #ddd5e1;
}

.vlp-preview-text span:first-child {
    width: 90%;
}

.vlp-preview-text span:last-child {
    width: 72%;
}

.vlp-preview-buttons {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 21px;
}

.vlp-preview-buttons span:first-child {
    width: 87px;
    height: 30px;
    background: linear-gradient(100deg, var(--vlp-pink), var(--vlp-purple));
    border-radius: 8px;
    box-shadow: 0 8px 15px rgba(179, 44, 169, 0.16);
}

.vlp-preview-buttons span:last-child {
    width: 66px;
    height: 30px;
    background: #fff;
    border: 1px solid #ddd5e1;
    border-radius: 8px;
}

.vlp-preview-trust {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 18px;
    color: #6f6675;
    font-size: 9px;
    font-weight: 700;
}

.vlp-preview-check {
    display: grid;
    place-items: center;
    width: 17px;
    height: 17px;
    color: #fff;
    background: #25bd75;
    border-radius: 50%;
    font-size: 9px;
}

/* ---------- Enquiry Card ---------- */
.vlp-preview-card {
    position: relative;
    min-width: 0;
    padding: 23px 19px 19px;
    overflow: hidden;

    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(141, 69, 155, 0.16);
    border-radius: 19px;
    box-shadow:
        0 20px 35px rgba(66, 31, 78, 0.12),
        inset 0 1px 0 #fff;
}

.vlp-card-glow {
    position: absolute;
    top: -45px;
    right: -40px;
    width: 110px;
    height: 110px;
    background: radial-gradient(
        circle,
        rgba(237, 45, 123, 0.18),
        transparent 68%
    );
    pointer-events: none;
}

.vlp-card-icon {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    margin-bottom: 13px;

    color: #fff;
    background: linear-gradient(135deg, var(--vlp-pink), var(--vlp-purple));
    border-radius: 12px;
    box-shadow: 0 9px 18px rgba(170, 41, 166, 0.20);
}

.vlp-card-icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vlp-preview-card strong {
    display: block;
    color: #28202d;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
}

.vlp-preview-card > span {
    display: block;
    margin-top: 5px;
    color: #7c7281;
    font-size: 9px;
    font-weight: 600;
    line-height: 1.45;
}

.vlp-card-fields {
    display: grid;
    gap: 7px;
    margin-top: 15px;
}

.vlp-card-fields i {
    display: block;
    height: 25px;
    background: #faf7fb;
    border: 1px solid #ece5ef;
    border-radius: 7px;
}

.vlp-card-button {
    display: grid;
    place-items: center;
    min-height: 30px;
    margin-top: 9px;

    color: #fff;
    background: linear-gradient(100deg, var(--vlp-pink), var(--vlp-purple));
    border-radius: 8px;

    font-size: 9px;
    font-weight: 800;
}

/* ---------- Cursor Graphic ---------- */
.vlp-cursor {
    position: absolute;
    left: 43%;
    bottom: 30px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 6px;

    color: #fff;
    font-size: 8px;
    font-weight: 800;
    animation: vlpCursorMove 4s ease-in-out infinite;
}

.vlp-cursor svg {
    width: 25px;
    height: 29px;
    filter: drop-shadow(0 5px 5px rgba(50, 22, 60, 0.18));
}

.vlp-cursor svg path {
    fill: var(--vlp-purple);
    stroke: #fff;
    stroke-width: 1.4;
    stroke-linejoin: round;
}

.vlp-cursor span {
    padding: 6px 8px;
    background: #281b31;
    border-radius: 6px;
    box-shadow: 0 7px 15px rgba(35, 23, 40, 0.16);
}

/* ---------- Conversion Journey ---------- */
.vlp-journey {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    margin-top: 13px;
    padding: 11px;

    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--vlp-border);
    border-radius: 17px;
    box-shadow: 0 12px 30px rgba(58, 29, 69, 0.06);
}

.vlp-journey-item {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    padding: 7px;
}

.vlp-journey-item > span {
    display: grid;
    place-items: center;
    flex: 0 0 31px;
    width: 31px;
    height: 31px;

    color: #982875;
    background: #faeaf6;
    border-radius: 9px;

    font-size: 9px;
    font-weight: 850;
}

.vlp-journey-item div {
    min-width: 0;
}

.vlp-journey-item strong,
.vlp-journey-item small {
    display: block;
}

.vlp-journey-item strong {
    color: #3b3140;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.25;
}

.vlp-journey-item small {
    margin-top: 3px;
    color: #817786;
    font-size: 8px;
    font-weight: 600;
    line-height: 1.25;
}

.vlp-journey-arrow {
    color: #c3b7c8;
    font-size: 15px;
}

/* ---------- Desktop Hover Effects ---------- */
@media (hover: hover) and (pointer: fine) {
    .vlp-primary-btn:hover {
        transform: translateY(-3px);
        box-shadow:
            0 19px 38px rgba(185, 42, 167, 0.28),
            inset 0 1px 0 rgba(255, 255, 255, 0.25);
    }

    .vlp-primary-btn:hover::before {
        left: 120%;
    }

    .vlp-primary-btn:hover svg {
        transform: translateX(4px);
    }

    .vlp-browser:hover {
        transform: translateY(-5px);
        box-shadow:
            0 38px 82px rgba(48, 23, 63, 0.16),
            0 7px 20px rgba(48, 23, 63, 0.07);
    }

    .vlp-benefits li {
        transition:
            transform 0.25s ease,
            border-color 0.25s ease,
            box-shadow 0.25s ease;
    }

    .vlp-benefits li:hover {
        transform: translateY(-3px);
        border-color: rgba(187, 50, 167, 0.30);
        box-shadow: 0 13px 27px rgba(71, 31, 80, 0.08);
    }
}

/* ---------- Entrance Animations ---------- */
@media (prefers-reduced-motion: no-preference) {
    .vlp-content {
        animation: vlpRevealLeft 0.75s ease both;
    }

    .vlp-visual {
        animation: vlpRevealRight 0.8s 0.08s ease both;
    }
}

@keyframes vlpRevealLeft {
    from {
        opacity: 0;
        transform: translateX(-24px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes vlpRevealRight {
    from {
        opacity: 0;
        transform: translateX(24px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes vlpCursorMove {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(15px, -9px, 0);
    }
}

/* =========================================
   TABLET
========================================= */
@media (max-width: 1024px) {
    .vlp-container {
        grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1.18fr);
        gap: 34px;
    }

    .vlp-title {
        font-size: clamp(44px, 5.5vw, 59px);
    }

    .vlp-preview-layout {
        grid-template-columns: 1fr 0.75fr;
        gap: 18px;
        padding-inline: 21px;
    }

    .vlp-journey-item {
        gap: 6px;
        padding-inline: 4px;
    }
}

@media (max-width: 900px) {
    .vlp-hero {
        padding-top: 76px;
    }

    .vlp-container {
        grid-template-columns: minmax(0, 760px);
        justify-content: center;
        gap: 52px;
    }

    .vlp-content {
        max-width: 680px;
        text-align: center;
        margin: 0 auto;
    }

    .vlp-eyebrow,
    .vlp-benefits {
        margin-left: auto;
        margin-right: auto;
    }

    .vlp-benefits,
    .vlp-action {
        justify-content: center;
    }

    .vlp-description {
        margin-left: auto;
        margin-right: auto;
    }

    .vlp-visual {
        width: 100%;
        max-width: 690px;
        margin: 0 auto;
    }
}

/* =========================================
   MOBILE
========================================= */
@media (max-width: 767px) {
    .vlp-hero {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        padding: 54px 15px 48px;
    }

    .vlp-grid {
        background-size: 38px 38px;
        opacity: 0.35;
    }

    .vlp-line {
        display: none;
    }

    .vlp-orb-one {
        width: 230px;
        height: 230px;
    }

    .vlp-orb-two {
        width: 280px;
        height: 280px;
    }

    .vlp-container {
        display: block;
    }

    .vlp-content {
        width: 100%;
    }

    .vlp-eyebrow {
        margin-bottom: 18px;
        padding: 7px 11px 7px 7px;
        font-size: 10px;
        letter-spacing: 0.06em;
    }

    .vlp-eyebrow-icon {
        flex-basis: 27px;
        width: 27px;
        height: 27px;
    }

    .vlp-title {
        max-width: 100%;
        font-size: clamp(38px, 11.5vw, 48px);
        line-height: 1.02;
        letter-spacing: -0.045em;
    }

    .vlp-description {
        max-width: 520px;
        margin-top: 19px;
        font-size: 16px;
        line-height: 1.58;
    }

    /* Three compact benefit cards */
    .vlp-benefits {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
        width: 100%;
        margin-top: 23px;
    }

    .vlp-benefits li {
        flex-direction: column;
        justify-content: center;
        gap: 7px;
        min-width: 0;
        min-height: 76px;
        padding: 8px 4px;

        font-size: 11px;
        line-height: 1.25;
        text-align: center;
    }

    .vlp-benefit-icon {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
    }

    .vlp-action {
        display: block;
        width: 100%;
        margin-top: 23px;
    }

    .vlp-primary-btn {
        width: 100%;
        min-height: 55px;
        padding: 15px 17px;
        border-radius: 14px;
        font-size: 14px;
    }

    .vlp-action-note {
        justify-content: center;
        max-width: 100%;
        margin-top: 14px;
        font-size: 12px;
        text-align: left;
    }

    /* Visual */
    .vlp-visual {
        margin-top: 42px;
    }

    .vlp-visual-label {
        margin-right: 10px;
        padding: 7px 10px;
        font-size: 9px;
    }

    .vlp-browser {
        border-radius: 19px;
    }

    .vlp-browser-bar {
        min-height: 42px;
        padding: 0 11px;
        gap: 8px;
    }

    .vlp-browser-dots {
        gap: 4px;
    }

    .vlp-browser-dots span {
        width: 6px;
        height: 6px;
    }

    .vlp-browser-address {
        padding: 6px 8px;
        font-size: 8px;
    }

    .vlp-browser-status {
        padding: 5px 6px;
        font-size: 7px;
    }

    .vlp-browser-page {
        min-height: 304px;
    }

    .vlp-preview-nav {
        min-height: 43px;
        padding: 0 13px;
        gap: 9px;
    }

    .vlp-preview-logo span:first-child {
        width: 18px;
        height: 18px;
    }

    .vlp-preview-logo span:last-child {
        width: 28px;
        height: 5px;
    }

    .vlp-preview-menu {
        gap: 6px;
    }

    .vlp-preview-menu i {
        width: 19px;
        height: 4px;
    }

    .vlp-preview-nav-btn {
        width: 43px;
        height: 18px;
        border-radius: 5px;
    }

    .vlp-preview-layout {
        grid-template-columns: minmax(0, 1fr) minmax(108px, 0.76fr);
        gap: 12px;
        min-height: 260px;
        padding: 19px 14px 21px;
    }

    .vlp-preview-tag {
        padding: 5px 7px;
        font-size: 6px;
    }

    .vlp-preview-heading {
        margin-top: 10px;
    }

    .vlp-preview-heading span {
        height: 8px;
        margin-top: 6px;
    }

    .vlp-preview-text {
        margin-top: 12px;
    }

    .vlp-preview-text span {
        height: 4px;
        margin-top: 5px;
    }

    .vlp-preview-buttons {
        gap: 6px;
        margin-top: 14px;
    }

    .vlp-preview-buttons span:first-child {
        width: 59px;
        height: 23px;
    }

    .vlp-preview-buttons span:last-child {
        width: 43px;
        height: 23px;
    }

    .vlp-preview-trust {
        gap: 5px;
        margin-top: 12px;
        font-size: 7px;
    }

    .vlp-preview-check {
        width: 14px;
        height: 14px;
        font-size: 7px;
    }

    .vlp-preview-card {
        padding: 14px 11px 12px;
        border-radius: 14px;
    }

    .vlp-card-icon {
        width: 30px;
        height: 30px;
        margin-bottom: 9px;
        border-radius: 9px;
    }

    .vlp-card-icon svg {
        width: 15px;
        height: 15px;
    }

    .vlp-preview-card strong {
        font-size: 10px;
    }

    .vlp-preview-card > span {
        margin-top: 3px;
        font-size: 7px;
    }

    .vlp-card-fields {
        gap: 5px;
        margin-top: 9px;
    }

    .vlp-card-fields i {
        height: 18px;
        border-radius: 5px;
    }

    .vlp-card-button {
        min-height: 22px;
        margin-top: 6px;
        border-radius: 6px;
        font-size: 7px;
    }

    /* Cursor hidden on mobile for smoother scrolling */
    .vlp-cursor {
        display: none;
    }

    /* Journey */
    .vlp-journey {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 5px;
        margin-top: 9px;
        padding: 7px;
        border-radius: 14px;
    }

    .vlp-journey-arrow {
        display: none;
    }

    .vlp-journey-item {
        flex-direction: column;
        justify-content: flex-start;
        gap: 6px;
        padding: 7px 3px;
        text-align: center;
    }

    .vlp-journey-item > span {
        flex-basis: 27px;
        width: 27px;
        height: 27px;
        font-size: 8px;
    }

    .vlp-journey-item strong {
        font-size: 9px;
        line-height: 1.25;
    }

    .vlp-journey-item small {
        font-size: 7.5px;
        line-height: 1.3;
    }

    /* Disable continuous and entrance animation on phones */
    .vlp-content,
    .vlp-visual,
    .vlp-cursor {
        animation: none !important;
        transform: none !important;
    }
}

/* ---------- Very Small Phones ---------- */
@media (max-width: 360px) {
    .vlp-hero {
        padding-left: 12px;
        padding-right: 12px;
    }

    .vlp-title {
        font-size: 36px;
    }

    .vlp-description {
        font-size: 15px;
    }

    .vlp-benefits li {
        font-size: 10px;
    }

    .vlp-preview-layout {
        grid-template-columns: minmax(0, 1fr) 102px;
        gap: 8px;
        padding-inline: 10px;
    }

    .vlp-journey-item small {
        display: none;
    }
}

/* ---------- Reduced Motion Accessibility ---------- */
@media (prefers-reduced-motion: reduce) {
    .vlp-hero *,
    .vlp-hero *::before,
    .vlp-hero *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition-duration: 0.01ms !important;
    }
}
/* =========================================
   VEBZYRA — LANDING PAGE SECTION 2
========================================= */

.vlp2-section {
    --v2-dark: #1d1524;
    --v2-text: #28202e;
    --v2-muted: #716978;
    --v2-pink: #ec2d7a;
    --v2-purple: #872de7;
    --v2-blue: #6547ff;
    --v2-border: #e9e1ed;
    --v2-white: #ffffff;

    position: relative;
    isolation: isolate;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: clamp(68px, 7vw, 100px) 22px;
    overflow: hidden;

    color: var(--v2-text);
    background:
        radial-gradient(circle at 5% 12%, rgba(236, 45, 122, 0.08), transparent 25%),
        radial-gradient(circle at 95% 85%, rgba(135, 45, 231, 0.09), transparent 28%),
        #fff;

    font-family:
        Inter,
        Manrope,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;

    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    text-rendering: auto;
}

.vlp2-section *,
.vlp2-section *::before,
.vlp2-section *::after {
    box-sizing: border-box;
}

.vlp2-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

/* Background */

.vlp2-bg,
.vlp2-dot-pattern {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.vlp2-dot-pattern {
    opacity: 0.35;
    background-image: radial-gradient(
        rgba(121, 53, 151, 0.12) 1px,
        transparent 1px
    );
    background-size: 25px 25px;
    mask-image: linear-gradient(
        to bottom,
        transparent,
        #000 15%,
        #000 82%,
        transparent
    );
    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent,
        #000 15%,
        #000 82%,
        transparent
    );
}

.vlp2-bg-shape {
    position: absolute;
    display: block;
    border-radius: 50%;
}

.vlp2-shape-one {
    top: 18%;
    left: -140px;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(236, 45, 122, 0.10);
}

.vlp2-shape-two {
    right: -180px;
    bottom: 8%;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(135, 45, 231, 0.11);
}

/* Section Header */

.vlp2-header {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.vlp2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 19px;
    padding: 7px 13px 7px 8px;

    color: #832467;
    background: #fff;
    border: 1px solid rgba(184, 50, 154, 0.22);
    border-radius: 999px;
    box-shadow: 0 8px 22px rgba(60, 31, 68, 0.06);

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.075em;
    line-height: 1;
    text-transform: uppercase;
}

.vlp2-eyebrow-mark {
    display: grid;
    place-items: center;
    width: 29px;
    height: 29px;
    color: #fff;
    background: linear-gradient(135deg, var(--v2-pink), var(--v2-purple));
    border-radius: 50%;
}

.vlp2-eyebrow-mark svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vlp2-title {
    margin: 0;
    color: var(--v2-dark);
    font-size: clamp(43px, 5vw, 68px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.vlp2-title span {
    color: transparent;
    background: linear-gradient(
        100deg,
        var(--v2-pink),
        var(--v2-purple) 65%,
        var(--v2-blue)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vlp2-description {
    max-width: 680px;
    margin: 20px auto 0;
    color: var(--v2-muted);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
}

/* Main Workbench */

.vlp2-workbench {
    display: grid;
    grid-template-columns: minmax(420px, 0.92fr) minmax(0, 1.08fr);
    align-items: stretch;
    gap: 24px;
    margin-top: 50px;
}

/* Blueprint */

.vlp2-blueprint {
    position: relative;
    padding: 23px;
    overflow: hidden;

    color: #fff;
    background:
        radial-gradient(circle at 95% 5%, rgba(225, 47, 166, 0.21), transparent 30%),
        linear-gradient(145deg, #1b1421, #28172e);

    border: 1px solid rgba(244, 111, 205, 0.18);
    border-radius: 27px;
    box-shadow: 0 25px 55px rgba(42, 20, 49, 0.14);
}

.vlp2-blueprint-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 20px;
}

.vlp2-blueprint-top > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vlp2-live-dot {
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    background: #36d98a;
    border: 2px solid #184f38;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(54, 217, 138, 0.10);
}

.vlp2-blueprint-top small,
.vlp2-blueprint-top strong {
    display: block;
}

.vlp2-blueprint-top small {
    margin-bottom: 3px;
    color: #d49aca;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vlp2-blueprint-top strong {
    color: #fff;
    font-size: 14px;
    font-weight: 750;
}

.vlp2-blueprint-badge {
    padding: 7px 10px;
    color: #f5caec;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
    white-space: nowrap;
}

/* Page Map */

.vlp2-page-map {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px;
    align-items: stretch;
    gap: 14px;
}

.vlp2-page-browser {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    box-shadow: 0 16px 35px rgba(5, 2, 7, 0.20);
}

.vlp2-browser-head {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 12px;
    min-height: 38px;
    padding: 0 12px;
    background: #f8f4f9;
    border-bottom: 1px solid #eae2ed;
}

.vlp2-browser-head > div {
    display: flex;
    gap: 4px;
}

.vlp2-browser-head > div span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.vlp2-browser-head > div span:nth-child(1) {
    background: #ff5d70;
}

.vlp2-browser-head > div span:nth-child(2) {
    background: #ffbd40;
}

.vlp2-browser-head > div span:nth-child(3) {
    background: #32c984;
}

.vlp2-browser-head > span {
    color: #786c7c;
    font-size: 8px;
    font-weight: 750;
    text-align: center;
}

/* Blueprint Blocks */

.vlp2-map-block {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 61px;
    padding: 10px 12px;

    color: var(--v2-text);
    background: #fff;
    border-bottom: 1px solid #eee7f0;
}

.vlp2-map-block:last-child {
    border-bottom: 0;
}

.vlp2-map-hero {
    min-height: 83px;
    background:
        radial-gradient(circle at 90% 20%, rgba(135, 45, 231, 0.10), transparent 30%),
        #fffafd;
}

.vlp2-map-action {
    background: linear-gradient(100deg, #fff5fa, #f8f1ff);
}

.vlp2-map-number {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;

    color: #8c2c70;
    background: #fae9f5;
    border-radius: 8px;

    font-size: 8px;
    font-weight: 850;
}

.vlp2-map-copy {
    min-width: 0;
}

.vlp2-map-copy strong,
.vlp2-map-copy small {
    display: block;
}

.vlp2-map-copy strong {
    color: #302635;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.25;
}

.vlp2-map-copy small {
    margin-top: 3px;
    color: #7d7381;
    font-size: 8px;
    font-weight: 600;
    line-height: 1.35;
}

.vlp2-line-set {
    margin-top: 8px;
}

.vlp2-line-set i {
    display: block;
    height: 4px;
    margin-top: 4px;
    background: #e5dce8;
    border-radius: 999px;
}

.vlp2-line-set i:first-child {
    width: 88%;
}

.vlp2-line-set i:last-child {
    width: 61%;
}

.vlp2-map-icon {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;

    color: #fff;
    background: linear-gradient(135deg, var(--v2-pink), var(--v2-purple));
    border-radius: 10px;
}

.vlp2-map-icon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vlp2-map-status {
    padding: 5px 7px;
    color: #7d647d;
    background: #f8f3f9;
    border: 1px solid #ebe1ed;
    border-radius: 999px;
    font-size: 7px;
    font-weight: 800;
    text-transform: uppercase;
}

.vlp2-map-button {
    padding: 7px 9px;
    color: #fff;
    background: linear-gradient(100deg, var(--v2-pink), var(--v2-purple));
    border-radius: 7px;
    font-size: 8px;
    font-weight: 800;
    white-space: nowrap;
}

/* Progress Rail */

.vlp2-progress-rail {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 18px 0;
}

.vlp2-progress-line {
    position: absolute;
    top: 28px;
    bottom: 28px;
    left: 50%;
    width: 2px;
    background: rgba(255, 255, 255, 0.13);
    transform: translateX(-50%);
}

.vlp2-progress-rail i {
    position: relative;
    z-index: 2;
    display: block;
    width: 9px;
    height: 9px;
    background: #4c3a50;
    border: 2px solid #8a728d;
    border-radius: 50%;
}

.vlp2-progress-rail i.is-active {
    background: #f04a9a;
    border-color: #ffc6e7;
    box-shadow: 0 0 0 5px rgba(240, 74, 154, 0.14);
}

/* Blueprint Note */

.vlp2-blueprint-note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 17px;
    padding: 12px;

    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 14px;
}

.vlp2-blueprint-note > span {
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;

    color: #f777ba;
    background: rgba(236, 45, 122, 0.10);
    border-radius: 10px;
}

.vlp2-blueprint-note svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vlp2-blueprint-note p {
    margin: 0;
    color: #bfb1c2;
    font-size: 10px;
    font-weight: 550;
    line-height: 1.45;
}

.vlp2-blueprint-note strong {
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

/* Services Area */

.vlp2-services {
    min-width: 0;
    padding: 23px;
    background: #fcfafd;
    border: 1px solid var(--v2-border);
    border-radius: 27px;
}

.vlp2-services-heading {
    margin-bottom: 17px;
}

.vlp2-services-heading span,
.vlp2-services-heading strong {
    display: block;
}

.vlp2-services-heading span {
    margin-bottom: 5px;
    color: #a32b79;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.vlp2-services-heading strong {
    color: #2a2130;
    font-size: 17px;
    font-weight: 800;
}

.vlp2-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.vlp2-service-card {
    position: relative;
    min-width: 0;
    min-height: 143px;
    margin: 0;
    padding: 17px;

    background: #fff;
    border: 1px solid #e9e1ec;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(53, 28, 62, 0.035);

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.vlp2-card-number {
    position: absolute;
    top: 13px;
    right: 13px;
    color: #c5b9c9;
    font-size: 9px;
    font-weight: 850;
}

.vlp2-card-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-bottom: 13px;

    color: #a12b7e;
    background: linear-gradient(
        135deg,
        rgba(236, 45, 122, 0.10),
        rgba(135, 45, 231, 0.11)
    );
    border: 1px solid rgba(185, 52, 157, 0.13);
    border-radius: 11px;
}

.vlp2-card-icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vlp2-service-card h3 {
    margin: 0;
    color: #302637;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
}

.vlp2-service-card p {
    margin: 7px 0 0;
    color: #756c79;
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.5;
}

/* Final CTA */

.vlp2-final-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 35px;
    margin-top: 24px;
    padding: 32px 35px;
    overflow: hidden;

    color: #fff;
    background:
        radial-gradient(circle at 85% 0%, rgba(203, 50, 220, 0.30), transparent 35%),
        linear-gradient(115deg, #1d1424, #32143a);

    border: 1px solid rgba(241, 101, 205, 0.19);
    border-radius: 25px;
    box-shadow: 0 23px 48px rgba(40, 18, 46, 0.13);
}

.vlp2-cta-decoration {
    position: absolute;
    right: 30%;
    bottom: -65px;
    display: flex;
    gap: 12px;
    transform: rotate(-18deg);
    pointer-events: none;
}

.vlp2-cta-decoration span {
    display: block;
    width: 110px;
    height: 110px;
    border: 1px solid rgba(242, 114, 211, 0.12);
    border-radius: 50%;
}

.vlp2-cta-content,
.vlp2-cta-action {
    position: relative;
    z-index: 2;
}

.vlp2-cta-label {
    color: #f07abd;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vlp2-cta-content h2 {
    max-width: 650px;
    margin: 8px 0 0;
    color: #fff;
    font-size: clamp(27px, 3vw, 40px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.vlp2-cta-content p {
    max-width: 640px;
    margin: 11px 0 0;
    color: #cbbfce;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
}

.vlp2-cta-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    min-width: 225px;
}

.vlp2-primary-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 100%;
    min-height: 54px;
    padding: 14px 20px;

    color: #fff;
    background: linear-gradient(105deg, var(--v2-pink), var(--v2-purple));
    border: 0;
    border-radius: 14px;
    box-shadow: 0 13px 26px rgba(222, 47, 166, 0.24);

    font: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition:
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.vlp2-primary-btn svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.25s ease;
}

.vlp2-primary-btn:focus-visible {
    outline: 3px solid rgba(255, 117, 208, 0.35);
    outline-offset: 4px;
}

.vlp2-cta-action small {
    color: #bdaec1;
    font-size: 9px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

/* Hover — no parent transform, text stays sharp */

@media (hover: hover) and (pointer: fine) {
    .vlp2-service-card:hover {
        border-color: rgba(189, 52, 164, 0.32);
        box-shadow: 0 15px 30px rgba(66, 30, 75, 0.09);
    }

    .vlp2-primary-btn:hover {
        background: linear-gradient(105deg, #f23882, #962ff0);
        box-shadow: 0 17px 32px rgba(222, 47, 166, 0.31);
    }

    .vlp2-primary-btn:hover svg {
        transform: translateX(4px);
    }
}

/* Tablet */

@media (max-width: 1024px) {
    .vlp2-workbench {
        grid-template-columns: minmax(370px, 0.9fr) minmax(0, 1.1fr);
        gap: 18px;
    }

    .vlp2-blueprint,
    .vlp2-services {
        padding: 18px;
    }

    .vlp2-service-card {
        padding: 14px;
    }
}

@media (max-width: 900px) {
    .vlp2-workbench {
        grid-template-columns: minmax(0, 760px);
        justify-content: center;
        gap: 25px;
    }

    .vlp2-blueprint,
    .vlp2-services {
        width: 100%;
    }

    .vlp2-final-cta {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .vlp2-cta-content h2,
    .vlp2-cta-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .vlp2-cta-action {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .vlp2-section {
        padding: 55px 14px 48px;
    }

    .vlp2-dot-pattern {
        background-size: 20px 20px;
        opacity: 0.25;
    }

    .vlp2-bg-shape {
        display: none;
    }

    .vlp2-eyebrow {
        margin-bottom: 16px;
        font-size: 9.5px;
    }

    .vlp2-eyebrow-mark {
        width: 27px;
        height: 27px;
    }

    .vlp2-title {
        font-size: clamp(36px, 10vw, 45px);
        letter-spacing: -0.035em;
    }

    .vlp2-description {
        margin-top: 16px;
        font-size: 15.5px;
        line-height: 1.6;
    }

    .vlp2-workbench {
        display: block;
        margin-top: 34px;
    }

    .vlp2-blueprint {
        padding: 14px;
        border-radius: 20px;
    }

    .vlp2-blueprint-top {
        margin-bottom: 14px;
    }

    .vlp2-blueprint-top strong {
        font-size: 12px;
    }

    .vlp2-blueprint-badge {
        font-size: 8px;
    }

    .vlp2-page-map {
        grid-template-columns: minmax(0, 1fr) 19px;
        gap: 7px;
    }

    .vlp2-page-browser {
        border-radius: 14px;
    }

    .vlp2-map-block {
        gap: 7px;
        min-height: 57px;
        padding: 9px 8px;
    }

    .vlp2-map-hero {
        min-height: 73px;
    }

    .vlp2-map-number {
        width: 25px;
        height: 25px;
        font-size: 7px;
    }

    .vlp2-map-copy strong {
        font-size: 10px;
    }

    .vlp2-map-copy small {
        font-size: 7.5px;
    }

    .vlp2-map-status {
        padding: 4px 5px;
        font-size: 6px;
    }

    .vlp2-map-button {
        padding: 6px;
        font-size: 6.5px;
    }

    .vlp2-map-icon {
        width: 28px;
        height: 28px;
    }

    .vlp2-progress-rail i {
        width: 8px;
        height: 8px;
    }

    .vlp2-blueprint-note {
        margin-top: 12px;
        padding: 10px;
    }

    .vlp2-services {
        margin-top: 20px;
        padding: 14px;
        border-radius: 20px;
    }

    .vlp2-services-heading strong {
        font-size: 15px;
    }

    .vlp2-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .vlp2-service-card {
        min-height: 148px;
        padding: 13px 10px;
        border-radius: 13px;
    }

    .vlp2-card-number {
        top: 10px;
        right: 10px;
        font-size: 8px;
    }

    .vlp2-card-icon {
        width: 34px;
        height: 34px;
        margin-bottom: 11px;
    }

    .vlp2-service-card h3 {
        font-size: 12.5px;
        line-height: 1.3;
    }

    .vlp2-service-card p {
        margin-top: 6px;
        font-size: 11px;
        line-height: 1.45;
    }

    .vlp2-final-cta {
        display: block;
        margin-top: 20px;
        padding: 27px 17px;
        border-radius: 20px;
    }

    .vlp2-cta-content h2 {
        font-size: 29px;
    }

    .vlp2-cta-content p {
        font-size: 12.5px;
    }

    .vlp2-cta-action {
        max-width: 100%;
        margin-top: 21px;
    }

    .vlp2-primary-btn {
        min-height: 54px;
        font-size: 13.5px;
    }

    .vlp2-cta-decoration {
        display: none;
    }
}

/* Very Small Phones */

@media (max-width: 360px) {
    .vlp2-section {
        padding-left: 11px;
        padding-right: 11px;
    }

    .vlp2-title {
        font-size: 34px;
    }

    .vlp2-map-status {
        display: none;
    }

    .vlp2-service-card {
        min-height: 154px;
        padding-inline: 9px;
    }

    .vlp2-service-card h3 {
        font-size: 12px;
    }

    .vlp2-service-card p {
        font-size: 10.5px;
    }
}

/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {
    .vlp2-section *,
    .vlp2-section *::before,
    .vlp2-section *::after {
        animation: none !important;
        transition-duration: 0.01ms !important;
    }
}
/* =========================================
   SECTION 1 — COMPLETE MOBILE VISIBILITY FIX
   Paste at the very end of Section 1 CSS
========================================= */

@media (max-width: 767px) {

    .vlp-hero {
        width: 100vw !important;
        max-width: 100vw !important;
        padding: 52px 14px 48px !important;
        overflow-x: clip !important;

        -webkit-font-smoothing: auto !important;
        text-rendering: auto !important;
    }

    .vlp-container,
    .vlp-content,
    .vlp-visual,
    .vlp-browser,
    .vlp-journey {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    /* Remove anything that can blur text */
    .vlp-content,
    .vlp-visual,
    .vlp-browser {
        animation: none !important;
        transform: none !important;
        filter: none !important;
        opacity: 1 !important;
        will-change: auto !important;
    }

    /* ---------- Top Content ---------- */

    .vlp-title {
        font-size: clamp(38px, 11vw, 46px) !important;
        font-weight: 800 !important;
        line-height: 1.04 !important;
        letter-spacing: -0.035em !important;
    }

    .vlp-description {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }

    /* ---------- Visual Container ---------- */

    .vlp-visual {
        margin-top: 40px !important;
    }

    /* Fix cut top label */
    .vlp-visual-label {
        position: relative !important;
        z-index: 4 !important;
        justify-content: center !important;
        width: fit-content !important;
        max-width: calc(100% - 20px) !important;
        margin: 0 auto 11px !important;
        padding: 8px 11px !important;

        color: #5a4e61 !important;
        background: #ffffff !important;
        font-size: 9.5px !important;
        line-height: 1.2 !important;
        text-align: center !important;
        white-space: normal !important;
    }

    .vlp-browser {
        position: relative !important;
        border-radius: 19px !important;
        overflow: hidden !important;
    }

    /* ---------- Browser Bar ---------- */

    .vlp-browser-bar {
        grid-template-columns: auto minmax(0, 1fr) auto !important;
        gap: 7px !important;
        min-height: 43px !important;
        padding: 0 10px !important;
    }

    .vlp-browser-address {
        width: 100% !important;
        min-width: 0 !important;
        padding: 6px 7px !important;
        overflow: hidden !important;

        font-size: 8px !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .vlp-browser-status {
        display: block !important;
        font-size: 7px !important;
    }

    /* ---------- Browser Preview ---------- */

    .vlp-browser-page {
        min-height: 330px !important;
    }

    .vlp-preview-nav {
        grid-template-columns: auto minmax(0, 1fr) auto !important;
        gap: 8px !important;
        min-height: 46px !important;
        padding: 0 12px !important;
    }

    .vlp-preview-menu {
        display: flex !important;
        gap: 5px !important;
        overflow: hidden !important;
    }

    .vlp-preview-menu i {
        width: 19px !important;
        min-width: 0 !important;
        height: 4px !important;
    }

    .vlp-preview-layout {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(112px, 0.72fr) !important;
        align-items: center !important;
        gap: 11px !important;
        min-height: 280px !important;
        padding: 21px 13px 23px !important;
    }

    .vlp-preview-copy,
    .vlp-preview-card {
        min-width: 0 !important;
    }

    .vlp-preview-tag {
        display: inline-flex !important;
        padding: 5px 7px !important;
        font-size: 7px !important;
        line-height: 1 !important;
    }

    .vlp-preview-heading span {
        height: 9px !important;
    }

    .vlp-preview-text span {
        height: 5px !important;
    }

    .vlp-preview-trust {
        display: flex !important;
        font-size: 8px !important;
        line-height: 1.25 !important;
    }

    /* ---------- Enquiry Card ---------- */

    .vlp-preview-card {
        display: block !important;
        padding: 14px 10px 12px !important;
        overflow: visible !important;
        border-radius: 14px !important;
    }

    .vlp-preview-card strong {
        display: block !important;
        color: #28202d !important;
        font-size: 11px !important;
        line-height: 1.3 !important;
    }

    .vlp-preview-card > span {
        display: block !important;
        color: #6e6573 !important;
        font-size: 8px !important;
        line-height: 1.35 !important;
    }

    .vlp-card-fields {
        display: grid !important;
    }

    .vlp-card-fields i {
        display: block !important;
        height: 19px !important;
    }

    .vlp-card-button {
        display: grid !important;
        min-height: 25px !important;
        font-size: 8px !important;
    }

    /* Cursor removed only for mobile performance */
    .vlp-cursor {
        display: none !important;
    }

    /* ---------- Journey Cards ---------- */

    .vlp-journey {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        align-items: stretch !important;
        gap: 6px !important;
        margin-top: 10px !important;
        padding: 8px !important;
        overflow: visible !important;
    }

    .vlp-journey-arrow {
        display: none !important;
    }

    .vlp-journey-item {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 7px !important;
        min-width: 0 !important;
        min-height: 108px !important;
        padding: 8px 3px !important;
        text-align: center !important;
    }

    .vlp-journey-item > span {
        display: grid !important;
        place-items: center !important;
        flex: 0 0 29px !important;
        width: 29px !important;
        height: 29px !important;
        font-size: 8px !important;
    }

    .vlp-journey-item div {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    .vlp-journey-item strong {
        display: block !important;
        color: #332a38 !important;
        font-size: 10px !important;
        line-height: 1.3 !important;
        overflow-wrap: anywhere !important;
    }

    /* Previously hidden below 360px */
    .vlp-journey-item small {
        display: block !important;
        margin-top: 4px !important;
        color: #766d7a !important;
        font-size: 8px !important;
        font-weight: 600 !important;
        line-height: 1.35 !important;
        overflow-wrap: anywhere !important;
    }
}

/* Extra-small mobile */

@media (max-width: 360px) {

    .vlp-preview-layout {
        grid-template-columns: minmax(0, 1fr) 108px !important;
        gap: 8px !important;
        padding-inline: 10px !important;
    }

    .vlp-journey-item {
        min-height: 112px !important;
    }

    .vlp-journey-item strong {
        font-size: 9.5px !important;
    }

    .vlp-journey-item small {
        display: block !important;
        font-size: 7.5px !important;
    }
}
.lp-fixed-title {
    margin: 0;
    font-family: "Manrope", Arial, sans-serif !important;
    font-size: clamp(46px, 5vw, 68px);
    line-height: 1.03;
    font-weight: 800 !important;
    letter-spacing: -0.055em;
}

.lp-fixed-title > span {
    display: block;
    white-space: nowrap;
}

.lp-black-line {
    color: #160d1d;
}

.lp-gradient-line {
    background: linear-gradient(
        90deg,
        #ef2580 0%,
        #c528d9 52%,
        #6938ff 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Tablet */
@media (max-width: 1024px) {
    .lp-fixed-title {
        font-size: clamp(38px, 5.7vw, 54px);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .lp-fixed-title {
        width: 100%;
        font-size: clamp(31px, 9vw, 40px);
        line-height: 1.07;
        text-align: center;
        letter-spacing: -0.05em;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f89cfd3 *//* =========================================
   VEBZYRA — LANDING PAGE SECTION 2
   Latest HTML CSS
========================================= */

.vzlp2-section {
    --vz2-dark: #18111f;
    --vz2-dark-soft: #25172d;
    --vz2-text: #211927;
    --vz2-muted: #6f6674;
    --vz2-pink: #ed2e7b;
    --vz2-purple: #8c2ee9;
    --vz2-blue: #6247ff;
    --vz2-border: #e9e1ed;
    --vz2-white: #ffffff;

    position: relative;
    isolation: isolate;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: clamp(68px, 7vw, 105px) 22px;
    overflow: hidden;

    color: var(--vz2-text);
    background:
        radial-gradient(circle at 5% 10%, rgba(237, 46, 123, 0.08), transparent 26%),
        radial-gradient(circle at 95% 80%, rgba(140, 46, 233, 0.09), transparent 29%),
        linear-gradient(180deg, #fff 0%, #fcf9ff 100%);

    font-family:
        Inter,
        Manrope,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;

    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    text-rendering: auto;
}

.vzlp2-section *,
.vzlp2-section *::before,
.vzlp2-section *::after {
    box-sizing: border-box;
}

.vzlp2-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

/* ---------- Background ---------- */

.vzlp2-background,
.vzlp2-pattern {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.vzlp2-pattern {
    opacity: 0.32;
    background-image: radial-gradient(
        rgba(119, 49, 146, 0.12) 1px,
        transparent 1px
    );
    background-size: 27px 27px;
    mask-image: linear-gradient(
        to bottom,
        transparent,
        #000 17%,
        #000 82%,
        transparent
    );
    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent,
        #000 17%,
        #000 82%,
        transparent
    );
}

.vzlp2-orb {
    position: absolute;
    display: block;
    border-radius: 50%;
}

.vzlp2-orb-one {
    top: -160px;
    left: -140px;
    width: 380px;
    height: 380px;
    border: 1px solid rgba(237, 46, 123, 0.11);
}

.vzlp2-orb-two {
    right: -170px;
    bottom: 5%;
    width: 460px;
    height: 460px;
    border: 1px solid rgba(140, 46, 233, 0.11);
}

/* ---------- Section Header ---------- */

.vzlp2-header {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.vzlp2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    margin-bottom: 20px;
    padding: 7px 13px 7px 8px;

    color: #842366;
    background: #fff;
    border: 1px solid rgba(188, 48, 157, 0.21);
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(57, 29, 65, 0.06);

    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.vzlp2-eyebrow-icon {
    display: grid;
    place-items: center;
    flex: 0 0 29px;
    width: 29px;
    height: 29px;

    color: #fff;
    background: linear-gradient(
        135deg,
        var(--vz2-pink),
        var(--vz2-purple)
    );
    border-radius: 50%;
}

.vzlp2-eyebrow-icon svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vzlp2-title {
    margin: 0;
    color: var(--vz2-dark);
    font-size: clamp(43px, 5vw, 68px);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -0.045em;
}

.vzlp2-title span {
    display: block;
    padding-bottom: 4px;

    color: transparent;
    background: linear-gradient(
        100deg,
        var(--vz2-pink),
        var(--vz2-purple) 64%,
        var(--vz2-blue)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vzlp2-description {
    max-width: 720px;
    margin: 21px auto 0;
    color: var(--vz2-muted);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
}

/* =========================================
   BENTO SERVICE LAYOUT
========================================= */

.vzlp2-bento {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr 0.85fr;
    grid-template-rows: minmax(185px, auto) minmax(185px, auto) auto;
    gap: 13px;
    margin-top: 51px;
}

.vzlp2-main-card,
.vzlp2-feature-card,
.vzlp2-check-card {
    min-width: 0;
}

/* ---------- Main Dark Card ---------- */

.vzlp2-main-card {
    position: relative;
    grid-column: 1;
    grid-row: 1 / 4;
    padding: 27px;
    overflow: hidden;

    color: #fff;
    background:
        radial-gradient(circle at 95% 5%, rgba(222, 49, 185, 0.24), transparent 31%),
        radial-gradient(circle at 5% 92%, rgba(112, 71, 255, 0.20), transparent 30%),
        linear-gradient(145deg, #18111f, #291631);

    border: 1px solid rgba(237, 103, 203, 0.18);
    border-radius: 26px;
    box-shadow: 0 25px 55px rgba(42, 20, 48, 0.14);
}

.vzlp2-main-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 12%;
    width: 76%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(246, 106, 209, 0.75),
        transparent
    );
}

.vzlp2-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.vzlp2-card-number {
    color: rgba(255, 255, 255, 0.48);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.vzlp2-card-label {
    padding: 7px 10px;
    color: #efb6df;
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.vzlp2-main-card-content {
    margin-top: 35px;
}

.vzlp2-main-icon {
    display: grid;
    place-items: center;
    width: 49px;
    height: 49px;
    margin-bottom: 19px;

    color: #fff;
    background: linear-gradient(
        135deg,
        var(--vz2-pink),
        var(--vz2-purple)
    );
    border-radius: 15px;
    box-shadow: 0 12px 25px rgba(217, 47, 174, 0.25);
}

.vzlp2-main-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vzlp2-main-card h3 {
    max-width: 430px;
    margin: 0;
    color: #fff;
    font-size: clamp(25px, 2.3vw, 34px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.vzlp2-main-card-content > p {
    max-width: 440px;
    margin: 14px 0 0;
    color: #cbbdce;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
}

/* ---------- Visitor Flow ---------- */

.vzlp2-flow {
    position: relative;
    display: grid;
    gap: 12px;
    margin-top: 29px;
}

.vzlp2-flow-line {
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 18px;
    width: 2px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.11);
}

.vzlp2-flow-line::after {
    content: "";
    position: absolute;
    top: -35%;
    left: 0;
    width: 100%;
    height: 38%;
    background: linear-gradient(
        to bottom,
        transparent,
        #ef4da4,
        transparent
    );
    animation: vzlp2FlowLight 3.4s ease-in-out infinite;
}

.vzlp2-flow-step {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.vzlp2-flow-step > span {
    display: grid;
    place-items: center;
    flex: 0 0 37px;
    width: 37px;
    height: 37px;

    color: #d5c5d8;
    background: #302337;
    border: 1px solid #58435d;
    border-radius: 11px;

    font-size: 9px;
    font-weight: 800;
}

.vzlp2-flow-step.is-active > span {
    color: #fff;
    background: linear-gradient(
        135deg,
        var(--vz2-pink),
        var(--vz2-purple)
    );
    border-color: transparent;
    box-shadow: 0 0 0 5px rgba(224, 51, 179, 0.10);
}

.vzlp2-flow-step strong,
.vzlp2-flow-step small {
    display: block;
}

.vzlp2-flow-step strong {
    color: #fff;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.3;
}

.vzlp2-flow-step small {
    margin-top: 3px;
    color: #a99bad;
    font-size: 10px;
    font-weight: 550;
    line-height: 1.3;
}

/* ---------- Purpose Note ---------- */

.vzlp2-purpose-note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 27px;
    padding: 13px;

    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 14px;
}

.vzlp2-purpose-note > span {
    display: grid;
    place-items: center;
    flex: 0 0 35px;
    width: 35px;
    height: 35px;

    color: #fff;
    background: rgba(237, 46, 123, 0.14);
    border-radius: 10px;
}

.vzlp2-purpose-note svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vzlp2-purpose-note p {
    margin: 0;
    color: #b9abbc;
    font-size: 10px;
    font-weight: 550;
    line-height: 1.45;
}

.vzlp2-purpose-note strong {
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

/* =========================================
   SMALL FEATURE CARDS
========================================= */

.vzlp2-feature-card {
    position: relative;
    min-height: 185px;
    margin: 0;
    padding: 21px;
    overflow: hidden;

    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--vz2-border);
    border-radius: 19px;
    box-shadow: 0 9px 24px rgba(57, 29, 66, 0.045);

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background-color 0.3s ease;
}

.vzlp2-feature-card:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1;
}

.vzlp2-feature-card:nth-of-type(3) {
    grid-column: 3;
    grid-row: 1;
}

.vzlp2-feature-card:nth-of-type(4) {
    grid-column: 2;
    grid-row: 2;
}

.vzlp2-feature-card:nth-of-type(5) {
    grid-column: 3;
    grid-row: 2;
}

.vzlp2-feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 19px;
    right: 19px;
    height: 2px;

    background: linear-gradient(
        90deg,
        transparent,
        var(--vz2-pink),
        var(--vz2-purple),
        transparent
    );

    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.35s ease;
}

.vzlp2-feature-card::after {
    content: "";
    position: absolute;
    top: -65px;
    right: -65px;
    width: 145px;
    height: 145px;

    background: radial-gradient(
        circle,
        rgba(213, 48, 183, 0.10),
        transparent 68%
    );

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.vzlp2-feature-head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vzlp2-feature-icon {
    display: grid;
    place-items: center;
    width: 41px;
    height: 41px;

    color: #9c2878;
    background: linear-gradient(
        135deg,
        rgba(237, 46, 123, 0.10),
        rgba(140, 46, 233, 0.11)
    );

    border: 1px solid rgba(183, 50, 156, 0.14);
    border-radius: 12px;

    transition:
        color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.vzlp2-feature-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vzlp2-feature-number {
    color: #c3b7c7;
    font-size: 9px;
    font-weight: 800;
}

.vzlp2-feature-card h3 {
    position: relative;
    z-index: 2;
    margin: 16px 0 0;

    color: #302637;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -0.015em;
}

.vzlp2-feature-card p {
    position: relative;
    z-index: 2;
    margin: 8px 0 0;

    color: #746b78;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

.vzlp2-card-arrow {
    position: absolute;
    right: 17px;
    bottom: 14px;
    z-index: 2;

    color: #beafc2;
    font-size: 15px;
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

/* ---------- Quality Check Card ---------- */

.vzlp2-check-card {
    position: relative;
    grid-column: 2 / 4;
    grid-row: 3;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 111px;
    padding: 19px 21px;

    background: linear-gradient(105deg, #fff, #fcf7ff);
    border: 1px solid var(--vz2-border);
    border-radius: 19px;
    box-shadow: 0 9px 24px rgba(57, 29, 66, 0.04);
}

.vzlp2-check-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.vzlp2-check-icon {
    display: grid;
    place-items: center;
    flex: 0 0 43px;
    width: 43px;
    height: 43px;

    color: #fff;
    background: linear-gradient(
        135deg,
        var(--vz2-pink),
        var(--vz2-purple)
    );
    border-radius: 13px;
    box-shadow: 0 10px 20px rgba(199, 46, 168, 0.18);
}

.vzlp2-check-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vzlp2-check-heading span {
    display: block;
    margin-bottom: 4px;
    color: #9b2878;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vzlp2-check-heading h3 {
    margin: 0;
    color: #302637;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
}

.vzlp2-check-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.vzlp2-check-list > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 9px;

    color: #5d5261;
    background: #fff;
    border: 1px solid #e8e0eb;
    border-radius: 999px;

    font-size: 9px;
    font-weight: 700;
    white-space: nowrap;
}

.vzlp2-check-list i {
    display: grid;
    place-items: center;
    width: 17px;
    height: 17px;

    color: #fff;
    background: #28bd76;
    border-radius: 50%;

    font-size: 9px;
    font-style: normal;
    font-weight: 800;
}

/* =========================================
   PREMIUM FINAL CTA
========================================= */

.vzlp2-final-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 45px;
    margin-top: 22px;
    padding: 44px;
    overflow: hidden;

    color: #fff;
    background:
        radial-gradient(circle at 88% 2%, rgba(207, 48, 220, 0.30), transparent 33%),
        linear-gradient(115deg, #18111f, #31153a);

    border: 1px solid rgba(241, 100, 205, 0.19);
    border-radius: 27px;
    box-shadow: 0 25px 54px rgba(40, 17, 46, 0.15);
}

/* CTA background elements */

.vzlp2-cta-background,
.vzlp2-cta-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.vzlp2-cta-grid {
    opacity: 0.12;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: linear-gradient(90deg, transparent, #000);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000);
}

.vzlp2-cta-orbit {
    position: absolute;
    top: -135px;
    right: 10%;
    width: 350px;
    height: 350px;

    border: 1px solid rgba(238, 103, 210, 0.15);
    border-radius: 50%;
    animation: vzlp2Orbit 18s linear infinite;
}

.vzlp2-cta-orbit::before,
.vzlp2-cta-orbit::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(238, 103, 210, 0.11);
    border-radius: 50%;
}

.vzlp2-cta-orbit::before {
    inset: 54px;
}

.vzlp2-cta-orbit::after {
    inset: 108px;
}

.vzlp2-cta-glow {
    position: absolute;
    right: 14%;
    bottom: -90px;
    width: 270px;
    height: 190px;

    background: radial-gradient(
        circle,
        rgba(211, 47, 213, 0.24),
        transparent 68%
    );
}

.vzlp2-cta-copy,
.vzlp2-cta-action {
    position: relative;
    z-index: 2;
}

.vzlp2-cta-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #f188c7;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vzlp2-cta-label > span {
    width: 8px;
    height: 8px;
    background: #f64fa4;
    border: 2px solid #762b60;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(246, 79, 164, 0.10);
}

.vzlp2-cta-copy h2 {
    max-width: 720px;
    margin: 11px 0 0;
    color: #fff;
    font-size: clamp(31px, 3.5vw, 48px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.vzlp2-cta-copy h2 span {
    color: #f15aae;
}

.vzlp2-cta-copy p {
    max-width: 670px;
    margin: 15px 0 0;
    color: #c9bdcc;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
}

.vzlp2-cta-points {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.vzlp2-cta-points > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ddd1e0;
    font-size: 10px;
    font-weight: 700;
}

.vzlp2-cta-points i {
    display: grid;
    place-items: center;
    width: 17px;
    height: 17px;

    color: #fff;
    background: rgba(242, 76, 171, 0.20);
    border: 1px solid rgba(242, 117, 199, 0.28);
    border-radius: 50%;

    font-size: 9px;
    font-style: normal;
}

/* ---------- CTA Button ---------- */

.vzlp2-cta-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 248px;
}

.vzlp2-cta-button {
    position: relative;
    display: block;
    width: 100%;
    min-height: 61px;
    padding: 0;
    overflow: hidden;

    color: var(--vz2-dark);
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 16px;
    box-shadow:
        0 15px 32px rgba(5, 2, 7, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.55);

    font: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;

    transition:
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.vzlp2-button-fill {
    position: absolute;
    inset: 0;
    z-index: 1;

    background: linear-gradient(
        105deg,
        var(--vz2-pink),
        var(--vz2-purple)
    );

    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.48s cubic-bezier(0.76, 0, 0.24, 1);
}

.vzlp2-button-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 59px;
    padding: 0 8px 0 19px;

    color: var(--vz2-dark);
    font-size: 14px;
    font-weight: 800;

    transition: color 0.35s ease;
}

.vzlp2-button-arrow {
    display: grid;
    place-items: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;

    color: #fff;
    background: linear-gradient(
        135deg,
        var(--vz2-pink),
        var(--vz2-purple)
    );
    border-radius: 12px;

    transition:
        color 0.35s ease,
        background 0.35s ease,
        transform 0.35s ease;
}

.vzlp2-button-arrow svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vzlp2-cta-button:focus-visible {
    outline: 3px solid rgba(247, 110, 205, 0.40);
    outline-offset: 5px;
}

.vzlp2-cta-action small {
    color: #b8a9bc;
    font-size: 9.5px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

/* =========================================
   DESKTOP HOVER EFFECTS
========================================= */

@media (hover: hover) and (pointer: fine) {

    .vzlp2-feature-card:hover {
        background: #fff;
        border-color: rgba(190, 48, 161, 0.30);
        box-shadow: 0 17px 35px rgba(67, 29, 76, 0.10);
    }

    .vzlp2-feature-card:hover::before {
        transform: scaleX(1);
    }

    .vzlp2-feature-card:hover::after {
        opacity: 1;
    }

    .vzlp2-feature-card:hover .vzlp2-feature-icon {
        color: #fff;
        background: linear-gradient(
            135deg,
            var(--vz2-pink),
            var(--vz2-purple)
        );
        transform: rotate(-6deg) scale(1.05);
    }

    .vzlp2-feature-card:hover .vzlp2-card-arrow {
        color: var(--vz2-purple);
        transform: translate(3px, -3px);
    }

    .vzlp2-cta-button:hover {
        border-color: rgba(246, 112, 205, 0.85);
        box-shadow:
            0 18px 38px rgba(218, 47, 180, 0.27),
            0 0 0 4px rgba(225, 58, 187, 0.08);
    }

    .vzlp2-cta-button:hover .vzlp2-button-fill {
        transform: scaleX(1);
    }

    .vzlp2-cta-button:hover .vzlp2-button-content {
        color: #fff;
    }

    .vzlp2-cta-button:hover .vzlp2-button-arrow {
        color: var(--vz2-purple);
        background: #fff;
        transform: translateX(3px);
    }
}

/* ---------- Animations ---------- */

@keyframes vzlp2FlowLight {
    0% {
        top: -38%;
    }

    70%,
    100% {
        top: 105%;
    }
}

@keyframes vzlp2Orbit {
    to {
        transform: rotate(360deg);
    }
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .vzlp2-bento {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .vzlp2-main-card {
        grid-column: 1 / 3;
        grid-row: auto;
    }

    .vzlp2-feature-card:nth-of-type(2),
    .vzlp2-feature-card:nth-of-type(3),
    .vzlp2-feature-card:nth-of-type(4),
    .vzlp2-feature-card:nth-of-type(5) {
        grid-column: auto;
        grid-row: auto;
    }

    .vzlp2-check-card {
        grid-column: 1 / 3;
        grid-row: auto;
    }

    .vzlp2-main-card-content {
        margin-top: 27px;
    }

    .vzlp2-flow {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 11px;
    }

    .vzlp2-flow-line {
        top: 18px;
        right: 15%;
        bottom: auto;
        left: 15%;
        width: auto;
        height: 2px;
    }

    .vzlp2-flow-line::after {
        top: 0;
        left: -35%;
        width: 35%;
        height: 100%;
        animation-name: vzlp2FlowHorizontal;
    }

    .vzlp2-flow-step {
        flex-direction: column;
        text-align: center;
    }

    .vzlp2-final-cta {
        gap: 28px;
        padding: 36px 30px;
    }
}

@keyframes vzlp2FlowHorizontal {
    0% {
        left: -35%;
    }

    70%,
    100% {
        left: 105%;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .vzlp2-section {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        padding: 55px 14px 48px;
        overflow-x: clip;
    }

    .vzlp2-pattern {
        background-size: 21px 21px;
        opacity: 0.25;
    }

    .vzlp2-orb {
        display: none;
    }

    /* Header */

    .vzlp2-eyebrow {
        margin-bottom: 16px;
        padding: 7px 11px 7px 7px;
        font-size: 9.5px;
        line-height: 1.2;
    }

    .vzlp2-eyebrow-icon {
        flex-basis: 27px;
        width: 27px;
        height: 27px;
    }

    .vzlp2-title {
        font-size: clamp(36px, 10.5vw, 45px);
        line-height: 1.04;
        letter-spacing: -0.035em;
    }

    .vzlp2-description {
        margin-top: 17px;
        font-size: 15.5px;
        line-height: 1.6;
    }

    /* Bento */

    .vzlp2-bento {
        display: grid;
        grid-template-columns: 1fr;
        gap: 11px;
        margin-top: 35px;
    }

    .vzlp2-main-card,
    .vzlp2-feature-card,
    .vzlp2-check-card,
    .vzlp2-feature-card:nth-of-type(2),
    .vzlp2-feature-card:nth-of-type(3),
    .vzlp2-feature-card:nth-of-type(4),
    .vzlp2-feature-card:nth-of-type(5) {
        grid-column: 1;
        grid-row: auto;
        width: 100%;
        max-width: 100%;
    }

    /* Main card */

    .vzlp2-main-card {
        padding: 20px 17px;
        border-radius: 21px;
    }

    .vzlp2-card-label {
        padding: 6px 8px;
        font-size: 8px;
    }

    .vzlp2-main-card-content {
        margin-top: 25px;
    }

    .vzlp2-main-icon {
        width: 44px;
        height: 44px;
        margin-bottom: 16px;
    }

    .vzlp2-main-card h3 {
        font-size: 27px;
        line-height: 1.14;
    }

    .vzlp2-main-card-content > p {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.6;
    }

    /* Horizontal mobile flow */

    .vzlp2-flow {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 5px;
        margin-top: 24px;
    }

    .vzlp2-flow-line {
        top: 16px;
        right: 15%;
        bottom: auto;
        left: 15%;
        width: auto;
        height: 2px;
    }

    .vzlp2-flow-line::after {
        display: none;
    }

    .vzlp2-flow-step {
        flex-direction: column;
        gap: 7px;
        min-width: 0;
        text-align: center;
    }

    .vzlp2-flow-step > span {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
        font-size: 8px;
    }

    .vzlp2-flow-step div {
        width: 100%;
        min-width: 0;
    }

    .vzlp2-flow-step strong {
        font-size: 10px;
        line-height: 1.3;
    }

    .vzlp2-flow-step small {
        display: block;
        font-size: 8.5px;
        line-height: 1.3;
    }

    .vzlp2-purpose-note {
        margin-top: 22px;
        padding: 11px;
    }

    .vzlp2-purpose-note p {
        font-size: 10px;
    }

    /* Feature cards */

    .vzlp2-feature-card {
        min-height: 0;
        padding: 18px 17px 20px;
        border-radius: 17px;
    }

    .vzlp2-feature-icon {
        width: 39px;
        height: 39px;
    }

    .vzlp2-feature-card h3 {
        margin-top: 14px;
        padding-right: 26px;
        font-size: 15px;
    }

    .vzlp2-feature-card p {
        padding-right: 18px;
        font-size: 12.5px;
        line-height: 1.55;
    }

    .vzlp2-card-arrow {
        right: 15px;
        bottom: 13px;
    }

    /* Check card */

    .vzlp2-check-card {
        display: block;
        min-height: 0;
        padding: 18px 16px;
        border-radius: 17px;
    }

    .vzlp2-check-heading h3 {
        font-size: 14px;
    }

    .vzlp2-check-list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        margin-top: 15px;
    }

    .vzlp2-check-list > span {
        justify-content: center;
        min-width: 0;
        padding: 7px 4px;
        font-size: 8.5px;
        line-height: 1.25;
        text-align: center;
        white-space: normal;
    }

    /* Final CTA */

    .vzlp2-final-cta {
        display: block;
        margin-top: 15px;
        padding: 31px 18px;
        border-radius: 22px;
        text-align: center;
    }

    .vzlp2-cta-grid {
        background-size: 29px 29px;
    }

    .vzlp2-cta-orbit {
        display: none;
    }

    .vzlp2-cta-label {
        justify-content: center;
        font-size: 9px;
    }

    .vzlp2-cta-copy h2 {
        margin-top: 10px;
        font-size: clamp(31px, 9vw, 38px);
        line-height: 1.08;
    }

    .vzlp2-cta-copy h2 span {
        display: block;
    }

    .vzlp2-cta-copy p {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.6;
    }

    .vzlp2-cta-points {
        justify-content: center;
        gap: 9px 12px;
        margin-top: 18px;
    }

    .vzlp2-cta-points > span {
        font-size: 9.5px;
    }

    .vzlp2-cta-action {
        width: 100%;
        margin-top: 24px;
    }

    .vzlp2-cta-button {
        width: 100%;
        min-height: 59px;
        border-radius: 15px;
    }

    .vzlp2-button-content {
        min-height: 57px;
        padding-left: 18px;
        font-size: 13.5px;
    }

    .vzlp2-button-arrow {
        flex-basis: 43px;
        width: 43px;
        height: 43px;
    }

    /* Mobile performance */
    .vzlp2-cta-orbit,
    .vzlp2-flow-line::after {
        animation: none !important;
    }
}

/* ---------- Extra-Small Phones ---------- */

@media (max-width: 360px) {

    .vzlp2-section {
        padding-left: 11px;
        padding-right: 11px;
    }

    .vzlp2-title {
        font-size: 34px;
    }

    .vzlp2-main-card {
        padding-inline: 14px;
    }

    .vzlp2-main-card h3 {
        font-size: 25px;
    }

    .vzlp2-flow-step strong {
        font-size: 9px;
    }

    .vzlp2-flow-step small {
        font-size: 7.5px;
    }

    .vzlp2-check-list {
        grid-template-columns: 1fr;
    }

    .vzlp2-check-list > span {
        justify-content: flex-start;
        padding: 8px 10px;
        text-align: left;
    }

    .vzlp2-cta-copy h2 {
        font-size: 29px;
    }
}

/* ---------- Reduced Motion ---------- */

@media (prefers-reduced-motion: reduce) {

    .vzlp2-section *,
    .vzlp2-section *::before,
    .vzlp2-section *::after {
        animation: none !important;
        transition-duration: 0.01ms !important;
    }
}
.vzlp2-cta-line-one,
.vzlp2-cta-line-two {
    display: block !important;
    width: 100% !important;
    white-space: nowrap !important;
}

.vzlp2-cta-line-one {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.vzlp2-cta-line-two {
    color: #f15aae !important;
    -webkit-text-fill-color: #f15aae !important;
}

@media (max-width: 767px) {
    .vzlp2-cta-copy h2 {
        font-size: clamp(24px, 7.5vw, 31px) !important;
        line-height: 1.18 !important;
        text-align: center !important;
    }
}

@media (max-width: 350px) {
    .vzlp2-cta-copy h2 {
        font-size: 23px !important;
    }
}
.lp-includes-title {
    width: 100%;
    margin: 0;
    font-family: "Manrope", Arial, sans-serif !important;
    font-size: clamp(44px, 5vw, 62px);
    line-height: 1.05;
    font-weight: 800 !important;
    letter-spacing: -0.055em;
    text-align: center;
}

.lp-includes-title > span {
    display: block;
    white-space: nowrap;
}

.lp-includes-black {
    color: #160d1d;
}

.lp-includes-gradient {
    background: linear-gradient(
        90deg,
        #ef2580 0%,
        #c528d9 52%,
        #6938ff 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Tablet */
@media (max-width: 1024px) {
    .lp-includes-title {
        font-size: clamp(36px, 5vw, 48px);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .lp-includes-title {
        font-size: clamp(22px, 6.4vw, 28px);
        line-height: 1.1;
        letter-spacing: -0.045em;
    }
}/* End custom CSS */