.page-bwin { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; }.page-bwin__hero-section { position: relative; width: 100%; overflow: hidden; color: #fff; text-align: center; padding-top: 10px; }.page-bwin__hero-image { width: 100%; height: auto; max-height: 500px; object-fit: cover; display: block; }.page-bwin__hero-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; width: 90%; max-width: 800px; }.page-bwin__hero-title { font-size: 2.5em; margin-bottom: 15px; color: #fff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-bwin__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; color: #eee; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }.page-bwin__btn { display: inline-block; background-color: #ff4500; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-bwin__btn:hover { background-color: #e03e00; }.page-bwin__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 30px 0; background-color: #fff; border-bottom: 1px solid #eee; }.page-bwin__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-bwin__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-bwin__section { padding: 40px 20px; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }.page-bwin__section-dark { background-color: #2c3e50; color: #ecf0f1; }.page-bwin__section-title { font-size: 2em; color: #ff4500; margin-bottom: 25px; text-align: center; }.page-bwin__section-dark .page-bwin__section-title { color: #f39c12; }.page-bwin__text-content { font-size: 1em; line-height: 1.8; margin-bottom: 20px; }.page-bwin__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }.page-bwin__grid-item { background-color: #f9f9f9; padding: 20px; border-radius: 8px; text-align: center; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }.page-bwin__grid-item-dark { background-color: #34495e; color: #ecf0f1; }.page-bwin__grid-item img { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 15px; min-width: 200px; min-height: 200px; object-fit: cover; }.page-bwin__grid-item h3 { font-size: 1.3em; color: #ff4500; margin-bottom: 10px; }.page-bwin__grid-item-dark h3 { color: #f39c12; }.page-bwin__grid-item p { font-size: 0.95em; color: #555; }.page-bwin__grid-item-dark p { color: #ccc; }.page-bwin__blog-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); text-align: left; transition: transform 0.3s ease; }.page-bwin__blog-card:hover { transform: translateY(-5px); }.page-bwin__blog-card img { width: 100%; height: 200px; object-fit: cover; display: block; }.page-bwin__blog-card-content { padding: 20px; }.page-bwin__blog-card-title { font-size: 1.2em; color: #333; margin-bottom: 10px; }.page-bwin__blog-card-excerpt { font-size: 0.9em; color: #666; margin-bottom: 15px; }.page-bwin__blog-card-link { display: inline-block; color: #ff4500; text-decoration: none; font-weight: bold; }.page-bwin__blog-card-link:hover { text-decoration: underline; }.page-bwin__faq-section { background-color: #f9f9f9; padding: 40px 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }.page-bwin__faq-item { border: 1px solid #eee; margin-bottom: 10px; border-radius: 5px; overflow: hidden; }.page-bwin__faq-question { background-color: #fff; padding: 15px 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: bold; color: #333; transition: background-color 0.3s ease; }.page-bwin__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; }.page-bwin__faq-question:hover { background-color: #f0f0f0; }.page-bwin__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; }.page-bwin__faq-item.active .page-bwin__faq-toggle { transform: rotate(45deg); }.page-bwin__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #fff; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-bwin__faq-item.active .page-bwin__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-bwin__cta-banner { background: linear-gradient(90deg, #ff4500, #ff8c00); color: #fff; text-align: center; padding: 50px 20px; margin-top: 20px; border-radius: 8px; }.page-bwin__cta-banner h2 { font-size: 2em; margin-bottom: 15px; }.page-bwin__cta-banner p { font-size: 1.1em; margin-bottom: 30px; }.page-bwin__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-bwin__floating-buttons .page-bwin__btn { padding: 10px 18px; font-size: 0.9em; }.page-bwin__sticky-header-placeholder { height: var(--header-offset, 0px); }.page-bwin__list-item { box-sizing: border-box; }.page-bwin__list-container { box-sizing: border-box; }.page-bwin__list-item-content { word-wrap: break-word; overflow-wrap: break-word; }.page-bwin__list-item-title { word-break: break-word; }.page-bwin__link-item { display: block; margin-bottom: 10px; background-color: #f0f0f0; padding: 10px; border-radius: 5px; text-decoration: none; color: #333; transition: background-color 0.3s ease; }.page-bwin__link-item:hover { background-color: #e0e0e0; }.page-bwin__link-item strong { color: #ff4500; }.page-bwin__text-center { text-align: center; }.page-bwin__contact-info p { margin-bottom: 10px; }.page-bwin__social-icons { display: flex; justify-content: center; gap: 15px; margin-top: 20px; }.page-bwin__social-icon { width: 40px; height: 40px; object-fit: contain; min-width: 40px; min-height: 40px; max-width: 40px; max-height: 40px; }.page-bwin__social-icon img { max-width: 100%; height: auto; }.page-bwin__features-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; list-style: none; padding: 0; margin: 0; }.page-bwin__feature-item { background-color: #f9f9f9; padding: 20px; border-radius: 8px; text-align: center; box-shadow: 0 1px 3px rgba(0,0,0,0.1); flex: 1 1 calc(33% - 40px); max-width: calc(33% - 40px); box-sizing: border-box; }.page-bwin__feature-item h3 { color: #ff4500; margin-bottom: 10px; }.page-bwin__feature-item p { color: #555; font-size: 0.95em; }.page-bwin__feature-item img { width: 100px; height: 100px; object-fit: contain; margin-bottom: 15px; min-width: 100px; min-height: 100px; }.page-bwin__feature-item-dark { background-color: #34495e; color: #ecf0f1; }.page-bwin__feature-item-dark h3 { color: #f39c12; }.page-bwin__feature-item-dark p { color: #ccc; }.page-bwin__game-category { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); text-align: left; transition: transform 0.3s ease; display: flex; flex-direction: column; }.page-bwin__game-category img { width: 100%; height: 200px; object-fit: cover; display: block; }.page-bwin__game-category-content { padding: 20px; flex-grow: 1; }.page-bwin__game-category-title { font-size: 1.3em; color: #333; margin-bottom: 10px; }.page-bwin__game-category-description { font-size: 0.95em; color: #666; margin-bottom: 15px; }.page-bwin__game-category-link { display: inline-block; color: #ff4500; text-decoration: none; font-weight: bold; }.page-bwin__game-category-link:hover { text-decoration: underline; }.page-bwin__promotion-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); text-align: left; transition: transform 0.3s ease; display: flex; flex-direction: column; }.page-bwin__promotion-card:hover { transform: translateY(-5px); }.page-bwin__promotion-card img { width: 100%; height: 200px; object-fit: cover; display: block; }.page-bwin__promotion-card-content { padding: 20px; flex-grow: 1; }.page-bwin__promotion-card-title { font-size: 1.2em; color: #333; margin-bottom: 10px; }.page-bwin__promotion-card-description { font-size: 0.9em; color: #666; margin-bottom: 15px; }.page-bwin__promotion-card-btn { display: inline-block; background-color: #ff4500; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-bwin__promotion-card-btn:hover { background-color: #e03e00; }.page-bwin__cta-buttons { display: flex; justify-content: center; gap: 20px; margin-top: 30px; }.page-bwin__cta-buttons .page-bwin__btn { min-width: 150px; text-align: center; }.page-bwin__quick-links-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }.page-bwin__quick-links-item { flex: 1 1 calc(50% - 15px); max-width: calc(50% - 15px); text-align: center; }.page-bwin__quick-links-item .page-bwin__btn { width: 100%; box-sizing: border-box; }.page-bwin__list-style-none { list-style: none; padding: 0; }.page-bwin__support-channels { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }.page-bwin__channel-item { flex: 1 1 calc(33% - 20px); max-width: calc(33% - 20px); text-align: center; background-color: #f9f9f9; padding: 20px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }.page-bwin__channel-item img { width: 60px; height: 60px; object-fit: contain; margin-bottom: 10px; min-width: 60px; min-height: 60px; }.page-bwin__channel-item h4 { color: #ff4500; margin-bottom: 5px; }.page-bwin__channel-item p { font-size: 0.9em; color: #666; }.page-bwin__section-content-center { text-align: center; }.page-bwin__section-content-left { text-align: left; }.page-bwin__section-content-right { text-align: right; }@media (max-width: 768px) { .page-bwin__hero-title { font-size: 1.8em; }.page-bwin__hero-subtitle { font-size: 1em; }.page-bwin__btn { padding: 10px 20px; font-size: 0.9em; }.page-bwin__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-bwin__payment-logo, .page-bwin__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-bwin__section { padding: 25px 15px; }.page-bwin__section-title { font-size: 1.6em; }.page-bwin__grid { grid-template-columns: 1fr; }.page-bwin__blog-card-img { height: 180px; }.page-bwin__blog-card-title { font-size: 1.1em; }.page-bwin__faq-question { padding: 12px 15px; }.page-bwin__faq-question h3 { font-size: 1em; }.page-bwin__faq-answer { padding: 15px !important; }.page-bwin__cta-banner { padding: 40px 15px; }.page-bwin__cta-banner h2 { font-size: 1.8em; }.page-bwin__cta-banner p { font-size: 1em; }.page-bwin__floating-buttons { bottom: 15px; right: 15px; gap: 8px; }.page-bwin__floating-buttons .page-bwin__btn { padding: 8px 15px; font-size: 0.8em; }.page-bwin__quick-links-item { flex: 1 1 100%; max-width: 100%; }.page-bwin__features-list { flex-direction: column; gap: 15px; }.page-bwin__feature-item { flex: 1 1 100%; max-width: 100%; }.page-bwin__support-channels { flex-direction: column; gap: 15px; }.page-bwin__channel-item { flex: 1 1 100%; max-width: 100%; }.page-bwin__list-item, .page-bwin__list-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-bwin__list-item-content { word-wrap: break-word !important; overflow-wrap: break-word !important; }.page-bwin__list-item-title { word-break: break-word !important; } .page-bwin__game-category-title { font-size: 1.2em; }.page-bwin__promotion-card-title { font-size: 1.1em; }.page-bwin__promotion-card-btn { padding: 8px 15px; font-size: 0.9em; } .page-bwin__blog-card-content { padding: 15px; } .page-bwin__blog-card-title { font-size: 1.1em; } .page-bwin__blog-card-excerpt { font-size: 0.85em; } .page-bwin__blog-card-link { font-size: 0.9em; } .page-bwin__hero-image { max-height: 300px; } .page-bwin__hero-content { top: 60%; } .page-bwin__cta-buttons { flex-direction: column; gap: 10px; } .page-bwin__cta-buttons .page-bwin__btn { width: 80%; margin: 0 auto; } .page-bwin__social-icons { gap: 10px; } .page-bwin__social-icon { width: 35px; height: 35px; min-width: 35px; min-height: 35px; max-width: 35px; max-height: 35px; } }