.page-11-bet-com { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-11-bet-com__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-11-bet-com__hero-section { background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d); color: #fff; text-align: center; padding: 80px 20px 60px; position: relative; overflow: hidden; border-radius: 0 0 20px 20px; padding-top: 10px; }.page-11-bet-com__hero-title { font-size: 3.2em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); font-weight: bold; }.page-11-bet-com__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; }.page-11-bet-com__cta-button { display: inline-block; background-color: #ffda47; color: #1a2a6c; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); }.page-11-bet-com__cta-button:hover { background-color: #f0c200; transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); }.page-11-bet-com__hero-image { max-width: 100%; height: auto; display: block; margin: 30px auto 0; border-radius: 10px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); }.page-11-bet-com__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: 40px 20px; background-color: #fff; border-bottom: 1px solid #eee; }.page-11-bet-com__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-11-bet-com__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; filter: grayscale(80%) brightness(1.2); transition: filter 0.3s ease; }.page-11-bet-com__payment-logo img:hover { filter: grayscale(0%) brightness(1); }.page-11-bet-com__section { padding: 60px 20px; background-color: #fff; margin-bottom: 20px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-11-bet-com__section:nth-child(even) { background-color: #fcfcfc; }.page-11-bet-com__section-title { font-size: 2.5em; color: #1a2a6c; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 15px; }.page-11-bet-com__section-title::after { content: ''; display: block; width: 80px; height: 4px; background-color: #fdbb2d; margin: 10px auto 0; border-radius: 2px; }.page-11-bet-com__text-content { font-size: 1.1em; color: #555; text-align: justify; margin-bottom: 20px; }.page-11-bet-com__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-11-bet-com__card { background-color: #fcfcfc; 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; }.page-11-bet-com__card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }.page-11-bet-com__card-image { width: 100%; height: 220px; object-fit: cover; }.page-11-bet-com__card-content { padding: 25px; }.page-11-bet-com__card-title { font-size: 1.6em; color: #1a2a6c; margin-bottom: 15px; }.page-11-bet-com__card-description { font-size: 1em; color: #666; margin-bottom: 20px; }.page-11-bet-com__card-button { display: inline-block; background-color: #fdbb2d; color: #1a2a6c; padding: 10px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 0.95em; transition: background-color 0.3s ease; }.page-11-bet-com__card-button:hover { background-color: #e0a51c; }.page-11-bet-com__list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 15px; }.page-11-bet-com__list-item { background-color: #f0f0f0; padding: 15px 20px; border-radius: 8px; display: flex; align-items: center; gap: 15px; font-size: 1.1em; color: #444; box-sizing: border-box; }.page-11-bet-com__list-item::before { content: '✓'; color: #1a2a6c; font-weight: bold; font-size: 1.2em; }.page-11-bet-com__promotion-item { display: flex; align-items: center; margin-bottom: 30px; background-color: #fcfcfc; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; }.page-11-bet-com__promotion-item:nth-child(odd) { flex-direction: row-reverse; }.page-11-bet-com__promotion-image { flex: 1; min-width: 300px; height: 250px; object-fit: cover; }.page-11-bet-com__promotion-content { flex: 2; padding: 30px; }.page-11-bet-com__promotion-title { font-size: 1.8em; color: #1a2a6c; margin-bottom: 15px; }.page-11-bet-com__promotion-description { font-size: 1.05em; color: #555; margin-bottom: 20px; }.page-11-bet-com__faq-item { margin-bottom: 15px; border: 1px solid #eee; border-radius: 8px; overflow: hidden; }.page-11-bet-com__faq-question { background-color: #f0f0f0; padding: 18px 25px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 1.2em; color: #1a2a6c; font-weight: bold; transition: background-color 0.3s ease; user-select: none; }.page-11-bet-com__faq-question:hover { background-color: #e0e0e0; }.page-11-bet-com__faq-question h3 { margin: 0; pointer-events: none; }.page-11-bet-com__faq-toggle { font-size: 1.5em; font-weight: bold; color: #fdbb2d; transition: transform 0.3s ease; pointer-events: none; }.page-11-bet-com__faq-item.active .page-11-bet-com__faq-toggle { transform: rotate(45deg); }.page-11-bet-com__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #fff; color: #555; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-11-bet-com__faq-item.active .page-11-bet-com__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-11-bet-com__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-11-bet-com__blog-card { background-color: #fcfcfc; 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; }.page-11-bet-com__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }.page-11-bet-com__blog-image { width: 100%; height: 200px; object-fit: cover; }.page-11-bet-com__blog-content { padding: 25px; }.page-11-bet-com__blog-title { font-size: 1.4em; color: #1a2a6c; margin-bottom: 10px; min-height: 50px; display: block; text-decoration: none; }.page-11-bet-com__blog-title:hover { text-decoration: underline; }.page-11-bet-com__blog-date { font-size: 0.9em; color: #888; margin-bottom: 15px; display: block; }.page-11-bet-com__blog-excerpt { font-size: 0.95em; color: #666; }.page-11-bet-com__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; }.page-11-bet-com__floating-button { background-color: #fdbb2d; color: #1a2a6c; width: 60px; height: 60px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 0.9em; font-weight: bold; text-decoration: none; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); transition: all 0.3s ease; text-align: center; line-height: 1.2; }.page-11-bet-com__floating-button:hover { background-color: #e0a51c; transform: scale(1.05); }.page-11-bet-com__quick-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-11-bet-com__quick-link-button { display: inline-block; background-color: #1a2a6c; color: #fff; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1em; transition: all 0.3s ease; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); }.page-11-bet-com__quick-link-button:hover { background-color: #2a3e8e; transform: translateY(-2px); box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15); }@media (max-width: 768px) { .page-11-bet-com__hero-section { padding: 60px 15px 40px; }.page-11-bet-com__hero-title { font-size: 2.5em; }.page-11-bet-com__hero-subtitle { font-size: 1.2em; }.page-11-bet-com__cta-button { padding: 12px 25px; font-size: 1.1em; }.page-11-bet-com__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; }.page-11-bet-com__payment-logo, .page-11-bet-com__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-11-bet-com__section { padding: 40px 15px; }.page-11-bet-com__section-title { font-size: 2em; margin-bottom: 30px; }.page-11-bet-com__grid { grid-template-columns: 1fr; gap: 20px; }.page-11-bet-com__card-image { height: 180px; }.page-11-bet-com__card-title { font-size: 1.4em; }.page-11-bet-com__card-description { font-size: 0.95em; }.page-11-bet-com__list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-11-bet-com__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 12px 15px; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; font-size: 1em; }.page-11-bet-com__promotion-item { flex-direction: column; }.page-11-bet-com__promotion-item:nth-child(odd) { flex-direction: column; }.page-11-bet-com__promotion-image { width: 100%; height: 200px; min-width: unset; }.page-11-bet-com__promotion-content { padding: 20px; }.page-11-bet-com__promotion-title { font-size: 1.5em; }.page-11-bet-com__faq-question { padding: 15px 20px; font-size: 1.1em; }.page-11-bet-com__faq-answer { padding: 0 20px; }.page-11-bet-com__faq-item.active .page-11-bet-com__faq-answer { padding: 15px 20px !important; }.page-11-bet-com__blog-grid { grid-template-columns: 1fr; }.page-11-bet-com__blog-image { height: 160px; }.page-11-bet-com__blog-title { font-size: 1.2em; min-height: auto; }.page-11-bet-com__floating-buttons { bottom: 15px; right: 15px; gap: 10px; }.page-11-bet-com__floating-button { width: 50px; height: 50px; font-size: 0.8em; }.page-11-bet-com__quick-links { flex-direction: column; gap: 15px; }.page-11-bet-com__quick-link-button { width: 100%; max-width: 300px; margin: 0 auto; padding: 10px 20px; font-size: 0.95em; }}