section[data-module="home-expertise"] {
    --home-exp-white: #ffffff;
    --home-exp-black: #16151a;
    --home-exp-blue: #0c9bcb;
    --home-exp-light-blue: #73d1ff;
    --home-exp-card: #d1d3d4;

    position: relative;
    overflow: hidden;
    padding: 90px 0 0;
    color: var(--home-exp-black);

    background-image: url("/wp-content/uploads/2026/06/bz-about-banner-011.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

section[data-module="home-expertise"],
section[data-module="home-expertise"] * {
    box-sizing: border-box;
}

section[data-module="home-expertise"] .home-expertise-title,
section[data-module="home-expertise"] .home-expertise-title *,
section[data-module="home-expertise"] .home-expertise-feature-title,
section[data-module="home-expertise"] .home-expertise-stat-number-wrap {
    font-family: "Orbitron", "Roboto", Arial, sans-serif !important;
}

section[data-module="home-expertise"] .home-expertise-description,
section[data-module="home-expertise"] .home-expertise-description p,
section[data-module="home-expertise"] .home-expertise-stat-label,
section[data-module="home-expertise"] .home-expertise-button,
section[data-module="home-expertise"] .home-expertise-button * {
    font-family: "Roboto", Arial, sans-serif !important;
}

/* Main layout */
section[data-module="home-expertise"] .home-expertise-inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    position: relative;
}

section[data-module="home-expertise"] .home-expertise-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
    gap: 0;
    align-items: stretch;
}

section[data-module="home-expertise"] .home-expertise-left {
    position: relative;
    z-index: 8;
    padding: 8px 40px 78px 80px;
}

section[data-module="home-expertise"] .home-expertise-title {
    margin: 0 0 26px;
    max-width: 980px;
    font-size: 60px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #17161c;
}

section[data-module="home-expertise"] .home-expertise-title span {
    color: var(--home-exp-blue);
}

section[data-module="home-expertise"] .home-expertise-description {
    max-width: 900px;
    margin-bottom: 34px;
}

section[data-module="home-expertise"] .home-expertise-description p {
    margin: 0;
    font-size: 18px;
    line-height: 1.58;
    font-weight: 400;
    color: #20242c;
}

/* Feature cards */
section[data-module="home-expertise"] .home-expertise-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    max-width: 900px;
    margin-bottom: 34px;
}

section[data-module="home-expertise"] .home-expertise-feature-card {
    min-height: 120px;
    border-radius: 26px;
    background: var(--home-exp-card);
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 20px;
    transition:
        transform 0.38s ease,
        background 0.38s ease;
}

section[data-module="home-expertise"] .home-expertise-feature-card:hover {
    transform: translateY(-4px);
    background: var(--home-exp-card);
}

section[data-module="home-expertise"] .home-expertise-feature-icon-wrap {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

section[data-module="home-expertise"] .home-expertise-feature-icon {
    width: 29px;
    height: 29px;
    object-fit: contain;
    display: block;
}

section[data-module="home-expertise"] .home-expertise-feature-title {
    font-size: 23px;
    line-height: 1.35;
    font-weight: 500;
    color: #1a1b21;
}

/* Button - blue pill + clean Uiverse-style wipe */
/* Button - blue pill + Uiverse original angle wipe */
section[data-module="home-expertise"] .home-expertise-button-wrap {
    margin-top: 10px;
}

section[data-module="home-expertise"] .home-expertise-button {
    width: 110px;
    height: 42px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 999px;
    background: var(--home-exp-light-blue);
    color: #15151a;
    text-decoration: none;
    cursor: pointer;
    transform: translate(0, 0);
    box-shadow: none;
    transition: transform 0.3s ease;
}

/* Keep the blue pill clean */
section[data-module="home-expertise"] .home-expertise-button::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background: var(--home-exp-light-blue);
    pointer-events: none;
}

/* Uiverse-style circle wipe: starts from left/top angle */
section[data-module="home-expertise"] .home-expertise-button::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: -118%;
    top: 0;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.78);
    transform: translate(0, 0);
    transition:
        transform 0.35s ease,
        border-radius 0.35s ease;
    pointer-events: none;
}

section[data-module="home-expertise"] .home-expertise-button:hover::before {
    transform: translate(100%, -50%);
    border-radius: 0;
}

section[data-module="home-expertise"] .home-expertise-button:active {
    transform: translate(4px, 4px);
}

section[data-module="home-expertise"] .home-expertise-button-text {
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: #15151a;
}

section[data-module="home-expertise"] .home-expertise-button-icon {
    position: relative;
    z-index: 2;
    width: 15px;
    height: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

section[data-module="home-expertise"] .home-expertise-button-icon svg {
    width: 15px;
    height: 15px;
    display: block;
}

section[data-module="home-expertise"] .home-expertise-button-icon path {
    fill: #15151a;
}


/* Right visual */
section[data-module="home-expertise"] .home-expertise-right {
    position: relative;
    min-height: 760px;
    margin-right: 0;
    padding-right: 0;
}

section[data-module="home-expertise"] .home-expertise-visual {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 760px;
    overflow: visible;
}

/* Diagonal PNG layer - full width & full height above section background */
section[data-module="home-expertise"] .home-expertise-diagonal-block {
    position: absolute;
    top: -90px;
    left: -133%;
    width: 254%;
    height: calc(100% + 90px);
    z-index: 1;
    overflow: hidden;
    clip-path: none;
    pointer-events: none;
}

section[data-module="home-expertise"] .home-expertise-diagonal-inner {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    clip-path: inset(0 0 100% 0);
    transform: translateY(-28px);
    transition:
        clip-path 1.05s cubic-bezier(0.22, 1, 0.36, 1),
        transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}

section[data-module="home-expertise"] .home-expertise-diagonal-inner img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
    display: block;
}

/* Stat */
section[data-module="home-expertise"] .home-expertise-stat {
    position: absolute;
    top: 28px;
    left: 39%;
    z-index: 6;
    text-align: center;
    color: #ffffff;
}

section[data-module="home-expertise"] .home-expertise-stat-number-wrap {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    line-height: 0.9;
    color: #ffffff;
}

section[data-module="home-expertise"] .home-expertise-stat-number {
    font-size: 92px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

section[data-module="home-expertise"] .home-expertise-stat-suffix {
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    margin-left: 4px;
    transform: translateY(5px);
}

section[data-module="home-expertise"] .home-expertise-stat-label {
    margin-top: 14px;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 400;
    color: #ffffff;
}

/* Person PNG */
section[data-module="home-expertise"] .home-expertise-person {
    position: absolute;
	left: -24%;
  	bottom: 0;
  	width: 55%;
    z-index: 5;
    overflow: hidden;
    clip-path: inset(0 0 100% 0);
    transform: translateY(44px);
    transition:
        clip-path 0.95s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}

section[data-module="home-expertise"] .home-expertise-person img {
    width: 100%;
    height: auto;
    display: block;
}

/* Building PNG */
section[data-module="home-expertise"] .home-expertise-building {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 75%;
    z-index: 7;
    overflow: hidden;
    clip-path: inset(0 0 100% 0);
    transform: translateY(48px);
    transition:
        clip-path 0.95s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}

section[data-module="home-expertise"] .home-expertise-building img {
    width: 100%;
    height: auto;
    display: block;
}

/* Initial animation states */
section[data-module="home-expertise"] .home-expertise-title,
section[data-module="home-expertise"] .home-expertise-description,
section[data-module="home-expertise"] .home-expertise-feature-card,
section[data-module="home-expertise"] .home-expertise-button-wrap,
section[data-module="home-expertise"] .home-expertise-stat {
    opacity: 0;
    transform: translateY(18px);
    transition:
        opacity 0.7s ease,
        transform 0.7s ease;
}

/* Left content sequence */
section[data-module="home-expertise"].is-visible .home-expertise-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.05s;
}

section[data-module="home-expertise"].is-visible .home-expertise-description {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.18s;
}

section[data-module="home-expertise"].is-visible .home-expertise-feature-card:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.32s;
}

section[data-module="home-expertise"].is-visible .home-expertise-feature-card:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.44s;
}

section[data-module="home-expertise"].is-visible .home-expertise-feature-card:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.56s;
}

section[data-module="home-expertise"].is-visible .home-expertise-feature-card:nth-child(4) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.68s;
}

section[data-module="home-expertise"].is-visible .home-expertise-button-wrap {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.82s;
}

/* Right visual sequence */
section[data-module="home-expertise"].is-visible .home-expertise-diagonal-inner {
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
    transition-delay: 0.16s;
}

section[data-module="home-expertise"].is-visible .home-expertise-stat {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.48s;
}

section[data-module="home-expertise"].is-visible .home-expertise-person {
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
    transition-delay: 0.78s;
}

section[data-module="home-expertise"].is-visible .home-expertise-building {
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
    transition-delay: 1.02s;
}

/* 1600px laptop */
@media (max-width: 1600px) {
    section[data-module="home-expertise"] .home-expertise-left {
        padding-left: 80px;
    }

    section[data-module="home-expertise"] .home-expertise-title {
        font-size: 54px;
    }

    section[data-module="home-expertise"] .home-expertise-feature-title {
        font-size: 21px;
    }

    section[data-module="home-expertise"] .home-expertise-stat-number {
        font-size: 82px;
    }

    section[data-module="home-expertise"] .home-expertise-stat-suffix {
        font-size: 62px;
    }

    section[data-module="home-expertise"] .home-expertise-diagonal-block {
		left: -146%;
    	width: 261%;
    }

    section[data-module="home-expertise"] .home-expertise-person {
        left: -18%;
        width: 66%;
    }

    section[data-module="home-expertise"] .home-expertise-building {
        width: 74%;
    }
}

/* 1366px laptop */
@media (max-width: 1366px) {
    section[data-module="home-expertise"] {
        padding: 80px 0 0;
    }

    section[data-module="home-expertise"] .home-expertise-grid {
        grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    }

    section[data-module="home-expertise"] .home-expertise-left {
        padding: 8px 34px 68px 60px;
    }

    section[data-module="home-expertise"] .home-expertise-title {
        font-size: 46px;
    }

    section[data-module="home-expertise"] .home-expertise-description {
        max-width: 790px;
    }

    section[data-module="home-expertise"] .home-expertise-feature-grid {
        max-width: 780px;
    }

    section[data-module="home-expertise"] .home-expertise-feature-card {
        min-height: 108px;
        padding: 20px 24px;
    }

    section[data-module="home-expertise"] .home-expertise-feature-title {
        font-size: 19px;
    }

    section[data-module="home-expertise"] .home-expertise-right,
    section[data-module="home-expertise"] .home-expertise-visual {
        min-height: 660px;
    }

    section[data-module="home-expertise"] .home-expertise-diagonal-block {
  		top: -80px;
    	left: -144%;
    	width: 279%;
        height: calc(100% + 80px);
    }

    section[data-module="home-expertise"] .home-expertise-person {
		left: -24%;
    	width: 59%;
    }

    section[data-module="home-expertise"] .home-expertise-building {
		right: 0;
    	width: 74%;
    	bottom: -1px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    section[data-module="home-expertise"] {
        padding: 72px 0 0;
        background-image: url("/wp-content/uploads/2026/06/bz-about-banner-011.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
    }

    section[data-module="home-expertise"] .home-expertise-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    section[data-module="home-expertise"] .home-expertise-left {
        padding: 0 28px 22px;
    }

    section[data-module="home-expertise"] .home-expertise-title {
        font-size: 42px;
    }

    section[data-module="home-expertise"] .home-expertise-description {
        max-width: 100%;
        margin-bottom: 28px;
    }

    section[data-module="home-expertise"] .home-expertise-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 100%;
    }

    section[data-module="home-expertise"] .home-expertise-right,
    section[data-module="home-expertise"] .home-expertise-visual {
        min-height: 590px;
    }

    section[data-module="home-expertise"] .home-expertise-diagonal-block {
        top: 0;
        left: 0;
        width: 82%;
        height: 100%;
    }

    section[data-module="home-expertise"] .home-expertise-stat {
        top: 20px;
        left: 52%;
    }

    section[data-module="home-expertise"] .home-expertise-stat-number {
        font-size: 72px;
    }

    section[data-module="home-expertise"] .home-expertise-stat-suffix {
        font-size: 54px;
    }

    section[data-module="home-expertise"] .home-expertise-stat-label {
        font-size: 19px;
    }

    section[data-module="home-expertise"] .home-expertise-person {
        left: 5%;
        width: 52%;
    }

    section[data-module="home-expertise"] .home-expertise-building {
        right: 0;
        width: 62%;
    }
}

/* Mobile */
@media (max-width: 767px) {
    section[data-module="home-expertise"] {
        padding: 56px 0 0;
        overflow: hidden;
        background-image: url("/wp-content/uploads/2026/06/bz-about-banner-011.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
    }

    section[data-module="home-expertise"] .home-expertise-grid {
        display: block;
    }

    section[data-module="home-expertise"] .home-expertise-left {
        padding: 0 0 16px;
        position: relative;
        z-index: 12;
    }

    section[data-module="home-expertise"] .home-expertise-title {
        max-width: calc(100% - 44px);
        margin: 0 22px 18px;
        font-size: 34px;
        line-height: 1.12;
    }

    section[data-module="home-expertise"] .home-expertise-description {
        max-width: calc(100% - 44px);
        margin: 0 22px 22px;
    }

    section[data-module="home-expertise"] .home-expertise-description p {
        font-size: 16px;
        line-height: 1.55;
    }

    /* Feature cards become horizontal drag */
    section[data-module="home-expertise"] .home-expertise-feature-grid {
        display: flex;
        grid-template-columns: none;
        width: 100%;
        max-width: none;
        gap: 14px;
        margin: 0 0 22px;
        padding: 0 22px 4px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 22px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    section[data-module="home-expertise"] .home-expertise-feature-grid::-webkit-scrollbar {
        display: none;
    }

    section[data-module="home-expertise"] .home-expertise-feature-card {
        flex: 0 0 78%;
        min-width: 78%;
        min-height: 86px;
        padding: 17px 18px;
        border-radius: 22px;
        gap: 15px;
        scroll-snap-align: start;
        transform: none;
    }

    section[data-module="home-expertise"] .home-expertise-feature-card:hover {
        transform: none;
    }

    section[data-module="home-expertise"] .home-expertise-feature-icon-wrap {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }

    section[data-module="home-expertise"] .home-expertise-feature-icon {
        width: 24px;
        height: 24px;
    }

    section[data-module="home-expertise"] .home-expertise-feature-title {
        font-size: 17px;
        line-height: 1.35;
    }

    section[data-module="home-expertise"] .home-expertise-button-wrap {
        position: relative;
        z-index: 14;
        margin: 0 22px;
    }

    section[data-module="home-expertise"] .home-expertise-button {
        width: 102px;
        height: 38px;
    }

    section[data-module="home-expertise"] .home-expertise-button::before {
        left: -118%;
        top: 0;
        width: 120px;
        height: 120px;
    }

    section[data-module="home-expertise"] .home-expertise-button-text {
        font-size: 16px;
    }

    section[data-module="home-expertise"] .home-expertise-button-icon,
    section[data-module="home-expertise"] .home-expertise-button-icon svg {
        width: 14px;
        height: 14px;
    }

    /* Compact visual stage */
    section[data-module="home-expertise"] .home-expertise-right {
        position: relative;
        width: 100%;
        min-height: 300px;
        margin: -6px 0 0;
        padding: 0;
        overflow: visible;
    }

    section[data-module="home-expertise"] .home-expertise-visual {
        position: relative;
        width: 100%;
        height: 300px;
        min-height: 300px;
        overflow: visible;
    }

    /* Diagonal PNG - full image, no cut */
    section[data-module="home-expertise"] .home-expertise-diagonal-block {
        position: absolute;
        top: -112px;
        left: 9%;
        width: 112%;
        height: auto;
        z-index: 1;
        opacity: 0;
        overflow: visible;
        pointer-events: none;
        transform: translateY(-18px);
        transition:
            opacity 0.85s ease,
            transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
    }

    section[data-module="home-expertise"] .home-expertise-diagonal-inner {
        position: relative;
        width: 100%;
        height: auto;
        overflow: visible;
        clip-path: none;
        transform: none;
    }

    section[data-module="home-expertise"] .home-expertise-diagonal-inner img {
        width: 100%;
        height: auto;
        max-width: none;
        object-fit: unset;
        object-position: unset;
        display: block;
    }

    section[data-module="home-expertise"].is-visible .home-expertise-diagonal-block {
        opacity: 1;
        transform: translateY(0);
    }

    section[data-module="home-expertise"].is-visible .home-expertise-diagonal-inner {
        clip-path: none;
        transform: none;
    }

    /* Stat badge */
    section[data-module="home-expertise"] .home-expertise-stat {
        top: 14px;
        left: auto;
        right: 20px;
        z-index: 8;
        width: 108px;
        padding: 8px 8px 9px;
        border-radius: 15px;
        text-align: center;
        color: #ffffff;
        background: rgba(15, 35, 54, 0.78);
        backdrop-filter: blur(6px);
    }

    section[data-module="home-expertise"] .home-expertise-stat-number-wrap {
        line-height: 0.9;
    }

    section[data-module="home-expertise"] .home-expertise-stat-number {
        font-size: 38px;
    }

    section[data-module="home-expertise"] .home-expertise-stat-suffix {
        font-size: 28px;
        transform: translateY(2px);
    }

    section[data-module="home-expertise"] .home-expertise-stat-label {
        margin-top: 6px;
        font-size: 11px;
        line-height: 1.2;
        max-width: 100%;
    }

    /* Person left-bottom */
    section[data-module="home-expertise"] .home-expertise-person {
        left: -9%;
        bottom: 0;
        width: 58%;
        z-index: 5;
        clip-path: inset(0 0 100% 0);
        transform: translateY(30px);
    }

    section[data-module="home-expertise"] .home-expertise-person img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* Building right-bottom */
    section[data-module="home-expertise"] .home-expertise-building {
        right: -16%;
        bottom: 0;
        width: 82%;
        z-index: 6;
        clip-path: inset(0 0 100% 0);
        transform: translateY(34px);
    }

    section[data-module="home-expertise"] .home-expertise-building img {
        width: 100%;
        height: auto;
        display: block;
    }

    section[data-module="home-expertise"].is-visible .home-expertise-person {
        clip-path: inset(0 0 0 0);
        transform: translateY(0);
    }

    section[data-module="home-expertise"].is-visible .home-expertise-building {
        clip-path: inset(0 0 0 0);
        transform: translateY(0);
    }
}

/* Small mobile */
@media (max-width: 430px) {
    section[data-module="home-expertise"] .home-expertise-title {
        font-size: 30px;
    }

    section[data-module="home-expertise"] .home-expertise-description p {
        font-size: 15px;
    }

    section[data-module="home-expertise"] .home-expertise-feature-card {
        flex-basis: 82%;
        min-width: 82%;
    }

    section[data-module="home-expertise"] .home-expertise-feature-title {
        font-size: 16px;
    }

    section[data-module="home-expertise"] .home-expertise-right {
        min-height: 285px;
    }

    section[data-module="home-expertise"] .home-expertise-visual {
        height: 285px;
        min-height: 285px;
    }

    section[data-module="home-expertise"] .home-expertise-diagonal-block {
		top: -203px;
    	left: -81%;
    	width: 271%;
    	height: auto;
    }

    section[data-module="home-expertise"] .home-expertise-diagonal-inner {
        height: auto;
        overflow: visible;
        clip-path: none;
        transform: none;
    }

    section[data-module="home-expertise"] .home-expertise-diagonal-inner img {
        width: 100%;
        height: auto;
        object-fit: unset;
    }

    section[data-module="home-expertise"] .home-expertise-stat {
		top: -51px;
    	right: 112px;
        width: 100px;
        padding: 7px 7px 8px;
        border-radius: 14px;
    }

    section[data-module="home-expertise"] .home-expertise-stat-number {
        font-size: 34px;
    }

    section[data-module="home-expertise"] .home-expertise-stat-suffix {
        font-size: 25px;
    }

    section[data-module="home-expertise"] .home-expertise-stat-label {
        font-size: 10px;
    }

    section[data-module="home-expertise"] .home-expertise-person {
        left: -6%;
        width: 62%;
    }

    section[data-module="home-expertise"] .home-expertise-building {
		right: -20%;
    	width: 76%;
    }
}