.page-winph-777 { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-winph-777 a { color: #8d3a96; text-decoration: none; transition: color 0.3s ease; } .page-winph-777 a:hover { color: #c06c84; } .page-winph-777__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-winph-777__section { padding: 60px 20px; margin-bottom: 30px; background-color: #21213b; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-winph-777__section:last-child { margin-bottom: 0; } .page-winph-777__heading { text-align: center; color: #e0e0e0; margin-bottom: 40px; font-size: 2.5em; font-weight: 700; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); } .page-winph-777__sub-heading { color: #d0d0d0; margin-top: 30px; margin-bottom: 20px; font-size: 1.8em; font-weight: 600; } .page-winph-777__text { font-size: 1.1em; color: #ccc; margin-bottom: 15px; } .page-winph-777__btn { display: inline-block; background-color: #8d3a96; color: #fff; padding: 12px 25px; border-radius: 5px; text-transform: uppercase; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; text-align: center; } .page-winph-777__btn:hover { background-color: #c06c84; transform: translateY(-2px); } .page-winph-777__hero { position: relative; width: 100%; height: 500px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; padding-top: 10px; } .page-winph-777__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } .page-winph-777__hero-content { position: relative; z-index: 2; color: #fff; max-width: 800px; padding: 20px; background-color: rgba(0, 0, 0, 0.5); border-radius: 10px; } .page-winph-777__hero-title { font-size: 3.5em; margin-bottom: 15px; font-weight: 900; line-height: 1.2; text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5); } .page-winph-777__hero-description { font-size: 1.3em; margin-bottom: 30px; } .page-winph-777__hero-btn { font-size: 1.2em; padding: 15px 30px; } .page-winph-777__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-winph-777__intro-card { background-color: #2a2a47; padding: 30px; border-radius: 8px; text-align: center; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } .page-winph-777__intro-card-title { font-size: 1.4em; color: #e0e0e0; margin-bottom: 15px; } .page-winph-777__intro-card-text { color: #ccc; } .page-winph-777__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 40px; } .page-winph-777__quick-access-btn { width: 100%; padding: 15px; font-size: 1.1em; } .page-winph-777__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-winph-777__game-card { background-color: #2a2a47; border-radius: 8px; overflow: hidden; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-winph-777__game-card:hover { transform: translateY(-5px); } .page-winph-777__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-winph-777__game-card-content { padding: 20px; } .page-winph-777__game-card-title { font-size: 1.5em; color: #e0e0e0; margin-bottom: 10px; } .page-winph-777__game-card-description { color: #ccc; font-size: 0.95em; margin-bottom: 20px; } .page-winph-777__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-winph-777__promo-card { background-color: #2a2a47; padding: 30px; border-radius: 8px; text-align: center; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } .page-winph-777__promo-card-title { font-size: 1.4em; color: #e0e0e0; margin-bottom: 15px; } .page-winph-777__promo-card-text { color: #ccc; margin-bottom: 20px; } .page-winph-777__security-list { list-style: none; padding: 0; margin-top: 30px; } .page-winph-777__security-item { background-color: #2a2a47; padding: 20px; margin-bottom: 15px; border-radius: 8px; display: flex; align-items: center; font-size: 1.1em; color: #ccc; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } .page-winph-777__security-item::before { content: '✓'; color: #8d3a96; font-weight: bold; margin-right: 15px; font-size: 1.3em; } .page-winph-777__faq-list { list-style: none; padding: 0; margin-top: 40px; } .page-winph-777__faq-item { background-color: #2a2a47; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } .page-winph-777__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #333355; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-winph-777__faq-question h3 { margin: 0; font-size: 1.2em; color: #e0e0e0; pointer-events: none; } .page-winph-777__faq-toggle { font-size: 1.5em; font-weight: bold; color: #8d3a96; transition: transform 0.3s ease; pointer-events: none; } .page-winph-777__faq-item.active .page-winph-777__faq-question { background-color: #44446a; } .page-winph-777__faq-item.active .page-winph-777__faq-toggle { transform: rotate(45deg); } .page-winph-777__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; } .page-winph-777__faq-item.active .page-winph-777__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-winph-777__faq-answer p { margin: 0; color: #ccc; } .page-winph-777__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-winph-777__blog-card { background-color: #2a2a47; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-winph-777__blog-card:hover { transform: translateY(-5px); } .page-winph-777__blog-card-image { width: 100%; height: 220px; object-fit: cover; } .page-winph-777__blog-card-content { padding: 20px; } .page-winph-777__blog-card-title { font-size: 1.4em; color: #e0e0e0; margin-bottom: 10px; line-height: 1.3; } .page-winph-777__blog-card-summary { color: #ccc; font-size: 0.95em; margin-bottom: 15px; } .page-winph-777__blog-card-link { display: inline-block; font-weight: bold; } /* Responsive Styles */ @media (max-width: 1024px) { .page-winph-777__hero-title { font-size: 2.8em; } .page-winph-777__hero-description { font-size: 1.1em; } .page-winph-777__section { padding: 40px 15px; } .page-winph-777__heading { font-size: 2em; } .page-winph-777__sub-heading { font-size: 1.6em; } } @media (max-width: 768px) { .page-winph-777__hero { height: 400px; } .page-winph-777__hero-title { font-size: 2.2em; } .page-winph-777__hero-description { font-size: 1em; } .page-winph-777__hero-btn { padding: 10px 20px; font-size: 1em; } .page-winph-777__container { padding: 10px; } .page-winph-777__section { padding: 30px 10px; } .page-winph-777__heading { font-size: 1.8em; margin-bottom: 30px; } .page-winph-777__sub-heading { font-size: 1.4em; } .page-winph-777__intro-grid, .page-winph-777__quick-access-grid, .page-winph-777__games-grid, .page-winph-777__promo-grid, .page-winph-777__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-winph-777__security-item { font-size: 1em; padding: 15px; } .page-winph-777__faq-question h3 { font-size: 1.1em; } .page-winph-777__faq-answer p { font-size: 0.95em; } /* List item specific responsive rules */ .page-winph-777__intro-card, .page-winph-777__game-card, .page-winph-777__promo-card, .page-winph-777__blog-card, .page-winph-777__security-item, .page-winph-777__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 15px !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-winph-777__quick-access-btn { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-winph-777__faq-question, .page-winph-777__faq-answer { padding-left: 15px !important; padding-right: 15px !important; } .page-winph-777__game-card-image, .page-winph-777__blog-card-image { max-width: 100% !important; height: auto !important; } } @media (max-width: 480px) { .page-winph-777__hero { height: 350px; } .page-winph-777__hero-title { font-size: 1.8em; } .page-winph-777__hero-description { font-size: 0.9em; } .page-winph-777__heading { font-size: 1.5em; } .page-winph-777__quick-access-btn { font-size: 0.9em; padding: 12px; } }