/*
 * WPPROFI Digital Lab 1.5
 * Standalone, reference-faithful presentation isolated from Divi globals.
 */

:root {
    --wpp-bg: #04070c;
    --wpp-bg-2: #070b13;
    --wpp-panel: #0a0f19;
    --wpp-panel-2: #0d121d;
    --wpp-line: rgba(130, 146, 185, 0.24);
    --wpp-line-soft: rgba(111, 130, 180, 0.13);
    --wpp-white: #f8f9fd;
    --wpp-muted: #aeb5c5;
    --wpp-blue: #3878ff;
    --wpp-violet: #8e48ff;
    --wpp-purple: #b74cff;
    --wpp-lime: #b9f708;
    --wpp-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    --wpp-max: 1240px;
}

html {
    scroll-behavior: smooth;
    background: var(--wpp-bg) !important;
}

html,
body.wpprofi-landing {
    min-width: 320px;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--wpp-bg) !important;
}

body.wpprofi-landing {
    overflow-x: hidden !important;
    color: var(--wpp-white) !important;
    font-family: var(--wpp-font) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.wpprofi-landing #wpadminbar {
    z-index: 100001;
}

#wpprofi-site,
#wpprofi-site *,
#wpprofi-site *::before,
#wpprofi-site *::after {
    box-sizing: border-box;
}

#wpprofi-site {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    isolation: isolate;
    color: var(--wpp-white) !important;
    background:
        radial-gradient(circle at 74% 13%, rgba(30, 45, 102, 0.08), transparent 26%),
        linear-gradient(180deg, #03060a 0%, #05080d 100%) !important;
    font-family: var(--wpp-font) !important;
    line-height: 1.5 !important;
}

/* Strong Divi typography and color isolation. */
html body.wpprofi-landing #wpprofi-site h1,
html body.wpprofi-landing #wpprofi-site h2,
html body.wpprofi-landing #wpprofi-site h3,
html body.wpprofi-landing #wpprofi-site h4,
html body.wpprofi-landing #wpprofi-site h5,
html body.wpprofi-landing #wpprofi-site h6,
html body.wpprofi-landing #wpprofi-site p,
html body.wpprofi-landing #wpprofi-site a,
html body.wpprofi-landing #wpprofi-site button,
html body.wpprofi-landing #wpprofi-site span,
html body.wpprofi-landing #wpprofi-site strong {
    font-family: var(--wpp-font) !important;
    font-style: normal !important;
}

html body.wpprofi-landing #wpprofi-site h1,
html body.wpprofi-landing #wpprofi-site h2,
html body.wpprofi-landing #wpprofi-site h3,
html body.wpprofi-landing #wpprofi-site h4,
html body.wpprofi-landing #wpprofi-site p {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: inherit !important;
    text-transform: none !important;
}

html body.wpprofi-landing #wpprofi-site h1,
html body.wpprofi-landing #wpprofi-site h2,
html body.wpprofi-landing #wpprofi-site h3 {
    font-weight: 750 !important;
    letter-spacing: -0.035em !important;
}

#wpprofi-site a {
    color: inherit !important;
    text-decoration: none !important;
}

#wpprofi-site button {
    border: 0;
}

#wpprofi-site img,
#wpprofi-site svg {
    display: block;
}

#wpprofi-site img {
    max-width: 100%;
    height: auto;
}

#wpprofi-site ::selection {
    color: #05070c;
    background: var(--wpp-lime);
}

#wpprofi-site :focus-visible {
    outline: 2px solid var(--wpp-lime) !important;
    outline-offset: 4px !important;
}

.wpprofi-symbols {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.wpprofi-container {
    width: min(calc(100% - 40px), var(--wpp-max));
    margin-inline: auto;
}

.wpprofi-section {
    position: relative;
}

.wpprofi-skip-link {
    position: fixed;
    z-index: 100002;
    top: 10px;
    left: 10px;
    padding: 10px 16px !important;
    color: #03060a !important;
    background: var(--wpp-lime) !important;
    font-weight: 800 !important;
    transform: translateY(-150%);
    transition: transform 180ms ease;
}

.wpprofi-skip-link:focus {
    transform: translateY(0);
}

/* Header */
.wpprofi-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: minmax(250px, 1fr) minmax(300px, 500px) 140px;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid var(--wpp-line);
    background: rgba(3, 6, 10, 0.9);
    transition: background 180ms ease, backdrop-filter 180ms ease;
}

body.admin-bar .wpprofi-header {
    top: 32px;
}

.wpprofi-header.is-scrolled {
    background: rgba(3, 6, 10, 0.84);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.wpprofi-header__brand-cell {
    display: flex;
    align-items: center;
    min-width: 0;
    padding-left: max(28px, calc((100vw - var(--wpp-max)) / 2));
}

.wpprofi-brand {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.wpprofi-brand img {
    width: 43px;
    height: 43px;
    object-fit: contain;
    transform: scale(1.26);
    filter: drop-shadow(0 0 7px rgba(68, 73, 255, 0.28));
}

html body.wpprofi-landing #wpprofi-site .wpprofi-brand span {
    position: relative;
    z-index: 1;
    color: #fff !important;
    font-size: 21px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    letter-spacing: 0.015em !important;
}

.wpprofi-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    height: 100%;
}

.wpprofi-nav a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0.66;
    transition: opacity 180ms ease;
}

.wpprofi-nav a:hover,
.wpprofi-nav a.is-active {
    opacity: 1;
}

.wpprofi-nav a i {
    position: relative;
    z-index: 1;
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid rgba(234, 239, 255, 0.8);
    border-radius: 50%;
    background: #05080d;
}

.wpprofi-nav a:first-child i {
    border: 0;
    background: #fff;
}

.wpprofi-nav a:nth-child(2) i::after,
.wpprofi-nav a:nth-child(3) i::after {
    position: absolute;
    inset: 1px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}

.wpprofi-nav a span {
    position: absolute;
    left: calc(50% + 6px);
    width: calc(50% - 6px);
    height: 1px;
    background: rgba(150, 163, 194, 0.35);
}

.wpprofi-nav a:last-child span {
    display: none;
}

.wpprofi-language {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-left: 1px solid var(--wpp-line);
}

.wpprofi-language button {
    padding: 4px 0;
    color: #a7adba !important;
    background: none;
    font-size: 13px !important;
    line-height: 1 !important;
    cursor: pointer;
}

.wpprofi-language button[aria-pressed="true"] {
    color: var(--wpp-lime) !important;
}

.wpprofi-language > span {
    color: #59606f !important;
    font-size: 13px !important;
}

/* Hero */
.wpprofi-hero {
    position: relative;
    padding-top: 60px;
    overflow: hidden;
}

.wpprofi-hero::before {
    position: absolute;
    z-index: -1;
    top: 60px;
    right: 0;
    width: 54%;
    height: 100%;
    content: "";
    background:
        linear-gradient(rgba(38, 59, 116, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(38, 59, 116, 0.07) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(90deg, transparent, #000 28%, #000 70%, transparent);
}

.wpprofi-hero__inner {
    display: grid;
    grid-template-columns: 43% 57%;
    align-items: center;
    min-height: 535px;
}

.wpprofi-hero__content {
    position: relative;
    z-index: 2;
    align-self: center;
    padding: 0 0 2px 26px;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-hero__title {
    display: flex;
    flex-direction: column;
    color: #fafbff !important;
    font-size: clamp(46px, 5.4vw, 68px) !important;
    font-weight: 760 !important;
    line-height: 1.18 !important;
    letter-spacing: -0.045em !important;
}

.wpprofi-gradient-text {
    width: max-content;
    max-width: 100%;
    color: transparent !important;
    background: linear-gradient(92deg, #4e8cff 2%, #7860ff 47%, #bc50df 94%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-capabilities {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    max-width: 410px;
    margin-top: 23px !important;
    color: #e3e5eb !important;
    font-size: 17px !important;
    line-height: 1.55 !important;
    letter-spacing: -0.01em !important;
}

.wpprofi-capabilities i {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--wpp-lime);
    box-shadow: 0 0 9px rgba(185, 247, 8, 0.45);
}

.wpprofi-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    padding: 0 20px !important;
    border-radius: 6px;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 720 !important;
    line-height: 1 !important;
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.wpprofi-button svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}

.wpprofi-button:hover {
    transform: translateY(-2px);
}

.wpprofi-button--outline {
    width: 242px;
    margin-top: 27px;
    border: 1px solid #6d6cff;
    background: rgba(8, 10, 18, 0.66);
    box-shadow: 0 0 24px rgba(56, 81, 255, 0.18), inset 0 0 18px rgba(54, 83, 255, 0.04);
}

.wpprofi-button--outline svg,
.wpprofi-button--contact svg {
    color: var(--wpp-lime);
}

.wpprofi-button--outline:hover {
    border-color: #9b70ff;
    background: rgba(25, 29, 56, 0.72);
    box-shadow: 0 0 30px rgba(77, 79, 255, 0.28);
}

.wpprofi-hero__visual {
    position: relative;
    z-index: 1;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    margin-right: -24px;
}

.wpprofi-hero__visual::after {
    position: absolute;
    z-index: -1;
    right: -10%;
    bottom: 5%;
    width: 80%;
    height: 54%;
    content: "";
    background: radial-gradient(ellipse, rgba(33, 74, 255, 0.14), transparent 67%);
    filter: blur(18px);
}

.wpprofi-hero__visual picture {
    display: block;
    width: 111%;
}

.wpprofi-hero__visual img {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
    object-position: center right;
    mix-blend-mode: screen;
}

/* Services */
.wpprofi-services {
    padding: 0 0 42px;
}

.wpprofi-services__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 9px;
}

.wpprofi-service-card {
    position: relative;
    min-width: 0;
    height: 298px;
    padding: 27px 14px 14px;
    overflow: hidden;
    border: 1px solid var(--wpp-line);
    border-radius: 9px;
    background:
        radial-gradient(circle at 50% 12%, rgba(45, 64, 127, 0.13), transparent 34%),
        linear-gradient(145deg, rgba(13, 18, 29, 0.97), rgba(6, 10, 16, 0.98));
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.015);
}

.wpprofi-service-card::after {
    position: absolute;
    right: 8%;
    bottom: -35%;
    width: 85%;
    height: 55%;
    content: "";
    background: radial-gradient(circle, rgba(38, 65, 174, 0.1), transparent 66%);
}

.wpprofi-service-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    color: #6273ff;
    filter: drop-shadow(0 0 8px rgba(79, 90, 255, 0.38));
}

.wpprofi-service-card__icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wpprofi-service-card__accent {
    display: block;
    width: 19px;
    height: 2px;
    margin: 9px auto 17px;
    background: var(--wpp-lime);
    box-shadow: 0 0 9px rgba(185, 247, 8, 0.34);
}

html body.wpprofi-landing #wpprofi-site .wpprofi-service-card h2 {
    position: relative;
    z-index: 2;
    min-height: 49px;
    color: #f1f3f8 !important;
    font-size: 16px !important;
    font-weight: 570 !important;
    line-height: 1.42 !important;
    letter-spacing: -0.018em !important;
    text-align: center !important;
}

.wpprofi-mini {
    position: absolute;
    z-index: 2;
    right: 13px;
    bottom: 13px;
    left: 13px;
    height: 112px;
    overflow: hidden;
    border: 1px solid rgba(82, 104, 166, 0.29);
    border-radius: 6px;
    background:
        linear-gradient(rgba(48, 68, 130, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(48, 68, 130, 0.05) 1px, transparent 1px),
        rgba(6, 10, 17, 0.82);
    background-size: 16px 16px;
}

.wpprofi-mini::before {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 6px;
    height: 3px;
    content: "";
    border-radius: 3px;
    background: #505fff;
    box-shadow: 10px 0 #262e54;
}

.wpprofi-mini--plugin b {
    position: absolute;
    top: 29px;
    left: 24px;
    display: grid;
    place-items: center;
    width: 47px;
    height: 47px;
    border: 1px solid #586088;
    border-radius: 50%;
    color: #b7c1e7 !important;
    font-family: Georgia, serif !important;
    font-size: 27px !important;
    font-weight: 600 !important;
}

.wpprofi-mini--plugin span {
    position: absolute;
    right: 10px;
    width: 42px;
    height: 6px;
    border-radius: 2px;
    background: #161e35;
}

.wpprofi-mini--plugin span:nth-of-type(1) { top: 29px; }
.wpprofi-mini--plugin span:nth-of-type(2) { top: 43px; width: 35px; }
.wpprofi-mini--plugin span:nth-of-type(3) { top: 57px; width: 39px; }
.wpprofi-mini--plugin i {
    position: absolute;
    bottom: 10px;
    width: 27px;
    height: 13px;
    border: 1px solid #273153;
    border-radius: 2px;
}
.wpprofi-mini--plugin i:nth-of-type(1) { left: 10px; }
.wpprofi-mini--plugin i:nth-of-type(2) { left: 43px; }

.wpprofi-mini--nodes b {
    position: absolute;
    z-index: 2;
    width: 25px;
    height: 25px;
    border: 1px solid #4d64c8;
    border-radius: 50%;
    background: #0d1730;
    box-shadow: 0 0 12px rgba(62, 75, 255, 0.18);
}
.wpprofi-mini--nodes b:nth-of-type(1) { top: 45px; left: calc(50% - 13px); width: 31px; height: 31px; }
.wpprofi-mini--nodes b:nth-of-type(2) { top: 18px; left: 13px; }
.wpprofi-mini--nodes b:nth-of-type(3) { top: 13px; right: 12px; }
.wpprofi-mini--nodes b:nth-of-type(4) { right: 20px; bottom: 9px; }
.wpprofi-mini--nodes i {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 54px;
    width: 55px;
    height: 1px;
    background: #273b84;
    transform-origin: left center;
}
.wpprofi-mini--nodes i:nth-of-type(1) { transform: rotate(-142deg); }
.wpprofi-mini--nodes i:nth-of-type(2) { transform: rotate(-42deg); }
.wpprofi-mini--nodes i:nth-of-type(3) { transform: rotate(38deg); }

.wpprofi-mini--devices b {
    position: absolute;
    bottom: 9px;
    border: 1px solid #3a497d;
    border-radius: 5px;
    background: linear-gradient(160deg, #111b33, #080c15);
}
.wpprofi-mini--devices b:nth-of-type(1) { left: 12px; width: 38px; height: 83px; }
.wpprofi-mini--devices b:nth-of-type(2) { right: 9px; width: 63px; height: 62px; }
.wpprofi-mini--devices span {
    position: absolute;
    height: 4px;
    border-radius: 2px;
    background: #29345f;
}
.wpprofi-mini--devices span:nth-of-type(1) { top: 38px; left: 20px; width: 21px; }
.wpprofi-mini--devices span:nth-of-type(2) { right: 18px; bottom: 47px; width: 44px; }
.wpprofi-mini--devices i {
    position: absolute;
    bottom: 19px;
    width: 17px;
    height: 17px;
    border: 1px solid #2b3f7d;
}
.wpprofi-mini--devices i:nth-of-type(1) { left: 20px; }
.wpprofi-mini--devices i:nth-of-type(2) { right: 36px; }

.wpprofi-mini--browser b {
    position: absolute;
    inset: 21px 9px 9px;
    border: 1px solid #35436e;
    border-radius: 3px;
    background: linear-gradient(135deg, transparent 53%, rgba(70, 83, 148, 0.25) 54%);
}
.wpprofi-mini--browser span {
    position: absolute;
    z-index: 2;
    left: 17px;
    width: 43px;
    height: 5px;
    border-radius: 3px;
    background: #1c284b;
}
.wpprofi-mini--browser span:nth-of-type(1) { top: 35px; }
.wpprofi-mini--browser span:nth-of-type(2) { top: 47px; width: 32px; }
.wpprofi-mini--browser i {
    position: absolute;
    z-index: 2;
    bottom: 17px;
    width: 25px;
    height: 19px;
    border: 1px solid #293a6f;
}
.wpprofi-mini--browser i:nth-of-type(1) { left: 17px; }
.wpprofi-mini--browser i:nth-of-type(2) { left: 48px; }

.wpprofi-mini--chart b {
    position: absolute;
    right: 10px;
    bottom: 28px;
    width: 9px;
    border-radius: 2px 2px 0 0;
    background: linear-gradient(#5967ff, #212a5d);
}
.wpprofi-mini--chart b:nth-of-type(1) { height: 21px; right: 47px; }
.wpprofi-mini--chart b:nth-of-type(2) { height: 34px; right: 34px; }
.wpprofi-mini--chart b:nth-of-type(3) { height: 48px; right: 21px; }
.wpprofi-mini--chart b:nth-of-type(4) { height: 66px; right: 8px; }
.wpprofi-mini--chart span {
    position: absolute;
    left: 11px;
    bottom: 12px;
    width: 49px;
    height: 49px;
    border: 10px solid #334fd1;
    border-right-color: #7d44df;
    border-radius: 50%;
}
.wpprofi-mini--chart i {
    position: absolute;
    right: 8px;
    bottom: 23px;
    width: 50px;
    height: 1px;
    background: #31427d;
}

/* Process */
.wpprofi-process {
    padding-bottom: 37px;
}

.wpprofi-process__panel {
    display: grid;
    grid-template-columns: 1fr 54px 1fr 54px 1fr 54px 1fr 54px 1fr;
    align-items: center;
    min-height: 253px;
    padding: 22px 29px 20px;
    border: 1px solid var(--wpp-line);
    border-radius: 9px;
    background:
        radial-gradient(circle at 50% 45%, rgba(49, 58, 173, 0.1), transparent 27%),
        linear-gradient(145deg, rgba(11, 16, 26, 0.97), rgba(6, 10, 16, 0.98));
}

.wpprofi-process-step {
    position: relative;
    min-width: 0;
    text-align: center;
}

.wpprofi-process-step__icon {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 82px;
    height: 82px;
    margin: 0 auto 13px;
    border: 3px solid rgba(107, 116, 147, 0.42);
    border-radius: 50%;
    color: #6773ff;
    background: #0c111c;
    box-shadow: inset 0 0 20px rgba(60, 78, 154, 0.08);
}

.wpprofi-process-step__icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wpprofi-process-step.is-active .wpprofi-process-step__icon {
    width: 92px;
    height: 92px;
    margin-top: -10px;
    border-color: #6659ff;
    color: #7658ff;
    box-shadow: 0 0 0 14px rgba(60, 57, 210, 0.08), 0 0 0 27px rgba(58, 74, 228, 0.035), 0 0 28px rgba(71, 73, 255, 0.28), inset 0 0 25px rgba(60, 82, 255, 0.1);
}

.wpprofi-process-step > span {
    display: block;
    margin-bottom: 5px;
    color: var(--wpp-lime) !important;
    font-size: 14px !important;
    line-height: 1 !important;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-process-step h2 {
    max-width: 128px;
    margin-inline: auto !important;
    color: #e5e7ee !important;
    font-size: 14px !important;
    font-weight: 430 !important;
    line-height: 1.45 !important;
    letter-spacing: -0.012em !important;
    text-align: center !important;
}

.wpprofi-process-arrow {
    display: flex;
    align-items: center;
    color: #5364ff;
}

.wpprofi-process-arrow span {
    flex: 1 1 auto;
    height: 1px;
    background: linear-gradient(90deg, #4b55c8, #5764ff);
}

.wpprofi-process-arrow svg {
    width: 23px;
    height: 23px;
    margin-left: -10px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
}

/* Projects */
.wpprofi-projects {
    padding-bottom: 38px;
}

.wpprofi-section-title {
    padding-left: 7px;
    margin-bottom: 18px;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-section-title h2 {
    color: #f2f4f8 !important;
    font-size: 25px !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.035em !important;
}

.wpprofi-section-title > span {
    display: block;
    width: 39px;
    height: 2px;
    margin-top: 10px;
    background: var(--wpp-lime);
}

.wpprofi-projects__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
}

.wpprofi-project-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--wpp-line);
    border-radius: 6px;
    background: #080c13;
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.wpprofi-project-card:hover {
    z-index: 2;
    border-color: rgba(99, 105, 255, 0.66);
    transform: translateY(-4px);
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.33);
}

.wpprofi-project-preview {
    position: relative;
    aspect-ratio: 198 / 204;
    overflow: hidden;
    border-bottom: 1px solid rgba(110, 124, 165, 0.17);
    background: #101216;
}

.wpprofi-project-preview img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.wpprofi-project-card footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 47px;
    padding: 0 17px;
}

.wpprofi-project-card footer strong {
    color: #f1f3f8 !important;
    font-size: 14px !important;
    font-weight: 480 !important;
}

.wpprofi-project-card footer svg {
    width: 23px;
    height: 23px;
    color: var(--wpp-lime);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
}

/* Contact */
.wpprofi-contact {
    padding-bottom: 40px;
}

.wpprofi-contact__band {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 115px;
    padding: 20px 63px 20px 42px;
    overflow: hidden;
    border: 1px solid rgba(82, 102, 183, 0.38);
    border-radius: 7px;
    background:
        radial-gradient(circle at 78% 45%, rgba(94, 43, 255, 0.56), transparent 31%),
        linear-gradient(108deg, #101a38 0%, #102553 43%, #2537e8 72%, #a545e1 100%);
}

.wpprofi-contact__band::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(3, 8, 20, 0.3), transparent 45%);
    pointer-events: none;
}

.wpprofi-contact__copy {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 22px;
}

.wpprofi-contact__icon {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    flex: 0 0 auto;
    border: 1px solid #655cff;
    border-radius: 50%;
    color: #7771ff;
    background: rgba(8, 13, 34, 0.28);
}

.wpprofi-contact__icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-contact__copy h2 {
    color: #f8f9ff !important;
    font-size: 22px !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.025em !important;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-contact__copy p {
    margin-top: 5px !important;
    color: #c7cbe0 !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
}

.wpprofi-button--contact {
    position: relative;
    z-index: 1;
    width: 226px;
    border: 1px solid #695eff;
    background: rgba(11, 16, 51, 0.66);
}

.wpprofi-button--contact:hover {
    border-color: #8e7dff;
    background: rgba(9, 13, 43, 0.85);
}

/* Footer */
.wpprofi-footer {
    padding-bottom: 14px;
}

.wpprofi-footer__inner {
    display: grid;
    grid-template-columns: 170px 1fr auto auto;
    align-items: center;
    min-height: 92px;
    padding: 0 38px;
    border: 1px solid rgba(108, 125, 177, 0.16);
    border-radius: 7px 7px 0 0;
    background: linear-gradient(180deg, rgba(7, 11, 18, 0.96), rgba(4, 7, 12, 0.98));
}

.wpprofi-brand--footer img {
    width: 36px;
    height: 36px;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-brand--footer span {
    font-size: 18px !important;
}

.wpprofi-footer__circuit {
    position: relative;
    height: 48px;
    margin-inline: 12px 30px;
    background:
        linear-gradient(90deg, transparent 0 5%, #27345f 5% 32%, transparent 32% 37%, #27345f 37% 73%, transparent 73%) center / 100% 1px no-repeat;
}

.wpprofi-footer__circuit::after {
    position: absolute;
    top: 24px;
    left: 37%;
    width: 27%;
    height: 15px;
    content: "";
    border-top: 1px solid #34447d;
    border-right: 1px solid #34447d;
    transform: skewX(43deg);
}

.wpprofi-footer__circuit i {
    position: absolute;
    top: 21px;
    width: 5px;
    height: 5px;
    border: 1px solid #5262eb;
    border-radius: 50%;
    background: #05080d;
}
.wpprofi-footer__circuit i:nth-child(1) { left: 6%; background: #6c72ff; }
.wpprofi-footer__circuit i:nth-child(2) { left: 20%; }
.wpprofi-footer__circuit i:nth-child(3) { left: 34%; border-radius: 0; }
.wpprofi-footer__circuit i:nth-child(4) { left: 51%; }
.wpprofi-footer__circuit i:nth-child(5) { left: 68%; border-radius: 0; }
.wpprofi-footer__circuit i:nth-child(6) { left: 83%; }

.wpprofi-footer__icons {
    display: flex;
    align-items: center;
    gap: 25px;
    padding-right: 28px;
}

.wpprofi-footer__icons svg {
    width: 26px;
    height: 26px;
    color: #5b64ff;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
}

.wpprofi-footer__email {
    color: #abb3c7 !important;
    font-size: 12px !important;
    white-space: nowrap;
}

.wpprofi-footer__email:hover {
    color: var(--wpp-lime) !important;
}

/* Subtle entrance motion. */
.wpprofi-js .wpprofi-ready .wpprofi-reveal {
    opacity: 0;
    transform: translateY(13px);
    transition: opacity 520ms ease, transform 520ms ease;
}

.wpprofi-js .wpprofi-ready .wpprofi-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Mid-size layout keeps the original five-column desktop composition. */
@media (max-width: 1040px) {
    .wpprofi-header {
        grid-template-columns: minmax(235px, 1fr) minmax(280px, 390px) 140px;
    }

    .wpprofi-header__brand-cell {
        padding-left: 20px;
    }

    .wpprofi-brand img {
        width: 39px;
        height: 39px;
    }

    html body.wpprofi-landing #wpprofi-site .wpprofi-brand span {
        font-size: 19px !important;
    }

    .wpprofi-hero__inner {
        grid-template-columns: 44% 56%;
    }

    html body.wpprofi-landing #wpprofi-site .wpprofi-hero__title {
        font-size: clamp(43px, 5.45vw, 56px) !important;
    }

    .wpprofi-process__panel {
        grid-template-columns: 1fr 44px 1fr 44px 1fr 44px 1fr 44px 1fr;
        padding-inline: 18px;
    }

    .wpprofi-contact__band {
        padding-inline: 42px;
    }

    .wpprofi-footer__inner {
        grid-template-columns: 150px 1fr auto;
    }

    .wpprofi-footer__email {
        display: none;
    }
}

@media (max-width: 780px) {
    .wpprofi-container {
        width: min(calc(100% - 28px), var(--wpp-max));
    }

    .wpprofi-header {
        grid-template-columns: 1fr auto;
        height: 58px;
    }

    .wpprofi-nav {
        display: none;
    }

    .wpprofi-language {
        width: 112px;
    }

    .wpprofi-hero {
        padding-top: 58px;
    }

    .wpprofi-hero__inner {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-top: 59px;
    }

    .wpprofi-hero__content {
        padding: 0 12px;
    }

    html body.wpprofi-landing #wpprofi-site .wpprofi-hero__title {
        font-size: clamp(42px, 11vw, 58px) !important;
    }

    .wpprofi-hero__visual {
        height: min(72vw, 510px);
        margin: -28px -18px -2px 0;
    }

    .wpprofi-services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .wpprofi-service-card {
        height: 300px;
    }

    .wpprofi-services__grid .wpprofi-service-card:last-child {
        grid-column: 1 / -1;
    }

    .wpprofi-process__panel {
        display: flex;
        gap: 0;
        min-height: 246px;
        padding: 22px 17px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .wpprofi-process-step {
        width: 146px;
        flex: 0 0 146px;
        scroll-snap-align: center;
    }

    .wpprofi-process-arrow {
        width: 45px;
        flex: 0 0 45px;
    }

    .wpprofi-projects__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .wpprofi-contact__band {
        gap: 22px;
        padding: 24px;
    }

    .wpprofi-contact__copy {
        gap: 15px;
    }

    .wpprofi-button--contact {
        width: 210px;
        flex: 0 0 210px;
    }

    .wpprofi-footer__inner {
        grid-template-columns: 145px 1fr auto;
        padding-inline: 18px;
    }

    .wpprofi-footer__icons {
        gap: 14px;
        padding-right: 0;
    }
}

@media (max-width: 560px) {
    body.admin-bar .wpprofi-header {
        top: 46px;
    }

    .wpprofi-header__brand-cell {
        padding-left: 13px;
    }

    .wpprofi-brand img {
        width: 36px;
        height: 36px;
    }

    html body.wpprofi-landing #wpprofi-site .wpprofi-brand span {
        font-size: 18px !important;
    }

    .wpprofi-hero__inner {
        padding-top: 47px;
    }

    .wpprofi-hero__content {
        padding: 0;
    }

    html body.wpprofi-landing #wpprofi-site .wpprofi-hero__title {
        font-size: clamp(38px, 12.2vw, 52px) !important;
        line-height: 1.14 !important;
    }

    html body.wpprofi-landing #wpprofi-site .wpprofi-capabilities {
        margin-top: 20px !important;
        font-size: 15px !important;
    }

    .wpprofi-button--outline {
        width: 100%;
        max-width: 270px;
    }

    .wpprofi-hero__visual {
        height: 82vw;
        min-height: 320px;
        margin-top: -10px;
    }

    .wpprofi-services__grid {
        grid-template-columns: 1fr;
    }

    .wpprofi-services__grid .wpprofi-service-card:last-child {
        grid-column: auto;
    }

    .wpprofi-service-card {
        height: 305px;
    }

    .wpprofi-projects__grid {
        grid-template-columns: 1fr;
    }

    .wpprofi-contact__band {
        align-items: stretch;
        flex-direction: column;
    }

    .wpprofi-contact__copy {
        align-items: flex-start;
    }

    .wpprofi-contact__icon {
        width: 55px;
        height: 55px;
    }

    html body.wpprofi-landing #wpprofi-site .wpprofi-contact__copy h2 {
        font-size: 19px !important;
    }

    .wpprofi-button--contact {
        width: 100%;
    }

    .wpprofi-footer__inner {
        display: flex;
        min-height: 82px;
        padding: 0 14px;
    }

    .wpprofi-footer__circuit {
        display: none;
    }

    .wpprofi-footer__icons {
        margin-left: auto;
    }

    .wpprofi-footer__icons svg:nth-child(-n+2) {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .wpprofi-js .wpprofi-ready .wpprofi-reveal,
    .wpprofi-button,
    .wpprofi-project-card {
        transition: none !important;
    }
}

/* 1.5.0 — process automation showcase on the home page. */
.wpprofi-automation-solutions {
    overflow: hidden;
    background:
        radial-gradient(circle at 83% 15%, rgba(103, 60, 255, 0.12), transparent 31%),
        radial-gradient(circle at 18% 84%, rgba(35, 112, 255, 0.09), transparent 29%),
        #05080e;
}

.wpprofi-automation-solutions::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    content: "";
    opacity: 0.3;
    background-image:
        linear-gradient(rgba(102, 125, 177, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(102, 125, 177, 0.08) 1px, transparent 1px);
    background-size: 64px 64px;
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
    mask-image: linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
}

.wpprofi-automation-case {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid rgba(116, 137, 190, 0.28);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(15, 21, 34, 0.96), rgba(6, 10, 18, 0.98));
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.wpprofi-automation-case[open] {
    border-color: rgba(96, 104, 255, 0.54);
    box-shadow: 0 32px 100px rgba(0, 0, 0, 0.38), 0 0 48px rgba(65, 77, 255, 0.08);
}

.wpprofi-automation-case summary {
    position: relative;
    display: grid;
    grid-template-columns: 54px 112px minmax(300px, 1fr) auto 44px;
    align-items: center;
    gap: 24px;
    min-height: 190px;
    padding: 32px 36px;
    cursor: pointer;
    list-style: none;
}

.wpprofi-automation-case summary::-webkit-details-marker {
    display: none;
}

.wpprofi-automation-case summary::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: "";
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgba(71, 110, 255, 0.7), rgba(142, 72, 255, 0.65), transparent);
    transition: opacity 220ms ease;
}

.wpprofi-automation-case[open] summary::after {
    opacity: 1;
}

.wpprofi-automation-case__number {
    align-self: start;
    color: var(--wpp-lime) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
}

.wpprofi-automation-case__visual {
    display: grid;
    place-items: center;
    width: 112px;
    height: 112px;
    border: 1px solid rgba(89, 107, 164, 0.42);
    border-radius: 18px;
    color: #7d83ff !important;
    background:
        radial-gradient(circle, rgba(89, 81, 255, 0.2), transparent 65%),
        #080d17;
    box-shadow: inset 0 0 30px rgba(48, 74, 169, 0.1), 0 16px 36px rgba(0, 0, 0, 0.28);
}

.wpprofi-automation-case__visual svg {
    width: 68px;
    height: 68px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.3;
    filter: drop-shadow(0 0 12px rgba(79, 79, 255, 0.45));
}

.wpprofi-automation-case__copy {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    min-width: 0;
}

.wpprofi-automation-case__copy small {
    margin-bottom: 10px;
    color: #7483ab !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 0.16em !important;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-automation-case__copy strong {
    color: #fff !important;
    font-size: clamp(27px, 3vw, 42px) !important;
    font-weight: 780 !important;
    line-height: 1.06 !important;
    letter-spacing: -0.04em !important;
}

.wpprofi-automation-case__copy > span {
    max-width: 670px;
    margin-top: 10px;
    color: var(--wpp-muted) !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

.wpprofi-automation-case__tags {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 7px;
    max-width: 220px;
}

.wpprofi-automation-case__tags i {
    padding: 7px 9px;
    border: 1px solid rgba(112, 130, 181, 0.26);
    border-radius: 5px;
    color: #8f9abc !important;
    background: rgba(5, 9, 16, 0.62);
    font-size: 8px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
}

.wpprofi-automation-case__toggle {
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(105, 122, 172, 0.34);
    border-radius: 50%;
    background: rgba(5, 9, 17, 0.72);
}

.wpprofi-automation-case__toggle i {
    position: absolute;
    top: 20px;
    left: 12px;
    width: 16px;
    height: 1px;
    background: #aeb7d3;
    transition: transform 220ms ease, background 220ms ease;
}

.wpprofi-automation-case__toggle i:last-child {
    transform: rotate(90deg);
}

.wpprofi-automation-case[open] .wpprofi-automation-case__toggle i {
    background: var(--wpp-lime);
}

.wpprofi-automation-case[open] .wpprofi-automation-case__toggle i:last-child {
    transform: rotate(0);
}

.wpprofi-automation-case__body {
    padding: 35px 36px 38px;
    background:
        linear-gradient(180deg, rgba(11, 17, 29, 0.92), rgba(5, 9, 16, 0.98)),
        radial-gradient(circle at 50% 0%, rgba(65, 75, 255, 0.1), transparent 45%);
}

.wpprofi-automation-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(20px, 0.25fr) minmax(110px, 1fr)) minmax(110px, 1fr);
    align-items: center;
    gap: 10px;
}

.wpprofi-automation-flow > span {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.wpprofi-automation-flow b {
    display: grid;
    flex: 0 0 35px;
    place-items: center;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(91, 108, 158, 0.4);
    border-radius: 50%;
    color: var(--wpp-lime) !important;
    background: #080d17;
    font-size: 9px !important;
}

.wpprofi-automation-flow em {
    color: #e8ebf5 !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}

.wpprofi-automation-flow > i {
    position: relative;
    display: block;
    height: 1px;
    background: linear-gradient(90deg, rgba(55, 120, 255, 0.25), #4c6dff, rgba(142, 72, 255, 0.4));
}

.wpprofi-automation-flow > i::after {
    position: absolute;
    top: -2px;
    right: 0;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 50%;
    background: var(--wpp-lime);
    box-shadow: 0 0 9px rgba(185, 247, 8, 0.7);
}

.wpprofi-automation-case__action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 35px;
    padding-top: 28px;
    border-top: 1px solid rgba(105, 124, 175, 0.18);
}

html body.wpprofi-landing #wpprofi-site .wpprofi-automation-case__action p {
    max-width: 690px;
    color: var(--wpp-muted) !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

@media (max-width: 1050px) {
    .wpprofi-automation-case summary {
        grid-template-columns: 42px 92px minmax(0, 1fr) 44px;
        gap: 19px;
    }

    .wpprofi-automation-case__visual {
        width: 92px;
        height: 92px;
    }

    .wpprofi-automation-case__tags {
        display: none;
    }

    .wpprofi-automation-flow {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 9px;
    }

    .wpprofi-automation-flow > i {
        display: none;
    }

    .wpprofi-automation-flow > span {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 700px) {
    .wpprofi-automation-case summary {
        grid-template-columns: 1fr 42px;
        gap: 18px;
        min-height: 0;
        padding: 25px 22px;
    }

    .wpprofi-automation-case__number,
    .wpprofi-automation-case__visual {
        display: none;
    }

    .wpprofi-automation-case__copy {
        grid-column: 1;
    }

    .wpprofi-automation-case__toggle {
        grid-column: 2;
        grid-row: 1;
    }

    .wpprofi-automation-case__body {
        padding: 26px 22px 28px;
    }

    .wpprofi-automation-flow {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .wpprofi-automation-flow > span {
        align-items: center;
        flex-direction: row;
    }

    .wpprofi-automation-case__action {
        align-items: stretch;
        flex-direction: column;
    }
}

/* --------------------------------------------------------------------------
   Hero 1.4 — Modular 3D stack
   Real links and DOM layers; no flattened banner image.
   -------------------------------------------------------------------------- */
.wpprofi-stack-scene {
    position: relative;
    width: min(730px, 59vw);
    aspect-ratio: 730 / 610;
    perspective: 1350px;
    transform: rotateX(var(--hero-rx, 0deg)) rotateY(var(--hero-ry, 0deg));
    transform-style: preserve-3d;
    transform-origin: 52% 48%;
    transition: transform 260ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.wpprofi-stack-aura {
    position: absolute;
    z-index: -4;
    inset: 2% -2% -3% 1%;
    pointer-events: none;
    background:
        radial-gradient(circle at 54% 50%, rgba(52, 65, 240, 0.25), rgba(73, 48, 169, 0.09) 38%, transparent 66%),
        radial-gradient(circle at 69% 43%, rgba(158, 50, 255, 0.12), transparent 34%);
    filter: blur(20px);
    transform: translate3d(var(--hero-back-x), var(--hero-back-y), -100px);
}

.wpprofi-stack-floor {
    position: absolute;
    z-index: -3;
    right: 1%;
    bottom: 1%;
    left: 8%;
    height: 33%;
    border: 1px solid rgba(74, 91, 168, 0.15);
    border-radius: 50%;
    pointer-events: none;
    background:
        linear-gradient(rgba(81, 97, 154, 0.09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(81, 97, 154, 0.09) 1px, transparent 1px),
        radial-gradient(ellipse, rgba(48, 57, 201, 0.17), transparent 67%);
    background-size: 30px 30px, 30px 30px, auto;
    filter: drop-shadow(0 0 34px rgba(55, 65, 224, 0.12));
    transform: rotateX(67deg) rotateZ(-6deg) translate3d(var(--hero-back-soft-x), 7%, -85px);
    transform-origin: center;
}

.wpprofi-stack-floor::after {
    position: absolute;
    inset: 22%;
    content: "";
    border: 1px solid rgba(89, 105, 196, 0.12);
    border-radius: 50%;
}

.wpprofi-stack-label {
    position: absolute;
    z-index: 8;
    color: #667188 !important;
    font-size: clamp(6px, 0.58vw, 8px) !important;
    font-weight: 720 !important;
    line-height: 1 !important;
    letter-spacing: 0.18em !important;
    pointer-events: none;
}

.wpprofi-stack-label--top {
    top: 5.5%;
    right: 4.5%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wpprofi-stack-label--top i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--wpp-lime);
    box-shadow: 0 0 10px rgba(185, 247, 8, 0.72);
    animation: wpprofi-stack-status 2.2s ease-in-out infinite;
}

.wpprofi-stack-label--side {
    top: 46%;
    right: -5%;
    transform: rotate(90deg);
}

.wpprofi-stack-rig {
    position: absolute;
    z-index: 2;
    top: 4%;
    left: 12%;
    width: 76%;
    height: 85%;
    transform:
        translate3d(var(--hero-soft-x), var(--hero-soft-y), 0)
        rotateX(59deg)
        rotateZ(-32deg);
    transform-style: preserve-3d;
    transform-origin: 50% 52%;
    transition: transform 260ms ease-out;
}

.wpprofi-stack-rail {
    position: absolute;
    z-index: -1;
    top: 2%;
    bottom: 5%;
    width: 1px;
    background: linear-gradient(transparent, rgba(77, 101, 255, 0.55), rgba(163, 64, 255, 0.34), transparent);
    box-shadow: 0 0 9px rgba(68, 83, 255, 0.18);
    pointer-events: none;
}

.wpprofi-stack-rail::before,
.wpprofi-stack-rail::after {
    position: absolute;
    left: -2px;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 50%;
    background: #5669ff;
    box-shadow: 0 0 9px rgba(70, 90, 255, 0.75);
}

.wpprofi-stack-rail::before { top: 18%; }
.wpprofi-stack-rail::after { bottom: 19%; background: var(--wpp-lime); box-shadow: 0 0 9px rgba(185, 247, 8, 0.66); }
.wpprofi-stack-rail--left { left: 5%; }
.wpprofi-stack-rail--right { right: 5%; }

.wpprofi-stack-module {
    position: absolute;
    z-index: 2;
    left: 10%;
    display: grid;
    grid-template-columns: clamp(20px, 2.1vw, 29px) clamp(34px, 3.7vw, 48px) minmax(100px, 1fr) auto auto;
    align-items: center;
    gap: clamp(6px, 0.85vw, 12px);
    width: 80%;
    height: 19%;
    padding: 0 clamp(10px, 1.4vw, 20px) !important;
    overflow: visible;
    border: 1px solid rgba(112, 127, 180, 0.31);
    border-left: 2px solid rgba(79, 101, 255, 0.72);
    border-radius: 3px;
    color: #dfe4ef !important;
    background:
        linear-gradient(90deg, rgba(56, 78, 210, 0.09), transparent 46%),
        linear-gradient(105deg, rgba(14, 21, 37, 0.98), rgba(6, 10, 18, 0.95));
    box-shadow:
        -17px 24px 38px rgba(0, 0, 0, 0.44),
        0 0 0 1px rgba(10, 15, 27, 0.86),
        inset 0 1px rgba(255, 255, 255, 0.055);
    transform: translateZ(var(--wpp-stack-z));
    transform-style: preserve-3d;
    transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 260ms ease, filter 220ms ease;
}

.wpprofi-stack-module::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(92deg, rgba(66, 93, 255, 0.15), transparent 52%, rgba(164, 59, 255, 0.07));
    transition: opacity 220ms ease;
}

.wpprofi-stack-module::after {
    position: absolute;
    right: 9px;
    bottom: -10px;
    left: -9px;
    height: 9px;
    content: "";
    border: 1px solid rgba(75, 87, 129, 0.22);
    background: linear-gradient(90deg, #050912, #090c16);
    transform: skewX(44deg);
    transform-origin: top;
}

.wpprofi-stack-module:hover,
.wpprofi-stack-module:focus-visible,
.wpprofi-stack-module.is-active {
    z-index: 6;
    border-color: rgba(110, 125, 255, 0.75);
    border-left-color: var(--wpp-lime);
    color: #fff !important;
    background:
        linear-gradient(90deg, rgba(61, 82, 232, 0.17), transparent 54%),
        linear-gradient(105deg, rgba(18, 27, 48, 0.99), rgba(7, 11, 20, 0.97));
    box-shadow:
        -19px 28px 44px rgba(0, 0, 0, 0.51),
        0 0 32px rgba(66, 71, 255, 0.16),
        inset 0 1px rgba(255, 255, 255, 0.07);
    transform: translateZ(calc(var(--wpp-stack-z) + 24px));
}

.wpprofi-stack-module:hover::before,
.wpprofi-stack-module:focus-visible::before,
.wpprofi-stack-module.is-active::before {
    opacity: 1;
}

.wpprofi-stack-module--plugins { top: 1%; --wpp-stack-z: 42px; }
.wpprofi-stack-module--automation { top: 22%; --wpp-stack-z: 29px; }
.wpprofi-stack-module--apps { top: 43%; --wpp-stack-z: 16px; }
.wpprofi-stack-module--websites { top: 64%; --wpp-stack-z: 3px; }

.wpprofi-stack-module__index {
    position: relative;
    z-index: 1;
    color: #556177 !important;
    font-size: clamp(6px, 0.62vw, 8px) !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0.16em !important;
}

.wpprofi-stack-module__icon {
    position: relative;
    z-index: 1;
    display: grid;
    width: clamp(34px, 3.7vw, 48px);
    aspect-ratio: 1;
    place-items: center;
    border: 1px solid rgba(81, 98, 255, 0.34);
    border-radius: 3px;
    color: #7581ff !important;
    background: linear-gradient(145deg, rgba(45, 58, 156, 0.2), rgba(12, 18, 31, 0.45));
    box-shadow: inset 0 0 20px rgba(57, 76, 196, 0.06);
}

.wpprofi-stack-module--apps .wpprofi-stack-module__icon,
.wpprofi-stack-module--websites .wpprofi-stack-module__icon {
    color: #a261ff !important;
    border-color: rgba(145, 75, 255, 0.3);
}

.wpprofi-stack-module__icon svg {
    width: 50%;
    height: 50%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
}

.wpprofi-stack-module__copy {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: clamp(2px, 0.26vw, 4px);
}

html body.wpprofi-landing #wpprofi-site .wpprofi-stack-module__copy small,
html body.wpprofi-landing #wpprofi-site .wpprofi-stack-module__copy strong {
    display: block !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif !important;
    font-style: normal !important;
    line-height: 1.12 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-stack-module__copy small {
    color: #657089 !important;
    font-size: clamp(5px, 0.52vw, 7px) !important;
    font-weight: 720 !important;
    letter-spacing: 0.13em !important;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-stack-module__copy strong {
    color: #e6e9f1 !important;
    font-size: clamp(8px, 0.87vw, 12px) !important;
    font-weight: 720 !important;
    letter-spacing: -0.012em !important;
}

.wpprofi-stack-module__signal {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    gap: 3px;
    width: 19px;
    height: 22px;
}

.wpprofi-stack-module__signal i {
    width: 3px;
    height: 24%;
    background: #4c65ff;
    box-shadow: 0 0 7px rgba(75, 98, 255, 0.65);
    transition: height 240ms ease, background 240ms ease;
}

.wpprofi-stack-module__signal i:nth-child(2) { height: 52%; }
.wpprofi-stack-module__signal i:nth-child(3) { height: 82%; }
.wpprofi-stack-module__signal i:nth-child(4) { height: 40%; background: var(--wpp-lime); }
.wpprofi-stack-module.is-active .wpprofi-stack-module__signal i:nth-child(1) { height: 72%; }
.wpprofi-stack-module.is-active .wpprofi-stack-module__signal i:nth-child(2) { height: 95%; }
.wpprofi-stack-module.is-active .wpprofi-stack-module__signal i:nth-child(3) { height: 58%; }
.wpprofi-stack-module.is-active .wpprofi-stack-module__signal i:nth-child(4) { height: 100%; }

html body.wpprofi-landing #wpprofi-site .wpprofi-stack-module__state {
    position: relative;
    z-index: 1;
    color: #5e6980 !important;
    font-size: clamp(5px, 0.5vw, 7px) !important;
    font-weight: 760 !important;
    line-height: 1 !important;
    letter-spacing: 0.14em !important;
    transition: color 220ms ease, text-shadow 220ms ease;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-stack-module.is-active .wpprofi-stack-module__state {
    color: var(--wpp-lime) !important;
    text-shadow: 0 0 10px rgba(185, 247, 8, 0.52);
}

.wpprofi-stack-processor {
    position: absolute;
    z-index: 10;
    top: 50.5%;
    left: 50%;
    display: grid;
    width: 27%;
    aspect-ratio: 1;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(105, 119, 255, 0.45);
    border-radius: 4px;
    background:
        radial-gradient(circle, rgba(53, 61, 186, 0.4), rgba(7, 11, 20, 0.96) 67%),
        linear-gradient(145deg, #10172a, #050810);
    box-shadow:
        0 27px 68px rgba(0, 0, 0, 0.72),
        0 0 38px rgba(70, 62, 255, 0.25),
        inset 0 1px rgba(255, 255, 255, 0.06);
    transform:
        translate(-50%, -50%)
        translateZ(112px)
        rotateZ(32deg)
        rotateX(-59deg);
    transform-style: preserve-3d;
}

.wpprofi-stack-processor::before {
    position: absolute;
    inset: -30%;
    content: "";
    background: linear-gradient(105deg, transparent 33%, rgba(112, 129, 255, 0.13) 49%, transparent 65%);
    animation: wpprofi-stack-scan 4.5s ease-in-out infinite;
}

.wpprofi-stack-processor img {
    position: relative;
    z-index: 3;
    width: 79%;
    height: auto;
    filter: drop-shadow(0 17px 19px rgba(0, 0, 0, 0.68)) drop-shadow(0 0 15px rgba(59, 78, 255, 0.43));
    transform: translate3d(var(--hero-core-x), var(--hero-core-y), 24px);
}

.wpprofi-stack-processor__ring {
    position: absolute;
    border-radius: 50%;
}

.wpprofi-stack-processor__ring--one {
    inset: 8%;
    border: 1px dashed rgba(88, 109, 255, 0.48);
    animation: wpprofi-stack-spin 14s linear infinite;
}

.wpprofi-stack-processor__ring--two {
    inset: 18%;
    border: 1px solid rgba(164, 72, 255, 0.28);
    animation: wpprofi-stack-spin 10s linear infinite reverse;
}

.wpprofi-stack-processor__pulse {
    position: absolute;
    z-index: 5;
    top: 50%;
    right: 5%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--wpp-lime);
    box-shadow: 0 0 0 4px rgba(185, 247, 8, 0.08), 0 0 12px rgba(185, 247, 8, 0.72);
    transform-origin: calc(-45% / 2) 50%;
}

.wpprofi-stack-base {
    position: absolute;
    z-index: 1;
    top: 85%;
    left: 7%;
    display: flex;
    align-items: center;
    gap: clamp(7px, 0.9vw, 12px);
    width: 86%;
    height: 12%;
    padding: 0 clamp(11px, 1.5vw, 19px);
    border: 1px solid rgba(86, 102, 144, 0.24);
    color: #748096 !important;
    background: rgba(5, 8, 15, 0.97);
    box-shadow: -15px 23px 34px rgba(0, 0, 0, 0.36);
    transform: translateZ(-9px);
}

.wpprofi-stack-base span,
.wpprofi-stack-base b {
    color: #748096 !important;
    font-size: clamp(5px, 0.53vw, 7px) !important;
    font-weight: 760 !important;
    line-height: 1 !important;
    letter-spacing: 0.15em !important;
    white-space: nowrap;
}

.wpprofi-stack-base b {
    color: #a6afc1 !important;
}

.wpprofi-stack-base i {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, #4759ff, #8261ff, var(--wpp-lime));
    box-shadow: 0 0 8px rgba(78, 93, 255, 0.35);
}

.wpprofi-stack-status {
    position: absolute;
    z-index: 12;
    right: 3%;
    bottom: 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-width: 230px;
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid rgba(103, 119, 165, 0.2);
    background: rgba(5, 9, 16, 0.78);
    box-shadow: 0 13px 28px rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.wpprofi-stack-status__online {
    display: flex;
    align-items: center;
    gap: 7px;
}

.wpprofi-stack-status__online i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--wpp-lime);
    box-shadow: 0 0 10px rgba(185, 247, 8, 0.7);
    animation: wpprofi-stack-status 2.2s ease-in-out infinite;
}

.wpprofi-stack-status__online b,
.wpprofi-stack-status__mode em {
    color: #737f96 !important;
    font-size: clamp(5px, 0.52vw, 7px) !important;
    font-style: normal !important;
    font-weight: 760 !important;
    line-height: 1 !important;
    letter-spacing: 0.13em !important;
    white-space: nowrap;
}

.wpprofi-stack-status__mode em {
    display: none;
    color: #bcc4d4 !important;
}

[data-active-node="plugins"] .wpprofi-stack-status__mode [data-hero-mode="plugins"],
[data-active-node="automation"] .wpprofi-stack-status__mode [data-hero-mode="automation"],
[data-active-node="apps"] .wpprofi-stack-status__mode [data-hero-mode="apps"],
[data-active-node="websites"] .wpprofi-stack-status__mode [data-hero-mode="websites"] {
    display: block;
}

@keyframes wpprofi-stack-spin {
    to { transform: rotate(360deg); }
}

@keyframes wpprofi-stack-status {
    50% { opacity: 0.4; box-shadow: 0 0 4px rgba(185, 247, 8, 0.38); }
}

@keyframes wpprofi-stack-scan {
    0%, 100% { transform: translateX(-45%) rotate(8deg); opacity: 0; }
    45%, 55% { opacity: 1; }
    50% { transform: translateX(45%) rotate(8deg); }
}

@media (max-width: 1180px) {
    .wpprofi-stack-scene {
        width: min(680px, 62vw);
    }

    .wpprofi-stack-module {
        grid-template-columns: 22px 39px minmax(90px, 1fr) auto auto;
        gap: 8px;
        padding-inline: 12px !important;
    }

    .wpprofi-stack-module__icon {
        width: 39px;
    }
}

@media (max-width: 940px) {
    .wpprofi-stack-scene {
        width: min(720px, 100%);
        margin-inline: auto;
    }

    .wpprofi-stack-module {
        grid-template-columns: 25px 44px minmax(130px, 1fr) auto auto;
    }

    .wpprofi-stack-module__icon {
        width: 44px;
    }

    html body.wpprofi-landing #wpprofi-site .wpprofi-stack-module__copy strong {
        font-size: 11px !important;
    }

    .wpprofi-stack-status {
        right: 4%;
        bottom: 2%;
    }
}

@media (max-width: 640px) {
    .wpprofi-stack-scene {
        width: 110%;
        margin: 0 -5%;
        aspect-ratio: 1 / 0.92;
    }

    .wpprofi-stack-rig {
        top: 2%;
        left: 8%;
        width: 84%;
        height: 88%;
        transform:
            translate3d(var(--hero-soft-x), var(--hero-soft-y), 0)
            rotateX(58deg)
            rotateZ(-29deg);
    }

    .wpprofi-stack-module {
        left: 6%;
        grid-template-columns: 19px 32px minmax(80px, 1fr) auto;
        gap: 6px;
        width: 88%;
        padding-inline: 8px !important;
    }

    .wpprofi-stack-module__icon {
        width: 32px;
    }

    .wpprofi-stack-module__signal {
        width: 15px;
        height: 17px;
    }

    html body.wpprofi-landing #wpprofi-site .wpprofi-stack-module__copy small {
        display: none !important;
    }

    html body.wpprofi-landing #wpprofi-site .wpprofi-stack-module__copy strong {
        font-size: 8px !important;
    }

    html body.wpprofi-landing #wpprofi-site .wpprofi-stack-module__state {
        display: none;
    }

    .wpprofi-stack-processor {
        width: 29%;
        transform:
            translate(-50%, -50%)
            translateZ(104px)
            rotateZ(29deg)
            rotateX(-58deg);
    }

    .wpprofi-stack-base {
        left: 4%;
        width: 92%;
        padding-inline: 8px;
    }

    .wpprofi-stack-base b {
        display: none;
    }

    .wpprofi-stack-label--top {
        right: 1%;
    }

    .wpprofi-stack-label--side,
    .wpprofi-stack-status {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wpprofi-stack-scene,
    .wpprofi-stack-aura,
    .wpprofi-stack-floor,
    .wpprofi-stack-rig,
    .wpprofi-stack-module,
    .wpprofi-stack-processor,
    .wpprofi-stack-processor img,
    .wpprofi-stack-base {
        transition: none !important;
    }

    .wpprofi-stack-label--top i,
    .wpprofi-stack-status__online i,
    .wpprofi-stack-processor::before,
    .wpprofi-stack-processor__ring {
        animation: none !important;
    }
}

/* ==========================================================================
   1.2 — expanded, interactive one-page presentation
   ========================================================================== */

.wpprofi-section-v12 {
    position: relative;
    padding: 118px 0;
    scroll-margin-top: 92px;
}

.wpprofi-kicker-v12 {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 18px;
    color: #6e7b9b !important;
    font-size: 12px !important;
    font-weight: 760 !important;
    line-height: 1 !important;
    letter-spacing: 0.17em !important;
}

.wpprofi-kicker-v12 b {
    color: var(--wpp-lime) !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

.wpprofi-section-head-v12 {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
    align-items: end;
    gap: 64px;
    margin-bottom: 50px;
}

.wpprofi-section-head-v12 > div {
    max-width: 820px;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-section-head-v12 h2 {
    color: #f8f9fd !important;
    font-size: clamp(38px, 4.2vw, 58px) !important;
    font-weight: 720 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.048em !important;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-section-head-v12 > p {
    padding-bottom: 7px !important;
    color: #9da8bf !important;
    font-size: 17px !important;
    line-height: 1.72 !important;
}

.wpprofi-section-head-v12--center {
    display: block;
    max-width: 860px;
    margin-inline: auto;
    text-align: center;
}

/* Expanded header and real text navigation. */
.wpprofi-header.wpprofi-header--expanded {
    display: block;
    height: 76px;
    border-bottom-color: rgba(119, 138, 185, 0.2);
    background: rgba(3, 6, 10, 0.83);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.wpprofi-header.wpprofi-header--expanded.is-scrolled,
.wpprofi-header.wpprofi-header--expanded.is-open {
    background: rgba(3, 6, 10, 0.94);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}

.wpprofi-header__inner-v12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
}

.wpprofi-brand--header {
    gap: 8px;
    flex: 0 0 auto;
}

.wpprofi-brand--header img {
    width: 48px;
    height: 48px;
    transform: scale(1.25);
}

html body.wpprofi-landing #wpprofi-site .wpprofi-brand--header span {
    font-size: 23px !important;
    letter-spacing: 0.01em !important;
}

.wpprofi-nav-wrap-v12 {
    display: flex;
    align-items: center;
    gap: 30px;
}

.wpprofi-nav.wpprofi-nav--labels {
    display: flex;
    align-items: center;
    gap: 4px;
    height: auto;
}

.wpprofi-nav.wpprofi-nav--labels a {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 12px 14px !important;
    color: #adb5c7 !important;
    opacity: 1;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0.01em !important;
}

.wpprofi-nav.wpprofi-nav--labels a::after {
    position: absolute;
    right: 14px;
    bottom: 5px;
    left: 14px;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, var(--wpp-blue), var(--wpp-violet));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
}

.wpprofi-nav.wpprofi-nav--labels a:hover,
.wpprofi-nav.wpprofi-nav--labels a.is-active {
    color: #fff !important;
}

.wpprofi-nav.wpprofi-nav--labels a:hover::after,
.wpprofi-nav.wpprofi-nav--labels a.is-active::after {
    transform: scaleX(1);
}

.wpprofi-nav.wpprofi-nav--labels a span {
    position: static;
    display: inline;
    width: auto;
    height: auto;
    color: inherit !important;
    background: none;
}

.wpprofi-language.wpprofi-language--v12 {
    gap: 6px;
    padding-left: 20px;
    border-left-color: rgba(119, 138, 185, 0.24);
}

.wpprofi-language.wpprofi-language--v12 button {
    font-size: 12px !important;
    font-weight: 720 !important;
}

.wpprofi-menu-button-v12 {
    display: none;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-left: auto;
    border: 1px solid var(--wpp-line) !important;
    border-radius: 8px;
    color: #fff !important;
    background: #0a0f19;
}

.wpprofi-menu-button-v12 svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
}

/* Larger hero: the image supports the page instead of replacing it. */
.wpprofi-hero.wpprofi-hero--expanded {
    min-height: 850px;
    padding-top: 76px;
    overflow: hidden;
    scroll-margin-top: 76px;
}

.wpprofi-hero.wpprofi-hero--expanded::before {
    top: 76px;
    right: -5%;
    width: 66%;
    height: 88%;
    opacity: 0.75;
    background-size: 42px 42px;
}

.wpprofi-hero--expanded::after {
    position: absolute;
    z-index: -2;
    top: 7%;
    right: 3%;
    width: 56vw;
    height: 56vw;
    max-width: 850px;
    max-height: 850px;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgba(54, 66, 255, 0.16), rgba(87, 39, 184, 0.06) 42%, transparent 70%);
    filter: blur(18px);
}

.wpprofi-hero__mesh {
    position: absolute;
    z-index: -1;
    inset: 76px 0 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent 49.9%, rgba(84, 102, 156, 0.08) 50%, transparent 50.1%),
        linear-gradient(180deg, transparent 49.9%, rgba(84, 102, 156, 0.06) 50%, transparent 50.1%);
    background-size: 100px 100px;
    mask-image: linear-gradient(90deg, transparent 0%, #000 42%, #000 100%);
}

.wpprofi-hero__inner-v12 {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    min-height: 700px;
    padding: 54px 0 70px;
}

.wpprofi-hero__content-v12 {
    position: relative;
    z-index: 4;
    max-width: 660px;
}

.wpprofi-eyebrow-v12 {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 24px;
}

.wpprofi-eyebrow-v12 > span {
    position: relative;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--wpp-lime);
    box-shadow: 0 0 0 7px rgba(185, 247, 8, 0.06), 0 0 18px rgba(185, 247, 8, 0.5);
}

.wpprofi-eyebrow-v12 > span::after {
    position: absolute;
    top: 4px;
    left: 16px;
    width: 52px;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, rgba(185, 247, 8, 0.48), transparent);
}

.wpprofi-eyebrow-v12 b {
    margin-left: 58px;
    color: #8e99b3 !important;
    font-size: 11px !important;
    font-weight: 750 !important;
    letter-spacing: 0.18em !important;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-hero__title-v12 {
    display: block;
    color: #fafbff !important;
    font-size: clamp(54px, 5.8vw, 78px) !important;
    font-weight: 760 !important;
    line-height: 1.06 !important;
    letter-spacing: -0.056em !important;
}

.wpprofi-hero__title-v12 > span {
    display: block;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-hero__lead-v12 {
    max-width: 610px;
    margin-top: 27px !important;
    color: #abb4c8 !important;
    font-size: 18px !important;
    line-height: 1.75 !important;
}

.wpprofi-hero__actions-v12 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.wpprofi-button-v12 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    min-height: 58px;
    padding: 0 22px !important;
    border: 1px solid transparent;
    border-radius: 7px;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 720 !important;
    line-height: 1 !important;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.wpprofi-button-v12 svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
}

.wpprofi-button-v12:hover {
    transform: translateY(-3px);
}

.wpprofi-button-v12--primary {
    border-color: #6868ff;
    background: linear-gradient(105deg, rgba(29, 52, 121, 0.88), rgba(68, 33, 145, 0.78));
    box-shadow: 0 0 28px rgba(74, 64, 255, 0.2);
}

.wpprofi-button-v12--primary svg {
    color: var(--wpp-lime);
}

.wpprofi-button-v12--primary:hover {
    border-color: #8f78ff;
    box-shadow: 0 0 36px rgba(74, 64, 255, 0.34);
}

.wpprofi-button-v12--ghost {
    border-color: rgba(121, 139, 184, 0.28);
    color: #bcc4d5 !important;
    background: rgba(7, 11, 18, 0.54);
}

.wpprofi-button-v12--ghost:hover {
    border-color: rgba(129, 109, 255, 0.65);
    color: #fff !important;
}

.wpprofi-hero__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 32px;
}

.wpprofi-hero__tags span {
    color: #727e98 !important;
    font-size: 12px !important;
    font-weight: 620 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase;
}

.wpprofi-hero__tags i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--wpp-lime);
}

.wpprofi-hero-visual-v12 {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    margin-right: -7vw;
    perspective: 1500px;
    --hero-shift-x: 0px;
    --hero-shift-y: 0px;
    --hero-soft-x: 0px;
    --hero-soft-y: 0px;
    --hero-back-x: 0px;
    --hero-back-y: 0px;
    --hero-back-soft-x: 0px;
    --hero-back-soft-y: 0px;
    --hero-core-x: 0px;
    --hero-core-y: 0px;
    --pointer-x: 50%;
    --pointer-y: 50%;
}

/* Hero system core: real DOM layers instead of a flattened illustration. */
.wpprofi-core-scene {
    position: relative;
    width: min(720px, 58vw);
    aspect-ratio: 680 / 600;
    transform: rotateX(var(--hero-rx, 0deg)) rotateY(var(--hero-ry, 0deg));
    transform-style: preserve-3d;
    transform-origin: 52% 48%;
    transition: transform 260ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.wpprofi-core-aura {
    position: absolute;
    z-index: -4;
    inset: 2% -3% 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 51% 45%, rgba(74, 73, 255, 0.24), rgba(93, 54, 198, 0.08) 36%, transparent 68%),
        radial-gradient(circle at 70% 49%, rgba(170, 68, 255, 0.11), transparent 35%);
    filter: blur(16px);
    transform: translate3d(var(--hero-back-x), var(--hero-back-y), -90px);
}

.wpprofi-core-floor {
    position: absolute;
    z-index: -3;
    right: -2%;
    bottom: -1%;
    width: 95%;
    height: 44%;
    border-top: 1px solid rgba(91, 111, 174, 0.16);
    opacity: 0.72;
    background-image:
        linear-gradient(rgba(88, 104, 157, 0.11) 1px, transparent 1px),
        linear-gradient(90deg, rgba(88, 104, 157, 0.11) 1px, transparent 1px);
    background-size: 36px 36px;
    -webkit-mask-image: radial-gradient(ellipse at 55% 20%, #000 0%, transparent 69%);
    mask-image: radial-gradient(ellipse at 55% 20%, #000 0%, transparent 69%);
    transform: rotateX(66deg) rotateZ(-5deg) translate3d(var(--hero-back-soft-x), 0, -50px);
    transform-origin: top center;
}

.wpprofi-core-backplane {
    position: absolute;
    z-index: -2;
    top: 13%;
    left: 8%;
    width: 89%;
    height: 74%;
    overflow: hidden;
    border: 1px solid rgba(87, 105, 163, 0.13);
    border-radius: 18px;
    background:
        linear-gradient(90deg, transparent 0 79%, rgba(92, 118, 199, 0.035) 79% 80%, transparent 80%),
        linear-gradient(180deg, rgba(19, 25, 39, 0.4), rgba(6, 10, 17, 0.06));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.01);
    transform-style: preserve-3d;
}

.wpprofi-core-backplane::before,
.wpprofi-core-backplane::after {
    position: absolute;
    content: "";
    background: rgba(88, 108, 170, 0.11);
}

.wpprofi-core-backplane::before {
    top: 11%;
    right: 8%;
    bottom: 11%;
    width: 1px;
    box-shadow: -19px 0 rgba(88, 108, 170, 0.06), -38px 0 rgba(88, 108, 170, 0.03);
}

.wpprofi-core-backplane::after {
    right: 6%;
    bottom: 9%;
    width: 58%;
    height: 1px;
    box-shadow: 0 -19px rgba(88, 108, 170, 0.05), 0 -38px rgba(88, 108, 170, 0.025);
}

.wpprofi-core-backplane--one {
    transform: translate3d(calc(24px + var(--hero-back-soft-x)), calc(-17px + var(--hero-back-soft-y)), -92px) rotateY(-2deg);
}

.wpprofi-core-backplane--two {
    opacity: 0.62;
    transform: translate3d(calc(43px + var(--hero-back-x)), calc(-32px + var(--hero-back-y)), -150px) rotateY(-4deg);
}

.wpprofi-core-console {
    position: absolute;
    z-index: 2;
    top: 9.5%;
    left: 2.3%;
    display: flex;
    width: 92.5%;
    height: 79.5%;
    overflow: hidden;
    border: 1px solid rgba(130, 146, 199, 0.28);
    border-radius: 18px;
    background:
        radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(84, 100, 170, 0.13), transparent 28%),
        linear-gradient(135deg, rgba(13, 19, 31, 0.97), rgba(6, 10, 17, 0.96) 66%, rgba(10, 9, 22, 0.98));
    box-shadow:
        0 44px 90px rgba(0, 0, 0, 0.54),
        0 0 0 1px rgba(8, 11, 19, 0.92),
        inset 0 1px 0 rgba(255, 255, 255, 0.035),
        inset 0 -70px 110px rgba(0, 0, 0, 0.18);
    transform: translate3d(var(--hero-soft-x), var(--hero-soft-y), 28px) rotateY(-3deg) rotateX(1.4deg);
    transform-style: preserve-3d;
    flex-direction: column;
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 260ms ease-out;
}

.wpprofi-core-console::before {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent 3%, #3479ff 28%, rgba(122, 101, 255, 0.8) 55%, #ae43ff 78%, transparent 97%);
    opacity: 0.82;
    pointer-events: none;
}

.wpprofi-core-console::after {
    position: absolute;
    z-index: 2;
    top: -36%;
    left: calc(var(--pointer-x) - 18%);
    width: 34%;
    height: 170%;
    content: "";
    opacity: 0.17;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(184, 198, 255, 0.15), transparent);
    filter: blur(3px);
    transform: rotate(15deg);
}

.wpprofi-core-console__topbar,
.wpprofi-core-console__footer {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 10.5%;
    padding: 0 clamp(10px, 1.55vw, 20px);
    border-bottom: 1px solid rgba(112, 130, 183, 0.16);
    background: rgba(3, 6, 11, 0.34);
}

.wpprofi-core-console__brand,
.wpprofi-core-console__status,
.wpprofi-core-console__footer > span {
    display: flex;
    align-items: center;
    gap: 9px;
}

.wpprofi-core-console__brand i {
    width: 6px;
    height: 6px;
    border-radius: 1px;
    background: linear-gradient(135deg, var(--wpp-blue), var(--wpp-violet));
    box-shadow: 0 0 12px rgba(83, 95, 255, 0.75);
    transform: rotate(45deg);
}

.wpprofi-core-console__brand span,
.wpprofi-core-console__status span,
.wpprofi-core-console__footer b,
.wpprofi-core-console__footer em {
    color: #8590aa !important;
    font-size: clamp(7px, 0.72vw, 10px) !important;
    font-style: normal !important;
    font-weight: 760 !important;
    line-height: 1 !important;
    letter-spacing: 0.14em !important;
}

.wpprofi-core-console__brand span {
    color: #cbd2e1 !important;
}

.wpprofi-core-console__status i,
.wpprofi-core-console__footer > span:first-child i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--wpp-lime);
    box-shadow: 0 0 10px rgba(185, 247, 8, 0.65);
}

.wpprofi-core-console__canvas {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    background:
        linear-gradient(rgba(111, 130, 180, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(111, 130, 180, 0.045) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(58, 69, 131, 0.12), transparent 38%);
    background-size: 30px 30px, 30px 30px, auto;
}

.wpprofi-core-console__canvas::before,
.wpprofi-core-console__canvas::after {
    position: absolute;
    z-index: 0;
    content: "";
    pointer-events: none;
}

.wpprofi-core-console__canvas::before {
    inset: 7%;
    border: 1px solid rgba(100, 118, 173, 0.055);
    border-radius: 12px;
}

.wpprofi-core-console__canvas::after {
    top: 50%;
    left: 50%;
    width: 59%;
    height: 1px;
    opacity: 0.5;
    background: linear-gradient(90deg, transparent, rgba(105, 127, 195, 0.22), transparent);
    transform: translate(-50%, -50%);
}

.wpprofi-core-paths {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.wpprofi-core-path {
    fill: none;
    stroke-width: 1.25;
    stroke-linecap: round;
    stroke-dasharray: 3 8;
    opacity: 0.22;
    vector-effect: non-scaling-stroke;
    transition: opacity 240ms ease, stroke-width 240ms ease;
}

.wpprofi-core-path--plugins,
.wpprofi-core-path--automation {
    stroke: url(#wpprofi-path-blue);
}

.wpprofi-core-path--apps,
.wpprofi-core-path--websites {
    stroke: url(#wpprofi-path-violet);
}

.wpprofi-core-path-dot {
    fill: #6d7ea9;
    opacity: 0.35;
    transition: fill 220ms ease, opacity 220ms ease, filter 220ms ease;
}

.wpprofi-core-node {
    position: absolute;
    z-index: 4;
    display: grid;
    grid-template-columns: clamp(25px, 3.2vw, 40px) minmax(0, 1fr) 6px;
    align-items: center;
    gap: clamp(6px, 0.85vw, 11px);
    width: 27.8%;
    min-height: 18.8%;
    padding: clamp(6px, 0.9vw, 11px) !important;
    overflow: hidden;
    border: 1px solid rgba(111, 131, 187, 0.19);
    border-radius: clamp(7px, 0.85vw, 11px);
    color: #e9edf8 !important;
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.94), rgba(7, 11, 19, 0.92));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025), 0 14px 30px rgba(0, 0, 0, 0.16);
    transform: translateZ(35px);
    transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.wpprofi-core-node::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 2px;
    content: "";
    opacity: 0;
    background: linear-gradient(180deg, transparent, #5d7cff, transparent);
    transition: opacity 220ms ease;
}

.wpprofi-core-node:hover,
.wpprofi-core-node:focus-visible {
    color: #fff !important;
    transform: translateZ(55px) translateY(-2px);
}

.wpprofi-core-node--plugins {
    top: 12.5%;
    left: 3.7%;
}

.wpprofi-core-node--automation {
    bottom: 12.5%;
    left: 3.7%;
}

.wpprofi-core-node--apps {
    top: 12.5%;
    right: 3.7%;
}

.wpprofi-core-node--websites {
    right: 3.7%;
    bottom: 12.5%;
}

.wpprofi-core-node__icon {
    display: grid;
    width: clamp(25px, 3.2vw, 40px);
    aspect-ratio: 1;
    place-items: center;
    border: 1px solid rgba(100, 119, 184, 0.26);
    border-radius: clamp(6px, 0.75vw, 9px);
    color: #6d80ff !important;
    background: linear-gradient(145deg, rgba(55, 84, 169, 0.17), rgba(17, 23, 40, 0.42));
    box-shadow: inset 0 0 18px rgba(58, 75, 160, 0.07);
}

.wpprofi-core-node--apps .wpprofi-core-node__icon,
.wpprofi-core-node--websites .wpprofi-core-node__icon {
    color: #a25dff !important;
}

.wpprofi-core-node__icon svg {
    width: 48%;
    height: 48%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
}

.wpprofi-core-node__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.wpprofi-core-node__copy small,
.wpprofi-core-node__copy strong,
.wpprofi-core-node__copy em {
    display: block;
    overflow: hidden;
    font-style: normal !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wpprofi-core-node__copy small {
    margin-bottom: clamp(1px, 0.25vw, 3px);
    color: #68738c !important;
    font-size: clamp(6px, 0.58vw, 8px) !important;
    font-weight: 730 !important;
    line-height: 1 !important;
    letter-spacing: 0.12em !important;
}

.wpprofi-core-node__copy strong {
    color: #e8ecf6 !important;
    font-size: clamp(8px, 0.88vw, 12px) !important;
    font-weight: 720 !important;
    line-height: 1.22 !important;
    letter-spacing: -0.01em !important;
}

.wpprofi-core-node__copy em {
    margin-top: clamp(1px, 0.24vw, 3px);
    color: #758098 !important;
    font-size: clamp(6px, 0.62vw, 8.5px) !important;
    line-height: 1.2 !important;
}

.wpprofi-core-node__state {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #536078;
    transition: background 220ms ease, box-shadow 220ms ease;
}

.wpprofi-core-orbit {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    display: grid;
    width: 31%;
    aspect-ratio: 1;
    place-items: center;
    transform: translate(-50%, -50%) translateZ(65px);
    transform-style: preserve-3d;
}

.wpprofi-core-orbit::before,
.wpprofi-core-orbit::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    pointer-events: none;
}

.wpprofi-core-orbit::before {
    inset: -15%;
    border: 1px solid rgba(93, 111, 195, 0.11);
    background: radial-gradient(circle, rgba(35, 44, 88, 0.22), rgba(5, 8, 15, 0.06) 58%, transparent 71%);
    box-shadow: inset 0 0 40px rgba(54, 64, 167, 0.07);
}

.wpprofi-core-orbit::after {
    inset: 12%;
    border: 1px solid rgba(115, 121, 255, 0.3);
    box-shadow: 0 0 28px rgba(67, 73, 255, 0.12), inset 0 0 23px rgba(91, 55, 255, 0.08);
}

.wpprofi-core-orbit img {
    position: relative;
    z-index: 3;
    width: 72%;
    height: auto;
    filter: drop-shadow(0 16px 20px rgba(0, 0, 0, 0.48)) drop-shadow(0 0 16px rgba(78, 65, 255, 0.22));
    transform: translate3d(var(--hero-core-x), var(--hero-core-y), 24px);
}

.wpprofi-core-orbit__ring,
.wpprofi-core-orbit__halo,
.wpprofi-core-orbit__tick {
    position: absolute;
    border-radius: 50%;
}

.wpprofi-core-orbit__ring--outer {
    inset: -4%;
    border: 1px dashed rgba(103, 121, 216, 0.24);
    animation: wpprofi-core-spin 26s linear infinite;
}

.wpprofi-core-orbit__ring--inner {
    inset: 5%;
    border: 1px dotted rgba(159, 80, 255, 0.27);
    animation: wpprofi-core-spin 18s linear infinite reverse;
}

.wpprofi-core-orbit__halo {
    inset: 24%;
    background: radial-gradient(circle, rgba(100, 76, 255, 0.22), transparent 68%);
    filter: blur(10px);
    animation: wpprofi-core-breathe 3.6s ease-in-out infinite;
}

.wpprofi-core-orbit__tick {
    z-index: 4;
    width: 5px;
    height: 5px;
    background: var(--wpp-lime);
    box-shadow: 0 0 10px rgba(185, 247, 8, 0.55);
}

.wpprofi-core-orbit__tick--one { top: -3%; left: 49%; }
.wpprofi-core-orbit__tick--two { top: 49%; right: -3%; }
.wpprofi-core-orbit__tick--three { bottom: -3%; left: 49%; }
.wpprofi-core-orbit__tick--four { top: 49%; left: -3%; }

.wpprofi-core-console__footer {
    flex-basis: 10.5%;
    border-top: 1px solid rgba(112, 130, 183, 0.13);
    border-bottom: 0;
}

.wpprofi-core-console__footer > span:first-child b {
    color: #8c96ad !important;
}

.wpprofi-core-console__mode {
    position: relative;
    min-width: 124px;
    justify-content: flex-end;
}

.wpprofi-core-console__mode em {
    display: none;
    color: #afb8cc !important;
}

[data-active-node="plugins"] [data-hero-mode="plugins"],
[data-active-node="automation"] [data-hero-mode="automation"],
[data-active-node="apps"] [data-hero-mode="apps"],
[data-active-node="websites"] [data-hero-mode="websites"] {
    display: block;
}

.wpprofi-core-rail {
    position: absolute;
    z-index: 7;
    right: 7%;
    bottom: 4.4%;
    left: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(7px, 1vw, 13px);
    height: 7.8%;
    border: 1px solid rgba(116, 133, 187, 0.25);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(16, 22, 34, 0.94), rgba(6, 9, 15, 0.96));
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.025);
    transform: translate3d(var(--hero-shift-x), var(--hero-shift-y), 88px) rotateX(-2deg);
}

.wpprofi-core-rail span,
.wpprofi-core-rail strong {
    color: #68748d !important;
    font-size: clamp(6px, 0.58vw, 8px) !important;
    font-weight: 760 !important;
    letter-spacing: 0.16em !important;
}

.wpprofi-core-rail strong {
    color: #d7ddea !important;
}

.wpprofi-core-rail i {
    position: relative;
    width: clamp(12px, 2vw, 27px);
    height: 1px;
    overflow: visible;
    background: linear-gradient(90deg, rgba(73, 105, 255, 0.18), rgba(103, 93, 255, 0.75));
}

.wpprofi-core-rail i::after {
    position: absolute;
    top: -2px;
    right: 0;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 50%;
    background: #7080ff;
    box-shadow: 0 0 8px rgba(87, 98, 255, 0.7);
}

.wpprofi-core-rail i:nth-of-type(n + 5) {
    background: linear-gradient(90deg, rgba(143, 77, 255, 0.75), rgba(163, 76, 255, 0.17));
}

.wpprofi-core-rail i:nth-of-type(n + 5)::after {
    background: #a04fff;
    box-shadow: 0 0 8px rgba(164, 69, 255, 0.68);
}

[data-active-node="plugins"] .wpprofi-core-node--plugins,
[data-active-node="automation"] .wpprofi-core-node--automation,
[data-active-node="apps"] .wpprofi-core-node--apps,
[data-active-node="websites"] .wpprofi-core-node--websites {
    border-color: rgba(111, 119, 255, 0.62);
    background: linear-gradient(135deg, rgba(30, 43, 79, 0.95), rgba(10, 13, 24, 0.97));
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 0 28px rgba(78, 71, 255, 0.09);
}

[data-active-node="apps"] .wpprofi-core-node--apps,
[data-active-node="websites"] .wpprofi-core-node--websites {
    border-color: rgba(163, 86, 255, 0.62);
    background: linear-gradient(135deg, rgba(45, 29, 78, 0.95), rgba(12, 11, 25, 0.97));
}

[data-active-node="plugins"] .wpprofi-core-node--plugins::before,
[data-active-node="automation"] .wpprofi-core-node--automation::before,
[data-active-node="apps"] .wpprofi-core-node--apps::before,
[data-active-node="websites"] .wpprofi-core-node--websites::before {
    opacity: 1;
}

[data-active-node="plugins"] .wpprofi-core-node--plugins .wpprofi-core-node__state,
[data-active-node="automation"] .wpprofi-core-node--automation .wpprofi-core-node__state,
[data-active-node="apps"] .wpprofi-core-node--apps .wpprofi-core-node__state,
[data-active-node="websites"] .wpprofi-core-node--websites .wpprofi-core-node__state {
    background: var(--wpp-lime);
    box-shadow: 0 0 11px rgba(185, 247, 8, 0.64);
}

[data-active-node="plugins"] .wpprofi-core-path--plugins,
[data-active-node="automation"] .wpprofi-core-path--automation,
[data-active-node="apps"] .wpprofi-core-path--apps,
[data-active-node="websites"] .wpprofi-core-path--websites {
    opacity: 1;
    stroke-width: 2;
    filter: url(#wpprofi-path-glow);
    animation: wpprofi-core-flow 1.8s linear infinite;
}

[data-active-node="plugins"] .wpprofi-core-path-dot--plugins,
[data-active-node="automation"] .wpprofi-core-path-dot--automation,
[data-active-node="apps"] .wpprofi-core-path-dot--apps,
[data-active-node="websites"] .wpprofi-core-path-dot--websites {
    fill: var(--wpp-lime);
    opacity: 1;
    filter: drop-shadow(0 0 5px rgba(185, 247, 8, 0.75));
}

@keyframes wpprofi-core-spin {
    to { transform: rotate(360deg); }
}

@keyframes wpprofi-core-breathe {
    0%, 100% { opacity: 0.55; transform: scale(0.94); }
    50% { opacity: 1; transform: scale(1.08); }
}

@keyframes wpprofi-core-flow {
    to { stroke-dashoffset: -22; }
}

.wpprofi-scroll-cue {
    position: absolute;
    bottom: 28px;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 13px;
    color: #66718a !important;
    transform: translateX(-50%);
}

.wpprofi-scroll-cue span {
    color: inherit !important;
    font-size: 10px !important;
    font-weight: 680 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase;
}

.wpprofi-scroll-cue i {
    position: relative;
    width: 18px;
    height: 28px;
    border: 1px solid #35405a;
    border-radius: 12px;
}

.wpprofi-scroll-cue i::after {
    position: absolute;
    top: 5px;
    left: 7px;
    width: 2px;
    height: 6px;
    content: "";
    border-radius: 3px;
    background: var(--wpp-lime);
    animation: wpprofi-scroll-dot 1.8s ease-in-out infinite;
}

@keyframes wpprofi-scroll-dot {
    0%, 100% { opacity: 0.35; transform: translateY(0); }
    50% { opacity: 1; transform: translateY(8px); }
}

/* Clickable expertise strip. */
.wpprofi-expertise {
    position: relative;
    z-index: 5;
    border-top: 1px solid var(--wpp-line);
    border-bottom: 1px solid var(--wpp-line);
    background: rgba(7, 11, 18, 0.92);
}

.wpprofi-expertise__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wpprofi-expertise__grid a {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    min-height: 100px;
    padding: 18px 25px !important;
    border-right: 1px solid var(--wpp-line);
    transition: background 180ms ease;
}

.wpprofi-expertise__grid a:first-child {
    border-left: 1px solid var(--wpp-line);
}

.wpprofi-expertise__grid a:hover {
    background: linear-gradient(135deg, rgba(39, 63, 136, 0.17), rgba(76, 39, 136, 0.08));
}

.wpprofi-expertise__grid strong {
    color: var(--wpp-lime) !important;
    font-size: 11px !important;
    font-weight: 760 !important;
}

.wpprofi-expertise__grid span {
    color: #c9ceda !important;
    font-size: 13px !important;
    font-weight: 620 !important;
    line-height: 1.35 !important;
}

.wpprofi-expertise__grid svg {
    width: 20px;
    height: 20px;
    color: #5362ff;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: transform 180ms ease;
}

.wpprofi-expertise__grid a:hover svg {
    transform: translateX(4px);
}

/* Interactive services. */
.wpprofi-services-interactive {
    background:
        radial-gradient(circle at 16% 30%, rgba(35, 63, 145, 0.1), transparent 28%),
        linear-gradient(180deg, #05080d, #060a11);
}

.wpprofi-service-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

.wpprofi-service-tab {
    position: relative;
    min-height: 285px;
    padding: 27px 27px 24px !important;
    overflow: hidden;
    border: 1px solid var(--wpp-line) !important;
    border-radius: 10px;
    color: #fff !important;
    background:
        radial-gradient(circle at 88% 6%, rgba(71, 52, 194, 0.13), transparent 28%),
        linear-gradient(145deg, rgba(13, 19, 31, 0.98), rgba(7, 10, 17, 0.98));
    text-align: left;
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.wpprofi-service-tab::before {
    position: absolute;
    right: -35px;
    bottom: -55px;
    width: 150px;
    height: 150px;
    content: "";
    border: 1px solid rgba(79, 90, 163, 0.13);
    border-radius: 50%;
    box-shadow: 0 0 0 28px rgba(63, 75, 143, 0.025), 0 0 0 55px rgba(63, 75, 143, 0.02);
}

.wpprofi-service-tab:hover,
.wpprofi-service-tab.is-active {
    border-color: rgba(101, 94, 255, 0.72) !important;
    transform: translateY(-5px);
    background:
        radial-gradient(circle at 86% 8%, rgba(82, 58, 228, 0.22), transparent 32%),
        linear-gradient(145deg, rgba(17, 25, 43, 0.98), rgba(8, 11, 20, 0.98));
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26), 0 0 30px rgba(63, 66, 255, 0.08);
}

.wpprofi-service-tab.is-active::after {
    position: absolute;
    top: 0;
    right: 22px;
    left: 22px;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, var(--wpp-blue), var(--wpp-violet), var(--wpp-lime));
}

.wpprofi-service-tab__number {
    position: absolute;
    top: 24px;
    right: 25px;
    color: #4f5a72 !important;
    font-size: 11px !important;
    font-weight: 760 !important;
}

.wpprofi-service-tab__icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-bottom: 24px;
    border: 1px solid rgba(90, 107, 180, 0.39);
    border-radius: 10px;
    color: #6d6aff;
    background: rgba(15, 22, 41, 0.74);
    box-shadow: inset 0 0 22px rgba(53, 73, 172, 0.08);
}

.wpprofi-service-tab__icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-service-tab__title {
    display: block;
    margin-bottom: 11px !important;
    color: #f5f7fb !important;
    font-size: 23px !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.034em !important;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-service-tab p {
    max-width: 325px;
    color: #8995ac !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.wpprofi-service-tab__more {
    position: absolute;
    right: 25px;
    bottom: 20px;
    left: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wpprofi-service-tab__more b {
    color: #77829a !important;
    font-size: 11px !important;
    font-weight: 690 !important;
    letter-spacing: 0.07em !important;
    text-transform: uppercase;
}

.wpprofi-service-tab.is-active .wpprofi-service-tab__more b,
.wpprofi-service-tab:hover .wpprofi-service-tab__more b {
    color: var(--wpp-lime) !important;
}

.wpprofi-service-tab__more svg {
    width: 22px;
    height: 22px;
    color: #5967ff;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
}

.wpprofi-service-panels {
    margin-top: 18px;
}

.wpprofi-service-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 72px;
    min-height: 350px;
    padding: 55px 60px;
    overflow: hidden;
    border: 1px solid rgba(99, 101, 255, 0.48);
    border-radius: 11px;
    background:
        radial-gradient(circle at 18% 15%, rgba(31, 71, 184, 0.19), transparent 32%),
        radial-gradient(circle at 90% 75%, rgba(110, 46, 211, 0.16), transparent 33%),
        linear-gradient(135deg, #0b1221, #090c16);
    animation: wpprofi-panel-in 280ms ease both;
}

.wpprofi-service-panel[hidden] {
    display: none;
}

.wpprofi-service-panel::after {
    position: absolute;
    top: -180px;
    right: -120px;
    width: 420px;
    height: 420px;
    content: "";
    border: 1px solid rgba(105, 88, 255, 0.1);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(105, 88, 255, 0.025), 0 0 0 110px rgba(105, 88, 255, 0.018);
}

@keyframes wpprofi-panel-in {
    from { opacity: 0; transform: translateY(9px); }
    to { opacity: 1; transform: translateY(0); }
}

.wpprofi-service-panel__copy,
.wpprofi-service-panel__features {
    position: relative;
    z-index: 2;
}

.wpprofi-service-panel__copy > span {
    color: var(--wpp-lime) !important;
    font-size: 10px !important;
    font-weight: 780 !important;
    letter-spacing: 0.16em !important;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-service-panel__copy h3 {
    margin: 13px 0 17px !important;
    color: #fff !important;
    font-size: clamp(31px, 3.5vw, 47px) !important;
    font-weight: 690 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.045em !important;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-service-panel__copy p {
    max-width: 690px;
    color: #aeb7ca !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
}

.wpprofi-service-panel__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 24px;
}

.wpprofi-service-panel__tags b {
    padding: 7px 11px;
    border: 1px solid rgba(105, 122, 174, 0.29);
    border-radius: 5px;
    color: #7787a5 !important;
    background: rgba(5, 9, 16, 0.35);
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.07em !important;
}

.wpprofi-service-panel__features {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 13px;
}

.wpprofi-service-panel__features > div {
    display: grid;
    grid-template-columns: 28px 1fr;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    padding: 9px 13px;
    border-bottom: 1px solid rgba(113, 129, 177, 0.15);
}

.wpprofi-service-panel__features > div svg {
    width: 23px;
    height: 23px;
    color: #6771ff;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4;
}

.wpprofi-service-panel__features > div span {
    color: #c4cad7 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
}

.wpprofi-service-panel__features > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 53px;
    margin-top: 9px;
    padding: 0 15px !important;
    border: 1px solid #5c5fff;
    border-radius: 6px;
    color: #fff !important;
    background: rgba(34, 43, 112, 0.42);
}

.wpprofi-service-panel__features > a span {
    color: inherit !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.wpprofi-service-panel__features > a svg {
    width: 23px;
    height: 23px;
    color: var(--wpp-lime);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: transform 180ms ease;
}

.wpprofi-service-panel__features > a:hover svg {
    transform: translateX(4px);
}

/* Interactive integrated-system section. */
.wpprofi-system-v12 {
    overflow: hidden;
    border-top: 1px solid rgba(113, 129, 177, 0.12);
    border-bottom: 1px solid rgba(113, 129, 177, 0.12);
    background:
        radial-gradient(circle at 76% 50%, rgba(47, 44, 194, 0.18), transparent 30%),
        linear-gradient(180deg, #05080e, #070b13);
}

.wpprofi-system-v12__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
    align-items: center;
    gap: 80px;
    min-height: 600px;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-system-v12__content h2 {
    max-width: 650px;
    color: #f7f8fc !important;
    font-size: clamp(41px, 4.5vw, 60px) !important;
    font-weight: 720 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.05em !important;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-system-v12__content > p {
    max-width: 600px;
    margin-top: 24px !important;
    color: #9ca7bd !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
}

.wpprofi-system-switches {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 31px;
}

.wpprofi-system-switches button {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 13px !important;
    border: 1px solid var(--wpp-line) !important;
    border-radius: 6px;
    color: #727e97 !important;
    background: #090e18;
    cursor: pointer;
    transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.wpprofi-system-switches button:hover,
.wpprofi-system-switches button.is-active {
    border-color: #5d5fff !important;
    color: #fff !important;
    background: rgba(35, 45, 112, 0.52);
}

.wpprofi-system-switches svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4;
}

.wpprofi-system-switches span {
    color: inherit !important;
    font-size: 10px !important;
    font-weight: 740 !important;
    letter-spacing: 0.08em !important;
}

.wpprofi-system-descriptions {
    min-height: 54px;
    margin-top: 18px;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-system-descriptions p {
    color: #c0c6d5 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    animation: wpprofi-panel-in 220ms ease both;
}

.wpprofi-system-descriptions p[hidden] {
    display: none;
}

.wpprofi-system-map-v12 {
    position: relative;
    height: 570px;
    min-width: 0;
}

.wpprofi-system-map-v12__grid {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(62, 79, 142, 0.09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(62, 79, 142, 0.09) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: radial-gradient(circle, #000 12%, transparent 70%);
}

.wpprofi-system-map-v12__orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(82, 89, 255, 0.24);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.wpprofi-system-map-v12__orbit--one {
    width: 270px;
    height: 270px;
    box-shadow: 0 0 45px rgba(67, 67, 255, 0.07);
}

.wpprofi-system-map-v12__orbit--two {
    width: 440px;
    height: 440px;
    border-style: dashed;
    animation: wpprofi-orbit-spin 28s linear infinite;
}

@keyframes wpprofi-orbit-spin {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

.wpprofi-system-map-v12__core {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(101, 95, 255, 0.65);
    border-radius: 34px;
    background: radial-gradient(circle, rgba(49, 54, 155, 0.38), rgba(7, 10, 18, 0.9) 70%);
    box-shadow: 0 0 0 14px rgba(64, 60, 225, 0.05), 0 0 60px rgba(69, 59, 255, 0.22);
    transform: translate(-50%, -50%) rotate(45deg);
}

.wpprofi-system-map-v12__core img {
    width: 112px;
    height: 106px;
    object-fit: contain;
    transform: rotate(-45deg) scale(1.2);
}

.wpprofi-system-node-v12 {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 112px;
    min-height: 50px;
    padding: 0 13px;
    border: 1px solid rgba(93, 108, 174, 0.38);
    border-radius: 8px;
    color: #69758d;
    background: rgba(8, 13, 23, 0.9);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
    transition: border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.wpprofi-system-node-v12.is-active {
    border-color: #6664ff;
    color: #7774ff;
    box-shadow: 0 0 26px rgba(72, 68, 255, 0.22);
    transform: translateY(-3px);
}

.wpprofi-system-node-v12 svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4;
}

.wpprofi-system-node-v12 span {
    color: #aeb6c8 !important;
    font-size: 10px !important;
    font-weight: 760 !important;
    letter-spacing: 0.09em !important;
}

.wpprofi-system-node-v12--plugin { top: 8%; left: 39%; }
.wpprofi-system-node-v12--ai { top: 43%; right: 1%; }
.wpprofi-system-node-v12--app { bottom: 7%; left: 42%; }
.wpprofi-system-node-v12--web { top: 43%; left: 0; }

.wpprofi-system-beam-v12 {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 185px;
    height: 1px;
    background: linear-gradient(90deg, rgba(80, 90, 255, 0.9), rgba(80, 90, 255, 0.05));
    transform-origin: left center;
}

.wpprofi-system-beam-v12::after {
    position: absolute;
    top: -2px;
    left: 35%;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 50%;
    background: var(--wpp-lime);
    box-shadow: 0 0 8px rgba(185, 247, 8, 0.55);
    animation: wpprofi-beam-data 2.4s linear infinite;
}

.wpprofi-system-beam-v12--one { transform: rotate(-90deg); }
.wpprofi-system-beam-v12--two { transform: rotate(0deg); }
.wpprofi-system-beam-v12--three { transform: rotate(90deg); }
.wpprofi-system-beam-v12--four { transform: rotate(180deg); }

@keyframes wpprofi-beam-data {
    from { left: 7%; opacity: 0; }
    25%, 75% { opacity: 1; }
    to { left: 90%; opacity: 0; }
}

/* Clickable process steps and detailed stage panel. */
.wpprofi-process-interactive {
    background:
        radial-gradient(circle at 50% 36%, rgba(39, 43, 164, 0.11), transparent 31%),
        #05080d;
}

.wpprofi-process-tabs {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.wpprofi-process-tabs::before {
    position: absolute;
    z-index: 0;
    top: 79px;
    right: 8%;
    left: 8%;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, #3f4cd4 12%, #5863ff 50%, #3f4cd4 88%, transparent);
}

.wpprofi-process-tab {
    position: relative;
    z-index: 2;
    min-height: 205px;
    padding: 19px 11px !important;
    color: #7f899e !important;
    background: transparent;
    cursor: pointer;
}

.wpprofi-process-tab > span {
    display: block;
    margin-bottom: 10px;
    color: var(--wpp-lime) !important;
    font-size: 11px !important;
    font-weight: 720 !important;
}

.wpprofi-process-tab > div {
    display: grid;
    place-items: center;
    width: 84px;
    height: 84px;
    margin: 0 auto 18px;
    border: 2px solid rgba(97, 108, 141, 0.4);
    border-radius: 50%;
    color: #6671ff;
    background: #0b101a;
    box-shadow: 0 0 0 9px #05080d;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.wpprofi-process-tab:hover > div,
.wpprofi-process-tab.is-active > div {
    border-color: #6763ff;
    box-shadow: 0 0 0 9px #05080d, 0 0 0 17px rgba(77, 69, 236, 0.08), 0 0 32px rgba(77, 69, 236, 0.25);
    transform: translateY(-4px);
}

.wpprofi-process-tab svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-process-tab__title {
    display: block;
    max-width: 170px;
    margin-inline: auto !important;
    color: #aab2c1 !important;
    font-size: 14px !important;
    font-weight: 560 !important;
    line-height: 1.4 !important;
    letter-spacing: -0.015em !important;
    text-align: center !important;
}

.wpprofi-process-tab.is-active .wpprofi-process-tab__title,
.wpprofi-process-tab:hover .wpprofi-process-tab__title {
    color: #fff !important;
}

.wpprofi-process-panels {
    margin-top: 26px;
}

.wpprofi-process-panel {
    display: grid;
    grid-template-columns: 135px minmax(0, 1fr) 230px;
    align-items: center;
    gap: 37px;
    min-height: 255px;
    padding: 38px 48px;
    overflow: hidden;
    border: 1px solid rgba(92, 100, 242, 0.42);
    border-radius: 10px;
    background:
        radial-gradient(circle at 90% 40%, rgba(87, 48, 204, 0.15), transparent 30%),
        linear-gradient(125deg, #0b1322, #090d16);
    animation: wpprofi-panel-in 260ms ease both;
}

.wpprofi-process-panel[hidden] {
    display: none;
}

.wpprofi-process-panel__number {
    color: rgba(104, 98, 255, 0.18) !important;
    font-size: 104px !important;
    font-weight: 820 !important;
    line-height: 0.8 !important;
    letter-spacing: -0.09em !important;
}

.wpprofi-process-panel > div:nth-child(2) > span {
    color: var(--wpp-lime) !important;
    font-size: 10px !important;
    font-weight: 760 !important;
    letter-spacing: 0.14em !important;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-process-panel h3 {
    margin: 8px 0 12px !important;
    color: #fff !important;
    font-size: 31px !important;
    font-weight: 660 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.04em !important;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-process-panel p {
    max-width: 680px;
    color: #9ea9bd !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

.wpprofi-process-panel__status {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 62px;
    padding: 13px;
    border: 1px solid rgba(105, 121, 174, 0.24);
    border-radius: 7px;
    background: rgba(6, 10, 18, 0.45);
}

.wpprofi-process-panel__status svg {
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    color: #6a71ff;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4;
}

.wpprofi-process-panel__status b {
    color: #aeb6c8 !important;
    font-size: 11px !important;
    font-weight: 640 !important;
    line-height: 1.4 !important;
}

/* Large, actually clickable case studies. */
.wpprofi-projects-expanded {
    border-top: 1px solid rgba(110, 126, 174, 0.12);
    background:
        radial-gradient(circle at 80% 12%, rgba(92, 44, 176, 0.1), transparent 24%),
        linear-gradient(180deg, #060a11, #04070c);
}

.wpprofi-case-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.wpprofi-case-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(250px, 0.95fr) minmax(260px, 1.05fr);
    min-height: 390px;
    overflow: hidden;
    border: 1px solid var(--wpp-line);
    border-radius: 11px;
    background: linear-gradient(145deg, #0d121c, #070a10);
    transform: perspective(1000px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
    transition: transform 160ms ease-out, border-color 180ms ease, box-shadow 180ms ease;
}

.wpprofi-case-card:hover {
    border-color: rgba(99, 97, 255, 0.66);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.32), 0 0 35px rgba(69, 63, 255, 0.08);
}

.wpprofi-case-card__preview {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    border-right: 1px solid rgba(110, 126, 174, 0.18);
    background: #0d1015;
}

.wpprofi-case-card__preview::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 58%, rgba(3, 5, 9, 0.45));
}

.wpprofi-case-card__preview > img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform 420ms ease, filter 420ms ease;
}

.wpprofi-case-card:hover .wpprofi-case-card__preview > img {
    transform: scale(1.035);
    filter: saturate(1.08);
}

.wpprofi-case-card__preview > span {
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 13px;
    display: flex;
    gap: 5px;
}

.wpprofi-case-card__preview > span i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #704dff;
}

.wpprofi-case-card__preview > span i:nth-child(2) { background: #378cff; }
.wpprofi-case-card__preview > span i:nth-child(3) { background: var(--wpp-lime); }

.wpprofi-case-card__open {
    position: absolute;
    z-index: 3;
    right: 14px;
    bottom: 14px;
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    border: 1px solid rgba(116, 103, 255, 0.58);
    border-radius: 50%;
    color: var(--wpp-lime);
    background: rgba(7, 11, 20, 0.78);
    transform: translateY(8px);
    opacity: 0;
    transition: transform 180ms ease, opacity 180ms ease;
}

.wpprofi-case-card:hover .wpprofi-case-card__open {
    transform: translateY(0);
    opacity: 1;
}

.wpprofi-case-card__open svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    transform: rotate(-45deg);
}

.wpprofi-case-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px;
}

.wpprofi-case-card__body > span {
    color: var(--wpp-lime) !important;
    font-size: 10px !important;
    font-weight: 750 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-case-card__body h3 {
    margin: 13px 0 16px !important;
    color: #fff !important;
    font-size: clamp(27px, 2.8vw, 38px) !important;
    font-weight: 680 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.045em !important;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-case-card__body p {
    color: #8995aa !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

.wpprofi-case-card__body > b {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 27px;
    color: #c3cad8 !important;
}

.wpprofi-case-card__body > b span {
    color: inherit !important;
    font-size: 11px !important;
    font-weight: 720 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase;
}

.wpprofi-case-card__body > b svg {
    width: 21px;
    height: 21px;
    color: #6971ff;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: transform 180ms ease;
}

.wpprofi-case-card:hover .wpprofi-case-card__body > b svg {
    transform: translateX(5px);
}

/* Advantages. */
.wpprofi-advantages {
    background:
        radial-gradient(circle at 50% 100%, rgba(45, 51, 182, 0.12), transparent 37%),
        #05080d;
}

.wpprofi-advantages__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.wpprofi-advantage {
    min-height: 325px;
    padding: 35px;
    border: 1px solid var(--wpp-line);
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(13, 19, 31, 0.96), rgba(7, 10, 17, 0.96));
    transition: border-color 180ms ease, transform 180ms ease;
}

.wpprofi-advantage:hover {
    border-color: rgba(92, 96, 239, 0.55);
    transform: translateY(-5px);
}

.wpprofi-advantage > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 72px;
}

.wpprofi-advantage > div svg {
    width: 43px;
    height: 43px;
    color: #6771ff;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.25;
}

.wpprofi-advantage > div span {
    color: #4e586d !important;
    font-size: 11px !important;
    font-weight: 760 !important;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-advantage h3 {
    margin-bottom: 13px !important;
    color: #f2f4f8 !important;
    font-size: 24px !important;
    font-weight: 640 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.035em !important;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-advantage p {
    color: #8b96aa !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
}

/* Native, keyboard-accessible FAQ accordions. */
.wpprofi-faq {
    border-top: 1px solid rgba(110, 126, 174, 0.12);
    background: linear-gradient(180deg, #060a11, #04070c);
}

.wpprofi-faq__grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
    gap: 85px;
}

.wpprofi-faq__intro {
    position: sticky;
    top: 110px;
    align-self: start;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-faq__intro h2 {
    color: #f7f8fc !important;
    font-size: clamp(38px, 4.2vw, 55px) !important;
    font-weight: 700 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.05em !important;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-faq__intro p {
    margin-top: 24px !important;
    color: #8995aa !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

.wpprofi-faq__list {
    border-top: 1px solid var(--wpp-line);
}

.wpprofi-faq-item {
    border-bottom: 1px solid var(--wpp-line);
}

.wpprofi-faq-item summary {
    display: grid;
    grid-template-columns: 42px 1fr 30px;
    align-items: center;
    gap: 18px;
    min-height: 104px;
    padding: 20px 4px;
    list-style: none;
    cursor: pointer;
}

.wpprofi-faq-item summary::-webkit-details-marker {
    display: none;
}

.wpprofi-faq-item summary > span {
    color: var(--wpp-lime) !important;
    font-size: 11px !important;
    font-weight: 740 !important;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-faq-item summary h3 {
    color: #d9dde7 !important;
    font-size: 19px !important;
    font-weight: 580 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.025em !important;
}

.wpprofi-faq-item summary i {
    position: relative;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(103, 115, 160, 0.34);
    border-radius: 50%;
}

.wpprofi-faq-item summary i::before,
.wpprofi-faq-item summary i::after {
    position: absolute;
    top: 13px;
    left: 8px;
    width: 10px;
    height: 1px;
    content: "";
    background: #6972ff;
    transition: transform 180ms ease;
}

.wpprofi-faq-item summary i::after {
    transform: rotate(90deg);
}

.wpprofi-faq-item[open] summary i::after {
    transform: rotate(0deg);
}

html body.wpprofi-landing #wpprofi-site .wpprofi-faq-item > p {
    max-width: 720px;
    padding: 0 46px 30px 64px !important;
    color: #929db1 !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
}

/* Full contact destination. */
.wpprofi-contact.wpprofi-contact--large {
    padding: 25px 0 45px;
    background: #04070c;
}

.wpprofi-contact-large__panel {
    position: relative;
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr) auto;
    align-items: center;
    gap: 34px;
    min-height: 260px;
    padding: 48px 58px;
    overflow: hidden;
    border: 1px solid rgba(92, 97, 238, 0.58);
    border-radius: 12px;
    background:
        radial-gradient(circle at 88% 45%, rgba(159, 56, 220, 0.55), transparent 28%),
        radial-gradient(circle at 62% 40%, rgba(42, 59, 231, 0.58), transparent 35%),
        linear-gradient(112deg, #0d1731, #10265c 52%, #2f35d0 78%, #a13ed7);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.29);
}

.wpprofi-contact-large__grid {
    position: absolute;
    inset: 0;
    opacity: 0.23;
    background:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, transparent, #000);
}

.wpprofi-contact-large__icon {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 88px;
    height: 88px;
    border: 1px solid rgba(126, 111, 255, 0.75);
    border-radius: 50%;
    color: #8279ff;
    background: rgba(8, 13, 38, 0.42);
    box-shadow: 0 0 0 12px rgba(53, 53, 194, 0.08);
}

.wpprofi-contact-large__icon svg {
    width: 39px;
    height: 39px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
}

.wpprofi-contact-large__copy {
    position: relative;
    z-index: 2;
    max-width: 660px;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-contact-large__copy h2 {
    color: #fff !important;
    font-size: clamp(34px, 3.5vw, 48px) !important;
    font-weight: 690 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.045em !important;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-contact-large__copy p {
    max-width: 620px;
    margin-top: 15px !important;
    color: #c8cce0 !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

.wpprofi-contact-large__button {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    min-width: 260px;
    min-height: 62px;
    padding: 0 19px 0 22px !important;
    border: 1px solid rgba(128, 112, 255, 0.94);
    border-radius: 7px;
    color: #fff !important;
    background: rgba(9, 13, 49, 0.66);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
    transition: transform 180ms ease, background 180ms ease;
}

.wpprofi-contact-large__button:hover {
    background: rgba(7, 11, 39, 0.88);
    transform: translateY(-3px);
}

.wpprofi-contact-large__button span {
    color: inherit !important;
    font-size: 14px !important;
    font-weight: 680 !important;
}

.wpprofi-contact-large__button svg {
    width: 26px;
    height: 26px;
    color: var(--wpp-lime);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
}

/* Expanded footer and back-to-top control. */
.wpprofi-footer.wpprofi-footer--expanded {
    padding: 0 0 14px;
    background: #04070c;
}

.wpprofi-footer__inner-v12 {
    display: grid;
    grid-template-columns: 190px auto minmax(180px, 1fr) auto;
    align-items: center;
    gap: 35px;
    min-height: 110px;
    padding: 0 30px;
    border: 1px solid rgba(108, 125, 177, 0.16);
    border-radius: 8px 8px 0 0;
    background: linear-gradient(180deg, rgba(8, 12, 20, 0.96), rgba(4, 7, 12, 0.98));
}

.wpprofi-brand--footer-v12 img {
    width: 39px;
    height: 39px;
}

html body.wpprofi-landing #wpprofi-site .wpprofi-brand--footer-v12 span {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 820 !important;
}

.wpprofi-footer__inner-v12 nav {
    display: flex;
    gap: 19px;
}

.wpprofi-footer__inner-v12 nav a {
    color: #727e96 !important;
    font-size: 11px !important;
    font-weight: 620 !important;
}

.wpprofi-footer__inner-v12 nav a:hover {
    color: #fff !important;
}

.wpprofi-footer__circuit-v12 {
    position: relative;
    height: 42px;
    background: linear-gradient(90deg, transparent, #293766 8% 42%, transparent 42% 47%, #293766 47% 92%, transparent) center / 100% 1px no-repeat;
}

.wpprofi-footer__circuit-v12 i {
    position: absolute;
    top: 19px;
    width: 5px;
    height: 5px;
    border: 1px solid #5764ff;
    border-radius: 50%;
    background: #05080d;
}

.wpprofi-footer__circuit-v12 i:nth-child(1) { left: 8%; }
.wpprofi-footer__circuit-v12 i:nth-child(2) { left: 28%; }
.wpprofi-footer__circuit-v12 i:nth-child(3) { left: 47%; border-radius: 0; }
.wpprofi-footer__circuit-v12 i:nth-child(4) { left: 70%; }
.wpprofi-footer__circuit-v12 i:nth-child(5) { left: 91%; border-radius: 0; }

.wpprofi-footer__email-v12 {
    color: #aab2c4 !important;
    font-size: 12px !important;
    white-space: nowrap;
}

.wpprofi-footer__email-v12:hover {
    color: var(--wpp-lime) !important;
}

.wpprofi-back-to-top {
    position: fixed;
    z-index: 900;
    right: 22px;
    bottom: 22px;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(103, 98, 255, 0.7);
    border-radius: 50%;
    color: #fff !important;
    background: rgba(8, 12, 22, 0.86);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.wpprofi-back-to-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.wpprofi-back-to-top:hover {
    border-color: var(--wpp-lime);
}

.wpprofi-back-to-top svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    transform: rotate(-90deg);
}

/* Expanded layout responsiveness. */
@media (max-width: 1180px) {
    .wpprofi-nav-wrap-v12 {
        gap: 16px;
    }

    .wpprofi-nav.wpprofi-nav--labels a {
        padding-inline: 10px !important;
    }

    .wpprofi-hero__inner-v12 {
        grid-template-columns: minmax(0, 1fr) minmax(450px, 0.9fr);
    }

    .wpprofi-hero-visual-v12 {
        margin-right: -12vw;
    }

    .wpprofi-core-scene {
        width: min(680px, 62vw);
    }

    .wpprofi-system-v12__grid {
        grid-template-columns: minmax(0, 0.92fr) minmax(470px, 1.08fr);
        gap: 45px;
    }

    .wpprofi-case-card {
        grid-template-columns: 0.9fr 1.1fr;
    }

    .wpprofi-case-card__body {
        padding: 28px;
    }

    .wpprofi-contact-large__panel {
        grid-template-columns: 78px minmax(0, 1fr) auto;
        padding-inline: 40px;
    }
}

@media (max-width: 940px) {
    .wpprofi-section-v12 {
        padding: 95px 0;
    }

    .wpprofi-menu-button-v12 {
        display: grid;
    }

    .wpprofi-nav-wrap-v12 {
        position: fixed;
        top: 76px;
        right: 0;
        left: 0;
        display: flex;
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
        max-height: calc(100vh - 76px);
        padding: 28px;
        overflow-y: auto;
        border-bottom: 1px solid var(--wpp-line);
        background: rgba(4, 7, 12, 0.98);
        -webkit-backdrop-filter: blur(18px);
        backdrop-filter: blur(18px);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px);
        transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
    }

    .wpprofi-nav-wrap-v12.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .wpprofi-nav.wpprofi-nav--labels {
        align-items: stretch;
        flex-direction: column;
    }

    .wpprofi-nav.wpprofi-nav--labels a {
        padding: 15px 4px !important;
        border-bottom: 1px solid rgba(112, 128, 175, 0.15);
        font-size: 16px !important;
    }

    .wpprofi-nav.wpprofi-nav--labels a::after {
        right: auto;
        bottom: -1px;
        left: 0;
        width: 70px;
    }

    .wpprofi-language.wpprofi-language--v12 {
        justify-content: flex-start;
        padding: 6px 0;
        border-left: 0;
    }

    .wpprofi-hero.wpprofi-hero--expanded {
        min-height: auto;
    }

    .wpprofi-hero__inner-v12 {
        grid-template-columns: 1fr;
        padding-top: 85px;
    }

    .wpprofi-hero__content-v12 {
        max-width: 760px;
    }

    .wpprofi-hero-visual-v12 {
        width: min(100%, 760px);
        margin: 12px auto -10px;
    }

    .wpprofi-core-scene {
        width: min(720px, 100%);
    }

    .wpprofi-expertise__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wpprofi-expertise__grid a:nth-child(3) {
        border-left: 1px solid var(--wpp-line);
        border-top: 1px solid var(--wpp-line);
    }

    .wpprofi-expertise__grid a:nth-child(4) {
        border-top: 1px solid var(--wpp-line);
    }

    .wpprofi-section-head-v12 {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .wpprofi-service-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wpprofi-service-panel {
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 45px;
    }

    .wpprofi-system-v12__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .wpprofi-system-v12__content {
        max-width: 760px;
    }

    .wpprofi-system-map-v12 {
        width: min(100%, 650px);
        margin-inline: auto;
    }

    .wpprofi-process-tabs {
        grid-template-columns: repeat(5, 175px);
        padding-bottom: 13px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .wpprofi-process-tabs::before {
        right: auto;
        left: 88px;
        width: 700px;
    }

    .wpprofi-process-tab {
        scroll-snap-align: center;
    }

    .wpprofi-process-panel {
        grid-template-columns: 105px 1fr;
    }

    .wpprofi-process-panel__status {
        grid-column: 1 / -1;
        width: max-content;
        max-width: 100%;
        margin-left: 142px;
    }

    .wpprofi-case-grid {
        grid-template-columns: 1fr;
    }

    .wpprofi-case-card {
        min-height: 360px;
    }

    .wpprofi-advantages__grid {
        grid-template-columns: 1fr;
    }

    .wpprofi-advantage {
        min-height: 255px;
    }

    .wpprofi-advantage > div {
        margin-bottom: 45px;
    }

    .wpprofi-faq__grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .wpprofi-faq__intro {
        position: static;
        max-width: 720px;
    }

    .wpprofi-contact-large__panel {
        grid-template-columns: 74px 1fr;
    }

    .wpprofi-contact-large__button {
        grid-column: 2;
        width: max-content;
    }

    .wpprofi-footer__inner-v12 {
        grid-template-columns: 170px auto 1fr;
    }

    .wpprofi-footer__email-v12 {
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
    }

    .wpprofi-footer__circuit-v12 {
        display: none;
    }
}

@media (max-width: 640px) {
    .wpprofi-container {
        width: min(calc(100% - 28px), var(--wpp-max));
    }

    .wpprofi-section-v12 {
        padding: 76px 0;
    }

    body.admin-bar .wpprofi-header.wpprofi-header--expanded {
        top: 46px;
    }

    .wpprofi-header.wpprofi-header--expanded,
    .wpprofi-header__inner-v12 {
        height: 68px;
    }

    .wpprofi-nav-wrap-v12 {
        top: 68px;
        max-height: calc(100vh - 68px);
    }

    .wpprofi-brand--header img {
        width: 42px;
        height: 42px;
    }

    html body.wpprofi-landing #wpprofi-site .wpprofi-brand--header span {
        font-size: 20px !important;
    }

    .wpprofi-hero.wpprofi-hero--expanded {
        padding-top: 68px;
    }

    .wpprofi-hero__inner-v12 {
        padding-top: 58px;
        padding-bottom: 72px;
    }

    .wpprofi-eyebrow-v12 {
        margin-bottom: 19px;
    }

    .wpprofi-eyebrow-v12 b {
        margin-left: 48px;
        font-size: 9px !important;
    }

    html body.wpprofi-landing #wpprofi-site .wpprofi-hero__title-v12 {
        font-size: clamp(42px, 12vw, 59px) !important;
        line-height: 1.04 !important;
    }

    html body.wpprofi-landing #wpprofi-site .wpprofi-hero__lead-v12 {
        margin-top: 22px !important;
        font-size: 16px !important;
        line-height: 1.65 !important;
    }

    .wpprofi-hero__actions-v12 {
        align-items: stretch;
        flex-direction: column;
    }

    .wpprofi-button-v12 {
        width: 100%;
    }

    .wpprofi-hero-visual-v12 {
        width: calc(100% + 36px);
        margin: 18px -18px -1px;
    }

    .wpprofi-core-scene {
        width: 100%;
    }

    .wpprofi-core-console {
        border-radius: 12px;
    }

    .wpprofi-core-backplane {
        border-radius: 12px;
    }

    .wpprofi-core-node__copy em {
        display: none;
    }

    .wpprofi-core-node {
        grid-template-columns: clamp(23px, 7vw, 32px) minmax(0, 1fr) 5px;
        gap: 5px;
    }

    .wpprofi-core-node__icon {
        width: clamp(23px, 7vw, 32px);
    }

    .wpprofi-core-console__status span,
    .wpprofi-core-console__footer > span:first-child b {
        display: none;
    }

    .wpprofi-core-console__mode {
        min-width: 0;
    }

    .wpprofi-scroll-cue {
        display: none;
    }

    .wpprofi-expertise__grid {
        grid-template-columns: 1fr;
    }

    .wpprofi-expertise__grid a,
    .wpprofi-expertise__grid a:first-child,
    .wpprofi-expertise__grid a:nth-child(3),
    .wpprofi-expertise__grid a:nth-child(4) {
        min-height: 74px;
        border-top: 1px solid var(--wpp-line);
        border-right: 1px solid var(--wpp-line);
        border-left: 1px solid var(--wpp-line);
    }

    html body.wpprofi-landing #wpprofi-site .wpprofi-section-head-v12 h2,
    html body.wpprofi-landing #wpprofi-site .wpprofi-system-v12__content h2,
    html body.wpprofi-landing #wpprofi-site .wpprofi-faq__intro h2 {
        font-size: clamp(34px, 10vw, 45px) !important;
    }

    .wpprofi-service-tabs {
        grid-template-columns: 1fr;
    }

    .wpprofi-service-tab {
        min-height: 270px;
    }

    .wpprofi-service-panel {
        min-height: 0;
        padding: 31px 23px;
    }

    .wpprofi-system-switches {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wpprofi-system-map-v12 {
        height: 430px;
        transform: scale(0.84);
        margin: -32px -9% -20px;
        width: 118%;
    }

    .wpprofi-system-map-v12__orbit--two {
        width: 380px;
        height: 380px;
    }

    .wpprofi-system-map-v12__orbit--one {
        width: 230px;
        height: 230px;
    }

    .wpprofi-system-node-v12--plugin { top: 2%; }
    .wpprofi-system-node-v12--app { bottom: 2%; }

    .wpprofi-process-panel {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 30px 23px;
    }

    .wpprofi-process-panel__number {
        display: none;
    }

    .wpprofi-process-panel__status {
        grid-column: auto;
        width: 100%;
        margin-left: 0;
    }

    .wpprofi-case-card {
        grid-template-columns: 1fr;
    }

    .wpprofi-case-card__preview {
        min-height: 315px;
        max-height: 390px;
        border-right: 0;
        border-bottom: 1px solid rgba(110, 126, 174, 0.18);
    }

    .wpprofi-case-card__body {
        padding: 28px 23px 31px;
    }

    .wpprofi-advantage {
        padding: 28px 24px;
    }

    .wpprofi-faq-item summary {
        grid-template-columns: 31px 1fr 28px;
        gap: 10px;
    }

    html body.wpprofi-landing #wpprofi-site .wpprofi-faq-item summary h3 {
        font-size: 16px !important;
    }

    html body.wpprofi-landing #wpprofi-site .wpprofi-faq-item > p {
        padding: 0 0 27px 41px !important;
        font-size: 14px !important;
    }

    .wpprofi-contact.wpprofi-contact--large {
        padding-top: 5px;
    }

    .wpprofi-contact-large__panel {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 32px 23px;
    }

    .wpprofi-contact-large__icon {
        width: 68px;
        height: 68px;
    }

    .wpprofi-contact-large__button {
        grid-column: auto;
        width: 100%;
        min-width: 0;
    }

    .wpprofi-footer__inner-v12 {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        padding: 28px 22px;
    }

    .wpprofi-footer__inner-v12 nav {
        flex-wrap: wrap;
    }

    .wpprofi-footer__email-v12 {
        align-self: flex-start;
    }

    .wpprofi-back-to-top {
        right: 14px;
        bottom: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wpprofi-scroll-cue i::after,
    .wpprofi-system-map-v12__orbit--two,
    .wpprofi-system-beam-v12::after,
    .wpprofi-core-orbit__ring,
    .wpprofi-core-orbit__halo,
    .wpprofi-core-path {
        animation: none !important;
    }

    .wpprofi-core-scene,
    .wpprofi-core-console,
    .wpprofi-core-aura,
    .wpprofi-core-backplane,
    .wpprofi-core-orbit img,
    .wpprofi-core-rail,
    .wpprofi-case-card {
        transform: none !important;
    }
}
