/* Variables for consistent styling */:root {--page-kkk-777-slots-login-primary-color: #e44d26; /* A vibrant orange/red */--page-kkk-777-slots-login-secondary-color: #333;--page-kkk-777-slots-login-accent-color: #ffcc00; /* Gold/yellow for highlights */--page-kkk-777-slots-login-background-dark: #1a1a1a;--page-kkk-777-slots-login-background-light: #2c2c2c;--page-kkk-777-slots-login-text-color-light: #f0f0f0;--page-kkk-777-slots-login-text-color-dark: #ccc;--page-kkk-777-slots-login-border-color: #444;--page-kkk-777-slots-login-spacing-sm: 15px;--page-kkk-777-slots-login-spacing-md: 30px;--page-kkk-777-slots-login-spacing-lg: 60px;--page-kkk-777-slots-login-border-radius: 8px;}.page-kkk-777-slots-login {font-family: 'Arial', sans-serif;color: var(--page-kkk-777-slots-login-text-color-light);background-color: var(--page-kkk-777-slots-login-background-dark);line-height: 1.6;}.page-kkk-777-slots-login__hero-section {position: relative;overflow: hidden;display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;padding: 10px var(--page-kkk-777-slots-login-spacing-sm) var(--page-kkk-777-slots-login-spacing-lg);min-height: 60vh;color: #fff;}.page-kkk-777-slots-login__hero-image-wrapper {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;}.page-kkk-777-slots-login__hero-image {width: 100%;height: 100%;object-fit: cover;filter: brightness(0.5); /* Darken image for text readability */max-width: 100%; /* Mobile responsiveness */}.page-kkk-777-slots-login__hero-content {position: relative;z-index: 1;max-width: 900px;padding: var(--page-kkk-777-slots-login-spacing-md);background-color: rgba(0, 0, 0, 0.4);border-radius: var(--page-kkk-777-slots-login-border-radius);}.page-kkk-777-slots-login__hero-title {font-size: 2.8em;margin-bottom: var(--page-kkk-777-slots-login-spacing-sm);color: var(--page-kkk-777-slots-login-accent-color);line-height: 1.2;}.page-kkk-777-slots-login__hero-subtitle {font-size: 1.3em;margin-bottom: var(--page-kkk-777-slots-login-spacing-md);color: var(--page-kkk-777-slots-login-text-color-light);}.page-kkk-777-slots-login__hero-cta-button,.page-kkk-777-slots-login__hero-cta-button--secondary,.page-kkk-777-slots-login__access-button,.page-kkk-777-slots-login__game-button,.page-kkk-777-slots-login__promo-button,.page-kkk-777-slots-login__contact-button {display: inline-block;background-color: var(--page-kkk-777-slots-login-primary-color);color: #fff;padding: 15px 30px;border-radius: var(--page-kkk-777-slots-login-border-radius);text-decoration: none;font-weight: bold;font-size: 1.1em;transition: background-color 0.3s ease, transform 0.3s ease;margin: 10px;border: 2px solid var(--page-kkk-777-slots-login-primary-color);}.page-kkk-777-slots-login__hero-cta-button:hover,.page-kkk-777-slots-login__hero-cta-button--secondary:hover,.page-kkk-777-slots-login__access-button:hover,.page-kkk-777-slots-login__game-button:hover,.page-kkk-777-slots-login__promo-button:hover,.page-kkk-777-slots-login__contact-button:hover {background-color: #ff6a00;transform: translateY(-3px);}.page-kkk-777-slots-login__hero-cta-button--secondary {background-color: transparent;border-color: var(--page-kkk-777-slots-login-accent-color);color: var(--page-kkk-777-slots-login-accent-color);}.page-kkk-777-slots-login__hero-cta-button--secondary:hover {background-color: rgba(255, 204, 0, 0.2);color: #fff;}.page-kkk-777-slots-login__intro-section,.page-kkk-777-slots-login__access-section,.page-kkk-777-slots-login__games-section,.page-kkk-777-slots-login__promo-section,.page-kkk-777-slots-login__security-section,.page-kkk-777-slots-login__faq-section,.page-kkk-777-slots-login__blog-section {padding: var(--page-kkk-777-slots-login-spacing-lg) var(--page-kkk-777-slots-login-spacing-sm);max-width: 1200px;margin: 0 auto;text-align: center;}.page-kkk-777-slots-login__section-title {font-size: 2.2em;color: var(--page-kkk-777-slots-login-accent-color);margin-bottom: var(--page-kkk-777-slots-login-spacing-sm);}.page-kkk-777-slots-login__section-description {font-size: 1.1em;color: var(--page-kkk-777-slots-login-text-color-dark);margin-bottom: var(--page-kkk-777-slots-login-spacing-md);max-width: 800px;margin-left: auto;margin-right: auto;}.page-kkk-777-slots-login__features-grid,.page-kkk-777-slots-login__game-categories,.page-kkk-777-slots-login__promo-grid,.page-kkk-777-slots-login__security-grid,.page-kkk-777-slots-login__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: var(--page-kkk-777-slots-login-spacing-md);margin-top: var(--page-kkk-777-slots-login-spacing-md);}.page-kkk-777-slots-login__feature-item,.page-kkk-777-slots-login__game-category,.page-kkk-777-slots-login__promo-card,.page-kkk-777-slots-login__security-item,.page-kkk-777-slots-login__blog-card {background-color: var(--page-kkk-777-slots-login-background-light);border-radius: var(--page-kkk-777-slots-login-border-radius);padding: var(--page-kkk-777-slots-login-spacing-md);text-align: center;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);transition: transform 0.3s ease;display: flex;flex-direction: column;justify-content: space-between;}.page-kkk-777-slots-login__feature-item:hover,.page-kkk-777-slots-login__game-category:hover,.page-kkk-777-slots-login__promo-card:hover,.page-kkk-777-slots-login__security-item:hover,.page-kkk-777-slots-login__blog-card:hover {transform: translateY(-5px);}.page-kkk-777-slots-login__feature-icon,.page-kkk-777-slots-login__security-icon {width: 100px;height: 100px;object-fit: contain;margin: 0 auto var(--page-kkk-777-slots-login-spacing-sm);max-width: 100%; /* Mobile responsiveness */height: auto; /* Mobile responsiveness */}.page-kkk-777-slots-login__game-image,.page-kkk-777-slots-login__promo-image,.page-kkk-777-slots-login__blog-image {width: 100%;height: 200px; /* Fixed height for consistency */object-fit: cover;border-radius: var(--page-kkk-777-slots-login-border-radius) var(--page-kkk-777-slots-login-border-radius) 0 0;margin-bottom: var(--page-kkk-777-slots-login-spacing-sm);max-width: 100%; /* Mobile responsiveness */height: auto; /* Mobile responsiveness */}.page-kkk-777-slots-login__feature-title,.page-kkk-777-slots-login__game-title,.page-kkk-777-slots-login__promo-title,.page-kkk-777-slots-login__security-title {font-size: 1.4em;color: var(--page-kkk-777-slots-login-primary-color);margin-bottom: 10px;}.page-kkk-777-slots-login__feature-text,.page-kkk-777-slots-login__game-text,.page-kkk-777-slots-login__promo-text,.page-kkk-777-slots-login__security-text {font-size: 0.95em;color: var(--page-kkk-777-slots-login-text-color-dark);flex-grow: 1;}.page-kkk-777-slots-login__access-buttons,.page-kkk-777-slots-login__contact-buttons {margin-top: var(--page-kkk-777-slots-login-spacing-md);display: flex;flex-wrap: wrap;justify-content: center;gap: var(--page-kkk-777-slots-login-spacing-sm);}/* FAQ Section Styling */.page-kkk-777-slots-login__faq-list {margin-top: var(--page-kkk-777-slots-login-spacing-md);max-width: 800px;margin-left: auto;margin-right: auto;}.page-kkk-777-slots-login__faq-item {background-color: var(--page-kkk-777-slots-login-background-light);border-radius: var(--page-kkk-777-slots-login-border-radius);margin-bottom: 10px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);overflow: hidden;}.page-kkk-777-slots-login__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 15px 20px;cursor: pointer;background-color: #3a3a3a;border-bottom: 1px solid var(--page-kkk-777-slots-login-border-color);transition: background-color 0.3s ease;user-select: none;}.page-kkk-777-slots-login__faq-question:hover {background-color: #4a4a4a;}.page-kkk-777-slots-login__faq-question h3 {margin: 0;font-size: 1.15em;color: var(--page-kkk-777-slots-login-text-color-light);pointer-events: none; /* Prevent h3 from blocking click event on parent */}.page-kkk-777-slots-login__faq-toggle {font-size: 1.5em;font-weight: bold;color: var(--page-kkk-777-slots-login-accent-color);transition: transform 0.3s ease;pointer-events: none; /* Prevent toggle from blocking click event on parent */}.page-kkk-777-slots-login__faq-item.active .page-kkk-777-slots-login__faq-toggle {transform: rotate(45deg);}.page-kkk-777-slots-login__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;text-align: left;color: var(--page-kkk-777-slots-login-text-color-dark);font-size: 0.95em;}.page-kkk-777-slots-login__faq-item.active .page-kkk-777-slots-login__faq-answer {max-height: 2000px !important; /* Sufficiently large value */padding: 20px !important;opacity: 1;}/* Blog Section Styling */.page-kkk-777-slots-login__blog-card {text-align: left;overflow: hidden;}.page-kkk-777-slots-login__blog-content {padding: var(--page-kkk-777-slots-login-spacing-sm);}.page-kkk-777-slots-login__blog-title {font-size: 1.2em;margin-bottom: 10px;line-height: 1.3;}.page-kkk-777-slots-login__blog-title a {color: var(--page-kkk-777-slots-login-primary-color);text-decoration: none;transition: color 0.3s ease;}.page-kkk-777-slots-login__blog-title a:hover {color: var(--page-kkk-777-slots-login-accent-color);}.page-kkk-777-slots-login__blog-excerpt {font-size: 0.9em;color: var(--page-kkk-777-slots-login-text-color-dark);margin-bottom: 10px;}.page-kkk-777-slots-login__blog-date {font-size: 0.8em;color: #888;}/* Responsive adjustments */@media (max-width: 768px) {.page-kkk-777-slots-login__hero-title {font-size: 2em;}.page-kkk-777-slots-login__hero-subtitle {font-size: 1em;}.page-kkk-777-slots-login__hero-cta-button,.page-kkk-777-slots-login__hero-cta-button--secondary,.page-kkk-777-slots-login__access-button,.page-kkk-777-slots-login__game-button,.page-kkk-777-slots-login__promo-button,.page-kkk-777-slots-login__contact-button {padding: 12px 20px;font-size: 1em;margin: 5px;}.page-kkk-777-slots-login__section-title {font-size: 1.8em;}.page-kkk-777-slots-login__features-grid,.page-kkk-777-slots-login__game-categories,.page-kkk-777-slots-login__promo-grid,.page-kkk-777-slots-login__security-grid,.page-kkk-777-slots-login__blog-grid {grid-template-columns: 1fr;gap: var(--page-kkk-777-slots-login-spacing-sm);}/* List item mobile responsiveness */.page-kkk-777-slots-login__feature-item,.page-kkk-777-slots-login__game-category,.page-kkk-777-slots-login__promo-card,.page-kkk-777-slots-login__security-item,.page-kkk-777-slots-login__blog-card {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;padding: var(--page-kkk-777-slots-login-spacing-sm) !important;}.page-kkk-777-slots-login__feature-item p,.page-kkk-777-slots-login__game-category p,.page-kkk-777-slots-login__promo-card p,.page-kkk-777-slots-login__security-item p,.page-kkk-777-slots-login__blog-card p {word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}.page-kkk-777-slots-login__intro-section,.page-kkk-777-slots-login__access-section,.page-kkk-777-slots-login__games-section,.page-kkk-777-slots-login__promo-section,.page-kkk-777-slots-login__security-section,.page-kkk-777-slots-login__faq-section,.page-kkk-777-slots-login__blog-section {padding: var(--page-kkk-777-slots-login-spacing-md) var(--page-kkk-777-slots-login-spacing-sm);}.page-kkk-777-slots-login__faq-question {padding: 12px 15px;}.page-kkk-777-slots-login__faq-question h3 {font-size: 1em;}.page-kkk-777-slots-login__faq-answer {padding: 0 15px;}.page-kkk-777-slots-login__faq-item.active .page-kkk-777-slots-login__faq-answer {padding: 15px !important;}}@media (min-width: 769px) {.page-kkk-777-slots-login__hero-section {min-height: 80vh;}}