.elementor-919 .elementor-element.elementor-element-720cf4e{--display:flex;--margin-top:-23px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-919 .elementor-element.elementor-element-792b5cc{--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-197686f *//* =========================================
   VEBZYRA — BUSINESS WEBSITE HERO
   ASYMMETRIC EDITORIAL STYLE
========================================= */

.vbw1-hero {
    --vbw-dark: #18111f;
    --vbw-dark-soft: #291631;
    --vbw-text: #231a29;
    --vbw-muted: #6d6473;
    --vbw-pink: #ed2e7b;
    --vbw-purple: #8b2de8;
    --vbw-blue: #6148ff;
    --vbw-border: #e8dfeb;
    --vbw-white: #ffffff;

    position: relative;
    isolation: isolate;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: clamp(72px, 7vw, 105px) 22px;
    overflow: hidden;

    color: var(--vbw-text);
    background:
        radial-gradient(circle at 5% 7%, rgba(237, 46, 123, 0.10), transparent 27%),
        radial-gradient(circle at 95% 68%, rgba(139, 45, 232, 0.11), transparent 30%),
        linear-gradient(145deg, #fff 0%, #fbf8ff 100%);

    font-family:
        "Manrope",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;

    font-synthesis: none;
    -webkit-font-smoothing: auto;
    text-rendering: auto;
}

.vbw1-hero *,
.vbw1-hero *::before,
.vbw1-hero *::after {
    box-sizing: border-box;
}

.vbw1-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

/* =========================================
   BACKGROUND
========================================= */

.vbw1-background,
.vbw1-grid-pattern {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.vbw1-grid-pattern {
    opacity: 0.32;
    background-image:
        linear-gradient(rgba(121, 53, 151, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(121, 53, 151, 0.045) 1px, transparent 1px);
    background-size: 51px 51px;

    mask-image: linear-gradient(
        to bottom,
        transparent,
        #000 15%,
        #000 83%,
        transparent
    );

    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent,
        #000 15%,
        #000 83%,
        transparent
    );
}

.vbw1-gradient {
    position: absolute;
    display: block;
    border-radius: 50%;
}

.vbw1-gradient-one {
    top: -170px;
    left: -150px;
    width: 410px;
    height: 410px;
    background: radial-gradient(
        circle,
        rgba(237, 46, 123, 0.14),
        transparent 70%
    );
}

.vbw1-gradient-two {
    right: -190px;
    bottom: -170px;
    width: 490px;
    height: 490px;
    background: radial-gradient(
        circle,
        rgba(139, 45, 232, 0.14),
        transparent 70%
    );
}

.vbw1-curve {
    position: absolute;
    display: block;
    border: 1px solid rgba(139, 45, 232, 0.09);
    border-radius: 50%;
}

.vbw1-curve-one {
    top: -290px;
    right: 7%;
    width: 560px;
    height: 560px;
}

.vbw1-curve-two {
    left: 3%;
    bottom: -350px;
    width: 630px;
    height: 630px;
}

/* =========================================
   ASYMMETRIC HERO INTRO
========================================= */

.vbw1-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
    grid-template-areas:
        "eyebrow eyebrow"
        "title description"
        "title action"
        "highlights highlights";
    align-items: start;
    gap: 0 52px;
    max-width: 1180px;
    margin: 0 auto;
    text-align: left;
}

.vbw1-eyebrow {
    grid-area: eyebrow;
    display: inline-flex;
    align-items: center;
    justify-self: start;
    gap: 9px;
    width: fit-content;
    margin-bottom: 23px;
    padding: 7px 13px 7px 8px;

    color: #812465;
    background: #fff;
    border: 1px solid rgba(188, 49, 157, 0.22);
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(59, 30, 68, 0.06);

    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.vbw1-eyebrow-icon {
    display: grid;
    place-items: center;
    flex: 0 0 29px;
    width: 29px;
    height: 29px;

    color: #fff;
    background: linear-gradient(
        135deg,
        var(--vbw-pink),
        var(--vbw-purple)
    );
    border-radius: 50%;
}

.vbw1-eyebrow-icon svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vbw1-title {
    grid-area: title;
    max-width: 740px;
    margin: 0;

    color: var(--vbw-dark);
    font-size: clamp(49px, 5.4vw, 72px);
    font-weight: 800;
    line-height: 1.01;
    letter-spacing: -0.05em;
}

.vbw1-title-line,
.vbw1-title-highlight {
    display: block;
}

.vbw1-title-highlight {
    padding-bottom: 6px;
    color: transparent;

    background: linear-gradient(
        100deg,
        var(--vbw-pink),
        var(--vbw-purple) 65%,
        var(--vbw-blue)
    );

    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vbw1-description {
    grid-area: description;
    align-self: end;
    max-width: 440px;
    margin: 8px 0 0;

    color: var(--vbw-muted);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.72;
}

/* =========================================
   CTA
========================================= */

.vbw1-action {
    grid-area: action;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 22px;
}

.vbw1-primary-button {
    position: relative;
    display: block;
    min-width: 258px;
    min-height: 59px;
    padding: 0;
    overflow: hidden;

    color: #fff;
    background: var(--vbw-dark);
    border: 0;
    border-radius: 15px;
    box-shadow: 0 15px 31px rgba(57, 23, 69, 0.19);

    font: inherit;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;

    transition: box-shadow 0.3s ease;
}

.vbw1-button-bg {
    position: absolute;
    inset: 0;
    z-index: 1;

    background: linear-gradient(
        105deg,
        var(--vbw-pink),
        var(--vbw-purple)
    );

    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.48s cubic-bezier(0.76, 0, 0.24, 1);
}

.vbw1-button-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    min-height: 59px;
    padding: 7px 8px 7px 20px;

    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.vbw1-button-icon {
    display: grid;
    place-items: center;
    flex: 0 0 43px;
    width: 43px;
    height: 43px;

    color: #fff;
    background: linear-gradient(
        135deg,
        var(--vbw-pink),
        var(--vbw-purple)
    );
    border-radius: 11px;

    transition:
        color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.vbw1-button-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vbw1-primary-button:focus-visible {
    outline: 3px solid rgba(139, 45, 232, 0.26);
    outline-offset: 4px;
}

.vbw1-action-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 185px;
    margin: 0;

    color: #716878;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
}

.vbw1-action-note > span {
    flex: 0 0 8px;
    width: 8px;
    height: 8px;

    background: #28c57a;
    border: 2px solid #c9f4df;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(40, 197, 122, 0.09);
}

/* =========================================
   EDITORIAL HIGHLIGHT STRIP
========================================= */

.vbw1-highlights {
    grid-area: highlights;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 39px;

    background: rgba(255, 255, 255, 0.74);
    border-top: 1px solid var(--vbw-border);
    border-bottom: 1px solid var(--vbw-border);
}

.vbw1-highlights > span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 67px;
    padding: 12px 18px;

    color: #514758;
    font-size: 12px;
    font-weight: 750;
    text-align: center;
}

.vbw1-highlights > span:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    bottom: 15px;
    width: 1px;
    background: var(--vbw-border);
}

.vbw1-highlights i {
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;

    color: var(--vbw-purple);
    background: linear-gradient(
        135deg,
        rgba(237, 46, 123, 0.09),
        rgba(139, 45, 232, 0.11)
    );

    border-radius: 10px;
    font-style: normal;
}

.vbw1-highlights svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* =========================================
   ASYMMETRIC WEBSITE DASHBOARD
========================================= */

.vbw1-system {
    position: relative;
    margin-top: 54px;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

/* Dark system bar */

.vbw1-system-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 65px;
    padding: 11px 16px;

    color: #fff;
    background:
        radial-gradient(circle at 85% 0%, rgba(215, 47, 210, 0.22), transparent 31%),
        linear-gradient(110deg, #18111f, #2a1732);

    border: 1px solid rgba(233, 99, 206, 0.17);
    border-radius: 18px;
    box-shadow: 0 16px 34px rgba(40, 18, 47, 0.14);
}

.vbw1-system-name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vbw1-system-symbol {
    display: grid;
    place-items: center;
    flex: 0 0 39px;
    width: 39px;
    height: 39px;

    color: #fff;
    background: linear-gradient(
        135deg,
        var(--vbw-pink),
        var(--vbw-purple)
    );
    border-radius: 11px;
}

.vbw1-system-symbol svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vbw1-system-name small,
.vbw1-system-name strong {
    display: block;
}

.vbw1-system-name small {
    margin-bottom: 3px;
    color: #e583c4;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vbw1-system-name strong {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.vbw1-system-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;

    color: #ddd1e0;
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;

    font-size: 9px;
    font-weight: 700;
}

.vbw1-system-status > span {
    width: 8px;
    height: 8px;
    background: #2ed083;
    border: 2px solid #326b51;
    border-radius: 50%;
}

/* Map left, cards stacked right */

.vbw1-system-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(330px, 0.8fr);
    grid-template-rows: auto auto;
    align-items: stretch;
    gap: 13px;
    padding: 14px 0 0;
}

.vbw1-site-map {
    grid-column: 1;
    grid-row: 1 / 3;
}

.vbw1-identity-card {
    grid-column: 2;
    grid-row: 1;
}

.vbw1-outcome-card {
    grid-column: 2;
    grid-row: 2;
}

/* =========================================
   LARGE CONNECTED MAP — LEFT SIDE
========================================= */

.vbw1-site-map {
    position: relative;
    min-width: 0;
    min-height: 530px;
    padding: 22px;
    overflow: hidden;

    color: var(--vbw-text);
    background:
        radial-gradient(circle at 86% 10%, rgba(139, 45, 232, 0.11), transparent 28%),
        radial-gradient(circle at 8% 92%, rgba(237, 46, 123, 0.09), transparent 29%),
        #fff;

    border: 1px solid var(--vbw-border);
    border-radius: 24px;
    box-shadow: 0 21px 48px rgba(53, 26, 63, 0.09);
}

.vbw1-site-map::before {
    content: "";
    position: absolute;
    inset: 64px 18px 18px;

    opacity: 0.55;
    background-image:
        linear-gradient(rgba(122, 53, 149, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(122, 53, 149, 0.055) 1px, transparent 1px);
    background-size: 29px 29px;

    border-radius: 16px;
    pointer-events: none;
}

.vbw1-map-heading {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.vbw1-map-heading span {
    color: #302637;
    font-size: 13px;
    font-weight: 800;
}

.vbw1-map-heading small {
    color: #827789;
    font-size: 9px;
    font-weight: 600;
}

.vbw1-map-canvas {
    position: relative;
    z-index: 2;
    min-height: 430px;
    margin-top: 19px;
}

/* Connector SVG */

.vbw1-connectors {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
}

.vbw1-connectors path {
    fill: none;
    stroke: rgba(204, 50, 177, 0.48);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-dasharray: 7 8;
    animation: vbw1PathMove 8s linear infinite;
}

/* Central hub */

.vbw1-centre-node {
    position: absolute;
    top: calc(50% - 61px);
    left: calc(50% - 78px);
    z-index: 4;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 156px;
    min-height: 122px;
    padding: 14px;

    color: #fff;
    background:
        radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.16), transparent 28%),
        linear-gradient(145deg, #221328, #3a1742);

    border: 1px solid rgba(224, 74, 192, 0.31);
    border-radius: 20px;
    box-shadow:
        0 18px 36px rgba(45, 17, 53, 0.24),
        0 0 0 7px rgba(185, 43, 166, 0.05);

    text-align: center;
}

.vbw1-centre-ring {
    position: absolute;
    inset: -11px;
    border: 1px solid rgba(216, 61, 186, 0.25);
    border-radius: 28px;
    animation: vbw1RingPulse 2.8s ease-in-out infinite;
}

.vbw1-centre-icon {
    display: grid;
    place-items: center;
    width: 41px;
    height: 41px;
    margin-bottom: 9px;

    color: #fff;
    background: linear-gradient(
        135deg,
        var(--vbw-pink),
        var(--vbw-purple)
    );
    border-radius: 12px;
}

.vbw1-centre-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vbw1-centre-node strong,
.vbw1-centre-node small {
    display: block;
}

.vbw1-centre-node strong {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.vbw1-centre-node small {
    margin-top: 4px;
    color: #cbbdce;
    font-size: 8.5px;
    font-weight: 600;
}

/* Connected page modules */

.vbw1-page-node {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;

    width: 166px;
    min-height: 70px;
    padding: 10px;

    color: #302637;
    background: #fff;
    border: 1px solid #e5d9e7;
    border-radius: 14px;
    box-shadow: 0 11px 25px rgba(53, 25, 62, 0.10);

    transition:
        border-color 0.28s ease,
        box-shadow 0.28s ease;
}

.vbw1-node-home {
    top: 31px;
    left: 4%;
}

.vbw1-node-services {
    top: 31px;
    right: 4%;
}

.vbw1-node-about {
    bottom: 31px;
    left: 4%;
}

.vbw1-node-contact {
    right: 4%;
    bottom: 31px;
}

.vbw1-page-node > span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 35px;

    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;

    color: #a1287c;
    background: linear-gradient(
        135deg,
        rgba(237, 46, 123, 0.10),
        rgba(139, 45, 232, 0.11)
    );

    border-radius: 10px;
    line-height: 0;
}

.vbw1-page-node > span svg {
    display: block;
    width: 18px;
    height: 18px;
    margin: 0;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vbw1-page-node div {
    min-width: 0;
}

.vbw1-page-node strong,
.vbw1-page-node small {
    display: block;
}

.vbw1-page-node strong {
    color: #342a39;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.25;
}

.vbw1-page-node small {
    margin-top: 3px;
    color: #827789;
    font-size: 8px;
    font-weight: 600;
    line-height: 1.3;
}

/* =========================================
   IDENTITY — EDITORIAL CARD
========================================= */

.vbw1-identity-card {
    position: relative;
    min-width: 0;
    padding: 23px 23px 20px 29px;
    overflow: hidden;

    background: #fff;
    border: 1px solid var(--vbw-border);
    border-radius: 21px;
    box-shadow: 0 15px 35px rgba(54, 26, 64, 0.07);
}

.vbw1-identity-card::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 0;
    width: 4px;

    background: linear-gradient(
        to bottom,
        var(--vbw-pink),
        var(--vbw-purple)
    );

    border-radius: 0 5px 5px 0;
}

.vbw1-card-label {
    color: #a1287a;
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.vbw1-brand-mark {
    display: grid;
    place-items: center;
    width: 49px;
    height: 49px;
    margin-top: 17px;

    color: #fff;
    background: linear-gradient(
        135deg,
        var(--vbw-pink),
        var(--vbw-purple)
    );

    border-radius: 15px 15px 15px 5px;
    box-shadow: 0 10px 21px rgba(196, 45, 167, 0.18);

    font-size: 13px;
    font-weight: 800;
}

.vbw1-identity-card h2 {
    margin: 15px 0 0;
    color: #2c2232;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.23;
    letter-spacing: -0.025em;
}

.vbw1-identity-card > p {
    margin: 9px 0 0;
    color: #756b79;
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.58;
}

/* No repeated boxed rows */

.vbw1-identity-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 17px;
    border-top: 1px solid var(--vbw-border);
}

.vbw1-identity-points > span {
    display: block;
    min-width: 0;
    padding: 12px 7px 2px;

    color: #514657;
    background: transparent;
    border: 0;
    border-radius: 0;

    font-size: 9px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.vbw1-identity-points > span:not(:last-child) {
    border-right: 1px solid var(--vbw-border);
}

.vbw1-identity-points i {
    display: block;
    width: fit-content;
    height: auto;
    margin: 0 auto 6px;

    color: var(--vbw-purple);
    background: transparent;
    border-radius: 0;

    font-size: 7px;
    font-style: normal;
    font-weight: 800;
}

/* =========================================
   OUTCOME — DARK TIMELINE
========================================= */

.vbw1-outcome-card {
    position: relative;
    min-width: 0;
    padding: 23px;
    overflow: hidden;

    color: #fff;
    background:
        radial-gradient(circle at 90% 5%, rgba(223, 49, 193, 0.22), transparent 29%),
        linear-gradient(145deg, #19111f, #2b1732);

    border: 1px solid rgba(232, 96, 205, 0.17);
    border-radius: 21px;
    box-shadow: 0 17px 37px rgba(40, 18, 47, 0.14);
}

.vbw1-outcome-card .vbw1-card-label {
    color: #ed83c8;
}

.vbw1-outcome-card h2 {
    max-width: 360px;
    margin: 14px 0 0;
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.025em;
}

.vbw1-outcome-list {
    position: relative;
    display: grid;
    gap: 0;
    margin-top: 17px;
}

.vbw1-outcome-list::before {
    content: "";
    position: absolute;
    top: 14px;
    bottom: 14px;
    left: 15px;
    width: 1px;
    background: rgba(237, 102, 205, 0.23);
}

.vbw1-outcome-list > div {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    padding: 10px 0;

    background: transparent;
    border: 0;
    border-radius: 0;
}

.vbw1-outcome-list > div:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.vbw1-outcome-list > div > span {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;

    color: #fff;
    background: linear-gradient(
        135deg,
        var(--vbw-pink),
        var(--vbw-purple)
    );

    border: 3px solid #29162f;
    border-radius: 50%;

    font-size: 7px;
    font-weight: 800;
}

.vbw1-outcome-list p {
    margin: 0;
    color: #bcaec0;
    font-size: 9.5px;
    font-weight: 500;
    line-height: 1.45;
}

.vbw1-outcome-list strong {
    display: block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 10.5px;
    font-weight: 800;
}

/* =========================================
   BOTTOM STATUS STRIP
========================================= */

.vbw1-system-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 58px;
    margin-top: 13px;
    padding: 10px 15px;

    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--vbw-border);
    border-radius: 16px;
}

.vbw1-system-message {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #574d5d;
    font-size: 9px;
    font-weight: 700;
}

.vbw1-system-message > span {
    flex: 0 0 8px;
    width: 8px;
    height: 8px;

    background: #29c97d;
    border: 2px solid #c9f5df;
    border-radius: 50%;
}

.vbw1-system-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
}

.vbw1-system-tags span {
    padding: 6px 9px;
    color: #625768;
    background: #fff;
    border: 1px solid var(--vbw-border);
    border-radius: 999px;

    font-size: 8px;
    font-weight: 700;
}

/* =========================================
   HOVER EFFECTS
========================================= */

@media (hover: hover) and (pointer: fine) {
    .vbw1-primary-button:hover {
        box-shadow:
            0 18px 37px rgba(185, 41, 168, 0.27),
            0 0 0 4px rgba(196, 48, 172, 0.07);
    }

    .vbw1-primary-button:hover .vbw1-button-bg {
        transform: scaleX(1);
    }

    .vbw1-primary-button:hover .vbw1-button-icon {
        color: var(--vbw-purple);
        background: #fff;
        transform: translateX(3px);
    }

    .vbw1-page-node:hover {
        border-color: rgba(224, 65, 185, 0.43);
        box-shadow:
            0 15px 31px rgba(55, 24, 65, 0.15),
            0 0 0 4px rgba(221, 63, 184, 0.06);
    }

    .vbw1-page-node > span {
        transition:
            color 0.28s ease,
            background 0.28s ease;
    }

    .vbw1-page-node:hover > span {
        color: #fff;
        background: linear-gradient(
            135deg,
            var(--vbw-pink),
            var(--vbw-purple)
        );
    }

    .vbw1-highlights > span {
        transition: background-color 0.25s ease;
    }

    .vbw1-highlights > span:hover {
        background: rgba(249, 240, 253, 0.72);
    }
}

/* =========================================
   ANIMATIONS
========================================= */

@keyframes vbw1PathMove {
    to {
        stroke-dashoffset: -90;
    }
}

@keyframes vbw1RingPulse {
    0%,
    100% {
        opacity: 0.28;
    }

    50% {
        opacity: 1;
    }
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {
    .vbw1-intro {
        grid-template-columns: minmax(0, 1.1fr) minmax(315px, 0.9fr);
        gap: 0 32px;
    }

    .vbw1-title {
        font-size: clamp(46px, 6vw, 62px);
    }

    .vbw1-system-layout {
        grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    }

    .vbw1-site-map {
        min-height: 510px;
    }

    .vbw1-map-canvas {
        min-height: 410px;
    }

    .vbw1-page-node {
        width: 145px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
    .vbw1-hero {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        padding: 53px 13px 47px;
        overflow-x: clip;
    }

    .vbw1-grid-pattern {
        background-size: 37px 37px;
        opacity: 0.25;
    }

    .vbw1-gradient-one {
        width: 245px;
        height: 245px;
    }

    .vbw1-gradient-two {
        width: 285px;
        height: 285px;
    }

    .vbw1-curve {
        display: none;
    }

    /* Intro becomes clean single column */

    .vbw1-intro {
        display: block;
        max-width: 100%;
        text-align: center;
    }

    .vbw1-eyebrow {
        justify-self: auto;
        margin: 0 auto 17px;
        padding: 7px 11px 7px 7px;
        font-size: 9px;
        line-height: 1.2;
        letter-spacing: 0.055em;
    }

    .vbw1-eyebrow-icon {
        flex-basis: 27px;
        width: 27px;
        height: 27px;
    }

    .vbw1-title {
        max-width: 100%;
        font-size: clamp(36px, 10.5vw, 45px);
        line-height: 1.04;
        letter-spacing: -0.04em;
    }

    .vbw1-description {
        max-width: 530px;
        margin: 18px auto 0;
        font-size: 15.5px;
        line-height: 1.6;
    }

    .vbw1-action {
        display: block;
        width: 100%;
        margin-top: 24px;
    }

    .vbw1-primary-button {
        width: 100%;
        min-width: 0;
        min-height: 57px;
    }

    .vbw1-button-content {
        min-height: 57px;
        padding-left: 17px;
        font-size: 13.5px;
    }

    .vbw1-action-note {
        justify-content: center;
        max-width: 100%;
        margin-top: 13px;
        font-size: 11.5px;
        text-align: center;
    }

    /* Compact highlight strip */

    .vbw1-highlights {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 25px;
    }

    .vbw1-highlights > span {
        flex-direction: column;
        gap: 6px;
        min-width: 0;
        min-height: 79px;
        padding: 8px 4px;

        font-size: 9.5px;
        line-height: 1.25;
    }

    .vbw1-highlights > span:not(:last-child)::after {
        top: 10px;
        bottom: 10px;
    }

    /* Dashboard */

    .vbw1-system {
        margin-top: 36px;
    }

    .vbw1-system-bar {
        display: block;
        min-height: 0;
        padding: 13px;
        border-radius: 16px;
    }

    .vbw1-system-status {
        width: fit-content;
        margin-top: 11px;
        font-size: 8.5px;
    }

    .vbw1-system-layout {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 10px;
        padding-top: 10px;
    }

    .vbw1-identity-card,
    .vbw1-site-map,
    .vbw1-outcome-card {
        grid-column: 1;
        grid-row: auto;
        width: 100%;
    }

    .vbw1-identity-card {
        order: 1;
    }

    .vbw1-site-map {
        order: 2;
    }

    .vbw1-outcome-card {
        order: 3;
    }

    /* Identity remains editorial */

    .vbw1-identity-card {
        padding: 19px 16px 17px 21px;
        border-radius: 17px;
    }

    .vbw1-identity-card::before {
        top: 15px;
        bottom: 15px;
    }

    .vbw1-brand-mark {
        width: 47px;
        height: 47px;
        margin-top: 15px;
        border-radius: 14px 14px 14px 5px;
    }

    .vbw1-identity-card h2 {
        margin-top: 14px;
        font-size: 20px;
    }

    .vbw1-identity-card > p {
        font-size: 12px;
    }

    .vbw1-identity-points {
        margin-top: 16px;
    }

    .vbw1-identity-points > span {
        padding: 11px 4px 2px;
        font-size: 8.5px;
    }

    /* Mobile connected map becomes readable module grid */

    .vbw1-site-map {
        min-height: 0;
        padding: 16px 12px;
        border-radius: 18px;
    }

    .vbw1-site-map::before {
        inset: 60px 10px 10px;
    }

    .vbw1-map-heading {
        display: block;
        text-align: center;
    }

    .vbw1-map-heading span,
    .vbw1-map-heading small {
        display: block;
    }

    .vbw1-map-heading small {
        margin-top: 4px;
    }

    .vbw1-map-canvas {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        min-height: 0;
        margin-top: 16px;
    }

    .vbw1-connectors {
        display: none;
    }

    .vbw1-centre-node {
        position: relative;
        top: auto;
        left: auto;
        grid-column: 1 / 3;

        flex-direction: row;
        justify-content: flex-start;
        gap: 10px;

        width: 100%;
        min-height: 76px;
        padding: 12px;
        border-radius: 15px;
        text-align: left;
    }

    .vbw1-centre-ring {
        display: none;
    }

    .vbw1-centre-icon {
        flex: 0 0 39px;
        width: 39px;
        height: 39px;
        margin: 0;
    }

    .vbw1-page-node,
    .vbw1-node-home,
    .vbw1-node-services,
    .vbw1-node-about,
    .vbw1-node-contact {
        position: relative;
        inset: auto;

        width: 100%;
        min-height: 70px;
        padding: 9px 7px;

        border-radius: 12px;
        box-shadow: 0 8px 18px rgba(53, 25, 62, 0.09);
    }

    .vbw1-page-node > span {
        flex-basis: 31px;
        width: 31px;
        height: 31px;
    }

    .vbw1-page-node strong {
        font-size: 9.5px;
    }

    .vbw1-page-node small {
        display: block;
        font-size: 7.5px;
    }

    /* Dark outcome timeline */

    .vbw1-outcome-card {
        padding: 20px 17px;
        border-radius: 18px;
    }

    .vbw1-outcome-card h2 {
        font-size: 21px;
    }

    .vbw1-outcome-list p {
        font-size: 10px;
    }

    .vbw1-outcome-list strong {
        font-size: 11px;
    }

    /* Footer */

    .vbw1-system-footer {
        display: block;
        min-height: 0;
        margin-top: 10px;
        padding: 13px;
    }

    .vbw1-system-message {
        justify-content: center;
        width: 100%;
        font-size: 8.5px;
        line-height: 1.4;
        text-align: center;
    }

    .vbw1-system-tags {
        justify-content: center;
        margin-top: 11px;
    }

    /* Disable continuous animation on phones */
    .vbw1-connectors path,
    .vbw1-centre-ring {
        animation: none !important;
    }
}

/* =========================================
   EXTRA SMALL PHONES
========================================= */

@media (max-width: 360px) {
    .vbw1-hero {
        padding-left: 10px;
        padding-right: 10px;
    }

    .vbw1-title {
        font-size: 34px;
    }

    .vbw1-description {
        font-size: 15px;
    }

    .vbw1-highlights > span {
        font-size: 8.5px;
    }

    .vbw1-identity-points > span {
        font-size: 8px;
    }

    .vbw1-page-node {
        padding-inline: 6px;
    }

    .vbw1-page-node strong {
        font-size: 9px;
    }

    .vbw1-page-node small {
        font-size: 7px;
    }
}

/* =========================================
   ACCESSIBILITY
========================================= */

@media (prefers-reduced-motion: reduce) {
    .vbw1-hero *,
    .vbw1-hero *::before,
    .vbw1-hero *::after {
        animation: none !important;
        transition-duration: 0.01ms !important;
    }
}
.bw-hero-title {
    margin: 0;
    font-family: "Manrope", Arial, sans-serif !important;
    font-size: clamp(44px, 5.2vw, 68px);
    line-height: 1.04;
    font-weight: 800 !important;
    letter-spacing: -0.055em;
}

.bw-hero-title > span {
    display: block;
    white-space: nowrap;
}

.bw-gradient-text {
    color: #ef2580;
    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) {
    .bw-hero-title {
        font-size: clamp(38px, 5.5vw, 54px);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .bw-hero-title {
        width: 100%;
        font-size: clamp(31px, 9vw, 39px);
        line-height: 1.08;
        text-align: center;
        letter-spacing: -0.045em;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb61491 *//* =========================================
   VEBZYRA — BUSINESS WEBSITE
   SECTION 2 CSS
========================================= */

.vbw2-section {
    --vbw2-dark: #18111f;
    --vbw2-dark-soft: #2b1632;
    --vbw2-text: #241b2a;
    --vbw2-muted: #6e6574;
    --vbw2-pink: #ed2e7b;
    --vbw2-purple: #8b2de8;
    --vbw2-blue: #6248ff;
    --vbw2-border: #e8dfeb;
    --vbw2-white: #ffffff;

    position: relative;
    isolation: isolate;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: clamp(70px, 7vw, 102px) 22px;
    overflow: hidden;

    color: var(--vbw2-text);
    background:
        radial-gradient(circle at 4% 12%, rgba(237, 46, 123, 0.09), transparent 27%),
        radial-gradient(circle at 96% 76%, rgba(139, 45, 232, 0.10), transparent 29%),
        linear-gradient(180deg, #ffffff 0%, #fcf9ff 100%);

    font-family:
        "Manrope",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;

    font-synthesis: none;
    -webkit-font-smoothing: auto;
    text-rendering: auto;
}

.vbw2-section *,
.vbw2-section *::before,
.vbw2-section *::after {
    box-sizing: border-box;
}

.vbw2-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

/* =========================================
   BACKGROUND
========================================= */

.vbw2-background,
.vbw2-dot-pattern {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.vbw2-dot-pattern {
    opacity: 0.32;
    background-image: radial-gradient(
        rgba(126, 54, 153, 0.13) 1px,
        transparent 1px
    );
    background-size: 26px 26px;

    mask-image: linear-gradient(
        to bottom,
        transparent,
        #000 15%,
        #000 84%,
        transparent
    );

    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent,
        #000 15%,
        #000 84%,
        transparent
    );
}

.vbw2-gradient {
    position: absolute;
    display: block;
    border-radius: 50%;
}

.vbw2-gradient-one {
    top: -150px;
    left: -150px;
    width: 370px;
    height: 370px;
    background: radial-gradient(
        circle,
        rgba(237, 46, 123, 0.13),
        transparent 70%
    );
}

.vbw2-gradient-two {
    right: -170px;
    bottom: -160px;
    width: 440px;
    height: 440px;
    background: radial-gradient(
        circle,
        rgba(139, 45, 232, 0.13),
        transparent 70%
    );
}

.vbw2-background-line {
    position: absolute;
    top: -190px;
    right: 12%;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(139, 45, 232, 0.09);
    border-radius: 50%;
}

/* =========================================
   SECTION HEADER
========================================= */

.vbw2-header {
    max-width: 810px;
    margin: 0 auto;
    text-align: center;
}

.vbw2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    margin-bottom: 20px;
    padding: 7px 13px 7px 8px;

    color: #812465;
    background: #fff;
    border: 1px solid rgba(188, 49, 157, 0.22);
    border-radius: 999px;
    box-shadow: 0 8px 23px rgba(59, 30, 68, 0.06);

    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.vbw2-eyebrow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 29px;

    width: 29px;
    height: 29px;
    margin: 0;
    padding: 0;

    color: #fff;
    background: linear-gradient(
        135deg,
        var(--vbw2-pink),
        var(--vbw2-purple)
    );
    border-radius: 50%;
}

.vbw2-eyebrow-icon svg {
    display: block;
    width: 15px;
    height: 15px;
    margin: 0;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vbw2-title {
    margin: 0;
    color: var(--vbw2-dark);

    font-size: clamp(43px, 5vw, 67px);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -0.045em;
}

.vbw2-title-line-one,
.vbw2-title-line-two {
    display: block;
}

.vbw2-title-line-two {
    padding-bottom: 5px;
    color: transparent;

    background: linear-gradient(
        100deg,
        var(--vbw2-pink),
        var(--vbw2-purple) 64%,
        var(--vbw2-blue)
    );

    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vbw2-description {
    max-width: 690px;
    margin: 20px auto 0;
    color: var(--vbw2-muted);

    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
}

/* =========================================
   WEBSITE SCOPE LEDGER
========================================= */

.vbw2-ledger {
    position: relative;
    margin-top: 48px;
    overflow: hidden;

    background: #fff;
    border: 1px solid var(--vbw2-border);
    border-radius: 24px;
    box-shadow:
        0 26px 57px rgba(54, 26, 63, 0.10),
        0 5px 15px rgba(54, 26, 63, 0.04);
}

/* Desktop table heading */

.vbw2-ledger-heading {
    display: grid;
    grid-template-columns:
        74px
        minmax(230px, 0.95fr)
        minmax(320px, 1.4fr)
        150px;
    align-items: center;
    gap: 18px;
    min-height: 52px;
    padding: 0 22px;

    color: #cfc2d2;
    background:
        radial-gradient(circle at 88% 0%, rgba(211, 48, 214, 0.25), transparent 30%),
        linear-gradient(105deg, #18111f, #2d1735);

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.vbw2-ledger-heading span:last-child {
    text-align: right;
}

/* Ledger Rows */

.vbw2-ledger-row {
    position: relative;
    display: grid;
    grid-template-columns:
        74px
        minmax(230px, 0.95fr)
        minmax(320px, 1.4fr)
        150px;
    align-items: center;
    gap: 18px;
    min-height: 112px;
    margin: 0;
    padding: 18px 22px;
    overflow: hidden;

    background: #fff;
    border-bottom: 1px solid var(--vbw2-border);

    transition:
        background-color 0.3s ease,
        box-shadow 0.3s ease;
}

.vbw2-ledger-row:last-child {
    border-bottom: 0;
}

.vbw2-ledger-row:nth-child(odd) {
    background: #fefcff;
}

.vbw2-row-accent {
    position: absolute;
    top: 17px;
    bottom: 17px;
    left: 0;
    width: 4px;

    background: linear-gradient(
        to bottom,
        var(--vbw2-pink),
        var(--vbw2-purple)
    );

    border-radius: 0 5px 5px 0;
    transform: scaleY(0.25);
    transform-origin: center;
    transition: transform 0.3s ease;
}

/* Number */

.vbw2-row-number {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.vbw2-row-number > span {
    display: grid;
    place-items: center;
    width: 41px;
    height: 41px;

    color: #982675;
    background: #fae8f4;
    border: 1px solid #f0d7e9;
    border-radius: 12px;

    font-size: 9px;
    font-weight: 800;

    transition:
        color 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease;
}

/* Page name */

.vbw2-row-name {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.vbw2-row-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 43px;

    width: 43px;
    height: 43px;
    margin: 0;
    padding: 0;

    color: #a0287a;
    background: linear-gradient(
        135deg,
        rgba(237, 46, 123, 0.10),
        rgba(139, 45, 232, 0.11)
    );

    border: 1px solid rgba(184, 50, 157, 0.14);
    border-radius: 12px;

    transition:
        color 0.3s ease,
        background 0.3s ease;
}

.vbw2-row-icon svg {
    display: block;
    width: 21px;
    height: 21px;
    margin: 0;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vbw2-row-name > div:last-child {
    min-width: 0;
}

.vbw2-row-name small {
    display: block;
    margin-bottom: 4px;

    color: #a0287a;
    font-size: 8px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.vbw2-row-name h3 {
    margin: 0;
    color: #302637;

    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
}

/* Description */

.vbw2-row-description {
    margin: 0;
    color: #706676;

    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.6;
}

/* Direction tag */

.vbw2-row-tag {
    justify-self: end;
    width: fit-content;
    padding: 8px 11px;

    color: #76225f;
    background: #faebf6;
    border: 1px solid #eed8e9;
    border-radius: 999px;

    font-size: 8px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;

    transition:
        color 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease;
}

/* =========================================
   SITEWIDE FOUNDATION
========================================= */

.vbw2-foundation {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    align-items: center;
    gap: 34px;
    margin-top: 16px;
    padding: 27px;
    overflow: hidden;

    color: #fff;
    background:
        radial-gradient(circle at 90% 0%, rgba(219, 48, 207, 0.25), transparent 31%),
        radial-gradient(circle at 5% 100%, rgba(97, 72, 255, 0.18), transparent 30%),
        linear-gradient(115deg, #18111f, #2b1632);

    border: 1px solid rgba(235, 99, 207, 0.17);
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(41, 18, 48, 0.13);
}

.vbw2-foundation::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    width: 84%;
    height: 1px;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(246, 108, 210, 0.72),
        transparent
    );
}

.vbw2-foundation-heading {
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 0;
}

.vbw2-foundation-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 47px;

    width: 47px;
    height: 47px;
    margin: 0;
    padding: 0;

    color: #fff;
    background: linear-gradient(
        135deg,
        var(--vbw2-pink),
        var(--vbw2-purple)
    );
    border-radius: 14px;
    box-shadow: 0 11px 23px rgba(213, 46, 178, 0.22);
}

.vbw2-foundation-icon svg {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vbw2-foundation-heading small,
.vbw2-foundation-heading h3 {
    display: block;
}

.vbw2-foundation-heading small {
    margin-bottom: 5px;
    color: #e77ec2;

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vbw2-foundation-heading h3 {
    margin: 0;
    color: #fff;

    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}

.vbw2-foundation-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.vbw2-foundation-list > span {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    min-height: 40px;
    padding: 7px 9px;

    color: #d4c7d7;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 10px;

    font-size: 9.5px;
    font-weight: 650;
    line-height: 1.3;
}

.vbw2-foundation-list i {
    display: grid;
    place-items: center;
    flex: 0 0 19px;

    width: 19px;
    height: 19px;

    color: #fff;
    background: #29c87b;
    border-radius: 50%;

    font-size: 10px;
    font-style: normal;
    font-weight: 800;
}

/* =========================================
   FINAL PROJECT CTA
========================================= */

.vbw2-final-cta {
    position: relative;
    display: grid;
    grid-template-columns: 155px minmax(0, 1fr) 260px;
    align-items: center;
    gap: 31px;
    margin-top: 16px;
    padding: 35px;
    overflow: hidden;

    background: #fff;
    border: 1px solid var(--vbw2-border);
    border-radius: 24px;
    box-shadow: 0 23px 51px rgba(54, 26, 63, 0.10);
}

.vbw2-final-cta::before {
    content: "";
    position: absolute;
    top: 0;
    right: 9%;
    left: 9%;
    height: 3px;

    background: linear-gradient(
        90deg,
        transparent,
        var(--vbw2-pink),
        var(--vbw2-purple),
        transparent
    );
}

.vbw2-cta-background,
.vbw2-cta-pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.vbw2-cta-pattern {
    opacity: 0.36;
    background-image: radial-gradient(
        rgba(136, 45, 163, 0.11) 1px,
        transparent 1px
    );
    background-size: 22px 22px;

    mask-image: linear-gradient(90deg, transparent, #000);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000);
}

.vbw2-cta-gradient {
    position: absolute;
    top: -85px;
    right: -65px;
    width: 270px;
    height: 270px;

    background: radial-gradient(
        circle,
        rgba(139, 45, 232, 0.14),
        transparent 69%
    );
}

.vbw2-cta-circle {
    position: absolute;
    right: 12%;
    bottom: -150px;
    width: 300px;
    height: 300px;

    border: 1px solid rgba(139, 45, 232, 0.10);
    border-radius: 50%;
    animation: vbw2CircleRotate 20s linear infinite;
}

/* Project Seal */

.vbw2-cta-seal {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    min-height: 145px;
    padding: 16px;
    text-align: center;

    background: linear-gradient(145deg, #fff7fb, #f8f1ff);
    border: 1px dashed rgba(178, 49, 155, 0.30);
    border-radius: 50%;
}

.vbw2-seal-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 43px;
    height: 43px;
    margin: 0 0 10px;
    padding: 0;

    color: #fff;
    background: linear-gradient(
        135deg,
        var(--vbw2-pink),
        var(--vbw2-purple)
    );
    border-radius: 13px;
    box-shadow: 0 10px 21px rgba(197, 46, 168, 0.20);
}

.vbw2-seal-icon svg {
    display: block;
    width: 21px;
    height: 21px;
    margin: 0;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vbw2-cta-seal small,
.vbw2-cta-seal strong {
    display: block;
}

.vbw2-cta-seal small {
    color: #a12779;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.vbw2-cta-seal strong {
    margin-top: 4px;
    color: #342a3a;
    font-size: 11px;
    font-weight: 800;
}

/* CTA Copy */

.vbw2-cta-copy {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.vbw2-cta-label {
    color: #a1277a;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vbw2-cta-copy h2 {
    margin: 9px 0 0;
    color: var(--vbw2-dark);

    font-size: clamp(29px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.vbw2-cta-line-one,
.vbw2-cta-line-two {
    display: block;
}

.vbw2-cta-line-two {
    color: transparent;

    background: linear-gradient(
        100deg,
        var(--vbw2-pink),
        var(--vbw2-purple)
    );

    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vbw2-cta-copy p {
    max-width: 630px;
    margin: 13px 0 0;
    color: var(--vbw2-muted);

    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.65;
}

/* CTA Button */

.vbw2-cta-action {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    width: 260px;
}

.vbw2-cta-button {
    position: relative;
    display: block;
    width: 100%;
    min-height: 59px;
    padding: 0;
    overflow: hidden;

    color: #fff;
    background: var(--vbw2-dark);
    border: 0;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(53, 22, 63, 0.19);

    font: inherit;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;

    transition: box-shadow 0.3s ease;
}

.vbw2-button-fill {
    position: absolute;
    inset: 0;
    z-index: 1;

    background: linear-gradient(
        105deg,
        var(--vbw2-pink),
        var(--vbw2-purple)
    );

    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.48s cubic-bezier(0.76, 0, 0.24, 1);
}

.vbw2-button-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
    min-height: 59px;
    padding: 7px 8px 7px 17px;

    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.vbw2-button-arrow {
    display: grid;
    place-items: center;
    flex: 0 0 43px;

    width: 43px;
    height: 43px;

    color: #fff;
    background: linear-gradient(
        135deg,
        var(--vbw2-pink),
        var(--vbw2-purple)
    );
    border-radius: 11px;

    transition:
        color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.vbw2-button-arrow svg {
    width: 20px;
    height: 20px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vbw2-cta-button:focus-visible {
    outline: 3px solid rgba(139, 45, 232, 0.28);
    outline-offset: 4px;
}

.vbw2-cta-action > small {
    color: #847989;
    font-size: 9px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

/* =========================================
   DESKTOP HOVER EFFECTS
========================================= */

@media (hover: hover) and (pointer: fine) {
    .vbw2-ledger-row:hover {
        background: #fff8fc;
        box-shadow: inset 0 0 0 1px rgba(202, 53, 174, 0.07);
    }

    .vbw2-ledger-row:hover .vbw2-row-accent {
        transform: scaleY(1);
    }

    .vbw2-ledger-row:hover .vbw2-row-number > span {
        color: #fff;
        background: linear-gradient(
            135deg,
            var(--vbw2-pink),
            var(--vbw2-purple)
        );
        border-color: transparent;
    }

    .vbw2-ledger-row:hover .vbw2-row-icon {
        color: #fff;
        background: linear-gradient(
            135deg,
            var(--vbw2-pink),
            var(--vbw2-purple)
        );
    }

    .vbw2-ledger-row:hover .vbw2-row-tag {
        color: #fff;
        background: var(--vbw2-dark);
        border-color: var(--vbw2-dark);
    }

    .vbw2-cta-button:hover {
        box-shadow:
            0 18px 37px rgba(185, 41, 168, 0.28),
            0 0 0 4px rgba(196, 48, 172, 0.07);
    }

    .vbw2-cta-button:hover .vbw2-button-fill {
        transform: scaleX(1);
    }

    .vbw2-cta-button:hover .vbw2-button-arrow {
        color: var(--vbw2-purple);
        background: #fff;
        transform: translateX(3px);
    }
}

/* =========================================
   ANIMATION
========================================= */

@keyframes vbw2CircleRotate {
    to {
        transform: rotate(360deg);
    }
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {
    .vbw2-ledger-heading,
    .vbw2-ledger-row {
        grid-template-columns:
            62px
            minmax(195px, 0.9fr)
            minmax(250px, 1.25fr)
            125px;
        gap: 13px;
    }

    .vbw2-final-cta {
        grid-template-columns: 125px minmax(0, 1fr) 225px;
        gap: 23px;
        padding: 29px;
    }

    .vbw2-cta-seal {
        min-height: 125px;
    }

    .vbw2-cta-action {
        width: 225px;
    }

    .vbw2-button-content {
        font-size: 11.5px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
    .vbw2-section {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        padding: 54px 13px 47px;
        overflow-x: clip;
    }

    .vbw2-dot-pattern {
        background-size: 20px 20px;
        opacity: 0.23;
    }

    .vbw2-gradient-one {
        width: 240px;
        height: 240px;
    }

    .vbw2-gradient-two {
        width: 280px;
        height: 280px;
    }

    .vbw2-background-line {
        display: none;
    }

    /* Header */

    .vbw2-eyebrow {
        margin-bottom: 16px;
        padding: 7px 11px 7px 7px;
        font-size: 9px;
        line-height: 1.2;
        letter-spacing: 0.055em;
    }

    .vbw2-eyebrow-icon {
        flex-basis: 27px;
        width: 27px;
        height: 27px;
    }

    .vbw2-title {
        font-size: clamp(35px, 10vw, 44px);
        line-height: 1.04;
        letter-spacing: -0.035em;
    }

    .vbw2-description {
        margin-top: 17px;
        font-size: 15.5px;
        line-height: 1.6;
    }

    /* Mobile Ledger */

    .vbw2-ledger {
        margin-top: 35px;
        border-radius: 18px;
    }

    .vbw2-ledger-heading {
        display: none;
    }

    .vbw2-ledger-row {
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr);
        grid-template-areas:
            "number name"
            "number description"
            "number tag";
        gap: 8px 11px;
        min-height: 0;
        padding: 17px 14px 17px 12px;
    }

    .vbw2-row-accent {
        top: 13px;
        bottom: 13px;
        transform: scaleY(1);
    }

    .vbw2-row-number {
        grid-area: number;
        align-items: flex-start;
    }

    .vbw2-row-number > span {
        width: 37px;
        height: 37px;
        font-size: 8px;
    }

    .vbw2-row-name {
        grid-area: name;
        gap: 9px;
    }

    .vbw2-row-icon {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
    }

    .vbw2-row-icon svg {
        width: 19px;
        height: 19px;
    }

    .vbw2-row-name small {
        font-size: 7px;
    }

    .vbw2-row-name h3 {
        font-size: 14px;
    }

    .vbw2-row-description {
        grid-area: description;
        font-size: 12px;
        line-height: 1.55;
    }

    .vbw2-row-tag {
        grid-area: tag;
        justify-self: start;
        margin-top: 2px;
        padding: 7px 9px;
        font-size: 7.5px;
    }

    /* Foundation */

    .vbw2-foundation {
        display: block;
        margin-top: 12px;
        padding: 21px 16px;
        border-radius: 18px;
    }

    .vbw2-foundation-heading {
        align-items: center;
    }

    .vbw2-foundation-icon {
        flex-basis: 43px;
        width: 43px;
        height: 43px;
    }

    .vbw2-foundation-heading h3 {
        font-size: 16px;
    }

    .vbw2-foundation-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
        margin-top: 18px;
    }

    .vbw2-foundation-list > span {
        min-height: 44px;
        padding: 7px;

        font-size: 9px;
        line-height: 1.3;
    }

    /* Final CTA */

    .vbw2-final-cta {
        display: block;
        margin-top: 12px;
        padding: 27px 17px;
        border-radius: 20px;
        text-align: center;
    }

    .vbw2-cta-pattern {
        background-size: 19px 19px;
    }

    .vbw2-cta-circle {
        display: none;
    }

    .vbw2-cta-seal {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-areas:
            "icon small"
            "icon strong";
        align-items: center;
        gap: 2px 10px;

        width: fit-content;
        min-height: 0;
        margin: 0 auto;
        padding: 10px 13px;

        border-radius: 15px;
        text-align: left;
    }

    .vbw2-seal-icon {
        grid-area: icon;
        width: 39px;
        height: 39px;
        margin: 0;
    }

    .vbw2-cta-seal small {
        grid-area: small;
    }

    .vbw2-cta-seal strong {
        grid-area: strong;
        margin-top: 1px;
    }

    .vbw2-cta-copy {
        margin-top: 22px;
    }

    .vbw2-cta-label {
        font-size: 8px;
    }

    .vbw2-cta-copy h2 {
        margin-top: 9px;
        font-size: clamp(29px, 8.8vw, 37px);
        line-height: 1.1;
    }

    .vbw2-cta-copy p {
        margin-top: 13px;
        font-size: 13px;
        line-height: 1.6;
    }

    .vbw2-cta-action {
        width: 100%;
        margin-top: 22px;
    }

    .vbw2-cta-button {
        width: 100%;
        min-height: 57px;
    }

    .vbw2-button-content {
        min-height: 57px;
        padding-left: 16px;
        font-size: 12.5px;
    }

    .vbw2-cta-action > small {
        font-size: 8.5px;
    }

    /* Mobile performance */
    .vbw2-cta-circle {
        animation: none !important;
    }
}

/* =========================================
   VERY SMALL PHONES
========================================= */

@media (max-width: 360px) {
    .vbw2-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .vbw2-title {
        font-size: 33px;
    }

    .vbw2-description {
        font-size: 15px;
    }

    .vbw2-ledger-row {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 8px;
        padding-inline: 10px;
    }

    .vbw2-row-number > span {
        width: 34px;
        height: 34px;
    }

    .vbw2-foundation-list {
        grid-template-columns: 1fr;
    }

    .vbw2-cta-copy h2 {
        font-size: 27px;
    }

    .vbw2-button-content {
        font-size: 11.5px;
    }
}

/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {
    .vbw2-section *,
    .vbw2-section *::before,
    .vbw2-section *::after {
        animation: none !important;
        transition-duration: 0.01ms !important;
    }
}/* End custom CSS */