.page-bl555code { font-family: 'Arial', sans-serif; color: #333333; line-height: 1.6; background-color: #f8f9fa; } .page-bl555code__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-bl555code__hero-section { background-color: #e0f2f7; text-align: center; padding-bottom: 40px; border-radius: 8px; overflow: hidden; margin-bottom: 30px; padding-top: 10px; } .page-bl555code__hero-image-container { width: 100%; max-height: 400px; overflow: hidden; margin-bottom: 20px; } .page-bl555code__hero-image { width: 100%; height: auto; display: block; object-fit: cover; } .page-bl555code__hero-content { padding: 0 20px; } .page-bl555code__hero-content h1 { font-size: clamp(2em, 5vw, 3em); color: #2563eb; margin-bottom: 15px; line-height: 1.2; font-weight: bold; } .page-bl555code__hero-content p { font-size: 1.1em; color: #64748b; max-width: 800px; margin: 0 auto 30px auto; } .page-bl555code__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-bl555code__cta-button { background-color: #2563eb; color: #ffffff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.05em; transition: background-color 0.3s ease, transform 0.2s ease; display: inline-block; white-space: normal; word-wrap: break-word; text-align: center; border: none; cursor: pointer; } .page-bl555code__cta-button:hover { background-color: #1a4a9c; transform: translateY(-2px); } .page-bl555code__floating-cta { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); background-color: #ffc107; color: #333333; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); z-index: 1000; transition: transform 0.3s ease; display: flex; align-items: center; justify-content: center; white-space: normal; word-wrap: break-word; text-align: center; border: none; cursor: pointer; animation: pulse 2s infinite; } .page-bl555code__floating-cta:hover { transform: translateX(-50%) scale(1.05); } @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.4); } 70% { box-shadow: 0 0 0 20px rgba(255, 193, 7, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 193, 7, 0); } } .page-bl555code__section-title { font-size: 2.2em; color: #2563eb; text-align: center; margin-bottom: 40px; font-weight: bold; } .page-bl555code__text-block { background-color: #ffffff; padding: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); margin-bottom: 30px; } .page-bl555code__text-block h2 { color: #2563eb; font-size: 1.8em; margin-bottom: 15px; } .page-bl555code__text-block h3 { color: #64748b; font-size: 1.4em; margin-top: 25px; margin-bottom: 10px; } .page-bl555code__text-block p { margin-bottom: 1em; } .page-bl555code__games-section { margin-bottom: 50px; } .page-bl555code__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-bl555code__game-card { background-color: #ffffff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-bl555code__game-card:hover { transform: translateY(-5px); } .page-bl555code__game-card-image-wrapper { width: 100%; height: 200px; overflow: hidden; } .page-bl555code__game-card-image { width: 100%; height: 100%; object-fit: cover; display: block; } .page-bl555code__game-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-bl555code__game-card-content h3 { font-size: 1.3em; color: #2563eb; margin-bottom: 10px; } .page-bl555code__game-card-content p { font-size: 0.95em; color: #64748b; margin-bottom: 20px; } .page-bl555code__game-card-button { background-color: #ffc107; color: #333333; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 0.95em; transition: background-color 0.3s ease; display: inline-block; white-space: normal; word-wrap: break-word; text-align: center; border: none; cursor: pointer; margin-top: auto; } .page-bl555code__game-card-button:hover { background-color: #e0a800; } .page-bl555code__guides-section { margin-bottom: 50px; } .page-bl555code__guide-item { background-color: #ffffff; padding: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); margin-bottom: 20px; display: flex; flex-direction: column; align-items: flex-start; } .page-bl555code__guide-item h3 { color: #2563eb; font-size: 1.5em; margin-bottom: 10px; } .page-bl555code__guide-item p { color: #64748b; margin-bottom: 20px; } .page-bl555code__guide-button { background-color: #64748b; color: #ffffff; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 0.95em; transition: background-color 0.3s ease; display: inline-block; white-space: normal; word-wrap: break-word; text-align: center; border: none; cursor: pointer; } .page-bl555code__guide-button:hover { background-color: #4a5568; } .page-bl555code__offers-section { background-color: #2563eb; color: #ffffff; padding: 50px 20px; text-align: center; margin-bottom: 50px; border-radius: 8px; } .page-bl555code__offers-section h2 { color: #ffffff; margin-bottom: 20px; } .page-bl555code__offers-section p { font-size: 1.1em; max-width: 700px; margin: 0 auto 30px auto; } .page-bl555code__offers-button { background-color: #ffc107; color: #333333; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.05em; transition: background-color 0.3s ease, transform 0.2s ease; display: inline-block; white-space: normal; word-wrap: break-word; text-align: center; border: none; cursor: pointer; } .page-bl555code__offers-button:hover { background-color: #e0a800; transform: translateY(-2px); } .page-bl555code__faq-section { margin-bottom: 50px; } .page-bl555code__faq-item { background-color: #ffffff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); margin-bottom: 15px; overflow: hidden; transition: box-shadow 0.3s ease; } .page-bl555code__faq-item:hover { box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); } .page-bl555code__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #f0f8ff; border-bottom: 1px solid #e0e0e0; } .page-bl555code__faq-question:hover { background-color: #e6f7ff; } .page-bl555code__faq-question h3 { margin: 0; font-size: 1.2em; color: #2563eb; pointer-events: none; } .page-bl555code__faq-toggle { font-size: 1.5em; font-weight: bold; color: #2563eb; transition: transform 0.3s ease; pointer-events: none; } .page-bl555code__faq-item.active .page-bl555code__faq-toggle { transform: rotate(45deg); } .page-bl555code__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; color: #64748b; } .page-bl555code__faq-item.active .page-bl555code__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-bl555code__internal-links-section { margin-bottom: 50px; } .page-bl555code__internal-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; } .page-bl555code__internal-link-card { background-color: #ffffff; padding: 25px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); text-align: center; text-decoration: none; color: #2563eb; font-weight: bold; transition: transform 0.3s ease, box-shadow 0.3s ease; display: block; } .page-bl555code__internal-link-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); } .page-bl555code__internal-link-card h4 { margin: 0; font-size: 1.1em; } .page-bl555code img { max-width: 100%; height: auto; display: block; object-fit: cover; } /* Mobile responsiveness */ @media (max-width: 768px) { .page-bl555code__container { padding: 10px; } .page-bl555code__hero-section { padding-top: 10px !important; padding-bottom: 30px; margin-bottom: 20px; } .page-bl555code__hero-content h1 { font-size: 2em; } .page-bl555code__hero-content p { font-size: 1em; margin-bottom: 20px; } .page-bl555code__cta-buttons { flex-direction: column; gap: 15px; padding: 0 15px; } .page-bl555code__cta-button { max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; padding: 12px 20px; font-size: 1em; } .page-bl555code__floating-cta { width: calc(100% - 40px); bottom: 15px; padding: 10px 15px; font-size: 0.95em; } .page-bl555code__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-bl555code__text-block { padding: 20px; margin-bottom: 20px; } .page-bl555code__text-block h2 { font-size: 1.5em; } .page-bl555code__text-block h3 { font-size: 1.2em; } .page-bl555code__games-grid { grid-template-columns: 1fr; gap: 20px; padding: 0 10px; } .page-bl555code__game-card { margin: 0 auto; max-width: 350px; } .page-bl555code__game-card-image-wrapper { height: 180px; } .page-bl555code__guides-section { padding: 0 10px; } .page-bl555code__guide-item { padding: 20px; } .page-bl555code__guide-item h3 { font-size: 1.3em; } .page-bl555code__offers-section { padding: 40px 15px; margin-bottom: 30px; } .page-bl555code__offers-section h2 { font-size: 1.8em; } .page-bl555code__offers-button { max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; padding: 12px 20px; font-size: 1em; } .page-bl555code__faq-section { padding: 0 10px; } .page-bl555code__faq-question { padding: 15px 20px; } .page-bl555code__faq-question h3 { font-size: 1.1em; } .page-bl555code__faq-answer { padding: 0 20px; } .page-bl555code__faq-item.active .page-bl555code__faq-answer { padding: 15px 20px !important; } .page-bl555code__internal-links-grid { grid-template-columns: 1fr; padding: 0 10px; } .page-bl555code__internal-link-card { max-width: 300px; margin: 0 auto; } /* General image and container adaptation */ .page-bl555code img { max-width: 100% !important; width: 100% !important; height: auto !important; } .page-bl555code__section, .page-bl555code__card, .page-bl555code__container, .page-bl555code__cta-buttons, .page-bl555code__games-grid, .page-bl555code__internal-links-grid { max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; padding-left: 15px; padding-right: 15px; } .page-bl555code ul, .page-bl555code ol { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding-left: 20px !important; padding-right: 15px !important; margin-left: 0 !important; margin-right: 0 !important; } .page-bl555code li { 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; } } @media (max-width: 1024px) and (min-width: 769px) { .page-bl555code__container { padding: 15px; } .page-bl555code__hero-content h1 { font-size: 2.5em; } .page-bl555code__hero-content p { font-size: 1.05em; } .page-bl555code__cta-buttons { gap: 15px; } .page-bl555code__cta-button { padding: 12px 25px; font-size: 1em; } .page-bl555code__section-title { font-size: 2em; } .page-bl555code__games-grid { grid-template-columns: repeat(2, 1fr); } .page-bl555code__game-card-image-wrapper { height: 180px; } .page-bl555code__offers-section h2 { font-size: 2em; } .page-bl555code__offers-button { padding: 12px 25px; font-size: 1em; } .page-bl555code__faq-question h3 { font-size: 1.15em; } .page-bl555code__internal-links-grid { grid-template-columns: repeat(3, 1fr); } }