
    .page-tr-c-ti-p-g-88 {
        font-family: 'Arial', sans-serif;
        color: #333;
        line-height: 1.6;
        background-color: #f5f5f5;
    }

    .page-tr-c-ti-p-g-88__hero-section {
        background: linear-gradient(135deg, #FF6B6B, #FFD166);
        color: #fff;
        padding: 60px 20px 40px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding-top: 10px;
    }

    .page-tr-c-ti-p-g-88__hero-title {
        font-size: 2.8em;
        margin-bottom: 15px;
        color: #fff;
        font-weight: bold;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .page-tr-c-ti-p-g-88__hero-description {
        font-size: 1.2em;
        max-width: 800px;
        margin: 0 auto 20px;
        color: #eee;
    }

    .page-tr-c-ti-p-g-88__hero-image-wrapper {
        width: 100%;
        max-width: 900px;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    .page-tr-c-ti-p-g-88__hero-image {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    .page-tr-c-ti-p-g-88__section {
        padding: 40px 20px;
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

    .page-tr-c-ti-p-g-88__section-title {
        font-size: 2.2em;
        color: #CC0000;
        margin-bottom: 30px;
        position: relative;
        padding-bottom: 10px;
    }

    .page-tr-c-ti-p-g-88__section-title::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background-color: #FFD166;
        border-radius: 2px;
    }

    .page-tr-c-ti-p-g-88__section-description {
        font-size: 1.1em;
        max-width: 900px;
        margin: 0 auto 40px;
        color: #555;
    }

    .page-tr-c-ti-p-g-88__why-choose-us {
        background-color: #fff;
        border-top: 1px solid #eee;
    }

    .page-tr-c-ti-p-g-88__content-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        margin-top: 40px;
    }

    .page-tr-c-ti-p-g-88__feature-card {
        background-color: #f9f9f9;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        box-sizing: border-box;
    }

    .page-tr-c-ti-p-g-88__feature-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-tr-c-ti-p-g-88__feature-icon {
        width: 150px;
        height: 150px;
        object-fit: contain;
        margin-bottom: 20px;
        border-radius: 8px;
    }

    .page-tr-c-ti-p-g-88__feature-title {
        font-size: 1.5em;
        color: #CC0000;
        margin-bottom: 10px;
    }

    .page-tr-c-ti-p-g-88__feature-description {
        font-size: 1em;
        color: #666;
    }

    .page-tr-c-ti-p-g-88__how-to-play {
        background-color: #f0f0f0;
    }

    .page-tr-c-ti-p-g-88__steps-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        margin-top: 40px;
    }

    .page-tr-c-ti-p-g-88__step-item {
        background-color: #fff;
        padding: 30px 20px;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        box-sizing: border-box;
    }

    .page-tr-c-ti-p-g-88__step-icon {
        width: 180px;
        height: 180px;
        object-fit: contain;
        margin-bottom: 20px;
        border-radius: 50%;
        border: 3px solid #FFD166;
        padding: 5px;
    }

    .page-tr-c-ti-p-g-88__step-title {
        font-size: 1.6em;
        color: #CC0000;
        margin-bottom: 10px;
    }

    .page-tr-c-ti-p-g-88__step-description {
        font-size: 1em;
        color: #666;
    }

    .page-tr-c-ti-p-g-88__popular-matches {
        background-color: #fff;
    }

    .page-tr-c-ti-p-g-88__matches-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        margin-top: 40px;
    }

    .page-tr-c-ti-p-g-88__match-card {
        background-color: #f9f9f9;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        text-align: left;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-sizing: border-box;
    }

    .page-tr-c-ti-p-g-88__match-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-tr-c-ti-p-g-88__match-image {
        width: 100%;
        height: 220px;
        object-fit: cover;
        display: block;
    }

    .page-tr-c-ti-p-g-88__match-title {
        font-size: 1.4em;
        color: #CC0000;
        padding: 15px 20px 5px;
        margin: 0;
    }

    .page-tr-c-ti-p-g-88__match-description {
        font-size: 0.95em;
        color: #666;
        padding: 0 20px 20px;
        margin: 0;
    }

    .page-tr-c-ti-p-g-88__faq-section {
        background-color: #f0f0f0;
    }

    .page-tr-c-ti-p-g-88__faq-container {
        max-width: 900px;
        margin: 40px auto 0;
        text-align: left;
    }

    .page-tr-c-ti-p-g-88__faq-item {
        background-color: #fff;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        overflow: hidden;
    }

    .page-tr-c-ti-p-g-88__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        background-color: #CC0000;
        color: #fff;
        cursor: pointer;
        user-select: none;
        font-size: 1.1em;
        font-weight: bold;
        transition: background-color 0.3s ease;
    }

    .page-tr-c-ti-p-g-88__faq-question:hover {
        background-color: #A30000;
    }

    .page-tr-c-ti-p-g-88__faq-title {
        margin: 0;
        font-size: 1.1em;
        color: #fff;
        pointer-events: none;
    }

    .page-tr-c-ti-p-g-88__faq-toggle {
        font-size: 1.5em;
        line-height: 1;
        transition: transform 0.3s ease;
        pointer-events: none;
    }

    .page-tr-c-ti-p-g-88__faq-item.active .page-tr-c-ti-p-g-88__faq-toggle {
        transform: rotate(45deg);
    }

    .page-tr-c-ti-p-g-88__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 20px;
        background-color: #fefefe;
        color: #333;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        opacity: 0;
        font-size: 1em;
    }

    .page-tr-c-ti-p-g-88__faq-item.active .page-tr-c-ti-p-g-88__faq-answer {
        max-height: 2000px !important;
        padding: 20px !important;
        opacity: 1;
    }

    .page-tr-c-ti-p-g-88__faq-answer p {
        margin: 0;
    }

    .page-tr-c-ti-p-g-88__cta-section {
        background-color: #CC0000;
        color: #fff;
        padding: 50px 20px;
    }

    .page-tr-c-ti-p-g-88__cta-section .page-tr-c-ti-p-g-88__section-title {
        color: #fff;
    }

    .page-tr-c-ti-p-g-88__cta-section .page-tr-c-ti-p-g-88__section-title::after {
        background-color: #FFD166;
    }

    .page-tr-c-ti-p-g-88__cta-description {
        font-size: 1.1em;
        max-width: 800px;
        margin: 0 auto 30px;
        color: #eee;
    }

    .page-tr-c-ti-p-g-88__cta-buttons {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 20px;
    }

    .page-tr-c-ti-p-g-88__cta-button {
        background-color: #FFD166;
        color: #CC0000;
        border: none;
        padding: 15px 30px;
        font-size: 1.1em;
        font-weight: bold;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.3s ease;
        text-transform: uppercase;
    }

    .page-tr-c-ti-p-g-88__cta-button:hover {
        background-color: #FFC04D;
        transform: translateY(-3px);
    }

    @media (max-width: 768px) {
        .page-tr-c-ti-p-g-88__hero-section {
            padding: 40px 15px 30px;
        }

        .page-tr-c-ti-p-g-88__hero-title {
            font-size: 2em;
        }

        .page-tr-c-ti-p-g-88__hero-description {
            font-size: 1em;
        }

        .page-tr-c-ti-p-g-88__section {
            padding: 30px 15px;
        }

        .page-tr-c-ti-p-g-88__section-title {
            font-size: 1.8em;
            margin-bottom: 20px;
        }

        .page-tr-c-ti-p-g-88__section-description {
            font-size: 0.95em;
            margin-bottom: 30px;
        }

        .page-tr-c-ti-p-g-88__content-grid,
        .page-tr-c-ti-p-g-88__steps-grid,
        .page-tr-c-ti-p-g-88__matches-grid {
            grid-template-columns: 1fr;
            gap: 20px;
            margin-top: 20px;
        }

        .page-tr-c-ti-p-g-88__feature-card,
        .page-tr-c-ti-p-g-88__step-item,
        .page-tr-c-ti-p-g-88__match-card {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 20px !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
        }

        .page-tr-c-ti-p-g-88__feature-icon,
        .page-tr-c-ti-p-g-88__step-icon {
            width: 120px;
            height: 120px;
            margin-bottom: 15px;
        }

        .page-tr-c-ti-p-g-88__match-image {
            height: 180px;
        }

        .page-tr-c-ti-p-g-88__faq-container {
            margin-top: 30px;
        }

        .page-tr-c-ti-p-g-88__faq-question {
            padding: 12px 15px;
            font-size: 1em;
        }

        .page-tr-c-ti-p-g-88__faq-title {
            font-size: 1em;
        }

        .page-tr-c-ti-p-g-88__faq-answer {
            padding: 15px !important;
        }

        .page-tr-c-ti-p-g-88__cta-section {
            padding: 40px 15px;
        }

        .page-tr-c-ti-p-g-88__cta-buttons {
            flex-direction: column;
            gap: 15px;
        }

        .page-tr-c-ti-p-g-88__cta-button {
            width: 100%;
            max-width: 300px;
            font-size: 1em;
            padding: 12px 20px;
        }
    }

    @media (max-width: 480px) {
        .page-tr-c-ti-p-g-88__hero-title {
            font-size: 1.8em;
        }
        .page-tr-c-ti-p-g-88__section-title {
            font-size: 1.6em;
        }
    }
  