.elementor-929 .elementor-element.elementor-element-531c673{--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-929 .elementor-element.elementor-element-ce43941{padding:0px 0px 0px 0px;}.elementor-929 .elementor-element.elementor-element-79a381a{margin:-17px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ce43941 *//* =====================================================
   VEBZYRA — E-COMMERCE PAGE | SECTION 1
===================================================== */

.vec1-section,
.vec1-section * {
    box-sizing: border-box;
}

.vec1-section {
    --vec1-dark: #150c1b;
    --vec1-text: #271b2d;
    --vec1-muted: #6b6270;
    --vec1-border: #e8ddea;
    --vec1-pink: #ed2475;
    --vec1-purple: #ab25db;
    --vec1-violet: #782cff;
    --vec1-green: #18b978;
    --vec1-gradient: linear-gradient(
        120deg,
        #ed2475 0%,
        #c524ca 48%,
        #792cff 100%
    );

    position: relative;
    isolation: isolate;
    width: 100%;
    margin: 0;
    padding: clamp(70px, 7vw, 110px) 24px 28px;
    overflow: hidden;
    color: var(--vec1-text);
    background:
        radial-gradient(circle at 5% 15%, rgba(237, 36, 117, 0.1), transparent 28%),
        radial-gradient(circle at 95% 80%, rgba(121, 44, 255, 0.12), transparent 30%),
        linear-gradient(135deg, #fff9fb 0%, #ffffff 48%, #f8f2ff 100%);
    font-family:
        "Manrope",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;
    font-synthesis: none;
}

.vec1-section h1,
.vec1-section h2,
.vec1-section p {
    margin: 0;
}

.vec1-section button {
    font: inherit;
}

/* Background */

.vec1-background {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}

.vec1-grid {
    position: absolute;
    inset: 0;
    opacity: 0.42;
    background-image:
        linear-gradient(rgba(128, 38, 174, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(128, 38, 174, 0.045) 1px, transparent 1px);
    background-size: 54px 54px;
}

.vec1-glow {
    position: absolute;
    display: block;
    border-radius: 50%;
}

.vec1-glow-one {
    top: -250px;
    left: -220px;
    width: 560px;
    height: 560px;
    background: radial-gradient(
        circle,
        rgba(237, 36, 117, 0.18),
        rgba(237, 36, 117, 0.04) 48%,
        transparent 70%
    );
}

.vec1-glow-two {
    right: -250px;
    bottom: -280px;
    width: 650px;
    height: 650px;
    background: radial-gradient(
        circle,
        rgba(121, 44, 255, 0.18),
        rgba(121, 44, 255, 0.04) 48%,
        transparent 70%
    );
}

/* Main container */

.vec1-container {
    position: relative;
    z-index: 1;
    width: min(100%, 1240px);
    margin-inline: auto;
}

/* Service label */

.vec1-service-label {
    display: flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    min-height: 42px;
    margin-bottom: 28px;
    padding: 7px 16px 7px 8px;
    gap: 10px;
    border: 1px solid rgba(157, 37, 220, 0.2);
    border-radius: 999px;
    color: #76289d;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(57, 28, 70, 0.07);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.vec1-label-icon {
    display: flex;
    flex: 0 0 29px;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--vec1-gradient);
}

.vec1-label-icon svg {
    display: block;
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Hero layout */

.vec1-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(490px, 0.94fr);
    align-items: center;
    gap: clamp(45px, 6vw, 82px);
}

.vec1-content {
    min-width: 0;
}

/* Heading content */

.vec1-kicker {
    display: flex;
    align-items: center;
    margin-bottom: 14px !important;
    gap: 10px;
    color: #a31e7c;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vec1-kicker::before {
    content: "";
    flex: 0 0 27px;
    width: 27px;
    height: 2px;
    border-radius: 10px;
    background: var(--vec1-gradient);
}

/* Fixed heading alignment */

.vec1-title {
    width: 100%;
    max-width: 650px;
    font-size: clamp(48px, 5vw, 68px);
    font-weight: 800;
    line-height: 1.01;
    letter-spacing: -0.052em;
}

.vec1-title-primary,
.vec1-title-accent {
    display: block;
}

.vec1-title-primary {
    color: var(--vec1-dark);
}

.vec1-title-accent {
    margin-top: 14px;
    color: transparent;
    background: var(--vec1-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vec1-title br {
    display: block;
}

.vec1-description {
    max-width: 650px;
    margin-top: 22px !important;
    color: var(--vec1-muted);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
}

/* Benefits */

.vec1-benefits {
    display: grid;
    margin-top: 27px;
    border-top: 1px solid var(--vec1-border);
    border-bottom: 1px solid var(--vec1-border);
}

.vec1-benefit {
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr);
    align-items: center;
    padding: 13px 9px;
    gap: 13px;
    border-bottom: 1px solid var(--vec1-border);
    transition:
        padding-left 220ms ease,
        background-color 220ms ease;
}

.vec1-benefit:last-child {
    border-bottom: 0;
}

.vec1-benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border: 1px solid rgba(167, 37, 218, 0.14);
    border-radius: 13px;
    color: #ad25c8;
    background: linear-gradient(145deg, #fff2f7, #f4ecff);
}

.vec1-benefit-icon svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vec1-benefit strong,
.vec1-benefit small {
    display: block;
}

.vec1-benefit strong {
    margin-bottom: 3px;
    color: #24182a;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
}

.vec1-benefit small {
    color: #756c7a;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}

/* =====================================================
   CTA BUTTONS
===================================================== */

.vec1-actions {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    align-items: center;
    margin-top: 27px;
    gap: 10px;
}

/* Strong .elementor-929 .elementor-element.elementor-element-ce43941 prevents Elementor button colours */

.vec1-section .vec1-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: 50px;
    min-height: 50px;
    margin: 0;
    padding: 10px 13px;
    gap: 8px;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    box-shadow: none;
    transition:
        color 220ms ease,
        background 220ms ease,
        border-color 220ms ease,
        box-shadow 220ms ease;
}

.vec1-button-label {
    display: block;
    min-width: 0;
}

.vec1-button-desktop {
    display: inline;
}

.vec1-button-mobile {
    display: none;
}

/* Arrow and chat icons */

.vec1-section .vec1-button svg {
    position: relative;
    z-index: 2;
    display: block;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    overflow: visible;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 220ms ease;
}

/* Primary button */

.vec1-section .vec1-button-primary {
    border: 1px solid transparent !important;
    color: #ffffff !important;
    background: var(--vec1-gradient) !important;
    box-shadow: 0 10px 22px rgba(177, 36, 199, 0.18);
}

.vec1-section .vec1-button-primary svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
}

/* Secondary button */

.vec1-section .vec1-button-secondary {
    border: 1px solid #d9cfde !important;
    color: #281d2e !important;
    background: #ffffff !important;
}

.vec1-section .vec1-button-secondary svg {
    color: #6f2b92 !important;
    stroke: currentColor !important;
}

/* Focus visibility */

.vec1-section .vec1-button:focus-visible {
    outline: 3px solid rgba(121, 44, 255, 0.25);
    outline-offset: 3px;
}

/* Button note */

.vec1-action-note {
    display: flex;
    align-items: flex-start;
    margin-top: 15px !important;
    gap: 9px;
    color: #766d7b;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.55;
}

.vec1-action-note > span {
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    margin-top: 5px;
    border-radius: 50%;
    background: var(--vec1-green);
    box-shadow: 0 0 0 5px rgba(24, 185, 120, 0.1);
}

/* =====================================================
   RIGHT JOURNEY VISUAL
===================================================== */

.vec1-visual {
    position: relative;
    min-width: 0;
    padding: 22px;
    border: 1px solid rgba(58, 31, 68, 0.13);
    border-radius: 27px;
    background: linear-gradient(155deg, #ffffff, #faf5fc);
    box-shadow:
        0 30px 75px rgba(50, 23, 62, 0.13),
        inset 0 1px 0 #ffffff;
}

.vec1-visual::before {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(
        140deg,
        rgba(237, 36, 117, 0.3),
        transparent 35%,
        transparent 68%,
        rgba(121, 44, 255, 0.28)
    );
}

.vec1-visual-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 19px;
    padding-bottom: 17px;
    gap: 18px;
    border-bottom: 1px solid var(--vec1-border);
}

.vec1-visual-heading > div span,
.vec1-visual-heading > div strong {
    display: block;
}

.vec1-visual-heading > div span {
    margin-bottom: 4px;
    color: #a32191;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.13em;
}

.vec1-visual-heading > div strong {
    color: #211626;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.vec1-live-status {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    min-height: 31px;
    padding: 6px 11px;
    gap: 7px;
    border: 1px solid rgba(24, 185, 120, 0.16);
    border-radius: 999px;
    color: #137b55;
    background: #ecfff7;
    font-size: 10px;
    font-weight: 700;
}

.vec1-live-status i {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--vec1-green);
    animation: vec1-status-pulse 2.4s ease-in-out infinite;
}

/* Journey stages */

.vec1-stage {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 126px;
    align-items: center;
    min-height: 100px;
    padding: 14px;
    gap: 13px;
    border: 1px solid #e8dfea;
    border-radius: 18px;
    background: #ffffff;
    transition:
        border-color 220ms ease,
        box-shadow 220ms ease;
}

.vec1-stage-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #e3d7e6;
    border-radius: 11px;
    color: #87748c;
    background: #faf6fb;
    font-size: 10px;
    font-weight: 800;
}

.vec1-stage-copy {
    min-width: 0;
}

.vec1-stage-copy > span {
    display: block;
    margin-bottom: 3px;
    color: #aa278c;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.vec1-stage-copy h2 {
    color: #211627;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.vec1-stage-copy p {
    margin-top: 5px !important;
    color: #766d7b;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.5;
}

/* Product stack */

.vec1-product-stack {
    position: relative;
    width: 126px;
    height: 70px;
}

.vec1-product-card {
    position: absolute;
    top: 6px;
    display: block;
    width: 48px;
    height: 60px;
    padding: 6px;
    border: 1px solid rgba(113, 66, 127, 0.12);
    border-radius: 9px;
    background: #ffffff;
    box-shadow: 0 7px 15px rgba(52, 25, 62, 0.1);
    transition: transform 220ms ease;
}

.vec1-product-card i,
.vec1-product-card b,
.vec1-product-card small {
    display: block;
    border-radius: 4px;
}

.vec1-product-card i {
    width: 100%;
    height: 29px;
    margin-bottom: 6px;
}

.vec1-product-card b {
    width: 80%;
    height: 4px;
    margin-bottom: 4px;
    background: #ded4e1;
}

.vec1-product-card small {
    width: 54%;
    height: 3px;
    background: #eee7f0;
}

.vec1-product-one {
    left: 0;
    transform: rotate(-6deg);
}

.vec1-product-one i {
    background: linear-gradient(145deg, #ffcfdd, #ee4e89);
}

.vec1-product-two {
    top: 1px;
    left: 39px;
    z-index: 2;
}

.vec1-product-two i {
    background: linear-gradient(145deg, #ead1ff, #9c38ed);
}

.vec1-product-three {
    right: 0;
    transform: rotate(6deg);
}

.vec1-product-three i {
    background: linear-gradient(145deg, #ddd0ff, #7041ee);
}

/* Connector */

.vec1-journey-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
}

.vec1-journey-connector > span {
    position: relative;
    display: block;
    width: 1px;
    height: 18px;
    overflow: hidden;
    background: #dccbe2;
}

.vec1-journey-connector > span::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #d927a0;
    animation: vec1-flow 2.2s ease-in-out infinite;
}

/* Product detail graphic */

.vec1-detail-panel {
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr) 24px;
    align-items: center;
    width: 126px;
    min-height: 62px;
    padding: 8px;
    gap: 7px;
    border: 1px solid #eadfeb;
    border-radius: 11px;
    background: #fcf8fd;
}

.vec1-detail-image {
    display: block;
    width: 43px;
    height: 44px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 42%, #ffffff 0 14%, transparent 15%),
        linear-gradient(145deg, #ff8aad, #d92eaf 55%, #8a35ec);
}

.vec1-detail-lines i {
    display: block;
    height: 4px;
    margin-bottom: 5px;
    border-radius: 6px;
    background: #dfd4e2;
}

.vec1-detail-lines i:first-child {
    width: 100%;
    background: #aa36d0;
}

.vec1-detail-lines i:nth-child(2) {
    width: 74%;
}

.vec1-detail-lines i:last-child {
    width: 52%;
    margin-bottom: 0;
}

.vec1-add-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 7px;
    color: #ffffff;
    background: var(--vec1-gradient);
}

/* Checkout graphic */

.vec1-checkout-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 67px;
    height: 67px;
    margin-left: auto;
    border: 1px solid rgba(162, 41, 217, 0.17);
    border-radius: 20px;
    color: #a123d0;
    background: linear-gradient(145deg, #fff1f7, #eee8ff);
}

.vec1-checkout-icon svg {
    display: block;
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Order confirmation */

.vec1-order-status {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    margin-top: 17px;
    padding: 12px 14px;
    gap: 12px;
    border: 1px solid rgba(24, 185, 120, 0.17);
    border-radius: 15px;
    background: linear-gradient(105deg, #edfff8, #f8fffc);
}

.vec1-order-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    color: #ffffff;
    background: var(--vec1-green);
}

.vec1-order-check svg {
    display: block;
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vec1-order-status small,
.vec1-order-status strong {
    display: block;
}

.vec1-order-status small {
    margin-bottom: 2px;
    color: #5d8f7b;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.vec1-order-status strong {
    color: #153c2e;
    font-size: 12px;
    font-weight: 800;
}

.vec1-order-id {
    color: #278263;
    font-size: 9px;
    font-weight: 800;
}

/* Floating tags */

.vec1-floating-tag {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    min-height: 35px;
    padding: 8px 11px;
    gap: 7px;
    border: 1px solid rgba(84, 48, 94, 0.12);
    border-radius: 11px;
    color: #514457;
    background: #ffffff;
    box-shadow: 0 13px 30px rgba(48, 23, 58, 0.13);
    font-size: 9px;
    font-weight: 700;
}

.vec1-floating-tag svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: #bd26c9;
    stroke-width: 1.9;
}

.vec1-tag-one {
    top: 26%;
    right: -35px;
}

.vec1-tag-two {
    right: -24px;
    bottom: 18%;
}

/* Bottom capabilities */

.vec1-capability-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 68px;
    overflow: hidden;
    border: 1px solid rgba(73, 43, 84, 0.12);
    border-radius: 19px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(49, 25, 61, 0.08);
}

.vec1-capability {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    min-height: 92px;
    padding: 17px;
    gap: 12px;
    border-right: 1px solid var(--vec1-border);
}

.vec1-capability:last-child {
    border-right: 0;
}

.vec1-capability > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    color: #a329d5;
    background: #f7eafb;
    font-size: 10px;
    font-weight: 800;
}

.vec1-capability strong,
.vec1-capability small {
    display: block;
}

.vec1-capability strong {
    margin-bottom: 4px;
    color: #281e2d;
    font-size: 12px;
    font-weight: 800;
}

.vec1-capability small {
    color: #77707b;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.45;
}

/* Desktop hover */

@media (hover: hover) and (pointer: fine) {
    .vec1-benefit:hover {
        padding-left: 15px;
        background: rgba(248, 239, 252, 0.65);
    }

    .vec1-section .vec1-button-primary:hover {
        color: #ffffff !important;
        background: linear-gradient(
            120deg,
            #792cff,
            #bc22d0,
            #ed2475
        ) !important;
        box-shadow: 0 13px 28px rgba(177, 36, 199, 0.27);
    }

    .vec1-section .vec1-button-primary:hover svg {
        transform: translateX(3px);
        color: #ffffff !important;
        stroke: #ffffff !important;
    }

    .vec1-section .vec1-button-secondary:hover {
        border-color: #160d1c !important;
        color: #ffffff !important;
        background: #160d1c !important;
        box-shadow: 0 12px 25px rgba(22, 13, 28, 0.17);
    }

    .vec1-section .vec1-button-secondary:hover svg {
        color: #ffffff !important;
        stroke: #ffffff !important;
        transform: scale(1.05);
    }

    .vec1-stage:hover {
        border-color: rgba(178, 35, 210, 0.26);
        box-shadow: 0 14px 30px rgba(57, 27, 68, 0.08);
    }
}

/* Animations */

@keyframes vec1-status-pulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(0.82);
    }
}

@keyframes vec1-flow {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    100% {
        transform: translateY(23px);
        opacity: 0;
    }
}

/* Tablet */

@media (max-width: 1024px) {
    .vec1-hero {
        grid-template-columns: minmax(0, 1fr) minmax(430px, 0.95fr);
        gap: 35px;
    }

    .vec1-title {
        font-size: clamp(45px, 5.3vw, 58px);
    }

    .vec1-floating-tag {
        display: none;
    }

    .vec1-capability-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vec1-capability:nth-child(2) {
        border-right: 0;
    }

    .vec1-capability:nth-child(-n + 2) {
        border-bottom: 1px solid var(--vec1-border);
    }
}

@media (max-width: 900px) {
    .vec1-hero {
        grid-template-columns: 1fr;
    }

    .vec1-visual {
        width: min(100%, 700px);
        margin-inline: auto;
    }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {
    .vec1-section {
        padding: 54px 13px 18px;
    }

    .vec1-grid {
        opacity: 0.3;
        background-size: 38px 38px;
    }

    .vec1-service-label {
        width: 100%;
        min-height: 43px;
        margin-bottom: 22px;
        padding: 7px 9px 7px 7px;
        font-size: 11px;
    }

    .vec1-hero {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 35px;
    }

    .vec1-kicker {
        margin-bottom: 12px !important;
        font-size: 11px;
    }

    .vec1-title {
        max-width: 100%;
        font-size: clamp(34px, 10.5vw, 43px);
        line-height: 1.02;
        letter-spacing: -0.043em;
    }

    .vec1-title-accent {
        margin-top: 11px;
    }

    .vec1-description {
        margin-top: 18px !important;
        font-size: 15px;
        line-height: 1.65;
    }

    .vec1-benefits {
        margin-top: 24px;
    }

    .vec1-benefit {
        grid-template-columns: 43px minmax(0, 1fr);
        padding: 12px 5px;
        gap: 11px;
    }

    .vec1-benefit strong {
        font-size: 14px;
    }

    .vec1-benefit small {
        font-size: 11px;
    }

    /* Correct mobile buttons */

    .vec1-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 23px;
        gap: 7px;
    }

    .vec1-section .vec1-button {
        height: 47px;
        min-height: 47px;
        padding: 8px 7px;
        gap: 6px;
        border-radius: 11px;
        font-size: 11px;
    }

    .vec1-button-desktop {
        display: none;
    }

    .vec1-button-mobile {
        display: inline;
        white-space: nowrap;
    }

    .vec1-section .vec1-button svg {
        flex-basis: 16px;
        width: 16px;
        height: 16px;
    }

    .vec1-action-note {
        font-size: 11px;
    }

    /* Mobile visual */

    .vec1-visual {
        width: 100%;
        padding: 13px;
        border-radius: 21px;
        box-shadow: 0 20px 48px rgba(45, 19, 61, 0.11);
    }

    .vec1-visual-heading {
        align-items: flex-start;
        margin-bottom: 14px;
        padding: 2px 1px 14px;
        gap: 9px;
    }

    .vec1-visual-heading > div strong {
        font-size: 16px;
    }

    .vec1-live-status {
        min-height: 28px;
        padding: 5px 8px;
        font-size: 8px;
    }

    .vec1-stage {
        grid-template-columns: 36px minmax(0, 1fr);
        min-height: auto;
        padding: 12px;
        gap: 10px 11px;
        border-radius: 15px;
    }

    .vec1-stage-copy h2 {
        font-size: 15px;
    }

    .vec1-stage-copy p {
        font-size: 11px;
    }

    .vec1-product-stack,
    .vec1-detail-panel,
    .vec1-checkout-icon {
        grid-column: 1 / -1;
    }

    .vec1-product-stack {
        width: 100%;
        height: 72px;
        margin-top: 3px;
    }

    .vec1-product-card {
        width: 31%;
        max-width: 82px;
        height: 64px;
    }

    .vec1-product-one {
        left: 5%;
    }

    .vec1-product-two {
        left: 50%;
        transform: translateX(-50%);
    }

    .vec1-product-three {
        right: 5%;
    }

    .vec1-detail-panel {
        grid-template-columns: 49px minmax(0, 1fr) 30px;
        width: 100%;
        min-height: 65px;
        padding: 9px;
    }

    .vec1-detail-image {
        width: 49px;
        height: 47px;
    }

    .vec1-add-button {
        width: 30px;
        height: 30px;
    }

    .vec1-checkout-icon {
        width: 100%;
        height: 59px;
        margin-top: 3px;
        border-radius: 13px;
    }

    .vec1-order-status {
        grid-template-columns: 39px minmax(0, 1fr);
        margin-top: 14px;
        padding: 10px;
        gap: 10px;
    }

    .vec1-order-check {
        width: 39px;
        height: 39px;
    }

    .vec1-order-id,
    .vec1-floating-tag {
        display: none;
    }

    .vec1-capability-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 34px;
        border-radius: 16px;
    }

    .vec1-capability {
        grid-template-columns: 33px minmax(0, 1fr);
        min-height: 88px;
        padding: 11px 9px;
        gap: 8px;
        border-right: 1px solid var(--vec1-border);
        border-bottom: 1px solid var(--vec1-border);
    }

    .vec1-capability:nth-child(2n) {
        border-right: 0;
    }

    .vec1-capability:nth-child(n + 3) {
        border-bottom: 0;
    }

    .vec1-capability > span {
        width: 33px;
        height: 33px;
    }

    .vec1-capability strong {
        font-size: 11px;
    }

    .vec1-capability small {
        font-size: 9px;
    }

    /* Smooth mobile scrolling */

    .vec1-live-status i,
    .vec1-journey-connector > span::after {
        animation: none;
    }
}

@media (max-width: 360px) {
    .vec1-section {
        padding-inline: 10px;
    }

    .vec1-title {
        font-size: 33px;
    }

    .vec1-actions {
        gap: 6px;
    }

    .vec1-section .vec1-button {
        height: 45px;
        min-height: 45px;
        padding-inline: 5px;
        font-size: 10px;
    }

    .vec1-section .vec1-button svg {
        flex-basis: 14px;
        width: 14px;
        height: 14px;
    }

    .vec1-visual {
        padding: 10px;
    }
}

/* Accessibility */

@media (prefers-reduced-motion: reduce) {
    .vec1-section *,
    .vec1-section *::before,
    .vec1-section *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-79a381a *//* =====================================================
   VEBZYRA — E-COMMERCE PAGE
   SECTION 2 | STORE SCOPE + FINAL CTA
===================================================== */

.vec2-section,
.vec2-section * {
    box-sizing: border-box;
}

.vec2-section {
    --vec2-dark: #170d1e;
    --vec2-text: #281b2f;
    --vec2-muted: #6f6574;
    --vec2-border: #e6dbe9;
    --vec2-white: #ffffff;
    --vec2-soft: #faf6fc;
    --vec2-pink: #ed2475;
    --vec2-purple: #ae24d8;
    --vec2-violet: #762cff;
    --vec2-green: #18b979;
    --vec2-gradient: linear-gradient(
        120deg,
        #ed2475 0%,
        #c325c9 48%,
        #762cff 100%
    );

    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(75px, 8vw, 115px) 24px;
    overflow: hidden;
    color: var(--vec2-text);
    background:
        radial-gradient(circle at 2% 15%, rgba(237, 36, 117, 0.09), transparent 27%),
        radial-gradient(circle at 96% 70%, rgba(118, 44, 255, 0.1), transparent 29%),
        linear-gradient(145deg, #fffafb 0%, #ffffff 48%, #faf6ff 100%);
    font-family:
        "Manrope",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;
    font-synthesis: none;
}

.vec2-section h2,
.vec2-section h3,
.vec2-section p {
    margin: 0;
}

.vec2-section button {
    font: inherit;
}

/* =====================================================
   BACKGROUND
===================================================== */

.vec2-background {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}

.vec2-orb {
    position: absolute;
    display: block;
    border-radius: 50%;
}

.vec2-orb-one {
    top: -250px;
    left: -230px;
    width: 570px;
    height: 570px;
    background: radial-gradient(
        circle,
        rgba(237, 36, 117, 0.17),
        rgba(237, 36, 117, 0.03) 50%,
        transparent 72%
    );
}

.vec2-orb-two {
    right: -260px;
    bottom: -270px;
    width: 650px;
    height: 650px;
    background: radial-gradient(
        circle,
        rgba(118, 44, 255, 0.16),
        rgba(118, 44, 255, 0.03) 50%,
        transparent 72%
    );
}

.vec2-line-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.37;
    background-image:
        linear-gradient(rgba(139, 43, 187, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(139, 43, 187, 0.04) 1px, transparent 1px);
    background-size: 56px 56px;
}

/* =====================================================
   MAIN CONTAINER
===================================================== */

.vec2-container {
    position: relative;
    z-index: 1;
    width: min(100%, 1240px);
    margin-inline: auto;
}

/* =====================================================
   SECTION HEADING
===================================================== */

.vec2-heading {
    max-width: 880px;
    margin: 0 auto 52px;
    text-align: center;
}

.vec2-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 7px 16px 7px 8px;
    gap: 10px;
    border: 1px solid rgba(167, 37, 218, 0.2);
    border-radius: 999px;
    color: #76289d;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(57, 28, 70, 0.07);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.vec2-eyebrow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--vec2-gradient);
}

.vec2-eyebrow-icon svg {
    display: block;
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vec2-title {
    margin-top: 21px !important;
    color: var(--vec2-dark);
    font-size: clamp(42px, 5.2vw, 68px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.052em;
}

.vec2-title span {
    display: block;
    margin-top: 4px;
    color: transparent;
    background: var(--vec2-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vec2-description {
    max-width: 720px;
    margin: 21px auto 0 !important;
    color: var(--vec2-muted);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
}

/* =====================================================
   STORE BLUEPRINT
===================================================== */

.vec2-blueprint {
    padding: 20px;
    border: 1px solid rgba(62, 34, 72, 0.14);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow:
        0 30px 75px rgba(54, 27, 66, 0.11),
        inset 0 1px 0 #ffffff;
}

/* Blueprint header */

.vec2-blueprint-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 78px;
    padding: 17px 20px;
    gap: 20px;
    border-radius: 17px;
    color: #ffffff;
    background:
        radial-gradient(circle at 10% 50%, rgba(237, 36, 117, 0.2), transparent 30%),
        linear-gradient(120deg, #170d1e, #28112d);
}

.vec2-blueprint-header > div span,
.vec2-blueprint-header > div strong {
    display: block;
}

.vec2-blueprint-header > div span {
    margin-bottom: 5px;
    color: #ef83c0;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.13em;
}

.vec2-blueprint-header > div strong {
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.vec2-system-status {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: #f2eaf4;
    background: rgba(255, 255, 255, 0.07);
    font-size: 10px;
    font-weight: 700;
}

.vec2-system-status i {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #35dc99;
    box-shadow: 0 0 0 5px rgba(53, 220, 153, 0.1);
    animation: vec2-status-pulse 2.5s ease-in-out infinite;
}

/* =====================================================
   STORE LANES
===================================================== */

.vec2-store-lanes {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 84px minmax(0, 1fr);
    align-items: stretch;
    margin-top: 20px;
}

.vec2-lane {
    min-width: 0;
    padding: 23px;
    border: 1px solid var(--vec2-border);
    border-radius: 21px;
}

.vec2-customer-lane {
    background:
        linear-gradient(145deg, #fffafb 0%, #ffffff 70%);
}

.vec2-business-lane {
    background:
        linear-gradient(145deg, #fbf8ff 0%, #ffffff 70%);
}

/* Lane heading */

.vec2-lane-heading {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    margin-bottom: 21px;
    gap: 13px;
}

.vec2-lane-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(175, 37, 210, 0.16);
    border-radius: 15px;
    color: #ae25ce;
    background: linear-gradient(145deg, #fff0f7, #f3ebff);
}

.vec2-lane-icon svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vec2-lane-heading > div span {
    display: block;
    margin-bottom: 4px;
    color: #a02885;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.11em;
}

.vec2-lane-heading h3 {
    color: #231729;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.35;
}

/* =====================================================
   FEATURE LIST
===================================================== */

.vec2-feature-list {
    display: grid;
    gap: 9px;
}

.vec2-feature {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 28px;
    align-items: center;
    min-width: 0;
    min-height: 76px;
    padding: 11px 12px;
    gap: 11px;
    border: 1px solid #e8dfea;
    border-radius: 14px;
    background: #ffffff;
    transition:
        border-color 220ms ease,
        background-color 220ms ease,
        box-shadow 220ms ease;
}

.vec2-feature-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    color: #a725c0;
    background: #f8eaf8;
    font-size: 9px;
    font-weight: 800;
}

.vec2-feature-content {
    min-width: 0;
}

.vec2-feature-content strong,
.vec2-feature-content p {
    display: block;
}

.vec2-feature-content strong {
    color: #2a1d30;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
}

.vec2-feature-content p {
    margin-top: 4px !important;
    color: #756c7a;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.45;
}

.vec2-feature-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    color: #ffffff;
    background: linear-gradient(145deg, #df2a9c, #8c2de9);
}

.vec2-feature-check svg {
    display: block;
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* =====================================================
   CENTRAL CONNECTION
===================================================== */

.vec2-connection {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.vec2-connection-line {
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 50%;
    width: 1px;
    background: linear-gradient(
        to bottom,
        transparent,
        #d7b6df 15%,
        #bb43cb 50%,
        #d7b6df 85%,
        transparent
    );
}

.vec2-connection-node {
    position: absolute;
    left: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    border: 1px solid rgba(177, 38, 205, 0.2);
    border-radius: 50%;
    color: #a829c3;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(65, 30, 76, 0.12);
    transform: translateX(-50%);
}

.vec2-connection-node svg {
    display: block;
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vec2-node-one {
    top: 25%;
}

.vec2-node-two {
    bottom: 25%;
}

.vec2-connection-label {
    position: relative;
    z-index: 3;
    display: inline-flex;
    padding: 7px 9px;
    border: 1px solid #e1d2e5;
    border-radius: 999px;
    color: #8f2ca0;
    background: #ffffff;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.08em;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

/* =====================================================
   STORE FOUNDATION
===================================================== */

.vec2-foundation {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    align-items: center;
    margin-top: 20px;
    padding: 18px 20px;
    gap: 25px;
    border-radius: 17px;
    color: #ffffff;
    background:
        radial-gradient(circle at 90% 50%, rgba(118, 44, 255, 0.2), transparent 28%),
        linear-gradient(115deg, #190f20, #28112d);
}

.vec2-foundation-heading span,
.vec2-foundation-heading strong {
    display: block;
}

.vec2-foundation-heading span {
    margin-bottom: 5px;
    color: #ee80bf;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.11em;
}

.vec2-foundation-heading strong {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
}

.vec2-foundation-items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.vec2-foundation-items > span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    min-width: 0;
    padding: 9px;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 11px;
    color: #f4edf6;
    background: rgba(255, 255, 255, 0.065);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.vec2-foundation-items svg {
    display: block;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #ef6fbd;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* =====================================================
   CLIENT REQUIREMENTS
===================================================== */

.vec2-requirements {
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.4fr);
    margin-top: 68px;
    overflow: hidden;
    border: 1px solid var(--vec2-border);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 20px 55px rgba(49, 25, 61, 0.08);
}

.vec2-requirements-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 34px;
    border-right: 1px solid var(--vec2-border);
    background:
        radial-gradient(circle at 0 0, rgba(237, 36, 117, 0.12), transparent 43%),
        linear-gradient(145deg, #fff8fa, #faf5ff);
}

.vec2-requirements-label {
    display: block;
    margin-bottom: 12px;
    color: #a52287;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.13em;
}

.vec2-requirements-intro h3 {
    max-width: 330px;
    color: #201426;
    font-size: clamp(25px, 2.5vw, 35px);
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: -0.035em;
}

.vec2-requirements-intro p {
    max-width: 360px;
    margin-top: 14px !important;
    color: #716777;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.65;
}

.vec2-requirement-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: center;
    padding: 25px;
    gap: 10px;
}

.vec2-requirement-item {
    display: grid;
    grid-template-columns: 37px minmax(0, 1fr);
    align-items: center;
    min-width: 0;
    min-height: 82px;
    padding: 13px;
    gap: 11px;
    border: 1px solid #e8dfea;
    border-radius: 14px;
    background: #ffffff;
    transition:
        border-color 220ms ease,
        background-color 220ms ease;
}

.vec2-requirement-item > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    border-radius: 11px;
    color: #a526c6;
    background: #f8eaf9;
    font-size: 9px;
    font-weight: 800;
}

.vec2-requirement-item strong,
.vec2-requirement-item small {
    display: block;
}

.vec2-requirement-item strong {
    margin-bottom: 4px;
    color: #2b1e31;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
}

.vec2-requirement-item small {
    color: #776e7c;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.45;
}

/* Provider note */

.vec2-provider-note {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    min-height: 65px;
    padding: 12px 18px;
    gap: 12px;
    border-top: 1px solid var(--vec2-border);
    background: #fffdf7;
}

.vec2-note-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    color: #ab6d15;
    background: #fff2cc;
}

.vec2-note-icon svg {
    display: block;
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vec2-provider-note p {
    color: #705e40;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.55;
}

/* =====================================================
   FINAL CTA
===================================================== */

.vec2-final-cta {
    position: relative;
    display: grid;
    grid-template-columns: 135px minmax(0, 1fr) 300px;
    align-items: center;
    margin-top: 68px;
    padding: 34px;
    gap: 28px;
    overflow: hidden;
    border: 1px solid rgba(166, 39, 207, 0.19);
    border-radius: 26px;
    background:
        radial-gradient(circle at 0 50%, rgba(237, 36, 117, 0.12), transparent 24%),
        radial-gradient(circle at 100% 50%, rgba(118, 44, 255, 0.11), transparent 28%),
        #ffffff;
    box-shadow: 0 25px 65px rgba(52, 25, 64, 0.11);
}

.vec2-final-cta::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: var(--vec2-gradient);
}

/* CTA symbol */

.vec2-cta-symbol {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 118px;
}

.vec2-symbol-ring {
    position: absolute;
    display: block;
    border-radius: 50%;
}

.vec2-symbol-ring-one {
    inset: 0;
    border: 1px dashed rgba(183, 38, 205, 0.32);
    animation: vec2-ring-rotate 18s linear infinite;
}

.vec2-symbol-ring-two {
    inset: 14px;
    border: 1px solid rgba(237, 36, 117, 0.19);
}

.vec2-symbol-centre {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 21px;
    color: #ffffff;
    background: var(--vec2-gradient);
    box-shadow: 0 14px 30px rgba(178, 37, 199, 0.22);
}

.vec2-symbol-centre svg {
    display: block;
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* CTA content */

.vec2-cta-content {
    min-width: 0;
}

.vec2-cta-label {
    display: block;
    margin-bottom: 10px;
    color: #a32288;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.13em;
}

.vec2-cta-content h3 {
    max-width: 640px;
    color: #1d1223;
    font-size: clamp(30px, 3.2vw, 45px);
    font-weight: 800;
    line-height: 1.09;
    letter-spacing: -0.04em;
}

.vec2-cta-content h3 span {
    display: block;
    margin-top: 3px;
    color: transparent;
    background: var(--vec2-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vec2-cta-content p {
    max-width: 670px;
    margin-top: 14px !important;
    color: #706676;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.65;
}

/* =====================================================
   FINAL CTA BUTTONS
===================================================== */

.vec2-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
}

.vec2-section .vec2-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: 50px;
    min-height: 50px;
    margin: 0;
    padding: 10px 14px;
    gap: 8px;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition:
        color 220ms ease,
        background 220ms ease,
        border-color 220ms ease,
        box-shadow 220ms ease;
}

.vec2-button-label {
    display: block;
    min-width: 0;
}

.vec2-button-desktop {
    display: inline;
}

.vec2-button-mobile {
    display: none;
}

.vec2-section .vec2-button svg {
    display: block;
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
    overflow: visible;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 220ms ease;
}

.vec2-section .vec2-button-primary {
    border: 1px solid transparent !important;
    color: #ffffff !important;
    background: var(--vec2-gradient) !important;
    box-shadow: 0 11px 24px rgba(179, 37, 200, 0.2);
}

.vec2-section .vec2-button-primary svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
}

.vec2-section .vec2-button-secondary {
    border: 1px solid #dacee0 !important;
    color: #291d2f !important;
    background: #ffffff !important;
}

.vec2-section .vec2-button-secondary svg {
    color: #76289d !important;
    stroke: currentColor !important;
}

.vec2-section .vec2-button:focus-visible {
    outline: 3px solid rgba(118, 44, 255, 0.24);
    outline-offset: 3px;
}

/* =====================================================
   DESKTOP HOVER
===================================================== */

@media (hover: hover) and (pointer: fine) {
    .vec2-feature:hover {
        border-color: rgba(177, 38, 205, 0.27);
        background: #fffafe;
        box-shadow: 0 11px 24px rgba(57, 28, 68, 0.07);
    }

    .vec2-feature:hover .vec2-feature-check {
        background: var(--vec2-gradient);
    }

    .vec2-requirement-item:hover {
        border-color: rgba(177, 38, 205, 0.25);
        background: #fffafe;
    }

    .vec2-section .vec2-button-primary:hover {
        color: #ffffff !important;
        background: linear-gradient(
            120deg,
            #762cff,
            #be22d0,
            #ed2475
        ) !important;
        box-shadow: 0 14px 30px rgba(179, 37, 200, 0.28);
    }

    .vec2-section .vec2-button-primary:hover svg {
        color: #ffffff !important;
        stroke: #ffffff !important;
        transform: translateX(3px);
    }

    .vec2-section .vec2-button-secondary:hover {
        border-color: var(--vec2-dark) !important;
        color: #ffffff !important;
        background: var(--vec2-dark) !important;
        box-shadow: 0 12px 25px rgba(23, 13, 30, 0.16);
    }

    .vec2-section .vec2-button-secondary:hover svg {
        color: #ffffff !important;
        stroke: #ffffff !important;
    }
}

/* =====================================================
   ANIMATIONS
===================================================== */

@keyframes vec2-status-pulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.55;
        transform: scale(0.82);
    }
}

@keyframes vec2-ring-rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1100px) {
    .vec2-store-lanes {
        grid-template-columns: minmax(0, 1fr) 60px minmax(0, 1fr);
    }

    .vec2-lane {
        padding: 18px;
    }

    .vec2-foundation {
        grid-template-columns: 210px minmax(0, 1fr);
    }

    .vec2-final-cta {
        grid-template-columns: 110px minmax(0, 1fr) 260px;
        padding: 28px;
        gap: 22px;
    }

    .vec2-cta-symbol {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 900px) {
    .vec2-store-lanes {
        grid-template-columns: 1fr;
    }

    .vec2-connection {
        width: 100%;
        height: 68px;
        min-height: 68px;
    }

    .vec2-connection-line {
        top: 50%;
        right: 18px;
        bottom: auto;
        left: 18px;
        width: auto;
        height: 1px;
        background: linear-gradient(
            to right,
            transparent,
            #d7b6df 15%,
            #bb43cb 50%,
            #d7b6df 85%,
            transparent
        );
    }

    .vec2-connection-node {
        top: 50%;
        bottom: auto;
        left: auto;
        transform: translateY(-50%);
    }

    .vec2-node-one {
        left: 24%;
    }

    .vec2-node-two {
        right: 24%;
    }

    .vec2-connection-label {
        writing-mode: initial;
        transform: none;
    }

    .vec2-foundation {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .vec2-requirements {
        grid-template-columns: 1fr;
    }

    .vec2-requirements-intro {
        border-right: 0;
        border-bottom: 1px solid var(--vec2-border);
    }

    .vec2-final-cta {
        grid-template-columns: 100px minmax(0, 1fr);
    }

    .vec2-cta-actions {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {
    .vec2-section {
        padding: 65px 12px;
    }

    .vec2-line-pattern {
        opacity: 0.27;
        background-size: 38px 38px;
    }

    .vec2-heading {
        margin-bottom: 35px;
    }

    .vec2-eyebrow {
        width: 100%;
        min-height: 43px;
        padding: 7px 10px 7px 7px;
        font-size: 11px;
    }

    .vec2-title {
        margin-top: 18px !important;
        font-size: clamp(35px, 10.7vw, 45px);
        line-height: 1.05;
        letter-spacing: -0.044em;
    }

    .vec2-description {
        margin-top: 17px !important;
        font-size: 15px;
        line-height: 1.65;
    }

    /* Blueprint */

    .vec2-blueprint {
        padding: 10px;
        border-radius: 21px;
    }

    .vec2-blueprint-header {
        align-items: flex-start;
        min-height: auto;
        padding: 14px;
        gap: 10px;
        border-radius: 14px;
    }

    .vec2-blueprint-header > div strong {
        font-size: 15px;
    }

    .vec2-system-status {
        max-width: 110px;
        min-height: 29px;
        padding: 5px 8px;
        font-size: 8px;
        line-height: 1.3;
        text-align: left;
    }

    .vec2-store-lanes {
        margin-top: 11px;
    }

    .vec2-lane {
        padding: 13px;
        border-radius: 17px;
    }

    .vec2-lane-heading {
        grid-template-columns: 45px minmax(0, 1fr);
        margin-bottom: 15px;
        gap: 11px;
    }

    .vec2-lane-icon {
        width: 45px;
        height: 45px;
        border-radius: 13px;
    }

    .vec2-lane-heading h3 {
        font-size: 17px;
    }

    .vec2-feature {
        grid-template-columns: 33px minmax(0, 1fr) 27px;
        min-height: 74px;
        padding: 10px;
        gap: 9px;
    }

    .vec2-feature-content strong {
        font-size: 13px;
    }

    .vec2-feature-content p {
        font-size: 11px;
    }

    .vec2-connection {
        height: 58px;
        min-height: 58px;
    }

    .vec2-connection-node {
        width: 28px;
        height: 28px;
    }

    .vec2-node-one {
        left: 17%;
    }

    .vec2-node-two {
        right: 17%;
    }

    .vec2-connection-label {
        padding: 6px 8px;
        font-size: 7px;
    }

    /* Foundation */

    .vec2-foundation {
        margin-top: 11px;
        padding: 15px;
        gap: 12px;
        border-radius: 14px;
    }

    .vec2-foundation-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vec2-foundation-items > span {
        min-height: 49px;
        padding: 8px 6px;
        font-size: 9px;
    }

    /* Requirements */

    .vec2-requirements {
        margin-top: 42px;
        border-radius: 20px;
    }

    .vec2-requirements-intro {
        padding: 24px 19px;
    }

    .vec2-requirements-intro h3 {
        font-size: 27px;
    }

    .vec2-requirements-intro p {
        font-size: 12px;
    }

    .vec2-requirement-list {
        grid-template-columns: 1fr;
        padding: 13px;
        gap: 8px;
    }

    .vec2-requirement-item {
        min-height: 73px;
        padding: 10px;
    }

    .vec2-requirement-item strong {
        font-size: 13px;
    }

    .vec2-requirement-item small {
        font-size: 11px;
    }

    .vec2-provider-note {
        grid-template-columns: 36px minmax(0, 1fr);
        padding: 11px 13px;
        gap: 10px;
    }

    .vec2-provider-note p {
        font-size: 10px;
    }

    /* Final CTA */

    .vec2-final-cta {
        grid-template-columns: 1fr;
        margin-top: 42px;
        padding: 26px 15px 16px;
        gap: 18px;
        border-radius: 21px;
        text-align: center;
    }

    .vec2-cta-symbol {
        width: 88px;
        height: 88px;
        margin-inline: auto;
    }

    .vec2-symbol-ring-two {
        inset: 11px;
    }

    .vec2-symbol-centre {
        width: 54px;
        height: 54px;
        border-radius: 17px;
    }

    .vec2-symbol-centre svg {
        width: 26px;
        height: 26px;
    }

    .vec2-cta-content h3 {
        font-size: clamp(28px, 8.8vw, 37px);
        line-height: 1.08;
    }

    .vec2-cta-content p {
        font-size: 12px;
        line-height: 1.6;
    }

    /* Mobile CTA left and right */

    .vec2-cta-actions {
        grid-column: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .vec2-section .vec2-button {
        height: 47px;
        min-height: 47px;
        padding: 8px 6px;
        gap: 6px;
        border-radius: 11px;
        font-size: 11px;
    }

    .vec2-button-desktop {
        display: none;
    }

    .vec2-button-mobile {
        display: inline;
        white-space: nowrap;
    }

    .vec2-section .vec2-button svg {
        flex-basis: 15px;
        width: 15px;
        height: 15px;
    }

    /* Stop animations for smooth scrolling */

    .vec2-system-status i,
    .vec2-symbol-ring-one {
        animation: none;
    }
}

/* =====================================================
   EXTRA SMALL MOBILE
===================================================== */

@media (max-width: 360px) {
    .vec2-section {
        padding-inline: 9px;
    }

    .vec2-title {
        font-size: 33px;
    }

    .vec2-blueprint {
        padding: 8px;
    }

    .vec2-lane {
        padding: 10px;
    }

    .vec2-feature {
        grid-template-columns: 31px minmax(0, 1fr) 25px;
        padding: 9px 7px;
        gap: 7px;
    }

    .vec2-feature-number {
        width: 31px;
        height: 31px;
    }

    .vec2-feature-check {
        width: 25px;
        height: 25px;
    }

    .vec2-section .vec2-button {
        height: 45px;
        min-height: 45px;
        padding-inline: 4px;
        font-size: 10px;
    }

    .vec2-section .vec2-button svg {
        flex-basis: 14px;
        width: 14px;
        height: 14px;
    }
}

/* =====================================================
   ACCESSIBILITY
===================================================== */

@media (prefers-reduced-motion: reduce) {
    .vec2-section *,
    .vec2-section *::before,
    .vec2-section *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}/* End custom CSS */