.page-c8 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-c8__section { padding: 40px 20px; text-align: center; max-width: 1200px; margin: 0 auto; } @media (max-width: 768px) { .page-c8__section { padding: 20px 15px; } } .page-c8__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:betting,casino,c888]') no-repeat center center/cover; padding: 10px 0 60px; color: #fff; text-align: center; position: relative; overflow: hidden; } .page-c8__hero-content { max-width: 900px; margin: 0 auto; padding: 20px; position: relative; z-index: 1; } .page-c8__hero-title { font-size: 3.5em; margin-bottom: 20px; font-weight: bold; color: #ffcc00; text-shadow: 0 0 10px rgba(255, 204, 0, 0.8); } @media (max-width: 768px) { .page-c8__hero-title { font-size: 2.2em; } } .page-c8__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #eee; } @media (max-width: 768px) { .page-c8__hero-subtitle { font-size: 1.1em; } } .page-c8__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-c8__button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-c8__button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-c8__button--secondary { background-color: #337ab7; color: #fff; } .page-c8__button--secondary:hover { background-color: #286090; } .page-c8__about-section { background-color: #222; } .page-c8__title { font-size: 2.5em; color: #ffcc00; margin-bottom: 30px; text-transform: uppercase; } @media (max-width: 768px) { .page-c8__title { font-size: 1.8em; } } .page-c8__text-content { font-size: 1.1em; margin-bottom: 20px; color: #ccc; } .page-c8__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 40px; } .page-c8__feature-item { background-color: #333; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-align: left; } .page-c8__feature-item h3 { color: #ffcc00; font-size: 1.6em; margin-bottom: 15px; } .page-c8__feature-item p { color: #ccc; font-size: 1em; } .page-c8__quick-access-section { background-color: #1a1a1a; } .page-c8__access-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; } .page-c8__access-link { background-color: #333; padding: 20px; border-radius: 8px; text-decoration: none; color: #fff; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; display: flex; align-items: center; justify-content: center; min-height: 80px; } .page-c8__access-link:hover { background-color: #ffcc00; color: #1a1a1a; } .page-c8__games-section { background-color: #222; } .page-c8__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 40px; } .page-c8__game-card { background-color: #333; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-c8__game-card:hover { transform: translateY(-5px); } .page-c8__game-card-image { width: 100%; max-width: 100%; height: auto; display: block; object-fit: cover; } .page-c8__game-card-content { padding: 20px; } .page-c8__game-card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-c8__game-card-description { color: #ccc; font-size: 0.95em; margin-bottom: 15px; } .page-c8__promotions-section { background-color: #1a1a1a; } .page-c8__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-c8__promo-card { background-color: #333; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-align: left; } .page-c8__promo-card-image { width: 100%; max-width: 100%; height: auto; display: block; object-fit: cover; } .page-c8__promo-card-content { padding: 20px; } .page-c8__promo-card-title { font-size: 1.6em; color: #ffcc00; margin-bottom: 10px; } .page-c8__promo-card-description { color: #ccc; font-size: 1em; margin-bottom: 20px; } .page-c8__security-section { background-color: #222; } .page-c8__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 40px; } .page-c8__security-item { background-color: #333; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-align: left; } .page-c8__security-item h3 { color: #ffcc00; font-size: 1.6em; margin-bottom: 15px; } .page-c8__security-item p { color: #ccc; font-size: 1em; } .page-c8__faq-section { background-color: #1a1a1a; } .page-c8__faq-list { max-width: 800px; margin: 40px auto 0; text-align: left; } .page-c8__faq-item { background-color: #333; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-c8__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 15px; cursor: pointer; background-color: #444; color: #ffcc00; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-c8__faq-question:hover { background-color: #555; } .page-c8__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; } .page-c8__faq-toggle { font-size: 1.5em; font-weight: bold; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-c8__faq-item.active .page-c8__faq-toggle { transform: rotate(45deg); } .page-c8__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; color: #ccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-c8__faq-item.active .page-c8__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-c8__blog-section { background-color: #222; } .page-c8__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-c8__blog-card { background-color: #333; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-c8__blog-card:hover { transform: translateY(-5px); } .page-c8__blog-card-image { width: 100%; max-width: 100%; height: auto; display: block; object-fit: cover; } .page-c8__blog-card-content { padding: 20px; } .page-c8__blog-card-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-c8__blog-card-title a { color: #ffcc00; text-decoration: none; } .page-c8__blog-card-title a:hover { text-decoration: underline; } .page-c8__blog-card-excerpt { color: #ccc; font-size: 0.95em; margin-bottom: 15px; } .page-c8__blog-card-date { color: #999; font-size: 0.85em; } /* Fixed floating buttons */ .page-c8__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-c8__floating-button { background-color: #ffcc00; color: #1a1a1a; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-c8__floating-button:hover { background-color: #e6b800; transform: translateY(-3px); } @media (max-width: 768px) { .page-c8__floating-buttons { right: 10px; bottom: 10px; } .page-c8__floating-button { padding: 10px 15px; font-size: 0.9em; } /* List item responsive */ .page-c8__features-grid, .page-c8__access-links, .page-c8__game-grid, .page-c8__promo-grid, .page-c8__security-grid, .page-c8__blog-grid { grid-template-columns: 1fr; } .page-c8__feature-item, .page-c8__access-link, .page-c8__game-card, .page-c8__promo-card, .page-c8__security-item, .page-c8__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-c8__text-content, .page-c8__feature-item p, .page-c8__game-card-description, .page-c8__promo-card-description, .page-c8__security-item p, .page-c8__blog-card-excerpt, .page-c8__faq-answer { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-c8__faq-list { padding: 0 10px; } .page-c8__faq-question { padding: 15px 10px; font-size: 1.1em; } .page-c8__faq-answer { padding: 15px 10px !important; } }