
    .page-tinhay-xyz {
        font-family: 'Arial', sans-serif;
        color: #f0f0f0;
        background-color: #1a1a2e;
        line-height: 1.6;
        overflow-x: hidden;
    }

    .page-tinhay-xyz__hero-section {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-height: 500px;
        padding: 10px 20px 60px;
        background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
        overflow: hidden;
        box-sizing: border-box;
    }

    .page-tinhay-xyz__hero-content {
        max-width: 900px;
        z-index: 2;
        margin-bottom: 20px;
    }

    .page-tinhay-xyz__main-title {
        font-size: 2.8em;
        margin-bottom: 15px;
        color: #e94560;
        font-weight: bold;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .page-tinhay-xyz__brand-keyword {
        color: #0f3460;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    }

    .page-tinhay-xyz__hero-description {
        font-size: 1.2em;
        margin-bottom: 30px;
        color: #cccccc;
    }

    .page-tinhay-xyz__cta-buttons {
        display: flex;
        gap: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .page-tinhay-xyz__register-cta-button,
    .page-tinhay-xyz__learn-more-cta-button {
        background-color: #e94560;
        color: #ffffff;
        padding: 15px 30px;
        border: none;
        border-radius: 8px;
        font-size: 1.1em;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease;
        text-decoration: none;
        display: inline-block;
        font-weight: bold;
    }

    .page-tinhay-xyz__register-cta-button:hover,
    .page-tinhay-xyz__learn-more-cta-button:hover {
        background-color: #c73752;
        transform: translateY(-2px);
    }

    .page-tinhay-xyz__hero-image-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 1;
    }

    .page-tinhay-xyz__hero-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.2;
    }

    .page-tinhay-xyz__section-title {
        font-size: 2.2em;
        color: #e94560;
        text-align: center;
        margin: 60px 20px 20px;
        font-weight: bold;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .page-tinhay-xyz__section-description {
        font-size: 1.1em;
        color: #cccccc;
        text-align: center;
        margin: 0 20px 40px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-tinhay-xyz__game-categories {
        padding: 40px 20px;
        background-color: #0f3460;
        box-sizing: border-box;
    }

    .page-tinhay-xyz__category-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-tinhay-xyz__category-item {
        background-color: #1a1a2e;
        border-radius: 12px;
        overflow: hidden;
        text-align: center;
        padding-bottom: 20px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-sizing: border-box;
    }

    .page-tinhay-xyz__category-item:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.6);
    }

    .page-tinhay-xyz__category-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
        margin-bottom: 15px;
        max-width: 100%;
        box-sizing: border-box;
    }

    .page-tinhay-xyz__category-title {
        font-size: 1.6em;
        color: #e94560;
        margin-bottom: 10px;
        padding: 0 15px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .page-tinhay-xyz__category-text {
        font-size: 1em;
        color: #b0b0b0;
        padding: 0 15px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .page-tinhay-xyz__promotions {
        padding: 60px 20px;
        background-color: #1a1a2e;
        box-sizing: border-box;
    }

    .page-tinhay-xyz__promo-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-tinhay-xyz__promo-card {
        background-color: #0f3460;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-sizing: border-box;
    }

    .page-tinhay-xyz__promo-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    }

    .page-tinhay-xyz__promo-image {
        width: 100%;
        height: 220px;
        object-fit: cover;
        display: block;
        max-width: 100%;
        box-sizing: border-box;
    }

    .page-tinhay-xyz__promo-title {
        font-size: 1.4em;
        color: #e94560;
        padding: 20px 15px 10px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .page-tinhay-xyz__promo-text {
        font-size: 0.95em;
        color: #b0b0b0;
        padding: 0 15px 20px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .page-tinhay-xyz__promo-button {
        background-color: #e94560;
        color: #ffffff;
        padding: 10px 20px;
        border: none;
        border-radius: 6px;
        font-size: 0.9em;
        cursor: pointer;
        transition: background-color 0.3s ease;
        margin: 0 15px 20px;
        display: inline-block;
        font-weight: bold;
    }

    .page-tinhay-xyz__promo-button:hover {
        background-color: #c73752;
    }

    .page-tinhay-xyz__about-us {
        padding: 60px 20px;
        background-color: #16213e;
        box-sizing: border-box;
    }

    .page-tinhay-xyz__about-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        gap: 40px;
    }

    .page-tinhay-xyz__about-image {
        width: 100%;
        max-width: 600px;
        border-radius: 12px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
        object-fit: cover;
        max-height: 400px;
        box-sizing: border-box;
    }

    .page-tinhay-xyz__about-text {
        text-align: center;
        max-width: 800px;
    }

    .page-tinhay-xyz__about-text p {
        font-size: 1.1em;
        color: #cccccc;
        margin-bottom: 20px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .page-tinhay-xyz__about-button {
        background-color: #e94560;
        color: #ffffff;
        padding: 15px 30px;
        border: none;
        border-radius: 8px;
        font-size: 1.1em;
        cursor: pointer;
        transition: background-color 0.3s ease;
        font-weight: bold;
    }

    .page-tinhay-xyz__about-button:hover {
        background-color: #c73752;
    }

    .page-tinhay-xyz__faq-section {
        padding: 60px 20px;
        background-color: #1a1a2e;
        box-sizing: border-box;
    }

    .page-tinhay-xyz__faq-container {
        max-width: 900px;
        margin: 0 auto;
    }

    .page-tinhay-xyz__faq-item {
        background-color: #0f3460;
        margin-bottom: 15px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        box-sizing: border-box;
    }

    .page-tinhay-xyz__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;
        cursor: pointer;
        background-color: #0f3460;
        color: #ffffff;
        font-size: 1.2em;
        font-weight: bold;
        user-select: none;
        transition: background-color 0.3s ease;
        box-sizing: border-box;
    }

    .page-tinhay-xyz__faq-question:hover {
        background-color: #16213e;
    }

    .page-tinhay-xyz__faq-question-title {
        margin: 0;
        font-size: 1em;
        color: inherit;
        pointer-events: none;
        word-wrap: break-word;
        overflow-wrap: break-word;
        flex-grow: 1;
    }

    .page-tinhay-xyz__faq-toggle {
        font-size: 1.5em;
        margin-left: 15px;
        transition: transform 0.3s ease;
        pointer-events: none;
        min-width: 1em;
        text-align: center;
    }

    .page-tinhay-xyz__faq-item.active .page-tinhay-xyz__faq-toggle {
        transform: rotate(45deg);
    }

    .page-tinhay-xyz__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 25px;
        opacity: 0;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        background-color: #16213e;
        color: #cccccc;
        box-sizing: border-box;
    }

    .page-tinhay-xyz__faq-item.active .page-tinhay-xyz__faq-answer {
        max-height: 2000px !important;
        padding: 20px 25px !important;
        opacity: 1;
    }

    .page-tinhay-xyz__faq-answer p {
        margin: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .page-tinhay-xyz__floating-buttons {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
        z-index: 1000;
        padding: 10px 15px;
        background-color: rgba(26, 26, 46, 0.8);
        border-radius: 50px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    }

    .page-tinhay-xyz__register-button,
    .page-tinhay-xyz__login-button {
        background-color: #e94560;
        color: #ffffff;
        padding: 12px 25px;
        border: none;
        border-radius: 30px;
        font-size: 1em;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }

    .page-tinhay-xyz__login-button {
        background-color: #0f3460;
    }

    .page-tinhay-xyz__register-button:hover {
        background-color: #c73752;
        transform: translateY(-2px);
    }

    .page-tinhay-xyz__login-button:hover {
        background-color: #0c2a4f;
        transform: translateY(-2px);
    }

    @media (max-width: 768px) {
        .page-tinhay-xyz__main-title {
            font-size: 2em;
        }

        .page-tinhay-xyz__hero-description {
            font-size: 1em;
        }

        .page-tinhay-xyz__cta-buttons {
            flex-direction: column;
            gap: 15px;
        }

        .page-tinhay-xyz__register-cta-button,
        .page-tinhay-xyz__learn-more-cta-button {
            width: 100%;
            max-width: 280px;
            margin: 0 auto;
        }

        .page-tinhay-xyz__section-title {
            font-size: 1.8em;
            margin-top: 40px;
        }

        .page-tinhay-xyz__section-description {
            font-size: 0.95em;
            margin-bottom: 30px;
        }

        .page-tinhay-xyz__about-content {
            flex-direction: column;
        }

        .page-tinhay-xyz__about-image {
            max-width: 100%;
        }

        .page-tinhay-xyz__faq-question {
            font-size: 1.1em;
            padding: 15px 20px;
        }

        .page-tinhay-xyz__faq-answer {
            padding: 0 20px;
        }

        .page-tinhay-xyz__faq-item.active .page-tinhay-xyz__faq-answer {
            padding: 15px 20px !important;
        }

        .page-tinhay-xyz__floating-buttons {
            width: calc(100% - 40px);
            left: 20px;
            transform: translateX(0);
            justify-content: space-around;
            gap: 10px;
            padding: 10px;
        }

        .page-tinhay-xyz__register-button,
        .page-tinhay-xyz__login-button {
            flex: 1;
            padding: 10px 15px;
            font-size: 0.9em;
        }
    }

    @media (max-width: 480px) {
        .page-tinhay-xyz__main-title {
            font-size: 1.8em;
        }
        .page-tinhay-xyz__hero-section {
            padding-bottom: 80px;
        }
        .page-tinhay-xyz__floating-buttons {
            bottom: 10px;
            left: 10px;
            width: calc(100% - 20px);
        }
    }

    .page-tinhay-xyz img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    .page-tinhay-xyz__category-item,
    .page-tinhay-xyz__promo-card,
    .page-tinhay-xyz__faq-item {
        box-sizing: border-box !important;
    }

    @media (max-width: 768px) {
        .page-tinhay-xyz__category-item,
        .page-tinhay-xyz__promo-card {
            width: 100% !important;
            max-width: 100% !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 15px !important;
        }
        .page-tinhay-xyz__category-grid,
        .page-tinhay-xyz__promo-grid {
            padding: 0 15px !important;
            width: 100% !important;
            max-width: 100% !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            display: flex !important;
            flex-direction: column !important;
            gap: 20px !important;
        }
        .page-tinhay-xyz__category-image,
        .page-tinhay-xyz__promo-image {
            height: auto !important;
            min-height: 200px !important;
        }
        .page-tinhay-xyz__category-text,
        .page-tinhay-xyz__promo-text,
        .page-tinhay-xyz__about-text p,
        .page-tinhay-xyz__faq-answer p {
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }
    }
  