.page-poppy-playtime-monile { font-family: 'Roboto', sans-serif; color: #333; line-height: 1.6; background-color: #f8f9fa; } .page-poppy-playtime-monile__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; padding: 10px 0 60px 0; text-align: center; position: relative; overflow: hidden; } .page-poppy-playtime-monile__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; } .page-poppy-playtime-monile__hero-content { position: relative; z-index: 1; max-width: 960px; margin: 0 auto; padding: 20px; } .page-poppy-playtime-monile__hero-title { font-size: 2.8em; margin-bottom: 15px; font-weight: 700; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-monile__hero-description { font-size: 1.2em; margin-bottom: 30px; } .page-poppy-playtime-monile__button { display: inline-block; background-color: #ffc107; color: #333; padding: 12px 28px; 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-monile__button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-poppy-playtime-monile__section { padding: 60px 20px; text-align: center; max-width: 960px; margin: 0 auto; } .page-poppy-playtime-monile__section:nth-of-type(even) { background-color: #f0f2f5; } .page-poppy-playtime-monile__section-title { font-size: 2.2em; margin-bottom: 30px; color: #007bff; font-weight: 700; } .page-poppy-playtime-monile__text-content { font-size: 1.1em; margin-bottom: 20px; } .page-poppy-playtime-monile__image-container { margin: 40px auto; width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-poppy-playtime-monile__image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); } .page-poppy-playtime-monile__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-poppy-playtime-monile__grid-item { background-color: #fff; padding: 25px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; } .page-poppy-playtime-monile__grid-item:hover { transform: translateY(-5px); } .page-poppy-playtime-monile__grid-item-title { font-size: 1.4em; color: #007bff; margin-bottom: 15px; } .page-poppy-playtime-monile__grid-item-description { font-size: 0.95em; color: #555; } .page-poppy-playtime-monile__app-download-section { background-color: #28a745; color: #fff; padding: 80px 20px; text-align: center; } .page-poppy-playtime-monile__app-download-section .page-poppy-playtime-monile__section-title { color: #fff; } .page-poppy-playtime-monile__app-download-button { background-color: #ffc107; color: #333; padding: 15px 40px; font-size: 1.2em; border-radius: 50px; text-decoration: none; font-weight: bold; margin-top: 30px; display: inline-block; transition: background-color 0.3s ease, transform 0.3s ease; } .page-poppy-playtime-monile__app-download-button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-poppy-playtime-monile__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-poppy-playtime-monile__floating-button { background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; } .page-poppy-playtime-monile__floating-button:hover { background-color: #0056b3; transform: scale(1.05); } .page-poppy-playtime-monile__faq-section { background-color: #f8f9fa; } .page-poppy-playtime-monile__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-poppy-playtime-monile__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; } .page-poppy-playtime-monile__faq-question:hover { background-color: #f0f0f0; } .page-poppy-playtime-monile__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; } .page-poppy-playtime-monile__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-monile__faq-item.active .page-poppy-playtime-monile__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-monile__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; color: #555; } .page-poppy-playtime-monile__faq-item.active .page-poppy-playtime-monile__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-poppy-playtime-monile__hero-title { font-size: 2em; } .page-poppy-playtime-monile__hero-description { font-size: 1em; } .page-poppy-playtime-monile__section-title { font-size: 1.8em; } .page-poppy-playtime-monile__grid { grid-template-columns: 1fr; } .page-poppy-playtime-monile__grid-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px; } .page-poppy-playtime-monile__image-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-poppy-playtime-monile__image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-poppy-playtime-monile__floating-buttons { right: 10px; bottom: 10px; } .page-poppy-playtime-monile__faq-question { padding: 15px 20px; } .page-poppy-playtime-monile__faq-question h3 { font-size: 1.1em; } .page-poppy-playtime-monile__faq-answer { padding: 0 20px; } .page-poppy-playtime-monile__faq-item.active .page-poppy-playtime-monile__faq-answer { padding: 15px 20px !important; } .page-poppy-playtime-monile__text-content, .page-poppy-playtime-monile__grid-item-description { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }