.page-22bet { font-family: Arial, sans-serif; color: #333; line-height: 1.6; background-color: #f5f5f5; padding-top: 10px; } .page-22bet img { max-width: 100%; height: auto; display: block; } .page-22bet__section-title { text-align: center; color: #2c3e50; margin-bottom: 20px; font-size: 2.5em; font-weight: bold; } .page-22bet__section-description { text-align: center; color: #555; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; font-size: 1.1em; } .page-22bet__button { display: inline-block; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; cursor: pointer; text-align: center; white-space: nowrap; } .page-22bet__button--primary { background-color: #e74c3c; color: #fff; border: 2px solid #e74c3c; } .page-22bet__button--primary:hover { background-color: #c0392b; transform: translateY(-2px); } .page-22bet__button--secondary { background-color: #3498db; color: #fff; border: 2px solid #3498db; margin-left: 15px; } .page-22bet__button--secondary:hover { background-color: #2980b9; transform: translateY(-2px); } .page-22bet__button--small { padding: 8px 15px; font-size: 0.9em; background-color: #2ecc71; color: #fff; border: 2px solid #2ecc71; margin-top: 15px; } .page-22bet__button--small:hover { background-color: #27ae60; transform: translateY(-1px); } .page-22bet__button--large { padding: 15px 30px; font-size: 1.2em; background-color: #f39c12; color: #fff; border: 2px solid #f39c12; } .page-22bet__button--large:hover { background-color: #e67e22; transform: translateY(-3px); } .page-22bet__hero-section { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 50px 20px; background: linear-gradient(135deg, #34495e, #2c3e50); color: #fff; gap: 30px; overflow: hidden; } .page-22bet__hero-content { max-width: 900px; z-index: 1; } .page-22bet__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; color: #ecf0f1; } .page-22bet__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; color: #bdc3c7; } .page-22bet__hero-buttons { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; } .page-22bet__hero-image { margin-top: 30px; border-radius: 10px; overflow: hidden; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); max-width: 100%; } .page-22bet__hero-image img { border-radius: 10px; } .page-22bet__promo-highlight-section { padding: 60px 20px; background-color: #fff; text-align: center; } .page-22bet__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-22bet__promo-card { background-color: #f9f9f9; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 25px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; } .page-22bet__promo-card:hover { transform: translateY(-10px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); } .page-22bet__promo-card img { border-radius: 8px; margin-bottom: 20px; height: 200px; object-fit: cover; width: 100%; } .page-22bet__promo-title { font-size: 1.8em; color: #e74c3c; margin-bottom: 10px; } .page-22bet__promo-text { color: #666; font-size: 1em; flex-grow: 1; } .page-22bet__games-section { padding: 60px 20px; background-color: #ecf0f1; text-align: center; } .page-22bet__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; } .page-22bet__category-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 20px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; } .page-22bet__category-card:hover { transform: translateY(-8px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } .page-22bet__category-card img { border-radius: 8px; margin-bottom: 15px; height: 180px; object-fit: cover; width: 100%; } .page-22bet__category-title { font-size: 1.6em; color: #3498db; margin-bottom: 10px; } .page-22bet__category-text { color: #666; font-size: 0.95em; flex-grow: 1; } .page-22bet__why-choose-section { padding: 60px 20px; background-color: #f9f9f9; } .page-22bet__feature-list { list-style: none; padding: 0; margin: 0 auto; max-width: 1000px; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-22bet__feature-item { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); padding: 30px; text-align: center; box-sizing: border-box; } .page-22bet__feature-title { font-size: 1.7em; color: #2c3e50; margin-bottom: 10px; } .page-22bet__feature-description { color: #555; font-size: 1em; } .page-22bet__faq-section { padding: 60px 20px; background-color: #ecf0f1; } .page-22bet__faq-container { max-width: 900px; margin: 0 auto; } .page-22bet__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); overflow: hidden; } .page-22bet__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #3498db; color: #fff; font-weight: bold; transition: background-color 0.3s ease; user-select: none; } .page-22bet__faq-question:hover { background-color: #2980b9; } .page-22bet__faq-title { font-size: 1.3em; margin: 0; pointer-events: none; color: #fff; } .page-22bet__faq-toggle { font-size: 1.8em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-22bet__faq-item.active .page-22bet__faq-toggle { transform: rotate(45deg); } .page-22bet__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; background-color: #fcfcfc; color: #444; } .page-22bet__faq-item.active .page-22bet__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-22bet__faq-answer p { margin: 0; font-size: 1em; } .page-22bet__cta-section { padding: 60px 20px; background: linear-gradient(90deg, #e74c3c, #c0392b); color: #fff; text-align: center; } .page-22bet__cta-section .page-22bet__section-title { color: #fff; } .page-22bet__cta-section .page-22bet__section-description { color: #f0f0f0; } @media (max-width: 768px) { .page-22bet__hero-section { padding: 40px 15px; } .page-22bet__hero-title { font-size: 2.5em; } .page-22bet__hero-subtitle { font-size: 1.1em; } .page-22bet__hero-buttons { flex-direction: column; gap: 10px; } .page-22bet__button { width: 100%; margin-left: 0 !important; } .page-22bet__section-title { font-size: 2em; } .page-22bet__section-description { font-size: 1em; margin-bottom: 30px; } .page-22bet__promo-highlight-section, .page-22bet__games-section, .page-22bet__why-choose-section, .page-22bet__faq-section, .page-22bet__cta-section { padding: 40px 15px; } .page-22bet__feature-list { grid-template-columns: 1fr; gap: 20px; } .page-22bet__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 25px 20px; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-22bet__feature-list li { box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-22bet__feature-title { font-size: 1.5em; } .page-22bet__promo-card img, .page-22bet__category-card img { height: 150px; } .page-22bet__promo-title, .page-22bet__category-title { font-size: 1.5em; } .page-22bet__faq-question { padding: 15px 20px; } .page-22bet__faq-title { font-size: 1.1em; } .page-22bet__faq-toggle { font-size: 1.5em; } .page-22bet__faq-answer { padding: 15px 20px; } .page-22bet__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; } } @media (max-width: 768px) { .page-22bet__hero-image, .page-22bet__promo-card, .page-22bet__category-card { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-22bet__hero-image img, .page-22bet__promo-card img, .page-22bet__category-card img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }