.page-outlast-whistleblower-playtime { font-family: 'Arial', sans-serif; color: #e0e0e0; background-color: #1a1a1a; line-height: 1.6; padding-top: 10px; } .page-outlast-whistleblower-playtime__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; } .page-outlast-whistleblower-playtime__section { padding: 40px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .page-outlast-whistleblower-playtime__section:last-of-type { border-bottom: none; } .page-outlast-whistleblower-playtime__title { font-size: 2.5em; color: #ffcc00; text-align: center; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; } .page-outlast-whistleblower-playtime__subtitle { font-size: 1.8em; color: #f0f0f0; text-align: center; margin-bottom: 20px; } .page-outlast-whistleblower-playtime__text { font-size: 1.1em; text-align: center; margin-bottom: 20px; } .page-outlast-whistleblower-playtime__button { display: inline-block; background-color: #e60000; color: #ffffff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-outlast-whistleblower-playtime__button:hover { background-color: #cc0000; transform: translateY(-2px); } .page-outlast-whistleblower-playtime__hero-section { position: relative; width: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #ffffff; min-height: 500px; background-size: cover; background-position: center; } .page-outlast-whistleblower-playtime__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)); z-index: 1; } .page-outlast-whistleblower-playtime__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; } .page-outlast-whistleblower-playtime__hero-title { font-size: 3.5em; margin-bottom: 15px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-outlast-whistleblower-playtime__hero-description { font-size: 1.4em; margin-bottom: 30px; } .page-outlast-whistleblower-playtime__hero-cta { font-size: 1.2em; padding: 15px 35px; } .page-outlast-whistleblower-playtime__intro-content { max-width: 800px; margin: 0 auto; text-align: center; } .page-outlast-whistleblower-playtime__intro-text { font-size: 1.1em; margin-bottom: 20px; color: #cccccc; } .page-outlast-whistleblower-playtime__highlight-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-outlast-whistleblower-playtime__highlight-item { background-color: #2a2a2a; padding: 20px; border-radius: 8px; flex: 1 1 calc(33% - 40px); max-width: calc(33% - 40px); box-sizing: border-box; text-align: left; transition: transform 0.3s ease, background-color 0.3s ease; } .page-outlast-whistleblower-playtime__highlight-item:hover { transform: translateY(-5px); background-color: #3a3a3a; } .page-outlast-whistleblower-playtime__highlight-item h3 { color: #ffcc00; margin-top: 0; font-size: 1.3em; margin-bottom: 10px; } .page-outlast-whistleblower-playtime__highlight-item p { font-size: 0.95em; color: #b0b0b0; } .page-outlast-whistleblower-playtime__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; max-width: 900px; margin: 30px auto 0; } .page-outlast-whistleblower-playtime__quick-access-button { display: flex; align-items: center; justify-content: center; padding: 15px 20px; background-color: #007bff; color: #ffffff; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; font-size: 1.1em; text-align: center; } .page-outlast-whistleblower-playtime__quick-access-button:nth-child(2) { background-color: #28a745; } .page-outlast-whistleblower-playtime__quick-access-button:nth-child(3) { background-color: #ffc107; } .page-outlast-whistleblower-playtime__quick-access-button:hover { transform: translateY(-3px); opacity: 0.9; } .page-outlast-whistleblower-playtime__game-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-outlast-whistleblower-playtime__game-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; width: calc(33.333% - 20px); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-outlast-whistleblower-playtime__game-card:hover { transform: translateY(-7px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4); } .page-outlast-whistleblower-playtime__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-outlast-whistleblower-playtime__game-card-content { padding: 20px; flex-grow: 1; } .page-outlast-whistleblower-playtime__game-card-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-outlast-whistleblower-playtime__game-card-description { font-size: 0.95em; color: #b0b0b0; margin-bottom: 15px; } .page-outlast-whistleblower-playtime__game-card-button { margin-top: auto; align-self: flex-start; } .page-outlast-whistleblower-playtime__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-outlast-whistleblower-playtime__promo-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-outlast-whistleblower-playtime__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-outlast-whistleblower-playtime__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-outlast-whistleblower-playtime__promo-card-content { padding: 20px; } .page-outlast-whistleblower-playtime__promo-card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-outlast-whistleblower-playtime__promo-card-description { font-size: 1em; color: #b0b0b0; margin-bottom: 15px; } .page-outlast-whistleblower-playtime__promo-card-button { margin-top: 10px; } .page-outlast-whistleblower-playtime__security-content { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 30px; text-align: center; } .page-outlast-whistleblower-playtime__security-item { flex: 1 1 calc(33% - 40px); max-width: calc(33% - 40px); background-color: #2a2a2a; padding: 25px; border-radius: 8px; transition: transform 0.3s ease; box-sizing: border-box; } .page-outlast-whistleblower-playtime__security-item:hover { transform: translateY(-5px); } .page-outlast-whistleblower-playtime__security-item h3 { color: #ffcc00; font-size: 1.4em; margin-bottom: 10px; } .page-outlast-whistleblower-playtime__security-item p { color: #b0b0b0; font-size: 0.95em; } .page-outlast-whistleblower-playtime__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-outlast-whistleblower-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #3a3a3a; border-bottom: 1px solid rgba(255, 255, 255, 0.05); transition: background-color 0.3s ease; } .page-outlast-whistleblower-playtime__faq-question:hover { background-color: #4a4a4a; } .page-outlast-whistleblower-playtime__faq-question h3 { color: #ffcc00; margin: 0; font-size: 1.2em; pointer-events: none; } .page-outlast-whistleblower-playtime__faq-toggle { font-size: 1.5em; color: #ffcc00; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; } .page-outlast-whistleblower-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #cccccc; font-size: 0.95em; } .page-outlast-whistleblower-playtime__faq-item.active .page-outlast-whistleblower-playtime__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-outlast-whistleblower-playtime__faq-item.active .page-outlast-whistleblower-playtime__faq-toggle { transform: rotate(45deg); } .page-outlast-whistleblower-playtime__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-outlast-whistleblower-playtime__blog-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; text-decoration: none; display: block; color: inherit; } .page-outlast-whistleblower-playtime__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-outlast-whistleblower-playtime__blog-card-image { width: 100%; height: 180px; object-fit: cover; } .page-outlast-whistleblower-playtime__blog-card-content { padding: 20px; } .page-outlast-whistleblower-playtime__blog-card-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; } .page-outlast-whistleblower-playtime__blog-card-excerpt { font-size: 0.9em; color: #b0b0b0; line-height: 1.5; } @media (max-width: 992px) { .page-outlast-whistleblower-playtime__hero-title { font-size: 2.8em; } .page-outlast-whistleblower-playtime__hero-description { font-size: 1.2em; } .page-outlast-whistleblower-playtime__title { font-size: 2em; } .page-outlast-whistleblower-playtime__highlight-item, .page-outlast-whistleblower-playtime__security-item { flex: 1 1 calc(50% - 30px); max-width: calc(50% - 30px); } .page-outlast-whistleblower-playtime__game-card { width: calc(50% - 15px); } } @media (max-width: 768px) { .page-outlast-whistleblower-playtime__hero-section { min-height: 400px; } .page-outlast-whistleblower-playtime__hero-title { font-size: 2.2em; } .page-outlast-whistleblower-playtime__hero-description { font-size: 1em; } .page-outlast-whistleblower-playtime__hero-cta { padding: 10px 25px; font-size: 1em; } .page-outlast-whistleblower-playtime__title { font-size: 1.8em; } .page-outlast-whistleblower-playtime__subtitle { font-size: 1.5em; } .page-outlast-whistleblower-playtime__highlight-list, .page-outlast-whistleblower-playtime__game-categories, .page-outlast-whistleblower-playtime__promotions-grid, .page-outlast-whistleblower-playtime__security-content, .page-outlast-whistleblower-playtime__blog-grid { flex-direction: column; gap: 20px; } .page-outlast-whistleblower-playtime__highlight-item, .page-outlast-whistleblower-playtime__security-item, .page-outlast-whistleblower-playtime__game-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-outlast-whistleblower-playtime__highlight-item p, .page-outlast-whistleblower-playtime__security-item p, .page-outlast-whistleblower-playtime__game-card-description, .page-outlast-whistleblower-playtime__promo-card-description, .page-outlast-whistleblower-playtime__blog-card-excerpt, .page-outlast-whistleblower-playtime__faq-answer { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-outlast-whistleblower-playtime__faq-question h3 { font-size: 1.1em; } .page-outlast-whistleblower-playtime__faq-answer { padding: 15px 10px; } .page-outlast-whistleblower-playtime__faq-item.active .page-outlast-whistleblower-playtime__faq-answer { padding: 15px 10px !important; } .page-outlast-whistleblower-playtime__quick-access-grid { grid-template-columns: 1fr; } } @media (max-width: 480px) { .page-outlast-whistleblower-playtime__hero-title { font-size: 1.8em; } .page-outlast-whistleblower-playtime__hero-description { font-size: 0.9em; } .page-outlast-whistleblower-playtime__title { font-size: 1.5em; } }