body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f4f7f6; color: #333; } .page-winwin-derp__hero-section { background: linear-gradient(135deg, #0f1c2e 0%, #2c3e50 100%); color: #fff; padding: 60px 20px 80px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; padding-top: 70px; } .page-winwin-derp__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; opacity: 0.3; z-index: 0; } .page-winwin-derp__hero-image { width: 100%; height: 100%; object-fit: cover; } .page-winwin-derp__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-winwin-derp__hero-title { font-size: 3.2em; margin-bottom: 20px; line-height: 1.2; font-weight: bold; } .page-winwin-derp__hero-title strong { color: #ffeb3b; } .page-winwin-derp__hero-subtitle { font-size: 1.3em; margin-bottom: 40px; line-height: 1.5; opacity: 0.9; } .page-winwin-derp__hero-cta-group { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-winwin-derp__hero-button { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: all 0.3s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-winwin-derp__hero-button--primary { background-color: #ffeb3b; color: #0f1c2e; border: 2px solid #ffeb3b; } .page-winwin-derp__hero-button--primary:hover { background-color: #fdd835; border-color: #fdd835; transform: translateY(-3px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); } .page-winwin-derp__hero-button--secondary { background-color: transparent; color: #ffeb3b; border: 2px solid #ffeb3b; } .page-winwin-derp__hero-button--secondary:hover { background-color: #ffeb3b; color: #0f1c2e; transform: translateY(-3px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); } .page-winwin-derp__intro-section, .page-winwin-derp__quick-access-section, .page-winwin-derp__games-section, .page-winwin-derp__promo-section, .page-winwin-derp__security-section, .page-winwin-derp__faq-section, .page-winwin-derp__blog-section { padding: 80px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-winwin-derp__section-title { font-size: 2.5em; margin-bottom: 20px; color: #0f1c2e; } .page-winwin-derp__section-title strong { color: #007bff; } .page-winwin-derp__section-description { font-size: 1.1em; line-height: 1.6; max-width: 800px; margin: 0 auto 50px; color: #555; } .page-winwin-derp__intro-features, .page-winwin-derp__game-categories, .page-winwin-derp__promo-grid, .page-winwin-derp__security-features, .page-winwin-derp__blog-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 40px; } .page-winwin-derp__intro-feature-item, .page-winwin-derp__security-item { flex: 1 1 300px; background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-winwin-derp__intro-feature-item:hover, .page-winwin-derp__security-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); } .page-winwin-derp__intro-feature-icon, .page-winwin-derp__security-icon { width: 100px; height: 100px; margin-bottom: 20px; object-fit: contain; } .page-winwin-derp__intro-feature-title, .page-winwin-derp__security-title { font-size: 1.5em; color: #0f1c2e; margin-bottom: 15px; } .page-winwin-derp__intro-feature-text, .page-winwin-derp__security-text { font-size: 1em; line-height: 1.6; color: #666; } .page-winwin-derp__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-winwin-derp__quick-access-button, .page-winwin-derp__contact-button { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-winwin-derp__quick-access-button:hover, .page-winwin-derp__contact-button:hover { background-color: #0056b3; transform: translateY(-2px); } .page-winwin-derp__game-category-item, .page-winwin-derp__promo-item { flex: 1 1 300px; background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-winwin-derp__game-category-item:hover, .page-winwin-derp__promo-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); } .page-winwin-derp__game-category-image, .page-winwin-derp__promo-image, .page-winwin-derp__blog-post-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-winwin-derp__game-category-title, .page-winwin-derp__promo-title { font-size: 1.4em; color: #0f1c2e; margin: 20px 20px 10px; } .page-winwin-derp__game-category-text, .page-winwin-derp__promo-text { font-size: 0.95em; color: #666; margin: 0 20px 20px; line-height: 1.5; } .page-winwin-derp__game-category-button, .page-winwin-derp__promo-button { display: inline-block; background-color: #28a745; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin: 0 20px 20px; transition: background-color 0.3s ease; } .page-winwin-derp__game-category-button:hover, .page-winwin-derp__promo-button:hover { background-color: #218838; } .page-winwin-derp__contact-button { margin-top: 40px; } .page-winwin-derp__faq-container { max-width: 900px; margin: 50px auto 0; text-align: left; } .page-winwin-derp__faq-item { background-color: #fff; border-radius: 10px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-winwin-derp__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #f9f9f9; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; user-select: none; } .page-winwin-derp__faq-question:hover { background-color: #e9ecef; } .page-winwin-derp__faq-question-title { margin: 0; font-size: 1.2em; color: #0f1c2e; pointer-events: none; } .page-winwin-derp__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; } .page-winwin-derp__faq-item.active .page-winwin-derp__faq-toggle { transform: rotate(45deg); color: #dc3545; } .page-winwin-derp__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-winwin-derp__faq-item.active .page-winwin-derp__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-winwin-derp__faq-answer p { margin-bottom: 15px; line-height: 1.6; color: #555; } .page-winwin-derp__faq-link { display: inline-block; background-color: #17a2b8; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; } .page-winwin-derp__faq-link:hover { background-color: #138496; } .page-winwin-derp__blog-post-card { flex: 1 1 350px; background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-winwin-derp__blog-post-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); } .page-winwin-derp__blog-post-content { padding: 20px; } .page-winwin-derp__blog-post-title { font-size: 1.3em; margin-bottom: 10px; line-height: 1.4; } .page-winwin-derp__blog-post-title a { color: #0f1c2e; text-decoration: none; transition: color 0.3s ease; } .page-winwin-derp__blog-post-title a:hover { color: #007bff; } .page-winwin-derp__blog-post-excerpt { font-size: 0.9em; color: #666; line-height: 1.5; margin-bottom: 15px; } .page-winwin-derp__blog-post-readmore { display: inline-block; background-color: #6c757d; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; } .page-winwin-derp__blog-post-readmore:hover { background-color: #5a6268; } strong { font-weight: bold; color: inherit; } /* Responsive adjustments */ @media (max-width: 1024px) { .page-winwin-derp__hero-title { font-size: 2.8em; } .page-winwin-derp__section-title { font-size: 2.2em; } } @media (max-width: 768px) { .page-winwin-derp__hero-section { padding: 50px 15px 60px; padding-top: 60px; } .page-winwin-derp__hero-title { font-size: 2.2em; } .page-winwin-derp__hero-subtitle { font-size: 1.1em; margin-bottom: 30px; } .page-winwin-derp__hero-cta-group { flex-direction: column; gap: 15px; } .page-winwin-derp__hero-button { width: 100%; max-width: 300px; } .page-winwin-derp__intro-section, .page-winwin-derp__quick-access-section, .page-winwin-derp__games-section, .page-winwin-derp__promo-section, .page-winwin-derp__security-section, .page-winwin-derp__faq-section, .page-winwin-derp__blog-section { padding: 40px 15px; } .page-winwin-derp__section-title { font-size: 1.8em; } .page-winwin-derp__section-description { font-size: 1em; margin-bottom: 30px; } .page-winwin-derp__intro-features, .page-winwin-derp__game-categories, .page-winwin-derp__promo-grid, .page-winwin-derp__security-features, .page-winwin-derp__blog-grid { flex-direction: column; gap: 20px; margin-top: 30px; } .page-winwin-derp__intro-feature-item, .page-winwin-derp__game-category-item, .page-winwin-derp__promo-item, .page-winwin-derp__security-item, .page-winwin-derp__blog-post-card { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; padding: 20px !important; } .page-winwin-derp__intro-features, .page-winwin-derp__game-categories, .page-winwin-derp__promo-grid, .page-winwin-derp__security-features, .page-winwin-derp__blog-grid { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-winwin-derp__intro-feature-text, .page-winwin-derp__game-category-text, .page-winwin-derp__promo-text, .page-winwin-derp__security-text, .page-winwin-derp__blog-post-excerpt, .page-winwin-derp__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-winwin-derp__quick-access-links { flex-direction: column; gap: 15px; } .page-winwin-derp__quick-access-button { width: 100%; } .page-winwin-derp__faq-container { margin-top: 30px; } .page-winwin-derp__faq-question { padding: 15px 20px; } .page-winwin-derp__faq-question-title { font-size: 1.1em; } .page-winwin-derp__faq-answer { padding: 0 20px; } .page-winwin-derp__faq-item.active .page-winwin-derp__faq-answer { padding: 15px 20px !important; } .page-winwin-derp__blog-post-image { height: 180px; } .page-winwin-derp__blog-post-content { padding: 15px; } .page-winwin-derp__blog-post-title { font-size: 1.2em; } } @media (max-width: 480px) { .page-winwin-derp__hero-title { font-size: 1.8em; } .page-winwin-derp__hero-subtitle { font-size: 1em; } .page-winwin-derp__section-title { font-size: 1.5em; } }