
#play-hockey-hero {
            background-image: var(--play-hockey-hero-image);
            min-height: clamp(320px, 62vh, 720px);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
            display: flex;
            align-items: end;
            margin-bottom: 0;
            z-index: 0;
        }

        #play-hockey-hero::before {
            content: "";
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 15% 85%, rgba(28, 79, 159, 0.55), transparent 42%),
                linear-gradient(180deg, rgba(2, 12, 31, 0.35) 0%, rgba(2, 12, 31, 0.78) 100%);
            z-index: 1;
        }

        #play-hockey-hero .hero-content {
            position: absolute;
            z-index: 2;
            width: 100%;
            bottom: clamp(0.8rem, 2.5vw, 1.6rem);
            left: 0;
        }

        #play-hockey-hero .hero-content > .container {
            padding-top: clamp(1.25rem, 4vw, 3rem);
        }

        .hero-inner {
            max-width: min(840px, 92vw);
            animation: nsFadeUp 0.75s ease-out both;
        }

        .hero-kicker {
            color: #fff;
            text-transform: uppercase;
            font-size: clamp(0.82rem, 1.2vw, 1.1rem);
            font-weight: 700;
            letter-spacing: 0.06em;
            margin: 0 0 0.8rem;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
        }

        .hero-title {
            color: #fff;
            text-transform: uppercase;
            font-size: clamp(2rem, 6vw, 4.5rem);
            font-weight: 900;
            line-height: 0.92;
            margin: 0 0 0.9rem;
            text-shadow: 0 4px 16px rgba(0, 0, 0, 0.56);
            position: relative;
            padding-left: clamp(0.9rem, 1.6vw, 1.3rem);
        }

        .hero-title::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0.08em;
            bottom: 0.08em;
            width: 6px;
            background: rgba(255, 255, 255, 0.95);
        }

        .hero-subtitle {
            color: rgba(255, 255, 255, 0.94);
            max-width: 60ch;
            font-size: clamp(1rem, 1.3vw, 1.2rem);
            margin: 0;
        }

        .hero-cta-row {
            display: flex;
            flex-wrap: wrap;
            gap: 0.7rem;
            margin-top: 1.35rem;
        }

        .hero-cta-row .btn {
            border-radius: 0.75rem;
            font-weight: 800;
            letter-spacing: 0.01em;
            padding: 0.72rem 1.24rem;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .hero-cta-row .btn:hover,
        .hero-cta-row .btn:focus-visible {
            transform: translateY(-2px);
            box-shadow: 0 12px 24px rgba(3, 18, 45, 0.28);
        }

        .hero-cta-row .btn-primary {
            background: #ff3450;
            border-color: #ff3450;
        }

        .hero-cta-row .btn-primary:hover,
        .hero-cta-row .btn-primary:focus-visible {
            background: #f31839;
            border-color: #f31839;
        }

        .hero-pill-list {
            display: flex;
            flex-wrap: wrap;
            gap: 0.55rem;
            margin-top: 1rem;
        }

        .hero-pill {
            color: #fff;
            background: rgba(255, 255, 255, 0.14);
            border: 1px solid rgba(255, 255, 255, 0.22);
            border-radius: 999px;
            padding: 0.34rem 0.78rem;
            font-size: 0.84rem;
            font-weight: 700;
            backdrop-filter: blur(4px);
        }

        .play-breadcrumbs {
            background: #ffffff;
            border-bottom: 1px solid #d8e2f0;
        }

        .play-breadcrumbs .breadcrumb * {
            --bs-breadcrumb-divider-color: #6d86ab;
            --breadcrumb-color: #164684;
            --bs-breadcrumb-item-active-color: #164684;
            --breadcrumb-hover-color: #245ca7;
        }

        .play-intro-strip {
            background: linear-gradient(135deg, #0e3470 0%, #1f5eb7 100%);
            color: #fff;
            border-bottom: 1px solid rgba(255, 255, 255, 0.16);
        }

        .intro-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 0.9rem;
            padding: 1rem 0;
        }

        .intro-item {
            background: rgba(255, 255, 255, 0.12);
            border: 1px solid rgba(255, 255, 255, 0.18);
            border-radius: 0.75rem;
            padding: 0.85rem 1rem;
            font-weight: 700;
            font-size: 0.98rem;
            line-height: 1.3;
            transition: transform 0.22s ease, background-color 0.22s ease;
            animation: nsFadeUp 0.7s ease both;
        }

        .intro-item:hover {
            transform: translateY(-2px);
            background: rgba(255, 255, 255, 0.2);
        }

        .intro-item:nth-child(2) {
            animation-delay: 0.08s;
        }

        .intro-item:nth-child(3) {
            animation-delay: 0.16s;
        }

        .play-main {
            background: linear-gradient(180deg, #e8f1ff 0%, #dbe9ff 100%);
            padding: clamp(2rem, 5vw, 4rem) 0 clamp(2.5rem, 6vw, 4.2rem);
        }

        .steps-grid {
            display: grid;
            gap: 1rem;
        }

        .step-card {
            border-radius: 1rem;
            overflow: hidden;
            border: 1px solid #b7ccee;
            background: linear-gradient(180deg, #f5f9ff 0%, #eaf2ff 100%);
            box-shadow: 0 16px 32px rgba(7, 35, 79, 0.08);
            transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
            animation: nsFadeUp 0.72s ease both;
        }

        .step-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 18px 36px rgba(7, 35, 79, 0.14);
            border-color: #8fb0df;
        }

        .step-card:nth-child(2) {
            animation-delay: 0.08s;
        }

        .step-card:nth-child(3) {
            animation-delay: 0.16s;
        }

        .step-card:nth-child(4) {
            animation-delay: 0.24s;
        }

        .step-card__head {
            background: linear-gradient(135deg, #113c7e 0%, #1d5abb 100%);
            color: #fff;
            padding: 0.9rem 1rem;
            display: flex;
            align-items: center;
            gap: 0.55rem;
        }

        .step-card__number {
            width: 2rem;
            height: 2rem;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.2);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-family: 'Oswald', sans-serif;
            font-size: 1.2rem;
            font-weight: 700;
            flex-shrink: 0;
            color: #fff;
        }

        .step-card__title {
            margin: 0;
            font-size: clamp(1.1rem, 2vw, 1.35rem);
            line-height: 1.2;
            text-transform: uppercase;
            font-family: 'Oswald', sans-serif;
            letter-spacing: 0.02em;
            font-weight: 700;
            color: #fff !important;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
        }

        .step-card__body {
            padding: 1rem 1.1rem 1.1rem;
        }

        .step-card__body ul {
            margin: 0;
            padding-left: 1.08rem;
            display: grid;
            gap: 0.56rem;
            color: #123f80;
            font-weight: 600;
        }

        .play-cta {
            background: #fff;
            border-top: 1px solid #d8e2f0;
            padding: clamp(2rem, 4.5vw, 3rem) 0;
        }

        .play-cta-box {
            background: linear-gradient(135deg, #0e3470 0%, #1d5abb 100%);
            color: #fff;
            border-radius: 1rem;
            padding: clamp(1.25rem, 2.8vw, 2rem);
            display: grid;
            grid-template-columns: 1fr auto;
            align-items: center;
            gap: 1rem;
            animation: nsFadeUp 0.8s ease both;
        }

        @keyframes nsFadeUp {
            0% {
                opacity: 0;
                transform: translateY(14px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .play-cta-title {
            margin: 0;
            font-family: 'Oswald', sans-serif;
            text-transform: uppercase;
            letter-spacing: 0.02em;
            font-size: clamp(1.3rem, 2.7vw, 2rem);
            color: #fff !important;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
        }

        .play-cta-subtitle {
            margin: 0.35rem 0 0;
            color: rgba(255, 255, 255, 0.9);
            font-size: 1rem;
        }

        .play-cta .btn {
            border-radius: 0.75rem;
            font-weight: 800;
            letter-spacing: 0.01em;
            padding: 0.72rem 1.22rem;
            white-space: nowrap;
        }

        @media (max-width: 991.98px) {
            .intro-grid {
                grid-template-columns: 1fr;
                padding: 0.9rem 0;
            }
        }

        @media (max-width: 767.98px) {
            #play-hockey-hero {
                min-height: 360px;
            }

            #play-hockey-hero .hero-content > .container {
                padding-top: 4.5rem;
            }

            .hero-title {
                font-size: clamp(1.75rem, 10vw, 2.7rem);
            }

            .hero-title::before {
                width: 4px;
            }

            .hero-cta-row {
                gap: 0.55rem;
            }

            .hero-pill {
                font-size: 0.78rem;
            }

            .step-card__body {
                padding: 0.95rem 0.95rem 1rem;
            }

            .play-cta-box {
                grid-template-columns: 1fr;
            }

            .play-cta .btn {
                width: 100%;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .hero-inner,
            .intro-item,
            .step-card,
            .play-cta-box {
                animation: none !important;
            }

            .hero-cta-row .btn,
            .intro-item,
            .step-card {
                transition: none !important;
            }
        }
    
