.page-poppy-playtime-content-farm { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: 10px; box-sizing: border-box; } @media (max-width: 768px) { .page-poppy-playtime-content-farm { padding-top: 10px !important; } } .page-poppy-playtime-content-farm__hero-section { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 40px 20px; background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%); color: #fff; overflow: hidden; position: relative; border-radius: 10px; margin: 20px auto; max-width: 1200px; box-sizing: border-box; } .page-poppy-playtime-content-farm__hero-content { max-width: 800px; margin-bottom: 30px; z-index: 1; } .page-poppy-playtime-content-farm__hero-title { font-size: 2.8em; margin-bottom: 20px; font-weight: bold; line-height: 1.2; } .page-poppy-playtime-content-farm__hero-title span { color: #ffeb3b; } .page-poppy-playtime-content-farm__hero-description { font-size: 1.2em; margin-bottom: 30px; } .page-poppy-playtime-content-farm__hero-buttons { display: flex; gap: 15px; justify-content: center; } .page-poppy-playtime-content-farm__button { display: inline-block; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; box-sizing: border-box; } .page-poppy-playtime-content-farm__button--primary { background-color: #ffeb3b; color: #333; border: 2px solid #ffeb3b; } .page-poppy-playtime-content-farm__button--primary:hover { background-color: #fdd835; transform: translateY(-2px); } .page-poppy-playtime-content-farm__button--secondary { background-color: transparent; color: #fff; border: 2px solid #fff; } .page-poppy-playtime-content-farm__button--secondary:hover { background-color: rgba(255, 255, 255, 0.2); transform: translateY(-2px); } .page-poppy-playtime-content-farm__hero-image-wrapper { width: 100%; max-width: 100%; overflow: hidden; border-radius: 10px; margin-top: 30px; box-sizing: border-box; } .page-poppy-playtime-content-farm__hero-image { max-width: 100%; height: auto; display: block; object-fit: cover; border-radius: 10px; } .page-poppy-playtime-content-farm__section-title { font-size: 2.2em; text-align: center; margin: 60px 20px 20px; color: #333; font-weight: bold; } .page-poppy-playtime-content-farm__section-subtitle { font-size: 1.1em; text-align: center; margin: 0 20px 40px; color: #555; } .page-poppy-playtime-content-farm__features-section { padding: 40px 20px; background-color: #fff; margin: 20px auto; max-width: 1200px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); box-sizing: border-box; } .page-poppy-playtime-content-farm__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; justify-content: center; box-sizing: border-box; } .page-poppy-playtime-content-farm__feature-item { text-align: center; padding: 25px; background-color: #fdfdfd; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.03); transition: transform 0.3s ease; box-sizing: border-box; } .page-poppy-playtime-content-farm__feature-item:hover { transform: translateY(-5px); } .page-poppy-playtime-content-farm__feature-icon { width: 100%; max-width: 250px; height: auto; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; border-radius: 5px; object-fit: cover; } .page-poppy-playtime-content-farm__feature-title { font-size: 1.5em; margin-bottom: 10px; color: #444; } .page-poppy-playtime-content-farm__feature-description { font-size: 1em; color: #666; word-wrap: break-word; overflow-wrap: break-word; } .page-poppy-playtime-content-farm__games-showcase { padding: 40px 20px; margin: 20px auto; max-width: 1200px; box-sizing: border-box; } .page-poppy-playtime-content-farm__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; justify-content: center; box-sizing: border-box; } .page-poppy-playtime-content-farm__game-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); overflow: hidden; text-align: center; padding-bottom: 20px; transition: transform 0.3s ease; box-sizing: border-box; } .page-poppy-playtime-content-farm__game-card:hover { transform: translateY(-5px); } .page-poppy-playtime-content-farm__game-image { width: 100%; height: 250px; object-fit: cover; display: block; margin-bottom: 15px; } .page-poppy-playtime-content-farm__game-title { font-size: 1.4em; margin: 15px 15px 10px; color: #333; word-wrap: break-word; overflow-wrap: break-word; } .page-poppy-playtime-content-farm__game-description { font-size: 0.95em; color: #666; margin: 0 15px 20px; word-wrap: break-word; overflow-wrap: break-word; } .page-poppy-playtime-content-farm__button--small { padding: 8px 18px; font-size: 0.9em; background-color: #2575fc; color: #fff; border: none; } .page-poppy-playtime-content-farm__button--small:hover { background-color: #1a5acb; } .page-poppy-playtime-content-farm__cta-section { background: linear-gradient(45deg, #2575fc 0%, #6a11cb 100%); color: #fff; padding: 60px 20px; text-align: center; margin: 40px auto; max-width: 1200px; border-radius: 10px; box-shadow: 0 8px 20px rgba(0,0,0,0.1); box-sizing: border-box; } .page-poppy-playtime-content-farm__cta-title { font-size: 2.5em; margin-bottom: 20px; font-weight: bold; } .page-poppy-playtime-content-farm__cta-description { font-size: 1.2em; margin-bottom: 40px; max-width: 700px; margin-left: auto; margin-right: auto; } .page-poppy-playtime-content-farm__button--large { padding: 15px 35px; font-size: 1.2em; background-color: #ffeb3b; color: #333; border: 2px solid #ffeb3b; } .page-poppy-playtime-content-farm__button--large:hover { background-color: #fdd835; transform: translateY(-3px); } .page-poppy-playtime-content-farm__faq-section { padding: 40px 20px; background-color: #fefefe; margin: 20px auto 60px; max-width: 1200px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); box-sizing: border-box; } .page-poppy-playtime-content-farm__faq-container { max-width: 900px; margin: 0 auto; } .page-poppy-playtime-content-farm__faq-item { border-bottom: 1px solid #eee; box-sizing: border-box; } .page-poppy-playtime-content-farm__faq-item:last-child { border-bottom: none; } .page-poppy-playtime-content-farm__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; cursor: pointer; user-select: none; transition: background-color 0.3s ease; box-sizing: border-box; } .page-poppy-playtime-content-farm__faq-question:hover { background-color: #f5f5f5; } .page-poppy-playtime-content-farm__faq-heading { font-size: 1.15em; margin: 0; color: #333; pointer-events: none; word-wrap: break-word; overflow-wrap: break-word; } .page-poppy-playtime-content-farm__faq-toggle { font-size: 1.5em; font-weight: bold; color: #6a11cb; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-poppy-playtime-content-farm__faq-item.active .page-poppy-playtime-content-farm__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-content-farm__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; box-sizing: border-box; } .page-poppy-playtime-content-farm__faq-item.active .page-poppy-playtime-content-farm__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-poppy-playtime-content-farm__faq-answer p { margin: 0; color: #555; word-wrap: break-word; overflow-wrap: break-word; } @media (max-width: 1024px) { .page-poppy-playtime-content-farm__hero-title { font-size: 2.4em; } .page-poppy-playtime-content-farm__section-title { font-size: 2em; } .page-poppy-playtime-content-farm__cta-title { font-size: 2em; } } @media (max-width: 768px) { .page-poppy-playtime-content-farm__hero-section { padding: 30px 15px; margin: 15px auto; } .page-poppy-playtime-content-farm__hero-title { font-size: 2em; } .page-poppy-playtime-content-farm__hero-description { font-size: 1em; } .page-poppy-playtime-content-farm__hero-buttons { flex-direction: column; gap: 10px; } .page-poppy-playtime-content-farm__button { width: 100%; max-width: 250px; margin: 0 auto; } .page-poppy-playtime-content-farm__section-title { font-size: 1.8em; margin: 40px 15px 15px; } .page-poppy-playtime-content-farm__section-subtitle { margin: 0 15px 30px; } .page-poppy-playtime-content-farm__features-section, .page-poppy-playtime-content-farm__games-showcase, .page-poppy-playtime-content-farm__cta-section, .page-poppy-playtime-content-farm__faq-section { padding: 30px 15px; margin: 15px auto; } .page-poppy-playtime-content-farm__features-grid, .page-poppy-playtime-content-farm__game-grid { grid-template-columns: 1fr; gap: 20px; } .page-poppy-playtime-content-farm__feature-item, .page-poppy-playtime-content-farm__game-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 15px !important; padding-right: 15px !important; } .page-poppy-playtime-content-farm__feature-item .page-poppy-playtime-content-farm__feature-description, .page-poppy-playtime-content-farm__game-card .page-poppy-playtime-content-farm__game-description { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-poppy-playtime-content-farm__game-image { height: 200px; } .page-poppy-playtime-content-farm__cta-title { font-size: 1.8em; } .page-poppy-playtime-content-farm__cta-description { font-size: 1em; } .page-poppy-playtime-content-farm__button--large { padding: 12px 25px; font-size: 1em; } .page-poppy-playtime-content-farm__faq-heading { font-size: 1em; } .page-poppy-playtime-content-farm__faq-toggle { font-size: 1.2em; } .page-poppy-playtime-content-farm__faq-question { padding: 12px 0; } .page-poppy-playtime-content-farm__faq-answer { padding: 0 10px; } .page-poppy-playtime-content-farm__faq-item.active .page-poppy-playtime-content-farm__faq-answer { padding: 15px 10px !important; } } @media (max-width: 480px) { .page-poppy-playtime-content-farm__hero-title { font-size: 1.8em; } .page-poppy-playtime-content-farm__section-title { font-size: 1.6em; } .page-poppy-playtime-content-farm__cta-title { font-size: 1.6em; } }