.elementor-935 .elementor-element.elementor-element-0673e53{--display:flex;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f7deaf6 */@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

/* =====================================================
   VEBZYRA — WEBSITE REDESIGN
   SECTION 1 HERO
===================================================== */

.vwr1-section,
.vwr1-section * {
    box-sizing: border-box;
}

.vwr1-section {
    --vwr1-dark: #160d1c;
    --vwr1-text: #281c2e;
    --vwr1-muted: #6e6573;
    --vwr1-border: #e6dce8;
    --vwr1-white: #ffffff;
    --vwr1-soft: #faf6fc;
    --vwr1-pink: #ed2475;
    --vwr1-purple: #b024d4;
    --vwr1-violet: #782cff;
    --vwr1-green: #19b979;
    --vwr1-gradient: linear-gradient(
        120deg,
        #ed2475 0%,
        #c325ca 48%,
        #782cff 100%
    );

    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(70px, 7vw, 108px) 24px 32px;
    overflow: hidden;
    color: var(--vwr1-text);
    background:
        radial-gradient(circle at 4% 12%, rgba(237, 36, 117, 0.11), transparent 27%),
        radial-gradient(circle at 96% 74%, rgba(120, 44, 255, 0.11), transparent 29%),
        linear-gradient(145deg, #fff9fb 0%, #ffffff 48%, #f9f4ff 100%);
    font-family:
        "Manrope",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;
    font-synthesis: none;
}

.vwr1-section h1,
.vwr1-section h2,
.vwr1-section p {
    margin: 0;
}

.vwr1-section button {
    font: inherit;
}

/* =====================================================
   BACKGROUND
===================================================== */

.vwr1-background {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}

.vwr1-colour-field {
    position: absolute;
    display: block;
    border-radius: 50%;
}

.vwr1-field-one {
    top: -280px;
    left: -250px;
    width: 620px;
    height: 620px;
    background: radial-gradient(
        circle,
        rgba(237, 36, 117, 0.16),
        rgba(237, 36, 117, 0.035) 50%,
        transparent 72%
    );
}

.vwr1-field-two {
    right: -280px;
    bottom: -290px;
    width: 690px;
    height: 690px;
    background: radial-gradient(
        circle,
        rgba(120, 44, 255, 0.16),
        rgba(120, 44, 255, 0.035) 50%,
        transparent 72%
    );
}

.vwr1-editorial-lines {
    position: absolute;
    inset: 0;
    opacity: 0.4;
    background-image:
        linear-gradient(rgba(140, 42, 182, 0.042) 1px, transparent 1px),
        linear-gradient(90deg, rgba(140, 42, 182, 0.042) 1px, transparent 1px);
    background-size: 58px 58px;
}

/* =====================================================
   CONTAINER
===================================================== */

.vwr1-container {
    position: relative;
    z-index: 1;
    width: min(100%, 1240px);
    margin-inline: auto;
}

/* =====================================================
   HERO HEADER
===================================================== */

.vwr1-header {
    width: 100%;
    text-align: center;
}

.vwr1-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 31px;
    gap: 20px;
}

/* Service label */

.vwr1-service-label {
    display: inline-flex;
    align-items: center;
    min-height: 43px;
    padding: 7px 16px 7px 8px;
    gap: 10px;
    border: 1px solid rgba(165, 37, 216, 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;
}

.vwr1-service-icon {
    display: flex;
    flex: 0 0 29px;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--vwr1-gradient);
}

.vwr1-service-icon svg {
    display: block;
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Preserve note */

.vwr1-preserve-note {
    display: inline-flex;
    align-items: center;
    min-height: 39px;
    padding: 7px 13px 7px 8px;
    gap: 9px;
    border: 1px solid rgba(25, 185, 121, 0.17);
    border-radius: 999px;
    color: #276e55;
    background: #f2fff9;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
}

.vwr1-preserve-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--vwr1-green);
}

.vwr1-preserve-check svg {
    display: block;
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* =====================================================
   MAIN HEADING
===================================================== */

.vwr1-title {
    max-width: 1050px;
    margin-inline: auto !important;
    color: var(--vwr1-dark);
    font-size: clamp(52px, 6vw, 82px);
    font-weight: 800;
    line-height: 1.01;
    letter-spacing: -0.058em;
}

.vwr1-title-primary,
.vwr1-title-accent {
    display: block;
}

.vwr1-title-accent {
    margin-top: 7px;
    color: transparent;
    background: var(--vwr1-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vwr1-description {
    max-width: 730px;
    margin: 23px auto 0 !important;
    color: var(--vwr1-muted);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
}

/* =====================================================
   HERO CTA BUTTONS
===================================================== */

.vwr1-actions {
    display: grid;
    grid-template-columns: minmax(0, 220px) minmax(0, 240px);
    justify-content: center;
    align-items: center;
    margin-top: 27px;
    gap: 10px;
}

.vwr1-section .vwr1-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: 51px;
    min-height: 51px;
    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;
}

.vwr1-button-label {
    display: block;
    min-width: 0;
}

.vwr1-button-desktop {
    display: inline;
}

.vwr1-button-mobile {
    display: none;
}

.vwr1-section .vwr1-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;
}

.vwr1-section .vwr1-button-primary {
    border: 1px solid transparent !important;
    color: #ffffff !important;
    background: var(--vwr1-gradient) !important;
    box-shadow: 0 12px 27px rgba(180, 37, 199, 0.21);
}

.vwr1-section .vwr1-button-primary svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
}

.vwr1-section .vwr1-button-secondary {
    border: 1px solid #dacfe0 !important;
    color: #281d2e !important;
    background: #ffffff !important;
}

.vwr1-section .vwr1-button-secondary svg {
    color: #76289d !important;
    stroke: currentColor !important;
}

.vwr1-section .vwr1-button:focus-visible {
    outline: 3px solid rgba(120, 44, 255, 0.24);
    outline-offset: 3px;
}

/* =====================================================
   TRANSFORMATION BOARD
===================================================== */

.vwr1-transformation {
    margin-top: 64px;
    padding: 20px;
    border: 1px solid rgba(62, 34, 72, 0.14);
    border-radius: 29px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow:
        0 31px 78px rgba(52, 24, 64, 0.12),
        inset 0 1px 0 #ffffff;
}

/* Board header */

.vwr1-board-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    padding: 16px 20px;
    gap: 18px;
    border-radius: 17px;
    color: #ffffff;
    background:
        radial-gradient(circle at 12% 50%, rgba(237, 36, 117, 0.2), transparent 28%),
        linear-gradient(120deg, #170d1e, #2b1230);
}

.vwr1-board-heading span,
.vwr1-board-heading strong {
    display: block;
}

.vwr1-board-heading span {
    margin-bottom: 5px;
    color: #ee82bf;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.13em;
}

.vwr1-board-heading strong {
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.vwr1-review-status {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    min-height: 33px;
    padding: 7px 12px;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    color: #f2eaf4;
    background: rgba(255, 255, 255, 0.07);
    font-size: 10px;
    font-weight: 700;
}

.vwr1-review-status > span {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #39dc9b;
    box-shadow: 0 0 0 5px rgba(57, 220, 155, 0.1);
    animation: vwr1-status-pulse 2.5s ease-in-out infinite;
}

/* =====================================================
   COMPARISON LAYOUT
===================================================== */

.vwr1-comparison {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 108px minmax(0, 1fr);
    align-items: stretch;
    margin-top: 20px;
}

.vwr1-version {
    min-width: 0;
    padding: 23px;
    border: 1px solid var(--vwr1-border);
    border-radius: 21px;
}

.vwr1-existing-version {
    background:
        linear-gradient(145deg, #fbf9fb 0%, #ffffff 72%);
}

.vwr1-improved-version {
    border-color: rgba(177, 38, 207, 0.2);
    background:
        radial-gradient(circle at 100% 0, rgba(120, 44, 255, 0.08), transparent 35%),
        linear-gradient(145deg, #fffafd, #ffffff);
}

/* Version headings */

.vwr1-version-heading {
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.vwr1-version-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border: 1px solid #e2d6e5;
    border-radius: 13px;
    color: #957d9b;
    background: #f8f4f9;
    font-size: 10px;
    font-weight: 800;
}

.vwr1-improved-version .vwr1-version-number {
    border-color: transparent;
    color: #ffffff;
    background: var(--vwr1-gradient);
}

.vwr1-version-heading > div > span {
    display: block;
    margin-bottom: 4px;
    color: #9f278a;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.11em;
}

.vwr1-version-heading h2 {
    color: #241829;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.35;
}

.vwr1-version-description {
    min-height: 58px;
    margin-top: 15px !important;
    color: #746b78;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
}

/* =====================================================
   EXISTING WEBSITE GRAPHIC
===================================================== */

.vwr1-existing-layers {
    position: relative;
    width: 100%;
    height: 230px;
    margin-top: 18px;
}

.vwr1-page-layer {
    position: absolute;
    display: block;
    border: 1px solid #e3dbe5;
    border-radius: 15px;
    background: #ffffff;
}

.vwr1-page-layer-back {
    top: 9px;
    right: 10%;
    bottom: 18px;
    left: 10%;
    opacity: 0.48;
    transform: rotate(-4deg);
}

.vwr1-page-layer-middle {
    top: 6px;
    right: 6%;
    bottom: 11px;
    left: 6%;
    opacity: 0.7;
    transform: rotate(3deg);
}

.vwr1-page-layer-back > span,
.vwr1-page-layer-middle > span {
    display: block;
    width: 34%;
    height: 7px;
    margin: 18px 0 13px 18px;
    border-radius: 6px;
    background: #dfd7e1;
}

.vwr1-page-layer-back > i,
.vwr1-page-layer-middle > i {
    display: block;
    width: 65%;
    height: 5px;
    margin: 0 0 8px 18px;
    border-radius: 6px;
    background: #ece6ed;
}

.vwr1-page-layer-front {
    inset: 17px 0 0;
    z-index: 3;
    padding: 13px;
    overflow: hidden;
    background:
        linear-gradient(145deg, #fdfcfd, #f7f4f8);
    box-shadow: 0 13px 28px rgba(51, 29, 58, 0.11);
}

.vwr1-old-navigation {
    display: flex;
    align-items: center;
    height: 33px;
    padding: 0 9px;
    gap: 7px;
    border: 1px solid #e5dee7;
    border-radius: 9px;
    background: #ffffff;
}

.vwr1-old-navigation > i {
    display: block;
    width: 23px;
    height: 8px;
    margin-right: auto;
    border-radius: 5px;
    background: #998e9d;
}

.vwr1-old-navigation > span {
    display: block;
    width: 20px;
    height: 4px;
    border-radius: 5px;
    background: #d7cfd9;
}

.vwr1-old-content {
    padding: 21px 9px 15px;
}

.vwr1-old-heading-line,
.vwr1-old-text-line {
    display: block;
    border-radius: 8px;
}

.vwr1-old-heading-line {
    width: 65%;
    height: 13px;
    margin-bottom: 12px;
    background: #8d828f;
}

.vwr1-old-text-line {
    width: 82%;
    height: 6px;
    margin-bottom: 7px;
    background: #d5cdd7;
}

.vwr1-old-text-short {
    width: 53%;
}

.vwr1-old-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 9px;
    gap: 7px;
}

.vwr1-old-blocks > span {
    display: block;
    height: 65px;
    border: 1px solid #e2dae4;
    border-radius: 9px;
    background:
        linear-gradient(145deg, #eeeaef, #faf8fb);
}

/* =====================================================
   PRESERVE LIST
===================================================== */

.vwr1-preserve-list,
.vwr1-improvement-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 17px;
    gap: 7px;
}

.vwr1-preserve-list > span,
.vwr1-improvement-list > span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 43px;
    padding: 8px 7px;
    gap: 6px;
    border: 1px solid #e7dfe9;
    border-radius: 10px;
    color: #625768;
    background: #ffffff;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.vwr1-preserve-list svg,
.vwr1-improvement-list svg {
    display: block;
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vwr1-preserve-list svg {
    color: #298567;
}

.vwr1-improvement-list > span {
    border-color: rgba(175, 38, 206, 0.16);
    color: #662a74;
    background: #fff9fe;
}

.vwr1-improvement-list svg {
    color: #ad28c3;
}

/* =====================================================
   CENTRAL REDESIGN RAIL
===================================================== */

.vwr1-redesign-rail {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    min-height: 100%;
    padding-block: 37px;
}

.vwr1-rail-line {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 50%;
    width: 1px;
    background: linear-gradient(
        to bottom,
        transparent,
        #dcbbdf 12%,
        #c142ca 50%,
        #dcbbdf 88%,
        transparent
    );
}

.vwr1-rail-step {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

.vwr1-rail-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    border: 1px solid rgba(174, 38, 205, 0.2);
    border-radius: 50%;
    color: #a327ba;
    background: #ffffff;
    box-shadow: 0 8px 19px rgba(58, 27, 69, 0.11);
}

.vwr1-rail-icon svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vwr1-rail-step strong {
    padding: 5px 7px;
    border-radius: 999px;
    color: #8c3199;
    background: #faf3fc;
    font-size: 8px;
    font-weight: 800;
    line-height: 1.2;
}

/* =====================================================
   IMPROVED WEBSITE GRAPHIC
===================================================== */

.vwr1-improved-layout {
    position: relative;
    width: 100%;
    height: 230px;
    margin-top: 18px;
    padding: 12px;
    overflow: hidden;
    border: 1px solid rgba(177, 38, 207, 0.18);
    border-radius: 15px;
    background:
        radial-gradient(circle at 85% 35%, rgba(120, 44, 255, 0.11), transparent 29%),
        linear-gradient(145deg, #fffafd, #f9f4ff);
    box-shadow: 0 13px 29px rgba(70, 29, 81, 0.1);
}

/* New navigation */

.vwr1-new-navigation {
    display: flex;
    align-items: center;
    height: 34px;
    padding: 0 8px;
    gap: 8px;
    border: 1px solid rgba(159, 38, 196, 0.12);
    border-radius: 9px;
    background: #ffffff;
}

.vwr1-new-logo {
    display: block;
    width: 25px;
    height: 11px;
    margin-right: auto;
    border-radius: 5px;
    background: var(--vwr1-gradient);
}

.vwr1-new-navigation > div {
    display: flex;
    align-items: center;
    gap: 6px;
}

.vwr1-new-navigation > div i {
    display: block;
    width: 18px;
    height: 4px;
    border-radius: 5px;
    background: #d8cedb;
}

.vwr1-new-nav-action {
    display: block;
    width: 35px;
    height: 15px;
    border-radius: 6px;
    background: var(--vwr1-gradient);
}

/* New hero graphic */

.vwr1-new-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 0.72fr;
    align-items: center;
    min-height: 125px;
    padding: 15px 8px;
    gap: 12px;
}

.vwr1-new-copy {
    min-width: 0;
}

.vwr1-new-label,
.vwr1-new-title-line,
.vwr1-new-description-line {
    display: block;
    border-radius: 6px;
}

.vwr1-new-label {
    width: 36%;
    height: 6px;
    margin-bottom: 10px;
    background: #e358a9;
}

.vwr1-new-title-line {
    width: 90%;
    height: 12px;
    margin-bottom: 7px;
    background: #302136;
}

.vwr1-new-title-short {
    width: 66%;
}

.vwr1-new-description-line {
    width: 82%;
    height: 5px;
    margin-top: 11px;
    background: #d4cbd7;
}

.vwr1-new-buttons {
    display: flex;
    margin-top: 14px;
    gap: 6px;
}

.vwr1-new-buttons > i {
    display: block;
    width: 49px;
    height: 17px;
    border-radius: 6px;
}

.vwr1-new-buttons > i:first-child {
    background: var(--vwr1-gradient);
}

.vwr1-new-buttons > i:last-child {
    border: 1px solid #d8cedb;
    background: #ffffff;
}

.vwr1-new-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 97px;
    overflow: hidden;
    border-radius: 13px;
    background: linear-gradient(145deg, #ffcce0, #d366db 52%, #7c3bee);
}

.vwr1-new-visual > span {
    display: block;
    width: 52%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
}

.vwr1-new-visual > i {
    position: absolute;
    right: 9px;
    bottom: 9px;
    display: block;
    width: 34%;
    height: 21%;
    border-radius: 6px;
    background: #ffffff;
}

/* New footer row */

.vwr1-new-footer-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
}

.vwr1-new-footer-row > span {
    display: block;
    height: 36px;
    border: 1px solid rgba(159, 38, 196, 0.12);
    border-radius: 8px;
    background: #ffffff;
}

/* Scanning animation */

.vwr1-scan-line {
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 4%;
    z-index: 5;
    display: block;
    width: 2px;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(237, 36, 117, 0.8),
        rgba(120, 44, 255, 0.8),
        transparent
    );
    animation: vwr1-scan 4.8s ease-in-out infinite;
}

/* =====================================================
   OUTCOME STRIP
===================================================== */

.vwr1-outcome-strip {
    display: grid;
    grid-template-columns: 1.1fr repeat(3, minmax(0, 1fr));
    align-items: center;
    margin-top: 20px;
    overflow: hidden;
    border: 1px solid var(--vwr1-border);
    border-radius: 17px;
    background: #ffffff;
}

.vwr1-outcome-heading,
.vwr1-outcome-item {
    min-width: 0;
    min-height: 90px;
    padding: 16px;
}

.vwr1-outcome-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    background:
        radial-gradient(circle at 0 50%, rgba(237, 36, 117, 0.22), transparent 43%),
        linear-gradient(120deg, #180e1f, #2b1230);
}

.vwr1-outcome-heading span,
.vwr1-outcome-heading strong {
    display: block;
}

.vwr1-outcome-heading span {
    margin-bottom: 5px;
    color: #ed7abd;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.11em;
}

.vwr1-outcome-heading strong {
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
}

.vwr1-outcome-item {
    display: grid;
    grid-template-columns: 35px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    border-right: 1px solid var(--vwr1-border);
    transition: background-color 220ms ease;
}

.vwr1-outcome-item:last-child {
    border-right: 0;
}

.vwr1-outcome-item > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 11px;
    color: #a229c3;
    background: #f7eafa;
    font-size: 9px;
    font-weight: 800;
}

.vwr1-outcome-item strong,
.vwr1-outcome-item small {
    display: block;
}

.vwr1-outcome-item strong {
    margin-bottom: 4px;
    color: #291d2f;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
}

.vwr1-outcome-item small {
    color: #766d7b;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.45;
}

/* =====================================================
   DESKTOP HOVER
===================================================== */

@media (hover: hover) and (pointer: fine) {
    .vwr1-section .vwr1-button-primary:hover {
        color: #ffffff !important;
        background: linear-gradient(
            120deg,
            #782cff,
            #bf22d0,
            #ed2475
        ) !important;
        box-shadow: 0 15px 31px rgba(180, 37, 199, 0.28);
    }

    .vwr1-section .vwr1-button-primary:hover svg {
        color: #ffffff !important;
        stroke: #ffffff !important;
        transform: translateX(3px);
    }

    .vwr1-section .vwr1-button-secondary:hover {
        border-color: var(--vwr1-dark) !important;
        color: #ffffff !important;
        background: var(--vwr1-dark) !important;
        box-shadow: 0 12px 26px rgba(22, 13, 28, 0.17);
    }

    .vwr1-section .vwr1-button-secondary:hover svg {
        color: #ffffff !important;
        stroke: #ffffff !important;
    }

    .vwr1-version:hover {
        border-color: rgba(177, 38, 207, 0.27);
    }

    .vwr1-outcome-item:hover {
        background: #fff9fe;
    }
}

/* =====================================================
   ANIMATIONS
===================================================== */

@keyframes vwr1-status-pulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.55;
        transform: scale(0.82);
    }
}

@keyframes vwr1-scan {
    0%,
    100% {
        left: 4%;
        opacity: 0;
    }

    12%,
    88% {
        opacity: 1;
    }

    50% {
        left: 96%;
        opacity: 1;
    }
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1050px) {
    .vwr1-comparison {
        grid-template-columns: minmax(0, 1fr) 82px minmax(0, 1fr);
    }

    .vwr1-version {
        padding: 18px;
    }

    .vwr1-title {
        font-size: clamp(49px, 6.2vw, 68px);
    }

    .vwr1-outcome-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vwr1-outcome-heading {
        grid-column: 1 / -1;
        min-height: 68px;
        text-align: center;
    }
}

/* =====================================================
   MOBILE AND SMALL TABLET
===================================================== */

@media (max-width: 820px) {
    .vwr1-comparison {
        grid-template-columns: 1fr;
    }

    .vwr1-redesign-rail {
        flex-direction: row;
        min-height: 86px;
        padding: 15px 20px;
    }

    .vwr1-rail-line {
        top: 50%;
        right: 30px;
        bottom: auto;
        left: 30px;
        width: auto;
        height: 1px;
        background: linear-gradient(
            to right,
            transparent,
            #dcbbdf 12%,
            #c142ca 50%,
            #dcbbdf 88%,
            transparent
        );
    }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {
    .vwr1-section {
        padding: 55px 12px 18px;
    }

    .vwr1-editorial-lines {
        opacity: 0.28;
        background-size: 38px 38px;
    }

    .vwr1-topline {
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: 24px;
        gap: 9px;
    }

    .vwr1-service-label,
    .vwr1-preserve-note {
        width: 100%;
        justify-content: flex-start;
    }

    .vwr1-service-label {
        min-height: 43px;
        padding: 7px 10px 7px 7px;
        font-size: 11px;
    }

    .vwr1-preserve-note {
        min-height: 40px;
        padding: 7px 10px 7px 7px;
        font-size: 10px;
    }

    .vwr1-title {
        max-width: 100%;
        font-size: clamp(32px, 9.8vw, 42px);
        line-height: 1.04;
        letter-spacing: -0.045em;
    }

    .vwr1-title-accent {
        margin-top: 7px;
    }

    .vwr1-description {
        margin-top: 18px !important;
        font-size: 15px;
        line-height: 1.65;
    }

    /* Mobile CTA left and right */

    .vwr1-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 23px;
        gap: 7px;
    }

    .vwr1-section .vwr1-button {
        height: 47px;
        min-height: 47px;
        padding: 8px 7px;
        gap: 6px;
        border-radius: 11px;
        font-size: 11px;
    }

    .vwr1-button-desktop {
        display: none;
    }

    .vwr1-button-mobile {
        display: inline;
        white-space: nowrap;
    }

    .vwr1-section .vwr1-button svg {
        flex-basis: 15px;
        width: 15px;
        height: 15px;
    }

    /* Transformation board */

    .vwr1-transformation {
        margin-top: 40px;
        padding: 9px;
        border-radius: 21px;
        box-shadow: 0 20px 48px rgba(52, 24, 64, 0.1);
    }

    .vwr1-board-header {
        align-items: flex-start;
        min-height: auto;
        padding: 14px;
        gap: 9px;
        border-radius: 14px;
    }

    .vwr1-board-heading strong {
        font-size: 15px;
    }

    .vwr1-review-status {
        max-width: 105px;
        min-height: 29px;
        padding: 5px 8px;
        font-size: 8px;
        line-height: 1.3;
        text-align: left;
    }

    .vwr1-comparison {
        margin-top: 10px;
    }

    .vwr1-version {
        padding: 13px;
        border-radius: 17px;
    }

    .vwr1-version-heading {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 10px;
    }

    .vwr1-version-number {
        width: 40px;
        height: 40px;
    }

    .vwr1-version-heading h2 {
        font-size: 17px;
    }

    .vwr1-version-description {
        min-height: auto;
        margin-top: 12px !important;
        font-size: 11px;
    }

    /* Existing graphic */

    .vwr1-existing-layers {
        height: 190px;
        margin-top: 15px;
    }

    .vwr1-page-layer-front {
        padding: 10px;
    }

    .vwr1-old-content {
        padding: 16px 7px 12px;
    }

    .vwr1-old-blocks {
        padding-inline: 7px;
    }

    .vwr1-old-blocks > span {
        height: 48px;
    }

    /* Tags */

    .vwr1-preserve-list,
    .vwr1-improvement-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 13px;
    }

    .vwr1-preserve-list > span,
    .vwr1-improvement-list > span {
        min-height: 42px;
        font-size: 9px;
    }

    .vwr1-preserve-list > span:last-child,
    .vwr1-improvement-list > span:last-child {
        grid-column: 1 / -1;
    }

    /* Horizontal process rail */

    .vwr1-redesign-rail {
        min-height: 82px;
        padding: 12px 10px;
    }

    .vwr1-rail-line {
        right: 22px;
        left: 22px;
    }

    .vwr1-rail-icon {
        width: 35px;
        height: 35px;
    }

    .vwr1-rail-step strong {
        font-size: 7px;
    }

    /* Improved graphic */

    .vwr1-improved-layout {
        height: 190px;
        margin-top: 15px;
        padding: 9px;
    }

    .vwr1-new-hero {
        min-height: 103px;
        padding: 11px 5px;
    }

    .vwr1-new-visual {
        min-height: 78px;
    }

    .vwr1-new-footer-row > span {
        height: 29px;
    }

    /* Outcome */

    .vwr1-outcome-strip {
        grid-template-columns: 1fr;
        margin-top: 10px;
        border-radius: 14px;
    }

    .vwr1-outcome-heading,
    .vwr1-outcome-item {
        min-height: 71px;
        padding: 13px;
    }

    .vwr1-outcome-heading {
        text-align: left;
    }

    .vwr1-outcome-item {
        border-right: 0;
        border-bottom: 1px solid var(--vwr1-border);
    }

    .vwr1-outcome-item:last-child {
        border-bottom: 0;
    }

    .vwr1-outcome-item strong {
        font-size: 12px;
    }

    .vwr1-outcome-item small {
        font-size: 10px;
    }

    /* Smooth mobile performance */

    .vwr1-review-status > span,
    .vwr1-scan-line {
        animation: none;
    }

    .vwr1-scan-line {
        left: 50%;
        opacity: 0.3;
    }
}

/* =====================================================
   EXTRA SMALL MOBILE
===================================================== */

@media (max-width: 360px) {
    .vwr1-section {
        padding-inline: 9px;
    }

    .vwr1-title {
        font-size: 31px;
    }

    .vwr1-service-label {
        font-size: 10px;
    }

    .vwr1-actions {
        gap: 6px;
    }

    .vwr1-section .vwr1-button {
        height: 45px;
        min-height: 45px;
        padding-inline: 4px;
        font-size: 10px;
    }

    .vwr1-section .vwr1-button svg {
        flex-basis: 14px;
        width: 14px;
        height: 14px;
    }

    .vwr1-board-header {
        padding: 12px 10px;
    }

    .vwr1-board-heading strong {
        font-size: 14px;
    }

    .vwr1-version {
        padding: 10px;
    }

    .vwr1-existing-layers,
    .vwr1-improved-layout {
        height: 180px;
    }
}

/* =====================================================
   ACCESSIBILITY
===================================================== */

@media (prefers-reduced-motion: reduce) {
    .vwr1-section *,
    .vwr1-section *::before,
    .vwr1-section *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* =====================================================
   VEBZYRA — TOP-LEFT HERO LAYOUT FIX
   Keep this block at the end of the stylesheet.
===================================================== */

/* The earlier green note is intentionally removed. */
.vwr1-section .vwr1-preserve-note {
    display: none !important;
}

@media (min-width: 1025px) {
    .vwr1-section {
        padding-top: clamp(64px, 6vw, 92px);
    }

    .vwr1-header {
        display: grid;
        grid-template-columns: minmax(0, 1.12fr) minmax(350px, 0.78fr);
        grid-template-areas:
            "topline topline"
            "title description"
            "title actions";
        align-items: start;
        column-gap: clamp(52px, 7vw, 96px);
        row-gap: 0;
        width: 100%;
        min-width: 0;
        text-align: left;
    }

    .vwr1-topline {
        grid-area: topline;
        justify-content: flex-start;
        margin: 0 0 24px;
    }

    .vwr1-service-label {
        width: auto;
        max-width: 100%;
    }

    .vwr1-title {
        grid-area: title;
        align-self: start;
        width: 100%;
        max-width: 100%;
        margin: 0 !important;
        padding: 0 0 0.13em;
        overflow: visible;
        color: var(--vwr1-dark);
        font-family: "Manrope", Arial, sans-serif !important;
        font-size: clamp(47px, 5vw, 68px);
        font-weight: 800 !important;
        line-height: 1.07;
        letter-spacing: -0.055em;
        text-align: left;
    }

    .vwr1-title-primary,
    .vwr1-title-accent {
        display: block;
        width: max-content;
        max-width: 100%;
        margin: 0;
        padding: 0 0 0.1em;
        overflow: visible;
        font: inherit;
        line-height: inherit;
        letter-spacing: inherit;
        white-space: nowrap;
    }

    .vwr1-title-primary {
        color: var(--vwr1-dark);
        -webkit-text-fill-color: var(--vwr1-dark);
    }

    .vwr1-title-accent {
        margin-top: 2px;
        background: var(--vwr1-gradient);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
    }

    .vwr1-description {
        grid-area: description;
        align-self: end;
        width: 100%;
        max-width: 470px;
        margin: 0 !important;
        padding-top: 8px;
        color: var(--vwr1-muted);
        font-family: "Manrope", Arial, sans-serif !important;
        font-size: clamp(15px, 1.35vw, 18px);
        font-weight: 500;
        line-height: 1.68;
        letter-spacing: -0.012em;
        text-align: left;
    }

    .vwr1-actions {
        grid-area: actions;
        grid-template-columns: minmax(0, 220px) minmax(0, 240px);
        justify-content: start;
        width: 100%;
        margin-top: 20px;
    }

    .vwr1-transformation {
        margin-top: clamp(45px, 5vw, 64px);
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .vwr1-section {
        padding-top: 62px;
    }

    .vwr1-header {
        display: block;
        width: 100%;
        text-align: left;
    }

    .vwr1-topline {
        display: flex;
        justify-content: flex-start;
        margin: 0 0 22px;
    }

    .vwr1-title {
        width: 100%;
        max-width: 850px;
        margin: 0 !important;
        padding-bottom: 0.12em;
        overflow: visible;
        font-family: "Manrope", Arial, sans-serif !important;
        font-size: clamp(47px, 6.3vw, 64px);
        font-weight: 800 !important;
        line-height: 1.07;
        letter-spacing: -0.052em;
        text-align: left;
    }

    .vwr1-title-primary,
    .vwr1-title-accent {
        display: block;
        width: max-content;
        max-width: 100%;
        padding-bottom: 0.09em;
        overflow: visible;
        font: inherit;
        white-space: nowrap;
    }

    .vwr1-description {
        max-width: 700px;
        margin: 17px 0 0 !important;
        text-align: left;
    }

    .vwr1-actions {
        justify-content: start;
        margin-top: 22px;
    }
}

@media (max-width: 767px) {
    .vwr1-section {
        width: 100%;
        max-width: 100%;
        padding: 50px 12px 18px;
        overflow: hidden;
    }

    .vwr1-container,
    .vwr1-header {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .vwr1-header {
        display: block;
        text-align: center;
    }

    .vwr1-topline {
        display: flex;
        justify-content: center;
        margin: 0 0 20px;
    }

    .vwr1-service-label {
        width: auto;
        max-width: 100%;
        justify-content: center;
        padding-right: 12px;
        white-space: normal;
        text-align: left;
    }

    .vwr1-title {
        width: 100%;
        max-width: 100%;
        margin: 0 auto !important;
        padding: 0 0 0.13em;
        overflow: visible;
        font-family: "Manrope", Arial, sans-serif !important;
        font-size: clamp(34px, 10.5vw, 43px);
        font-weight: 800 !important;
        line-height: 1.07;
        letter-spacing: -0.048em;
        text-align: center;
    }

    .vwr1-title-primary,
    .vwr1-title-accent {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-inline: auto;
        padding: 0 0 0.1em;
        overflow: visible;
        font: inherit;
        line-height: inherit;
        letter-spacing: inherit;
        white-space: normal;
        overflow-wrap: normal;
        word-break: normal;
    }

    .vwr1-title-accent {
        margin-top: 1px;
    }

    .vwr1-description {
        width: 100%;
        max-width: 350px;
        margin: 15px auto 0 !important;
        font-family: "Manrope", Arial, sans-serif !important;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.6;
        text-align: center;
    }

    .vwr1-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        max-width: 430px;
        margin: 21px auto 0;
        gap: 7px;
    }

    .vwr1-section .vwr1-button {
        width: 100%;
        min-width: 0;
        padding-inline: 7px;
    }

    .vwr1-transformation {
        margin-top: 36px;
    }
}

@media (max-width: 360px) {
    .vwr1-title {
        font-size: 32px;
    }

    .vwr1-section .vwr1-button {
        font-size: 9.7px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-26e8861 */@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

/* =====================================================
   VEBZYRA — WEBSITE REDESIGN
   SECTION 2 | CONSISTENT TYPOGRAPHY
===================================================== */

.vwr2-section,
.vwr2-section * {
    box-sizing: border-box;
}

.vwr2-section {
    --vwr2-dark: #160d1c;
    --vwr2-text: #291c2f;
    --vwr2-muted: #6f6574;
    --vwr2-border: #e7dce9;
    --vwr2-white: #ffffff;
    --vwr2-pink: #ed2475;
    --vwr2-purple: #b025d5;
    --vwr2-violet: #782cff;
    --vwr2-green: #19b979;
    --vwr2-gradient: linear-gradient(
        120deg,
        #ed2475 0%,
        #c425ca 48%,
        #782cff 100%
    );

    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(70px, 7vw, 108px) 24px;
    overflow: hidden;
    color: var(--vwr2-text);
    background:
        radial-gradient(circle at 4% 15%, rgba(237, 36, 117, 0.09), transparent 27%),
        radial-gradient(circle at 95% 75%, rgba(120, 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;
}

.vwr2-section h2,
.vwr2-section h3,
.vwr2-section p {
    margin: 0;
}

.vwr2-section button {
    font: inherit;
}

/* =====================================================
   BACKGROUND
===================================================== */

.vwr2-background {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}

.vwr2-contour {
    position: absolute;
    display: block;
    border-radius: 50%;
}

.vwr2-contour-one {
    top: -240px;
    left: -230px;
    width: 570px;
    height: 570px;
    border: 1px solid rgba(237, 36, 117, 0.1);
    box-shadow:
        0 0 0 70px rgba(237, 36, 117, 0.025),
        0 0 0 140px rgba(237, 36, 117, 0.018);
}

.vwr2-contour-two {
    right: -250px;
    bottom: -260px;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(120, 44, 255, 0.1);
    box-shadow:
        0 0 0 80px rgba(120, 44, 255, 0.024),
        0 0 0 160px rgba(120, 44, 255, 0.016);
}

.vwr2-background-grid {
    position: absolute;
    inset: 0;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(140, 42, 182, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(140, 42, 182, 0.04) 1px, transparent 1px);
    background-size: 58px 58px;
}

/* =====================================================
   CONTAINER
===================================================== */

.vwr2-container {
    position: relative;
    z-index: 1;
    width: min(100%, 1240px);
    margin-inline: auto;
}

/* =====================================================
   SECTION HEADING
   Label left — heading centre
===================================================== */

.vwr2-heading {
    width: 100%;
    max-width: none;
    margin: 0 0 50px;
    text-align: left;
}

.vwr2-heading-top {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* Same position and size as Section 1 label */

.vwr2-eyebrow {
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    min-height: 43px;
    margin: 0;
    padding: 7px 16px 7px 8px;
    gap: 10px;
    border: 1px solid rgba(165, 37, 216, 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;
    text-align: left;
}

.vwr2-eyebrow-icon {
    display: flex;
    flex: 0 0 29px;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--vwr2-gradient);
}

.vwr2-eyebrow-icon svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Same exact heading size as Section 1 */

.vwr2-title {
    width: 100%;
    max-width: 1050px;
    margin: 31px auto 0 !important;
    color: var(--vwr2-dark);
    font-size: clamp(52px, 6vw, 82px);
    font-weight: 800;
    line-height: 1.01;
    letter-spacing: -0.058em;
    text-align: center;
}

.vwr2-title span {
    display: block;
    margin-top: 7px;
    color: transparent;
    background: var(--vwr2-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Same description size as Section 1 */

.vwr2-description {
    width: 100%;
    max-width: 730px;
    margin: 23px auto 0 !important;
    color: var(--vwr2-muted);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
}

/* =====================================================
   FOCUS BOARD
===================================================== */

.vwr2-focus-board {
    padding: 20px;
    border: 1px solid rgba(66, 36, 76, 0.14);
    border-radius: 29px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow:
        0 30px 75px rgba(53, 25, 65, 0.11),
        inset 0 1px 0 #ffffff;
}

.vwr2-focus-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    padding: 16px 19px;
    gap: 18px;
    border: 1px solid var(--vwr2-border);
    border-radius: 17px;
    background:
        radial-gradient(circle at 0 50%, rgba(237, 36, 117, 0.08), transparent 32%),
        linear-gradient(110deg, #fff9fc, #fbf7ff);
}

.vwr2-focus-header > div span,
.vwr2-focus-header > div strong {
    display: block;
}

.vwr2-focus-header > div span {
    margin-bottom: 5px;
    color: #a42689;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.13em;
}

.vwr2-focus-header > div strong {
    color: #271a2d;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.vwr2-top-status {
    display: inline-flex;
    margin-left: auto;
    flex: 0 0 auto;
    align-items: center;
    min-height: 33px;
    padding: 7px 12px;
    gap: 8px;
    border: 1px solid rgba(25, 185, 121, 0.17);
    border-radius: 999px;
    color: #267054;
    background: #f0fff8;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.35;
    white-space: nowrap;
}

.vwr2-top-status i {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--vwr2-green);
    box-shadow: 0 0 0 5px rgba(25, 185, 121, 0.1);
    animation: vwr2-status-pulse 2.5s ease-in-out infinite;
}

/* =====================================================
   ORBIT CANVAS
===================================================== */

.vwr2-orbit-canvas {
    position: relative;
    width: 100%;
    height: 610px;
    margin-top: 19px;
    overflow: hidden;
    border: 1px solid var(--vwr2-border);
    border-radius: 23px;
    background:
        radial-gradient(circle at 50% 50%, rgba(177, 38, 207, 0.07), transparent 29%),
        linear-gradient(145deg, #fffefe, #fbf8fd);
}

.vwr2-orbit-paths {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.vwr2-orbit-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.vwr2-orbit-ring-outer {
    width: 510px;
    height: 510px;
    border: 1px dashed rgba(171, 39, 203, 0.23);
}

.vwr2-orbit-ring-middle {
    width: 390px;
    height: 390px;
    border: 1px solid rgba(237, 36, 117, 0.12);
}

.vwr2-orbit-ring-inner {
    width: 275px;
    height: 275px;
    border: 1px dashed rgba(120, 44, 255, 0.18);
}

.vwr2-orbit-tracer {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 510px;
    height: 510px;
    margin-top: -255px;
    margin-left: -255px;
    border-radius: 50%;
    animation: vwr2-orbit-rotation 15s linear infinite;
}

.vwr2-orbit-tracer::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    width: 11px;
    height: 11px;
    margin-left: -5px;
    border-radius: 50%;
    background: var(--vwr2-pink);
    box-shadow:
        0 0 0 6px rgba(237, 36, 117, 0.1),
        0 0 22px rgba(237, 36, 117, 0.35);
}

/* =====================================================
   CENTRE HUB
===================================================== */

.vwr2-centre-hub {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    display: flex;
    width: 206px;
    height: 206px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 23px;
    border: 1px solid rgba(174, 38, 206, 0.2);
    border-radius: 50%;
    text-align: center;
    background:
        radial-gradient(circle at 50% 30%, rgba(237, 36, 117, 0.1), transparent 40%),
        #ffffff;
    box-shadow:
        0 23px 55px rgba(63, 27, 75, 0.14),
        0 0 0 12px rgba(255, 255, 255, 0.78);
    transform: translate(-50%, -50%);
}

.vwr2-centre-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    border-radius: 16px;
    color: #ffffff;
    background: var(--vwr2-gradient);
    box-shadow: 0 12px 25px rgba(178, 38, 199, 0.22);
}

.vwr2-centre-icon svg {
    display: block;
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vwr2-centre-hub > small {
    display: block;
    color: #a1268a;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.vwr2-centre-hub > strong {
    display: block;
    margin-top: 7px;
    color: #211527;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.vwr2-centre-caption {
    display: inline-flex;
    margin-top: 11px;
    padding: 5px 9px;
    border-radius: 999px;
    color: #74298c;
    background: #f7eafa;
    font-size: 8px;
    font-weight: 700;
}

/* =====================================================
   FOCUS POINTS
===================================================== */

.vwr2-focus-point {
    position: absolute;
    z-index: 3;
    width: 265px;
    min-height: 135px;
    padding: 17px;
    border: 1px solid var(--vwr2-border);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(56, 28, 67, 0.09);
    transition:
        border-color 220ms ease,
        box-shadow 220ms ease,
        background-color 220ms ease;
}

/* Clockwise desktop sequence:
   01 top → 02 right → 03 bottom → 04 left */

.vwr2-point-content {
    top: 22px;
    left: 50%;
    border-top-color: rgba(237, 36, 117, 0.5);
    transform: translateX(-50%);
}

.vwr2-point-visual {
    top: 50%;
    right: 28px;
    left: auto;
    border-right-color: rgba(177, 38, 207, 0.5);
    transform: translateY(-50%);
}

.vwr2-point-mobile {
    top: auto;
    right: auto;
    bottom: 22px;
    left: 50%;
    border-bottom-color: rgba(120, 44, 255, 0.5);
    transform: translateX(-50%);
}

.vwr2-point-action {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 28px;
    border-left-color: rgba(237, 36, 117, 0.5);
    transform: translateY(-50%);
}

.vwr2-point-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
}

.vwr2-point-number,
.vwr2-point-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 11px;
}

.vwr2-point-number {
    color: #a027bb;
    background: #f7eafa;
    font-size: 9px;
    font-weight: 800;
}

.vwr2-point-icon {
    border: 1px solid rgba(173, 38, 205, 0.15);
    color: #ac27c4;
    background: #fff8fd;
}

.vwr2-point-icon svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vwr2-focus-point h3 {
    color: #271a2d;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
}

.vwr2-focus-point p {
    margin-top: 7px !important;
    color: #746a79;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.55;
}

/* =====================================================
   TRANSFORMATION SUMMARY
===================================================== */

.vwr2-transformation-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px minmax(0, 1fr);
    align-items: center;
    margin-top: 19px;
    overflow: hidden;
    border: 1px solid var(--vwr2-border);
    border-radius: 17px;
    background: #ffffff;
}

.vwr2-summary-side {
    min-width: 0;
    padding: 18px 20px;
}

.vwr2-summary-start {
    text-align: left;
}

.vwr2-summary-result {
    text-align: right;
    background: linear-gradient(
        110deg,
        transparent,
        rgba(120, 44, 255, 0.05)
    );
}

.vwr2-summary-label {
    display: block;
    margin-bottom: 5px;
    color: #a4268b;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.11em;
}

.vwr2-summary-side strong,
.vwr2-summary-side small {
    display: block;
}

.vwr2-summary-side strong {
    color: #281b2e;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
}

.vwr2-summary-side small {
    margin-top: 4px;
    color: #766d7b;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.45;
}

.vwr2-summary-direction {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 74px;
}

.vwr2-direction-line {
    position: absolute;
    right: 10px;
    left: 10px;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        #d2add9,
        #bf3bc7,
        #d2add9,
        transparent
    );
}

.vwr2-direction-icon {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--vwr2-gradient);
    box-shadow: 0 10px 22px rgba(178, 38, 199, 0.21);
}

.vwr2-direction-icon svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* =====================================================
   SCOPE NOTE
===================================================== */

.vwr2-scope-note {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    align-items: center;
    margin-top: 54px;
    padding: 18px 20px;
    gap: 16px;
    border: 1px solid #e6d8c4;
    border-radius: 17px;
    background:
        radial-gradient(circle at 0 50%, rgba(255, 190, 70, 0.1), transparent 27%),
        #fffdf8;
}

.vwr2-scope-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    color: #9d6817;
    background: #fff0c9;
}

.vwr2-scope-icon svg {
    display: block;
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vwr2-scope-copy > span {
    display: block;
    margin-bottom: 6px;
    color: #9d6817;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.11em;
}

.vwr2-scope-copy p {
    max-width: 850px;
    color: #70624e;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
}

.vwr2-scope-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(157, 104, 23, 0.18);
    border-radius: 999px;
    color: #8f5d12;
    background: #ffffff;
    font-size: 10px;
    font-weight: 700;
}

/* =====================================================
   FINAL CTA
===================================================== */

.vwr2-final-cta {
    position: relative;
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr) 300px;
    align-items: center;
    margin-top: 54px;
    padding: 28px;
    gap: 27px;
    overflow: hidden;
    border: 1px solid rgba(174, 38, 207, 0.19);
    border-radius: 25px;
    background:
        radial-gradient(circle at 90% 50%, rgba(120, 44, 255, 0.1), transparent 26%),
        radial-gradient(circle at 8% 50%, rgba(237, 36, 117, 0.08), transparent 25%),
        #ffffff;
    box-shadow: 0 24px 62px rgba(52, 25, 64, 0.11);
}

.vwr2-final-cta::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: var(--vwr2-gradient);
}

.vwr2-cta-index {
    display: flex;
    min-height: 145px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 19px;
    color: #ffffff;
    background:
        radial-gradient(circle at 25% 20%, rgba(237, 36, 117, 0.28), transparent 35%),
        linear-gradient(145deg, #180e1f, #2d1232);
}

.vwr2-cta-index > span,
.vwr2-cta-index > small {
    display: block;
}

.vwr2-cta-index > span {
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
}

.vwr2-cta-index > small {
    margin-top: 7px;
    color: #e98bc5;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.vwr2-cta-content {
    min-width: 0;
}

.vwr2-cta-label {
    display: block;
    margin-bottom: 9px;
    color: #a32489;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.vwr2-cta-content h3 {
    max-width: 650px;
    color: #1f1425;
    font-size: clamp(31px, 3.2vw, 45px);
    font-weight: 800;
    line-height: 1.09;
    letter-spacing: -0.043em;
}

.vwr2-cta-content h3 span {
    display: block;
    margin-top: 3px;
    color: transparent;
    background: var(--vwr2-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vwr2-cta-content p {
    max-width: 680px;
    margin-top: 13px !important;
    color: #706776;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.62;
}

.vwr2-cta-note {
    display: flex;
    align-items: flex-start;
    margin-top: 13px;
    gap: 9px;
    color: #716876;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.5;
}

.vwr2-cta-note > span {
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    margin-top: 4px;
    border-radius: 50%;
    background: var(--vwr2-green);
    box-shadow: 0 0 0 5px rgba(25, 185, 121, 0.1);
}

/* =====================================================
   CTA BUTTONS
===================================================== */

.vwr2-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
}

.vwr2-section .vwr2-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;
    transition:
        color 220ms ease,
        background 220ms ease,
        border-color 220ms ease,
        box-shadow 220ms ease;
}

.vwr2-button-label {
    display: block;
    min-width: 0;
}

.vwr2-button-desktop {
    display: inline;
}

.vwr2-button-mobile {
    display: none;
}

.vwr2-section .vwr2-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;
}

.vwr2-section .vwr2-button-primary {
    border: 1px solid transparent !important;
    color: #ffffff !important;
    background: var(--vwr2-gradient) !important;
    box-shadow: 0 11px 25px rgba(178, 38, 199, 0.21);
}

.vwr2-section .vwr2-button-primary svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
}

.vwr2-section .vwr2-button-secondary {
    border: 1px solid #dacfe0 !important;
    color: #281d2e !important;
    background: #ffffff !important;
}

.vwr2-section .vwr2-button-secondary svg {
    color: #76289d !important;
}

/* =====================================================
   HOVER
===================================================== */

@media (hover: hover) and (pointer: fine) {
    .vwr2-focus-point:hover {
        border-color: rgba(175, 38, 207, 0.3);
        background: #fffafe;
        box-shadow: 0 18px 40px rgba(56, 28, 67, 0.13);
    }

    .vwr2-section .vwr2-button-primary:hover {
        color: #ffffff !important;
        background: linear-gradient(
            120deg,
            #782cff,
            #be22d0,
            #ed2475
        ) !important;
        box-shadow: 0 15px 31px rgba(178, 38, 199, 0.28);
    }

    .vwr2-section .vwr2-button-primary:hover svg {
        transform: translateX(3px);
    }

    .vwr2-section .vwr2-button-secondary:hover {
        border-color: var(--vwr2-dark) !important;
        color: #ffffff !important;
        background: var(--vwr2-dark) !important;
    }

    .vwr2-section .vwr2-button-secondary:hover svg {
        color: #ffffff !important;
        stroke: #ffffff !important;
    }
}

/* =====================================================
   ANIMATIONS
===================================================== */

@keyframes vwr2-status-pulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.55;
        transform: scale(0.82);
    }
}

@keyframes vwr2-orbit-rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1050px) {
    .vwr2-orbit-canvas {
        height: 580px;
    }

    .vwr2-focus-point {
        width: 225px;
    }

    .vwr2-point-visual {
        right: 18px;
        left: auto;
    }

    .vwr2-point-action {
        left: 18px;
    }

    .vwr2-orbit-ring-outer,
    .vwr2-orbit-tracer {
        width: 470px;
        height: 470px;
    }

    .vwr2-orbit-tracer {
        margin-top: -235px;
        margin-left: -235px;
    }

    .vwr2-final-cta {
        grid-template-columns: 110px minmax(0, 1fr) 270px;
        padding: 24px;
        gap: 21px;
    }
}

@media (max-width: 900px) {
    .vwr2-orbit-canvas {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        height: auto;
        padding: 20px;
        gap: 11px;
    }

    .vwr2-orbit-paths {
        display: none;
    }

    .vwr2-centre-hub {
        position: relative;
        top: auto;
        left: auto;
        grid-column: 1 / -1;
        width: 190px;
        height: 190px;
        margin: 8px auto 18px;
        transform: none;
    }

    .vwr2-focus-point {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: auto;
        min-height: 145px;
        transform: none;
    }

    .vwr2-transformation-summary {
        grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr);
    }

    .vwr2-final-cta {
        grid-template-columns: 100px minmax(0, 1fr);
    }

    .vwr2-cta-actions {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* =====================================================
   MOBILE — SAME TEXT SIZE RULE AS SECTION 1
===================================================== */

@media (max-width: 767px) {
    .vwr2-section {
        padding: 55px 12px 18px;
    }

    .vwr2-background-grid {
        opacity: 0.26;
        background-size: 38px 38px;
    }

    .vwr2-heading {
        margin-bottom: 35px;
    }

    /* Label remains left */

    .vwr2-eyebrow {
        width: 100%;
        min-height: 43px;
        padding: 7px 10px 7px 7px;
        font-size: 11px;
    }

    /* Exact same mobile heading size as Section 1 */

    .vwr2-title {
        max-width: 100%;
        margin-top: 24px !important;
        font-size: clamp(32px, 9.8vw, 42px);
        line-height: 1.04;
        letter-spacing: -0.045em;
        text-align: center;
    }

    .vwr2-title span {
        margin-top: 7px;
    }

    .vwr2-description {
        margin-top: 18px !important;
        font-size: 15px;
        line-height: 1.65;
    }

    .vwr2-focus-board {
        padding: 9px;
        border-radius: 21px;
    }

    .vwr2-focus-header {
        align-items: flex-start;
        min-height: auto;
        padding: 13px;
        gap: 9px;
        border-radius: 14px;
    }

    .vwr2-focus-header > div strong {
        font-size: 15px;
    }

    .vwr2-top-status {
        max-width: 100%;
        min-height: 35px;
        padding: 6px 10px;
        font-size: 9.5px;
        line-height: 1.35;
        text-align: left;
    }

    .vwr2-orbit-canvas {
        margin-top: 9px;
        padding: 13px;
        border-radius: 16px;
    }

    .vwr2-centre-hub {
        width: 175px;
        height: 175px;
        margin-top: 5px;
        margin-bottom: 14px;
    }

    .vwr2-focus-point {
        min-height: 140px;
        padding: 14px;
        border-radius: 15px;
    }

    .vwr2-focus-point h3 {
        font-size: 15px;
    }

    .vwr2-focus-point p {
        font-size: 11px;
    }

    .vwr2-transformation-summary {
        grid-template-columns: 1fr;
        margin-top: 9px;
    }

    .vwr2-summary-side {
        padding: 15px;
        text-align: center;
    }

    .vwr2-summary-result {
        border-top: 1px solid var(--vwr2-border);
        text-align: center;
    }

    .vwr2-summary-direction {
        min-height: 55px;
    }

    .vwr2-direction-line {
        top: 8px;
        right: auto;
        bottom: 8px;
        left: 50%;
        width: 1px;
        height: auto;
    }

    .vwr2-direction-icon svg {
        transform: rotate(90deg);
    }

    .vwr2-scope-note {
        grid-template-columns: 45px minmax(0, 1fr);
        margin-top: 40px;
        padding: 14px;
        gap: 11px;
    }

    .vwr2-scope-icon {
        width: 45px;
        height: 45px;
    }

    .vwr2-scope-copy p {
        font-size: 11px;
    }

    .vwr2-scope-mark {
        grid-column: 1 / -1;
        width: 100%;
    }

    .vwr2-final-cta {
        grid-template-columns: 1fr;
        margin-top: 40px;
        padding: 14px;
        gap: 18px;
        text-align: center;
    }

    .vwr2-cta-index {
        min-height: 64px;
        flex-direction: row;
        gap: 8px;
    }

    .vwr2-cta-index > span {
        font-size: 30px;
    }

    .vwr2-cta-index > small {
        margin-top: 0;
    }

    .vwr2-cta-content h3 {
        font-size: clamp(29px, 8.8vw, 37px);
    }

    .vwr2-cta-content p {
        font-size: 12px;
    }

    .vwr2-cta-note {
        justify-content: center;
        font-size: 10px;
        text-align: left;
    }

    .vwr2-cta-actions {
        grid-column: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .vwr2-section .vwr2-button {
        height: 47px;
        min-height: 47px;
        padding: 8px 6px;
        gap: 6px;
        font-size: 11px;
    }

    .vwr2-button-desktop {
        display: none;
    }

    .vwr2-button-mobile {
        display: inline;
        white-space: nowrap;
    }

    .vwr2-section .vwr2-button svg {
        flex-basis: 15px;
        width: 15px;
        height: 15px;
    }

    .vwr2-top-status i,
    .vwr2-orbit-tracer {
        animation: none;
    }
}

/* Phone focus points */

@media (max-width: 520px) {
    .vwr2-orbit-canvas {
        grid-template-columns: 1fr;
    }

    .vwr2-centre-hub {
        grid-column: auto;
    }

    .vwr2-focus-point {
        min-height: auto;
    }
}

@media (max-width: 360px) {
    .vwr2-section {
        padding-inline: 9px;
    }

    .vwr2-title {
        font-size: 31px;
    }

    .vwr2-section .vwr2-button {
        height: 45px;
        min-height: 45px;
        padding-inline: 4px;
        font-size: 10px;
    }

    .vwr2-section .vwr2-button svg {
        flex-basis: 14px;
        width: 14px;
        height: 14px;
    }
}

/* Reduced motion */

@media (prefers-reduced-motion: reduce) {
    .vwr2-section *,
    .vwr2-section *::before,
    .vwr2-section *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Purple label left + green status badge at the section's true top-right. */
.vwr2-heading-top .vwr2-top-status {
    margin-left: auto;
    align-self: center;
}

@media (max-width: 600px) {
    .vwr2-heading-top {
        display: grid;
        grid-template-columns: 1fr;
        align-items: start;
        gap: 10px;
    }

    .vwr2-heading-top .vwr2-top-status {
        justify-self: end;
        align-self: start;
        margin-left: 0;
    }
}/* End custom CSS */