/* General styles for the page-bingoplus-points-redeem-free */.page-bingoplus-points-redeem-free {font-family: 'Arial', sans-serif;color: #f5f5f5;background-color: #1a1a2e; /* Dark background for a premium feel */line-height: 1.6;overflow-x: hidden; /* Prevent horizontal scroll */}/* Container for content width */.page-bingoplus-points-redeem-free__container {max-width: 1200px;margin: 0 auto;padding: 0 20px;box-sizing: border-box;}/* Section titles */.page-bingoplus-points-redeem-free__section-title {color: #e94560; /* Accent color for titles */text-align: center;margin-bottom: 40px;font-size: 2.5em;font-weight: 700;padding-top: 40px;}.page-bingoplus-points-redeem-free__text-content {text-align: center;margin-bottom: 30px;font-size: 1.1em;max-width: 900px;margin-left: auto;margin-right: auto;}/* Hero Section */.page-bingoplus-points-redeem-free__hero-section {position: relative;width: 100%;min-height: 600px;display: flex;align-items: center;justify-content: center;text-align: center;color: #f5f5f5;padding: 10px 0 60px; /* 10px top padding for offset, 60px bottom */box-sizing: border-box;overflow: hidden;background-color: #1a1a2e;}.page-bingoplus-points-redeem-free__hero-image-wrapper {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;opacity: 0.3; /* Subtle overlay */}.page-bingoplus-points-redeem-free__hero-image {width: 100%;height: 100%;object-fit: cover;display: block;max-width: 100%; /* Responsive image */}.page-bingoplus-points-redeem-free__hero-content {position: relative;z-index: 2;max-width: 900px;padding: 20px;background-color: rgba(26, 26, 46, 0.7); /* Semi-transparent background for readability */border-radius: 10px;}.page-bingoplus-points-redeem-free__hero-title {font-size: 3.5em;margin-bottom: 20px;font-weight: 800;line-height: 1.2;}.page-bingoplus-points-redeem-free__hero-highlight {color: #00adb5; /* Teal accent for keyword */}.page-bingoplus-points-redeem-free__hero-subtitle {font-size: 1.3em;margin-bottom: 40px;font-weight: 300;}.page-bingoplus-points-redeem-free__hero-cta-group {display: flex;justify-content: center;gap: 20px;flex-wrap: wrap;}.page-bingoplus-points-redeem-free__hero-button {display: inline-block;padding: 15px 30px;border-radius: 8px;text-decoration: none;font-weight: 700;font-size: 1.1em;transition: background-color 0.3s ease, transform 0.2s ease;white-space: nowrap;}.page-bingoplus-points-redeem-free__hero-button--primary {background-color: #e94560;color: #f5f5f5;}.page-bingoplus-points-redeem-free__hero-button--primary:hover {background-color: #ff7e00;transform: translateY(-3px);}.page-bingoplus-points-redeem-free__hero-button--secondary {background-color: #00adb5;color: #f5f5f5;border: 2px solid #00adb5;}.page-bingoplus-points-redeem-free__hero-button--secondary:hover {background-color: transparent;border-color: #f5f5f5;color: #f5f5f5;transform: translateY(-3px);}/* Payment Providers Section */.page-bingoplus-points-redeem-free__payment-providers {padding: 60px 20px;background-color: #23233c; /* Slightly lighter dark background */display: flex;flex-direction: column; /* Stack title and logo grid */align-items: center;}.page-bingoplus-points-redeem-free__payment-providers .page-bingoplus-points-redeem-free__section-title {padding-top: 0; /* Adjust padding for this section title */margin-bottom: 30px;}.page-bingoplus-points-redeem-free__payment-logo-grid {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 30px;width: 100%;max-width: 1200px;box-sizing: border-box;}.page-bingoplus-points-redeem-free__payment-logo {flex: 0 0 auto;width: 80px;height: 80px;max-width: 80px;max-height: 80px;box-sizing: border-box;object-fit: contain; /* Ensure logos fit without distortion */}/* Introduction Section */.page-bingoplus-points-redeem-free__introduction-section {padding: 80px 0;background-color: #1a1a2e;}.page-bingoplus-points-redeem-free__features-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 50px;}.page-bingoplus-points-redeem-free__feature-item {background-color: #23233c;padding: 30px;border-radius: 10px;text-align: center;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);transition: transform 0.3s ease;}.page-bingoplus-points-redeem-free__feature-item:hover {transform: translateY(-10px);}.page-bingoplus-points-redeem-free__feature-image {width: 100%;max-width: 250px;height: auto;margin-bottom: 20px;border-radius: 8px;display: block;margin-left: auto;margin-right: auto;}.page-bingoplus-points-redeem-free__feature-title {color: #e94560;font-size: 1.5em;margin-bottom: 15px;}.page-bingoplus-points-redeem-free__feature-description {font-size: 1em;color: #ccc;}/* Quick Access Section */.page-bingoplus-points-redeem-free__quick-access-section {padding: 80px 0;background-color: #23233c;}.page-bingoplus-points-redeem-free__access-buttons {display: flex;justify-content: center;flex-wrap: wrap;gap: 20px;margin-top: 40px;}.page-bingoplus-points-redeem-free__access-button {display: inline-block;padding: 15px 25px;background-color: #00adb5;color: #f5f5f5;text-decoration: none;border-radius: 8px;font-weight: 600;transition: background-color 0.3s ease, transform 0.2s ease;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);white-space: nowrap;}.page-bingoplus-points-redeem-free__access-button:hover {background-color: #ff7e00;transform: translateY(-3px);}/* Games Section */.page-bingoplus-points-redeem-free__games-section {padding: 80px 0;background-color: #1a1a2e;}.page-bingoplus-points-redeem-free__game-categories {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 50px;}.page-bingoplus-points-redeem-free__game-card {background-color: #23233c;border-radius: 10px;overflow: hidden;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);text-align: center;transition: transform 0.3s ease;}.page-bingoplus-points-redeem-free__game-card:hover {transform: translateY(-10px);}.page-bingoplus-points-redeem-free__game-image {width: 100%;height: 200px;object-fit: cover;display: block;}.page-bingoplus-points-redeem-free__game-title {color: #00adb5;font-size: 1.4em;margin: 20px 15px 10px;}.page-bingoplus-points-redeem-free__game-description {font-size: 0.95em;color: #ccc;padding: 0 15px 20px;}.page-bingoplus-points-redeem-free__game-button {display: inline-block;background-color: #e94560;color: #f5f5f5;padding: 10px 20px;border-radius: 5px;text-decoration: none;font-weight: 600;margin-bottom: 20px;transition: background-color 0.3s ease;}.page-bingoplus-points-redeem-free__game-button:hover {background-color: #ff7e00;}/* Promotions Section */.page-bingoplus-points-redeem-free__promotions-section {padding: 80px 0;background-color: #23233c;}.page-bingoplus-points-redeem-free__promo-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 50px;}.page-bingoplus-points-redeem-free__promo-card {background-color: #1a1a2e;border-radius: 10px;overflow: hidden;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);text-align: center;transition: transform 0.3s ease;}.page-bingoplus-points-redeem-free__promo-card:hover {transform: translateY(-10px);}.page-bingoplus-points-redeem-free__promo-image {width: 100%;height: 220px;object-fit: cover;display: block;}.page-bingoplus-points-redeem-free__promo-title {color: #e94560;font-size: 1.4em;margin: 20px 15px 10px;}.page-bingoplus-points-redeem-free__promo-description {font-size: 0.95em;color: #ccc;padding: 0 15px 20px;}.page-bingoplus-points-redeem-free__promo-button {display: inline-block;background-color: #00adb5;color: #f5f5f5;padding: 10px 20px;border-radius: 5px;text-decoration: none;font-weight: 600;margin-bottom: 20px;transition: background-color 0.3s ease;}.page-bingoplus-points-redeem-free__promo-button:hover {background-color: #ff7e00;}/* Security & Support Section */.page-bingoplus-points-redeem-free__security-support-section {padding: 80px 0;background-color: #1a1a2e;}.page-bingoplus-points-redeem-free__info-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 30px;margin-top: 50px;}.page-bingoplus-points-redeem-free__info-item {background-color: #23233c;padding: 30px;border-radius: 10px;text-align: center;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);transition: transform 0.3s ease;}.page-bingoplus-points-redeem-free__info-item:hover {transform: translateY(-10px);}.page-bingoplus-points-redeem-free__info-image {width: 100%;max-width: 200px;height: auto;margin-bottom: 20px;border-radius: 8px;display: block;margin-left: auto;margin-right: auto;}.page-bingoplus-points-redeem-free__info-title {color: #e94560;font-size: 1.3em;margin-bottom: 15px;}.page-bingoplus-points-redeem-free__info-description {font-size: 0.9em;color: #ccc;}/* FAQ Section */.page-bingoplus-points-redeem-free__faq-section {padding: 80px 0;background-color: #23233c;}.page-bingoplus-points-redeem-free__faq-list {max-width: 900px;margin: 50px auto 0;}.page-bingoplus-points-redeem-free__faq-item {background-color: #1a1a2e;border-radius: 8px;margin-bottom: 15px;overflow: hidden;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}.page-bingoplus-points-redeem-free__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px 25px;background-color: #e94560; /* Question background */color: #f5f5f5;cursor: pointer;user-select: none;font-size: 1.2em;font-weight: 600;transition: background-color 0.3s ease;}.page-bingoplus-points-redeem-free__faq-question:hover {background-color: #ff7e00; /* Darker on hover */}.page-bingoplus-points-redeem-free__faq-title {margin: 0;flex-grow: 1;text-align: left;pointer-events: none; /* Prevent h3 from blocking click event */}.page-bingoplus-points-redeem-free__faq-toggle {font-size: 1.5em;font-weight: 700;margin-left: 15px;pointer-events: none; /* Prevent span from blocking click event */}.page-bingoplus-points-redeem-free__faq-answer {max-height: 0;overflow: hidden;padding: 0 25px;background-color: #1a1a2e;color: #ccc;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;opacity: 0;}.page-bingoplus-points-redeem-free__faq-answer p {margin: 0;padding: 0;}.page-bingoplus-points-redeem-free__faq-item.active .page-bingoplus-points-redeem-free__faq-answer {max-height: 2000px !important; /* Sufficiently large value */padding: 20px 25px !important;opacity: 1;}.page-bingoplus-points-redeem-free__faq-item.active .page-bingoplus-points-redeem-free__faq-question {background-color: #ff7e00; /* Active question background */}/* Blog Section */.page-bingoplus-points-redeem-free__blog-section {padding: 80px 0;background-color: #1a1a2e;}.page-bingoplus-points-redeem-free__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 50px;}.page-bingoplus-points-redeem-free__blog-card {background-color: #23233c;border-radius: 10px;overflow: hidden;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);transition: transform 0.3s ease;}.page-bingoplus-points-redeem-free__blog-card:hover {transform: translateY(-10px);}.page-bingoplus-points-redeem-free__blog-image {width: 100%;height: 200px;object-fit: cover;display: block;}.page-bingoplus-points-redeem-free__blog-content {padding: 20px;}.page-bingoplus-points-redeem-free__blog-title {font-size: 1.3em;margin-bottom: 10px;}.page-bingoplus-points-redeem-free__blog-title a {color: #00adb5;text-decoration: none;transition: color 0.3s ease;}.page-bingoplus-points-redeem-free__blog-title a:hover {color: #e94560;}.page-bingoplus-points-redeem-free__blog-excerpt {font-size: 0.95em;color: #ccc;margin-bottom: 20px;}.page-bingoplus-points-redeem-free__blog-read-more {display: inline-block;background-color: #e94560;color: #f5f5f5;padding: 8px 15px;border-radius: 5px;text-decoration: none;font-weight: 600;transition: background-color 0.3s ease;}.page-bingoplus-points-redeem-free__blog-read-more:hover {background-color: #ff7e00;}/* Responsive adjustments */@media (max-width: 1024px) {.page-bingoplus-points-redeem-free__hero-title {font-size: 3em;}.page-bingoplus-points-redeem-free__hero-subtitle {font-size: 1.2em;}.page-bingoplus-points-redeem-free__section-title {font-size: 2.2em;}}@media (max-width: 768px) {.page-bingoplus-points-redeem-free__container {padding: 0 15px;}.page-bingoplus-points-redeem-free__hero-section {min-height: 500px;padding-bottom: 40px;}.page-bingoplus-points-redeem-free__hero-title {font-size: 2.5em;}.page-bingoplus-points-redeem-free__hero-subtitle {font-size: 1em;}.page-bingoplus-points-redeem-free__hero-cta-group {flex-direction: column;gap: 15px;}.page-bingoplus-points-redeem-free__hero-button {width: 100%;max-width: 300px;margin: 0 auto;font-size: 1em;padding: 12px 20px;}.page-bingoplus-points-redeem-free__section-title {font-size: 1.8em;margin-bottom: 30px;padding-top: 30px;}.page-bingoplus-points-redeem-free__text-content {font-size: 0.95em;margin-bottom: 20px;}/* Payment Providers specific mobile rules */.page-bingoplus-points-redeem-free__payment-providers {padding: 40px 15px;}.page-bingoplus-points-redeem-free__payment-logo-grid {flex-direction: row; /* Ensure flex-wrap behavior */flex-wrap: wrap;justify-content: center;gap: 16px;}.page-bingoplus-points-redeem-free__payment-logo {width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;object-fit: contain;}.page-bingoplus-points-redeem-free__features-grid,.page-bingoplus-points-redeem-free__game-categories,.page-bingoplus-points-redeem-free__promo-grid,.page-bingoplus-points-redeem-free__info-grid,.page-bingoplus-points-redeem-free__blog-grid {grid-template-columns: 1fr; /* Single column layout for most grids */gap: 20px;margin-top: 30px;}.page-bingoplus-points-redeem-free__feature-item,.page-bingoplus-points-redeem-free__game-card,.page-bingoplus-points-redeem-free__promo-card,.page-bingoplus-points-redeem-free__info-item,.page-bingoplus-points-redeem-free__blog-card {padding: 20px;}.page-bingoplus-points-redeem-free__feature-title,.page-bingoplus-points-redeem-free__game-title,.page-bingoplus-points-redeem-free__promo-title,.page-bingoplus-points-redeem-free__info-title,.page-bingoplus-points-redeem-free__blog-title {font-size: 1.2em;}.page-bingoplus-points-redeem-free__feature-description,.page-bingoplus-points-redeem-free__game-description,.page-bingoplus-points-redeem-free__promo-description,.page-bingoplus-points-redeem-free__info-description,.page-bingoplus-points-redeem-free__blog-excerpt {font-size: 0.9em;}.page-bingoplus-points-redeem-free__access-buttons {flex-direction: column;gap: 15px;}.page-bingoplus-points-redeem-free__access-button {width: 100%;max-width: 300px; /* Limit width even if 100% */margin: 0 auto;font-size: 0.95em;padding: 12px 20px;}/* FAQ mobile adjustments */.page-bingoplus-points-redeem-free__faq-question {padding: 15px 20px;font-size: 1.1em;}.page-bingoplus-points-redeem-free__faq-answer {padding: 0 20px;}.page-bingoplus-points-redeem-free__faq-item.active .page-bingoplus-points-redeem-free__faq-answer {padding: 15px 20px !important;}/* Image responsiveness for all images except gamelogo */.page-bingoplus-points-redeem-free img:not(.page-bingoplus-points-redeem-free__payment-logo) {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}/* List items responsiveness, though not explicitly list in this design, applying for safety */.page-bingoplus-points-redeem-free__features-grid > .page-bingoplus-points-redeem-free__feature-item,.page-bingoplus-points-redeem-free__game-categories > .page-bingoplus-points-redeem-free__game-card,.page-bingoplus-points-redeem-free__promo-grid > .page-bingoplus-points-redeem-free__promo-card,.page-bingoplus-points-redeem-free__info-grid > .page-bingoplus-points-redeem-free__info-item,.page-bingoplus-points-redeem-free__blog-grid > .page-bingoplus-points-redeem-free__blog-card,.page-bingoplus-points-redeem-free__faq-list > .page-bingoplus-points-redeem-free__faq-item {width: 100% !important;max-width: 100% !important;box-sizing: border-box !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-bingoplus-points-redeem-free__faq-list {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;padding: 0 15px !important; /* Adjust padding for the container itself */margin-left: 0 !important;margin-right: 0 !important;}}@media (max-width: 480px) {.page-bingoplus-points-redeem-free__hero-title {font-size: 2em;}.page-bingoplus-points-redeem-free__section-title {font-size: 1.5em;}.page-bingoplus-points-redeem-free__faq-question {font-size: 1em;padding: 12px 15px;}.page-bingoplus-points-redeem-free__faq-answer {padding: 0 15px;}.page-bingoplus-points-redeem-free__faq-item.active .page-bingoplus-points-redeem-free__faq-answer {padding: 12px 15px !important;}}