.page-betum-login { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-betum-login__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-betum-login__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; text-align: center; padding: 100px 20px; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 40px; padding-top: 10px; }@media (max-width: 768px) { .page-betum-login__hero-section { padding: 80px 15px; padding-top: 10px; } }.page-betum-login__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; }.page-betum-login__hero-content { position: relative; z-index: 1; }.page-betum-login__hero-title { font-size: 3.5em; margin-bottom: 20px; font-weight: 700; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }.page-betum-login__hero-description { font-size: 1.3em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-betum-login__button-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-betum-login__button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; text-decoration: none; border-radius: 50px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-betum-login__button:hover { background-color: #e0a800; transform: translateY(-3px); }.page-betum-login__section { padding: 60px 0; background-color: #fff; margin-bottom: 40px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }.page-betum-login__section--dark { background-color: #222; color: #eee; }.page-betum-login__section-title { font-size: 2.5em; text-align: center; margin-bottom: 40px; color: #007bff; }.page-betum-login__section--dark .page-betum-login__section-title { color: #ffc107; }.page-betum-login__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; text-align: center; }.page-betum-login__feature-item { padding: 30px; border-radius: 8px; background-color: #f1f1f1; transition: transform 0.3s ease; box-sizing: border-box; }.page-betum-login__feature-item:hover { transform: translateY(-5px); }.page-betum-login__feature-icon { width: 100px; height: 100px; margin-bottom: 15px; object-fit: cover; border-radius: 8px; }.page-betum-login__feature-heading { font-size: 1.5em; margin-bottom: 10px; color: #007bff; }.page-betum-login__feature-description { font-size: 1em; color: #555; }.page-betum-login__section--dark .page-betum-login__feature-item { background-color: #333; }.page-betum-login__section--dark .page-betum-login__feature-heading { color: #ffc107; }.page-betum-login__section--dark .page-betum-login__feature-description { color: #ccc; }.page-betum-login__game-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; }.page-betum-login__provider-logo { max-width: 150px; height: auto; transition: transform 0.3s ease; }.page-betum-login__provider-logo:hover { transform: scale(1.05); }.page-betum-login__steps-list { display: flex; justify-content: center; flex-wrap: wrap; gap: 40px; margin-top: 40px; }.page-betum-login__step-item { flex: 1 1 300px; max-width: 350px; text-align: center; padding: 30px; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03); box-sizing: border-box; }.page-betum-login__step-number { font-size: 2.5em; color: #007bff; font-weight: bold; margin-bottom: 15px; }.page-betum-login__step-heading { font-size: 1.8em; margin-bottom: 10px; color: #333; }.page-betum-login__step-description { font-size: 1.1em; color: #666; }.page-betum-login__faq-list { max-width: 900px; margin: 0 auto; }.page-betum-login__faq-item { background-color: #f9f9f9; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); }.page-betum-login__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #007bff; color: #fff; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; }.page-betum-login__faq-question:hover { background-color: #0056b3; }.page-betum-login__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; }.page-betum-login__faq-toggle { font-size: 1.5em; font-weight: bold; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; }.page-betum-login__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-betum-login__faq-answer p { margin-top: 15px; margin-bottom: 15px; }.page-betum-login__faq-item.active .page-betum-login__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-betum-login__faq-item.active .page-betum-login__faq-toggle { transform: rotate(45deg); }@media (max-width: 768px) { .page-betum-login__hero-title { font-size: 2.5em; }.page-betum-login__hero-description { font-size: 1.1em; }.page-betum-login__button { padding: 12px 25px; font-size: 1em; }.page-betum-login__section-title { font-size: 2em; }.page-betum-login__features-grid { grid-template-columns: 1fr; }.page-betum-login__feature-item { padding: 20px; }.page-betum-login__feature-icon { width: 80px; height: 80px; }.page-betum-login__provider-logo { max-width: 100px; }.page-betum-login__steps-list { flex-direction: column; align-items: center; }.page-betum-login__step-item { max-width: 100%; width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-betum-login__faq-question { padding: 15px 20px; font-size: 1.1em; }.page-betum-login__faq-answer { padding: 0 20px; }.page-betum-login__faq-item.active .page-betum-login__faq-answer { padding: 15px 20px !important; } }@media (max-width: 480px) { .page-betum-login__hero-title { font-size: 2em; }.page-betum-login__button-group { flex-direction: column; }.page-betum-login__button { width: 100%; }.page-betum-login__hero-section { padding-left: 10px; padding-right: 10px; }.page-betum-login__container { padding: 10px; } }