body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; margin: 0; background-color: #f4f7f6; } .page-t-i-7clubs { padding-top: var(--header-offset, 122px); } .page-t-i-7clubs__section-title { font-size: 2.5em; color: #0056b3; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 15px; text-transform: uppercase; } .page-t-i-7clubs__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #ffc107; border-radius: 2px; } .page-t-i-7clubs__hero-section { position: relative; width: 100%; height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; background: linear-gradient(135deg, #007bff, #0056b3); padding: 10px 20px 0 20px; box-sizing: border-box; } .page-t-i-7clubs__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.6); } .page-t-i-7clubs__hero-content { position: relative; z-index: 2; color: #fff; max-width: 800px; padding: 20px; } .page-t-i-7clubs__hero-title { font-size: 3.5em; margin-bottom: 15px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-t-i-7clubs__hero-description { font-size: 1.4em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); } .page-t-i-7clubs__hero-cta-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; margin: 10px; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-t-i-7clubs__hero-cta-button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-t-i-7clubs__hero-cta-button--secondary { background-color: #fff; color: #0056b3; border: 2px solid #0056b3; } .page-t-i-7clubs__hero-cta-button--secondary:hover { background-color: #f0f0f0; color: #003f8e; } .page-t-i-7clubs__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 20px; background-color: #fff; border-bottom: 1px solid #eee; } .page-t-i-7clubs__logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 1200px; margin: 0 auto; } .page-t-i-7clubs__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; background-color: #f8f8f8; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .page-t-i-7clubs__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; padding: 10px; box-sizing: border-box; } .page-t-i-7clubs__intro-section, .page-t-i-7clubs__quick-access-section, .page-t-i-7clubs__games-section, .page-t-i-7clubs__promotions-section, .page-t-i-7clubs__security-section, .page-t-i-7clubs__faq-section, .page-t-i-7clubs__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; border-radius: 10px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); margin-bottom: 40px; } .page-t-i-7clubs__intro-section { text-align: center; } .page-t-i-7clubs__text-content { font-size: 1.1em; line-height: 1.8; margin-bottom: 20px; color: #555; } .page-t-i-7clubs__text-content a { color: #007bff; text-decoration: none; font-weight: bold; } .page-t-i-7clubs__text-content a:hover { text-decoration: underline; } .page-t-i-7clubs__image-content { max-width: 100%; height: auto; display: block; margin: 30px auto; border-radius: 10px; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); } .page-t-i-7clubs__link-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-t-i-7clubs__quick-link-button { display: block; text-align: center; padding: 18px 25px; background-color: #007bff; color: #fff; text-decoration: none; border-radius: 8px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .page-t-i-7clubs__quick-link-button:hover { background-color: #0056b3; transform: translateY(-2px); } .page-t-i-7clubs__game-grid, .page-t-i-7clubs__promo-grid, .page-t-i-7clubs__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-t-i-7clubs__game-item, .page-t-i-7clubs__promo-item, .page-t-i-7clubs__blog-item { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-t-i-7clubs__game-item:hover, .page-t-i-7clubs__promo-item:hover, .page-t-i-7clubs__blog-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } .page-t-i-7clubs__game-image, .page-t-i-7clubs__promo-image, .page-t-i-7clubs__blog-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-t-i-7clubs__game-title, .page-t-i-7clubs__promo-title, .page-t-i-7clubs__blog-title { font-size: 1.5em; color: #0056b3; margin: 15px 20px 10px; } .page-t-i-7clubs__game-description, .page-t-i-7clubs__promo-description, .page-t-i-7clubs__blog-summary { font-size: 0.95em; color: #666; padding: 0 20px 15px; flex-grow: 1; } .page-t-i-7clubs__promo-button, .page-t-i-7clubs__blog-button { display: inline-block; background-color: #ffc107; color: #333; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin: 0 20px 20px; transition: background-color 0.3s ease; align-self: flex-start; } .page-t-i-7clubs__promo-button:hover, .page-t-i-7clubs__blog-button:hover { background-color: #e0a800; } .page-t-i-7clubs__view-all-button { display: block; text-align: center; padding: 18px 30px; background-color: #28a745; color: #fff; text-decoration: none; border-radius: 8px; font-weight: bold; font-size: 1.2em; margin-top: 40px; transition: background-color 0.3s ease, transform 0.3s ease; max-width: 400px; margin-left: auto; margin-right: auto; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .page-t-i-7clubs__view-all-button:hover { background-color: #218838; transform: translateY(-2px); } .page-t-i-7clubs__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; text-align: center; } .page-t-i-7clubs__feature-item { background-color: #f0f8ff; padding: 30px 20px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); } .page-t-i-7clubs__feature-icon { width: 200px !important; height: 150px !important; object-fit: contain; margin-bottom: 20px; } .page-t-i-7clubs__feature-title { font-size: 1.6em; color: #007bff; margin-bottom: 10px; } .page-t-i-7clubs__feature-description { font-size: 1em; color: #555; } .page-t-i-7clubs__contact-list { list-style: none; padding: 0; margin-top: 30px; text-align: center; } .page-t-i-7clubs__contact-item { font-size: 1.1em; margin-bottom: 10px; color: #555; } .page-t-i-7clubs__contact-button { display: block; text-align: center; padding: 15px 25px; background-color: #17a2b8; color: #fff; text-decoration: none; border-radius: 8px; font-weight: bold; font-size: 1.1em; margin-top: 30px; transition: background-color 0.3s ease, transform 0.3s ease; max-width: 300px; margin-left: auto; margin-right: auto; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .page-t-i-7clubs__contact-button:hover { background-color: #138496; transform: translateY(-2px); } .page-t-i-7clubs__faq-container { margin-top: 30px; } .page-t-i-7clubs__faq-item { background-color: #f0f8ff; border: 1px solid #e0e0e0; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-t-i-7clubs__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #e6f2ff; color: #0056b3; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; user-select: none; } .page-t-i-7clubs__faq-question:hover { background-color: #d0e7ff; } .page-t-i-7clubs__faq-question-title { margin: 0; font-size: 1.2em; color: #0056b3; pointer-events: none; } .page-t-i-7clubs__faq-toggle { font-size: 1.8em; line-height: 1; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .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; 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: #f9fcff; color: #444; } .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__faq-answer a { color: #007bff; text-decoration: none; font-weight: bold; } .page-t-i-7clubs__faq-answer a:hover { text-decoration: underline; } @media (max-width: 768px) { .page-t-i-7clubs__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-t-i-7clubs__hero-section { height: 400px; padding: 10px 15px 0 15px; } .page-t-i-7clubs__hero-title { font-size: 2.5em; } .page-t-i-7clubs__hero-description { font-size: 1.1em; } .page-t-i-7clubs__hero-cta-button { padding: 12px 20px; font-size: 1em; margin: 8px; } .page-t-i-7clubs__payment-providers { gap: 16px; padding: 30px 15px; } .page-t-i-7clubs__logo-grid { gap: 16px; } .page-t-i-7clubs__payment-logo, .page-t-i-7clubs__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-t-i-7clubs__intro-section, .page-t-i-7clubs__quick-access-section, .page-t-i-7clubs__games-section, .page-t-i-7clubs__promotions-section, .page-t-i-7clubs__security-section, .page-t-i-7clubs__faq-section, .page-t-i-7clubs__blog-section { padding: 30px 15px; margin-bottom: 30px; } .page-t-i-7clubs__text-content { font-size: 1em; margin-bottom: 15px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-t-i-7clubs__link-grid { grid-template-columns: 1fr; gap: 15px; } .page-t-i-7clubs__quick-link-button { padding: 15px 20px; font-size: 1em; } .page-t-i-7clubs__game-grid, .page-t-i-7clubs__promo-grid, .page-t-i-7clubs__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-t-i-7clubs__game-image, .page-t-i-7clubs__promo-image, .page-t-i-7clubs__blog-image, .page-t-i-7clubs__image-content, .page-t-i-7clubs__feature-icon { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-t-i-7clubs__game-title, .page-t-i-7clubs__promo-title, .page-t-i-7clubs__blog-title { font-size: 1.3em; margin: 15px; } .page-t-i-7clubs__game-description, .page-t-i-7clubs__promo-description, .page-t-i-7clubs__blog-summary { font-size: 0.9em; padding: 0 15px 10px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-t-i-7clubs__promo-button, .page-t-i-7clubs__blog-button { margin: 0 15px 15px; } .page-t-i-7clubs__view-all-button, .page-t-i-7clubs__contact-button { font-size: 1em; padding: 15px 20px; margin-top: 30px; max-width: 90%; } .page-t-i-7clubs__security-features { grid-template-columns: 1fr; gap: 20px; } .page-t-i-7clubs__feature-item { padding: 20px 15px; } .page-t-i-7clubs__feature-title { font-size: 1.4em; } .page-t-i-7clubs__feature-description { font-size: 0.95em; } .page-t-i-7clubs__contact-item { font-size: 1em; margin-bottom: 8px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-t-i-7clubs__faq-question { padding: 15px 20px; font-size: 1em; } .page-t-i-7clubs__faq-question-title { font-size: 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; } }