.page-poppy-playtime-content-farms__container { font-family: 'Arial', sans-serif; color: #fff; background-color: #1a1a2e; line-height: 1.6; } .page-poppy-playtime-content-farms__hero-section { position: relative; padding: 10px 0 80px; text-align: center; overflow: hidden; background-color: #0f3460; } .page-poppy-playtime-content-farms__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(0.6); } .page-poppy-playtime-content-farms__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 0 20px; } .page-poppy-playtime-content-farms__hero-title { font-size: 2.8em; margin-bottom: 20px; color: #e94560; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-content-farms__hero-description { font-size: 1.2em; margin-bottom: 30px; color: #f0f0f0; } .page-poppy-playtime-content-farms__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-poppy-playtime-content-farms__button { display: inline-block; padding: 15px 30px; background-color: #e94560; color: #fff; text-decoration: none; border-radius: 50px; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-poppy-playtime-content-farms__button:hover { background-color: #c0392b; transform: translateY(-3px); } .page-poppy-playtime-content-farms__section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-poppy-playtime-content-farms__section:nth-child(even) { background-color: #16213e; } .page-poppy-playtime-content-farms__section-title { font-size: 2.2em; color: #e94560; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-content-farms__text-content { font-size: 1.1em; color: #f0f0f0; margin-bottom: 30px; } .page-poppy-playtime-content-farms__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-poppy-playtime-content-farms__card { background-color: #0f3460; border-radius: 15px; overflow: hidden; text-align: center; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-poppy-playtime-content-farms__card:hover { transform: translateY(-10px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.6); } .page-poppy-playtime-content-farms__card-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-content-farms__card-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-poppy-playtime-content-farms__card-title { font-size: 1.5em; color: #e94560; margin-bottom: 15px; } .page-poppy-playtime-content-farms__card-description { font-size: 0.95em; color: #ccc; margin-bottom: 20px; flex-grow: 1; } .page-poppy-playtime-content-farms__quick-links-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-poppy-playtime-content-farms__quick-links-item { flex: 1 1 auto; max-width: 300px; box-sizing: border-box; } .page-poppy-playtime-content-farms__promo-card { background-color: #0f3460; border-radius: 15px; padding: 30px; text-align: left; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-content-farms__promo-card-title { font-size: 1.8em; color: #e94560; margin-bottom: 15px; } .page-poppy-playtime-content-farms__promo-card-description { color: #f0f0f0; margin-bottom: 20px; } .page-poppy-playtime-content-farms__faq-item { background-color: #0f3460; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-content-farms__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #16213e; border-bottom: 1px solid #1a1a2e; } .page-poppy-playtime-content-farms__faq-question:hover { background-color: #2a3a5a; } .page-poppy-playtime-content-farms__faq-question h3 { margin: 0; font-size: 1.3em; color: #e94560; pointer-events: none; } .page-poppy-playtime-content-farms__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e94560; pointer-events: none; transition: transform 0.3s ease; } .page-poppy-playtime-content-farms__faq-item.active .page-poppy-playtime-content-farms__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-content-farms__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; color: #f0f0f0; text-align: left; } .page-poppy-playtime-content-farms__faq-item.active .page-poppy-playtime-content-farms__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-poppy-playtime-content-farms__blog-card { background-color: #0f3460; border-radius: 15px; overflow: hidden; text-align: left; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; height: 100%; } .page-poppy-playtime-content-farms__blog-image { width: 100%; height: 220px; object-fit: cover; } .page-poppy-playtime-content-farms__blog-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-poppy-playtime-content-farms__blog-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; } .page-poppy-playtime-content-farms__blog-date { font-size: 0.85em; color: #bbb; margin-bottom: 15px; } .page-poppy-playtime-content-farms__blog-summary { font-size: 0.95em; color: #ccc; margin-bottom: 20px; flex-grow: 1; } @media (max-width: 768px) { .page-poppy-playtime-content-farms__hero-title { font-size: 2em; } .page-poppy-playtime-content-farms__hero-description { font-size: 1em; } .page-poppy-playtime-content-farms__cta-buttons { flex-direction: column; gap: 15px; } .page-poppy-playtime-content-farms__button { width: 100%; max-width: 300px; margin: 0 auto; } .page-poppy-playtime-content-farms__section { padding: 40px 15px; } .page-poppy-playtime-content-farms__section-title { font-size: 1.8em; } .page-poppy-playtime-content-farms__text-content { font-size: 1em; } .page-poppy-playtime-content-farms__grid { grid-template-columns: 1fr; gap: 20px; } .page-poppy-playtime-content-farms__card-title { font-size: 1.3em; } .page-poppy-playtime-content-farms__card-description { font-size: 0.9em; } .page-poppy-playtime-content-farms__quick-links-list { flex-direction: column; gap: 15px; } .page-poppy-playtime-content-farms__quick-links-item { max-width: 100%; width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-content-farms__quick-links-item .page-poppy-playtime-content-farms__button { width: 100%; } .page-poppy-playtime-content-farms__promo-card { padding: 20px; } .page-poppy-playtime-content-farms__promo-card-title { font-size: 1.5em; } .page-poppy-playtime-content-farms__faq-question { padding: 15px 20px; } .page-poppy-playtime-content-farms__faq-question h3 { font-size: 1.1em; } .page-poppy-playtime-content-farms__faq-answer { padding: 0 20px; } .page-poppy-playtime-content-farms__faq-item.active .page-poppy-playtime-content-farms__faq-answer { padding: 15px 20px !important; } .page-poppy-playtime-content-farms__blog-title { font-size: 1.2em; } .page-poppy-playtime-content-farms__blog-summary { font-size: 0.9em; } img { max-width: 100% !important; height: auto !important; } .page-poppy-playtime-content-farms__card-image, .page-poppy-playtime-content-farms__blog-image { width: 100% !important; max-width: 100% !important; height: 180px !important; object-fit: cover !important; } } @media (max-width: 480px) { .page-poppy-playtime-content-farms__hero-title { font-size: 1.6em; } .page-poppy-playtime-content-farms__section-title { font-size: 1.6em; } .page-poppy-playtime-content-farms__faq-question h3 { font-size: 1em; } }