.shadow-subs-page {
    width: min(1180px, calc(100vw - 32px));
    margin: 0 auto 48px;
    display: grid;
    gap: 28px;
}

.shadow-subs-kicker {
    color: #7dffb2;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.76rem;
    font-weight: 800;
    margin: 0 0 10px;
}

.shadow-subs-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 22px;
    padding: 28px;
    border-radius: 28px;
    border: 1px solid rgba(255, 0, 255, 0.22);
    background:
        radial-gradient(circle at 12% 18%, rgba(0, 255, 159, 0.14), transparent 42%),
        linear-gradient(160deg, rgba(12, 10, 22, 0.98), rgba(6, 6, 12, 0.98));
    box-shadow: 0 0 40px rgba(255, 0, 255, 0.12);
}

.shadow-subs-hero h1 {
    margin: 0 0 12px;
    font-size: clamp(1.6rem, 3vw, 2.35rem);
    line-height: 1.12;
}

.shadow-subs-lead {
    margin: 0;
    color: rgba(235, 240, 255, 0.82);
    line-height: 1.65;
    max-width: 58ch;
}

.shadow-subs-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.shadow-subs-stripe-note {
    margin: 14px 0 0;
    font-size: 0.88rem;
    color: rgba(210, 220, 245, 0.72);
}

.shadow-subs-hero__media {
    position: relative;
    min-height: 260px;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.shadow-subs-hero__video,
.shadow-subs-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.shadow-subs-hero__video {
    position: absolute;
    inset: 0;
}

.shadow-subs-hero__image {
    position: relative;
    z-index: 1;
    mix-blend-mode: screen;
    opacity: 0.35;
}

.shadow-subs-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.shadow-subs-card {
    display: grid;
    grid-template-rows: auto 1fr;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(8, 10, 18, 0.94);
}

.shadow-subs-card.is-featured {
    border-color: rgba(255, 0, 255, 0.45);
    box-shadow: 0 0 28px rgba(255, 0, 255, 0.18);
}

.shadow-subs-card__media {
    position: relative;
    min-height: 160px;
    background: #0a0c14;
}

.shadow-subs-card__media video,
.shadow-subs-card__media img {
    width: 100%;
    height: 100%;
    min-height: 160px;
    object-fit: cover;
    display: block;
}

.shadow-subs-card__badge {
    position: absolute;
    left: 12px;
    top: 12px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.shadow-subs-card__body {
    padding: 16px 16px 18px;
    display: grid;
    gap: 10px;
}

.shadow-subs-card__body h2 {
    margin: 0;
    font-size: 1.2rem;
}

.shadow-subs-card__price {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    color: #9dffd2;
}

.shadow-subs-card__highlights {
    margin: 0;
    padding-left: 1.1rem;
    display: grid;
    gap: 6px;
    color: rgba(230, 235, 255, 0.78);
    font-size: 0.9rem;
    line-height: 1.45;
}

.shadow-subs-card__stripe {
    margin: 0;
    font-size: 0.72rem;
    color: rgba(180, 190, 220, 0.65);
    word-break: break-all;
}

.shadow-subs-card__stripe code {
    font-size: 0.68rem;
}

.shadow-subs-card__actions {
    display: grid;
    gap: 8px;
}

.shadow-subs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid transparent;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    color: #f4f7ff;
}

.shadow-subs-btn--primary {
    background: linear-gradient(135deg, rgba(255, 0, 255, 0.85), rgba(0, 255, 159, 0.75));
    color: #061018;
}

.shadow-subs-btn--ghost {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.04);
}

.shadow-subs-btn--link {
    font-size: 0.84rem;
    color: rgba(180, 220, 255, 0.88);
}

.shadow-subs-season {
    position: relative;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid rgba(0, 255, 159, 0.2);
    background: linear-gradient(180deg, rgba(0, 255, 159, 0.06), rgba(8, 8, 14, 0.96));
}

.shadow-subs-season h2 {
    margin: 0 0 14px;
}

.shadow-subs-season__grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.shadow-subs-season__grid article {
    padding: 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.shadow-subs-season__grid h3 {
    margin: 0 0 8px;
    font-size: 1rem;
}

.shadow-subs-season__grid p {
    margin: 0;
    color: rgba(225, 232, 255, 0.78);
    line-height: 1.55;
    font-size: 0.9rem;
}

.shadow-subs-season__tagline {
    margin: 16px 0 0;
    font-weight: 700;
    color: #d8fff0;
}

.navbar-link-group {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.navbar-link-sub {
    font-size: 0.82rem;
    opacity: 0.88;
    padding-left: 8px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.shadow-match-adult-panel {
    margin: 0 auto 4px;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid rgba(255, 0, 255, 0.22);
    background: linear-gradient(145deg, rgba(24, 8, 32, 0.88), rgba(8, 10, 20, 0.9));
    width: var(--sm-page-max, min(960px, 100%));
    max-width: calc(100% - 28px);
}

.shadow-match-page--full .shadow-match-adult-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px 12px;
}

.shadow-match-page--full .shadow-match-adult-panel__head {
    display: contents;
}

.shadow-match-page--full .shadow-match-adult-panel__head .shadow-match-kicker {
    display: none;
}

.shadow-match-adult-panel__head h2 {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.2;
}

.shadow-match-page--full .shadow-match-adult-panel__status {
    grid-column: 1;
    font-size: 0.72rem;
}

.shadow-match-adult-panel__status {
    margin: 0;
    color: #7dffb2;
    font-weight: 700;
}

.shadow-match-adult-panel__copy {
    margin: 0;
    color: rgba(220, 230, 255, 0.72);
    font-size: 0.76rem;
    line-height: 1.35;
}

.shadow-match-page--full .shadow-match-adult-panel__copy {
    grid-column: 1;
}

.shadow-match-page--full .shadow-match-adult-panel .shadow-subs-btn {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.76rem;
    white-space: nowrap;
}

.shadow-match-plan__ultimate-badge {
    display: block;
    color: #ffb8f0;
    font-weight: 700;
}

.shadow-match-subs-panel {
    margin: 0 auto 6px;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid rgba(129, 174, 255, 0.2);
    background: rgba(8, 12, 22, 0.82);
    width: var(--sm-page-max, min(960px, 100%));
    max-width: calc(100% - 28px);
}

.shadow-match-page--full .shadow-match-subs-panel__head h2 {
    margin: 0 0 2px;
    font-size: 0.84rem;
}

.shadow-match-subs-panel__head h2 {
    margin: 0 0 4px;
    font-size: 0.92rem;
}

.shadow-match-subs-panel__head p {
    margin: 0 0 8px;
    color: rgba(220, 230, 255, 0.72);
    font-size: 0.74rem;
    line-height: 1.35;
}

.shadow-match-page--full .shadow-match-subs-panel__head p {
    margin: 0 0 6px;
}

.shadow-match-subs-panel__grid {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
}

.shadow-match-subs-panel__tier {
    padding: 6px 8px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.shadow-match-subs-panel__tier strong {
    display: block;
    font-size: 0.78rem;
    line-height: 1.25;
}

.shadow-match-subs-panel__tier small {
    display: block;
    margin-top: 2px;
    color: rgba(200, 210, 235, 0.68);
    font-size: 0.66rem;
    line-height: 1.3;
}

.shadow-match-subs-panel__cta {
    margin-top: 8px;
}

.shadow-match-page--full .shadow-match-subs-panel__cta {
    margin-top: 6px;
}

.shadow-match-page--full .shadow-match-subs-panel__cta .shadow-subs-btn {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.76rem;
}

@media (max-width: 900px) {
    .shadow-subs-hero {
        grid-template-columns: 1fr;
    }
}
