/* Brazil home: fast, mobile-first layer. Shared cluster pages keep styles.css unchanged. */
.pt-home {
    --fd-bg: #080b10;
    --fd-surface: #10151e;
    --fd-surface-2: #161d29;
    --fd-line: #283142;
    --fd-text: #f7f8fa;
    --fd-muted: #aab3c2;
    --fd-gold: #ffd43b;
    --fd-red: #c91532;
    --fd-green: #22c55e;
    --fd-blue: #52c7ea;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background: var(--fd-bg);
    color: var(--fd-text);
}

.pt-home .header {
    position: fixed;
    min-height: 64px;
    padding: 10px 16px;
    background: #080b10;
    border-bottom: 1px solid var(--fd-line);
    backdrop-filter: none;
}

.pt-home .header-container {
    min-height: 44px;
}

.pt-home .logo {
    min-width: 0;
    gap: 10px;
    font-family: inherit;
    font-size: 1rem;
    letter-spacing: 0;
}

.pt-home .brand-mark {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    place-items: center;
    color: var(--fd-gold);
    background: #171c24;
    border: 1px solid #3a4352;
    border-radius: 8px;
}

.pt-home .logo-text {
    overflow: hidden;
    color: var(--fd-gold);
    background: none;
    -webkit-text-fill-color: currentColor;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pt-home .country-dropdown {
    display: none;
}

.pt-home .market-pill {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    color: var(--fd-text);
    font-size: .8125rem;
    font-weight: 700;
    background: #121821;
    border: 1px solid var(--fd-line);
    border-radius: 8px;
}

.pt-home .main {
    padding-top: 64px;
    padding-bottom: 84px;
}

.pt-home .hero {
    min-height: auto;
    padding: 32px 16px 28px;
    text-align: left;
    background: #0b0f16;
    border-bottom: 1px solid var(--fd-line);
}

.pt-home .hero-bg {
    display: none;
}

.pt-home .hero-content {
    max-width: 760px;
    margin: 0 auto;
}

.pt-home .hero-badges {
    justify-content: flex-start;
    gap: 6px;
    margin-bottom: 18px;
}

.pt-home .badge {
    min-height: 32px;
    gap: 5px;
    padding: 6px 8px;
    color: var(--fd-muted);
    font-size: .75rem;
    font-weight: 700;
    background: #121821;
    border: 1px solid var(--fd-line);
    border-radius: 6px;
    backdrop-filter: none;
}

.pt-home .hero-title {
    max-width: 17ch;
    margin-bottom: 12px;
    color: var(--fd-text);
    font-family: inherit;
    font-size: clamp(2rem, 10vw, 3.75rem);
    font-weight: 850;
    line-height: 1.02;
    letter-spacing: 0;
    background: none;
    -webkit-text-fill-color: currentColor;
}

.pt-home .hero-title span {
    color: var(--fd-gold);
}

.pt-home .hero-subtitle {
    max-width: 38rem;
    margin-bottom: 20px;
    color: var(--fd-muted);
    font-size: 1rem;
    line-height: 1.55;
}

.pt-home .hero-cta,
.pt-home .btn {
    min-height: 50px;
    border-radius: 8px;
    font-family: inherit;
    font-size: .9375rem;
    font-weight: 800;
    letter-spacing: 0;
}

.pt-home .hero-cta {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
    color: #090b0f;
    background: var(--fd-gold);
    box-shadow: 0 8px 28px rgba(255, 212, 59, .16);
}

.pt-home .hero-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 30px rgba(255, 212, 59, .22);
}

.pt-home .hero-note {
    margin-top: 10px;
    color: #778193;
    font-size: .75rem;
    text-align: center;
}

.pt-home .game-section {
    padding: 24px 16px 28px;
    background: #0f141d;
    border-bottom: 1px solid var(--fd-line);
}

.pt-home .game-container {
    max-width: 760px;
}

.pt-home .game-phone {
    width: min(100%, 420px);
    padding: 0;
    background: #07090d;
    border: 1px solid #364055;
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .32);
}

.pt-home .phone-notch {
    display: none;
}

.pt-home .phone-screen {
    min-height: 520px;
    max-height: 760px;
    background: #090d14;
    border-radius: 7px;
}

.pt-home .game-placeholder {
    gap: 10px;
    padding: 32px 20px 46px;
    background-color: #090d14;
}

.pt-home .phone-screen.is-loaded .game-placeholder {
    position: relative;
    padding: 0;
    background: #000;
}

.pt-home .game-loading {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 24px;
    color: var(--fd-text);
    text-align: center;
    background: #090d14;
    transition: opacity .25s ease;
}

.pt-home .game-loading.is-complete {
    opacity: 0;
    pointer-events: none;
}

.pt-home .game-loading__spinner {
    width: 42px;
    height: 42px;
    border: 3px solid #30394a;
    border-top-color: var(--fd-gold);
    border-radius: 50%;
    animation: fd-spin .8s linear infinite;
}

.pt-home .game-loading p {
    max-width: 28ch;
    color: var(--fd-muted);
    font-size: .8125rem;
    line-height: 1.5;
}

.pt-home .game-retry {
    min-height: 46px;
    margin-top: 4px;
    padding: 10px 16px;
    color: #080b10;
    font: inherit;
    font-weight: 800;
    background: var(--fd-gold);
    border: 0;
    border-radius: 8px;
}

@keyframes fd-spin {
    to { transform: rotate(360deg); }
}

.pt-home .play-button[hidden] {
    display: none;
}

.pt-home .facade-kicker {
    color: var(--fd-gold);
    font-size: .6875rem;
    font-weight: 900;
    letter-spacing: .08em;
}

.pt-home .placeholder-icon {
    margin: 6px 0 10px;
    animation: none;
}

.pt-home .game-placeholder strong {
    font-size: 1.125rem;
}

.pt-home .game-placeholder p {
    max-width: 26ch;
    color: var(--fd-muted);
    font-size: .8125rem;
    line-height: 1.45;
}

.pt-home .game-iframe {
    min-height: 100%;
}

.pt-home .play-button {
    bottom: 18px;
    width: 56px;
    height: 56px;
    color: #080b10;
    background: var(--fd-gold);
    border: 1px solid #fff0a0;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(255, 212, 59, .24);
}

.pt-home .play-button:hover {
    transform: translateX(-50%) scale(1.03);
    box-shadow: 0 10px 26px rgba(255, 212, 59, .3);
}

.pt-home .game-buttons {
    gap: 8px;
    margin-top: 14px;
}

.pt-home .btn-outline {
    width: 100%;
    color: var(--fd-text);
    background: #171e29;
    border: 1px solid #3a4559;
}

.pt-home .btn-primary,
.pt-home .btn-bonus,
.pt-home .sticky-btn {
    color: #fff;
    background: var(--fd-red);
    border: 1px solid #ff5368;
    box-shadow: none;
}

.pt-home .btn-gold {
    color: #080b10;
    background: var(--fd-gold);
    border: 1px solid #fff0a0;
    box-shadow: none;
}

.pt-home .partner-note {
    max-width: 620px;
    margin: 12px auto 0;
    color: #7f899a;
    font-size: .6875rem;
    line-height: 1.45;
    text-align: center;
}

.pt-home .game-guide-links {
    justify-content: flex-start;
    gap: 6px;
    margin-top: 14px;
}

.pt-home .game-guide-links a {
    min-height: 38px;
    padding: 8px 10px;
    color: var(--fd-gold);
    font-size: .75rem;
    background: #161c25;
    border: 1px solid #3d4654;
    border-radius: 6px;
}

.pt-home .cluster-section,
.pt-home .casinos-section,
.pt-home .apk-section,
.pt-home .howto-section,
.pt-home .schedule-section,
.pt-home .faq-section {
    padding: 44px 16px;
}

.pt-home .cluster-section,
.pt-home .howto-section,
.pt-home .faq-section {
    background: var(--fd-bg);
}

.pt-home .casinos-section,
.pt-home .schedule-section {
    background: #0f141d;
    border-block: 1px solid var(--fd-line);
}

.pt-home .section-container {
    max-width: 980px;
}

.pt-home .section-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--fd-gold);
    font-size: .6875rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pt-home .section-title {
    margin-bottom: 12px;
    color: var(--fd-text);
    font-family: inherit;
    font-size: clamp(1.55rem, 7vw, 2.3rem);
    line-height: 1.15;
    letter-spacing: 0;
}

.pt-home .section-copy,
.pt-home .howto-content p,
.pt-home .schedule-content p {
    color: var(--fd-muted);
}

.pt-home .section-copy {
    max-width: 700px;
    margin-bottom: 22px;
    font-size: .9375rem;
    line-height: 1.65;
}

.pt-home .topic-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.pt-home .topic-card {
    display: block;
    padding: 18px;
    background: var(--fd-surface);
    border: 1px solid var(--fd-line);
    border-radius: 8px;
    box-shadow: none;
}

.pt-home .topic-card span {
    color: var(--fd-blue);
}

.pt-home .topic-card h3 {
    margin: 6px 0 8px;
    color: var(--fd-text);
    font-size: 1rem;
    line-height: 1.3;
}

.pt-home .topic-card p {
    color: var(--fd-muted);
    font-size: .8125rem;
    line-height: 1.55;
}

.pt-home .topic-card strong {
    display: inline-block;
    margin-top: 12px;
    color: var(--fd-gold);
    font-size: .8125rem;
}

.pt-home .partner-offer {
    display: grid;
    gap: 18px;
    padding: 20px;
    background: #111722;
    border: 1px solid #3a465b;
    border-top: 3px solid var(--fd-gold);
    border-radius: 8px;
}

.pt-home .partner-offer__visual {
    display: grid;
    place-items: center;
}

.pt-home .partner-offer__content {
    min-width: 0;
}

.pt-home .partner-offer__eyebrow {
    color: var(--fd-green);
    font-size: .75rem;
    font-weight: 800;
}

.pt-home .partner-offer h3 {
    margin: 4px 0 8px;
    font-size: 1.25rem;
}

.pt-home .partner-offer p {
    color: var(--fd-muted);
    font-size: .875rem;
    line-height: 1.55;
}

.pt-home .offer-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 18px 0;
}

.pt-home .offer-features span {
    display: flex;
    min-height: 42px;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    color: #dce2eb;
    font-size: .8125rem;
    font-weight: 700;
    background: #0b1017;
    border: 1px solid var(--fd-line);
    border-radius: 6px;
}

.pt-home .offer-features svg {
    flex: 0 0 auto;
    color: var(--fd-gold);
}

.pt-home .partner-offer .btn-bonus {
    width: 100%;
}

.pt-home .partner-offer small {
    display: block;
    margin-top: 10px;
    color: #8d97a8;
    font-size: .6875rem;
    line-height: 1.45;
}

.pt-home .footer-disclaimer {
    color: #929cab;
    opacity: 1;
}

.pt-home .howto-content,
.pt-home .schedule-content,
.pt-home .faq-item,
.pt-home .apk-card {
    background: var(--fd-surface);
    border-color: var(--fd-line);
    border-radius: 8px;
    box-shadow: none;
}

.pt-home .howto-content {
    overflow: hidden;
}

.pt-home .howto-content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.pt-home .faq-question {
    min-height: 52px;
}

.pt-home .sticky-cta {
    padding: 8px 10px;
    background: rgba(8, 11, 16, .96);
    border-top: 1px solid var(--fd-line);
    backdrop-filter: none;
    visibility: hidden;
    transform: translateY(110%);
    transition: transform .2s ease, visibility .2s ease;
}

.pt-home.show-sticky-cta .sticky-cta {
    visibility: visible;
    transform: translateY(0);
}

.pt-home .sticky-btn {
    width: 100%;
    max-width: 520px;
    min-height: 50px;
    border-radius: 8px;
    font-size: .875rem;
}

@media (min-width: 700px) {
    .pt-home .header,
    .pt-home .hero,
    .pt-home .game-section,
    .pt-home .cluster-section,
    .pt-home .casinos-section,
    .pt-home .apk-section,
    .pt-home .howto-section,
    .pt-home .schedule-section,
    .pt-home .faq-section {
        padding-inline: 28px;
    }

    .pt-home .hero {
        padding-block: 52px 44px;
    }

    .pt-home .hero-cta {
        width: auto;
    }

    .pt-home .hero-note {
        width: max-content;
        margin-left: 10px;
        display: inline-block;
    }

    .pt-home .game-buttons {
        grid-template-columns: repeat(3, 1fr);
        display: grid;
    }

    .pt-home .topic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pt-home .partner-offer {
        grid-template-columns: 120px minmax(0, 1fr);
        align-items: center;
        padding: 28px;
    }

    .pt-home .offer-features {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    .pt-home *,
    .pt-home *::before,
    .pt-home *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Selected visual direction: Immersive Game Stage */
.pt-home {
    --stage-bg: #07080d;
    --stage-panel: #101017;
    --stage-line: #393144;
    --stage-text: #ffffff;
    --stage-muted: #b9b4c1;
    --stage-gold: #ffd500;
    --stage-red: #e31b2d;
    --stage-jade: #14a44d;
    --fd-bg: #07080d;
    --fd-surface: #101017;
    --fd-surface-2: #15121b;
    --fd-line: #393144;
    --fd-text: #ffffff;
    --fd-muted: #c8c3cf;
    --fd-gold: #ffd500;
    margin: 0;
    background: var(--stage-bg);
    color: var(--stage-text);
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0;
}

.pt-home *,
.pt-home *::before,
.pt-home *::after {
    box-sizing: border-box;
}

.pt-home img {
    max-width: 100%;
}

.pt-home .header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    padding: 0;
    background: #07080d;
    border-bottom: 1px solid #26212d;
    backdrop-filter: none;
}

.pt-home .header-container {
    width: min(100%, 1120px);
    min-height: 56px;
    margin: 0 auto;
    padding: 6px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.pt-home .logo {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--stage-text);
    text-decoration: none;
}

.pt-home .brand-mark {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}

.pt-home .logo-text {
    display: grid;
    gap: 0;
    line-height: .92;
    font-size: 18px;
}

.pt-home .logo-text strong {
    font-weight: 900;
}

.pt-home .header-actions {
    display: flex;
    align-items: center;
    gap: 6px;
}

.pt-home .market-pill {
    min-height: 44px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #393240;
    border-radius: 6px;
    color: var(--stage-text);
    background: #101017;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.pt-home .market-pill img:first-child {
    width: 24px;
    height: 18px;
}

.pt-home .icon-invert {
    filter: invert(1);
}

.pt-home .menu-toggle {
    width: 44px;
    height: 44px;
    padding: 8px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 6px;
    background: transparent;
    cursor: pointer;
}

.pt-home .menu-toggle:focus-visible,
.pt-home .market-pill:focus-visible,
.pt-home .demo-cta:focus-visible,
.pt-home .play-button:focus-visible,
.pt-home .casino-cta:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
}

.pt-home .menu-close-icon {
    display: none;
}

.pt-home .menu-toggle[aria-expanded="true"] .menu-open-icon {
    display: none;
}

.pt-home .menu-toggle[aria-expanded="true"] .menu-close-icon {
    display: block;
}

.pt-home .primary-nav {
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: 6px 16px 16px;
    display: grid;
    background: #07080d;
}

.pt-home .primary-nav[hidden] {
    display: none;
}

.pt-home .primary-nav a {
    min-height: 46px;
    padding: 12px 4px;
    display: flex;
    align-items: center;
    color: #ffffff;
    border-bottom: 1px solid #26212d;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
}

.pt-home .main {
    padding-top: 0;
    overflow: hidden;
}

.pt-home .hero {
    width: min(100%, 960px);
    min-height: 0;
    margin: 0 auto;
    padding: 0;
    display: block;
    text-align: center;
    background: var(--stage-bg);
}

.pt-home .hero-media {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    isolation: isolate;
    background: #35104f;
}

.pt-home .hero-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    height: 94px;
    background: rgba(8, 9, 15, .68);
    pointer-events: none;
}

.pt-home .hero-scene {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
    opacity: 1;
    filter: saturate(1.03) brightness(.9);
}

.pt-home .hero-picture {
    position: absolute;
    inset: 0;
    display: block;
}

.pt-home .hero-lockup {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 18px;
    width: min(86%, 420px);
    transform: translateX(-50%);
    display: grid;
    justify-items: center;
    color: var(--stage-gold);
    text-shadow: 0 3px 0 #7b160f, 0 5px 18px rgba(0, 0, 0, .72);
}

.pt-home .hero-lockup strong {
    display: block;
    font-size: 42px;
    line-height: .82;
    font-weight: 900;
}

.pt-home .hero-lockup strong:last-of-type {
    font-size: 50px;
}

.pt-home .hero-lockup span {
    margin-top: 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
}

.pt-home .hero-content {
    width: min(100%, 720px);
    margin: 0 auto;
    padding: 24px 18px 18px;
}

.pt-home .hero-title {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.02;
    font-weight: 900;
    text-wrap: balance;
}

.pt-home .hero-subtitle {
    max-width: 560px;
    margin: 12px auto 0;
    color: var(--stage-muted);
    font-size: 16px;
    line-height: 1.45;
}

.pt-home .game-section {
    padding: 8px 14px 40px;
    background: var(--stage-bg);
}

.pt-home .game-container {
    width: min(100%, 720px);
    margin: 0 auto;
}

.pt-home .game-frame {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #54465f;
    border-radius: 8px 8px 0 0;
    border-bottom: 0;
    overflow: hidden;
    background: #111017;
    box-shadow: none;
}

.pt-home .game-phone {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.pt-home .phone-screen {
    position: relative;
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 10;
    border-radius: 0;
    overflow: hidden;
    background: #15101c;
}

.pt-home.demo-is-open .phone-screen {
    min-height: min(78svh, 760px);
    aspect-ratio: auto;
}

.pt-home .game-placeholder {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #15101c;
}

.pt-home .phone-screen.is-loaded .game-placeholder {
    position: absolute;
    inset: 0;
    height: 100%;
}

.pt-home .game-poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.05) brightness(.72);
}

.pt-home .play-button {
    position: relative;
    z-index: 2;
    inset: auto;
    width: 82px;
    height: 82px;
    margin: 0;
    display: grid;
    place-items: center;
    border: 3px solid var(--stage-gold);
    border-radius: 50%;
    background: rgba(8, 9, 15, .86);
    color: var(--stage-gold);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .42);
    transform: none;
}

.pt-home .play-button:hover {
    transform: scale(1.04);
}

.pt-home .play-button img {
    width: 38px;
    height: 38px;
    margin-left: 4px;
    filter: brightness(0) saturate(100%) invert(83%) sepia(96%) saturate(2200%) hue-rotate(2deg) brightness(105%);
}

.pt-home .facade-caption {
    position: absolute;
    z-index: 2;
    left: 16px;
    right: 16px;
    bottom: 14px;
    min-height: 44px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--stage-gold);
    background: rgba(8, 9, 15, .9);
    border-radius: 6px;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
}

.pt-home .game-buttons {
    width: 100%;
    margin: 0;
    display: block;
}

.pt-home .demo-cta {
    width: 100%;
    max-width: none;
    min-height: 64px;
    margin: 0;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 0;
    background: var(--stage-gold);
    color: #111017;
    font-size: 20px;
    font-weight: 900;
    white-space: nowrap;
    box-shadow: none;
    cursor: pointer;
}

.pt-home .demo-cta:hover {
    background: #ffe33a;
    transform: none;
}

.pt-home .demo-cta img {
    width: 22px;
    height: 22px;
}

.pt-home .game-facts {
    width: 100%;
    margin: 0;
    padding: 14px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #54465f;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    background: #0d0c12;
}

.pt-home .game-facts div {
    min-width: 0;
    padding: 0 8px;
    text-align: center;
}

.pt-home .game-facts div + div {
    border-left: 1px solid #403647;
}

.pt-home .game-facts dt {
    margin: 0 0 4px;
    color: #8f8897;
    font-size: 11px;
    line-height: 1.2;
}

.pt-home .game-facts dd {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
}

.pt-home .game-guide-links {
    margin: 18px 0 0;
    padding: 0;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
}

.pt-home .game-guide-links::-webkit-scrollbar {
    display: none;
}

.pt-home .game-guide-links a {
    flex: 0 0 auto;
    padding: 8px 10px;
    color: #d7d2dc;
    border: 1px solid #3b3442;
    border-radius: 5px;
    background: #101017;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}

.pt-home .game-loading {
    z-index: 4;
    width: min(86%, 360px);
    padding: 24px 18px;
    border-radius: 8px;
    background: #111017;
    color: #ffffff;
    text-align: center;
}

.pt-home .game-loading.is-finalizing {
    inset: 12px 12px auto;
    width: auto;
    max-width: calc(100% - 24px);
    padding: 10px 12px;
    flex-direction: row;
    justify-content: flex-start;
    background: rgba(17, 16, 23, .94);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .34);
}

.pt-home .game-loading.is-finalizing .game-loading__spinner {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

.pt-home .game-loading.is-finalizing p {
    display: none;
}

.pt-home .game-loading.is-finalizing .game-retry {
    min-height: 36px;
    margin: 0 0 0 auto;
    padding: 7px 10px;
    font-size: 12px;
}

.pt-home .game-loading__spinner {
    border-color: #4b4055;
    border-top-color: var(--stage-gold);
}

.pt-home .game-iframe {
    position: absolute;
    inset: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    border: 0;
}

.pt-home .casinos-section {
    padding: 42px 14px;
    background: #300811;
}

.pt-home .casinos-section .section-container {
    width: min(100%, 960px);
}

.pt-home .casinos-section .section-kicker {
    color: #ffcd32;
}

.pt-home .casinos-section .section-title {
    max-width: 680px;
    margin: 6px 0 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.05;
    font-weight: 900;
    text-align: left;
}

.pt-home .casinos-section .section-copy {
    max-width: 620px;
    margin: 10px 0 24px;
    color: #d5bfc5;
    font-size: 15px;
    line-height: 1.45;
    text-align: left;
}

.pt-home .casino-grid {
    display: grid;
    gap: 12px;
}

.pt-home .casino-card {
    min-width: 0;
    padding: 14px;
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    border: 1px solid #5a3038;
    border-radius: 8px;
    background: #111017;
    box-shadow: none;
}

.pt-home .casino-logo {
    grid-row: 1;
    width: 76px;
    height: 76px;
    border-radius: 8px;
    object-fit: cover;
}

.pt-home .casino-card__content {
    min-width: 0;
}

.pt-home .casino-card__eyebrow {
    display: block;
    margin-bottom: 4px;
    color: #d7b8bf;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.pt-home .casino-card h3 {
    margin: 0;
    color: #ffffff;
    font-size: 21px;
    line-height: 1.05;
    font-weight: 900;
}

.pt-home .casino-card p {
    margin: 6px 0 0;
    color: #a9a2ae;
    font-size: 13px;
    line-height: 1.35;
}

.pt-home .casino-cta {
    grid-column: 1 / -1;
    min-height: 48px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 6px;
    background: var(--stage-red);
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
}

.pt-home .casino-card:nth-child(1) .casino-cta {
    background: var(--stage-gold);
    color: #111017;
}

.pt-home .casino-card:nth-child(2) .casino-cta {
    background: var(--stage-jade);
}

.pt-home .casino-cta img {
    width: 18px;
    height: 18px;
    filter: invert(1);
}

.pt-home .casino-card:nth-child(1) .casino-cta img {
    filter: none;
}

.pt-home .casinos-section .partner-note {
    max-width: 720px;
    margin: 16px 0 0;
    color: #ad949a;
    font-size: 12px;
    line-height: 1.45;
    text-align: left;
}

.pt-home .howto-section,
.pt-home .schedule-section,
.pt-home .faq-section {
    background: var(--stage-bg);
    border: 0;
}

.pt-home .howto-content {
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.pt-home .slot-specs-container {
    width: 100%;
    border: 1px solid var(--stage-line);
    border-radius: 6px;
    background: var(--stage-panel);
}

.pt-home .howto-content .slot-specs-table {
    display: table;
    width: 100% !important;
    max-width: none;
    table-layout: fixed;
    overflow: visible;
}

.pt-home .slot-specs-table th {
    width: 38%;
}

.pt-home .slot-specs-table tr:last-child {
    border-bottom: 0 !important;
}

.pt-home .howto-content > p,
.pt-home .howto-content > ul,
.pt-home .howto-content > h3,
.pt-home .strategies-title {
    max-width: 820px;
}

.pt-home .howto-content p,
.pt-home .howto-content li {
    color: #d3ced9;
}

@media (max-width: 639px) {
    .pt-home .slot-specs-container {
        overflow: hidden !important;
    }

    .pt-home .howto-content .slot-specs-table,
    .pt-home .slot-specs-table tbody,
    .pt-home .slot-specs-table tr,
    .pt-home .slot-specs-table th,
    .pt-home .slot-specs-table td {
        display: block;
        width: 100%;
    }

    .pt-home .slot-specs-table tr {
        padding: 10px 12px;
    }

    .pt-home .slot-specs-table th,
    .pt-home .slot-specs-table td {
        padding: 3px 0 !important;
    }
}

@media (min-width: 640px) {
    .pt-home .header-container {
        padding-inline: 24px;
    }

    .pt-home .hero-media {
        height: 560px;
    }

    .pt-home .hero-lockup strong {
        font-size: 70px;
    }

    .pt-home .hero-lockup strong:last-of-type {
        font-size: 84px;
    }

    .pt-home .hero-title {
        font-size: 46px;
    }

    .pt-home .game-section,
    .pt-home .casinos-section {
        padding-inline: 24px;
    }

    .pt-home .casino-card {
        grid-template-columns: 84px minmax(0, 1fr) auto;
    }

    .pt-home .casino-logo {
        width: 84px;
        height: 84px;
    }

    .pt-home .casino-cta {
        grid-column: auto;
        min-width: 156px;
    }
}

@media (min-width: 900px) {
    .pt-home .primary-nav {
        grid-template-columns: repeat(4, max-content);
        justify-content: end;
        gap: 24px;
    }

    .pt-home .primary-nav a {
        min-height: 40px;
        padding: 6px 0;
        border: 0;
    }

    .pt-home .casino-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pt-home .casino-card {
        grid-template-columns: 72px minmax(0, 1fr);
        grid-template-rows: 1fr auto;
        align-content: stretch;
    }

    .pt-home .casino-logo {
        width: 72px;
        height: 72px;
    }

    .pt-home .casino-cta {
        grid-column: 1 / -1;
        min-width: 0;
    }
}

@media (max-width: 370px) {
    .pt-home .logo-text {
        font-size: 15px;
    }

    .pt-home .market-pill span,
    .pt-home .market-pill .icon-invert {
        display: none;
    }

    .pt-home .market-pill {
        width: 44px;
        padding: 0;
        justify-content: center;
    }

    .pt-home .hero-title {
        font-size: 32px;
    }

    .pt-home .hero-lockup strong {
        font-size: 42px;
    }

    .pt-home .hero-lockup strong:last-of-type {
        font-size: 50px;
    }
}
