
    .page-t-i-7clubs {
    font-family: 'Arial', sans-serif;
    color: #f0f0f0;
    background-color: #1a1a2e;
    line-height: 1.6;
    padding-top: 10px;
}

.page-t-i-7clubs__section-title {
    font-size: 2.5em;
    color: #e94560;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 40px;
    font-weight: bold;
}

.page-t-i-7clubs__section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
    color: #cccccc;
}

.page-t-i-7clubs__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-align: center;
    box-sizing: border-box;
}

.page-t-i-7clubs__button--primary {
    background-color: #e94560;
    color: #ffffff;
    border: 2px solid #e94560;
}

.page-t-i-7clubs__button--primary:hover {
    background-color: #d1324c;
    transform: translateY(-2px);
}

.page-t-i-7clubs__button--secondary {
    background-color: transparent;
    color: #e94560;
    border: 2px solid #e94560;
}

.page-t-i-7clubs__button--secondary:hover {
    background-color: #e94560;
    color: #ffffff;
    transform: translateY(-2px);
}

.page-t-i-7clubs__button--large {
    padding: 18px 35px;
    font-size: 1.2em;
}

.page-t-i-7clubs__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    background-color: #1a1a2e;
    overflow: hidden;
    position: relative;
}

.page-t-i-7clubs__hero-content {
    z-index: 2;
    max-width: 900px;
    margin-bottom: 40px;
}

.page-t-i-7clubs__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #e94560;
    line-height: 1.2;
    font-weight: bold;
}

.page-t-i-7clubs__hero-description {
    font-size: 1.3em;
    color: #cccccc;
    margin-bottom: 40px;
}

.page-t-i-7clubs__hero-cta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.page-t-i-7clubs__hero-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin-top: 40px;
    z-index: 1;
}

.page-t-i-7clubs__hero-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    object-fit: cover;
}

.page-t-i-7clubs__benefits-section {
    padding: 80px 20px;
    background-color: #24264d;
}

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

.page-t-i-7clubs__benefit-item {
    background-color: #1a1a2e;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
    box-sizing: border-box;
}

.page-t-i-7clubs__benefit-item:hover {
    transform: translateY(-10px);
}

.page-t-i-7clubs__benefit-icon {
    width: 250px;
    height: 250px;
    max-width: 100%;
    margin: 0 auto 20px auto;
    border-radius: 8px;
    object-fit: cover;
}

.page-t-i-7clubs__benefit-title {
    font-size: 1.5em;
    color: #e94560;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-t-i-7clubs__benefit-description {
    font-size: 1em;
    color: #cccccc;
}

.page-t-i-7clubs__download-section {
    padding: 80px 20px;
    background-color: #1a1a2e;
}

.page-t-i-7clubs__download-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto 60px auto;
}

.page-t-i-7clubs__step-item {
    background-color: #24264d;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
}

.page-t-i-7clubs__step-number {
    font-size: 2.5em;
    color: #e94560;
    font-weight: bold;
    margin-bottom: 15px;
}

.page-t-i-7clubs__step-title {
    font-size: 1.4em;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-t-i-7clubs__step-description {
    font-size: 1em;
    color: #cccccc;
    margin-bottom: 20px;
}

.page-t-i-7clubs__step-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.page-t-i-7clubs__cta-download {
    text-align: center;
    margin-top: 40px;
}

.page-t-i-7clubs__games-section {
    padding: 80px 20px;
    background-color: #24264d;
}

.page-t-i-7clubs__games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.page-t-i-7clubs__game-item {
    background-color: #1a1a2e;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
    box-sizing: border-box;
}

.page-t-i-7clubs__game-item:hover {
    transform: translateY(-5px);
}

.page-t-i-7clubs__game-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
    object-fit: cover;
}

.page-t-i-7clubs__game-title {
    font-size: 1.3em;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-t-i-7clubs__game-description {
    font-size: 0.95em;
    color: #cccccc;
}

.page-t-i-7clubs__promo-section {
    padding: 80px 20px;
    background-color: #1a1a2e;
}

.page-t-i-7clubs__promo-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto 60px auto;
}

.page-t-i-7clubs__promo-item {
    background-color: #24264d;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
    box-sizing: border-box;
}

.page-t-i-7clubs__promo-item:hover {
    transform: translateY(-10px);
}

.page-t-i-7clubs__promo-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    object-fit: cover;
}

.page-t-i-7clubs__promo-title {
    font-size: 1.5em;
    color: #e94560;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-t-i-7clubs__promo-description {
    font-size: 1em;
    color: #cccccc;
}

.page-t-i-7clubs__cta-promo {
    text-align: center;
    margin-top: 40px;
}

.page-t-i-7clubs__faq-section {
    padding: 80px 20px;
    background-color: #24264d;
}

.page-t-i-7clubs__faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.page-t-i-7clubs__faq-item {
    background-color: #1a1a2e;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.page-t-i-7clubs__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    user-select: none;
    background-color: #1a1a2e;
    color: #ffffff;
    font-weight: bold;
    transition: background-color 0.3s ease;
    box-sizing: border-box;
}

.page-t-i-7clubs__faq-question:hover {
    background-color: #2e305e;
}

.page-t-i-7clubs__faq-title {
    font-size: 1.25em;
    margin: 0;
    flex-grow: 1;
    color: #ffffff;
    pointer-events: none;
}

.page-t-i-7clubs__faq-toggle {
    font-size: 1.8em;
    line-height: 1;
    margin-left: 20px;
    transition: transform 0.3s ease;
    pointer-events: none;
    color: #e94560;
}

.page-t-i-7clubs__faq-item.active .page-t-i-7clubs__faq-toggle {
    transform: rotate(45deg);
}

.page-t-i-7clubs__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    color: #cccccc;
    background-color: #2e305e;
    opacity: 0;
    box-sizing: border-box;
}

.page-t-i-7clubs__faq-item.active .page-t-i-7clubs__faq-answer {
    max-height: 2000px !important;
    padding: 20px 25px !important;
    opacity: 1;
}

.page-t-i-7clubs__faq-answer p {
    margin: 0;
    padding-bottom: 10px;
}

.page-t-i-7clubs__final-cta-section {
    padding: 80px 20px;
    background-color: #1a1a2e;
    text-align: center;
}

.page-t-i-7clubs__final-cta-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

@media (max-width: 1024px) {
    .page-t-i-7clubs__hero-title {
        font-size: 3em;
    }
    .page-t-i-7clubs__hero-description {
        font-size: 1.15em;
    }
    .page-t-i-7clubs__section-title {
        font-size: 2.2em;
    }
    .page-t-i-7clubs__section-description {
        font-size: 1em;
    }
}

@media (max-width: 768px) {
    .page-t-i-7clubs {
        padding-top: 5px;
    }
    .page-t-i-7clubs__hero-section {
        padding: 40px 15px;
    }
    .page-t-i-7clubs__hero-title {
        font-size: 2.5em;
    }
    .page-t-i-7clubs__hero-description {
        font-size: 1em;
    }
    .page-t-i-7clubs__hero-cta {
        flex-direction: column;
        align-items: center;
    }
    .page-t-i-7clubs__button--secondary {
        margin-left: 0;
        margin-top: 15px;
    }

    .page-t-i-7clubs__section-title {
        font-size: 2em;
        margin-bottom: 30px;
        padding-top: 30px;
    }
    .page-t-i-7clubs__section-description {
        margin-bottom: 40px;
    }

    .page-t-i-7clubs__benefits-grid,
    .page-t-i-7clubs__download-steps,
    .page-t-i-7clubs__games-grid,
    .page-t-i-7clubs__promo-list {
        grid-template-columns: 1fr;
        padding: 0 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .page-t-i-7clubs__benefit-item,
    .page-t-i-7clubs__step-item,
    .page-t-i-7clubs__game-item,
    .page-t-i-7clubs__promo-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 25px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    .page-t-i-7clubs__benefit-icon {
        width: 200px !important;
        height: 200px !important;
        margin: 0 auto 20px auto !important;
    }

    .page-t-i-7clubs__step-image,
    .page-t-i-7clubs__game-image,
    .page-t-i-7clubs__promo-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        object-fit: cover;
    }

    .page-t-i-7clubs__benefit-title,
    .page-t-i-7clubs__step-title,
    .page-t-i-7clubs__game-title,
    .page-t-i-7clubs__promo-title {
        font-size: 1.3em;
    }

    .page-t-i-7clubs__faq-question {
        padding: 15px 20px;
    }
    .page-t-i-7clubs__faq-title {
        font-size: 1.1em;
    }
    .page-t-i-7clubs__faq-answer {
        padding: 0 20px;
    }
    .page-t-i-7clubs__faq-item.active .page-t-i-7clubs__faq-answer {
        padding: 15px 20px !important;
    }
    .page-t-i-7clubs__faq-toggle {
        font-size: 1.5em;
    }
    .page-t-i-7clubs__final-cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-t-i-7clubs__button--large {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .page-t-i-7clubs__hero-title {
        font-size: 2em;
    }
    .page-t-i-7clubs__section-title {
        font-size: 1.8em;
    }
    .page-t-i-7clubs__button {
        padding: 12px 20px;
        font-size: 1em;
    }
    .page-t-i-7clubs__faq-title {
        font-size: 1em;
    }
}

  