body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #1a1a2e; color: #e0e0e0; } .page-we-were-here-expeditions-the-friendship-playtime__hero-section { position: relative; padding-top: 10px; padding-bottom: 60px; text-align: center; overflow: hidden; } .page-we-were-here-expeditions-the-friendship-playtime__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; } .page-we-were-here-expeditions-the-friendship-playtime__hero-image { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.5); } .page-we-were-here-expeditions-the-friendship-playtime__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 40px 20px; } .page-we-were-here-expeditions-the-friendship-playtime__hero-title { font-size: 2.8em; color: #e94560; margin-bottom: 20px; line-height: 1.2; } .page-we-were-here-expeditions-the-friendship-playtime__hero-description { font-size: 1.2em; margin-bottom: 30px; line-height: 1.6; } .page-we-were-here-expeditions-the-friendship-playtime__hero-cta { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-we-were-here-expeditions-the-friendship-playtime__button { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; font-size: 1.1em; } .page-we-were-here-expeditions-the-friendship-playtime__button--primary { background-color: #e94560; color: #ffffff; border: 2px solid #e94560; } .page-we-were-here-expeditions-the-friendship-playtime__button--primary:hover { background-color: #d1304d; transform: translateY(-3px); } .page-we-were-here-expeditions-the-friendship-playtime__button--secondary { background-color: transparent; color: #e94560; border: 2px solid #e94560; } .page-we-were-here-expeditions-the-friendship-playtime__button--secondary:hover { background-color: rgba(233, 69, 96, 0.1); transform: translateY(-3px); } .page-we-were-here-expeditions-the-friendship-playtime__section-title { font-size: 2.2em; color: #e94560; text-align: center; margin-bottom: 40px; padding-top: 60px; } .page-we-were-here-expeditions-the-friendship-playtime__section-subtitle { font-size: 1.1em; text-align: center; max-width: 800px; margin: -20px auto 40px auto; color: #c0c0c0; } .page-we-were-here-expeditions-the-friendship-playtime__features-section, .page-we-were-here-expeditions-the-friendship-playtime__promo-section, .page-we-were-here-expeditions-the-friendship-playtime__app-download-section, .page-we-were-here-expeditions-the-friendship-playtime__game-categories-section, .page-we-were-here-expeditions-the-friendship-playtime__faq-section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; } .page-we-were-here-expeditions-the-friendship-playtime__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-we-were-here-expeditions-the-friendship-playtime__feature-item { background-color: #0f3460; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-we-were-here-expeditions-the-friendship-playtime__feature-item:hover { transform: translateY(-5px); } .page-we-were-here-expeditions-the-friendship-playtime__feature-icon { width: 200px; height: 150px; object-fit: contain; margin-bottom: 20px; } .page-we-were-here-expeditions-the-friendship-playtime__feature-title { font-size: 1.5em; color: #ffffff; margin-bottom: 15px; } .page-we-were-here-expeditions-the-friendship-playtime__feature-description { font-size: 1em; color: #c0c0c0; line-height: 1.5; } .page-we-were-here-expeditions-the-friendship-playtime__promo-content { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 30px; margin-top: 40px; } .page-we-were-here-expeditions-the-friendship-playtime__promo-description { font-size: 1.1em; line-height: 1.6; max-width: 800px; } .page-we-were-here-expeditions-the-friendship-playtime__promo-image { width: 100%; max-width: 800px; height: auto; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-we-were-here-expeditions-the-friendship-playtime__app-content { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 40px; margin-top: 40px; } .page-we-were-here-expeditions-the-friendship-playtime__app-image { width: 100%; max-width: 400px; height: auto; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-we-were-here-expeditions-the-friendship-playtime__app-text { flex: 1; min-width: 300px; max-width: 600px; text-align: left; } .page-we-were-here-expeditions-the-friendship-playtime__app-description { font-size: 1.1em; line-height: 1.6; margin-bottom: 30px; } .page-we-were-here-expeditions-the-friendship-playtime__game-categories-section { background-color: #0f3460; border-radius: 10px; padding: 60px 20px; margin-top: 60px; } .page-we-were-here-expeditions-the-friendship-playtime__game-categories-section .page-we-were-here-expeditions-the-friendship-playtime__section-title { color: #ffffff; padding-top: 0; } .page-we-were-here-expeditions-the-friendship-playtime__game-categories-section .page-we-were-here-expeditions-the-friendship-playtime__section-subtitle { color: #e0e0e0; } .page-we-were-here-expeditions-the-friendship-playtime__category-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; list-style: none; padding: 0; margin-top: 40px; } .page-we-were-here-expeditions-the-friendship-playtime__category-item { background-color: #1a1a2e; padding: 20px; border-radius: 8px; text-align: center; transition: transform 0.3s ease; box-sizing: border-box; } .page-we-were-here-expeditions-the-friendship-playtime__category-item:hover { transform: translateY(-5px); } .page-we-were-here-expeditions-the-friendship-playtime__category-image { width: 100%; max-width: 200px; height: 150px; object-fit: cover; border-radius: 5px; margin-bottom: 15px; } .page-we-were-here-expeditions-the-friendship-playtime__category-title { font-size: 1.3em; color: #e94560; margin: 0; } .page-we-were-here-expeditions-the-friendship-playtime__cta-bottom { text-align: center; margin-top: 50px; } .page-we-were-here-expeditions-the-friendship-playtime__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-we-were-here-expeditions-the-friendship-playtime__floating-button { background-color: #e94560; color: #ffffff; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); transition: background-color 0.3s ease, transform 0.3s ease; min-width: 100px; } .page-we-were-here-expeditions-the-friendship-playtime__floating-button:hover { background-color: #d1304d; transform: translateY(-3px); } .page-we-were-here-expeditions-the-friendship-playtime__faq-section { background-color: #0f3460; border-radius: 10px; padding: 60px 20px; margin-top: 60px; } .page-we-were-here-expeditions-the-friendship-playtime__faq-section .page-we-were-here-expeditions-the-friendship-playtime__section-title { color: #ffffff; padding-top: 0; } .page-we-were-here-expeditions-the-friendship-playtime__faq-container { max-width: 800px; margin: 0 auto; } .page-we-were-here-expeditions-the-friendship-playtime__faq-item { background-color: #1a1a2e; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); } .page-we-were-here-expeditions-the-friendship-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #1a1a2e; border-bottom: 1px solid #2a2a4a; transition: background-color 0.3s ease; } .page-we-were-here-expeditions-the-friendship-playtime__faq-question:hover { background-color: #2a2a4a; } .page-we-were-here-expeditions-the-friendship-playtime__faq-title { font-size: 1.2em; color: #ffffff; margin: 0; pointer-events: none; } .page-we-were-here-expeditions-the-friendship-playtime__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-we-were-here-expeditions-the-friendship-playtime__faq-item.active .page-we-were-here-expeditions-the-friendship-playtime__faq-toggle { transform: rotate(45deg); } .page-we-were-here-expeditions-the-friendship-playtime__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; background-color: #1a1a2e; color: #c0c0c0; } .page-we-were-here-expeditions-the-friendship-playtime__faq-item.active .page-we-were-here-expeditions-the-friendship-playtime__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-we-were-here-expeditions-the-friendship-playtime__hero-title { font-size: 2em; } .page-we-were-here-expeditions-the-friendship-playtime__hero-description { font-size: 1em; } .page-we-were-here-expeditions-the-friendship-playtime__hero-cta { flex-direction: column; } .page-we-were-here-expeditions-the-friendship-playtime__button { width: 100%; box-sizing: border-box; } .page-we-were-here-expeditions-the-friendship-playtime__section-title { font-size: 1.8em; } .page-we-were-here-expeditions-the-friendship-playtime__features-grid { grid-template-columns: 1fr; } .page-we-were-here-expeditions-the-friendship-playtime__app-content { flex-direction: column; text-align: center; } .page-we-were-here-expeditions-the-friendship-playtime__app-text { text-align: center; } .page-we-were-here-expeditions-the-friendship-playtime__app-image { max-width: 80%; } .page-we-were-here-expeditions-the-friendship-playtime__category-list { grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); } .page-we-were-here-expeditions-the-friendship-playtime__category-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px; } .page-we-were-here-expeditions-the-friendship-playtime__category-image { width: 100%; max-width: 150px; height: 100px; } .page-we-were-here-expeditions-the-friendship-playtime__category-title { font-size: 1.1em; } .page-we-were-here-expeditions-the-friendship-playtime__faq-question, .page-we-were-here-expeditions-the-friendship-playtime__faq-answer { padding-left: 15px; padding-right: 15px; } .page-we-were-here-expeditions-the-friendship-playtime__faq-item.active .page-we-were-here-expeditions-the-friendship-playtime__faq-answer { padding: 15px !important; } .page-we-were-here-expeditions-the-friendship-playtime__faq-title { font-size: 1em; } .page-we-were-here-expeditions-the-friendship-playtime__floating-buttons { bottom: 15px; right: 15px; } .page-we-were-here-expeditions-the-friendship-playtime__floating-button { padding: 10px 20px; font-size: 0.9em; min-width: 80px; } .page-we-were-here-expeditions-the-friendship-playtime__hero-section, .page-we-were-here-expeditions-the-friendship-playtime__features-section, .page-we-were-here-expeditions-the-friendship-playtime__promo-section, .page-we-were-here-expeditions-the-friendship-playtime__app-download-section, .page-we-were-here-expeditions-the-friendship-playtime__game-categories-section, .page-we-were-here-expeditions-the-friendship-playtime__faq-section { padding: 30px 15px; } } @media (max-width: 375px) { .page-we-were-here-expeditions-the-friendship-playtime__hero-title { font-size: 1.8em; } .page-we-were-here-expeditions-the-friendship-playtime__button { font-size: 1em; } .page-we-were-here-expeditions-the-friendship-playtime__section-title { font-size: 1.6em; } .page-we-were-here-expeditions-the-friendship-playtime__category-list { grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); } .page-we-were-here-expeditions-the-friendship-playtime__category-item { padding: 10px; } .page-we-were-here-expeditions-the-friendship-playtime__category-image { max-width: 100px; height: 80px; } .page-we-were-here-expeditions-the-friendship-playtime__category-title { font-size: 0.9em; } }