.page-lodi646-ph-login { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; }.page-lodi646-ph-login__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-lodi646-ph-login__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); }.page-lodi646-ph-login__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; text-align: center; padding: 100px 20px; border-radius: 0; margin-bottom: 0; position: relative; overflow: hidden; padding-top: calc(100px + var(--header-offset, 122px)); }.page-lodi646-ph-login__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; }.page-lodi646-ph-login__hero-content { position: relative; z-index: 1; }.page-lodi646-ph-login__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }.page-lodi646-ph-login__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; }.page-lodi646-ph-login__button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; }.page-lodi646-ph-login__button:hover { background-color: #e0a800; transform: translateY(-2px); }.page-lodi646-ph-login__intro-section { text-align: center; }.page-lodi646-ph-login__intro-title { font-size: 2.5em; color: #007bff; margin-bottom: 20px; }.page-lodi646-ph-login__intro-text { font-size: 1.1em; max-width: 900px; margin: 0 auto 30px; }.page-lodi646-ph-login__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }.page-lodi646-ph-login__quick-access-item { background-color: #e9ecef; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.2s ease; }.page-lodi646-ph-login__quick-access-item:hover { transform: translateY(-5px); }.page-lodi646-ph-login__quick-access-button { width: 100%; }.page-lodi646-ph-login__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }.page-lodi646-ph-login__game-card { background-color: #f8f9fa; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); transition: transform 0.2s ease; }.page-lodi646-ph-login__game-card:hover { transform: translateY(-5px); }.page-lodi646-ph-login__game-image { width: 100%; height: 200px; object-fit: cover; }.page-lodi646-ph-login__game-content { padding: 20px; }.page-lodi646-ph-login__game-title { font-size: 1.5em; color: #007bff; margin-bottom: 10px; }.page-lodi646-ph-login__game-description { font-size: 0.95em; color: #555; margin-bottom: 20px; }.page-lodi646-ph-login__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-lodi646-ph-login__promo-card { background-color: #e9f7ef; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); text-align: center; padding: 25px; transition: transform 0.2s ease; }.page-lodi646-ph-login__promo-card:hover { transform: translateY(-5px); }.page-lodi646-ph-login__promo-title { font-size: 1.8em; color: #28a745; margin-bottom: 15px; }.page-lodi646-ph-login__promo-description { font-size: 1em; color: #555; margin-bottom: 25px; }.page-lodi646-ph-login__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 30px; }.page-lodi646-ph-login__security-item { flex: 1 1 300px; text-align: center; padding: 20px; border: 1px solid #ddd; border-radius: 8px; }.page-lodi646-ph-login__security-icon { width: 80px; height: 80px; margin-bottom: 15px; }.page-lodi646-ph-login__security-title { font-size: 1.5em; color: #007bff; margin-bottom: 10px; }.page-lodi646-ph-login__faq-item { border-bottom: 1px solid #eee; margin-bottom: 10px; }.page-lodi646-ph-login__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; font-size: 1.2em; font-weight: bold; cursor: pointer; user-select: none; color: #007bff; }.page-lodi646-ph-login__faq-question:hover { color: #0056b3; }.page-lodi646-ph-login__faq-question h3 { margin: 0; pointer-events: none; }.page-lodi646-ph-login__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; }.page-lodi646-ph-login__faq-item.active .page-lodi646-ph-login__faq-toggle { transform: rotate(45deg); }.page-lodi646-ph-login__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-lodi646-ph-login__faq-item.active .page-lodi646-ph-login__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-lodi646-ph-login__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-lodi646-ph-login__blog-card { background-color: #f8f9fa; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); transition: transform 0.2s ease; }.page-lodi646-ph-login__blog-card:hover { transform: translateY(-5px); }.page-lodi646-ph-login__blog-image { width: 100%; height: 220px; object-fit: cover; }.page-lodi646-ph-login__blog-content { padding: 20px; }.page-lodi646-ph-login__blog-title { font-size: 1.5em; color: #007bff; margin-bottom: 10px; }.page-lodi646-ph-login__blog-date { font-size: 0.9em; color: #6c757d; margin-bottom: 15px; }.page-lodi646-ph-login__blog-summary { font-size: 1em; color: #555; margin-bottom: 20px; }.page-lodi646-ph-login__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-lodi646-ph-login__floating-button { background-color: #28a745; color: #fff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.2s ease; }.page-lodi646-ph-login__floating-button--login { background-color: #007bff; }.page-lodi646-ph-login__floating-button:hover { transform: translateY(-3px); opacity: 0.9; }.page-lodi646-ph-login__floating-button--login:hover { background-color: #0056b3; }.page-lodi646-ph-login__brand-logo { display: block; text-align: center; margin: 0 auto 20px; max-width: 150px; height: auto; }.page-lodi646-ph-login__brand-logo img { max-width: 100%; height: auto; }.page-lodi646-ph-login__text-center { text-align: center; }.page-lodi646-ph-login__text-left { text-align: left; }.page-lodi646-ph-login__text-right { text-align: right; }.page-lodi646-ph-login__mb-20 { margin-bottom: 20px; }.page-lodi646-ph-login__mb-30 { margin-bottom: 30px; }.page-lodi646-ph-login__mb-40 { margin-bottom: 40px; }@media (max-width: 768px) { .page-lodi646-ph-login__hero-title { font-size: 2.5em; }.page-lodi646-ph-login__hero-subtitle { font-size: 1.2em; }.page-lodi646-ph-login__intro-title { font-size: 2em; }.page-lodi646-ph-login__quick-access-grid, .page-lodi646-ph-login__games-grid, .page-lodi646-ph-login__promotions-grid, .page-lodi646-ph-login__blog-grid { grid-template-columns: 1fr; }.page-lodi646-ph-login__security-features { flex-direction: column; }.page-lodi646-ph-login__security-item { flex: none; width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-lodi646-ph-login__faq-question { font-size: 1.1em; padding: 12px 0; }.page-lodi646-ph-login__faq-answer { padding: 15px 10px; }.page-lodi646-ph-login__faq-item.active .page-lodi646-ph-login__faq-answer { padding: 15px 10px !important; }.page-lodi646-ph-login__blog-title, .page-lodi646-ph-login__game-title, .page-lodi646-ph-login__promo-title, .page-lodi646-ph-login__security-title { font-size: 1.3em; }.page-lodi646-ph-login__floating-buttons { bottom: 10px; right: 10px; }.page-lodi646-ph-login__quick-access-item { width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px; }.page-lodi646-ph-login__game-card, .page-lodi646-ph-login__promo-card, .page-lodi646-ph-login__blog-card { width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-lodi646-ph-login__hero-section { padding: 80px 20px; padding-top: calc(80px + var(--header-offset, 122px)); }}