:root { --phsky-primary: #FFD700; /* Gold */ --phsky-secondary: #00BFFF; /* Deep Sky Blue */ --phsky-dark: #1A1A2E; /* Dark Blue */ --phsky-dark-light: #2E3A59; /* Slightly lighter dark blue */ --phsky-text-light: #E0E0E0; /* Light grey for text */ --phsky-text-dark: #1A1A2E; /* Dark text on light backgrounds */ --phsky-accent: #FF4500; /* Orange Red */ --phsky-button-hover: #FFC107; /* Amber */}.page-game-club-com-ph-crossfire { font-family: 'Arial', sans-serif; color: var(--phsky-text-light); background-color: var(--phsky-dark); line-height: 1.6; padding-top: var(--header-offset, 122px); /* Fallback for header offset */}.page-game-club-com-ph-crossfire__highlight { color: var(--phsky-primary); font-weight: bold;}.page-game-club-com-ph-crossfire__section-title { font-size: 2.5em; color: var(--phsky-primary); text-align: center; margin-bottom: 40px; padding: 20px 15px;}.page-game-club-com-ph-crossfire__text-content { text-align: center; max-width: 800px; margin: 0 auto 30px auto; padding: 0 15px; font-size: 1.1em;}.page-game-club-com-ph-crossfire__button { display: inline-block; padding: 12px 25px; margin: 10px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; text-align: center;}.page-game-club-com-ph-crossfire__button--primary { background-color: var(--phsky-primary); color: var(--phsky-dark);}.page-game-club-com-ph-crossfire__button--primary:hover { background-color: var(--phsky-button-hover); transform: translateY(-2px);}.page-game-club-com-ph-crossfire__button--secondary { background-color: transparent; color: var(--phsky-primary); border: 2px solid var(--phsky-primary);}.page-game-club-com-ph-crossfire__button--secondary:hover { background-color: var(--phsky-primary); color: var(--phsky-dark); transform: translateY(-2px);}.page-game-club-com-ph-crossfire__button--small { padding: 8px 15px; font-size: 0.9em;}.page-game-club-com-ph-crossfire__hero-section { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 50px 20px; background-color: var(--phsky-dark-light); position: relative; overflow: hidden;}.page-game-club-com-ph-crossfire__hero-content { max-width: 900px; z-index: 1;}.page-game-club-com-ph-crossfire__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #FFFFFF; line-height: 1.2;}.page-game-club-com-ph-crossfire__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; color: var(--phsky-text-light);}.page-game-club-com-ph-crossfire__hero-cta { display: flex; flex-wrap: wrap; justify-content: center;}.page-game-club-com-ph-crossfire__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0;}.page-game-club-com-ph-crossfire__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.2;}.page-game-club-com-ph-crossfire__intro-section, .page-game-club-com-ph-crossfire__quick-access-section, .page-game-club-com-ph-crossfire__games-section, .page-game-club-com-ph-crossfire__promotions-section, .page-game-club-com-ph-crossfire__security-section, .page-game-club-com-ph-crossfire__faq-section, .page-game-club-com-ph-crossfire__blog-section { padding: 80px 20px; background-color: var(--phsky-dark);}.page-game-club-com-ph-crossfire__intro-section { background-color: var(--phsky-dark-light);}.page-game-club-com-ph-crossfire__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 50px auto 0 auto;}.page-game-club-com-ph-crossfire__feature-item { background-color: var(--phsky-dark); padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);}.page-game-club-com-ph-crossfire__feature-icon { width: 100px; height: auto; margin-bottom: 20px; max-width: 100%; height: auto;}.page-game-club-com-ph-crossfire__feature-title { font-size: 1.5em; color: var(--phsky-primary); margin-bottom: 10px;}.page-game-club-com-ph-crossfire__feature-description { color: var(--phsky-text-light);}.page-game-club-com-ph-crossfire__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; max-width: 1000px; margin: 40px auto 0 auto;}.page-game-club-com-ph-crossfire__access-buttons .page-game-club-com-ph-crossfire__button { background-color: var(--phsky-secondary); color: #FFFFFF; flex-grow: 1; min-width: 200px;}.page-game-club-com-ph-crossfire__access-buttons .page-game-club-com-ph-crossfire__button:hover { background-color: #009ACD;}.page-game-club-com-ph-crossfire__games-section { background-color: var(--phsky-dark-light);}.page-game-club-com-ph-crossfire__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1200px; margin: 50px auto 0 auto;}.page-game-club-com-ph-crossfire__game-card { background-color: var(--phsky-dark); border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column;}.page-game-club-com-ph-crossfire__game-card-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; height: auto;}.page-game-club-com-ph-crossfire__game-card-title { font-size: 1.6em; color: var(--phsky-primary); margin: 20px 15px 10px 15px;}.page-game-club-com-ph-crossfire__game-card-description { padding: 0 15px 20px 15px; flex-grow: 1;}.page-game-club-com-ph-crossfire__game-card .page-game-club-com-ph-crossfire__button { margin-top: auto; margin-bottom: 20px;}.page-game-club-com-ph-crossfire__promotions-section { background-color: var(--phsky-dark);}.page-game-club-com-ph-crossfire__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 50px auto 0 auto;}.page-game-club-com-ph-crossfire__promo-card { background-color: var(--phsky-dark-light); border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column;}.page-game-club-com-ph-crossfire__promo-card-image { width: 100%; height: 220px; object-fit: cover; max-width: 100%; height: auto;}.page-game-club-com-ph-crossfire__promo-card-content { padding: 20px; display: flex; flex-direction: column; flex-grow: 1;}.page-game-club-com-ph-crossfire__promo-card-title { font-size: 1.4em; color: var(--phsky-primary); margin-bottom: 10px;}.page-game-club-com-ph-crossfire__promo-card-description { color: var(--phsky-text-light); margin-bottom: 20px; flex-grow: 1;}.page-game-club-com-ph-crossfire__promo-card .page-game-club-com-ph-crossfire__button { margin-top: auto;}.page-game-club-com-ph-crossfire__security-section { background-color: var(--phsky-dark-light);}.page-game-club-com-ph-crossfire__security-details { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 50px auto 0 auto;}.page-game-club-com-ph-crossfire__security-item { background-color: var(--phsky-dark); padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column;}.page-game-club-com-ph-crossfire__security-icon { width: 100px; height: auto; margin: 0 auto 20px auto; max-width: 100%; height: auto;}.page-game-club-com-ph-crossfire__security-item-title { font-size: 1.5em; color: var(--phsky-primary); margin-bottom: 10px;}.page-game-club-com-ph-crossfire__security-item-description { color: var(--phsky-text-light); flex-grow: 1; margin-bottom: 20px;}.page-game-club-com-ph-crossfire__security-item .page-game-club-com-ph-crossfire__button { margin-top: auto;}.page-game-club-com-ph-crossfire__faq-section { background-color: var(--phsky-dark);}.page-game-club-com-ph-crossfire__faq-container { max-width: 900px; margin: 50px auto 0 auto;}.page-game-club-com-ph-crossfire__faq-item { margin-bottom: 15px; border: 1px solid var(--phsky-dark-light); border-radius: 8px; overflow: hidden; background-color: var(--phsky-dark-light);}.page-game-club-com-ph-crossfire__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: var(--phsky-dark-light); border-bottom: 1px solid rgba(255, 255, 255, 0.1);}.page-game-club-com-ph-crossfire__faq-question:hover { background-color: #3b476b;}.page-game-club-com-ph-crossfire__faq-question-text { font-size: 1.2em; color: var(--phsky-primary); margin: 0; pointer-events: none;}.page-game-club-com-ph-crossfire__faq-toggle { font-size: 1.8em; font-weight: bold; color: var(--phsky-primary); transition: transform 0.3s ease; pointer-events: none;}.page-game-club-com-ph-crossfire__faq-item.active .page-game-club-com-ph-crossfire__faq-toggle { transform: rotate(45deg);}.page-game-club-com-ph-crossfire__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: var(--phsky-text-light);}.page-game-club-com-ph-crossfire__faq-item.active .page-game-club-com-ph-crossfire__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1;}.page-game-club-com-ph-crossfire__blog-section { background-color: var(--phsky-dark-light);}.page-game-club-com-ph-crossfire__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 50px auto 0 auto;}.page-game-club-com-ph-crossfire__blog-card { background-color: var(--phsky-dark); border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column;}.page-game-club-com-ph-crossfire__blog-card-image { width: 100%; height: 220px; object-fit: cover; max-width: 100%; height: auto;}.page-game-club-com-ph-crossfire__blog-card-content { padding: 20px; display: flex; flex-direction: column; flex-grow: 1;}.page-game-club-com-ph-crossfire__blog-card-title { font-size: 1.4em; color: var(--phsky-primary); margin-bottom: 10px;}.page-game-club-com-ph-crossfire__blog-card-title a { color: var(--phsky-primary); text-decoration: none;}.page-game-club-com-ph-crossfire__blog-card-title a:hover { text-decoration: underline;}.page-game-club-com-ph-crossfire__blog-card-excerpt { color: var(--phsky-text-light); margin-bottom: 20px; flex-grow: 1;}.page-game-club-com-ph-crossfire__blog-card .page-game-club-com-ph-crossfire__button { margin-top: auto;}@media (max-width: 1024px) { .page-game-club-com-ph-crossfire__hero-title { font-size: 3em; } .page-game-club-com-ph-crossfire__section-title { font-size: 2em; }}.page-game-club-com-ph-crossfire__features-grid, .page-game-club-com-ph-crossfire__game-categories, .page-game-club-com-ph-crossfire__promo-grid, .page-game-club-com-ph-crossfire__security-details, .page-game-club-com-ph-crossfire__blog-grid { padding: 0 15px; box-sizing: border-box;}@media (max-width: 768px) { .page-game-club-com-ph-crossfire__hero-section { padding-top: 30px; } .page-game-club-com-ph-crossfire__hero-title { font-size: 2.5em; } .page-game-club-com-ph-crossfire__hero-subtitle { font-size: 1.1em; } .page-game-club-com-ph-crossfire__section-title { font-size: 1.8em; } .page-game-club-com-ph-crossfire__text-content { font-size: 1em; } .page-game-club-com-ph-crossfire__button { padding: 10px 20px; margin: 8px; } .page-game-club-com-ph-crossfire__access-buttons .page-game-club-com-ph-crossfire__button { min-width: unset; width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-game-club-com-ph-crossfire__features-grid, .page-game-club-com-ph-crossfire__game-categories, .page-game-club-com-ph-crossfire__promo-grid, .page-game-club-com-ph-crossfire__security-details, .page-game-club-com-ph-crossfire__blog-grid { grid-template-columns: 1fr; } .page-game-club-com-ph-crossfire__feature-item, .page-game-club-com-ph-crossfire__game-card, .page-game-club-com-ph-crossfire__promo-card, .page-game-club-com-ph-crossfire__security-item, .page-game-club-com-ph-crossfire__blog-card { width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-game-club-com-ph-crossfire__game-card-image, .page-game-club-com-ph-crossfire__promo-card-image, .page-game-club-com-ph-crossfire__blog-card-image { height: 180px; } .page-game-club-com-ph-crossfire__faq-question { padding: 15px 20px; } .page-game-club-com-ph-crossfire__faq-question-text { font-size: 1.1em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-game-club-com-ph-crossfire__faq-answer { padding: 0 20px; } .page-game-club-com-ph-crossfire__faq-item.active .page-game-club-com-ph-crossfire__faq-answer { padding: 15px 20px !important; }}