@import url("./pt-home.css?v=20260723-option1e");

/*
 * Shared visual layer for the non-Brazil home pages.
 * The page copy and SEO markup remain locale-owned; this file only aligns
 * their presentation with the approved Fortune Dragon Brazil direction.
 */

.locale-home {
    background: #07080d;
}

.locale-home .header {
    z-index: 40;
}

.locale-home .header-container {
    width: min(100%, 1180px);
}

.locale-home .brand-mark {
    object-fit: cover;
}

.locale-home .logo-text {
    display: grid;
    line-height: .82;
}

.locale-home .logo-text strong {
    display: block;
    color: #f7f8fa;
    font-size: .78rem;
    font-weight: 900;
}

.locale-home .country-dropdown {
    display: block;
}

.locale-home .dropdown-toggle {
    min-height: 40px;
    padding: 8px 10px;
    color: #f7f8fa;
    font: inherit;
    font-size: .8125rem;
    font-weight: 800;
    background: #121821;
    border: 1px solid #283142;
    border-radius: 8px;
    backdrop-filter: none;
}

.locale-home .dropdown-menu {
    min-width: 176px;
    padding: 6px;
    background: #111722;
    border: 1px solid #344055;
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .35);
    backdrop-filter: none;
}

.locale-home .dropdown-menu li a {
    min-height: 42px;
    padding: 10px;
    color: #f7f8fa;
    border-radius: 6px;
}

.locale-home .hero {
    position: relative;
    min-height: 470px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 230px 16px 30px;
    text-align: left;
    background: #0b0f16;
    border-bottom: 1px solid #283142;
}

.locale-home .hero::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: rgba(5, 6, 10, .56);
    pointer-events: none;
}

.locale-home .hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    background-color: #0b0f16;
    background-image: url("./assets/pt/fortune-dragon-hero-mobile.avif");
    background-position: 52% 34%;
    background-size: cover;
    opacity: 1;
}

.locale-home .hero-content {
    position: relative;
    z-index: 2;
    width: min(100%, 1180px);
    max-width: 1180px;
    margin: 0 auto;
}

.locale-home .hero-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 14px;
}

.locale-home .badge {
    color: #f7f8fa;
    background: rgba(8, 11, 16, .88);
    border-color: #3b465a;
}

.locale-home .hero-title {
    max-width: 18ch;
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .72);
}

.locale-home .hero-subtitle {
    margin-bottom: 18px;
    color: #e3e8ef;
    font-weight: 700;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .72);
}

.locale-home .hero-cta {
    width: min(100%, 320px);
}

.locale-home .game-section {
    padding-top: 30px;
    background: #0f141d;
}

.locale-home .game-container {
    width: min(100%, 760px);
}

.locale-home .game-frame {
    position: relative;
    width: min(100%, 430px);
    margin: 0 auto;
}

.locale-home .game-phone {
    width: 100%;
}

.locale-home .phone-screen {
    min-height: 520px;
}

.locale-home .game-placeholder {
    min-height: 520px;
    justify-content: flex-end;
    padding: 28px 20px;
    background-color: #090d14;
    background-image: url("./assets/pt/fortune-dragon-cover.webp");
    background-position: center;
    background-size: cover;
}

.locale-home .placeholder-icon {
    display: none;
}

.locale-home .game-placeholder p {
    width: 100%;
    margin: 0;
    padding: 12px 14px;
    color: #f7f8fa;
    font-size: .8125rem;
    font-weight: 800;
    line-height: 1.45;
    text-align: center;
    background: rgba(8, 11, 16, .9);
    border: 1px solid #344055;
    border-radius: 6px;
}

.locale-home .play-button {
    inset: 50% auto auto 50%;
    width: 72px;
    height: 72px;
    margin: 0;
    color: #080b10;
    background: #ffd43b;
    border: 1px solid #fff0a0;
    border-radius: 50%;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .38);
    transform: translate(-50%, -50%);
}

.locale-home .game-buttons {
    display: grid;
    width: min(100%, 430px);
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 10px auto 0;
}

.locale-home .game-buttons .btn {
    width: 100%;
    min-height: 50px;
    margin: 0;
}

.locale-home .game-buttons .btn-outline {
    color: #090b0f;
    background: #ffd43b;
    border-color: #fff0a0;
}

.locale-home .game-buttons .btn-primary {
    color: #fff;
    background: #c91532;
    border-color: #ef4059;
}

.locale-home .game-buttons .btn-gold {
    color: #f7f8fa;
    background: #161d29;
    border-color: #344055;
}

.locale-home .casinos-section {
    padding: 44px 16px;
    background: #0b0b11;
    border-top: 1px solid #332d39;
    border-bottom: 1px solid #332d39;
}

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

.locale-home .casinos-section .section-title {
    max-width: 24ch;
    margin-bottom: 14px;
    color: #f7f8fa;
    font-size: clamp(1.65rem, 7vw, 2.5rem);
    line-height: 1.12;
    text-align: left;
}

.locale-home .trust-signal {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 18px;
    padding: 10px 12px;
    color: #b8b3bd;
    font-size: .8125rem;
    line-height: 1.45;
    background: #101017;
    border: 1px solid #393240;
    border-radius: 6px;
}

.locale-home .trust-signal svg {
    flex: 0 0 18px;
}

.locale-home .casino-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.locale-home .casino-card {
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    gap: 18px;
    padding: 18px;
    background: #101017;
    border: 1px solid #393240;
    border-radius: 8px;
    box-shadow: none;
}

.locale-home .casino-header {
    grid-column: auto;
    grid-row: auto;
    display: flex;
    align-items: center;
    gap: 12px;
}

.locale-home .casino-logo {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    background-color: #18161e;
    background-position: center;
    background-size: cover;
    border: 1px solid #443b49;
    border-radius: 8px;
}

.locale-home .casino-card:nth-child(1) .casino-logo {
    background-image: url("./assets/pt/casino-dourado-play.webp");
}

.locale-home .casino-card:nth-child(2) .casino-logo {
    background-image: url("./assets/pt/casino-jade-palace.webp");
}

.locale-home .casino-card:nth-child(3) .casino-logo {
    background-image: url("./assets/pt/casino-imperial-luck.webp");
}

.locale-home .casino-logo svg {
    display: none;
}

.locale-home .casino-meta {
    min-width: 0;
}

.locale-home .casino-name {
    margin: 0 0 7px;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.15;
}

.locale-home .casino-rating {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #b8b3bd;
    font-size: .75rem;
}

.locale-home .casino-rating span {
    margin-left: 5px;
}

.locale-home .casino-bonus {
    grid-column: auto;
    grid-row: auto;
    min-height: 112px;
    display: grid;
    align-content: start;
    gap: 7px;
    padding: 14px;
    background: #17151d;
    border: 1px solid #332d39;
    border-radius: 6px;
    text-align: left;
}

.locale-home .bonus-label {
    color: #ffd400;
    font-size: .6875rem;
    font-weight: 900;
    line-height: 1.35;
    text-transform: uppercase;
}

.locale-home .bonus-value {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.08;
}

.locale-home .bonus-valid {
    color: #8f8994;
    font-size: .6875rem;
    line-height: 1.4;
}

.locale-home .casino-card .btn-bonus {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    min-height: 50px;
    margin: 0;
    color: #08090d;
    background: #ffd400;
    border: 1px solid #ffe56c;
    border-radius: 6px;
    box-shadow: none;
}

.locale-home .apk-section,
.locale-home .howto-section,
.locale-home .schedule-section,
.locale-home .faq-section {
    background: #07080d;
}

.locale-home .howto-content {
    background: transparent;
}

.locale-home .slot-specs-container {
    background: #10151e;
    border-color: #2a3445;
}

.locale-home .footer {
    background: #080b10;
}

.locale-home .sticky-cta {
    background: rgba(8, 11, 16, .97);
    border-top-color: #283142;
    backdrop-filter: none;
}

.locale-home .sticky-btn {
    min-height: 52px;
    color: #080b10;
    background: #ffd43b;
    border-radius: 8px;
    box-shadow: none;
}

@media (min-width: 760px) {
    .locale-home .hero {
        min-height: 590px;
        padding: 300px 28px 54px;
    }

    .locale-home .hero-bg {
        background-image: url("./assets/pt/fortune-dragon-hero-hd.avif");
        background-position: center 30%;
    }

    .locale-home .hero::before {
        background: rgba(5, 6, 10, .43);
    }

    .locale-home .hero-content {
        padding-inline: 0;
    }

    .locale-home .hero-title {
        font-size: clamp(3rem, 6vw, 4.75rem);
    }

    .locale-home .game-frame,
    .locale-home .game-buttons {
        width: min(100%, 720px);
    }

    .locale-home .game-phone {
        width: min(100%, 720px);
    }

    .locale-home .phone-screen,
    .locale-home .game-placeholder {
        min-height: 460px;
    }

    .locale-home .game-buttons {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .locale-home .casinos-section {
        padding: 64px 28px;
    }

    .locale-home .casino-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: stretch;
        gap: 14px;
    }
}

@media (max-width: 359px) {
    .locale-home .logo-text strong {
        font-size: .7rem;
    }

    .locale-home .dropdown-toggle {
        padding-inline: 8px;
    }

    .locale-home .hero {
        padding-top: 210px;
    }
}

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

/* Match the proven PT-BR facade structure on every retained locale. */
.locale-home .game-section {
    padding: 8px 14px 40px;
    background: #07080d;
}

.locale-home .game-container,
.locale-home .game-frame,
.locale-home .game-phone,
.locale-home .game-buttons {
    width: min(100%, 720px);
}

.locale-home .game-frame {
    margin: 0;
    overflow: hidden;
    background: #111017;
    border: 1px solid #54465f;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    box-shadow: none;
}

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

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

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

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

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

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

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

.locale-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%);
}

.locale-home .facade-caption {
    position: absolute;
    inset: auto 16px 14px;
    z-index: 2;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 12px;
    color: #ffd400;
    font-size: .9375rem;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    background: rgba(8, 9, 15, .9);
    border-radius: 6px;
}

.locale-home .game-buttons {
    display: block;
    margin: 0;
}

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

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

@media (max-width: 759px) {
    .locale-home .hero {
        min-height: 0;
        display: block;
        padding: 260px 0 0;
        background: #0b0b11;
    }

    .locale-home .hero::before {
        display: none;
    }

    .locale-home .hero-bg {
        inset: 0 0 auto;
        width: 100%;
        height: 260px;
        background-color: #35104f;
        background-image: url("./assets/pt/fortune-dragon-hero-mobile.avif");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .locale-home .hero-content {
        width: 100%;
        padding: 22px 16px 28px;
        background: #0b0b11;
    }

    .locale-home .hero-badges {
        margin-bottom: 14px;
    }
}
