.page-playtime-co-1984 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-playtime-co-1984__hero-section { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #fff; overflow: hidden; min-height: 80vh; padding: 10px 20px 40px; background-color: #222; } .page-playtime-co-1984__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; } .page-playtime-co-1984__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.4; } .page-playtime-co-1984__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; } .page-playtime-co-1984__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.2; } .page-playtime-co-1984__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-playtime-co-1984__hero-cta-group { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; } .page-playtime-co-1984__hero-button { display: inline-block; padding: 14px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-playtime-co-1984__hero-button--primary { background-color: #e44d26; color: #fff; border: 2px solid #e44d26; } .page-playtime-co-1984__hero-button--primary:hover { background-color: #ff5722; transform: translateY(-3px); } .page-playtime-co-1984__hero-button--secondary { background-color: transparent; color: #e44d26; border: 2px solid #e44d26; } .page-playtime-co-1984__hero-button--secondary:hover { background-color: #e44d26; color: #fff; transform: translateY(-3px); } .page-playtime-co-1984__intro-section, .page-playtime-co-1984__quick-access-section, .page-playtime-co-1984__games-section, .page-playtime-co-1984__promotions-section, .page-playtime-co-1984__security-section, .page-playtime-co-1984__faq-section, .page-playtime-co-1984__blog-section { padding: 60px 20px; text-align: center; max-width: 1200px; margin: 0 auto; } .page-playtime-co-1984__section-title { font-size: 2.2em; color: #e44d26; margin-bottom: 20px; } .page-playtime-co-1984__section-description { font-size: 1.1em; max-width: 800px; margin: 0 auto 40px; color: #ccc; } .page-playtime-co-1984__features-grid, .page-playtime-co-1984__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-playtime-co-1984__feature-item, .page-playtime-co-1984__security-item { background-color: #2a2a2a; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-playtime-co-1984__feature-item:hover, .page-playtime-co-1984__security-item:hover { transform: translateY(-5px); } .page-playtime-co-1984__feature-icon, .page-playtime-co-1984__security-icon { width: 100%; max-width: 200px; height: auto; object-fit: contain; margin-bottom: 20px; } .page-playtime-co-1984__feature-title, .page-playtime-co-1984__security-title { font-size: 1.5em; color: #fff; margin-bottom: 15px; } .page-playtime-co-1984__feature-text, .page-playtime-co-1984__security-text { color: #bbb; font-size: 1em; } .page-playtime-co-1984__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-playtime-co-1984__access-button, .page-playtime-co-1984__security-button { display: inline-block; padding: 12px 25px; background-color: #e44d26; color: #fff; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-playtime-co-1984__access-button:hover, .page-playtime-co-1984__security-button:hover { background-color: #ff5722; transform: translateY(-3px); } .page-playtime-co-1984__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-playtime-co-1984__game-category-item { background-color: #2a2a2a; padding: 25px; border-radius: 10px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; justify-content: space-between; transition: transform 0.3s ease; } .page-playtime-co-1984__game-category-item:hover { transform: translateY(-5px); } .page-playtime-co-1984__game-category-image { width: 100%; max-width: 300px; height: auto; object-fit: cover; border-radius: 8px; margin: 0 auto 20px; } .page-playtime-co-1984__game-category-title { font-size: 1.6em; color: #fff; margin-bottom: 10px; } .page-playtime-co-1984__game-category-text { color: #bbb; font-size: 0.95em; margin-bottom: 20px; flex-grow: 1; } .page-playtime-co-1984__game-category-button { display: inline-block; padding: 10px 20px; background-color: #e44d26; color: #fff; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-playtime-co-1984__game-category-button:hover { background-color: #ff5722; } .page-playtime-co-1984__promo-grid, .page-playtime-co-1984__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-playtime-co-1984__promo-card, .page-playtime-co-1984__blog-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-playtime-co-1984__promo-card:hover, .page-playtime-co-1984__blog-card:hover { transform: translateY(-5px); } .page-playtime-co-1984__promo-image, .page-playtime-co-1984__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-playtime-co-1984__promo-content, .page-playtime-co-1984__blog-content { padding: 25px; display: flex; flex-direction: column; height: calc(100% - 200px); } .page-playtime-co-1984__promo-title, .page-playtime-co-1984__blog-title { font-size: 1.4em; color: #fff; margin-bottom: 10px; line-height: 1.3; } .page-playtime-co-1984__blog-title a { color: #fff; text-decoration: none; transition: color 0.3s ease; } .page-playtime-co-1984__blog-title a:hover { color: #e44d26; } .page-playtime-co-1984__promo-text, .page-playtime-co-1984__blog-excerpt { color: #bbb; font-size: 0.95em; margin-bottom: 20px; flex-grow: 1; } .page-playtime-co-1984__promo-button { display: inline-block; padding: 10px 20px; background-color: #e44d26; color: #fff; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-playtime-co-1984__promo-button:hover { background-color: #ff5722; } .page-playtime-co-1984__blog-date { font-size: 0.85em; color: #888; margin-top: 15px; } .page-playtime-co-1984__faq-container { margin-top: 40px; } .page-playtime-co-1984__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); overflow: hidden; } .page-playtime-co-1984__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #333; color: #fff; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-playtime-co-1984__faq-question:hover { background-color: #444; } .page-playtime-co-1984__faq-title { font-size: 1.2em; margin: 0; flex-grow: 1; text-align: left; pointer-events: none; } .page-playtime-co-1984__faq-toggle { font-size: 1.8em; line-height: 1; margin-left: 15px; color: #e44d26; transition: transform 0.3s ease; pointer-events: none; } .page-playtime-co-1984__faq-item.active .page-playtime-co-1984__faq-toggle { transform: rotate(45deg); } .page-playtime-co-1984__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; text-align: left; } .page-playtime-co-1984__faq-item.active .page-playtime-co-1984__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-playtime-co-1984__faq-answer p { margin: 0; color: #bbb; } .page-playtime-co-1984 img { max-width: 100%; height: auto; display: block; margin: 0 auto; box-sizing: border-box; } @media (max-width: 768px) { .page-playtime-co-1984__hero-title { font-size: 2em; } .page-playtime-co-1984__hero-subtitle { font-size: 1em; } .page-playtime-co-1984__hero-button { padding: 10px 20px; font-size: 1em; } .page-playtime-co-1984__section-title { font-size: 1.8em; } .page-playtime-co-1984__section-description { font-size: 0.95em; } .page-playtime-co-1984__features-grid, .page-playtime-co-1984__security-grid, .page-playtime-co-1984__game-categories, .page-playtime-co-1984__promo-grid, .page-playtime-co-1984__blog-grid { grid-template-columns: 1fr; } .page-playtime-co-1984__feature-item, .page-playtime-co-1984__security-item, .page-playtime-co-1984__game-category-item, .page-playtime-co-1984__promo-card, .page-playtime-co-1984__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 15px; padding-right: 15px; } .page-playtime-co-1984__quick-access-section, .page-playtime-co-1984__intro-section, .page-playtime-co-1984__games-section, .page-playtime-co-1984__promotions-section, .page-playtime-co-1984__security-section, .page-playtime-co-1984__faq-section, .page-playtime-co-1984__blog-section { padding: 40px 15px; } .page-playtime-co-1984__access-buttons { flex-direction: column; } .page-playtime-co-1984__access-button { width: 100%; } .page-playtime-co-1984__faq-question { padding: 15px 20px; } .page-playtime-co-1984__faq-answer { padding: 0 20px; } .page-playtime-co-1984__faq-item.active .page-playtime-co-1984__faq-answer { padding: 15px 20px !important; } .page-playtime-co-1984__faq-title { font-size: 1.1em; } .page-playtime-co-1984__promo-content, .page-playtime-co-1984__blog-content { height: auto; } .page-playtime-co-1984__promo-text, .page-playtime-co-1984__blog-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-playtime-co-1984 img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } @media (max-width: 480px) { .page-playtime-co-1984__hero-title { font-size: 1.8em; } .page-playtime-co-1984__hero-subtitle { font-size: 0.9em; } .page-playtime-co-1984__hero-button { width: 100%; } .page-playtime-co-1984__section-title { font-size: 1.6em; } }