.page-t-i-7clubs { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: 10px; } .page-t-i-7clubs__section-title { text-align: center; color: #0056b3; font-size: 2.5em; margin-bottom: 40px; position: relative; padding-bottom: 15px; } .page-t-i-7clubs__section-title::after { content: ''; display: block; width: 80px; height: 4px; background-color: #ff6600; margin: 10px auto 0; border-radius: 2px; } .page-t-i-7clubs__button { display: inline-block; background-color: #ff6600; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; text-align: center; } .page-t-i-7clubs__button:hover { background-color: #e65c00; } .page-t-i-7clubs__button--small { padding: 8px 15px; font-size: 0.9em; } .page-t-i-7clubs__hero-section { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: linear-gradient(135deg, #0056b3, #007bff); color: #fff; padding: 60px 20px; position: relative; overflow: hidden; } .page-t-i-7clubs__hero-content { max-width: 900px; z-index: 1; } .page-t-i-7clubs__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #fff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .page-t-i-7clubs__hero-description { font-size: 1.3em; margin-bottom: 30px; opacity: 0.9; } .page-t-i-7clubs__hero-cta-group { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-t-i-7clubs__hero-button { padding: 15px 35px; font-size: 1.2em; border-radius: 50px; } .page-t-i-7clubs__hero-button--primary { background-color: #ff6600; } .page-t-i-7clubs__hero-button--primary:hover { background-color: #e65c00; } .page-t-i-7clubs__hero-button--secondary { background-color: transparent; border: 2px solid #fff; } .page-t-i-7clubs__hero-button--secondary:hover { background-color: rgba(255, 255, 255, 0.2); } .page-t-i-7clubs__hero-image-container { margin-top: 40px; max-width: 600px; width: 100%; z-index: 1; } .page-t-i-7clubs__hero-image { max-width: 100%; height: auto; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); } .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: #f7f7f7; } .page-t-i-7clubs__payment-logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; max-width: 1200px; margin: 0 auto; } .page-t-i-7clubs__payment-logo { flex: 0 0 auto; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; box-sizing: border-box; display: block; object-fit: contain; } .page-t-i-7clubs__intro-section { padding: 80px 20px; background-color: #fff; } .page-t-i-7clubs__intro-content { display: flex; align-items: center; gap: 40px; max-width: 1200px; margin: 0 auto; } .page-t-i-7clubs__intro-image { flex: 1; max-width: 500px; height: auto; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); } .page-t-i-7clubs__intro-text { flex: 2; } .page-t-i-7clubs__intro-text p { margin-bottom: 15px; font-size: 1.1em; color: #555; } .page-t-i-7clubs__quick-access-section { padding: 80px 20px; background-color: #f0f5f9; } .page-t-i-7clubs__access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-t-i-7clubs__access-item { background-color: #fff; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; text-decoration: none; color: #333; display: flex; flex-direction: column; align-items: center; } .page-t-i-7clubs__access-item:hover { transform: translateY(-10px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); } .page-t-i-7clubs__access-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; } .page-t-i-7clubs__access-title { font-size: 1.5em; margin-bottom: 10px; color: #0056b3; } .page-t-i-7clubs__access-description { font-size: 0.95em; color: #666; } .page-t-i-7clubs__games-section { padding: 80px 20px; background-color: #fff; } .page-t-i-7clubs__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-t-i-7clubs__game-card { background-color: #f7f7f7; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); text-align: center; display: flex; flex-direction: column; } .page-t-i-7clubs__game-image { width: 100%; height: 200px; object-fit: cover; } .page-t-i-7clubs__game-title { font-size: 1.8em; margin: 20px 15px 10px; color: #0056b3; } .page-t-i-7clubs__game-description { padding: 0 15px 20px; font-size: 1em; color: #666; flex-grow: 1; } .page-t-i-7clubs__game-card .page-t-i-7clubs__button { margin-bottom: 20px; width: fit-content; align-self: center; } .page-t-i-7clubs__promotions-section { padding: 80px 20px; background-color: #f0f5f9; } .page-t-i-7clubs__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }