html.cfg-processor-intro-lock,
body.cfg-processor-intro-lock {
    overflow: hidden !important;
}
.cfg-processor-brand {
    background: #050708;
    color: #fff;
}
.cfg-processor-gate {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #000;
    opacity: 1;
    visibility: visible;
    transition: opacity .28s ease, visibility .28s ease;
}
.cfg-processor-gate.is-closing {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.cfg-processor-gate__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
}
.cfg-processor-gate__play {
    position: relative;
    z-index: 2;
    display: grid;
    justify-items: center;
    gap: 8px;
    min-width: 230px;
    padding: 22px 26px;
    border: 1px solid rgba(255,255,255,.34);
    border-radius: 20px;
    color: #fff;
    background: rgba(0,0,0,.58);
    box-shadow: 0 24px 70px rgba(0,0,0,.38);
    backdrop-filter: blur(14px);
    font: inherit;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease, opacity .2s ease;
}
.cfg-processor-gate__play:hover {
    background: rgba(200,16,46,.72);
    transform: translateY(-2px);
}
.cfg-processor-gate__play.is-hidden {
    opacity: 0;
    pointer-events: none;
}
.cfg-processor-gate__play strong {
    font-size: 1rem;
}
.cfg-processor-gate__play small {
    color: rgba(255,255,255,.72);
}
.cfg-processor-gate__play-icon {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50%;
    background: rgba(0,0,0,.52);
}
.cfg-processor-gate__play-icon::before {
    content: "";
    width: 0;
    height: 0;
    margin-left: 6px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 19px solid #fff;
}
.cfg-processor-gate__skip {
    position: absolute;
    right: 28px;
    bottom: 26px;
    z-index: 3;
    min-width: 150px;
    padding: 12px 18px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 999px;
    color: #fff;
    background: rgba(0,0,0,.62);
    backdrop-filter: blur(12px);
    font: inherit;
    font-weight: 850;
    cursor: pointer;
}
.cfg-processor-gate__skip:hover {
    background: rgba(200,16,46,.78);
}
.cfg-amd-hero {
    position: relative;
    overflow: hidden;
    min-height: 590px;
    display: grid;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(0,0,0,.76), rgba(0,0,0,.34)),
        var(--cfg-amd-bg) center / cover no-repeat;
}
.cfg-amd-hero__shade {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 74% 48%, rgba(255,92,0,.16), transparent 30%),
        linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.22));
}
.cfg-amd-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0,.9fr) minmax(520px,1.1fr);
    gap: 48px;
    align-items: center;
    padding: 60px 0;
}
.cfg-amd-kicker,
.cfg-processor-eyebrow {
    display: inline-block;
    color: #ff8b4a;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.cfg-amd-hero__copy h1 {
    max-width: 650px;
    margin: 10px 0 18px;
    color: #fff;
    font-size: clamp(2.6rem,5vw,5rem);
    line-height: .96;
    letter-spacing: -.045em;
}
.cfg-amd-hero__copy p {
    max-width: 660px;
    margin: 0;
    color: rgba(255,255,255,.84);
    font-size: clamp(1rem,1.6vw,1.2rem);
    line-height: 1.55;
}
.cfg-amd-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}
.cfg-amd-hero__badges span {
    padding: 7px 11px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    color: #fff;
    background: rgba(0,0,0,.32);
    font-size: .76rem;
    font-weight: 800;
}
.cfg-amd-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}
.cfg-button-ghost {
    border: 1px solid rgba(255,255,255,.26);
    color: #fff !important;
    background: rgba(255,255,255,.06);
}
.cfg-button-ghost:hover {
    background: rgba(255,255,255,.12);
}
.cfg-amd-hero__visual {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 24px;
    background: #090909;
    box-shadow: 0 30px 80px rgba(0,0,0,.42);
}
.cfg-amd-hero__visual img {
    width: 100%;
    height: auto;
    display: block;
}
.cfg-processor-products {
    padding: 68px 0 84px;
    color: #f5f7f8;
    background: #2d3337;
}
.cfg-processor-crumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
    color: #aeb7bc;
    font-size: .78rem;
    font-weight: 750;
}
.cfg-processor-crumbs a { color: #c5ccd0; }
.cfg-processor-crumbs strong { color: #ffffff; }
.cfg-processor-products__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 28px;
}
.cfg-processor-products__head h2 {
    margin: 6px 0 7px;
    color: #ffffff;
    font-size: clamp(2rem,4vw,3rem);
    letter-spacing: -.04em;
}
.cfg-processor-products__head p {
    max-width: 760px;
    margin: 0;
    color: #c1c8cc;
}
.cfg-processor-products .products {
    display: grid !important;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 18px;
}
@media (max-width: 1100px) {
    .cfg-amd-hero__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .cfg-amd-hero__visual {
        max-width: 920px;
    }
    .cfg-processor-products .products {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}
@media (max-width: 640px) {
    .cfg-processor-gate__video {
        object-fit: contain;
    }
    .cfg-processor-gate__skip {
        right: 16px;
        bottom: 16px;
    }
    .cfg-amd-hero {
        min-height: auto;
        background-position: 34% center;
    }
    .cfg-amd-hero__grid {
        padding: 42px 0 54px;
    }
    .cfg-amd-hero__copy h1 {
        font-size: clamp(2.2rem,12vw,3.5rem);
    }
    .cfg-processor-products__head {
        align-items: flex-start;
        flex-direction: column;
    }
    .cfg-processor-products .products {
        grid-template-columns: 1fr;
    }
}
