.page-1win-promocodes { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-1win-promocodes__hero-section { position: relative; padding: 10px 0 60px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; min-height: 500px; } .page-1win-promocodes__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } .page-1win-promocodes__hero-content { position: relative; z-index: 2; max-width: 800px; padding: 20px; background-color: rgba(0, 0, 0, 0.6); border-radius: 10px; } .page-1win-promocodes__hero-content h1 { font-size: 2.8em; margin-bottom: 20px; color: #ffeb3b; } .page-1win-promocodes__hero-content p { font-size: 1.2em; margin-bottom: 30px; } .page-1win-promocodes__cta-button { display: inline-block; background-color: #e91e63; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; } .page-1win-promocodes__cta-button:hover { background-color: #d81b60; } .page-1win-promocodes__section-title { font-size: 2.2em; color: #ffeb3b; text-align: center; margin: 60px 20px 40px; position: relative; padding-bottom: 10px; } .page-1win-promocodes__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 3px; background-color: #e91e63; border-radius: 2px; } .page-1win-promocodes__introduction-section, .page-1win-promocodes__quick-access-section, .page-1win-promocodes__games-section, .page-1win-promocodes__promotions-section, .page-1win-promocodes__security-section, .page-1win-promocodes__faq-section, .page-1win-promocodes__blog-section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; } .page-1win-promocodes__introduction-section p, .page-1win-promocodes__quick-access-section p, .page-1win-promocodes__games-section p, .page-1win-promocodes__promotions-section p, .page-1win-promocodes__security-section p, .page-1win-promocodes__blog-section p { text-align: center; margin-bottom: 30px; } .page-1win-promocodes__features-grid, .page-1win-promocodes__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-1win-promocodes__feature-item, .page-1win-promocodes__security-item { background-color: #2e2e4e; padding: 30px; border-radius: 10px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-1win-promocodes__feature-item:hover, .page-1win-promocodes__security-item:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-1win-promocodes__feature-icon, .page-1win-promocodes__security-icon { width: 100%; max-width: 200px; height: auto; margin-bottom: 20px; border-radius: 8px; } .page-1win-promocodes__feature-item h3, .page-1win-promocodes__security-item h3 { color: #ffeb3b; font-size: 1.5em; margin-bottom: 15px; } .page-1win-promocodes__link-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; justify-content: center; } .page-1win-promocodes__quick-link-button { display: block; background-color: #3f51b5; color: #fff; padding: 15px 20px; border-radius: 5px; text-decoration: none; text-align: center; font-weight: bold; transition: background-color 0.3s ease; box-sizing: border-box; } .page-1win-promocodes__quick-link-button:hover { background-color: #303f9f; } .page-1win-promocodes__game-categories, .page-1win-promocodes__promo-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-1win-promocodes__game-category-card, .page-1win-promocodes__promo-card { background-color: #2e2e4e; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; box-sizing: border-box; } .page-1win-promocodes__game-category-card:hover, .page-1win-promocodes__promo-card:hover { transform: translateY(-5px); } .page-1win-promocodes__game-image, .page-1win-promocodes__promo-image { width: 100%; height: 200px; object-fit: cover; } .page-1win-promocodes__game-category-card h3, .page-1win-promocodes__promo-card h3 { color: #ffeb3b; font-size: 1.6em; margin: 20px 15px 10px; } .page-1win-promocodes__game-category-card p, .page-1win-promocodes__promo-card p { padding: 0 15px 20px; font-size: 0.95em; } .page-1win-promocodes__game-button, .page-1win-promocodes__promo-button { display: inline-block; background-color: #e91e63; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-bottom: 20px; transition: background-color 0.3s ease; } .page-1win-promocodes__game-button:hover, .page-1win-promocodes__promo-button:hover { background-color: #d81b60; } .page-1win-promocodes__faq-container { margin-top: 40px; } .page-1win-promocodes__faq-item { background-color: #2e2e4e; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-sizing: border-box; } .page-1win-promocodes__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #3f51b5; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-1win-promocodes__faq-question:hover { background-color: #303f9f; } .page-1win-promocodes__faq-question h3 { color: #fff; font-size: 1.2em; margin: 0; pointer-events: none; } .page-1win-promocodes__faq-toggle { font-size: 1.8em; color: #fff; font-weight: bold; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-1win-promocodes__faq-item.active .page-1win-promocodes__faq-toggle { transform: rotate(45deg); } .page-1win-promocodes__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #2a2a40; color: #f0f0f0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-1win-promocodes__faq-item.active .page-1win-promocodes__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-1win-promocodes__blog-posts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-1win-promocodes__blog-post-card { background-color: #2e2e4e; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; box-sizing: border-box; } .page-1win-promocodes__blog-post-card:hover { transform: translateY(-5px); } .page-1win-promocodes__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-1win-promocodes__blog-content { padding: 20px; } .page-1win-promocodes__blog-content h3 { margin-top: 0; margin-bottom: 10px; font-size: 1.4em; } .page-1win-promocodes__blog-content h3 a { color: #ffeb3b; text-decoration: none; transition: color 0.3s ease; } .page-1win-promocodes__blog-content h3 a:hover { color: #e91e63; } .page-1win-promocodes__blog-content p { font-size: 0.9em; line-height: 1.5; margin-bottom: 15px; text-align: left; } .page-1win-promocodes__read-more { display: inline-block; background-color: #e91e63; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; } .page-1win-promocodes__read-more:hover { background-color: #d81b60; } @media (max-width: 768px) { .page-1win-promocodes__hero-content h1 { font-size: 2em; } .page-1win-promocodes__hero-content p { font-size: 1em; } .page-1win-promocodes__section-title { font-size: 1.8em; margin-top: 40px; margin-bottom: 20px; } .page-1win-promocodes__introduction-section, .page-1win-promocodes__quick-access-section, .page-1win-promocodes__games-section, .page-1win-promocodes__promotions-section, .page-1win-promocodes__security-section, .page-1win-promocodes__faq-section, .page-1win-promocodes__blog-section { padding: 20px 15px; } .page-1win-promocodes__features-grid, .page-1win-promocodes__link-grid, .page-1win-promocodes__game-categories, .page-1win-promocodes__promo-cards, .page-1win-promocodes__security-grid, .page-1win-promocodes__blog-posts-grid { grid-template-columns: 1fr; gap: 20px; } .page-1win-promocodes__feature-item, .page-1win-promocodes__quick-link-button, .page-1win-promocodes__game-category-card, .page-1win-promocodes__promo-card, .page-1win-promocodes__security-item, .page-1win-promocodes__blog-post-card { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-1win-promocodes__faq-question { padding: 15px 20px; } .page-1win-promocodes__faq-question h3 { font-size: 1.1em; } .page-1win-promocodes__faq-answer { padding: 0 20px; } .page-1win-promocodes__faq-item.active .page-1win-promocodes__faq-answer { padding: 15px 20px !important; } }