/* General styling for the page-22-slotsgo container */.page-22-slotsgo {font-family: 'Arial', sans-serif;color: #e0e0e0;background-color: #1a1a2e;line-height: 1.6;overflow-x: hidden;padding-top: var(--header-offset, 122px); /* Fallback for body padding if not set by shared.css */} /* Ensure all images are responsive */.page-22-slotsgo img {max-width: 100%;height: auto;display: block;}.page-22-slotsgo__highlight {color: #e94560; /* A vibrant accent color */}/* Section styling */.page-22-slotsgo section {padding: 60px 20px;max-width: 1200px;margin: 0 auto;text-align: center;}.page-22-slotsgo__section-title {font-size: 2.8em;margin-bottom: 40px;color: #ffffff;font-weight: bold;}/* Buttons */.page-22-slotsgo__button {display: inline-block;padding: 15px 30px;border-radius: 8px;text-decoration: none;font-weight: bold;font-size: 1.1em;transition: background-color 0.3s ease, transform 0.3s ease;white-space: nowrap;margin: 10px;}.page-22-slotsgo__button--primary {background-color: #e94560;color: #ffffff;border: 2px solid #e94560;}.page-22-slotsgo__button--primary:hover {background-color: #d13a52;transform: translateY(-2px);}.page-22-slotsgo__button--secondary {background-color: transparent;color: #e94560;border: 2px solid #e94560;}.page-22-slotsgo__button--secondary:hover {background-color: #e94560;color: #ffffff;transform: translateY(-2px);}.page-22-slotsgo__button--small {padding: 10px 20px;font-size: 0.9em;margin: 5px;}/* Hero Section */.page-22-slotsgo__hero-section {display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;padding: 10px 20px 60px; /* Adjusted padding-top as per instructions */min-height: 80vh;background: linear-gradient(135deg, #1a1a2e, #16213e);color: #ffffff;position: relative;overflow: hidden;}.page-22-slotsgo__hero-content {z-index: 1;max-width: 900px;margin-bottom: 40px;}.page-22-slotsgo__hero-title {font-size: 4em;margin-bottom: 20px;line-height: 1.1;}.page-22-slotsgo__hero-description {font-size: 1.3em;margin-bottom: 30px;max-width: 700px;margin-left: auto;margin-right: auto;}.page-22-slotsgo__hero-actions {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;}.page-22-slotsgo__hero-image-wrapper {margin-top: 40px;width: 100%;max-width: 900px;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);border-radius: 15px;overflow: hidden;}.page-22-slotsgo__hero-image {width: 100%;height: auto;display: block;object-fit: cover;}/* Features Section */.page-22-slotsgo__features-section {background-color: #0f3460;}.page-22-slotsgo__features-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 50px;}.page-22-slotsgo__feature-item {background-color: #1a1a2e;padding: 30px;border-radius: 10px;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);transition: transform 0.3s ease;}.page-22-slotsgo__feature-item:hover {transform: translateY(-10px);}.page-22-slotsgo__feature-icon {width: 200px; /* Minimum 200x200 for content images */height: 200px;object-fit: cover;margin: 0 auto 20px; /* Center the image */max-width: 100%;border-radius: 10px; /* To make it look like a content image */}.page-22-slotsgo__feature-title {font-size: 1.8em;color: #e94560;margin-bottom: 15px;}.page-22-slotsgo__feature-description {font-size: 1em;color: #c0c0c0;}/* Call to Action Section */.page-22-slotsgo__cta-section {display: flex;flex-direction: column;align-items: center;gap: 40px;background-color: #16213e;}.page-22-slotsgo__cta-content {max-width: 800px;}.page-22-slotsgo__cta-title {font-size: 2.5em;margin-bottom: 20px;color: #ffffff;}.page-22-slotsgo__cta-description {font-size: 1.2em;margin-bottom: 30px;color: #c0c0c0;}.page-22-slotsgo__cta-image {max-width: 100%;height: auto;border-radius: 15px;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);}/* Games Showcase Section */.page-22-slotsgo__games-showcase {background-color: #1a1a2e;}.page-22-slotsgo__games-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 30px;margin-top: 50px;}.page-22-slotsgo__game-card {background-color: #0f3460;border-radius: 10px;overflow: hidden;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);transition: transform 0.3s ease;display: flex;flex-direction: column;justify-content: space-between;}.page-22-slotsgo__game-card:hover {transform: translateY(-10px);}.page-22-slotsgo__game-image {width: 100%;height: 200px; /* Fixed height for consistency */object-fit: cover;display: block;}.page-22-slotsgo__game-title {font-size: 1.5em;color: #e94560;margin: 20px 15px 10px;}.page-22-slotsgo__game-description {font-size: 0.95em;color: #c0c0c0;margin: 0 15px 20px;flex-grow: 1;}/* Download Section */.page-22-slotsgo__download-section {display: flex;flex-direction: column;align-items: center;gap: 40px;background-color: #0f3460;}.page-22-slotsgo__download-content {max-width: 800px;}.page-22-slotsgo__download-description {font-size: 1.2em;margin-bottom: 30px;color: #c0c0c0;}.page-22-slotsgo__download-buttons {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;}.page-22-slotsgo__download-image {max-width: 100%;height: auto;border-radius: 15px;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);}/* FAQ Section */.page-22-slotsgo__faq-section {background-color: #1a1a2e;text-align: left;}.page-22-slotsgo__faq-container {max-width: 800px;margin: 50px auto 0;border-radius: 10px;overflow: hidden;box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);}.page-22-slotsgo__faq-item {background-color: #16213e;margin-bottom: 10px;border-radius: 8px;overflow: hidden;}.page-22-slotsgo__faq-item:last-child {margin-bottom: 0;}.page-22-slotsgo__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px 25px;background-color: #0f3460;cursor: pointer;user-select: none;border-bottom: 1px solid rgba(255, 255, 255, 0.1);transition: background-color 0.3s ease;}.page-22-slotsgo__faq-question:hover {background-color: #1a1a2e;}.page-22-slotsgo__faq-q-text {font-size: 1.2em;color: #ffffff;margin: 0;pointer-events: none; /* Prevent text from interfering with click event */}.page-22-slotsgo__faq-toggle {font-size: 1.8em;color: #e94560;font-weight: bold;line-height: 1;transition: transform 0.3s ease;pointer-events: none; /* Prevent icon from interfering with click event */}.page-22-slotsgo__faq-item.active .page-22-slotsgo__faq-toggle {transform: rotate(45deg); /* Change '+' to 'x' or '-' */}.page-22-slotsgo__faq-answer {max-height: 0;overflow: hidden;padding: 0 25px;opacity: 0;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;background-color: #16213e;color: #c0c0c0;}.page-22-slotsgo__faq-item.active .page-22-slotsgo__faq-answer {max-height: 2000px !important; /* Sufficiently large for content */padding: 20px 25px !important;opacity: 1;}.page-22-slotsgo__faq-answer p {margin: 0;padding-bottom: 10px;}/* Responsive Design */@media (max-width: 1024px) {.page-22-slotsgo__hero-title {font-size: 3.5em;}.page-22-slotsgo__section-title {font-size: 2.5em;}.page-22-slotsgo__cta-title {font-size: 2em;}}@media (max-width: 768px) {.page-22-slotsgo section {padding: 40px 15px;}.page-22-slotsgo__hero-section {padding-bottom: 40px;min-height: auto;}.page-22-slotsgo__hero-title {font-size: 2.5em;}.page-22-slotsgo__hero-description {font-size: 1em;}.page-22-slotsgo__hero-actions {flex-direction: column;gap: 15px;}.page-22-slotsgo__button {width: 100% !important;max-width: 300px !important;margin: 0 auto !important;box-sizing: border-box !important;}.page-22-slotsgo__section-title {font-size: 2em;}.page-22-slotsgo__features-grid,.page-22-slotsgo__games-grid {grid-template-columns: 1fr; /* Single column layout */gap: 20px;}.page-22-slotsgo__feature-item,.page-22-slotsgo__game-card {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}.page-22-slotsgo__feature-icon {width: 100% !important; /* Ensure icons are responsive */max-width: 200px !important; /* Keep min size */height: auto !important;}.page-22-slotsgo__game-image {height: 180px; /* Adjust height for mobile */}.page-22-slotsgo__cta-section,.page-22-slotsgo__download-section {flex-direction: column;}.page-22-slotsgo__cta-title,.page-22-slotsgo__download-section .page-22-slotsgo__section-title {font-size: 1.8em;}.page-22-slotsgo__cta-description,.page-22-slotsgo__download-description {font-size: 1em;}.page-22-slotsgo__download-buttons {flex-direction: column;gap: 15px;}.page-22-slotsgo__faq-question {padding: 15px 20px;}.page-22-slotsgo__faq-q-text {font-size: 1.1em;word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}.page-22-slotsgo__faq-toggle {font-size: 1.5em;}.page-22-slotsgo__faq-answer {padding: 0 20px;}.page-22-slotsgo__faq-item.active .page-22-slotsgo__faq-answer {padding: 15px 20px !important;}}@media (max-width: 480px) {.page-22-slotsgo__hero-title {font-size: 2em;}.page-22-slotsgo__section-title {font-size: 1.8em;}.page-22-slotsgo__cta-title,.page-22-slotsgo__download-section .page-22-slotsgo__section-title {font-size: 1.6em;}}