.bonowork-page {
    margin: 0;
    min-height: 100vh;
    color: #14211f;
    background: #f7faf8;
    font-family: Inter, "Google Sans", Roboto, Arial, sans-serif;
}

.bonowork-page * {
    box-sizing: border-box;
}

.bw-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px clamp(18px, 5vw, 72px);
    background: rgba(247, 250, 248, 0.92);
    border-bottom: 1px solid rgba(20, 33, 31, 0.08);
    backdrop-filter: blur(18px);
}

.bw-brand,
.bw-nav a,
.bw-footer a {
    color: inherit;
    text-decoration: none;
}

.bw-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 800;
}

.bw-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #ffffff;
    background: #0e6b57;
    border-radius: 8px;
}

.bw-nav-links,
.bw-nav-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.bw-nav-links {
    color: #50635f;
    font-size: 14px;
    font-weight: 650;
}

.bw-link-btn,
.bw-primary-btn,
.bw-secondary-btn,
.bw-search button {
    min-height: 44px;
    border-radius: 8px;
    font-weight: 750;
}

.bw-link-btn {
    display: inline-flex;
    align-items: center;
    color: #0e6b57;
}

.bw-primary-btn,
.bw-search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    color: #ffffff !important;
    background: #0e6b57;
    border: 1px solid #0e6b57;
}

.bw-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 0 18px;
    color: #0e6b57;
    background: #ffffff;
    border: 1px solid rgba(14, 107, 87, 0.22);
    text-decoration: none;
}

.bw-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
    min-height: calc(100vh - 74px);
    padding: clamp(42px, 7vw, 88px) clamp(18px, 5vw, 72px) 44px;
    overflow: hidden;
}

.bw-line-parallax {
    position: absolute;
    inset: 30px 0 auto;
    z-index: 0;
    display: grid;
    gap: 14px;
    width: 100%;
    pointer-events: none;
}

.bw-line-row {
    display: flex;
    gap: 12px;
    width: max-content;
    opacity: 0.34;
    transform: translate3d(var(--bw-line-x, 0), 0, 0);
    transition: transform 120ms linear;
    will-change: transform;
}

.bw-line-row span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    color: #31524b;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(14, 107, 87, 0.14);
    border-radius: 999px;
    box-shadow: 0 10px 28px rgba(31, 67, 59, 0.08);
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.bw-line-row-one {
    margin-left: 5vw;
}

.bw-line-row-two {
    margin-left: 42vw;
    opacity: 0.24;
}

.bw-line-row-three {
    margin-left: 18vw;
    opacity: 0.20;
}

.bw-hero-copy,
.bw-hero-visual {
    position: relative;
    z-index: 1;
}

.bw-eyebrow {
    margin: 0 0 12px;
    color: #0e6b57;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

.bw-hero h1,
.bw-section h2,
.bw-split h2 {
    margin: 0;
    color: #14211f;
    letter-spacing: 0;
}

.bw-hero h1 {
    max-width: 760px;
    font-size: clamp(44px, 7vw, 84px);
    line-height: 0.98;
}

.bw-hero-text {
    max-width: 620px;
    margin: 24px 0 0;
    color: #536862;
    font-size: 19px;
    line-height: 1.6;
}

.bw-search {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(160px, 0.72fr) auto;
    gap: 10px;
    max-width: 860px;
    margin-top: 34px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid rgba(20, 33, 31, 0.12);
    border-radius: 12px;
    box-shadow: 0 24px 70px rgba(31, 67, 59, 0.14);
}

.bw-search label {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
    padding: 8px 12px;
    background: #f4f8f6;
    border-radius: 8px;
}

.bw-search span {
    color: #6b7d78;
    font-size: 12px;
    font-weight: 750;
}

.bw-search input {
    width: 100%;
    color: #14211f;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 16px;
}

.bw-quick-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.bw-quick-filters a {
    padding: 8px 12px;
    color: #35504a;
    background: #e9f2ef;
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.bw-hero-visual {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(14, 107, 87, 0.95), rgba(45, 92, 148, 0.92)),
        #0e6b57;
    border-radius: 8px;
    box-shadow: 0 32px 90px rgba(20, 33, 31, 0.22);
    transform: translateZ(0);
}

.bw-hero-visual img {
    position: absolute;
    right: -190px;
    bottom: -42px;
    width: min(760px, 120%);
    opacity: 0.95;
    filter: drop-shadow(0 28px 40px rgba(0, 0, 0, 0.28));
    transform: translate3d(0, var(--bw-parallax-y, 0), 0) scale(1.02);
    transition: transform 80ms linear;
    will-change: transform;
}

.bw-match-card,
.bw-live-card {
    position: absolute;
    color: #14211f;
    background: rgba(255, 255, 255, 0.93);
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
    transform: translate3d(0, var(--bw-parallax-y, 0), 0);
    transition: transform 80ms linear;
    will-change: transform;
}

.bw-match-card {
    top: 34px;
    left: 34px;
    display: grid;
    gap: 5px;
    width: 210px;
    padding: 18px;
}

.bw-match-card span,
.bw-live-card span {
    color: #60756f;
    font-size: 13px;
    font-weight: 750;
}

.bw-match-card strong {
    color: #0e6b57;
    font-size: 46px;
    line-height: 1;
}

.bw-match-card small {
    color: #14211f;
    font-weight: 750;
}

.bw-live-card {
    right: 28px;
    bottom: 32px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 16px 18px;
}

.bw-live-card strong {
    color: #2d5c94;
    font-size: 34px;
}

.bw-stats,
.bw-section,
.bw-split {
    margin: 0 clamp(18px, 5vw, 72px);
}

.bw-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    overflow: hidden;
    background: rgba(20, 33, 31, 0.10);
    border: 1px solid rgba(20, 33, 31, 0.10);
    border-radius: 8px;
}

.bw-stats article {
    display: grid;
    gap: 4px;
    padding: 26px;
    background: #ffffff;
}

.bw-stats strong {
    color: #0e6b57;
    font-size: 34px;
}

.bw-stats span,
.bw-job-card p,
.bw-split p {
    color: #536862;
}

.bw-section,
.bw-split {
    padding: 86px 0 0;
}

[data-parallax-section] {
    transform: translate3d(0, var(--bw-section-y, 0), 0);
    transition: transform 120ms linear;
    will-change: transform;
}

.bw-section-head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
    margin-bottom: 24px;
}

.bw-section h2,
.bw-split h2 {
    max-width: 680px;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.05;
}

.bw-job-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.bw-job-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 280px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid rgba(20, 33, 31, 0.10);
    border-radius: 8px;
}

.bw-job-card-dark {
    color: #ffffff;
    background: #14211f;
}

.bw-company {
    color: #0e6b57;
    font-size: 13px;
    font-weight: 850;
}

.bw-job-card-dark .bw-company,
.bw-job-card-dark p {
    color: #b9d8d0;
}

.bw-job-card h3 {
    margin: 10px 0 12px;
    font-size: 25px;
}

.bw-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bw-card-meta span {
    padding: 7px 10px;
    color: #35504a;
    background: #eef5f2;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
}

.bw-job-card-dark .bw-card-meta span {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
}

.bw-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(24px, 5vw, 72px);
    align-items: center;
}

.bw-split p {
    max-width: 620px;
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.65;
}

.bw-panel-list {
    display: grid;
    gap: 12px;
}

.bw-panel-list div {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 74px;
    padding: 20px;
    color: #14211f;
    background: #ffffff;
    border: 1px solid rgba(20, 33, 31, 0.10);
    border-radius: 8px;
    font-size: 18px;
    font-weight: 800;
}

.bw-panel-list span {
    color: #0e6b57;
}

.bw-image-panel {
    overflow: hidden;
    min-height: 430px;
    background: #e9f2ef;
    border-radius: 8px;
}

.bw-image-panel img {
    width: 120%;
    margin: 34px 0 0 -70px;
    display: block;
    transform: translate3d(0, var(--bw-parallax-y, 0), 0) scale(1.04);
    transition: transform 80ms linear;
    will-change: transform;
}

.bw-footer {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 86px;
    padding: 30px clamp(18px, 5vw, 72px);
    color: #ffffff;
    background: #14211f;
}

@media (prefers-reduced-motion: reduce) {
    .bw-hero-visual img,
    .bw-match-card,
    .bw-live-card,
    .bw-image-panel img,
    .bw-line-row,
    [data-parallax-section] {
        transform: none !important;
        transition: none !important;
    }
}

.bw-footer span:first-child {
    font-weight: 850;
}

@media (max-width: 980px) {
    .bw-nav {
        align-items: flex-start;
    }

    .bw-nav-links {
        display: none;
    }

    .bw-hero,
    .bw-split {
        grid-template-columns: 1fr;
    }

    .bw-hero {
        min-height: auto;
    }

    .bw-job-grid,
    .bw-stats {
        grid-template-columns: 1fr;
    }

    .bw-split-reverse .bw-image-panel {
        order: 2;
    }
}

@media (max-width: 720px) {
    .bw-nav {
        flex-wrap: wrap;
        padding: 14px 16px;
    }

    .bw-nav-actions {
        width: 100%;
        justify-content: space-between;
    }

    .bw-hero {
        padding: 34px 16px 28px;
    }

    .bw-hero h1 {
        font-size: 43px;
    }

    .bw-search {
        grid-template-columns: 1fr;
    }

    .bw-hero-visual {
        min-height: 420px;
    }

    .bw-match-card {
        top: 18px;
        left: 18px;
    }

    .bw-live-card {
        right: 18px;
        bottom: 18px;
    }

    .bw-stats,
    .bw-section,
    .bw-split {
        margin: 0 16px;
    }

    .bw-footer {
        flex-direction: column;
    }
}
