.page-888php-net-m-home { font-family: 'Arial', sans-serif; color: #eee; background-color: #1a1a2e; line-height: 1.6; } .page-888php-net-m-home__header-branding { text-align: center; padding: 15px 0; background-color: #0f3460; position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; box-shadow: 0 2px 5px rgba(0,0,0,0.3); } .page-888php-net-m-home__header-branding h1 { margin: 0; font-size: 1.8em; color: #e94560; text-transform: uppercase; letter-spacing: 1px; } .page-888php-net-m-home__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-888php-net-m-home__floating-button { display: block; padding: 12px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; text-align: center; white-space: nowrap; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 10px rgba(0,0,0,0.4); } .page-888php-net-m-home__floating-button--register { background-color: #e94560; color: #fff; } .page-888php-net-m-home__floating-button--register:hover { background-color: #c0392b; transform: translateY(-2px); } .page-888php-net-m-home__floating-button--login { background-color: #0f3460; color: #fff; border: 1px solid #e94560; } .page-888php-net-m-home__floating-button--login:hover { background-color: #0c2b50; transform: translateY(-2px); } .page-888php-net-m-home__hero-section { position: relative; padding-top: 10px; text-align: center; color: #fff; overflow: hidden; } .page-888php-net-m-home__hero-image { width: 100%; height: auto; display: block; object-fit: cover; } .page-888php-net-m-home__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.8)); display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 20px; box-sizing: border-box; } .page-888php-net-m-home__hero-title { font-size: 2.2em; margin-bottom: 10px; color: #e94560; text-shadow: 2px 2px 4px rgba(0,0,0,0.7); } .page-888php-net-m-home__hero-subtitle { font-size: 1.1em; margin-bottom: 25px; max-width: 800px; } .page-888php-net-m-home__hero-cta { display: inline-block; padding: 15px 30px; background-color: #e94560; color: #fff; text-decoration: none; border-radius: 30px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 15px rgba(0,0,0,0.5); } .page-888php-net-m-home__hero-cta:hover { background-color: #c0392b; transform: translateY(-3px); } .page-888php-net-m-home__section { padding: 40px 20px; text-align: center; } .page-888php-net-m-home__section--dark { background-color: #16213e; } .page-888php-net-m-home__section--light { background-color: #0f3460; } .page-888php-net-m-home__section-title { font-size: 2em; margin-bottom: 20px; color: #e94560; } .page-888php-net-m-home__section-subtitle { font-size: 1.1em; margin-bottom: 30px; color: #ccc; } .page-888php-net-m-home__content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; } .page-888php-net-m-home__content-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 5px 15px rgba(0,0,0,0.3); } .page-888php-net-m-home__content-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.5); } .page-888php-net-m-home__card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-888php-net-m-home__card-content { padding: 20px; } .page-888php-net-m-home__card-title { font-size: 1.4em; margin-top: 0; margin-bottom: 10px; color: #e94560; } .page-888php-net-m-home__card-text { font-size: 0.95em; color: #ccc; margin-bottom: 15px; } .page-888php-net-m-home__card-button { display: inline-block; padding: 10px 20px; background-color: #e94560; color: #fff; text-decoration: none; border-radius: 20px; font-size: 0.9em; font-weight: bold; transition: background-color 0.3s ease; } .page-888php-net-m-home__card-button:hover { background-color: #c0392b; } .page-888php-net-m-home__game-category-tabs { display: flex; justify-content: center; flex-wrap: wrap; margin-bottom: 30px; gap: 10px; } .page-888php-net-m-home__game-category-button { background-color: #0f3460; color: #fff; padding: 10px 20px; border: 1px solid #e94560; border-radius: 25px; cursor: pointer; font-size: 1em; transition: background-color 0.3s ease, color 0.3s ease; } .page-888php-net-m-home__game-category-button:hover, .page-888php-net-m-home__game-category-button.active { background-color: #e94560; color: #fff; } .page-888php-net-m-home__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; max-width: 1200px; margin: 0 auto; } .page-888php-net-m-home__game-item { background-color: #1a1a2e; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-888php-net-m-home__game-item:hover { transform: translateY(-3px); box-shadow: 0 6px 15px rgba(0,0,0,0.4); } .page-888php-net-m-home__game-image { width: 100%; height: 120px; object-fit: cover; display: block; } .page-888php-net-m-home__game-title { padding: 10px; font-size: 0.95em; color: #e94560; text-align: center; margin: 0; } .page-888php-net-m-home__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 20px; max-width: 900px; margin: 0 auto; } .page-888php-net-m-home__quick-link-item { background-color: #0f3460; border-radius: 8px; padding: 15px; text-decoration: none; color: #fff; font-weight: bold; text-align: center; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 10px rgba(0,0,0,0.3); } .page-888php-net-m-home__quick-link-item:hover { background-color: #e94560; transform: translateY(-3px); } .page-888php-net-m-home__faq-list { max-width: 800px; margin: 0 auto; text-align: left; } .page-888php-net-m-home__faq-item { background-color: #0f3460; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,0.3); } .page-888php-net-m-home__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #16213e; transition: background-color 0.3s ease; } .page-888php-net-m-home__faq-question:hover { background-color: #1a1a2e; } .page-888php-net-m-home__faq-question h3 { margin: 0; font-size: 1.1em; color: #e94560; pointer-events: none; } .page-888php-net-m-home__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-888php-net-m-home__faq-item.active .page-888php-net-m-home__faq-toggle { transform: rotate(45deg); } .page-888php-net-m-home__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; color: #ccc; font-size: 0.95em; } .page-888php-net-m-home__faq-item.active .page-888php-net-m-home__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-888php-net-m-home__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; } .page-888php-net-m-home__blog-post-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 5px 15px rgba(0,0,0,0.3); } .page-888php-net-m-home__blog-post-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.5); } .page-888php-net-m-home__blog-image { width: 100%; height: 180px; object-fit: cover; display: block; } .page-888php-net-m-home__blog-content { padding: 20px; } .page-888php-net-m-home__blog-title { font-size: 1.3em; margin-top: 0; margin-bottom: 10px; color: #e94560; } .page-888php-net-m-home__blog-text { font-size: 0.9em; color: #ccc; line-height: 1.5; margin-bottom: 15px; } .page-888php-net-m-home__blog-link { display: inline-block; color: #e94560; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-888php-net-m-home__blog-link:hover { color: #fff; } @media (max-width: 768px) { .page-888php-net-m-home__header-branding h1 { font-size: 1.5em; } .page-888php-net-m-home__floating-buttons { bottom: 15px; right: 15px; flex-direction: row; gap: 8px; } .page-888php-net-m-home__floating-button { padding: 10px 15px; font-size: 0.9em; } .page-888php-net-m-home__hero-title { font-size: 1.8em; } .page-888php-net-m-home__hero-subtitle { font-size: 0.9em; } .page-888php-net-m-home__hero-cta { padding: 12px 25px; font-size: 1em; } .page-888php-net-m-home__section { padding: 30px 15px; } .page-888php-net-m-home__section-title { font-size: 1.7em; } .page-888php-net-m-home__content-grid, .page-888php-net-m-home__game-grid, .page-888php-net-m-home__quick-links-grid, .page-888php-net-m-home__blog-grid { grid-template-columns: 1fr; } .page-888php-net-m-home__game-category-tabs { flex-direction: column; align-items: center; } .page-888php-net-m-home__game-category-button { width: 100%; max-width: 250px; } .page-888php-net-m-home__faq-list { padding: 0 10px; } .page-888php-net-m-home__faq-question h3 { font-size: 1em; } .page-888php-net-m-home__faq-answer { font-size: 0.9em; } .page-888php-net-m-home__content-card, .page-888php-net-m-home__blog-post-card, .page-888php-net-m-home__game-item, .page-888php-net-m-home__quick-link-item, .page-888php-net-m-home__faq-item { box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } .page-888php-net-m-home__content-card .page-888php-net-m-home__card-text, .page-888php-net-m-home__blog-post-card .page-888php-net-m-home__blog-text { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } @media (max-width: 480px) { .page-888php-net-m-home__hero-title { font-size: 1.5em; } .page-888php-net-m-home__hero-subtitle { font-size: 0.8em; } .page-888php-net-m-home__floating-buttons { bottom: 10px; right: 10px; } .page-888php-net-m-home__floating-button { padding: 8px 12px; font-size: 0.8em; } }