.page-c9cc { font-family: 'Arial', sans-serif; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; padding-top: var(--header-offset, 122px); } .page-c9cc__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } @media (max-width: 768px) { .page-c9cc__container { padding: 0 10px; } } .page-c9cc__section { padding: 60px 0; text-align: center; } @media (max-width: 768px) { .page-c9cc__section { padding: 40px 0; } } .page-c9cc__section:nth-child(odd) { background-color: #162031; } .page-c9cc__title { font-size: 2.8em; color: #ffeb3b; margin-bottom: 25px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-c9cc__title { font-size: 2em; margin-bottom: 20px; } } .page-c9cc__subtitle { font-size: 1.5em; color: #ccc; margin-bottom: 40px; } @media (max-width: 768px) { .page-c9cc__subtitle { font-size: 1.2em; margin-bottom: 30px; } } .page-c9cc__text { font-size: 1.1em; margin-bottom: 20px; color: #c0c0c0; } @media (max-width: 768px) { .page-c9cc__text { font-size: 1em; } } .page-c9cc__button { display: inline-block; background-color: #e91e63; color: #fff; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; margin: 10px; border: none; cursor: pointer; } .page-c9cc__button:hover { background-color: #d81b60; transform: translateY(-2px); } @media (max-width: 768px) { .page-c9cc__button { padding: 10px 20px; font-size: 1em; margin: 8px; } } .page-c9cc__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:gaming,abstract,neon,c9cc]') no-repeat center center/cover; padding: 100px 15px 80px; text-align: center; color: #fff; position: relative; overflow: hidden; padding-top: 10px; } @media (max-width: 768px) { .page-c9cc__hero-section { padding: 80px 10px 60px; } } .page-c9cc__hero-content { position: relative; z-index: 2; } .page-c9cc__hero-title { font-size: 3.8em; margin-bottom: 20px; color: #ffeb3b; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7); } @media (max-width: 768px) { .page-c9cc__hero-title { font-size: 2.5em; margin-bottom: 15px; } } .page-c9cc__hero-subtitle { font-size: 1.8em; margin-bottom: 40px; color: #e0e0e0; } @media (max-width: 768px) { .page-c9cc__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; } } .page-c9cc__hero-buttons { display: flex; justify-content: center; flex-wrap: wrap; margin-top: 30px; } .page-c9cc__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-c9cc__intro-grid { grid-template-columns: 1fr; gap: 20px; } } .page-c9cc__intro-item { background-color: #2a2a4a; padding: 30px; border-radius: 15px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; } .page-c9cc__intro-item h3 { color: #ffeb3b; font-size: 1.6em; margin-bottom: 15px; } .page-c9cc__intro-item p { color: #c0c0c0; font-size: 1em; } .page-c9cc__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 40px; } @media (max-width: 768px) { .page-c9cc__quick-links-grid { grid-template-columns: 1fr; gap: 15px; } } .page-c9cc__quick-link-item { background-color: #3a3a5a; padding: 20px; border-radius: 10px; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); transition: transform 0.2s ease; } .page-c9cc__quick-link-item:hover { transform: translateY(-5px); } .page-c9cc__quick-link-item a { color: #fff; text-decoration: none; font-weight: bold; font-size: 1.2em; display: block; } .page-c9cc__quick-link-item a:hover { color: #ffeb3b; } .page-c9cc__game-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-c9cc__game-category-card { background-color: #2a2a4a; border-radius: 15px; overflow: hidden; width: 300px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-c9cc__game-category-card:hover { transform: translateY(-10px); } @media (max-width: 768px) { .page-c9cc__game-category-card { width: 100%; max-width: 300px; } } .page-c9cc__game-category-image { width: 100%; height: 200px; object-fit: cover; } @media (max-width: 768px) { .page-c9cc__game-category-image { height: 180px; } } .page-c9cc__game-category-content { padding: 20px; } .page-c9cc__game-category-content h3 { color: #ffeb3b; font-size: 1.5em; margin-bottom: 10px; } .page-c9cc__game-category-content p { color: #c0c0c0; font-size: 0.95em; margin-bottom: 15px; } .page-c9cc__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-c9cc__promo-grid { grid-template-columns: 1fr; gap: 20px; } } .page-c9cc__promo-card { background-color: #2a2a4a; padding: 30px; border-radius: 15px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; } .page-c9cc__promo-card h3 { color: #ffeb3b; font-size: 1.6em; margin-bottom: 15px; } .page-c9cc__promo-card p { color: #c0c0c0; font-size: 1em; margin-bottom: 20px; } .page-c9cc__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-c9cc__security-grid { grid-template-columns: 1fr; gap: 20px; } } .page-c9cc__security-item { background-color: #3a3a5a; padding: 25px; border-radius: 10px; text-align: left; } .page-c9cc__security-item h3 { color: #ffeb3b; font-size: 1.4em; margin-bottom: 10px; } .page-c9cc__security-item p { color: #c0c0c0; font-size: 0.95em; } .page-c9cc__faq-list { max-width: 800px; margin: 40px auto 0; text-align: left; } .page-c9cc__faq-item { background-color: #2a2a4a; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); } .page-c9cc__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #3a3a5a; color: #fff; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-c9cc__faq-question:hover { background-color: #4a4a6a; } .page-c9cc__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; color: #ffeb3b; } .page-c9cc__faq-toggle { font-size: 1.5em; margin-left: 10px; transition: transform 0.3s ease; pointer-events: none; } .page-c9cc__faq-item.active .page-c9cc__faq-toggle { transform: rotate(45deg); } .page-c9cc__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #c0c0c0; font-size: 1em; text-align: left; } .page-c9cc__faq-item.active .page-c9cc__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-c9cc__faq-question { padding: 12px 15px; font-size: 1.1em; } .page-c9cc__faq-answer { padding: 0 15px; } .page-c9cc__faq-item.active .page-c9cc__faq-answer { padding: 15px !important; } } .page-c9cc__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-c9cc__blog-grid { grid-template-columns: 1fr; gap: 20px; } } .page-c9cc__blog-card { background-color: #2a2a4a; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-c9cc__blog-card:hover { transform: translateY(-10px); } .page-c9cc__blog-image { width: 100%; height: 220px; object-fit: cover; } @media (max-width: 768px) { .page-c9cc__blog-image { height: 180px; } } .page-c9cc__blog-content { padding: 20px; } .page-c9cc__blog-content h3 { margin-top: 0; margin-bottom: 10px; } .page-c9cc__blog-content h3 a { color: #ffeb3b; font-size: 1.5em; text-decoration: none; transition: color 0.3s ease; } .page-c9cc__blog-content h3 a:hover { color: #fff; } .page-c9cc__blog-content p { color: #c0c0c0; font-size: 0.95em; line-height: 1.5; margin-bottom: 15px; } .page-c9cc__blog-meta { color: #888; font-size: 0.85em; margin-top: 10px; } .page-c9cc__float-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-c9cc__float-button { background-color: #e91e63; color: #fff; border-radius: 50%; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; font-size: 1.2em; text-decoration: none; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.2s ease; } .page-c9cc__float-button:hover { background-color: #d81b60; transform: scale(1.05); } @media (max-width: 768px) { .page-c9cc__float-buttons { bottom: 15px; right: 15px; gap: 8px; } .page-c9cc__float-button { width: 45px; height: 45px; font-size: 1.1em; } }