:root {
    --bp-red: #e50914;
    --bp-red-light: #ff1b1b;
    --bp-bg: #030303;
    --bp-panel: #0b0b0d;
    --bp-text: #f4f4f4;
    --bp-muted: #b8b8b8;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--bp-bg);
    color: var(--bp-text);
    font-family: Arial, Helvetica, sans-serif;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        radial-gradient(circle at 15% 75%, rgba(229, 9, 20, 0.28), transparent 28%),
        radial-gradient(circle at 90% 35%, rgba(229, 9, 20, 0.12), transparent 32%),
        linear-gradient(180deg, #020202, #090909 50%, #020202);
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    opacity: 0.12;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 44px 44px;
}

.bp-nav {
    background: rgba(0, 0, 0, 0.78);
    border-bottom: 1px solid rgba(229, 9, 20, 0.35);
    backdrop-filter: blur(10px);
}

.bp-logo {
    color: var(--bp-red-light) !important;
    font-size: 1.6rem;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 2px;
    text-decoration: none;
}

.bp-bull {
    color: var(--bp-red);
    text-shadow: 0 0 22px rgba(229, 9, 20, 0.9);
}

.nav-link {
    color: #dddddd !important;
    font-size: 0.8rem;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.nav-link:hover {
    color: var(--bp-red-light) !important;
}

.bp-hero,
.bp-product-hero {
    position: relative;
    min-height: 100vh;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.35)),
        radial-gradient(circle at 65% 35%, rgba(229, 9, 20, 0.18), transparent 38%);
}

.bp-page-hero {
    padding: 170px 0 90px;
    border-bottom: 1px solid rgba(229, 9, 20, 0.25);
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.72)),
        radial-gradient(circle at 20% 75%, rgba(229, 9, 20, 0.28), transparent 34%);
}

.bp-glow {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--bp-red-light), transparent);
    box-shadow: 0 0 35px var(--bp-red-light);
}

.bp-kicker {
    margin-bottom: 15px;
    color: var(--bp-red-light);
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.bp-title,
.bp-heading {
    font-weight: 950;
    font-style: italic;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-shadow: 0 0 28px rgba(255, 255, 255, 0.12);
}

.bp-title {
    color: transparent;
    background: linear-gradient(180deg, #ffffff, #aaaaaa 45%, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
}

.bp-heading {
    font-size: clamp(2rem, 4vw, 4rem);
}

.bp-lead,
.bp-muted {
    color: var(--bp-muted);
}

.bp-btn {
    border-radius: 0;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 0 22px rgba(229, 9, 20, 0.25);
}

.bp-product-stage,
.bp-product-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 430px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--bp-red-light);
    text-align: center;
    font-size: 4rem;
    font-weight: 950;
    font-style: italic;
    background:
        linear-gradient(145deg, #181818, #050505 60%),
        radial-gradient(circle, rgba(229, 9, 20, 0.35), transparent);
    box-shadow:
        0 30px 90px rgba(0, 0, 0, 0.7),
        0 0 40px rgba(229, 9, 20, 0.22);
    text-shadow: 0 0 22px rgba(229, 9, 20, 0.65);
    transform: perspective(900px) rotateY(-8deg);
}

.bp-product-stage small,
.bp-product-box span {
    display: block;
    margin-top: 20px;
    color: #eeeeee;
    font-size: 1rem;
    letter-spacing: 8px;
}

.bp-section {
    position: relative;
    padding: 110px 0;
    border-top: 1px solid rgba(229, 9, 20, 0.16);
}

.bp-dark-alt {
    background: rgba(255, 255, 255, 0.025);
}

.bp-card {
    display: block;
    height: 100%;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.35);
    transition: 0.25s ease;
}

.bp-card:hover {
    color: #ffffff;
    border-color: rgba(229, 9, 20, 0.7);
    transform: translateY(-8px);
}

.bp-card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    margin-bottom: 25px;
    color: var(--bp-red-light);
    font-size: 2rem;
    font-weight: 950;
    background: radial-gradient(circle, rgba(229, 9, 20, 0.38), transparent 65%), #050505;
}

.bp-card h3 {
    font-weight: 900;
    text-transform: uppercase;
}

.bp-card p {
    color: var(--bp-muted);
}

.bp-checks {
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.bp-checks li {
    position: relative;
    margin: 15px 0;
    padding-left: 46px;
    font-weight: 850;
    text-transform: uppercase;
}

.bp-checks li::before {
    content: "✓";
    position: absolute;
    top: -5px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 2px solid var(--bp-red-light);
    border-radius: 50%;
    color: var(--bp-red-light);
    box-shadow: 0 0 20px rgba(229, 9, 20, 0.8);
}

.bp-panel,
.bp-info {
    height: 100%;
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.35);
}

.bp-panel h3,
.bp-info h3 {
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
}

.bp-panel p,
.bp-info p {
    color: var(--bp-muted);
}

.bp-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bp-pills span,
.bp-feature {
    padding: 12px 16px;
    border: 1px solid rgba(229, 9, 20, 0.55);
    color: #f3f3f3;
    font-weight: 800;
    text-transform: uppercase;
    background: rgba(229, 9, 20, 0.08);
}

.bp-form {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

.bp-form .form-control {
    margin-bottom: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0;
    background: #080808;
    color: #ffffff;
}

.bp-form .form-control::placeholder {
    color: #888888;
}

.bp-stat {
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--bp-red-light);
    font-size: 2.4rem;
    font-weight: 950;
    background: rgba(255, 255, 255, 0.04);
}

.bp-stat span {
    display: block;
    color: #ffffff;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.bp-cta {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.72)),
        radial-gradient(circle at 15% 60%, rgba(229, 9, 20, 0.3), transparent 35%);
}

.bp-accordion .accordion-item {
    margin-bottom: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #080808;
    color: #ffffff;
}

.bp-accordion .accordion-button {
    border-radius: 0;
    background: #0d0d0d;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
}

.bp-accordion .accordion-button:not(.collapsed) {
    background: rgba(229, 9, 20, 0.18);
    color: #ffffff;
    box-shadow: none;
}

.bp-accordion .accordion-body {
    color: #bbbbbb;
}

.bp-footer {
    padding: 55px 0;
    border-top: 1px solid rgba(229, 9, 20, 0.35);
    background: #020202;
    color: #aaaaaa;
}

.bp-footer a {
    display: block;
    margin: 8px 0;
    color: #dddddd;
    text-decoration: none;
}

.bp-footer a:hover {
    color: var(--bp-red-light);
}

@media (max-width: 991px) {
    .bp-product-stage,
    .bp-product-box {
        min-height: 320px;
        font-size: 2.5rem;
        transform: none;
    }

    .bp-section {
        padding: 80px 0;
    }
}
