.page-bmw555-login { font-family: 'Arial', sans-serif; color: #fff; background-color: #1a1a2e; line-height: 1.6; padding-top: 10px; } .page-bmw555-login__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-bmw555-login__hero-section { position: relative; text-align: center; color: #fff; padding: 80px 0; background-size: cover; background-position: center; border-radius: 10px; margin-bottom: 40px; overflow: hidden; } .page-bmw555-login__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 1; } .page-bmw555-login__hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; } .page-bmw555-login__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-bmw555-login__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-bmw555-login__cta-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; text-decoration: none; border-radius: 5px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; margin: 0 10px; } .page-bmw555-login__cta-button:hover { background-color: #ff6a3c; } .page-bmw555-login__section-title { font-size: 2.5em; text-align: center; margin-bottom: 40px; color: #e44d26; position: relative; padding-bottom: 10px; } .page-bmw555-login__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #e44d26; border-radius: 2px; } .page-bmw555-login__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; margin-bottom: 60px; } .page-bmw555-login__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-bmw555-login__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-bmw555-login__intro-text { text-align: center; font-size: 1.1em; margin-bottom: 60px; max-width: 900px; margin-left: auto; margin-right: auto; } .page-bmw555-login__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-bottom: 60px; } .page-bmw555-login__access-item { background-color: #2a2a4a; padding: 25px; border-radius: 10px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-bmw555-login__access-item:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-bmw555-login__access-item h3 { font-size: 1.5em; margin-bottom: 15px; color: #e44d26; } .page-bmw555-login__access-item .page-bmw555-login__cta-button { margin-top: 15px; } .page-bmw555-login__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 60px; } .page-bmw555-login__game-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-bmw555-login__game-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-bmw555-login__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-bmw555-login__game-card-content { padding: 20px; } .page-bmw555-login__game-card-title { font-size: 1.3em; margin-bottom: 10px; color: #e44d26; } .page-bmw555-login__game-card-description { font-size: 0.95em; margin-bottom: 15px; color: #ccc; } .page-bmw555-login__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 60px; } .page-bmw555-login__promo-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-bmw555-login__promo-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-bmw555-login__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-bmw555-login__promo-card-content { padding: 20px; } .page-bmw555-login__promo-card-title { font-size: 1.4em; margin-bottom: 10px; color: #e44d26; } .page-bmw555-login__promo-card-description { font-size: 0.95em; margin-bottom: 15px; color: #ccc; } .page-bmw555-login__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 60px; } .page-bmw555-login__feature-item { background-color: #2a2a4a; padding: 25px; border-radius: 10px; text-align: center; } .page-bmw555-login__feature-item h3 { font-size: 1.5em; margin-bottom: 10px; color: #e44d26; } .page-bmw555-login__feature-item p { font-size: 1em; color: #ccc; } .page-bmw555-login__faq-list { margin-bottom: 60px; } .page-bmw555-login__faq-item { background-color: #2a2a4a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-bmw555-login__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #3a3a5a; transition: background-color 0.3s ease; } .page-bmw555-login__faq-question:hover { background-color: #4a4a6a; } .page-bmw555-login__faq-question h3 { margin: 0; font-size: 1.2em; color: #e44d26; pointer-events: none; } .page-bmw555-login__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e44d26; pointer-events: none; transition: transform 0.3s ease; } .page-bmw555-login__faq-item.active .page-bmw555-login__faq-toggle { transform: rotate(45deg); } .page-bmw555-login__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-bmw555-login__faq-item.active .page-bmw555-login__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-bmw555-login__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 60px; } .page-bmw555-login__blog-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-bmw555-login__blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-bmw555-login__blog-card-image { width: 100%; height: 180px; object-fit: cover; } .page-bmw555-login__blog-card-content { padding: 20px; } .page-bmw555-login__blog-card-title { font-size: 1.2em; margin-bottom: 10px; color: #e44d26; } .page-bmw555-login__blog-card-excerpt { font-size: 0.9em; color: #ccc; margin-bottom: 15px; } .page-bmw555-login__blog-card-link { display: inline-block; color: #e44d26; text-decoration: none; font-weight: bold; } .page-bmw555-login__blog-card-link:hover { text-decoration: underline; } @media (max-width: 1024px) { .page-bmw555-login__hero-title { font-size: 2.8em; } .page-bmw555-login__hero-subtitle { font-size: 1.3em; } .page-bmw555-login__section-title { font-size: 2em; } .page-bmw555-login__game-grid, .page-bmw555-login__promo-grid, .page-bmw555-login__security-features, .page-bmw555-login__blog-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } } @media (max-width: 768px) { .page-bmw555-login__hero-section { padding: 60px 0; } .page-bmw555-login__hero-title { font-size: 2.2em; } .page-bmw555-login__hero-subtitle { font-size: 1.1em; } .page-bmw555-login__cta-button { padding: 12px 25px; font-size: 1em; margin: 0 5px; } .page-bmw555-login__section-title { font-size: 1.8em; } .page-bmw555-login__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; margin-bottom: 40px; } .page-bmw555-login__payment-logo, .page-bmw555-login__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-bmw555-login__intro-text { font-size: 1em; margin-bottom: 40px; } .page-bmw555-login__quick-access-grid, .page-bmw555-login__game-grid, .page-bmw555-login__promo-grid, .page-bmw555-login__security-features, .page-bmw555-login__blog-grid { grid-template-columns: 1fr; gap: 20px; margin-bottom: 40px; } .page-bmw555-login__access-item, .page-bmw555-login__game-card, .page-bmw555-login__promo-card, .page-bmw555-login__feature-item, .page-bmw555-login__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-bmw555-login__faq-question h3 { font-size: 1.1em; } .page-bmw555-login__faq-answer { padding: 0 15px; } .page-bmw555-login__faq-item.active .page-bmw555-login__faq-answer { padding: 15px !important; } } @media (max-width: 480px) { .page-bmw555-login__hero-title { font-size: 1.8em; } .page-bmw555-login__hero-subtitle { font-size: 0.9em; } .page-bmw555-login__cta-button { padding: 10px 20px; font-size: 0.9em; display: block; width: fit-content; margin: 10px auto; } }