.page-7club { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #0d0d0d; line-height: 1.6; } .page-7club a { text-decoration: none; color: #ffcc00; } .page-7club a:hover { text-decoration: underline; } .page-7club__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-7club__section { padding: 60px 0; text-align: center; } .page-7club__section--dark { background-color: #1a1a1a; } .page-7club__section-title { font-size: 2.8em; color: #ffcc00; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; } .page-7club__section-subtitle { font-size: 1.2em; color: #ccc; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-7club__button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 15px 30px; border-radius: 5px; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, color 0.3s ease; border: none; cursor: pointer; } .page-7club__button:hover { background-color: #e6b800; color: #000; } .page-7club__hero-section { position: relative; width: 100%; height: 600px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding-top: 10px; box-sizing: border-box; } .page-7club__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } .page-7club__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; background-color: rgba(0, 0, 0, 0.6); border-radius: 10px; } .page-7club__hero-title { font-size: 4em; margin-bottom: 20px; line-height: 1.1; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-7club__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; color: #eee; } .page-7club__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 0; background-color: #121212; } .page-7club__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; background-color: #222; border-radius: 8px; display: flex; justify-content: center; align-items: center; padding: 10px; } .page-7club__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-7club__intro-content { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; text-align: left; } .page-7club__intro-text { flex: 1 1 45%; min-width: 300px; padding: 20px; background-color: #222; border-radius: 10px; } .page-7club__intro-text h3 { color: #ffcc00; font-size: 1.8em; margin-bottom: 15px; } .page-7club__intro-text p { color: #ccc; font-size: 1.1em; line-height: 1.8; } .page-7club__image-wrapper { flex: 1 1 45%; min-width: 300px; display: flex; justify-content: center; align-items: center; } .page-7club__image-wrapper img { max-width: 100%; height: auto; border-radius: 10px; object-fit: cover; min-width: 200px; min-height: 200px; } .page-7club__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 40px; } .page-7club__quick-link-item { background-color: #222; padding: 25px; border-radius: 10px; transition: transform 0.3s ease, background-color 0.3s ease; display: flex; flex-direction: column; justify-content: center; align-items: center; } .page-7club__quick-link-item:hover { transform: translateY(-5px); background-color: #333; } .page-7club__quick-link-item a { color: #ffcc00; font-size: 1.3em; font-weight: bold; text-decoration: none; display: block; width: 100%; text-align: center; } .page-7club__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-7club__game-card { background-color: #222; border-radius: 10px; overflow: hidden; text-align: center; transition: transform 0.3s ease; } .page-7club__game-card:hover { transform: translateY(-5px); } .page-7club__game-card img { width: 100%; height: 250px; object-fit: cover; display: block; min-width: 200px; min-height: 200px; } .page-7club__game-card-content { padding: 20px; } .page-7club__game-card-title { font-size: 1.6em; color: #ffcc00; margin-bottom: 15px; } .page-7club__game-card .page-7club__button { margin-top: 15px; } .page-7club__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-7club__promo-card { background-color: #222; border-radius: 10px; overflow: hidden; text-align: center; transition: transform 0.3s ease; } .page-7club__promo-card:hover { transform: translateY(-5px); } .page-7club__promo-card img { width: 100%; height: 200px; object-fit: cover; display: block; min-width: 200px; min-height: 200px; } .page-7club__promo-card-content { padding: 20px; } .page-7club__promo-card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-7club__promo-card-description { color: #ccc; font-size: 0.95em; margin-bottom: 15px; } .page-7club__security-content { max-width: 900px; margin: 0 auto; text-align: left; } .page-7club__security-content p { color: #ccc; font-size: 1.1em; margin-bottom: 20px; } .page-7club__security-content .page-7club__button { margin-top: 20px; } .page-7club__faq-list { max-width: 800px; margin: 40px auto 0 auto; text-align: left; } .page-7club__faq-item { background-color: #222; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-7club__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #333; transition: background-color 0.3s ease; } .page-7club__faq-question:hover { background-color: #444; } .page-7club__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffcc00; pointer-events: none; } .page-7club__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-7club__faq-item.active .page-7club__faq-toggle { transform: rotate(45deg); } .page-7club__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: #222; } .page-7club__faq-item.active .page-7club__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-7club__faq-answer p { margin: 0; color: #ccc; font-size: 1em; } .page-7club__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-7club__blog-card { background-color: #222; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease; } .page-7club__blog-card:hover { transform: translateY(-5px); } .page-7club__blog-card img { width: 100%; height: 200px; object-fit: cover; display: block; min-width: 200px; min-height: 200px; } .page-7club__blog-card-content { padding: 20px; } .page-7club__blog-card-title { font-size: 1.4em; margin-bottom: 10px; } .page-7club__blog-card-title a { color: #ffcc00; font-weight: bold; text-decoration: none; } .page-7club__blog-card-title a:hover { text-decoration: underline; } .page-7club__blog-card-summary { color: #ccc; font-size: 0.95em; line-height: 1.5; margin-bottom: 10px; } .page-7club__blog-card-date { font-size: 0.85em; color: #888; } @media (max-width: 1024px) { .page-7club__hero-title { font-size: 3.5em; } .page-7club__hero-subtitle { font-size: 1.3em; } .page-7club__section-title { font-size: 2.2em; } .page-7club__intro-text { flex: 1 1 100%; } .page-7club__image-wrapper { flex: 1 1 100%; } } @media (max-width: 768px) { .page-7club__hero-section { height: 450px; } .page-7club__hero-title { font-size: 2.5em; } .page-7club__hero-subtitle { font-size: 1.1em; } .page-7club__section { padding: 40px 0; } .page-7club__section-title { font-size: 1.8em; } .page-7club__section-subtitle { font-size: 1em; } .page-7club__button { padding: 12px 25px; font-size: 1em; } .page-7club__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 10px; } .page-7club__payment-logo, .page-7club__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-7club__quick-links-grid, .page-7club__games-grid, .page-7club__promotions-grid, .page-7club__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-7club__quick-link-item, .page-7club__game-card, .page-7club__promo-card, .page-7club__blog-card { max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-7club__faq-question { padding: 15px 20px; } .page-7club__faq-question h3 { font-size: 1.1em; } .page-7club__faq-answer { padding: 0 20px; } .page-7club__faq-item.active .page-7club__faq-answer { padding: 15px 20px !important; } .page-7club__game-card img, .page-7club__promo-card img, .page-7club__blog-card img { max-width: 100% !important; height: auto !important; min-width: 200px !important; min-height: 200px !important; } .page-7club__intro-text, .page-7club__image-wrapper { min-width: unset; } } @media (max-width: 480px) { .page-7club__hero-section { height: 350px; } .page-7club__hero-title { font-size: 2em; } .page-7club__hero-subtitle { font-size: 0.9em; } .page-7club__section-title { font-size: 1.5em; } .page-7club__button { padding: 10px 20px; font-size: 0.9em; } }