.page-poppy-playtime-cave { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-poppy-playtime-cave__container { max-width: 1200px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; } .page-poppy-playtime-cave__section { padding: 60px 0; border-bottom: 1px solid #eee; } .page-poppy-playtime-cave__section:last-of-type { border-bottom: none; } .page-poppy-playtime-cave__title { text-align: center; color: #1a1a1a; margin-bottom: 40px; font-size: 2.5em; } .page-poppy-playtime-cave__subtitle { text-align: center; color: #555; margin-bottom: 20px; font-size: 1.5em; } .page-poppy-playtime-cave__text { font-size: 1.1em; margin-bottom: 20px; text-align: justify; } .page-poppy-playtime-cave__button { display: inline-block; background-color: #e44d26; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-poppy-playtime-cave__button:hover { background-color: #ff6a00; } .page-poppy-playtime-cave__hero-section { background-image: url('[GALLERY:hero:1920x1080:poppy_playtime_cave,gaming,adventure]'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 150px 20px; position: relative; overflow: hidden; padding-top: 10px; } .page-poppy-playtime-cave__hero-overlay { background-color: rgba(0, 0, 0, 0.5); position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; } .page-poppy-playtime-cave__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; } .page-poppy-playtime-cave__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-cave__hero-description { font-size: 1.4em; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-cave__hero-buttons .page-poppy-playtime-cave__button { margin: 0 10px; } .page-poppy-playtime-cave__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 20px; background-color: #fff; } .page-poppy-playtime-cave__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-poppy-playtime-cave__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-poppy-playtime-cave__intro-content { display: flex; flex-wrap: wrap; align-items: center; gap: 40px; } .page-poppy-playtime-cave__intro-image { flex: 1; min-width: 300px; } .page-poppy-playtime-cave__intro-image img { max-width: 100%; height: auto; display: block; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .page-poppy-playtime-cave__intro-text { flex: 2; min-width: 300px; } .page-poppy-playtime-cave__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 40px; } .page-poppy-playtime-cave__quick-access-item { background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); text-align: center; } .page-poppy-playtime-cave__quick-access-item h3 { color: #e44d26; margin-bottom: 15px; font-size: 1.3em; } .page-poppy-playtime-cave__quick-access-item .page-poppy-playtime-cave__button { width: 100%; } .page-poppy-playtime-cave__game-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 40px; } .page-poppy-playtime-cave__game-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); width: calc(33% - 20px); min-width: 280px; text-align: center; transition: transform 0.3s ease; } .page-poppy-playtime-cave__game-card:hover { transform: translateY(-5px); } .page-poppy-playtime-cave__game-card img { max-width: 100%; height: auto; display: block; } .page-poppy-playtime-cave__game-card-content { padding: 20px; } .page-poppy-playtime-cave__game-card h3 { color: #e44d26; margin-bottom: 10px; font-size: 1.2em; } .page-poppy-playtime-cave__game-card p { font-size: 0.95em; color: #666; margin-bottom: 20px; } .page-poppy-playtime-cave__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-poppy-playtime-cave__promo-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-poppy-playtime-cave__promo-card:hover { transform: translateY(-5px); } .page-poppy-playtime-cave__promo-card img { max-width: 100%; height: auto; display: block; } .page-poppy-playtime-cave__promo-card-content { padding: 20px; } .page-poppy-playtime-cave__promo-card h3 { color: #e44d26; margin-bottom: 10px; font-size: 1.3em; } .page-poppy-playtime-cave__promo-card p { font-size: 0.95em; color: #666; margin-bottom: 20px; } .page-poppy-playtime-cave__security-features { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 30px; margin-top: 40px; } .page-poppy-playtime-cave__security-item { background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); text-align: center; flex: 1; min-width: 280px; } .page-poppy-playtime-cave__security-item h3 { color: #e44d26; margin-bottom: 15px; font-size: 1.3em; } .page-poppy-playtime-cave__security-item img { max-width: 100px; height: auto; margin-bottom: 15px; } .page-poppy-playtime-cave__faq-list { margin-top: 40px; } .page-poppy-playtime-cave__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .page-poppy-playtime-cave__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; font-weight: bold; color: #1a1a1a; transition: background-color 0.3s ease; } .page-poppy-playtime-cave__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; } .page-poppy-playtime-cave__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-poppy-playtime-cave__faq-item.active .page-poppy-playtime-cave__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-cave__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; } .page-poppy-playtime-cave__faq-item.active .page-poppy-playtime-cave__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-poppy-playtime-cave__faq-question:hover { background-color: #f0f0f0; } .page-poppy-playtime-cave__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-poppy-playtime-cave__blog-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-poppy-playtime-cave__blog-card:hover { transform: translateY(-5px); } .page-poppy-playtime-cave__blog-card img { max-width: 100%; height: auto; display: block; } .page-poppy-playtime-cave__blog-card-content { padding: 20px; } .page-poppy-playtime-cave__blog-card h3 { color: #e44d26; margin-bottom: 10px; font-size: 1.2em; } .page-poppy-playtime-cave__blog-card p { font-size: 0.95em; color: #666; margin-bottom: 15px; } @media (max-width: 1024px) { .page-poppy-playtime-cave__hero-title { font-size: 3em; } .page-poppy-playtime-cave__hero-description { font-size: 1.2em; } .page-poppy-playtime-cave__game-card { width: calc(50% - 15px); } } @media (max-width: 768px) { .page-poppy-playtime-cave__hero-section { padding: 100px 15px; } .page-poppy-playtime-cave__hero-title { font-size: 2.5em; } .page-poppy-playtime-cave__hero-description { font-size: 1.1em; } .page-poppy-playtime-cave__hero-buttons .page-poppy-playtime-cave__button { margin: 10px 0; width: 80%; } .page-poppy-playtime-cave__title { font-size: 2em; } .page-poppy-playtime-cave__subtitle { font-size: 1.3em; } .page-poppy-playtime-cave__section { padding: 40px 0; } .page-poppy-playtime-cave__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-poppy-playtime-cave__payment-logo, .page-poppy-playtime-cave__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-poppy-playtime-cave__intro-content { flex-direction: column; gap: 30px; } .page-poppy-playtime-cave__intro-image, .page-poppy-playtime-cave__intro-text { min-width: unset; width: 100%; } .page-poppy-playtime-cave__quick-access-grid { grid-template-columns: 1fr; } .page-poppy-playtime-cave__game-card { width: 100%; } .page-poppy-playtime-cave__promotions-grid { grid-template-columns: 1fr; } .page-poppy-playtime-cave__security-features { flex-direction: column; gap: 20px; } .page-poppy-playtime-cave__security-item { min-width: unset; width: 100%; } .page-poppy-playtime-cave__blog-grid { grid-template-columns: 1fr; } .page-poppy-playtime-cave__faq-question, .page-poppy-playtime-cave__faq-answer { padding-left: 15px; padding-right: 15px; } .page-poppy-playtime-cave__faq-question h3 { font-size: 1em; } .page-poppy-playtime-cave__faq-answer p { font-size: 0.9em; } .page-poppy-playtime-cave__faq-list ul, .page-poppy-playtime-cave__faq-list ol { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-cave__faq-list li { 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; } } @media (max-width: 480px) { .page-poppy-playtime-cave__hero-title { font-size: 2em; } .page-poppy-playtime-cave__hero-description { font-size: 1em; } .page-poppy-playtime-cave__title { font-size: 1.8em; } .page-poppy-playtime-cave__subtitle { font-size: 1.2em; } .page-poppy-playtime-cave__quick-access-item, .page-poppy-playtime-cave__game-card, .page-poppy-playtime-cave__promo-card, .page-poppy-playtime-cave__security-item, .page-poppy-playtime-cave__blog-card { padding: 20px; } }