@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bebas+Neue&family=Montserrat:wght@600;700;800;900&display=swap');

:root {
    --bravus-black: #020202;
    --bravus-black-soft: #090909;
    --bravus-orange: #e26d04;
    --bravus-orange-bright: #ff9f0a;
    --bravus-light: #e9e9e9;
    --bravus-white: #ffffff;
}

.bravus-hero {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-radius: 1.7rem;
    color: var(--bravus-light);
    background:
        linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.92) 34%, rgba(0,0,0,.56) 56%, rgba(0,0,0,.20) 100%),
        linear-gradient(180deg, rgba(0,0,0,.20), rgba(0,0,0,.45)),
        url('/images/knife-bg-banner.jpeg') center right / cover no-repeat,
        #000;
    box-shadow: 0 30px 82px rgba(0, 0, 0, 0.30);
    isolation: isolate;
}

.bravus-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(circle at 16% 22%, rgba(226,109,4,.24), transparent 19%),
        radial-gradient(circle at 74% 22%, rgba(255,159,10,.12), transparent 21%),
        linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.72));
    mix-blend-mode: screen;
    opacity: .8;
}

.bravus-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 20%, rgba(255,159,10,.95) 0 1px, transparent 2px),
        radial-gradient(circle at 74% 16%, rgba(226,109,4,.9) 0 1px, transparent 2px),
        radial-gradient(circle at 92% 50%, rgba(255,159,10,.55) 0 1px, transparent 2px);
    background-size: 88px 88px, 116px 116px, 64px 64px;
    opacity: .28;
    filter: blur(.15px);
}

.bravus-hero__noise {
    position: absolute;
    inset: 0;
    opacity: 0.16;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(255,255,255,.20) 0 1px, transparent 1px),
        radial-gradient(circle at 70% 60%, rgba(226,109,4,.34) 0 1px, transparent 1px);
    background-size: 30px 30px, 48px 48px;
    pointer-events: none;
    z-index: 3;
}

.bravus-hero__glow {
    position: absolute;
    left: 6%;
    top: 6%;
    width: 42%;
    height: 55%;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(226, 109, 4, 0.18), transparent 66%);
    filter: blur(18px);
    z-index: 3;
}

.bravus-hero__brand-mark {
    position: absolute;
    top: 1.65rem;
    right: 1.9rem;
    z-index: 8;
    width: 118px;
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bravus-hero__brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1) drop-shadow(0 8px 18px rgba(0, 0, 0, .48));
}

.bravus-hero__brand-fallback {
    width: 112px;
    height: 112px;
    border: 2px solid rgba(233, 233, 233, .88);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--bravus-white);
    transform: rotate(-8deg);
}

.bravus-hero__brand-fallback span {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.bravus-hero__brand-fallback small {
    margin-top: .22rem;
    max-width: 88px;
    font-size: .5rem;
    font-weight: 800;
    text-transform: uppercase;
}

.bravus-hero__content {
    position: relative;
    z-index: 7;
    width: min(660px, 56%);
    padding: clamp(1.55rem, 3.2vw, 2.85rem);
}

.bravus-hero__kicker {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-bottom: .45rem;
    color: var(--bravus-orange-bright);
    text-transform: uppercase;
    letter-spacing: .045em;
}

.bravus-hero__kicker span {
    display: block;
    width: min(128px, 15vw);
    height: 2px;
    background: currentColor;
    box-shadow: 0 0 14px rgba(255,159,10,.28);
}

.bravus-hero__kicker strong {
    white-space: nowrap;
    font-family: 'Bebas Neue', Impact, 'Arial Narrow', sans-serif;
    font-size: clamp(2.35rem, 4.9vw, 4.65rem);
    line-height: .86;
    font-weight: 400;
}

.bravus-hero__title {
    margin: 0;
    font-family: 'Anton', Impact, Haettenschweiler, 'Arial Black', sans-serif;
    font-size: clamp(5.4rem, 11vw, 9.8rem);
    line-height: .80;
    letter-spacing: -.055em;
    text-transform: uppercase;
    font-weight: 900;
    color: transparent;
    -webkit-text-fill-color: transparent;
    background-image:
        radial-gradient(circle at 12% 22%, rgba(0,0,0,.24) 0 1.4px, transparent 1.6px),
        radial-gradient(circle at 36% 65%, rgba(0,0,0,.19) 0 1px, transparent 1.4px),
        radial-gradient(circle at 74% 42%, rgba(0,0,0,.18) 0 1.2px, transparent 1.55px),
        linear-gradient(180deg, #ffffff 0%, #f2f2f2 50%, #dcdcdc 100%);
    background-size: 19px 19px, 27px 27px, 33px 33px, 100% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0 18px 42px rgba(0,0,0,.58);
    filter: drop-shadow(0 8px 0 rgba(255,255,255,.03));
}

.bravus-hero__title::after {
    content: '';
    display: block;
    width: min(88%, 520px);
    height: 7px;
    margin-top: .08rem;
    background-image: linear-gradient(90deg, transparent, rgba(233,233,233,.38), transparent);
    opacity: .30;
    filter: blur(.5px);
}

.bravus-hero__headline {
    margin: 2rem 0 1.55rem;
    color: var(--bravus-white);
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: clamp(.92rem, 1.55vw, 1.18rem);
    line-height: 1.22;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -.02em;
}

.bravus-hero__headline em {
    color: var(--bravus-orange-bright);
    font-style: normal;
}

.bravus-hero__features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .46rem;
    margin-bottom: 1.25rem;
    max-width: 610px;
}

.bravus-hero__feature {
    position: relative;
    display: flex;
    min-height: 88px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: .28rem;
    padding: .42rem .42rem .6rem;
    text-align: center;
}

.bravus-hero__feature:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 13px;
    right: -4px;
    width: 1px;
    height: 70px;
    background: linear-gradient(180deg, transparent, rgba(226,109,4,.9), transparent);
}

.bravus-hero__feature i {
    color: var(--bravus-orange-bright);
    font-size: 2.1rem;
    line-height: 1;
    filter: drop-shadow(0 8px 12px rgba(226, 109, 4, .25));
}

.bravus-hero__feature strong {
    color: var(--bravus-white);
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: .68rem;
    line-height: .98;
    font-weight: 900;
    text-transform: uppercase;
}

.bravus-hero__feature span {
    max-width: 100px;
    color: var(--bravus-light);
    font-size: .64rem;
    line-height: 1.16;
    text-transform: uppercase;
}

.bravus-hero__cta-card {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    margin: .12rem 0 1.45rem 3.8rem;
    padding: .72rem 1.1rem;
    border: 2px solid var(--bravus-light);
    background: rgba(0,0,0,.52);
    color: var(--bravus-white);
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
    backdrop-filter: blur(3px);
}

.bravus-hero__cta-card:hover {
    transform: translateY(-2px);
    border-color: var(--bravus-orange-bright);
    background: rgba(226,109,4,.14);
    color: var(--bravus-white);
}

.bravus-hero__cta-card i {
    color: var(--bravus-orange-bright);
    font-size: 2.2rem;
}

.bravus-hero__cta-card span {
    display: block;
    max-width: 304px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: clamp(.92rem, 1.55vw, 1.32rem);
    line-height: 1.12;
    font-weight: 900;
    text-transform: uppercase;
}

.bravus-hero__cta-card strong {
    display: block;
    color: var(--bravus-orange-bright);
}

.bravus-hero__steps {
    display: grid;
    grid-template-columns: 1fr 1.05fr .86fr 1.26fr;
    align-items: center;
    gap: .8rem;
    width: calc(100vw - 7rem);
    max-width: 1060px;
}

.bravus-hero__step {
    display: flex;
    align-items: center;
    gap: .62rem;
    color: var(--bravus-light);
}

.bravus-hero__step:not(:last-of-type)::after {
    content: '›';
    margin-left: auto;
    color: var(--bravus-orange-bright);
    font-size: 1.95rem;
    line-height: 1;
}

.bravus-hero__step i {
    flex: 0 0 auto;
    color: var(--bravus-orange-bright);
    font-size: 2.1rem;
}

.bravus-hero__step strong {
    display: block;
    color: var(--bravus-orange-bright);
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.bravus-hero__step span {
    display: block;
    margin-top: .14rem;
    color: var(--bravus-white);
    font-size: .78rem;
    line-height: 1.12;
    text-transform: uppercase;
}

.bravus-hero__brush-button {
    display: flex;
    align-items: center;
    gap: .7rem;
    min-height: 58px;
    padding: .62rem .9rem;
    background: linear-gradient(135deg, var(--bravus-orange-bright), var(--bravus-orange));
    color: var(--bravus-white);
    text-decoration: none;
    clip-path: polygon(3% 0, 100% 0, 97% 15%, 100% 30%, 97% 47%, 100% 70%, 96% 100%, 0 100%, 4% 82%, 0 65%, 4% 48%, 0 22%);
    box-shadow: 0 20px 44px rgba(226, 109, 4, .22);
}

.bravus-hero__brush-button:hover {
    color: var(--bravus-white);
    transform: translateY(-1px);
}

.bravus-hero__brush-button i {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #111;
    color: var(--bravus-orange-bright);
    font-size: 1.28rem;
}

.bravus-hero__brush-button span {
    display: flex;
    flex-direction: column;
    color: var(--bravus-white);
    font-size: .68rem;
    line-height: 1.18;
    text-transform: uppercase;
}

.bravus-hero__brush-button strong {
    font-size: 1.02rem;
    line-height: 1.02;
}

.bravus-hero__visual {
    display: none;
}

.bravus-hero__rock,
.bravus-knife {
    display: none;
}

@media (max-width: 1180px) {
    .bravus-hero {
        min-height: 500px;
        background-position: center right;
    }

    .bravus-hero__content {
        width: min(650px, 68%);
    }

    .bravus-hero__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 420px;
    }

    .bravus-hero__feature:nth-child(2)::after {
        display: none;
    }

    .bravus-hero__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        max-width: 560px;
    }

    .bravus-hero__brush-button {
        grid-column: span 2;
    }
}

@media (max-width: 860px) {
    .bravus-hero {
        min-height: 540px;
        border-radius: 1.3rem;
        background:
            linear-gradient(180deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.68) 45%, rgba(0,0,0,.92) 100%),
            url('/images/knife-bg-banner.jpeg') 62% center / cover no-repeat,
            #000;
    }

    .bravus-hero__brand-mark {
        top: .9rem;
        right: .9rem;
        width: 72px;
        height: 72px;
        opacity: .95;
    }

    .bravus-hero__content {
        width: 100%;
        padding: 1.05rem;
    }

    .bravus-hero__kicker {
        padding-right: 76px;
        gap: .48rem;
    }

    .bravus-hero__kicker span {
        width: 40px;
    }

    .bravus-hero__kicker strong {
        font-size: clamp(1.75rem, 8vw, 2.65rem);
    }

    .bravus-hero__title {
        font-size: clamp(4.2rem, 20vw, 7rem);
        letter-spacing: -.06em;
    }

    .bravus-hero__headline {
        margin: 1.1rem 0;
        max-width: 88%;
        font-size: .86rem;
    }

    .bravus-hero__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .28rem;
        max-width: 100%;
        margin-bottom: .9rem;
    }

    .bravus-hero__feature {
        min-height: 78px;
        padding: .55rem .65rem;
        border: 1px solid rgba(233,233,233,.12);
        border-radius: .9rem;
        background: rgba(0,0,0,.42);
        backdrop-filter: blur(4px);
    }

    .bravus-hero__feature::after {
        display: none;
    }

    .bravus-hero__feature i {
        font-size: 1.65rem;
    }

    .bravus-hero__feature strong {
        font-size: .62rem;
    }

    .bravus-hero__feature span {
        font-size: .58rem;
    }

    .bravus-hero__cta-card {
        margin: .65rem 0 .9rem;
        width: 100%;
        justify-content: center;
        padding: .68rem .8rem;
    }

    .bravus-hero__cta-card i {
        font-size: 1.85rem;
    }

    .bravus-hero__cta-card span {
        font-size: .92rem;
    }

    .bravus-hero__steps {
        grid-template-columns: 1fr;
        gap: .5rem;
        max-width: 100%;
    }

    .bravus-hero__step {
        padding: .58rem .68rem;
        border: 1px solid rgba(233,233,233,.12);
        border-radius: .9rem;
        background: rgba(0,0,0,.44);
        backdrop-filter: blur(4px);
    }

    .bravus-hero__step::after {
        display: none;
    }

    .bravus-hero__step i {
        font-size: 1.55rem;
    }

    .bravus-hero__step strong {
        font-size: .66rem;
    }

    .bravus-hero__step span {
        font-size: .7rem;
    }

    .bravus-hero__brush-button {
        grid-column: auto;
        min-height: 52px;
        clip-path: none;
        border-radius: .95rem;
    }
}

@media (max-width: 520px) {
    .bravus-hero {
        min-height: 520px;
    }

    .bravus-hero__features {
        grid-template-columns: 1fr 1fr;
    }

    .bravus-hero__feature {
        align-items: flex-start;
        text-align: left;
    }

    .bravus-hero__feature span {
        max-width: none;
    }

    .bravus-hero__title {
        font-size: clamp(3.85rem, 21vw, 5.8rem);
    }
}
