.page-apaldo-download {font-family: 'Arial', sans-serif;color: #333;line-height: 1.6;background-color: #f9f9f9;}.page-apaldo-download__hero-section {position: relative;background: linear-gradient(135deg, #007bff, #0056b3);color: #fff;padding: 60px 20px;text-align: center;overflow: hidden;padding-top: calc(var(--header-offset, 122px) + 10px);}.page-apaldo-download__hero-image {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;opacity: 0.3;z-index: 0;}.page-apaldo-download__hero-content {position: relative;z-index: 1;max-width: 900px;margin: 0 auto;}.page-apaldo-download__hero-title {font-size: 2.8em;margin-bottom: 20px;line-height: 1.2;font-weight: bold;}.page-apaldo-download__hero-subtitle {font-size: 1.3em;margin-bottom: 30px;opacity: 0.9;}.page-apaldo-download__hero-button {display: inline-block;background-color: #ffc107;color: #333;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;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);}.page-apaldo-download__hero-button:hover {background-color: #e0a800;transform: translateY(-2px);}.page-apaldo-download__intro-section, .page-apaldo-download__access-section, .page-apaldo-download__games-section, .page-apaldo-download__promo-section, .page-apaldo-download__security-section, .page-apaldo-download__faq-section, .page-apaldo-download__blog-section {padding: 60px 20px;max-width: 1200px;margin: 0 auto;}.page-apaldo-download__intro-title, .page-apaldo-download__access-title, .page-apaldo-download__games-title, .page-apaldo-download__promo-title, .page-apaldo-download__security-title, .page-apaldo-download__faq-main-title, .page-apaldo-download__blog-title {font-size: 2.2em;color: #0056b3;text-align: center;margin-bottom: 40px;font-weight: bold;}.page-apaldo-download__intro-text, .page-apaldo-download__access-text, .page-apaldo-download__games-text, .page-apaldo-download__promo-text, .page-apaldo-download__security-text, .page-apaldo-download__blog-text {text-align: center;font-size: 1.1em;margin-bottom: 40px;color: #555;}.page-apaldo-download__features-grid, .page-apaldo-download__game-categories, .page-apaldo-download__promo-grid, .page-apaldo-download__security-grid, .page-apaldo-download__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 30px;}.page-apaldo-download__feature-item, .page-apaldo-download__game-card, .page-apaldo-download__promo-card, .page-apaldo-download__security-item, .page-apaldo-download__blog-card {background-color: #fff;border-radius: 12px;box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);padding: 25px;text-align: center;transition: transform 0.3s ease, box-shadow 0.3s ease;display: flex;flex-direction: column;justify-content: space-between;}.page-apaldo-download__feature-item:hover, .page-apaldo-download__game-card:hover, .page-apaldo-download__promo-card:hover, .page-apaldo-download__security-item:hover, .page-apaldo-download__blog-card:hover {transform: translateY(-5px);box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);}.page-apaldo-download__feature-icon, .page-apaldo-download__game-image, .page-apaldo-download__promo-image, .page-apaldo-download__security-icon, .page-apaldo-download__blog-image {width: 100%;height: 200px;object-fit: cover;border-radius: 8px;margin-bottom: 20px;}.page-apaldo-download__feature-heading, .page-apaldo-download__game-name, .page-apaldo-download__promo-heading, .page-apaldo-download__security-heading {font-size: 1.5em;color: #0056b3;margin-bottom: 10px;}.page-apaldo-download__feature-description, .page-apaldo-download__game-provider, .page-apaldo-download__promo-description, .page-apaldo-download__security-description, .page-apaldo-download__blog-excerpt {font-size: 1em;color: #666;}.page-apaldo-download__access-buttons {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;margin-top: 30px;}.page-apaldo-download__access-button, .page-apaldo-download__game-button, .page-apaldo-download__promo-button, .page-apaldo-download__blog-read-more {display: inline-block;background-color: #ffc107;color: #333;padding: 12px 25px;border-radius: 50px;text-decoration: none;font-weight: bold;font-size: 1em;transition: background-color 0.3s ease, transform 0.3s ease;margin-top: 20px;}.page-apaldo-download__access-button:hover, .page-apaldo-download__game-button:hover, .page-apaldo-download__promo-button:hover, .page-apaldo-download__blog-read-more:hover {background-color: #e0a800;transform: translateY(-2px);}.page-apaldo-download__faq-list {margin-top: 30px;}.page-apaldo-download__faq-item {background-color: #fff;border-radius: 10px;margin-bottom: 15px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);overflow: hidden;}.page-apaldo-download__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px 25px;background-color: #e9f5ff;color: #0056b3;cursor: pointer;user-select: none;border-bottom: 1px solid #d0e8ff;transition: background-color 0.3s ease;}.page-apaldo-download__faq-question:hover {background-color: #d0e8ff;}.page-apaldo-download__faq-question-text {font-size: 1.2em;margin: 0;flex-grow: 1;text-align: left;pointer-events: none;}.page-apaldo-download__faq-toggle {font-size: 1.5em;font-weight: bold;margin-left: 15px;pointer-events: none;}.page-apaldo-download__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;background-color: #f7f7f7;}.page-apaldo-download__faq-item.active .page-apaldo-download__faq-answer {max-height: 2000px !important;padding: 20px 25px !important;opacity: 1;}.page-apaldo-download__faq-item.active .page-apaldo-download__faq-toggle {content: '−';}.page-apaldo-download__faq-answer-text {margin: 0;color: #555;}.page-apaldo-download__blog-card-title a {text-decoration: none;color: #0056b3;font-size: 1.3em;margin-bottom: 10px;display: block;}.page-apaldo-download__blog-card-title a:hover {text-decoration: underline;}.page-apaldo-download__blog-excerpt {font-size: 0.95em;color: #666;margin-bottom: 15px;}.page-apaldo-download__blog-date {display: block;font-size: 0.85em;color: #888;margin-top: 10px;}.page-apaldo-download__blog-image {height: 250px;}@media (max-width: 768px) {.page-apaldo-download__hero-section {padding: 40px 15px;padding-top: calc(var(--header-offset, 122px) + 10px);}.page-apaldo-download__hero-title {font-size: 2em;}.page-apaldo-download__hero-subtitle {font-size: 1em;}.page-apaldo-download__hero-button {padding: 12px 25px;font-size: 1em;}.page-apaldo-download__intro-section, .page-apaldo-download__access-section, .page-apaldo-download__games-section, .page-apaldo-download__promo-section, .page-apaldo-download__security-section, .page-apaldo-download__faq-section, .page-apaldo-download__blog-section {padding: 40px 15px;}.page-apaldo-download__intro-title, .page-apaldo-download__access-title, .page-apaldo-download__games-title, .page-apaldo-download__promo-title, .page-apaldo-download__security-title, .page-apaldo-download__faq-main-title, .page-apaldo-download__blog-title {font-size: 1.8em;}.page-apaldo-download__intro-text, .page-apaldo-download__access-text, .page-apaldo-download__games-text, .page-apaldo-download__promo-text, .page-apaldo-download__security-text, .page-apaldo-download__blog-text {font-size: 1em;}.page-apaldo-download__features-grid, .page-apaldo-download__game-categories, .page-apaldo-download__promo-grid, .page-apaldo-download__security-grid, .page-apaldo-download__blog-grid {grid-template-columns: 1fr;}.page-apaldo-download__feature-item, .page-apaldo-download__game-card, .page-apaldo-download__promo-card, .page-apaldo-download__security-item, .page-apaldo-download__blog-card {padding: 20px;width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-apaldo-download__feature-icon, .page-apaldo-download__game-image, .page-apaldo-download__promo-image, .page-apaldo-download__security-icon, .page-apaldo-download__blog-image {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;}.page-apaldo-download__access-buttons {flex-direction: column;}.page-apaldo-download__access-button {width: 100%;box-sizing: border-box;}.page-apaldo-download__faq-question {padding: 15px 20px;}.page-apaldo-download__faq-question-text {font-size: 1.1em;}.page-apaldo-download__faq-answer {padding: 0 20px;}.page-apaldo-download__faq-item.active .page-apaldo-download__faq-answer {padding: 15px 20px !important;}.page-apaldo-download__blog-card-title a {font-size: 1.1em;}.page-apaldo-download__blog-excerpt {word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}}