.blade-hero-section {
    background: linear-gradient(180deg, #313133 0%, #9d6135 100%);
    padding-block: clamp(2.2rem, 4vw, 3.2rem);
}

.blade-hero-card {
    position: relative;
    width: 100%;
    max-width: 1700px;
    border: 0;
    border-radius: clamp(2rem, 4.5vw, 4.3rem);
    padding: clamp(1rem, 2.4vw, 2rem) clamp(1rem, 2.8vw, 3.5rem) clamp(2.1rem, 3.2vw, 2.8rem);
    color: #fff;
    background: linear-gradient(180deg, rgba(39, 39, 42, 0.92) 0%, rgba(164, 100, 56, 0.42) 100%);
    background-clip: padding-box;
    box-shadow: inset 0 0 0 3px #ed8422;
}

.blade-hero-badge {
    display: inline-block;
    margin-bottom: clamp(0.75rem, 1.4vw, 1.4rem);
    padding: 0.35em 0.95em;
    border-radius: 0.55em;
    background: #d98330;
    color: #fff;
    font-size: clamp(0.95rem, 1.2vw, 1.55rem);
    font-style: italic;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.03em;
}

.blade-hero-title {
    margin-bottom: clamp(0.65rem, 1.8vw, 1.45rem);
    color: #fff;
    font-size: clamp(2.4rem, 7.8vw, 7rem);
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: 0.03em;
}

.blade-hero-subtitle {
    max-width: 960px;
    margin: 0 auto clamp(0.7rem, 1.3vw, 1.15rem);
    color: #f3f3f3;
    font-size: clamp(1.2rem, 1.35vw, 1.65rem);
    line-height: 1.35;
}

.blade-hero-subtitle span {
    color: #ed8422;
}

.blade-hero-caption {
    margin: clamp(0.55rem, 1vw, 0.95rem) auto 0;
    color: #fff;
    font-size: clamp(1.2rem, 1.3vw, 1.65rem);
    line-height: 1.15;
}

.blade-hero-image {
    max-height: 400px;
}

.blade-hero-cta {
    position: absolute;
    left: 50%;
    bottom: -1.6rem;
    transform: translateX(-50%);
    z-index: 2;
    display: inline-block;
    padding: clamp(0.72rem, 1.1vw, 0.95rem) clamp(2rem, 3vw, 3.4rem);
    border: 0;
    border-radius: 999px;
    background-color: #2f353c;
    color: #fff;
    text-decoration: none;
    font-size: clamp(1rem, 1.2vw, 2rem);
    font-weight: 700;
    line-height: 1;
    transition: background-color 0.2s ease;
}

.blade-hero-cta:hover,
.blade-hero-cta:focus {
    background-color: #262b31;
    color: #fff;
}

@media (max-width: 767.98px) {
    .blade-hero-card {
        border-radius: 2rem;
        padding-top: 1.1rem;
        padding-bottom: 2.25rem;
        box-shadow: inset 0 0 0 2px #ed8422;
    }

    .blade-hero-subtitle {
        line-height: 1.4;
    }

    .blade-hero-cta {
        width: min(100%, 19rem);
        bottom: -1.1rem;
    }
}

@media (max-width: 991.98px) {
    .blade-hero-subtitle {
        font-size: clamp(1.08rem, 2.45vw, 1.45rem);
    }

    .blade-hero-caption {
        font-size: clamp(1.06rem, 2.2vw, 1.4rem);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .blade-hero-subtitle {
        font-size: clamp(1.2rem, 1.95vw, 1.56rem);
    }

    .blade-hero-caption {
        font-size: clamp(1.14rem, 1.7vw, 1.46rem);
    }
}

@media (min-width: 992px) {
    .blade-hero-card {
        width: 80%;
    }
}

.blade-feature-shell {
    padding: clamp(1.1rem, 2.5vw, 1.85rem) 0;
}

.blade-feature-shell-black {
    background-color: #050505;
}

.blade-feature-shell-charcoal {
    background-color: #333539;
}

.blade-feature-shell-mid {
    background-color: #595b5f;
}

.blade-feature-panel {
    border-radius: clamp(1.35rem, 2.7vw, 2.05rem);
    padding: clamp(1.15rem, 2.6vw, 2.25rem) clamp(1rem, 2.6vw, 2.55rem);
    background: linear-gradient(90deg, #565656 0%, #575757 49%, #656565 58%, #565656 100%);
}

.blade-feature-panel-dark {
    background: linear-gradient(90deg, #111317 0%, #111317 52%, #1f2024 60%, #111317 100%);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.08);
}

.blade-feature-copy-wrap {
    max-width: 49rem;
}

.blade-feature-title {
    margin: 0 0 clamp(0.75rem, 1.7vw, 1.4rem);
    color: #fff;
    font-size: clamp(1.2rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 1.06;
}

.blade-feature-copy {
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: clamp(0.7rem, 2.2vw, 1.35rem);
    line-height: 1.23;
}

.blade-feature-media {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blade-feature-media::before {
    content: "";
    position: absolute;
    inset: 7% 8%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0) 72%);
    filter: blur(10px);
}

.blade-feature-media img {
    position: relative;
    width: min(100%, 540px);
    z-index: 1;
}

@media (max-width: 991.98px) {
    .blade-feature-copy-wrap {
        max-width: 100%;
    }

    .blade-feature-title {
        font-size: clamp(1.35rem, 3.5vw, 1.95rem);
    }

    .blade-feature-copy {
        font-size: clamp(1rem, 2.2vw, 1.2rem);
        line-height: 1.34;
    }
}

@media (max-width: 767.98px) {
    .blade-feature-shell {
        padding: 0.85rem 0;
    }

    .blade-feature-panel {
        border-radius: 1.35rem;
        padding: 1.05rem 0.95rem 1.25rem;
    }

    .blade-feature-title {
        margin-bottom: 0.65rem;
        font-size: clamp(1.35rem, 6vw, 1.85rem);
        text-align: center;
    }

    .blade-feature-copy {
        font-size: clamp(1rem, 3.8vw, 1.2rem);
        line-height: 1.35;
        text-align: center;
    }

    .blade-feature-media::before {
        inset: 9% 8%;
    }

    .blade-feature-media img {
        width: min(100%, 470px);
    }
}

.blade-customize-shell {
    background: #3a3c40;
    padding: clamp(1.4rem, 3vw, 2.8rem) 0 clamp(1.5rem, 3.5vw, 3.2rem);
}

.blade-customize-heading h2 {
    margin: 0 0 0.4rem;
    color: #fff;
    font-size: clamp(2rem, 5vw, 4.25rem);
    font-weight: 700;
    line-height: 1.03;
}

.blade-customize-heading p {
    margin: 0 0 clamp(0.9rem, 2vw, 1.7rem);
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1.15rem, 2.2vw, 2rem);
    line-height: 1.25;
}

.blade-customize-panel {
    border-radius: clamp(1.4rem, 2.7vw, 2rem);
    padding: clamp(1.1rem, 2.5vw, 2.2rem) clamp(1rem, 2.5vw, 2.3rem);
    background: linear-gradient(90deg, #050505 0%, #060606 49%, #101114 57%, #050505 100%);
}

.blade-customize-controls {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: clamp(0.65rem, 1.8vw, 1rem);
}

.blade-customize-nav {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.blade-customize-nav-btn {
    width: 2.75rem;
    height: 2.75rem;
    border: 0;
    border-radius: 50%;
    background: #16181d;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.blade-customize-option {
    width: min(100%, 23.5rem);
    margin-bottom: 1rem;
    border: 0;
    border-radius: 999px;
    background: #3e4148;
    color: #fff;
    padding: clamp(0.75rem, 1.5vw, 1rem) 1.3rem;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.05rem;
    line-height: 1.1;
    text-align: left;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease,
        width 0.2s ease,
        padding 0.2s ease,
        border-radius 0.2s ease,
        opacity 0.18s ease,
        filter 0.18s ease;
}

.blade-customize-option:last-of-type {
    margin-bottom: 0;
}

.blade-customize-option:hover,
.blade-customize-option:focus,
.blade-customize-option.is-active {
    background: #474b53;
    color: #fff;
}

.blade-customize-option.is-active {
    width: min(100%, 33rem);
    border-radius: 2rem;
    display: block;
    padding: clamp(0.95rem, 1.9vw, 1.35rem) clamp(1rem, 2vw, 1.55rem);
    white-space: normal;
    line-height: 1.2;
    overflow: hidden;
    transform: translateX(4px);
}

.blade-customize-option.is-typing::after {
    content: "";
    display: inline-block;
    width: 0.09em;
    height: 0.95em;
    margin-left: 0.14em;
    vertical-align: -0.08em;
    background-color: currentColor;
    animation: bladeCustomizeCaretBlink 0.8s steps(1) infinite;
}

.blade-customize-option-highlight {
    color: var(--si-primary);
}

.blade-customize-option-icon {
    flex: 0 0 auto;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.blade-customize-option-icon-rainbow {
    background: conic-gradient(from 0deg, #ff4f4f, #ffa001, #f9f871, #39d353, #1f9bff, #8a2be2, #ff4f4f);
}

.blade-customize-option-icon-plus {
    border: 2px solid rgba(255, 255, 255, 0.85);
    color: #fff;
    font-size: 2rem;
    line-height: 1;
}

.blade-customize-media {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blade-customize-media::before {
    content: "";
    position: absolute;
    inset: 7% 7%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 74%);
    filter: blur(10px);
}

.blade-customize-media img {
    position: relative;
    z-index: 1;
    width: min(100%, 620px);
    transition: opacity 0.22s ease, transform 0.22s ease;
    will-change: opacity, transform;
}

@keyframes bladeCustomizeCaretBlink {
    0%,
    49% {
        opacity: 1;
    }
    50%,
    100% {
        opacity: 0;
    }
}

.blade-customize-media img.is-switching {
    opacity: 0;
    transform: translateY(8px) scale(0.985);
}

@media (prefers-reduced-motion: reduce) {
    .blade-customize-option,
    .blade-customize-media img {
        transition: none;
    }

    .blade-customize-option.is-typing::after {
        animation: none;
    }
}

@media (max-width: 991.98px) {
    .blade-customize-controls {
        align-items: start;
    }

    .blade-customize-heading h2 {
        font-size: clamp(1.7rem, 8vw, 3rem);
    }

    .blade-customize-heading p {
        font-size: clamp(1rem, 3.8vw, 1.4rem);
    }

    .blade-customize-option {
        width: min(100%, 25rem);
        font-size: clamp(0.95rem, 1.9vw, 1.05rem);
    }

    .blade-customize-option.is-active {
        width: min(100%, 30rem);
        font-size: clamp(0.98rem, 2.2vw, 1.12rem);
    }
}

@media (max-width: 767.98px) {
    .blade-customize-panel {
        padding: 1rem 0.9rem 1.2rem;
        border-radius: 1.3rem;
    }

    .blade-customize-controls {
        grid-template-columns: 1fr;
    }

    .blade-customize-nav {
        flex-direction: row;
        justify-content: center;
    }

    .blade-customize-option {
        width: 100%;
        font-size: 1rem;
    }

    .blade-customize-option.is-active {
        width: 100%;
        font-size: 1rem;
        border-radius: 1.55rem;
        transform: none;
    }
}

.blade-servers-section {
    background-color: #000;
    padding: clamp(2.2rem, 4.6vw, 4rem) 0 clamp(2rem, 4.2vw, 3.6rem);
}

.blade-servers-title {
    margin: 0 0 clamp(1rem, 2.2vw, 1.75rem);
    color: #fff;
    font-size: clamp(1.6rem, 3.35vw, 3.1rem);
    font-weight: 700;
    line-height: 1.1;
}

.blade-servers-inner {
    max-width: 1680px;
    margin-inline: auto;
}

.blade-servers-image {
    display: block;
    height: auto;
}

.blade-servers-copy {
    max-width: 30rem;
    margin-left: clamp(0.5rem, 1.1vw, 1.35rem);
    padding: 0 3rem 0 0.8rem;
    color: #fff;
    font-size: clamp(1.05rem, 1.55vw, 1.6rem);
    line-height: 1.22;
}

.blade-servers-note {
    margin: 0.65rem clamp(1rem, 2vw, 2.25rem) 0 auto;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(0.78rem, 0.95vw, 0.94rem);
    line-height: 1.2;
    text-align: right;
}

.blade-specs-section {
    background: #393a3d;
    padding: clamp(2rem, 5vw, 4.5rem) 0;
}

.blade-specs-card {
    width: 100%;
    border-radius: clamp(1.35rem, 2.8vw, 2.2rem);
    padding: clamp(1.4rem, 2.8vw, 2.4rem) clamp(1rem, 2.2vw, 2.3rem);
    color: #fff;
    background-color: #000;
}

.blade-specs-title {
    margin: 0 0 clamp(1rem, 2.2vw, 1.8rem);
    color: #fff;
    font-size: clamp(2rem, 4.2vw, 3.25rem);
    font-weight: 700;
    line-height: 1.08;
}

.blade-specs-list li {
    margin-bottom: clamp(0.25rem, 0.7vw, 0.6rem);
    color: #fff;
    font-size: clamp(0.7rem, 2.2vw, 1.35rem);
    line-height: 1.22;
}

.blade-specs-list li:last-child {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .blade-servers-section {
        padding-top: 1.8rem;
        padding-bottom: 1.9rem;
    }

    .blade-servers-copy {
        max-width: 100%;
        margin-left: 0;
        padding: 0 2.2rem 0 1rem;
        font-size: clamp(0.95rem, 2.05vw, 1.15rem);
    }

    .blade-servers-note {
        margin-right: 2rem;
        font-size: 0.82rem;
    }

    .blade-specs-title {
        font-size: clamp(1.8rem, 6vw, 2.6rem);
    }

    .blade-specs-list li {
        font-size: clamp(1rem, 2.2vw, 1.2rem);
    }
}

@media (max-width: 767.98px) {
    .blade-servers-section {
        padding: 1.7rem 0 1.75rem;
    }

    .blade-servers-title {
        margin-bottom: 0.75rem;
        font-size: clamp(1.4rem, 7vw, 1.95rem);
        padding: 0 0.85rem;
    }

    .blade-servers-copy {
        padding: 1.15rem 1.2rem 0;
        text-align: center;
        font-size: clamp(0.92rem, 3.95vw, 1.08rem);
        line-height: 1.3;
    }

    .blade-servers-note {
        margin: 0.75rem 1.2rem 0;
        text-align: center;
        font-size: 0.8rem;
    }

    .blade-specs-section {
        padding: 1.5rem 0 1.8rem;
    }

    .blade-specs-card {
        border-radius: 1.2rem;
        padding: 1.25rem 1rem 1.4rem;
    }

    .blade-specs-title {
        margin-bottom: 0.95rem;
        font-size: clamp(1.65rem, 7.4vw, 2.1rem);
    }

    .blade-specs-list li {
        margin-bottom: 0.35rem;
        font-size: clamp(1rem, 3.8vw, 1.2rem);
    }
}
