.bp-home {
    --bp-home-ink: #10243d;
    --bp-home-muted: #5d7088;
    --bp-home-line: rgba(35, 123, 176, 0.16);
    --bp-home-cyan: #12b8d7;
    --bp-home-teal: #0eb5a4;
    --bp-home-blue: #3778f6;
    --bp-home-navy: #071a33;
    --bp-home-shadow: 0 20px 60px rgba(20, 72, 120, 0.12);
    background: #f7fbff;
    color: var(--bp-home-ink);
    margin: -30px -15px 0;
    overflow: hidden;
}

.bp-home *,
.bp-home *::before,
.bp-home *::after {
    box-sizing: border-box;
}

.bp-home h1,
.bp-home h2,
.bp-home h3,
.bp-home p {
    margin-top: 0;
}

.bp-home h1,
.bp-home h2,
.bp-home h3 {
    color: var(--bp-home-ink);
    letter-spacing: 0;
}

.bp-home h1 {
    max-width: 660px;
    margin-bottom: 18px;
    font-size: clamp(2.25rem, 4vw, 4rem);
    line-height: 0.98;
    text-align: left;
}

.bp-home h2 {
    margin-bottom: 12px;
    font-size: clamp(1.75rem, 3vw, 2.65rem);
    line-height: 1.08;
}

.bp-home h3 {
    margin-bottom: 10px;
    font-size: 1.25rem;
    line-height: 1.2;
}

.bp-home p {
    color: var(--bp-home-muted);
    font-size: 1rem;
    line-height: 1.65;
}

.bp-home a {
    text-decoration: none;
}

.bp-home .container {
    max-width: 1180px;
}

.bp-home-hero {
    position: relative;
    padding-top: 3rem !important;
    padding-bottom: 2rem !important;
    background:
        radial-gradient(circle at 16% 12%, rgba(18, 184, 215, 0.16), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 92%);
}

.bp-home-carousel {
    position: relative;
    border: 1px solid var(--bp-home-line);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--bp-home-shadow);
    overflow: hidden;
}

.bp-home-carousel-track {
    position: relative;
    min-height: 640px;
}

.bp-home-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 38px;
    align-items: center;
    padding: 62px 58px 122px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(24px);
    transition: opacity 420ms ease, transform 420ms ease, visibility 420ms ease;
}

.bp-home-slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.bp-home-slide-copy {
    max-width: 680px;
}

.bp-home-slide-copy > p:not(.bp-home-slide-label) {
    max-width: 560px;
    margin-bottom: 30px;
    font-size: 1.18rem;
}

.bp-home-slide-label,
.bp-home-section-label,
.bp-home-video-card span,
.bp-home-game-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 30px;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(18, 184, 215, 0.12);
    color: #087d95;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.bp-home-slide-label {
    flex: 0 0 auto;
    align-self: flex-start;
    justify-self: start;
    width: max-content;
    max-width: 100%;
    border: 0;
    outline: 0;
    box-shadow: none;
}

.bp-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.bp-home-slide-copy .bp-home-actions {
    margin-bottom: 36px;
}

.bp-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    border-radius: 999px;
    font-size: 0.96rem;
    font-weight: 800;
    line-height: 1.1;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.bp-home-btn:hover,
.bp-home-btn:focus {
    text-decoration: none;
    transform: translateY(-1px);
}

.bp-home-btn-primary {
    background: linear-gradient(135deg, var(--bp-home-blue), var(--bp-home-cyan));
    color: #fff;
    box-shadow: 0 12px 24px rgba(18, 120, 215, 0.22);
}

.bp-home-btn-primary:hover,
.bp-home-btn-primary:focus {
    color: #fff;
}

.bp-home-btn-secondary {
    border: 1px solid rgba(55, 120, 246, 0.24);
    background: #fff;
    color: #17416f;
}

.bp-home-btn-secondary:hover,
.bp-home-btn-secondary:focus {
    color: #0f6c8a;
    box-shadow: 0 10px 22px rgba(20, 72, 120, 0.1);
}

.bp-home-btn-light {
    background: #e9fbff;
    color: #073046;
}

.bp-home-slide-visual {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.bp-home-preview-card,
.bp-home-update-stack {
    width: min(100%, 410px);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff, #edf8ff);
    box-shadow: 0 24px 56px rgba(13, 48, 86, 0.16);
}

.bp-home-preview-card {
    position: relative;
    padding: 26px;
}

.bp-home-preview-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    color: var(--bp-home-muted);
    font-size: 0.86rem;
    font-weight: 800;
}

.bp-home-preview-header strong {
    color: var(--bp-home-blue);
}

.bp-home-schulte-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    border-radius: 14px;
    transition: box-shadow 300ms ease, transform 300ms ease;
}

.bp-home-schulte-grid .bp-schulte-demo-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1;
    border: 0;
    border-radius: 10px;
    background: #fff;
    color: #16324f;
    font: inherit;
    font-weight: 800;
    box-shadow: inset 0 0 0 1px rgba(55, 120, 246, 0.15);
    cursor: pointer;
    transition: background 220ms ease, color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.bp-home-schulte-grid .bp-schulte-demo-cell:hover,
.bp-home-schulte-grid .bp-schulte-demo-cell:focus {
    outline: none;
    box-shadow:
        inset 0 0 0 1px rgba(55, 120, 246, 0.32),
        0 10px 22px rgba(20, 72, 120, 0.12);
}

.bp-home-schulte-grid .bp-schulte-demo-cell:focus-visible {
    outline: 3px solid rgba(18, 184, 215, 0.34);
    outline-offset: 2px;
}

.bp-home-schulte-grid .bp-schulte-demo-cell.is-solved,
.bp-home-schulte-grid .bp-schulte-demo-cell.is-current {
    background: linear-gradient(135deg, var(--bp-home-cyan), var(--bp-home-blue));
    color: #fff;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.28),
        0 10px 22px rgba(18, 120, 215, 0.24);
}

.bp-home-schulte-grid .bp-schulte-demo-cell.is-current {
    transform: scale(1.06);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.34),
        0 14px 28px rgba(18, 120, 215, 0.32);
}

.bp-home-schulte-grid .bp-schulte-demo-cell.is-wrong {
    background: #fff1f3;
    color: #a8273e;
    transform: scale(0.97);
    box-shadow:
        inset 0 0 0 2px rgba(220, 54, 83, 0.34),
        0 10px 22px rgba(220, 54, 83, 0.12);
}

.bp-schulte-demo-board.is-complete {
    animation: bp-schulte-demo-complete 900ms ease both;
}

.bp-schulte-demo-board.is-manual .bp-schulte-demo-cell:not(.is-solved):not(.is-wrong):hover {
    background: #f5fbff;
}

.bp-schulte-demo-complete-badge {
    position: absolute;
    top: 46px;
    left: 26px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 26px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #e8fbff;
    color: #087d95;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1;
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity 180ms ease, transform 180ms ease;
    pointer-events: none;
}

.bp-schulte-demo-complete-badge.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.bp-schulte-demo-play-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 190px);
    min-height: 42px;
    margin-top: 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--bp-home-blue), var(--bp-home-cyan));
    color: #fff;
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 12px 24px rgba(18, 120, 215, 0.18);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.bp-schulte-demo-play-more:hover,
.bp-schulte-demo-play-more:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(18, 120, 215, 0.24);
}

.bp-schulte-demo-play-more[hidden] {
    display: none;
}

@keyframes bp-schulte-demo-complete {
    0% {
        box-shadow: none;
        transform: scale(1);
    }

    45% {
        box-shadow: 0 0 0 8px rgba(18, 184, 215, 0.1), 0 18px 32px rgba(18, 120, 215, 0.16);
        transform: scale(1.015);
    }

    100% {
        box-shadow: 0 0 0 4px rgba(18, 184, 215, 0.06);
        transform: scale(1);
    }
}

.bp-home-week-card p {
    margin-bottom: 0;
    font-size: 0.95rem;
}

.bp-home-week-row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    margin-bottom: 18px;
}

.bp-home-week-row span {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    border-radius: 999px;
    background: #eff6ff;
    color: #58708d;
    font-weight: 800;
}

.bp-weekly-demo-day {
    opacity: 0.68;
    transform: translateY(0) scale(1);
    transition: background 260ms ease, color 260ms ease, box-shadow 260ms ease, opacity 260ms ease, transform 260ms ease;
}

.bp-home-week-row .is-complete,
.bp-weekly-demo-day.is-complete {
    background: #d8fbf5;
    color: #08796e;
    opacity: 1;
    box-shadow: 0 10px 22px rgba(14, 181, 164, 0.14);
}

.bp-home-week-row .is-active,
.bp-weekly-demo-day.is-current {
    background: var(--bp-home-navy);
    color: #fff;
    opacity: 1;
    box-shadow: 0 12px 26px rgba(7, 26, 51, 0.2);
}

.bp-weekly-demo-day.is-revealing {
    transform: translateY(-2px) scale(1.08);
}

.bp-weekly-demo-day.is-current.is-revealing {
    animation: bp-weekly-demo-current-pulse 740ms ease both;
}

.bp-home-progress-shell {
    height: 12px;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 999px;
    background: #dceeff;
}

.bp-home-progress-shell span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--bp-home-teal), var(--bp-home-cyan));
    width: 0;
    transition: width 900ms ease;
}

@keyframes bp-weekly-demo-current-pulse {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    45% {
        transform: translateY(-2px) scale(1.1);
    }
}

.bp-home-update-stack {
    display: grid;
    gap: 14px;
    padding: 22px;
}

.bp-home-update-stack div {
    display: grid;
    gap: 8px;
    padding: 18px;
    border-radius: 18px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(55, 120, 246, 0.12);
}

.bp-home-update-stack span {
    color: #0a93ad;
    font-size: 0.75rem;
    font-weight: 900;
}

.bp-home-update-stack strong {
    color: var(--bp-home-ink);
    font-size: 1.08rem;
}

.bp-home-carousel-controls {
    position: absolute;
    right: 54px;
    bottom: 46px;
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 12px 28px rgba(20, 72, 120, 0.1);
}

.bp-home-carousel-dots {
    display: flex;
    gap: 8px;
    align-items: center;
}

.bp-home-carousel-dots button,
.bp-home-carousel-arrow {
    border: 0;
    background: #fff;
    box-shadow: 0 8px 18px rgba(20, 72, 120, 0.12);
    cursor: pointer;
}

.bp-home-carousel-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 999px;
}

.bp-home-carousel-dots button.is-active {
    width: 28px;
    background: var(--bp-home-cyan);
}

.bp-home-carousel-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
}

.bp-home-carousel-arrow span {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #17416f;
    border-left: 2px solid #17416f;
    transform: rotate(45deg);
}

.bp-home-carousel-arrow-next span {
    transform: rotate(225deg);
}

.bp-home-stats-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    max-width: 780px;
    margin: -16px auto 0;
    border: 1px solid var(--bp-home-line);
    border-radius: 20px;
    background: var(--bp-home-line);
    box-shadow: 0 18px 38px rgba(20, 72, 120, 0.1);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.bp-home-stats-strip div {
    display: grid;
    gap: 4px;
    place-items: center;
    padding: 18px;
    background: #fff;
}

.bp-home-stats-strip strong {
    color: var(--bp-home-ink);
    font-size: 1.65rem;
    line-height: 1;
}

.bp-home-stats-strip span {
    color: var(--bp-home-muted);
    font-size: 0.88rem;
    font-weight: 800;
}

#game-library {
    padding-top: 72px;
}

.bp-home-section-heading {
    max-width: 800px;
    margin: 0 auto 28px;
    text-align: center;
}

.bp-home-section-heading h2,
.bp-home-section-heading p {
    text-align: center;
}

.bp-home-section-tight {
    padding-top: 24px !important;
}

.bp-home-secondary-section {
    padding-top: 30px;
}

.bp-home-benefits-grid,
.bp-home-collection-grid,
.bp-home-video-grid,
.bp-home-how-grid {
    display: grid;
    gap: 18px;
}

.bp-home-game-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}

.bp-home-benefits-grid {
    grid-template-columns: repeat(4, 1fr);
}

.bp-home-benefit-card,
.bp-home-collection-card,
.bp-home-game-card,
.bp-home-disclaimer,
.bp-home-final-panel,
.bp-home-video-card {
    border: 1px solid var(--bp-home-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(20, 72, 120, 0.08);
}

.bp-home-benefit-card {
    padding: 24px;
}

.bp-home-benefit-card h2,
.bp-home-benefit-card p,
.bp-home-collection-card h3,
.bp-home-collection-card p,
.bp-home-game-card h3,
.bp-home-game-card p {
    text-align: left;
}

.bp-home-icon {
    display: inline-block;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(18, 184, 215, 0.16), rgba(55, 120, 246, 0.14));
    position: relative;
}

.bp-home-icon::before,
.bp-home-icon::after {
    content: "";
    position: absolute;
}

.bp-home-icon-browser::before {
    inset: 12px 9px 10px;
    border: 2px solid #168da4;
    border-radius: 5px;
}

.bp-home-icon-browser::after {
    left: 12px;
    right: 12px;
    top: 17px;
    height: 2px;
    background: #168da4;
}

.bp-home-icon-timer::before {
    inset: 11px;
    border: 2px solid #168da4;
    border-radius: 50%;
}

.bp-home-icon-timer::after {
    left: 21px;
    top: 16px;
    width: 8px;
    height: 10px;
    border-left: 2px solid #168da4;
    border-bottom: 2px solid #168da4;
}

.bp-home-icon-trophy::before {
    left: 12px;
    top: 11px;
    width: 20px;
    height: 18px;
    border: 2px solid #168da4;
    border-radius: 5px 5px 10px 10px;
}

.bp-home-icon-trophy::after {
    left: 17px;
    bottom: 10px;
    width: 10px;
    height: 8px;
    border-bottom: 2px solid #168da4;
    border-left: 2px solid #168da4;
    border-right: 2px solid #168da4;
}

.bp-home-icon-account::before {
    left: 16px;
    top: 10px;
    width: 12px;
    height: 12px;
    border: 2px solid #168da4;
    border-radius: 50%;
}

.bp-home-icon-account::after {
    left: 11px;
    bottom: 10px;
    width: 22px;
    height: 13px;
    border: 2px solid #168da4;
    border-radius: 999px 999px 6px 6px;
}

.bp-home-benefit-card h2 {
    font-size: 1.22rem;
}

.bp-home-benefit-card p,
.bp-home-collection-card p {
    margin-bottom: 0;
    font-size: 0.96rem;
}

.bp-home-collection-grid {
    grid-template-columns: repeat(3, 1fr);
}

.bp-home-collection-card {
    padding: 24px;
    color: var(--bp-home-ink);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.bp-home-collection-card:hover,
.bp-home-collection-card:focus {
    color: var(--bp-home-ink);
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(20, 72, 120, 0.12);
}

.bp-home-collection-card > span {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--bp-home-cyan);
    font-size: 1.9rem;
    font-weight: 900;
}

.bp-home-collection-card > strong {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 34px;
    margin-top: 18px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #e7faff;
    color: #087d95;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1;
}

.bp-home-weekly-spotlight {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    gap: 28px;
    align-items: center;
    padding: 36px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 88% 14%, rgba(18, 184, 215, 0.34), transparent 30%),
        linear-gradient(135deg, #071a33, #09284a 58%, #0c5262);
    box-shadow: 0 24px 70px rgba(7, 26, 51, 0.22);
}

.bp-home-weekly-spotlight h2,
.bp-home-weekly-spotlight p {
    color: #fff;
    text-align: left;
}

.bp-home-weekly-spotlight p:not(.bp-home-section-label) {
    color: rgba(255, 255, 255, 0.76);
    max-width: 580px;
}

.bp-home-weekly-spotlight .bp-home-section-label {
    background: rgba(255, 255, 255, 0.12);
    color: #9bf4ff;
}

.bp-home-weekly-panel {
    display: grid;
    gap: 16px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
}

.bp-home-weekly-ring {
    display: grid;
    place-items: center;
    width: 108px;
    height: 108px;
    border: 10px solid rgba(155, 244, 255, 0.24);
    border-top-color: #9bf4ff;
    border-radius: 50%;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 900;
}

.bp-home-weekly-panel strong {
    color: #9bf4ff;
}

.bp-home-weekly-panel p {
    margin-bottom: 0;
}

.bp-home-weekly-bars {
    display: flex;
    align-items: end;
    gap: 10px;
    height: 116px;
}

.bp-home-weekly-bars span {
    flex: 1;
    min-width: 28px;
    border-radius: 999px 999px 8px 8px;
    background: linear-gradient(180deg, #9bf4ff, #12b8d7);
}

.bp-home-game-grid {
    --bp-home-game-card-width: calc((100% - 36px) / 3);
}

.bp-home-game-card {
    flex: 0 1 var(--bp-home-game-card-width);
}

.bp-home-game-preview {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    min-height: 168px;
    padding: 22px;
    background: linear-gradient(135deg, #edf9ff, #f7fbff);
}

.bp-home-game-preview span {
    min-height: 38px;
    border-radius: 10px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(55, 120, 246, 0.14);
}

img.bp-home-game-preview {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 0;
    background: #f7fbff;
    object-fit: contain;
}

.bp-home-game-preview-schulte span:nth-child(odd),
.bp-home-game-preview-difference span:nth-child(2),
.bp-home-game-preview-difference span:nth-child(5),
.bp-home-game-preview-mirror span:nth-child(1),
.bp-home-game-preview-mirror span:nth-child(6) {
    background: linear-gradient(135deg, #3778f6, #12b8d7);
}

.bp-home-game-preview-memory span {
    background: linear-gradient(135deg, #ffffff, #dff7ff);
}

.bp-home-game-preview-memory span:nth-child(2),
.bp-home-game-preview-memory span:nth-child(4) {
    background: #12b8d7;
}

.bp-home-game-preview-color span:nth-child(1) { background: #164e63; }
.bp-home-game-preview-color span:nth-child(2) { background: #0e7490; }
.bp-home-game-preview-color span:nth-child(3) { background: #0891b2; }
.bp-home-game-preview-color span:nth-child(4) { background: #06b6d4; }
.bp-home-game-preview-color span:nth-child(5) { background: #67e8f9; }
.bp-home-game-preview-color span:nth-child(6) { background: #cffafe; }

.bp-home-game-body {
    padding: 20px;
}

.bp-home-game-body p {
    min-height: 62px;
    margin-bottom: 16px;
    font-size: 0.94rem;
}

.bp-home-game-meta {
    gap: 6px;
    margin-bottom: 10px;
}

.bp-home-game-meta .game-card__badge {
    min-height: 24px;
    margin-bottom: 0;
    padding: 4px 9px;
    font-size: 0.73rem;
}

.bp-home-game-meta .game-card__metadata-label {
    display: inline-flex;
    min-height: 24px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #f1f8ff;
    color: #58708d;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1;
}

.bp-home-game-body a {
    color: #0a82a0;
    font-weight: 900;
}

.bp-home-game-body .game-card__cta {
    color: #fff;
}

.bp-home-game-body .game-card__secondary-cta {
    color: #1d5e93;
}

.bp-home-how-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
}

.bp-home-steps {
    display: grid;
    gap: 14px;
}

.bp-home-steps article {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 18px;
    border: 1px solid var(--bp-home-line);
    border-radius: 18px;
    background: #fff;
}

.bp-home-steps span {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 15px;
    background: #e7faff;
    color: #087d95;
    font-weight: 900;
}

.bp-home-steps h3,
.bp-home-steps p {
    text-align: left;
}

.bp-home-steps p {
    margin-bottom: 0;
}

.bp-roadmap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding-top: 8px;
}

.bp-roadmap::before {
    content: "";
    position: absolute;
    top: 35px;
    left: calc(12.5% - 1px);
    right: calc(12.5% - 1px);
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(14, 181, 164, 0.28), rgba(18, 184, 215, 0.32), rgba(55, 120, 246, 0.22));
}

.bp-roadmap-item {
    position: relative;
    display: grid;
    grid-template-rows: 70px minmax(0, 1fr);
    min-width: 0;
}

.bp-roadmap-marker {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
}

.bp-roadmap-dot {
    display: block;
    width: 24px;
    height: 24px;
    border: 5px solid #f7fbff;
    border-radius: 50%;
    background: var(--bp-home-cyan);
    box-shadow: 0 0 0 6px rgba(18, 184, 215, 0.14), 0 10px 20px rgba(20, 72, 120, 0.12);
}

.bp-roadmap-item.is-update .bp-roadmap-dot {
    background: var(--bp-home-blue);
    box-shadow: 0 0 0 6px rgba(55, 120, 246, 0.13), 0 10px 20px rgba(20, 72, 120, 0.12);
}

.bp-roadmap-item.is-upcoming .bp-roadmap-dot {
    border-color: #eef8ff;
    background: #fff;
    box-shadow: inset 0 0 0 4px rgba(18, 184, 215, 0.36), 0 0 0 6px rgba(18, 184, 215, 0.09), 0 10px 20px rgba(20, 72, 120, 0.1);
}

.bp-roadmap-card {
    display: grid;
    align-content: start;
    min-height: 205px;
    margin: 0 9px;
    padding: 20px;
    border: 1px solid var(--bp-home-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(20, 72, 120, 0.08);
}

.bp-roadmap-card time {
    display: block;
    margin-bottom: 10px;
    color: var(--bp-home-muted);
    font-size: 0.84rem;
    font-weight: 800;
}

.bp-roadmap-card > span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 12px;
    padding: 6px 9px;
    border-radius: 999px;
    background: #e7faff;
    color: #087d95;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1;
}

.bp-roadmap-item.is-update .bp-roadmap-card > span {
    background: #eef4ff;
    color: #245fc6;
}

.bp-roadmap-item.is-upcoming .bp-roadmap-card > span {
    background: #f0f7ff;
    color: #5d7088;
}

.bp-roadmap-card h3,
.bp-roadmap-card p {
    text-align: left;
}

.bp-roadmap-card h3 {
    margin-bottom: 9px;
    font-size: 1.04rem;
}

.bp-roadmap-card p {
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

.bp-home-video-grid {
    grid-template-columns: 1.35fr 0.82fr 0.82fr;
}

.bp-home-video-card {
    overflow: hidden;
}

.bp-home-video-card video {
    width: 100%;
    aspect-ratio: 16 / 10;
    background: #e9f7ff;
    object-fit: cover;
}

.bp-home-video-card div {
    padding: 20px;
}

.bp-home-video-card h3,
.bp-home-video-card p {
    text-align: left;
}

.bp-home-video-card p {
    margin-bottom: 0;
}

.bp-home-video-featured {
    grid-row: span 2;
}

.bp-home-disclaimer,
.bp-home-final-panel {
    max-width: 920px;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
}

.bp-home-secondary-section .bp-home-section-heading {
    margin-bottom: 22px;
}

.bp-home-secondary-section .bp-home-section-heading h2 {
    font-size: clamp(1.55rem, 2.3vw, 2.15rem);
}

.bp-home-secondary-section .bp-home-section-heading p,
.bp-home-disclaimer p {
    font-size: 0.95rem;
}

.bp-home-disclaimer h2,
.bp-home-disclaimer p,
.bp-home-final-panel h2,
.bp-home-final-panel p {
    text-align: center;
}

.bp-home-final {
    padding: 38px 0 72px !important;
}

.bp-home-final-panel {
    background:
        radial-gradient(circle at 85% 12%, rgba(18, 184, 215, 0.18), transparent 28%),
        #ffffff;
}

.bp-home-final-panel .bp-home-actions {
    justify-content: center;
}

@media (prefers-reduced-motion: reduce) {
    .bp-home-slide,
    .bp-home-btn,
    .bp-home-collection-card,
    .bp-home-schulte-grid,
    .bp-home-schulte-grid .bp-schulte-demo-cell,
    .bp-schulte-demo-complete-badge,
    .bp-schulte-demo-play-more,
    .bp-weekly-demo-day,
    .bp-home-progress-shell span {
        transition: none;
    }

    .bp-schulte-demo-board.is-complete {
        animation: none;
    }

    .bp-home-schulte-grid .bp-schulte-demo-cell.is-current,
    .bp-weekly-demo-day.is-current.is-revealing {
        animation: none;
        transform: none;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .bp-roadmap-item {
        animation: bp-roadmap-item-in 520ms ease both;
    }

    .bp-roadmap-item:nth-child(2) {
        animation-delay: 70ms;
    }

    .bp-roadmap-item:nth-child(3) {
        animation-delay: 140ms;
    }

    .bp-roadmap-item:nth-child(4) {
        animation-delay: 210ms;
    }
}

@keyframes bp-roadmap-item-in {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1199.98px) {
    .bp-home h1 {
        font-size: clamp(2.35rem, 3.25vw, 3.2rem);
        line-height: 1.04;
    }

    .bp-home-slide {
        grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
        gap: 32px;
        padding-left: 46px;
        padding-right: 46px;
    }

    .bp-home-slide-copy {
        max-width: 600px;
    }

    .bp-home-benefits-grid,
    .bp-home-timeline:not(.bp-roadmap) {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991.98px) {
    .bp-roadmap {
        grid-template-columns: 1fr;
        gap: 16px;
        padding-top: 0;
    }

    .bp-roadmap::before {
        top: 12px;
        bottom: 12px;
        left: 18px;
        right: auto;
        width: 8px;
        height: auto;
        background: linear-gradient(180deg, rgba(14, 181, 164, 0.28), rgba(18, 184, 215, 0.32), rgba(55, 120, 246, 0.22));
    }

    .bp-roadmap-item {
        grid-template-columns: 44px minmax(0, 1fr);
        grid-template-rows: auto;
        align-items: start;
    }

    .bp-roadmap-marker {
        min-height: 56px;
        place-items: start center;
        padding-top: 6px;
    }

    .bp-roadmap-card {
        min-height: 0;
        margin: 0;
    }
}

@media (max-width: 991.98px) {
    .bp-home {
        margin-top: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    .bp-home-hero {
        padding-top: 32px !important;
    }

    .bp-home-carousel-track {
        min-height: 0;
    }

    .bp-home-slide,
    .bp-home-weekly-spotlight,
    .bp-home-how-grid,
    .bp-home-video-grid {
        grid-template-columns: 1fr;
    }

    .bp-home-slide {
        position: relative;
        inset: auto;
        display: none;
        align-content: start;
        padding: 42px 28px 124px;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: none;
    }

    .bp-home-slide.is-active {
        display: grid;
        transform: none;
    }

    .bp-home h1 {
        max-width: 680px;
        font-size: clamp(2.45rem, 6vw, 3.45rem);
    }

    .bp-home-slide-visual {
        justify-content: flex-start;
    }

    .bp-home-carousel-controls {
        left: 28px;
        right: auto;
        bottom: 34px;
    }

    .bp-home-collection-grid {
        grid-template-columns: 1fr;
    }

    .bp-home-game-grid {
        --bp-home-game-card-width: calc((100% - 36px) / 3);
    }
}

@media (max-width: 767.98px) {
    .bp-home h1 {
        font-size: 2.45rem;
    }

    .bp-home h2 {
        font-size: 1.8rem;
    }

    .bp-home-carousel {
        border-radius: 22px;
    }

    .bp-home-slide {
        gap: 24px;
        padding: 18px 18px 118px;
    }

    .bp-home-slide-label {
        max-width: calc(100vw - 72px);
    }

    .bp-home-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .bp-home-btn {
        width: 100%;
    }

    .bp-home-stats-strip,
    .bp-home-benefits-grid,
    .bp-home-timeline:not(.bp-roadmap) {
        grid-template-columns: 1fr;
    }

    .bp-home-game-grid {
        --bp-home-game-card-width: 100%;
    }

    .bp-home-stats-strip {
        margin-top: 22px;
    }

    #game-library {
        padding-top: 54px;
    }

    .bp-home-weekly-spotlight,
    .bp-home-disclaimer,
    .bp-home-final-panel {
        padding: 24px;
        border-radius: 22px;
    }

    .bp-home-preview-card,
    .bp-home-update-stack {
        width: 100%;
    }

    .bp-home-schulte-grid {
        gap: 6px;
    }

    .bp-home-schulte-grid .bp-schulte-demo-cell {
        font-size: 0.78rem;
        border-radius: 8px;
    }

    .bp-schulte-demo-play-more {
        width: 100%;
    }

    .bp-home-video-featured {
        grid-row: auto;
    }
}

@media (max-width: 420px) {
    .bp-home-carousel-controls {
        left: 18px;
        bottom: 24px;
    }

    .bp-home-week-row {
        gap: 5px;
    }
}
