/* Page-specific CSS for csgo-playtime */:root { --page-csgo-playtime__primary-color: #FFD700; /* Gold */ --page-csgo-playtime__secondary-color: #1a1a1a; /* Dark Grey */ --page-csgo-playtime__accent-color: #007bff; /* Blue */ --page-csgo-playtime__text-color: #e0e0e0; /* Light Grey */ --page-csgo-playtime__dark-text-color: #ffffff; /* White */ --page-csgo-playtime__background-color: #0d0d0d; /* Very Dark Grey */ --page-csgo-playtime__border-color: #333333; /* Medium Grey */ --page-csgo-playtime__button-hover: #e6c200; /* Darker Gold */}.page-csgo-playtime { font-family: 'Arial', sans-serif; color: var(--page-csgo-playtime__text-color); background-color: var(--page-csgo-playtime__background-color); line-height: 1.6;}.page-csgo-playtime__container { max-width: 1200px; margin: 0 auto; padding: 20px;}.page-csgo-playtime__section { padding: 60px 20px; text-align: center; border-bottom: 1px solid var(--page-csgo-playtime__border-color);}.page-csgo-playtime__section:last-of-type { border-bottom: none;}.page-csgo-playtime__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:csgo,esports,gaming,player]') no-repeat center center/cover; padding: 10px 20px 100px; color: var(--page-csgo-playtime__dark-text-color); display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; text-align: center;}.page-csgo-playtime__hero-section h1 { font-size: 3.5em; margin-bottom: 20px; color: var(--page-csgo-playtime__primary-color); text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-csgo-playtime__hero-section p { font-size: 1.2em; max-width: 800px; margin-bottom: 30px;}.page-csgo-playtime__button-group { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap;}.page-csgo-playtime__button { display: inline-block; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; white-space: nowrap;}.page-csgo-playtime__button--primary { background-color: var(--page-csgo-playtime__primary-color); color: var(--page-csgo-playtime__secondary-color); border: 2px solid var(--page-csgo-playtime__primary-color);}.page-csgo-playtime__button--primary:hover { background-color: var(--page-csgo-playtime__button-hover); transform: translateY(-3px);}.page-csgo-playtime__button--secondary { background-color: transparent; color: var(--page-csgo-playtime__primary-color); border: 2px solid var(--page-csgo-playtime__primary-color);}.page-csgo-playtime__button--secondary:hover { background-color: var(--page-csgo-playtime__primary-color); color: var(--page-csgo-playtime__secondary-color); transform: translateY(-3px);}.page-csgo-playtime__heading { font-size: 2.5em; margin-bottom: 30px; color: var(--page-csgo-playtime__primary-color);}.page-csgo-playtime__subheading { font-size: 1.8em; margin-bottom: 20px; color: var(--page-csgo-playtime__dark-text-color);}.page-csgo-playtime__content-text { font-size: 1.1em; margin-bottom: 20px; max-width: 900px; margin-left: auto; margin-right: auto; text-align: left;}.page-csgo-playtime__image-container { margin: 40px auto; max-width: 800px; text-align: center;}.page-csgo-playtime__image-container img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);}.page-csgo-playtime__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px;}.page-csgo-playtime__feature-item { background-color: var(--page-csgo-playtime__secondary-color); padding: 30px; border-radius: 8px; text-align: left; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);}.page-csgo-playtime__feature-item h3 { color: var(--page-csgo-playtime__primary-color); margin-bottom: 15px; font-size: 1.4em;}.page-csgo-playtime__feature-item p { font-size: 1em; line-height: 1.7;}.page-csgo-playtime__faq-section { background-color: var(--page-csgo-playtime__secondary-color);}.page-csgo-playtime__faq-list { max-width: 900px; margin: 40px auto 0; text-align: left;}.page-csgo-playtime__faq-item { margin-bottom: 15px; border: 1px solid var(--page-csgo-playtime__border-color); border-radius: 8px; overflow: hidden;}.page-csgo-playtime__faq-question { background-color: var(--page-csgo-playtime__secondary-color); padding: 20px 25px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; user-select: none; transition: background-color 0.3s ease;}.page-csgo-playtime__faq-question:hover { background-color: #2a2a2a;}.page-csgo-playtime__faq-question h3 { margin: 0; font-size: 1.2em; color: var(--page-csgo-playtime__dark-text-color); pointer-events: none;}.page-csgo-playtime__faq-toggle { font-size: 1.8em; font-weight: bold; color: var(--page-csgo-playtime__primary-color); transition: transform 0.3s ease; pointer-events: none;}.page-csgo-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #1a1a1a; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0;}.page-csgo-playtime__faq-answer p { margin: 0; padding-bottom: 20px; font-size: 1em; line-height: 1.7;}.page-csgo-playtime__faq-item.active .page-csgo-playtime__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1;}.page-csgo-playtime__faq-item.active .page-csgo-playtime__faq-toggle { transform: rotate(45deg);}.page-csgo-playtime__cta-section { background-color: var(--page-csgo-playtime__background-color); padding: 80px 20px; text-align: center;}.page-csgo-playtime__cta-section h2 { font-size: 2.8em; color: var(--page-csgo-playtime__primary-color); margin-bottom: 30px;}@media (max-width: 768px) { .page-csgo-playtime__hero-section { padding-top: 80px; min-height: 400px;}.page-csgo-playtime__hero-section h1 { font-size: 2.5em;}.page-csgo-playtime__hero-section p { font-size: 1em;}.page-csgo-playtime__button-group { flex-direction: column; gap: 15px;}.page-csgo-playtime__button { width: 100%; max-width: 300px;}.page-csgo-playtime__heading { font-size: 2em;}.page-csgo-playtime__subheading { font-size: 1.5em;}.page-csgo-playtime__content-text { font-size: 0.95em;}.page-csgo-playtime__section { padding: 40px 15px;}.page-csgo-playtime__features-grid { grid-template-columns: 1fr;}.page-csgo-playtime__feature-item { padding: 20px;}.page-csgo-playtime__feature-item h3 { font-size: 1.2em;}.page-csgo-playtime__faq-question { padding: 15px 20px;}.page-csgo-playtime__faq-question h3 { font-size: 1.1em;}.page-csgo-playtime__faq-answer { padding: 0 20px;}.page-csgo-playtime__faq-item.active .page-csgo-playtime__faq-answer { padding: 15px 20px !important;}.page-csgo-playtime__cta-section h2 { font-size: 2em;}.page-csgo-playtime__faq-list { padding: 0; margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important;}.page-csgo-playtime__faq-item { box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important;}.page-csgo-playtime__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important;}}