body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #1a1a2e; color: #e0e0e0; } .page-ok-playtime { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-ok-playtime__hero-section { background-color: #242440; background-image: url('[GALLERY:hero:1920x1080:ok_playtime,dreamph,gaming,promotion]'); background-size: cover; background-position: center; text-align: center; padding: 100px 20px; border-radius: 10px; margin-bottom: 30px; position: relative; overflow: hidden; padding-top: 10px; } .page-ok-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-ok-playtime__hero-content { position: relative; z-index: 2; } .page-ok-playtime__hero-title { font-size: 2.8em; color: #ffcc00; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0,0,0,0.7); } .page-ok-playtime__hero-subtitle { font-size: 1.4em; color: #ffffff; margin-bottom: 40px; } .page-ok-playtime__button-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-ok-playtime__cta-button { display: inline-block; background-color: #007bff; color: #ffffff; padding: 15px 30px; text-decoration: none; border-radius: 50px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-ok-playtime__cta-button:hover { background-color: #0056b3; transform: translateY(-3px); } .page-ok-playtime__cta-button--secondary { background-color: #28a745; } .page-ok-playtime__cta-button--secondary:hover { background-color: #218838; } .page-ok-playtime__section-title { font-size: 2.2em; color: #ffcc00; text-align: center; margin-bottom: 40px; padding-top: 20px; } .page-ok-playtime__section-description { text-align: center; max-width: 800px; margin: 0 auto 50px auto; font-size: 1.1em; line-height: 1.6; color: #cccccc; } .page-ok-playtime__intro-section, .page-ok-playtime__quick-access-section, .page-ok-playtime__games-section, .page-ok-playtime__promo-section, .page-ok-playtime__security-section, .page-ok-playtime__faq-section, .page-ok-playtime__blog-section { background-color: #2a2a4a; padding: 40px 20px; margin-bottom: 30px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.3); } .page-ok-playtime__intro-content { display: flex; flex-direction: column; gap: 25px; line-height: 1.7; font-size: 1.05em; color: #c0c0c0; } .page-ok-playtime__intro-content p strong { color: #ffcc00; } .page-ok-playtime__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-ok-playtime__quick-access-item { background-color: #3b3b6b; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, background-color 0.3s ease; } .page-ok-playtime__quick-access-item:hover { transform: translateY(-5px); background-color: #4a4a7a; } .page-ok-playtime__quick-access-item .page-ok-playtime__cta-button { width: 100%; box-sizing: border-box; } .page-ok-playtime__games-tabs { display: flex; justify-content: center; margin-bottom: 30px; flex-wrap: wrap; gap: 10px; } .page-ok-playtime__game-tab-button { background-color: #4a4a7a; color: #ffffff; padding: 12px 25px; border: none; border-radius: 30px; cursor: pointer; font-size: 1em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-ok-playtime__game-tab-button:hover { background-color: #5a5a8a; transform: translateY(-2px); } .page-ok-playtime__game-tab-button.active { background-color: #ffcc00; color: #1a1a2e; font-weight: bold; } .page-ok-playtime__game-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-ok-playtime__game-card { background-color: #3b3b6b; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 4px 8px rgba(0,0,0,0.4); transition: transform 0.3s ease; } .page-ok-playtime__game-card:hover { transform: translateY(-5px); } .page-ok-playtime__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-ok-playtime__game-card-info { padding: 20px; } .page-ok-playtime__game-card-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-ok-playtime__game-card-description { font-size: 0.95em; color: #c0c0c0; margin-bottom: 20px; line-height: 1.5; } .page-ok-playtime__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; } .page-ok-playtime__promo-card { background-color: #3b3b6b; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0,0,0,0.4); text-align: center; transition: transform 0.3s ease; } .page-ok-playtime__promo-card:hover { transform: translateY(-5px); } .page-ok-playtime__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-ok-playtime__promo-card-info { padding: 20px; } .page-ok-playtime__promo-card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-ok-playtime__promo-card-description { font-size: 1em; color: #c0c0c0; margin-bottom: 20px; line-height: 1.6; } .page-ok-playtime__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; text-align: center; } .page-ok-playtime__security-item { background-color: #3b3b6b; padding: 30px; border-radius: 10px; transition: transform 0.3s ease; } .page-ok-playtime__security-item:hover { transform: translateY(-5px); } .page-ok-playtime__security-icon { width: 80px; height: 80px; margin-bottom: 20px; object-fit: contain; } .page-ok-playtime__security-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 15px; } .page-ok-playtime__security-description { font-size: 1em; color: #c0c0c0; line-height: 1.6; } .page-ok-playtime__faq-item { background-color: #3b3b6b; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-ok-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; background-color: #4a4a7a; color: #ffffff; font-size: 1.15em; font-weight: bold; transition: background-color 0.3s ease; } .page-ok-playtime__faq-question h3 { margin: 0; pointer-events: none; } .page-ok-playtime__faq-question:hover { background-color: #5a5a8a; } .page-ok-playtime__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-ok-playtime__faq-item.active .page-ok-playtime__faq-toggle { transform: rotate(45deg); } .page-ok-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #3b3b6b; color: #c0c0c0; font-size: 1em; line-height: 1.7; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-ok-playtime__faq-item.active .page-ok-playtime__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-ok-playtime__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-ok-playtime__blog-card { background-color: #3b3b6b; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0,0,0,0.4); transition: transform 0.3s ease; } .page-ok-playtime__blog-card:hover { transform: translateY(-5px); } .page-ok-playtime__blog-card-image { width: 100%; height: 180px; object-fit: cover; } .page-ok-playtime__blog-card-info { padding: 20px; } .page-ok-playtime__blog-card-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; line-height: 1.4; } .page-ok-playtime__blog-card-description { font-size: 0.95em; color: #c0c0c0; margin-bottom: 15px; line-height: 1.5; } .page-ok-playtime__blog-card-link { display: inline-block; color: #007bff; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-ok-playtime__blog-card-link:hover { color: #0056b3; } .page-ok-playtime__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-ok-playtime__floating-button { background-color: #e63946; color: #ffffff; padding: 12px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 8px rgba(0,0,0,0.4); transition: background-color 0.3s ease, transform 0.3s ease; text-align: center; } .page-ok-playtime__floating-button:hover { background-color: #c92a37; transform: scale(1.05); } .page-ok-playtime__floating-button--login { background-color: #007bff; } .page-ok-playtime__floating-button--login:hover { background-color: #0056b3; } @media (max-width: 768px) { .page-ok-playtime__hero-title { font-size: 2em; } .page-ok-playtime__hero-subtitle { font-size: 1.1em; } .page-ok-playtime__cta-button { padding: 12px 25px; font-size: 1em; } .page-ok-playtime__section-title { font-size: 1.8em; } .page-ok-playtime__section-description { font-size: 0.95em; } .page-ok-playtime__intro-content { font-size: 0.95em; } .page-ok-playtime__quick-access-grid { grid-template-columns: 1fr; } .page-ok-playtime__game-tab-button { padding: 10px 20px; font-size: 0.9em; } .page-ok-playtime__game-content { grid-template-columns: 1fr; } .page-ok-playtime__game-card-image { height: 180px; } .page-ok-playtime__game-card-title { font-size: 1.2em; } .page-ok-playtime__promo-grid { grid-template-columns: 1fr; } .page-ok-playtime__promo-card-image { height: 200px; } .page-ok-playtime__promo-card-title { font-size: 1.3em; } .page-ok-playtime__security-grid { grid-template-columns: 1fr; } .page-ok-playtime__security-icon { width: 60px; height: 60px; } .page-ok-playtime__security-title { font-size: 1.3em; } .page-ok-playtime__faq-question { padding: 15px 20px; font-size: 1.05em; } .page-ok-playtime__faq-answer { padding: 0 20px; } .page-ok-playtime__faq-item.active .page-ok-playtime__faq-answer { padding: 15px 20px !important; } .page-ok-playtime__blog-grid { grid-template-columns: 1fr; } .page-ok-playtime__blog-card-image { height: 160px; } .page-ok-playtime__blog-card-title { font-size: 1.1em; } .page-ok-playtime__floating-buttons { bottom: 15px; right: 15px; gap: 8px; } .page-ok-playtime__floating-button { padding: 10px 18px; font-size: 0.9em; } .page-ok-playtime__game-card, .page-ok-playtime__promo-card, .page-ok-playtime__blog-card, .page-ok-playtime__quick-access-item, .page-ok-playtime__security-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-ok-playtime__game-content, .page-ok-playtime__promo-grid, .page-ok-playtime__blog-grid, .page-ok-playtime__quick-access-grid, .page-ok-playtime__security-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-ok-playtime__game-card-description, .page-ok-playtime__promo-card-description, .page-ok-playtime__blog-card-description, .page-ok-playtime__security-description { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }