/* General styles for the page-1win scope */.page-1win { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; overflow-x: hidden; }.page-1win__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-1win__section-title { font-size: 2.5em; color: #1a1a1a; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 10px; }.page-1win__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #ff4d4d; border-radius: 2px; }/* Hero Section */.page-1win__hero-section { position: relative; width: 100%; height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; box-sizing: border-box; }.page-1win__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }.page-1win__hero-content { position: relative; z-index: 1; background-color: rgba(0, 0, 0, 0.5); padding: 40px; border-radius: 10px; max-width: 800px; }.page-1win__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #fff; /* Ensure contrast */ }.page-1win__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); color: #eee; /* Ensure contrast */ }.page-1win__hero-cta { display: inline-block; background-color: #ff4d4d; /* Brand accent color */ color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; }.page-1win__hero-cta:hover { background-color: #e60000; transform: translateY(-3px); }/* Intro Section */.page-1win__intro-section { padding: 60px 0; background-color: #fff; text-align: center; }.page-1win__intro-section p { font-size: 1.1em; margin-bottom: 15px; max-width: 900px; margin-left: auto; margin-right: auto; color: #444; }/* Quick Access Section */.page-1win__quick-access-section { padding: 60px 0; background-color: #f2f2f2; }.page-1win__access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-1win__access-button { display: inline-block; background-color: #5cb85c; /* Green for action */ color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; min-width: 180px; text-align: center; }.page-1win__access-button:hover { background-color: #4cae4c; transform: translateY(-2px); }/* Games Section */.page-1win__games-section { padding: 60px 0; background-color: #fff; }.page-1win__games-section p { text-align: center; font-size: 1.1em; margin-bottom: 40px; max-width: 900px; margin-left: auto; margin-right: auto; color: #444; }.page-1win__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-1win__game-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; }.page-1win__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }.page-1win__game-card-image { width: 100%; height: 200px; object-fit: cover; vertical-align: middle; }.page-1win__game-card-title { font-size: 1.5em; color: #1a1a1a; margin: 20px 15px 10px; }.page-1win__game-card-description { font-size: 0.95em; color: #666; padding: 0 15px 20px; flex-grow: 1; }.page-1win__game-card-button { display: inline-block; background-color: #0275d8; /* Blue for game action */ 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__game-card-button:hover { background-color: #025aa7; }/* Promotions Section */.page-1win__promos-section { padding: 60px 0; background-color: #f2f2f2; text-align: center; }.page-1win__promos-section p { font-size: 1.1em; margin-bottom: 30px; max-width: 900px; margin-left: auto; margin-right: auto; color: #444; }.page-1win__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-1win__promo-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; }.page-1win__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }.page-1win__promo-card-image { width: 100%; height: 220px; object-fit: cover; vertical-align: middle; }.page-1win__promo-card-title { font-size: 1.4em; color: #1a1a1a; margin: 20px 15px 10px; }.page-1win__promo-card-description { font-size: 0.95em; color: #666; padding: 0 15px 20px; flex-grow: 1; }.page-1win__promo-card-button { display: inline-block; background-color: #ffc107; /* Yellow for promo action */ color: #333; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-bottom: 20px; transition: background-color 0.3s ease; }.page-1win__promo-card-button:hover { background-color: #e0a800; }.page-1win__promo-footer-text { margin-top: 40px; font-size: 1.1em; color: #333; }.page-1win__view-all-promos-button { display: inline-block; background-color: #ff4d4d; /* Brand accent color */ color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; margin-top: 30px; transition: background-color 0.3s ease, transform 0.3s ease; }.page-1win__view-all-promos-button:hover { background-color: #e60000; transform: translateY(-3px); }/* Security Section */.page-1win__security-section { padding: 60px 0; background-color: #fff; }.page-1win__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-1win__security-item { background-color: #f9f9f9; border-left: 5px solid #ff4d4d; padding: 25px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-1win__security-item-title { font-size: 1.4em; color: #1a1a1a; margin-bottom: 15px; }.page-1win__security-item p { font-size: 1em; color: #555; margin-bottom: 15px; }.page-1win__contact-support-button { display: inline-block; background-color: #6c757d; /* Grey for support */ color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-1win__contact-support-button:hover { background-color: #5a6268; }/* FAQ Section */.page-1win__faq-section { padding: 60px 0; background-color: #f2f2f2; }.page-1win__faq-list { margin-top: 40px; max-width: 900px; margin-left: auto; margin-right: auto; }.page-1win__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); overflow: hidden; }.page-1win__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #fff; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; user-select: none; }.page-1win__faq-question:hover { background-color: #f5f5f5; }.page-1win__faq-question-title { font-size: 1.2em; color: #1a1a1a; margin: 0; pointer-events: none; /* Prevent text selection from interfering with click */ }.page-1win__faq-toggle { font-size: 1.5em; color: #ff4d4d; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; /* Prevent icon from interfering with click */ }.page-1win__faq-item.active .page-1win__faq-toggle { transform: rotate(45deg); color: #0275d8; }.page-1win__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease; opacity: 0; color: #555; font-size: 1em; }.page-1win__faq-item.active .page-1win__faq-answer { max-height: 2000px !important; /* Sufficiently large */ padding: 20px 25px !important; opacity: 1; }/* Blog Section */.page-1win__blog-section { padding: 60px 0; background-color: #fff; }.page-1win__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-1win__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; }.page-1win__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }.page-1win__blog-card-image { width: 100%; height: 220px; object-fit: cover; vertical-align: middle; }.page-1win__blog-card-title { font-size: 1.4em; color: #1a1a1a; margin: 20px 15px 10px; text-align: left; }.page-1win__blog-card-excerpt { font-size: 0.95em; color: #666; padding: 0 15px 20px; flex-grow: 1; text-align: left; }.page-1win__blog-card-button { display: inline-block; background-color: #ff4d4d; /* Brand accent color */ color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin: 0 15px 20px; transition: background-color 0.3s ease; align-self: flex-start; }.page-1win__blog-card-button:hover { background-color: #e60000; }.page-1win__blog-update-date { text-align: center; margin-top: 40px; font-size: 0.9em; color: #888; }/* General button styles for accessibility */.page-1win__hero-cta,.page-1win__access-button,.page-1win__game-card-button,.page-1win__promo-card-button,.page-1win__view-all-promos-button,.page-1win__contact-support-button { cursor: pointer; }/* Responsive Adjustments */@media (max-width: 1024px) { .page-1win__hero-title { font-size: 3em; } .page-1win__hero-subtitle { font-size: 1.3em; } .page-1win__section-title { font-size: 2em; } }@media (max-width: 768px) { .page-1win__container { padding: 15px; } .page-1win__hero-section { height: 500px; } .page-1win__hero-content { padding: 30px; max-width: 90%; } .page-1win__hero-title { font-size: 2.5em; } .page-1win__hero-subtitle { font-size: 1.1em; } .page-1win__hero-cta { padding: 12px 25px; font-size: 1em; } .page-1win__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-1win__access-links { flex-direction: column; gap: 15px; } .page-1win__access-button { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-1win__game-categories, .page-1win__promo-grid, .page-1win__security-grid, .page-1win__blog-grid { grid-template-columns: 1fr; } .page-1win__game-card-image, .page-1win__promo-card-image, .page-1win__blog-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-1win__faq-question { padding: 15px 20px; } .page-1win__faq-question-title { font-size: 1.1em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; flex-grow: 1; margin-right: 10px; } .page-1win__faq-answer { padding: 0 20px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-1win__faq-item.active .page-1win__faq-answer { padding: 15px 20px !important; } .page-1win__blog-card-title, .page-1win__blog-card-excerpt { padding-left: 15px; padding-right: 15px; } .page-1win__blog-card-button { margin-left: 15px; margin-right: 15px; } }@media (max-width: 480px) { .page-1win__hero-section { height: 400px; } .page-1win__hero-title { font-size: 2em; } .page-1win__hero-subtitle { font-size: 1em; } .page-1win__hero-content { padding: 20px; } .page-1win__section-title { font-size: 1.5em; } }