.page-what-to-do-in-floppy-s-playtime-roblox { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-what-to-do-in-floppy-s-playtime-roblox__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-what-to-do-in-floppy-s-playtime-roblox__hero-section { background: linear-gradient(135deg, #FFD700, #FFA500); color: #fff; text-align: center; padding: 60px 20px; border-radius: 10px; margin-bottom: 30px; padding-top: 10px; position: relative; overflow: hidden; } @media (max-width: 768px) { .page-what-to-do-in-floppy-s-playtime-roblox__hero-section { padding-top: 20px; } } .page-what-to-do-in-floppy-s-playtime-roblox__hero-section::before { content: ''; position: absolute; top: -50px; left: -50px; width: 200px; height: 200px; background: rgba(255, 255, 255, 0.1); border-radius: 50%; animation: page-what-to-do-in-floppy-s-playbox__pulse 5s infinite; } @keyframes page-what-to-do-in-floppy-s-playbox__pulse { 0% { transform: scale(0.8); opacity: 0.5; } 50% { transform: scale(1.2); opacity: 0.8; } 100% { transform: scale(0.8); opacity: 0.5; } } .page-what-to-do-in-floppy-s-playtime-roblox__hero-title { font-size: 2.8em; margin-bottom: 15px; color: #333; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); font-weight: bold; } .page-what-to-do-in-floppy-s-playtime-roblox__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; color: #555; } .page-what-to-do-in-floppy-s-playtime-roblox__cta-button { display: inline-block; background-color: #007bff; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); margin-top: 20px; } .page-what-to-do-in-floppy-s-playtime-roblox__cta-button:hover { background-color: #0056b3; transform: translateY(-3px); } .page-what-to-do-in-floppy-s-playtime-roblox__section { padding: 40px 20px; margin-bottom: 30px; background-color: #fff; border-radius: 10px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .page-what-to-do-in-floppy-s-playtime-roblox__section-title { font-size: 2.2em; color: #333; text-align: center; margin-bottom: 30px; font-weight: bold; } .page-what-to-do-in-floppy-s-playtime-roblox__section-text { text-align: center; font-size: 1.1em; margin-bottom: 40px; color: #666; } .page-what-to-do-in-floppy-s-playtime-roblox__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-what-to-do-in-floppy-s-playtime-roblox__game-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; } .page-what-to-do-in-floppy-s-playtime-roblox__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15); } .page-what-to-do-in-floppy-s-playtime-roblox__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-what-to-do-in-floppy-s-playtime-roblox__game-card-content { padding: 20px; } .page-what-to-do-in-floppy-s-playtime-roblox__game-card-title { font-size: 1.4em; margin-bottom: 10px; color: #333; } .page-what-to-do-in-floppy-s-playtime-roblox__game-card-description { font-size: 0.95em; color: #666; margin-bottom: 20px; } .page-what-to-do-in-floppy-s-playtime-roblox__game-card-button { display: inline-block; background-color: #FFD700; color: #333; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-what-to-do-in-floppy-s-playtime-roblox__game-card-button:hover { background-color: #e0b800; } .page-what-to-do-in-floppy-s-playtime-roblox__promo-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; } .page-what-to-do-in-floppy-s-playtime-roblox__promo-item { background-color: #f0f8ff; border-left: 5px solid #007bff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-what-to-do-in-floppy-s-playtime-roblox__promo-title { font-size: 1.3em; color: #007bff; margin-bottom: 10px; } .page-what-to-do-in-floppy-s-playtime-roblox__promo-description { color: #555; } .page-what-to-do-in-floppy-s-playtime-roblox__feature-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; text-align: center; } .page-what-to-do-in-floppy-s-playtime-roblox__feature-item { background-color: #e6f7ff; padding: 25px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-what-to-do-in-floppy-s-playtime-roblox__feature-icon { width: 60px; height: 60px; margin-bottom: 15px; } .page-what-to-do-in-floppy-s-playtime-roblox__feature-title { font-size: 1.2em; color: #333; margin-bottom: 10px; } .page-what-to-do-in-floppy-s-playtime-roblox__feature-description { font-size: 0.95em; color: #666; } .page-what-to-do-in-floppy-s-playtime-roblox__faq-section { text-align: left; } .page-what-to-do-in-floppy-s-playtime-roblox__faq-item { margin-bottom: 15px; border: 1px solid #eee; border-radius: 8px; background-color: #fff; overflow: hidden; } .page-what-to-do-in-floppy-s-playtime-roblox__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #f0f0f0; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-what-to-do-in-floppy-s-playtime-roblox__faq-question:hover { background-color: #e0e0e0; } .page-what-to-do-in-floppy-s-playtime-roblox__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; } .page-what-to-do-in-floppy-s-playtime-roblox__faq-toggle { font-size: 1.5em; font-weight: bold; color: #555; transition: transform 0.3s ease; pointer-events: none; } .page-what-to-do-in-floppy-s-playtime-roblox__faq-item.active .page-what-to-do-in-floppy-s-playtime-roblox__faq-toggle { transform: rotate(45deg); } .page-what-to-do-in-floppy-s-playtime-roblox__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #666; } .page-what-to-do-in-floppy-s-playtime-roblox__faq-item.active .page-what-to-do-in-floppy-s-playtime-roblox__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-what-to-do-in-floppy-s-playtime-roblox__floating-buttons { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 15px; z-index: 1000; } .page-what-to-do-in-floppy-s-playtime-roblox__floating-button { background-color: #FFD700; color: #333; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; } .page-what-to-do-in-floppy-s-playtime-roblox__floating-button:hover { background-color: #e0b800; transform: translateY(-3px); } @media (max-width: 768px) { .page-what-to-do-in-floppy-s-playtime-roblox__hero-title { font-size: 2em; } .page-what-to-do-in-floppy-s-playtime-roblox__hero-subtitle { font-size: 1.1em; } .page-what-to-do-in-floppy-s-playtime-roblox__cta-button { padding: 12px 25px; font-size: 0.9em; } .page-what-to-do-in-floppy-s-playtime-roblox__section-title { font-size: 1.8em; } .page-what-to-do-in-floppy-s-playtime-roblox__section-text { font-size: 1em; } .page-what-to-do-in-floppy-s-playtime-roblox__game-grid { grid-template-columns: 1fr; } .page-what-to-do-in-floppy-s-playtime-roblox__promo-list { grid-template-columns: 1fr; } .page-what-to-do-in-floppy-s-playtime-roblox__feature-list { grid-template-columns: 1fr; } .page-what-to-do-in-floppy-s-playtime-roblox__floating-buttons { bottom: 10px; gap: 10px; width: calc(100% - 40px); } .page-what-to-do-in-floppy-s-playtime-roblox__floating-button { flex: 1; text-align: center; padding: 10px 15px; font-size: 0.85em; } .page-what-to-do-in-floppy-s-playtime-roblox__faq-question { padding: 12px 15px; } .page-what-to-do-in-floppy-s-playtime-roblox__faq-question h3 { font-size: 1em; } .page-what-to-do-in-floppy-s-playtime-roblox__faq-answer { padding: 0 15px; } .page-what-to-do-in-floppy-s-playtime-roblox__faq-item.active .page-what-to-do-in-floppy-s-playtime-roblox__faq-answer { padding: 15px !important; } .page-what-to-do-in-floppy-s-playtime-roblox__promo-item, .page-what-to-do-in-floppy-s-playtime-roblox__feature-item { box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } .page-what-to-do-in-floppy-s-playtime-roblox__promo-list, .page-what-to-do-in-floppy-s-playtime-roblox__feature-list, .page-what-to-do-in-floppy-s-playtime-roblox__game-grid { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-what-to-do-in-floppy-s-playtime-roblox__game-card-description, .page-what-to-do-in-floppy-s-playtime-roblox__promo-description, .page-what-to-do-in-floppy-s-playtime-roblox__feature-description { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }