.page-poppy-playtime-oc-base { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-poppy-playtime-oc-base__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-poppy-playtime-oc-base__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .page-poppy-playtime-oc-base__section--dark { background-color: #222; color: #eee; } .page-poppy-playtime-oc-base__section-title { font-size: 2.5em; color: #0056b3; text-align: center; margin-bottom: 30px; font-weight: bold; } .page-poppy-playtime-oc-base__section--dark .page-poppy-playtime-oc-base__section-title { color: #fff; } .page-poppy-playtime-oc-base__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; text-align: center; padding: 100px 20px 60px; border-radius: 0; margin-bottom: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; overflow: hidden; padding-top: calc(var(--header-offset, 122px) + 10px); } .page-poppy-playtime-oc-base__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('[GALLERY:hero:1920x1080:poppy playtime oc base,gaming,casino]') no-repeat center center/cover; opacity: 0.2; z-index: 0; } .page-poppy-playtime-oc-base__hero-content { position: relative; z-index: 1; max-width: 800px; } .page-poppy-playtime-oc-base__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); line-height: 1.2; } .page-poppy-playtime-oc-base__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; } .page-poppy-playtime-oc-base__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; border: none; cursor: pointer; } .page-poppy-playtime-oc-base__button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-poppy-playtime-oc-base__button--primary { background-color: #28a745; color: #fff; } .page-poppy-playtime-oc-base__button--primary:hover { background-color: #218838; } .page-poppy-playtime-oc-base__image-wrapper { text-align: center; margin: 30px 0; } .page-poppy-playtime-oc-base__image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); } .page-poppy-playtime-oc-base__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-poppy-playtime-oc-base__card { background-color: #fefefe; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); padding: 25px; text-align: center; transition: transform 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; min-height: 250px; } .page-poppy-playtime-oc-base__card:hover { transform: translateY(-5px); } .page-poppy-playtime-oc-base__card-icon { margin-bottom: 15px; } .page-poppy-playtime-oc-base__card-title { font-size: 1.4em; color: #0056b3; margin-bottom: 10px; } .page-poppy-playtime-oc-base__card-description { font-size: 0.95em; color: #555; } .page-poppy-playtime-oc-base__card-button { margin-top: 20px; } .page-poppy-playtime-oc-base__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-poppy-playtime-oc-base__quick-access-links .page-poppy-playtime-oc-base__button { min-width: 180px; text-align: center; } .page-poppy-playtime-oc-base__game-category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-poppy-playtime-oc-base__game-card { background-color: #fefefe; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); overflow: hidden; text-align: center; transition: transform 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-poppy-playtime-oc-base__game-card:hover { transform: translateY(-5px); } .page-poppy-playtime-oc-base__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-oc-base__game-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-poppy-playtime-oc-base__game-card-title { font-size: 1.3em; color: #0056b3; margin-bottom: 10px; } .page-poppy-playtime-oc-base__game-card-description { font-size: 0.9em; color: #555; margin-bottom: 15px; flex-grow: 1; } .page-poppy-playtime-oc-base__promotions-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-poppy-playtime-oc-base__promotion-card { background-color: #fefefe; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); overflow: hidden; transition: transform 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-poppy-playtime-oc-base__promotion-card:hover { transform: translateY(-5px); } .page-poppy-playtime-oc-base__promotion-card-image { width: 100%; height: 220px; object-fit: cover; } .page-poppy-playtime-oc-base__promotion-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-poppy-playtime-oc-base__promotion-card-title { font-size: 1.4em; color: #0056b3; margin-bottom: 10px; } .page-poppy-playtime-oc-base__promotion-card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; flex-grow: 1; } .page-poppy-playtime-oc-base__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; text-align: center; margin-top: 30px; } .page-poppy-playtime-oc-base__security-item { flex: 1 1 280px; max-width: 350px; padding: 20px; border: 1px solid #eee; border-radius: 8px; background-color: #fefefe; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-poppy-playtime-oc-base__security-item-icon { margin-bottom: 15px; } .page-poppy-playtime-oc-base__security-item-title { font-size: 1.3em; color: #0056b3; margin-bottom: 10px; } .page-poppy-playtime-oc-base__faq-list { margin-top: 30px; } .page-poppy-playtime-oc-base__faq-item { background-color: #fefefe; border: 1px solid #eee; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-poppy-playtime-oc-base__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #f0f0f0; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; } .page-poppy-playtime-oc-base__faq-question:hover { background-color: #e9e9e9; } .page-poppy-playtime-oc-base__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; } .page-poppy-playtime-oc-base__faq-toggle { font-size: 1.5em; font-weight: bold; color: #0056b3; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-oc-base__faq-item.active .page-poppy-playtime-oc-base__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-oc-base__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; } .page-poppy-playtime-oc-base__faq-item.active .page-poppy-playtime-oc-base__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-poppy-playtime-oc-base__blog-posts { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-poppy-playtime-oc-base__blog-card { background-color: #fefefe; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); overflow: hidden; transition: transform 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-poppy-playtime-oc-base__blog-card:hover { transform: translateY(-5px); } .page-poppy-playtime-oc-base__blog-card-image { width: 100%; height: 220px; object-fit: cover; } .page-poppy-playtime-oc-base__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-poppy-playtime-oc-base__blog-card-title { font-size: 1.4em; color: #0056b3; margin-bottom: 10px; } .page-poppy-playtime-oc-base__blog-card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; flex-grow: 1; } .page-poppy-playtime-oc-base__blog-card-date { font-size: 0.85em; color: #888; margin-bottom: 10px; } @media (max-width: 768px) { .page-poppy-playtime-oc-base__hero-title { font-size: 2.5em; } .page-poppy-playtime-oc-base__hero-subtitle { font-size: 1.2em; } .page-poppy-playtime-oc-base__section-title { font-size: 2em; } .page-poppy-playtime-oc-base__grid, .page-poppy-playtime-oc-base__game-category-grid, .page-poppy-playtime-oc-base__promotions-list, .page-poppy-playtime-oc-base__blog-posts { grid-template-columns: 1fr; } .page-poppy-playtime-oc-base__container { padding: 10px; } .page-poppy-playtime-oc-base__section { padding: 30px 15px; } .page-poppy-playtime-oc-base__quick-access-links { flex-direction: column; align-items: center; } .page-poppy-playtime-oc-base__quick-access-links .page-poppy-playtime-oc-base__button { width: 100% !important; max-width: 300px !important; } .page-poppy-playtime-oc-base__security-features { flex-direction: column; align-items: center; } .page-poppy-playtime-oc-base__security-item { max-width: 100%; } .page-poppy-playtime-oc-base__faq-question { padding: 15px; } .page-poppy-playtime-oc-base__faq-question h3 { font-size: 1em; } .page-poppy-playtime-oc-base__faq-answer { padding: 15px !important; } .page-poppy-playtime-oc-base__faq-list { padding: 0 !important; max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-oc-base__faq-item { 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-poppy-playtime-oc-base__game-card-image, .page-poppy-playtime-oc-base__promotion-card-image, .page-poppy-playtime-oc-base__blog-card-image { height: 180px; } .page-poppy-playtime-oc-base__image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-poppy-playtime-oc-base__image-wrapper { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } } @media (max-width: 480px) { .page-poppy-playtime-oc-base__hero-title { font-size: 2em; } .page-poppy-playtime-oc-base__hero-subtitle { font-size: 1em; } .page-poppy-playtime-oc-base__button { padding: 12px 25px; font-size: 1em; } }